@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: 42px;
  margin: 10px 0px;
  font-weight: 600;
}

.m-100 {
  margin-bottom: 70px;
}

ul.slick-dots {
  display: none !important;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #e48824 ;
  color: #fff;
  border-radius: 10px;
  transition: .5s;
  border: 1px solid #e48824 ;
  text-transform: uppercase;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: transparent;
  color: #e48824 ;
  border-radius: 30px;
}
.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}

.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #00000052;
  background: #00933b;
}

.what a:last-child {
  font-size: 20px;
  background-color: #e48824;
}
.under {
  text-transform: uppercase;
  color: #e48824 ;
  word-spacing: 2px;
  border: 2px inset #e48824 ;
  outline: 2px outset #273679;
  font-weight: 600;
  padding: 5px 10px;
  outline-offset: 3px;
  font-style: italic;
  position: relative;
}

/* -------main-style-start-------- */
header {
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
}

.top-bar {
  padding: 5px 0px;
  background-color: #fff ;
}

.top-left ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.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;
  justify-content: center;
}

.top-left ul li a {
  background-color: #273679;
}

.top-left ul li a:hover {
  color: #273679;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  color: #e48824;
  padding-right: 85px;
  align-items: center;
  justify-content: flex-end;
}

.top-right .phone {
  margin-right: 20px;
}

.top-right a {
  color: #273679;
}

header .book {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #273679;
  height: 122px;
}

header .book a {
  color: #fff;
  font-weight: 600;
}

/* ------menu-------- */
.menu {
  position: relative;
  overflow-x: clip;
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: 250px;
}

.dropdown-menu {
  padding: 0;
  background-color: #e48824 ;
}

.dropdown-menu a {
  color: #fff;
}

.menu::before {
  position: absolute;
  top: 0;
  width: 65%;
  background-color: rgba(24, 22, 24, 0.279);
  z-index: -1;
  height: 86%;
  content: '';
  transform: skew(-30deg);
  right: 80px;
}

.menu::after {
  position: absolute;
  top: 0;
  width: 35%;
  background-color: #fff ;
  height: 86%;
  content: '';
  z-index: -1;
  transform: skew(-30deg);
  left: -80px;
}

.menu img {
  width: 200px;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  padding-left: 160px;
  width: 100%;
}

.menu .navbar {
  padding: 5px 0px;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 0px 20px;
  font-size: 18px;
  transition: .5s;
  color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #e48824 ;
}

.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  content: "\2b";
  font-family: "FontAwesome";
  font-weight: 600;
  transition: .5s;
  height: 0px;
  width: 0px;
  display: none;
  position: absolute;
  color: #e48824 ;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover:before {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: round .8s linear infinite;
}

.menu .navbar-expand-lg .navbar-nav .nav-link.active::before {
  animation: round .6s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes round {
  0% {
    transform: rotate(0deg) translate(0, -50%);
  }

  100% {
    transform: rotate(360deg) translate(0, -50%);
  }
}

.menu .book-now {
  display: none;
}

/* ----Hero-Section-Start---- */

.hero-section .pogoSlider-slide{
  height: 850px;
  padding-top: 250px;
  padding-bottom: 120px;
}
.hero-section .hero-box {
  color: #fff;
}
.hero-section .hero-box h2{
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
.hero-section #js-main-slider{
  padding-bottom:47% !important ;
}

/* ----Hero-Section-End---- */

/* ----About-Section-Start---- */

.about-section{
  padding: 80px 0px;
}

.as-item{
  position: relative;
  margin-right: 30px;
}
.about-section .as-item img{
  border-radius: 20px;
}
.about-section .as-box{
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e48824 ;
  height: 100%;
}
.about-section .col-md-6:last-child .as-box{
  border-color: #273679;
}
.about-section .as-box .as-img{
  height: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 100%;
  justify-content: center;
  background-color: #e48824 ;
  width: 80px;
}
.about-section .col-md-6:last-child .as-box .as-img{
  background-color: #273679;
}
.about-section .as-box .as-img img{
  width: 50px;
}
.about-section .as-box .text p{
  margin-bottom: 0;
  font-size: 15px;
}
/* ----About-Section-End---- */

/* -----process-section-start----- */

.pro-head{
  text-align: center;
}
.pro-head-img{
  margin-top: 30px;
}
.pro-box{
  padding: 30px 20px;
  border: 2px solid #e48824 ;
  text-align: center;
  height: 100%;
}
.pro-icon{
  margin-bottom: 20px;
}
/* -----process-section-End----- */


.faqs > h2{
  font-size: 40px;
  font-weight: 600;
  margin-top: 20px;
}
.faqs .accordion-header {
  margin-bottom: 0px;
  margin-top: 20px;
}

.faqs .accordion-button.collapsed {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 30px 60px 0px #2626262e;
  font-size: 18px;
  padding: 18px 30px;
  position: relative;
  color: #161616;
  font-weight: 700;
}
.faqs .accordion-button.collapsed .icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #273679;
  width: 50px;
  border-radius: 0px 10px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 7;
}
.faqs .accordion-button.collapsed .icon .fa-chevron-down {
  display: block;
}
.faqs .accordion-button.collapsed .icon .fa-chevron-left {
  display: none;
}
.faqs .accordion-body {
  padding: 1rem 1.25rem;
  box-shadow: 0px 20px 40px 0px #03030324;
  border-radius: 8px;
}
.faqs .accordion-item {
  background-color: #fff;
  border: none;
  border-radius: 10px;
}
.faqs .accordion-item h4{
  margin-bottom: 0;
  font-size: 20px;
}
.faqs .accordion-item p{
  color: #000;
}
.faqs  .accordion-button:not(.collapsed) {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 30px 60px 0px #2626262e;
  font-size: 18px;
  padding: 20px 30px;
  position: relative;
  color: #161616;
  font-weight: 700;
}
.faqs .accordion-button:not(.collapsed) .icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #273679;
  width: 50px;
  border-radius: 0px 10px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 7;
}
.faqs .accordion-button:not(.collapsed) .icon .fa-chevron-down {
  display: none;
}
.faqs .accordion-button:not(.collapsed) .icon .fa-chevron-left {
  display: block;
}
.faqs .accordion-flush .accordion-collapse {
  border-width: 0;
}

/* -------counter-section-start-------- */

.counter-section {
  padding: 80px 0px;
  background-image: linear-gradient(#00488fa5, #00488fa5), url(../images/hero6.webp);
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}

.count-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.count-shape2 {
  position: absolute;
  top: -1px;
  left: 0;
  transform: rotate(180deg);
  width: 100%;
}

.count-box .icon {
  color: #fff;
}

.count-box .icon img {
  filter: invert(1);
}

/* -------counter-section-End---------- */


/* ---------service-section-start---------- */

.ss-head {
  text-align: center;
}

.ss-head h2 {
  margin: 0px;
}
.ss-head p{
  margin-bottom: 0px;
}
.ss-box {
  border: 2px solid #e48824 ;
  height: 100%;
  transition: .5s;
}

.ss-box:hover {
  background-color: #e48824 ;
  color: #fff;
}

.ss-box .sec-btn {
  margin-top: 0;
  padding: 10px 20px;
}

.ss-box:hover .sec-btn {
  background-color: #fff;
}

.ss-box:hover .sec-btn span {
  color: #273679;
}

.ss-box .sec-btn:hover span {
  color: #e48824 ;
}

.ss-item h4 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.ss-box .ss-img {
  height: 100%;
  overflow: hidden;
}

.ss-box .ss-img img {
  object-fit: cover;
  width: 100%;
  height: 270px;
  transition: .5s;
}

.ss-box:hover .ss-img img {
  transform: scale(1.1);
}

/* ---------service-section-end------------ */

/* ------choose-section-start------- */
.choose-section{
  padding: 70px 0px;
  margin: 80px 0px;
  background-image: linear-gradient(#00488f88,#00488f72),url(../images/ser4.jpg);
  background-size: cover;
  color: #fff;
  background-position: center;
}
.ch-head{
  text-align: center;
  margin-bottom: 30px;
}
.ch-head .under{
  justify-content: center;
}
.ch-item{
  border: 1px solid #e48824 ;
  background-color: rgba(255, 255, 255, 0.272);
  transition: .5s;
}
.ch-item:hover{
  background-color: #e48824 ;
}
.ch-item p{
  margin-bottom: 0px;
  font-size: 15px;
}
.ch-item .text{
  padding: 15px;
}
.ch-item .text h3{
  margin-bottom: 0px;
}
.ch-item .ch-img{
  overflow: hidden;
}
.ch-img img{
  transition: 1s;
  width: 100%;
}
.ch-item:hover .ch-img img{
  transform: scale(1.2);
}
.ch-box{
  position: relative;
  padding: 20px;
  margin-top: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.272);
  border: 1px solid #e48824 ;
  transition: 1s;
}

.ch-box:hover{
  border: none;
  background-color: #e48824 ;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.131);
}
.ch-box::after{
  content: '';
  top: 5px;
  left: 5px;
  transition: 1s;
  transform: scale(1,0);
  right: 5px;
  bottom: 5px;
  position: absolute;
  border-left:1px solid #273679 ;
  border-right:1px solid #273679 ;
}
.ch-box::before{
  content: '';
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  position: absolute;
  border-top:1px solid #273679 ;
  border-bottom:1px solid #273679 ;
  transition: 1s;
  transform: scale(0,1);
}
.ch-box:hover:before,.ch-box:hover:after{
  transform: scale(1);
}
.ch-box .icon{
  height: 100px;
  width: 100px;
  border: 1px solid #e48824 ;
  border-radius: 100%;
  display: flex;
  font-size: 40px;
  transition: 1s;
  position: relative;
  z-index: 66;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin:-73px auto 15px;
}
.ch-box:hover .icon{
  background-color: #273679;
}
.ch-box .icon img{
  transition: .5s;
  width: 50px;
}
/* ------choose-section-end------- */
/* ------Testimonial-Section-Start------ */
.tes-head {
  text-align: center;
}

.tes-slide {
  padding: 20px;
  background-color: #fff;
  margin: 10px 10px 50px;
  transition: .5s;
  box-shadow: 0px 5px 10px 0px rgba(17, 17, 17, 0.162);
  border-radius: 10px;
}

.tes-slide:hover {
  background-color: #273679;
}

.tes-box {
  position: relative;
  transition: .5s;
}

.tes-box:hover {
  color: #fff;
}

.tes-box::after {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: -4;
  border-radius: 10px;
  height: 100%;
  transition: .5s;
  width: 100%;
  content: '';
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.161);
}

.tes-box:hover:after {
  background-color: #e48824 ;
}

.tes-slide .tes-item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.tes-slide .tes-item .text {
  margin-left: 20px;
}

.tes-slide .tes-item .text h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

.tes-slide .tes-box i {
  color: #e48824 ;
  font-size: 14px;
}

.tes-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.tes-slider .slick-dots li button {
  border: none;
  background-color: #273679;
  height: 4px;
  border-radius: 5px;
  margin: 0px 3px;
  font-size: 0px;
  width: 15px;
}

.tes-slider .slick-dots .slick-active button {
  background-color: #e48824 ;
}


/* ------Testimonial-Section-End------ */

/* ----cta-section-start------ */
.cta-section{
  overflow: hidden;
  margin: 80px 0px;
  text-align: center;
  color: #fff;
  padding-top: 80px;
  background: linear-gradient(#00488fc3,#ff5e00bf),url(../images/hero1.webp);
  background-position: center;
  background-size: cover;
}
.cta-section .call {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}

.cta-section .call a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  background: #e48824  ;
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
}

.cta-section .call a::after {
  height: 100%;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  content: '';
  animation: zoom 2s infinite;
}

@keyframes zoom {
  0% {
    box-shadow: 0px 0px 0px 0px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 0px #fff;
  }

  100% {
    box-shadow: 0px 0px 0px 30px transparent;
  }
}
.cta-item{
  position: relative;
  text-align: left;
  margin-top: -100px;
}
.cta-item::after{
  position: absolute;
  bottom: 0;
  height: 65%;
  left: -100px;
  width: 50%;
  transform: skew(45deg);
  background-color: #e48824 ;
  content: '';
}
.cta-item::before{
  position: absolute;
  bottom: 0;
  height: 55%;
  right: 0px;
  width: 100%;
  background-color: #273679;
  content: '';
}
.cta-item .cta-img{
  position: relative;
  z-index: 44;
}
.cta-item .cta-text{
  position: relative;
  z-index: 32;
  margin-bottom: 40px;
}
.cta-img{
  text-align: right;
}
.cta-item .cta-text h4{
  font-size: 30px;
}

/* -----cta-section-end----- */

/* ----Quote-Section-Start---- */
.quote-box{
  box-shadow: 0px 10px 20px 0px #00488f36;
}
.quote{
  padding: 20px;
  background-color: #e48824 ;
  text-align: center;
}
.quote h3{
  color: #fff;
}
.quote .f-group input,.quote .f-group textarea,.quote .f-group select{
  width: 100%;
  margin: 15px 0px;
  padding: 13px 20px;
  outline: none;
  border: none;
}
.quote-box .map{
  height: 100%;
  margin-right: -25px;
}
.quote .f-group button{
  border: none;
  background-color: #273679;
}
.quote-img{
  height: 100%;
  margin-right: -25px;
}
.quote-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ----Quote-Section-End---- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-image:linear-gradient(#00488fdc,#00488fdc),url(../images/footer.jpg);
  background-position: center;
  color: #fff;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-logo img {
  width: 200px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}
.footer-section .footer-text ul{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.footer-section .footer-text ul li{
  padding: 2px 10px;
  border-radius: 15px;
  background-color: #eee;
  margin: 4px;
  color: #273679;
}
.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  font-size: 18px;
  background-color: #e48824 ;
  color: #273679;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a:hover {
  color: #e48824 ;
  background-color: #fff;
  border-radius: 20%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #e48824 ;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #273679;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #e48824 ;
}

.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;
  margin: 15px 0px;
}
.footer-link2 ul li p{
  margin-bottom: 0;
}

.footer-link2 ul li a:hover {
  color: #e48824 ;
}

.footer-link2 ul li i {
  margin-right: 10px;
  color: #273679;
  height: 40px;
  transition: .5s;
  width: 40px;
  background-color: #e48824 ;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.footer-link2 ul li i:hover{
  background-color: #fff;
  color: #e48824 ;
  border-radius: 20%;
}
.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #e48824 ;
  color: #fff;
  margin-top: 30px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

/* ------footer-section-end-------- */

/* ----Banner-Section-Start---- */

.banner-section{
  padding: 200px 0px 100px;
  background-position: center;
  background-image: linear-gradient(#00488f92,#cd4f06c8),url(../images/banner.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
}
.banner-section .banner-title h2{
  font-size: 50px;
  margin-bottom: 0px;
  font-weight: 700;
}
.banner-section .banner-title ul{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.banner-section .banner-title ul li a{
  color: #fff;
  padding: 4px;
  font-weight: 600;
}
/* ----Banner-Section-End---- */


/* -------branch-section-start------- */

.branch-head {
  text-align: center;
}

.branch-box {
  border: 3px groove #e48824 ;
  position: relative;
  transition: .5s;
  height: 100%;
  padding: 20px;
}
.branch-box:hover{
  border-color: transparent;
  box-shadow: 0px 10px 20px 0px #16003b27;
}
.branch-box b{
  font-weight: 800;
}
.branch-box::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background-color: #e48824 ;
  z-index: -1;
  content: "";
  background-position: center;
  transition: .7s;
}
.branch-box::before{
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background-color: #e48824 ;
  content: "";
  transition: .7s;
  z-index: -1;
}
.branch-box:hover:before,.branch-box:hover:after{
  width: 100%;
}
.branch-box h4{
  font-size: 22px;
  font-weight: 600;
}
.branch-box:hover,.branch-box:hover a{
  color: #fff;
}
.branch-box .icon {
  text-align: center;
  margin-bottom: 10px;
}

.branch-box .icon img {
  width: 50px;
}

.branch-box p {
  margin-bottom: 0;
}

.branch-box a:hover {
  color: #19C6B7;
}

.branch-box address {
  margin-bottom: 0;
}

/* -------branch-section-end--------- */

/* ---contact-section-start--- */

.contact-section{
  padding: 80px 0px;
  text-align: center;
}
.con-box{
  padding: 20px;
  border: 2px double #e48824 ;
  height: 100%;
  transition: .5s;
}
.con-box:hover{
  background-color: #e48824 ;
  color: #fff;
}
.con-box img  {
  width: 50px;
}
.con-box address{
  margin-bottom: 0px;
}
.con-box:hover .text a{
  color: #fff;
} 
.con-box .text h4{
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}
/* ---contact-section-End--- */

/* -----Gallery-Page-start----- */



.gallery-section .gallery-box {
  position: relative;
}

.gallery-box a {
  position: relative;
  border-radius: 10px;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  border: 2px solid #fff;
  height: 300px;
  object-fit: cover;
}
.gallery-box a:hover img{
  transform: scale(.95);
}

/* ------gallery-Page-end------- */

/* ---------Service-details-page-------- */

.details-section{
  padding-top: 80px;
}
.details-section .dsl{
  padding-right: 30px;
}
.dsl .dsl-img1,.dsl .dsl-img2{
  overflow:hidden ;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
.dsl .dsl-img1 img,.dsl .dsl-img2 img{
  border-radius: 10px;
  transition: .5s;
  width: 100%;
}
.dsl .dsl-img1:hover img,.dsl .dsl-img2:hover img{
  transform: scale(1.1);
}
.dsl .dsl-img2 img{
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.dsl .quote{
  margin-top: 50px;
}

.dsr .oth-box{
  display: flex;
  margin: 20px 0px;
  align-items: center;
}
.dsr .oth-box img{
  width: 120px;
  height: 100px;
  object-fit: cover;
  transition: .5s;
  border-radius: 10px;
}
.dsr .oth-box h4 a{
  font-size: 20px;
  color: #000;
}
.dsr .oth-box h4 a:hover{
  color: #e48824 ;
}
.dsr .oth-box .oth-title{
  margin-left: 20px;
  flex: 1;
}
.dsr .oth-box .oth-img{
  overflow: hidden;
  border-radius: 10px;
}
.dsr .oth-box:hover img{
  transform: scale(1.07);
}
.dsr-box {
  margin: 50px 0px;
  padding: 50px 30px;
  border-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.717), rgba(0, 0, 0, 0.714)), url(../images/cmt-single001.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.dsr-box img {
  width: 70px;
}
.dsl-img {
  margin: 10px 0px;
}
.dsl-img img{
  width: 100%;
  max-height: 380px;
  object-fit: cover;
}
.dsr-box h4 {
  color: #fff;
  margin: 20px 0px;
}
.dsr-box a {
  color: #fff;
}
 .dsr ul {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  list-style: none;
}
 .dsr ul .active {
  background-color: #e48824 ;
}
 .dsr ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  content: '';
  transition: .5s;
  height: 100%;
  background-color: #e48824 ;
  border-radius: 5px;
}
.dsr ul .active a {
  color: #fff;
}
.dsr ul li a {
  display: flex;
  position: relative;
  font-size: 18px;
  color: #fff;
  z-index: 8;
  align-items: center;
  justify-content: space-between;
}
 .dsr ul li {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #273679;
  position: relative;
  cursor: pointer;
  z-index: 6;
  margin: 10px 0px;
}
.dsr ul li:hover::after {
  width: 100%;
}
.dsr ul li:hover a {
  color: #fff;
}
.brand-slider .slick-prev,.brand-slider .slick-next{
  display: none !important;
}
.slick-slide img{
  margin: auto;
}
.details-section .quote-form{
  margin: 20px 0px;
}
.details-section .sec-btn{
  margin-top: 15px;
}

/* ----Details-Section-Start---- */
@media screen and (max-width:1200px) {
  .top-right {
    margin-right: 120px;
  }
  .menu .navbar-expand-lg .navbar-nav .nav-link::before{
    font-size: 15px;
  }
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 15px;
  }

  .menu .navbar-nav {
    padding-left: 120px;
  }
}

@media screen and (max-width:1024px) {
  .hero-section .pogoSlider-slide {
    padding-top: 180px;
    padding-bottom: 60px;
}
.hero-section #js-main-slider {
  padding-bottom: 55% !important;
}
.hero-section .hero-box h2 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
.as-content p{
  margin-bottom: 4px;
  font-size: 15px;
}
.about-section,.counter-section,.choose-section,.gallery-section,.contact-section{
  padding: 60px 0px;
}
.banner-section{
  padding: 180px 0px 60px;
}
.pro-box p{
  font-size: 14px;
  margin-bottom: 0px;
}
.counter-section,.choose-section,.cta-section{
  margin: 50px 0px;
}
.pro-head-img img{
  width: 75%;
}
.branch-box{
  height: 100%;
}
.banner-section .banner-title h2 {
  font-size: 40px;
}
.ss-item{
  padding: 20px;
}
.footer-logo {
  margin-bottom: 5px;
}
.footer-box p{
  font-size: 14px;
}
.quote-box .map {
  height: 100%;
  margin-right: 0px;
}
.details-section{
  padding-top: 60px;
}
.footer-section .footer-text ul li{
  font-size: 11px;
}
}
@media screen and (max-width:992px) {
  header .book {
    display: none;
  }
  header{
    position: relative;
  }
  .menu .navbar-toggler-icon {
    display: flex;
    align-items: center;
    color: #273679;
    justify-content: center;
  }
  .menu .navbar-expand-lg .navbar-nav .nav-link::before{
    left: -5px;
  }
  .menu .navbar-toggler {
   background-color: #e48824 ;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .menu::before {
    width: 100%;
    z-index: -1;
    height: 100%;
    transform: skew(0);
    background-color: #273679;
    right: 0px;
  }

 .menu::after {
    width: 50%;
    height: 84px;
}
  .menu .book-now {
    display: block;
  }
  .as-img {
    width: 100%;
  }

  .menu .navbar-nav,
  .dsr {
    padding-left: 0px;
  }

  .top-right {
    margin-right: 0;
    padding-right: 0;
  }

  .menu .navbar-nav{
    padding-top: 10px;
    display: block;
  }
 
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 0px;
}
}

@media screen and (max-width:770px) {
  .hero-section .pogoSlider-slide {
    padding-top: 60px;
    padding-bottom: 40px;
}
.banner-section{
  padding: 60px 0px;
}
.hero-section #js-main-slider {
  padding-bottom: 45% !important;
}
.hero-section .hero-box h2 {
  font-size: 35px;
}
.about-section, .counter-section, .choose-section,.gallery-section,.contact-section{
  padding: 40px 0px;
}
.counter-section, .choose-section, .cta-section{
  margin: 35px 0px;
}
.as-content{
  margin-top: 30px;
}
.pro-box h4{
  font-size: 17px;
  font-weight: 600;
}
.count-box{
  padding: 20px;
  margin-top: 15px;
}
.ch-box p{
  font-size: 15px;
}
.ch-img img {
  max-height: 300px;
  object-fit: cover;
}
.ser-box .ser-item,.cta-item,.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn,.pogoSlider-nav{
  display: none;
}
.cta-section{
  padding: 40px 0px;
}
.quote-img{
  display: none;
}
.m-100{
  margin-bottom: 35px;
}
.contact-section{
  padding-top: 20px;
}
.quote-box .map {
  height: 300px;
}
.details-section{
  padding-top: 20px;
}
.dsr-box{
  margin-bottom: 0px;
}
.details-section .dsl{
  padding: 0px;
}
}

@media screen and (max-width:580px) {
  .menu::after {
    left: -60px;
    width: 65%;
    height: 62px;
  }
  .top-left,.pro-head-img{
    display: none;
  }
  .menu img {
    width: 160px;
}
h2 {
  font-size: 22px;
}
.count-box p{
  font-size: 13px;
  margin-bottom: 0px;
}
.cta-section .call a{
  font-size: 15px;
  height: 50px;
  width: 50px;
}
.hero-section #js-main-slider {
  padding-bottom: 100% !important;
}
.hero-section .pogoSlider-slide{
  padding: 40px 0px;
}
.hero-section .hero-box h2 {
  font-size: 30px;
  margin-bottom: 6px;
}
.pro-box{
  height: auto;
  margin-top: 15px;
}
.banner-section .banner-title h2 {
  font-size: 30px;
}
.top-bar{
  background-color: #273679;
}
.top-right a {
  color: #fff;
  font-size: 14px;
}
.about-section .as-item{
  margin: 0;
}
.about-section .as-box{
  height: auto;
  margin-top: 20px;
}
.faqs > h2 {
    font-size: 30px;
}
.menu::before{
  content: none;
}
.menu .navbar-expand-lg .navbar-nav .nav-link{
  color: #273679;
}
.menu .book-now{
  margin-top: 30px;
}
.quote .f-group input, .quote .f-group textarea, .quote .f-group select{
  margin: 5px 0px;
}
.top-right {
    justify-content: start;
}
}

/*---thank-Section-Start----*/

.thank {
  text-align: center;
  height: 100vh;
  width: 100%;
  margin-top: 0px;
}
.thank img {
  width: 60%;
}
.thank ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.thank ul li a {
  height: 45px;
  width: 45px;
  background: #ef2445;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 5px;
  border-radius: 5px;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .thank {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .thank {
    margin: 50px 0px;
    height: auto;
  }
}

@media screen and (max-width: 580px) {
  .thank {
    margin: 20px 0px;
  }
  .thank img {
    width: 70%;
  }
}