@font-face {
    font-family: 'source_sans_proregular';
    src: url('/fonts/sourcesanspro-regular.woff2') format('woff2'), url('/fonts/sourcesanspro-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_prolight';
    src: url('/fonts/sourcesanspro-light.woff2') format('woff2'), url('/fonts/sourcesanspro-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
/* css Reset */
* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    font-family: 'Rubik', sans-serif;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}
:focus {
    outline: 0;
}
ul {
    list-style: none;
}
ul li {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
a {
    text-decoration: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: """";
}
table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
img {
    border: 0 none;
    max-width: 100%;
}
a {
    outline: none;
    cursor: pointer;
}
.none {
    display: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
.clear {
    clear: both;
}
img {
    max-width: 100%;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 1px dotted transparent;
}
header, section, footer {
    margin: 0;
}
.homepage .header-logo img {
    height: 300px;
    margin-bottom: -235px;
    margin-top: -10px;
}
.header-logo img {
    transform: rotate(-10deg);
    transition: all 0.5s ease;
    height: 140px;
    margin-top: -30px;
    margin-bottom: -55px;
    max-width: 100%;
    z-index: 1;
    transition: all 0.5s ease;
}
@media (max-width: 1599px) {
    .homepage .header-logo img {
        height: 140px;
        margin-top: -30px;
        margin-bottom: -55px;
    }
}
@media (max-width: 1199px) {
    .header-logo img {
        height: 100px;
        margin-bottom: -35px;
    }
}
@media (max-width: 991px) {
    .header-logo img {
        height: 70px;
        margin-bottom: -10px;
    }
}
header.fixed .header-logo img {
    height: 75px;
    margin-bottom: -10px;
    transform: rotate(0deg);
}
.preloader {
    display: none;
}
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
/* body style */
html, body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
}
/* container style */
.body-nav-item {
    width: 100%;
}
.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
.container:before, .container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
::-webkit-scrollbar {
    width: 0px;
    overflow: hidden;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
h2 {
    font-family: 'Barlow Condensed', sans-serif;
}
a {
    color: #000000;
}
.grey-bg {
    background-color: #F5F5F5;
}
.mt-80 {
    margin-top: 80px;
}
.pt-72 {
    padding-top: 72px;
}
.pb-50 {
    padding-bottom: 50px;
}
.promocolor1, .promocolor6, .promocolor11, .tomato {
    background-color: #FF9100;
}
.promocolor2, .promocolor7, .promocolor12, .broccoli {
    background-color: #FF9100;
}
.promocolor3, .promocolor8, .promocolor13, .pea {
    background-color: #81B90B;
}
.promocolor4, .promocolor9, .promocolor14, .orange {
    background-color: #FF9100;
}
.promocolor5, .promocolor10, .promocolor15, .green-pepper {
    background-color: #00613A;
}
.promo-light {
    width: 100%;
}
.promo-light::before {
    content: "";
    width: 110%;
    position: absolute;
    bottom: -21px;
    left: -3px;
    height: 100%;
    transform: rotate(-6deg);
    transition: 0.5s;
}
a:hover .promo-light::before {
    height: 110%;
}
.promo-light1::before, .promo-light6::before, .promo-light11::before {
    background-color: #FF9100b3;
}
.promo-light2::before, .promo-light7::before, .promo-light12::before {
    background-color: #FF9100b3;
}
.promo-light3::before, .promo-light8::before, .promo-light13::before {
    background-color: #81B90Bb3;
}
.promo-light4::before, .promo-light9::before, .promo-light14::before {
    background-color: #FF9100b3;
}
.promo-light5::before, .promo-light10::before, .promo-light15::before {
    background-color: #00613Ab3;
}
.yellow {
    background-color: #FF9100;
}
.yellow-text {
    color: #FF9100;
}
.concrete {
    background-image: url("/images/concretebg.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
}
.concrete:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: #00000099;
}
.mtop-2 {
    margin-top: -4px;
}
.grey-text {
    color: #00140C;
}
.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}
.bg-white-opacity:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}
.bg-white-opacity:hover a {
    color: #000000 !important;
}
.fs-74 {
    font-size: 74px;
    line-height: 80px;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 5px;
}
@media only screen and (max-width: 1179px) {
    .fs-74 {
        font-size: 46px;
        line-height: 54px;
    }
}
@media only screen and (max-width: 1023px) {
    .fs-74 {
        padding: 0 15px;
        max-width: 768px;
    }
}
.fs-68 {
    font-size: 68px;
    line-height: 1.2em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
}
@media only screen and (max-width: 1179px) {
    .fs-68 {
        font-size: 59px;
    }
}
@media only screen and (max-width: 991px) {
    .fs-68 {
        font-size: 52px;
    }
}
@media only screen and (max-width: 880px) {
    .fs-68 {
        font-size: 47px;
    }
}
@media only screen and (max-width: 820px) {
    .fs-68 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .fs-68 {
        font-size: 40px
    }
}
@media only screen and (max-width: 680px) {
    .fs-68 {
        font-size: 36px
    }
}
@media only screen and (max-width: 610px) {
    .fs-68 {
        font-size: 32px
    }
}
@media only screen and (max-width: 540px) {
    .fs-68 {
        font-size: 28px
    }
}
@media only screen and (max-width: 480px) {
    .fs-68 {
        font-size: 25px
    }
}
@media only screen and (max-width: 420px) {
    .fs-68 {
        font-size: 22px
    }
}
.fw-600 {
    font-weight: 600;
}
.letter-spacing {
    letter-spacing: 1.2px;
}
.lh-34 {
    line-height: 34px;
}
.fs-48 {
    font-size: 48px;
    line-height: 58px;
    font-family: 'Barlow Condensed', sans-serif;
}
#content .fs-48 {
    font-size: 36px;
    line-height: 42px;
    margin: 10px 0;
    transition: 0.5s;
}
#content a:hover .fs-48 {
    margin-bottom: 25px;
}
@media only screen and (max-width: 1179px) {
    .fs-48 {
        font-size: 38px;
        line-height: 44px;
    }
}
@media only screen and (max-width: 992px) {
    .fs-48 {
        font-size: 32px;
        line-height: 40px;
    }
}
.fs-18 {
    font-size: 18px;
    line-height: 26px;
}
@media only screen and (max-width: 1179px) {
    .fs-18 {
        font-size: 16px;
        line-height: 24px;
    }
}
.font-family-barlow {
    font-family: 'Barlow Condensed', sans-serif;
}
.font-family-source-sans-pro {
    font-family: 'source_sans_proregular';
}
.tomato-hover {
    transition: 0.5s;
}
.tomato-hover:hover {
    color: #FF9100 !important;
    transition: 0.5;
}
.tomato-hover-btn {
    border: 3px solid #FF9100;
    transition: 0.5;
}
.tomato-hover-btn:hover {
    background-color: transparent;
    transition: 0.5s;
    color: #000000 !important;
}
.yellow-hover {
    border: 3px solid #FF9100;
    transition: 0.5;
}
.yellow-hover:hover {
    background-color: #FF910080;
    transition: 0.5s;
    color: #000000 !important;
}
.yellow-hover img {
    transition: 0.5s;
    margin-right: 5px;
}
.yellow-hover:hover img {
    margin-right: 0;
    margin-left: 5px;
}
.broccoli-hover {
    border: 3px solid #FF9100;
    transition: 0.5s;
}
.broccoli-hover:hover {
    background-color: transparent;
    transition: 0.5s;
    color: #FF9100;
}
.broccoli-hover:hover span img {
    fill: #FF9100;
}
.white-hover {
    border: 3px solid #fff;
    transition: 0.5s;
    background:#fff;
    color: #000;
}
.white-hover:hover {
    background-color: #ffffff40;
    transition: 0.5s;
    color: #000;
}
.white-hover:hover span img {
    fill: #fff;
}
.counter-border-right {
    border-right: 4px solid #BDE568;
}
.hover-text {
    transition: 0.5s;
}
.hover-text:hover {
    color: #FF9100;
    transition: 0.5s;
}
.menu-icon-mobile {
    width: 30px;
    height: 22px;
    position: relative;
}
.icon-menu {
    width: 100%;
}
.container-full {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}
@media only screen and (max-width: 1179px) {
    .container-full {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1023px) {
    .container-full {
        padding: 0 15px;
    }
}
.container {
    width: 100%;
    max-width: 1465px;
    margin: 0 auto;
    padding: 0 20px;
}
@media only screen and (max-width: 1179px) {
    .container {
        padding: 0 20px;
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1023px) {
    .container {
        padding: 0 15px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        padding: 0 15px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 539px) {
    .container {
        padding: 0 15px;
        max-width: 100%;
    }
}
.header-main {
    z-index: 1;
}
header nav .enumenu_ul.desk li.maintopnav:last-child a {
    background-color: #FF9100;
    color: #ffffff;
    padding: 8px 10px;
    border: 3px solid #FF9100;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
header nav .enumenu_ul.desk li.maintopnav:last-child a:hover {
    background-color: #FF910080;
    transition: 0.5s;
}
.header-main ul.nav-icon .language-icon:hover .language-hover-box {
    display: block !important;
    transition: 0.5s;
    width: 300px;
    z-index: 1;
    padding-top: 30px !important;
}
.header-main ul.nav-icon .language-icon:hover .language-hover-box::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 31px;
    height: 40px;
    background-image: url(/images/arrows-up-yellow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header-main ul.nav-icon .language-icon:hover .language-hover-box .yellow {
    -webkit-box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
    box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
}
@media only screen and (max-width: 1179px) {
    .header-main ul.nav-icon .language-icon:hover .language-hover-box {
        display: block !important;
        transition: 0.5s;
        width: auto;
        z-index: 1;
    }
    .header-main ul.nav-icon .language-icon:hover .language-hover-box::before {
        display: none;
    }
    .header-main ul.nav-icon .language-icon:hover .language-hover-box .yellow {
        -webkit-box-shadow: inherit;
        -moz-box-shadow: inherit;
        box-shadow: inherit;
    }
    .header-main ul.nav-icon .language-icon:hover .language-hover-box .yellow .col-lg-8 {
        width: 100% !important;
        padding: 0 20px;
    }
}
.header-main ul.nav-icon .search-icon:hover .search-hover-box {
    display: block !important;
    transition: 0.5s;
    width: 300px;
    z-index: 1;
    padding-top: 30px !important;
}
.header-main ul.nav-icon .search-icon:hover .search-hover-box::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 31px;
    height: 40px;
    background-image: url(/images/arrows-up-yellow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header-main ul.nav-icon .search-icon:hover .search-hover-box .yellow {
    -webkit-box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
    box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
}
@media only screen and (max-width: 1179px) {
    .header-main ul.nav-icon .search-icon:hover .search-hover-box {
        display: block !important;
        transition: 0.5s;
        width: auto;
        z-index: 1;
    }
    .header-main ul.nav-icon .search-icon:hover .search-hover-box::before {
        display: none;
    }
    .header-main ul.nav-icon .search-icon:hover .search-hover-box .yellow {
        -webkit-box-shadow: inherit;
        -moz-box-shadow: inherit;
        box-shadow: inherit;
    }
}
.yellow-submenu {
    -webkit-box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
    box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
    background-color: #FF9100;
}
.dropdown-menu.yellow-submenu {
    width: 300px;
    margin-top: 28px !important;
    position: relative;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.dropdown-menu.yellow-submenu::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 17px;
    width: 45px;
    height: 35px;
    background-image: url(/images/arrows-up-yellow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    top: 12px;
    position: absolute;
    background-image: url(/images/arrows-orange.svg);
    background-repeat: repeat;
    background-size: cover;
    width: 19px;
    height: 13px;
    transform: rotate(180deg);
    transition: 0.5s;
}
.dropdown-menu li.submenu-inner .dropdown-toggle::after {
    right: 15px;
    top: 11px;
}
.dropdown-menu li.submenu-inner:hover .submenu {
    display: block !important;
}
.dropdown-menu li.dropdown-toggle:hover ::after {
    transform: rotate(0deg);
    transition: 0.5s;
}
.dropdown-toggle.show::after {
    transform: rotate(180deg);
    transition: 0.5s;
}
.dropdown-toggle {
    white-space: pre-wrap;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-open-menu {
    display: block;
    position: absolute;
    z-index: 1;
}
.navbar-nav li a {
    padding-left: 0 !important;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(0deg);
    transition: 0.5s;
    top: 9px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-12 {
    margin-top: 12px;
}
.line-height-30 {
    line-height: 30px;
}
.line-height-28 {
    line-height: 28px;
}
.plr-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
@media only screen and (max-width: 1179px) {
    .plr-32 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media only screen and (max-width: 992px) {
    .plr-32 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
/*************hero section css start*****************/
.hero-section {
    background-position: center;
}
.hero-section .content {
    background-position: center;
    padding: 0;
}
.hero-section img {
    width: 100%;
    max-width: 1580px;
}
.hero-section h1 {
    position: absolute;
    width: 42%;
    max-width: 520px;
}
.navbar-nav {
    flex-direction: row !important;
}
.navbar-collapse {
    flex-basis: auto !important;
    flex-grow: 0 !important;
}
.dropdown-menu > li:hover > .submenu {
    display: block;
}
.submenu.dropdown-menu {
    background-color: transparent !important;
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0.25rem;
}
.dropdown-item {
    white-space: unset;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FF9100;
    background-color: transparent;
}
.image-box .image-box-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.image-box-img {
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.arrows-icon-green {
    position: relative;
}
.arrows-icon-green::after {
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    top: 14px;
    position: absolute;
    background-image: url(/images/down-arrows.svg);
    background-repeat: repeat;
    background-size: cover;
    width: 19px;
    height: 13px;
    right: 10px;
}
.dropdown-menu > li.arrows-icon-green:hover::after {
    transform: rotate(-180deg);
    transition: 0.5s;
}
.dropdown-toggle {
    white-space: inherit;
}
#google_translate_element_mob {
    width: 100%
}
#google_translate_element {
    height: 33px;
    width: 190px;
    overflow: hidden;
    margin-left: 8px !important;
}
#google_translate_element .goog-te-combo {
    height: 33px !important;
    padding: 8px;
    margin: 0;
    border: 0;
    width: 100%;
    color: #000 !important;
}
.goog-te-gadget {
    font-size: 0px !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#google_translate_element div#\:0\.targetLanguage {
    font-size: 0px !important;
    text-indent: 0 !important;
    border-radius: 0 !important;
}
#google_translate_element .goog-te-combo {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 15px;
    background-image: url('data:image/svg+xml,<svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 7L11.0575 13L1 7" stroke="%23FF9100" stroke-width="2" stroke-miterlimit="16"/></svg>');
}
.homecontent h2 {
    font-size: 48px;
}
.homecontent h3 {
    font-size: 42px;
}
.homecontent h4 {
    font-size: 36px;
}
@media (max-width: 767px) {
    .homecontent h2 {
        font-size: 36px;
    }
    .homecontent h3 {
        font-size: 30px;
    }
    .homecontent h4 {
        font-size: 24px;
    }
}
.homecontent h2, .homecontent h3, .homecontent h4 {
    color: #FF9100;
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 1.2rem;
}
.homecontent p {
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2rem;
}
.homecontent a {
    color: #FF9100;
}
.homecontent a:hover {
    color: #FF9100;
}
.footer-detail .develop-text img {
    margin-top: -5px;
}
footer {
    background-image: url("/images/concretebg.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    color:#fff;
    font-weight: bold;
}
footer:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: #00000099;
}
footer a {
    color:#FF9100;
}
footer a:hover {
    color:#fff;
}
footer h3 {
    font-size: 2.4rem;
}
footer .footer-contact { padding-bottom:10px; }
footer .footer-contact p { margin-top:10px; font-size:20px; padding-left:40px; line-height:28px; font-family:"Barlow Condensed", sans-serif; font-weight: normal; }
footer .footer-contact p i { width:30px; height:28px; display:block; float:left; margin-left:-40px; background-position:0 0; background-repeat:no-repeat; background-size:100%; }
footer .footer-contact p.tel { font-weight:500; }
footer .footer-contact p.tel i { background-image:url(/images/icon-f-tel.png); }
footer .footer-contact p.web i { background-image:url(/images/icon-f-mouse.png); }
footer .footer-contact p.address i { background-image:url(/images/icon-f-mail.png); }
@media (min-width:768px) {
    footer .footer-contact p { font-size:24px; }
}
.social-icons a img {
    width:40px;
    transition: all 0.5s ease;
}
.social-icons a img:hover {
    opacity:0.6;
}

/* nav */
header nav {}
@media (min-width: 992px) {
    .enumenu_container {
        height: 100%;
    }
    header nav .enumenu_ul.desk {
        padding-left: 15px;
        text-align: right;
        display: flex;
        align-items: center;
        height: 100%;
    }
}
@media (max-width: 991px) {
    header nav {
        position: relative;
    }
    header nav .enumenu_container {
        display: block;
        padding: 0;
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
        /*border-top: 1px solid #ccc; */
        /*border-bottom: 1px solid #ccc; */
        /*background:#ededed; */
    }
    header nav .container {
        overflow-x: hidden;
        padding: 0;
    }
}
header nav .sticky-logo {
    display: none;
    float: left;
}
@media (max-width: 991px) {
    header nav .sticky-logo {
        display: inline-block;
        margin: 0px 0 0 18px;
        position: absolute;
        z-index: 88;
    }
    header nav .sticky-logo .logo {
        font-size: 15px;
        line-height: 18px;
        margin: 11px 0;
    }
    header nav .sticky-logo .logo span {
        font-size: 11px;
    }
}
.stickyHeader header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999;
    background: #fff;
    margin-top: 0;
}
.stickyHeader header.slideDown {
    animation: slideDown 0.4s linear 0s;
    -webkit-animation: slideDown 0.4s linear 0s;
    -moz-animation: slideDown 0.4s linear 0s;
}
.stickyHeader header .sticky-logo .logo {
    margin: -9px 0 0 0;
}
/*.stickyHeader header.fixed .enumenu_ul > li a { padding: 8px 0 8px; }*/
.stickyHeader header.slideDown .sticky-logo {
    display: block;
    position: absolute;
    top: 22px;
    z-index: 999;
    width: 120px;
}
.stickyHeader header.slideDown .sticky-logo .logo {
    padding: 0 0 0 30px;
}
/*@media (max-width: 1339px) { .stickyHeader header.fixed .enumenu_ul > li a { padding: 10px 0 9px; } }*/
/*@media (max-width: 1119px) { .stickyHeader header.fixed .enumenu_ul > li a { padding: 14px 0 12px; } }*/
.mob header.slideDown .sticky-logo {
    display: block;
    left: 0px;
    position: absolute;
    top: 17px;
    width: 213px;
    height: 24px;
    z-index: 999;
}
.sticky-logo a.logo img {
    width: 100%;
    max-width: 200px;
    margin-top: -7px;
    margin-top: 0;
}
@media (max-width: 991px) {
    .mob header.slideDown .sticky-logo {
        display: block;
        position: absolute;
        top: 22px;
        z-index: 999;
        width: 95px;
        left: 0;
    }
    .stickyHeader header.slideDown .sticky-logo .logo {
        padding: 0 0 0 0;
    }
}
@media (max-width: 991px) {
    header nav .menu-block {
        height: auto;
    }
}
header nav .menu-icon {
    display: none;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
    padding: 10px 0;
}
@media (max-width: 991px) {
    header nav .menu-icon {
        display: inline-block;
    }
    header nav .menu-icon.active {
        margin-bottom: 0;
    }
}
header nav .menu-icon .menu-box {
    margin-right: 0px;
    padding: 0 5px;
    width: 50px;
}
header nav .menu-icon .menu-box span {
    width: 100%;
    height: 4px;
    margin-bottom: 6px;
    background: #FF9100;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
header nav .menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(8px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
}
header nav .menu-icon.active span:nth-child(2) {
    opacity: 0;
}
header nav .menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
header nav .enumenu_ul {
    padding: 0;
    margin: 0 15px 0 0;
}
@media (max-width: 991px) {
    header nav .enumenu_ul {
        position: fixed;
        top: 82px;
        right: 0;
        display: none;
        overflow: auto;
        margin-top: 0px;
        /*max-width:400px;*/
        width: 100%;
        background-color: #FF9100;
        z-index: 999999;
        margin: 0;
        padding: 12px;
    }
}
header nav .enumenu_ul > li {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
    text-transform: uppercase;
    margin-right: 30px;
}
header nav .enumenu_ul > li:last-child {
    margin-right: 0;
}
@media (max-width: 991px) {
    header nav .enumenu_ul > li {
        display: block;
        width: 100%;
    }
}
header nav .enumenu_ul > li:hover a, header nav .enumenu_ul > li:focus a {
    color: #FF9100;
    text-decoration: none;
}
header nav .enumenu_ul.mob > li:hover a, header nav .enumenu_ul.mob > li:focus a {
    color: #fff;
}
header nav .enumenu_ul > li a {
    text-transform: none;
    position: relative;
    color: #fff;
    display: block;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding: 8px /*padding: 23px 0 8px;*/
}
header nav .enumenu_ul > li.has-children > a {
    padding-right: 30px;
}
@media (max-width: 1339px) {
    header nav .enumenu_ul > li a {
        font-size: 20px;
    }
    header nav .enumenu_ul > li {
        margin-right: 20px;
    }
}
@media (max-width: 1199px) {
    header nav .enumenu_ul > li a {
        font-size: 16px;
    }
    header nav .enumenu_ul > li {
        margin-right: 15px;
    }
}
@media (max-width: 991px) {
    header nav .enumenu_ul > li a {
        font-size: 24px;
        padding: 11px 0;
    }
    header nav .enumenu_ul li ul a {
        background: none;
    }
}
header nav .enumenu_ul > li a span {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    top: 11px;
    height: 20px;
    width: 20px;
    right: 0;
    position: absolute;
    background-image: url(../images/arrows-orange.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    transform: rotate(180deg);
    transition: 0.5s;
}
header nav .enumenu_ul > li:hover span {
    transform: rotate(0deg);
}
@media (max-width: 991px) {
    header nav .enumenu_ul > li span {
        right: -1px;
    }
}
@media (max-width: 991px) {
    header nav .enumenu_ul.mob > li span {
        border: 0;
        background: url("../images/arrows-white.svg") no-repeat scroll center center;
        border: 0 none;
        cursor: pointer;
        height: 40px;
        margin: 0;
        position: absolute;
        right: 0px;
        background-size: 20px 20px;
        width: 40px;
        z-index: 999;
        top: 0;
        transform: rotate(180deg);
        transition: 0.5s;
    }
    header nav .enumenu_ul > li a span {
        display: none;
    }
}
header nav .enumenu_ul > li span.rotate {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    top: 14px;
    position: absolute;
    background-image: url(../images/down-arrows.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    right: 0px;
}
header nav .enumenu_ul > li li span.rotate {
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 10;
}
header nav .enumenu_ul > li ul li span.up, header nav .enumenu_ul.mob > li > span.up {
    transform: rotate(0deg);
}
header nav .enumenu_ul > li ul li span {
    top: -1px;
}
@media (max-width: 991px) {
    header nav .enumenu_ul > li:last-of-type ul {
        left: -146px;
    }
}
@media (max-width: 991px) {
    header nav .enumenu_ul > li:last-of-type ul {
        left: 0;
        top: 5px;
    }
}
header nav .enumenu_ul > li:last-of-type ul li a .rotate {
    right: auto;
    left: 5px;
    border-top: 4px solid transparent;
    border-right: 4px solid #fff;
    border-bottom: 4px solid transparent;
    border-left: none;
    transform: none;
    top: -8px;
}
header nav .enumenu_ul > li:last-of-type ul li .sb-menu {
    left: auto;
    right: 100%;
    border-right: 2px solid #fff;
    border-left: 0;
}
@media (max-width: 991px) {
    header nav .enumenu_ul > li:last-of-type ul li .sb-menu {
        left: 0;
        border: 0;
    }
}
header nav .enumenu_ul > li.active a {
    color: #FF9100;
    text-decoration: none;
}
header nav .enumenu_ul ul {
    display: none;
}
@media (max-width: 991px) {
    header nav .enumenu_ul.desk li:last-child ul:before {
        right: 20px;
        left: auto;
    }
}
header nav .enumenu_ul.desk ul {
    top: 100%;
    z-index: 999;
    list-style: none;
    left: 8px;
    background: #FF9100;
    /*background: linear-gradient(0deg, rgba(255,206,0,1) 0%, rgba(255,206,0,1) 70%, rgba(255,145,0,1) 100%);*/
    position: absolute;
    padding: 5px 0 13px 0;
    width: 200px;
}
header nav .enumenu_ul.desk ul li ul {
    left: 0;
}
header nav .enumenu_ul.desk > .navtoplevel > ul.sb-menu {
    padding: 12px 12px 12px 12px;
}
header nav .enumenu_ul.desk > .navtoplevel > ul.sb-menu > .has-children > .sb-menu {
    padding: 0.5rem 0 0;
    width: auto;
}
header nav .enumenu_ul.desk ul:before {
    /*bottom: 100%; */
    /*left: 1rem; */
    /*border: solid transparent; */
    /*content: " "; */
    /*height: 0; */
    /*width: 0; */
    /*position: absolute; */
    /*pointer-events: none; */
    /*border-color:rgba(255,255,255,0); */
    /*border-bottom-color: #005EB8; */
    /*border-width: 1rem;*/
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
    width: 100%;
    height: 15px;
    background-image: url(/images/arrows-up.svg);
    background-repeat: no-repeat;
    background-size: 40px 20px;
    background-position: 1rem 0;
    background-color: #FF910000;
}
header nav .enumenu_ul.desk > li > ul > li {
    position: relative;
    padding: 12px 0px;
    margin: 0px;
    text-align: left;
    border-bottom: 1px solid #f9af61 !important;
}
header nav .enumenu_ul.desk > li > ul > li:last-child {
    border-bottom: 0 !important;
}
header nav .enumenu_ul.desk ul > li a {
    color: #fff;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    font-weight: bold;
}
header nav .enumenu_ul.desk ul ul li a {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
header nav .enumenu_ul > li li.open span.rotate {
    transform: rotate(-180deg);
    transition: 0.5s;
}
@media (max-width: 991px) {
    header nav .enumenu_ul.desk ul > li a {
        font-size: 12px;
        line-height: 14px;
    }
}
header nav .enumenu_ul.desk ul > li:hover > a, header nav .enumenu_ul.desk ul ul li:hover a, header nav .enumenu_ul.desk ul ul li.open a, header nav .enumenu_ul.desk ul li.active {
    color: #ffd5a9;
}
header nav .enumenu_ul.desk ul .sb-menu {
    display: none;
    border-top: medium none;
    position: relative;
}
header nav .enumenu_ul.desk > li.navtoplevel > ul.sb-menu > li.has-children ul.sb-menu li {
    padding: 5px 0;
}
header nav .enumenu_ul.desk ul .sb-menu:before {
    display: none;
}
header nav .enumenu_ul.desk ul .sb-menu li a {
    padding: 0;
}
header nav .enumenu_ul.desk > li:hover > ul {
    display: block;
}
/*header nav .enumenu_ul.desk > li > ul > li.open > ul { display: block; } */
header nav .enumenu_ul.mob > li {
    margin: 8px 0;
}
header nav .enumenu_ul.mob > li.menu-search-box.has-children > ul > li {
    width: 80%;
    margin: auto;
}
header nav .enumenu_ul.mob > li.menu-search-box.has-children #google_translate_element span {
    display: none !important
}
header nav .enumenu_ul.mob > li.menu-search-box.has-children #google_translate_element select {
    border-radius: 50rem !important;
    width: calc(100% - 2rem);
}
header nav .enumenu_ul.mob > li.menu-search-box.has-children #google_translate_element select, header nav .enumenu_ul.mob > li.menu-search-box input {
    margin-left: 2rem;
    border-radius: 0 !important;
}
header nav .enumenu_ul.mob li:last-child {
    border: 0;
}
header nav .enumenu_ul.mob li:last-child a {}
header nav .enumenu_ul.mob li a {
    padding: 8px 25px 7px 20px;
}
header nav .enumenu_ul.mob ul {
    z-index: 999;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    header nav .enumenu_ul.mob ul {
        z-index: 999;
        list-style: none;
        padding: 8px 0px;
        margin: 0;
    }
}
header nav .enumenu_ul.mob ul li {
    position: relative;
    padding: 8px 0px 7px 0px;
    border-bottom: 0;
}
header nav .enumenu_ul.mob ul li a {
    color: #fff;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}
@media (max-width: 991px) {
    header nav .enumenu_ul.mob ul li a {
        font-size: 20px;
        line-height: 22px;
        font-weight: bold;
    }
}
header nav .enumenu_ul.mob ul li:hover > a {
    color: #fff;
}
@media (max-width: 991px) {
    header nav .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    header nav .enumenu_ul.mob ul li:hover > a {
        color: #fff;
    }
}
header nav .enumenu_ul.mob ul li.has-children {
    padding-bottom: 0;
}
header nav .enumenu_ul.mob ul li.has-children a {
    padding-bottom: 5px;
}
header nav .enumenu_ul.mob ul li.active {
    color: #fff;
}
header nav .enumenu_ul.mob ul .sb-menu {
    display: none;
    background: #FF9100;
    border-top: medium none;
    padding: 0px 0 0px 0;
    margin-top: 2px;
}
@media (max-width: 991px) {
    header nav .enumenu_ul.mob ul .sb-menu {
        background: #0fece01;
    }
}
header nav .enumenu_ul.mob ul .sb-menu:before {
    display: none;
}
header nav .enumenu_ul.mob ul .sb-menu li:last-child {
    border: 0;
}
header nav .enumenu_ul.mob ul .sb-menu li:hover a {
    color: #000;
}
@media (max-width: 991px) {
    header nav .enumenu_ul.mob ul .sb-menu li:hover a {
        color: #FF9100
    }
}
header nav .enumenu_ul.mob ul .sb-menu li a {
    padding: 0 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
@media only screen and (max-width: 1280px) {
    li.nav-item.me-5 {
        margin-right: 2rem !important;
    }
}
@media only screen and (max-width: 1179px) {
    ul.nav.nav-pills, ul.nav-icon {
        display: none !important;
    }
    .nav-main.open .menu-icon-mobile .site-menu-toggle .icon-menu img.menu-icon-line {
        display: none !important;
    }
    .nav-main.open .menu-icon-mobile .site-menu-toggle .icon-menu img.menu-icon-close {
        display: block !important;
    }
    .nav-main.open ul.nav-icon {
        order: 1;
    }
    .nav-main.open ul.nav.nav-pills {
        order: 2;
    }
    .menu-icon-mobile {
        display: block !important;
    }
    .nav-main.open .nav-main-detail {
        position: absolute;
        top: 50px;
        left: 0;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        background-color: #FF9100;
        padding: 25px 20px;
    }
    .nav-main.open ul.nav.nav-pills, .nav-main.open ul.nav-icon {
        display: flex !important;
        flex-wrap: wrap;
        padding: 0 !important;
        width: 100%;
    }
    .nav-main.open ul.nav.nav-pills li, .nav-main.open ul.nav-icon li {
        width: 100%;
    }
    .nav-main.open ul.nav.nav-pills {
        margin-top: 20px;
    }
    .language-hover-box.d-none, .search-hover-box.d-none {
        display: block !important;
        position: relative !important;
        padding: 0 !important;
    }
    .search-icon a.d-inline-block, .language-icon a.d-inline-block {
        display: none !important;
    }
    .nav-main.open ul.nav.nav-pills li {
        margin-bottom: 20px;
    }
    .nav-main.open ul.nav.nav-pills .submenu.dropdown-menu li {
        margin-bottom: 0;
    }
    .header-main ul.nav.nav-pills li.nav-item:nth-last-child(1) a.nav-link {
        width: auto;
        display: inline-block;
    }
    .language-hover-box.d-none .col-lg-2 .close-icon, .search-hover-box.d-none .col-lg-2 .close-icon {
        display: none !important;
    }
    li.language-icon {
        margin-left: 0 !important;
    }
    li.search-icon {
        margin-left: 0 !important;
    }
    .image-box .image-box-img {
        max-width: 100%;
        object-fit: cover;
        width: 100%;
    }
    header {
        justify-content: space-between !important;
        flex-wrap: wrap;
    }
    .dropdown-menu.yellow-submenu {
        position: relative !important;
    }
    ul.nav.nav-pills {
        align-items: flex-start !important;
    }
    .nav-main-detail {
        align-items: flex-start !important;
    }
    .dropdown-toggle::after {
        right: 0;
    }
    .dropdown-menu.yellow-submenu {
        width: 100%;
        margin-top: 0px !important;
        position: relative;
    }
    .dropdown-menu {
        border: 0px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }
    .yellow-submenu {
        box-shadow: unset;
    }
    .nav-main.open .nav-main-detail {
        overflow: scroll;
        height: 94vh;
    }
    #google_translate_element .goog-te-combo {
        width: 100%;
    }
    #google_translate_element {
        height: 33px;
        width: 100%;
        margin-left: 0px !important;
    }
    .dropdown-menu li {
        position: relative;
    }
    .dropdown-menu .submenu {
        display: none;
        position: relative !important;
        left: 0% !important;
        top: 0px;
    }
    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover {
        background-color: #FF9100;
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
    ul.nav-icon {
        margin-left: 0 !important;
    }
    .dropdown-menu.yellow-submenu {
        margin-bottom: 20px !important;
    }
    .navbar-nav .nav-item.dropdown:hover .dropdown-open-menu {
        display: none;
        position: relative;
    }
    .navbar-nav .nav-item.dropdown:hover .dropdown-open-menu.show {
        display: block;
    }
    .dropdown-menu.yellow-submenu {
        margin-top: 0px !important;
    }
    .dropdown-menu.yellow-submenu::before {
        display: none;
    }
    .navbar-nav .nav-item.dropdown:hover .dropdown-toggle::after {
        transform: rotate(-180deg);
        transition: 0.5s;
        top: 9px;
    }
    .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
        transform: rotate(-180deg);
    }
    .dropdown-toggle.show::after {
        transform: rotate(0deg) !important;
        transition: 0.5s;
    }
    .dropdown-toggle::after {
        transform: rotate(-180deg);
        transition: 0.5s;
    }
}
@media only screen and (max-width: 992px) {
    .language-hover-box.d-none .col-lg-8, .search-hover-box.d-none .col-lg-8 {
        width: 100% !important;
        padding: 0 20px;
    }
    .get-in-touch-section .col-lg-4.col-md-12 {
        justify-content: flex-start !important;
        margin-top: 20px;
    }
    .get-in-touch-section .col-lg-4.col-md-12 span img {
        width: 6px;
    }
    #google_translate_element .goog-te-combo {
        width: 100%;
    }
    #google_translate_element {
        height: 33px;
        width: 100%;
        margin-left: 0px !important;
    }
}
@media only screen and (max-width: 992px) {
    .mt-80 {
        margin-top: 60px;
    }
    #counter-box .col-md-6.col-lg-3:nth-child(2n) {
        border-right: 0 !important;
    }
    #counter-box .col-md-6.col-lg-3 {
        margin-bottom: 60px;
    }
    .what-we-do-section .col-lg-4.col-md-12 {
        display: flex;
    }
    .what-we-do-section .image-box {
        width: 40%;
        display: inline-block;
    }
    .what-we-do-section .contnet-box {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
    }
    .what-we-do-section .contnet-box p {
        order: 1;
        width: 100%;
    }
    .what-we-do-section .contnet-box ul {
        order: 2;
        width: auto;
        margin-top: 25px;
        margin-bottom: 0 !important;
    }
    .what-we-do-section .contnet-box .mb-4 {
        order: 3;
        width: auto;
        margin-top: 25px !important;
        margin-bottom: 0 !important;
    }
    .fs-5 {
        font-size: 1.1rem !important;
    }
    .fs-18 {
        font-size: 0.9rem !important;
        line-height: 22px;
    }
    a.yellow.yellow-hover {
        font-size: 0.9rem !important;
        display: inline-block;
    }
    .contnet-box .fs-5 {
        font-size: 1rem !important;
    }
    .contnet-box .fs-6 {
        font-size: 0.9rem !important;
    }
    .image-box .image-box-img {
        height: 100%;
    }
    img.mtop-2 {
        width: 14px;
    }
    li.me-2.d-inline-block {
        padding: 10px 20px !important;
    }
    .header-logo {
        margin-bottom: 0 !important;
    }
    .icon-menu {
        margin-bottom: 0 !important;
    }
    .footer-detail {
        text-align: center;
    }
    .social-icons {
        justify-content: center!important;
    }
    .footer-detail .footer-contact p {
        text-align: left;
    }
    .footer-detail ul {
        justify-content: center;
        margin-top: 10px;
    }
    .footer-detail .develop-text {
        justify-content: center !important;
        margin-top: 10px;
    }
    footer.pb-5 {
        padding-bottom: 2rem !important;
    }
    footer.pt-5 {
        padding-top: 2rem !important;
    }
}
@media only screen and (max-width: 767px) {
    .contnet-box .fs-5 {
        font-size: 1rem !important;
    }
    .title-text-number-count-section p {
        font-size: 1rem !important;
    }
    .fs-5 {
        font-size: 0.8rem !important;
    }
    a.yellow.yellow-hover {
        font-size: 0.8rem !important;
        display: inline-block;
    }
    .fs-6 {
        font-size: 0.8rem !important;
    }
    .get-in-touch-sectiona.px-4.py-3 {
        padding: 9px 12px !important;
    }
    .get-in-touch-section a.fs-5 {
        font-size: 1.4rem !important;
    }
    .get-in-touch-section .col-lg-4.col-md-12 {
        justify-content: flex-start !important;
        margin-top: 20px;
    }
    .get-in-touch-section p.fs-5 {
        font-size: 1.1rem !important;
    }
    .what-we-do-section .contnet-box ul {
        margin-top: 0px;
        display: none;
    }
    .what-we-do-section .contnet-box ul {
        margin-top: 0px;
        display: none;
    }
}
@media only screen and (max-width: 576px) {
    .buttons-container > * {
        width: 100% !important;
        text-align: center !important;
    }
}
@media only screen and (max-width: 540px) {
    header {
        flex-direction: column;
    }
    .fs-5 {
        font-size: 0.9rem !important;
    }
    a.yellow.yellow-hover {
        font-size: 1.13rem !important;
    }
    .nav-main.open .nav-main-detail {
        top: 76px;
        overflow: scroll;
        height: 92vh;
    }
    .dropdown-menu.yellow-submenu {
        width: 100%;
        position: relative !important;
        padding: 0 !important;
    }
    .dropdown-menu {
        border: 0px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }
    .yellow-submenu {
        box-shadow: unset;
    }
    .nav-main-detail li .dropdown-toggle::after {
        right: 11px;
        top: 4px;
    }
    li.nav-item.me-5.dropdown {
        margin-right: 0 !important;
    }
    .what-we-do-section .col-lg-4.col-md-12 {
        display: inline-block !important;
    }
    .what-we-do-section .col-lg-4.col-md-12 .image-box {
        width: 100%;
        display: flow-root;
    }
    .what-we-do-section .col-lg-4.col-md-12 .contnet-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .icon-menu {
        margin-top: 10px !important;
    }
    .counter-border-right {
        border-right: 2px solid #BDE568;
    }
    .fs-48 {
        font-size: 32px;
        line-height: 38px;
    }
    .lh-34 {
        line-height: 20px;
    }
    .title-text-number-count-section {
        padding-top: 2rem !important;
        padding-bottom: 0rem !important;
    }
    .what-we-do-section .contnet-box ul {
        margin-top: 0px;
        display: none;
    }
    .what-we-do-section .contnet-box .mb-4 {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }
    .get-in-touch-section p.fs-5 {
        font-size: 1em !important;
    }
    .get-in-touch-section a.fs-5 {
        font-size: 1rem !important;
        padding: 10px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    .what-we-do-section-title {
        flex-direction: column;
    }
    .title-text-number-count-section {
        margin-bottom: 2rem !important;
    }
    #counter-box .col-md-6.col-lg-3 {
        margin-bottom: 40px;
    }
    .what-we-do-section-title .d-flex.justify-content-end {
        justify-content: flex-start !important;
        margin-top: 10px;
    }
    .what-we-do-section-title .d-flex.justify-content-end .fs-4 {
        font-size: 1.2rem !important;
    }
    #google_translate_element a.VIpgJd-ZVi9od-l4eHX-hSRGPd {
        display: none !important;
    }
    #google_translate_element div#\:0\.targetLanguage {
        font-size: 0px !important;
        text-indent: 0 !important;
    }
    #google_translate_element .goog-te-combo {
        border-radius: unset !important;
        background-color: #ffffff;
    }
    a.yellow.yellow-hover {
        font-size: 1rem !important;
    }
    .get-in-touch-section .pt-5 {
        padding-top: 2rem !important;
    }
    .get-in-touch-section .pb-5 {
        padding-bottom: 2rem !important;
    }
    .image-overlay-title h3 {
        font-size: 32px !important;
        line-height: 38.4px !important;
        padding-top: 0 !important;
    }
    .image-overlay-title .pb-4 {
        padding-bottom: 1rem !important;
    }
}
@media only screen and (max-width: 374px) {
    .fs-74 {
        font-size: 38px;
        line-height: 40px;
    }
}
/* embedded video aspect ratio adjustment */
.videoWrapper, .videoWrapper4by3, .videoWrapper3by1, .videoWrapper1by1, .videoWrapperfixed {
    position: relative;
    height: 0;
    margin: 0 0 20px;
    border: 0;
}
.videoWrapper {
    padding-bottom: 56.25%;
}
.videoWrapper4by3 {
    padding-bottom: 75%;
}
.videoWrapper3by1 {
    padding-bottom: 33.33%;
}
.videoWrapper1by1 {
    padding-bottom: 100%;
}
.videoWrapperfixed {
    padding-bottom: 350px;
}
.videoWrapper iframe, .videoWrapper4by3 iframe, .videoWrapper3by1 iframe, .videoWrapper1by1 iframe, .videoWrapperfixed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#content .project-sidebar h4 {
    color: #FF9100;
    margin-top: 0;
}
/* open close */
#content h4.reveal {
    position: relative;
    border-bottom: 2px solid #FF9100;
    padding-bottom: 10px;
    padding-right: 30px;
    margin: 12px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#content h4.reveal:after {
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1.6rem;
}
#content h4.reveal.closed:after {
    font-weight: 600;
    font-family: "Font Awesome 6 Free", sans-serif;
    content: "\f078";
    float: right;
    font-size: 1.6rem;
    color: #FF9100;
}
#content h4.reveal.open:after {
    font-weight: 600;
    font-family: "Font Awesome 6 Free", sans-serif;
    content: "\f078";
    transform: rotate(180deg);
    float: right;
    font-size: 1.6rem;
}
#content h4.reveal.closed + .expandable {
    display: none;
}
.expandable {
    padding: 1px 0 10px 0;
    border: 0;
}
a.banneralert {
    display: block;
    background: #FF9100ff;
    margin: 0;
    padding: 13px 15px 9px;
    border-radius: none;
}
a.banneralert:hover {
    background: #FF9100cc;
}
a.banneralert h2 {
    font-size: 1.8rem;
}
a.banneralert p {
    font-size: 1.4rem;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
}
a.banneralert h2, a.banneralert p {
    color: #000;
    margin: 0;
    text-align: center;
    display: block;
    line-height: 1.8rem;
}
.slidebanner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 84vh;
    width: 100%;
    overflow: hidden;
    background-color: #707070;
}
/* tab nav */
@media (max-width: 767px) {
    .nav-tabs .nav-link {
        border-radius: 0.25rem;
    }
}
#content ul.nav-tabs {
    margin: 0;
    border-bottom: none;
}
#content ul.nav-tabs li {
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 24px;
    background: 0;
    padding: 0;
}
#content ul.nav-tabs li button {
    padding: 0.3rem 0.7rem 0.2rem;
    line-height: 1.8rem;
    font-size: 1.2rem;
    border-radius: 0;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    border: 0;
    background: #aaa;
    color: #fff;
}
#content ul.nav-tabs li:before {
    display: none;
}
#content ul.nav-tabs li button:hover, #content ul.nav-tabs li button.active {
    background: #FF9100;
    color: #fff;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs > li > button {
    margin-right: 4px;
    line-height: 1.4;
    border: none;
    border-radius: 0 0 0 0;
    background-color: #ddd;
    padding: 8px 10px 6px;
}
.nav-tabs > li > button:hover {
    color: #fff;
    background-color: #3c9dff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #efbd4c;
    background-color: #3c9dff;
    border: none;
    cursor: default;
    text-decoration: none;
}
.nav-tabs-markers > li.active > a, .nav-tabs-markers > li.active > a:hover, .nav-tabs-markers > li.active > a:focus {
    color: #3c9dff;
    background-color: #ddd;
}
.nav-tabs-markers > li > a:hover {
    background-color: #ddd;
    color: #3c9dff; /*pointer-events:none;*/
}
.nav-tabs-markers > li > a, .nav-tabs-markers > li > a:hover, .nav-tabs-markers > li > a:focus {
    background-color: #eee;
    color: #aaa;
}
.tab-content {
    margin: 10px 0;
}
#content .tab-content h3:first-of-type {
    margin-top: 0;
}
#content .tab-content h3 {
    font-size: 2.2rem;
}
#content .tab-content h4 {}
.tab-content-form {
    margin: 0;
}
@media (min-width: 768px) {
    #content ul.nav-tabs {
        margin-bottom: 1px
    }
    #content ul.nav-tabs-markers {
        ;
    }
    .nav-tabs > li > a {
        border-radius: 4px 4px 0 0;
    }
}
/* multi-section form styling */
#content .tab-content-form table tr, #content .tab-content-form table tr:nth-of-type(2n+1), #content .tab-content-form table#form-table tr:nth-of-type(2n+1) {
    background: transparent;
}
.mainform {
    margin: 10px 0;
}
.form_section_title {
    font-size: 1.6em;
    font-weight: 500;
}
.form_section_desc {
    font-size: 1.1em;
}
.form_section_panel {
    padding-top: 15px;
    padding-bottom: 30px;
}
.form_section_panel:after {
    clear: both;
    content: "";
    display: block;
}
#content a.form_section_next_btn, #content a.form_section_prev_btn {
    float: right;
    margin: 5px 0 0 0;
    white-space: nowrap;
}
#content a.form_section_next_btn:hover, #content a.form_section_prev_btn:hover {}
#content a.form_section_prev_btn {
    float: left;
    margin-left: 5px 0 0 0;
}
/* list and single views */
.calendarwrap {
    background: #80A5B2;
    padding: 20px 20px 10px;
    margin-bottom: 30px;
}
.listitem {
    margin: 15px 0 30px;
}
.eventcontent-area .listitem {
    margin-top: 42px;
}
img.listitemleftholder {
    width: 30%;
    border-radius: 3px;
    border: 1px solid #ccc;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.listitemleftfeatured {
    background: url(/images/tab-featured.png);
    width: 105px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.listitem {}
.listitemright {
    padding: 0 0 0 20px;
    display: inline-block;
}
.listitemfull {
    padding: 15px 20px 20px;
    position: relative;
}
#content .listitem p {
    margin: 0 0 18px;
    font-size: 17px;
}
#content .listitem h2 {
    margin: 6px 0;
}
#content .listitem h5 {
    margin: 0;
}
#content .listitem h5 {
    margin: 0;
}
.listitem h4 {
    color: #888 !important;
}
#content .listitem h3 a, #content .listitemtype h3 a {
    text-decoration: none;
}
.listwrapper .col-sm-6 {
    margin-left: -15px;
    margin-right: -15px;
}
#content .listwrapper img {
    border: none;
    box-shadow: none;
    padding: 0;
}
.listitemtype {
    margin: 10px 0 20px;
}
.listitemimagewrapper {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding-bottom: 80%;
    height: 0;
}
.listitemimagewrapper h4 {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 8px 15px 12px;
    color: #fff;
}
.listitemimagewrappervideo {
    padding-bottom: 55.5%;
}
.listitemtype h2 {
    margin: 10px 0 0;
    line-height: 1.2;
}
#content .listitemtype p.listsummary {
    margin: 8px 0 0;
    font-size: 14px;
}
#content .listitemtype p.csbutton {
    float: right;
    margin: 0 0 0 10px;
    text-align: right;
}
#content .listitemtypevideo p.csbutton {
    float: none;
}
#content .listitemtype p.csbutton a {
    margin: 0 0 5px;
}
#content .listitemtype p.csbutton a:hover {
    margin: 0;
    padding-top: 10px;
}
#content .listitemtype h3 {
    margin: 0 0 5px;
}
.listitemsimple {
    margin: 10px 0 30px;
}
#content .listitemsimple h3 a {
    text-decoration: none;
}
#content .listitemsimple h3, #content .listitemsimple p {
    margin: 0;
}
#content p.listitemdate {
    color: #00807e;
    text-transform: uppercase;
    font-weight: bold;
}
#content .listitemsimple p {
    line-height: 1.4;
}
#content .listitemsimple p.csbutton {
    margin: 0;
}
.singleitemcontent {
    margin: 0 0 20px;
}
.singleitemcontent .videoWrapper {
    margin-top: 5px;
}
.singleitemcontent h3 {
    margin-top: 20px;
}
#content .singleitemcontent img.right {
    width: 100%;
}
@media (min-width: 768px) {
    .form_section_panel {
        padding: 25px 30px 85px;
        border: 3px solid #FF9100;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    }
    .eventcontent-area .listitem {
        margin-top: 15px;
    }
    .listitemleftholder {}
    .listitemright {}
    .content-below .listitemright, .content-below .listitemleftholder {
        height: auto;
    }
    .listwrapper .col-sm-6 {
        margin-left: 0;
        margin-right: 0;
    }
    .listwrapper .col-sm-6:nth-of-type(2n+1) {
        padding-left: 0;
        clear: both;
    }
    .listwrapper .col-sm-6:nth-of-type(2n+2) {
        padding-right: 0;
    }
    #content .singleitemcontent img.right {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .listitemleftholder {}
    .listitemright {}
    .content-below .listitemright, .content-below .listitemleftholder {
        height: auto;
    }
    .listwrapper .col-sm-6:nth-of-type(2n+1) {
        clear: none;
    }
    .listwrapper .col-sm-6:nth-of-type(2n+2) {
        padding-right: 10px;
    }
    .listwrapper .col-md-4:nth-of-type(3n+1) {
        padding-left: 0;
        padding-right: 14px;
        clear: both;
    }
    .listwrapper .col-md-4:nth-of-type(3n+2) {
        padding-left: 7px;
        padding-right: 7px;
    }
    .listwrapper .col-md-4:nth-of-type(3n+3) {
        padding-left: 14px;
        padding-right: 0;
    }
}
/* pagination */
#pagination ul.pagination {
    margin: 40px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pagination .pagination > li {
    background: none;
    padding: 0;
}
#pagination .pagination > li:before {
    display: none;
}
#pagination .pagination > li > a {
    text-decoration: none;
}
#pagination .pagination > span {
    display: inline-block;
    float: left;
    padding: 8px 12px 4px;
}
#pagination .pagination > li > a, #pagination .pagination > li > span {
    text-decoration: none;
    padding: 6px 12px 6px;
    margin: 0 2px 3px 1px;
    color: #000;
    border: 1px solid #ccc;
    line-height: 1rem;
    font-family: "Nunito", sans-serif;
}
#pagination .pagination > li:first-child > a, #pagination .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 3px 0 0 3px;
}
#pagination .pagination > li:last-child > a, #pagination .pagination > li:last-child > span {
    border-radius: 0 3px 3px 0;
}
#pagination .pagination > li > a:hover, #pagination .pagination > li > span:hover, #pagination .pagination > li > a:focus, #pagination .pagination > li > span:focus {
    color: #000;
    background: #FF9100;
}
#pagination .pagination > .active > a, #pagination .pagination > .active > span, #pagination .pagination > .active > a:hover, #pagination .pagination > .active > span:hover, #pagination .pagination > .active > a:focus, #pagination .pagination > .active > span:focus {
    color: #000;
    background-color: #FF9100;
    border-color: #FF9100;
}
#pagination .pagination > .disabled > span, #pagination .pagination > .disabled > a, #pagination .pagination > .disabled > a:hover, #pagination .pagination > .disabled > a:focus {
    color: #aaa;
    background-color: #cccccc;
    cursor: not-allowed;
}
/* buttongroup */
.buttongroup {
    border: 0;
}
/* pageimage */
.contentimage {
    display: none;
    background-size: cover;
    height: 0;
    padding-bottom: 45%;
    margin-bottom: 30px;
}
.contentimage.withpageimage {
    display: block;
}
@media (max-width: 767px) {
    .contentimage {
        margin-bottom: 20px;
    }
}
.sharetext {
    color: #bbb;
    font-weight: bold;
}
.share img {
    margin-right: 3px;
    vertical-align: text-bottom;
}
#content .share a {
    border-bottom: 0;
}
/* cards */
.card-deck {
    justify-content: center;
}
.card {
    flex-grow: 1;
    height: 100%;
    width: 100%;
}
.card {
    overflow: hidden;
}
.card .services-img-top, a.card .card-title {
    transition: 0.3s;
}
.card .card-title {
    margin-bottom: 0.5rem;
}
.card a:hover .services-img-top, a.card:hover .services-img-top {
    transform: scale(1.4);
}
a.card:hover .card-title {
    color: #fff;
}
.card .card-title a {
    transition: 0.5s;
    border-bottom: 2px solid #fff;
    font-weight: 500;
}
.card .card-title a:hover {
    border-color: #FF9100;
    color: #000000;
}
/*.card-body .relative {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 1rem;
}*/
.card-body p {
    font-weight: 600;
    margin-bottom: 0;
}
.card-body p a {
    transition: 0.5s;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}
.card-body p a:hover {
    border-color: #000;
    color: #000;
}
@media (max-width:767px) {
    .news-list.services-box {
        margin-top: 20px !important;
    }
}
.news-list.services-box a.card:hover .card-title {
    color: #000000;
}
.news-list.services-box .card-body {
    background: #fff;
    transition: 0.3s;
}
.news-list.services-box a.card:hover .card-body {
    background: #eee;
}
.news-list.services-box .card-text, .news-list.services-box .card-title {
    color: #000000;
}
.cardhover {}
.cardhover .card, .cardhover .card-no-hover {
    height: 100%;
    transform: scaleY(1);
    transition: transform 0.2s ease-in;
    visibility: visible;
}
.cardhover .card-text-hover, .pinyellow {
    margin-bottom: -3px;
}
.cardhover .pinyellow {
    transition: all 0.5s ease;
    opacity: 100;
}
.cardhover:hover .pinyellow {
    opacity: 0;
}
.cardhover .card-text-hover {
    transform-origin: top;
    height: 0;
    transform: scaleY(0);
    transition: transform 0.2s ease-out;
}
.cardhover:hover .card-text-hover {
    transform: scaleY(1);
    transition: transform 0.2s ease-in;
    height: 100%;
    opacity: 100;
}
.cardhover:hover .card-no-hover {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease;
}
.homenotice .services-img-wrap {
    overflow: hidden;
}
.homenotice .services-img-top, .homenotice .card-body {
    transition: 0.3s;
}
.homenotice .card-text {
    z-index: 1;
    color: #000000 !important;
}
/*.homenotice:hover .card-text { color:#000000; }
.homenotice:hover .card-body { background:#eee; }*/
.homenotice .services-img-wrap {
    border: 0;
}
.homenotice .services-img-top:hover {
    transform: scale(1.4);
}
.homenotice a {
    transition: 0.5s;
    border-bottom: 2px solid #FF9100;
    font-weight: bold;
}
.homenotice a:hover {
    border-color: #000000;
    color: #000000;
}
.homenotice h5 a {
    transition: 0.5s;
    border-bottom: 2px solid #fff;
    font-weight: 500;
}
.homenotice h5 a:hover {
    border-color: #FF9100;
    color: #000000;
}
.services-box {}
.services-box .card {
    border-radius: 0px;
    border: 0;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.cardhover:hover .card {
    height: 100%
}
/*.services-border{border-top: 1rem solid #FF9100;}*/
.services-box .card-body {
    padding-bottom: 0;
    background: #FF9100;
    padding: 1.5rem 1.5rem;
    z-index: 1;
}
/*.services-box .card-body1, .services-box .card-body6, .services-box .card-body11 {
    background-color: #FF9100;
}
.services-box .card-body2, .services-box .card-body7, .services-box .card-body12 {
    background-color: #FF9100;
}
.services-box .card-body3, .services-box .card-body8, .services-box .card-body13 {
    background-color: #81B90B;
}
.services-box .card-body4, .services-box .card-body9, .services-box .card-body14 {
    background-color: #FF9100;
}
.services-box .card-body5, .services-box .card-body10, .services-box .card-body15 {
    background-color: #00613A;
}*/
.services-box .card-title {
    color: #000;
    font-size: calc((1.5 - 0.8) * 0.8vw + 0.95rem);
    font-family: "Barlow Condensed", sans-serif;
    margin-bottom: 0.5rem;
}
.services-box .card-text {
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
}
.services-box .card-text.card-text-last {
    padding-bottom: 15px;
}
.card-discription {
    padding-bottom: 0rem;
}
.services-img-top {
    padding-bottom: 50.24%;
}
.align-bottom-btn {
    margin: 1rem 0;
}
.services-box .card-footer {
    padding: 0;
    padding-bottom: 0;
    border-top: none;
    border-radius: 0;
    background: transparent;
}
.readmore {
    color: #000;
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.readmore:hover {
    color: #00000066;
}
.readmore .bi {
    vertical-align: sub;
    color: #fff;
    padding-left: 0.2rem;
}
.card .csbutton a {
    padding: 0.5rem 0.7rem;
    font-size: 1rem;
    background: #ffffff99;
    color: #000;
    border-width: 2px;
    border-color: transparent;
    padding-right: 8px;
}
.card .csbutton a:after {
    background-size: 15px;
    vertical-align: bottom;
    margin-bottom: 2px;
}
.card .csbutton a:hover {
    border-color: transparent;
    background: #fff;
    color: #000;
}
.readmore .bi:before {
    content: "+";
    position: relative;
    top: -3px;
    font-style: normal;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    font-family: "Nunito", serif;
}
.readmore.collapse-open .bi:before {
    content: "–";
}
/* Civic overrides */
#ccc-close {
    display: none !important
}
#ccc-button-holder {
    max-width: 300px
}
#ccc-icon svg {
    fill: #FF9100;
}
#ccc .ccc-notify-button.ccc-accept-button {
    flex-wrap: wrap !important
}
#ccc .ccc-content--dark .ccc-notify-button.ccc-accept-button {
    background: #0d7410 !important
}
#ccc .ccc-content--light .ccc-notify-button.ccc-accept-button {
    background: #b0d3b1 !important
}
#ccc .ccc-notify-button.ccc-reject-button {
    padding: 4px 8px !important;
    font-size: 0.8em !important;
    flex-wrap: wrap !important
}
#ccc .ccc-content--dark .ccc-notify-button.ccc-reject-button {
    border-color: #ffffffb3 !important
}
#ccc .ccc-content--light .ccc-notify-button.ccc-reject-button {
    border-color: #00000080 !important
}
#ccc .ccc-content--dark .ccc-notify-button.ccc-reject-button span {
    color: #ffffffb3 !important
}
#ccc .ccc-content--light .ccc-notify-button.ccc-reject-button span {
    color: #000000a3 !important
}
/* page search */
.pagesearch label {
    display: none;
}
.pagesearch input {
    width: 220px;
    border-radius: 0;
    border: 2px solid #FF9100;
    padding: 6px 10px;
    font-weight: 300;
    background: #FF91004d;
}
.pagesearch input[type='submit'] {
    width: auto;
    background: #FF9100;
    color: #000;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.pagesearch input[type='submit']:hover {
    background: #80B90A;
    color: #000;
    border: 2px solid #80B90A;
}
/* password protected */
.passwordprotected {
    height: 100%;
    max-height: calc(100vh - 270px);
}
.passwordprotectedblock {
    text-align: center;
}
.passfield {
    margin-top: -90px;
    display: flex;
    justify-content: center;
}
.passfield input {
    width: 295px;
    font-size: 1.2rem;
    padding: 10px 20px 10px 15px;
    border: 2px solid #000;
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-weight: 500;
}
.passfield input[type='submit'] {
    background: #FF9100;
    color: #000;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 15px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: auto;
    padding-right: 20px;
    border-left: 0;
}
.passfield input[type='submit']:hover {
    background: #000;
    color: #FF9100;
}
@media (max-width: 400px) {
    .passfield input {
        width: 100%;
    }
}
/* team profiles */
.img-padding {
    height: 100%
}
.img-padding {
    background-position: center center;
    background-position: left center;
    background-size: cover;
    height: 100%;
}
.img-fluid {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.staffcontent#content {
    margin: 5px 0 0;
}
.nav-header-bottom-bg {
    background: #9EE2F7;
}
.team-member {
    color: #fff;
    margin-bottom: 5rem;
}
.team-member .pic {
    overflow: hidden;
    max-width: 200px;
    border-radius: 100%;
}
.team-member .pic img {
    transition: ease-in-out 0.3s;
}
.team-member h5 {
    font-weight: 700
}
.auther {
    color: #000;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    margin-top: 15px;
    font-size: 1rem;
    font-weight: bold;
}
.our-team {
    position: relative;
    overflow: hidden;
    height: 320px;
    text-align: center;
    color: #000;
    margin-bottom: 2rem;
    padding-top: 2rem;
}
.our-team .team-pic {
    width: 200px;
    height: auto;
    transition: 0.5s;
    position: relative;
    margin-bottom: 2rem;
}
.team-pic-img-top {
    padding-bottom: 100%;
}
.our-team:hover .team-pic {
    transform: scale(1.2);
}
.our-team-hover-active:hover .team-pic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffffb3;
    width: 100%;
    height: 100%;
}
.our-team .team-profile {
    position: relative;
    right: 0;
    bottom: 20%;
    width: 100%;
    padding: 2.5rem 2.5rem 3rem;
    transition: all 0.25s ease 0s;
}
.our-team .team-profile h5 {
    font-size: 1.8rem;
    color: #FF9100;
}
.our-team-hover-active:hover .team-profile {
    bottom: 90%;
    height: 100%;
}
.our-team .description {
    opacity: 0;
    color: #000;
    font-size: 1rem;
}
.our-team .description p {
    margin-bottom: 0.5rem;
}
.teambtn {
    color: #FF9100;
    font-size: 1rem;
    font-weight: bold;
    padding-top: 1rem;
    display: block;
}
.our-team-hover-active:hover .description {
    opacity: 100;
}
.teambtn:hover {
    color: #FF9100
}
/* Portfolio */
.portfolio-info h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.portfolio-info p {
    margin-bottom: 15px;
}
.portfolio-info p.detail-auther {
    font-weight: bold;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.portfolio .portfolio-item {}
.portfolio #portfolio-flters {
    margin-bottom: 3rem;
    padding-left: 0;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-flex;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 10px 15px;
    color: #FF9100;
    transition: 0.5s;
    border: 2px solid #FF9100;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-bottom: 0.5rem;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #FF9100;
    border: 2px solid #FF9100;
}
.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
.detail-description {
    padding-top: 1rem;
}
.carousel-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
/* The Modal */
.teammodal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgb(0 0 0 / 60%);
}
.teammodal.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal-content {
    margin: auto !important;
    max-width: 900px !important;
    overflow: hidden !important;
    background: transparent !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    border: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.my-slides {
    background: #fff;
    padding: 4rem 2rem 2rem;
    margin: 2rem;
    border: 1px solid #707070;
    animation: anime 0s ease-in;
    color: #001A2E
}
@media screen and (max-width:767px){
   .modal-content{
       max-width: 500px!important;
       max-height:90%
   } 
   
   .modal-content:first-child{
       top:50px;
   } 

   .my-slides{
     margin-top:4rem;
     overflow-y:auto;
     padding:1rem 0.5rem;
   }
}

/* The Close Button */
.close {
    color: rgb(255 255 255 / 50%);
    position: absolute;
    right: 2rem;
    font-size: 2rem;
    z-index: 1;
    margin-top: -1rem;
}
.close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    color: rgb(255 255 255 / 50%);
    font-size: 1.7rem;
    text-align: center;
    transition: 0.6s ease;
    transform: translateY(-50%);
    z-index: 1;
}
/* Position the "next button" to the right */
.next {
    right: 0;
}
.prev {
    left: 0;
}
.withpageimage {
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    height: calc(100vh - 55vh);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991px) {
    .prev, .next {
        top: 2rem;
        width: 10%;
        z-index: 2;
    }
    .next {
        left: 0;
        margin-left: 3rem;
    }
    .close {
        top: 2rem;
    }
    .modal-content {
        justify-content: start;
    }
}
.prev:hover, .next:hover {
    color: #fff;
}

/* slick */
#banner-container .slick-banner-slider {
    overflow: hidden;
}
#banner-container .slick-dots {
    bottom: 2rem;
    right: 0;
    left: 0;
    top: auto;
    width: 100%;
}
@media (min-width:768px) {
    #banner-container .slick-dots {
    }
}
@media (min-width:1024px) {
    #banner-container .slick-dots {
    }
}
@media (min-width:1280px) {
    #banner-container .slick-dots {
        padding-right: 0
    }
}
#banner-container .slick-dots > li > button:before {
    --tw-border-opacity: 1;
    background-color: #ffffff99;
    border-color: #ffffff99;
    border-radius: 9999px;
    border-width: 2px;
    color: #ffffff99;
    opacity: 1
}
#banner-container .slick-dots > li.slick-active > button:before {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #fff;
    color: #fff;
}
#banner-container .slick-next, #banner-container .slick-prev {
    --tw-translate-y: -33.333333%;
    --tw-text-opacity: 1;
    background-color: transparent;
    color: rgb(255 255 255/var(--tw-text-opacity));
    height: 4rem;
    top: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 4rem;
    z-index: 50
}
#banner-container .slick-next:before, #banner-container .slick-prev:before {
    background-image: url(/images/slider-chevron-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
#banner-container .slick-prev:before {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
#banner-container .slick-prev {
    left: -4rem
}
#banner-container .slick-next {
    right: -4rem
}
.banner-bg { height:80vh; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.banner-bg:before { position:absolute; content:""; top:0; right:0; left:0; bottom:0; background:#00000040; }
h2.banner-text { color:#fff; font-size: 4rem; position: absolute; bottom:5rem; text-align: center; width:100%; padding:0 10%; }
h2.banner-text a { color:#fff; }
@media (max-width:991px) {
    h2.banner-text { font-size: 3rem; }
}
@media (max-width:767px) {
    h2.banner-text { font-size: 2rem; }
}
.homevideo { width:34%; float:right; margin-left:2rem; }
.eventhome {
    background-image: url("/images/concretebg.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
}
.eventhome:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: #00000099;
}
#content p.eventimage, #content p.eventimage img { margin:0; padding:0; }
#content .eventhome h3, #content .eventhome p, #content .eventhome h4 { color:#fff; }
#content .eventhome h3, #content .eventhome h4 { margin-top:0; }
