:root {
  --primaryColor: #08395e;
  --secondaryColor: #8686e0;
  --accentColor: #f9f6b8;
  --textColor: #4d4d4f;
}

@font-face {
  font-family: "reckless";
  src: url("/content/dam/sites/cee/leadership-portfolio/assets/fonts/RecklessGX.woff2") format("woff2"),
    /* Modern browsers */ url("/content/dam/sites/cee/leadership-portfolio/assets/fonts/RecklessGX.woff") format("woff"),
    /* Older browsers */ url("/content/dam/sites/cee/leadership-portfolio/assets/fonts/RecklessGX.ttf") format("truetype"),
    /* TrueType for compatibility */ url("fonts/.otf") format("opentype"),
    /* OpenType format */ url("/content/dam/sites/cee/leadership-portfolio/assets/fonts/RecklessGX.eot")
      format("embedded-opentype"),
    /* IE compatibility */ url("/content/dam/sites/cee/leadership-portfolio/assets/fonts/RecklessGX.svg") format("svg"); /* Legacy iOS support */
}

/* .inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
body,
html {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  padding: 0 !important;
  max-width: 100%;
  overflow-x: hidden;
}
body p {
  color: white;
}

* {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.fixed_nav {
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transform: translateY(-110%);
  box-shadow: rgba(100, 100, 111, 0) 0px 7px 29px 0px;
  transition: all 0.3s ease-in-out;
}

.fixed_nav.show {
  transform: translateY(0%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.image1 {
  width: 152px;
}
.image2 {
  width: 118px;
}
.section1 {
  background-color: #e6ebef;
}

.section1::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 146px;
  background: #8686e0;
  content: "";
}

.section1 h1 {
  font-family: reckless;
  font-size: 56px;
}

.section1 h2 {
  font-size: 24px;
  position: relative;
}

.section1 h2 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 6px;
  background-color: #baff92;
  position: absolute;
  display: block;
}

.button1 {
  border-radius: 27px;
  padding-inline: 32px;
  height: 50px;
  display: flex;
  flex-direction: row;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #08395e;
}

.cta-btn:hover,
.cta-btn:active,
.cta-btn:focus {
  background-color: #2f3a40;
}

.button1 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 3px;
  background-color: #baff92;
  position: absolute;
  display: block;
}

.image-button {
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  border: none;
}

.text3 {
  font-size: 16px;
  font-family: reckless;
  text-transform: capitalize;
  font-weight: 700;
  color: #08395e;
  padding: 0;
  margin: 0;
}
.text4 {
  font-size: 13px;
  color: #4d4d4f;
  padding: 0;
  margin: 0;
}

.icon-img {
  width: auto;
  height: 48px;
  margin-top: 5px;
}

.section3 {
  background-color: #08395e;
}

.section3 h1 {
  font-size: 28px;
  font-family: reckless;
  font-weight: 600;
  color: white;
}


.text5 {
  font-size: 26px;
  font-family: reckless;
  font-weight: 600;
  color: var(--primaryColor);
}
.text5-1 {
  font-size: 24px;
  font-family: reckless;
  font-weight: 600;
  color: var(--primaryColor);
}


.section3box h1 span::after,
.section4 h1 span::after,
.section5 h1 span::after,
.section6 h1 span::after,
.section7 h1 span::after,
.section8 h1 span::after,
.section9 h1 span::after,
.section10 h1 span::after,
.section13 h1 span::after,
.section14 h1 span::after,
.section15 h1 span::after,
.section11 h1 span::after {
  content: "";
  z-index: -1;
   width: 100%;
   position: absolute;
  display: block;
  
  background-image: linear-gradient(#c4ad1a, #c4ad1a);
  background-size: 100% 0.35em;
  background-repeat: no-repeat;
  background-position: 0 100%;
    padding-bottom: 0.2em;
    line-height: 1.8;
}

.section3box span{ 

	background-image: linear-gradient(#c4ad1a, #c4ad1a);
    background-size: 100% 0.20em;
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-bottom: 0.0em;
    line-height: 1.5; 
}

.section14 img{ border-radius:10px;}

.section6 p {
  color: #4d4d4f;
}

.text7 {
  font-size: 21px;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.text8 {
  position: absolute;
  bottom: 8%;
}

.section7, .section15{
  background-color: var(--secondaryColor);
  position: relative;
}

.section10 {
  background-color: #1d54ff;
}
.section10 p {
  font-size: 0.8em;
}
.section10 h3 {
  color: #baff92;
}
.text9 {
  font-size: 57px;
  font-family: "reckless";
  color: #ffffff;
}

.text-grey {
  color: #4d4d4f;
}

.section8 h3 {
  color: #08395e;
  font-size: 27px;
}
.section8 p {
  color: #08395e;
  font-size: 16px;
}

.section9 {
  background-color: var(--secondaryColor);
}
.section9-img {
  width: 100%;
  padding-top: 32px;
}

.section11 p {
  color: #4d4d4f;
}

.section12 {
  background-color: #e6ebf0;
}

.partnerlogo1 {
  width: 120px;
}

.partnerlogo2 {
  width: 133px;
}

.partnerlogo3 {
  width: 40px;
}

.partnerlogo4 {
  width: 150px;
}

.partnerlogo5 {
  width: 35px;
}

.partnerlogo6 {
  width: 70px;
}

.partnerlogo7 {
  width: 139px;
}

.section12-icons2 {
  /* width: 293px; */
  width: 100%;
}

.DottedLine {
  width: 100%;
  height: 2px;
  border-bottom: 1px dotted black;
}.footer img{ width:40px;}

.footer2 {
  background-color: #4d4d4f;
}
.footer2 p {
  color: white;
  font-size: 10px;
  padding: 0;
  margin: 0;
}

.footer h2 {
  font-size: 21px;
}

.footer h2 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 3px;
  background-color: #baff92;
  position: absolute;
  display: block;
}

.section span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 6px;
  background-color: #baff92;
  position: absolute;
  display: block;
}

.section h1 {
  font-size: 64px;
  font-family: "reckless";
}
.text10 {
  font-size: 16px;
  color: #4D4D4F;
}

.section12 img {
  width: auto;
  height: 53px;
}

.social_links img {
  width: 28px;
}

/* thank you page end */

@media screen and (max-width: 1399px) {
  body, html {
    font-size: 17px;
  }
  .section1 h1 {
    font-size: 48px;
  }
  .section1 h2 {
    font-size: 19px;
  }
}

@media screen and (max-width: 1199px) {
  body,
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 16px;
  }
  .section1 h1 {
    font-size: 35px;
  }
  .section1::after {
    bottom: 85px;
  }

}

@media screen and (max-width: 767px) {
  .section1::after {
    bottom: 146px;
  }

  .section7 .owl-carousel img {
    width: 100%;
  }
  .section8 .quotes h1 {
    font-size: 22px;
  }
  .section12 img {
    width: auto;
    height: 48px;
  }
  .text9 {
    font-size: 48px;
    font-family: "reckless";
    color: #ffffff;
  }
}

@media screen and (max-width: 575px) {

   .section8 h3,p{
    font-size: 21px;
  }
  .button1 {
    padding-inline: 16px;
    font-size: 16px;
    height: 40px;
  }
  .banner-image {
    transform-origin: center top;
    transform: scale(1.1);
    height: 70vw;
  }
  .section1::after {
    bottom: 88px;
  }
  .section1 h2 {
    font-size: 16px;
  }
  .section1 h1 {
    font-size: 36px;
  }
  .section3_img {
    transform-origin: center top;
    transform: scale(1.1);
  }
  .section3box p,  .bg_inner p {
    font-size: 16px;
  }
  .bg_inner h1 {
    font-size: 24px;
  }
  .section6 p,
  .section9 p,
  .section11 p,
  .text6 {
    font-size: 16px;
  }

  .section12 img {
    height: 37px;
  }
}


.header.thank {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.thank .text5 {
  color: #8686E0;
  font-size: 80px;
  text-transform: capitalize;
}

@media( max-width: 575px ) {
  .image-thank {
    transform-origin: center top;
    transform: scale(1.1);
  }
  .thank .text5 {
    font-size: 64px;
  }
}

.newtext {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.white-bg {
    background-color: white;
}

.grn-bg {
    background-color: #00674e;
}

.lgthg-bg {
    background-color: #baff92;
}

.black-bg {
    background-color: #000;
}

.darkblue-bg {
    background-color: #5d6f7a;
}


.blue-bg {
    background-color: #08395e;
}
.darkclr-bg{ background-color: #c4ad1a;  }

.box-wrapper-boxes h2 {
    font-size: 80px;
}
.box-wrapper h2 {
    font-family: "reckless";
    margin: 0;
    position: relative;
    display: inline-block;
}
.special-text {
    font-size: 122px;
    color: #08395e;
}
.box-wrapper-boxes p {
    font-size: 19px;
}
.box-wrapper p {
    font-family: "reckless";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}

.text-clr{color:#000; }

/* modal start */

.leadtl {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
	color:black;
}

.blue-text{ color:#08395e;}

.cta-container {
    flex: 0 0 206px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-self: center;
}

.cta-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
    color: #fff;
    background-color: #08395e;
    border: 1px solid #08395e;
    border-radius: 4px;
    text-decoration: none;
    transition: color .5s, background-color .5s;
    padding: .5em 1em;
    width: max-content;
    min-width: 200px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
	margin: .5em 1em .5em 0;
    flex: 1 1 auto;
}

.modality-badges{
	display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    /*margin-top: 1em; */
	margin-bottom:0px;
}

.modality-badges .modality-lozenge {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-bottom: .5em;
    margin-right: .5em;
    padding: .25em 1em;
}.associate-logo__title {    color: #585865;    font-size: 14px;    font-weight: 600;    line-height: 22px;    margin-bottom: 22px;    margin-top: 0;}
.brdrigth{ border-right:1px solid #000;  }
@media (max-width: 991px) {
  .form-image {
    height: 200px !important;
  }
.brdrigth{ border:0px;}  
 .box-wrapper-boxes h2 {
    font-size: 48px;
}
      .side-boxes {
        flex-direction: row;
        flex-wrap: wrap;
    }
      .section15 .sidebox {
        width: 40%;
        flex-grow: 1;
        height: 131px;
        background-color: white;
    }
	
	.cta-btn{min-width: 150px !important;}

}

