@charset "utf-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}
body {
  margin:0px;
  padding:0px;
  font-size:14px !important;
  color:#828282;
  
  accent-color: #ffda00;
  font-family: 'Poppins', sans-serif !important;
  position: relative;
  background-color: #FBFBFB !important;
    -webkit-user-select: none; /* WebKit/Blink browsers */
    -moz-user-select: none; /* Gecko browsers */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by most browsers */

}
p{line-height: 28px !important;}
/*#loading{
      width: 100%;
      height: 100vh;
      background:url(../img/preloader.gif) no-repeat center;
      background-color: #000;
      z-index: 99999999999999;
      opacity: 0.8;
      overflow: hidden;
      position: fixed;
}*/
a{text-decoration:none !important;}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6, a{
  font-family: 'Nunito', sans-serif !important;
} 
.loader-container{
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 99999999999999999999999;
    top: 0;
    left: 0;
}


.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffda00;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #4a1e75;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


ul {list-style:none; margin:0; padding-left:0px !important}
* {
  box-sizing:border-box;
}
img {max-width: 100%;}
button:focus{outline:none !important;}
.stars i{color: #fd5f00;}
/* --- Button Styles --- */
/*a.bnnt { border: 0; display: inline-block; vertical-align: top; background: transparent; color: #fd5f00; padding: 14px 35px; font-size: 16px; text-transform: capitalize; letter-spacing: 1px;border: 1px solid #fff;border-radius: 50px; display: inline-block;}*/ 
a.bnnt{color: #fff;font-weight: bold;font-size: 14px;text-transform: uppercase; display: inline-block;text-decoration: none;background: #fd5f00;border-radius: 5px;}
a.bnnt:hover{background-color: #fd5f00;color: #fff;}

.bnt {width: 35%; border: 0; display: inline-block; vertical-align: top; background: #fd5f00; color: #222; padding: 14px 35px; font-size: 16px; text-transform: capitalize; letter-spacing: 1px;border: 1px solid #F9B200;border-radius: 9px; display: inline-block;}
.bnt{color: #fff;font-weight: bold;font-size: 14px;text-transform: uppercase; display: inline-block;}
.bnt:hover{background-color: transparent;color: #fd5f00;}

.bntWhite {border: 0; display: inline-block; vertical-align: top; background: #fd5f00; padding: 8px 35px; font-size: 16px; text-transform: capitalize; letter-spacing: 1px;border: 1px solid #fd5f00;border-radius: 9px; display: inline-block;}
.bntWhite{color: #fff;font-weight: bold;font-size: 14px;text-transform: uppercase; display: inline-block;}
.bntWhite:hover{background-color: transparent;color: #222;}

.bntLogin {width: 100%; border: 0; display: inline-block; vertical-align: top; background: #fd5f00; padding: 15px 35px; font-size: 16px; text-transform: capitalize; letter-spacing: 1px;border: 1px solid #fd5f00;border-radius: 9px; display: inline-block;}
.bntLogin{color: #fff;font-weight: bold;font-size: 14px;text-transform: uppercase; display: inline-block;}
.bntLogin:hover{background-color: transparent;color: #fff;}

.ffda00{color: #ffda00 !important}

.btn-solid { background: #ffda00; color: #1A1A1A;text-transform: uppercase; border-radius: 50px;padding: 14px 35px;font-size: 20px;font-weight: bold;}
header a.btn-solid{padding: 18px 35px;}
a.btn-solid{color: #1A1A1A; font-size: 20px;}
.btn.border { background:none; color: #769fcd; border: 2px solid #769fcd; }
.btn.rounded { border-radius: 5px;}
.btn.medium-size { /* Your custom Styles */ }
.btn.large-size { /* Your custom Styles */}
/*for header css*/
.main-header { position: relative; padding:0 ; z-index: 999; left: 0; right: 0; top: 0; background: #ffffff;box-shadow: 0px 4px 14px rgba(217, 217, 217, 0.25);}
.main-header.fixed .logo{margin-top: -20px;}
/* .main-header.fixed .header-row{padding: 15px ;} */
.header-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 20px 0;}
.main-header .phone a{color: #ffda00;font-weight: bold;}
.main-header .phone img{margin-right: 10px;}
.main-header .hdr-top{background-color: #fff;padding: 6px 0;}
.hdr-top .bnnt{padding: 8px 10px;}
.content{list-style: none;margin-bottom: 0;}
.content li {margin-right: 10px;}
.content li:last-child {margin-right: 0px;}
.main-header .hdr-top {position: relative;}
.main-header .logo{position: relative;background-color: #fff;border-radius: 5px;}
/*.main-header .hdr-top::before{position: absolute;clip-path: polygon(48% -8%, 100% -8%, 100% 100%, 50% 100%);background-color: #0d1128;top: 0;right: 0;bottom: -5px;content: '';left: 0;}*/
.main-header .hdr-top .content{position: relative;display: flex;justify-content: right;z-index: 99;}
.hdr-rt { display: flex; align-items: center;padding: 0; }
.hdr-rt-srch-cart ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; }
.hdr-rt-srch-cart ul li { padding: 0 15px; }

.hdr-rt-log-reg ul {  margin: 0; padding: 0; list-style: none; display: flex; align-items: center; }
.hdr-rt-log-reg ul li { list-style: none; font-size: 18px; line-height: 1; font-weight: 400; text-transform: capitalize; border-right: 1px solid #fff; padding: 0 15px; }
.hdr-rt-log-reg ul li:last-child { padding-right: 0; border-right: 0; }
header .login-ph,header .signup-ph{display: none;}
.border-radius{border-radius: 0px 35px 0px 35px;}
.subTT{font-weight: bold;color: #4a1e75}
.elementorMainTT{font-weight: bold;}
.tetegram{
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}
.tetegram a{
    color: #20A0E1;
    font-size: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px !important;
}
.select2-container .select2-selection--single{height: 36px !important;}
.bgGradient{
    background: linear-gradient(96.44deg, #c5d5ff, #e2f0ff 51.56%, #d7d4ff) !important;
    background-size: inherit !important;
}
.ekit-heading_title{
    color: #243238;
    font-size:40px;
}
.bannerSec{
  width: 100%;
  padding: 80px 0;
  background-color: #4a1e75;
    background-image: url(../img/banner-overla_01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.elementor-button{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notiSec ul{margin: 0;padding: 0}
.notiSec ul li{
  padding: 15px;
  border-top: solid 1px #ddd;
  display: flex;
  align-items: center;
}
.notiSec ul li a{color: inherit;}
.notiSec ul li a h5{color: #4a1e75;}
.notiSec ul li p {margin-bottom: 8px;font-size: 14px;}
.notiSec ul li p:last-child {margin-bottom: 0px}
.notiSec ul li p i{font-size: inherit;margin: inherit;}
.notiSec ul li .fa-info{
  margin: 0 40px 0 10px;
  font-size: 20px;
  color: gold;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border: solid 2px gold;
  border-radius: 50%;
  text-align: center;
}
.elementor-field-group{
  display: inline-block;
  width: 60%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 2px #ffda00;
  background-color: transparent;
  color: #ffda00;
  padding: 0.375rem 0.75rem;
  margin-right: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.elementor-field-group:focus {
    color: #ffda00;
    background-color: transparent;
    border-color: #ffda00;
    outline: 0;
    box-shadow: 0;
}
.animated-home-valign h4{
  color: #fff;
  font-weight: bold;
}
.animated-home-valign h1{
  color: #fff;
  font-weight: bold;
}
.animated-home-valign p{color: #fff;font-weight: bold;font-size: 18px}
.elementor1{
  width: 100%;
  padding: 50px 0;
}
.infobox{
  background-color: #fff;
  width: 100%;
  position: relative;
  border-radius: 8px;
    overflow: hidden;
}
.infoboximg{height: 120px;overflow: hidden;}
.infoboximg img{width: 100%;height: 100%;object-fit: fill;}
.infoboxText{
  padding: 15px;
}
.infoboxText h5{
  font-size: 16px;font-weight: bold;
  color: #4a1e75;
}
.infoboxText p{
  margin: 0;
  line-height: 1.3 !important;
  font-size: 14px;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.readMore{
  display: block;
    padding: 10px;
    background-color: #F4384C;
    text-decoration: none;
    color: #fff;
}
.elementor-9 {
    background-image: url(../img/dots-shape.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 16% auto;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 70px 0 70px;
    background-color:#f7f2f9;
}
.elementskit-section-subtitle{color: #68778c;font-size: 18px;font-weight: bold;}
.headTitle{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-family: 'Poppins';
    font-size: 32px;
}
.headSubTitle{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    color: #fab505;
    margin-top: 6px;
    display: block;
}
.neetCPCard_top{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 25px;
    border-radius: 9px;
    overflow: hidden;
}
.neetCPCard_img{
    border-radius: 9px;
    overflow: hidden;
    text-align: right;
    padding-right: 25px;
    padding-top: 25px;
    transition: all 2s ease-in-out;
    height: 350px;
    display: flex;
    justify-content: end;
    align-items: end;
    margin-bottom:20px;
}
.neetCPCard_img img{
    border-radius:9px;
    height: 220px;
    transition: all 1s ease-in-out;
    opacity: 0.3;
}

.neetCPCard_img img:hover{
  transform: scale(1.1);
}
.neetDetails a{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}
.elementor-9 .elementorPopulated{
  box-shadow: 0px 0px 24px -10px rgb(98 97 97 / 50%);
    padding: 15px 10px;
    border-radius: 15px;
    text-align: left;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom:15px;
}
.elementorPopulatedIcon{
    height: 40px;
    width: 40px;
    margin-right: 10px;
    background: #fd5f00;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color:#fff;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.elementorPopulatedIcon img{height: 100%;}
.elementorPopulatedText h6{
  font-weight: bold;
}
.e-search-form ul{
    margin-top: 38px;
    border-radius: 0;
    border: solid 1px #f5f5f5;
    max-height: 350px;
    overflow-x: hidden;
}
.e-search-form ul li a{
    padding:5px 15px;
    color:#222;
    display:block;
}
.readon {
  outline: none;
  padding: 12px 40px;
  border: 1px solid #21a7d0;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #111111;
  background: #f3f8f9;
}
.readon.border-less {
    border: none;
}
.readon.border-less:hover {
    background: rgba(243, 248, 239, 0.8);
    color: #111111;
}
.readon:hover {
    background: #21a7d0;
    color: #ffffff;
}
/*---------Counter ----------*/
.rf_main {
    background-image: url(../img/bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    background: linear-gradient(45deg, skyblue 0%, purple 50%, orange 100%);
    color: #fff;
}
.rf_info{padding: 50px;}
.rf_info h3{font-size: 45px;font-weight: bold;}
.rf_mm{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.rf_m{ 
  width: 100%;
  padding: 15px;
  text-align: center;
  margin-right: 5px;
}
.rf_m h4{font-weight: bold;}
.rf_m i{margin-bottom: 15px;font-size: 40px}

.pp_bg {
    background-image: url(../img/bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 70px 0 70px;
    background-color:#fff;
    color: #fff;
}

.counter-main {
    background-image: url(../img/bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 70px 0 70px;
    background-color:#0d1128;
    color: #fff;
}

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.counterIcon{
    width: 80px;
    height: 80px;
    margin: auto;
    background-color: #fd5f00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
}
.counter-container span{
  font-size: 18px;
  font-weight: bold;
}
.counter {
  font-size: 60px;
  margin-top: 10px;
}

@media (max-width: 580px) {
  body {
    flex-direction: column;
  }
  .counter-container{
      margin:0 0 20px 0;
  }
  .counter{
      font-size:30px;
  }
  .counter-main{padding-bottom:15px;}
  .fa-3x{font-size:2em;}
  .neetCPCard_top{position: relative;}
  .neetCPCard_img{height: auto;margin-top: -220px;} 
}
/*-------*/
.elementor-9 a{text-decoration: none;}
.elementorState{
  box-shadow: 0px 0px 24px -10px rgb(98 97 97 / 50%);
    padding: 15px 10px;
    border-radius: 15px;
    text-align: center;
    background-color: #fff;
    min-height: 170px;
    margin-bottom: 25px;
    position: relative;
}
.elementorStateIcon{
  margin: auto;
  height: 70px;
  width:100px;
  margin-bottom:20px;
  margin-top: 5px;
    background-color: #ddd;
    padding: 15px;
    border-radius: 9px;
}
.elementorStateIcon img{height: 100%;}
.elementorStateText h6{
  font-weight: bold;
  color: #4a1e75;
  font-size: 14px;
}
.state-grid-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*----*/
.elementor10{
  width: 100%;
  padding: 50px 0;
  background-color: #fff;
}
.noticeElementor {
    width: 100%;
    height: 65vh;
    padding: 50px 20px;
    background: #fff;
    color: #4f8291;
    margin: 1em auto;
    border-radius:9px;
}
.microsoft{
  width: 100%;
    height: 50vh;
    overflow: hidden;
    
    position: relative;
    box-sizing: border-box;
}
.marquee {
    position: relative;
    box-sizing: border-box;
    animation: marquee 10s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */

@keyframes marquee{
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.vanity a, .microsoft a {
    color: #222;
    transition: color .5s;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    line-height: 1.6;
    font-size: 18px;
    display: flex;
}

.vanity a:hover, .microsoft a:hover {
    color: #ffda00;
}
.vanity a i, .microsoft a i{
  padding-top: 6px;
  margin-right: 10px;
  color: #ffda00;
}

/*-----*/
.contact-sec{
  width: 100%;
  padding: 50px 0 50px;
  border-top: solid 1px #fd5f00;
  background-color: #fd5f00;
  position: relative;
  color: #fff
}
.contact-sec h4{
  margin-top: 0;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.contact-sec p{
  font-size: 18px;
  line-height: 34px;
}
.contact-sec .form-ss{
  width: 100%;
}
/*---------------*/
.feedback-sec{
  width: 100%;
  padding: 50px 0 120px;
  background-color: #ffffff;
  /*background:url(../img/bg2.png) no-repeat;*/
  background-size: 100%;
  background-position: bottom;
}
.testimonial{
    margin: 20px 15px 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 9px;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    margin:auto;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    position: relative;
}
.testimonial .pic:after{
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #ffda00;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 0;
}
.testimonial .pic img{
    width: 100%;
    height: 90px;
    border-radius: 50%;
    overflow:hidden;
}
.testimonial .testimonial-content{
    padding: 10px;
}
.testimonial .description{
    font-size: 14px;
    color: #555;
    line-height: 22px;
    font-style: italic;
}
.testimonial .testimonial-title{
    font-size: 19px;
    color: #4a1e75;
    text-transform: capitalize;
    display: inline-block;
    font-weight: bold;
}
.testimonial .post{
    font-size: 14px;
    font-style: italic;
    color: #444;
    margin-top: 10px;
}
.owl-theme .owl-buttons{
    margin-top: 20px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
    padding: 10px;
    background: #fff;
    border: 2px solid #ffda00;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    margin: 5px;
    height: 50px;
    line-height: 28px;
    color: #ffda00;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #4a1e75;
    color: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "FontAwesome"; font-weight: 900;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 480px) {
    .testimonial{
        text-align: center;
    }
    .testimonial .pic{
        float: none;
        margin: 0 auto;
    }
    .testimonial .testimonial-content{
        margin-left: 0;
    }
    .owl-theme .owl-buttons{
        margin-top: 0;
    }
    .main-header .logo{margin: 10px 0;}
    .bnt{width: auto;}
    .infobox{margin-top: 15px;}
    .elementorPopulated{margin-bottom: 15px;}
}
/*--------------*/
footer {
  width: 100%;
  background: #232323;
  color: #fff;
  padding-top:50px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .column {
    float: left;
    border: none;
    margin: 20px 0;
}
footer h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
footer .column li i {margin-right: 10px;    color: #fd5f00;font-size: 12px;}
footer .column li a {
  display: inline-block;
  padding: 10px 0px;
  clear: both;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  white-space: normal;
  font-size: 14px;
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
footer .column li a:hover,
footer .column li a:focus {
  text-decoration: none;
  color: #e1e1e1;
}
footer .column p{
  line-height: 26px;
  font-size: 14px;
}
.content_footer_inner{padding: 25px 0;}
footer .copyright-container {
    background: #232323;
    padding: 16px 0;
    line-height: 22px;
    border-top: dotted 1px #fff;
}
footer .copyright-container .social {
  float: left; 
    margin: 0px;
    padding: 0px;
    list-style: none;
}
footer .payment-block > ul > li {
    display: inline-block;
    vertical-align: top;
      margin-left: 10px;
}
.ftrlogo{
  width: 50px;
  margin-bottom: 0px;
}
#address ul li{padding: 0px;font-size: 14px;}
.social {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.social ul {
    margin: 0;
    list-style: none;
}
.social ul li {
    float: left;
    list-style: none;
}
.social ul li a i {
    padding:8px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
  color:#fff;
}
.payment-block li .fa {
    font-size: 26px;
    line-height: normal;
}
.payment-block {
    float: right;
    margin: 3px 0 0;
}
.payment-block {
    float: right;
    margin: 3px 0 0;
    color: #ffffff;
}
.payment-block a:hover{
  color: #f5f5f5;
}
.payment-block ul {
    margin: 0;
}
.powered {
    color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    margin: 0px;
}
.powered a:hover {
  color: #e1e1e1;
  text-decoration:none;
}
footer li a:hover,
footer li a:focus {
  text-decoration: none;
  color: #e1e1e1;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
@media only screen and ( max-width: 767px ) {
  header .login-ph,header .signup-ph{display: block;}
  header .login,header .signup{display: none;}
  .main-header .hdr-top .content {padding-left: 0;}
  .main-header .hdr-top .content {justify-content: center;}
  .main-header .hdr-top::before,ul.booking-icons-row li:not(:last-child) .booking-icons:after{display: none;}
  .main-header .hdr-top{background-color: #1A1A1A;}
  .main-header .hdr-top .content{justify-content: right;}
  .hdr-top .btn {padding: 8px 11px;}
  .elementor1{padding: 15px 0;}
}

/*------ slider --------*/
.slider {
  position: relative;
}

#slider {
  position: relative;
  overflow: hidden;
  width: 100% !important;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
  width: 99999px;
  overflow: hidden;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  text-align: center;
}
#slider ul li .slide {
  background-size: cover;
  height: auto;
}

button.control_prev, button.control_next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  border: none;
  width: 2em;
  height: 2em;
  line-height: 1.9em;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%);
}
button.control_prev:focus, button.control_next:focus {
  outline: none;
  border: 1px rgba(255, 255, 255, 0.5) solid;
}
button.control_prev:hover, button.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

button.control_prev {
  left: 2rem;
}

button.control_next {
  right: 2rem;
}

.progress {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  height: 0.5rem !important;
  width: 100%;
  bottom: 0;
  margin-bottom: 0 !important;
  border-top: 1px rgba(0, 0, 0, 0.15) solid;
}
.progress .bar {
  height: 100%;
  width: 0%;
  background: #4a1e75;
}

.teaser {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
.teaser h2 {
  font-size: 5em;
  text-transform: uppercase;
  line-height: 1.5em;
  color: #fff;
}
.teaser p {
  font-size: 1.3em;
  line-height: 1.3em;
  border-top: 2px #fff solid;
  width: 33%;
  min-width: 25rem;
  margin: 0rem auto;
  padding: 1.5rem 0;
}
.teaser h3 {
  border-bottom: 2px #fff solid;
  width: 33%;
  padding: 1.5rem 0;
  margin: 0rem auto;
  min-width: 25rem;
}
.teaser a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 789px){
  #slider ul{height: inherit !important;}
  #slider ul li{
    height: inherit !important;
  }
  #slider ul li .slide{height: inherit !important;}
  .services-grid{display: inherit !important;}
  .elementorMainTT{font-size:22px;}
  .infoboximg{height: 90px;}
  .elementorStateText h6{font-size:14px;}
  .feedback-sec{padding:30px 0 40px;}
  .elementor-9{padding: 15px 0;}
  .ekit-heading_title{font-size: 30px;}
  .elementor10{padding: 30px 0;}
  .elementorState{min-height: 150px;}
  button.control_prev, button.control_next{
      line-height: 0.9em;
      font-size: 1rem;
      font-weight: 800;
  }
  button.control_next{right: 1rem;}
  button.control_prev{left: 1rem;}
}
/*--------------- Testimonial ----------------*/
.social-share-btns-container {
  
}

.social-share-btns {
  display: inline-block;
  overflow: hidden;
}
.social-share-btns .share-btn {
  float: left;
  margin: 0 3px;
  padding: 8px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.social-share-btns .share-btn i {
  margin-right: 5px;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.share-btn {
  background-color: #95a5a6;
}
.share-btn:hover {
  background-color: #798d8f;
}

.share-btn-twitter {
  background-color: #00aced;
}
.share-btn-twitter:hover {
  background-color: #0087ba;
}

.share-btn-facebook {
  background-color: #3b5998;
}
.share-btn-facebook:hover {
  background-color: #2d4373;
}

.share-btn-linkedin {
  background-color: #007bb6;
}
.share-btn-linkedin:hover {
  background-color: #005983;
}
.share-btn-instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.share-btn-reddit {
  background-color: #ED001C;
}
.share-btn-reddit:hover {
  background-color: #ba0016;
}

.share-btn-mail {
  background-color: #f1c40f;
}
.share-btn-mail:hover {
  background-color: #dab10d;
}

.credits {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 1111;
  letter-spacing: 0.04em;
  font-size: 10px;
  text-transform: uppercase;
}
.credits a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 4px 4px;
  text-decoration: none;
}
.credits a:hover {
  color: #fff;
}