@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@600;700;800;900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Noto Sans', sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}


.slick-prev,
.slick-next {
  display: none !important;
}

.m-100 {
  margin-bottom: 70px;
}

h4{
  font-size: 22px;
  font-weight: 600;
}
h2{
  font-size: 40px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 15px;
}
.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2f5677;
  color: #fff;
  position: relative;
  transition: .5s;
  text-transform: capitalize;
  font-size: 18px;
}
.sec-btn::after {
  height: 100%;
  position: absolute;
  width: 0px;
  right: 0;
  transition: .5s;
  bottom: 0;
  content: "";
  background-color: #102638;
}
.sec-btn:hover:after {
  width: 100%;
  left: 0;
}
.sec-btn:hover span {
  color: #fff;
  position: relative;
  z-index: 3;
}
.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: #07a842;
}

.what a:last-child {
  font-size: 20px;
  background-color: #2f5677;
}

.under {
  color: #2f5677;
  font-weight: 600;
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 12px rgb(0,0,0,12%);
}
.under i {
  color: #102638;
  padding-right: 10px;
}
/* -----Globle-Style----- */

/* -----header-section-start----- */
header{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.menu {
  position: relative;
  overflow-x: clip;
  z-index: 9999;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}

.menu .dropdown-menu {
  width: 250px;
}

.menu .navbar {
  padding-top: 0px;
  background-color: #fff;
  padding-bottom: 0 !important;
}

.menu .book {
  position: relative;
  z-index: 99;
  padding: 10px 40px;
  transition: .5s;
  margin-right: -12px;
  text-align: center;
  background-color: #102638;
}
.menu .book:hover{
  background-color: #eee;
}
.menu .book a {
  display: flex;
  align-items: center;
  color: #fff;
}
.menu .book:hover a{
  color: #171718;
}
.menu .book a i {
  height: 45px;
  width: 45px;
  background-color: #fff;
  color: #102638;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu .book a .tell {
  margin-left: 20px;
}

.menu .book a span {
  color: #2f5677;
  font-size: 20px;
  font-weight: 600;
}
.menu .book:hover a span{
  color: #102638;
}
.menu .navbar-light .navbar-nav .nav-link {
  color: #171718;
  padding: 0 15px 0px 10px;
  font-weight: 600;
  border-right: 2px solid #2f5677;
}

.menu .navbar-light .navbar-nav .nav-link:hover,
.menu .navbar-light .navbar-nav  {
  color: #2f5677;
}

.menu .navbar-light .navbar-nav .nav-item:last-child .nav-link {
  border: none;
}

.menu .sec-btn {
  margin-top: 15px;
}

.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}

.sticky .navbar {
  padding-top: 10px;
}

.sticky .navbar-brand img {
  display: block;
}

.menu .navbar-brand img {
  width: 150px;
}

/* -----header-section-end------- */

/* ---Hero-Section-Start--- */

.hero-section{
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/hero-bg.jpg);
}
.hero-slide{
  padding-top: 180px;
  padding-bottom: 50px;
  position: relative;
}
.hero-section::after{
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 55%;
  z-index: -1;
  height: 100%;
  /* background-image: url(../images/hero-overlay.png); */
}
.hero-section .hero-text h2{
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
}
.hero-text p{
  font-size: 17px;
  line-height: 30px;
}
.hero-text .sec-btn{
  margin-top: 10px;
}

.hero-section .hero-img {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -70px;
}
.hero-section .hero-img img{
  border-radius: 100%;
  width: 100%;
  border: 35px solid #2f5677;
  max-width: 560px;
}
.hero-section .hero-img2{
  position: absolute;
  bottom: 0;
  right: 28%;
  width: 400px;
}
.hero-section .hero-img2 img{
  position: relative;
  z-index: 12;
}
/* ---Hero-Section-End--- */

/* ---About-Section-Start--- */

.about-section .as-img{
  position: relative;
}
.as-img  img{
  width: 100%;
}
.as-img .as-item{
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 250px;
  height: 170px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.as-img .as-item h2{
  font-size: 50px;
  font-weight: 800;
}
.as-img .as-item p{
  font-size: 18px;
  font-weight: 500;
}
/* ---About-Section-End--- */

/* ----Service-Section-Start--- */

.service-section .ser-head{
  text-align: center;
}
.service-section .ser-box{
  padding: 20px;
  text-align: center;
  border: 1px solid #102638;
  transition: .5s;
}
.ser-box:hover{
  background-color: #102638;
  color: #fff;
}
.ser-box .ser-img{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.ser-box .ser-img img{
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 100%;
}
.ser-box .sec-btn::after{
  background-color: #eee;
}
.ser-box .sec-btn:hover span{
  color: #102638;
}
/* ----Service-Section-End--- */

/* ---choose-section-start--- */

.choose-section .ch-item ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.choose-section .ch-item ul li{
  display: flex;
  align-items: center;
  margin: 15px 0px;
  font-weight: 600;
}
.choose-section .ch-item ul li img{
  width: 45px;
  padding-right: 10px;
}
.choose-section .cont-box{
  background-color: #eee;
  padding:20px 10px;
  text-align: center;
  margin-top: 20px;
}
.cont-box img{
  width: 60px;
}
.cont-box h2{
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
  color: #2f5677;
  position: relative;
  line-height: 30px;
}
.cont-box p{
  margin-bottom: 0;
  font-weight: 600;
}
.cont-box h2::after{
  content: "+";
  font-size: 35px;
}
.cont-box img{
  width: 50px;
}
.choose-section .form-box {
  background-color: #102638;
  padding:40px;
}

.form-box h2 {
  color: #fff;
  font-size: 30px;
  margin-top: 0;
}

.form-box .f-group input,
.form-box .f-group select,
.form-box .f-group textarea {
  width: 100%;
  padding: 18px 20px;
  border: none;
  margin-bottom: 20px;
  outline: none;
  background-color: #fff;
}

.form-box .f-group input::placeholder,
.form-box .f-group textarea::placeholder {
  color: #171718;
}

.form-box .f-group select {
  padding: 18px 20px;
}

.form-box .f-group .sec-btn {
  width: 100%;
  padding: 14px 20px;
  border: none;
}
.form-box .f-group .sec-btn:hover span{
  color: #102638;
}
.form-box .f-group .sec-btn::after{
  background-color: #eee;
}
.form-box label {
  color: #2f5677;
  font-weight: 600;
  margin-bottom: 3px;
}

.form-box .sec-btn {
  margin-top: 5px;
}

/* ----Choose-Section-End---- */
/* ----Our Client-Section-Start---- */
.slick-dots li {
  list-style: none;
  margin: 0 5px;
}
.slick-dots li button {
  display: none;
}
/* ----Our Client-Section-End---- */

/* ----testimonial-section-start---- */
.tes-slider{
  position: relative;
  margin-top: 20px;
  padding: 40px 0px;
}
.tes-slider::after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  width: 50%;
  background-image: linear-gradient(#96acd4b8,#96acd4b8),url(../images/ser5.avif);
  background-position: center;
  border-radius: 20px;
  content: "";
  opacity: .7;
  z-index: -1;
  background-size: cover;
}
.testimonial-section .tes-head{
  text-align: center;
}

.tes-box{
  padding: 20px;
  border: 1px solid #e9edf3;
  position: relative;
  border-radius: 8px;
  margin:10px 20px;
  background-color: #ffffffda;
  height: 300px;
  box-shadow: 0 0 12px rgb(116,116,116,0.25);
}
.tes-box .tes-item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tes-box .tes-info{
  display: flex;
  align-items: center;
}
.tes-box .tes-info .text{
  margin-left: 20px;
}
.tes-box .tes-info .text h5{
  font-size: 18px;
  margin-bottom: 0;
  color: #2f5677;
}
.tes-box p{
  font-style: italic;
  font-size: 15px;
}
.tes-box .tes-info .tes-img img{
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100%;
}
.tes-box .ratting{
  color: #ee9d33;
  font-size: 13px;
  margin-top: -4px;
}
.tes-box .ratting i{
  padding: 1px;
}
.ch-title, .ch-text {
  color: #fff;
}
.tes-slider .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.tes-slider .slick-dots li{
  height: 4px;
  background-color: #eee;
  border-radius: 2px;
  margin: 0px 4px;
  width: 30px;
}
.tes-slider .slick-dots .slick-active{
  background-color: #102638;
}
.tes-slider .slick-dots li button{
  font-size: 0;
  height: 14px;
  border-radius: 2px;
  background-color: transparent;
  width: 30px;
  margin-top: -2px;
  display: block;
  line-height: 0;
  border: none;
}

/* ----testimonial-section-end--- */

/* ----cta-section-start----- */

.cta-section .cta {
  padding: 50px 40px;
  position: relative;
  z-index: 3;
  background-size: cover;
  padding-bottom: 0;
  background-color: #102638;
  color: #fff;
}

.cta-section .cta .cta-img {
  margin-top: -85px;
  text-align: right;
}
.cta-section .cta .cta-img img{
  width: 250px;
}
.cta-section .cta h2 {
  font-size: 35px;
  line-height: 50px;
}

.cta .book {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.cta .book a {
  font-size: 18px;
  color: #fff;
}
.cta .book a b{
  color: #2f5677;
}
.cta .book i {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #2f5677;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-right: 20px;
}

.cta .book i::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 #2f5677;
  }

  100% {
    box-shadow: 0px 0px 0px 20px transparent;
  }
}

/* ----cta-section-end----- */


/* ------footer-section-start------- */

.footer-section {
  padding-top: 150px;
  margin-top: -100px;
  background-color: #eee;
  position: relative;
  background-size: cover;
  background-position: center;
}

.footer-section::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 67%;
  background-size: contain;
  z-index: 1;
  height: 100%;
}

.footer-logo {
  margin-bottom: 10px;
}
.footer-box .footer-text p{
  color: #000;
  line-height: 27px;
}
.footer-box {
  position: relative;
  z-index: 4;
}

.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-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #102638;
}


.footer-box .social li a:hover {
  background-color: #2f5677;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #102638;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #102638;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #102638;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 7px 0px;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #102638;
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #102638;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  background-color: #102638;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section .copy-right p a {
  color: #2f5677;
  font-weight: 600;
}

.footer-section .map {
  height: 100%;
  border-radius: 10px;
}

.footer-section .map iframe {
  border-radius: 10px;
}

/* ------footer-section-end-------- */

/* ---Banner-Section-Start--- */

.banner-section{
  background-image:linear-gradient(#00000082,#00000082),url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
}
.banner-title{
  text-align: center;
  padding: 180px 0px 80px;
  color: #fff;
}
.banner-section ul{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 20px;
  background-color: #fff;
  margin: auto;
  margin-bottom: 0;
  clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
  width: 300px;
}
.banner-section ul li{
  padding: 5px;
  font-size: 17px;
  font-weight: 500;
  list-style: none;
}
.banner-section ul li a{
  color: #2f5677;
}
.banner-section ul li:hover a{
  color: #102638;
}
/* ---Banner-Section-End--- */

/* ---Team-Section-Start--- */
.team-head{
  text-align: center;
}
.team-box{
  transition: .6s;
  padding-top: 30px;
  margin: 10px 13px;
  position: relative;
}
.team-box:hover{
  color: #fff;
}
.team-box::after{
  height: 60%;
  width: 100%;
  content: "";
  background-color: #2f5677;
  border-radius: 30px 30px 10px 10px;
  position: absolute;
  bottom: 0;
  transition: .4s;
  left: 0;
}
.team-box:hover::after{
  background-color: #102638;
}
.team-box::before{
  height: 100%;
  width: 100%;
  content: "";
  background-color: #102638;
  border-radius: 10px;
  position: absolute;
  top: 0;
  transition: .4s;
  left: 0;
}
.team-box:hover::before{
  background-color: #2f5677;
}
.team-box .team-img{
  width: 80%;
  margin: auto;
}
.team-box .team-img img{
  border: 3px double #102638;
  border-radius: 10px;
  z-index: 99;
  width: 100%;
  height: 250px;
  object-fit: cover;
  position: relative;
}
.team-box .text{
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 30px 0px;
}
.team-box .text h4{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
/* ---Team-Section-End----- */

/* ------gallery-section------- */

.gallery-section{
  padding: 80px 0px;
}
.gallery-section .gs-head {
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  border: 5px 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{
  padding:20px;
  border-radius: 10px;
  display: flex;
  height: 100%;
  align-items: center;
  box-shadow: 0px 10px 20px 0px #0006711b;
}
.con-box .contact-img{
  height: 70px;
  width: 70px;
  display: flex;
  align-items:center;
  justify-content: center;
  border-radius: 7px;
  background-color: #eee;
}
.con-box .contact-img img{
  width: 45px;
}
.contact-section .con-box .text{
  flex: 1;
  margin-left: 20px;
}
.contact-section .con-box .text address{
  margin-bottom: 0px;
}
.contact-section .con-box .text h4{
  font-weight: 600;
  font-size: 20px;
}

/* ===Contact-Section-End=== */

/* ---Form-Section-Start--- */

.form-section .map{
  height: 100%;
}
.form-section .form-box {
  background-color: #2f5677;
  padding: 40px;
}
.form-section .form-box .sec-btn{
  background-color: #102638;
}
/* ---Form-Section-End--- */

/* ---------Service-details-start-------- */

.service-two .ser-box {
  border: none;
}

.service-two p {
  margin-bottom: 6px;
}
.service-two p a{
  color: #102638;
}
.ser-slider .ser-list {
  border-radius: 2px;
  margin: 10px;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
  background-color: #eee;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
  transition: .5s;
  cursor: pointer;
}

.ser-slider .ser-list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #2f5677;
  transition: .4s;
  content: "";
}

.ser-slider .ser-list:hover::after {
  height: 100%;
}

.ser-slider .ser-list::before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  transform: translate(-50%, -50%);
  height: 3px;
  background-color: #102638;
  z-index: 3;
  transition: .4s;
  content: "";
}

.ser-slider .ser-list:hover:before {
  width: 100%;
}

.ser-slider .ser-list.slick-current::before {
  width: 100%;
}

.ser-slider .ser-list img {
  display: block;
  margin: 10px auto;
  filter: brightness(0);
  position: relative;
  z-index: 9;
  transition: .5s;
}

.ser-slider .slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ser-slider .ser-list:hover img,
.ser-slider .ser-list.slick-current img {
  filter: brightness(1);
}

.ser-slider .ser-list.slick-current {
  background-color: #2f5677;
  color: #fff;
  cursor: auto;
}

.ser-slider .ser-list:hover span {
  color: #fff;
  position: relative;
  z-index: 4;
}

.service-two .ser-item h2 {
  font-size: 30px;
  font-weight: 600;
}

.service-two .slick-arrow{
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 23px;
  z-index: 99;
  border-radius: 100%;
  background-color: #918c9db1;
  border: none;
  font-size: 0;
}
.service-two .slick-prev{
  left: -50px;
}
.service-two .slick-prev::after{
  content: "\f0a5";
  font-size: 28px;
  color: #2f5677;
  font-family: "FontAwesome";
}
.service-two .slick-next::after{
  content: "\f0a4";
  font-size: 28px;
  color: #102638;
  font-family: "FontAwesome";
}
.service-two .slick-next{
  right: -50px;
}
.service-two .ser-item .highlites{
  padding: 0;
  list-style: none;
  margin: 0;
}
.service-two .ser-item .highlites li{
  display: flex;
  align-items: center;
  margin: 8px 0px;
}
.service-two .ser-item .highlites li i{
  padding-right: 10px;
  color: #102638;
  font-size: 25px;
}
/* ---------Service-details-start-------- */


@media screen and (max-width:1024px) {
  .hero-section .hero-text h2 {
    font-size: 35px;
    line-height: 44px;
}
.hero-section .hero-img2 {
  bottom: 0;
  right: 24%;
  width: 340px;
}
h2{
  font-size: 30px;
}
.as-content p{
  margin-bottom: 8px;
}
.ser-box .ser-img img {
  width: 220px;
  height: 220px;
}
.ser-box h4{
  font-size: 20px;
  font-weight: 600;
}
.choose-section .cont-box{
  padding: 20px 15px;
}
.cta-section .cta h2 {
  font-size: 30px;
  line-height: 45px;
}
.p-100{
  padding: 60px 0px;
}
.m-100{
  margin-bottom: 60px;
}
.banner-title {
  text-align: center;
  padding: 150px 0px 60px;
  color: #fff;
}
.service-two .slick-prev {
  left: -25px;
}
.service-two .slick-next {
  right: -25px;
}
}

@media screen and (max-width:992px) {
  .top-bar .top-logo,.top-right-bar{
    display: none;
  }
  .top-bar .top-item2,.menu .navbar-brand img {
    display: block;
}
.menu .navbar-brand img{
  width: 200px;
}
.menu .navbar-light .navbar-nav .nav-link{
  padding: 8px 0px;
  border: none;
}
.menu .book{
  margin-right: 0;
  width: 100%;
  margin-bottom: 20px;
}
.menu .navbar-light .navbar-toggler{
  border: 3px double #2f5677;
}
.menu .navbar-toggler:focus{
  box-shadow: none;
}
}

@media screen and (max-width:768px) {
  .hero-section .hero-img,.cta-section .cta .cta-img{
    display: none;
  }
  .hero-slide {
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}
.hero-section .hero-img2 {
  right: 0%;
  width: 250px;
}
.hero-section .hero-text{
  position: relative;
  z-index: 99;
}
.as-content,.form-box{
  margin-top: 40px;
}
.tes-box {
  height: 330px;
}
.tes-slider::after{
  width: 70%;
}
.tes-slider {
  margin-top: 0px;
  padding: 30px 0px;
}
.footer-box{
  margin-top: 20px;
}
.footer-section{
  padding-top: 100px;
}
.p-100{
  padding: 50px 0px;
}
.m-100{
  margin-bottom: 50px;
}
.form-section .map {
  height: 300px;
}
}

@media screen and (max-width:580px) {
  .menu{
    background-color: #fff;
  }
  .hero-text p {
    font-size: 16px;
    line-height: 24px;
}
.hero-section .hero-text h2,h2,.cta-section .cta h2 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
}
.as-img .as-item{
  width: 200px;
  padding: 10px;
  text-align: center;
}
.p-100{
  padding: 40px 0px;
}
.m-100{
  margin-bottom: 40px;
}
.ser-box .ser-img img {
  width: 250px;
  height: 250px;
}
.choose-section .form-box {
  padding: 25px;
}
.tes-box {
  height: 300px;
}
.cta-section .cta {
  padding: 30px 20px;
}
.cta .book{
  margin-bottom: 10px;
}
.banner-title {
  padding: 120px 0px 50px;
}
.form-section .form-box{
  padding: 30px;
}
.service-two .ser-item h2 {
  font-size: 24px;
  font-weight: 700;
}
.ser-slider .slider-nav {
  margin: 0px 35px;
}
.service-two .slick-prev {
  left: -40px;
}
.service-two .slick-next {
  right: -40px;
}
.hero-section .hero-img2 img {
  opacity: 0.6;
}
.hero-slide{
  padding-bottom: 80px;
}
.hero-section .hero-img2{
  bottom: -26px;
}
}
/*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:100px;
}
.thank .icon img{
    width:50%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:40px;
  width:40px;
  background:#1AC5E2;
  color:#fff;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/
/* ---------Details-Section-Start---------- */

.dsl .dsl-list {
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 15px;
}
.dsl-list h4{
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.dsl-list h4::after{
  position:absolute ;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #281f4c;
  content: "";
}
.dsl-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dsl-list ul li {
  border-radius: 5px;
  background-color: #eee;
  margin: 10px 0px;
}


.dsl-list ul li a {
  display: flex;
  border-radius: 5px;
  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: 5px;
  width: 0px;
  height: 100%;
  background-color: #281f4c;
  content: "";
  transition: .4s;
}
.dsl-list ul li a:hover:after{
  width: 100%;
}
.dsl-list ul li a.active::after{
  width: 100%;
}
.dsl-list ul li a span{
  position: relative;
  z-index: 3;
}
.dsl-list ul li a i{
  height: 40px;
  width: 50px;
  background-color: #281f4c;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: .5s;
  position: relative;
  z-index: 3;
  font-size: 20px;
  justify-content: center;
  color: #ffc527;
}
.dsl-list ul li a:hover i{
  background-color: #ffc527;
  color: #fff;
}

.dsl-list ul li a:hover,
.dsl-list ul li .active {
  color: #fff;
}
.dsl-list ul li .active i{
  background-color: #ffc527;
  color: #fff;
}

.dsr h4{
  margin: 15px 0px;
  font-weight: 800;
  font-size: 30px;
}
.dsr .dsr-img {
  margin-bottom: 30px;
}

.dsr .dsr-img img {
  max-height: 500px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.dsr .drs-img{
  margin-bottom: 20px;
}
.dsr .drs-img img{
  border-radius: 10px;
  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: #281f4c;
  color: #ffc527;
  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 .dsl .form-box{
  background-color: #ffc527;
  padding: 20px;
}
.details-section .dsl .form-box input,.details-section .dsl .form-box textarea{
  padding: 15px 20px;
  margin: 7px 0px;
}
.ser-inque {
  padding: 20px;
  border: 1px solid #eee;
}
.ser-inque h4{
  font-weight: 700;
}
.ser-inque .contact-box{
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 0;
  margin-top: 20px;
}
.ser-inque .contact-box:hover a{
  color: #fff;
}
.ser-inque .contact-box h4{
  margin-bottom: 0;
  font-size: 20px;
}
.ser-inque .contact-box .icon{
  height: 60px;
  width: 60px;
  background-color: #281f4c;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser-inque .contact-box .icon img{
  width: 40px;
  filter: brightness(23);
}
.ser-inque .contact-box .text{
  padding-left: 10px;
}
.ser-inque .contact-box .icon {
  margin-right: 10px;
}
.details-section .quote-form{
  padding: 20px;
  margin-bottom: 20px;
  background-color: #281f4c;
}
.details-section .quote-form .f-group input,.details-section .quote-form .f-group select,.details-section .quote-form .f-group textarea{
  padding: 11px 20px;
  margin: 0;
  margin-top: 10px;
}


/* ----quote-section-start--- */

.quote-section{
  padding: 50px 0px;
  background: linear-gradient(#281f4c,#281f4c);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.quote-section::after{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffc527;
  width: 30%;
  height: 100%;
  content: "";
}
.quote-section2 .quote{
  padding: 30px;
  border-radius: 10px;
  margin: 0px 20px;
  background: linear-gradient(#281f4c,#281f4c);
  color: #fff;
  position: relative;
}
.quote-section2 .quote h4{
  font-weight: 600;
  position: relative;
  font-size: 25px;
  margin-bottom: 20px;
  z-index: 32;
}
.quote-section2 .quote::after{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffc527;
  width: 34%;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
  content: "";
}
.quote-section::before {
  position: absolute;
  top: -1px;
  right: -1px;
  clip-path: polygon(0 0,100% 0%,100% 100%,15% 100%);
  width: 30%;
  height: 65px;
  display: flex;
  background: #ffc527;
  content: "24/7 service availability";
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #281f4c;
  text-transform: capitalize;
}
.quote-section .quote-item h5{
  margin: 0;
}
.quote-section .quote-item a{
  font-weight: 600;
  color: #281f4c;
  font-size: 18px;
}
.quote-form .f-group input,.quote-form .f-group select,.quote-form .f-group textarea{
  padding: 15px 20px;
  width: 100%;
  margin: 10px 0px;
  border: 1px solid #eee;
  outline: none;
}
.quote-form .sec-btn{
  width: 100%;
  padding: 14px 20px;
  margin: 10px 0px;
  border-radius: 0;
}
.quote-img {
  position: relative;
  z-index: 3;
  margin-left: -72px;
}
.quote-img img{
  width: 100%;
}
.quote-section h4{
  position: relative;
  z-index: 3;
  font-weight: 600;
}
/* ----quote-section-end--- */
