@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');


html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Sen", 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;
  font-weight: 700;
  text-transform: capitalize;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.m-100 {
  margin-bottom: 70px;
}

.sec-btn {
  display: inline-block;
  background-color: #273679;
  border-radius: 3px;
  padding: 10px 20px;
  position: relative;
  margin-top: 20px;
  color: #fff;
}
h4{
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}
.sec-btn::after {
  height: 0px;
  width: 0px;
  background-color: #eeca2b;
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 3px;
  transition: .4s;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec-btn:hover::after {
  width: 100%;
  height: 100%;
}

.sec-btn span {
  color: #fff;
  position: relative;
  z-index: 9;
}
.sec-btn2{
  display: inline-flex;
  border-radius: 5px;
  align-items: center;
  color: #fff;
  padding: 5px 20px;
  background-color: #273679;
}
.sec-btn2:hover{
  background-color: #eeca2b;
  color: #fff;
}
.sec-btn2 i{
  font-size: 25px;
  padding-right: 10px;
}
.p-100 {
  padding: 80px 0px;
}

.sec-btn:hover {
  color: #fff;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 9999;
}

.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 #050a3069;
  background: #21f641;
}

.what a:last-child {
  font-size: 20px;
  background-color: #eeca2b;
}

.under {
  font-size: 20px;
  color: #eeca2b;
  position: relative;
  z-index: 4;
  font-weight: 600;
}

/* -----Globle-Style----- */

/* -----header-section-start----- */
header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top-bar {
  position: relative;
  background-color: #273679;
}

.top-left ul li {
  margin: 0px 5px;
}


.top-left ul li a:hover {
  color: #273679;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  padding: 5px 0px;
  position: relative;
  z-index: 3;
  align-items: center;
  margin-left: 50px;
}

.top-right .phone {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.top-right .phone a{
  color: #fff;
}
.top-right .phone .icon {
  margin-right: 10px;
  transition: .5s;
  color: #eeca2b;
}
.top-bar .top-menu{
  padding: 8px 0px;
  position: relative;
  border-radius: 10px 10px 0px 0px;
}

.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;
  margin-right: 40px;
}
.top-bar .social ul li{
  margin: 0px 4px;
}
.top-bar .social ul li a{
  height: 40px;
  width: 40px;
  background-color: #eeca2b;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar-brand img{
  width: 150px;
}


.menu {
  position: relative;
  overflow-x: clip;
  transition: 1s;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  margin-left: 30px;
}

.menu .navbar {
  padding: 0px;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 10px 20px;
  font-size: 17px;
  text-transform: capitalize;
  transition: .5s;
  font-weight: 600;
  color: #414040;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #eeca2b;
}

.menu .dropdown-menu {
  width: 280px;
  padding: 0;
  transition: 5s;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #273679;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #273679;
  color: #fff;
}
.menu .get-quote .sec-btn{
  margin-top: 0;
  margin-right: 30px;
}

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 #eeca2b0e;
  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: 180px;
}

/* -----header-section-end------- */

/* ----Hero-Section-Start--- */

.hero-section{
  background-color: #273679;
  color: #fff;
  padding: 150px 0px 50px;
}
.hero-section .hero-item .under{
  text-transform: capitalize;
  font-weight: 500;
  font-variant: small-caps;
}
.hero-section .hero-item h2{
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}
.hero-section .hero-item ul{
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.hero-section .hero-item ul li{
  margin: 10px;
}
.hero-section .hero-item ul li img{
  border-radius: 10px;
  height: 180px;
  object-fit: cover;
  opacity: .5;
  width: 100%;
}
.hero-section .hero-item ul li.slick-current img{
  opacity: 1;
}
.hero-section .hero-item .sec-btn{
  background-color: #eeca2b;
  padding: 11px 30px;
}

.hero-section .hero-img img{
  position: relative;
  z-index: 54;
}
/* ----Hero-Section-End--- */

/* ---quote-section-start---- */

.quote-section .quote{
  border-radius: 10px;
  position: relative;
  background-image:linear-gradient(#ffffffe8,#ffffffec),url(../images/banner.jpg);
  z-index: 3;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  box-shadow: 0px 10px 20px 0px #00000029;
  padding-bottom: 0;
}
.quote-section .quote .quote-form {
  padding: 30px 50px;
  z-index: 3;
  padding-right: 20px;
  position: relative;
}
.quote .quote-form h2{
  margin: 0;
}
.quote .quote-form input,.quote .quote-form textarea{
  width: 100%;
  padding: 10px 20px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bebaba;
  outline: none;
}
.quote .quote-form input[type="range"]{
  -webkit-appearance: none;
  appearance:none;
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  border: 1px solid #eeca2b;
  overflow: hidden;
}
.quote .quote-form input[type="range"]::-webkit-slider-thumb{
  background-color: #273679;
  appearance: none;
  height: 15px;
  cursor: pointer;
  width: 15px;
  border: 4px solid #eeca2b;
  border-radius: 50%;
  box-shadow: -407px 0px 0px 400px #273679;
}
.quote .quote-form .distance{
  display: flex;
  margin: 6px;
  align-items: center;
  justify-content: center;
}
.quote .quote-form #rangeValue{
  display: inline-block;
  padding:5px 10px;
  margin-left: 10px;
  border: 3px double #273679;
  background-color: #fff;
  color: #eeca2b;
  font-size: 17px;
  font-weight: 500;
}
.quote .quote-form #rangeValue::after{
  content: "km";
}
.quote .quote-form label{
  margin-top: 15px;
  font-size: 17px;
  color: #273679;
}

.quote .quote-form .sec-btn{
  border: none;
  margin-top: 20px;
  width: 100%;
  padding: 15px 20px;
}
.quote .quote-item{
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 0px 10px 10px 0px;
  text-align: center;
}
.quote .quote-item img{
  width: 200px;
  height: 200px;
  border-radius: 100%;
}
.quote .quote-item h4{
  font-weight: 600;
  margin: 20px 0px;
}
.quote .quote-item p{
  line-height: 32px;
  font-size: 17px;
}
.quote .quote-item h4 a{
  color: #273679;
}

.quote .quote-item .chat{
  margin-top: 10px;
  display: inline-block;
}
.quote .quote-item .chat a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  font-weight: 500;
  border: 3px double #10b650;
  border-radius: 30px;
  transition: .5s;
}
.quote .quote-item .chat a i{
  margin-right: 10px;
  font-size: 24px;
  color: #10b650;
}
.quote .quote-item .chat a:hover{
  background-color: #10b650;
  color: #fff;
}
.quote .quote-item .chat a:hover i{
  color: #fff;
}
/* ---quote-section-end---- */

/* ---About-Section-Start--- */

.about-section{
  position:relative;
}
.about-section .as-shape{
  position: absolute;
  top:40px;
  right:70px;
  opacity: .3;
  z-index:-1;
}
.about-section .as-shape img{
  width:500px;
  opacity: .8;
}
.about-section .as-item{
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #273679;
}
.about-section .as-item p{
text-align: justify;
}

.about-section .as-img img{
border-radius: 15px;
}
.about-section .as-content{
padding-left: 20px;
}
.about-section .as-content .as-icon{
margin-bottom: 20px;
}
/* ---About-Section-End--- */

/* ===counter-section-start=== */

.counter-section{
  position: relative;
  background:linear-gradient(#00020aa2,#00030b73),url(../images/ser4.jpg);
  background-size: cover;
  background-position: center;
}

.cont-box{
  background-color: #fff;
  padding:30px 20px;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}
.cont-box img{
  width: 60px;
}
.cont-box h2{
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  color: #273679;
  position: relative;
  line-height: 30px;
}
.cont-box p{
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cont-box h2::after{
  content: "+";
  font-size: 45px;
}
.count-box2 h2::after{
  content: "Y";
  font-size: 30px;
  padding-left: 5px;
}
/* ====counter-section-end==== */

/* ---Service-Section-Start=== */

.service-section .ser-head {
  text-align: center;
}

.service-section .ss-box {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #273679;
}

.service-section .ss-box .ss-head{
  flex: 1;
}
.service-section .ss-box .ss-head h4{
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
  color: #273679;
}

.service-section .ss-box .ss-text p{
  font-size: 18px;
}
.service-section .ss-box .ss-img{
  text-align: center;
  margin-top: 20px;
}
.service-section .ss-box .ss-img img{
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
}
/* ===Service-Section-End=== */

/* ===Other-Section-Start===  */

.other-section{
  background-color: #eee;
  padding: 100px 0px;
}
.other-section .os-box{
  border: 1px solid #273679;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}
.other-section .os-head h1{
  font-weight: 800;
}
.other-section .os-box h2{
  font-size: 30px;
}
.other-section .os-box h5{
  font-weight: 700;
  color: #273679;
}
.other-section .os-box .os-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.other-section .os-box:nth-child(even) .os-img{
  justify-content: flex-start;
}
.other-section .os-box .os-img img{
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
  width: 400px;
}
.other-section ul.os-slide1{
    margin-top:20px;
    padding-left:0;
}
.other-section ul .ser-list {
    padding:10px 20px;
    border-radius:30px;
    color:#fff;
    cursor:pointer;
    text-align:center;
    margin:0px 10px;
    background-color:#273679;
}
.other-section ul .ser-list br{
    display:none;
}
.other-section ul .ser-list.slick-current{
    background-color:#eeca2b;
}
/* ===Other-Section-End===  */

/* ---testimonial-section-start--- */

.testimonial-section {
  position: relative;
  transition: .5s;
}

.testimonial-section .tes-head h2{
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.testimonial-section .tes-head .under{
  justify-content: center;
}
.testimonial-section .tes-box {
  padding:30px;
  margin: 10px 20px;
  height: 450px;
  transition: .5s;
  text-align: center;
  border: 1px solid #273679;
  background-color: #fff;
}
.testimonial-section .tes-box:hover{
  background-color: #273679;
  color: #fff;
}
.testimonial-section .tes-box:hover span{
  color: #eeca2b;
}
.testimonial-section .tes-box .tes-img img{
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: auto;
  border-radius: 100%;
  border: 2px solid #eeca2b;
}
.testimonial-section .tes-box q {
  margin: 18px 0px 10px;
  font-style: italic;
  font-size: 17px;
  display: inline-block;
}
.testimonial-section .tes-box span{
  color: #273679;
  font-size: 18px;
  font-weight: 600;
}
.testimonial-section .tes-box h5{
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 700;
  font-size: 24px;
}
.tes-box .ratting i {
  color: #eeca2b;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
}

/* ---testimonial-section-end--- */

/* -----Brand-Section-Start----- */

.brand-section {
  text-align: center;
}

.brand-section .brand-box {
  padding: 20px;
  border: 3px double #273679;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.brand-section .brand-box img {
  margin: auto;
  width: 200px;
}

.brand-section h3 {
  font-size: 35px;
  font-weight: 700;
}

/* ---Brand-Section-End---- */


/* ---Footer-Section-Start--- */

.footer-section{
  font-weight: 500;
  padding-top: 30px;
  background-color: #eee;
}
.f-box,.footer-section .map{
  margin-top: 20px;
}
.f-box h4{
  margin-bottom: 20px;
  color: #eeca2b;
  position: relative;
  font-weight: 600;
}
.f-box p{
  margin: 15px 0px;
  font-size: 18px;
}
.f-box h4::after{
  height: 3px;
  width: 70px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #273679;
  content: "";
}
.f-box ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.f-box ul li{
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 7px 0px;
}

.f-box ul li a{
  font-weight: 500;
  color: #161616;
}
.f-box ul li a:hover{
  color: #eeca2b;
}
.f-box ul li span{
  flex: 1;
}
.f-box img{
  width: 200px;
}
.f-box .social-link{
  display: flex;
  align-items:center;
}
.f-box .social-link li a, .f-box ul li> i{
  display: flex;
  margin-right: 10px;
  align-items: center;
  transition: .5s;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  color: #eeca2b;
  border-radius: 1px;
}
.f-box .social-link li a:hover, .f-box ul li> i:hover{
  background-color: #eeca2b;
  color: #fff;
  border-radius: 5px;
}
.footer-section .map{
  height: 100%;
  box-shadow: 0px 10px 20px 0px #1dbf7316;
}
.footer-section .map iframe{
  height: 100%;
  border-radius: 10px;
}
.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  color: #fff;
  background-color: #eeca2b;
  margin-top: 20px;
  position: relative;
}
.footer-section .copy-right p {
  margin-bottom: 0;
}
.footer-section .copy-right p a {
  color: #273679;
  font-weight: 600;
}
/* ---Footer-Section-End--- */

/* ==Area-section=== */

.area-section ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.area-section ul li {
  margin: 10px 0px;
  padding: 10px 15px;
  background-color: #eee;
  border-radius: 4px;
}
/* ==Area-section=== */
/* ---Banner-Section-Start--- */

.banner-section {
  padding: 150px 0px 120px;
  color: #fff;
  background-image: linear-gradient(#000000d1,#010a24a9), url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
}

.banner-section .banner-title ul {
  display: inline-flex;
  background-color: #eeca2b;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
  padding: 13px 20px;
}

.banner-title ul li a {
  padding: 5px;
  color: #fff;
  transition: .5s;
  font-size: 19px;
  font-weight: 600;
}

.banner-title ul li a:hover {
  color: #273679;
}

/* ---Banner-Section-End--- */

 /* ----Mission-Section-Start---- */

 .mission-section .ms-box{
  padding: 20px;
  text-align: center;
  background-color: #eee;
  box-shadow: 0px 10px 20px 0px #5503751d;
  transition: .5s;
}
.mission-section .ms-box:hover{
  background-color: #273679;
  color: #fff;
}
.ms-box h4{
  margin-top: 16px;
}
.mission-section .ms-box p{
  margin-bottom: 0;
}
/* ----Mission-Section-End---- */

/* ------gallery-section------- */
.gallery-section{
  padding: 80px 0px;
}
.gallery-section .gs-head {
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  border: 2px solid #fff;
  transition: .5s;
}
.gallery-box:hover a img{
  transform: scale(.95);
}
.gallery-box a img {
  width: 100%;
  height: 328px;
  transition: .5s;
  object-fit: cover;
}

/* -----Gallery-section-start----- */

/* ---Contact-Section-Start--- */

.contact-section .con-box{
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #eee;
  border-radius: 10px;
  margin-top: 15px;
}
.contact-section .con-box address{
    margin:0px;
}
.contact-section .con-box .contact-img{
  height: 80px;
  width: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 20px;
}
.con-box .contact-img img{
  width: 50px;
}
.con-box .text{
  flex: 1;
}
.con-box .text h4{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.contact-section .map{
  height: 100%;
  border-radius: 20px;
  border: 1px solid #eeca2b;
}
.contact-section .map iframe{
  border-radius: 20px;
}
/* ---Contact-Section-End---- */

/* ---------Details-Section-Start---------- */

.dsl .dsl-list {
  margin-bottom: 30px;
}
.dsl-list h4{
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.dsl-list h4::after{
  position:absolute ;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #eeca2b;
  content: "";
}
.dsl-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dsl-list ul li {
  margin: 15px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px #f1530a1f;
}


.dsl-list ul li a {
  display: flex;
  border-radius: 10px;
  font-size: 18px;
  align-items: center;
  position: relative;
  padding: 8px 10px;
  justify-content: space-between;
}
.dsl-list ul li a::after{
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 0px;
  height: 100%;
  background-color: #eeca2b;
  content: "";
  transition: .4s;
}
.dsl-list ul li a:hover:after,.dsl-list ul li.active a:after{
  width: 100%;
}

.dsl-list ul li a span{
  position: relative;
  z-index: 3;
}
.dsl-list ul li a i{
  height: 50px;
  width: 60px;
  background-color: #eeca2b;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: .5s;
  position: relative;
  z-index: 3;
  font-size: 20px;
  justify-content: center;
  color: #273679;
}
.dsl-list ul li a:hover i,.dsl-list ul li.active a i{
  background-color: #273679;
  color: #fff;
}
.dsl{
  margin-top: 40px;
}
.dsl-list ul li a:hover,
.dsl-list ul li.active a {
  color: #fff;
}


.dsr h3{
  margin: 15px 0px;
  font-weight: 600;
}
.dsr .dsr-img {
  margin: 20px 0px;
}

.dsr .dsr-img img {
  max-height: 380px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.dsr .drs-img{
  margin-bottom: 20px;
}
.dsr .drs-img img{
  border-radius: 10px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.dsr ul{
  list-style: none;
  padding: 0;
}
.dsr ul li{
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.dsr ul li i{
  height: 30px;
  width: 30px;
  background-color: #eeca2b;
  color: #273679;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}
.dsr ul li span{
  flex: 1;
}
.dls-box {
  margin: 30px 0px;
  padding: 50px 30px;
  border-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.449), rgba(0, 0, 0, 0.483)),url(../images/call.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.dls-box h4 {
  color: #fff;
  margin: 20px 0px;
}
.dls-box a {
  color: #fff;
}
/* ---------Details-Section-end------------ */

/* ===Network-Section-Start=== */

.network-section .network-head{
  position: relative;
  text-align: center;
}
.net-box{
  padding: 30px;
  border: 3px double #eeca2b;
  border-radius: 10px;
  height: 100%;
  position: relative;
  background-color: #fff;
  transition: .5s;
}
 .net-box:hover{
  box-shadow: 0px 20px 40px 0px #0006711e;
}
 .net-box h4{
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: -25px;
  left: 20%;
  background-color: #fff;
  padding: 10px;
}
 .net-box ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
 .net-box ul li{
  margin-bottom: 20px;
}
 .net-box ul li i{
  color: #000671;
  margin-right: 10px;
  font-size: 20px;
}
 .net-box .sec-btn{
  margin-top: 0px;
  padding: 10px 20px;
  border-radius: 5px;
}
/* ===Network-Section-Start=== */
/* ===city-section-start=== */

.city-head{
  text-align: center;
}

.city-box{
  padding: 10px;
  border: 1px solid #000671;
  text-align: center;
  transition: .5s;
  margin-top: 20px;
}
.city-box:hover{
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0px 10px 20px 0px #0006711c;
}
.city-box h4{
  font-size: 17px;
  padding: 10px;
  color: #eeca2b;
  font-weight: 500;
}
.city-box img{
  height: 200px;
  transition: .5s;
  width: 100%;
  object-fit: cover;
}
.city-box:hover img{
  transform: scale(.95);
}
/* ===city-section-End=== */

/* ===Payment-Section-Start=== */

.ps-head{
  margin-bottom: 30px;
  text-align: center;
}
.pay-details img{
  width: 150px;
}

/* ===Payment-Section-End=== */

@media screen and (max-width:1024px) {
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
    font-size: 15px;
}
.top-right .phone {
  margin-right: 10px;
}
.top-bar .top-menu::after{
  width: 80%;
}

header .navbar-brand img{
  width: 130px;
}
.hero-section .hero-item h2 {
    font-size: 42px;
    line-height: 55px;
}
.hero-slide {
  padding: 80px 0px 200px;
}
.hero-section .hero-item ul li img {
    height: 140px;
}
.hero-slide h2 {
  font-size: 40px;
  line-height: 50px;
}
.service-section .ss-box .ss-img{
  margin-top: 20px;
}
.service-section .ss-box .ss-head h4 {
    font-size: 20px;
}
.service-section .ss-box .ss-img img {
    height: 220px;
    width: 100%;
}
.service-section .ss-box .ss-text p{
  margin-bottom: 0;
  font-size: 15px;
}
.under {
  font-size: 18px;
}
.quote .quote-item {
  padding: 40px 20px;
}
.about-section .as-content {
  padding-left: 0px;
}
.about-section .as-content p,.about-section .as-head{
  margin-bottom: 0;
}
.ser-box p{
  font-size: 15px;
}
.ser-box .ser-img img {
  height: 220px;
}
.ser-box .ser-icon {
  top: 47%;
  width: 100px;
  height: 70px;
}
.ser-box .ser-icon img{
  width: 45px;
}
.f-box ul li a{
  font-size: 15px;
}
.p-100{
  padding: 60px 0px;
}
.m-100{
  margin-bottom: 60px;
}
}

@media screen and (max-width:992px) {
  .top-bar .top-menu::after {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.top-bar .social{
  display: none;
}
.hero-slide{
  background-image: linear-gradient(#ffffffb8,#eeeeee9b),url(../images/hero.png);
}
.top-bar .top-menu{
  padding: 5px 0px;
}
header .navbar-brand {
  transform: translateY(0px);
}
.menu .navbar-toggler-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dotted #eeca2b;
  height: 35px;outline: 2px solid #273679;
  outline-offset: 3px;
  width: 45px;
}
.menu .navbar-nav {
  display: block;
  margin-left: 0px;
}
.menu .get-quote .sec-btn {
  margin: 20px 0px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link{
  padding: 6px 10px;
}
.menu .navbar{
  padding: 8px 0px;
}
.menu .navbar-toggler:focus{
  box-shadow: none;
}
.hero-slider .slick-prev, .hero-slider .slick-next{
  display: none !important;
}
.quote-section .quote .quote-form {
  padding: 20px;
}
.quote .quote-form h2{
  font-size: 30px;
}
.about-section .as-shape img {
  opacity: .3;
}
.about-section .as-img,.faq {
  padding: 0px;
  margin-top: 30px;
}

h2 {
  font-size: 30px;
}

.contact-section .map{
  height: 270px;
  margin-top: 40px;
}
.other-section .os-box .os-img{
  margin: 20px 0px;
}
.testimonial-section .tes-box{
  height: 400px;
}
.testimonial-section .tes-box .tes-img img{
  width: 80px;
  height: 80px;
}
.testimonial-section .tes-box q{
  font-size: 15px;
  margin-top: 10px;
}
.other-section .os-box .os-img img {
    height: 300px;
    width: 100%;
}
header .navbar-brand img {
    width: 100px;
}
.hero-section .hero-item ul{
  display: none;
}
.banner-section{
  padding: 120px 0px 60px;
}
}

@media screen and (max-width:580px) {
  .top-right {
    padding: 3px 0px;
    margin-left: 20px;
    flex-wrap: wrap;
}
.hero-slide h2 {
  font-size: 26px;
  line-height: 36px;
}
.hero-slide .hero-item p{
  font-size: 15px;
}
.hero-slide {
  padding: 60px 0px 80px;
  background-position: center;
}
h2,.testimonial-section .tes-head h2 {
  font-size: 25px;
}
.banner-section .banner-title ul{
  margin-top: 10px;
}
.hero-section {
    padding: 130px 0px 0px;
}
.hero-section .hero-item h2 {
    font-size: 30px;
    line-height: 40px;
}
.quote .quote-form h2 {
    font-size: 25px;
}
.p-100{
  padding: 40px 0px;
}
.m-100{
  margin-bottom: 40px;
}
.banner-section{
  padding: 120px 0px 40px;
}
.banner-section .banner-title ul{
  right: 40px;
}
.contact-section .con-box:nth-child(5) a{
  font-size: 11px;
}
.banner-title ul li a {
  font-size: 16px;
}
.gallery-section .gallery-box{
  margin: 10px;
}
.other-section ul .ser-list br {
    display: block;
}
.other-section .os-box h2 {
    font-size: 25px;
}
.other-section .os-box {
    padding: 20px 10px;
}
}




 /*---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:45px;
  width:45px;
  background:#ffb400;
  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;
}
.thank img{
    width:80%;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/