@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}


body {
  padding: 0 !important;
  font-family: "Outfit", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 40px;
  margin: 10px 0px;
  font-weight: 600;
}
.sub-title{
  color: #fd5523;
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.sub-title::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fd5523;
    content: "";
}
.m-100 {
  margin-bottom: 80px;
}
@keyframes leftGo {
  0%{
    margin-right: 30px;
  }
  100%{
    margin-right: 20px;
  }
}
.p-80 {
  padding: 100px 0px;
}
span,a,p,address,i,b{
  font-size: 18px;
}
.sec-btn {
  display: inline-flex;
  padding: 8px 10px;
  color: #0c0d2a;
  border-radius: 5px;
  padding-left: 20px;
  position: relative;
  border: 1px solid #fd5523;
  z-index: 33;
  transition: 0.5s;
  align-items: center;
  font-size: 18px;
  text-transform: capitalize;
}

.sec-btn a:hover {
  color: #fd5523;
}

.sec-btn:hover span {
  color: #fd5523;
  position: relative;
  z-index: 1;
}

.sec-btn span {
  position: relative;
  z-index: 32;
}
.sec-btn .btn-arrow{
  height: 40px;
  width: 45px;
  margin-left: 20px;
  transition: .5s;
  border-radius: 4px;
  background-color: #fd5523;
  display: inline-flex;
  position: relative;
  z-index: 3;
  align-items: center;
  justify-content: center;
}
.sec-btn .btn-arrow i{
    transform: rotate(-45deg);
}
.sec-btn:hover .btn-arrow{
  background-color: #062f3a;
}
 .sec-btn::after {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  background-color: #fd5523;
  height: 100%;
  width: 0%;
  transition: 0.5s;
  content: "";
}
.sec-btn:hover:after{
  width: 100%;
}
.sec-btn:hover span{
  color: #fff;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}

.what a {
  color: #fff;
  font-size: 35px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #0000002b;
  background: #29e126;
}

.what a i{
  font-size: 30px;
}

.what a:last-child {
  font-size: 20px;
  background-color: #062f3a;
}


/* ---foot-list--- */
.foot-list{
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  z-index: 999;
  background-color: #fd5523;
}
.foot-list ul{
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0px;
  list-style: none;
}


.foot-list ul li:last-child a{
  border: none;
}
.foot-list ul li a{
  display: flex;
  align-items: center;
  text-align: center;
  background: #062f3a;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
}
.foot-list ul li a span{
  display: inline-block;
}
/* ---foot-list--- */
/* ===Header-Section-Start=== */

header .top-bar{
  padding: 7px 0px;
  position: relative;
  background-color: #062f3a;
  color: #fff;
}
header .top-bar .container-fluid, header .menu .container-fluid{
  padding: 0px 20px;
}
.top-bar .top-right{
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: end;
}
header .top-bar::after{
  position: absolute;
  top: 0;
  right:0;
  height: 100%;
  width: 35%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  content: "";
  background-color: #fd5523;
}
header .top-bar .top-left ul,header .top-bar .top-right ul{
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  margin: 0;
}
.top-bar .top-left ul li{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.top-bar .top-left ul .top-bar-border{
  border-right: 1px solid #ffffff61;
  padding-right: 20px;
}
header .top-bar .top-right ul li{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px 7px;
}

.top-bar .top-left ul li a{
  padding-left: 10px;
  font-size: 18px;
  color: #ffff;
}
header .top-bar .top-right ul li a{
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  transition: .5s;
  color: #fff;
  font-weight: 100;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 4px;
}
header .top-bar .top-right ul li a:hover{
  background-color: #062f3a;
  border-color: #062f3a;
}


.menu{
  padding: 15px 0px;
  box-shadow: 0px 10px 10px 0px #07095217;
  position: relative;
}
header .menu::after{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 22%;
  clip-path: polygon(0 0, 68% 0, 100% 100%, 0% 100%);
  background-color: #fd5523;
  content: "";
}
.menu .navbar{
  padding: 0;
}
header .menu .navbar .navbar-brand{
  position: relative;
  z-index: 3;
}
.menu .navbar-light .navbar-nav .nav-link{
  letter-spacing: 1px;
  padding: 0px;
  text-transform: capitalize;
  color: #062f3a;
  font-size: 18px;
  transition: .5s;
  font-weight: 500;
  position: relative;
}
.menu .navbar-light .navbar-nav .nav-link:hover,.menu .navbar-light .navbar-nav .nav-link.active{
  color: #fd5523;
}
.menu .navbar-light .navbar-nav{
  margin-left: 100px;
}
.menu .navbar-nav .nav-link::before{
  border-bottom: 2px solid #062f3a;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 100%;
  transition: .5s;
  width: 0%;
}
.menu .navbar-nav .nav-link:hover:before{
  width: 100%;
}
.menu .nav-item{
  margin: 0px 14px;
}
.menu .navbar-nav .active{
  border-bottom: #062f3a 2px solid;
}
.menu .book .sec-btn{
  margin-top: 0px;
  cursor:pointer;
  overflow: inherit;
}
header .menu .navbar .book a{
  background-color: #fd5523;
  color: #fff;
  text-transform: capitalize;
  border-radius: 30px;
  border: none;
  padding: 8px 10px;
  font-weight: 500;
  padding-left: 20px;
}
header .menu .navbar .book a:hover{
  background-color: #062f3a;
  border-radius: 4px;
}
header .menu .navbar .book a::after{
  border-radius: 30px;
  background-color: #062f3a;
}
header .menu .navbar .book a i{
  height: 35px;
  width: 35px;
  transition: .4s;
  background-color: #062f3a;
  border-radius: 100%;
  display: inline-flex;
  position: relative;
  z-index: 2;
  align-items: center;
  margin-left: 10px;
  justify-content: center;
  color: #fff;
}
header .menu .navbar .book a:hover i{
  background-color: #fd5523;
}
.dropdown-item:hover {
  color: #fff;
  background-color: #062f3a;

}
.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
  padding: 0;
  min-width: 280px;
}
.menu .navbar .dropdown-menu .dropdown-item{
  padding: 10px 20px;
}
.menu .navbar .navbar-brand img{
  width: 200px;
}
/* ====Header-Section-End==== */

/* ===Hero-Section-Start=== */

.hero-section{
  color: #fff;
  padding: 160px 0px;
  position: relative;
  overflow: hidden;
  background-color: #062f3a;
  background-image:linear-gradient(#000000b8,#000000b8),url(../images/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/*.hero-section::after{*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-image: url(../images/banner-pattern.png);*/
/*  content: "";*/
/*  opacity: .015;*/
/*  z-index: 0;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*}*/
.hero-section .hero-shape{
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 3;
  animation: updown 2s ease-in-out alternate infinite;
}

@keyframes updown {
  0%{
    top: -10px;
  }
  100%{
    top: 0px;
  }
}
/*.hero-section .hero-shape2 {*/
/*    height: 1100px;*/
/*    width: 200px;*/
/*    position: absolute;*/
/*    top: -13%;*/
/*    transform: rotate(45deg);*/
/*    right: 0%;*/
/*    z-index: 1;*/
/*    background-color: #fd5523;*/
/*}*/
/*.hero-section .hero-shape2::after {*/
/*    height: 50%;*/
/*    width: 60%;*/
/*    background-color: #fd5523;*/
/*    position: absolute;*/
/*    bottom: -10%;*/
/*    left: 0%;*/
/*    content: "";*/
/*}*/
.hero-section .hero-truck img{
  width: 90%;
  z-index: 5;
  position: relative;
}
.hero-section .hero-truck{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  animation :moving 3s alternate ease-in-out infinite ;
}

@keyframes moving {
  0%{
    right: -6%;
  }
  100%{
    right: -10%;
  }
}
.hero-section .hero-text{
  position: relative;
  z-index: 2;
}
.hero-section .hero-text span{
  font-size: 20px;
  text-transform: uppercase;
  color: #fd5523;
  font-weight: 500;
  word-spacing: 3px;
}
.hero-section .hero-text h2,.hero-section .hero-text h1{
  font-size: 70px;
  font-weight: 700;
  margin: 20px 0px;
}
.hero-section .hero-text p{
  font-size: 22px;
  color: #eee;
}
.hero-section .hero-item{
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.hero-section .hero-item a{
  color: #fff;
}
.hero-section .hero-item .hero-img{
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.hero-section .hero-item .hero-img ul{
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-section .hero-item .hero-img ul li{
  height: 60px;
  width: 60px;
  border-radius: 100%;
  border: 2px solid #fd5523;
}
.hero-section .hero-item .hero-img ul li:nth-child(2),.hero-section .hero-item .hero-img ul li:nth-child(3){
  margin-left: -25px;
}
.hero-section .hero-item .hero-img ul li img{
  object-fit: cover;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
.hero-section .hero-item .hero-img h3{
  font-weight: 600;
  font-size: 20px;
  margin-left: 20px;
}
.hero-section .hero-item .hero-img h3 span{
  color: #fd5523;
}
/* ====Hero-Section-End==== */

/* ===Track-Section-Start=== */
.track-section{
  padding-top: 100px;
}
.track-section .track{
  border: 1px solid #062f3a;
  background-color: #eee;
  padding: 30px 70px;
  border-radius: 30px;
}
.track-section .track .nav-pills .nav-link.active,.track-section .track .nav-pills .show > .nav-link {
    background-color: #fd5523;
}
.track-section .track ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: -70px;
  padding: 0;
}
.track-section .track ul li button{
  display: flex;
  background-color: #062f3a;
  margin: 0px 20px;
  align-items: center;
  color: #fff;
  border-radius: 30px;
  padding:5px 15px;
}
.track-section .track ul li button span{
  padding-right: 20px;
}
.track-section .track ul li button .track-img{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right:20px ;
  height: 60px;
  width: 60px;
  background-color: #fff;
}
.track-section .track ul li button .track-img img{
  filter: brightness(0);
  width: 40px;
}
.track-section .track .track-option{
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.track-section .track .track-option input{
  padding-right: 5px;
}
.track-section .track .track-option label{
  padding: 0px 10px;
  display: flex;
  font-size: 18px;
  color: #062f3a;
  align-items: center;
}
.track-section .track .track-input{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.track-section .track input[type="text"]{
  padding: 15px 30px;
  border-radius: 30px;
  width: 80%;
  outline: none;
  flex: 1;
  border: 1px solid #fd5523;
}
.track-section .track .track-input button{
  outline: none;
  background-color: #062f3a;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 30px;
  padding: 15px 30px;
  margin-left: 30px;
}
.track-section .track .nav-pills .nav-link.active .track-img{
  background-color: #062f3a;
}
.track-section .track .nav-pills .nav-link.active .track-img img{
  filter: brightness(8);
}
/* ===Track-Section-End==== */

/* ===About-Section-Start=== */

.about-section .as-box h2{
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #062f3a;
}
.about-section .as-box h2 span{
  font-weight: 700;
  color: #fd5523;
  font-size: 45px;
}
.about-section .as-box .as-info {
    display: flex;
    align-items: center;
    margin: 30px 0px;
}
.as-box .as-info .as-info-item{
  display: flex;
  align-items: center;
  transition: .4s;
}
.as-box .as-info .as-info-item i{
  height: 80px;
  width: 80px;
  background-color: #fd5523;
  border-radius: 100%;
  margin-right: 20px;
  display: flex;
  font-size: 40px;
  transition: .4s;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.as-box .as-info .as-info-item:hover i{
  background-color: #062f3a;
}
.as-box .as-info .as-info-item h5{
  font-weight: 700;
  color: #062f3a;
  margin: 0;
}
.as-box .as-info .as-info-item span{
  font-size: 16px;
}
.as-box .as-info .as-info-item .text{
  flex: 1;
}
.about-section .as-box ul{
  padding: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 40px;
}
.about-section .as-box ul li{
  margin: 10px 0px;
  display: flex;
  align-items: center;
}
.about-section .as-box ul i{
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #fd5523;
  font-size: 15px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.about-section .as-img{
  position: relative;
  mask-size: cover;
  mask-position: center center;
  -webkit-mask:url("../images/about-shape.png");
  mask:url("../images/about-shape.png") ;
  mask-repeat: no-repeat;
}
.about-section .as-item .as-shape {
    position: absolute;
    bottom: 106px;
    left: -90px;
}
.about-section .as-item{
  position: relative;
}
.about-section .as-item .as-review {
    position: absolute;
    top: 5px;
    z-index: 3;
    right: 9%;
    border-radius: 20px;
    background-color: #fd5523;
    color: #fff;
    padding: 30px 20px;
}
.about-section .as-item .as-review ul{
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.about-section .as-item .as-review ul li{
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.about-section .as-item .as-review ul li:nth-child(2),.about-section .as-item .as-review ul li:nth-child(3){
  margin-left: -20px;
}
.about-section .as-item .as-review ul li img{
  border-radius: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-section .as-item .as-review .ratting i{
  letter-spacing: 2px;
  color: #fdad23;
}
.about-section .as-item .as-review h4{
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 30px 0px;
  flex-wrap: wrap;
}
.about-section .as-item .as-review h4 span{
  font-size: 50px;
}
.about-section .as-item .as-review h4 .review-span{
  flex: 1;
  font-size: 18px;
  padding-left: 20px;
}
.about-section .as-item .as-circle{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  color: #fff;
  outline:20px solid #fd5523 ;
  width: 150px;
  border-radius: 100%;
  background-color: #062f3a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}
.about-section .as-item .as-circle i{
  font-size: 50px;
}
.about-section .as-ms-box{
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0px;
  background-color: #fd5523;
  color: #fff;
  display: flex;
  align-items: center;
}
.about-section .as-ms-box:last-child{
  background-color: #062f3a;
}
.about-section .as-ms-box .text{
  flex: 1;
  margin-left: 20px;
}
.about-section .as-ms-box .as-ms-img{
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 10px #fd562313;
}
/* ====About-Section-End==== */

/* ===Moving-Section-Start=== */

.moving-section{
  position: relative;
  overflow-x: hidden;
  height: 260px;
}
.moving-section::after{
  position: absolute;
  top: 50%;
  left: 0%;
  height: 20px;
  width: 100%;
  background-color: #062f3a;
  content: "";
}
.moving-section::before{
  position: absolute;
  top: 51%;
  left: 0%;
  height: 10px;
  z-index: 1;
  border-bottom: 3px dashed #fff;
  width: 100%;
  content: "";
}
.moving-section .moving-truck1{
  position: absolute;
  transition: .5s;
  top: 36px;
  z-index: 3;
  width: 100%;
  left: 0;
  animation: moving2 10s linear  infinite;
}

.moving-section .moving-truck2{
  position: absolute;
  top: 36px;
  z-index: 3;
  width: 100%;
  right: 0;
  animation: moving3 12s linear  infinite;
}
.moving-section .moving-truck3{
  position: absolute;
  top: -13px;
  z-index: 3;
  width: 100%;
  right: 0;
  animation: moving3 8s linear  infinite;
}
.moving-section .moving-truck1 img,.moving-section .moving-truck2 img,.moving-section .moving-truck3 img{
  width: 250px;
}
@keyframes moving2 {
  0%{
    transform: translateX(100%);
  }
  100%{
    transform: translateX(-100%);
  }
}

@keyframes moving3 {
  0%{
    transform: translateX(-100%);
  }
  100%{
    transform: translateX(100%);
  }
}
/* ===Moving-Section-End==== */

/* ===Service-Section-Start=== */
.service-section{
  background:#eee;
}
.service-section .container-fluid{
  padding: 0px 40px;
}
.service-section .ss-head{
  margin-bottom: 40px;
}
.service-section .ss-head h2{
  font-size: 50px;
  font-weight: 700;
  color: #062f3a;
}
.service-section .ss-head h2 span{
  font-size: 45px;
  color: #fd5523;
}
.service-section .ss-box{
  background-color: #fff;
  position: relative;
  margin: 20px 0px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px #062f3a23;
}
.service-section .ss-box .ss-icon{
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  position: absolute;
  top: -5px;
  right: 25px;
  background-color: #fd5523;
  border-radius: 100%
}
.service-section .ss-box:hover .ss-icon{
  background-color: #062f3a;
}
.service-section .ss-box .ss-icon img{
  transition: .4s;
  width: 50px;
}
.service-section .ss-box:hover .ss-icon img{
  transform: rotateY(180deg);
}
.service-section .ss-box .ss-img{
  mask-image: url(../images/service-shape.png);
  mask-position: center center;
  mask-size: cover;
  mask-repeat: no-repeat;
  position: relative;
  border-top-left-radius: 20px;
}
.service-section .ss-box .ss-img img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.service-section .ss-box h3{
  position: absolute;
  bottom: 49%;
  transition: .5s;
  left: 10%;
  color: transparent;
  z-index: 3;
  font-size: 50px;
  -webkit-text-stroke: 1px #fd5523;
  font-weight: 700;
}
.service-section .ss-box:hover h3{
  color: #fd5523;
}
.service-section .ss-box .text{
  padding: 20px;
}
.service-section .ss-box .text h4{
  color: #062f3a;
  font-weight: 600;
}
/* ====Service-Section-End==== */



/* ====Form-Section-Start==== */

.form-section{
  background: linear-gradient(#000000b8,#000000b8),url(../images/form-banner.webp);
  background-size: cover;
  margin-top: 100px;
  position: relative;
  color: #fff;
  background-position: center;
}
.form-section::after{
  position: absolute;
  top: 240px;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #ffffff40;
}
.form-section.mt-0::after{
  content: none;
}
.form-section .fs-head h2{
  font-size: 45px;
  font-weight: 700;
}
.form-section .form-box{
  margin-top: 100px;
  padding: 60px;
  color: #062f3a;
  border-radius: 20px;
  position: relative;
  background-color: #fff;
}
.form-section .form-box::after{
  height: 95%;
  width: 110%;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  content: "";
  left: 50%;
  transform: translate(-50%,0);
  border: 1px solid #fff;
}
.form-section .form-box::before{
  height: 90%;
  width: 105%;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  content: "";
  left: 50%;
  transform: translate(-50%,0);
  border: 1px solid #fff;
}
.form-section .form-box .fs-tabs{
  display: flex;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid #062f3a;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.form-section .form-box .fs-tabs li .nav-link{
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #eee;
  font-size: 20px;
  cursor: pointer;
  transition: .5s;
  margin-right: 20px;
}
.form-section .form-box .fs-tabs li .nav-link{
  color: #062f3a;
}

.form-box .fs-tabs li .nav-link.active,.form-section .form-box .fs-tabs li:hover .nav-link{
  background-color: #fd5523;
  color: #fff;
}
.form-section .form-box .form-item1{
  position: relative;
  z-index: 3;
}
.form-section .form-box .fs-item{
  margin-top: 20px;
}
.form-section .form-box .fs-item input,.form-section .form-box .fs-item select,.form-section .form-box .fs-item textarea{
  padding: 15px 20px;
  width: 100%;
  border: none;
  background-color: #eee;
  border-radius: 5px;
  outline: none;
  margin-top: 5px;
}
.form-section .form-box .fs-btn{
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
}
.form-section .form-box .form-item2{
  z-index: 3;
  position: relative;
}
.form-section .form-box .form-item2 ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-section .form-box .form-item2 ul li{
  margin: 10px 0px;
  display: flex;
  align-items: center;
}
.form-section .form-box .form-item2 ul li i{
  height: 25px;
  width: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #fd5523;
  margin-right: 10px;
  font-size: 15px;
}
.form-section .form-box .form-item2 .track-form{
  margin-bottom: 60px;
  margin-top: 40px;
}
.form-section .form-box .form-item2 .track-img{
  position: absolute;
  bottom: -17%;
  right: -5%;
}
.form-section .form-box .form-item2 h4{
  font-weight: 700;
  margin: 20px 0px;
}
.form-section .fs-box{
  height: 100%;
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
  color: #000;
  background-color: #eee;
}
.form-section .fs-box h3{
  color: #062f3a;
  font-weight: 700;
}
.form-section .contact-box{
  padding: 20px;
  min-height: 230px;
  transition: .5s;
  border-radius: 10px;
  text-align: center;
  background-color: #9f9d9d2a;
}
.form-section .contact-box .cont-img{
  height: 80px;
  width: 80px;
  margin: auto;
  transition: .5s;
  border-radius: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
}
.form-section .contact-box:hover .cont-img{
  background-color: #062f3a;
}
.form-section .contact-box a:hover{
  color: #fd5523;
}
.form-section .contact-box h5{
  color: #fd5523;
}
.form-section .contact-box .cont-img img{
  width: 40px;
}
.form-section .contact-box a{
  color: #eee;
}
/* ====Form-Section-End==== */

/* ===Choose-Section-Start=== */

.choose-section .cs-item{
  margin-top: 100px;
}
.choose-section .cs-item h2{
  font-size: 60px;
  margin-bottom: 40px;
}
.choose-section .cs-item .cs-box{
  padding: 30px;
  border: 1px solid #062f3a;
  transition: .5s;
  border-radius: 10px;
  margin: 20px 0px;
  display: flex;
  align-items: center;
}
.choose-section .cs-item .cs-box:hover{
  background-color: #fd5523;
  color: #fff;
}
.choose-section .cs-item .cs-box .cs-icon{
  height: 100px;
  width: 100px;
  transition: .4s;
  background-color: #fd5523;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.choose-section .cs-item .cs-box:hover .cs-icon{
  background-color: #062f3a;
}
.choose-section .cs-item .cs-box .cs-icon i{
  font-size: 50px;
}
.choose-section .cs-item .cs-box .text{
  flex: 1;
  margin-left: 30px;
}
.choose-section .cs-item .cs-box .text h6{
  font-size: 24px;
  font-weight: 600;
  color: #062f3a;
}
.choose-section .cs-item .cs-box .text p{
  font-size: 20px;
}
.choose-section .cs-left{
  position: sticky;
  padding-bottom: 100px;
  top: 0;
}
.choose-section .cs-left .cs-img{
  position: relative;
  z-index: 44;
  transition: .4s;
}
.choose-section .cs-left .cs-img img{
  position: relative;
  z-index: 4;
}
.choose-section .cs-left .cs-img::after{
  height: 80%;
  width: 100%;
  bottom: 0%;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/feature-img-bg.webp);
  transform: translate(-50%,0%);
  left: 50%;
}
.choose-section .cs-left .cs-img::before{
  height: 400px;
  width: 400px;
  bottom: 0%;
  transition: .4s;
  z-index: 2;
  border-radius: 100%;
  content: "";
  position: absolute;
  background-color: #062f3a;
  transform: translate(-50%,0%);
  left: 50%;
}
.choose-section .cs-left .cs-img:hover:before{
  background-color: #fd5523;
}

/* ===Choose-Section-End=== */


/* ===Project-Section-Start=== */
.project-section .container-fluid{
  padding: 0px 40px;
}
.project-section .ps-left h2{
  font-weight: 700;
  font-size: 45px;
  color: #062f3a;
}
.project-section .ps-left h2 span{
  font-size: 45px;
  color: #fd5523;
}
.project-section .ps-right{
  display: flex;
  justify-content: end;
}
.project-section .ps-box{
  border-radius: 10px;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  transition: .5s;
}
.project-section .gs-slider .ps-box{
  margin: 0px 15px;
}
.project-section .gs-slider .slick-arrow{
  display: none !important;
}
.project-section .ps-box::after{
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .4s;
  width: 100%;
  content: "";
  height: 0;
  background-color: #062f3aaf;
}
.project-section .ps-box:hover:after{
  height: 100%;
}
.project-section .ps-box img{
  border-radius: 10px;
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: .4s;
}
.project-section .ps-box:hover img{
  transform: scale(1.1);
}
.project-section .ps-box .ps-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: .5s;
  color: #fff;
  position: absolute;
  bottom: 0px;
  padding: 20px;
  opacity: 0;
  z-index: 4;
  left: 0px;
}
.project-section .ps-box:hover .ps-text{
  opacity: 1;
}
.project-section .ps-box .ps-text a{
  height: 40px;
  width: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fd5523;
  color: #fff;
}
/* ===Project-Section-End==== */

/* ===Industries-Section-Start=== */

.industries-section .is-head h2{
  font-size: 50px;
  font-weight: 700;
  color: #062f3a;
}
.industries-section .is-head h2 span{
  color: #fd5523;
  font-size: 50px;
}
.industries-section .is-item{
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.industries-section .is-item .is-box{
  display: flex;
  align-items: center;
  padding:7px 10px;
  transition: .5s;
  cursor: pointer;
  border-radius: 30px;
  color: #062f3a;
  margin: 10px;
  border: 1px solid #3a3939;
}
.industries-section .is-item .is-box:hover{
  background-color: #fd5523;
  border-color: #fd5523;
  color: #fff;
}
.industries-section .is-item .is-box .is-icon{
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  transition: .5s;
  background-color: #eee;
  justify-content: center;
}
.industries-section .is-item .is-box:hover .is-icon{
  background-color: #fff;
}
.industries-section .is-item .is-box .is-icon img{
  width: 35px;
}
.industries-section .is-item .is-box h6{
  font-weight: 600;
  flex: 1;
  font-size: 20px;
  margin: 0px 30px;
}
.industries-section .is-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  padding: 10px 20px;
  margin-top: 40px;
  background-color: #eee;
  border-radius: 30px;
}
/* ====Industries-Section-End==== */

/* ===CTA-Section-Start=== */

.cta-section .cta{
  padding: 50px;
  background-color: #062f3a;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-bottom: 0;
}
.cta-section .cta::after{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -80px;
  background-image: url(../images/cta-one-shape-2.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
.cta-section .cta .cta-shape{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 426px;
}
.cta-section .cta h3{
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 30px;
}
.cta-section .cta h3 span{
  color: #fd5523;
  font-size: 50px;
}
.cta-section .cta p{
  font-size: 20px;
  margin-bottom: 30px;
}
.cta-section .cta a{
  color: #fff;
}
.cta-section .cta .cta-img{
  margin-bottom: -7%;
  display: flex;
  margin-top: -10%;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: flex-end;
}
.cta-section .cta .cta-img img{
  width: 280px;
}
/* ===CTA-Section-End=== */

/* ===Review-Section-Start=== */
.review-section .rs-head{
  margin-bottom: 40px;
}
.review-section .rs-head h2{
  font-size: 50px;
  font-weight: 700;
  color: #062f3a;
}
.review-section .rs-head h2 span{
  font-size: 50px;
  color: #fd5523;
}
.review-section .rs-box{
  padding:20px 30px;
  margin: 10px 20px;
  border-radius: 15px;
  position: relative;
  transition: .4s;
  height: 300px;
  background-color: #ffffffc0;
  box-shadow: 0 0 12px rgb(0, 0, 0, 12%);
}
.review-section .rs-box:hover{
  background-color: #fd5523;
  color: #fff;
}
.review-section .rs-box q{
  margin: 10px 0px;
  font-size: 19px;
  position: relative;
  font-style: italic;
  z-index: 2;
  display: inline-block;
}
.review-section .rs-box .quote{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
  color: #fff;
  display: flex;
  transition: .5s;
  align-items: center;
  justify-content: center;
  width: 45px;
  background-color: #fd5523;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.review-section .rs-box:hover .quote{
  background-color: #062f3a;
}
.review-section .rs-box .rs-shape{
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  z-index: 0;
}
.rs-box .ratting i{
  color: rgb(240, 124, 30);
  letter-spacing: 1px;
  font-size: 13px;
  transition: .4s;
  z-index: 2;
  position: relative;
}
.rs-box:hover .ratting i{
  color: #fff;
}
.rs-box .info{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.rs-box .info .rs-img img{
  width: 60px;
  object-fit: cover;
  height: 60px;
  border-radius: 100%;
}
.rs-box .info .text{
  flex: 1;
  position: relative;
  margin-left: 15px;
  z-index: 2;
}
.rs-box .info .text h5{
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #062f3a;
}
.rs-box .info .text span{
  color: #fd5523;
  font-size: 15px;
}
.rs-box:hover .info .text span{
  color: #fff;
}
.review-section .review-slider .slick-arrow{
  position: absolute;
  top: -40%;
  right: 0;
  height: 50px;
  width: 50px;
  transition: .5s;
  border: 1px solid #062f3a;
  border-radius: 100%;
  background-color: transparent;
  font-size: 0;
}
.review-section .review-slider .slick-arrow:hover{
  background-color: #fd5523;
}
.review-section .review-slider .slick-next{
  right: 60px;
}
.review-section .review-slider .slick-next::after{
  content: "\f060";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fd5523;
}
.review-section .review-slider .slick-prev::after{
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fd5523;
}
.review-section .review-slider .slick-next:hover:after,.review-section .review-slider .slick-prev:hover:after{
  color: #fff;
}

/* ===Review-Section-End=== */

/* ===Network-Section-Start=== */

.network-section .ns-box{
  padding: 20px;
  background-color: #eee;
  border-radius: 10px;
  transition: .5s;
  margin: 10px 0px;
}
.network-section .ns-box:hover{
  background-color: #062f3a;
  color: #fff;
}
.network-section .ns-box .ns-icon{
  height: 80px;
  width: 80px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.network-section .ns-box h6{
  color: #062f3a;
  font-size: 22px;
  font-weight: 600;
}
.network-section .ns-box b{
  color: #fd5523;
}
.network-section .ns-box:hover h6, .network-section .ns-box:hover a{
  color: #fff;
}
.network-section .ns-box .ns-icon img{
  width: 50px;
}

/* ====Network-Section-End==== */

/* -----Brand-Section-Start----- */

.brand-section {
  text-align: center;
}

.brand-section .brand-box {
  padding: 20px;
  border: 3px double #062f3a;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.brand-section .brand-box img {
  margin: auto;
  height: 60px;
}

.brand-section h3 {
  font-size: 35px;
  font-weight: 700;
}

/* ---Brand-Section-End---- */

/* ===Banner-Section-Start=== */

.banner-section{
  padding: 150px 0px;
  background: linear-gradient(#062f3aec,#062f3aec),url(../images/banner.jpg);
  color: #fff;
  background-size: cover;
  position: relative;
}
.banner-section .bs-shape{
  position: absolute;
  top: 0%;
  right: 30%;
}
.banner-section .bs-img{
  position: absolute;
  bottom: -8%;
  right: 10%;
}
.banner-section .bs-img img{
  width: 350px;
}
.banner-section h2{
  font-size: 70px;
  font-weight: 700;
}
.banner-section .bs-head ul{
  padding: 0;
  margin-top: 20px;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.banner-section .bs-head ul li{
  margin: 0px 5px;
  color: #fd5523;
  font-weight: 500;
}
.banner-section .bs-head ul li a{
  color: #fff;
}
/* ===Banner-Section-End==== */


/* ===Map-Section-Start=== */


.map-section .map iframe{
  height: 500px;
}

/* ===Map-Section-End=== */

/* ===Details-Section-Start=== */

.details-section .ds-top{
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: -60px;
  box-shadow: 0px 5px 5px 0px #062f3a20;
  z-index: 2;
  position: relative;
}
.details-section .ds-top .ds-text h1{
  font-size: 45px;
  font-weight: 700;
  color: #062f3a;
  margin-bottom: 20px;
}
.details-section .ds-top .ds-text h1 span{
  font-size: 45px;
  color: #fd5523;
}
.details-section .ds-top .ds-img{
  border-radius: 10px;
  overflow: hidden;
  transition: .5s;
}
.details-section .ds-top .ds-img img{
  border-radius: 10px;
  transition: .5s;
  width: 100%;
  object-fit: cover;
}
.details-section .ds-top .ds-img:hover img{
  transform: scale(1.1);
}
.details-section .ds-item{
  padding: 40px;
}
.details-section .ds-item .ds-img img{
  border-radius: 10px;
}
/* ====Details-Section-End==== */

/* ===Process-Section-Start=== */

.process-section{
  padding: 50px 0px;
  background-color: #fd5523;
  background-image: url(../images/Working-Step.webp);
}
.process-section .ps-box{
  display: flex;
  align-items: center;
}
.process-section .ps-box h3{
  font-size: 50px;
  height: 100px;
  color: #062f3a;
  width: 100px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-section .ps-box .text{
  flex: 1;
  margin-left: 20px;
}
.process-section .ps-box .text h4{
  font-weight: 600;
  color: #062f3a;
}
/* ===Process-Section-End==== */

/* ===Footer-Section-Start=== */

.footer-section .container-fluid{
  padding: 0px 40px;
}
.footer-section {
  padding-top: 80px;
  background-color: #062f3a;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.footer-section::after{
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/site-footer-two-shape-1.png);
  content: "";
  height: 100%;
  background-repeat: no-repeat;
  opacity: .040;
  width: 100%;
}
.footer-logo {
  margin-bottom: 20px;
}

.footer-box {
  position: relative;
  margin-top: 20px;
  z-index: 4;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 4px;
}
.footer-section .footer-text{
  margin: 30px 0px;
}

.footer-box .social li a {
  height: 50px;
  width: 50px;
  font-weight: 100;
  display: flex;
  transition: .5s;
  color: #fff;
  border-radius: 100%;
  background-color: #ffffff1a;
  align-items: center;
  justify-content: center;
}


.footer-box .social li a:hover {
  color: #fd5523;
  background-color: #fff;
  border-radius: 100%;
}

.footer-box .footer-title h4, .footer-section .fs-head-box h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fd5523;
  font-weight: 700;
  position: relative;
}

.footer-box .footer-title h4::after,.footer-section .fs-head-box h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}
.footer-section .fs-head-box{
  margin-top: 20px;
}
.footer-section .fs-head-box h4{
  padding-left: 0;
  margin-bottom: 0;
}
.footer-link ul li a:hover {
  color: #fd5523;
}
.footer-section .footer-box .footer-logo img{
  width: 250px;
}
.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-box ul li a {
  color: #fff;
}

.footer-link2 ul li {
  display: flex;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #fd5523;
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  transition: .5s;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #ffffff1a;
  font-size: 20px;
}

.footer-link2 ul li:hover i {
  background-color: #fff;
  border-radius: 100%;
  color: #fd5523;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
  font-size: 16px;
}

.footer-section .copy-right {
  text-align: center;
  padding:20px 40px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  border-top: 1px solid #ffffff47;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

.footer-section .copy-right p a {
  color: #fd5523;
  font-weight: 600;
}

.footer-section .copy-right ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section .copy-right ul li a{
  padding: 0px 10px;
  color: #fff;
  transition: .5s;
}
.footer-section .copy-right ul li a:hover{
  color: #fd5523;
}

@media screen and (max-width:1024px) {
  .menu .navbar-light .navbar-nav {
    margin-left: 50px;
}
.menu .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
}
.menu .nav-item {
    margin: 0px 6px;
}
.menu .navbar .navbar-brand img {
    width: 160px;
}
header .menu::after {
    width: 25%;
}
.hero-section .hero-text h2, .hero-section .hero-text h1 {
    font-size: 50px;
}
.about-section .as-item .as-review h4 span {
    font-size: 30px;
}
.about-section .as-box h2,.about-section .as-box h2 span {
    font-size: 35px;
}
.about-section .as-item .as-review h4 .review-span {
    font-size: 15px;
    padding-left: 10px;
}
.about-section .as-item .as-review span{
  font-size: 15px;
}
.about-section .as-item .as-review {
    top: 64px;
    right: 0%;
    padding: 30px 10px;
}
.about-section .as-item .as-circle {
    bottom: -29px;
    left: 58px;
    height: 120px;
    width: 120px;
}
.about-section .as-item .as-shape {
    bottom: -20px;
    left: -35px;
}
.service-section .ss-box .ss-icon {
    right: 0px;
}
.choose-section .cs-item .cs-box .text h6 {
    font-size: 20px;
}
.choose-section .cs-item .cs-box .text p {
    font-size: 16px;
    margin-bottom: 0;
}
.cta-section .cta h3 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 10px;
}
.cta-section .cta .cta-img img {
    width: 260px;
}
.review-section .rs-head h2,.review-section .rs-head h2 span{
  font-size: 35px;
}
.footer-link2 ul li span, .footer-link2 ul li a,.footer-section .copy-right p,.footer-section .copy-right ul li a{
  font-size: 15px;
}
  .footer-section .copy-right {
       margin-bottom: 20px;
    }
}
@media screen and (max-width:768px) {
header .menu::after{
  width: 33%;
}
}
@media screen and (max-width:580px) {
  header .top-bar .container-fluid, header .menu .container-fluid {
    padding: auto;
}
.top-bar .top-left ul li {
    margin-right: 0px;
    position: relative;
    z-index: 2;
}
header .menu::after{
  content: none;
}
.menu {
    padding: 5px 0px;
    background-color: #fd5523;
}
.menu .navbar-light .navbar-nav {
    margin-left: 0px;
}
.menu .navbar-light .navbar-nav .nav-link{
  padding: 10px 0px;
  font-size: 16px;
}
.navbar-light .navbar-toggler {
    border-color: #062f3a;
}
.menu .navbar-toggler:focus {
    box-shadow:none;
}
.top-bar .top-left ul .top-bar-border {
    padding-right: 7px;
}
.top-bar .top-left ul li a{
  font-size: 16px;
}
  .hero-section .hero-text h2, .hero-section .hero-text h1 {
    font-size: 30px;
}
.hero-section {
    padding: 120px 0px;
}
.hero-section .hero-text span {
    font-size: 15px;
}
.hero-section .hero-text p {
    font-size: 18px;
}
.hero-section .hero-text p br,.hero-section .hero-shape2,.top-bar .top-right,.about-section .as-item .as-circle,.about-section .as-item .as-shape,.form-section .form-box .form-item2 .track-img{
  display: none;
}
.hero-section .hero-item {
    margin-top: 50px;
    display: block;
}
.hero-section .hero-item .hero-img{
  position: relative;
  z-index: 3;
  margin-left: 0;
  margin-top: 20px;
}
.hero-section .hero-shape{
  width: 60%;
}
.about-section .as-item .as-review {
    top: 0;
    padding: 30px 10px;
    position: static;
    margin: 30px 0px;
}
.about-section .as-item .as-review h4 span {
    font-size: 60px;
}
.about-section .as-img {
    -webkit-mask: none;
    mask: none;
}
.about-section .as-img img{
  border-radius: 10px;
}
.about-section .as-box .as-info,.form-section .form-box .fs-btn{
  flex-wrap: wrap;
}
.as-box .as-info .as-info-item{
  margin: 15px 0px;
}
.service-section .ss-head h2,.service-section .ss-head h2 span{
  font-size: 30px;
}
.service-section .container-fluid,.project-section .container-fluid, .footer-section .container-fluid{
    padding: 0px 13px;
}
.form-section .form-box .fs-tabs li .nav-link {
    margin-right: 0px;
    margin: 10px 0px;
}
.form-section .form-box .fs-tabs{
  justify-content: center;
}
.form-section .form-box {
    margin-top: 100px;
    padding: 30px;
}
.form-section .form-box .fs-btn span br{
  display: none;
}
.form-section .form-box .fs-btn button{
  margin-bottom: 10px;
}
.form-section .form-box::before,.form-section .form-box::after,.cta-section .cta::after,.menu .navbar-nav .nav-link::before{
  content: none;
}
.choose-section .cs-left .cs-img::before {
    height: 250px;
    width: 250px;
}
.choose-section .cs-item h2 {
    font-size: 40px;
}
.choose-section .cs-item {
    margin-top: 0px;
}
.choose-section .cs-item .cs-box{
  display: block;
}
.choose-section .cs-item .cs-box .text {
    margin-left: 0px;
    margin-top: 10px;
}
.project-section .ps-left h2,.project-section .ps-left h2 span,.industries-section .is-head h2,.industries-section .is-head h2 span {
    font-size: 35px;
}
.project-section .ps-right {
    justify-content: start;
    margin: 20px 0px;
}
.project-section .gs-slider .ps-box {
    margin: 0px 5px;
}
.industries-section .is-info{
  width: 80%;
  display: block;
}
.cta-section .cta{
  padding: 30px;
}
.cta-section .cta .row{
  z-index: 2;
  position: relative;
}
.cta-section .cta .cta-shape {
    right: -100px;
}
.cta-section .cta .cta-img {
    margin-bottom: -10%;
    margin-top: 10%;
}
.review-section .rs-box{
  margin: 0px 10px;
  margin-top: 60px;
}
.review-section .review-slider .slick-arrow {
    top: -6%;
    right: auto;
    left: 0;
}
.review-section .review-slider .slick-next {
    right: auto;
    left: 0px;
}
.review-section .review-slider .slick-prev {
    right: auto;
    left: 60px;
}
.footer-section .fs-head-box h4 {
    padding-left: 10px;
}
.footer-section .fs-head-box h4::after{
  left: 10px;
}
.footer-section .copy-right{
  display: block;
  padding: 20px 10px;
}
.footer-section .copy-right p {
    margin-bottom: 10px;
}
.footer-section .copy-right ul{
  justify-content: center;
}
.form-section .form-box .fs-item{
  margin-bottom: 20px;
}
.banner-section .bs-img img{
   width: 160px;
   opacity: .2;
}
.banner-section .bs-shape {
    right: 0%;
}
.banner-section {
    padding: 100px 0px;
    background: linear-gradient(#062f3aec,#062f3aec),url(../images/banner.jpg);
    color: #fff;
    background-size: cover;
    position: relative;
}
.banner-section .bs-shape img{
  width: 120px;
}
.banner-section h2,.form-section .fs-head h2,.details-section .ds-item .text h2 {
    font-size: 35px;
}
.details-section .ds-top .ds-text h1, .details-section .ds-top .ds-text h1 span{
  font-size: 30px;
}
.form-section .fs-box{
  height: auto;
}
.form-section .contact-box,.process-section .ps-box {
    min-height: auto;
    margin-bottom: 20px;
}
.form-section{
  background-attachment: fixed;
}
.map-section .map iframe {
    height: 350px;
}
.details-section .ds-top{
  padding: 20px 15px;
  text-align: center;
}
.details-section .ds-item {
    padding: 0px;
    margin: 30px 0px;
}
.process-section{
  margin-top: 40px;
}
.menu .navbar-light .navbar-nav .nav-link:hover, .menu .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
header .menu .navbar .book{
  margin: 30px 0px;
}
header .menu .navbar .book a {
    background-color: #fff;
    color: #fd5523;
}
header .menu .navbar .book .sec-btn:hover:after {
    background-color: #062f3a;
}
.moving-section {
    height: 140px;
}
.moving-section .moving-truck1 img, .moving-section .moving-truck2 img {
    width: 150px;
}
.moving-section .moving-truck1,.moving-section .moving-truck2 {
    top: 17px;
}
.moving-section .moving-truck3{
  top: 20px;
}
.moving-section .moving-truck3 img{
  width: 100px;
}
.what{
    display:none;
}
.foot-list{
  display: block;
}
.foot-list ul li{
    flex:1;
}
.banner-title ul li a{
    font-size:16px;
}
.foot-list ul li i{
    font-size:18px;
    padding-bottom:5px;
}
.foot-list ul li:nth-child(2) a{
    background-color:#29e126;
}
.foot-list ul li .fa-whatsapp{
    font-size:22px;
}
.track-section .track ul {
    margin-top: 0px;
}
.track-section .track {
    padding:20px;
}
.track-section .track ul li button{
  margin: 10px 0px;
}
.track-section .track .track-input{
  display: block;
}
.track-section .track input[type="text"] {
    padding: 15px 30px;
    width: 100%;
    margin-bottom: 20px;
}
.track-section .track .track-input button {
    margin-left: 0px;
}
}

@media screen and (max-width:320px) {
.top-bar .top-left ul li a {
        font-size: 12px;
    }
    .foot-list ul li a span {
    font-size: 16px;
}
  
}


/*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:50%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:40px;
  width:40px;
  background:#158af4;
  color:#fff;
  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----*/
