body{
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  color: #121212;
}
.f-w-B{
  font-weight: bold;
}
.f-w-BK{
  font-weight: 900;
}
.f-w-M{
  font-weight: 500;
}
.main_container{
  width: 1412px;
  margin: 0 auto;
}

/*--------------------------------*/
.ftsocial, .copyText{
    margin-top:0px !important;
}
.access_code_input { 
margin-top: 11px !important;
}

.back_img {
    height : 450px; 
}

.dlab-contact  { 
    font-size:17px;
}

.sigButton {
    font-size:18px !important;
}


/*-------------------------------*/
/*menu icon*/
.icon-bar {
  width: 22px; 
  height: 2px;
  background-color: #6c6c6c;
  display: block;
  transition: all 0.2s;
  margin-top: 4px
}
.topMenu .navbar {
 padding: 0rem; 
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
/*end menu icon*/
.logo{
  max-width: 100px;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 5px;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  height: auto;
}
@keyframes smoothScroll {
  0% {transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);}
  100% {transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);}
}

.topMenu.sticky{
  animation: smoothScroll 1s forwards;
}
.topMenu{
  width: 100%;
  padding: 15px 0px;
  background-color: #f9f9f9;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}
.topmeu ul {
    margin-left: auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
   /* margin-top: -27px !important;*/
    margin-top: -13px !important;
}
/*.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #a01a09;
  }*/
  .navbar-light .navbar-nav .nav-link {
    color: #010101;
  }
  .topmeu .nav-link {
    display: block;
    padding: 0px;
}
  .topmeu ul li{
    padding: 11px; /*10px;*/
  }
  .topmeu ul .nav-item{
    font-size: 16px;
    font-weight: 700;
  }
  .topmeu ul .nav-item.active{
     background-color: #163161; 
}
.topmeu ul .nav-item:hover{
     background-color: #163161; 
}
  .topmeu ul .nav-item:hover .nav-link{
   color: #f89a44;
 }
 .topmeu ul .nav-item.active .nav-link{
   color: #f89a44;
 }
 .cmsField .form-control {
    height: calc(1.5em + .75rem + 9px);
    padding: .375rem .75rem;
    font-size: 16px;
    color: #495057;
    border: 0px solid #ced4da;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    margin-left: 10px;
    width: 288px;
}
.menuLink{
  margin-top: 5px;
}
.menuLink a{
  color: #163161;
}

 .bannerBg {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bannerCapt {
    width: 1140px;
    margin: 0 auto;
    position: absolute;
        top: 50%;
   /* top: 44%;*/
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner_tital{
  font-size: 39px;
  color: #163161;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner_tital1{
    
  font-size: 42px;
  color: #0c1a31;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner_tital2{
  font-size: 40px; /*44px;*/
  color: #fc8c23;
  margin-bottom: 40px;
}
.btns1 {
    height: 47px;
    background-color: #fc8c23;
    display: inline-block;
    border-radius: 10px;
    box-shadow: -6px 0px 9px rgb(0 0 0 / 50%);
    margin: 0px 5px;
    font-size: 16px;
    padding: 12px 15px;
    font-weight: bold;
}
.btns1:hover{
  background-color: #163161;
  text-decoration: none;
}
.paper_img1{
  position: relative;
}
.paper_tital_wrap {
    position: absolute;
    top: 32%;
    left: 56%;
    transform: translate(-50%, -50%);
}
.paper_tital{
    font-size: 45px;
/*  font-size: 60px;*/
  color: #031320;
  text-align: center;
}
.paperImg{
  position: relative;
}
.paperCapt{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}
.paperRect {
  width: 861px;
  margin: 0 auto 0 100px;
}
.icons{
  max-width: 137px;
  width: 100%;
  margin: 0 auto;
}
.captTital{
  font-size: 48px;
  color: #031320;
}
.mindfulText{
  font-size: 36px;
  color: #163161;
  margin-top: 135px;
}
.wrap2{
  width: 100%;
  background-repeat: no-repeat;
  padding: 5px 0px
}
.btns {
    width: 398px;
    height: 68px;
    background-color: #fc8c23;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 0px 17px rgb(0 0 0 / 30%);
    margin: 0px 14px;
    font-size: 26px;
    padding: 16px 8px;
    font-weight: bold;
}
.btns:hover{
  background-color: #ff8717;
  transition:0.4s;
  text-decoration: none;
}
.but_wrap{
  padding-top: 40px;
}
.testimonialWrap {
  margin-top: 96px;
}
.testi_tital{
  font-size: 35px; /* 60px;*/
  color: #0c1a31;
  margin-bottom: 40px;
}
.testimonial-slider {
  margin-bottom: 120px;
}
.testi_contMain{
  background-color: #eaeaea;
  border-radius: 4px;
  padding: 40px 25px;
  margin: 0px 15px;
}
.slide_tital{
  font-size: 32px;
    color: #0c1a31;
    font-weight: bold;
}
.slide_text{
    font-size: 16px;
    color: #585858;
    margin: 20px 0;
}
.client_img{
  width: 70px;
  height: 70px;
  border-radius: 100px;
  border:1px solid #fc8c23;
  background-color: #fff;
  margin-right: 15px;
}
.client_img img{
  border-radius: 100px;
}
.cliname{
  font-size: 20px;
    color: #0c1a31;
    font-weight: bold;
}
.clipos{
  font-size: 14px;
  color: #0c1a31;
}
.testimonial-slider .slick-dots li button:before {
  font-size: 50px;
  line-height: 20px;
  text-align: center;
  width: 0px;
  height: 0px;
  color: black;
  opacity: 0.25;
  box-shadow: 0px 0px 4px rgba(0,0,0, 0.3)
}
.testimonial-slider .slick-dots li.slick-active button:before {
  color: #fc8c23;
  opacity: 1;
}
.testimonial-slider .slick-dots li button {
  border: 1px solid #ccc;
  height: 12px;
  width: 12px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
  margin-left: 3px;
  margin-top: 3px;
  border-radius: 100px;
}
.clientsLogoWrap {
  margin-bottom: 70px;
}
.wrap3{
  background-color: #eaeaea;
  padding: 50px 0px;
}
.cardImg img{
  border-radius: 6px;
}
.cardImg{
  position: relative;
  border-radius: 6px;
}
.cardImg:before{
  position: absolute;
  content: '';
  background-color: rgba(0,22,62,0.9);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 6px;
}
.cardText{
  position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 21px; /*25px;*/
    transform: translate(-50%, -50%);
    width: 92%;
    text-align: center;
}
.wrap4{
  width: 100%;
  background-repeat: no-repeat;
  padding: 65px 0px;
}
.wrap5{
  background-color: #eaeaea;
  width: 100%;
  padding: 50px 0;
}
.coutIcon{
  max-width: 98px;
  width: 100%;
  margin: 0 auto;
}
.num_count{
  font-size: 48px;
  color: #0c1a31;
}
.countText{
  font-size: 32px;
  color: #fc8c23;
}
.ftErap{
  background-color: #00163e;
  width: 100%;
 /* padding: 40px 0px 25px;*/
   padding: 11px 0px 11px;
}

.ftmenu{}
.ftmenu ul{}
.ftmenu ul li{
  list-style: none;
  position: relative;
  display: inline-block;
  color: #eaeaea;
  padding: 0px 24px;
}
.ftmenu ul li:not(:last-child):before{
  content: '|';
  position: absolute;
  top:0px;
  right: 0px;
}
.ftmenu ul li a{
  color: #eaeaea;
  font-size: 14px; /*18px;*/
}
.ftmenu ul li a:hover{
  color: #fc8c23;
  text-decoration: none;
  transition:.4s;
}
.ftsocial ul{}
.ftsocial ul li {
    list-style: none;
    display: inline-block;
    color: #eaeaea;
    padding: 0 8px;
    font-size: 24px;
}
.ftsocial ul li a{
  color: #eaeaea;
}
.ftsocial ul li a:hover{
  color: #fc8c23;
  transition:.4s;
}
.copyText{
  color: #eaeaea;
}

/*Responsive Media Quries*/
@media (min-width: 1200px){}
@media (max-width: 1299px){}
@media (max-width: 1199px){
  .bannerCapt {
    width: 88%;
    margin: 0 auto;
}
.topmeu ul .nav-item {
    font-size: 14px;
    font-weight: 700;
    
}
.cmsField .form-control {
    font-size: 14px;
}
.captTital {
    font-size: 34px;
}
.icons {
    max-width: 84px;
}
.paperRect {
    width: 100%;
    margin: 0 auto 0 0px;
}
.paperCapt {
    left: 56%;
    transform: translate(-50%, -36%);
    width: 100%;
}
.mindfulText {
    font-size: 28px;
    margin-top: 100px;
}
.btns {
    width: 325px;
    height: 59px;
    font-size: 20px;
}
.testi_tital {
    font-size: 48px;
}
.testimonialWrap {
    margin-top: 58px;
}
.slide_tital {
    font-size: 28px;
}
.cardText {
    font-size: 20px;
}
.coutIcon {
    max-width: 82px;
}
.num_count {
    font-size: 40px;
}
.countText {
    font-size: 28px;
}
.ftmenu ul li a {
    font-size: 14px;
}
.ftsocial ul li {
    font-size: 20px;
}
.banner_tital {
    font-size: 32px;
    margin-bottom: 15px;
}
.banner_tital1 {
    font-size: 30px;
    margin-bottom: 15px;
}
.banner_tital2 {
    font-size: 34px;
    margin-bottom: 35px;
}
.btns1 {
    height: 40px;
    border-radius: 6px;
    margin: 0px 5px;
    font-size: 14px;
    padding: 10px 10px;
    margin-bottom: 13px;
}
.paper_tital {
    font-size: 50px;
}
.bannerCapt {
    top: 50%;
}
}
@media (max-width: 991px){
  .topMenu #navbarTogglerDemo01 {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    margin-top: 0px !important;
}
.logo {
    max-width: 65px;
}
.topmeu ul {
    box-shadow: none;
}
  .topMenu #navbarTogglerDemo01{position: fixed;top: 75px;background: #fff;z-index: 9999;width: 100%;left: 0;}
  .topMenu.sticky #navbarTogglerDemo01 {
    top: 94px;
    padding: 15px 0px;
}
   /*.topmeu ul {padding:30px; margin-top: 0px !important; } */
  
  topmeu ul {padding:30px;  margin-top: 85px !important; }

.topmeu ul .nav-item {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid gray;
}
  .access_code_input>div>div {
    width:68%!important;
}
  .topmeu ul li {padding: 10px 10px;}
  .captTital {
    font-size: 28px;
}
.cmsField .form-control {
    margin-left: 34px;
    width: 257px;
}
.menuLink {
    margin-top: 16px;
    text-align: left !important;
    padding-left: 34px;
}
.cardText {
    font-size: 14px;
}
.icons {
    max-width: 58px;
}
.btns {
    width: 286px;
    height: 52px;
    font-size: 16px;
}
.testi_tital {
    font-size: 40px;
}
.slide_tital {
    font-size: 24px;
}
.coutIcon {
    max-width: 70px;
}
.num_count {
    font-size: 34px;
}
.countText {
    font-size: 22px;
}
.client_img {
    width: 65px;
    height: 65px;
}
.banner_tital2 {
    font-size: 26px;
    margin-bottom: 35px;
}
.banner_tital {
    font-size: 26px;
    margin-bottom: 15px;
}
.banner_tital1 {
    font-size: 26px;
    margin-bottom: 15px;
}
.paper_tital {
    font-size: 38px;
}
}

@media (max-width: 767px) { 
.icons {
    max-width: 48px;
}
.captTital {
    font-size: 22px;
}
.mindfulText {
    font-size: 20px;
    margin-top: 58px;
}
.btns {
    width: 220px;
    height: 45px;
    font-size: 14px;
    padding: 12px;
}
.testi_tital {
    font-size: 34px;
}
  .cardImg {
    margin-bottom: 30px;
}
.ftmenu ul li {
    margin-bottom: 10px;
}
.ftsocial.mt-5{
    margin-top: 2rem!important;
}
.back_img {
    height: 100vh;
}
.banner_tital {
    font-size: 46px;
    margin-bottom: 15px;
}
.banner_tital1 {
    font-size: 42px;
    margin-bottom: 15px;
}
.banner_tital2 {
    font-size: 39px;
    margin-bottom: 35px;
}
.paper_tital {
    font-size: 62px;
}
}

@media (max-width: 575px) {
  /*.paperRect .d-flex {
    display: block !important;
}*/
.captTital {
    font-size: 14px;
}
.mindfulText {
    font-size: 15px;
    margin-top: 32px;
}
.icons {
    max-width: 34px;
}
.paperCapt {
    left: 50%;
    transform: translate(-50%, -36%);
    width: 100%;
}
.icons {
    max-width: 34px;
}
.topMenu #navbarTogglerDemo01 {
    top: 75px;
    padding: 15px 0;
}
.btns {
    margin-bottom: 20px;
    border-radius: 6px;
}
.testi_tital {
    font-size: 28px;
}
.banner_tital {
    font-size: 24px;
    margin-bottom: 15px;
}
.banner_tital1 {
    font-size: 28px;
    margin-bottom: 15px;
}
.banner_tital2 {
    font-size: 26px;
    margin-bottom: 35px;
}
.paper_tital {
    font-size: 36px;
}
}


/*@media (max-width: 480px) {
  .topMenu #navbarTogglerDemo01{top: 140px;}
}*/