@font-face {
	font-family: 'Opensans';
	src: url('../fonts/OpenSans-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Opensans';
	src: url('../fonts/OpenSans-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}
html {
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
body {
	font-family: 'Opensans';
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: #000;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
h1 {
	font-size: 53px;
	line-height: 76px;
	font-weight: 700;
	margin-bottom: 20px;
}
h4 {
	font-size: 22px;
	line-height: 45px;
	font-weight: 700;
	margin-bottom: 10px;
}
p {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
img {
	max-width: 100%;
	height: auto;
}
ul,ol {
	padding: 0;
	margin: 0;
}
.btn {
    display: inline-block;
    border: 2px solid #ec2028;
    background-color: #ec2028;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 22px 15px;
    min-width: 322px;
}
.btn:hover,.btn:focus {
    background-color: transparent;
    color: #ec2028;
    outline: 0;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row>* {
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1400px) {
	.container {
		max-width: 1230px;
	}
}
/*Header*/
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 40px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.site-header .site-nav ul {
    text-align: right;
}
.site-header .site-nav ul li {
    list-style: none;
}
.site-header .site-nav ul li a {
    font-size: 22px;
    color: #283c92;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    margin-right: 100px;
}
.site-header.fixed-header .site-nav ul li a {
    color: #283c92 !important;
}
.site-header .site-nav ul li a:hover,.site-header .site-nav ul li a:focus,
.site-header.fixed-header .site-nav ul li a:hover,.site-header.fixed-header .site-nav ul li a:focus {
    color: #ec2028;
}
.site-header.fixed-header .site-nav ul li a:hover,.site-header.fixed-header .site-nav ul li a:focus {
    color: #ec2028 !important;
}
.site-header .site-nav ul li:last-child a:hover,.site-header .site-nav ul li:last-child a:focus {
    background-color: #ec2028;
    color: #fff;
}
.site-header .site-nav ul li:nth-child(1),.site-header .site-nav ul li:nth-child(2) {
    float: left;
}
.site-header.fixed-header {
    background-color: #f1f1f1;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}
/*Inner Page header*/
body:not(.home) .site-header .site-nav ul li a {
    color: #fff;
}
body:not(.home) .site-header .site-nav ul li a:hover,
body:not(.home) .site-header .site-nav ul li a:focus {
    color: #ec2028;
}
body:not(.home) .site-header .site-nav ul li:last-child a {
    border-color: #fff;
}
body:not(.home) .site-header .site-nav ul li:last-child a:hover,
body:not(.home) .site-header .site-nav ul li:last-child a:focus {
    background-color: #fff;
    color: #ec2028;
}
/*Main Banner*/
.homepage-main-banner {
    min-height: 920px;
}
.btn:hover,.btn:focus {
    background-color: transparent;
    color: #ec2028;
}
.homepage-main-banner:after,.inner-banner:after {content: '';position: absolute;width: 5px;height: 120px;background-color: #71b644;bottom: -36px;}
.homepage-main-banner .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.homepage-main-banner .video-wrap .mejs-container {
    background-color: transparent!important;
    background-image: none!important;
    height: auto!important;
    position: relative;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}
.homepage-main-banner .video-wrap .mejs-container .mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.homepage-main-banner .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
	padding-left: 15px;
    padding-right: 15px;
}
.homepage-main-banner .banner-content h1 {
	color: #fff;
}
.homepage-main-banner .video-wrap .mejs-container .mejs-mediaelement .video {
    object-fit: cover;
}
/*Clients Section*/
.clients-section .logo-block {
    border: 1px solid #dadada;
}
/*Product Section*/
.products-section .product-img a {
    padding-top: 100%;
}
.products-section .product-img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products-section .product-img a .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 60, 146, 0.7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.products-section .product-img a .hover-box img {
    position: relative;
    width: auto;
    height: auto;
}
.products-section .product-img a:hover .hover-box {
    opacity: 1;
}
/*About Us page*/
.inner-banner {
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.inner-banner h1 {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.inner-banner .container {
    position: relative;
    z-index: 2;
}
/*Our Brands Page*/
.our-brands-section .our-brand-item:nth-child(even) .row {
    flex-direction: row-reverse;
}
.our-brands-section .our-brand-item .brand-image {
    background-color: #f1f1f1;
}
.our-brands-section .our-brand-item .brand-details p {
    margin-bottom: 40px;
}
.our-brands-section .our-brand-item .brand-details a.btn {
    min-width: auto;
    padding: 18px 35px;
    background-color: transparent;
    color: #000;
}
.our-brands-section .our-brand-item .brand-details a.btn:hover,.our-brands-section .our-brand-item .brand-details a.btn:focus {
    background-color: #ec2028;
    color: #fff;
}
.our-brands-section .our-brand-item .brand-details a.btn:hover img, .our-brands-section .our-brand-item .brand-details a.btn:focus img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.our-brands-section .our-brand-item .brand-details a.btn img {
    margin-left: 5px;
    transform: translateY(-2px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*Connect Page*/
.our-connect-section .our-connect-item {
    border: 1px solid #cacaca;
}
.our-connect-section .our-connect-item .brand-logo {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;min-height: 142px;margin-bottom: 60px;}
.our-connect-section .row:nth-child(odd) .col:first-child .our-connect-item,.our-connect-section .row:nth-child(even) .col:last-child .our-connect-item {
    background-color: #f1f1f1;
}
.our-connect-section .our-connect-item .social-wrapper {
    list-style: none;
}
.our-connect-section .our-connect-item .social-wrapper li a {
    color: #000;
    font-size: 20px;
    margin: 0 8px;
}
.our-connect-section .our-connect-item .social-wrapper li a:hover,.our-connect-section .our-connect-item .social-wrapper li a:focus {
    color: #ec2028;
}
.aboutus-content p a {
    color: #ec2028;
}
.aboutus-content p a:hover,.aboutus-content p a:focus {
    color: #283c92;
}
.aboutus-content ul {
    list-style: none;
    margin-bottom: 30px;
}
/*Footer*/
.site-footer {
    background-color: #f1f1f1;
}
.sub-footer {
    border-top: 1px solid #c1c1c1;
}
.site-footer .col ul {
    list-style: none;
}
.site-footer .col ul li a {
    font-size: 18px;
    line-height: 40px;
    color: #000;
}
.site-footer .col ul li a:hover,.site-footer .col ul li a:focus {
    color: #ec2028;
}
.site-footer .col .contactt-info a {
    color: #000;
	display: block;
}
.site-footer .col .contactt-info a:hover,.site-footer .col .contactt-info a:focus {
    color: #ec2028;
}
.main-footer .footer-logo img {
    max-width: 220px;
}
@media only screen and (max-width: 1599px) {
    .homepage-main-banner {
        min-height: 860px;
    }
}
@media only screen and (max-width: 1399px) {
    h1 {
        font-size: 48px;
        line-height: 62px;
    }
    .homepage-main-banner {
        min-height: 760px;
    }
}
@media only screen and (max-width: 1199px) {
    p,body {
        font-size: 16px;
        line-height: 28px;
    }
    .site-footer .footer-logo img {
        max-width: 180px;
        width: 100%;
    }
    .inner-banner h1 {
        font-size: 62px;
        line-height: 72px;
    }
    .inner-banner {
        min-height: 420px;
    }
    p br,h1 br {
        display: none;
    }
    .our-brands-section .our-brand-item .brand-details a.btn {padding: 16px 30px;}
    .btn {
        font-size: 16px;
        line-height: 16px;
    }
    h1 {
        font-size: 40px;
        line-height: 52px;
    }
    .homepage-main-banner:after, .inner-banner:after {
        height: 100px;
        bottom: -30px;
    }
    .homepage-main-banner {
        min-height: 720px;
    }
}
@media only screen and (min-width: 1025px) {
    .site-header img {
        max-width:  260px !important;
    }
    .site-header .site-nav ul li:last-child a,
    .site-header.fixed-header .site-nav ul li:last-child a {
        border-radius: 5px;
        border: 2px solid #ec2028;
        color: #ec2028;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px 54px;
        margin-right: 0;
    }
    .site-header.fixed-header .site-nav ul li:last-child a {
        border-color: #ec2028 !important;
        color: #ec2028 !important;
    }
    .site-header.fixed-header .site-nav ul li:last-child a:hover,
    .site-header.fixed-header .site-nav ul li:last-child a:focus {
        color: #fff !important;
        background-color: #ec2028 !important;
    }
    .site-header .container {
        position: relative;
        height: 120px;
    }
    .site-branding {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    body:not(.home) .site-header .site-branding a img {
        filter: brightness(0) invert(1);
    }
    .site-header .site-nav ul {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .site-header.fixed-header {
        padding: 20px 0;
    }
    .site-header.fixed-header img {
        max-width: 208px !important;
        filter: brightness(1) invert(0) !important;
    }
    .site-header.fixed-header .container {
        height: 80px;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .site-header {
        padding: 30px 0;
    }
    body:not(.home) .site-header .site-branding a img {
        max-width: 200px;
    }
    .site-header .container {
        height: 100px;
    }
}
@media only screen and (max-width: 1024px) {
    .site-header {
        padding: 15px 0;
        background-color: #f1f1f1;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: relative;
    }
    .site-header .site-branding a img {
        max-width: 120px;
    }
    .site-header .site-branding {
        left: 0;
        transform: translateX(0);
    }
    .site-header .site-nav {
        position: fixed;
        width: 100%;
        height: calc(100vh - 90px);
        background-color: #f1f1f1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        left: 0;
        top: 90px;
        transform: translateX(-100%);
    }
    .site-header .site-nav li {
        float: none !important;
    }
    .site-header .site-nav ul {
        text-align: left;
        width: 100%;
    }
    .site-header .site-nav ul li a {
        color: #283c92 !important;
        max-width: 960px;
        margin: 0 auto;
        display: block;
        font-size: 18px;
        padding: 15px 15px;
    }
    .site-header .site-nav .container {
        max-width: 100%;
        padding: 0;
    }
    .site-header .site-nav ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .site-header .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    .site-toggle {
        position: relative;
        position: relative;
        cursor: pointer;
    }
    .site-toggle span {
        background-color: #283c92;
        width: 30px;
        height: 2px;
        display: block;
    }
    body.fixed .site-toggle span {
        display: none;
    }
    .site-toggle:before,.site-toggle:after {content: '';position: absolute;width: 30px;height: 2px;background-color: #283c92;left: 0;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
    .site-toggle:before {
        top: 0;
    }
    .site-toggle:after {
        bottom: 0;
    }
    .site-toggle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 22px;
        width: 30px;
    }
    .site-header .site-nav.show {
        transform: translateX(0);
    }
    body.fixed {
        position: fixed;
        width: 100%;
    }
    body.fixed .inner-banner .container {
        z-index: 0;
    }
    body.fixed .site-toggle:before {
        transform: rotate(45deg) translate(3px, 5px);
    }
    body.fixed .site-toggle:after {
        transform: rotate(-45deg) translate(9px, -11px);
    }
}
@media only screen and (max-width: 991px) {
    .site-footer .col .contactt-info a {
        font-size: 16px;
        line-height: 24px;
    }
    .site-footer .col ul li a {
        font-size: 16px;
        line-height: 36px;  
    }
    h4 {
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 5px;
    }
    .our-brands-section .our-brand-item .brand-details .brand-logo img {
        max-width: 260px;
    }
    .our-brands-section .our-brand-item .brand-details a.btn {
        padding: 16px 26px;
    }
    .our-brands-section .our-brand-item .brand-details p {
        margin-bottom: 30px;
    }
    h1 {
        font-size: 30px;
        line-height: 42px;
    }
    .site-header .site-nav ul li a {
        max-width: 720px;
    }
    .inner-banner h1 {
        font-size: 58px;
        line-height: 68px;
    }
}
@media only screen and (max-width: 767px) {
    h4 {
        font-size: 18px;
        line-height: 28px;
    }
    p, body {
        font-size: 14px;
        line-height: 24px;
    }
    .site-footer .footer-logo img {
        max-width: 120px;
    }
    .site-footer .col .contactt-info a {
        font-size: 14px;
    }
    .site-footer .col ul li a {
        font-size: 14px;
        line-height: 32px;
    }
    .aboutus-content h4 {
        margin-bottom: 15px;    
    }
    .inner-banner h1 {
        font-size: 52px;
        line-height: 62px;
    }
    .inner-banner {
        min-height: 360px;
    }
    .btn {
        font-size: 14px;
        line-height: 14px;
        padding: 18px 15px;
        min-width: 280px;
    }
    .our-brands-section .our-brand-item .brand-details a.btn img {
        transform: translateY(0);
    }
    .clients-section .logo-block {
            min-height: 140px;
    }
    .site-header .site-nav ul li a {
        max-width: 540px;
        font-size: 16px;
    }
    .homepage-main-banner {
        min-height: 560px;
    }
}
@media only screen and (max-width: 575px) {
    .site-footer .main-footer h4 {
        font-size: 16px;
        line-height: 28px;
    }
    .inner-banner {
        min-height: 320px;
    }
    .inner-banner h1 {
        font-size: 42px;
        line-height: 52px;
    }
    .homepage-main-banner h1 {
        font-size: 26px;
        line-height: 38px;
    }
    .homepage-main-banner {
        min-height: 480px;
    }
}
@media only screen and (max-width: 479px) {
    .site-footer .col ul li a {
        line-height: 28px;
    }
    .site-footer .main-footer .row .col-xs-5 {
        flex: 0 0 auto;
        width: 100%;
    }
    .site-footer .main-footer .row .col-xs-3 {
        flex: 0 0 auto;
        width: 40%;
    }
    .site-footer .main-footer .row .col-xs-4 {
        flex: 0 0 auto;
        width: 60%;
    }
    .site-footer .col .contactt-info a {
        display: block;
    }
    .our-brands-section .our-brand-item .brand-details a.btn {
        padding: 16px 20px;
    }
    .our-brands-section .our-brand-item .brand-details .brand-logo img {
        max-width: 100%;
        max-height: 80px;
    }
    .clients-section .col-6 {
        flex: 0 0 auto;
        width: 100%;
        max-width: 300px;
    }
    .homepage-main-banner h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .homepage-main-banner {
        min-height: 420px;
    }
}
.html-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.html-video video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-id-150 .container {
	max-width: 100%;
	padding: 0;
}

