html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Rubik', 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: 38px;
  margin: 10px 0px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Rajdhani', sans-serif;
}
h1,h3,h4,h5{
  font-family: 'Rajdhani', sans-serif;
}
.m-100 {
  margin-bottom: 80px;
}

.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: #08e255;
}

.what a:last-child {
    font-size: 20px;
}

.sec-btn {
  display: inline-block;
  padding: 13px 25px;
  background-color: #F8C121;
  color: #fff;
  transition: .5s;
  text-transform: capitalize;
  font-size: 18px;
  cursor:pointer;
}

.sec-btn:hover {
  background-color: #342B66;
  color: #fff;
  border-radius: 30px;
}
.p-100{
  padding: 80px 0px;
}
.under {
  color: #F8C121;
  padding:0px 10px;
  border-left: 5px solid #342B66;
  font-size: 20px;
  font-weight: 600;
  font-variant: small-caps;
}

/*---thank-Section-Start----*/


.thank{
    text-align:center;
    height: 100vh;
    width: 100%;
    margin-top:100px;
}
.thank ul{
    padding:0;
    list-style:none;
    display:flex;
    align-items:center;
}
.thank ul li a{
    height:40px;
    width:40px;
    background:#009FBD;
    color:#fff;
    display:flex;
    align-items:center;
    margin:5px;
    border-radius:5px;
    justify-content:center;
}
/*---thank-Section-end----*/

/* -------main-style-start-------- */

header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  left: 0;
  width: 100%;
}

.top-bar {
  padding: 8px 0px;
  position: relative;
}
.top-bar::after{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F8C121;
  content: "";
  height: 100%;
  width: 78.5%;
  clip-path: polygon(0 0,100% 0,100% 100%,1% 100%);
}
.top-left ul {
  padding: 0;
  position: relative;
  z-index: 3;
  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;
  justify-content: center;
}

.top-left ul li a {
  background-color: #342B66;
}

.top-left ul li a:hover {
  color: #342B66;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  color: #fff;
  margin-left: 35px;
  position: relative;
  z-index: 3;
  align-items: center;
}

.top-right .phone {
  margin-right: 20px;
}

.top-right a {
  color: #fff;
}

header .book {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  clip-path: polygon(0 0,92% 0,100% 101%,0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  height: 100%;
}
header .book img{
    width:200px;
}

/* ------menu-------- */
.menu {
  position: relative;
  overflow-x: clip;
}
.menu .navbar-brand{
  display: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
  width: 250px;
}

.dropdown-menu {
  padding: 0;
  background-color: #F8C121;
}

.dropdown-menu a {
  color: #fff;
}

.menu img {
  width:220px;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 30px;
}

.menu .navbar {
  padding: 5px 0px;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    padding: 15px 20px;
    font-size: 17px;
    text-transform: capitalize;
    transition: .5s;
    font-weight: 500;
    color: #050505;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #F8C121;
}

.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: 10px;
  top: 44%;
  content: "";
  transition: .5s;
  height: 7px;
  width: 7px;
  display: none;
  position: absolute;
  transform: translate(-50%,-50%);
  background-color: #342B66;
}
.menu .navbar-nav{
  flex: 1;
}
.menu .navbar-expand-lg .navbar-nav .nav-link:hover:before {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: round 1.4s linear infinite alternate;
}

.menu .navbar-expand-lg .navbar-nav .nav-link.active::before {
  animation: round 1.4s linear infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
}


@keyframes round {
  0% {
    transform: rotate(0deg) scale(0) ;
    border-radius: 100%;
  }

  100% {
    transform: rotate(360deg) scale(1);
    border-radius: 0;
  }
}
.menu .container-fluid{
  padding: 0px;
}
.menu .navbar .iso{
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 7px 20px;
  border-radius: 5px;
  background-color: #F8C121;
  color: #fff;
  font-weight: 500;
}
.menu .navbar .iso img{
  width: 50px;
  padding-right: 10px;
}
/* ----header-section-end---- */

/* ----hero-section-start---- */

.hero-slide{
  padding: 140px 0px;
  background-image: linear-gradient(#000000a9,#000000a9),url(../images/hero3.jpeg);
  background-position: center;
  background-size: cover;
  color: #fff;
  height:100%;
  position: relative;
}
.hero-slide2{
  background-image:  linear-gradient(#000000a9,#000000a9),url(../images/hero2.jpeg);
}
.hero-text h2 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 80px;
}
.hero-item {
  position: absolute;
  right: -70px;
  background-blend-mode: overlay;
  bottom: 36%;
  transform: rotate(-90deg);
}
.hero-item h2 {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff7b;
  text-shadow: none;
  font-size: 100px;
  text-transform: uppercase;
  font-family:  sans-serif;
  letter-spacing: 6px;
  font-weight: 900;
}
.hero-text ul{
  display: flex;
  align-items: center;
  list-style: none;
  padding:0;
  margin: 0;
}
.hero-text .video{
  display: flex;
  align-items: center;
  margin-left: 40px;
  color: #fff;
}
.hero-text .video i{
  height: 45px;
  width: 45px;
  background-color: #F8C121;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 100%;
  outline: 1px solid #fff;
  outline-offset: 3px;
}
.hero-text p{
  margin-bottom: 30px;
}

/* ----hero-section-end---- */

/* ----video-section-start---- */

.video-section{
  background-color: #00000089;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99999;
}
.video-section .video-box{
  height: 60vh;
  width: 100%;
}
 .video-section .video-icon{
  color: #fff;
  font-size: 35px;
  text-align: right;
  cursor: pointer;
 }

/* ----video-section-end---- */

/* ---branches-section--- */

.branches-section .br-head{
  text-align: center;
}
.branches-section .br-item{
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 150px;
  border-radius: 4px;
  background-color: #F8C121;
  font-size: 18px;
}
.branches-section .br-item a{
  color: #fff;
}
.branches-section .br-item:hover{
  background-color: #342B66;
}
.branches-section .br-item img{
  filter: brightness(34);
}
/* ---branches-section--- */

/* ----choose-section-start--- */

.choose-section{
  background-image: linear-gradient(#342B667a,#342B6670),url(../images/banner.jpeg);
  color: #fff;
  background-size: cover;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
}
.ch-head{
  margin-bottom: -20px;
}
.ch-box{
  padding: 16px;
  border: 1px solid #fff;
  transition: .5s;
}
.ch-box:hover{
  background-color: #F8C121;
}
.ch-box p{
  margin-bottom: 0;
}
.ch-box h4{
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
}
.ch-box .ch-img{
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.choose-section .under {
  border-left: 5px solid #fff;
}
/*.choose-section .ch-item{*/
/*  margin-right: -100px;*/
/*  margin-bottom: -100px;*/
/*}*/
/* ----choose-section-end--- */

/*===PopUp-Section-Start===*/

.popup-section .t-modle {
  height: 100%;
  width: 100%;
  background-color: #262424a3;
  align-items: center;
  display: none;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  animation: toper 1s ease-in;
  left: 0;
  z-index: 99999;
}

.t-modle .m-box {
  animation: top 2s ease-in;
  width: 40%;
}

.t-modle .m-box .quote {
  padding: 30px;
}

.login-form .login-content {
  padding: 30px;
  text-align: center;
  background-color: #eee;
}

.login-form .login-content h3 {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  font-size: 28px;
  justify-content: space-between;
  align-items: center;
}

.login-form .login-content h3 i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #342B66;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
}

.login-content input {
  width: 100%;
  outline: none;
  border: none;
}

.login-content .input-text {
  display: flex;
  border-radius: 5px;
  padding: 13px 10px;
  margin-bottom: 15px;
  background-color: #fff;
  align-items: center;
  border: 1px solid #342B66;
}

.login-content .input-text i {
  padding-right: 8px;
  font-size: 18px;
  color: #342B66;
}

.login-form .login-content label {
  font-weight: 600;
  padding-bottom: 5px;
  display: inline-block;
}

.login-form .login-content form {
  text-align: left;
}

.login-form .login-content button {
  border: none;
}

@keyframes top {
  0% {
    margin-top: -100%;
  }

  100% {
    margin-top: 0%;
  }
}

@keyframes toper {
  0% {
    margin-right: -100%;
    opacity: 0;
  }

  100% {
    margin-right: 0%;
    opacity: 1;
  }
}

/* ---PopUp-Section-End--- */

/* ---service-section-start--- */
.service-section .ser-head{
  text-align: center;
}
.ser-box{
  padding:20px;
  background-color: #fff;
  text-align: center;
  position: relative;
  height: 100%;
  box-shadow: 0px 10px 20px 0px #F8C12127;
}
.ser-box:hover{
  color: #fff;
}
.ser-box::before{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
  background-size: cover;
  transition: .8s;
  content: "";
  background-position: center;
  transform: rotateX(90deg);
}
.ser-box1::before{
  background-image:linear-gradient(#F8C121b0,#F8C121b0),url(../images/ser1.jpg);
}
.ser-box2::before{
  background-image:linear-gradient(#F8C121b0,#F8C121b0),url(../images/ser2.jpg);
}
.ser-box3::before{
  background-image:linear-gradient(#F8C121b0,#F8C121b0),url(../images/ser3.jpg);
}
.ser-box4::before{
  background-image:linear-gradient(#F8C121b0,#F8C121b0),url(../images/ser5.jpg);
}
.ser-box5::before{
  background-image:linear-gradient(#F8C121b0,#F8C121b0),url(../images/ser4.jpg);
}
.ser-box6::before{
  background-image:linear-gradient(#F8C121b0,#F8C121b0),url(../images/ser6.jpg);
}
.ser-box7::before{
  background-image:linear-gradient(#F8C121b0,#F8C121b0),url(../images/ser7.jpg);
}
.ser-box8::before{
  background-image:linear-gradient(#F8C121b0,#F8C121b0),url(../images/ser8.jpg);
}
.ser-box9::before{
  background-image:linear-gradient(#F8C121b0,#F8C121b0),url(../images/ser9.jpg);
}
.ser-box:hover:before{
  transform: rotate(0deg);
}
.ser-box::after{
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 80%;
  background-color: #342B66;
  height: 10px;
  content: "";
  transform: translate(-50%,0);
  
  z-index: -1;
  transition: .5s;
}
.ser-box:hover:after{
  width: 100%;
  background-color: #F8C121;
}
.ser-box .ser-item{
  position: relative;
  z-index: 3;
}
.ser-box h4{
  font-weight: 700;
}
.ser-box p{
  line-height: 26px;
}
.ser-box h3 {
  color: transparent;
  -webkit-text-stroke: 1px #F8C121;
  text-shadow: none;
  font-size:56px;
  font-family: sans-serif;
  font-weight: 900;
}
.service-section2{
  background-color: #f3f3f3;
}
/* ----service-section-start---- */

/* -----------counter-section-start--------- */

.counter-section{
  position: relative;
  background:linear-gradient(#F8C121a6,#F8C121a6),url(../images/hero.jpeg);
  background-size: cover;
  background-position: center;
}

.cont-box{
  background-color: #fff;
  padding:30px 20px;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}
.cont-box img{
  width: 60px;
}
.cont-box h2{
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  color: #342B66;
  position: relative;
  line-height: 30px;
}
.cont-box p{
  font-size: 18px;
  font-weight: 600;
}
.cont-box h2::after{
  content: "+";
  font-size: 45px;
}
.count-box2 h2::after{
  content: "Y";
  font-size: 30px;
  padding-left: 5px;
}
/* -----------counter-section-end----------- */

/* ----testimonial-section-start---- */
.testimonial-section .tes-head{
  text-align: center;
}
.testimonial-section .tes-head h2{
  margin-bottom: 0;
}
.tes-box{
  padding: 25px;
  border: 1px solid #e9edf3;
  position: relative;
  margin-top: 30px;
  margin-right: 50px;
  background-color: #fff;
}
.tes-box .tes-quote{
  position: absolute;
  top: -40px;
  right: 30px;
  height: 50px;
  font-weight: 400;
  transition: .5s;
  text-align: center;
  width: 80px;
  background-color: #fff;
  color: #e9edf3;
  font-size: 55px;
}
.tes-box:hover .tes-quote{
  color: #F8C121;
}
.tes-box .tes-info{
  display: flex;
  align-items: center;
  padding: 10px 30px;
  position: relative;
  transition: .5s;
  box-shadow: 0px 10px 20px 0px #F8C12122;
  margin-right: -50px;
  background-color: #e9edf3;
}
.tes-box:hover .tes-info{
  background-color: #342B66;
  color: #fff;
}
.tes-box .tes-info::after {
  position: absolute;
  top: -24px;
  right: -2px;
  height: 25px;
  z-index: -1;
  transition: .5s;
  clip-path: polygon(0 0,4% 0,100% 107%,1% 100%);
  width: 28px;
  background-color: #e9edf3;
  content: "";
}
.tes-box:hover .tes-info::after{
  background-color: #342B66;
}
.tes-box h5{
  font-weight: 700;
  margin-top: 10px;
}
.tes-box p{
  font-size: 17px;
  line-height: 28px;
  margin: 15px 0px;
}
.tes-box .tes-info .text{
  margin-left: 20px;
}
.tes-box .tes-info .text h6{
  font-size: 18px;
  margin-bottom: 0;
  color: #F8C121;
}
.tes-box .tes-info .tes-img img{
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}
.tes-box .ratting{
  color: #F8C121;
}

/* ----testimonial-section-end--- */

/* ----Quote-Section-Start---- */

.quote-section {
  position: relative;
 }
 .qs-item{
  position: relative;
  height: 100%;
  padding:30px 20px;
  margin-right: -24px;
  background-image: linear-gradient(#342B667a,#342B667a),url(../images/quote.jpeg);
  background-position: center;
  background-size: cover;
  color: #fff;
 }
 .qs-item h4{
  font-size: 28px;
  margin-bottom: 0px;
 }

  .form-box{
    padding:35px 20px;
    background-image: linear-gradient(#342B66dc,#342B66dc),url(../images/shape.png);
    box-shadow: 0px 10px 20px 0px #ff003319;
  }
 .quote-section .form-box h2{
  color: #F8C121;
  margin: 0;
  line-height: 40px;
 }
 .form-box .f-group input,.form-box .f-group select,.form-box .f-group textarea{
  width: 100%;
  padding: 16px 20px;
  border: none;
  margin-top: 20px;
  outline: none;
  background-color: #fff;
 }
 .form-box .f-group input::placeholder,.form-box .f-group textarea::placeholder{
  color: #000;
 }
 .form-box .f-group select{
  padding: 18px 20px;
 }
 .form-box .f-group .sec-btn{
  width: 100%;
  margin-top: 18px;
  padding: 14px 20px;
  border: none;
 }
 
/* ----Quote-Section-End---- */


/* ------footer-section-start------- */

.footer-section {
  padding-top: 30px;
  background-color: #eee;
  position: relative;
  background-size: cover;
  background-position: center;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-box {
  position: relative;
  margin-top: 20px;
  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;
  border-radius: 5px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #F8C121;
}


.footer-box .social li a:hover {
  color: #F8C121;
  background-color: #fff;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #F8C121;
  font-weight: 700;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #009FBD;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #F8C121;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 5px 0px;
}


.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #F8C121;
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  transition: .5s;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #F8C121;
  font-size: 20px;
}
.footer-link2 ul li:hover i{
  background-color: #fff;
  border-radius: 100%;
  color: #F8C121;
}
.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: #F8C121;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

.footer-section .copy-right p a {
  color: #342B66;
  font-weight: 600;
}

/* ------footer-section-end-------- */

/* -----Gallery-Page-start----- */

.gallery-section {
  padding: 80px 0px;
}
.gallery-section .gs-head h2{
  margin: 0;
  text-align: center;
}
.gallery-section .gallery-box {
  position: relative;
  margin-top: 20px;
}

.gallery-box a {
  position: relative;
  border-radius: 10px;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  height: 328px;
  object-fit: cover;
}
.gallery-box a:hover img{
  transform: scale(.9);
}

/* ------gallery-Page-end------- */

/* ---banner-section-start---- */

.banner-section{
  padding: 100px 0px;
  color: #fff;
  background-image: linear-gradient(#00000092,#00000092),url(../images/hero2.jpeg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.banner-section .banner-title ul{
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-title ul li a{
  color: #fff;
}
.banner-title ul li .sec-btn{
  padding: 8px 20px;
}
.banner-title ul li:nth-child(2) a{
  padding: 0px 10px;
}
/* ---banner-section-end---- */

/* ---team-section-start--- */
.team-head{
  text-align: center;
}
.team-section .team-box{
  position: relative;
  height: 380px;
  transition: .5s;
  width: 100%;
  margin: 15px ;
  overflow: hidden;
}
.team-box img{
  width: 100%;
  height: 100%;
  transition: .5s;
  object-fit: cover;
}
.team-box:hover img,.team-box:hover{
  border-radius: 120px;
}
.team-section .team-box .text{
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
  background-color: #eee;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}
.team-section .team-box:hover .text{
  background-color: #342B66;
  color: #fff;
} 
.team-section .team-box h4{
  font-size: 22px;
  font-weight: 600;
  color: #F8C121;
  margin-bottom: 0;
}

/* ---team-section-end--- */
.terms-section h4,.privacy-section h4{
  font-weight: 900;
}
/* -------branch-section-start------- */
.branch-head{
  text-align: center;
}
.branch-head h2{
  margin-bottom: 0;
}
.branch-box {
  border: 2px solid #F8C121;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  background-color: #eee;
  transition: .5s;
  padding: 20px;
}
.branch-box p,.branch-box a,.branch-box img,.branch-box h4,.branch-box span,.branch-box b{
  position: relative;
  z-index: 3;
}
.branch-box::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background-color: #342B66;
  z-index: 1;
  content: "";
  transition: .7s;
}
.branch-box::before{
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background-color: #F8C121;
  content: "";
  transition: .7s;
}
.branch-box h4{
  font-size: 22px;
  font-weight: 700;
}
.branch-box b{
  color: #F8C121;
}
.branch-box:hover:before,.branch-box:hover:after{
  width: 100%;
}
.branch-box:hover,.branch-box:hover a{
  color: #fff;
}
.branch-box .icon {
  text-align: center;
  margin-bottom: 10px;
}

.branch-box p {
  margin-bottom: 0;
}

.branch-box a:hover {
  color: #F8C121;
}

.branch-box address {
  margin-bottom: 0;
}

/* -------branch-section-end--------- */

/* ---contact-section-start--- */

.contact-section .contact-box{
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #342B66;
  color: #fff;
  position: relative;
  height: 100%;
  transition: .5s;
}
.contact-section .contact-box::after{
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: .5s;
  background-color: #F8C121;
  content: "";
}
.contact-section .contact-box:hover:after{
  height: 100%;
}
.contact-box .icon{
  height: 80px;
  background-color: #F8C121;
  border-radius: 100%;
  margin-right: 20px;
  z-index: 9;
  transition: .5s;
  position: relative;
  color: #fff;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box:hover .icon{
  background-color: #342B66;
}
.contact-box .icon img{
  width: 45px;
  transition: .5s;
}
.contact-box:hover .icon img{
  filter: brightness(88);
}
.contact-box .text{
  flex: 1;
  position: relative;
  z-index: 9;
}
.contact-box .text h4{
  font-size:22px ;
  font-weight: 700;
  transition: .5s;
  color: #F8C121;
}
.contact-box:hover .text h4{
  color: #342B66;
}
.contact-box .text a{
  color: #fff;
}
.contact-box .text address{
  margin-bottom: 0;
}

/* ---contact-section-end--- */

.map-section .map{
  height: 400px;
}
/* ===map-section--- */

@media screen and (max-width:1024px) {
  .hero-text h2 {
    font-size: 50px;
    line-height: 60px;
}
header .book img {
    width: 170px;
}
.hero-text p {
  font-size: 17px;
}
.hero-slide {
  padding: 80px 0px;
}
h2 {
  font-size: 34px;
}
.p-100{
  padding: 60px 0px;
}
.as-content p,.cont-box p {
  margin-bottom: 5px;
}
  .thank{
    margin-top:80px;
}
.ch-box {
  padding: 10px;
}
.ch-box .ch-img {
  height: 90px;
  width: 90px;
}
.ch-box .ch-img img{
  width: 45px;
}
.ch-box h4 {
  font-size: 21px;
}
.choose-section{
  overflow: hidden;
}
.choose-section .ch-item {
  margin-right: -100px;
  margin-bottom: 0px;
}
.ser-box {
  padding: 20px 20px;
}
.ser-box p {
  font-size: 16px;
  line-height: 24px;
}
.tes-box p {
  font-size: 16px;
}
.team-head h2 br{
  display: none;
}
}

@media screen and (max-width:992px) {
  .top-left,header .book{
    display: none;
  }
  .top-bar::after {
    height: 100%;
    width: 100%;
    clip-path: none;
}
.menu .navbar-brand {
  display: block;
}
.menu img {
  width: 160px;
}
.menu {
  background-color: #eee;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 0px;
}
.menu .navbar-nav,.top-right {
  margin-left: 0px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: -10px;
  background-color: #fff;
}
.menu .navbar-nav{
  display: block;
}

.menu .navbar-toggler {
  border: 1px solid #F8C121;
}
.menu .navbar-toggler-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-toggler:focus{
  box-shadow: none;
}
}

@media screen and (max-width:768px) {
  .ch-head {
    margin-bottom: 0px;
}
.choose-section .ch-item,.qs-item{
  display: none;
}
.choose-section{
  background-position: center;
}
.ch-box {
  margin-top: 20px;
}
.footer-section .copy-right p{
  font-size: 15px;
}
.p-100,.banner-section{
  padding: 50px 0px;
}
    .thank{
    margin:50px 0px;
    height:auto;
}
.m-100 {
  margin-bottom: 40px;
}
.footer-section{
  padding-top: 20px;
}
.sec-btn{
  padding: 10px 16px;
}
.map-section .map {
  height: 300px;
}
}

@media screen and (max-width:580px) {
  .hero-text h2 {
    font-size: 30px;
    line-height: 35px;
}
  .top-right a {
    font-size: 13px;
    font-weight: 500;
}
.top-right .phone {
  margin-right: 8px;
}
.top-right i{
  font-size: 13px;
}
.under,.hero-text p{
  font-size: 16px;
}
.banner-title ul li .sec-btn {
  padding: 4px 15px;
  font-size: 15px;
}
.map-section .map {
  height: 260px;
}
.as-content p{
  text-align: justify;
}
.hero-slide {
  padding: 40px 0px;
}
.menu img {
  width: 140px;
}
.hero-text .video {
  margin-left: 30px;
}
.hero-item {
  right: -100px;
}
.top-right {
  flex-wrap: wrap;
  justify-content: center;
}
.top-right a{
  font-size: 17px;
  font-weight: 400;
}
.top-right i{
  font-size: 18px;
}
.hero-item h2{
  font-size: 80px;
}
h2 {
  font-size: 25px;
  margin-bottom: 0;
}
.tes-box {
  padding: 25px;
  border: 1px solid #e9edf3;
  position: relative;
  margin-top: 30px;
  margin-right: 20px;
  background-color: #fff;
}
.footer-section .copy-right p {
  font-size: 14px;
}
.p-100{
  padding: 35px 0px;
}
.contact-box .icon {
  height: 65px;
  margin-right: 10px;
  width: 65px;
}
.thank{
    margin:20px 0px;
}
.contact-box .icon img{
  width: 36px;
}
}



/*---thank-Section-Start----*/

.thank {
  text-align: center;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.thank p {
  margin-bottom: 0;
}

.thank .icon img {
  width: 75%;
}

.thank ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.thank ul li a {
  height: 40px;
  width: 40px;
  background: #179bd7;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 5px;
  font-size: 20px;
  border-radius: 5px;
  justify-content: center;
}

/*===Error-SEction====*/

.error-section{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    height:100vh;
    background-color:#f1f5f9;
    text-align:center;
}
.error-section .error-img{
    width:70%;
    position:relative;
    margin:auto;
}
.error-section .error-img::after{
    position:absolute;
    bottom:0;
    right:0;
    height:22%;
    width:60%;
    background-color:#f1f5f9;
    content:"";
}
.error-section .error{
    margin-top:-70px;
    position:relative;
    z-index:44;
}
.error-section .error h2{
    margin-bottom:0px;
}
/*===Error-SEction====*/


@media screen and (max-width:1024px) {
  .thank {
    margin-top: 50px;
  }
}

@media screen and (max-width:768px) {
  .thank {
    margin: 50px 0px;
    height: auto;
  }
  .error-section .error-img {
    width: 100%;
}

  .thank .icon img {
    width: 60%;
  }
}

@media screen and (max-width:580px) {
  .thank {
    margin: 20px 0px;
  }
    .error-section .error {
    margin-top: -40px;
}
}

/*---thank-Section-end----*/