:root {
    --primary: #2f3387;
    --secondary: #f6da49 ;
    --tertiary: #57b0ff;
    --quaternary: #019fd6;
    --white: #FFFFFF;
    --gray: #f1edea;
    --light-gray: #FCF8F8;
    --dark: #333;
    --danger: #e72419;
    --rounded: 0.75em;
    --rounded2: 0.4em;
    --placeholder: #666666;
    --tertiary-hover: #046bbe;
    --quaternary-hover: #01b6f5;
    --danger-hover: #ff0000;
    --brown: #180303;
}


/* ---- preset style START ---- */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--placeholder);
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--placeholder);
    opacity: 1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--placeholder);
    opacity: 1
}

.form-control::placeholder {
    color: var(--placeholder);
}

html,
body {
    -webkit-text-size-adjust: none;
    margin: 0px;
    padding: 0px;
    /*height: 100%;*/
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}

.rounded {
    border-radius: var(--rounded) !important;
    overflow: hidden;
}

.rounded2 {
    border-radius: var(--rounded2) !important;
    overflow: hidden;
}

img {
    border: none;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:link,
a:visited,
a:focus,
input:focus,
textarea:focus {
    outline: none;
    text-decoration: none;
}

select:focus {
    outline: none;
}

textarea {
    resize: none;
}

form,
input,
select,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

iframe {
    display: block;
}

p+p {
    margin-top: 1.5em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0;
    padding: 0;
}

::selection {
    background: #1C1C1C;
    color: #FFFFFF;
}

::-moz-selection {
    background: #1C1C1C;
    color: #FFFFFF;
}

ul {
    list-style: none;
}

li {
    padding: 0;
    margin: 0;
}

label {
    font-weight: normal !important;
}

.fa-ul>li:not(:last-child) {
    margin-bottom: 15px;
}

.lead {
    font-size: 1.2em;
    line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "RobotoLight"; */
    font-weight: 600;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.75em;
}

h4 {
    font-size: 1.50em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1em;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 2.0em;
    }
    h2 {
        font-size: 1.770em;
    }
    h3 {
        font-size: 1.540em;
    }
    h4 {
        font-size: 1.310em;
    }
    h5 {
        font-size: 1.1em;
    }
    h6 {
        font-size: 1em;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 1.750em;
    }
    h2 {
        font-size: 1.570em;
    }
    h3 {
        font-size: 1.390em;
    }
    h4 {
        font-size: 1.210em;
    }
    h5 {
        font-size: 1.075em;
    }
    h6 {
        font-size: 1em;
    }
}

@media only screen and (min-width: 1601px) {
    section>.minHeight {
        min-height: 250px;
    }
}

.underlined {
    padding-bottom: .75em;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.underlined:after {
    content: "";
    width: 150px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: var(--danger);
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 0.8em;
    display: block;
    line-height: 1.5em;
    font-family: "RobotoLight";
}

strong,
.bold {
    font-family: "BentonSansBold" !important;
}

.regular {
    font-family: "BentonSansBook" !important;
}

p:last-child {
    margin-bottom: 0;
}

.stretched {
    letter-spacing: 1px;
}

.text-default:focus,
.text-default:active,
.text-default {
    color: var(--primary) !important;
}

.text-secondary:focus,
.text-secondary:active,
.text-secondary {
    color: var(--secondary) !important;
}

.text-tertiary:focus,
.text-tertiary:active,
.text-tertiary {
    color: var(--tertiary) !important;
}

.text-quaternary:focus,
.text-quaternary:active,
.text-quaternary {
    color: var(--quaternary) !important;
}

.text-white:focus,
.text-white:active,
.text-white {
    color: var(--white);
}

.text-danger:focus,
.text-danger:active,
.text-danger {
    color: var(--danger) !important;
}

.tooltip,
.popover {
    font-family: "BentonSansBook";
}

.tooltip-inner {
    font-size: 0.875em;
}

.bgGradient::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(153, 153, 153, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#333333', GradientType=0);
}

.hoverIcon,
.bgOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.bg-primary {
    background: var(--primary) !important;
}

.bg-white {
    background: var(--white) !important;
}

.bg-dark {
    background: var(--primary) !important;
}

.bg-gray {
    background: var(--gray) !important;
}

.bg-light {
    background: var(--light-gray) !important;
}


/* ---- preset style END ---- */

body {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 170%;
    overflow-x: hidden;
    padding-top: 128px;
}

@media (min-width: 1200px) {
    body.condensed-nav {
        padding-top: 120px;
    }
    body.condensed-nav #primaryNav {
        min-height: 80px;
    }
}

@media (max-width: 1199px) {
    body {
        padding-top: 105px;
    }
}

.main {
    /* overflow-x: hidden; */
    width: 100%;
}

.navbar {
    font-weight: 600;
    text-transform: uppercase;
    padding: .75rem 1rem;
}

.navbar-brand img {
    height: 60px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-size: .9em;
    margin: auto .25rem;
    font-weight: 700;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: var(--secondary);
}

#primaryNav {
    min-height: 110px
}

#topNav {
    min-height: 40px;
    font-size: .9em;
}

#topNav a {
    font-size: 1.2em;
    color: var(--white);
}

#topNav i {
    margin-right: 5px;
}

.download-btn {
    background: #fcd900;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
}

.language .dropdown-menu {
    min-width: auto;
}

.language .btn {
    color: var(--dark) !important;
    border: solid 1px var(--gray);
    background: var(--gray);
}

.language .dropdown-toggle::after {
    display: none;
}

.font-1x {
    font-size: 1rem;
    line-height: 160%;
}

#topNav .dropdown-item,
#primaryNav .nav-link,
#primaryNav .dropdown-item,
#primaryNav .dropdown-submenu {
    position: relative;
    color: var(--primary);
    font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: unset;
}

#primaryNav .nav-link {
    letter-spacing: 1px;
}

#primaryNav .nav-link[aria-expanded="true"],
#primaryNav .nav-link:focus,
#primaryNav .nav-link:active,
#primaryNav .nav-link:hover {
    color: var(--danger);
}

#primaryNav .dropdown-menu>li.dropdown-submenu a.nav-link,
#topNav .dropdown-item,
#primaryNav .dropdown-item {
    padding-top: 0.8750em;
    padding-bottom: 0.8750em;
}

#primaryNav .dropdown-menu li:not(:last-child) .dropdown-item,
#primaryNav .dropdown-menu li.dropdown-submenu:not(:last-child) {
    border-bottom: 1px solid var(--gray);
}

#topNav .dropdown-item:active,
#topNav .dropdown-item:focus,
#topNav .dropdown-item:hover,
#primaryNav .dropdown-item:active,
#primaryNav .dropdown-item:focus,
#primaryNav .dropdown-item:hover {
    background: var(--gray) !important;
}

#topNav .dropdown-menu,
#primaryNav .dropdown-menu {
    font-size: 1em;
    background: var(--white);
    padding: 0;
    border-radius: 0;
}

#primaryNav .dropdown-submenu>a:after {
    content: "\f105";
    position: absolute;
    border: none;
    right: 20px;
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    text-transform: none;
}

#primaryNav .dropdown-submenu>a.dropdown-item {
    width: auto !important;
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    border: none;
    vertical-align: unset;
    font-size: 1em;
    color: var(--white);
    text-transform: none;
}

.dropdown-menu {
    font-size: 14px;
    padding: .15rem 0;
}

@media (min-width: 1200px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

.nav-link+.dropdown-toggle {
    position: absolute !important;
    padding: 5px 10px !important;
    right: 10px;
    top: 6px;
    border: none !important;
}

#primaryNav .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

#primaryNav .dropdown-submenu>a.nav-link {
    padding-left: 1.5em;
}

#primaryNav .dropdown-submenu>a.nav-link {
    padding-left: 1.5em;
}

@media (max-width: 1199px) {
    #primaryNav .dropdown-submenu>a.nav-link::after {
        content: none;
    }
    #primaryNav {
        min-height: 60px;
    }
    #primaryNav .navbar-nav {
        overflow-y: auto;
        max-height: 400px;
    }
    #primaryNav .dropdown-submenu>a:after {
        content: "\f107";
        position: unset;
    }
    #primaryNav .dropdown-item+.dropdown-menu li a.dropdown-item {
        padding-left: 50px;
    }
    #primaryNav .dropdown-item+.dropdown-menu {
        background: var(--gray);
    }
    #primaryNav .navbar-nav>li:not(:last-child) {
        border-bottom: 1px solid var(--gray);
    }
    #primaryNav .nav-link {
        padding: 1em;
    }
    /* #primaryNav .nav-item > .dropdown-toggle {
        background: rgba(255,255,255,0.5);
    } */
    #primaryNav .dropdown-toggle::after {
        font-size: 1.2em;
    }
    #primaryNav .dropdown-item:active,
    #primaryNav .dropdown-item:focus,
    #primaryNav .dropdown-item:hover {
        background: none !important;
    }
}


/*END OF PRIMARY NAVIGATION */

.form-group {
    margin-bottom: 1.5rem;
}

.form-control {
    border-radius: .35rem;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-appearance: none;
    font-size: .9rem;
    /* border: 0; */
}

.btn {
    border-radius: 0;
    /* white-space: nowrap; */
    text-transform: uppercase;
    color: var(--white) !important;
    /* border: none; */
    font-size: unset;
    font-weight: 600;
    padding: .375rem 1.25rem;
}

.btn-xs {
    font-size: 0.6em;
    white-space: nowrap;
}

.btn-sm {
    padding: .375rem .5rem;
    border-radius: var(--rounded2);
    color: var(--dark);
}

.btn:hover {
    color: var(--white);
}

[class*="btn-theme"] {
    font-size: 12px;
}

.btn-theme-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
    color: var(--white);
}

.btn-theme-outline-white:hover {
    background: rgba(0, 0, 0, 1);
}

.btn-theme-black:hover,
.btn-theme-outline-black {
    border: 1px solid var(--primary);
    background: var(--white);
    color: var(--primary) !important;
}

.btn-theme-black,
.btn-theme-outline-black:hover {
    background: var(--primary);
    color: var(--white) !important;
}

.btn-primary {
    background: var(--primary) !important;
}

.btn-secondary {
    background: var(--secondary) !important;
}

.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary {
    background: var(--tertiary) !important;
}

.btn-quaternary {
    background: var(--quaternary) !important;
}

.btn-danger {
    background: var(--danger) !important;
}

.btn-tertiary:hover {
    background: var(--tertiary-hover) !important;
}

.btn-quaternary:hover {
    background: var(--quaternary-hover) !important;
}

.btn-danger:hover {
    background: var(--danger-hover) !important;
}

.searchBox,
#topNav .btn {
    height: 35px;
    font-size: 0.875em;
    line-height: 35px;
    padding: 0 1em;
    box-shadow: none;
}

.searchBox {
    font-size: 0.875em;
    border: none;
    background: var(--gray);
    border-radius: 0;
}

.searchBox+.input-group-append {
    position: absolute;
    right: 0;
    height: 100%;
}

.searchBox+.input-group-append button {
    border: none;
    background: var(--gray);
    outline: none;
}

@media (max-width: 767px) {
    .input-group.w-auto,
    .searchBox {
        width: 100% !important;
    }
}


/*END TOP NAVIGATION*/


/*ANIMATED HUMBURGER ICON*/

#hamburgerButton {
    outline: none;
}

.hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    margin: -5px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger span {
    background: var(--primary);
}

.hamburger span:nth-child(1) {
    top: 0px;
}

.hamburger span:nth-child(2) {
    top: 10px;
}

.hamburger span:nth-child(3) {
    top: 20px;
}

.hamburger.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: var(--danger);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    background: var(--danger);
}

.hamburger.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: var(--danger);
}


/*END OF ANIMATED HUMBURGER ICON*/


/*SLIDER BANNER*/

.bgHeader {
    position: absolute;
    background-color: var(--gray);
    height: 270px;
    width: 100%;
    top: 0;
    z-index: 0;
}

.bgHeader+.container {
    position: relative;
    z-index: 1;
}

.staticBanner,
.bgCover,
.slideElement {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block !important;
}

.slideElement aside {
    position: absolute;
    color: #FFF;
    z-index: 1;
    top: 25%;
    width: 100%;
}

.slideElement aside h1,
.slideElement aside p {
    text-shadow: 0 0 2px #1c1c1c;
    margin-bottom: 20px;
}

.slideElement aside p {
    font-family: "RobotoLight";
}

.staticBanner300 aside h1 {
    margin: 0;
}

.overlaid .slideElement aside {
    top: 30%;
}

.staticBanner {
    padding-top: 6em;
    padding-bottom: 6em;
    color: var(--white);
}

.staticBanner .container {
    position: relative;
    z-index: 1;
}

.staticBanner .title,
.staticBanner p,
.staticBanner .heading {
    margin-bottom: 2em;
}

.staticBanner300 {
    height: 300px;
}

.slideH300 .slideElement {
    height: 300px;
    overflow: hidden;
}

.slideH400 .slideElement {
    height: 400px;
    overflow: hidden;
}

.slideH650 .slideElement {
    height: 650px;
    overflow: hidden;
}

.fullScreen .slideElement {
    height: calc(100vh - 150px);
}

@media only screen and (min-width: 578px) {
    .overflowing:not(.centered) .slick-list {
        overflow: visible !important;
        /* padding:0 5% 0 0;
        width: 100% !important; */
    }
}

@media only screen and (max-width: 767px) {
    .staticBanner300 {
        height: 200px;
    }
    .slideH300 .slideElement {
        height: 200px;
    }
    .slideH400 .slideElement {
        height: 330px;
    }
    .slideH650 .slideElement {
        height: 400px;
    }
    /* .imageTextBelow.staticBanner,
    .imageTextBelow .slideElement {
        background-image: none !important;
        height: auto;
        background: var(--dark-gray);
        padding: 0;
    }
    .staticBanner .container,
    .imageTextBelow .slideElement aside {
        position: relative;
        transform: none;
        left: unset;
        top: unset;
        bottom: unset;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .imageTextBelow .slideElement aside h1 {
        font-size: 1.5em;
    } */
}

.slick-dots {
    width: 100%;
    padding: 0;
    -webkit-appearance: none;
    text-align: center;
    margin-top: 1rem;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 12px;
    height: 12px;
    -webkit-appearance: none;
}

.slick-dots li span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-indent: 9999px;
    margin: 0 auto;
    background: var(--gray);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-appearance: none;
}

.slick-dots li.slick-active span,
.slick-dots li.slick-active span:hover,
.slick-dots li span:hover {
    background: var(--primary) !important;
    position: relative;
    -webkit-appearance: none;
}

.bg-primary .slick-dots li span {
    background: var(--gray);
    border: 0;
    opacity: .5;
}

.bg-primary .slick-dots li.slick-active span,
.bg-primary .slick-dots li.slick-active span:hover,
.bg-primary .slick-dots li span:hover {
    background: var(--quaternary) !important;
    border: 0;
    opacity: 1;
}

.btnNext,
.btnPrev,
.btnNext:active,
.btnPrev:active,
.btnNext:focus,
.btnPrev:focus {
    width: 35px;
    height: 35px;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    color: var(--white);
    z-index: 1;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    -webkit-appearance: none;
}

.btnNext i,
.btnPrev i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
}

.btnPrev {
    left: 20px;
}

.arrowOutside .btnPrev {
    left: -10px;
}

.arrowOutside .btnNext {
    right: -10px;
}

.slideShow .btnNext,
.slideShow .btnPrev,
.slideShow .btnNext:active,
.slideShow .btnPrev:active,
.slideShow .btnNext:focus,
.slideShow .btnPrev:focus {
    background: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

@media only screen and (min-width: 1300px) {
    .arrowOutside .btnPrev {
        left: -40px;
    }
    .arrowOutside .btnNext {
        right: -40px;
    }
}

.btnPrev.slick-disabled,
.btnNext.slick-disabled {
    opacity: 0.1;
    cursor: not-allowed;
}

.slideShow.overlaid .slick-dots {
    bottom: 130px;
}

@media only screen and (max-width: 991px) {
    .arrowOutside .btnPrev {
        left: 0;
    }
    .arrowOutside .btnNext {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slideShow.overlaid .slick-dots {
        bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .arrowOutside .btnPrev {
        left: 0;
    }
    .arrowOutside .btnNext {
        right: 0;
    }
}

.btnNext:hover,
.btnPrev:hover {
    background: var(--primary);
    color: var(--white);
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow-center:before {
    background: var(--tertiary) !important;
}

.hvr-grow-center,
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    z-index: 2;
}

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.bannerBox {
    width: 80%;
    margin: auto;
    max-width: 850px;
    color: var(--white);
    position: relative;
    margin-top: -80px;
}

.BanNo {
    width: 150px;
    border-right: solid 1px #c2ad41;
    font-weight: 700;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.heading {
    font-weight: 700;
    font-size: 2.8rem;
}

.heading span {
    /* display: block; */
    color: #005bab;
}

.heading2 {
    font-weight: 700;
    font-size: 3.2rem;
    margin: .75rem 0;
}

.heading-thin {
    font-weight: 400;
}

.w-60 {
    width: 57%;
}

.sub-head {
    font-weight: 400;
    font-size: 1.7rem;
}

.certificateSlider .btnPrev,
.industrySlider .btnPrev,
.clientsSlider .btnPrev {
    left: -50px;
    background: transparent;
    color: var(--dark);
}

.certificateSlider .btnNext,
.industrySlider .btnNext,
.clientsSlider .btnNext {
    right: -50px;
    background: transparent;
    color: var(--dark);
}

.videoBg {
    min-height: 500px;
    position: relative;
    background-attachment: fixed;
}

.videoBg::before {
    content: '';
    background: var(--primary);
    width: 100%;
    height: 100%;
    opacity: .8;
    position: absolute;
    z-index: 0;
}

.videoContent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 500px;
    flex-direction: column;
    z-index: 1;
    position: relative;
    color: var(--white);
}

.videoContent i {
    font-size: 3.5rem;
    color: var(--white);
    margin-bottom: 1.2rem;
}

.bgOverlay {
    background: var(--primary);
    opacity: .7;
    width: 100%;
    height: 100%;
    position: absolute;
}

#videoModal .close {
    position: absolute;
    z-index: 99;
    color: #fff;
    background: var(--secondary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: -10px;
    top: -10px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contPic {
    position: absolute;
    bottom: 0;
}


/*NEWS ITEM*/

.timelineItem aside,
.newsItem aside {
    height: 225px;
}

.timelineItem aside {
    height: 180px;
}

.timelineItem aside .content,
.newsItem aside .content {
    height: 3em;
    overflow: hidden;
}

.newsItem aside .btn {
    width: 130px !important;
}


/*END OF NEWS ITEM*/

@media (max-width: 575px) {
    .videoItem aside {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        bottom: unset;
        background: var(--primary);
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}


/*END OF EVENTS ITEM*/


/*FOOTER*/

footer,
footer a {
    color: var(--dark);
}

.footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--gray);
    font-size: 13px;
}

footer .logo {
    margin-bottom: 1.286em;
}

footer h6 {
    margin-top: 1.5em;
    margin-bottom: 1.2em;
}

footer p+h6,
footer ul+h6 {
    margin-top: 1.5em;
}

footer p,
footer a {
    font-size: 13px;
}

footer a:hover {
    color: var(--dark);
    text-decoration: underline;
}

.footerLogoLink {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 1.5em;
}

.footerLogoLink:after {
    content: "";
    height: 1px;
    background: var(--dark-gray);
    width: 100%;
    margin-left: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

footer .socialMedia li a,
.contactPage .socialMedia li a {
    border: solid 1px #7d819c;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7d819c;
}

footer .socialMedia li a:hover,
.contactPage .socialMedia li a:hover {
    text-decoration: none;
}

.socialMedia li a>i[class*="facebook"]:hover {
    color: #3E5B99;
}

.socialMedia li a>i[class*="twitter"]:hover {
    color: #1DA1F2;
}

.socialMedia li a>i[class*="instagram"]:hover {
    color: #0095F6;
}

.socialMedia li a>i[class*="linkedin"]:hover {
    color: #0077B5;
}

.socialMedia li a>i[class*="youtube"]:hover {
    color: #FF0000;
}

.socialMedia li a>i[class*="vk"]:hover {
    color: #2787F5;
}

.bottomFooter {
    background: #005bab;
    text-align: center;
    padding: 1em;
    border-top: 1px solid var(--dark-gray);
}

.withSeparator li {
    position: relative;
    padding: 0 .5em;
}

.withSeparator li:not(:last-child):after {
    content: "";
    width: 1px;
    position: absolute;
    right: -.5em;
    height: .75em;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: var(--gray);
}

.text-shadow {
    text-shadow: 0 0 2px #fff;
}

@media (max-width: 767px) {
    #topNav li {
        font-size: .9em;
    }
    footer h6 {
        margin-top: 2em;
    }
    .bannerBox {
        width: 100%;
        margin-top: 0;
        border-radius: 0 !important;
    }
    .certificateSlider .btnNext,
    .clientsSlider .btnNext,
    .industrySlider .btnNext {
        right: 0;
        color: var(--white);
    }
    .certificateSlider .btnPrev,
    .clientsSlider .btnPrev,
    .industrySlider .btnPrev {
        left: 0;
        color: var(--white);
    }
    .clientsSlider .btnNext,
    .clientsSlider .btnPrev {
        color: var(--primary);
    }
    .contPic {
        display: none;
    }
    .heading,
    .heading2 {
        font-size: 2rem;
    }
    .sub-head {
        font-size: 1.2rem;
    }
    .BanNo {
        flex-shrink: 0;
        width: 60px;
    }
    .section2::before {
        background-position: center top;
        height: 500px;
    }
    #topNav .socialMedia {
        display: none;
    }
    #topNav ul li:first-child {
        display: none;
    }
    .awardsSlider .slick-slide img {
        max-width: 200px;
        margin: auto;
    }
}


/*END OF FOOTER*/


/*GENERAL*/

.bg-cover,
.bg-cover-absolute {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.bg-cover-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1c1c1c;
}

.rectangleBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.newsBox:hover .grow,
.categoryBox:hover .grow,
.serviceBox:hover .grow,
.rectangleBox:hover>.grow {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

@media only screen and (min-width: 992px) {
    .seeAllLink {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

.newsBox,
.categoryBox,
.serviceBox {
    position: relative;
    border-radius: var(--rounded);
    overflow: hidden;
}

.serviceBox .rectangleBox {
    padding-top: 60%;
}

.serviceBox aside {
    color: var(--white);
    padding: 25px 30px;
    background: var(--dark-gray);
    overflow: hidden;
}

.categoryBox aside {
    margin-top: 1rem;
    color: var(--dark);
    z-index: 2;
}

.categoryBox aside {
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.section {
    padding: 80px 0;
}

.section:after {
    content: '';
    position: absolute;
    height: 40%;
    bottom: 0;
    width: 100%;
    background: var(--white);
    z-index: 0;
}

.section2 {
    padding: 120px 0 80px;
}

.section2:before {
    content: '';
    position: absolute;
    height: 40%;
    top: 0;
    width: 100%;
    background: url(../images/manuf-bg.jpg);
    z-index: 0;
}

.collectionsSlider {
    z-index: 1;
}

.manuf-single {
    min-height: 200px;
    border-top-right-radius: var(--rounded);
    border-top-left-radius: var(--rounded);
}

.manufName {
    background: var(--primary);
    border-bottom-right-radius: var(--rounded);
    border-bottom-left-radius: var(--rounded);
    padding: 1rem .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
    margin-bottom: 1.5rem;
}

.newsBox aside {
    padding-top: 20px;
    padding-bottom: 20px;
}

.newsBox aside .content {
    height: 50px;
    overflow: hidden;
}

.serviceBox aside .content {
    height: 50px;
    overflow: hidden;
}

.clientBox {
    max-width: 250px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .75rem auto;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
}

.clientBox img {
    max-width: 210px;
    max-height: 90px;
}

@media only screen and (max-width: 767px) {
    .categoryBox aside {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        color: var(--dark);
        padding: 10px 20px;
        background: var(--dark-gray);
        text-align: center;
    }
    .categoryBox aside h6 {
        font-size: 1.075em;
    }
    .categoryBox aside .btn-xs {
        font-size: 1em;
    }
    .serviceBox aside .content {
        height: unset;
    }
    .serviceBox {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .serviceBox aside .title {
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

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

.slick-dots li span,
#primaryNav,
.grow,
.btn,
.slick-slide,
.overflowing:not(.centered) .slick-list,
a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*BREADCRUMBS*/

.breadCrumbs {
    font-size: 0.9em;
    border-bottom: 1px solid var(--gray);
    color: var(--danger);
    font-family: "BentonSansBook";
}

.breadCrumbs li {
    position: relative;
    padding-right: 1em;
}

.breadCrumbs li:not(:last-child):after {
    content: "\f105";
    position: absolute;
    right: -2px;
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    color: var(--primary);
    text-transform: none;
}

.breadCrumbs li a {
    color: var(--primary)
}

.breadCrumbs li a:hover,
.breadCrumbs li a.active {
    color: var(--danger);
}


/*END OF BREADCRUMBS*/


/*CAREER CARD SLIDER*/

.content ul:not(.nav-tabs) li {
    list-style: disc;
    padding-left: 1em;
    margin-left: 1em;
}

.content ul:not(.nav-tabs) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

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

.lineRight:after {
    content: "";
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: var(--gray);
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .lineRight {
        padding-bottom: .75em;
        margin-bottom: 1em;
        text-align: center;
        text-transform: uppercase;
        position: relative;
    }
    .lineRight:after {
        content: "";
        width: 150px;
        height: 5px;
        position: absolute;
        left: 50%;
        bottom: 0;
        top: unset;
        margin: 0;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background-color: var(--gray);
    }
}

.signupOffset {
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    width: 3000px;
    height: 100%;
    z-index: 0;
}

.signupOffset+.content {
    position: relative;
    z-index: 1;
}

.signupOffset+.content ul li {
    padding: 0;
    margin: 0;
}

.signupOffset+.content img {
    width: 100px;
}

@media only screen and (max-width: 1199px) {
    .signupOffset {
        left: -1000px;
    }
}

.slideElement [data-animation] {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[data-animation]:not('.slideElement') {
    opacity: 1 !important;
}

.delay-1 {
    animation-delay: .25s;
}

.delay-2 {
    animation-delay: .5s;
}

.delay-3 {
    animation-delay: .75s;
}

.delay-4 {
    animation-delay: 1s;
}

.delay-5 {
    animation-delay: 1.25s;
}

i.infinite {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
}

.industryAbout .slick-slide img {
    filter: grayscale(100%) brightness(0);
    opacity: .8;
}

.section3 {
    padding: 5rem 0;
}

.innerBanner {
    min-height: 400px;
}

.bannerText {
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .w-60 {
        width: 100%;
    }
}


/* product details page */

.prodDet .tab-area ul.nav-tabs li a {
    font-size: 1rem;
    border-radius: 4px 4px 0 0;
    border-radius: 5px 5px 0 0;
    background: #fbfbfb;
    color: #363636;
    display: inline-block;
    padding: 10px 40px;
}

.prodDet .tab-area ul.nav-tabs li a.active {
    background: var(--primary);
    color: var(--white);
    font-weight: 600;
}


/* .product__carousel {
    display: block;
    max-width: 700px;
    margin: 1em auto 3em;
} */

.product__carousel a {
    display: block;
    margin-bottom: 15px;
}

.product__carousel .gallery-top {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 5px;
}

.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: var(--tertiary);
}

.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border .15s linear;
    border: 2px solid #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--primary);
}

.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}


/* new ends */

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.prodBox {
    max-width: 322px;
}

.prodBox h6 {
    color: var(--dark);
    font-weight: 500;
    line-height: 1.5rem;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.prodDet .card {
    background: var(--white);
    border: 0;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-title,
.price,
.sizes,
.colors {
    font-weight: bold;
}

.checked,
.price span {
    color: var(--secondary);
}

.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
}

.add-to-cart,
.like {
    background: var(--primary);
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.add-to-cart:hover,
.like:hover {
    background: var(--secondary);
    color: #fff;
}

.not-available {
    text-align: center;
    line-height: 2em;
}

.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff;
}

.tooltip-inner {
    padding: 1em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.cart-table {
    padding: 1rem 0 .5rem;
    border-bottom: solid 1px var(--gray);
}

.cart-table p {
    line-height: 1.4em;
    margin-top: 5px;
    color: var(--dark-gray);
}

.cart-table img {
    max-width: 50px;
    margin-right: 10px;
    flex-shrink: 1;
}

.cartQty .form-control {
    max-width: 60px;
    font-size: .98em;
}

.cartQty .btn-number {
    padding: .52rem .75rem;
    border: 0;
    color: var(--white);
}

.totPrice {
    width: 100px;
    display: inline-block;
}

.checkout-form .order-summary-wrapper {
    padding: 2.5rem 3rem 3rem;
    border: 1px solid #eee;
    border-radius: 3px;
    background: var(--light-gray);
}

.order-table .product-name {
    font-size: .95rem;
    font-weight: 400;
}

.order-table td {
    padding-top: 1.5rem;
}

.order-table td:last-child {
    text-align: right;
}

.order-table .product-total {
    font-size: .95rem;
    letter-spacing: -0.05em;
}

.order-table .product-name i {
    font-size: 11px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

h2.heading span {
    font-size: .4em;
}

.locationName {
    position: relative;
    padding-left: 30px;
}

.locationName .loc_tag {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    background: var(--primary);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.locationName .loc_tag p {
    text-align: center;
    color: #fff;
    -moz-transform: rotate(-90.0deg);
    -o-transform: rotate(-90.0deg);
    -webkit-transform: rotate(-90.0deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    transform: rotate(-90.0deg);
}
.bg-yellow{
    background: #f6da49;
}
.text-primary{
    color: var(--primary) !important;
}
.text-black{
    color: #180303;
}
.slick-slide img{
    border-radius: 10px;
}
.btn-outline-secondary{
    border-color: #f6da49 !important;
    color: #f6da49 !important;
    font-size: 12px
}
.btn-outline-secondary:hover{
    background: #f6da49;
    color: #fff !important;
}
@media screen and (max-width: 768px) {
    .product-title {
        margin-top: 2rem;
    }
    .prodDet .tab-area ul.nav-tabs li a {
        padding: 10px 20px;
    }
    .careerThead {
        display: none;
    }
    .careerDesc {
        margin-top: 1rem;
    }
}