/*
------------------------------------------------------------------------
* Template Name    : DarkWon | Responsive Bootstrap 4 Personal Template  * 
* Version          : 1.0.0                                             *
* Created          : April 2020                                        *
* File Description : Main Css file of the template                     *
*-----------------------------------------------------------------------
*/

/***********************
    1.BASIC            *
    2.PRELOADER        *
    3.HELPER           *
    4.NAVBAR           *
    5.HOME             *
    6.ABOUT US         *
    7.SERVICES         *
    8.PROCESS          *
    9.FUNFACTS         *
    10.PRICING         *
    11.TEAM            *
    12.CLIENTS         *
    13.PORTFOLIO       *
    14.BLOG            *
    15.CONTACT         *
    16.GET STARTED NOW *
    17.FOOTER          *
    18.RESPONSIVE      *
************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,800|Open+Sans:400,600,700&display=swap');

@font-face {
    font-family: 'NeueMontrealRegular';
    src: url('../font/NeueMontreal/NeueMontreal-Regular.otf');
}

@font-face {
    font-family: 'NeueMontrealBold';
    src: url('../font/NeueMontreal/NeueMontreal-Bold.otf');
}

/*======================
        SPACES
========================*/
.space-mini {
    height: 5px;
    display: block;
}

.space {
    height: 10px;
    display: block;
}

.space-small {
    height: 20px;
    display: block;
}

.space-large {
    height: 30px;
    display: block;
}

.space-mlarge {
    height: 50px;
    display: block;
}

.space-xlarge {
    height: 70px;
    display: block;
}

/*======================
        1.BASIC
========================*/

#intro-div {
    top: 0;
    position: fixed;
    background-color: #fff;
    height: 40px;
    width: 100%;

}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 600 !important;
}

h1.font-weight-extrabold,
h2.font-weight-extrabold,
h3.font-weight-extrabold,
h4.font-weight-extrabold,
h5.font-weight-extrabold,
h6.font-weight-extrabold {
    font-weight: 900 !important;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.t-shadow-fifty {
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
}

.t-weight-big-title {
    font-family: 'NeueMontrealBold';
    font-size: 20px;
    margin-bottom: 5px;
}

.t-extra-big {
    font-size: 50px;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #b71c1c;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 32px;
    display: block;
}

.line {
    width: 100%;
    height: 1px;
    display: block;
}

/*==========================
        3.HELPER
============================*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.section-responsive {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.sec_subtitle {
    max-width: 550px;
    line-height: 1.6;
}

.section_title h4, .section_title .h4 {
    font-size: 40px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.section_title h4::before, .section_title .h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.section_title h4::after, .section_title .h4::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #6FAE50;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.vr_line {
    height: 34px;
    width: 3px;
    background-color: #b71c1c;
}

.card {
    padding: 20px 55px 40px;
    box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
    background: #fff;
    border-width: 0px !important;
    border-radius: .6rem;
}

.bg-lgrey {
    background-color: #F6F6F6 !important;
}

.bg-grey {
    background-color: #f4f6fa !important;
}

.bg-dgrey {
    background-color: #303240 !important;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-softgreen {
    background-color: #f5fbf8;
}

.bg-lgreen {
    background-color: #7DAC5C;
}

.bg-ngreen {
    background-color: #3A8A8B;
}

.bg-dgreen {
    background-color: #7DAC5C;
}

.bg-iss-green {
    background-color: #165801 !important;
}

.bg-gradient-lgreen-dgreen {
    background: linear-gradient(135deg, #a0fd91, #0b5554) !important;
}

.bg-gradient-lblue-lgreen {
    background: linear-gradient(135deg, #0cc0df, #a0fd91) !important;
}

.text-white {
    color: #fff !important;
}

.text-ddark {
    color: #222 !important;
}

.text-dark {
    color: #000 !important;
}

.text-red {
    color: #b71c1c !important;
}

.text-green {
    color: #0B5554 !important;
}

.text-lgreen {
    color: #7DAC5C !important;
}

.text-dgreen {
    color: #003842 !important;
}

.text-muted {
    color: #777;
}

.text-custom {
    text-align: center;
    font-size: 17px;
    padding-top: 20px;
    color: #7DAC5C !important;
}

.link-yellow {
    color: #fff200;
}

.link-main-normal,
.link-main-normal:hover {
    font-family: 'Open Sans', sans-serif;
    color: #035BAD;
}

.h-100vh {
    height: 100vh;
}

.h-90vh {
    height: 90vh;
}

.z-index {
    z-index: 2;
}

.bg-custom {
    background-color: #000;
}

#video-content-div {
    /* padding-left: 60px; */
    border-radius: 10px;
    padding: 20px 0px 0% 3%;
    width: 84%;
    margin: 0 auto;
}

#video-content-div img {
    width: auto;
    height: 50px;
    margin-right: 8%;
}

.banner-div-sub-div {
    display: flex;
}

.bg-black-gradient {
    background: #101010;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c405a, #101010);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3c405a, #101010);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-black {
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-blacks {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-w-shadow {
    padding: 40px 10px;
    box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
    background: #fff;
    border-width: 0 !important;
    border-radius: .5rem;
}

/*==========================
        Pad
============================*/

.pad-large {
    padding: 16px;
}

.pad-large-side {
    padding: 0px 16px;
}

.pad-large-side-responsive {
    padding: 0px 10%;
}

.pad-xlarge,
.pad-xlarge-responsive,
.pad-xlarge-responsive-top {
    padding: 26px;
}

.pad-huge-side-responsive {
    padding: 0px 10%;
}

.pad-huge-left-side {
    padding: 0px 0px 0px 10%;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.btn-main {
    border-radius: 0;
    padding: 10px 40px;
    font-size: 16px;
    border: 0px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    background-color: #6FAE50;
    outline: none;
    color: white;
    margin: 20px 0px;
    white-space: nowrap;
}

.btn-main-small {
    padding: 10px 26px;
    text-shadow: none;
    color: #fff;
    box-shadow: 0px 3px 15px rgba(8, 175, 2, 0.7) !important;
    border: solid #6FAE50;
    background: #6FAE50;
    /* border-width: 2px; */
    border-radius: 200px;
    /* 3px */
}

/* Standout look for page buttons, paired with .btn-main */
.btn-standout {
    color: #fff;
    font-weight: 500;
    background: #003842;
    border-radius: 10px;
    box-shadow: 0px 3px 30px rgba(163, 200, 94, 0.7);
}

.btn-standout:hover,
.btn-standout:focus {
    color: #0B5554;
    background: #ffffff;
}

.btnp {
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border: 0px;
    outline: none;
    color: white;
    background-color: #7DAC5C;
    margin: 0px 10px;
    white-space: nowrap;
}

.btn--border::after,
.btn--border::before,
.btn--border span::after,
.btn--border span::before {
    content: "";
    position: absolute;
    background-color: white;
    transition: 0.5s ease;
}

.btn--border::after,
.btn--border::before {
    height: 100%;
    width: 2px;
    top: -2px;
}

.btn--border::after {
    left: -2px;
}

.btn--border::before {
    right: -2px;
}

.btn--border span::after,
.btn--border span::before {
    height: 2px;
    width: 100%;
    left: -2px;
}

.btn--border span::after {
    top: -2px;
}

.btn--border span::before {
    bottom: -2px;
}

.btn--border:hover:after {
    transform: translatex(-12px);
}

.btn--border:hover:before {
    transform: translatex(12px);
}

.btn--border:hover span::after {
    transform: translatey(-12px);
}

.btn--border:hover span::before {
    transform: translatey(12px);
}

.btn--swap span {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    font-size: 16px;
    box-sizing: border-box;
    opacity: 0;
    color: #fff;
    transition: 0.35s ease;
}

.btn--swap::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #b71c1c;
    transition: 0.5s ease;
}

.btn--swap:hover:before {
    width: 100%;
}

.btn--swap:hover span {
    opacity: 1;
}

.btn--future::after,
.btn--future::before {
    content: "";
    position: absolute;
    border: 2px solid white;
    width: calc(100% + 15px);
    height: 60px;
    transition: 0.5s ease;
}

.btn--future::after {
    top: -15px;
    left: -15px;
    border-right: none;
    border-bottom: none;
}

.btn--future::before {
    bottom: -15px;
    right: -15px;
    border-left: none;
    border-top: none;
}

.btn--future:hover:after,
.btn--future:hover:before {
    width: calc(100% - 30px);
    height: 80px;
}

/*==========================
        Header Menu
============================*/
.header-logo img {
    width: 65px;
    height: auto;
}

.custom-header-top {
    position: fixed;
    top: 68;
    right: 0;
    left: 0;
    z-index: 1030;
}

.header-menu {
    margin-left: auto;
}

.navigation-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.navigation-menu>li>a {
    display: block;
    text-decoration: none;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    padding: 25px 15px;
    position: relative;
}

ul.header-navigation-menu {
    margin-bottom: 0;
    padding: 0;
}

ul.header-navigation-menu a {
    text-decoration: none;
}

.header-navigation-menu .active a {
    color: #538de4;
}

.menu-item-has-children>a {
    position: relative;
}

ul.header-navigation-menu>li:last-child>a:before {
    display: none;
}

ul.header-navigation-menu>li:hover>a,
ul.header-navigation-menu>li:active>a,
ul.header-navigation-menu>li:focus>a,
ul.header-navigation-menu>li.current_page_parent>a {
    color: #6FAE50;
}

ul.header-navigation-menu>li:hover>a .menu-arrow,
ul.header-navigation-menu>li:active>a .menu-arrow,
ul.header-navigation-menu>li:focus>a .menu-arrow,
ul.header-navigation-menu>li.current_page_parent>a .menu-arrow {
    bottom: -7px;
    opacity: 1;
}

ul.header-navigation-menu>li>.submenu-inner {
    border: 1px solid #F7EAE8;
}

ul.header-navigation-menu>li .submenu-inner {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

ul.header-navigation-menu>li .submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    top: 100%;
    z-index: 99;
    margin-top: -1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    min-width: 300px;
    padding: 15px 20px;
    background: #fff;
    list-style-type: none;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

ul.header-navigation-menu>li .submenu-inner li,
ul.header-navigation-menu>li ul.submenu-inner li {
    background: transparent;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #F7EAE8;
    padding: 5px 0;
}

.submenu-inner>li>ul>li:last-child {
    border-bottom: 0px solid #F7EAE8 !important;
}

.megamenu-wrap-inner>li {
    border-bottom: 0px solid #F7EAE8 !important;
}

.megamenu-wrap-inner li:last-child {
    border-bottom: none;
}

ul.header-navigation-menu>li .submenu-inner:not(.megamenu-wrap-inner) li:last-child,
ul.header-navigation-menu>li ul.submenu-inner:not(.megamenu-wrap-inner) li:last-child {
    border-bottom: none;
}

ul.header-navigation-menu>li .submenu-inner li a,
ul.header-navigation-menu>li ul.submenu-inner li a {
    display: block;
    line-height: 1.4;
    padding: 8px 0;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
    color: #000;
}

ul.header-navigation-menu>li .submenu-inner li a .caret,
ul.header-navigation-menu>li ul.submenu-inner li a .caret {
    top: 16px;
    position: absolute;
    right: 0;
    height: 8px;
    width: 10px;
    display: inline-block;
}

ul.header-navigation-menu>li .submenu-inner li a .caret:after,
ul.header-navigation-menu>li ul.submenu-inner li a .caret:after {
    content: '\f129';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    z-index: 1;
    font-family: Flaticon;
    line-height: 1;
    font-size: 12px;
}

.caret {
    display: inherit;
    width: inherit;
    border: none;
}

ul.header-navigation-menu>li .submenu-inner li a:hover,
ul.header-navigation-menu>li .submenu-inner li a:focus,
ul.header-navigation-menu>li .submenu-inner li a:active,
ul.header-navigation-menu>li ul.submenu-inner li a:hover,
ul.header-navigation-menu>li ul.submenu-inner li a:focus,
ul.header-navigation-menu>li ul.submenu-inner li a:active {
    /* opacity: 0.8; */
    color: #6FAE50;
}

ul.header-navigation-menu>li .submenu-inner li ul.submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner li ul.submenu-inner {
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
}

ul.header-navigation-menu>li .submenu-inner li:hover>ul.submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner li:hover>ul.submenu-inner {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

ul.header-navigation-menu>li:hover>.submenu-inner {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

ul.header-navigation-menu>li.megamenu-parent {
    position: static !important;
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner {
    width: 100%;
    max-width: 1170px;
    left: 0;
    background: #fff;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.megamenu-wrap-inner>li>a {
    font-size: 18px !important;
    font-weight: 600;
    color: #000 !important;
}

.megamenu-wrap-inner>li>a::after {
    content: none;
}

.megamenu-wrap-inner>li>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.megamenu-wrap-inner>li {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a .caret {
    margin-left: 5px;
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner {
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    position: static;
    padding: 0;
    min-width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li {
    list-style: none;
    border: none;
    padding: 0;
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li:last-child {
    border: none;
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li.menu-item-has-children>a {
    font-weight: 600;
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li .submenu-inner {
    padding-left: 20px !important;
    display: block;
}

ul.header-navigation-menu>li.megamenu-parent:hover .megamenu-wrap-inner {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.header-content {
    background: #fff;
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
}

.offcanvas-content {
    position: fixed;
    left: -250px;
    width: 250px;
    max-width: 90%;
    top: 0;
    bottom: 0;
    z-index: 9999;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.offcanvas-content a {
    color: #3F3836;
}

.offcanvas-content a:hover {
    color: #2c85ff;
}

.offcanvas-content .close-canvas {
    background: #6FAE50;
    position: absolute;
    left: 100%;
    top: 50px;
    z-index: 999;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #0B5554;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.offcanvas-content .close-canvas a {
    display: inline-block;
    width: 45px;
    height: 45px;
    color: #fff;
}

.offcanvas-content .close-canvas a:hover {
    cursor: pointer;
    color: #fff;
}

.offcanvas-content .instagram-pics>li {
    width: 33.333% !important;
    overflow: hidden;
    padding: 10px !important;
}

.offcanvas-content .instagram-pics>li a {
    padding: 0 !important;
}

.offcanvas-content .wp-sidebar .widget {
    padding-top: 20px;
    margin-bottom: 10px;
}

.offcanvas-content .wp-sidebar .widget:last-child {
    border-bottom: 0;
}

.offcanvas-content .wp-sidebar .widget .widget-title {
    color: #fff;
    text-align: center;
}

.offcanvas-content .wp-sidebar .widget .widget-title span {
    font-size: 18px;
    color: #3F3836;
}

.offcanvas-content .wp-sidebar .widget .widget-title:before {
    left: 50%;
    margin-left: -40px;
}

.offcanvas-content .wp-sidebar .widget .widget-title:after {
    left: 50%;
    margin-left: -25px;
}

.offcanvas-content .wp-sidebar {
    overflow-x: hidden;
    height: 100%;
    padding: 20px;
    background: #fff;
}

.offcanvas-content #mobile-menu {
    padding: 0;
}

.offcanvas-content #mobile-menu ul.mobile-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li {
    position: relative !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    padding: 0;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li>.submenu-inner {
    padding-bottom: 15px !important;
    -webkit-transition: 0s;
    transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li a {
    padding: 12px 0 12px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    position: relative;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li a .caret {
    display: none;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li a:after {
    display: none;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li a:hover {
    color: #6FAE50;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret {
    right: 0;
    top: 50%;
    /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
}

.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret::after {
    border: none;
    position: absolute;
    top: 20px;
    margin-top: -10px;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 9;
    color: #fff;
    /* content: '\25be'; */
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    margin-left: 7px;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret:hover {
    cursor: pointer;
    color: #b71c1c;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children.menu-active .caret::after {
    border: none;
    position: absolute;
    top: 20px;
    margin-top: -10px;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 9;
    color: #b71c1c;
    /* content: '\25be'; */
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    margin-left: 7px;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li>a {
    display: block;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li>ul {
    display: none;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner {
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible !important;
    background: none;
    left: auto;
    top: auto;
    padding: 0;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:before,
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:before,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after {
    content: " ";
    display: table;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after {
    clear: both;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner .caret,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner .caret {
    display: none;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner li a,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner li a {
    padding: 8px 0;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul {
    width: 100%;
    padding-left: 15px;
    display: block !important;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul>li,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul>li {
    padding: 0;
    display: block;
    width: 100%;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner {
    padding-left: 20px;
}

.offcanvas-content.open {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.mobile-header {
    background: #fff;
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
}

.megamenu-parent .megamenu-wrap-inner {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.megamenu-parent .widget {
    text-align: left;
    color: #3f3836;
}

.megamenu-parent .widget .widget-title,
.megamenu-parent .widget .widgettitle {
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
    border: none;
}

.megamenu-parent .widget ul {
    list-style: none;
    padding: 0;
}

.megamenu-parent .widget.widget-html ul li {
    line-height: 32px;
    padding: 5px 0;
}

.megamenu-parent .widget.widget-html ul li strong {
    color: #2c85ff;
    font-weight: 600;
}

.megamenu-parent .widget .product-block {
    margin-bottom: 10px;
}

.sidebar-widgets .widget_search {
    background: #538de4;
    padding: 50px;
}

.sidebar-widgets .widget_search .widget-title {
    color: #fff;
}

.dropdown-toggle::after {
    display: none !important;
}

#mobile-header-expander .hamburger-menu {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    margin-left: 10px;
}

#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 {
    top: 0;
    width: 100%;
}

#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 {
    top: 0;
    right: 0;
    left: auto;
    width: 10px;
}

#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-3 {
    top: 12px;
    width: 100%;
}

#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-4 {
    bottom: 0;
    width: 100%;
}

#mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 {
    /* width: 10px; */
}

#mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 {
    width: 25px;
}

#mobile-header-expander .hamburger-menu .hamburger-menu-line {
    position: absolute;
    left: 0;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header-mobile-logo {
    padding: 10px 0;
    text-align: center;
}

/*==========================
        4.NAVBAR
============================*/

/* Rounded hero card */
#home {
    padding-top: 90px;
    padding-bottom: 20px;
}

.hero-card {
    position: relative;
    border-radius: 40px;
    padding: 20px 0px;
}

/* White card around the hero badge and write-up */
.hero-info {
    padding: 20px 30px;
    margin-top: 16px;
}

.hero-info p:last-child {
    margin-bottom: 0;
}

/* Gradient covers the left 70%; robot and laptop overhang it */
.hero-card-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 93%;
    border-radius: inherit;
}

.hero-card > .row {
    position: relative;
}

/* Robot and laptop group, lifted slightly */
.hero-visual {
    translate: 0 -40px;
}

/* Hero laptop, lifted and enlarged towards the robot */
.hero-laptop {
    translate: 0 -8%;
    scale: 1.15;
    transform-origin: right center;
}

/* Hero robot, shifted right to overlap the laptop */
.iss-bot {
    position: relative;
    z-index: 20;
    flex-shrink: 0;
    width: 130%;
    max-width: 240px;
    height: auto;
    translate: -16% 60%;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.15));
    pointer-events: none;
    animation: issBotSway 1.26s ease-in-out infinite alternate,
               issBotBob 0.31s ease-in-out infinite alternate;
}

/* Slow side-to-side tilt */
@keyframes issBotSway {
    from {
        transform: rotate(-7deg);
    }

    to {
        transform: rotate(7deg);
    }
}

/* Quick hover bob; uses top so it doesn't clash with transform or translate */
@keyframes issBotBob {
    from {
        top: 0;
    }

    to {
        top: -5px;
    }
}

/* Photo strip above #grant-short */
.banner-iss-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: clamp(100px, 12vw, 200px);
    width: 100%;
}

.banner-iss-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* Portrait photo spans both rows in the last column */
.banner-iss-strip img:nth-child(7) {
    grid-column: 4;
    grid-row: 1 / span 2;
}

#grant-affix,
#grant-short {
    padding-top: 0px;
    padding-bottom: 0px;
}

#grant-affix h4 {
    padding-left: 20px;
    margin: 18px 0px;
    font-weight: 700;
    color: #3d3d3d;
}

#grant-affix a {
    color: #b71c1c;
    text-decoration: underline !important;
    margin: 20px 0px;
    display: inline-block;
}

/* Vertically centres the logo, write-up, heading and button */
#grant-short .row {
    align-items: center;
}

#grant-short h5 {
    padding-left: 20px;
    margin: 0px;
    font-weight: 700;
    color: #3d3d3d;
}

#grant-short a {
    color: #b71c1c;
    text-decoration: underline !important;
    margin: 30px 0px;
    display: inline-block;
}

#grant-short .grant-short-writeup {
    line-height: 1.5;
    margin: 0px;
    font-size: 15px;
}

.div-grant-short-btn button {
    margin: 0px;
}

.img-affix {
    margin: 10px 0px;
}

.img-grant-short {
    width: 100%;
    height: auto !important;
}

.custom-nav {
    padding: 22px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}

.custom-nav.stickyadd {
    background-color: #fff;
    /* padding: 15px 0; */
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li a {
    color: #fff;
    font-size: 14px;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 18px;
    border-width: 5px;
    transition: all 0.4s;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    border-color: #fff;
}

.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a {
    border-color: #000;
}

.custom-nav.stickyadd .navbar-nav li a:after,
.custom-nav .navbar-nav li a:after {
    content: '';
    width: 15px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    transition: all 0.5s;
    opacity: 0;
    /* background: #b71c1c; */
}

.custom-nav.stickyadd .navbar-nav li.active a:after,
.custom-nav.stickyadd .navbar-nav li:hover a:after,
.custom-nav.stickyadd .navbar-nav li:active a:after,
.custom-nav .navbar-nav li.active a:after,
.custom-nav .navbar-nav li:hover a:after,
.custom-nav .navbar-nav li:active a:after {
    opacity: 1;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #000;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #b71c1c;
}

.logo_img img {
    max-height: 100px;
    width: auto !important;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand.logo img {
    height: 40px;
    margin-top: 6px;
}

.navbar-brand.logo img {
    height: 26px;
    margin-top: 6px;
}

.navbar .container {
    width: 100%;
}

.collapse {
    height: 100%;
}

.custom-nav>.nav-container {
    display: flex;
    width: 100%;
    margin-left: 6.5%;
    margin-right: 6.5%;
}

.custom-nav>.nav-container>.navbar-collapse {
    margin-top: 17px;
}

.custom-nav>.nav-container>.navbar-collapse a {
    color: #000;
}

/*==========================
        5.HOME
============================*/
video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    background-position: center center;
    transition: 1s opacity;
}

.video-container {
    height: 100px;
}

.video-parallax {
    -webkit-transition-position: relative;
    position: relative;
}

.video-parallax-title {
    margin-bottom: 280px;
}

.video-parallax-title .p-title {
    line-height: 1.1em;
    font-size: 85px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
}

.homebg {
    background-image: url('../../images/home-bg-1.webp');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_title {
    font-family: "AvantGarde Bold", Sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: capitalize;
}

.header_subtitle {
    line-height: 2.0;
    font-size: 18px;
    max-width: 600px;
}

.design_home li::after {
    content: "|";
    margin: 0 20px;
    color: #fff;
}

.design_home {
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), #b71c1c, rgba(255, 255, 255, 0)) repeat scroll 0 0;
    position: relative;
    display: inline-block;
    padding: 5px 40px;
}

.design_home li:last-child:after {
    content: "";
}

.social_home li a {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    width: 30px;
    text-align: center;
}

/* btn hover home 3 (index_3) */

.particlescss {
    position: relative;
    z-index: 99;
}

/* creative background home 4 (index_4) */

.creative_bg {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
}

/* creative background home 4,5,6 (index_6) */

.creative_homebg {
    background-image: url('../../images/home-bg-1.webp');
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 80px 0px 238px;
}

/* clip home 7,8,9 (index_6) */

.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 140%, 0 83%);
    position: relative;
}

/*----index 14----*/

.bg-home-slider {
    position: relative;
}

.bg-home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.bg-home-slider .carousel-item,
.bg-home-slider .carousel {
    width: 100%;
}

.bg-home-slider .carousel-item {
    background-position: center center !important;
    background-size: cover !important;
}

.carousel-control-prev>span,
.carousel-control-next>span {
    font-size: 44px;
}

/*index 15*/

.wave_sec {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.wave_sec svg {
    height: 180px;
}

.project-video .play-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #ffa114;
    background-color: #ffffff;
    box-shadow: 0 0 0px 12px rgba(255, 255, 255, 0.3);
    margin-top: 20px;
}

/*======================
    owl slider click point
========================*/

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #b71c1c !important;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1;
}

/*==========================
        Modules
============================*/
.bg-modules-w-shadow {
    padding: 40px 10px;
    box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
    background: #fff;
}

.modules-link:hover h6 span {
    color: #6FAE50 !important;
}

.row-modules-mb {
    margin-bottom: 60px;
}

.row-modules-no-mb {
    margin-bottom: 0px;
}

.modules-wo-padding-top {
    padding-top: 0px !important;
}

.modules-w-medium-padding-top {
    padding-top: 50px !important;
}

.modules-w-padding-top {
    padding-top: 100px !important;
}

/*==========================
        Work Order Management
============================*/
.work-order-second {
    padding: 40px 200px;
}

/*==========================
        Customer Quotes
============================*/
#customer-quotes-left img,
#customer-quotes-right img {
    width: 30px;
    height: auto;
}

#customer-quotes-left {
    max-width: 45%;
    padding: 0px 30px 20px;
    margin: 40px 20px 0 50px;
}

#customer-quotes-right {
    max-width: 45%;
    padding: 0px 30px 20px;
    margin: 40px 0px 0px 20px;
}

/*==========================
        6.ABOUT US
============================*/

.about_boxes.mx-auto.mt-5 {
    padding: 20px 20px;
}

.about_boxes.mx-auto.mt-0 {
    padding: 0px 20px;
}

.about-img img {
    /* box-shadow: 20px 19px 0px -4px #b71c1c; */
}

.about-imgbox:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0;
    border: 10px solid #b71c1c;
}

.about-imgbox img {
    box-shadow: -20px -19px 0px -4px #000;
}

.about-imgbox {
    padding: 0 30px 30px 15px;
}

.about-work li {
    font-size: 18px;
}

.about-work li::after {
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #757575;
    margin: 0px 12px;
    position: relative;
    display: inline-block;
    top: -3px;
}

.about-work li:last-child:after {
    content: "";
    display: none;
}

/* clip about 7,8,9 (index_6) */

.aboutclip_img img {
    margin-top: 2rem;
    box-shadow: 20px 19px 0px -4px #b71c1c;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

/*======================
    7.SERVICES         
========================*/

.services_bg {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 25rem;
    position: relative;
    background: #000;
}

#slider-top {
    margin-top: -8rem;
}

.service_box {
    height: 23rem;
    background: #fff;
    padding: 100px 40px 60px;
    position: relative;
    margin: 0px 10px;
}

.service_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b71c1c;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s;
}

.service_box:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform 0.5s;
}

.service_box h2 {
    color: #d8d8d8;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 40px;
    top: 60px;
    font-size: 4em;
    font-weight: 800;
    z-index: 1;
    opacity: 0.5;
    transition: 0.5s;
}

.service_box:hover h2 {
    opacity: 1;
    color: #fff;
    transform: translateY(-40px);
}

.service_box h5 {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-size: 1.5em;
    z-index: 2;
    color: #333;
    transition: 0.5s;
}

.service_box:hover h5 {
    color: #fff;
}

.service_box p {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 2;
    color: #555;
    transition: 0.5s;
}

.service_box:hover p {
    color: #fff;
}

/*==========================
    8.PROCESS (Work)
============================*/

.process_step {
    padding: 10px 0;
    position: relative;
    margin-top: 35px;
}

.process_step::after {
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #e6e6e6;
}

.process_box {
    margin-bottom: 50px;
}

.process_step .process_box .process_left {
    margin-right: 20px;
}

.process_step .process_box .process_left::after,
.process_step .process_box .process_right::after {
    border: 4px solid #fff;
    content: "";
    height: 16px;
    box-shadow: 0 0 0 1px #e6e6e6;
    position: absolute;
    top: 20px;
    width: 16px;
    background-color: #b71c1c;
    z-index: 1;
}

.process_step .process_box .process_left::after {
    right: -43px;
    background-color: #b71c1c;
}

.process_step .process_box .process_right::after {
    left: -43px;
    background-color: #b71c1c;
}

.process_step .process_box .process_detail_right {
    text-align: center;
    margin-top: 90px;
    margin-left: 15px;
    float: left;
    padding: 20px;
    border: 1px solid #f3efef;
}

.process_step .process_box .process_right {
    text-align: center;
    margin-left: 20px;
    padding: 20px 0px;
    position: relative;
}

.process_step .process_box .process_left,
.process_step .process_box .process_right {
    text-align: center;
    /*padding: 20px 0px;*/
    position: relative;
}

.process_step .process_box .process_detail_left {
    text-align: center;
    margin-top: 90px;
    margin-right: 15px;
    float: right;
    border-radius: 0;
    padding: 20px;
    border: 1px solid #f3efef;
}

.process_number h5 {
    font-size: 26px !important;
    color: #b71c1c;
    background-color: #F99193;
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.process_step h4,
.process_detail_left h4 {
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

.process_right img,
.process_left img {
    max-width: 300px;
}

/*======================
    SUBPAGE
========================*/

.sub-page {
    margin-top: 70px;
}

.sub-page-less {
    margin-top: -20px;
}

.sub-page-responsive {
    margin-top: -20px;
}

.sub-page-modules {
    margin-top: 70px;
}

/*======================
    9.FUNFACTS
========================*/

#about-rt {
    background: white;
    margin-left: 47rem !important;
    margin-top: -35rem;
    padding: 10px 10px;
}

.bg_funfact {
    box-shadow: 0px 0px 42px -17px rgba(112, 112, 112, 0.14);
    position: relative;
    margin-top: -29rem;
}

.bg_funfacts {
    box-shadow: 0px 0px 42px -17px rgba(112, 112, 112, 0.14);
    position: relative;
    margin-top: -8rem;
}

.funfact_box {
    box-shadow: 0 0 0px 8px rgba(233, 32, 79, 0.23);
    background: -webkit-gradient(linear, left top, right bottom, from(#b71c1c), to(#b71c1c));
    background: linear-gradient(to bottom right, #b71c1c, #b71c1c);
}

/*==========================
        10.PRICING
============================*/

.price_border_box {
    padding: 40px;
    border: 1px solid #e9e9e9;
    transition: all 0.5s;
    border-top: 3px solid #b71c1c;
}

.price_border_box.active .lable {
    background: #b71c1c;
    padding: 8px 0;
    text-align: center;
    width: 130px;
    position: absolute;
    top: -17px;
    right: 0px;
    left: 0;
}

.price_border_box.active .lable h6 {
    color: #fff;
    font-size: 14px;
}

.price_border_box .lan-price h1 sup,
.price_border_box .lan-price h1 sub {
    font-size: 26px;
}

.price_border_box .lan-price h1 {
    font-size: 49px;
    font-weight: 600;
}

.price_border_box .price-name h5 {
    font-weight: 600;
}

.price_border_box .lan-price h1 sup {
    position: relative;
    top: -15px;
}

.price_border_box .lan_price_feat {
    padding: 40px 0px;
}

.price_border_box .lan_price_feat p {
    font-size: 14px;
    color: #777;
}

/*==========================
      11.TEAM
============================*/

.social-icons .fa {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    margin: 0 7px;
    transition: transform .5s;
}

.social-icons .fa:hover {
    background: #b71c1c;
    color: #fff;
    transform: translateY(-7px);
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.team-hover {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s
}

.single-team img {
    width: 100%;
    height: auto;
}

.team-hover h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.team-hover h4 span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

.team-hover ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.team-hover ul li {
    display: inline-block;
}

.team-hover ul li {
    background-color: #333;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    margin: 0 2px;
    text-align: center
}

.team-hover ul li a {
    color: #fff;
    font-size: 13px;
    display: block;
}

.single-team {
    margin: 0 10px;
    position: relative;
    z-index: 2;
}

.team-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team-hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #333;
    z-index: -1;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.single-team:hover .team-hover {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*==========================
        12.CLIENTS
============================*/
.line {
    height: 1px;
    display: block;
    background-color: #e1e1e1;
}

.line.styled {
    margin: 24px 0px;
    border: 0px;
    height: 3px;
    background: #f1f1f1;
}

#client-carousel {
    width: 100%;
    height: auto;
}

#client-carousel .span4 {
    text-align: center;
    height: 200px;
}

#client-carousel .span4 img {
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    height: 100px;
    filter: gray;
    /* IE6-9 */
    margin-bottom: 20px;
    -webkit-filter: grayscale(0);
    /* Google Chrome, Safari 6+ & Opera 15+ */
}

#client-carousel .span4 img:hover {
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: none;
    /* IE6-9 */
}

#client-carousel h3 {
    font-size: 17px;
}

#client-carousel .carousel-control {
    position: absolute;
    top: 30%;
    left: -4px;
    width: 40px;
    height: auto;
    padding: 7px 0px;
    margin-top: -20px;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    color: #ccc;
    text-align: center;
    background: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#client-carousel .carousel-indicators {
    position: absolute;
    top: 96%;
    z-index: 5;
    margin: 0px;
    list-style: outside none none;
}

#client-carousel .carousel-indicators li {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    border-radius: 20px;
}

#client-carousel .carousel-indicators .active {
    background-color: #b71c1c;
}

#client-carousel .carousel-control.right {
    right: -3px;
    left: auto;
}

#client-carousel .carousel-control:hover {
    color: #c1c1c1;
}

.text-center.testi_boxes.mx-auto img {
    width: 10%;
    position: center;
}

.client_review {
    line-height: 1.6;
    font-size: 20px;
    font-weight: 600;
    max-width: 550px;
}

.testi_boxes .tam_testi_icon {
    font-size: 80px;
}

.client_name {
    font-size: 18px;
}

.client-img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 10px;
    left: 50px;
    bottom: 0;
}

.client-img img {
    box-shadow: 20px 19px 0px -4px #b71c1c;
}

.client-img {
    padding: 0 30px 30px 15px;
}

#carouselSimpleIndicators {
    margin-top: 60px;
}

.carousel-nav-icon {
    height: 48px;
    width: 48px;
}

/*.carousel-item .col, .carousel-item .col-sm, .carousel-item .col-md {*/
/*    margin: 8px;*/
/*    height: 300px;*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*}*/

.carousel-item .col-md img {
    width: auto;
    height: 100px;
    display: block;
    margin: auto;
}

/*==========================
      13.PORTFOLIO (category)
============================*/

.portfolio_menu li {
    margin-right: 0px !important;
}

.portfolio_menu li:last-child:after {
    content: "";
    display: none;
}

.portfolio_menu li a {
    letter-spacing: 0.03em;
    padding: 6px 16px;
    border-radius: 0px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 0.5s;
    font-size: 14px;
    color: #9a9a9a;
}

.portfolio_menu li a.active {
    background-color: #b71c1c;
    color: #ffffff;
}

.portfolio_menu li a:hover {
    background-color: #b71c1c;
    color: #ffffff !important;
}

.portfolio_imgbox {
    border: none;
    margin: 15px 0px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.portfolio_imgbox {
    position: relative;
    overflow: hidden;
}

.portfolio_imgbox a {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15;
    height: 100%;
    top: 0;
}

.portfolio_imgbox .portfolio_images {
    position: relative;
}

.portfolio_imgbox .portfolio_images img {
    transition: all 0.5s;
    width: 100%;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay {
    top: 10px;
    position: absolute;
    overflow: hidden;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay a {
    height: 100%;
    width: 100%;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay:after {
    content: '';
    left: 50%;
    top: 50%;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 30%;
    width: 0;
    position: absolute;
    bottom: 50%;
    opacity: 0;
    height: 50%;
    height: 0;
    transition: all 150ms ease-in-out 200ms;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay h4 {
    overflow: hidden;
    position: absolute;
    font-size: 13px;
    text-align: center;
    top: 100px;
    z-index: 2;
    color: transparent;
    transition: color 150ms ease-in-out 200ms;
    right: 25px;
    padding: 0 10px;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay h6 {
    color: transparent;
    overflow: hidden;
    position: absolute;
    top: 75px;
    right: 25px;
    z-index: 2;
    font-size: 18px;
    transition: color 150ms ease-in-out 200ms;
    text-align: center;
    padding: 0 10px;
}

.portfolio_imgbox:hover img {
    transform: scale(1.1);
}

.portfolio_imgbox:hover .portfolio_overlay:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all 150ms ease-in-out 200ms;
    opacity: 1;
}

.portfolio_imgbox:hover .portfolio_overlay h4 {
    color: rgba(255, 255, 255, 0.6);
}

.portfolio_imgbox:hover .portfolio_overlay h4:before {
    right: -100%;
}

.portfolio_imgbox:hover .portfolio_overlay h6 {
    color: white;
}

.portfolio_imgbox:hover .portfolio_overlay h6:before {
    left: -100%;
}

/*==========================
        14.BLOG
============================*/

.blog_box {
    box-shadow: 0 5px 30px -2px rgba(154, 161, 171, .1);
    transition: all 0.5s;
    position: relative;
    transition: all 0.5s;
}

.blog_box .blog_img img {
    transition: all 0.5s;
}

.blog_box:hover .blog_img img {
    transform: translateY(-8px);
    box-shadow: 0 1px 25px -12px rgba(0, 0, 0, 0.41);
}

.blog_box .blog_content .blog_date_post p {
    font-size: 14px;
}

.blog_content p {
    font-size: 15px;
}

.blog_box h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.blog_box .read_more {
    font-size: 14px;
    font-weight: bold;
}

.blog_box .blog_budget {
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    color: #ffffff;
    top: 25px;
    left: 25px;
}

.blog_box .blog_border {
    height: 2px;
    width: 0px;
    background: #ff4f64;
    display: inline-block;
    position: relative;
    top: -4px;
    transition: all 0.5s;
}

.blog_box .read_more:hover .blog_border {
    width: 30px;
}

.blog_video .blog_play {
    position: absolute;
    top: 52%;
    left: 52%;
    margin-left: -40px;
    margin-top: -40px;
}

.blog_play {
    outline: none !important;
    width: 65px;
    height: 65px;
    padding-left: 2px;
    border-radius: 50%;
    z-index: 4;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #000 !important;
    font-size: 35px;
    line-height: 65px;
    background-color: #fff;
}

.blog_box .blog_divider {
    height: 1px;
    margin: 20px 0;
    width: 100%;
    background-color: #e7e7e7;
}

.blog_box .blog_content .comment_icon i {
    position: relative;
    top: 1px;
}

.blog_box .blog_content .comment_icon:hover,
.blog_box .blog_content .like_icon:hover {
    color: #ff4f64 !important;
    transition: all 0.5s;
}

.div-social-gradient-fb {
    height: 40px;
    background: linear-gradient(to right, #5de0e6, #004aad);
}

.div-social-gradient-fb:hover {
    -moz-transform: scale(1.01, 1.01);
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
}

.div-social-gradient-insta {
    height: 40px;
    background: linear-gradient(to right, #7839f5, #ff5757);
}

.div-social-gradient-insta:hover {
    -moz-transform: scale(1.01, 1.01);
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
}

.div-social-gradient-youtube {
    height: 40px;
    background: linear-gradient(to right, #f67878, #fe0000);
}

.div-social-gradient-youtube:hover {
    -moz-transform: scale(1.01, 1.01);
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
}

.div-social-gradient-news {
    padding: 0px 8px;
    border-radius: 5px;
    margin: 0px 5px;
}

/* Contact page social bars, rounded on the right */
.div-social-gradient-contact {
    padding: 0px 8px;
    margin-right: 5%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

/* Error page: centred card with a gradient status code */
.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    padding: 140px 24px 80px;
    overflow: hidden;
}

.error-card {
    position: relative;
    width: 100%;
    max-width: 640px;
    padding: 70px 60px;
    background: #fff;
    border-radius: 1.5rem;
    text-align: center;
    overflow: hidden;
}

.error-blob {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    filter: blur(48px);
    pointer-events: none;
}

.error-blob-top {
    top: -40px;
    left: -40px;
    background: rgba(160, 253, 145, 0.35);
}

.error-blob-bottom {
    right: -40px;
    bottom: -40px;
    background: rgba(11, 85, 84, 0.2);
}

.error-code {
    position: relative;
    margin: 0 0 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 128px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, #a0fd91 0%, #3A8A8B 50%, #0b5554 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error-divider {
    width: 64px;
    height: 4px;
    margin: 0 auto 24px;
    border-radius: 4px;
    background: linear-gradient(to right, #a0fd91, #0b5554);
}

.error-title {
    position: relative;
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 700;
}

.error-text {
    position: relative;
    max-width: 380px;
    margin: 0 auto 40px;
    color: #6c757d;
    line-height: 1.6;
}

.error-home {
    display: inline-block;
    position: relative;
    margin: 0;
    text-decoration: none !important;
}

/* The standout hover turns white, so outline it on the white card */
.error-home:hover,
.error-home:focus {
    box-shadow: inset 0 0 0 2px #0B5554;
}

/* Contact page intro card */
.contact-intro {
    padding: 1.5rem;
}

.contact-intro p:last-child {
    margin-bottom: 0;
}

/* Contact page socials card */
.contact-socials {
    margin-top: 30px;
    padding-bottom: 30px;
    border-radius: 0.5rem;
}

.contact-socials h5 {
    padding: 1.5rem 1.5rem 0;
}

.div-social-gradient-fb img,
.div-social-gradient-insta img,
.div-social-gradient-youtube img {
    width: auto;
    height: 40px;
}

.div-social-gradient-fb p,
.div-social-gradient-insta p,
.div-social-gradient-youtube p {
    font-family: 'NeueMontrealBold' !important;
    font-size: 18px;
    padding: 6px 0px 6px 10px;
}

/*==========================
      15.CONTACT form (get in touch)
============================*/

.get-in-touch-form {
    padding: 0 3rem 3rem;
}

.contacts_box_side {
    padding: 14px 10px;
    box-shadow: 0px 0px 42px -17px rgba(112, 112, 112, 0.08);
}

.contacts_box_side .contacts_icons {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
}

.contacts_box_side .contacts_icons i {
    height: 54px;
    width: 54px;
    display: block;
    font-size: 26px;
    box-shadow: 0 0 0px 8px #7DAC5C;
    line-height: 54px;
    background: #032e61;
    background: -webkit-gradient(linear, left top, right bottom, from(#032e61), to(#032e61));
    background: linear-gradient(to bottom right, #0B5554, #0B5554);
    color: #fff;
    text-align: center;
}

.contacts_box_side .services_more a {
    font-size: 15px;
    transition: all 0.5s;
}

.contacts_box_side .services_more a:hover {
    color: #032e61 !important;
}

.contacts_box_side .services_content {
    margin-left: 25%;
}

.contacts_box_side .services_content p {
    line-height: 1.6;
}

.contacts_box_side .services_content h5 {
    font-family: 'Open Sans', sans-serif;
}

/* form */

.bg-conform-img {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.checkbox {
    margin-left: 16px;
}

.formBox {
    background: linear-gradient(120deg, #F0F7FF 0%, #f8f9fa 87%);
    padding: 50px;
}

.formBox h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 48px;
}

.inputBox {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.inputBox .inputText {
    position: absolute;
    font-size: 16px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
}

.inputBox .input {
    border-radius: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.focus .inputText {
    transform: translateY(-30px);
    font-size: 18px;
    opacity: 1;
    color: #000;
}

input[type="text"]:focus {
    border-radius: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, .5);
}

.input-xlarge {
    width: 428.72px;
}

.form-horizontal .form-actions {
    padding-left: 46%;
}

.form-horizontal .controls {
    margin-left: 0px;
    margin-right: 10%;
}

.form-actions .btn-message {
    padding: 5px 20px;
    color: #fff;
    border: 0px;
    background-color: #b71c1c;
}

.form-actions {
    border-top: 0px;
    padding: 0px 20px 20px;
    margin-top: 0px;
}

.captcha-div a {
    display: inline-block;
    margin: 10px 0px;
    padding: 5px 20px;
    color: #fff;
    border: 0px;
    background-color: #7DAC5C;
}

.captcha-div a:hover {
    color: #fff;
}

#yw0 .fade:not(.show) {
    opacity: 1;
}

#yw0 .alert .close {
    right: 0px;
}

form {
    margin: 0px;
}

form input[type='text'],
input[type='password'],
input[type='email'],
input[type='subject'],
form textarea,
form select {
    margin: 0 0 20px 0;
    padding: 20px 14px;
    border: 0;
    outline: 0;
    resize: none;
    line-height: 17px;
    background-color: #dbdbdb;
    color: #666;
    width: 100%;
    display: block;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
}

form select {
    padding: 14px;
    height: auto;
}

/* Contact form inputs match its Bootstrap-styled textarea */
#contact-form input.form-control {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    font-size: 1rem;
}

#contact-form input.form-control:focus {
    border-color: #80bdff;
    border-radius: .25rem;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

/* Validation messages in red */
#contact-form .has-error .help-block {
    color: #b71c1c;
}

/* Submit button flush left with the captcha field */
#contact-form .form-actions {
    clear: both;
    padding-left: 0;
}

#contact-form .btnp {
    margin-left: 0;
}

/* Gap between First Name and Last Name */
#contact-form .field-contactform-lastname {
    padding-left: 10px;
}

form label {
    color: #999;
    font-weight: bold;
    font-size: 12px;
    padding-left: 4px;
}

form .error {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 4px;
}

form .span3,
form .span6 {
    margin-left: 0px;
}

.form-actions {
    background: none;
}

/**********************************************************************
***********************************MODAL*******************************
**********************************************************************/
.modal .modal-header {
    padding: 0px;
}

/*==========================
        16.GET STARTED NOW
============================*/

.bg-coursesone {
    position: relative;
    overflow: hidden;
}

.bg-courses-overlay {
    background: url(../../images/bg-cta-image1.webp);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.Courses_side {
    position: absolute;
    right: 50vw;
    width: calc(50vw + 215px);
    top: 50%;
    transform: translateY(-50%);
}

.pro_desc .section_title .section_subtitle {
    color: rgb(255, 255, 255);
}

.pro_best_fet p {
    border-radius: 3px;
    border: 1px solid rgba(247, 247, 247, 0.14);
    padding: 10px 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.86);
    cursor: pointer;
    transition: all 0.5s;
}

.pro_best_fet p:hover {
    color: #000000;
    background-color: #fff;
    transform: translate(0, -4px)
}

.pro_best_fet {
    max-width: 350px;
}

.pro_best_fet.mt-4.pt-3 {
    margin-left: 380px;
}


.back_top,
.bg-gradient,
.home-bg,
.btn-gradient,
.features_border,
.in_features,
.bg-coursesone {
    background: #000000;
    background: -webkit-linear-gradient(left, #6FAE50 0, #0B5554 100%);
}

/*==========================
        Grant
============================*/
.img-grant {
    width: auto;
    height: 65px !important;
}

.img-grant-bca {
    width: auto;
    height: 70px !important;
}

.b-lblue {
    color: #fff;
    background-color: #01acd4;
}

.c2sp-highlight {
    padding: 30px 12%;
}

#banner-support-brand {
    height: 70px !important;
}

#banner-support-imda .col-lg-6 img {
    height: 60px !important;
}

#banner-support-imda .col-lg-4 img {
    margin-top: 10px !important;
    height: 80px !important;
}

#banner-news {
    padding-top: 7.5%;
    padding-left: 6%;
    padding-right: 6%;
}

/* Grant page */
.box-shadow {
    box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.5);
}

.grant-sgd {
    margin-top: 30px;
    margin-bottom: 30px;
    max-height: 590px;
}

.grant-sgd-horizontal {
    max-height: 283px;
}

.img-grant-bca {
    margin-top: 18%;
    width: 50%;
    height: auto !important;
}

.tag-sfec {
    color: #fff;
    background-color: #7c2d8b;
    margin: 30px;
    text-align: center;
    padding: 20px 10px 20px;
    font-size: 30px;
    font-weight: 800;
}

.grant-productivity-solutions-div {
    display: flex;
    align-items: center;
    height: 340px;
}

.t-grant-productivity-solutions {
    padding-top: 30px;
}

/*==========================
        17.FOOTER
============================*/

ul,
ol {
    margin: 0px;
}

.footer_tag {
    background-color: #303240;
    position: relative;
    background-size: cover;
}

.footer_tag .footer_logo {
    height: 50px;
}

.footer_tag .footer_title_border {
    background-color: rgba(255, 255, 255, 0.22);
    height: 2px;
    width: 26px;
}

.footer_tag h6 {
    font-size: 18px;
}

.footer_tag .footer_menu_list li a {
    color: rgba(255, 255, 255, 0.42) !important;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
}

.footer_tag .footer_menu_list li a:hover {
    color: #6FAE50 !important;
}

.footer_tag p {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.42);
}

.div-footer-desc {
    margin-left: 20%;
    margin-top: 0px;
}

.fot_social .social-icon {
    border-radius: 50%;
    transition: all 0.5s;
    width: 38px;
    color: rgba(255, 255, 255, 0.42);
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.fot_social .social-icon:hover {
    transform: scale(1.3);
}

#iso-cert-mark {
    width: 70%;
}

.div-social-float {
    position: fixed;
    width: 120px;
    height: 35px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
}

.btn-social-float-capps {
    display: block;
    /* width:80px; */
    height: 35px;
    background: url('../../images/icon/ic-capps.webp') no-repeat left center;
    background-size: 35px;
}

.btn-social-float-fb {
    display: block;
    /* width:80px; */
    height: 35px;
    background: url('../../images/icon/ic-fb.webp') no-repeat left center;
    background-size: 35px;
}

.btn-social-float-insta {
    display: block;
    /* width:80px; */
    height: 35px;
    background: url('../../images/icon/ic-insta.webp') no-repeat left center;
    background-size: 35px;
}

.div-social-float a:hover {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/**BACK TO TOP**/

.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-align: center;
    border: 1px solid #ffffff;
    z-index: 10000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #a3c85e;
    transition: all 0.8s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back-to-top i {
    color: #fff;
    font-size: 22px;
    display: block;
    line-height: 27px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.social-icon>li a,
.social-icon a,
.team-icon>li a,
.main-icon i {
    background-color: transparent;
    font-size: 15px;
    color: #85909a;
    border: 1.4px solid #85909a;
    display: inline-block;
    height: 36px;
    line-height: 34px;
    text-align: center;
    width: 36px;
    transition: all 0.5s;
}

.team-icon>li a {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #a3c85e;
}

.team-icon a:hover {
    background-color: #ffffff;
    color: #a3c85e;
}

.social-icon a:hover {
    background: #b71c1c;
    border: 1.4px solid #b71c1c;
    color: #fff !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.menu-privacy-container ul li {
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #f4f4f4;
}

a.tc-menu-inner {
    margin-left: 10px;
    color: #b71c1c;
    font-size: 14px;
}

.section_body {
    padding-top: 30px;
}

.img-mobile {
    margin: 70px 0px;
    max-width: 60%;
    height: auto;
}

.top-cover {
    background-image: url('../../images/blue-kites-in-the-sky.webp');
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 300px;
}

/*==========================
        training
============================*/
.training-title {
    padding-left: 170px;
}

.btn-training {
    margin: 0px;
}

/****************************************************************************
Roles
****************************************************************************/
.benefit-div-five {
    width: 5%;
}

.benefit-div-thrid {
    width: 30%;
    margin: 15px 10px 0px;
}

.roles-div-thrid {
    width: 19%;
    margin: 15px 10px 0px;
}

.roles-div-twel {
    width: 12.5%;
    margin: 20px 10px 0px;
}

.roles-div-sixsteen {
    width: 25%;
    margin: 20px 10px 0px;
}

.roles-keywords h5 {
    /*font-size: 18px;*/
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    color: white;
}

.roles-keywords p {
    /*font-size: 18px;*/
    /*text-align: left;*/
    color: white;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
}

.roles-web {
    filter: drop-shadow(0px 16px 40px rgba(154, 170, 207, 0.35));
}

.roles-icon {
    width: 60%;
    height: auto;
}

.roles-optional-icon {
    width: auto;
    height: 120px;
}

/*==========================
        News (card layout ported from InSight QSE)
============================*/
.news-card {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #cecece;
    background: #222;
    height: 100%;
}

.div-news-big-title-holder {
    background: linear-gradient(to right, #3A8A8B, #0B5554);
    padding: 5px 15px 1px 15px;
    color: #ffffff;
    margin-bottom: 5px;
}

.div-news-caption {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0px 0px 15px 0px;
    background: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-family: 'Open Sans', sans-serif;
}

.div-news-caption .link-main-normal {
    margin-top: auto;
    font-weight: 700;
    color: var(--nav-bg);
}

/* READ MORE hover, as on web-landing's news cards: brighter text, chevron nudges right. */
.div-news-caption .link-main-normal:hover,
.div-news-caption .link-main-normal:focus {
    color: #7DAC5C;
    text-decoration: none;
}

.div-news-caption .link-main-normal i {
    transition: transform 0.2s ease;
}

.div-news-caption .link-main-normal:hover i,
.div-news-caption .link-main-normal:focus i {
    transform: translateX(3px);
}

.div-news-caption-inner {
    padding: 0px 15px;
}

.news-caption {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.img-news {
    width: 100%;
}

.img-news-one {
    background-size: var(--bg-size, cover) !important;
    background-repeat: no-repeat !important;
    height: 244px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.img-news-four {
    background-size: 180px !important;
    width: 49.5%;
    height: 120px;
    float: left;
}

.img-news-margin-bottom {
    margin-bottom: 4px;
}

.img-news-four-margin-right {
    margin-right: 1%;
}

/*======================
        FLEX
========================*/

.row-flex {
    display: flex;
    /* equal height of the children */
}

.row-flex-full,
.row-flex-full-responsive {
    display: flex;
    /* equal height of the children */
}

.flex-div {
    display: flex;
    align-items: center;
}

.flex-div-eighty-five,
.flex-div-eighty-five-responsive {
    width: 85%;
}

.flex-div-eighty {
    width: 80%;
}

.flex-div-eighty-responsive {
    width: 80%;
}

.flex-div-half {
    width: 50%;
}

.flex-div-seventy {
    width: 70%;
}

.flex-div-sixty {
    width: 60%;
}

.flex-div-sixty-responsive {
    width: 60%;
}

.flex-div-fourty {
    width: 40%;
}

.flex-div-thirty {
    width: 33.33%;
}

.flex-div-twentyfive {
    width: 25%;
}

.flex-div-fifteen,
.flex-div-fifteen-responsive {
    width: 15%;
}

.flex-div-lifecycle-left,
.flex-div-lifecycle-right {
    width: 50%;
    margin: 20px 10px 5px;
}

.flex-div-thirtythree-w-margin {
    width: 33%;
    margin: 20px 10px 0px;
}

.flex-div-twentyfive-w-margin {
    width: 25%;
    margin: 20px 10px 0px;
}

.flex-div-twentyfive-wo-margin {
    width: 25%;
}

.bg-red {
    background: #b71c1c !important;
}

.bg-main {
    background: #d91f26 !important;
}

.bg-softgrey {
    background: #E8ECF7 !important;
}

.bg-lgrey {
    background: #f1f0fa !important;
}

/*==========================
        ABOUT
============================*/
#about-us {
    background-color: #f1f0fa;
}

.flex-div-about-left {
    width: 70%;
}

.flex-div-about-right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.about-head-div {
    padding: 15px 40px 30px;
    box-shadow: 0px 3px 50px rgba(154, 170, 207, 0.5);
    background: #fff;
    border-width: 0 !important;
    border-top-right-radius: 1.5em;
}

.about-head-div h2, .about-head-div .h2 {
    margin-top: 10px;
}

.about-head-div p {
    margin-top: 10px;
    font-size: 18px;
}

.about-head-div button {
    margin: 0px;
}

#about-desc-holder-div {
    padding: 40px 0px;
}

#about-desc-holder-div p {
    font-size: 20px;
}

.about-desc-div {
    border-left: 2px solid #575757;
    padding: 0px 20px 0px 30px;
}

.ic-about-quote {
    width: 10%;
    height: auto;
}

#about-quote-right {
    margin-top: 25px;
}

#img-capps {
    width: 100%;
    height: auto;
    margin-left: 7px;
}

/* ISO logo column beside the About description */
.about-iso-col {
    width: 30%;
    flex-shrink: 0;
}

/* Lines the About Us heading up with the top of the logo */
#about-header-div {
    padding-top: 6px;
}

#about-header-div .h2 {
    margin-top: 0;
}

.iso-iec-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#img-iso {
    width: 80%;
    height: auto;
    vertical-align: middle;
}

.nav-styled {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.nav-styled li {
    text-align: left;
    padding: 0px 10px 20px 32px;
    background: url('../../images/icon/icon-ok-sign-green.webp') top left no-repeat;
}

.custom-list {
    list-style: none;
    padding-left: 50px;
}

.custom-list li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 10px;
}

.custom-list li:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-image: url('../../images/icon/icon-ok-sign-green.webp');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.custom-list .custom-one:before {
    left: 0;
    top: 25%;
    transform: translateY(-50%);
}

.custom-list .custom-two:before {
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}

.custom-list .custom-three:before {
    left: 0;
    top: 18%;
    transform: translateY(-50%);
}

.custom-list .custom-four:before {
    left: 0;
    top: 15%;
    transform: translateY(-50%);
}

/*==========================
        EzyRegister
============================*/
#ezyregister .bg-ezyregister {
    padding-top: 30px;
    background-color: #1f497d;
}

#ezyregister .title-big {
    font-size: 45px;
}

#ezyregister .p-medium {
    padding-top: 20px;
    font-size: 20px;
}

#ezyregister .p-big {
    font-size: 25px;
}

/*==========================
        Terms of Use
============================*/
.tos-list-left {
    width: 3%;
}

.tos-list-right {
    width: 97%;
}

.tos-list-left p,
.tos-list-right p {
    margin-bottom: 0px;
}

/*==========================
        18.RESPONSIVE
============================*/

@media (min-width: 991.98px) {
    ul.header-navigation-menu>li {
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        min-height: 70px;
    }
}

@media (max-width: 1600px) {
    ul.header-navigation-menu>li:last-child ul.submenu-inner li ul.submenu-inner,
    ul.header-navigation-menu>li:nth-last-child(2) ul.submenu-inner li ul.submenu-inner {
        right: 100%;
        left: auto;
    }
}

@media (max-width: 1399.98px) {
    .header-contact-search {
        display: none !important;
    }

    .header-style-2 .header-menu {
        margin-left: auto !important;
    }
}

@media (max-width: 1199.98px) {
    ul.header-navigation-menu>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991.98px) {
    ul.header-navigation-menu>li .submenu-inner li,
    ul.header-navigation-menu>li ul.submenu-inner li {
        border-bottom: 0;
    }

    ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a {
        margin-top: 6px;
    }

    #home {
        padding-top: 3%;
    }

    /* Full width once stacked; outranks the 65% in the max-device-width block */
    #home #video-content-div {
        width: 100%;
    }

    #home .t-extra-big {
        font-size: 40px;
    }

    .hero-card-bg {
        width: 100%;
    }

    /* Room for the lifted robot and laptop once the hero stacks */
    #home .btn-standout {
        margin-bottom: 70px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .iss-bot {
        animation: none;
    }
}

@media (max-width: 768px) {
    .space-responsive {
        height: 10px;
        display: block;
    }

    #banner-news {
        padding-left: 4%;
        padding-right: 4%;
    }

    .tag-sfec {
        margin: 20px 20px 0px;
    }

    .grant-productivity-solutions-div {
        height: 100%;
    }

    .t-grant-productivity-solutions {
        padding: 0px;
    }

    .img-grant-bca {
        margin-top: 20px;
    }

    .pad-side-responsive {
        padding: 0px 20px;
    }

    .pad-xlarge-responsive-top {
        padding: 26px 0px 0px 0px !important;
    }

    #video-content-div {
        /* text-align: center; */
        width: 100%;
        padding: 0% 8% 0%;
    }

    .banner-div-sub-div {
        padding-left: 0%;
    }

    .pad-large-side-responsive,
    .pad-huge-side-responsive {
        padding: 0px;
    }

    .row-flex-full {
        display: block;
    }

    .div-social-float {
        height: 105px;
    }

    .row-modules-mb {
        margin-bottom: 0px;
    }

    .about_boxes.mx-auto.mt-5 {
        /* margin-top: 0px !important; */
    }

    .modules-w-medium-padding-top,
    .modules-w-padding-top {
        padding-top: 0px !important;
    }

    .flex-div-seventy {
        width: 100%;
    }

    .flex-div-thirty,
    .flex-div-twentyfive-wo-margin {
        width: 100%;
    }

    .flex-div-twentyfive,
    .flex-div-twentyfive-w-margin,
    .flex-div-thirtythree-w-margin {
        width: 100%;
        margin: 20px 0px 0px 0px;
    }

    .benefit-div-thrid {
        width: 100%;
        margin: 10px 0px 0px 0px;
    }

    .roles-div-thrid {
        width: 100%;
        margin: 10px 0px 0px 0px;
    }

    #benefits-header {
        margin-top: 30px;
    }

    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }

    .custom-nav .navbar-nav li a:before {
        content: '';
        display: none;
    }

    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: #000;
    }

    .custom-nav .navbar-nav li.active a {
        color: #b71c1c;
    }

    .custom-nav>.nav-container {
        display: inline-block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-nav>.nav-container>.navbar-toggler {
        float: right;
        margin-top: 3%;
    }

    .custom-nav .logo .logo-dark {
        display: inline-block;
    }

    .custom-nav .logo .logo-light {
        display: none;
    }

    .navbar-nav {
        margin-top: 0px;
    }

    .navbar-toggler {
        font-size: 29px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }

    .header-mobile-logo {
        padding: 10px 0;
        text-align: center;
    }

    .dropdown-toggle::after {
        content: none;
    }

    .img-header-mobile {
        width: 30%;
        height: auto;
    }

    .main-content div.container {
        padding: 0px;
    }

    .header_title {
        font-size: 38px;
        line-height: 1.2;
    }

    .header_subtitle {
        font-size: 15px;
        line-height: 1.8;
    }

    .h-100vh {
        height: auto;
    }

    .clip-home {
        clip-path: none;
    }

    .vertical-content {
        display: inherit;
    }

    .home-bg-color,
    .h-100vh.jarallax,
    .home-bg-img,
    .home-bg-color-gradient,
    .h-100vh,
    .home-half,
    .half-slider {
        padding: 130px 0 145px 0;
    }

    .creative_homebg {
        height: 100vh;
    }

    .custom-nav .navbar-brand.logo img {
        height: 26px;
    }

    .copy-rights {
        line-height: 26px;
    }

    .logo_img img {
        margin-top: 10px;
    }

    .roles-icon {
        width: 30%;
    }

    .section-responsive {
        padding-top: 0px;
    }

    .img-grant,
    .img-grant-bca {
        margin-bottom: 20px;
    }

    #grant-short .grant-short-writeup {
        margin: 0px 0px 10px 0px;
        font-size: 14px;
    }

    #grant-short h5 {
        margin: 0px;
        text-align: center;
    }

    #div-grant-main {
        margin-top: 0px;
    }

    .img-grant-short {
        padding-right: 0px;
    }

    .div-grant-short-btn {
        text-align: center;
    }

    .div-grant-short-btn button {
        margin: 5% 0px !important;
    }

    .border_left {
        border: none;
    }

    .bg-home-slider .carousel-control-next,
    .carousel-control-prev {
        width: 6%;
    }

    .design_home li::after {
        display: none;
    }

    .design_home li {
        display: block;
    }

    .work_menu li:after {
        display: none;
    }

    .process_step::after {
        margin: 0;
    }

    .process_box .work_images {
        float: left !important;
        margin: 0 0 30px 15px !important;
        text-align: left !important;
        position: relative;
    }

    .process_box .work_images::after {
        left: -24px !important;
    }

    .process_box .work_detail {
        text-align: left !important;
        margin-left: 15px;
    }

    .process_step .process_box .process_detail_left {
        margin-top: 0px;
        border: none;
    }

    .process_step .process_box .process_detail_right {
        margin-top: 0px;
        border: none;
    }

    .training-title {
        padding-left: 0px;
    }

    .btn-training {
        margin-top: 20px;
    }

    #about-rt {
        background: white;
        margin-left: 0rem !important;
        margin-top: -40rem;
        padding: 10px 10px;
    }

    .card {
        margin-top: 20px;
    }

    .blog-content {
        height: 95vh;
        width: auto;
    }

    .single-blog {
        margin-top: 20px;
    }

    #contactresp {
        padding: 2rem 0 5rem 0;
    }

    .tos-row-padding {
        padding: 0px 20px !important;
    }

    .tos-list-left {
        width: 8% !important;
    }

    .tos-list-right {
        width: 85% !important;
    }

    .div-footer-desc {
        margin: 0px 5%;
    }

    .footer-modules {
        margin: 0px 5%;
    }

    .sub-page {
        margin-top: 30px;
    }

    .sub-page-responsive {
        margin-top: 0px;
    }

    .sub-page-modules {
        margin-top: 0px;
    }

    /*==========================
        ABOUT
    ============================*/
    .flex-div-about-left,
    .flex-div-about-right {
        width: 100%;
    }

    .about-head-div {
        margin-top: 0px;
        padding: 15px 20px 30px;
        border-top-right-radius: 0em;
    }

    #about-header-div {
        padding-top: 10px;
    }

    #about-header-div .h2 {
        margin-top: 25px;
    }

    .about-head-div .text-left {
        text-align: center !important;
    }

    .about-head-div h2, .about-head-div .h2 {
        margin-top: 25px;
    }

    .about-head-div p {
        margin-top: 20px;
    }

    .img-capps-div {
        text-align: center;
    }

    #img-capps {
        width: 30%;
        height: auto;
        margin-left: 0px;
    }

    .about-iso-col {
        width: 100%;
    }

    .about-desc-div {
        border-left: 0px;
        padding: 0px 40px;
    }

    #img-iso {
        width: 70%;
        margin-bottom: 20px;
    }

    #iso-cert-mark {
        width: 60%;
    }

    /*==========================
        Modules
    ============================*/
    .col-modules {
        padding-bottom: 30px;
    }

    /*==========================
        Work Order Management
    ============================*/
    .work-order-second {
        padding: 40px;
    }

    /*==========================
        Customer Quotes
    ============================*/

    #customer-quotes-left,
    #customer-quotes-right {
        max-width: 100%;
        margin: 40px 20px 0px 20px;
    }

    /*==========================
        Contact Us
    ============================*/
    .get-in-touch-form {
        padding: 0px;
    }

    .form-horizontal .controls {
        margin-right: 0px;
    }

    .captcha-div a {
        display: inline-block;
        margin: 10px 10px;
    }

    #contact-form .field-contactform-lastname {
        padding-left: 0;
    }

    #contact-form .form-actions {
        padding-top: 10px;
    }

    .banner-iss-strip {
        grid-auto-rows: clamp(80px, 24vw, 180px);
    }

    .iss-bot {
        max-width: 200px;
        margin: 20px 0;
    }

    .hero-card {
        border-radius: 24px;
        padding: 30px 16px;
    }

    .error-page {
        padding: 110px 16px 60px;
    }

    .error-card {
        padding: 50px 24px;
    }

    .error-code {
        font-size: 88px;
    }

    .error-title {
        font-size: 24px;
    }

    .hero-info {
        padding: 16px;
    }
}

@media screen and (max-width: 600px) {
    .video-parallax-title .p-title {
        font-size: 300%;
    }

    .video-parallax-title {
        margin-bottom: 0px;
    }
}

@media (max-width: 979px) {
    .main-content div.container {
        padding: 0px;
    }
}

/* About page on tablets: photo and card split 50/50, as on QSE */
@media only screen and (min-width: 769px) and (max-device-width: 1066px) {
    .flex-div-about-left,
    .flex-div-about-right {
        width: 50%;
    }
}

@media only screen and (max-device-width: 1066px) {
    #iso-cert-mark {
        width: 50%;
    }

    #banner-news {
        padding-top: 6%;
    }
}

@media only screen and (min-device-width: 1920px) {
    #video-content-div {
        width: 65%;
    }

    /* About page on large monitors: 50/50 split, as on QSE */
    .flex-div-about-left,
    .flex-div-about-right {
        width: 50%;
    }

    #iso-cert-mark {
        width: 50%;
    }

    #banner-news {
        padding-top: 6%;
    }
}
/*==========================
    Top Nav - deep teal bar (ported from InSight QSE, theme greens)
============================*/
:root {
    /* Measured by the script at the foot of layouts/header.php; this is the fallback. */
    --nav-total-h: 71px;
    --nav-bg: #0B5554;
    --nav-banner-bg: #003842;
    --nav-link: rgba(234, 255, 246, 0.8);
    --nav-link-hover: #ffffff;
    --nav-pill: #3A8A8B;
    --nav-accent: #A3C85E;
}

/* Desktop only: the bar is fixed and pages already clear the old 71px, so add back only the growth. */
.nav-offset {
    height: 0;
}

@media (min-width: 991.98px) {
    .nav-offset {
        height: max(0px, calc(var(--nav-total-h) - 71px));
    }
}

/* PSG strip. It lives inside each header, so it moves and dismisses with the bar. */
.grant-banner {
    background: var(--nav-banner-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.grant-banner-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 7px 40px;
    text-align: center;
}

.grant-banner-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 3px 10px;
    white-space: nowrap;
}

.grant-banner-text {
    font-size: 13px;
    color: var(--nav-link);
}

.grant-banner-text strong {
    color: #ffffff;
    font-weight: 600;
}

.grant-banner-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--nav-accent);
    white-space: nowrap;
}

.grant-banner-link:hover,
.grant-banner-link:focus {
    color: #ffffff;
    text-decoration: none;
}

.grant-banner-close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0;
    padding: 2px 6px;
    line-height: 1;
    font-size: 17px;
    cursor: pointer;
    color: rgba(234, 255, 246, 0.45);
    transition: color 0.15s ease;
}

.grant-banner-close:hover {
    color: rgba(234, 255, 246, 0.9);
}

@media screen and (max-width: 600px) {
    .grant-banner-inner {
        gap: 8px;
        padding: 6px 34px;
    }

    .grant-banner-text-tail {
        display: none;
    }
}

.header-style-1 .header-content {
    background: var(--nav-bg);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
}

.header-style-1 ul.header-navigation-menu > li {
    min-height: 64px;
}

/* logo_big.webp has an opaque white background, so it sits on a white chip. */
.header-style-1 .header-logo a,
.mobile-header .header-mobile-logo a {
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    padding: 4px 8px;
    line-height: 0;
}

.header-style-1 .header-logo img,
.mobile-header .header-mobile-logo img {
    height: 40px;
    width: auto;
    max-width: none;
}

.mobile-header .header-mobile-logo {
    padding: 8px 0;
}

.header-style-1 ul.header-navigation-menu > li > a {
    color: var(--nav-link);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.01em;
    padding: 10px 12px;
    margin: 0 1px;
    border-radius: 8px;
    transition: color 0.2s ease, background 0.2s ease;
}

.header-style-1 ul.header-navigation-menu > li > a::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 4px;
    height: 2px;
    border-radius: 2px;
    background: var(--nav-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.header-style-1 ul.header-navigation-menu > li:hover > a,
.header-style-1 ul.header-navigation-menu > li:focus-within > a {
    color: var(--nav-link-hover);
    background: var(--nav-pill);
}

.header-style-1 ul.header-navigation-menu > li:hover > a::after,
.header-style-1 ul.header-navigation-menu > li:focus-within > a::after {
    transform: scaleX(1);
}

/* Tag-qualified: the plain .mobile-header rule further up would otherwise win on order. */
header.mobile-header {
    background: var(--nav-bg);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
}

/* The hamburger lines paint in currentColor. */
.mobile-header #mobile-header-expander {
    color: #fff;
}

/* Contact CTA. The long prefix outranks the nav-link rules above; the first group undoes what they add. */
.header-style-1 ul.header-navigation-menu > li > a.btn-styled-standout {
    margin: 0 0 0 10px;
    letter-spacing: normal;
    transition: none;
    line-height: normal;

    text-shadow: none;
    color: #003842;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    box-shadow: 0px 3px 30px rgba(163, 200, 94, 0.7);
    border-color: #6FAE50;
    background: linear-gradient(135deg, #A3C85E 0%, #6FAE50 100%);
    border-radius: 10px;
    animation: btnStyledStandoutPulse 1.5s infinite;
}

.header-style-1 ul.header-navigation-menu > li > a.btn-styled-standout::after {
    display: none;
}

/* Declared after the hover pill so it wins at equal specificity. */
.header-style-1 ul.header-navigation-menu > li:hover > a.btn-styled-standout,
.header-style-1 ul.header-navigation-menu > li:focus-within > a.btn-styled-standout {
    color: #0B5554;
    background: #ffffff;
}

@keyframes btnStyledStandoutPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(163, 200, 94, 0.7);
    }

    70% {
        transform: scale(1.02);
        box-shadow: 0 0 0 10px rgba(163, 200, 94, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(163, 200, 94, 0);
    }
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(163, 200, 94, 0.55);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(111, 174, 80, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(111, 174, 80, 0);
    }
}

/* display:block is needed: "li:last-child>a:before { display:none }" above matches Contact, the last item. */
.header-style-1 ul.header-navigation-menu > li > a.pulse-ring::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    border-radius: 10px;
    animation: pulse-ring 1.5s infinite;
}
