@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Poppins:ital,wght@0,200;0,400;0,500;0,700;0,900;1,900&family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;0,900;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;600;700;800;900;1000&display=swap');
html, body{
    width: 100%;
    height: 100%;
/*    scroll-behavior: smooth;*/
}
@media screen and (prefers-reduced-motion: reduce){
    /*html{
        scroll-behavior: auto;
    }*/
}
body{
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #002651;
    font-family: 'Mulish', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}
body::-webkit-scrollbar-track, .modal::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #f8f8f8;
}
body::-webkit-scrollbar, .modal::-webkit-scrollbar{
    width: 6px;
    background-color: #f8f8f8;
}
body::-webkit-scrollbar-thumb, .modal::-webkit-scrollbar-thumb{
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;
}
body.overlay-active{overflow: hidden;}
.overlay{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.h1_heading{font-size: 3.5rem; line-height:70px;margin-bottom: 0px;}
.h2_heading{font-size: 200%;}
.h3_heading{font-size: 180%;}
.h4_heading{font-size: 160%;}
.h5_heading{font-size: 130%;}
.h6_heading{font-size: 110%;}
p{margin: 0;}
.no-overflow{overflow: hidden;}
.text-dark{color: #000;}
.text-light{color: #fff;}
.text-decoration{text-decoration: underline;}
.text-no-decoration{text-decoration: none;}
.text-capital{text-transform: uppercase;}
.text-small{font-size: 12px;}
.text-big{font-size: 18px;}
.font-900{font-weight: 900;}
.text{font-size: 20px;font-weight: 700;line-height: 1.5;}
a{color: #ddd;}
a:hover{color: #fff;}
.m0{margin: 0; display: flex; align-items: center;}
.ml-0{margin-left: 0;}
.mr-0{margin-right: 0;}
.mb-0{margin-bottom: 0;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mt-0{margin-top: 0;}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
.mtb-0{margin: 0;}
.mtb-10{margin: 10px 0;}
.mtb-15{margin: 15px 0;}
.mtb-20{margin: 20px 0;}
.mtb-25{margin: 25px 0;}
.mtb-30{margin: 30px 0;}
.p0{padding: 0;}
.p-5{padding: 0rem !important;}
.pl-0{padding-left: 0;}
.pr-0{padding-right: 0;}
.pt-0{padding-top: 0;}
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-25{padding-top: 25px;}
.pt-30{padding-top: 30px;}
.pb-0{padding-bottom: 0;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-25{padding-bottom: 25px;}
.pb-30{padding-bottom: 30px;}
.ptb-0{padding: 0;}
.ptb-10{padding: 10px 0;}
.ptb-15{padding: 15px 0;}
.ptb-20{padding: 20px 0;}
.ptb-25{padding: 25px 0;}
.ptb-30{padding: 30px 0;}
.shadow{box-shadow: 0 .5rem 1rem rgba(0,0,0,.5)!important;transition: all 0.2s ease-in-out;}
.glow-button:hover {
    color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 5px 15px #0a64bc !important;
}
.gradient-text{
    background: #0a64bc;
    background: linear-gradient(to right, #0a64bc 10%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.white-shadow{box-shadow: 0 .5rem 1rem rgba(255,255,255,.5)!important;}
.btn{padding: 0.5rem 2rem;border-radius: 10px;font-size: inherit;transition: all 0.2s ease-in-out;}
.btn-primary{background-color: #0a64bc;border-color: #0a64bc;color: #fff;        border-radius: 10px!important;
}
.btn-primary:hover{background-color: #0a64bc;border-color: #0a64bc;        border-radius: 10px!important;
}
.btn-secondary{background-color: #fff;border-color: #fff;color: #0a64bc;}
.btn-secondary:hover{background-color: #0a64bc;border-color: #0a64bc;color: #fff;        border-radius: 10px!important;
}
.btn:hover{transform: scale(1.1);transition: all 0.2s ease-in-out;        border-radius: 10px!important;
}
.form-control{height: auto;padding: 0.5rem 1rem;font-size: 0.8rem;}
.contactPage .form-control{height: auto;padding: 0.5rem 1rem;font-size: 0.8rem;}
.form-control:hover, .form-control:focus, .form-control:active{outline: 0;box-shadow: none;}
.container{max-width: 90%;}
.imgBlk{width: 100%;max-width: 100%;    border-radius: 10px;
}
.section{padding: 3rem 0;position: relative;}
.p-relative{position: relative;}
.border-radius{border-radius: 8px;}
.letter-spacing{letter-spacing: 2px;;}

.border-top{border-top: 1px solid #e1e1e1;}
.no-radius{border-radius: 0;}
.contactPage button{
    margin-right: 30px;
}
.w50{width: 48%;}
.w100{width: 97%;}
label{font-size: 1rem;font-weight: 900;}
.contactPage label{font-size: 1rem;font-weight: 700;}


.border-top-bottom{
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.border-bottom{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}



.swiper-button-next, .swiper-button-prev {
  color: rgba(255, 255, 255, 0.7);
 
}

.light-mode .showcaseSection .swiper-button-next, .light-mode .showcaseSection .swiper-button-prev,
.light-mode .thumbSwiperSection .swiper-button-prev-3, .light-mode .thumbSwiperSection .swiper-button-next-3
  {
  color: rgba(39, 33, 91, 0.498);
}

.border-top{
    padding: 10px 0;
    border-top: 1px solid #000;
}
.bg-dark{background-color: #272633 !important;color: #fff;}
.bg-light{background-color: #fff !important;}
.background, .footer{
    /* background-image: url('../images/bg-new.svg'); */
        background-image: url('../images/alt.png');


    background-position: center;
background-repeat: repeat;

    padding-top:80px;
    padding-bottom: 80px;
}
.buttonRocking{
    animation: rocking 2s infinite;
    animation-timing-function: ease-out;
    transition: .2s;
}


@keyframes rocking{
    0%{
        transform: rotate(0);
    }
    25%{
        transform: rotate(0);
    }
    50% {
        transform: rotate(2deg);
    }

    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0);
    }
}

.dark-light-mode{
    position: fixed;
    right: 0%;
    top: 20%;
    padding: 10px 15px;
    background-color: #f8f8f8;
    box-shadow: -2px 4px 25px #a9a9a9;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 999;
    color: #000;
    border-radius: 10px 0 0 10px;
}
/* Top section */
.top-section{padding: 10px;background-color: #272633;color: #fff;font-weight: 600;font-size: 12px;}
.top-section a{color: #ddd;}
.top-section a:hover{color: #fff;}
.top-section .top-social{padding: 0;margin: 0;}
.top-section .top-social li{display: inline-block;padding: 0 0.5rem;border-right: 1px solid #fff;}
.top-section .top-social li:last-child{border-right: none;}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 .01rem .2rem rgba(0,0,0,.1)!important;
    z-index: 999;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  opacity: 1 !important;
  margin: 0 auto;
  background-color: #ffffff4f;
}

.thumbSwiper .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  opacity: 1 !important;
  margin: 0 auto;
  background-color: #75757c93;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    background-color: #;
}
.light-mode .showcaseSection .swiper-horizontal > .swiper-scrollbar, .light-mode .showcaseSection  .swiper-scrollbar.swiper-scrollbar-horizontal,
.light-mode .thumbSwiper .swiper-horizontal > .swiper-scrollbar, .light-mode .thumbSwiper  .swiper-scrollbar.swiper-scrollbar-horizontal {
  opacity: 1 !important;
  margin: 0 auto;
  background-color: #75757c93;
}
.partner-carousel .swiper-button-prev{
  left: 0px;
}
.partner-carousel .swiper-button-next {
  right: 0px;
}
section.scheduleDemo{
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;   
}
#my-calendly-embed {
  width: 100%;
  height: 720px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}
.show-mobile{display: none;}
.scheduleDemoBox{
    overflow: hidden;
    padding: 30px 20px;
/*    border-left: 1px solid #ddd;*/
}
.scheduleDemoBox .h3_heading{font-size: 150%;}
.videoClick {
    z-index: 2;
}
.video-element {
    z-index: 1000; /* Increase the value as needed */
}
.swiper-slide.video-item{
    margin-right: 30px;
}
.about-info p{
    margin-bottom: 4px;
}
.h-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.stroke {
  stroke: #6454ad;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: stroke 1.5s ease-out forwards;
}

@keyframes stroke {
  from {
      stroke-dashoffset: 1000;
  }
  to {
      stroke-dashoffset: 0;
  }
}
.swiper-no-swiping .swiper-slide {
  pointer-events: none;
}

#fixed-header{height: 68px;display: flex;}
.header .logo{width: 200px;padding: 0.4rem;}
.header .custom-nav{box-shadow: 1px 1px 1px #e1e1e1;padding: 0rem 2.5rem;background-color: #fff;}
.header .custom-nav .nav-item{padding: 0.8rem 1rem;}
.header .custom-nav .nav-item .nav-link{font-weight: 600;}
.header .custom-nav .nav-item .nav-link.active{font-weight: 900;color: #000;}
.custom-dropdown-menu{padding: 2rem;display: none;background-color: #fff;}
.custom-dropdown-menu .submenu-header{text-transform: uppercase;opacity: 0.6;margin-bottom: 15px;letter-spacing: 1;}
.custom-dropdown-menu .submenuUl{list-style-type: none;padding: 0;}
.custom-dropdown-menu .submenuUl li{line-height: 1.4;padding: 4px 0;font-weight: 900;}
.custom-dropdown-menu .submenuUl li.submenuLiHeader{font-size: 18px;font-weight: 900;}

.navbar-light .navbar-toggler{background-color: #fff;color: #002651;border-color: #fff;border-radius: 6px;}
.navbar-light .navbar-toggler span{color: #002651;font-size: 1.5rem;}

.breadcrumb-section{padding: 1rem 0;}
.text-shadow{
    text-shadow: 0 0 5px #fff, 0 0 40px #0ff;
}

/* Menubar */
.fixed-menubar{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 9999;
}
.fixed-menubar-block{position: relative;padding: 2rem;background-color: #f8f8f8;}
.fixed-menubar-block .close{
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #0a64bc;
    opacity: 0.6;
    font-size: 20px;
    float: left;
}
.fixed-menubar-block .close:hover{border-color: #9e7f68;opacity: 1;}
.fixed-menubar-block .nav-link{
    font-size: 2rem;
    color: #002651;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.fixed-menubar-block .nav-link.active,
.fixed-menubar-block .nav-link:hover{text-decoration: line-through;font-weight: 900;color: #000;}

.bg-section::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #fff;
}
.bg-section-inverse::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-color: #fff;
}

/* Home Page */
.homeSection .h1_heading{font-size: 2rem;line-height: 1.2;}
.homeSection h1 span{
    animation: wave 2s linear infinite;
}
.text-carousel .item{
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.3;
}
.homeSection p{width: 100%;margin: 0 auto ;}
.homeSection .textHome{margin: 2% 0;}
.homeSection .homeImg{width: 50%;margin: 6% 0;}
.homeSection .rocket{
    width: 50px;
    display: inline-block;
    transform: rotateZ(45deg);
}
.video-wrapper {
    width:100%;
    height:auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
video.video-content {
    object-fit: cover;
    margin-top: 0px;
    width:100%;
    height:364px;
    /*max-width: 600px;
    min-width:300px;*/
}
@media (max-width: 600px) {
    video.video-content {
        height: auto;
    }
}
.schedule-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.tyd{
    margin-right:30px;
}
.h4.fw-light.mb-0.pb-3.border-bottom{
    margin-top:-30px!important;
}
.videoSection .img-block{
    position: relative;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
    transition: All 0.5s ease-in;
    transition-duration: 100ms;
    overflow: hidden;
}
.thumbSwiper .img-block img, .videoSection .img-block img{
    border-radius: 10px;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
}
.tidycal-embed {
    border: none;
/*    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.089);*/
}
.videoSection .h5_heading a{
    font-weight: bold;
}

.videoSection .img-block .video-text{position: absolute;left: 5%;bottom: 5%;background-color: #000;color: #fff;font-size: 11px;padding: 0.1rem 0.3rem;}
.videoSection .img-block .play-icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    /*    background-color: rgba(0, 0, 0, 0.4);*/
    border-radius: 19px;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
    transition: All 0.5s ease-in;
}
.videoSection .img-block .play-icon .fa{padding-top: 22%;font-size: 3rem;color: #FF0000;display: none;}

.underlined_heading span{display: block;}
.underlined_heading .underlineImg{width: 130px;margin-top: -20px;}

.videoSection .h5_heading{font-size: 0.75rem;font-weight: 500;text-transform: capitalize;}
.videoSection .h5_heading a{color: #222;}
.videoSection .owl-nav .owl-prev, 
.videoSection .owl-nav .owl-next{
    position: absolute;
    top: 35%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    background-color: #f2f2f2;
    font-size: 1.5rem;
    border-radius: 50%;
}
.videoSection .owl-nav .owl-prev{left: -1.2%;}
.videoSection .owl-nav .owl-next{right: -1.2%;}
.videoSection .owl-nav .owl-prev:hover, 
.videoSection .owl-nav .owl-next:hover{
    background-color: #0a64bc;
    color: #fff;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{opacity: 1 !important;margin: 0 auto;}
.videoSection button:focus, .videoSection button:active{outline: 0;}
.thumbSwipper img{border-radius: 20px;}
.clientSwipper .swiper-scrollbar-drag {
    background: rgb(255 255 255 / 50%);
}
.clientSwipper .swiper-scrollbar-drag {
    background: rgb(255 255 255 / 50%);
}
.thumbSwipper .swiper-scrollbar-drag {
    background: rgb(255, 0, 0);
}

/* #Issue 1:: Needs to be dynamic=> Inline css with dynamic content field  */
.play-icon.h-100.videoClick{
    position: relative;
}
/* .play-icon.h-100.videoClick::after {
    position: absolute;
    content: "2 weeks ago";
    background: #090909c7;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 12px;
    bottom: 12px;
    right: 12px;
  } */

  /* .play-icon.h-100.videoClick::before {
    position: absolute;
    content: "786K views";
    background: #090909c7;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 12px;
    bottom: 12px;
    left: 12px;
  } */

.partner-carousel .partner-item{margin: 2rem auto;transition: all 0.2s ease-in-out;}
.partner-carousel .partner-item img{
    width: 140px;
    height: 140px;
    margin: 30px auto;
    border-radius: 50%;
    background: #0a64bc;
    background: linear-gradient(to right, #0a64bc 10%, #000 100%);
    padding: 6px;
}
.partner-carousel .company-item img{
    background: #fff;
}

.partner-carousel .partner-item:hover{transform: scale(1.125);}
.partner-carousel .partner-item h4{font-size: 1rem;}
.partner-carousel .partner-item a:hover{text-decoration: none;}
.partner-carousel .active.center img{
    width: 190px;
    height: 190px;
}

.services .offer-icon{
    font-size: 2rem;
    font-weight: 900;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #0a64bc;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #0a64bc;
    border-radius: 50%;
}
.service-card {
  padding-right: 50px;
  padding-left:50px;
  margin-bottom: 50px;
}
.service-card  p{
  font-size: 16px;
  font-weight: 400;
}

.counter-container{color: #fff;}
.counter-container .fa{margin-bottom: 2rem;}
.counter-container .counter-text{font-size: 2.1rem;font-weight: 900;}
.counter-container .h4_heading{font-size: 1.2rem;}
.scheduleDemo .profile_pic{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #0a64bc;
    background: linear-gradient(to right, #0a64bc 10%, #000 100%);
    padding: 6px;
}
.scheduleDemo .demoList{padding: 0;margin: 0;list-style-type: none;margin-bottom: 20px;}
.scheduleDemo .demoList li{padding-bottom: 1rem;}
.scheduleDemo .demoList .fa{color: #0a64bc;}
.WrdpezlzjKu1CoRihaXS{display: none !important;}

.showcaseSection .nav-pills{margin-bottom: 2rem;}
.nav-pills .nav-link{border-radius: 30px;padding: 5px 20px;margin-right: 10px;background-color: #0a64bc;}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link{
    background-color: #272633;
}

.showcaseSection .embed-content{width: 100%;height: 400px;}
.showcase-carousel .owl-dot{margin: 5px;background-color: #ddd;}
.showcase-carousel .owl-dot.active{background-color: #fff;}

.showcaseSection .swiper-button-prev-2{left: 50px;}
.showcaseSection .swiper-button-next-2{right: 50px;}

.thumbSwiperSection .swiper-button-prev-3{left: 50px;}
.thumbSwiperSection .swiper-button-next-3{right: 50px;}

.aboutSection .embed-content{height: 300px;}
.thumbSwipper{padding-bottom: 3%;}
.team-carousel .item img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background: #0a64bc;
    background: linear-gradient(to right, #0a64bc 10%, #000 100%);
    padding: 6px;
}

.logoName{font-size: 2.5rem;font-weight: 800;text-transform: uppercase;text-shadow: 1px 1px 1px #ddd;line-height: 1;}
.footerList{padding: 0;list-style-type: none;}
.footerList li{display: inline-block;font-size: 12px;border-right: 1px solid #fff;padding: 0 1rem;}
.footerList li:last-child{border-right: none;}
.footerList a{color: #ddd;}
.footerList a:hover{color: #fff;}

.menulink{font-size: 12px;font-weight: 400;}
.menulink a{color: #ddd;}

.philo{
    background-color: rgba(10, 100, 188, 0.5);
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}
.philo:hover {
    transform: scale(1.10);
}
.philo .philo-text{font-size: 1.3rem;}
.swiper-button-prev-3,
.swiper-button-next-3{
    margin-top: 10px;
}

.contactPage .block{
    padding: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 90%;
    margin: 30px auto;
}
.dark-mode .contactPage .form-control{
  color:#fff;
}
.contactPage .block .icon-block{width: 50px;height: 50px;font-size: 2rem;margin: 0 auto;text-align: center;}
.contactPage .block a{color: #222;}
.contactPage .block a:hover{ color: #0a64bc!important}
.contactPage .block a:hover i{ color: #0a64bc!important}
.contactPage .block a:hover{ color: #0a64bc!important}
.dark-mode .mobile-v .icon-block a{
    color:#222222!important;
}

.bmUl{padding: 0;margin: 0;}
.bmUl li{display: inline-block;width: 33%;vertical-align: top;text-align: center;padding: 20px;}
.bmUl li .thumbImg{width: 100px;margin-bottom: 20px;}
.bmUl li .h3_heading{font-size: 1.1rem;}
.bmUl li .text{font-size: 0.85rem;}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{bottom: 10px;}

.contact-v2 a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
}
a, a:hover {
    text-decoration: none !important; 
}
.contact-v2 .content{
    padding:  0;
}
.contact-v2 .heading {
    font-size: 2.5rem;
    font-weight: 900; 
}
.contact-v2 .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none; 
}
.contact-v2 .form-control:active, .contact-v2 .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; 
}
.dark-mode .contact-v2 .form-control:active, .contact-v2 .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3555ad; 
}
.contact-v2 .col-form-label {
    color: #000;
    font-size: 13px; 
}
.contact-v2 .custom-select:active, .custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; 
}
  
  .contact-v2 .btn {
    border: none;
        border-radius: 10px!important;
    font-size: 12px;
    letter-spacing: .2rem;
    margin-right: 30px;
    }

    .contact-v2 .btn.btn-primary {
      background: #253563;
      color: #fff;
        border-radius: 10px!important;

      font-size: 18px;
      padding: 15px 30px; }

      .dark-mode  .contact-v2 .btn.btn-primary {
        background: #3f81cc;
        border-radius: 10px!important;

      }
    .contact-v2 .btn:hover {
      color: #fff; }
    .contact-v2 .btn:active, .contact-v2 .btn:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  
  .contact-v2 .contact-wrap {
    /*-webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;*/
/*    flex-direction: row-reverse;*/
  
  }

 
.dark-mode .contact-v2 .contact-wrap .form{
  background-image: url('../images/alt.png');
  background-position: cover;
  background-repeat: repeat;
}

.dark-mode .contact-v2 .contact-wrap .col-form-label{
  color: #fff;

}
  .contact-v2 .contact-wrap .col-form-label {
      font-size: 14px;
      color: #002651;
      margin: 0 0 10px 0;
      display: inline-block;
      padding: 0; }
    .contact-v2 .contact-wrap .form, .contact-v2 .contact-wrap .contact-info {
      padding: 40px;
     }
    .contact-v2 .contact-wrap .contact-info {
      color: rgba(255, 255, 255, 0.5); }
      .contact-v2 .contact-wrap .contact-info ul li  {
          font-size: 1.6rem;
        margin-bottom: 1.8rem;
        color: white; }
        .contact-v2 .contact-wrap .contact-info .text  {
          font-size: 1.1rem;
         }
        .contact-v2 .contact-wrap .contact-info ul li .wrap-icon {
          font-size: 10px;
          color: #fff;
          margin-top: 5px; }
    .contact-v2 .contact-wrap .form {
      background: #fff; }
      .contact-v2 .contact-wrap .form h3 {
        color: #002651;
        font-size: 20px;
        margin-bottom: 30px; }
    .contact-v2 .contact-wrap .contact-info {
      max-width: 40rem;
      background: #002651; }
      .contact-v2 .contact-wrap .contact-info h3 {
        color: white;
        font-size: 20px;
        margin-bottom:12px;
    font-weight: 400; }
  

    .contact-v2 .contact-wrap .contact-info p{
        font-size:14px;
    }
  .contact-v2 label.error {
    font-size: 12px;
    color: red; }
  

    .contact-v2 .link-text-contact-v2{
        font-size: 1.2rem;
        color: #fff;
        font-weight: 400;
    }
  .contact-v2 .contact-links a{
    display: block;
    
    margin-bottom: 40px;
  }
  .contact-v2 label{
margin-bottom: 0px;
  }

  .contact-v2 .contact-links .icon{
color: #0c3361;
  }
  .contact-info{
    position: relative;
  }

  .contact-v2 #message {
    resize: vertical; }
  
  .contact-v2 #form-message-warning, #form-message-success {
    display: block; }
  
  .contact-v2 #form-message-warning {
    color: #243563; }
  
  .contact-v2 #form-message-success {
    color: #243563;
    font-size: 18px;
    font-weight: bold; }
  
  .contact-v2 .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000; }
  

  
    .contact-v2 label.col-form-label{
        width: 100%;
    }

   
      :root {
        --prim-color: #002651;
      }
      
      .contact-radio-v2  {
        display: flex;
        align-items: center;
      }
      
      .contact-radio-v2 .radio-tile-group {
        display: flex;
        
      }

   
 
.showcase-container {
  font-family: system-ui, sans-serif;
  perspective: 1500px;
  background: linear-gradient(white, #efefef);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-showcase {
  font-weight: bold;
  padding: 1em;
  text-align: right;
  color: #181a1a;
  
  width:  300px;
  height: 400px;
  box-shadow: 0 1px 5px #00000099;
  
  border-radius: 10px;
  background-image: url(https://images.unsplash.com/photo-1557672199-6e8c8b2b8fff?ixlib=rb-1.2.1&auto=format&fit=crop&w=934&q=80);
  background-size: cover;
  
  position: relative;
  
  transition-duration: 300ms;
  transition-property: transform, box-shadow;
  transition-timing-function: ease-out;
  transform: rotate3d(0);
}

.card-showcase:hover {
  transition-duration: 150ms;
  box-shadow: 0 5px 20px 5px #00000044;
}

.card-showcase .glow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  
  background-image: radial-gradient(circle at 50% -20%, #ffffff22, #0000000f);
}
      
      .contact-radio-v2 .radio-tile-group .input-container {
        position: relative;
       width: 88px;
       min-width: fit-content;
        margin: 0.3rem;
      }
      
      .contact-radio-v2 .radio-tile-group .input-container .radio-button {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        cursor: pointer;
      }
      
.dark-mode   .contact-radio-v2 .radio-tile-group .input-container .radio-tile {
  background: #fff;
  color: #000;
}

      .contact-radio-v2 .radio-tile-group .input-container .radio-tile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        border: 2px solid var(--prim-color);
        border-radius: 5px;
        padding: 0.5rem;
        transition: transform 300ms ease;
      }
      
      .contact-radio-v2 .radio-tile-group .input-container .icon svg {
        fill: var(--prim-color);
        width: 1rem;
        height: 1rem;
      }
      
      .contact-radio-v2 .radio-tile-group .input-container .radio-tile-label {
        text-align: center;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--prim-color);
        padding-top: 4px;
        padding-bottom: 4px;
      }

     .dark-mode .contact-radio-v2 .radio-tile-group .input-container .radio-tile-label {
        
        color: #3f81cc;
      }
      
      .contact-radio-v2 .radio-tile-group .input-container .radio-button:checked + .radio-tile {
        background-color: var(--prim-color);
        border: 2px solid var(--prim-color);
        color: white;
        transform: scale(1.1, 1.1);
      }
       
    .dark-mode  .contact-radio-v2 .radio-tile-group .input-container .radio-button:checked + .radio-tile {
        background-color: #3f81cc;
        border: 2px solid #3f81cc;
        color: white;
        transform: scale(1.1, 1.1);
      }
      
      
      .contact-radio-v2 .radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
        fill: white;
        background-color: var(--prim-color);
      }
      .dark-mode .contact-radio-v2 .radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
        
        background-color: #3f81cc;
      }
      
      .contact-radio-v2 .radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
        color: white;
        background-color: var(--prim-color);
      }

      .dark-mode  .contact-radio-v2 .radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
        background-color: #3f81cc;

      }
      .contact-v2 .btn.btn-primary {
letter-spacing: normal;      
        border-radius: 10px!important;

      }
      
  /* NEW CONTACT FORM SOME INPUT STYLES */
  .cl-custom-check {
  display: none;
  }
  

    
  @media (max-width: 768px) {

    .content.contact-v2{
        margin-top: 1rem!important;
        margin-bottom: 1rem;
    }
    .contact-radio-v2 .radio-tile-group{
        flex-wrap: wrap;
    }
    .contactPage .form-group.btn-grp{
        display: flex;
        border-radius: 10px!important;
    }
    .contact-v2 .btn.btn-primary{
        margin-top: 20px;
        letter-spacing: 0px!important;
        margin-right: 20px;
        border-radius: 10px!important;
        font-size: 14px;
    }
    .contact-v2 .btn.btn-primary {
        border-radius: 10px!important;
    }
    .contact-radio-v2 .radio-tile-group .input-container{
        margin:0;
        line-height: 0;
        letter-spacing:0;
        margin-right: 12px;
        margin-bottom: 12px;
    }
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .thumbSec .swiper-button-prev-3, .swiper-button-next-3 {
        margin-top: 0!important;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left:0!important;
    }
    .thumbSec .swiper-button-prev-3, .swiper-button-next-3{
        right:0!important;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right:0!important;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .underlined_heading svg{
        margin-left:80px;
    }
    .our_aim{
        text-align: center!important;    
    }
    .bmUl{text-align: center;}
    .bmUl li{width: 49%;}

}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */

@media (max-width: 768px) {
  .showcaseSection .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 2px !important;
}
.showcaseSection .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 2px !important;
}
.thumbSwiperSection .swiper-button-next.swiper-button-next-3 {
  right: 2px !important;
}
.thumbSwiperSection .swiper-button-prev.swiper-button-prev-3 {
    left: 2px !important;
}

 .light-mode .thumbSwiperSection .swiper-button-prev-3, .light-mode .thumbSwiperSection .swiper-button-next-3
 .dark-mode .thumbSwiperSection .swiper-button-prev-3, .dark-mode .thumbSwiperSection .swiper-button-next-3

  {
    margin-top: 0;

  }
  .light-mode .showcaseSection .swiper-button-next, .light-mode .showcaseSection .swiper-button-prev,
  .dark-mode .showcaseSection .swiper-button-next, .dark-mode .showcaseSection .swiper-button-prev{
    
  }
    .footer .speakTo{
        display: block;
        margin-top: 30px;
        margin: 15px auto 20px auto;
        max-width: 250px;
    }
    .contact-v2 .contact-wrap .form, .contact-v2 .contact-wrap .contact-info {
        padding: 25px; }

    .contact-info::after{
                display: none;

        }
        .contact-info::before{
            display: none;

    }


}

@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

  .cl-custom-check + .cl-custom-check-label {
  /* Unchecked style */
  background-color: rgb(206, 206, 206);
  color: white;
  padding: 5px 10px;
  font-family: sans-serif;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  display: inline-block;
  margin: 0 10px 10px 0;
  backface-visibility: hidden;
  transition: all 0.6s ease;
  }
  
  .cl-custom-check:checked + .cl-custom-check-label {
  /* Checked style */
  background-color: #002651;
  backface-visibility: hidden;
  }
  
.faqSection .faqtype{border-radius: 20px;background-color: #272633;color: #fff;padding: 10px 20px;text-decoration: none; margin-right: 10px;}
.faq-card{margin-bottom: 20px;border-radius: 20px;border: 1px solid #272633;}
.faq-card h5{font-weight: normal;font-size: 1rem;padding: 12px;}
.dark-mode .faq-card a{color: #FFF; text-decoration: none; transition: all 0.3s ease-ins;}

.dark-mode .faq-card:hover{background-color: #272633; color: #ccc;}

.light-mode .faq-card:hover{background-color: #272633; color: #272633;}


.faq-card a:hover{text-decoration: none;}
.faq-card .card-header{border-radius: 20px 20px 0 0;border-bottom: none;}
.faq-card .card-header h5 {font-size: 1rem;font-weight: 800;}

.light-mode .faq-card.show .card-header{
    background:#fff;
  color: #272633;
}



.light-mode .faq-card .card-header h5 {color: #272633;}
.light-mode .faq-card .card-header:hover  h5 {
    color:#fff!important;
}

.light-mode .faq-card.show .card-header:hover h5{
     color:#272633!important;
}


.faq-card .card-body {font-size: 1rem;}

.light-mode .faq-card .card-body{
    color: #272633;
}
.faq-card  {transition: all ease 250ms;}


strong.high-light {
  position: relative;
}

strong.high-light::before {
  background: rgba(116, 69, 186, 0.555);
  background: -o-linear-gradient(45deg, rgba(102, 0, 255, 0.527) 0%, rgba(0, 217, 255, 0.623) 25%, rgba(0, 255, 153, 0.5) 50%, rgba(255, 255, 0, 0.55) 75%, rgba(255, 0, 149, 0.6) 100%);
  background: linear-gradient(45deg, rgba(102, 0, 255, 0.692) 0%, rgba(0, 217, 255, 0.555) 25%, rgba(0, 255, 153, 0.687) 50%, rgba(255, 255, 0, 0.6) 75%, rgba(255, 0, 149, 0.628) 100%);
  background: -moz-linear-gradient(45deg, rgba(102, 0, 255, 0.646) 0%, rgba(0, 217, 255, 0.557) 25%, rgba(0, 255, 153, 0.489) 50%, rgba(255, 255, 0, 0.705) 75%, rgba(255, 0, 149, 0.345) 100%);
  background: -webkit-linear-gradient(45deg, rgba(102, 0, 255, 0.29) 0%, rgba(0, 217, 255, 0.29) 19%, rgba(0, 255, 153, 0.24) 50%, rgb(255, 255, 0, 0.35) 75%, rgba(255, 0, 149, 0.322) 100%);

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#C5B1E2", endColorstr="#95E5F4", GradientType=1);
  content: "";
  position: absolute;
  width: 0;
  height: 60%;
  left: -2px;
  -webkit-transform: rotate(-2deg);
     -moz-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
       -o-transform: rotate(-2deg);
          transform: rotate(-2deg);
  -webkit-animation: 0.8s highlight 0.8s 1 normal forwards;
  -moz-animation: 0.8s highlight 0.8s 1 normal forwards;
    -o-animation: 0.8s highlight 0.8s 1 normal forwards;
       animation: 0.8s highlight 0.8s 1 normal forwards;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 0.4);
     -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 0.5);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 0.4);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 0.4);
  -webkit-filter: blur(16px);
          filter: blur(16px);
  z-index: -1;
}

.shorts-img-block{
  width: 200px;
  height: calc(200px *4/3);;
}
.shorts-img-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
strong.high-light::after {
  background: rgba(116, 69, 186, 0.514);
  background: -o-linear-gradient(45deg, rgba(102, 0, 255, 0.587) 0%, rgba(0, 217, 255, 0.578) 25%, rgba(0, 255, 153, 0.632) 50%, rgba(255, 255, 0, 0.632) 75%, rgba(255, 0, 149, 0.715) 100%);
  background: linear-gradient(45deg, rgba(102, 0, 255, 0.564) 0%, rgba(0, 217, 255, 0.578) 25%, rgba(0, 255, 153, 0.66) 50%, rgba(255, 255, 0, 0.637) 75%, rgba(255, 0, 149, 0.646) 100%);
  background: -moz-linear-gradient(45deg, rgba(102, 0, 255, 0.632) 0%, rgba(0, 217, 255, 0.61) 25%, rgba(0, 255, 153, 0.614) 50%, rgba(255, 255, 0, 0.596) 75%, rgba(255, 0, 149, 0.692) 100%);
  background: -webkit-linear-gradient(45deg, rgba(102, 0, 255, 0.295) 0%, rgba(0, 217, 255, 0.422) 25%, rgba(0, 255, 153, 0.354) 50%, rgba(255, 255, 0, 0.331) 75%, rgba(255, 0, 149, 0.381) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#C5B1E2", endColorstr="#95E5F4", GradientType=1);
  content: "";
  position: absolute;
  width: 0;
  height: 7%;
  left: -2px;

 
  -webkit-animation: 0.8s highlight 0.8s 1 normal forwards;
  -moz-animation: 0.8s highlight 0.8s 1 normal forwards;
    -o-animation: 0.8s highlight 0.8s 1 normal forwards;
       animation: 0.8s highlight 0.8s 1 normal forwards;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 0.5);
     -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 0.5);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 0.5);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 0.5);
    -webkit-filter: blur(0px) saturate(200%);
            filter: blur(0px) saturate(200%);
  mix-blend-mode: plus-lighter;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  z-index: 1;
    bottom: 0;
}

@-webkit-keyframes highlight {
  from {
    width: 0;
    opacity: 0;
    border: 0;
  }

  to {
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    opacity: 0.8;
    border: 0;
  }
}

@-moz-keyframes highlight {
  from {
    width: 0;
    opacity: 0;
    border: 0;
}

  to {
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    opacity: 0.7;
    border: 0;
  }
}

@-o-keyframes highlight {
  from {
    width: 0;
    opacity: 0;
    border: 0;
}

  to {
    width: calc(100% + 4px);
    opacity: 0.7;
    border: 0;
  }
}

@keyframes highlight {
  from {
    width: 0;
    opacity: 0;
    border: 0;
}

  to {
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    opacity: 0.7;
    border: 0;
  }
}

.light-mode .faq-card.show  {color:rgb(255, 255, 255); background-color:#fcf9f6;}
.dark-mode .faq-card.show  {color:rgb(255, 255, 255); background-color:#333143;}

.light-mode .faq-card, .light-mode .faq-card.show {
  color: #33324a;
}

.dark-mode .faq-card, .dark-mode .faq-card.show {
  color: #fcf9f6;
}
.dark-mode .faq-card.show .card-header {color:rgb(255, 255, 255); background-color:#272633;}
.light-mode .faq-card.show .card-header {background-color:rgb(255, 255, 255); color:#272633;}

/* .faq-card .collapse.show{border-top: 1px solid #272633;} */

.footer-anchor{color: #0a64bc;}
.footer .speakTo{font-size: 1rem;}



/* Top to page */
.top-to-page{
    position: fixed;
    right: 2%;
    bottom: 5%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    color: #000;
    opacity: 0;
    cursor: pointer;
}


.top-to-page.show{opacity: 1;}

@keyframes wave{
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(14deg);
    }
    20% {
        transform: rotate(-8deg);
    }
    30% {
        transform: rotate(14deg);
    }
    40% {
        transform: rotate(-4deg);
    }
    50% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}




/*Dark mode css*/
.dark-mode{
    background-color: #33324a;
    color: #fff;
}

.social-contact i:hover {
    color:#0a64bc!important;
}
.dark-mode .videoSection .h5_heading a{color: #fff !important;}
.dark-mode .services .offer-icon{border-color: #fff;color: #fff;}
.dark-mode .faq-card a, .dark-mode .faq-card a:hover{color: #eee; text-decoration: none;}

.swiper.videoSwipper.videoSection{
    pading-bottom:15px!important;
}
.dark-mode .contactPage .block a{color:#fff};
.dark-mode .contactPage .block a:hover{color: #0a64bc;}

.dark-mode .custom-nav{background-color: #33324a;}
.dark-mode .faq-card{border: 1px solid #fcfcfc;}

.dark-mode .header .custom-nav .nav-item .nav-link{color: #ddd !important;}
.dark-mode .navbar-light .navbar-toggler{background-color: transparent;color: #fff;border-color: transparent;}
.dark-mode .navbar-light .navbar-toggler span{color: #fff;}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    position: relative !important;
      margin-top: 30px;

}

.swiper-scrollbar.swiper-scrollbar-2.swiper-scrollbar-horizontal{
    margin-top:0;
    
}
.swiper-button-lock{
    display: block !important;
      margin-top: 30px !important;

}
.swiper-button-disabled{
    pointer-events: all !important;
}

@media screen and (min-width: 1900px){
    body{font-size: 1.3rem;line-height: 1.5;}
    .container{width: 90%; max-width:1500px;margin: 0 auto;}
    .aboutSection .embed-content{height: 450px;}
}

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

    body{font-size: 0.7rem;}
    .order-1{order: -1;text-align: center;}
    #fixed-header{height: 55px;}
    .header .custom-nav{padding: 0 1rem;}
    .container{max-width: 100%;}
    .h1_heading{font-size: 2rem; }
    .h2_heading{font-size: 130%;}
    .underlined_heading {font-size: 1.3rem; margin-bottom: 10px!important;}
    .underlined_heading svg path {
        transform: scale(0.4)!important;  
    }
    .show-mobile{display: inline-block;}
    .underlined_heading svg {
        margin-top: 0px!important;
        text-align: center;
        height: 20px!important;
    }
    .aboutSection .h1_heading {
        line-height: 2rem;
    }
    .card-container {
        margin-bottom: 15% !important;
    }
    .aboutSection p{
      font-size: 12px;
    }
/*.aboutSection .underlined_heading{
    display: flex!important;
    justify-content: center!important;
    align-content: center!important;
    width: 150px!important;
    margin: 0 auto!important;
}*/
.homeSection p{
    font-size: 12px;
}
.homeSection .home_heading{
    font-size: 16px!important;
}
.aboutSection .underlined_heading svg{
    max-width: 150px!important;
}

 .homeSection .btn-para{
  width: 100%;
 }
 .team-carousel .item img{
  width:120px;
  height: 120px;
 }
 .philo .philo-text {
  font-size: 14px;

 }
 .philo{
  padding:8px 12px;
 }
 .homeSection .home-block p{
font-size: 14px!important;
 }
 .profile_pic-about{
  margin-right:10px!important;
  padding: 0!important;
  width: 100px!important;
  height: 100px!important;

 }
    .h3_heading{font-size: 110%;}
    .h4_heading{font-size: 100%;}
    .h5_heading{font-size: 0.9rem;}
    .service-card p{
      font-size: 12px;
    }
    .service-card {
      padding-right: 20px;
padding-left: 20px;
margin-bottom: 40px;
    }
    .aboutSection .about-flex{
      flex-direction: column;
    }
    .aboutSection video.video-content{
      min-width: 260px;
/*      margin-bottom: 30px;*/
      height:auto;

    }
 
    .aboutSection  .about-info{
      min-width: 90%;
      max-width: 100%!important;
      margin-top: 2%;

    }
    .h6_heading{font-size: 100%!important ;}
    .order-1{order: -1 !important;}
    .p-5{padding: 2rem 0rem !important;}
    .section{padding: 2rem 0rem;}
    .homeSection p{width: 90%;}
    .homeSection .h1_heading{font-size: 1.1rem;}
    .text-carousel .item{
        font-size: 1.5rem;
    }
    .homeSection .rocket{width: 50%;margin: 0 auto;}
    .nav-pills .nav-link{margin-bottom: 15px;padding: 5px 10px;}
    .background{background-position: center;}
    .partner-carousel .owl-dot{margin: 3px;}
    .homeSection .embed-content{width: 100%;height: 250px;}
    .thumbSwipper {
        padding-bottom: 6%;
    }

    .showcaseSection .embed-content{width: 100%;height: 250px;}
    .mobile-margin-top{margin-top: 1rem !important;}
    .scheduleDemo .profile_pic{width: 120px;height: 120px;}
    /*.videoSection{width: 90%;margin: 0 auto;}*/
    /*.videoSection .container{padding: 0;}*/
    .logoName{font-size: 2rem;}
    .aboutSection .embed-content{width: 100%;height: 250px;margin-bottom: 20px;}
    .contactPage .block{margin-bottom: 1rem;}
    .contactPage .h3_heading{font-size: 150%;}
    .contactPage .form-group{margin-bottom: 0 !important;}
    .contactPage .form-control{margin-bottom: 10px !important;}
    .contactList{padding: 0;margin: 0 0 10px;}
    .contactList li{display: inline-block;text-align: left;}
    .contactList li{font-size: 1.2rem;}
    .contactList li a{color: #222;font-size: 1rem;}
    
    .dark-mode .contactList li a{color: #fff ;}
    .dark-mode .contactList li a:hover{color: #0a64bc;}
    
    .dark-mode .contactList li i{color: #fff;}
    .dark-mode .contactList li i:hover{color: #0a64bc;}
        

    .dark-mode .contactList li svg{color: #fff ;}
    .dark-mode .contactList li svg:hover{color: #0a64bc;}
    
    
     
    .light-mode .contactList li a{color: #222 ;}
    .light-mode .contactList li a:hover{color: #0a64bc;}
    
    .light-mode .contactList li i{color: #222;}
    .light-mode .contactList li i:hover{color: #0a64bc;}
        

    .light-mode .contactList li svg{color: #222 ;}
    .light-mode .contactList li svg:hover{color: #0a64bc;}
    
    .aboutSection .embed-content{height: 300px;width: 100% !important;padding: 0 !important;}
    .faqSection .faqtype{display: inline-block;margin-bottom: 10px; color:#d8d1d1;padding: 6px 12px!important; }
  .photo-section {
    padding-left: 0px!important;
  }
    .dark-light-mode{
        top: 15%;
        padding: 5px 10px;
        font-size: 1rem;
    }
}

.clientSwipper .swiper-scrollbar.swiper-scrollbar-horizontal{
    width: 100% !important;
    left: 0 !important;;     
}

.policyPage ol, .policyPage ul{padding-left: 10px;}
.policyPage li{line-height: 1.5;margin-bottom: 10px;}
.policyPage a{color: #222;text-decoration: underline !important;}

@media screen and (max-width: 767px){
    .footerList li{padding: 0 0.5rem;}
}