@import url('https://fonts.googleapis.com/css2?family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
     
body {
  background: #fff;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  display: block;
  line-height: inherit;
  font-weight: 300;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #343433; margin: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

a {
  outline: 0;
  color: #231f20;
  text-decoration: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
} 

html {
  scroll-behavior: smooth;
}

div {
  scroll-behavior: smooth;
}

a:focus,
a:hover {
  color: #1836f4;
  text-decoration: none;
}
img{ max-width: 100%;}
 .logo img{ max-width: 150px;} 
 .flex{ display: flex;} .items-center{ align-items: center;} .justify-space{ justify-content: space-between;}
.header{
  padding: 5px 30px 250px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 0%) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  }




.hero_carosel .owl-nav button.owl-prev,.hero_carosel .owl-nav button.owl-next{
  position: absolute;
  bottom: 50%;
  right: 50%;
  color: #000;
}
.hero_carosel .owl-nav button.owl-prev{
  left: 0 
}
.hero_carosel .owl-nav button.owl-next{
  right: 0 
}
.hero_carosel.owl-carousel.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 100px;
  margin: 5px;
  padding: 4px 7px;
  /* background: #fff; */
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 100;
}
.hero_carosel.owl-carousel.owl-theme.owl-loaded a {
  text-decoration: none;
}
.hero_carosel i.owl-direction {
  margin: 0 13px;
  font-size: 3em;
  padding: 0;
  color: #607D8B;
}
.hero_carosel .owl-nav button.owl-next, .hero_carosel .owl-nav button.owl-prev {
  outline: 0;
  /* background: #FFF; */
  width: auto;
}
.tag{
  display: inline-block;
}
@keyframes fadeInUp{
 0%{
     opacity:0;
     transform:translate3d(0,100%,0)
 }
 to{
     opacity:1;
     transform:translateZ(0)
 }
}
.fadeInUp{
 animation-name:fadeInUp
}
.desc {
  position: absolute;
  padding: 8%;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-98%,-50%);
  color:#fff;
}
.hero-img{
  position: relative;
}
.hero-img:before {
  background: rgba(0, 0, 0, 0.38);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn-gradient-bg {
  color: #fff;
  display: inline-block;
  padding: 11px 33px;
  background: linear-gradient(to right, #f05874 0%, #fc6a2a 100%);
  border-radius: 30px;
}
.delay-1 {
  animation-delay: .2s;
}
.delay-2 {
  animation-delay: .4s;
}
.delay-3 {
  animation-delay: .6s;
}
.delay-4 {
  animation-delay: .8s;
}
.slider-counter {
  z-index: 99;
  bottom: 1%;
  position: absolute;
  text-align: center;
  right: 4%;
  font-size: 120px;
  color:rgba(242, 242, 242, 0.7);
  font-weight: 700;
}
@media (max-width: 767px){
  .slider-counter {
      font-size: 80px;
      font-weight: 600;
      bottom: 0 
 }
}
@media (max-width: 576px){
  .slider-counter {
      font-size: 30px;
      font-weight: 500;
      bottom: 0 
 }
}
/*Credit*/
.credit-footer a {
  text-decoration: none;
  color: #E91E63;
}
.credit-footer {
  margin-top: 100px;
  color: #646464;
  font: 500 12px/22px "Roboto",Arial,sans-serif;
  letter-spacing: -0.25px;
  text-align: center;
}
.credit-footer-nav{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
  text-align: center;
}
.credit-footer-nav li{
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  color: #aaa;
}
.credit-footer-nav li a {
  display: block;
  color: #424242;
  font-weight: 400;
  transition: all .3s ease;
  text-decoration: none;
}
.credit-footer-nav li:not(:last-child):after {
  content: "/";
  margin-right: 6px;
  margin-left: 6px;
}
.credit-footer-wrap {
  padding-bottom: 4%;
}

.carsl_cnt{font-size: 50px;font-weight: 100;text-transform: uppercase;line-height: 80px;}
.slider-counter{ display: none;}
.hero-img img{ max-height: 100vh; object-fit: cover;}
.aboutsection{ padding: 100px 0;}



/* 4.9 About us block */
.about-section__content {
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .about-section__content {
    margin-bottom: 0;
    padding-right: 30px;
  }
}

.about-section__heading {
  margin: 0 0 12px;
}

@media (min-width: 992px) {
  .about-section__heading {
    margin-bottom: 20px;
  }
}

.about-section__pseudoheading {
  max-width: 290px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .about-section__pseudoheading {
    margin-bottom: 42px;
  }
}

@media (min-width: 992px) {
  .about-section__pseudoheading {
    margin-bottom: 52px;
  }
}

@media (min-width: 1200px) {
  .about-section__pseudoheading {
    max-width: 440px;
    margin-bottom: 65px;
  }
}

.about-section__text {
  max-width: 490px;
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .about-section__text {
    margin-bottom: 62px;
  }
}

@media (min-width: 1200px) {
  .about-section__text {
    margin-bottom: 72px;
  }
}

.about-section__image {
  margin-bottom: 30px;
}

.about-section__image img {
  max-width: 100%;
  height: 500px;
  border-radius: 20px;
}

.about-section__cite-wrapper {
  position: relative;
}

.about-section__blockquote {
  position: relative;
  max-width: 330px;
  margin: 0;
  padding: 0 0 0 100px;
  /* font-family: "Gilroy", "Arial", sans-serif; */
  font-weight: 400;
  font-style: italic;
  color: #f58423;
}

@media (min-width: 992px) {
  .about-section__blockquote {
    max-width: 360px;
    margin-left: auto;
    padding-left: 130px;
  }
}

@media (min-width: 1200px) {
  .about-section__blockquote {
    margin-left: 44px;
  }
}

.about-section__blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: -17px;
  width: 83px;
  height: 62px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 83 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.6.2c6.267 0 11 2.267 14.2 6.8 3.333 4.4 5 9.667 5 15.8 0 8.267-2.467 15.933-7.4 23-4.8 7.067-10.867 12.333-18.2 15.8L.4 52.2c5.333-2.133 10-5.067 14-8.8 4-3.867 6.733-7.867 8.2-12l-1-.6c-.667.533-1.467.933-2.4 1.2-.933.267-2.267.4-4 .4-3.067 0-6.2-1.2-9.4-3.6-3.067-2.533-4.6-6.333-4.6-11.4 0-5.333 1.733-9.533 5.2-12.6S13.933.2 18.6.2zm44.8 0c6.267 0 11 2.267 14.2 6.8 3.333 4.4 5 9.667 5 15.8 0 8.267-2.467 15.933-7.4 23-4.8 7.067-10.867 12.333-18.2 15.8l-11.8-9.4c5.333-2.133 10-5.067 14-8.8 4-3.867 6.733-7.867 8.2-12l-1-.6c-.667.533-1.467.933-2.4 1.2-.933.267-2.267.4-4 .4-3.067 0-6.2-1.2-9.4-3.6-3.067-2.533-4.6-6.333-4.6-11.4 0-5.333 1.733-9.533 5.2-12.6S58.733.2 63.4.2z' fill='%23FBC710'/%3e%3c/svg%3e ");
}

.about-section__cite {
  position: absolute;
  top: -339px;
  left: -10px;
  padding: 79px 46px;
  font-size: 25px;
  line-height: 1.4;
  color: #ffffff;
}

@media (min-width: 768px) {
  .about-section__cite {
    left: -20px;
  }
}

@media (min-width: 992px) {
  .about-section__cite {
    left: -37px;
    padding: 182px 76px;
  }
}

.about-section__cite::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  border: solid 4px #f58423;
  border-right: none;
}

@media (min-width: 992px) {
  .about-section__cite::before {
    width: 140px;
  }
}

@media (min-width: 1200px) {
  .about-section__cite::before {
    width: 162px;
  }
}


.heading {
  margin: 0; 
  font-size: 32px;
  line-height: 1.25;
  color: #000000;
  font-weight: 700;
}

.heading {
  font-size: 48px;
  margin: 0 0 30px;
  font-weight: 200;
}
.color-yellow {
  color: #c4263a;
  font-weight: 700;
}
.aboutpad{padding: 100px 0;background-image: url(../images/Ban03-1.webp);background-repeat: no-repeat;background-size: contain;}
.heading-small{color: #f58423;margin: 0 0 15px;text-transform: uppercase;font-weight: 200;}
.row.no-gutters{ align-items: center;}
.wepride{padding: 100px 0 50px;background-image: url(../images/Img_13.webp);background-size: contain;background-position: left;}
.wepride h6{text-align: center;font-size: 30px;font-weight: 200;margin: 50px 0 50px;}

.pridebox{background-color: #f58220;padding: 60px 60px;text-align: center;border-radius: 10px;margin-top: 50px;}
.pridebox h5{margin: 30px 0 20px;font-size: 25px;font-weight: 600;color: #fff;}
.pridebox p{margin: 0;color: #fff;}
.mart50{margin-top: 0;padding-top: 80px;}

.weprovide{padding: 250px 0 150px;background-image: url(../images/bluebg.png);background-size: cover;}

.custombx{padding: 70px 80px;text-align: center;/* box-shadow: 0 0 50px #ddd; */border-radius: 10px;background: #ffffff;min-height: 450px;}

.custombx h4{margin: 0 0 20px;font-size: 30px;font-weight: 600;color: #c4263a;}
.custombx p{ margin: 0;}


.partners{padding: 50px 0 100px;}
.partners h2{text-align: center;margin: 0 0 50px;font-size: 40px;font-weight: 600;/* text-transform: uppercase; */background-clip: text !important;-webkit-background-clip: text !important;background: linear-gradient(0deg, #c4263a, #f58220);-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-transform: uppercase;}
.partners .row{ align-items: center;}
.partners h4{text-align: right;margin: 0 0 20px;font-size: 20px;font-weight: 600;color: #c4263a;}


.partnerbx{background-color: #fff;padding: 30px 60px;margin-right: -130px;position: relative;z-index: 2;border-radius: 10px;text-align: right;box-shadow: 0 130px 10px #cccccc2b;margin-left: 100px;}
.radius{ border-radius: 10px;}
.partnerbx.left{text-align: left;right: auto;left:-130px;margin-left: 0;margin-right: 50px;} 
.partnerbx.left h4{ text-align: left;}

.offer{ padding: 100px 0; background-color: #fafafa;}

.weoffer{transform: translateY(95%);
  height: 100%;
  min-height: 100%;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  transition-property: transform, opacity;
  transition: transform 1s;
  position: relative;
  z-index: 4; }
.webox{position: relative;height:400px;background-size: cover;border-radius: 10px;padding: 30px; overflow: hidden; text-align: center;}
.webox:hover .weoffer {
  transform: translateY(15%);
}
.offer h3{text-align: center;margin: 0 0 30px;font-size: 40px;font-weight: 600;text-transform: uppercase; */background-clip: text !important;-webkit-background-clip: text !important;background: linear-gradient(0deg, #c4263a, #f58220);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.webox:after{position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #00000082;content: "";}
.weoffer h5{color: #f7a45d;margin: 0 0 30px;font-weight: 600;}
.weoffer p{ color: #fff;}

.whychoose{background-color: #ddd;padding: 100px 0;}
.chooseimg{border-radius: 50%;height: 600px;width: 600px;margin: 0 auto;}
.footer{background-color: #111;padding: 70px 0 40px;}
.ftrlogo{ max-width: 150px;}
.footer h5{color: #ddd;margin: 0 0 20px;font-weight: 500;}
.footer p{color: #a1a1a1;}
.ftext{ margin: 10px 70px 0 0;}
a.btn_caller {
  display: block;
  position: fixed;
  right: 16px;
  bottom: 90px;
  z-index: 2;
  width: 60px;
  height: 60px;
  box-shadow: 0 5px 4px 0 rgb(0 0 0 / 26%);
  cursor: pointer;
  border-radius: 34px 34px 34px 8px;
  color: #fff;
  padding: 7px 10px 10px;
  background-color: #c4263a !important;
  color: #fff !important;
  border-color: transparent #f58220 transparent transparent;
  line-height: 48px;
  text-align: center;
}.btn_caller img {
  position: absolute;
  top: 20px;
  left: 20px;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}.modal_caller {
  position: fixed;
  width: 335px;
  height: 130px;
  bottom: 166px;
  right: 17px;
  z-index: 99999999;
  background: url(../images/texture_background_5.png) repeat;
  background: #fff;
  display: none;
  border-bottom: 1px solid #e2dfdf;
  box-shadow: 0 5px 40px rgb(0 0 0 / 10%);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  border-radius: 30px;
}
.modal_caller.active {
  display: block;
}
.head_caller {
  width: 100%;
  height: 20px;
  padding: 1.5em 5%;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: linear-gradient(-225deg, #c4263a 55%, #f58220);
}.content_caller {
  padding: 8% 10%;
  padding-right: 5%;
  font-size: 12px;
  line-height: 20px;
}.contact_txt_caller {
  position: relative;
  color: #fff;
  font-size: 18px;
  top: -13px;
  left: 14px;
}
.close_call_btn_caller img {
  position: absolute;
  top: 30%;
  left: 30%;
}.close_call_btn_caller {
  display: block;
  position: fixed;
  right: 16px;
  bottom: 90px;
  z-index: 999;
  width: 60px;
  height: 60px;
  box-shadow: 0 5px 4px 0 rgb(0 0 0 / 26%);
  cursor: pointer;
  border-radius: 34px 34px 34px 8px;
  color: #fff;
  padding: 7px 10px 10px;
  background-color: #e97e21 !important;
  color: #fff !important;
  border-color: transparent #f58220 transparent transparent;
}
.choosebox{background-color: #fff;padding: 20px;width: 300px;position: relative;z-index: 3;border-radius: 10px;margin-left: -30px; margin: 30px 0;}
.choosebox h5{font-weight: 600;margin: 0 0 10px;}
.right .choosebox{margin-left: -150px !important;right: 0;}

.whychoose h2{text-align: center;font-size: 30px;margin: 0 0 50px;font-weight: 600;text-transform: uppercase; */background-clip: text !important;-webkit-background-clip: text !important;background: linear-gradient(177deg, #c4263a, #f58220);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.whychoose .row{ align-items: center;}
.popupNumber {
  color: #000;
  font-size: 24px;
}.modal-backdrop.fade {
  opacity: .8;
}
.btn-gradient-bg:focus, .btn-gradient-bg:hover{ color: #fff;background: linear-gradient(to left, #f05874 0%, #fc6a2a 100%);}


#get_trained .modal-dialog {
  top: 50px
}

#get_trained .modal-content {
  background: #fff;
  border-radius: 0
}

#get_trained .modal-header {
  background: #f5f5f5;
  color: rgba(0,0,0,.87);
  border-radius: 0;
  border: 0;
  padding: 10px 25px;
}

#get_trained .close {
  font-size: 26px!important;
  position: absolute;
  color: #000!important;
  right: 20px;
  opacity: 1;
  border: none!important;
  box-shadow: none;
  transition: .5s;
  font-weight: 400;
  padding: 0;
  top: 24px;
  right: 40px;
}

#get_trained .modal-title {
  font-size: 1.2rem;
  color: rgba(0,0,0,.87);
  font-weight: 500
}

#get_trained input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  margin: 0 0 20px
}

#get_trained label {
  color: #33475b;
  font-size: 13px;
  display: block;
  margin: 0;
  font-weight: 500;
  padding: 0 0 2px
}

#get_trained .submitbtn,#get_trained input[type=submit] {
  display: block;
  width: 100%;
  background: #c4263a;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 15px;
  padding: 10px 24px;
  height: auto;
  font-weight: 700;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 0!important;
  border-radius: 5px;
}
.phnum {
  display: flex;
  gap: 1rem;
}.w70px {
  width: 70px !important;
}
.modal-dialog {
  max-width: 400px;
  margin: 1.75rem auto;
}
#get_trained .modal-body, .devpsbx, .ourlocations .card-body {
  padding: 30px;
}
form{ margin: 0;}
button:focus{ outline: none;}
.modal-backdrop{background-color: #000000a8;}
.hero_carosel{ min-height: 100vh;}


@media(min-width:320px) and (max-width:767px) {

  .carsl_cnt {
    font-size: 25px;
    font-weight: 100; 
    line-height: 30px;
}.partnerbx{margin: 0 !important;text-align: center;}
.partnerbx.left{margin: 0 !important;left: auto;}
.desc{top: 50%;
  left: 0;
  transform: translate(0%, -36%);}
  .custombx{padding: 30px; min-height: auto; margin: 20px 10px;}
  .webox{margin: 10px;height: 300px;}
  .chooseimg {
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin: 0 auto;
}
.right .choosebox {
  margin-left: -0px !important;
  right: 0;
}.footer{text-align: center;}
.partners h4 {
  text-align: center;}.partnerbx{ padding: 25px;}.pridebox{margin: 20px;}
  .aboutpad{ text-align: center;}
.about-section__pseudoheading {
  max-width: max-content;
  margin-bottom: 24px;
}.about-section__content {
  margin-bottom: auto;
}.nav-item::before{ display: none;}.navbar-nav .nav-link{ text-align: center;}
.collapse.in{ display: block;}
#navbarSupportedContent{ top: 90px;}.desc{ left: 0; right: 0; text-align: center;}
.heading{ font-size: 30px;text-align: center;}
.about-section__pseudoheading {
  max-width: unset; 
}.about-section__blockquote{ display: none;}
.about-section__cite{ display: none;}
.weprovide {
  padding: 150px 0 100px;}.partners{ padding: 0;}.partnerbx.left {
    text-align: center;}.partnerbx.left h4 {
      text-align: center;
  }.partners h2{ font-size: 30px; margin: 0;}
  .partners .row:nth-child(1){ padding-bottom: 20px;}
  .offer h3 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 30px;}
    .choosebox{ text-align: center; width: auto;}
    .whychoose h2{ margin: 0 0 10px;}
    .ftext {
      margin: 10px 0px 30px 0;
      text-align: center;
  }.whychoose { 
    padding: 50px 0;
}.radius { 
  margin-top: 20px;
}.aboutpad{ padding: 50px 0;}.about-section__image img{ height: auto;}
.wepride h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 0px 0 0px;
}.wepride h6 br{ display: none;}
}





