html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Outfit", sans-serif;
}

a,
span,
p,
b,
li {
  font-weight: 300;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0px;
}

.p-100 {
  padding: 80px 0px;
}

* {
  padding: 0;
  margin: 0;
}

.m-100 {
  margin-bottom: 80px;
}

.under {
  color: #f00;
  padding-left: 5px;
  border-left: 3px solid #060119;
  display: inline-block;
  font-variant: small-caps;
  font-weight: 500;
}

.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #060119;
  color: #fff;
  transition: .5s;
  border-radius: 5px;
  text-transform: capitalize;
  margin-top: 10px;
  position: relative;
}

.sec-btn:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 10px 20px 0px #00125315;
}

.sec-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1, 0);
  transition: .5s;
  height: 100%;
  border-radius: 5px;
  background-color: #f00;
  content: "";
}

.sec-btn:hover:after {
  transform: scale(1);
}

.sec-btn span {
  position: relative;
  z-index: 3;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}

.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #00000052;
  background: rgb(111, 255, 0);
}

.what a:last-child {
  font-size: 20px;
  background-color: #f00;
}

/* -----Globle-Style----- */

/* -----header-section-start----- */

header {
  background-color: #fff;
  position: relative;
  z-index: 999;
}

.top-bar {
  position: relative;
  padding-top: 10px;
  margin-bottom: -8px;
}

.top-left ul li {
  margin: 0px 5px;
}


.top-left ul li a:hover {
  color: #060119;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  padding: 5px 0px;
  position: relative;
  z-index: 3;
  align-items: center;
}

.top-right .phone {
  margin-right: 30px;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  align-items: center;
}

.top-right .phone .icon {
  margin-right: 10px;
  transition: .5s;
  color: #060119;
}

.top-bar .top-menu {
  background-color: #fff;
  padding: 10px 0px;
  position: relative;
  border-radius: 10px 10px 0px 0px;
}

.top-bar .top-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 10px 0px 10px;
  width: 82%;
  background-color: #000;
  content: "";
  height: 100%;
}

.top-bar .social ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  position: relative;
  list-style: none;
  z-index: 33;
  margin: 0;
}

.top-bar .social ul li {
  margin: 0px 4px;
}

.top-bar .social ul li a {
  height: 40px;
  width: 40px;
  background-color: #060119;
  color: #fff;
  border-radius: 5px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .social ul li a:hover {
  color: #f00;
}

header .navbar-brand img {
  width: 200px;
  border-radius: 5px;
}

.menu {
  position: relative;
  overflow-x: clip;
  background-color: #f00;
  transition: 1s;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  padding: 8px 0px;
  margin-left: 30px;
}

.menu .navbar {
  padding: 0px;
  border-radius: 10px;
  margin-top: 20px;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  transition: .5s;
  color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #060119;
}

.menu .dropdown-menu {
  width: 280px;
  padding: 0;
  transition: 5s;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #000;
  color: #fff;
}

.menu .get-quote .sec-btn {
  margin-top: 0;
  margin-right: 30px;
}

.menu .get-quote .sec-btn:hover {
  color: #f00;
}

.menu .get-quote .sec-btn::after {
  background-color: #eee;
}

header .sticky .navbar-nav {
  z-index: 9999;
  position: relative;
  margin-left: 0px;
}

header .sticky {
  background-color: #fff;
  position: fixed;
  box-shadow: 0px 10px 20px 0px #f001;
  top: 0;
  left: 0;
  width: 100%;
}

header .sticky .logo-img,
.menu .dropdown:hover .dropdown-menu,
.menu .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

header .sticky .logo-img img {
  width: 200px;
  border-radius: 5px;
}

header .sticky .navbar-brand {
  transform: translateY(0px);
}

/* -----header-section-end------- */


/* --------hero-section-start------- */
.hero-slide {
  max-width: 100%;
  background-color: #060119;
  display: flex;
  width: 100%;
}

.hero-slide img {
  object-fit: cover;
  width: 100%;
}

*/ .hero-text h2 {
  font-size: 48px;
  margin-top: 20px;
}

.hero-slide .hero-text {
  position: relative;
  color: #fff;
}

.hero-slide .cont-box {
  text-align: center;
  border: 1px solid #fff;
  padding: 20px 10px;
}

.cont-box h2 {
  font-size: 30px;
  margin: 0px;
  color: #f00;
}

.cont-box p {
  margin-bottom: 0;
}

.cont-box h2::after {
  content: "+";
  font-size: 30px;
}

/* ------hero-section-end------- */


/* ---feature-section-start--- */
.feature-section {
  margin-top: 60px;
  position: relative;
}

.feature-section .fea-box {
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: .5s;
  background-position: right;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 10px 20px 0px #4e148c1a;
}

.feature-section .fea-box:hover {
  background-image: linear-gradient(#ff000088, #ff000088), url(../images/hero1.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.feature-section .fea-box h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 20px 0px;
}

.fea-box .fea-icon {
  height: 80px;
  width: 90px;
  display: flex;
  border-radius: 5px;
  transition: .5s;
  align-items: center;
  background-color: #060119;
  justify-content: center;
}

.fea-box:hover .fea-icon {
  background-color: #f00;
}

.fea-box .fea-icon img {
  width: 60px;
}

/* ---feature-section-end---- */


/* ---Form-Section-Start--- */
.form-section {
  position: relative;
  overflow: hidden;
}

.form-section::after {
  position: absolute;
  top: 0px;
  right: -170px;
  width: 30%;
  height: 70%;
  z-index: -1;
  content: "";
  background-image: url(../images/pro.png);
  background-size: cover;
}

.form-box {
  background-color: #eee;
  padding: 30px;
}

.form-box h2 {
  color: #f00;
  font-size: 30px;
  margin-top: 0;
}

.form-box .f-group input,
.form-box .f-group select,
.form-box .f-group textarea {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border: 1px solid #060119;
  margin-bottom: 20px;
  outline: none;
  background-color: #fff;
}

.form-box .f-group input::placeholder,
.form-box .f-group textarea::placeholder {
  color: #060119;
}

.form-box .f-group select {
  padding: 18px 20px;
}

.form-box .f-group .sec-btn {
  width: 100%;
  padding: 14px 20px;
  border: none;
  background-color: #f00;
  margin-top: 0;
}

.form-box .f-group .sec-btn:hover {
  color: #fff;
}

.form-box .f-group .sec-btn::after {
  background-color: #060119;
}

.form-box .sec-btn {
  margin-top: 5px;
}

.form-section .quote {
  margin-left: -25px;
}

/* ----Form-Section-End---- */

/* -----Gallery-Page-start----- */

.gallery-section .gs-head h2 {
  margin: 0;
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  margin-top: 20px;
}

.gallery-box a {
  position: relative;
  border-radius: 10px;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  height: 328px;
  object-fit: cover;
}

.gallery-box a:hover img {
  transform: scale(.9);
}

/* ------gallery-Page-end------- */

/* ----Service-Section-Start--- */

.service-section .ser-head {
  text-align: center;
}

.service-section .ser-box {
  padding: 20px;
  position: relative;
  border: 1px solid #f00;
  transition: .5s;
}

.ser-box .ser-icon {
  position: absolute;
  top: -30px;
  right: -10px;
  height: 80px;
  width: 80px;
  outline: 10px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f00;
}

.ser-box .ser-icon img {
  width: 40px;
}

.ser-box .ser-img {
  margin: 20px 0px;
}

.ser-box .ser-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}


/* ----Service-Section-End--- */

/* ---Process-section-Start--- */

.process-section .ps-head {
  text-align: center;
}

.ps-box {
  text-align: center;
  padding: 0px 20px;
}

.ps-box h4 {
  color: #f00;
  font-weight: 600;
  font-size: 22px;
}

.ps-box .icon {
  width: 150px;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  transition: .5s;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  margin: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.069);
  margin-bottom: 20px;
}

.ps-box:hover .icon {
  background-color: #f00;
}

.ps-box:hover .icon img {
  filter: brightness(0);
}

.ps-box:hover .icon span {
  background-color: #060119;
}

.ps-box .icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #f00;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ps-box2 {
  margin-top: 100px;
}

.ps-box3 {
  margin-top: 50px;
}

.process-section .ps-shape {
  margin-bottom: -190px;
  margin-left: 100px;
}

/* ---Process-section-End--- */

/* ---relocate-section-start--- */

.relocate-section .relocate {
  padding: 30px 40px;
  border-radius: 20px;
  background-color: #f00;
  text-align: center;
  color: #fff;
}

.relocate-section .relocate>h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.relocate-section .relocate .rel-img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 15px;
  background-color: #eee;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.relocate .rel-box {
  position: relative;
  margin-top: 10px;
}

.relocate-section .relocate .rel-box span {
  padding: 5px;
  background-color: #060119;
  position: absolute;
  top: -15px;
  left: 30%;
  font-size: 12px;
  border-radius: 4px;
}

/* ---relocate-section-end--- */

/* ---Testimoial-Section-Start--- */


.testimonial-section .ts-head {
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-section .tes-box {
  padding: 20px;
  margin: 10px;
  margin-left: 60px;
  border-left: 4px solid #f00;
  position: relative;
  height: 300px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.095);
}


.tes-content {
  display: flex;
  align-items: center;
}

.tes-box:hover:after {
  background-color: #f00;
}

.testimonial-section .tes-box p {
  font-style: italic;
  margin-bottom: 0;
  flex: 1;
  font-size: 17px;
  margin: 10px 0px;
  margin-left: 30px;
}

.tes-box .ratting i {
  color: rgb(255, 170, 0);
  letter-spacing: 1px;
  font-size: 14px;
}

.tes-info {
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.tes-box .tes-img {
  margin-left: -80px;
  position: relative;
}

.tes-box .tes-img>img {
  width: 150px;
  z-index: 6;
  position: relative;
  height: 150px;
  border-radius: 100%;
  margin: auto;
}

.tes-box .tes-img .tes-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  z-index: 9;
  background-color: #f00;
  border-radius: 100%;
  position: absolute;
  right: -20px;
  top: 30%;
}

.tes-box .tes-img .tes-quote img {
  width: 40px;
}

.tes-box .info .text {
  flex: 1;
  margin-left: 15px;
}

.tes-box .text h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #f00;
}

.tes-box .info .text span {
  color: #060119;
  font-size: 15px;
}

.testimonial-section .map {
  height: 100%;
}

/* ---Testimoial-Section-End--- */

/* ------footer-section-start------- */

.footer-section .f-main {
  padding: 40px;
  border-radius: 15px;
  background-color: #f00;
  color: #fff;
}

.footer-section .f-box {
  margin-top: -80px;
  box-shadow: 0px 10px 20px #4e148c25;
}

.footer-logo {
  padding: 10px 20px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  background-color: #fff;
}

.footer-box .footer-text p {
  line-height: 27px;
}

.footer-box {
  position: relative;
  z-index: 4;
}

.footer-box .f-title {
  padding: 20px;
  background-color: #060119;
  border-radius: 0px 0px 10px 10px;
}

.footer-box .f-title h4 {
  font-weight: 700;
  font-size: 24px;
}

.footer-box .f-title h5 {
  color: #f00;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
  margin-top: 10px;
}

.footer-box .f-title a {
  color: #fff;
}

.footer-logo img {
  width: 190px;
}

.footer-box .social {
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  margin-top: 25px;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #060119;
}

.footer-box .social li a:hover {
  background-color: #fff;
  border-radius: 100%;
  color: #060119;
}

.footer-box .footer-title h4 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #060119;
  font-weight: 700;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #060119;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #fff;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 5px 0px;
}

.footer-box ul li a {
  color: #fff;
  transition: .5s;
}

.footer-box ul li a:hover {
  color: #060119;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #060119;
}

.footer-box p {
  line-height: 28px;
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #060119;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  background-color: #060119;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section .copy-right p a {
  color: #f00;
  font-weight: 600;
}

.footer-section .map {
  height: 100%;
  border-radius: 10px;
}

.footer-section .map iframe {
  border-radius: 10px;
}

.footer-section .f-map {
  height: 100%;
}

.footer-section .f-map iframe {
  border-radius: 7px;
}

/* ------footer-section-end-------- */

/* ---Banner-Section-Start--- */

.banner-section {
  padding: 40px 0px 20px;
  background-color: #060119;
  color: #fff;
}

.banner-section .banner-title h2 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}

.banner-section ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.banner-section ul li a {
  color: #f00;
}

/* ---Banner-Section-End--- */

/* ---welcome-section-start---- */

.ws-box {
  padding: 50px;
  background-size: cover;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#000000d0, #000000d0), url(../images/hero1.jpg);
}

/* ---welcome-section-end---- */

/* ---Counter-Section-Start--- */

.counter-section {
  position: relative;
  background-color: #060119;
  padding: 50px 0px;
  background-image: url(../images/counter.png);
}

.counter-section .cont-box {
  display: flex;
  color: #fff;
  align-items: center;
}

.counter-section .cont-box .icon {
  height: 80px;
  width: 80px;
  border-radius: 5px;
  background-color: #f00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-section .cont-box img {
  width: 50px;
}

.counter-section .cont-box .text {
  margin-left: 20px;
}


/* ---Counter-Section-End--- */

/* -----About-Section-Start---- */

.about-section .as-img {
  position: relative;
}

.as-img .as-ex h2 {
  font-size: 60px;
  margin: 0;
}

/* -----About-Section-End---- */

.map-section .map {
  border-radius: 10px;
  height: 400px;
}

.map-section .map iframe {
  border-radius: 10px;
}

/* ====Contact-Section-Start==== */

.contact-box {
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #eee;
  position: relative;
  margin-top: 20px;
  height: 100%;
  transition: .5s;
}

.contact-section .contact-box:hover {
  color: #fff;
}

.contact-section .contact-box::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: .5s;
  background-color: #f00;
  content: "";
}

.contact-section .contact-box:hover:after {
  height: 100%;
}

.contact-box .icon {
  height: 80px;
  background-color: #f00;
  border-radius: 100%;
  margin-right: 20px;
  z-index: 9;
  transition: .5s;
  position: relative;
  color: #fff;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-box:hover .icon {
  background-color: #060119;
}

.contact-box .icon img {
  width: 45px;
  transition: .5s;
}

.contact-box:hover .icon img {
  filter: brightness(600);
}

.contact-box .text {
  flex: 1;
  position: relative;
  z-index: 9;
}

.contact-box .text h4 {
  font-size: 22px;
  font-weight: 700;
  transition: .5s;
  color: #f00;
}

.contact-box:hover .text h4 {
  color: #060119;
}

.contact-box:hover .text a {
  color: #fff;
}

.contact-box .text address {
  margin-bottom: 0;
}

/* ===Service-Two-Start=== */

.service-two .ser-box .text {
  padding: 20px;
}

.service-two .ser-box p {
  margin-bottom: 5px;
}

.slider-nav .ser-list {
  border-radius: 2px;
  margin: 8px;
  text-align: center;
  font-weight: 500;
  padding: 25px 10px;
  background-color: #eee;
  position: relative;
  text-transform: capitalize;
  transition: .5s;
  min-width: 190px;
  line-height: 24px;
  cursor: pointer;
}

.slider-nav .ser-list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f00;
  transition: .4s;
  content: "";
}

.slider-nav .ser-list:hover::after,
.slider-nav .ser-list.slick-current::after {
  height: 100%;
}

.slider-nav .ser-list::before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  transform: translate(-50%, -50%);
  height: 3px;
  background-color: #060119;
  z-index: 3;
  transition: .4s;
  content: "";
}

.slider-nav .ser-list:hover:before,
.slider-nav .ser-list.slick-current::before {
  width: 100%;
}

.slider-nav .ser-list img {
  display: block;
  margin: 10px auto;
  position: relative;
  z-index: 9;
  filter: brightness(0);
  transition: .5s;
}

.slider-nav {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}


.slider-nav .ser-list:hover span,
.slider-nav .ser-list.slick-current span {
  color: #fff;
  position: relative;
  z-index: 4;
}

.service-two .ser-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.service-two .ser-box .sec-btn {
  margin-top: 0;
}

.ser-content p {
  margin-bottom: 5px;
}

.slider-nav .ser-list.slick-current img,
.slider-nav .ser-list:hover img {
  filter: brightness(44);
}

/* ===Service-Two-Start=== */

.br-box {
  padding: 30px;
  border: 2px solid #f00;
  border-radius: 10px;
  margin-top: 50PX;
}

.br-box p {
  font-size: 18px;
}


/* ===Network-section-Start==== */

.network-section ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.network-section ul li {
  padding: 10px 20px;
  background-color: #f00;
  color: #fff;
  transition: .5s;
  border-radius: 5px;
  margin-top: 10px;
}

.network-section ul li:hover {
  background-color: #060119;
}

/*===PopUp-Section-Start===*/

.popup-section .t-modle {
  height: 100%;
  width: 100%;
  background-color: #262424a3;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  animation: toper 1.5s ease-in;
  left: 0;
  z-index: 99999;
}

.t-modle .m-box {
  animation: top 1s ease-in;
  width: 40%;
}


.t-modle .m-box .quote {
  padding: 30px 20px;
  text-align:center;
}

.login-form .login-content {
    padding: 30px;
  border-radius: 10px;
  text-align: center;
    background-color: #eee;
    position: relative;
}

.login-form .login-content h3 {
  font-weight: 700;
  margin-bottom: 0px;
  text-align: left;
  display: flex;
  line-height: 28px;
  font-size: 20px;
  justify-content: space-between;
  align-items: center;
}
.login-form .login-content h3 span {
    color: #f00;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}
.login-form .login-content h3 i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: #000000ed;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}


.login-form .login-content .sec-btn {
  border: none;
  margin-top:20px;
}

@keyframes top {
  0% {
    margin-top: -100%;
  }

  100% {
    margin-top: 0%;
  }
}

@keyframes toper {
  0% {
    margin-right: -100%;
    opacity: 0;
  }

  100% {
    margin-right: 0%;
    opacity: 1;
  }
}


/* ---PopUp-Section-End--- */

/* ====Responsive===== */

@media screen and (max-width:1024px) {
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
    font-weight: 400;
  }

  .cont-box .icon {
    height: 60px;
    width: 60px;
  }

  .cont-box img {
    width: 40px;
  }

  .cont-box .text {
    margin-left: 10px;
  }

  .cont-box h2 {
    font-size: 30px;
    font-weight: 600;
  }

  .cont-box p {
    font-size: 15px;
  }

  .feature-section .fea-box {
    border-top: 1px solid #f00;
  }

  .feature-section .fea-box h4 {
    font-size: 20px;
    font-weight: 600;
  }

  .process-section .ps-shape {
    margin-bottom: -200px;
    margin-left: 35px;
  }

  h2 {
    font-size: 35px;
    font-weight: 600;
  }

  .cont-box h2::after {
    font-size: 35px;
  }

  .ser-box .ser-img img {
    height: 240px;
  }

  .service-section .ser-box {
    padding: 20px 15px;
  }


  .p-100 {
    padding: 60px 0px;
  }

  .tes-box .tes-img>img {
    width: 110px;
    height: 110px;
  }

  .tes-box .tes-img .tes-quote {
    height: 50px;
    width: 50px;

  }

  .testimonial-section .tes-box {
    padding: 16px;
    margin: 5px;
    margin-left: 60px;
  }

  .footer-section .f-box {
    margin-top: -60px;
    box-shadow: 0px 10px 20px #4e148c25;
  }

  .tes-box .tes-img .tes-quote img {
    width: 30px;
  }

  .m-100 {
    margin-bottom: 60px;
  }

  .map-section .map {
    height: 300px;
  }
}

@media screen and (max-width:992px) {
  .navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    padding: 20px 25px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .menu .get-quote .sec-btn {
    margin: 20px 0px;
  }

  .menu .get-quote {
    text-align: center;
  }

  .menu .navbar-nav {
    margin: 0;
  }

  .footer-section .f-box {
    margin-top: 20px;
  }

  .feature-section {
    margin-top: 40px;
  }

  .form-box {
    margin-bottom: 40px;
  }
.t-modle .m-box {
    animation: top 1s ease-in;
    width: 70%;
}
  .feature-section .fea-box {
    margin-top: 20px;
  }

  .process-section .ps-shape,
  .form-section .quote {
    display: none;
  }

  .ps-box2 {
    margin-top: 60px;
  }

  .ps-box3 {
    margin-top: 30px;
  }

  .testimonial-section .tes-box {
    padding: 30px;
    height: 260px;
  }

  .testimonial-section .tes-box p {
    font-size: 18px;
  }
}

@media screen and (max-width:768px) {
  .top-bar .social {
    display: none;
  }

  .cont-box {
    margin-top: 20px;
  }

  .counter-section {
    padding: 30px 0px;
  }

  .p-100 {
    padding: 50px 0px;
  }

  .m-100 {
    margin-bottom: 50px;
  }

  .top-right {
    justify-content: center;
  }
}

@media screen and (max-width:580px) {
  .top-right {
    flex-wrap: wrap;
  }

  .top-bar {
    padding-top: 5px;
    margin-bottom: -13px;
  }

  .hero-slide .hero-img2 {
    display: none;
  }
.t-modle .m-box {
    animation: top 1s ease-in;
    width: 80%;
}
.login-form .login-content h3 span {
    font-size: 20px;
}
  h2 {
    font-size: 28px;
  }

  .ser-box .ser-img img {
    width: 100%;
    height: 240px;
  }

  .ps-box2 {
    margin-top: 20px;
  }

  .relocate .rel-box {
    margin-bottom: 20px;
  }

  .tes-content {
    display: block;
  }

  .ps-box3 {
    margin-top: 20px;
  }

  .testimonial-section .tes-box {
    height: 380px;
    padding: 20px;
    margin: 15px;
  }

  .testimonial-section .tes-box p {
    margin-left: 0px;
  }

  .tes-box .tes-img .tes-quote {
    right: 25%;
    top: 30%;
  }

  .banner-section ul {
    font-size: 15px;
  }

  .service-two .ser-img img {
    height: 280px;
  }

  .tes-box .tes-img {
    margin-left: 0px;
  }

  .testimonial-section .tes-box p {
    font-size: 16px;
  }

  .footer-section .f-main {
    padding: 25px;
  }

  .ws-box {
    padding: 30px 20px;
  }

  .banner-section .banner-title h2 {
    font-size: 27px;
  }

  .slider-nav .ser-list {
    min-width: 160px;
  }

  .br-box h2 {
    font-size: 24px;
  }

  header .navbar-brand img {
    width: 160px;
  }
}



 /*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:60%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:45px;
  width:45px;
  background:#f00;
  color:#fff;
  font-size:20px;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/