/*!
Theme Name: Ustaff360
Theme URI: http://underscores.me/
Author: Muhammad Afaque
Author URI: http://afaque.now.sh/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ustaff360
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*White Color*/
/*Body Color*/
/*Heading Color*/
/*Header Color*/
/*Lightgrey Color */

:root {
    --color-custom: #ffeba7;
    --color-primary: #0670ac;
    --color-text-dark: #0d0925;
    --color-text-medium: #4e4a67;
    --color-text-light: #7b7992;
    --color-light: #fff;
    --color-bg-medium: #4e4a67;
    --color-bg: #26242e;
    --spacing-base: 4px;
    --gradient-bg: linear-gradient(45deg, #0670ac, #0670ac);
    --shadow-base: 0px 14px 80px rgba(34, 35, 58, 0.2);
    --color-text: navy;
    --color-bg: papayawhip;
    --color-bg-accent: #ecdcc0;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 240s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
    --color-text: papayawhip;
    --color-bg: navy;
    --color-bg-accent: #2626a0;

}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "poppins-regular";
    src: url("./assets/fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "poppins-medium";
    src: url("./assets/fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: "poppins-semibold";
    src: url("./assets/fonts/Poppins-Semibold.ttf");
}

@font-face {
    font-family: "poppins-bold";
    src: url("./assets/fonts/Poppins-Bold.ttf");
}

body {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    font-family: "poppins-regular";
}

@media only screen and (max-width: 1600px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1366px) {
    body {
        font-size: 16px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #000F34;
}

h1 {
    font-size: 56px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1366px) {
    h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
}

h2 {
    font-size: 45px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1366px) {
    h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 36px;
}

@media only screen and (max-width: 1366px) {
    h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 26px;
    }
}

h4 {
    font-size: 30px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1366px) {
    h4 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 22px;
    }
}

h5 {
    font-size: 26px;
}

@media only screen and (max-width: 1366px) {
    h5 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 22px;
}

@media only screen and (max-width: 1366px) {
    h6 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    h6 {
        font-size: 16px;
    }
}

a,
span {
    display: inline-block;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

ol {
    padding-left: 16px;
    margin: 0;
}

img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-width: 100%;
}

#slider_revolution h3 {
    color: #fff;
    font-size: 13px;
    padding-top: 10px;
    text-transform: capitalize;
}

#slider_revolution .sliderContainer {
    position: relative;
    height: 100vh;
    margin-top: -120px;
}

#slider_revolution .slider {
    width: 100%;
    margin: 0;
}

#slider_revolution .slick-slide {
    color: white;
    font-size: 30px;
    font-family: "Arial", "Helvetica";
    text-align: center;
    height: 90vh;
}

#slider_revolution .sliderContainer .slick-slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    display: flex;
    align-items: center;
    text-align: left;
    height: 102vh;
}

#slider_revolution .slick-prev:before,
#slider_revolution .slick-next:before {
    color: black;
}

#slider_revolution .slick-dots {
    bottom: -30px;
}


#slider_revolution .progressBarContainer {
    position: absolute;
    bottom: 3%;
    width: 97%;
    left: 0%;
    display: flex;
    justify-content: center;
}

#slider_revolution .progressBarContainer div {
    display: block;
    margin: 0 25px;
    cursor: pointer;
    margin-right: 1%;
    float: left;
    color: white;
}

#slider_revolution .progressBarContainer div:last-child {
    margin-right: 0;
}

#slider_revolution .progressBarContainer div span.progressBar {
    width: 100%;
    height: 4px;
    /* background-color: rgba(255, 255, 255, 0.4); */
    background-color: transparent;
    display: block;
}

#slider_revolution .progressBarContainer div span.progressBar .inProgress {
    background-color: white;
    width: 0%;
    height: 4px;
    left: -25px;
    position: relative;
}

.header-logo-box .header-logo {
    width: 90px;
}

#mainNAV {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    z-index: 999;
    position: relative;
}

#primary-menu li {
    padding: 0 10px;
}

#headerButton > a {
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    padding: 12px 25px 12px 25px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;

}

#mainNAV #quadmenu.quadmenu-default_theme {
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins-regular", sans-serif;
    font-style: normal;
    letter-spacing: inherit;
    font-size: 16px;
    margin-left: 0;
}

/* #mainNAV #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li.quadmenu-item>a,
#mainNAV #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li.quadmenu-item>form {
	font-weight: 500;
	color: #000;
	font-size: 16px;
}

#mainNAV #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li:not(.quadmenu-item-type-button)>a>.quadmenu-item-content {
	color: #000;
	text-transform: capitalize;
}

#mainNAV #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li:not(.quadmenu-item-type-button).quadmenu-has-link:hover>a>.quadmenu-item-content {
	font-weight: 500;
	color: #000000;
	font-size: 16px;
} */


/* #mainNAV.sticky {
	background: #fff;
}

#mainNAV.sticky #headerButton>a {
	background: #585858;
	color: white;
}

#mainNAV.sticky #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li.quadmenu-item>a,
#mainNAV #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li.quadmenu-item>form,
#mainNAV.sticky #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li:not(.quadmenu-item-type-button)>a>.quadmenu-item-content,
#mainNAV.sticky #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li:not(.quadmenu-item-type-button).quadmenu-has-link:hover>a>.quadmenu-item-content {
	color: #000;
	font-size: 16px;
}

#mainNAV.sticky .header-logo-box .header-logo {
	filter: invert(1);
} */


#mainNAV #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > a,
#mainNAV #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > form {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

#mainNAV #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content {
    color: #fff;
    text-transform: capitalize;
}

#mainNAV #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link:hover > a > .quadmenu-item-content {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

#mainNAV #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item.quadmenu-has-caret > a > .quadmenu-item-content > .quadmenu-text {
    padding-right: 1em;
    text-transform: capitalize;
}

#mainNAV #quadmenu .quadmenu-navbar-nav li.quadmenu-item > a > .quadmenu-item-content > .quadmenu-text {
    display: inline-block;
    text-transform: capitalize;
}

.container.hero-slider-con p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    max-width: 48%;
}

/*
.container.hero-slider-con p:first-letter {
    text-transform: uppercase;
} */

.container.hero-slider-con h2 {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: none;
  font-family: Poppins-medium;
}


.container.hero-slider-con h2 {
    width: 61%;
}

.container.hero-slider-con a {
    background: #fff;
    /*! border-radius: 25px; */
    border: 0;
    outline: 0;
    color: #212529;
    padding: 14px 35px;
    font-size: 12px;
    font-family: "Poppins-regular", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
    text-decoration: none;
    margin-top: 20px;
    border-radius: 15px 15px 15px 15px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    padding: 12px 25px 12px 25px;
    /*! font-weight: 600; */
    font-size: 15px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;

}

#choose_us {
    padding: 70px 0;
}

#choose_us .slick-prev {
    left: 93% !important;
    bottom: 0;
}

#choose_us .slick-next.slick-arrow,
#choose_us .slick-prev.slick-arrow {
    background: rgb(7, 97, 160);
    padding: 0;
    width: 50px;
    height: 54px;
    border-radius: 50px;
    border: 2px solid #fff;
}

#choose_us .nav-item {
    background-color: #f4f4f4;
    border-radius: 10px;
    font-family: "Poppins-regular", sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #02293d;
    border: solid 2px #f4f4f4;
    margin-bottom: 10px;
    transition: ease all 0.5s;
    text-align: center;
    /* transform: rotate(270deg);
  	margin: 111px 0; */
}

#choose_us .nav-item:has(a.nav-link.active),
#choose_us .nav-item:hover {
    background-color: white !important;
    border: 2px solid #0670ac !important;
    box-shadow: none;
}

/* Override Slick Slider CSS to always show tabs */
#SlickNva .slick-list {
    overflow: visible !important;
    /* Allow tabs to overflow outside the container */
}

#SlickNva .slick-track {
    transform: translate3d(0, 0, 0) !important;
    /* Reset the transform property */
}

#SlickNva .slick-slide {
    opacity: 1 !important;
    /* Ensure full opacity for all slides */
}

#SlickNva > .slick-list.draggable {
    padding: 0 !important;;
}


#choose_us .js-slide ul li::marker {
    content: "\2022";
    color: #0bb0d8;
}

#choose_us .js-slide ul li {
    padding: 2px 0;
    font-size: .875rem;
    position: relative;
    padding-left: 10px;
}

#choose_us .js-slide h3 + p {
    padding: 5px 0;
    font-size: 1rem;
    letter-spacing: 1.1px;
    padding-bottom: 22px;
}

#choose_us .js-slide {
    background: white;
    padding: 10px 20px;
    border-radius: 1rem;
    margin: 0 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#choose_us .js-slide h3 {
    border-radius: 10px;
    font-family: "Poppins-regular", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #02293d;
    margin-bottom: 10px;
    transition: ease all 0.5s;
    text-align: center;
}

#choose_us .slick-prev::before,
.slick-next::before {
    font-size: 36px !important;;
    font-weight: 800;
}

#choose_us .slick-prev::before {
    content: "\2039";
    top: 6px;
    position: absolute;
    left: 17px;
}

#choose_us .slick-next::before {
    content: "\203A";
    top: 6px;
    position: absolute;
    right: 17px;
}

#choose_us a:hover {
    color: #02293d;
}

#choose_us h5.top-heading {
    color: #a3a2a9;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: -6px;

}

#choose_us .swiper_addo_copy h5.top-heading {
    position: relative;
}

#choose_us .swiper_addo_copy h5.top-heading::before {
    content: "-";
    font-weight: 800;
    color: #000F34;
    top: -7px;
    font-size: 30px;
    position: absolute;
    left: -20px;
}

#choose_us h3.heading {
    color: #212529;
    padding: 10px 0 55px;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    font-weight: 800;
    letter-spacing: -2px;
    text-transform: none;
    font-family: Poppins-medium;
}

#testimonoal img.quote-icon {
    border-radius: 50%;
    border: 8px solid #1a427f;
    text-align: center;
    object-fit: contain;
    margin-top: -74px;
}


#testimonoal .quote {
    font-size: 14px;
}

#testimonoal .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#testimonoal .box {
    background: #f5f5f3;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 20px 30px 35px 30px;
    min-height: 77%;
    text-align: center;
    margin-top: 100px;
}

#testimonoal .text-wrap {
    font-family: poppins-bold;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    color: #29323C;
    margin-top: 11px;
}

#testimonoal span.title {
    font-size: .8rem;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #1a427f;
    letter-spacing: 2px;
}

#testimonoal .stars > img {
    width: 200px;
    margin-top: 20px;
}

#testimonoal {
    padding: 70px 0;
}

.hero_heading {
    width: 70%;
    z-index: 2;
    position: relative;
}


#hero_section .hero_heading > h4 {
    color: #fff;
    font-size: 17px;
}

#hero_section .hero_heading > h2 {
    color: #fff;
    padding-bottom: 4px;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 800;
    letter-spacing: -2px;
    text-transform: none;
    font-family: Poppins-medium;
}

#hero_section .hero_heading > p {
    color: #fff;
    font-family: Poppins-regular;
    font-size: 19px;
    padding-bottom: 20px;
}

#hero_section {
    min-height: 95vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    align-items: first baseline;
    /*background: #F4F4F4;*/
    margin-top: 10%;
}

#hero_section .hero_heading > a {
    padding: 15px 40px 15px 40px;
    margin-bottom: 20px;
    border-radius: 15px 15px 15px 15px;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;

}

#about_us_intro {
    padding: 70px 0;
}

#about_us_intro .intro-text h4 {
    color: #19427d;
    font-family: "Poppins", Sans-serif;
    font-weight: 800;
    font-size: 0.98em;
    padding-bottom: 10px;
}

#about_us_intro .intro-text h3 {
    color: #333333;
    font-family: "Poppins", Sans-serif;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 10px;
}

#about_us_intro .intro-text p {
    color: #7A7A7A;
}


header {
    position: sticky;
    top: 0;
    z-index: 1000;
}


footer .footer-logo {
    width: 120px;
    padding-bottom: 20px;
}

footer p {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins-regular;
}

footer .col-lg-5 ul {
    display: flex;
    justify-content: end;
    padding-bottom: 20px;
}

footer .col-lg-5 ul img {
    width: 28px;
    margin: 0 17px;
}

body hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 0px 0px 0px;
    --border-block-start-width: 1px;
    --border-inline-end-width: 0px;
    --border-block-end-width: 0px;
    --border-inline-start-width: 0px;
    border-color: #A09494;
    --border-color: #A09494;
}

footer {
    padding: 50px 0;
    background: linear-gradient(135deg, #4c98c3 0%, #173e7a 100%);
}

footer h3 {
    font-family: poppins-bold;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    color: #29323C;
    margin-top: 11px;
    padding-bottom: 20px;
}

.menu-footer_menu-container li {
    padding-bottom: 10px;
}

.section-spacing {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#section_one_aboutus h2 {
    text-transform: capitalize;
    font-family: Poppins-medium;
    font-size: 36px;
    font-weight: 500;
    color: #212529;
    letter-spacing: 0;
    line-height: 43px;
    padding: 10px 0 55px;
    width: 54%;
}

#section_one_aboutus h2 span {
    color: #19427d;
}

#section_one_aboutus .card {
    background-color: #f8f8f8;
    border-color: #e6e6e6;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    padding: 2rem !important;
}

#section_one_aboutus .card h4 {
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: 600;
    font-family: poppins-medium;
    text-transform: capitalize;
}

#section_one_aboutus .card p {
    color: #1b1b1b;
}

#section_two_aboutus .dark-background {
    background-color: #1b1b1b;
    padding: 6rem;
}

#section_two_aboutus {
    color: #fff;
}

#section_two_aboutus h2 {
    font-family: poppins-medium;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 43px;
}

#section_two_aboutus p {
    font-family: poppins-regular;
}


#section_three_achieve .trusted-icons-border {
    height: 150px;
    line-height: 150px;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

#section_three_achieve .trusted-icons-border:nth-child(-n+4) ::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -4px;
    left: -4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ee4200;
    z-index: 1;
}

#section_three_achieve img {
    padding: 10px 0;
    height: auto;
    width: 141px;
}

#section_three_achieve .trusted-companies {
    text-align: left;
}

#section_three_achieve .trusted-companies h3 {
    font-family: poppins-medium;
    font-size: 36px;
    font-weight: 500;
    color: #212529;
    letter-spacing: 0;
    line-height: 43px;
    padding: 10px 0 55px;
    text-align: left !important;
}

#section_three_achieve .color-primary {
    color: #19427d;
}


#section_four_achieve #section_four_achieve .blue-background.section-spacing {
    background-color: #19427d;
}

#section_four_achieve h2.mb-4.gy-4 {
    font-family: poppins-medium;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 43px;
}

#section_four_achieve h2.mb-0 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    font-family: poppins-medium;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 43px;
    /*! padding: 10px 0 55px; */
    /*! width: 40%; */
}

#section_four_achieve p.mb-0 {
    color: #fff;
}

#section_four_achieve .blue-background.section-spacing {
    background: #19427d;
}

#section_four_achieve .blue-dark-background {
    background: #04338c;
}

#section_four_achieve .caption.text-center.mb-0.py-2 {
    font-size: 1.5rem;
    line-height: 1.33;
    padding: 1.5rem 0 !important;
}


#section_five_achieve .section-spacing.dark-background {
    background-color: #1b1b1b;
}

#section_five_achieve h2.mb-2.mb-lg-4 {
    text-transform: capitalize;
    font-family: poppins-medium;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 43px;
}

#section_five_achieve p.mb-2.mb-lg-0 {
    color: #fff;
}

#section_five_achieve .font-weight-600.mb-2 {
    color: #fff;
    margin-bottom: 1.5rem !important;
    font-size: 1.3rem;
    line-height: 1.75;
    /*font-family: 600;*/
    font-family: poppins-medium;
}

#section_five_achieve .btn.btn-light.color-black {
    position: relative;
    padding: 0 1.5rem 0 1.5rem;
    height: 3.375rem;
    line-height: 3.375rem;
    border-radius: 8px;
    font-weight: 500;
    display: inline-block;
    overflow: hidden;
    transition: .5s ease-in-out;
    z-index: 9;
    border: 0;
    box-shadow: none;
    font-weight: 600;
}

#section_five_achieve {
    background: #1b1b1b;
}

#map {
    height: 400px;
    /* Adjust the height as needed */
    width: 100%;
    /* Adjust the width as needed */
}

.slick-slider {
    border: none !important;
}


#testimonoal body {
    background-size: 200% 200%;
    min-height: 100vh;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--color-bg);
}

#testimonoal .l-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
    color: var(--color-light);
    font-size: 4vw;
    text-transform: uppercase;
    font-family: Poppins-regular, sans-serif;
    font-weight: 900;
}

#testimonoal .l-heading span {
    font-size: 52px;
    font-family: Poppins-regular, sans-serif;
    color: var(--color-custom);
}

#testimonoal .c-card-testimonial .c-card-testimonial__profile {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    #testimonoal .c-card-testimonial .c-card-testimonial__profile {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    #testimonoal .c-card-testimonial .c-card-testimonial__profile {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    #testimonoal .c-card-testimonial .c-card-testimonial__profile {
        height: 270px;
    }
}

#testimonoal .c-card-testimonial .c-card-testimonial__profile .c-card-testimonial__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    opacity: 0;
    transition: all .3s;
}

#testimonoal .c-card-testimonial .c-card-testimonial__description {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    #testimonoal .c-card-testimonial .c-card-testimonial__description {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    #testimonoal .c-card-testimonial .c-card-testimonial__description {
        padding: 0;
    }
}

#testimonoal .c-card-testimonial .c-card-testimonial__description > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 400ms;
}

#testimonoal .c-card-testimonial .c-card-testimonial__description .c-card-testimonial__job {
    color: #a3a2a9;
}

#testimonoal .c-card-testimonial .c-card-testimonial__description .c-card-testimonial__author {
    margin: var(--spacing-base) 0 calc(var(--spacing-base) * 5);
    color: var(--color-text-dark);
    font-size: 24px;
    font-weight: 700;
}

#testimonoal .c-card-testimonial .c-card-testimonial__description .c-card-testimonial__excerpt {
    margin-bottom: 30px;
    color: var(--color-text-medium);
    line-height: 1.5em;
}

#testimonoal .c-card-testimonial .c-card-testimonial__description .c-card-testimonial__link {
    display: inline-flex;
    justify-content: center;
    /*box-shadow: var(--shadow-colored);*/
    text-transform: uppercase;
    color: #fff;
    background-color: #0670AC;
    border-radius: 15px 15px 15px 15px;
    padding: 12px 25px 12px 25px;
    font-weight: 600;
    font-size: 15px;
}

@media screen and (max-width: 576px) {
    #testimonoal .c-card-testimonial .c-card-testimonial__description .c-card-testimonial__link {
        width: 100%;
    }
}

#testimonoal .c-testimonials {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    box-shadow: var(--shadow-base);
    padding: calc(var(--spacing-base) * 8);
    border-radius: 25px;
    height: 400px;
    background-color: var(--color-light);
    transition: all 300ms;
}

@media screen and (max-width: 992px) {
    #testimonoal .c-testimonials {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    #testimonoal .c-testimonials {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    #testimonoal .c-testimonials {
        height: 350px;
    }
}

#testimonoal .c-testimonials .c-testimonials__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #testimonoal .c-testimonials .c-testimonials__item {
        flex-direction: column;
    }
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__profile .c-card-testimonial__image {
    opacity: 1;
    transition-delay: 300ms;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > * {
    opacity: 1;
    transform: none;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(1) {
    transition-delay: 0.3s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(2) {
    transition-delay: 0.4s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(3) {
    transition-delay: 0.5s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(4) {
    transition-delay: 0.6s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(5) {
    transition-delay: 0.7s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(6) {
    transition-delay: 0.8s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(7) {
    transition-delay: 0.9s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(8) {
    transition-delay: 1s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(9) {
    transition-delay: 1.1s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(10) {
    transition-delay: 1.2s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(11) {
    transition-delay: 1.3s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(12) {
    transition-delay: 1.4s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(13) {
    transition-delay: 1.5s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(14) {
    transition-delay: 1.6s;
}

#testimonoal .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(15) {
    transition-delay: 1.7s;
}

#testimonoal .c-testimonials .c-testimonials__pagination {
    position: absolute;
    top: 50%;
    right: calc(var(--spacing-base) * 5);
    bottom: auto !important;
    left: auto !important;
    width: 11px !important;
    text-align: center;
    z-index: 21;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    #testimonoal .c-testimonials .c-testimonials__pagination {
        top: 205px;
        left: 50% !important;
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(-50%);
    }
}

#testimonoal .c-testimonials .c-testimonials__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
    #testimonoal .c-testimonials .c-testimonials__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

#testimonoal .c-testimonials .c-testimonials__arrows {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: calc(var(--spacing-base) * 3);
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    #testimonoal .c-testimonials .c-testimonials__arrows {
        justify-content: flex-end;
    }
}

#testimonoal .c-testimonials .c-testimonials__arrows .c-testimonials__arrow-next,
#testimonoal .c-testimonials .c-testimonials__arrows .c-testimonials__arrow-prev {
    position: relative;
    margin-left: calc(var(--spacing-base) * 2);
    cursor: pointer;
    outline: 0;
    border: 0;
    color: var(--color-light);
    background-color: transparent;
    font-size: 16px;
    transition: color 300ms ease;
    display: none;
}

#testimonoal .c-testimonials .c-testimonials__arrows .c-testimonials__arrow-next::before,
#testimonoal .c-testimonials .c-testimonials__arrows .c-testimonials__arrow-prev::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    right: 50%;
    height: 1px;
    background-color: var(--color-light);
    transition: all 250ms ease;
}

#testimonoal .c-testimonials .c-testimonials__arrows .c-testimonials__arrow-next:hover::before,
#testimonoal .c-testimonials .c-testimonials__arrows .c-testimonials__arrow-prev:hover::before {
    left: 0;
    right: 0;
}

#testimonoal .swiper-container-horizontal > .swiper-pagination-bullets,
#testimonoal .swiper-container-horizontal .swiper-pagination-custom,
#testimonoal .swiper-container-horizontal .swiper-pagination-fraction {
    bottom: calc(var(--spacing-base) * 3);
    left: 0;
    width: 100%;
}

#testimonoal .swiper-pagination-bullet {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background: var(--color-bg-medium);
    transition: all .3s;
}

#testimonoal .swiper-pagination-bullet-active {
    height: calc(11px * 3);
    background: var(--color-primary);
}

@media screen and (max-width: 768px) {
    #testimonoal .swiper-pagination-bullet-active {
        height: 11px;
        width: calc(11px * 3);
    }
}


.waves > use {
    animation: move-forever 2s -2s linear infinite;
}

.waves > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 6s;
}

.waves > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s;
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

footer svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 14vw;
    max-height: 200px;
    opacity: 0.2;
}

footer .pb-4,
footer p,
footer h3,
footer a {
    color: #fff;
}

footer li img {
    filter: invert(1);
}

#testimonoal h5.top-heading {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: -6px;
    padding-bottom: 10px !important;
    color: #a3a2a9 !important;
}

#testimonoal h3.heading {
    font-size: 36px;
    font-weight: 700;
    color: #212529;
    letter-spacing: 0;
    line-height: 43px;
    padding: 10px 0 55px;
    width: 40%;
    font-family: poppins-medium;
    text-transform: capitalize;
}


.page-template-template-about .top-heading {
    color: #a3a2a9;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: -6px;
}


#caseStudy .section {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 100vh;
}

#caseStudy .shadow-title {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: right;
    font-size: 20px;
    line-height: 1;
    color: #ccc;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 2;
    opacity: 0.5;
}

#caseStudy .moving-image {
    background: url("./assets/images/Case-Study-BG.jpg") repeat fixed;
    /* background:#01299f ; */
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.8;
}

#caseStudy .case-study-wrapper {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 10;
    width: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style: none;
}

#caseStudy .case-study-wrapper .case-study-name {
    margin: 0;
    padding: 0;
}

#caseStudy .case-study-wrapper .case-study-name a {
    position: relative;
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    text-decoration: none;
}

#caseStudy .case-study-wrapper .case-study-name a:hover {
    text-decoration: none;
}

#caseStudy .case-study-wrapper .case-study-name.active a {
    color: #fff;
}

#caseStudy .case-study-wrapper .case-study-name a:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 50%;
    height: 0;
    width: 4px;
    transform: translateY(-50%);
    background: linear-gradient(45deg, #f19872, #e86c9a);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#caseStudy .case-study-wrapper .case-study-name:nth-child(2) a:before {
    background: linear-gradient(45deg, #0947db, #0aacd3);
}

#caseStudy .case-study-wrapper .case-study-name:nth-child(3) a:before {
    background: linear-gradient(45deg, #ee2d29, #f8ae2c);
}

#caseStudy .case-study-wrapper .case-study-name:nth-child(4) a:before {
    background: linear-gradient(45deg, #bf1e30, #0bb1db);
}

#caseStudy .case-study-wrapper .case-study-name.active a:before {
    height: 100%;
}

#caseStudy .case-study-images {
    position: absolute;
    top: 50%;
    left: 70px;
    width: calc(100% - 90px);
    max-width: 500px;
    margin: 0;
    padding: 0;
    z-index: 5;
    list-style: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#caseStudy .case-study-images li {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(14, 14, 14, 0.35);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#caseStudy .case-study-images li.show {
    opacity: 1;
}

#caseStudy .case-study-images li img {
    width: 100%;
    height: auto;
    display: block;
}

#caseStudy .case-study-images li p {
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: left;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 5px 10px;
    background-color: rgb(6, 112, 172);
    border-radius: 3px;
    display: inline-block;
}

#caseStudy .case-study-images li .info {
    position: relative;
    padding: 12px 20px;
    background-color: rgb(6, 112, 172);
    display: block;
}

#caseStudy .case-study-images li .info img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

#caseStudy .case-study-images li .info a {
    background-color: #000;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
    position: absolute;
    right: 20px;
    top: 10px;
    height: 28px;
    padding: 0 20px;
    border-radius: 3px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#caseStudy .case-study-images li .info a:hover {
    text-decoration: none;
}

#caseStudy .link-to-portfolio {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url("https://ivang-design.com/ig-logo.jpg");
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}

#caseStudy .link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}

.book-release-boxed {
    padding: 15px
}

#book-release-boxed-section-title > .container.inner {
    padding: calc(1245px * 0.07);
    background: linear-gradient(135deg, #4c98c3 0%, #173e7a 100%);
    opacity: .8;
    /* padding: 30px; */
    border-radius: 5px
}


@media (min-width: 768px) {
    .book-release-boxed {
        padding: calc(1245px * 0.06)
    }

    .book-release-boxed .container.inner {
        padding: calc(1245px * 0.07)
    }
}

.book-release-boxed .left-column {
    flex-direction: column
}

.book-release-boxed .left-column h2,
.book-release-boxed .left-column h3,
.book-release-boxed .left-column h5,
.book-release-boxed .left-column p {
    color: #fff;
    font-size: 14px;
}

.book-release-boxed .left-column h2 {
    font-size: 1.7rem;
    font-family: Poppins-medium, condensed-serif;
    font-weight: 700;
}

.book-release-boxed .left-column h3 {
    font-size: 18px;
    margin: .8rem 0;
    font-weight: 300;
    font-family: Poppins condensed, sans-serif;
    text-transform: uppercase
}

.book-release-boxed .left-column p {
    margin: 0 0 2rem;
    font-weight: 300
}

.book-release-boxed .left-column .btn {
    max-width: 172px;
    /*! font-size: 1rem; */
    color: #2d3133;
    border-color: #fff;
    background-color: #fff;
    font-family: Poppins condensed, sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    font-size: .875rem;
    line-height: 2.5;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    /*! padding: 12px 25px 12px 25px; */
    font-weight: 600;
    font-size: 13px;
}

.book-release-boxed .left-column .btn:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
}

.book-release-boxed .right-column img {
    width: 100%;
    max-width: none;
    margin-top: 4rem
}

@media (min-width: 992px) {
    .book-release-boxed .right-column img {
        max-width: 290px;
        margin: auto
    }
}

.book-release-boxed button,
.book-release-boxed button img {
    width: 50px;
}

.book-release-boxed .swiper-button-next::after,
.book-release-boxed .swiper-rtl .swiper-button-prev::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMTMuMjg2IDI1LjYxYy0uMjQuMjUzLS41Mi4zNzctLjg0LjM3Ny0uMzE4IDAtLjYtLjEyNC0uODQtLjM3NmwtMS4yNDUtMS4yOTdjLS4yNC0uMjUyLS4zNi0uNTQ0LS4zNi0uODc4IDAtLjMzNC4xMi0uNjI2LjM2LS44NzhsNi4zMjgtNi42TDEwLjM2IDkuNDNjLS4yNC0uMjUtLjM2LS41NC0uMzYtLjg2NCAwLS4zMjMuMTItLjYxMi4zNi0uODY0bDEuMjQ1LTEuMzI1Yy4yNC0uMjUyLjUyMy0uMzc3Ljg0OC0uMzc3LjMyMyAwIC42MDIuMTI1LjgzMy4zNzdsOC4zNjYgOC43NDZjLjI0LjI1LjM2My41NDYuMzYzLjg4MiAwIC4zNC0uMTIyLjYzNC0uMzYzLjg4NmwtOC4zNjYgOC43MnoiIG9wYWNpdHk9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+) "";
    top: -3px;
    position: absolute;
    color: white;
    font-size: 50px;
    display: none;
}

.book-release-boxed .swiper-button-prev::after,
.book-release-boxed .swiper-rtl .swiper-button-next::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4NCiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC42NTQgOS40M2wtNi4zMjYgNi41MjUgNi4zMjYgNi42Yy4yNDIuMjUzLjM2LjU0NS4zNi44OCAwIC4zMzMtLjExOC42MjUtLjM2Ljg3N2wtMS4yNDQgMS4zYy0uMjQuMjUtLjUyMy4zNzUtLjg0LjM3NS0uMzIgMC0uNi0uMTI0LS44NC0uMzc2bC04LjM2Ny04LjcyYy0uMjQtLjI1LS4zNjMtLjU0LS4zNjMtLjg4IDAtLjMzNC4xMjItLjYzLjM2My0uODhsOC4zNjctOC43NWMuMjMtLjI1Mi41MS0uMzc3LjgzLS4zNzcuMzI1IDAgLjYwNy4xMjYuODUuMzc4bDEuMjQyIDEuMzI2Yy4yNDIuMjUyLjM2LjU0LjM2Ljg2NCAwIC4zMi0uMTE4LjYxLS4zNi44NnoiIG9wYWNpdHk9IjEiIGZpbGw9IiNmZmYiLz4NCjwvc3ZnPg==);
    top: -3px;
    display: none;
    position: absolute;
    color: white;
    font-size: 50px;
}

#values {
    margin: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    /* background-color: #19427d; */
    justify-content: center;
    padding: 70px 0;
}

#values h2 {
    margin-bottom: 75px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000F34;
}

#values li {
    list-style: none;
}

#values .accordion {
    display: flex;
    width: 80%;
    height: 80%;
    margin: 0;
    padding: 0;
}

#values .accordion__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
    transition: transform 0.3s ease;
}

#values .accordion__title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    writing-mode: vertical-rl;
    font-size: clamp(1em, 3vw - 0.5em, 3em);
    color: #ffffff;
    letter-spacing: 0.2em;
    text-transform: Uppercase;
}

#values .accordion__title::after {
    content: "+";
    margin-top: 0.3em;
}

#values .accordion__description {
    position: absolute;
    width: 60%;
    left: 1em;
    bottom: 1em;
    color: #ffffff;
    transform: translateY(200px);
    opacity: 0;
    transition: all 0.3s ease-out;
    transition-property: opacity, transform;
}

#values .accordion__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%);
    opacity: 1;
    transition: opacity 0.4s ease-out;
}

#values .accordion__item {
    position: relative;
    flex-grow: 1;
    width: 100px;
    height: 75vh;
    background: hsl(0 0% 8%);
    transition: flex-grow 300ms ease;
    overflow: hidden;
}

#values .accordion__item:hover {
    flex-grow: 2;
}

#values .accordion__item:hover .accordion__overlay {
    opacity: 0.5;
}

#values .accordion__item:hover .accordion__title::after {
    content: none;
}

#values .accordion__item:hover .accordion__description {
    transform: translateY(0);
    opacity: 1;
}

#values .accordion__item:hover .accordion__image {
    transform: scale(1.1);
}


#meet_team {
    padding: 70px 0;
    display: none;
}

#meet_team .sl-wrapper {
    position: relative;
}

#meet_team .sl-nav {
    position: relative;
    width: 100px;
    height: 60px;
}

#meet_team .swiper-button-next,
#meet_team .swiper-container-rtl .swiper-button-prev,
#meet_team .swiper-button-prev,
#meet_team .swiper-container-rtl .swiper-button-next {
    /*background-image: url();*/
}

#meet_team .swiper-button-next,
#meet_team .swiper-button-prev {
    width: 35px;
}

#meet_team .sl-bkg-img,
#meet_team .sl-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

#meet_team .sl-img-1 {
    background-image: url("https://johnhunterhomebuilders.com/wp-content/uploads/2018/08/Headshot.png");
}

#meet_team .sl-img-2 {
    background-image: url("https://johnhunterhomebuilders.com/wp-content/uploads/2021/03/FalonCarpenter-3.jpg");
}

#meet_team .sl-img-3 {
    background-image: url("https://johnhunterhomebuilders.com/wp-content/uploads/2021/03/FalonCarpenter-3.jpg");
}

#meet_team .sl-gradient {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/614007/gradient.png");
    z-index: 1;
}

#meet_team .sl--content-container {
    position: absolute;
    background-color: #ffffff;
}

#meet_team .sl--content-container h2 {
    text-transform: uppercase;
}

#meet_team .sl--sub-text {
    font-weight: 300;
}

#meet_team .content-reveal-btn {
    background-color: #19427d;
}

#meet_team .sl--show-card-info,
#meet_team .sl--close-card-info {
    fill: #ffffff;
}

#meet_team .sl--show-card-info {
    transform: scale(0.6, 0.6);
    -webkit-transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

#meet_team .sl--close-card-info {
    -ms-transform: rotate(45deg) scale(0.6, 0.6);
    -webkit-transform: rotate(45deg) scale(0.6, 0.6);
    transform: rotate(45deg) scale(0.6, 0.6);
    -webkit-transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media only screen and (min-width: 320px) {

    #meet_team .sl-header-wrapper {
        padding: 0 18px;
    }

    #meet_team .sl-header-wrapper h3 {
        font-size: 50px;
        font-weight: 900;
        line-height: 80%;
        letter-spacing: -1.4px;
        margin: 10px 0;
    }

    #meet_team .sl-header-wrapper h4 {
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        line-height: 100%;
        letter-spacing: -1.4px;
        word-spacing: 2.4px;
    }

    #meet_team .sl-header-wrapper p {
        font-weight: 300;
    }

    #meet_team .sl-nav {
        display: none;
    }

    #meet_team .swiper-slide-prev .slide-cover,
    #meet_team .swiper-slide-next .slide-cover,
    #meet_team .slide-cover {
        background-color: #ffffff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 2;
        opacity: 0.75;
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
        visibility: visible;
    }

    #meet_team .swiper-slide-active .slide-cover {
        position: absolute;
        opacity: 0;
        -webkit-transition: visibility 0s 0.5s, opacity 300ms;
        transition: visibility 0s 0.5s, opacity 300ms;
        height: 100%;
        width: 100%;
        background-color: #ffffff;
        z-index: 2;
        visibility: hidden;
    }

    #meet_team .swiper-container {
        width: 95%;
        height: 100%;
    }

    #meet_team .swiper-button-next,
    #meet_team .swiper-button-prev {
        display: none;
    }

    #meet_team .sl-card-wrapper {
        position: relative;
        height: 540px;
        overflow: hidden;
    }

    #meet_team .sl-gradient {
        background-position: center 210px;
    }

    #meet_team .sl-bkg-img {
        background-size: cover;
        background-position: center top;
    }

    #meet_team .sl--content-wrapper {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transition: width 250ms, height 250ms;
        transition: width 250ms, height 250ms;
        overflow: hidden;
    }

    #meet_team .sl--content-wrapper-inactive {
        width: 101%;
        height: 541px;
    }

    #meet_team .sl--content-wrapper-active {
        width: 101%;
        height: 100%;
    }

    #meet_team .sl--content-container {
        width: 100%;
        height: auto;
        padding-left: 16px;
        padding-right: 16px;
        z-index: 1;
    }

    #meet_team .sl--card-hide {
        transform: translate(0, 410px);
        -webkit-transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86), width 250ms;
        transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86), width 250ms;
        height: 568px;
    }

    #meet_team .sl--card-reveal {
        transform: translate(0, 0);
        -webkit-transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86), width 250ms;
        transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86), width 250ms;
        height: 100%;
        width: 100%;
        overflow: auto;
        /*padding: 100px 0px;*/
        padding-top: 20px;
        padding-bottom: 100px;
    }

    #meet_team .sl--content-container h2 {
        font-size: 30px;
        word-spacing: 2px;
        letter-spacing: -1.4px;
        margin-top: 0;
        margin-bottom: 0;
    }

    #meet_team .sl--sub-text {
        margin-bottom: 0;
        -webkit-transition: margin 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: margin 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    #meet_team .sl--card-reveal .sl--sub-text {
        margin-top: 12%;
    }

    #meet_team .sl--content-container .sl--card-content {
        font-weight: 300;
        margin-top: 15px;
        overflow-y: auto;
    }

    #meet_team .sl--link {
        color: #19427d;
        margin-bottom: 15px;
    }

    #meet_team .sl--card-nav-container {
        position: absolute;
        width: 100%;
        height: 70px;
        z-index: 1;
        bottom: 0;
        /*background-color: #ffffff;*/
        background-image: linear-gradient(0deg, #f5f5f5, rgba(254, 249, 241, 0));
    }

    #meet_team .sl--content-btn {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 37px;
        height: 37px;
        cursor: pointer;
        z-index: 1;
    }

    #meet_team .content-hide-btn {
        transform: scale(0, 0);
    }
}

@media only screen and (min-width: 375px) {


    #meet_team .sl-gradient {
        background-position: center 300px;
    }

    #meet_team .sl-card-wrapper,
    #meet_team .sl--content-wrapper-inactive {
        height: 600px;
    }

    #meet_team .sl--content-wrapper-inactive {
        width: 91%;
    }

    #meet_team .sl--content-container {
        height: 372px;
    }

    #meet_team .sl--card-reveal {
        height: 100%;
        width: 100%;
    }

    #meet_team .sl--card-hide {
        transform: translate(0, 465px);
        height: 667px;
    }
}

@media only screen and (min-width: 414px) {


    #meet_team .sl-header-wrapper h3 {
        font-size: 55px;
    }

    #meet_team .sl-card-wrapper,
    #meet_team .sl--content-wrapper-inactive {
        height: 650px;
    }

    #meet_team .sl--card-hide {
        height: 740px;
        transform: translate(0, 495px);
    }
}


@media only screen and (min-width: 768px) {


    #meet_team .sl-header-wrapper {
        padding: 0 5%;
    }

    #meet_team .sl-header-wrapper h3 {
        width: 300px;
        font-size: 65px;
    }

    #meet_team .sl-header-wrapper p {
        width: 505px;
    }

    #meet_team .swiper-container {
        width: 690px;
    }

    #meet_team .sl-card-wrapper {
        width: 325px;
        height: 540px;
    }

    #meet_team .sl--content-wrapper-inactive {
        width: 290px;
        height: 100%;
    }

    #meet_team .sl--content-wrapper-active {
        width: 101%;
    }

    #meet_team .sl--card-hide {
        transform: translate(0, 375px);
    }

    #meet_team .sl-gradient {
        background-position: center 185px;
    }
}

@media only screen and (min-width: 1024px) {


    #meet_team .sl-header-wrapper {
        padding: 50px 40px 18%;
        width: 540px;
        /* display: inline-block; */
        float: left;
        background: #fff;
        z-index: 2;
        position: relative;
    }

    #meet_team .sl-header-wrapper p {
        width: 100%;
    }

    #meet_team .sl-wrapper {
        height: 540px;
        width: 522px;
        display: inline-block;
    }

    #meet_team .swiper-container {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        width: 505px;
        height: 540px;
    }

    #meet_team .swiper-button-next,
    #meet_team .swiper-button-prev {
        display: block;
    }

    #meet_team .sl-nav {
        display: block;
    }
}

@media only screen and (min-width: 1140px) {
}

@media only screen and (min-width: 1440px) {


    #meet_team .sl-main-container {
        width: 1440px;
    }

    #meet_team .sl-wrapper,
    #meet_team .swiper-container {
        width: 880px;
    }
}


#missionTati blockquote {
    width: 468px;
    margin: 0;
    border-radius: 15px;
    padding: 28px 48px;
    box-sizing: border-box;
}

#missionTati #symbol {
    font-family: "Libre Franklin", sans-serif;
    font-size: 62px;
    color: #19427d;
    font-weight: 900;
    display: block;
    height: 104px;
    line-height: 165px;
}

#missionTati #quote {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 100;
    line-height: 1.4;
    color: #1e1e1e;
    font-size: 16px;
}

#missionTati hr {
    border: 0.5px solid slategray;
}

/*
#missionTati img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	object-position: 0 -5px;
	border-radius: 50%;
	display: inline-block;
	margin-top: 10px;
	vertical-align: middle;
} */

#missionTati #name {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
    vertical-align: middle;
    margin-top: 10px;
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
    color: darkslategray;
}

#missionTati #detail {
    font-weight: 100;
    font-size: 14px;
}

#missionTati {
    padding: 30px 0 0;
}

#choose_us .slide p {
    color: #212529;
}

#choose_us .slide .row > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#choose_us .bg-orange {
    position: absolute;
    background: linear-gradient(135deg, #4c98c3 0%, #173e7a 100%);
    width: 50%;
    height: 70%;
    right: -38px;
    bottom: -55px;
}

#choose_us .slide {
    position: relative;
}

.slick-next-addo.slick-arrow > img {
    width: 50px;
}

.slick-prev-addo.slick-arrow > img {
    width: 50px;
}

.slick-prev-addo.slick-arrow > img::after {
    position: absolute;
    width: 50px;
    height: 6px;
    content: "";
    background: #ff5a00;
    z-index: 1111;
    top: 22px;
}

button.slick-prev-addo.slick-arrow:focus {
    outline: none;
}

button.slick-next-addo.slick-arrow:focus {
    outline: none;
}

.offical-website-banner {
    /* 	padding: 80px 0; */
    padding: 0;
    background: linear-gradient(135deg, #4c98c3 0%, #173e7a 100%);
    color: white;
}

.offical-website-banner h2 {
    color: white;
    text-transform: inherit;
    text-align: right;
    padding: 18px 0;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -2px;
    font-family: Poppins-medium;
}

p {
    font-size: 16px;
}

/* Shit we got to do  */

/*Mac wli awwm*/
@media (1280px < width < 3456px) {
    #hero_section + #choose_us:has(+ #alternating_blocks_2adbad0806b4b048507b470bd9a851a9) {
        padding: 171px 0;
        margin-top: -22%;
    }
}

.page-template-template-techonolgy-consultancy-service.page-template-template-techonolgy-consultancy-service-php #hero_section {
    minheight: 100%;
    margin-top: -5%;
}

.page-template-template-business-consultancy-service #hero_section {
    minheight: 100%;
    margin-top: -5%;
}

.page-template-template-techonolgy-consultancy-service.page-template-template-techonolgy-consultancy-service-php #FAQs .faq input[type="checkbox"]:checked + label, .page-template-template-techonolgy-consultancy-service.page-template-template-techonolgy-consultancy-service-php #FAQs .faq label:hover {
    border-left: 5px solid #F9A12E;
    padding-left: 17px;
}

.page-template-template-techonolgy-consultancy-service.page-template-template-techonolgy-consultancy-service-php #stepsforServices .card .card--image {
    color: #F9A12E !important;
}

.page-template-template-techonolgy-consultancy-service.page-template-template-techonolgy-consultancy-service-php .hex-cell.wow.fadeIn.active {
    background: #F9A12E !important;
}

.page-template-template-techonolgy-consultancy-service.page-template-template-techonolgy-consultancy-service-php .hero_heading {
    padding-top: 19%;

}

.page-template-template-business-consultancy-service .hero_heading {
    padding-top: 19%;

}


/*.page-template-template-techonolgy-consultancy-service.page-template-template-techonolgy-consultancy-service-php div.hero_heading {*/
/*    margin-top: -5%;*/
/*}*/
/*@media (1280px < width < 3456px) {*/

/*    .page-template-template-techonolgy-consultancy-service.page-template-template-techonolgy-consultancy-service-php #hero_section{*/
/*        min-height: 64vh;*/
/*        margin-top: 10%;*/
/*    }*/
/*}*/


#testimonoal {
    display: none;
}

#dropdown-14 {
    width: 214% !important;
    left: -43% !important;
    border-radius: 15px !important;
    min-width: 208% !important;
}

@media (1024px < width < 1500px ) {
    #dropdown-14 {
        width: 181% !important;
        left: -43% !important;
        border-radius: 15px !important;
        min-width: 190% !important;
    }

    #quadmenu .service-title {
        font-size: 11px;
    }
}

#stepsforServices + #FAQs img.rotate-center {
    bottom: -137px !important;
}


.page-template-template-web-development-service #FAQs .faq input[type="checkbox"]:checked + label, .page-template-template-web-development-service #FAQs .faq label:hover {
    border-left: 5px solid #f04925;
    padding-left: 17px;
}

.page-template-template-web-development-service #stepsforServices .card .card--image {
    color: #f04925 !important;
}

.page-template-template-web-development-service .hex-cell.wow.fadeIn.active {
    background: #f04925 !important;
}

.page-template-template-social-media-service #FAQs .faq input[type="checkbox"]:checked + label, .page-template-template-social-media-service #FAQs .faq label:hover {
    border-left: 5px solid #ffd545;
    padding-left: 17px;
}

.page-template-template-social-media-service #stepsforServices .card .card--image {
    color: #e3b61b !important;
}

.page-template-template-social-media-service .hex-cell.wow.fadeIn.active {
    background: #e3b61b !important;
}

.page-template-template-exective-assistant-service #FAQs .faq input[type="checkbox"]:checked + label, .page-template-template-exective-assistant-service #FAQs .faq label:hover {
    border-left: 5px solid #366bff;
    padding-left: 17px;
}

.page-template-template-exective-assistant-service #stepsforServices .card .card--image {
    color: #366bff !important;;
}

.page-template-template-exective-assistant-service .hex-cell.wow.fadeIn.active {
    background: #366bff !important;
}


.page-template-template-medical-billing-service #FAQs .faq input[type="checkbox"]:checked + label, .page-template-template-medical-billing-service #FAQs .faq label:hover {
    border-left: 5px solid #aedc32;
    padding-left: 17px;
}

.page-template-template-medical-billing-service #stepsforServices .card .card--image {
    color: #aedc32 !important;;
}

.page-template-template-medical-billing-service .hex-cell.wow.fadeIn.active {
    background: #aedc32 !important;
}

.page-template-template-business-consultancy-service #FAQs .faq input[type="checkbox"]:checked + label, .page-template-template-business-consultancy-service #FAQs .faq label:hover {
    border-left: 5px solid #4F5FAB;
    padding-left: 17px;
}

.page-template-template-business-consultancy-service #stepsforServices .card .card--image {
    color: #4F5FAB !important;;
}

.page-template-template-business-consultancy-service .hex-cell.wow.fadeIn.active {
    background: #4F5FAB !important;
}

.page-template-template-business-consultancy-service #hero_section {
    height: 100%;
    align-items: center;
    margin-top: -10%;
}

.page-template-template-business-consultancy-service #hero_section {
    height: 100%;
    align-items: center;
    margin-top: -10%;
}


.page-template-template-about #hero_section {
    height: 120vh;
    align-items: center;
    margin-top: -10%;
}


.page-template-template-contact #hero_section {
	min-height: 76vh;
	align-items: center;
    margin-top: -10%;
    height: 100%;
}

/* Shit we got to do  */


#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu ul {
    width: 99% !important;
}

#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu ul li {
    margin: 0 1px !important;
}

#FAQs {
    overflow: hidden;
}

#FAQs .faq-item-hide {
    display: none;
}

#FAQs .faq-heading {
    font-family: Poppins-regular;
    padding-top: 10px;
    font-weight: 600;
    font-size: 19px;
    text-indent: 10px;
    color: #000F34;
    transition: text-indent 0.2s;
    margin: 0;
}

#FAQs .faq-text {
    font-family: Poppins-regular;
    font-weight: 400;
    font-size: 16px;
    color: #111;
    padding-left: 10px;
    padding-right: 100px;
    margin-bottom: 10px;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    margin-top: 10px;
}

#FAQs .faq {
    width: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    /* border: 1px, solid #E1E1E1*/;
}

#FAQs .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 50px;
    /* Ajustar conforme necessário */
    padding-top: 8px;
    padding-bottom: 10px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    transition: all 0.3s ease;
    /* Suaviza a transição da borda */
    box-sizing: border-box;
    /* Garante que a borda seja incluída no cálculo da dimensão */
    margin: 0;
}

#FAQs .faq input[type="checkbox"] {
    display: none;
}

#FAQs .faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid #000F34;
    border-right: 2px solid #000F34;
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    transform: rotate(130deg);
    margin-top: 15px;
}

#FAQs .faq input[type="checkbox"]:checked + label > .faq-arrow {
    transform: rotate(310deg);
}

#FAQs .faq input[type="checkbox"]:checked + label {
    /*background: #;*/
    color: #000F34;
    height: auto;
    /* Altura ajustada para conteúdo */
    transition: height 0.8s, border 0.3s ease;
    /* Adiciona transição para borda */
    padding-top: 0;
    /* Ajusta o padding */
}

#FAQs .faq input[type='checkbox']:not(:checked) + label {
    height: 70px;
    /* Altura quando não checado */
}

/* Aplica borda somente no lado esquerdo para hover e quando está checado */
#FAQs .faq label:hover,
.faq input[type="checkbox"]:checked + label {
    border-left: 3px solid #19427d;
    /* Bordas somente no lado esquerdo */
    padding-left: 17px;
    /* Ajuste no padding para compensar a borda */
}

#FAQs .faq input[type="checkbox"]:checked + label .faq-text {
    opacity: 1;
    /* Torna o texto visível ao expandir */
}

/* Remove a barra de rolagem
  display: none;
}

#FAQs ::-webkit-scrollbar {*/

@media (max-width: 768px) {
    #FAQs .faq-heading {
        font-size: 12px;
        padding-right: 40px;
        padding-left: 10px;
        text-indent: 0px;
    }

    #FAQs .faq-text {
        font-size: 12px;
        padding-right: 50px;
    }

    #FAQs .faq input[type='checkbox']:not(:checked) + label {
        height: 60px;
        /* Altura quando não checado */
    }
}

#showMore,
#showLess {
    display: inline-block;
    margin: 20px auto;
    background-color: transparent;
    color: #000F34;
    font-weight: 500;
    font-size: 18px;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: right 5px center;
    padding-right: 40px;
    /* Ajuste para não sobrepor o texto ao ícone */
}

/* Opcional: Adiciona um efeito ao passar o mouse para indicar interatividade */
#showMore:hover,
#showLess:hover {
    color: #000F34;
    transition: background-color 0.3s;
}

#FAQs h2 {
    margin-bottom: 75px;
    color: #000F34;
    text-align: center;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -2px;
    text-transform: none;
    font-family: Poppins-medium;
}

#FAQs {
    padding: 70px 0;
    background: #F4F4F4;
}


#section_for_templates h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #212529;
    letter-spacing: 0;
    line-height: 43px;
    padding: 0 0 70px;
    width: 63%;
    font-family: poppins-medium;
    margin: auto;
}

#section_for_templates {
    padding: 70px 0 70px;
    overflow: auto;
}

#section_for_templates h4 {
    font-size: 57px;
    font-weight: 500;
    color: #212529;
    letter-spacing: 0;
    padding: 10px 0 11px;
    font-family: poppins-medium;
}

#section_for_templates p {
    font-size: 16px;
    width: 85%;
}

#cookieCutte {
    padding: 90px 0;
    margin: 70px 0;
    overflow: hidden !important;
}

#cookieCutte .color-box {
    background: linear-gradient(135deg, #4c98c3 0%, #173e7a 100%);
    padding: 33px;
    right: 0;
    position: relative;
    left: 23%;
    margin: 30px 0;
    width: 32em;
}

#cookieCutte .color-box h3 {
    text-align: left;
    font-size: 41px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    padding: 10px 0;
    font-family: poppins-medium;
}

#cookieCutte .color-box p {
    color: #fff;
    padding-bottom: 12px;
    font-size: 16px;
}

#Included h2 {
    text-align: center;
    padding-bottom: 40px;
    font-size: 50px;
    font-weight: 500;
    color: #212529;
    letter-spacing: 0;
    line-height: 43px;
    font-family: poppins-medium;
}

#Included {
    padding: 70px 0;
}

#Included li {
    padding: 15px 0;
    position: relative;
    font-size: 20px;
    color: rgb(75, 79, 88);
    font-size: 16px;
}

#Included li::before {
    content: url("./assets/images/ustafffav.png");
    top: -5px;
    left: -70px;
    position: absolute;
    max-width: 15px;
    height: 15px;
    font-size: 15px;
    padding: 15px;
}

#section_for_templates_under_template h2 {
    margin: auto;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #212529;
    letter-spacing: 0;
    line-height: 43px;
    padding: 0 0 67px;
    width: 60%;
    font-family: poppins-medium;
}

#section_for_templates_under_template {
    padding: 70px 0;
    background: #21222B0A;
}

#slider_revolution .container {
    max-width: 1374px;
}

#book-release-boxed-section-title h5.top-heading {
    padding-bottom: 10px !important;
    color: #a3a2a9 !important;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: -6px;
}

#book-release-boxed-section-title h3.heading {
    color: #212529;
    padding: 10px 0 55px;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    font-weight: 800;
    letter-spacing: -2px;
    text-transform: none;
    font-family: Poppins-medium;
}

/* #book-release-boxed-section-title h3.heading:first-letter{
	text-transform: uppercase;
}
 */
.container.hero-slider-con h4 {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

#section_for_templates .top-heading,
#Included .top-heading,
#section_for_templates_under_template .top-heading {
    color: #a3a2a9;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: -6px;
}

#section_for_templates .top-heading ~ h2,
#Included .top-heading ~ h2 {
    text-align: left;
    margin: 0;
    margin: 20px 0 40px;
    text-transform: none;
    font-family: poppins-medium;
}


#section_for_templates_under_template .top-heading ~ h2 {
    text-align: left;
    margin-left: 20px;
    text-transform: none;
    font-family: poppins-medium;
    color: #212529;
}

#section_for_templates_under_template .elementor-image-carousel_wrapper .top-heading {
    text-align: left;
    margin: 0;
    margin-left: 0;
}

#section_for_templates_under_template .elementor-image-carousel_wrapper > .top-heading {
    margin-left: 20px;
    margin-bottom: 10px;
}

#section_for_templates_under_template .elementor-image-carousel_wrapper .top-heading ~ h4 {
    font-size: 57px;
    font-weight: 500;
    color: #212529;
    letter-spacing: 0;
    padding: 10px 0 11px;
    font-family: poppins-medium;
}

#section_for_templates_under_template .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #000f34;
}

#section_for_templates_under_template .slick-dots li button::before {
    font-size: 50px;
    margin-top: 22px;
}

#section_for_templates_under_template .slick-dots li button {
    width: 55px;
    height: 55px;
    padding: 20px;
}


#mainNAVsticky {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 999;
  position: relative;
  display: none;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#mainNAVsticky #quadmenu.quadmenu-default_theme {
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins-regular", sans-serif;
    font-style: normal;
    letter-spacing: inherit;
    font-size: 16px;
    margin-left: 0;
}

#mainNAVsticky.sticky {
    background: #fff;
}

#mainNAVsticky.sticky #headerButton > a {
    background: linear-gradient(135deg, #4c98c3 0%, #173e7a 100%);
    color: white;
}

#mainNAVsticky.sticky #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > a,
#mainNAVsticky #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > form,
#mainNAVsticky.sticky #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content,
#mainNAVsticky.sticky #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link:hover > a > .quadmenu-item-content {
    color: #000;
    font-size: 16px;
}


#mainNAVsticky #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > a,
#mainNAVsticky #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > form {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

#mainNAVsticky #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content {
    color: #000;
    text-transform: capitalize;
}

#mainNAVsticky #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link:hover > a > .quadmenu-item-content {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

#mainNAVsticky #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item.quadmenu-has-caret > a > .quadmenu-item-content > .quadmenu-text {
    padding-right: 1em;
    text-transform: capitalize;
}

#mainNAVsticky #quadmenu .quadmenu-navbar-nav li.quadmenu-item > a > .quadmenu-item-content > .quadmenu-text {
    display: inline-block;
    text-transform: capitalize;
}


section.orion_interactive {
    margin: 0;
    padding: 0
}

.hexagon-home {
    background-image: linear-gradient(135deg, #4c98c3 0%, #173e7a 100%);
    background-size: cover;
    padding: 3rem 0;
}

@media (max-width: 800px) {
    .hexagon-home {
        padding: 4rem 0
    }
}

.hexagon-home h2 {
    margin: 0 auto 4rem;
    max-width: 800px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -2px;
    text-transform: none;
    font-family: Poppins-medium;
    color: #fff;
}

@media (max-width: 800px) {
    .hexagon-home h2 {
        font-size: 24px;
        line-height: 36px;
        margin: 0 auto 2rem
    }
}

.hexagon-home .graphic {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

@media (max-width: 640px) {
    .hexagon-home .graphic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hexagon-home .graphic .selected-wrap {
    overflow-y: hidden;
    position: relative;
    width: 419px;
    top: 0;
}

@media (max-width: 640px) {
    .hexagon-home .graphic .selected-wrap {
        margin: 2rem;
        width: auto
    }
}

.hexagon-home .graphic .selected-wrap .selected {
    color: #fff;
    position: relative;
    top: 0;
    -webkit-transition: top .2s;
    transition: top .2s
}

.hexagon-home .graphic .selected-wrap .selected .details h3 {
    background: transparent !important;
    padding-left: 0px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -2px;
    text-transform: none;
    font-family: Poppins-medium;
}

.hexagon-home .graphic .selected-wrap .selected .details h3 a br {
    display: none;
}

.hexagon-home .graphic .entries .hex-cell span {
    text-transform: capitalize !important;
}

.hexagon-home .graphic .entries .hex-cell span a:first-letter {
    text-transform: capitalize !important;
}

.hexagon-home .graphic .selected-wrap .selected .details p {
    font-size: 16px;
    line-height: 24px;
    margin-left: 20px
}

.hexagon-home .graphic .selected-wrap .selected .details ul {
    /*! margin-left: 20px; */
    /*text-align: justify;*/
    /*hyphens: auto;*/
}

.hexagon-home .graphic .selected-wrap .selected .details ul li {
    font-size: 21px;
    line-height: 24px;
    list-style-type: none;
    margin-left: 14px;
    margin-top: 6px;
}

.hexagon-home .graphic .selected-wrap .selected .details:first-child h3 {
    background: url(https://directiveconsulting.com/wp-content/themes/directive-2018/assets/img/icon-directive-blue.svg) no-repeat 0
}

.hexagon-home .graphic .selected-wrap .selected .details:nth-child(2) h3 {
    background: url(https://directiveconsulting.com/wp-content/themes/directive-2018/assets/img/icon-directive-green.svg) no-repeat 0
}

.hexagon-home .graphic .selected-wrap .selected .details:nth-child(3) h3 {
    background: url(https://directiveconsulting.com/wp-content/themes/directive-2018/assets/img/icon-directive-purple.svg) no-repeat 0;
    background-position: -6% -5%;
    background-size: 10%;
}

.hexagon-home .graphic .selected-wrap .selected .details:nth-child(5) h3 {
    background: url(https://website.ustaff360.com/wp-content/themes/ustaff360/assets/images/Artboard.svg) no-repeat 0;
    background-position: -6% -5%;
    background-size: 10%;
}

.hexagon-home .graphic .selected-wrap .selected .details:nth-child(6) h3 {
    background: url(https://directiveconsulting.com/wp-content/themes/directive-2018/assets/img/icon-directive-pink.svg) no-repeat 0
}

.hexagon-home .graphic .selected-wrap .selected .details:nth-child(7) h3 {
    background: url(https://directiveconsulting.com/wp-content/themes/directive-2018/assets/img/icon-directive-red.svg) no-repeat 0
}

.hexagon-home .graphic .entries {
    --n-rows: 3;
    --n-cols: 6;
    --l: calc(600px / var(--n-cols));
    --hl: calc(var(--l) * 0.5);
    --ri: calc(var(--l) * 0.86603);
    grid-gap: var(--hl) 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: grid;
    grid-template: repeat(var(--n-rows), var(--l))/repeat(var(--n-cols), var(--ri));
    height: 550px;
    margin: 0;
    overflow: hidden;
    place-content: center;
    width: 600px
}

@media (max-width: 800px) {
    .hexagon-home .graphic .entries {
        --l: calc(400px / var(--n-cols));
        height: 400px;
        width: 400px
    }
}

@media (max-width: 640px) {
    .hexagon-home .graphic .entries {
        --l: calc(100vw / var(--n-cols));
        height: 100vw;
        width: 100vw
    }
}

.hexagon-home .graphic .entries .hex-cell {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-end: span 2;
    justify-content: center;
    margin: calc(var(--hl) * -1) 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.hexagon-home .graphic .entries .hex-cell:nth-of-type(5n+1) {
    grid-column-start: 2
}

.hexagon-home .graphic .entries .hex-cell span {
    text-align: center
}

.hexagon-home .graphic .entries .hex-cell:not(.center) {
    background: #fff;
    cursor: pointer
}

.hexagon-home .graphic .entries .hex-cell:not(.center) .hex-cell-inner {
    background: #000;
    bottom: 2px;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    left: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    z-index: 1
}

.hexagon-home .graphic .entries .hex-cell:not(.center) span {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    padding: 4px;
}

.hexagon-home .graphic .entries .hex-cell:not(.center):first-child.active,
.hexagon-home .graphic .entries .hex-cell:not(.center):first-child.active .hex-cell-inner,
.hexagon-home .graphic .entries .hex-cell:not(.center):first-child:hover,
.hexagon-home .graphic .entries .hex-cell:not(.center):first-child:hover .hex-cell-inner {
    background-color: #295c92
}

.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(2).active,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(2).active .hex-cell-inner,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(2):hover,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(2):hover .hex-cell-inner {
    background-color: #295c92
}

.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(3).active,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(3).active .hex-cell-inner,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(3):hover,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(3):hover .hex-cell-inner {
    background-color: #295c92
}

.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(5).active,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(5).active .hex-cell-inner,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(5):hover,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(5):hover .hex-cell-inner {
    background-color: #295c92;
}

.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(6).active,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(6).active .hex-cell-inner,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(6):hover,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(6):hover .hex-cell-inner {
    background-color: #295c92
}

.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(7).active,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(7).active .hex-cell-inner,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(7):hover,
.hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(7):hover .hex-cell-inner {
    background-color: #295c92
}

.hexagon-startup {
    background-image: url(https://directiveconsulting.com/wp-content/themes/directive-2018/assets/orion/speckled-black.jpg);
    background-size: cover;
    padding: 0 0 8rem
}

@media (max-width: 800px) {
    .hexagon-startup {
        padding: 0 0 4rem
    }
}

.hexagon-startup .selected-wrap-heading {
    position: absolute;
    top: 45px;
    width: 500px
}

.hexagon-startup .selected-wrap-heading p {
    color: #fff;
    font-size: 16px;
    line-height: 23px
}

@media (max-width: 1100px) {
    .hexagon-startup .selected-wrap-heading {
        width: 45%
    }
}

@media (max-width: 640px) {
    .hexagon-startup .selected-wrap-heading {
        position: relative;
        top: 0;
        width: auto
    }
}

.hexagon-startup h2 {
    color: #fff;
    font-size: 64px;
    letter-spacing: -.02em;
    line-height: 82px;
    margin-left: 0;
    max-width: 500px;
    text-align: left
}

@media (max-width: 900px) {
    .hexagon-startup h2 {
        font-size: 40px;
        line-height: 48px
    }
}

@media (max-width: 800px) {
    .hexagon-startup h2 {
        font-size: 32px;
        line-height: 41px;
        margin: 0 auto 2rem
    }
}

@media (max-width: 640px) {
    .hexagon-startup h2 {
        margin: 0 auto 1rem
    }
}

.hexagon-startup .graphic {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

@media (max-width: 640px) {
    .hexagon-startup .graphic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hexagon-startup .graphic .selected-wrap {
    overflow-y: hidden;
    position: relative;
    top: 230px;
    width: 500px
}

@media (max-width: 1100px) {
    .hexagon-startup .graphic .selected-wrap {
        overflow-y: hidden;
        width: 50%
    }
}

@media (max-width: 640px) {
    .hexagon-startup .graphic .selected-wrap {
        margin: 0 2rem 2rem;
        top: 0;
        width: auto
    }
}

.hexagon-startup .graphic .selected-wrap .selected {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    bottom: 0;
    color: #fff;
    justify-content: end;
    justify-items: end;
    overflow-y: hidden;
    position: absolute;
    -webkit-transition: bottom .2s;
    transition: bottom .2s
}

.hexagon-startup .graphic .selected-wrap .selected .details h3 {
    font-size: 22px;
    line-height: 30px
}

.hexagon-startup .graphic .selected-wrap .selected .details p {
    font-size: 16px;
    line-height: 23px
}

.hexagon-startup .graphic .selected-wrap .selected .details ul {
    margin-left: 20px
}

.hexagon-startup .graphic .selected-wrap .selected .details ul li {
    font-size: 16px;
    line-height: 23px;
    margin: 0
}

.hexagon-startup .graphic .selected-wrap .selected .details:first-child h3 {
    display: inline-block;
    margin-bottom: .5rem;
    position: relative
}

.hexagon-startup .graphic .selected-wrap .selected .details:first-child h3:after {
    background-image: url(https://directiveconsulting.com/wp-content/themes/directive-2018/assets/img/Underline-yellow.png);
    background-repeat: no-repeat;
    content: "";
    height: 60px;
    position: absolute;
    right: -35px;
    top: 4px;
    width: 105px
}

.hexagon-startup .graphic .selected-wrap .selected .details:nth-child(2) h3 {
    display: inline-block;
    margin-bottom: .5rem;
    position: relative
}

.hexagon-startup .graphic .selected-wrap .selected .details:nth-child(2) h3:after {
    background-image: url(https://directiveconsulting.com/wp-content/themes/directive-2018/assets/img/Underline-green.png);
    background-repeat: no-repeat;
    content: "";
    height: 36px;
    position: absolute;
    right: -35px;
    top: 22px;
    width: 119px
}

.hexagon-startup .graphic .selected-wrap .selected .details:nth-child(3) h3 {
    display: inline-block;
    margin-bottom: .5rem;
    position: relative
}

.hexagon-startup .graphic .selected-wrap .selected .details:nth-child(3) h3:after {
    background-image: url(https://directiveconsulting.com/wp-content/themes/directive-2018/assets/img/Underline-green.png);
    background-repeat: no-repeat;
    content: "";
    height: 36px;
    position: absolute;
    right: -35px;
    top: 22px;
    width: 119px
}

.hexagon-startup .graphic .selected-wrap .selected .details:nth-child(4) h3 {
    display: inline-block;
    margin-bottom: .5rem;
    position: relative
}

.hexagon-startup .graphic .selected-wrap .selected .details:nth-child(4) h3:after {
    background-image: url(https://directiveconsulting.com/wp-content/themes/directive-2018/assets/img/Underline-red.png);
    background-repeat: no-repeat;
    content: "";
    height: 60px;
    position: absolute;
    right: -35px;
    top: 4px;
    width: 105px
}

.hexagon-startup .graphic .selected-wrap .selected .details:nth-child(5) h3 {
    display: inline-block;
    margin-bottom: .5rem;
    position: relative
}

.hexagon-startup .graphic .selected-wrap .selected .details:nth-child(5) h3:after {
    background-image: url(https://directiveconsulting.com/wp-content/themes/directive-2018/assets/img/Underline-yellow.png);
    background-repeat: no-repeat;
    content: "";
    height: 60px;
    position: absolute;
    right: -35px;
    top: 4px;
    width: 105px
}

@media (max-width: 640px) {
    .hexagon-startup .graphic .selected-wrap .selected {
        top: 0;
        -webkit-transition: top .2s;
        transition: top .2s
    }
}

.hexagon-startup .graphic .entries {
    --n-rows: 3;
    --n-cols: 6;
    --l: calc(600px / var(--n-cols));
    --hl: calc(var(--l) * 0.5);
    --ri: calc(var(--l) * 0.86603);
    grid-gap: var(--hl) 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: grid;
    grid-template: repeat(var(--n-rows), var(--l))/repeat(var(--n-cols), var(--ri));
    height: 600px;
    margin: 0 0 0 auto;
    overflow: hidden;
    place-content: center;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    width: 600px
}

@media (max-width: 1100px) {
    .hexagon-startup .graphic .entries {
        --l: calc(500px / var(--n-cols));
        height: 500px;
        overflow: visible;
        place-content: flex-end;
        position: relative;
        top: -20px;
        width: 500px
    }
}

@media (max-width: 800px) {
    .hexagon-startup .graphic .entries {
        --l: calc(400px / var(--n-cols));
        height: 400px;
        top: 0;
        width: 400px
    }
}

@media (max-width: 640px) {
    .hexagon-startup .graphic .entries {
        --l: calc(100vw / var(--n-cols));
        height: 100vw;
        margin-bottom: 0;
        margin-top: 1rem;
        place-content: center;
        width: 100vw
    }
}

.hexagon-startup .graphic .entries .hex-cell {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-end: span 2;
    justify-content: center;
    margin: calc(var(--hl) * -1) 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: rotate(60deg) scale(.9);
    -ms-transform: rotate(60deg) scale(.9);
    transform: rotate(60deg) scale(.9);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.hexagon-startup .graphic .entries .hex-cell:nth-of-type(5n+1) {
    grid-column-start: 2
}

.hexagon-startup .graphic .entries .hex-cell span {
    text-align: center
}

.hexagon-startup .graphic .entries .hex-cell:not(.center) {
    background: #fff;
    cursor: pointer
}

.hexagon-startup .graphic .entries .hex-cell:not(.center) .hex-cell-inner {
    background: #000;
    bottom: 2px;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    left: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    z-index: 1
}

.hexagon-startup .graphic .entries .hex-cell:not(.center) span {
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    z-index: 2
}

@media (max-width: 640px) {
    .hexagon-startup .graphic .entries .hex-cell:not(.center) span {
        font-size: 13px;
        line-height: 17px
    }
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):first-child {
    background-color: #ffc56e;
    text-transform: uppercase
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):first-child span {
    color: #ffc56e
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):first-child.active,
.hexagon-startup .graphic .entries .hex-cell:not(.center):first-child.active .hex-cell-inner,
.hexagon-startup .graphic .entries .hex-cell:not(.center):first-child:hover,
.hexagon-startup .graphic .entries .hex-cell:not(.center):first-child:hover .hex-cell-inner {
    background-color: #ffc56e
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):first-child.active span,
.hexagon-startup .graphic .entries .hex-cell:not(.center):first-child:hover span {
    color: #000
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(2) {
    background-color: #00bb7e;
    text-transform: uppercase
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(2) span {
    color: #00bb7e
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(2).active,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(2).active .hex-cell-inner,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(2):hover,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(2):hover .hex-cell-inner {
    background-color: #00bb7e
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(2).active span,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(2):hover span {
    color: #000
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(3) {
    background-color: #00bb7e;
    text-transform: uppercase
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(3) span {
    color: #00bb7e
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(3).active,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(3).active .hex-cell-inner,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(3):hover,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(3):hover .hex-cell-inner {
    background-color: #00bb7e
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(3).active span,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(3):hover span {
    color: #000
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(4) {
    background-color: #f00d68;
    text-transform: uppercase
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(4) span {
    color: #f00d68
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(4).active,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(4).active .hex-cell-inner,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(4):hover,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(4):hover .hex-cell-inner {
    background-color: #f00d68
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(4).active span,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(4):hover span {
    color: #000
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(5) {
    background-color: #ffc56e;
    text-transform: uppercase
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(5) span {
    color: #ffc56e
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(5).active,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(5).active .hex-cell-inner,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(5):hover,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(5):hover .hex-cell-inner {
    background-color: #ffc56e
}

.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(5).active span,
.hexagon-startup .graphic .entries .hex-cell:not(.center):nth-child(5):hover span {
    color: #000
}

section.alternating_blocks.dark-triple-heads {
    background: #000;
    color: #fff;
    padding: 0 !important
}

section.alternating_blocks.dark-triple-heads .wrapper {
    margin: 6rem auto;
    position: relative
}

section.alternating_blocks.dark-triple-heads .wrapper:first-child {
    margin-top: 0
}

section.alternating_blocks.dark-triple-heads .wrapper:last-child {
    margin-bottom: 0
}

section.alternating_blocks.dark-triple-heads .wrapper .container {
    position: static
}

@media (max-width: 800px) {
    section.alternating_blocks.dark-triple-heads .wrapper .container {
        margin-bottom: 36rem
    }

    section.alternating_blocks.dark-triple-heads .wrapper.noimage .container {
        margin-bottom: 0
    }
}

section.alternating_blocks.dark-triple-heads .wrapper .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 800px) {
    section.alternating_blocks.dark-triple-heads .wrapper .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

section.alternating_blocks.dark-triple-heads .wrapper .content {
    padding: 6rem 0;
    width: calc(50% - 6rem)
}

@media (max-width: 800px) {
    section.alternating_blocks.dark-triple-heads .wrapper .content {
        width: 100%
    }
}

section.alternating_blocks.dark-triple-heads .wrapper .content .heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    position: relative
}

section.alternating_blocks.dark-triple-heads .wrapper .content .heading h2 {
    font-family: trade-gothic-next, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 64px;
    margin-top: -15px;
    white-space: nowrap
}

@media (max-width: 640px) {
    section.alternating_blocks.dark-triple-heads .wrapper .content .heading h2 {
        font-size: 40px;
        line-height: 52px
    }
}

section.alternating_blocks.dark-triple-heads .wrapper .content .heading h2:first-child,
section.alternating_blocks.dark-triple-heads .wrapper .content .heading h2:nth-child(2) {
    color: #000;
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff
}

section.alternating_blocks.dark-triple-heads .wrapper .content .heading .bm {
    height: 150px
}

section.alternating_blocks.dark-triple-heads .wrapper .content h3 {
    font-family: trade-gothic-next, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 36px
}

@media (max-width: 640px) {
    section.alternating_blocks.dark-triple-heads .wrapper .content h3 {
        font-size: 18px;
        line-height: 30px
    }
}

section.alternating_blocks.dark-triple-heads .wrapper .content p {
    font-size: 21px;
    line-height: 30px
}

@media (max-width: 640px) {
    section.alternating_blocks.dark-triple-heads .wrapper .content p {
        font-size: 16px;
        line-height: 24px
    }
}

section.alternating_blocks.dark-triple-heads .wrapper .graphic {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50%
}

@media (max-width: 800px) {
    section.alternating_blocks.dark-triple-heads .wrapper .graphic {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: contain;
        height: 100%;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%
    }
}

@media (max-width: 800px) and (max-width: 640px) {
    section.alternating_blocks.dark-triple-heads .wrapper .graphic {
        background-size: cover
    }
}

section.alternating_blocks.dark-triple-heads .wrapper:nth-child(2n) .content {
    margin-left: auto
}

section.alternating_blocks.dark-triple-heads .wrapper:nth-child(2n) .graphic {
    left: 0
}

section.alternating_blocks.dark-triple-heads.white {
    background: #fff;
    color: #000
}

section.alternating_blocks.dark-triple-heads.white .content .heading h2:first-child,
section.alternating_blocks.dark-triple-heads.white .content .heading h2:nth-child(2) {
    color: #fff;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000
}

section.alternating_blocks.dark-triple-heads.side_by_side_logos .wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width: 900px) {
    section.alternating_blocks.dark-triple-heads.side_by_side_logos .wrapper .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

section.alternating_blocks.dark-triple-heads.side_by_side_logos .wrapper .content .heading {
    display: block;
    width: 50%
}

@media (max-width: 900px) {
    section.alternating_blocks.dark-triple-heads.side_by_side_logos .wrapper .content .heading {
        width: 100%
    }

    section.alternating_blocks.dark-triple-heads.side_by_side_logos .wrapper .content .heading h2 {
        font-size: 48px;
        line-height: 62px
    }
}

section.alternating_blocks.dark-triple-heads.side_by_side_logos .wrapper .content .heading h2 {
    font-size: 72px;
    line-height: 88px
}

@media (max-width: 900px) {
    section.alternating_blocks.dark-triple-heads.side_by_side_logos .wrapper .content .heading h2 {
        font-size: 48px;
        line-height: 62px
    }
}

section.alternating_blocks.dark-triple-heads.side_by_side_logos .wrapper .content .heading .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0
}

@media (max-width: 900px) {
    section.alternating_blocks.dark-triple-heads.side_by_side_logos .wrapper .content .heading .logos {
        margin-bottom: 0
    }
}

section.alternating_blocks.dark-triple-heads.side_by_side_logos .wrapper .content .heading .logos img {
    height: 80px;
    margin-right: 2rem;
    width: auto
}

section.alternating_blocks.dark-triple-heads.side_by_side_logos .wrapper .content .heading .bm {
    display: none
}

section.alternating_blocks.dark-triple-heads.side_by_side_logos .wrapper .content .context {
    max-width: 700px;
    width: 50%
}

@media (max-width: 900px) {
    section.alternating_blocks.dark-triple-heads.side_by_side_logos .wrapper .content .context {
        max-width: unset;
        width: 100%
    }
}

section.alternating_blocks.side-by-side > .container .heading {
    margin-bottom: 6rem;
    text-align: center
}

section.alternating_blocks.side-by-side > .container .heading img {
    height: 60px;
    margin: 0 auto 3rem;
    width: auto
}

section.alternating_blocks.side-by-side > .container .heading .heading-headline {
    font-size: 30px;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-align: center
}

@media (max-width: 1000px) {
    section.alternating_blocks.side-by-side > .container .heading .heading-headline {
        font-size: 24px
    }
}

@media (max-width: 800px) {
    section.alternating_blocks.side-by-side > .container .heading .heading-headline {
        font-size: 22px
    }
}

@media (max-width: 640px) {
    section.alternating_blocks.side-by-side > .container .heading .heading-headline {
        font-size: 18px;
        text-align: left
    }
}

section.alternating_blocks.side-by-side .wrapper .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 640px) {
    section.alternating_blocks.side-by-side .wrapper .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

section.alternating_blocks.side-by-side .wrapper .content {
    margin-right: 8rem;
    width: calc(50% - 8rem)
}

@media (max-width: 640px) {
    section.alternating_blocks.side-by-side .wrapper .content {
        margin: 0 auto;
        width: 100%
    }
}

section.alternating_blocks.side-by-side .wrapper .graphic {
    width: 50%
}

@media (max-width: 640px) {
    section.alternating_blocks.side-by-side .wrapper .graphic {
        margin: 2rem 0;
        width: 100%
    }
}

section.alternating_blocks.side-by-side .wrapper .graphic img {
    height: auto;
    width: 100%
}

section.alternating_blocks.side-by-side .wrapper .heading-title {
    font-size: 45px;
    letter-spacing: -.02em;
    line-height: 52px;
    margin-bottom: 2rem
}

section.alternating_blocks.side-by-side .wrapper .heading-blurb {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px
}

section.alternating_blocks.side-by-side .wrapper .cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.25rem
}

section.alternating_blocks.side-by-side .wrapper .cta-wrap .cta {
    background: #e1523d;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-right: 2rem;
    padding: .6rem 1.7rem
}

section.alternating_blocks.side-by-side .wrapper:nth-child(odd) .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width: 640px) {
    section.alternating_blocks.side-by-side .wrapper:nth-child(odd) .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

section.alternating_blocks.side-by-side .wrapper:nth-child(odd) .content {
    margin-left: 8rem;
    margin-right: 0
}

@media (max-width: 640px) {
    section.alternating_blocks.side-by-side .wrapper:nth-child(odd) .content {
        margin: 0 auto;
        width: 100%
    }
}

section.alternating_blocks.light-image-fade {
    padding: 0;
    /*! margin-top: 80px; */
}

section.alternating_blocks.light-image-fade .slide {
    height: 100vh;
    position: relative;
    width: 100%
}

section.alternating_blocks.light-image-fade .slide .left,
section.alternating_blocks.light-image-fade .slide .right {
    background: url(https://directiveconsulting.com/wp-content/themes/directive-2018/assets/img/dots.png) repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 50vh;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    white-space: nowrap
}

section.alternating_blocks.light-image-fade .slide .left {
    left: 0;
    top: -170px
}

section.alternating_blocks.light-image-fade .slide .right {
    bottom: -100px;
    right: 0
}

section.alternating_blocks.light-image-fade .slide .container {
    height: 100vh
}

section.alternating_blocks.light-image-fade .slide .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    justify-content: center
}

section.alternating_blocks.light-image-fade .slide .heading-title {
    font-size: 24px;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: center
}

@media (max-width: 1000px) {
    section.alternating_blocks.light-image-fade .slide .heading-title {
        font-size: 24px
    }
}

@media (max-width: 800px) {
    section.alternating_blocks.light-image-fade .slide .heading-title {
        font-size: 22px;
        margin-bottom: 1rem
    }
}

@media (max-width: 640px) {
    section.alternating_blocks.light-image-fade .slide .heading-title {
        font-size: 18px
    }
}

section.alternating_blocks.light-image-fade .wrapper {
    position: relative
}

section.alternating_blocks.light-image-fade .wrapper .container {
    position: static
}

section.alternating_blocks.light-image-fade .wrapper .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    min-height: 70vh
}

section.alternating_blocks.light-image-fade .wrapper .heading {
    margin-left: auto;
    position: relative;
    width: 50%;
    z-index: 3;
    padding-left: 2rem;
}

@media (max-width: 640px) {
    section.alternating_blocks.light-image-fade .wrapper .heading {
        margin: 0;
        padding: 2rem 0 12rem;
        text-align: left !important;
        width: 100%
    }
}

section.alternating_blocks.light-image-fade .wrapper .bm {
    height: 200px;
    left: -100px;
    position: absolute;
    top: -200px;
    width: 200px
}

section.alternating_blocks.light-image-fade .wrapper .heading-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: 800;
    letter-spacing: -2px;
    text-transform: none;
    font-family: Poppins-medium;
}

@media (max-width: 1000px) {
    section.alternating_blocks.light-image-fade .wrapper .heading-title {
        font-size: 40px
    }
}

@media (max-width: 800px) {
    section.alternating_blocks.light-image-fade .wrapper .heading-title {
        font-size: 36px
    }
}

@media (max-width: 640px) {
    section.alternating_blocks.light-image-fade .wrapper .heading-title {
        font-size: 24px
    }
}

section.alternating_blocks.light-image-fade .wrapper .heading-blurb {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.5
}

@media (max-width: 800px) {
    section.alternating_blocks.light-image-fade .wrapper .heading-blurb {
        font-size: 18px
    }
}

section.alternating_blocks.light-image-fade .wrapper .fade {
    /* 	background: -webkit-gradient(linear, right top, left top, color-stop(50%, #fff), to(hsla(0, 0%, 100%, .1)));
        background: linear-gradient(270deg, #fff 50%, hsla(0, 0%, 100%, .1)); */
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    opacity: 1;
}

@media (max-width: 640px) {
    section.alternating_blocks.light-image-fade .wrapper .fade {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(hsla(0, 0%, 100%, .1))) !important;
        background: linear-gradient(-180deg, #fff 50%, hsla(0, 0%, 100%, .1)) !important
    }
}

section.alternating_blocks.light-image-fade .wrapper .graphic {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media (max-width: 640px) {
    section.alternating_blocks.light-image-fade .wrapper .graphic {
        background-size: cover
    }
}

section.alternating_blocks.light-image-fade .wrapper:not(.inverted):nth-child(odd) .fade {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), to(hsla(0, 0%, 100%, .1)));
    background: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, .1));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

section.alternating_blocks.light-image-fade .wrapper:not(.inverted):nth-child(odd) .heading {
    margin-left: 0;
    margin-right: auto
}

section.alternating_blocks.light-image-fade .wrapper:not(.inverted):nth-child(odd) .graphic {
    background-position: 100% !important
}

section.alternating_blocks.light-image-fade .wrapper.inverted:nth-child(2n) .fade {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), to(hsla(0, 0%, 100%, .1)));
    background: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, .1));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

section.alternating_blocks.light-image-fade .wrapper.inverted:nth-child(2n) .heading {
    margin-left: 0;
    margin-right: auto
}

section.alternating_blocks.light-image-fade .wrapper.inverted:nth-child(2n) .graphic {
    background-position: 100% !important
}

section.alternating_blocks.light-image-fade .wrapper:nth-child(3) .bm {
    left: auto;
    right: -100px
}

section.alternating_blocks.light-image-fade .wrapper:nth-child(4) .bm {
    bottom: -200px;
    top: auto
}

section.alternating_blocks.light-image-fade .wrapper:nth-child(5) .bm {
    bottom: -200px;
    left: auto;
    right: -100px;
    top: auto
}

section.alternating_blocks .bm {
    pointer-events: none
}

.underlay video {
    left: 50%;
    width: 100.1%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -58%);
    -ms-transform: translate(-50%, -58%);
    transform: translate(-50%, -58%);
    filter: brightness(0.5);
}

#successful_agencies {
    padding: 70px 0 70px;
}

#successful_agencies h2 {
    font-size: 30px;
    text-transform: none;
    font-family: poppins-medium;
    width: 80%;
    text-align: center;
    margin: auto;
    padding: 2rem;
}

#successful_agencies .card-parent h4 {
    font-size: 25px;
    text-transform: none;
    font-family: poppins-medium;
    text-align: left;
    margin: 21px 0;
    line-height: 32px;
}

#successful_agencies .card-parent {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: baseline;
    margin-top: 40px;
}

#successful_agencies .card-parent p {
    font-size: 14px;
}

#successful_agencies .card-parent p strong {
    font-size: 17px;
}

#staffing_challenge h2 {
    font-size: 30px;
    text-transform: none;
    font-family: poppins-medium;
    width: 60%;
    text-align: center;
    margin: auto;
    padding: 2rem;
    color: #fff;
    margin-bottom: 70px;
}

#staffing_challenge .border-for-head {
    border: 2px solid #fff;
    border-radius: 12px;
    /* height: 175px; */
}

#staffing_challenge .border-for-head img {
    margin-top: 0px;
}

#staffing_challenge {
    padding: 70px 0;
    background: linear-gradient(135deg, #4c98c3 0%, #173e7a 100%);
}

#staffing_challenge p.count {
    color: #fff;
    font-size: 24px;
    padding-top: 24px;
    padding-bottom: 0;
}

#staffing_challenge h4 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    width: 50%;
    margin-top: 4px;
    text-transform: none;
}

#staffing_challenge p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 16px;
    padding-top: 4px;
}

#want_high {
    padding: 70px 0;
}

#want_high h5 {
    font-family: Poppins-medium;
    padding: 10px 0;
    font-size: 30px;
    padding-right: 4rem;
}

#want_high h5 + p {
    font-size: 14px;
    padding-bottom: 2.5rem;
    padding-right: 5rem;
}

#want_high h5 + p + img {
    width: 70%;
}

#want_high .bg_high {
    padding: 50px;

}

#want_high .bg_high h4 {
    margin-top: 20px;
    font-family: poppins-medium;
    text-transform: none;
}

#want_high .bg_high p {
    font-size: 14px;
}

#staffing_challenge .slick-slider-staffing {
    width: 87%;
    margin: auto;
    margin-bottom: auto;
}

#medical-billiing section.orion_grid {
    color: #fff
}

#medical-billiing section.orion_grid.column-two .heading-headline,
#medical-billiing section.orion_grid.column-two-center .heading-headline {
    font-size: 36px;
    letter-spacing: -.02em;
    line-height: 44px;
    margin-bottom: 4rem;
    text-align: center
}

@media (max-width: 800px) {

    #medical-billiing section.orion_grid.column-two .heading-headline,
    #medical-billiing section.orion_grid.column-two-center .heading-headline {
        margin-bottom: 2rem
    }
}

@media (max-width: 640px) {

    #medical-billiing section.orion_grid.column-two .heading-headline,
    #medical-billiing section.orion_grid.column-two-center .heading-headline {
        margin-bottom: 2rem
    }
}

#medical-billiing section.orion_grid.column-two-center.light .entry h3,
#medical-billiing section.orion_grid.column-two.light .entry h3 {
    color: #00bb7e
}

#medical-billiing section.orion_grid.column-two .container .inner .entries,
#medical-billiing section.orion_grid.column-two-center .container .inner .entries {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left
}

#medical-billiing section.orion_grid.column-two .container .inner .entries:after,
#medical-billiing section.orion_grid.column-two-center .container .inner .entries:after {
    -webkit-box-flex: 1;
    content: "";
    -ms-flex: auto;
    flex: auto
}

@media (max-width: 800px) {

    #medical-billiing section.orion_grid.column-two .container .inner .entries:after,
    #medical-billiing section.orion_grid.column-two-center .container .inner .entries:after {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

@media (max-width: 640px) {

    #medical-billiing section.orion_grid.column-two .container .inner .entries:after,
    #medical-billiing section.orion_grid.column-two-center .container .inner .entries:after {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit
    }
}

#medical-billiing section.orion_grid.column-two .container .inner .entries .entry,
#medical-billiing section.orion_grid.column-two-center .container .inner .entries .entry {
    margin: 0 2rem 4rem;
    width: calc(50% - 4rem)
}

@media (max-width: 800px) {

    #medical-billiing section.orion_grid.column-two .container .inner .entries .entry,
    #medical-billiing section.orion_grid.column-two-center .container .inner .entries .entry {
        margin: 1rem;
        text-align: left;
        width: calc(50% - 2rem)
    }
}

@media (max-width: 640px) {

    #medical-billiing section.orion_grid.column-two .container .inner .entries .entry,
    #medical-billiing section.orion_grid.column-two-center .container .inner .entries .entry {
        width: calc(100% - 2rem)
    }
}

#medical-billiing section.orion_grid.column-two .container .inner .entries .entry a,
#medical-billiing section.orion_grid.column-two-center .container .inner .entries .entry a {
    display: block
}

#medical-billiing section.orion_grid.column-two .container .inner .entries .entry img,
#medical-billiing section.orion_grid.column-two-center .container .inner .entries .entry img {
    display: block;
    height: 60px;
    margin: 0 auto 1rem;
    width: auto
}

#medical-billiing section.orion_grid.column-two .container .inner .entries .entry .img_default.up6,
#medical-billiing section.orion_grid.column-two-center .container .inner .entries .entry .img_default.up6 {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 45px !important;
    width: auto
}

#medical-billiing section.orion_grid.column-two .cta-wrap,
#medical-billiing section.orion_grid.column-two-center .cta-wrap {
    text-align: center
}

#medical-billiing section.orion_grid.column-two .cta-wrap a,
#medical-billiing section.orion_grid.column-two-center .cta-wrap a {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    position: relative
}

@media (max-width: 800px) {

    #medical-billiing section.orion_grid.column-two .cta-wrap a,
    #medical-billiing section.orion_grid.column-two-center .cta-wrap a {
        font-size: 20px
    }
}

#medical-billiing section.orion_grid.column-two .cta-wrap a:hover,
#medical-billiing section.orion_grid.column-two-center .cta-wrap a:hover {
    color: #cc4a37
}

#medical-billiing section.orion_grid.column-two .bm,
#medical-billiing section.orion_grid.column-two-center .bm {
    height: 300px;
    margin: 0 auto;
    width: 300px;
    z-index: 3
}

@media (max-width: 1024px) {

    #medical-billiing section.orion_grid.column-two .bm,
    #medical-billiing section.orion_grid.column-two-center .bm {
        height: 250px;
        width: 250px
    }
}

@media (max-width: 800px) {

    #medical-billiing section.orion_grid.column-two .bm,
    #medical-billiing section.orion_grid.column-two-center .bm {
        height: 250px;
        width: 250px
    }
}

#medical-billiing section.orion_grid.column-two .bg-text,
#medical-billiing section.orion_grid.column-two-center .bg-text {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#medical-billiing section.orion_grid.column-two .bg-text .left,
#medical-billiing section.orion_grid.column-two .bg-text .right,
#medical-billiing section.orion_grid.column-two-center .bg-text .left,
#medical-billiing section.orion_grid.column-two-center .bg-text .right {
    /*background: url(/wp-content/themes/directive-2018/assets/img/dots.png) repeat;*/
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 50vh;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    white-space: nowrap
}

#medical-billiing section.orion_grid.column-two .bg-text .left,
#medical-billiing section.orion_grid.column-two-center .bg-text .left {
    left: 0;
    top: -190px
}

#medical-billiing section.orion_grid.column-two .bg-text .right,
#medical-billiing section.orion_grid.column-two-center .bg-text .right {
    bottom: -100px;
    right: 0
}

#medical-billiing section.orion_grid.column-two-center.light,
#medical-billiing section.orion_grid.column-two.light {
    color: #000
}

#medical-billiing section.orion_grid.column-two .blurb-added,
#medical-billiing section.orion_grid.column-two-center .blurb-added {
    margin: 0 auto;
    width: 100%
}

@media (max-width: 1024px) {

    #medical-billiing section.orion_grid.column-two .blurb-added,
    #medical-billiing section.orion_grid.column-two-center .blurb-added {
        width: calc(100% - 2rem)
    }
}

@media (max-width: 800px) {

    #medical-billiing section.orion_grid.column-two .blurb-added,
    #medical-billiing section.orion_grid.column-two-center .blurb-added {
        width: 100%
    }
}

#medical-billiing section.orion_grid.column-two .blurb-added.small_blurb h3,
#medical-billiing section.orion_grid.column-two-center .blurb-added.small_blurb h3 {
    margin-bottom: 1rem
}

#medical-billiing section.orion_grid.column-two .blurb-added.small_blurb .grid-blurb p,
#medical-billiing section.orion_grid.column-two-center .blurb-added.small_blurb .grid-blurb p {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -.21px;
    line-height: 1.71
}

#medical-billiing section.orion_grid.column-two .blurb-added.context,
#medical-billiing section.orion_grid.column-two-center .blurb-added.context {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%
}

@media (min-width: 801px) {

    #medical-billiing section.orion_grid.column-two .blurb-added.context,
    #medical-billiing section.orion_grid.column-two-center .blurb-added.context {
        margin-bottom: 3rem
    }
}

#medical-billiing section.orion_grid.column-two .blurb-added.context .heading-headline,
#medical-billiing section.orion_grid.column-two-center .blurb-added.context .heading-headline {
    font-size: 36px;
    line-height: 1.4;
    margin-right: 0;
    margin-top: 1.5rem;
    text-align: center
}

@media (max-width: 600px) {

    #medical-billiing section.orion_grid.column-two .blurb-added.context .heading-headline,
    #medical-billiing section.orion_grid.column-two-center .blurb-added.context .heading-headline {
        margin-top: 0
    }
}

#medical-billiing section.orion_grid.column-two .blurb-added.context h2,
#medical-billiing section.orion_grid.column-two-center .blurb-added.context h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
    text-align: center
}

@media (max-width: 800px) {

    #medical-billiing section.orion_grid.column-two .blurb-added.context,
    #medical-billiing section.orion_grid.column-two-center .blurb-added.context {
        margin-bottom: 1rem;
        margin-top: 0
    }
}

@media (max-width: 600px) {

    #medical-billiing section.orion_grid.column-two .blurb-added.context,
    #medical-billiing section.orion_grid.column-two-center .blurb-added.context {
        margin-bottom: 2rem
    }
}

@media (max-width: 800px) {

    #medical-billiing section.orion_grid.column-two .blurb-added .entries,
    #medical-billiing section.orion_grid.column-two-center .blurb-added .entries {
        margin: 0 auto;
        text-align: center;
        width: 100%
    }
}

#medical-billiing section.orion_grid.column-two .blurb-added .entries .entry .kicker-title,
#medical-billiing section.orion_grid.column-two-center .blurb-added .entries .entry .kicker-title {
    color: #e1523d
}

#medical-billiing section.orion_grid.column-two-center .entries .entry h3,
#medical-billiing section.orion_grid.column-two-center .entries .entry p,
#medical-billiing section.orion_grid.column-two-center .entries .entry ul {
    text-align: center
}

#medical-billiing section.orion_grid.column-two-center .entries .entry ul {
    list-style: none
}

#medical-billiing section.orion_grid.column-two-center .bm {
    right: 0
}


#choose_us ul li {
    list-style-type: disc;
    margin-left: 16px;
    font-size: 16px;
}

#choose_us .slick-slide img {
    display: block;
    height: 450px;
    object-fit: cover;
    object-position: left;
}

/* .page-template.page-template-template-business-consultant.page-template-template-business-consultant-php.page.page-id-77 #hero_section {
	min-height: 87vh;
} */


/* .page-template.page-template-template-business-consultant.page-template-template-business-consultant-php.page.page-id-77 .underlay video {
	left: 50%;
	width: 100.1%;
	position: absolute;
	top: 68%;
}

.page-template.page-template-template-medical-billing.page-template-template-medical-billing-php.page.page-id-75 video {
	left: 50%;
	width: 100.1%;
	position: absolute;
	top: 68%;
} */
/*
.page-template.page-template-template-medical-billing.page-template-template-medical-billing-php.page.page-id-75 #hero_section {
	min-height: 82vh;
} */

#mainNAV #quadmenu .quadmenu-navbar-nav .quadmenu-row {
    flex-wrap: nowrap !important;
}

/* #want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):first-child.active,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):first-child.active .hex-cell-inner,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):first-child:hover,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):first-child:hover .hex-cell-inner {
	background-color: #509ec3;
}

#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(2).active,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(2).active .hex-cell-inner,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(2):hover,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(2):hover .hex-cell-inner {
	background-color: #509ec3;
}

#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(3).active,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(3).active .hex-cell-inner,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(3):hover,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(3):hover .hex-cell-inner {
	background-color: #509ec3;
}

#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(5).active,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(5).active .hex-cell-inner,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(5):hover,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(5):hover .hex-cell-inner {
	background-color: #509ec3;
}

#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(6).active,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(6).active .hex-cell-inner,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(6):hover,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(6):hover .hex-cell-inner {
	background-color: #509ec3;
}

#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(7).active,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(7).active .hex-cell-inner,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(7):hover,
#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(7):hover .hex-cell-inner {
	background-color: #509ec3;
}


#want_high+.orion-section-wrap .hexagon-home .graphic .entries .hex-cell:not(.center) .hex-cell-inner {
	background: #25558d;
}





#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center) .hex-cell-inner {
	background: #295c92;
}

#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):first-child.active,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):first-child.active .hex-cell-inner,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):first-child:hover,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):first-child:hover .hex-cell-inner {
	background-color: #d42f52;
}

#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(2).active,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(2).active .hex-cell-inner,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(2):hover,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(2):hover .hex-cell-inner {
	background-color: #d42f52;
}

#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(3).active,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(3).active .hex-cell-inner,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(3):hover,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(3):hover .hex-cell-inner {
	background-color: #d42f52;
}

#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(5).active,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(5).active .hex-cell-inner,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(5):hover,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(5):hover .hex-cell-inner {
	background-color: #d42f52;
}

#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(6).active,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(6).active .hex-cell-inner,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(6):hover,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(6):hover .hex-cell-inner {
	background-color: #d42f52;
}

#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(7).active,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(7).active .hex-cell-inner,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(7):hover,
#sm_tabs .hexagon-home .graphic .entries .hex-cell:not(.center):nth-child(7):hover .hex-cell-inner {
	background-color: #d42f52;
} */

.hexagon-home .graphic .entries .hex-cell:not(.center) .hex-cell-inner {
    background: #295c92;
}

.page-template-template-social-media.page.page-id-70 #choose_us .bg-orange {
    background: #d42f52;
}

#quadmenu #services-container {
    background: #fff;
    border-radius: 10px;
    display: flex;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
    /*flex: wrap;*/
    padding: 0;
    position: fixed;
    left: 10vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    max-width: 1024px;
    overflow: hidden;
    right: 10vw;
    top: 50px;
    transition: .3s;
    width: 80vw;
    z-index: 100
}

#quadmenu .service-box {
    border-radius: 5px;
    flex: 15%;
    height: 90%;
    margin: 15px;
    overflow: hidden
}

#quadmenu .services-background {
    height: 100%;
    transition: .2s;
    width: 100%
}

.service-box:hover .services-background,
#quadmenu .service-box:focus .services-background {
    transform: scale(1.1)
}

#quadmenu .service-link {
    height: 100%;
    width: 100%
}

#quadmenu .services-link-wrapper {
    height: 270px;
    width: 100%
}

#quadmenu .service-display {
    height: 100%;
    text-align: center
}

#quadmenu .service-title {
    color: #fff;
    font-family: roboto condensed, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 270px;
    letter-spacing: .28em;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle
}

#quadmenu .service-title-align {
    display: flex;
    height: 270px;
    justify-content: center;
    align-items: center
}

#quadmenu .services-ws-margin {
    margin-left: 0
}

#quadmenu .services-bk-margin {
    margin-left: 0;
    margin-right: 0
}


#quadmenu #resources-container {
    height: 0;
    opacity: 0
}


#secondary-services .clear {
    clear: both;
}

#secondary-services img {
    max-width: 100%;
    border: 0px;
}

#secondary-services ul,
#secondary-services ol {
    list-style: none;
}

#secondary-services a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

#secondary-services a:focus,
#secondary-services a:active,
#secondary-services a:visited,
#secondary-services a:hover {
    text-decoration: none;
    outline: none;
}

#secondary-services a:hover {
    color: #e73700;
}

#secondary-services h2 {
    margin-bottom: 48px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
}

#secondary-services h3 {
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 33px;
    color: #fff;
}

#secondary-services h5 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

#secondary-services {
    padding: 70px 0;
    background: #F4F4F4;
}

#secondary-services button {
    outline: none !important;
}

#secondary-services .line-title {
    position: relative;
    width: 400px;
}

#secondary-services .line-title::before,
#secondary-services .line-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 2px;
}

#secondary-services .line-title::before {
    width: 100%;
    background: #f2f2f2;
}

#secondary-services .line-title::after {
    width: 32px;
    background: #e73700;
}

#secondary-services .game-section {
    padding: 60px 50px;
}

#secondary-services .game-section .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
}

#secondary-services .game-section .item {
    margin: 0 15px 60px;
    width: 320px;
    height: 400px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background: #343434 no-repeat center center/cover;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
}

#secondary-services .game-section .item.active {
    width: 500px;
    box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

#secondary-services .game-section .item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

#secondary-services .game-section .item-desc {
    padding: 0 24px 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(calc(100% - 125px));
    -webkit-transform: translateY(calc(100% - 125px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

#secondary-services .game-section .item.active .item-desc {
    transform: none;
    -webkit-transform: none;
}

#secondary-services .game-section .item-desc p {
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}

#secondary-services .game-section .item.active .item-desc p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#secondary-services .game-section .owl-theme.custom-carousel .owl-dots {
    margin-top: -20px;
    position: relative;
    z-index: 5;
}

@media (min-width: 992px) and (max-width: 1199px) {

    /* -------- Landing page ------- */
    #secondary-services h2 {
        margin-bottom: 32px;
    }

    #secondary-services h3 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 32px;
    }

    #secondary-services .game-section {
        padding: 50px 30px;
    }

    #secondary-services .game-section .item {
        margin: 0 12px 60px;
        width: 260px;
        height: 360px;
    }

    #secondary-services .game-section .item.active {
        width: 400px;
    }

    #secondary-services .game-section .item-desc {
        transform: translateY(calc(100% - 46px));
        -webkit-transform: translateY(calc(100% - 46px));
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    /* -------- Landing page ------- */
    #secondary-services h2 {
        margin-bottom: 32px;
    }

    #secondary-services h3 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 32px;
    }

    #secondary-services .line-title {
        width: 330px;
    }

    #secondary-services .game-section {
        padding: 50px 30px 40px;
    }

    #secondary-services .game-section .item {
        margin: 0 12px 60px;
        width: 240px;
        height: 330px;
    }

    #secondary-services .game-section .item.active {
        width: 360px;
    }

    #secondary-services .game-section .item-desc {
        transform: translateY(calc(100% - 42px));
        -webkit-transform: translateY(calc(100% - 42px));
    }
}

@media (max-width: 767px) {

    /* -------- Landing page ------- */
    #secondary-services body {
        font-size: 14px;
    }

    #secondary-services h2 {
        margin-bottom: 20px;
    }

    #secondary-services h3 {
        margin: 0 0 8px;
        font-size: 15px;
        line-height: 14px;
    }

    .hexagon-home .graphic .entries .hex-cell.wow span a {
        font-size: 12px;
        width: 90%;
        text-align: center;
    }

    img.rotate-center {
        /*bottom: -64px !important;*/
        width: 23% !important;
    }

    #stepsforServices + #FAQs img.rotate-center {
        bottom: -50px !important;
    }

    #book-release-boxed-section-title .rotate-center {
        bottom: -178px !important;
        right: 0px !important;
    }

    .offical-website-banner h2 {
        padding-top: 70px;
    }

    #choose_us > div > img:first-child {
        bottom: 413px !important;
        rotate: 270deg !important;
        object-position: center;
        width: 40px;
        left: 73% !important;
    }

    #choose_us img.rotate-center {
        bottom: -64px !important;
        width: 23% !important;
        left: 6px !important;
        top: -87px !important;
    }

    #secondary-services .line-title {
        width: 250px;
    }

    #secondary-services .game-section {
        padding: 30px 15px 20px;
    }

    #secondary-services .game-section .item {
        margin: 0 10px 40px;
        width: 200px;
        height: 280px;
    }

    #secondary-services .game-section .item.active {
        width: 270px;
        box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    }

    #secondary-services .game-section .item-desc {
        padding: 0 14px 5px;
        transform: translateY(calc(100% - 42px));
        -webkit-transform: translateY(calc(100% - 42px));
    }

}

#stepsforServices section {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

#stepsforServices .cards {
    display: flex;
    flex-direction: column;
    margin: -1rem;
    list-style: none;
}

@media (min-width: 600px) {
    #stepsforServices .cards {
        flex-direction: row;
    }
}

#stepsforServices .card {
    flex: 1;
    margin: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
    /*! box-shadow: 0 0 6rem rgba(0, 0, 0, 0.1); */
    background: #fefefe;
    border: 3px solid #25568e;
    /*border-image: 1px solid linear-gradient(135deg, #4c98c3 0%, #173e7a 100%);*/
}

#stepsforServices .card * {
    margin-bottom: 1rem;
}

#stepsforServices .card--image {
    font-size: 24px;
    line-height: 1;
}

#stepsforServices .card.-red .card--image {
    color: #295c92;
}

#stepsforServices .card.-green .card--image {
    color: #295c92;
}

#stepsforServices .card.-blue .card--image {
    color: #295c92;
}

#stepsforServices .card.-brown .card--image {
    color: #295c92;
}

#stepsforServices {
    padding: 100px 0;
    background: white;
    /*! border-bottom: 3px solid #1f4c85; */
}

#stepsforServices .card h2 {
    font-size: 24px;
    font-family: poppins-regular;
    text-transform: capitalize;

}

#meet_team + #stepsforServices .card {
    margin: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
    background: #fff;
    border: none;
    box-shadow: 0 0 6rem rgba(0, 0, 0, 0.1);
    flex: 1;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
}

#missionTati .card-text {
    font-size: 14px;
    margin: 0 0.5rem;
}

#missionTati .card-title {
    text-align: center;
    font-family: poppins-regular;
    font-weight: 500;
    color: #000;
    margin: 2rem 0;
    font-size: 33px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000F34;
}


#values + .offical-website-banner h2 {
    color: white;
    text-transform: inherit;
    text-align: left;
    font-family: poppins-bold;
}

#values + .offical-website-banner p {
    text-align: left;
    font-size: 30px;
}

#quadmenu .quadmenu-navbar-nav #dropdown-14 .quadmenu-row {
    flex-wrap: unset !important;
}

#business_consul h2 + h5 {
    color: #a3a2a9;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 65px;
}

#business_consul .row {
    text-align: center;
}

#business_consul h2 {
    margin: 0 auto;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: poppins-medium;
}

#business_consul h5 {
    color: #a3a2a9;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0 33px;
    line-height: 26px;
}

#business_consul {
    padding: 8em 0 7em;
}


@media (max-width: 768px) {
    #mainNAV {
        position: absolute;
        height: fit-content;
    }

    #mainNAV nav .col-lg-2.col-md-2 {
        display: flex;
        justify-content: space-between;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    .navbar-toggler {
        border-color: rgb(255, 255, 255) !important;
    }
    #mainNAVsticky {
        display:none !important;
    }
    
#slider_revolution .sliderContainer .slick-prev-home.slick-arrow {
left: -3% !important;
top: 33.375em !important;
}

#slider_revolution .sliderContainer .slick-next-home.slick-arrow {
right: -2% !important;
  top: 33.375em !important;
}
#mainNAV #quadmenu .quadmenu-dropdown-menu span.quadmenu-text {
  color: #000;
  font-size: 12px;
  font-family: inherit;
}


    #headerButton > a {
        visibility: hidden;
    }

    .container.hero-slider-con h2 {
        width: 100%;
        font-size: 27px;
        line-height: 37px;
    }

    #slider_revolution .progressBarContainer div {
        width: 100%;
        margin: 0 11px;
    }

    .wpcf7-select {
        padding: .375rem 21rem 0 1rem !important;
    }

    #slider_revolution .progressBarContainer {
        display: flex;
        overflow: scroll;
    }

    .container.hero-slider-con p {
        max-width: 100%;
    }

    #choose_us h3.heading {
        width: 100%;
        margin: 0 10px;
    }

    #choose_us h5.top-heading {
        margin: 0 10px;
    }

    #choose_us .slide h3.heading {
        margin: 0;
    }

    #choose_us .slide {
        margin-left: 6px !important;
    }

    #choose_us .slick-slide img {
        object-position: center;
        height: 100%;
    }

    #choose_us .bg-orange {
        right: 3px;
        width: 87%;
        height: 32%;
    }

    #choose_us .slick-prev-addo.slick-arrow {
        right: 9% !important;
    }

    .offical-website-banner.mt-5 {
        padding-top: 50px;
    }

    #book-release-boxed-section-title h3.heading {
        width: 100%;
        /*! margin: 0 10px; */
    }

    #book-release-boxed-section-title {
        padding-top: 66px;
        padding-left: 0;
    }

    #book-release-boxed-section-title > .container.inner {
        margin-left: 7px;
        padding: 56px 10px;
    }

    .book-release-boxed .right-column img {
        display: none;
    }


    #book-release-boxed-section-title .swiper-button-prev.slick-arrow {
        left: 75% !important;
    }

    #testimonoal h5.top-heading {
        margin: 0 10px;
    }

    #testimonoal h3.heading {
        margin: 0 10px;
        width: 100%;
        padding-bottom: 25px;
    }

    #testimonoal .box {
        margin-top: 50px;
    }

    #mainNAV #quadmenu.quadmenu-default_theme {
        background: white;
        margin-top: 14px;
    }

    #mainNAV #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content {
        color: #000;
    }

    .container.hero-slider-con {
        padding-top: 96px;
    }

    footer div.pb-4 + p {
        position: absolute;
        bottom: -369px;
    }

    .underlay video {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero_heading {
        width: 100%;
    }

    #missionTati .container {
        max-width: 96% !important;
    }

    #missionTati .card-title {
        margin: 1rem 0;
    }

    #missionTati .card-text {
        margin-bottom: 1rem;
    }


    .accordion__item:active {
        width: 900px !important;
    }

    #values .accordion__item:active .accordion__title {
        writing-mode: horizontal-tb !important;
        top: 45%;
        left: 12px;
    }

    #values .accordion__item:active .accordion__description {
        width: 90%;
    }

    #values .accordion__item:active {
        flex-grow: 2;
    }

    #values .accordion__item:active .accordion__overlay {
        opacity: 0.5;
    }

    #values .accordion__item:active .accordion__title::after {
        content: none;
    }

    #values .accordion__item:active .accordion__description {
        transform: translateY(0);
        opacity: 1;
    }

    #values .accordion__item:active .accordion__image {
        transform: scale(1.1);
    }

    #stepsforServices .cards {
        padding: 0 !important;
    }


    #FAQs .faq .faq-arrow {
        transform: rotate(132deg);
    }

    #FAQs .faq input[type="checkbox"]:not(:checked) + label {
        height: 85px;
    }
}

/* for now */
#showMore {
    display: none;
}

#hero_section + #choose_us {
    padding: 0 0 117px;
    margin-top: -52px;
    background: #F4F4F4;
}

#choose_us .swiper_addo_copy h5.top-heading {
    text-transform: lowercase !important;
}

#choose_us .swiper_addo_copy h5.top-heading:first-letter {
    text-transform: uppercase !important;
}

#stepsforServices .heading.w-100 {
    font-size: 36px;
    color: #212529;
    padding: 10px 0 55px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: 800;
    letter-spacing: -2px;
    font-family: Poppins-medium;
}

#stepsforServices .top-heading {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: -6px;
    padding-bottom: 10px !important;
    color: #a3a2a9 !important;
}

#missionTati img {
    object-fit: cover !important;
    height: 100%;
}

#business_consul img {
    width: 100px;
    margin: 10px 0;
}


.rotate-center {
    -webkit-animation: rotate-center 15s linear infinite;
    animation: rotate-center 15s linear infinite;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-3-26 21:10:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/**************************************
    BUTTONS
**************************************/
.tv-btn {
    padding: 9px 18px;
    /*display: -webkit-inline-box;*/
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-width: 120px;
    text-decoration: none;
    border-width: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.tv-btn:hover,
.tv-btn:focus {
    text-decoration: none;
}

@media only screen and (max-width: 1440px) {
    .tv-btn {
        padding: 8px 16px;
    }
}

.tv-btn.tv-btn-square {
    min-width: 41px;
    min-height: 41px;
    padding: 9px;
}

.tv-btn-primary {
    background-color: #001C37;
    color: #fff;
    border: 1px solid #001C37;
}

.tv-btn-primary:hover {
    color: #fff;
}

.tv-btn-primary:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.tv-btn-secondary {
    background-color: #006CE5;
    color: #fff;
    border: 1px solid #006CE5;
}

.tv-btn-secondary:hover {
    color: #fff;
}

.tv-btn-secondary:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.tv-btn-primary:after,
.tv-btn-secondary:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}

.tv-btn-primary img,
.tv-btn-secondary img {
    max-height: 18px;
    width: auto;
}

.tv-btn-white {
    border: 1px solid #006CE5;
    color: #006CE5;
    background-color: #fff;
}

.tv-btn-white:hover {
    background-color: #006CE5;
    color: #fff;
}

.tv-btn-lightgray {
    border: 1px solid #006CE5;
    color: #006CE5;
    background-color: #006CE5;
}

.tv-btn-lightgray:hover {
    background-color: #006CE5;
    color: #fff;
}

.tv-btn-outline-secondary {
    border: 1px solid #006CE5;
    color: #006CE5;
    background-color: #fff;
}

.tv-btn-outline-secondary:hover {
    background-color: #006CE5;
    color: #fff;
}

.tv-btn-outline-danger {
    border: 1px solid #FF0515;
    color: #FF0515;
    background-color: #fff;
}

.tv-btn-outline-danger:hover {
    background-color: #FF0515;
    color: #fff;
}

.tv-btn-outline-success {
    border: 1px solid #00CC83;
    color: #00CC83;
    background-color: #fff;
}

.tv-btn-outline-success:hover {
    background-color: #00CC83;
    color: #fff;
}

.tv-btn-back {
    min-width: unset;
    padding: 10px;
    border-radius: 50%;
    background-color: #006CE5;
    border: 1px solid #006CE5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tv-btn-back:hover {
    background-color: #001C37;
    border-color: #001C37;
    color: #fff;
}

.page-template.page-template-template-about.page-template-template-about-php.page.page-id-35 #hero_section {
    background: none;
}


#contact_us section {
    position: relative;
    z-index: 3;
    padding-top: 50px;
    padding-bottom: 50px;
}

#contact_us .container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#contact_us .section-header {
    margin-bottom: 50px;
    text-align: center;
}

#contact_us .section-header h2 {
    color: #fff;
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 20px;
}

#contact_us .section-header p {
    color: #fff;
}

#contact_us .row {
    display: flex;
    flwx-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#contact_us .contact-info {
    width: 50%;
}

#contact_us .contact-info-item {
    display: flex;
    margin-bottom: 30px;
}

#contact_us .contact-info-icon {
    height: 70px;
    width: 70px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

#contact_us .contact-info-icon i {
    font-size: 30px;
    line-height: 70px;
}

#contact_us .contact-info-content {
    margin-left: 20px;
}

#contact_us .contact-info-content h4 {
    color: #1da9c0;
    font-size: 1.4em;
    margin-bottom: 5px;
}

#contact_us .contact-info-content p {
    color: #fff;
    font-size: 1em;
}

#contact_us .contact-form {
    background-color: #fff;
    padding: 40px;
    width: 45%;
    padding-bottom: 20px;
    padding-top: 20px;
}

#contact_us .contact-form h2 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

#contact_us .contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

#contact_us .contact-form .input-box input, #contact_us .contact-form .input-box textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}

#contact_us .contact-form .input-box span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

#contact_us .contact-form .input-box input:focus ~ span, #contact_us .contact-form .input-box textarea:focus ~ span {
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}

#contact_us .contact-form .input-box input[type="submit"] {
    width: 100%;
    background: #00bcd4;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #00bcd4;
    transition: 0.5s;
}

#contact_us .contact-form .input-box input[type="submit"]:hover {
    background: #fff;
    color: #00bcd4;
}

@media (max-width: 991px) {
    #contact_us section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #contact_us .row {
        flex-direction: column;
    }

    #contact_us .contact-info {
        margin-bottom: 40px;
        width: 100%;
    }

    #contact_us .contact-form {
        width: 100%;
    }
}


footer a:hover {
    color: #fff;
}

.wpcf7-form-control.wpcf7-select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 22rem 0 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 15px 15px 15px 15px;
    padding: 15px 45px 15px 45px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #4c98c3 0%, #173e7a 100%);
    border: none;
    color: #fff;
}

.wpcf7-form-control.wpcf7-checkbox input {
    margin-right: 5px;
}

.wpcf7-form-control.wpcf7-radio input {
    margin-right: 5px;
}

#secondary-services .slick-arrow img {
    background-image: linear-gradient(135deg, #4c98c3 0%, #173e7a 100%);
    border-radius: 15px;
}

#secondary-services .slick-disabled {
    visibility: hidden;
}
footer ul#socialIcons li {
    list-style: none;
    margin: 0 5px;
    height: 50px;
    width: 50px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all ease 0.3s;
}

footer ul#socialIcons li:hover  {
    color: #0670ac;
    cursor: pointer;
}

footer #collapseExample a{
    width: max-content;
}


.marque_daddar .marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(var(--mask-direction, to right),
            hsl(0 0% 0% / 0),
            hsl(0 0% 0% / 1) 20%,
            hsl(0 0% 0% / 1) 80%,
            hsl(0 0% 0% / 0));
}

.marque_daddar .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marque_daddar .marquee__group {
        animation-play-state: paused;
    }
}

.marque_daddar .marquee--vertical {
    --mask-direction: to bottom;
}

.marque_daddar .marquee--vertical,
.marque_daddar .marquee--vertical .marquee__group {
    flex-direction: column;
}

.marque_daddar .marquee--vertical .marquee__group {
    animation-name: scroll-y;
}

.marque_daddar .marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }

    to {
        transform: translateY(var(--scroll-end));
    }
}

/* Element styles */
.marque_daddar .marquee img {
    display: grid;
    place-items: center;
    width: unset;
    fill: unset;
    background: transparent;
    aspect-ratio: unset;
    padding: calc(var(--size) / 10);
    border-radius: 0.5rem;
}

/* Parent wrapper */
.marque_daddar .wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
}

.marque_daddar .wrapper--vertical {
    flex-direction: row;
    height: 100vh;
}

/* Toggle direction button */
.marque_daddar .toggle {
    --size: 3rem;
    position: relative;
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: var(--size);
    height: var(--size);
    font: inherit;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 50%;
    color: inherit;
    background-color: var(--color-bg-accent);
    z-index: 1;
}

.marque_daddar .toggle:focus-visible {
    box-shadow: 0 0 0 2px var(--color-text);
}

.marque_daddar .toggle span {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: calc(100% + 0.4em);
    width: fit-content;
    white-space: nowrap;
    transform: translateY(-50%);
    animation: fade 400ms 4s ease-out forwards;
    user-select: none;
}

.marque_daddar .toggle img {
    --size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--size);
    /* height: var(--size); */
    fill: currentcolor;
    transform: translate(-50%, -50%);
    transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.marque_daddar .toggle--vertical img {
    transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes fade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}



#blog-list {
    padding-bottom: 50px;
}

.featured-blog {
    padding: 91px 0 80px;
}

.featured-blog .img img {
    width: 100%;
}

.featured-blog .text h5 {
    font-family: "Poppins-regular";
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #2d669b;
    opacity: 0.9;
}

.featured-blog .text p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}

.featured-blog .text p a,
.latest-blogs .inner-box p a {
    font-family: "Poppins-regular";
    text-decoration: underline;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #4c98c3;
}

.featured-blog .text h6,
.latest-blogs .inner-box h6 {
    font-size: 16px;
    color: #333333;
    background: url("./images/calendar_month.png") no-repeat left top/25px;
    padding: 3px 0;
    padding-left: 35px;
    font-family: "Poppins-regular";
    font-weight: 500;
}

/* Blog Page */
/* Latest Blogs Section */
.latest-blogs .title h3 {
padding-bottom: 4px;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: none;
  font-family: Poppins-medium;
}


.latest-blogs .outer-box {
    margin-bottom: 35px;
}

.latest-blogs .inner-box {
    box-shadow: 0px 0px 10px #ececec;
    height: 100%;
}

.latest-blogs .inner-box img {
    width: 100%;
}

.latest-blogs .inner-box .textbox {
    padding: 15px 15px 25px;
}

.latest-blogs .inner-box h5 {
    font-family: "Poppins-regular";
    margin-bottom: 13px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.latest-blogs .inner-box p {
    margin-bottom: 15px;
    opacity: 0.8;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

.latest-blogs .inner-box h6 {
    padding-left: 32px;
}

.latest-blogs .paginate-pagination {
    padding: 25px 0 85px;
}

.latest-blogs .paginate-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}

.latest-blogs .paginate-pagination ul li:not(:last-child) {
    margin-right: 30px;
}

.latest-blogs .paginate-pagination ul li .page {
    font-family: "Poppins-regular";
    font-size: 14px;
    color: #172234;
}

.latest-blogs .paginate-pagination ul li .page.active {
    background-color: #233470;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
}

#about-banner {
    padding: 280px 0;
    color: #ffffff;
    margin-top: -7em;
}

#about-banner h1 {
 color: #fff;
  padding-bottom: 4px;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: none;
  font-family: Poppins-medium;
}
.blog-section h3{
  padding-bottom: 4px;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: none;
  font-family: Poppins-medium;
}

.blog-section ul li {
  list-style: disc;
}
.blog-section ul{
  margin-left: 3rem;
}
.blog-section ul{
  margin-bottom: 3rem;
}
.blog-section{
margin: 3rem 0;
}

#blog-list .textbox a:hover {
  text-decoration: underline;
}

.blog-section .content p br{
    display:none;
}
.latest-blogs {
  padding: 3rem 0;
}
#about-banner h4 {
  color: #fff;
  font-size: 17px;
}
#about-banner p {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em;
}