
html{
  scroll-behavior: smooth;
}
body{
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  /*line-height: normal;*/
  background: #FFF;
  color: #212121;
  overflow: visible;
}
html,
body {
  overflow-x: hidden;
  }
/*  body._lock .header__container{
    justify-content: center;
  }*/
  body._lock .header{
    position: fixed;
  } 
b, strong{
  font-weight: bold;
}
article, content, topic{
  display: block;
}
topic{
  overflow: auto;
  background-color: #FDECED;
  text-align: center;
  padding: 40px;
  margin-bottom: 30px;
}
.justify{
  text-align: justify;
}
.img-w-100 img{
  width: 100%;
}
.icon-photo-hook-ent img{
  height: 40px;
  width: auto;
}
.sub-heading{
  position: relative;
}
.sub-heading span:nth-child(1){
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 77%;
  margin-top: 2px;
  margin-right: 10px;
}
.sub-heading span:nth-child(2){
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
}

.mobile_visible, .mobile-visible{ 
  visibility:visible !important;
}
.mobile_only, .mobile-only{ 
  display:block;
}
.desktop_only, .desktop-only{
  display: none;
}
a, a:visited, a:hover{
  text-decoration:none !important; 
  color: #212121;
  color: unset;
}
.container{
/*  margin: -1px auto !important; */
  padding: 25px 20px;
  overflow: inherit;
}
.boundary-box{
  margin: 0px auto;
  padding-left: 10vw;
  padding-right: 10vw;
}
.boundary-box-tight{
  padding-left: 5vw;
  padding-right: 5vw;
}
.main-content-holder{
  margin-top: 50px;
  margin-top: -1px;
  overflow: visible;
}
.main-content-holder ul li{
  list-style: disc !important;
}
.bg-main{
  background: url("../../assets/img/site/bg_main.svg");
  background-size: cover;
}


/* Menu Styles */
.wrapper {
  min-height: auto;
}
.header{
  position: relative;
  background: #E11F27;
  background: none;
  opacity: 0.95;
  opacity: 1;
}
.header__logo {
    border-radius: 0;
    background: none;
    position: relative;
    z-index: 5;
    width: auto;
    height: 80px;
    padding: 2px;
    padding: 10px;
}
.header a, .header a:visited {
    text-decoration: none !important;
    color: #121212;
    color: #4AB8EB;
}
.menu__list{
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
}
.menu__link{
  font-family: inherit;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.menu__list > li {
  margin-left: 0px;
  margin-bottom: 20px;
}
.header__container{
  padding: 0 15px !important;
  min-height: 90px;
  min-height: 80px;
}
main.page{
  padding: 90px 0 0px 0;
  padding: 0px 0 0px 0;
}
@media (max-width: 767px){
  .menu__body::before {
    position: fixed;
    background: #FFF;
    background: none;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    background-color: #000;
  }
  .menu__icon._active span, .menu__icon._active::before, .menu__icon._active::after {
    background-color: #000;
  }
  .menu__body {
    background-color: rgb(0 0 0 / 100%);
    background: #FFF;
    overflow-y: hidden;
  }
  .logo-box img{
/*    min-height: 80px;
    background-color: #c5c5c5;  */
  }
}
.menu__body a, .menu__body a:visited{
  color: #FFF;
  color: #0E0E0E;
}
.menu__body._active a, .menu__body._active a:visited{
  color: #4D5E6A;
  color: #FFF;
  color: #0E0E0E;
}
/*End Menu Styles */
.menu__list{
  /* margin-top: -50px; */
}
.nav__logo{
  top: -75px;
  position: relative;
  z-index: 7;
  overflow: auto;
}
.nav__logo img{
  height: 200px;
  margin-bottom: 25px;

/*  visibility: hidden; */
  height: 50px;
  margin-bottom: 25px;
}
.logo-link{
/*  visibility: hidden; */
}
.follow-header{
  border-top: 1px solid #333;
  margin-top: 125px;
  padding-top: 25px;
}

.font-normal{
  font-weight: normal !important;
}

.alt-bg{
  background-color: #EDF2F5;
  color: #1B1B1B;
}
.alt-bg p{
  color: #18191F;
}
.alt-bg2{
  background-color: #E5E9F2;
  color: #1B1B1B;
}
.bg-primary{
  background-color: #53C2E8 !important;
}
.bg-grey-shade{
  background: #EEEEEE;
}
.bg-D9D9D9{
  background: #D9D9D9;
}
.bg-ED0600{
  background: #ED0600;
}
.padme{
  padding-top: 4vh;
  padding-bottom: 4vh;
}
.padme-xs{
  padding-top: 1vh;
  padding-bottom: 1vh;
}
.padme-sm{
  padding-top: 2vh;
  padding-bottom: 2vh;
}
.btn{
  padding: 12px 15px;
}
.btn-xs{
  padding: 4px 6px !important;
  font-size: 12px;
}
.btn-warning{
  padding: 6px 16px;
  background: #FFC600;
  border: none;
  border-color: #d27242;
  border-radius: 10px;
  font-size: 18px;
}
.btn-warning:hover{
  background-color: #cea402ad;
  color: #fff;
}
.btn-default{
  background: #FFF;
  border-color: #9A52C7;
  border-radius: 10px;
  color: #333;
}
.btn-default{
  border-color: #FFC600;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}
.btn-primary{
  background: #53C2E8;
  border-color: #53C2E8;
  border-radius: 1px;
}
.btn-primary:hover, .btn-check:focus+.btn-primary, .btn-primary:focus{
  background: #0bacd7;
  border-color: #0bacd7;
}
.btn-info{
  background: #2696FF;
}
.btn-danger{
  background: #FF0039;
}
.btn-border-black{
  border-color: #000;
}
.btn-subscribe-main{
  font-size: 13px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-top: 3px !important;
}
.btn-flatwide{
  width: 75%;
  border-radius: 5px;
  letter-spacing: 0.25px;
}
.btn-flatwide-lg{
  width: 100%;
}
.btn-rounded{
  border-radius: 100px;
}
.dark-vader-mobile{
  position: relative;
  background-color: #021221 !important;
  color: #FFF !important;
  margin-top: 15px;
  padding-top: 40px !important;
}
.dark-sidius-bg{
  background-color: #000000 !important;
}
.menu__link a:hover .btn-subscribe-main, .menu__link span.btn-subscribe-main:hover {
  color: #000 !important;
}
.manifesto-float-link{
  position: absolute;
  right: 15px;
  top: 10px;
}
.manifesto-float-link .btn {
    padding: 4px 5px;
    font-size: 0.8rem;
}
.select-primary{
  border-color: #53C2E8;
}
.border-primary {
    border-color: #4ECDC4 !important;
}
.width-fit{
  width: fit-content;
}
.form-muted{
  background-color: #4D4D4D33;
  border-color: #4D4D4D33;
  font-size: 12px;
}
.form-muted::placeholder{
  color: #FEFEFE !important;
}
.mailchimp-form{
  background: #FFF;
  color: #333;
}
.input-fonts input,
.input-fonts textarea,
.input-fonts select option,
.input-fonts-text{
  font-family: Roboto !important;
}
.email-input{
  background: none;
  padding: 10px;
}
.custom-blue-badge{
  background: rgba(74, 184, 235, 0.2) !important;
  color: rgba(74, 184, 235, 1) !important;
  font-size: 12px;
  padding: 8px 20px;
  padding-top: 12px;
  border-radius: 30px;
  grid-gap: 10px;
}
.big-bold-text{
  font-size: 26px;
  font-weight: 500;
  line-height: 40px !important;
  margin-top: 2.5vh;
  margin-bottom: 3.5vh;
}
.muted-p{
  color: rgba(189, 189, 189, 1);
}
.subscribe-form{
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
}
.share-link-btn{
  margin-left: 10px;
  padding: 10px;
  padding-bottom: 11px;
  padding-left: 50px;
  padding-right: 50px;
}
.arrow-custom1{
  width: auto !important;
  height: 12px;
  vertical-align: middle;
  margin-left: 10px;
}
.list-style-disc li{
  list-style: disc;
}

logo{
  display: none;
}
logo img{
  width: 100%;
}
h1,h2,h3,h4{
  font-family: "KG Blank Space";
  font-weight: 600;
}
h1,h2,h3,h4,p{
  margin-top: 2vh;
  margin-bottom: 2vh;
}
h4 span{
  color: #BEBEBE;
}
h1{
  /*font-size: 60px;*/
  font-size: 40px;
}
h2{
  /*font-size: 40px;*/
  font-size: 30px;
}
h3{
  /*font-size: 28px;*/
  font-size: 22px;
}
h4{
  /*font-size: 18px;*/
  font-size: 16px;
}
p{
  font-size: inherit;
  font-size: 10px;
/*  color: #7A7A7A;
  color: #000;  */
}
small{
  font-size: 10px;
}
.heading-text{
  font-family: "KG Blank Space";
}
.heading-text-1{
  font-size: 16px;
}
.heading-text-2{
  font-family: "KG Blank Space";
  font-size: 16px;
}
.larger-text{
  font-size: 12px;
}

.text-direction-down
{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(360deg);
  white-space: nowrap;
}
.text-sm-center{
  text-align: center !important;
}
.text-md-center{
  text-align: left !important;
}
.text-centered{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-primary{
  color: #53C2E8 !important;
}
.text-danger{
  color: #FF0039 !important;
}
.text-secondary{
  color:#CCCCCC !important;
}
.rounded-full{
  border-radius: 77%;
}

.small-break{
  display: inline;
}
.big-break{
  display: none;
}
.header{
/*  min-height: 100vh;
  overflow: hidden; */
}
.section-h100{
  min-height: 90vh;
}
.section-h50{
  min-height: 50vh;
}
.section-padded{
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1200px;
  margin:0px auto;
}
.flex-center-items{
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-link{
  background-color: rgba(243, 185, 68, 1);
  border-radius: 0.5px !important;
  border: 1px solid rgba(243, 185, 68, 1);
  color: #000;
  font-weight: 700;
}
.button-link-alt{
  background-color: transparent;
  border-radius: 0.5px !important;
}

.apply_page ul{
    padding-left: 1em !important;
}
.apply_page ul li{
  list-style: square !important;
  list-style-type: square !important;
}


/* Scoping styles */
.apply-page-styles {
  /*background-color: #ffffff; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); */
}

/* Styles for the main content wrapper (controls width and centering on desktop) */
.apply-page-styles .content-wrapper {
/*    max-width: 800px; */
}

/* Add space between the main header section and the content section */
.apply-page-styles .header-section {
    margin-bottom: 1rem; /* Add some space below the main title */
}

/* Add space between content blocks (each H4 and its content) */
.apply-page-styles .section-block {
    margin-bottom: 2rem; /* Space out the sections */
}

/* Style Main Heading */
.apply-page-styles h3 {
    color: #333; /* Darker color for emphasis */
    font-size: 2.5rem; /* Larger size */
    font-weight: 700; /* Bolder */
    margin-bottom: 1.5rem; /* More space below main title */
    line-height: 1.2;
}

/* Style Section Headings */
.apply-page-styles h4 {
    color: #555; /* Slightly less prominent than H3 */
    font-size: 1.6rem; /* Size for section titles */
    font-weight: 600; /* Semi-bold */
    margin-top: 0; /* Remove default Bootstrap top margin */
    margin-bottom: 1rem; /* Space below the section title */
    line-height: 1.4;
    border-bottom: 2px solid #eee; /* Subtle underline */
    padding-bottom: 0.5rem; /* Space between text and underline */
}

/* Style Body Text and Paragraphs */
.apply-page-styles p {
    color: #444; /* Darker color for better readability */
    font-size: 1.1rem; /* Slightly larger font size */
    line-height: 1.8; /* Increased line height for readability */
    margin-bottom: 1.5rem; /* More space between paragraphs */
}

/* Style Lists */
.apply-page-styles ul {
    color: #444;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem; /* Space below the list */
    padding-left: 20px; /* Standard indentation */
}

.apply-page-styles ul li {
    margin-bottom: 0.5rem; /* Space between list items */
}

/* Style the "Apply Now" Button */
.apply-page-styles .apply-button {
    font-size: 1.2rem; /* Larger text */
    font-weight: 600; /* Bolder text */
    padding: 0.75rem 2rem; /* More vertical padding */
    border-radius: 50px; /* Pill shape */
    /* Customize colors if you want something other than Bootstrap danger */
    /* background-color: #ff4136; */
    /* border-color: #ff4136; */
    /* color: #fff; */
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease; /* Smooth hover/active effect */
}

.apply-page-styles .apply-button:hover {
    /* background-color: #e03930; */
    /* border-color: #d8352d; */
    transform: translateY(-2px); /* Slight lift on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
}

.apply-page-styles .apply-button:active {
    transform: translateY(0); /* Press down effect */
    box-shadow: none;
}


.wrapper-top-noimage{
}
.wrapper-top{
  /*background: url("../img/site/hero.png") no-repeat top center;*/
  background: url("../img/site/mob-bg.png") no-repeat top center;
  background-size: cover;
  background-position: top;
}
.wrapper-top:before{
  position: absolute;
  content: ' ';
  background: #021221B2;
  background: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-container{
  position: relative;
  font-family: Montserrat;
  /*background: url("../img/site/hero.png") no-repeat top center;
  background: url("../img/site/mob-bg.png") no-repeat top center;
  background-size: cover;
  background-position: top;*/
  max-width: 100% !important;
  margin:0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 100px;
}
.hero-container:before{
}
.hero-container .hero{
  padding-top: 20px;
  z-index: 2;
  font-weight: 600 !important;
}
.hero-container .hero-subtitle{
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 2;
}
.hero-container .hero .display-4,
.hero-container .hero .display-5{
  font-weight: 600;
}
.hero h2{
  margin-top: 0px;
  margin-bottom: 20px;
}
.hero h2 .text-danger, .hero-subtitle .text-danger{
  color: #EF305B !important;
}
.hero p{
  font-size: 11px !important;
  margin-bottom: 20px;
}
.p-lead {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.75;
}
.our-strategies{
  min-height: 10vh;
}
.our-strategies p{
  line-height: 1.5;
  font-size: inherit;
}
.expertise-area{
  margin-top: 20px;
  min-height: 20vh;
  margin-bottom: 10px;
}
.expertise-area p{
  font-size: 24px !important;
}
.expertise-area p:hover{
  color: #fdb50f !important;
  cursor: default;
}

.services-box-holder{
  font-family: Montserrat;
}
.services-box-holder div div{
  font-size: 14px;
}
.services-box-1 .services-box-inner{
  background: url('../img/site/about1.png') no-repeat top center;
  background-size: cover;
}
.services-box-2 .services-box-inner{
  background: url('../img/site/about1.png') no-repeat top center;
  background-size: cover;
}
.services-box-3 .services-box-inner{
  background: url('../img/site/about1.png') no-repeat top center;
  background-size: cover;
}
.services-box-4 .services-box-inner{
  background: url('../img/site/about1.png') no-repeat top center;
  background-size: cover;
}
.services-box-inner{
  position: relative;
}
.services-box-inner:before{
  position: absolute;
  content: ' ';
  background: #021221CC;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.services-box-content{
  position: relative;
  z-index: 2;
}

.services2-box-holder{
  position: relative;
  margin-top: -75px;
}
.services2-box-inner{
  position: relative;
  width: 85%;
  margin: 0px auto;
  background: #000 !important;
  border-radius: 2pt;
}
.services2-box-inner:before{
  
}
.services2-box-content{
  position: relative;
  z-index: 2;
}
.services2-box-holder .display-6{
  font-size: calc(1.0rem + 1.0vw) !important;
}
.rounded-edges{
  border-radius: 2pt;
}

.collab-box-holder{
  position: relative;
  background: url('../img/site/contact.png') no-repeat top center;
  background-size: cover;
  min-height: 400px;
}
.collab-box-holder:before{
  position: absolute;
  content: ' ';
  background: #021221B2;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.collab-box-holder-inner{
  position: relative;
  padding-top: 100px;
  z-index: 2;
}

.quote-ceo{
  color: #FFFFFF99;
}
.subtitle-ceo{
  color: #FFFFFF99;
}

.info-box-holder{
  margin-top: 70px;
  margin-top: 20px;
}

.mgt-box-holder{
  font-family: Montserrat;
}
.mgt-box-avatar{
  
}
.mgt-box-avatar img{
  border-radius: 77%;
  width: 100%;
}

footer{
  font-size: 16px;
  padding: 0;
  margin:0;
  background: #FFF;
}
footer h5{
  font-size: 24px;
  font-weight: 500;
}
footer p{
}
footer a{
  font-size: 18px;
  color: #D9DBE1;
}
footer a span, footer div a, footer a:visited{
  color: #D9DBE1;
  color: #fff;
}
footer div a b{
  position: relative;
  color: #2EC5CE;
  font-size: 20px;
  font-weight: 100;
  margin-left: 5px;
  top: 3px;
}
.footer-social-links-box{
  height: 100%;
}
.footer-social-links span{
  display: inline-block;
  background: #4D4D4D33;
  padding: 15px;
  margin: 10px;
  border-radius: 77%;
  opacity: 0.8;
}
.footer-social-links span a{
  padding: 2px;
  padding-top: 5px;
}
.social-links{

}
.social-links img{
  width: 20px; 
  height: auto;
}
.footer-nav-links{
  justify-content: center;
}
.footer-nav-links a, .footer-nav-links a:visited{
  color: unset;
}
footer a span, footer div a, footer a:visited{
  color: unset;
}
.footer-logo{
  width: 40%;
  margin-left: -3px;
}
.footer-left{
  text-align: left;
  margin-top: 10px;
}
.footer-right{
  text-align: center;
  margin: 20px auto;
  margin-bottom: 5px;
}
.footer-right span{
  
}
.footer-right span{
  display: inline-block;
  vertical-align: middle;
}
.footer-top{
  padding: 5vw;
  padding-bottom: 2.5vw;
}
.footer-bottom{
  padding: 5vw;
}
.footer-copyright{
}
.partner-logos img{
  max-height: 50px;
}
.polygon{
  
}
.polygon span{
  background: url("../img/polygon.png") no-repeat;
  background-size: contain;
  padding: 20px;
  padding-top: 13px;
  text-align: center;
}
.polygon span b{
  font-weight: 100;
}

.float-right{
  float: right;
}

.col-perc-10{
  width: calc(100% / 10);
}

.hero-footer{
}
.hero-footer .text-slider{
  position: absolute;
  bottom: 5px;
}
.hero-footer .text-slider .row div{
  width: calc(100% / 16);
  text-align: center;
}
.hero-footer .text-slider .row{
  min-width: 2800px;
}
.hero-footer span{
  color: #FFF;
  font-size: 20px !important;
}


.marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    background: #fefefe;
    color: #333;
    border: 1px solid #4a4a4a;
}

.marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
}

.social-links-section-box1{
  margin-left: 25px;
}
.social-links-section-box2{
  margin-bottom: 100px;
  margin-left: 25px;
}
.social-links-section a{
  display: block;
  float: left;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 5px;
  text-align: center;
  min-width: 35px;
  background: #1E1E1E;
  border-radius: 77%;;
}

#page-loader{
  position: fixed;
  top:0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background-color: #000;
  z-index: 100000;
}
#page-loader .lds-ripple,
#page-loader .lds-facebook{
  position: relative;
  display: inline-block;
  top: 44%;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(1%);
        -webkit-transform: translateX(1%);
        transform: translateX(1%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}