@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');
.font-crimson {
    font-family: 'Crimson Text', serif;
}
.font-chivo {
    font-family: 'Chivo', sans-serif;
}
body {
    font-family: 'Crimson Text', serif;
}
body .bg-color1 {
    background-color: #99D1EB;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Chivo', sans-serif;
}
.color1 {
    color: #99D1EB;
}
.color2 {
    color:#1C1B1B;
}
.bar_heading a {
    text-decoration: underline;
}
.bgcolor2 {
    background-color:#363D4E;
}
.bgcolor3 {
    background-color: #2D677F;
}
.bgcolor4 {
    background-color: #101010;;
}
.color3 {
    color:#C3C3C3;
}
.color4 {
    color:#1C1B1B;
}
.color5 {
    color: #99D1EB;
}
.color6 {
    color: #393939;
}
.color7 {
    color: #23AADC;
}
.color8 {
    color: #2d677f;
}
.color9 {
    color: #A89F84;
}
.bgcolor6 {
    background-color: #393939;
}
.bgColor7 {
    background-color: rgba(188, 188, 188, 0.16);
}
.expart-slider p {
    font-size: 18px;
}
/* .slider2 {
    font-family: 'Crimson Text', serif;
    font-style: italic;
} */
.font-40 {
    font-size: 40px;
    line-height: 44px;
}
.articles p {
    font-size: 17px;
    line-height: 22px;
    color: #000;
}
.font-300{
    font-weight: 300;
}
.font-400{
    font-weight: 400;
}
.font-700{
    font-weight: 700;
}
.font-900{
    font-weight: 900;
}
p {
    font-family: 'Crimson Text', serif;
}
.top--40 {
    top: -40px;
}
footer ul li {
    font-family: 'Chivo', sans-serif;
}
.video-section iframe {
    height: 643px;
}
.accordion-body  {
    font-size: 22px;
    line-height: 27px;
    color: #1C1B1B;
}
.h-600 {
    height: 690px;
}
.style-two.bottom-contact h6 {
    color: #99D1EB;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 24px;
}
.content_empty {
    content: '';
}
.border-color1 {
    border-color:#1C1B1B;
}
.border-color2 {
    border-color:#31677d;
}
/* .background-blue {
    background-color: rgba(19, 62, 77, 0.9);
} */
.background-bg:before {
    background-color: rgba(45, 103, 127, 0.80);
}
.background-bg1:before {
    background-image: url('../images/banner1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.background-linear {
    /* background: transparent linear-gradient(180deg, #0F0F0F 0%, #4a4a4a 100%) 0% 0% no-repeat padding-box; */
    background: linear-gradient(180deg, #99D1EB 0%, #EAE5D8 100%);
}
.backgroundimgTop {
    background-image: url('/assets/top-design.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.background-bg5:before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.background-bg9:before {
    background-image: url('../images/banner9.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
.background-bg10:before {
    background-image: url('../images/banner10.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.case-studies-section {
    background-color: #fff;
}
.approach {
    background-color: #153340;
}

.case-studies-section:before {
    background-color: rgba(0, 0, 0, 0.9);
}
.mt-665 {
    margin-top: -665px;
}
/* .background-bg-team {
    background-color:#171919;
} */

.expart-slider .item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.69); */
    transition: all ease .4s;
    content: "";
    z-index: 1;
}
.expart-slider .item:hover:before {
    background: #0E6BA8;
    opacity: 0.5;
    transition: all ease .4s;
}
/* .expart-slider .item:hover .item-wrap {
    bottom: 25px;
} */
.expart-slider .item .item-wrap h2 {
    transition: all ease .4s;
}
/* .expart-slider .item:hover .item-wrap h2 {
    font-weight: 700; 
    font-size: 1.5rem; 
    line-height: 2rem; 
} */
.expart-slider .item .item-wrap p {
    line-height: 24px;
    overflow: hidden;
    max-height: 0;
    margin-bottom: 9px;
    -webkit-transition: max-height 0.5s ease-out 0.20s;
    transition: max-height 0.5s ease-out 0.20s;
}
.expart-slider .item:hover .item-wrap p {
    max-height: 200px;
}
.expart-slider p:empty {
    display: none;
}
input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #fff !important;
}
.job_search ::placeholder{
    color: #858585 !important;
}
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #363D4E !important;
    box-shadow: none !important;
}
.accordion-item:first-of-type, .accordion-item:last-of-type {
    border-radius: 0 !important;
}
.accordion-button::after {
    background-image: url('/assets/down-arrow.png') !important;
    height: 10px;
}
.left--16  {
    left: -60px;
}

.contact input::placeholder, .contact textarea::placeholder {
    color: #363D4E !important;
}
.contact input, .contact textarea {
    width: 100%;
    border-bottom: 1px solid #1C1B1B;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 22px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
    font-family: 'Chivo', sans-serif;
    color: #1C1B1B;

}
.approach.banner ul li {
    margin-bottom: 30px;
}
.bg-green-300 {
    margin-top: 30px;
    text-transform: capitalize;
    font-family: 'Chivo', sans-serif;
}
.location-contact  div {
    font-family: 'Chivo', sans-serif;
}
.reviews-block-row .left-item, .reviews-block-row .right-item {
    font-family: 'Chivo', sans-serif;
    font-style: normal;
}
.contact input:focus, .contact textarea:focus {
    border-color: #31677D;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
}
.contact textarea {
    resize: none;
}
.contact .form-check .form-check-input {
    width: 25px;
    height: 25px;
    border: none;
    background: #fff;
    margin-right: 20px;
}
.contact-banner {
    min-height: 690px;
}
.contact .form-check-input:checked {
    background-color: #31677D !important;
}
.form-wrap .sm\:col-span-3:nth-child(1), .form-wrap .sm\:col-span-3:nth-child(2),
.form-wrap .sm\:col-span-3:nth-child(3), .form-wrap .sm\:col-span-3:nth-child(4) {
    grid-column: span 3 / span 3;
}
.form-wrap .sm\:col-span-3 {
    grid-column: span 6 / span 12;
}
.location-contact h6 {
    text-transform: uppercase;
    color: #23AADC;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;
}
.location-contact div {
    color: #1C1B1B;
    font-size: 16px;
}
.slider1 .owl-carousel .owl-item {
    max-height: 690px;
}
.contact-page .location-contact h6 {
    color: #0E6BA8;
    font-weight: 700;
    font-family: 'Chivo', sans-serif;
    font-size: 24px;
}
section.background-bghome.banner ul {
    list-style: disc inside;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 445px;
    margin-left: auto;
}
/* .banner ul li {
    font-size: 18px;
    padding: 0 5px;
    font-family: 'Chivo', sans-serif;
} */
/* section.background-bghome.banner ul li {
    padding: 0 10px;
} */
/* section.background-bghome.banner ul li::marker{
    margin-right: 10px;
    color: #2D677F;
} */
.btn-style-one, .btn-style-two, .btn-style-three {
    transition: all ease .4s;
    font-family: 'Chivo', sans-serif;
}
.btn-style-one:hover {
    background-color: #99D1EB;
    color: #fff;
}
.btn-style-two:hover {
    background-color: transparent;
    color: #fff;
}
.btn-style-three:hover {
    background-color: #99D1EB;
    color: #fff;
}


.menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    padding: 0;
    background-color: #fff;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all ease .7s;
    -ms-transition: all ease .7s;
    transition: all ease .7s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 999;
}
.menu-wrap.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15);
}
.menu-wrap ul li {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #31677D;
}
.menu-wrap {
    padding: 15px;
}
.menu-wrap ul li a {
    font-size: 16px;
    color: #31677D;
    font-family: 'Chivo', sans-serif;
}
.menu-wrap ul li.dropdown-submenu {
    padding: 0;
    border: none;
}
.menu-wrap ul li.dropdown-submenu>a {
    padding: 10px 15px;
    border-bottom: 1px solid #31677D;
}
.menu-wrap ul li.dropdown-submenu ul {
    display:none;
}
.menu-wrap ul li.dropdown-submenu ul li {
    padding-left: 30px;
}
.menu-wrap ul li.dropdown-submenu>a.open-menu svg {
    transform: rotate(180deg);
}
.nav-open {
    overflow-x: hidden;
    overflow-y: hidden;
}
.bottom-contact .form-wrap input,
.bottom-contact .form-wrap textarea,
.bottom-contact .form-wrap select {
    width: 100%;
    border-bottom: 1px solid #EAE5D8;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    padding: 12px 15px 12px 0;
    border-top: none;
    border-left: none;
    border-right: none;
    resize: none;
    font-family: 'Chivo', sans-serif;
}
.bottom-contact .form-wrap select {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 45px;
}
.bottom-contact .form-wrap select option {
    color: #0F0F0F;
}
.bottom-contact .form-wrap input:focus,
.bottom-contact .form-wrap textarea:focus,
.bottom-contact .form-wrap select:focus {
    border-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
}
.bottom-contact .form-wrap label {
    display: none;
}
.bottom-contact h6 {
    text-transform: uppercase;
    color: #A89F84;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;
}




.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }
  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-dots .owl-dot.active span,  .owl-dots .owl-dot:hover span {
    background: #99D1EB;
    border-color: #fff;
  }
.owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    border: 1px solid #967851;
  }
  .owl-dots {
    margin-top: 37px;
    text-align: center;
  }

  .right-border {
    border-right: 1px solid #0E6BA8;
  }
  .accordion-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .accordion-row .accordion-col {
    padding: 0 15px;
  }
  .accordion-item img {
    width: 34px;
  }
  .banner ul.case-studies li {
    font-size: 40px;
    font-weight: 300;
    line-height: 30px;
  }
  .banner ul.case-studies li span p {
    font-size: 22px;
    font-weight: 700;
    color: #2D677F;
    font-family: 'Chivo', sans-serif;
    line-height: 32px;
  }
.case-studies-section iframe {
    width: 100%;
    height: 310px;
}
.erc-form {
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
}
.erc-form li {
    width: 50%;
}
.erc-form input, .erc-form textarea {
    width: 100%;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    padding: 12px 15px;
    border-top: none;
    border-left: none;
    border-right: none;
}
.erc-form input:focus, .erc-form textarea:focus {
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #fff;
}
.erc-form li:last-child {
    width: 100%;
}
.erc-form textarea {
    resize: none;
    height: 90px;
}
.h-588 {
    min-height: 588px;
}
.steps {
    background-color: #153340;
}
.step-bg3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/banner9.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.18;
    filter: grayscale(100%);
}
.step-bg4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/banner13.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.28;
    filter: grayscale(100%);
}
.step-bg5 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/banner14.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.steps ul li span {
    display: inline-block;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.steps.oncareer ul li span {
    border: none;
    padding: 0;
    line-height: 1;
}
.steps ul li {
    position: relative;
    font-size: 18px;
    padding-left: 60px;
    margin-bottom: 15px;
}
.steps.oncareer ul li {
    margin-bottom: 32px;
}
.steps.oncareer ul li:last-child {
    margin-bottom: 0;
}
.steps ul li img {
    position: absolute;
    left: 0;
    top: 10px;
}
.steps.oncareer ul li img {
    top: -2px;
}
.options .row {
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
}
.options .col {
    padding: 0 15px;
    margin-bottom: 30px;
}
/* .options span {
    font-size: 22px;
    font-weight: 700;
    border-bottom:2px solid #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
} */
.options-two iframe {
    width: 100%;
    height: 310px;
}
.options-two ul {
    padding: 40px 0;
}
.options-two ul li {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    width: 49%;
    padding-left: 40px;
    font-size: 16px;
    color: #B2B2B2;
    font-weight: 300;
    padding-right: 15px;
    font-family: 'Chivo', sans-serif;
}
.options-two ul li img {
    position: absolute;
    left: 0;
    top: 0;
}
.post-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/banner9.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.17;

}
.post-bg2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('../images/banner7.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.17;

}
.post-banner {
    background: rgb(18,55,72);
    background: -moz-linear-gradient(left, rgba(18,55,72,1) 0%, rgba(4,11,14,1) 100%);
    background: -webkit-linear-gradient(left, rgba(18,55,72,1) 0%,rgba(4,11,14,1) 100%);
    background: linear-gradient(to right, rgba(18,55,72,1) 0%,rgba(4,11,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123748', endColorstr='#040b0e',GradientType=1 );
}

.post-right-img {
    float: right;
}
.articles .owl-stage {
    display: flex;
    padding-bottom: 15px;
}
.articles .item {
    /* margin-bottom: 30px; */
    margin-left: 4px;
    margin-right: 4px;
    height: 100%;
}
.post-dec h1 {
    font-size: 48px;
    color: #1C1B1B;
    font-weight: 700;
    padding-bottom: 10px;
}
.post-dec h2 {
    font-size: 48px;
    color: #1C1B1B;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1;
}
.post-dec h3 {
    font-size: 30px;
    color: #1C1B1B;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.post-dec p {
    font-size: 18px;
    color: #1C1B1B;
    padding-bottom: 10px;
}
.post-dec img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 35px;
}
.call-to-action {
    padding: 100px 0;
    background-color: #101010;
}
.call-to-action ul {
    padding: 40px 0;
}
.call-to-action ul li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    font-size: 22px;
    font-weight: 700;
    color: #2D677F;
    text-transform: uppercase;
    font-family: 'Chivo', sans-serif;
}
.call-to-action ul li+li {
    padding-left: 20px;
}
.call-to-action ul li span {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    display: block;
    line-height: 45px;
    font-family: 'Chivo', sans-serif;
}
.call-to-action p.font-crimson {
    font-size: 40px;
    line-height: 44px;
}
.expart {
    padding: 140px 0 100px;
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 1%, rgba(37,92,143,0) 35%, rgba(49,103,125,1) 100%);
background: -webkit-linear-gradient(top, rgba(30,87,153,0) 1%,rgba(37,92,143,0) 35%,rgba(49,103,125,1) 100%);
background: linear-gradient(to bottom, rgba(30,87,153,0) 1%,rgba(37,92,143,0) 35%,rgba(49,103,125,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#31677d',GradientType=0 );
}
.expart h2 {
    color: #1f1f1f;
}
.expart p {
    color: #1f1f1f;
}
/* .slider-border {
    border-right: 1px solid #bebbb7;
} */
.slider-border:after {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    position: relative;
    z-index: 9;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.owl-nav button {
    position: absolute;
    left: -70px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #0E6BA8 !important;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-nav button::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='31' viewBox='0 0 18 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4715 14.2751C18.1762 14.9497 18.1762 16.0405 17.4715 16.7079L3.07747 30.4941C2.37276 31.1686 1.23324 31.1686 0.536027 30.4941C-0.161183 29.8195 -0.16868 28.7286 0.536027 28.0612L13.6556 15.5022L0.52853 2.93611C-0.176177 2.26151 -0.176177 1.17068 0.52853 0.503259C1.23324 -0.16416 2.37276 -0.171336 3.06997 0.503259L17.4715 14.2751Z' fill='white'/%3E%3C/svg%3E");
    width: 18px;
    height: 31px;
    position: absolute;
    left: 19px;
}
.owl-nav button.owl-next {
    right: -70px;
    left: auto;
    text-align: left;
}
.owl-nav button.owl-prev::before {
    transform: rotate(180deg);
    left: 13px;
}
.owl-carousel {
    overflow: hidden;
}
.owl-nav button span {
    display: none;
}
.team-top .owl-carousel .item img {
    width: auto;
    display: inline-block;
}
.team-top .owl-carousel .item {
    text-align: center;
}
.articles .item .min-height {
    padding-bottom: 65px;
    height: calc(100% - 235px);
}
.articles .item p {
    /* height: 84px; */
    overflow: hidden;
}
.post-banner {
    padding: 120px 0;
}
.expart-slider h2 span {
    float: right;
    color: #99D1EB;
    opacity: 0;
    visibility: hidden;
}
.expart-slider .item:hover h2 span {
    opacity: 1;
    visibility: visible;
}


.options-two form input, .options-two form textarea {
    width: 100%;
border-bottom: 2px solid #fff;
background-color: transparent;
text-transform: uppercase;
color: #fff;
font-size: 24px;
padding: 12px 15px 12px 0;
border-top: none;
border-left: none;
border-right: none;
resize: none;
}
.options-two form input:focus, .options-two form textarea:focus {
    border-color: #fff;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
border-top: none;
border-left: none;
border-right: none;
box-shadow: none;
border-top: none;
border-left: none;
border-right: none;
}
.options-two ul.form-list li {
    padding-right: 0;
    padding-left: 0;
}
.options-two ul.form-list li:nth-child(3){
    width: 99%;
}
.options-two ul.form-list li textarea {
    height: 70px;
}
.options-two ul.form-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-right: -13px;
}
.options-two ul.form-list li {
    width: 50%;
    padding: 0 13px;
}
.post-banner iframe {
    width: 100%;
    height: 643px;
}
.min-height {
    position: relative;
    min-height: 226px;
}

.min-height > a:last-child {
    position: absolute;
    left: 24px;
    bottom: 24px;
}
.modal-right  {
    position: relative;
    padding: 30px 40px 30px 30px;
}
.modal-right .close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.modal-right .close-icon:before, .modal-right .close-icon:after {
    position: absolute;
    top: 0;
    left: 13px;
    width: 2.5px;
    height: 100%;
    background-color: #0E6BA8;
    transform: rotate(45deg);
    content: "";
    border-radius: 10px;
    z-index: 1;

}
.bottom-btns a {
    margin: 0 5px;
    color: #99D1EB;
    text-decoration: underline;
}
.bottom-btns svg {
    width: 16px;
}
.modal-right .close-icon:after {
    transform: rotate(-45deg);
  }
.bg-team-back {
    background-color: #9AD2EB;
}
.modal-right h3 {
    font-size: 22px;
    font-weight: 700;
    color: #363d4e;
    border-bottom: 1px solid #363d4e;
    margin-bottom: 15px;
}
.bg-team p {
    font-family: 'Crimson Text', serif;
    font-size: 20px;
}
.modal-right h3 span {
    display: inline-block;
    width: auto;
    float: right;
    font-weight: 300;
    color: #0E6BA8;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 15px;
}
.modal-right p {
    color: #1C1B1B;
    padding-bottom: 10px;
}
.bg-team {
    background-color: #9AD2EB;
    padding: 25px;

}
.modal-right h5 {
    color: #0E6BA8;
    text-transform: uppercase;
    border-bottom: 1px solid #bdbec3;
}
.modal-right h6 {
    color: #1c2b44;
    margin-right: 30px;
    font-weight: 700;
    margin: 5px 0 0;
}
.modal-right span {
    display: inline-block;
    width: 100%;
    color: #1C1B1B;
}
.banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: none;
}
/* .main {
    z-index: 50;
} */

.head_part h2 {
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    padding-bottom: 1.25rem;
    font-weight: 700;
    color: #1C1B1B;
}

.head_part p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    padding-bottom: 3rem;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    color: #1C1B1B;
}

section.pb-20.background-bg-team {
    position: relative;
    z-index: 9999;
}
footer.bg-black {
    z-index: 60;
}

section.background-bghome.banner:before {
    background: rgb(18,55,72);
    background: -moz-linear-gradient(top, rgba(18,55,72,1) 0%, rgba(4,11,14,1) 100%);
    background: -webkit-linear-gradient(top, rgba(18,55,72,1) 0%,rgba(4,11,14,1) 100%);
    background: linear-gradient(to bottom, rgba(18,55,72,1) 0%,rgba(4,11,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123748', endColorstr='#040b0e',GradientType=0 );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.9 !important;
}
.bottom-contact:before {
    background: rgb(0,0,0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.2 !important;
}
/* section.slider1.background-bg3 {
    filter: grayscale(100%);
} */

section.banner:before {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 25.55%, rgba(217, 217, 217, 0) 95.91%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section.post-banner:before {
    content: '';
    background: #153340;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.9 !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.banner.case-studies-section::before {
    filter: grayscale(100%);
}

section.slider2.bgcolor4:before {
    content: '';
    background-color: #101010;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.85;
}
section.slider2.bgcolor4 {
    background-size: cover;
    background-repeat: no-repeat;
}

section.steps {
    background-size: cover;
    background-repeat: no-repeat;
}
section.steps:before {
    content: '';
    background-color: #153340;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.85;
}

section.bgcolor3.options {
    background-size: cover;
    background-repeat: no-repeat;
}
section.bgcolor3.options:before {
    content: '';
    background-color: #2D677F;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.78;
}

.video_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.video_bg+.container {
    z-index: 999;
}

/* .video_bg:before {
    content: '';
    background: #153340;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5 !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
} */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.call-to-action ul li p {
    font-family: 'Chivo', sans-serif;
    font-weight: 300;
}

.main_modal.flex {
    display: block !important;
}
#carouselExampleCaptions .carousel-indicators {
    margin-top: 37px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#carouselExampleCaptions .carousel-indicators [data-bs-target] {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    border: 2px solid #0E6BA8;
    opacity: 1;
}
#carouselExampleCaptions .carousel-indicators .active[data-bs-target] {
    opacity: 1;
    background: #0E6BA8;
}
.content_page p{
    margin-bottom: 1rem;
}
.content_page p a {
    color: #99D1EB;
    text-decoration: underline;
}
.landing_faq button.accordion-button {
    padding-right: 50px;
    position: relative;
}
.landing_faq .accordion-button:after{
    background-image: url(/assets/arrow-down-blue.png) !important;
    position: absolute;
    right: 20px;
    top: 9px;
    bottom: 0;
    margin: auto;
}
.landing_faq .accordion-button:not(.collapsed):after {
    top: -8px;
}
/* .landing_faq .accordion-button:not(.collapsed) {
    color: #fff !important;
} */
.landing_faq .accordion-body img{
    width: 100%;
    height: auto;
}

h6.surround_areas {
    font-family: 'Chivo';
    font-weight: lighter !important;
}
.desktop_display {
    display: block;
}
.mobile_display {
    display: none;
}
/*.mobile_left_aline_left ul li:nth-child(1) {
    color: #99D1EB
 !important;
    font-weight: 700;
    font-size: 16px;
}
.mobile_left_aline_left ul li:nth-child(2) {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
.mobile_left_aline_left ul li:nth-child(1) {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
 .home_page_mobile_left_aline_left ul.home_page_ul_list li {
    font-size: 18px !important;
    font-weight: 300 !important;
}
.home_page_mobile_left_aline_left ul.home_page_ul_list li {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #fff !important;
} 
section.background-bghome.banner ul li::marker {
    margin-right: 5px;
    color: #99D1EB;
} */
.home_page_mobile_left_aline_left h6 {
    color: #fff;
}

.client_logos_grid {
    align-items: center;
}

/* .logos_sec {
    padding-top: 90px !important;
} */
.client_logos_grid {
    column-gap: 20px !important;
    row-gap: 20px !important;
}
.home_page_mobile_left_aline_left ul.home_page_ul_list {
    list-style: none !important;
}
/*.home_page_mobile_left_aline_left ul.home_page_ul_list li {
    padding: 0;
    font-size: 18px !important;
    text-transform: uppercase;
}
.home_page_mobile_left_aline_left ul.home_page_ul_list li::marker{
    display: none;
}
 .home_page_mobile_left_aline_left ul.home_page_ul_list li::before {
    content: '';
    display: inline-block !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #99D1EB;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 15px;
} 
.mobile_left_aline_left h6 {
    color:#fff !important;
font-weight: 700 !important;
} 
.mobile_left_aline_left ul li {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
} */

.shadow-text {
    text-shadow: 0 4px 4px #00000040;
}
.shadow-text-solid {
    text-shadow: 4px 4px 0 #99D1EB;
}
.letter_content ul {
    list-style: inside disc;
}


@media screen and (min-width:768px) {
    .slider1 .owl-nav button {
        background-color: transparent !important;
    }
    .slider1 .owl-nav button span {
        color: #99D1EB;
        font-size: 75px;
        left: 35px;
        top: -53px;
    }
    .slider1 .owl-nav button.owl-next span {
        left: auto;
        right: 25px;
    }
}


  @media screen and (max-width:1536px) {
    .mt-665 {
        margin-top: -550px;
    }
  }
  @media screen and (max-width:1280px) {
    .mt-665 {
        margin-top: -500px;
    }
    .post-dec h1 {
        font-size: 36px;
    }

    .post-dec h2 {
        font-size: 34px;
    }
    .owl-nav button {
        left: -5px;
        width: 30px;
        height: 30px;
    }
    .owl-nav button::before {
        width: 10px;
        height: 23px;
        left: 11px;
        background-size: 100%;
        background-repeat: no-repeat;
        top: 6px;
    }
    .owl-nav button.owl-prev::before {
        left: 9px;
        top: 1px;
    }
    .owl-nav button.owl-next {
        right: -5px;
        left: auto;
    }
  }
  @media screen and (max-width:1023px) {
    .mt-665 {
        margin-top: -400px;
    }
    .approach ul li {
        padding-left: 55px;
    }
    .banner ul.case-studies li {
        text-align: center;
    }
    .banner ul.case-studies {
        margin-bottom: 30px;
    }
    .post-dec h1 {
        font-size: 34px;
    }
    .post-dec h2 {
        font-size: 30px;
    }
    .call-to-action p.font-crimson {
        margin-top: 30px;
    }
    .accordion-row .accordion-col {
        width: 100%;
    }
    .bg-team {
        padding: 15px;
    }
    .min-height a {
        bottom: 16px;
    }
    .head_part h2 {
        font-size: 2.5rem;
    }
    /* h2.as_featured {
        font-size: 26px;
    } */
    .bottom-contact .form-wrap input, .bottom-contact .form-wrap textarea, .bottom-contact .form-wrap select {
        font-size: 18px;
    }
    .style-two.bottom-contact h6 {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1;
    }

    .desktop_display {
        display: none;
    }
    .mobile_display {
        display: block;
    }
  }

@media screen and (max-width:767px) {
    .mt-665 {
        margin-top: -350px;
    }
    .client_logos_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 20px;
    }
    .contact-banner {
        min-height: auto;
    }
    .contact input, .contact textarea {
        font-size: 14px;
    }
    .bottom-contact .form-wrap input, .bottom-contact .form-wrap textarea,.bottom-contact .form-wrap select {
        font-size: 14px;
        padding: 5px 0;
    }
    .backgroundimgTop {
        display: none;
    }
    /* .mobile_display {
        padding: 60px 0px 70px !important;
    } */
    /* h2.as_featured {
        font-size: 22px;
    } */
    .right-border {
        border-bottom: 1px solid #0E6BA8;
        border-right: none;
        padding-bottom: 35px;
        margin-bottom: 25px;
      }
      .h-588 {
        min-height: auto;
    }
    .post-dec h1 {
        font-size: 28px;
    }
    .post-dec h2 {
        font-size: 26px;
    }
    .reviews-block-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .reviews-block-row .left-item {
        width: 30%;
    }
    .reviews-block-row .right-item {
        width: 70%;
        text-align: left;
        padding-left: 30px;
    }
    .bottom-contact .form-wrap input, .bottom-contact .form-wrap textarea,.bottom-contact .form-wrap select {
        padding-left: 0;
    }
    .call-to-action ul li p {
        font-size: 20px;
    }
    .step-bg5 {
        background-position: 10% 0;
    }
    .service {
        background-position: 100% 0 !important;
    }
    .modal-right {
        position: inherit;
    }
    .modal-right .close-icon::before, .modal-right .close-icon::after {
        display: none;
    }
    .font-40 {
        font-size: 34px;
        line-height: 34px;
    }
    .mobile_left_aline {
        text-align: left !important;
        float: left;
    }
    .mobile_left_aline_left {
        text-align: left !important;
        float: left;
    }
    .menu-wrap {
        left: auto;
        right: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: all ease .7s;
        -ms-transition: all ease .7s;
        transition: all ease .7s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 999999;
    }
    .menu-wrap.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15);
    }
    header a.text-center img {
        width: 187px;
    }

    .slider-border:after{
        display: none;
    }
    .head_part h2 {
        font-size: 2rem;
    }
    section.bg-cover.bottom-contact {
        padding-bottom: 55px;
    }
    .modal-dialog {
        margin: 4.25rem 15px 1.5rem !important;
    }
    .modal-body.relative.p-4 {
        padding: 5px;
    }
    .modal-right .close-icon {
        background: #fff;
        border-radius: 5px;
        right: 0;
        top: 0;
    }
    .modal-right .close-icon {
        color: #99D1EB;
        width: 2rem;
        height: 2rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .modal-right .close-icon svg.w-5.h-5 {
        width: 1.75rem;
        height: 1.75rem;
    }
    .mobile_display.background-bghome.banner span.step-bg:before, .video_bg:before {
        background: rgb(0, 0, 0, 0.5);
        opacity: 1;
    }
    #carouselExampleCaptions .carousel-indicators {
        margin-top: -22px;
    }
    #carouselExampleCaptions .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
    }
    .style-two.bottom-contact h6 {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1;
    }
    .form-wrap .sm\:col-span-3 {
        grid-column: span 12 / span 12 !important;
    }
    .form-wrap {
        margin-top: 20px;
    }
    .post-banner {
        padding: 50px 0;
    }
    .shadow-text-solid {
        text-shadow: 2px 2px 0 #99D1EB;
    }
    .articles .item .min-height {
        height: calc(100% - 135px);
    }
}
@media screen and (max-width:639px) {
    .form-wrap .sm\:col-span-3:nth-child(1), .form-wrap .sm\:col-span-3:nth-child(2), .form-wrap .sm\:col-span-6 {
        grid-column: span 12 / span 12 !important;
      }
    .banner ul.case-studies li {
        font-size: 30px;
    }
    .banner ul.case-studies li span p {
        font-size: 15px;
    }
    .mt-665 {
        margin-top: -260px;
    }
    .reviews-block-row .left-item h3 {
        font-size: 38px;
    }
    .reviews-block-row .right-item {
        padding-left: 20px;
    }
    .reviews-block-row .right-item ul li img {
        max-width: 25px;
    }
    .reviews-block-row .right-item ul {
        padding-top: 5px;
    }
    .reviews-block-row .right-item span.pt-10 {
        padding-top: 20px;
    }
    .modal-right h3 span {
        float: none;
        padding: 0;
        line-height: normal;
        margin: 8px 0 6px;
        display: flex;
    }
    section.background-bghome.banner ul li {
        width: 100%;
    }
    .home_page_mobile_left_aline_left h6 {
        font-weight: 700;
    }
    .home_page_mobile_left_aline_left ul.home_page_ul_list li {
        font-size: 18px !important;
    }
    .client_logos_grid.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    /* .mobile_display {
        padding: 60px 0px 40px !important;
    } */
    .text-left.pt-6.pb-6.spacing {
        margin: 15px 0;
    }
    /* .mobile_left_aline_left ul li:nth-child(1) {
        font-size: 18px;
        margin-bottom: 5px;
    } */
}
.modal-backdrop.show {
    display: none !important;
}
.modal.show {
    background-color: #000000b3;
}
.call_now {
    display: none;
}
.call-text {
    font-size: 22px;
}
header .call-text a{
    font-weight: 700;
    color: #99D1EB;
}

body.sticky-h .call_now {
    text-align: center !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    /* background: #97774d; */
    padding: 13px 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
body.sticky-h header.bg-black.p-5.relative.z-10 {
    padding-bottom: 72px;
}
body.sticky-h .call_now {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    -webkit-animation: mySticky s;
    -moz-animation: mySticky 1s;
    animation: mySticky 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(0);
    transition: transform 500ms ease 0s;
}
body.sticky-h header .call-text a{
    color: #0E6BA8;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mySticky{
    from{
        margin-top: -200px;
    }
    to{
        margin-top: 0;
    }
}
/* Standard syntax */
@-moz-keyframes mySticky{
    from{
        margin-top: -200px;
    }
    to{
        margin-top: 0;
    }
}
/* Standard syntax */
@keyframes mySticky{
    from{
        margin-top: -200px;
    }
    to{
        margin-top: 0;
    }
}
body.sticky-h header {
    z-index: 999999!important ;
}
.on_footer.call-text a {
    color: #fff;
    font-size: 24px;
}
.schedule_bg ul {
    list-style: disc outside;
    padding-left: 20px;
}
.schedule_bg ul li,.schedule_bg ul li p {
    color: #fff;
    text-align: left;
    padding: 0;
    max-width: 100%;
}
.schedule_bg ul li {
    margin-bottom: 5px;
}

html {
    scroll-behavior: smooth;
}
@media (min-width: 768px) {
    .md\:inline-block {
        display: inline-block !important;
    }
    .md\:hidden {
        display: none!important;
    }
    .modal-dialog {
        margin: 5rem auto !important;
    }
}
@media (max-width: 1023px) {
    header .text-right .call-text {
        font-size: 16px;
    }
    header .call_now .call-text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    body.sticky-h .call_now {
        display: none !important;
    }
}
.fliter_chaage_white {
    filter: brightness(10);
}
.disable-close-button.desktop_announcementBar {
    padding-right: 28px;
}
@media (max-width: 768px) {
    .disable-close-button.desktop_announcementBar {
        padding-right: 20px;
    }
}
@media (max-width: 639px) {
    .disable-close-button .bar_heading.heading_bar {
        padding-right: 0;
    }
}
