/*
------------------------------------------------------------------------
* 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      *
************************/

@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,
.space-large-responsive {
    height: 30px;
    display: block;
}

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

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

.pad-none {
    margin: 0px;
    padding: 0px;
}

.pad-small {
    padding: 5px;
}

.pad-normal {
    padding: 10px;
}

.pad-large {
    padding: 16px;
}

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

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

.pad-xlarge-none-side {
    padding: 51px 0px;
}

.pad-huge {
    padding: 76px;
}

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

.pad-side-xxhuge {
    /* padding: 80px 200px 50px; */
    padding: 50px 20%;
}

.pull-center {
    text-align: center;
}

/*======================
        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-half,
.flex-div-lifecycle-left,
.flex-div-lifecycle-right {
    width: 50%;
}

.flex-div-lifecycle-left,
.flex-div-lifecycle-center {
    width: 50%;
}

.flex-div-lifecycle-right {
    width: 0%;
}

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

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

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

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

.flex-div-fifty,
.flex-div-fifty-responsive {
    width: 50%;
}

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

.flex-div-thirty,
.flex-div-thirty-responsive {
    width: 33.33%;
    margin: 20px 10px 5px;
}

.flex-div-thirty-side-margin {
    width: 33.33%;
    margin: 0px 10px;
}

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

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

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

.flex-div-twenty,
.flex-div-twenty-responsive {
    width: 20%;
}

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

.flex-div-ten {
    width: 10%;
}

.flex-div-six {
    width: 6%;
}

.row-mt-hundred {
    margin-top: 100px;
}

.row-mt-thirty {
    margin-top: 30px;
}

.bg-red {
    background: linear-gradient(to right, #BC4444, #883131);
}

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

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

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

.bg-qse-red {
    color: #fff;
    background: linear-gradient(to right, #BC4444, #883131);
}

.bg-qse-dblue {
    color: #fff;
    background-color: #2e465e;
}

.bg-pam-blue {
    background-color: #02cbf7 !important;
}

.bg-pam-gradient {
    background-position: center;
    overflow: hidden;
    background-repeat: repeat-x;
    background-size: cover;
    background-image: url('../../images/bg-pam.png');
}

.bg-hip-alt {
    background: #906030 !important;
}

.bg-hip {
    background: #4b2f2f !important;
}

.bg-hip-soft {
    background: #906030 !important;
}

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

.line.large {
    height: 3px;
}

.line-styled {
    opacity: .2;
    width: 200px;
    text-align: center;
    margin: auto;
    height: 5px;
    display: block;
    position: relative;
}

.line-styled-short {
    display: block;
    width: 90%;
}

.line-styled-blocked {
    display: block;
    width: 100%;
}

.line-styled div.inner {
    background-color: #000;
    position: absolute;
    top: 5.5px;
    left: 0px;
    display: block;
    height: 1px;
    width: 100%;
}

.line-styled span.circle {
    border-radius: 50%;
    height: 4px;
    width: 4px;
    border-width: 1px;
    border-style: solid;
    display: block;
    position: absolute;
    border-color: #000;
    left: 50%;
    top: 4px;
    background: #fff;
}

.line-styled.line-styled-large div.inner {
    height: 4px;
}

.line-styled.line-styled-large span.circle {
    height: 8px;
    top: 6px;
    width: 8px;
    border-width: 4px;
}

.line-styled.line-styled-red div.inner {
    background: #b71c1c;
}

.line-styled.line-styled-red span.circle {
    border-color: #b71c1c;
}

.line-styled.line-styled-white div.inner {
    background-color: #fff;
}

.line-styled.line-styled-white span.circle {
    border-color: #fff;
    background-color: #000;
}

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

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

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

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

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

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

.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 {
    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 #FFFFFF;
    padding: 0px 20px 0px 30px;
}

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

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

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

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

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

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

.bg-lred {
    background: linear-gradient(to right, #BC4444, #883131);
}

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

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

}

body {
    font-family: 'NeueMontrealRegular' !important;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'NeueMontrealBold' !important;
}

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;
}

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

a {
    font-weight: 600;
    font-style: normal;
}

p {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

.t-heading-mini {
    font-family: 'NeueMontrealBold';
    font-size: 14px;
}

.t-heading-normal {
    font-family: 'NeueMontrealBold';
    font-size: 17px;
}

.t-heading-big {
    font-size: 25px;
}

.t-heading-huge {
    font-size: 60px;
}

.t-weight-normal {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

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

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

.t-weight-big {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    font-weight: 600;
}

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

::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-alt {
    padding-top: 20px;
    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: 650px;
    line-height: 1.6;
    font-size: 20px;
}

.section_title {
    margin-bottom: 30px;
}

.section_title h4 {
    font-family: 'NeueMontrealRegular' !important;
    font-size: 40px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.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 {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #b71c1c;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.section_title p {
    font-family: 'NeueMontrealRegular' !important;
    font-size: 20px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.section_title p::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
}

.section_title p::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #b71c1c;
    left: 0;
    bottom: 0;
    margin-left: 45px;
}

.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-grey {
    color: #747474 !important;
}

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

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

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

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

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

.text-yellow {
    color: #fffc00 !important;
}

.text-cboss {
    color: #e0ae2b !important;
}

.text-muted {
    color: #777;
}

.text-dblue {
    color: #082356;
}

.text-nblue {
    color: #12547D;
}

.text-pam-blue {
    color: #2e9cd3;
}

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

.text-hip {
    color: #442727;
}

.t-shadow-eighty-blue {
    text-shadow: 2px 2px 20px rgba(0, 32, 255, 0.8);
}

.t-pam-number {
    font-family: 'NeueMontrealBold';
    border-radius: 50%;
    background-color: #02cbf7;
    text-align: center;
    padding: 5px 0px;
    /* margin-right: 15px; */
    color: #2d0159;
}

.div-tag-hr-higher-return {
    float: right !important;
    font-family: 'NeueMontrealBold';
    background-color: #fbcb0a;
    padding: 5px !important;
    color: #000;
}

.div-tag-mgt-higher-return {
    float: right !important;
    font-family: 'NeueMontrealBold';
    background-color: #ff723d;
    padding: 5px !important;
    color: #000;
}

.div-tag-ops-higher-return {
    float: right !important;
    font-family: 'NeueMontrealBold';
    background-color: #00affa;
    padding: 5px !important;
    color: #000;
}

.link-main {
    color: #b71c1c;
    text-decoration: underline !important;
}

.link-main-normal,
.link-main-normal:hover {
    color: #b71c1c;
}

.link-main:hover {
    background: transparent !important;
    color: #b71c1c !important;
    text-decoration: underline !important;
}

.link-yellow {
    color: #fff200;
    text-decoration: underline;
}

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

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

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

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

.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%;
}

.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 {
    padding: 16px 26px;
    text-shadow: none;
    color: #fff;
    box-shadow: 0px 3px 30px rgba(175, 2, 2, 0.7) !important;
    border: solid #b71c1c;
    background: #b71c1c;
    /* border-width: 2px; */
    border-radius: 200px;
    /* 3px */
}

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

.btn-pam-small {
    padding: 10px 26px;
    text-shadow: none;
    color: #073d56;
    box-shadow: 0px 3px 30px rgba(0, 153, 255, 0.7) !important;
    border: solid #02cbf7;
    background: #02cbf7;
    /* border-width: 2px; */
    border-radius: 200px;
    /* 3px */
}

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

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

.btnp[disabled] {
    background-color: #f79c9c !important;
    color: #525252;
}

.btnp:hover:disabled {
    cursor: auto;
}

.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
============================*/
.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:hover {
    /* cursor: pointer; */
}

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

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

@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;
    }
}

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

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

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

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

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

.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: #b71c1c;
}

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;
}

.a-dropdown:after {
    padding-left: 5px;
    content: "▾";
}

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%;
    left: -550%;
    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: 1300px;
    /* padding: 0px 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;
}

.submenu-inner .row .col-lg-7,
.submenu-inner .row .col-lg-5 {
    padding: 0px;
}

.submenu-inner .row .col-lg-5 {
    border-left: 1px solid #e6e6e6;
}

.submenu-inner-logo {
    height: 40px;
    width: auto;
    margin: 0px 10px 0px 0px;
}

.submenu-inner-a {
    color: #343A40 !important;
}

.submenu-inner-a:hover {
    color: #fff !important;
}

.submenu-inner-a #column-column-title-cboss {
    color: #C49318 !important;
}

.submenu-inner-a:hover #column-column-title-cboss {
    color: #000000 !important;
}

ul.header-navigation-menu>li .submenu-inner li #submenu-inner-a-cboss:hover,
ul.header-navigation-menu>li .submenu-inner li #submenu-inner-a-cboss:focus,
ul.header-navigation-menu>li .submenu-inner li #submenu-inner-a-cboss:active,
ul.header-navigation-menu>li ul.submenu-inner li #submenu-inner-a-cboss:hover,
ul.header-navigation-menu>li ul.submenu-inner li #submenu-inner-a-cboss:focus,
ul.header-navigation-menu>li ul.submenu-inner li #submenu-inner-a-cboss:active {
    /* opacity: 0.8; */
    background-color: #E0AE2B;
    color: #000 !important;
}

.submenu-inner-a #column-column-title-qse,
.column-column-subtitle {
    color: #B71C1C;
}

.submenu-inner-a:hover #column-column-title-qse,
.submenu-inner-a:hover .column-column-subtitle {
    color: #ffffff;
}

ul.header-navigation-menu>li .submenu-inner li #submenu-inner-a-qse:hover,
ul.header-navigation-menu>li .submenu-inner li #submenu-inner-a-qse:focus,
ul.header-navigation-menu>li .submenu-inner li #submenu-inner-a-qse:active,
ul.header-navigation-menu>li ul.submenu-inner li #submenu-inner-a-qse:hover,
ul.header-navigation-menu>li ul.submenu-inner li #submenu-inner-a-qse:focus,
ul.header-navigation-menu>li ul.submenu-inner li #submenu-inner-a-qse:active {
    /* opacity: 0.8; */
    background-color: #B71C1C;
    color: #fff !important;
}

#column-column-title-hip {
    color: #442727 !important;
}

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

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

.img-menus {
    width: auto;
    height: 300px;
}

.column-column-desc {
    padding: 5px 20px 5px !important;
    font-size: 14px !important;
}

.column-column-link-desc {
    padding: 2px 10px !important;
    font-size: 12px !important;
}

.column-column {
    padding: 5px 0px 0px 10px;
}

.line-styled-holder {
    padding: 0px 0px 0px 10px;
}

.column-column-title {
    font-family: 'NeueMontrealBold';
    font-size: 16px;
    bottom: -0em;
}

.column-column-subtitle {
    font-family: 'NeueMontrealBold';
    padding: 0px 10px 0px 3px !important;
    font-size: 16px;
}

.column-column p {
    padding: 0px 10px 0px 20px;
    margin-bottom: 0px;
    font-size: 13px;
}

.column-column a {
    padding: 2px 20px !important;
    margin-bottom: 0px !important;
    font-size: 13px !important;
}

.column-column-a-qse {
    color: #B71C1C;
}

.column-column-a-qse:hover {
    color: #fff !important;
    background-color: #B71C1C !important;
}

.column-column-a-hip {
    color: #442727;
}

.column-column-a-hip:hover {
    color: #fff !important;
    background-color: #442727 !important;
}

@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;
    }
}

.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;
}

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; */
    background-color: #b71c1c;
    color: #fff;
}

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);
}

@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;
    }
}

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;
}

@media (max-width: 991.98px) {
    ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a {
        margin-top: 6px;
    }
}

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: rgba(0, 0, 0, 0.9); */
    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: #CC0000;
    position: absolute;
    left: 100%;
    top: 50px;
    z-index: 999;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #CC0000;
    -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: #b71c1c;
}

.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;
}

.inc-client-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}

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


#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;
}

#grant-short h5 {
    padding-left: 20px;
    margin: 13.5% 0px 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: 6% 0px;
}

.div-grant-short-btn button {
    margin: 16% 0px 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;
}

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

.border-radius-small {
    border-radius: 0.5rem;
}

/*==========================
        5.HOME
============================*/
.banner-large {
    color: #fff;
    height: 300px;
    margin-bottom: 0px;
    /* background-color: #3A485F; */
    background-position: center;
    overflow: hidden;
    background-repeat: repeat-x;
    background-size: cover;
    background-image: url('../../images/banner/footer.png');
}

.banner-huge {
    color: #fff;
    height: 380px;
    margin-bottom: 0px;
    /* background-color: #3A485F; */
    background-position: center;
    overflow: hidden;
    background-repeat: repeat-x;
    background-size: cover;
    background-image: url('../../images/banner/footer.png');
}

#banner-testimonials {
    padding-top: 7.5%;
}

#banner-knowledge-hub {
    padding-top: 8.5%;
}

#banner-webinar {
    padding-top: 8.5%;
}

.div-banner-large {
    margin: 50px 0px 0px 20px;
}

.div-banner-large h1 {
    padding-left: 0px !important;
}

.div-banner-medium {
    margin: 20px 0px 0px 20px;
}

.div-banner-medium h1 {
    padding-left: 0px !important;
}

.div-banner-small {
    margin: 0px 0px 0px 20px;
}

.div-banner-small h1 {
    padding-left: 0px !important;
}

#banner-heading {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.8rem;
    /* 2.1rem */
    font-weight: 700;
    padding-bottom: 10px;
    /* text-shadow: 1px 1px 0px transparent, 0 0 20px black, 0 0 20px black; */
}

#banner-heading-sub {
    text-shadow: 1px 1px 0px transparent, 0 0 20px black, 0 0 20px black;
}

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: 170px;
}

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

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

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

#video-content-div {
    /* padding-left: 60px; */
    border-radius: 10px;
    padding: 2% 0px 2% 3%;
    width: 84%;
    margin: 0 auto;
    background: linear-gradient(to right, #BC4444, #883131);
}

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

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

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

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

.card-home-stats {
    padding: 15px 10px;
    background: #FFF;
    /* color: #E8ECF7; */
    border-width: 0px !important;
    border-radius: .5rem;
    width: 80%;
    height: 180px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
}

.img-stats {
    height: 60px;
}

.div-tag {
    float: left;
    font-size: 14px;
    padding: 0px 5px;
    border-radius: 5px;
    margin: 0px 8px 5px 0px;
    padding: 3px 5px 5px 5px;
}

.div-tag-normal {
    font-size: 14px;
    padding: 0px 5px;
    border-radius: 5px;
    margin: 0px 8px 5px 0px;
    padding: 3px 5px 5px 5px;
}

.div-tag-blue {
    background-color: #2650A8;
}

.div-tag-cboss {
    background-color: #e0ae2b;
    color: #000;
}

.div-tag-qse {
    background-color: #d91f26;
    color: #fff;
}

.div-tag-hip {
    background-color: #442727;
    color: #fff;
}

.div-tag-pam {
    background-color: #02cbf7;
    color: #073d56;
}

.div-tag-pam-lblue {
    background-color: #bef3ff;
    padding: 0px 3px;
    margin: 0px 3px !important;
    color: #082356;
}

.div-tag-pam-lblue:hover {
    font-size: 15px;
    color: #082356;
}

.home-table-center .row {
    height: 400px;
}

.banner-div-holder {
    margin-top: 100px;
}

.home-banner-bg {
    border-radius: 0px;
    height: 700px;
    padding: 0px;
    margin-bottom: 0px;
    background-position: center;
    color: #fff;
    overflow: hidden;
    background-repeat: repeat-x;
    background-size: cover;
    background-image: url('../../images/banner/banner-white.png');
}

.preview-mobile-animation {
    height: 100%;
    margin-left: 40%;
    margin-top: 80%;
    position: relative;
}

.preview-mobile-animation .image-device {
    position: absolute;
    bottom: 0px;
    left: 4px;
    z-index: 10;
    /* margin-bottom: 50px; */
}

.preview-mobile-animation .image-device.screens {
    left: 15px;
    bottom: 33px;
    z-index: 9;
}

.preview-mobile-animation .carousel-control,
.preview-mobile-animation .carousel-indicators {
    display: none;
}

.preview-mobile-animation .image-device.screens .carousel {
    margin-bottom: 0px;
}

.preview-mobile-animation .image-device.screens .item img {
    text-align: center;
    margin: 0 auto 20px;
}

.homebg {
    background-image: url('../../images/home-bg-1.jpg');
    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-size: 70px;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
}

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


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

.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;
}

#qse-stats {
    padding-top: 50px;
}

/*======================
    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;
}

/*======================
    SOLUTIONS         
========================*/
.solutions-cards-main {
    height: 100%;
    padding: 20px 10px 5px;
}

.solutions-cards {
    padding: 5px 20px 10px;
    box-shadow: 0px 3px 20px rgba(154, 170, 207, 0.3);
    background: #fff;
    border-width: 0px !important;
    /* border: solid 1px #e2e2e2; */
    border-radius: .6rem;
    height: 100%;
    cursor: pointer;
    transition: transform .2s;
}

.solutions-cards-normal {
    padding: 5px 20px 10px;
    box-shadow: 0px 3px 20px rgba(154, 170, 207, 0.3);
    background: #fff;
    border-width: 0px !important;
    /* border: solid 1px #e2e2e2; */
    border-radius: .6rem;
    height: 100%;
    transition: transform .2s;
}

.solutions-cards:hover {
    transform: scale(1.05);
}

.solutions-cards-logo {
    height: 80px;
}

.solutions-cards-container {
    /* width: 16%;
  height: 100%;
  margin-right: 0.5%;
  float: left; */
}

#solutions-cards-container-left {
    /* margin-left: 1%; */
}

.div-solutions-cards-tag {
    display: inline-block;
}

/*==========================
        Products - ePTW
============================*/

#preview-mobile-animation-eptw {
    height: 100%;
    margin-left: 1%;
    margin-top: 150% !important;
}

#preview-mobile-animation-eptw .image-device {
    bottom: 30px;
    left: 15%;
}

#preview-mobile-animation-eptw .image-device.screens {
    bottom: 63px;
    left: 17%;
}

.qse-logo {
    float: left;
}

.eptw-logo-qse {
    width: auto;
    height: 60px !important;
}

.eptw-banner-desc-div {
    padding: 0px 10%;
}

.eptw-banner-img-div {
    text-align: right;
}

.eptw-keywords {
    padding: 20px 0px;
}

.eptw-keywords h3 {
    margin-top: 10px;
    margin-bottom: 30px;
}

.eptw-keywords h5 {
    margin: 0px;
    font-size: 25px;
}

.eptw-keywords p {
    font-size: 18px;
    text-align: center;
}

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

#eptw-web {
    width: 70%;
    height: auto;
}

.eptw-icon {
    width: 40%;
    height: auto;
}

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

.qse-skill-div {
    display: flex;
    align-items: center;
    height: 510px;
    padding-left: 30px;
}

#row-fluid-pre-work {
    margin-bottom: 30px;
}

#img-eptw-pre-work {
    margin-top: 0px;
}

#flex-div-geofencing-desc {
    height: 250px;
}

#eptw-geofencing-desc {
    margin-right: 20px;
}

#flex-div-post-approval-desc {
    height: 250px;
}

#eptw-post-approval-desc {
    margin-left: 20px;
}

/*==========================
        Products - Safety & Env
============================*/
.safety-env-icon {
    width: 80%;
    height: auto;
}

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

/*==========================
        Products - HIP
============================*/

.product-hdb-banner {
    background: url("../../images/products/product-hdb-banner.jpg") no-repeat center center fixed;
    background-size: cover;
}

.hip-info-div {
    padding: 30px 5%;
}

.hip-info-div-small {
    padding: 50px 33%;
}

.hip-logo {
    width: auto;
    height: 80px;
}

.hip-info-div sub {
    font-size: 25px;
    color: #fff;
    padding-left: 20px;
    bottom: -0.2em;
}

.hip-module-bg {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
}

.hip-module-each-bg {
    background-color: #eeece1;
    margin: 10px 0px;
    padding: 10px 20px;
    border-radius: 10px;
}

.hip-module-each-bg p {
    margin-bottom: 0px;
}

.hip-links-div {
    text-align: center;
}

.hip-links-a-div {
    margin: 10px 0px;
    padding: 10px 0px;
}

#hip-links-a-div-active {
    background: #efdebd;
    border-radius: 200px;
}

#hip-links-a-div-active a {
    color: #4b2f2f;
}

.hip-links-a-div a {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.hip-links-a-div a:hover {
    color: #4b2f2f;
    transform: scale(1.3) !important;
}

#hip-overview-img {
    max-width: 55%;
    height: auto;
}

.hip-module-desc-w-medium-margin-top {
    margin-top: 50px !important;
}

.hip-module-desc-div {
    padding: 30px 5%;
    box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.5);
    border-radius: 20px;
}

.hip-module-desc-ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.hip-module-desc-ul li {
    text-align: left;
    padding: 10px 0px 10px 32px;
    background: url('../../images/icon/icon-ok-sign-brown.png') left no-repeat;
}

.hip-package-main {
    height: 100%;
    padding: 20px 10px 5px;
}

.hip-package-div {
    padding: 20px 5%;
    box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.5);
    border-radius: 20px;
}

#hip_free_features_img {
    margin-top: 10px;
    width: 40%;
    height: auto;
}

#hip_hosting_img {
    margin-top: 20px;
    width: 50%;
    height: auto;
}

#hip_guide_img {
    width: 30%;
    height: auto;
}

.hip-div-webinar-banner-text {
    margin: 10% 30% 20px 5%;
    padding: 20px;
    background: #4b2f2f;
    border-radius: 10px;
}

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

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

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

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

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

.sub-page-modules-no-margin {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 0px;
}

/*==========================
      KNOWLEDGE HUB
============================*/
#knowledgehub-free-img {
    width: auto;
    height: 200px;
}

.knowledge-hub-block {
    background-color: #e8f4ff;
    padding: 20px;
    margin: 10px;
    width: 50%;
    border-radius: 8px;
    /* box-shadow: 0px 3px 10px rgba(154, 170, 207, 0.3); */
}

.knowledge-hub-padding {
    margin-top: 0px;
    padding: 0px 30px;
}

.knowledge-hub-padding-ul {
    margin-top: 0px;
    padding: 0px 60px;
}

.knowledge-hub-padding-ul li {
    line-height: 25px;
}

.knowledge-hub-article {
    color: #333333;
}

.knowledge-hub-container {
    width: 70%;
    margin: 0 auto;
    padding: 0px 20px;
    box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
    background: #fff;
    border-width: 0px !important;
    border-radius: .5rem;
}

.knowledge-hub-container ol li {
    font-size: 18px;
    color: #000;
    padding-bottom: 15px;
}

.knowledge-hub-div-border-left {
    border-left: 3px solid #356fbb;
    padding: 0px 0px 0px 10px;
    border-style: dotted;
}

.knowledge-hub-div-border-right {
    border-right: 3px solid #356fbb;
    padding: 0px 10px 0px;
    border-style: dotted;
}

.knowledge-hub-div-border-bottom {
    border-bottom: 3px solid #356fbb;
    height: 6px;
    border-style: dotted;
}

.knowledge-hub-link hr {
    margin-left: 30px;
}

.knowledge-hub-tag {
    color: #fff;
    padding: 3px 6px;
    margin: 0px 3px;
}

.knowledge-hub-table thead th {
    color: #fff;
    background-color: #356fbb;
}

.knowledge-hub-article-highlight-yellow {
    color: #000;
    background-color: #f7cd23;
}

.knowledge-hub-article-highlight-cyan {
    color: #000;
    background-color: #00ffff;
}

.knowledge-hub-span-trio-center {
    text-align: center;
}

.knowledge-hub-span-trio-right {
    text-align: right;
}

/*==========================
      WEBINAR
============================*/
.webinar-profile-bg {
    border-radius: 0px;
    height: 350px;
    padding: 0px;
    margin-bottom: 0px;
    background-position: center;
    color: #fff;
    overflow: hidden;
    background-repeat: repeat-x;
    background-size: cover;
    background-image: url('../../images/webinar/webinar-profile-bg.jpg');
}

.webinar-banner-img {
    margin-top: 6%;
    width: 100%;
    height: auto;
}

.webinar-profile-container {
    width: 80%;
    margin: 0 auto;
}

.div-webinar-banner-text {
    margin: 10% 0px 20px 40px;
    padding: 20px;
    background: linear-gradient(to right, #BC4444, #883131);
    border-radius: 10px;
}

#banner-support-text {
    font-size: 17px !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    margin: 0px;
    line-height: 1.5;
}

.row-webinar {
    margin-bottom: 20px;
}

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

.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 #F99193;
    line-height: 54px;
    background: #032e61;
    background: -webkit-gradient(linear, left top, right bottom, from(#032e61), to(#032e61));
    background: linear-gradient(to bottom right, #b71c1c, #b71c1c);
    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-weight: 600;
}

.contacts_follow_us_icons {
    float: left;
    width: 50px;
    margin-right: 10px;
}

.contacts_follow_us_icons:hover {
    transform: scale(1.3);
}

.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-contact {
    padding: 0px 8px;
    margin-right: 5%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

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

.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;
}

/* 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: 0px;
}

.form-horizontal .form-actions .btnp {
    margin-left: 0px;
}

.form-horizontal .controls {
    margin-left: 0px;
    /* margin-right: 8%; */
}

.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 10px 10px 0px;
    padding: 5px 20px;
    color: #fff;
    border: 0px;
    background-color: #b71c1c;
}

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

.captcha-div p {
    margin-top: 10px;
    margin-bottom: 30px;
}

#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;
}

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;
}

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

/*==========================
        Grant
============================*/
#div-grant-main {
    margin-top: 60px;
}

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

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

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

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

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

.grant-free-subscription-div {
    display: flex;
    align-items: center;
    height: 420px;
}

.img-grant-pam-logo {
    width: auto;
    height: 50px;
}

.grant-core-modules {
    /* padding-top: 20%; */
}

#higher-return-div {
    border-radius: 30px;
    padding: 20px 10px 0px 20px;
}

.t-higher-return {
    padding: 5px 10px 0px 10px;
}

#higher-return-div {
    margin-bottom: 20px;
}

.flex-div-higher-return-ninty-five {
    width: 95%;
}

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

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

.flex-div-higher-return-twenty {
    width: 20%;
}

.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;
}

.package-cards {
    padding: 10px 20px;
    box-shadow: 0px 3px 20px rgba(154, 170, 207, 0.3);
    background: #fff;
    border-width: 0px !important;
    border-radius: .6rem;
    height: 100%;
}

.qse-div-webinar-banner-text {
    margin: 13% 30% 20px 10%;
    padding: 20px;
    background: linear-gradient(to right, #BC4444, #883131);
    border-radius: 10px;
}

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

ul,
ol {
    margin: 0px;
}

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

.footer_tag .footer_logo {
    height: 40px;
}

.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: #b71c1c !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%;
    background-color: rgba(255, 255, 255, 0.05);
    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: 90%;
}

.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.png') no-repeat left center;
    background-size: 35px;
}

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

.btn-social-float-insta {
    display: block;
    /* width:80px; */
    height: 35px;
    background: url('../../images/icon/ic-insta.png') 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.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 300px;
}

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

.btn-training {
    margin: 0px;
}

/*==========================
        testimonial
============================*/

.testimonial-card {
    border-radius: 10px;
    border: 1px solid #cecece;
    background: #fff;
    height: 415px;
}

.div-testimonial-caption {
    padding: 15px 15px 0px 15px;
    margin-bottom: 15px;
    /* max-height: 155px; */
}

.testimonial-caption {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.img-testimonial {
    width: 100%;
}

.img-testimonial-one {
    background-size: 450px !important;
    height: 244px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

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

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

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

.testimonial-seperator {
    height: 2px;
    border-bottom: 1px solid #dcdbdb;
    margin-bottom: 10px;
}

#oct-twentysix-one {
    background: url("../../images/testimonial/231026_1.jpg") no-repeat center top;
    background-size: 330px;
    height: 120px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#oct-twentysix-two {
    background: url("../../images/testimonial/231026_2.jpg") no-repeat center top;
    background-size: 450px;
    height: 120px;
}

#oct-twenty {
    background: url("../../images/testimonial/231020.jpg") no-repeat center left;
}

#oct-ten {
    background: url("../../images/testimonial/231010.jpg") no-repeat center top;
}

#jul-twenty {
    background: url("../../images/testimonial/230720.png") no-repeat center bottom;
    background-size: 330px;
    height: 245px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#jun-twentythree-one {
    background: url("../../images/testimonial/230623_1.jpg") no-repeat center top;
    background-size: 330px;
    height: 120px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#jun-twentythree-two {
    background: url("../../images/testimonial/230623_2.jpg") no-repeat center top;
}

#jun-twentythree-three {
    background: url("../../images/testimonial/230623_3.png") no-repeat center top;
}

#june-twentyone {
    background: url("../../images/testimonial/230621.png") no-repeat center top;
    background-size: 330px;
    height: 245px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#jan-eleven-one {
    background: url("../../images/testimonial/230111_1.jpg") no-repeat center top;
    border-top-left-radius: 10px;
}

#jan-eleven-two {
    background: url("../../images/testimonial/230111_2.png") no-repeat center top;
    border-top-right-radius: 10px;
}

#jan-eleven-three {
    background: url("../../images/testimonial/230111_3.jpg") no-repeat center top;
}

#jan-eleven-four {
    background: url("../../images/testimonial/230111_4.png") no-repeat center center;
}

#july-twentyone {
    background: url("../../images/testimonial/220721.png") no-repeat center center;
}

#jan-twentyfive-one {
    background: url("../../images/testimonial/240125_1.jpg") no-repeat center top;
    background-size: 330px;
    background-position: center;
    height: 120px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#jan-twentyfive-two {
    background: url("../../images/testimonial/240125_2.jpg") no-repeat center top;
}

#jan-twentyfive-three {
    background: url("../../images/testimonial/240125_3.jpg") no-repeat center top;
}

#feb-twentyeight-one {
    background: url("../../images/testimonial/240228_1.jpg") no-repeat center top;
    background-size: 330px;
    background-position: center;
    height: 120px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#feb-twentyeight-two {
    background: url("../../images/testimonial/240228_2.jpg") no-repeat center top;
}

#feb-twentyeight-three {
    background: url("../../images/testimonial/240228_3.jpg") no-repeat center top;
}

#june-twentyfive {
    background: url("../../images/testimonial/240625.png") no-repeat center top;
    background-size: 330px;
    height: 245px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#jul-ninteen-one {
    background: url("../../images/testimonial/240719_1.png") no-repeat center top;
    border-top-left-radius: 10px;
}

#jul-ninteen-two {
    background: url("../../images/testimonial/240719_2.png") no-repeat center top;
    border-top-right-radius: 10px;
}

#jul-ninteen-three {
    background: url("../../images/testimonial/240719_3.jpeg") no-repeat center top;
}

#jul-ninteen-four {
    background: url("../../images/testimonial/240719_4.png") no-repeat center center;
}

/*==========================
        ppvc
============================*/
.ppvc-header {
    background: url("../../images/ppvc_cover.png") no-repeat center center fixed;
    background-size: cover;
}

.ppvc-header h1 {
    font-size: 40px;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.8);
    padding: 20% 0px 15% 30px;
    color: #fff;
}

.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: 20px;
    height: 20px;
    position: absolute;
    background-image: url('../../images/icon-ok-sign-red.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 40%;
    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;
}

#version-row {
    margin-left: -15px;
}

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

@media (max-width: 768px) {

    /*==========================
       ABOUT
   ============================*/
    .space-responsive {
        height: 10px;
        display: block;
    }

    .space-large-responsive {
        height: 10px;
    }

    .space-xlarge-responsive {
        height: 10px;
    }

    .responsive-center {
        text-align: center;
    }

    .flex-div-about-left,
    .flex-div-about-right {
        width: 100%;
    }

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

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

    .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;
    }

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

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

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

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

    #div-tag-container {
        margin: 0px;
    }

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

    .section {
        padding-top: 20px;
    }

    .section_title {
        margin-bottom: 0px;
    }

    .section_title h4 {
        font-size: 30px;
        margin-top: 10px;
    }

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

    .flex-div-half {
        width: 100%;
        margin: 20px 0px 0px 0px;
    }

    .flex-div-six {
        width: 8%;
    }

    .flex-div-thirty {
        width: 100%;
        margin: 20px 10px 5px;
    }

    .flex-div-thirty-side-margin {
        width: 100%;
    }

    .flex-div-fourty {
        width: 100%;
        text-align: center;
    }

    .flex-div-fourty img {
        width: 50%;
        height: auto;
    }

    .flex-div-twenty {
        width: 100%;
        text-align: center;
    }

    .flex-div-twenty img {
        width: 20%;
        height: auto;
    }

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

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

    .flex-div-fifty-responsive,
    .flex-div-sixty-responsive {
        width: 100%;
    }

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

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

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

    .submenu-inner-logo {
        display: none;
    }

    .offcanvas-content {
        width: 90%;
    }

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

    .submenu-inner .row .col-lg-5 {
        border-left: none;
    }

    .banner-large {
        padding-top: 20px;
        height: 90%;
    }

    .banner-huge {
        height: 100%;
        padding-bottom: 20px;
    }

    .div-banner-large {
        margin: 0px 0px 0px 20px;
    }

    .div-banner-medium {
        margin: 0px 0px 50px 20px;
    }

    video {
        min-width: 350%;
    }

    .video-container {
        height: 0px;
    }

    .home-table-center .row {
        height: 820px;
    }

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

    #btn-banner-demo {
        margin-top: 10px;
    }

    .home-banner-bg {
        height: auto;
    }

    .banner-div-holder {
        margin-top: 0px;
    }

    #banner-heading {
        font-size: 1.5rem;
    }

    .preview-mobile-animation {
        height: 100%;
        margin-left: 1%;
        margin-top: 150% !important;
    }

    .preview-mobile-animation .image-device {
        bottom: 30px;
        left: 15%;
    }

    .preview-mobile-animation .image-device.screens {
        bottom: 63px;
        left: 17%;
    }

    #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;
    }

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

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

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

    .grant-free-subscription-div {
        height: 100%;
    }

    #t-experience-power {
        margin: 0px;
    }

    .grant-core-modules {
        padding: 0px 0px 20px 0px;
    }

    .flex-div-higher-return-ninty-five {
        width: 80%;
    }

    .flex-div-higher-return-eighty {
        width: 75%;
    }

    .flex-div-higher-return-seventy {
        width: 57%;
    }

    .flex-div-higher-return-twenty {
        width: 25%;
    }

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

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

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

    .qse-div-webinar-banner-text {
        margin: 7% 0px 20px 0px;
    }

    .div-img-menus {
        text-align: left;
    }

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

    .column-column-desc {
        padding: 5px 0px 0px 0px !important;
        margin-bottom: 0px;
        font-size: 14px !important;
    }

    .column-column-link-desc {
        margin-bottom: 0px;
        font-size: 14px !important;
    }

    .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;
    }

    .card-home-stats {
        margin-bottom: 10px;
    }

    #qse-stats {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .inc-client-box {
        margin-bottom: 10px;
    }

    .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;
    }

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

    .img-grant-bca {
        margin-top: 0px;
        width: 20%;
        height: auto !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 {
        padding-top: 0px;
    }

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

    /* Products - ePTW */
    #preview-mobile-animation-eptw {
        margin-top: 150% !important;
    }

    .eptw-keywords h5 {
        padding: 15px 0px;
    }

    #eptw-web {
        width: 100%;
    }

    .eptw-banner-desc-div {
        padding: 20px 10% 0px !important;
    }

    .eptw-container-responsive {
        padding: 0px 20px !important;
    }

    .eptw-icon {
        width: 20% !important;
        height: auto !important;
    }

    .eptw-optional-icon {
        margin-bottom: 10px;
    }

    .qse-skill-div {
        margin: 50px 20px 10px;
        padding-left: 0px;
        height: 100%;
    }

    #img-eptw-pre-work {
        margin-bottom: 20px;
    }

    #flex-div-geofencing-desc {
        height: 100%;
    }

    #eptw-geofencing-desc {
        height: 100%;
        margin: 0px 0px 20px 0px;
    }

    #flex-div-post-approval-desc {
        height: 100%;
    }

    #eptw-post-approval-desc {
        height: 100%;
        margin: 0px 0px 20px 0px;
    }

    /* Products - Safety & Env */
    .safety-env-mobile {
        width: 50% !important;
    }

    .safety-env-icon {
        width: 10% !important;
    }

    /* Products - HIP */
    .hip-package-main {
        padding: 0px 10px;
    }

    .hip-info-div-small {
        padding: 50px 2%;
    }

    #hip-overview-img {
        max-width: 90%;
        height: auto;
    }

    .hip-div-webinar-banner-text {
        margin: 10% 5% 20px 10%;
    }

    .qse-div-webinar-banner-text {
        margin: 15% 0px 20px 0px;
    }

    .row-mt-hundred,
    .row-mt-thirty {
        margin-top: 30px;
    }

    /* Solutions */
    .solutions-cards-main {
        padding: 0px;
    }

    .solutions-cards {
        cursor: pointer;
    }

    .solutions-cards:hover {
        transform: none;
    }

    .solutions-cards-container {
        width: 100%;
        height: inherit;
        margin-right: 1%;
    }

    #solutions-cards-container-left {
        margin-left: 0%;
    }

    #oct-supply-chain-one {
        background-size: 450px;
    }

    .card {
        margin-top: 20px;
    }

    .img-testimonial-four {
        background-size: 190px !important;
    }

    #oct-twentysix-one,
    #jul-twenty,
    #jun-twentythree-one,
    #june-twentyone {
        background-size: 390px;
    }

    .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;
        padding-left: 10px !important;
    }

    #version-row {
        margin-left: 10px;
    }

    .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;
    }

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

    #knowledge-hub-dropdown,
    #knowledge-hub-search {
        margin-left: 40px;
    }

    .knowledge-hub-container {
        width: 80%;
    }

    .knowledge-hub-padding {
        padding: 0px;
    }

    .knowledge-hub-link hr {
        margin-left: 0px;
    }

    .knowledge-hub-span-trio-center,
    .knowledge-hub-span-trio-right {
        margin-bottom: 10px;
    }

    .knowledge-hub-span-trio-right {
        text-align: center;
    }

    .webinar-profile-bg {
        height: 100%;
    }

    .div-webinar-seperator {
        margin-bottom: 10px;
    }

    .row-webinar {
        margin-bottom: 0px;
    }

    .div-webinar-banner-text {
        margin: 7% 0px 20px 0px;
    }

    .div-social-float {
        bottom: 80px;
    }

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

@media (max-width: 979px) {

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

@media only screen and (max-device-width: 1066px) {
    .preview-mobile-animation {
        margin-top: 58%;
    }

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

    #banner-knowledge-hub {
        padding-top: 7%;
    }

    .flex-div-about-left,
    .flex-div-about-right {
        width: 50%;
    }

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

    #about-header-div h4 span {
        font-size: 30px;
    }

    .webinar-profile-bg {
        height: 450px;
    }

    .webinar-banner-img {
        margin-top: 10%;
        width: 80%;
        height: auto;
    }

    .div-webinar-banner-text {
        margin: 20px 0px 20px 0px;
    }

    .hip-div-webinar-banner-text {
        margin: 10px 0px 20px 0px;
    }

    .qse-div-webinar-banner-text {
        margin: 10px 0px 20px 0px;
    }

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

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

    .preview-mobile-animation {
        margin-top: 58%;
    }

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

    #banner-knowledge-hub {
        padding-top: 7%;
    }

    .flex-div-about-left,
    .flex-div-about-right {
        width: 50%;
    }

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

    #about-header-div h4 span {
        font-size: 30px;
    }

    .webinar-profile-bg {
        height: 450px;
    }

    .webinar-banner-img {
        margin-top: 10%;
        width: 80%;
        height: auto;
    }

    .div-webinar-banner-text {
        margin: 15% 0px 20px 40px;
    }

    .hip-div-webinar-banner-text {
        margin: 15% 30% 20px 10%;
    }

    .qse-div-webinar-banner-text {
        margin: 15% 30% 20px 10%;
    }

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