
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Kanit', sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}


* {
  padding: 0;
  margin: 0;
}
.p-100{
  padding: 80px 0px;
}
h2 {
  font-size: 35px;
  font-weight: 600;
  margin: 20px 0px;
}

.m-100 {
  margin-bottom: 100px;
}

.what {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999;
}
.what a {
    color: #fff;
    font-size: 32px;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px 0px #000;
    background: #22e522;
}
.what a:last-child {
    font-size: 25px;
}
.what2 {
    right: 10px;
    left: auto;
}
.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff5500;
  color: #fff;
  border-radius: 4px;
  transition: .5s;
  border: 1px solid #ff5500;
  text-transform: uppercase;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: transparent;
  color: #ff5500;
  border-radius: 30px;
}

/* -------Globle-css-end------- */

/* ------header-section-start------- */

.top-bar {
  padding: 10px 0px;
  position: relative;
  background-color: #0d0536;
}

.top-left ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
}

.top-left ul li {
  margin: 0px 5px;
}

.top-left ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  background-color: #ff5500;
  border-radius: 100%;
  justify-content: center;
}


.top-left ul li a:hover {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
}

.top-right {
  display: flex;
  color: #fff;
  padding-right: 80px;
  align-items: center;
}

.top-right .phone {
  margin-right: 20px;
}

.top-right a {
  color: #fff;
}

header .book {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d0536;
  height: 150px;
}
header .book .sec-btn{
  background-color: #d9f2f8;
  border-color: #d9f2f8;
  color: #161616;
}
header .book a {
  color: #fff;
  font-weight: 600;
}

/* ------menu-------- */
.menu {
  position: relative;
  background-color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: 250px;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #0d0536;

}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  padding: 0;
  min-width: 280px;
}

.menu .navbar .dropdown-menu .dropdown-item {
  padding: 10px 20px;
}
.menu .navbar-nav {
  display: flex;
  align-items: center;
  padding-left: 120px;
  width: 100%;
}
.menu  .navbar-brand{
  padding: 10px 0px;
}
.menu .navbar-brand img{
  width: 200px;
}
.menu .navbar {
  padding: 5px 0px;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 0px 15px;
  font-size: 18px;
  transition: .5s;
  color: #000;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #ff5500;
}

/* -------header-section-end------ */

/* ---Hero-Section--- */

.hero-section .hero-slide{
  background-image: linear-gradient(to right,#ffffffdd,#0000002a),url(../images/hero1.png);
  background-size: cover;
  background-position: center;
}

.hero-section .hero-slide h2{
  font-size: 50px;
  color: #0d0536;
  line-height: 70px;
}

.hero-section .hero-text{
  padding: 130px 0px;
}
.hero-section .hero-text p{
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
}
.hero-section .hero-img{
  margin-right: -120px;
}
.hero-section .slick-dots{
  display: none !important;
}
/* ---Hero-Section--- */

/* ------About-section-start-------- */

.about-section .as-item{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-section .as-item img{
  border-radius: 20px;
}
.as-contnet h2{
  font-size: 32px;
  margin: 0px;
}
.as-contnet p{
  margin-bottom: 7px;
}
.about-section .ms-box{
  padding:10px 20px;
  background-color: #eee;
  border-radius: 10px;
}

/* ------About-section-End---------- */

/* ------feature-section-start------- */

.feature-section{
  text-align: center;
}
.fea-box{
  margin-top: 20px;
}
.fea-box h4{
  margin-top: 20px;
}
/* ------feature-section-end------- */

/* -----Service-section-start----- */
.service-section{
  position: relative;
}
.service-section::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-attachment: fixed;
  content: "";
  background-position: center;
  background-size: cover;
  z-index: -2;
  height: 100%;
  background-image:linear-gradient(#fff,#ffffffda),url(../images/service-banner.webp);
}
.ser-head{
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.ser-head h2{
  margin: 0px;
}
.ser-box{
  padding: 20px 15px;
  transition: .5s;
  margin-top: 60px;
  border-radius: 5px;
  border: 5px solid #e9dfdf4f;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #00000015;
}
.ser-box:hover {
  border-color:#0d0536;
}
.ser-box h5{
  font-weight: 700;
  color: #0d0536;
  font-size: 22px;
}
.ser-box .ser-img img{
  height: 250px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}
.ser-box .ser-img{
  margin-bottom: 20px;
  margin-top: -70px;
}
.service-section .ser-box h6{
  font-size: 18px;
  color: #ff5500;
  font-weight: 600;
}
.service-section .ser-box ul li b{
  color: #0d0536;
}
.service-section .ss-box{
  padding: 15px;
  border: 1px solid #ff5500;
  height: 100%;
  border-radius: 10px;
}
.service-section .ss-box .icon{
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #f7f2ed;
}
.service-section .ss-box .icon img{
  width: 40px;
}
.service-section .ss-box .icon h6{
  font-size: 26px;
  color: #ff5500;
}
.service-section .ss-box .text h5{
  color: #ff5500;
}
/* -----Service-section-End----- */

/* ===Testimonial-Section=== */

.testimonial-section .ts-head {
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-section .tes-box {
  padding: 20px;
  margin: 10px;
  border-radius: 15px;
  position: relative;
  background-image: url(../images/tes.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px rgb(0, 0, 0, 12%);
}

.tes-box::after {
    position: absolute;
    top: 47px;
    right: 0%;
    width: 170px;
    transition: .5s;
    transform: rotate(90deg);
    height: 170px;
    background-color: #ff5500;
    clip-path: circle(49.8% at 50% 0);
    content: "";
    z-index: 0;
}

.tes-box:hover:after {
  background-color: #eee;
}

.testimonial-section .tes-box p {
  font-style: italic;
  margin-bottom: 0;
  font-size: 17px;
  position: relative;
  z-index: 3;
  margin: 10px 0px;
}

.tes-box .ratting i {
  color: #ff5500;
  letter-spacing: 1px;
  font-size: 14px;
}
.tes-box .tes-info{
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.tes-box .tes-info .text{
  margin-left: 20px;
}
.tes-box .tes-img img {
  width: 70px;
  z-index: 6;
  position: relative;
  height: 70px;
  border-radius: 50%;
  margin: auto;
}

.tes-box .info .text {
  flex: 1;
  margin-left: 15px;
}

.tes-box .text h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: #0d0536;
}

.tes-box .text span {
  color: #ff5500;
  font-size: 15px;
}

.testimonial-section .map {
  height: 100%;
}
.testimonial-section .map iframe{
  border-radius: 20px;
}

/* ===Testimonial-Section=== */

/* ===Faq-Section-Start=== */


.faq-section .faq-left h2{
  margin: 20px 0px;
  font-size: 45px;
  font-weight: 700;
}
.faq-section .faq-left h2 span{
  color: #ff5500;
}
.faq-section .faq-left .faq-box{
  padding: 30px;
  background-image: linear-gradient(#ff5500bf,#ff5500bf),url(../images/ser1.png);
  border-radius: 20px;
  color: #fff;
  background-position: center;
  background-size: cover;
  width: 80%;
  margin-top: 40px;
}
.faq-section .faq-left .faq-box .sec-btn{
  background-color: #0d0536;
}
.faq-section .faq-left .faq-box .sec-btn:hover{
  background-color: #d3d0d0;
  color: #ff5500;
}
.faq-section .faq-left .faq-box h4{
  line-height: 35px;
}
.accordion-item {
  padding:15px 20px;
  background-color: #fff;
  box-shadow: 0 0 12px rgb(116, 116, 116, 0.25);
  border-radius: 10px !important;
  border: none;
  outline: none;
  margin: 15px 0px;
}

.faqs .accordion-item h2 {
  margin-top: 0;
}

.faqs .accordion-item .accordion-button {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}

.faqs .accordion-button:not(.collapsed) {
  color: initial;
  background-color: #fff;
  box-shadow: none;
}

.faqs .accordion-item .accordion-button::after {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #eee;
  justify-content: center;
  border-radius: 5px;
  font-size: 18px;
  background-image: none;
  color: #ff5500;
  content: "\2b";
  font-family: "FontAwesome";
}

.faqs .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: #fff;
  background-color: #ff5500;
}

.faqs .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.faqs .accordion-body {
  padding: 0;
  padding-top: 10px;
  padding-right: 30px;
}

.faq-section2 .container{
  background-color: #0d0536;
  border-radius: 20px;
  padding: 40px;
}
.faq-section2 .faq-left h2{
  color: #fff;
  font-weight: 600;
}
.faq-section2 .faq-left .under{
  color: #fff;
}

/* ===Faq-Section-End=== */

/* ------cta-section-start--------- */
.cta-section .container{
  color: #fff;
  padding: 50px 40px;
  padding-top: 0px;
  border-radius: 20px;
  background-position: center;
  background-image: url(../images/-cta.jpg);
}
.cta-section .cta-box{
  background-color: #0d0536;
  padding:30px 20px;
  border-radius: 5px;
}
.cta-section .cta-box h6, .cta-section .cta-box a{
  color: #ff5500;
}
.cta-section .cta-img {
  position: relative;
  z-index: 1;
  margin-bottom: -67px;
}

@keyframes zoom2 {
  0% {
    box-shadow: 0px 0px 0px 0px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 0px #fff;
  }

  100% {
    box-shadow: 0px 0px 0px 20px transparent;
  }
}
.cta-section .cta-text{
  margin-top: 60px;
}
.cta-section .cta-text p{
  color: #eee;
}
/* --------cta-section-end------- */

/* ===Process-Section-Start=== */

.process-section .ps-box{
  padding: 20px;
  border-radius: 10px;
  border-top: 5px solid #fff;
  outline: 1px solid #0d0536;
  height: 100%;
  transition: .5s;
}
.process-section .ps-box:hover{
  border-top: 5px solid #0d0536;
}
.ps-box .ps-icon{
  display: flex;
  justify-content: space-between;
}
.ps-box .ps-icon img{
  width: 60px;
  height: 60px;
}
.ps-box .ps-icon b{
  font-size: 50px;
  transition: .5s;
  color: #eee;
}
.ps-box:hover .ps-icon b{
  color: #0d0536;
}
.ps-box h5{
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}
/* ====Process-Section-End==== */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 100px;
  position:relative;
  z-index:9;
  color: #fff;
  background:#131313 ;
  background-size: cover;
  background-position: center;
}

.footer-section .footer ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-section .footer ul.social{
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer-section .footer ul li{
  margin: 8px;
}
.footer-section .footer ul.social li a{
  height: 45px;
  width: 45px;
  background-color: #ff5500;
  display: flex;
  align-items: center;
  font-size: 21px;
  transition: .5s;
  justify-content: center;
  color: #fff;
  border-radius: 7px;
}
.footer-section .footer ul.social li a:hover{
  border-radius: 50%;
}
.footer-section .fs-boxes{
  padding: 30px;
  color: #0d0536;
  margin: 20px 0px;
  border-radius: 20px;
  background-color: #eee;
}


.footer-section .fs-boxes .fs-box h4{
  color: #ff5500;
}
.fs-boxes .fs-box ul li{
  border-bottom: 1px solid #0d0536;
}
.fs-boxes .fs-box ul li a{
  color: #0d0536;
  transition: .5s;
}
.fs-boxes .fs-box ul li a:hover{
  color: #ff5500;
}
.footer-section .copy-right{
  padding: 10px 20px;
  text-align: center;
  color: #0d0536;
  background-color: #ff5500;
}
.footer-section .copy-right p{
  margin-bottom: 0;
}
.footer-section .copy-right p a{
  color: #fff;
}
/* ------footer-section-end-------- */

/* ------About-Page-Style------- */

/* ------banner-section-start------- */

.banner-section{
  padding: 100px 0px 80px;
  background-image: url(../images/banner.png);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.banner-section .banner-title h2{
  text-align: center;
  color: #0d0536;
  font-size: 50px;
  margin: 0;
  font-weight: 600;
}

.banner-section .list ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  list-style: none;
}
.banner-section .list ul li{
  margin: 0px 4px;
  font-size: 18px;
  color: #fff;
}
.banner-section .list ul li[aria-selected="true"]{
  background-color: #ff5500;
}
.banner-section .list ul li a{
  padding: 0px 5px;
}
.banner-section .list ul li:nth-child(1) a{
  color: #ff5500;
}

/* -------banner-section-end------- */

/* ===Service-Two-Start=== */
.service-two .ser-list{
  position: sticky;
  top: 0px;
  z-index: 999;
  padding: 10px;
  background-color: #0d0536;
  border-radius: 10px;
}
.service-two .ser-list ul{
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-two .ser-list ul li{
  padding: 10px;
  cursor: pointer;
  color: #fff;
  margin: 0px 10px;
}
.service-two .ser-list ul li[aria-selected="true"]{
  background-color: #ff5500;
  border-radius: 5px;
}
.ser-item .ser-other .ser-img img{
  max-height: 250px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.service-two .ser-item .ser-banner{
  padding:80px 40px;
  border-radius: 20px;
  margin-top: 40px;
  background-size: cover;
}
.service-two .ser-item h4{
  color: #0d0536;
}
.service-two .ser-item1 .ser-banner{
  background-image:linear-gradient(to right, #b4b3b3,#0000),url(../images/ac-banner-bg.png);
}
.service-two .ser-item2 .ser-banner{
  background-image:linear-gradient(to right, #b4b3b3,#0000),url(../images/ser2.jpg);
  background-position: center;
}
.service-two .ser-item3 .ser-banner{
  background-image:linear-gradient(to right, #b4b3b3,#0000),url(../images/ser4.jpg);
}
.service-two .ser-item6 .ser-banner{
  background-image:linear-gradient(to right, #f3efef,#46454500),url(../images/ser6.png);
}
.service-two .ser-item5 .ser-banner{
  background-image:linear-gradient(to right, #f3efef,#46454500),url(../images/ser3.jpg);
  background-position: center;
}
.service-two .ser-item4 .ser-banner{
  background-image:linear-gradient(to right, #f3efef,#46454500),url(../images/ser5.jpg);
}
.service-two .ser-item .ser-choose{
  padding: 30px;
  border-radius: 20px;
  background-color: #0d0536;
  color: #fff;
}
 .ser-item .ser-choose h5{
  font-size: 25px;
 }
  .ser-item .ser-choose ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .ser-item .ser-choose ul li {
    display: flex;
    align-items: center;
    margin: 8px 0px;
  }
    .ser-item .ser-choose ul li i{
      font-size: 24px;
      padding-right: 15px;
      color: #ff5500;
    }
    .ser-item .ser-choose .ser-icon{
      text-align: center;
    }
    .ser-item .ser-choose .ser-icon img{
      width: 200px;
    }
    .ser-item .ser-faq .ser-text ul{
      padding: 0;
      margin: 0;
      list-style: none;
    }
     .ser-item .ser-faq .ser-text ul li{
      font-size: 18px;
     }
      .ser-item .ser-faq .faqs h6{
        font-size: 25px;
        color: #0d0536;
      }
      .ser-item .faqs .accordion-item{
        padding: 10px 20px;
      }
/* ===Service-Two-End=== */

/* ===Other-Section-Start=== */
.other-section .os-text{
  padding: 30px;
  border-radius: 20px;
  background-color: #ff5500;
  color: #fff;
}
.other-section .os-list ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.other-section .os-list ul li{
  padding: 5px 10px;
  border-radius: 15px;
  background-color: #eee;
  color: #0d0536;
  margin: 4px;
}
.other-section .os-box{
  margin-left: 20px;
}
.other-section .os-box ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.other-section .os-box ul li{
  display: flex;
  align-items: center;
  margin: 5px 0px;
}
.other-section .os-box ul li span{
  font-size: 18px;
}
.other-section .os-box ul li i{
  height: 25px;
  border-radius: 50%;
  width: 25px;
  display: flex;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
  background-color: #0d0536;
  color: #fff;
}
/* ===Other-Section-End=== */


/* ------form-section-start------ */
.form-section .form-head{
  text-align: center;
}
 .form-box{
  background-color: #0d0536;
  color: #fff;
  padding: 25px;
  border-radius: 5px;
}
.form-box .f-box input,.form-box .f-box textarea,.form-box .f-box select{
  padding: 13px 20px;
  width: 100%;
  border-radius: 3px;
  outline: none;
  margin-bottom: 15px;
  border: none;
}
 .form-box .f-box .sec-btn{
  background-color: #ff5500;
  margin-top: 10px;
}

.form-section .plan-box{
  display: flex ;
align-items: center;
padding: 10px;
border-radius: 10px;
margin-top: 12px;
background-color: #eee;  
}
.form-section .plan-box .plan-img{
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d0536;
  border-radius: 10px;
}
.form-section .plan-box .plan-img img{
  width: 50px;
  object-fit: cover;
}
.form-section .plan-box .text{
  flex: 1;
  margin-left: 15px;
}
.form-section .plan-box .text b{
  font-weight: 400;
}
.form-section .ms-call{
  padding:10px 15px;
  border-radius: 5px;
  background-color: #ff5500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.form-section .ms-call h5{
  margin: 0;
}
.form-section .ms-call a{
  color: #0d0536;
}
.form-section .ms-call a i{
  color: #22e522;
  font-size: 20px;
  padding-right: 6px;
}
.form-section .plan-box h6{
  color: #ff5500;
}
.form-section .plan .plan-box .plan-img{
  height: 70px;
  width: 70px;
  border-radius: 5px;
  background-color: #0d0536;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
}
.form-section .contact-box {
  display: flex;
  align-items: center;
  background-color: #ff5500;
  border-radius: 5px;
  margin-top: 20px;
  color: #fff;
  padding: 20px;
}
.form-section .contact-box .icon{
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d0536;
}
.form-section .contact-box .icon img{
  filter: brightness(222);
}
.form-section .contact-box .text{
  flex: 1;
}
.form-section .contact-box .text a{
  font-size: 18px;
  color: #0d0536;
}
/* ------form-section-start------ */

/* -----Gallery-Page-start----- */

.gallery-section .gallery-box {
  position: relative;
  border-radius: 20px;
  margin-top: 30px;
  overflow: hidden;
}

.gallery-box a {
  position: relative;
  border-radius: 20px;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  border-radius: 20px;
  height: 328px;
  object-fit: cover;
}

.gallery-box a:hover img {
  transform: scale(1.2);
}

/* ------gallery-Page-end------- */

.map-section .map{
  height: 400px;
}

/* --------project-secction---------- */
.project-section{
  padding: 100px 0px;
  text-align: center;
}

.pro-head h2{
  margin-bottom: 0;
}
.project-section .pro-box {
  margin-top: 20px;
  position: relative;
}
.project-section .pro-box img {
  border-radius: 2px;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.project-section ul li a {
  padding: 5px 15px;
  color: #fff;
  border: 2px solid #ff5500;
  background: #ff5500;
  border-radius: 8px;
}
.project-section ul li {
  margin: 10px 4px;
}
.project-section ul li a:hover {
  color: #ff5500;
  border-radius: 30px;
  background-color: transparent;
}
.project-section #tabs-nav {
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  justify-content: center;
  padding: 0;
  margin: 13px 0px;
  list-style: none;
}
.project-section .pro-layer {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #11687ed9;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 10px;
  z-index: 88;
  transition: .5s;
}
.project-section ul li .mixitup-control-active {
  color: #ff5500;
  border-radius: 30px;
  background-color: transparent;
}
.project-section .pro-box:hover .pro-layer {
  transform: scale(1);
}
.project-section .pro-layer a {
  color: #fff;

}
.project-section .pro-layer p{
  font-size: 25px;
}

/* -------Service-Page-style-------- */
/* ------details-section-start------ */
.details-section{
  padding: 80px 0px;
  position: relative;
}
.details-section h5{
  margin-bottom: 0;
  margin-top: 20px;
}
.details-section h1{
  margin-top: 20px;
  font-size: 35px;
}
.details-section .container-fluid{
  padding: 0px 40px;
}
.details-section .quote{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.217);
}
.details-section .quote h2{
  margin-top: 0px;
}
.details-section .dsr h2{
  margin: 15px 0px;
}
.dsl-list{
  margin-bottom: 40px;
}
.dsl-list ul {
  list-style: none;
  padding: 10px;
  position: relative;
  background-color: #eee;
  border-radius: 5px;
  z-index: 5;
  border: 2px solid #0d0536;
}
.dsl-list ul li {
  margin: 14px 0px;
}
.dsl-list ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  padding: 13px 20px;
  border-radius: 4px;
  background-color: #ff5500;
}
.dsl-list ul li a span {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.dsl-list ul li a i {
  color: #0d0536;
  font-size: 21px;
  font-weight: 700;
}
.dsl-list ul li a:hover, .dsl-list ul li .active {
  box-shadow: 0px 10px 20px 0px #11687e23;
  background: #0d0536;
  color: #ffffff;
}
.dsl-list ul li a:hover i, .dsl-list ul li .active i {
  color: #fff;
}
.dsr-img{
  margin: 20px 0px;
}
.dsr-img img{
  border-radius: 10px;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.details-section .quote-form{
  margin: 0;
  position: sticky;
  top: 0;
  margin-top: 40px;
}
.details-section .dsr .ds-box{
  padding: 15px;
  background-color: #eee;
  border-left: 4px solid #ff5500;
  margin-top: 20px;
}
/* ---Details-Section-End--- */

/* ===Contact-Section-Start=== */

.contact-section .container{
  background-color: #0d0536;
  color: #fff;
  border-radius: 20px;
  margin-bottom: -80px;
  padding:0px 30px ;
  position: relative;
  z-index: 37;
}
.contact-section .cs-box{
  display: flex;
  padding: 30px 0px;
  align-items: center;
  border-right: 1px solid #ff5500;
}
.contact-section .cs-box .cs-icon{
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #eee;
}
.contact-section .cs-box .cs-icon img{
  width: 50px;
}
.contact-section .cs-box .text{
  margin-left: 20px;
  flex: 1;
}
.contact-section .cs-box .text h4{
  margin-bottom: 5px;
  color: #ff5500;
}
.contact-section .cs-box .text a{
  color: #fff;
  font-size: 18px;
}
.contact-section .cs-box .text address{
  margin: 0;
}
/* ===Contact-Section-End=== */

/* ===Service-Banner-Start=== */

.service-banner .container{
  padding: 80px 40px 50px;
  border-radius: 20px;
  position: relative;
  margin-top: 10px;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(to right, #ffffffee, #000000d6),url(../images/ser1.png);
}
.service-banner2 .container{
  background-image: linear-gradient(to right, #ffffffee, #000000d6),url(../images/ser2.jpg);
}
.service-banner3 .container{
  background-image: linear-gradient(to right, #ffffffee, #000000d6),url(../images/ser3.jpg);
}
.service-banner4 .container{
  background-image: linear-gradient(to right, #ffffffee, #000000d6),url(../images/ser4.png);
}
.service-banner5 .container{
  background-image: linear-gradient(to right, #ffffffee, #000000d6),url(../images/ser5.png);
}
.service-banner6 .container{
  background-image: linear-gradient(to right, #ffffffee, #000000d6),url(../images/ser6.png);
}
.service-banner .sb-text h4{
  color: #ff5500;
}
.service-banner .sec-btn{
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}
.service-banner .sec-btn i{
  padding-right: 16px;
}
.service-banner ul{
  display: flex;
  align-items: center;
  padding: 0;
  position: absolute;
  top: 20px;
  left: 40px;
  list-style: none;
  margin: 0;
}
.service-banner ul li{
  margin: 0px 3px;
  font-weight: 500;
}
.service-banner ul li i{
  font-size: 13px;
}
.service-banner ul li:last-child a{
  color: #ff5500;
}
/* ===Service-Banner-End==== */

/*===Popup-Section===*/

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  background: #ffffff;
  padding: 30px;
  max-width: 340px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  animation: popupFade 0.6s ease-in-out;
}
.popup-box .f-group{
  margin: 15px 0px;
  text-align: left;
}
.popup-box .f-group input{
  width: 100%;
  border-radius: 3px;
  padding: 10px 20px;
  border: 1px solid #5c2fa2;
  outline: none;
}
.popup-box .f-group .sec-btn{
  margin-top: 20px;
}
.popup-box h2 {
  margin-bottom: 15px;
  color: #ff6600;
}

.popup-box p {
  font-size: 15px;
  margin-bottom: 20px;
}

.popup-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #5c2fa2;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.popup-btn:hover {
  background: #5c2fa2;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 27px;
  cursor: pointer;
}

@keyframes popupFade {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


/*===Popup-Section====*/


/* -------Responsive-------- */

@media screen and (max-width:1200px) {
  .top-right{
    padding-right: 140px;
  }
  .menu::after{
    width: 33%;
  }
  .detail-title {
    font-size: 45px;
}
.menu .navbar-nav{
    padding-left:40px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 13px;
  font-size: 16px;
}


.detail-box{
  bottom: -30% !important;
}
.detail-desc{
  font-size: 18px;
}
.as-contnet h2 {
    font-size: 25px;
}
.hero-section .hero-slide h2{
  font-size: 38px;
  line-height: 55px;
}
}

@media screen and (max-width:1024px) {
  .hero-section .hero-text {
    padding: 70px 0px;
}
  .ser-box .ser-img img{
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .form-box h3{
    font-size: 22px;
  }

.ser-box p{
  font-size: 15px;
}
.cta-section .cta-img {
    margin-bottom: -148px;
}
.cta-section .cta-text h3{
  font-size: 20px;
}
.cta-section .cta-text p{
  margin: 0;
}
.ps-box h5 {
    font-size: 18px;
}
.ps-box p{
  font-size: 15px;
}
.testimonial-section .tes-box p {
    font-size: 14px;
}
.about-section{
  margin-bottom: 30px;
}
.m-100 {
  margin-bottom: 60px;
}
.as-content ul li {
  font-size: 15px;
  margin: 7px 0px;
}
.team-box .text span{
    font-size:13px;
}
.team-box h5{
    font-size:15px;
}
.hero-section .hero-slide{
  height: auto;
}
.hero-section .hero-slide img{
  display: none;
}
.contact-section .cs-box .text a {
    font-size: 15px;
}
.contact-section .cs-box .text h4 {
    font-size: 18px;
}
.contact-section .cs-box .text address {
    font-size: 14px;
}

}

@media screen and (max-width:992px) {
  .top-bar,header .book,.book-now{
    display: none;
  }
  .hero-slide .hero-img.py-5{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .navbar-toggler:focus{
    box-shadow: none;
  }
.m-100{
  margin-bottom: 50px;
}
.form-section .form-box{
  margin-bottom: 30px;
}
.p-100{
  padding: 50px 0px;
}
  .menu .navbar-expand-lg .navbar-nav .nav-link{
    padding: 7px 0px;
  }
  .menu img {
    height: 50px;
}
.hero-section .hero-slide h2{
  margin: 5px 0px;
}

.menu::before{
  background-color: #0d0536;
}
.menu::after {
  width: 45%;
}
.menu .navbar-nav {
  display: block;
  align-items: center;
  padding-left: 0;
  width: 100%;
}

.menu button.navbar-toggler{
  border: 2px solid #0d0536;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .navbar-toggler-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-section .cta-img img{
  width: 300px;
}
}

@media screen and (max-width:768px) {
  .cta-section::after,.form-section .form-head{
    display: none;
  }
  .map-section .map {
    height: 300px;
}
  .what a {
    font-size: 20px;
    height: 40px;
    width: 40px;
}
.what a:last-child {
    font-size: 16px;
}
  .slideWiz{
    height: 450px !important;
  }
  .map-section {
    height: 330px;
}
  .banner-section{
    padding: 70px 0px 50px;
  }
  .banner-section .banner-title h2 {
    font-size: 30px;
}
  .detail-title {
    font-size: 35px;
  }
  .detail-box{
    bottom: -37% !important;
  }
  .as-contnet,.video-text{
    margin-top: 30px;
  }
  .form-section .map{
    height: 300px;
  }

.footer-section .copy-right{
  margin-top: 20px;
}
h2 {
  font-size: 25px;
}
.details-section .dls{
  margin-top: 30px;
}
.dsr-img img {
  height: auto;
}
.details-section h1 {
  margin-top: 20px;
  font-size: 28px;
}
.contact-section .contact-box{
  height: auto;
}
.other-section .os-list{
  margin-top: 40px;
}
.service-two .ser-item .ser-banner {
    padding: 40px;
}
.ser-item .ser-other .ser-img img {
    max-height: 100%;
}
.ser-item .ser-choose .ser-icon{
  display: none;
}
.about-section .as-item{
  margin-top: 40px;
}
.cta-section .cta-img {
    margin-bottom: -160px;
    text-align: right;
}
.faq-section .faq-left .faq-box{
  width: 100%;
}
.service-banner.service-banner1 .container {
    background-image: linear-gradient(to right, #ffffffee, #787171d6), url(../images/ser1.png);
}
.service-banner.service-banner2 .container {
    background-image: linear-gradient(to right, #ffffffee, #787171d6), url(../images/ser2.jpg);
}
.service-banner.service-banner3 .container {
    background-image: linear-gradient(to right, #ffffffee, #787171d6), url(../images/ser3.jpg);
}
.service-banner.service-banner4 .container {
    background-image: linear-gradient(to right, #ffffffee, #787171d6), url(../images/ser4.png);
}
.service-banner.service-banner5 .container {
    background-image: linear-gradient(to right, #ffffffee, #787171d6), url(../images/ser5.png);
}
.service-banner.service-banner6 .container {
    background-image: linear-gradient(to right, #ffffffee, #787171d6), url(../images/ser6.png);
}
.other-section .os-box{
  margin-top: 30px;
}
}

@media screen and (max-width:580px) {
  .detail-box {
    width: 95%;
}
.hero-section .hero-text{
  padding: 50px 0px;
}
.hero-section .hero-text h2{
  font-size: 25px;
}
.testimonial-section .tes-box {
  padding: 20px;
}
.hero-section .hero-slide{
  background-position: right;
}
.testimonial-section .tes-box .tes-item .tes-img img {
  width: 100px;
  outline: 2px solid #ff5500;
  height: 100px;
  outline-offset: 3px;
}
.cta-section .cta-img img{
  width: 260px;
}
.hero-section h2{
  font-size: 25px;
}
.hero-section p{
  font-size: 15px;
}
.menu .navbar-brand img {
  width: 160px;
}
.map-section {
  height: 280px;
}
.slideWiz{
  height: 400px !important;
}
.detail-title {
  font-size: 25px;
}
.testimonial-section{
  padding-bottom: 30px;
}
.detail-desc{
  font-size: 15px;
}
.main-image-box{
  display: none !important;
}
h2 {
  font-size: 28px;
  margin: 10px 0px;
}
.video-section{
  padding: 40px 0px;
}
.menu::after {
  width: 60%;
}
.as-contnet h2 {
  font-size: 20px;
}
.as-content{
  margin-top: 20px;
}
.testimonial-section {
  padding-bottom: 0px;
}
.hero-section{
  text-align: center;
  margin-bottom: 0;
}
.ser-box{
  margin-top: 70px;
}
.hero-section p {
  font-size: 17px;
}
.hero-section h2 {
  font-size: 32px;
}


.slick-slide img{
  margin: auto;
}
.brand-img img{
  width: 140px;
}
.brand-img{
  margin: 10px;
}
.cta-section .call h3 {
  font-size: 24px;
  margin-top: -20px;
}
.ser-head h2{
  margin-bottom: 0;
}
.form-section{
  margin: 10px;
}
.p-100{
  padding: 40px 0px;
}
.m-100 {
  margin-bottom: 35px;
}
.hero-section .hero-slide {
    background-image: linear-gradient(#ffffffde,#ebe7e77c),url(../images/hero1.png);
}
.hero-section .hero-slide2 {
    background-image: linear-gradient(#ffffffde,#ebe7e77c),url(../images/hero-bg-2.png);
}
.hero-section .hero-slide h2 {
    line-height: 35px;
}
.hero-section .hero-text {
    padding: 80px 0px;
}
.hero-section .hero-text p {
    font-size: 16px;
}
.cta-section{
  margin-top: 40px;
}
.cta-section .container{
  padding: 30px 20px;
}
.cta-section .cta-text {
    margin-top: 0px;
}
.menu  .navbar-brand {
    padding: 5px 0px;
}
.banner-section .banner-title h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}

.faq-section .faq-left h2 {
    font-size: 32px;
    font-weight: 600;
}
.faq-section .faq-left .faq-box {
    padding: 20px;
    width: 100%;
}
.testimonial-section .tes-box {
  border: 1px solid #0d0536;
}
.testimonial-section .tes-box .tes-item{
  display: block;
  margin-top: 20px;
}
.testimonial-section .tes-box::before{
  display: none;
}

.testimonial-section .tes-box h5{
  margin-top: -8px;
}
.testimonial-section .tes-box .tes-item .text {
    margin-right: 0px;
}
.testimonial-section .tes-box .tes-item .text p{
  margin-bottom: 20px;
}
.cta-section{
  text-align: center;
}
.cta-section .cta-img {
    margin-bottom: 0px;
}
.form-section .contact-box{
  flex-wrap: wrap;
}
.service-two .ser-list ul{
  flex-wrap: wrap;
  justify-content: center;
}
.service-two .ser-list {
  position: static;
}
.service-two .ser-list ul li{
  background-color: #eee;
  color: #0d0536;
  border-radius: 5px;
  margin: 5px;
}
.service-two .ser-list ul li[aria-selected="true"]{
  color: #fff;
}
.service-two .ser-item .ser-banner {
    padding: 30px 20px;
    background-position: center;
}
.service-two .ser-item1 .ser-banner{
  background-image:linear-gradient(to right, #b4b3b3d0,#b4b3b3d0),url(../images/ac-banner-bg.png);
}
.service-two .ser-item2 .ser-banner{
  background-image:linear-gradient(to right, #b4b3b3d0,#b4b3b3d0),url(../images/ser2.jpg);
  background-position: center;
}
.service-two .ser-item3 .ser-banner{
  background-image:linear-gradient(to right, #b4b3b3d0,#b4b3b3d0),url(../images/ser4.jpg);
}
.service-two .ser-item6 .ser-banner{
  background-image:linear-gradient(to right, #b4b3b3d0,#b4b3b3d0),url(../images/ser6.png);
}
.service-two .ser-item5 .ser-banner{
  background-image:linear-gradient(to right, #b4b3b3d0,#b4b3b3d0),url(../images/ser3.jpg);
  background-position: center;
}
.service-two .ser-item4 .ser-banner{
  background-image:linear-gradient(to right, #b4b3b3d0,#b4b3b3d0),url(../images/ser5.jpg);
}
.service-two .ser-faq .faqs{
  margin-top: 30px;
}
.ser-item .ser-choose .ser-icon {
    display: block;
    margin-top: 20px;
}
.service-two .ser-text h2{
  font-size: 26px;
}
.service-two .ser-item h4{
  font-size: 20px;
}
.contact-section .cs-box {
    padding: 15px 0px;
    border: none;
}
.footer-section .fs-boxes {
    padding: 10px;
}
.fs-boxes .fs-box ul li a{
  font-size: 15px;
}
.footer-section .fs-logo{
  margin-bottom: 20px;
}
.service-banner .container {
    padding: 80px 20px 50px;
}
.service-banner .sb-text h1{
  font-size: 26px;
}
.service-banner .sb-text h4{
  font-size: 16px;
  font-weight: 500;
}
.faq-section2 .container {
    padding: 40px 20px;
}
.service-banner ul {
    left: 20px;
}
}

 /*---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----*/