@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/


/*--------------------------------------------------------------
 TABLE OF CONTENTS:
----------------------------------------------------------------
 CSS Reset
 Document Setup
 Header
 Homepage
 Footer
 Media-Queries
--------------------------------------------------------------*/
/*----CSS Reset----*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*margin:0;padding:0;*/
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Inter", sans-serif !important;
    font-style: normal;
    color: #3c3737;
    line-height: 1;
	overflow-x: hidden;
}

button::-moz-focus-inner {
    border: 0;
}

ol, ul {
    padding-left: 0 !important;
}

/*----Font-Face(Typography)----*/
@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-Regular.woff2') format('woff2'),
        url('assets/fonts/Lexend-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-Medium.woff2') format('woff2'),
        url('assets/fonts/Lexend-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Lexend-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
button::-moz-focus-inner {
    border: 0;
}

/*----End-of-Scroll-to-Top----*/
.container {
    max-width: 1250px;
    padding: 0px 15px;
    margin: 0 auto;
}
ul,
ol {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}
ul,
ol:after {
    clear: both;
}
.disc-type {
    list-style-type: disc !important;
    padding-left: 15px;
}
.tc{
    color: #a5a3a6;
    font-style: normal;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

/*a:hover {
    color: inherit;
    ransition: all .3s !important;
}*/

.clrfix:after {
    content: "";
    display: block;
    clear: both;
}

figure {
    margin: 0 !important;
    position: relative;
}

section,
article {
    position: relative;
}

.rg {
    font-weight: normal;
    font-style: normal;
}

.bold {
    font-weight: bold;
    font-style: normal;
}

.exb {
    font-weight: 800;
    font-style: normal;
}

.light-font {
    font-weight: 300;
}

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

.item-center {
    margin: 0 auto;
}
.item{
    position: relative;
    display: block;
}

img {
    max-width: 100%;
    width: auto;
    display: block;
    height: auto;
}
.min-gap {
    margin: 20px 0 0;
}

.mid-gap {
    margin: 55px 0 0;
}
.mid-gap-2 {
    margin: 40px 0 0;
}
.min-pad{
    padding: 30px 0;
}
.mid-pad {
    padding: 55px 0;
}
.max-gap-1 {
	margin: 120px 0 0 !important; 
}
.max-gap {
    margin: 80px 0 0;
}
.max-pad {
    padding: 80px 0;
}
.index-1 {
    z-index: 1;
}
.index-2 {
    z-index: 2;
}
.pos-r {
    position: relative;
}
.grid-2 .col {
    width: 50%;
}
.fw {
    width: 100%;
}
.fw-2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.desktop{
    display: block;
}

/*.mobile{
  display: none;
}*/

.hide{
    display: none !important;
}

.img-block {
    position: relative;
    display: block;
}

.absolute-1{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0px;
    z-index: 1;
}
.anchor {
    display: block;
    height: 55px;
    margin-top: -55px;
    visibility: hidden;
}
.index-1 {
    z-index: 1;
}
.rad-10 {
    border-radius: .25rem;
}

/*----Headings----*/
h1,h2,h3,h5,h6{
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    padding: 0px;
    margin: 0px;
}
.pt-1{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 0;
}

p {
	color: #3c3737;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    margin: 0px;
}

.flex-row,
.fix-1, 
.wpforms-field-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.fix-2 {
    display: flex !important;
}

.flex-row,
.wpforms-field-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-start{
    align-items: flex-start;
}
.jt-1 {
    /*display: -ms-flexbox;
    display: flex;*/
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jt-2 {
    /*display: -ms-flexbox;
    display: flex;*/
    -ms-flex-pack: justify;
    justify-content: center;
}
.ff-1 {
    flex-flow: column;
}

#sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    left: 0;
    top: 10px;
    margin: 0;
}

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

.overlay:before {
    display: block;
    position: absolute;
    background-image: linear-gradient(to left, transparent 10%, rgba(0, 0, 0, 0.9) 100%);
    bottom: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: 2;
}

.overlay-1:before {
    display: block;
    position: absolute;
    background: #ffffff;
    opacity: .8;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: '';
}

.overlay-2:before {
    display: block;
    position: absolute;
    background: #3f3f3f;
    opacity: .9;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: '';
}

.tf-1 {
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.image-holder {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attacnewsent: scroll;
    background-repeat: no-repeat;
}

.image-content {
    position: relative;
}

.tile-1 {
    background: #d22239;
    color: #fff;
}
.tile-2{
    background: #1d0d0d;
    color: #fff;
}
.btn {
    width: max-content;
    text-align: center;
    padding: 13px 20px;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    color: #fff;
    background: #9b1919;
    border: 0;
    border-radius: .25rem;
    margin-top: 30px;
    transition: all .4s;
}
.btn:hover {
    color: #fff;
    background: #000;
}
.btn-2 {
    color: #000;
    background: #fff;
}
.btn-2:hover {
    
}
.pg-link {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
/*.sec h3 {
    font-size: 35px;
    font-weight: 400;
}*/
.sec h2 {
	color: #3c3737;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    margin: 15px 0 25px;
}
.sec h4 {
    font-size: 18px;
    margin: 0;
}
.bw h4 {
    color: #d22239;
}
.br h4 {
    color: #fff;
}
.s-tag {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #9d1c1b;
    padding: 7px 10px;
    border-radius: .2rem;
    margin-bottom: 20px;
    display: inline-block;
}


/*========Header========*/
#header {
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: none;
}
.header-inner {
    position: absolute !important;
    z-index: 1;
    width: 100%;
}
.header-content{
    position: relative;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    background: #f1f1f1;
    /*box-shadow: 0 -1px rgba(255, 255, 255, 0.25) inset;*/
    color: #000;
}
.sticky-header {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

/*.sticky-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0);
    z-index: 50;
    transition: all 0.5s;
    position: relative;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}*/


.hfx {
    position: fixed;
}
.hfx .arw-1 {
    max-width: 25px;
    background: #9d1c1b;
    margin-left: 10px;
}
.on {
    opacity: 1;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 10px !important;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.hfx .row {
    padding: 0 !important;
}
.header-fixed-top {
    margin-bottom: 50px;
}
.on .page_menu {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.r-bot .r-col-1, .r-bot .r-col-3{
    display: none;
}
.on .r-col-1, .on .r-col-3{
    display: block;
}
.r-col-2 {
    margin: 0 auto;
}
.hfx .logo-front {
    max-width: 70px;
    background: transparent;
    border-radius: .25rem;
    padding: 0rem;
    padding-bottom: 0;
}
.on .logo-front, .on .btn, .on {
    transition: all 0.5s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.on {
    width: 100%;
    max-width: 1220px !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.on .h-menu li a {
    font-size: 15px !important;
}



/*.on .page_menu {
    margin: 0;
}
.on .row {
    justify-content: space-between;
}*/
/*.page_menu .menu li:first-of-type {
    display: none;
}
.page_menu .menu li:first-of-type img {
    max-width: 60px;
    margin: 0 auto;
}*/
.menu .items {
    text-align: center;
}
.page_menu .menu li {
    position: relative;
    display: inline-block;
    margin-right: 0;
}
.page_menu .menu li:last-of-type {
    margin-right: 0;
}
.page_menu .menu li a {
    font-size: 13px;
    text-transform: capitalize;
}

/*.header-content .stroke ul li:after, .header-content .on .stroke ul li:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: '.';
    color: transparent;
    background: #b18b02;
    opacity: 0;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}*/
.header-content .stroke ul li:hover:after, .header-content .stroke ul li.active:after {
    opacity: 1;
}
.header-content .stellarnav {
    width: auto;
    /*margin-top: -10px;*/
}
.header-content .stellarnav>ul>li>a {
    padding: 0;
}
.header-content .stellarnav li.has-sub>a:after {
    border-top: 0;
    margin-left: 0;
}
.header-content .stellarnav.dark {
    background: transparent;
}
.header-content .stellarnav.mobile.dark ul {
    background: #fff;
	z-index: 999;
}
.header-content .stellarnav ul ul {
    background: #fff !important;
    padding: 15px;
    top: 32px;
}
.header-content .stellarnav ul ul li {
    padding: 0 !important;
}
.header-content .stellarnav li li {
    padding-right: 0;
}
.header-content .stellarnav li li a {
    padding: 0;
    color: #111518 !important;
}
.header-content .stellarnav li li:first-of-type a {
    padding-top: 0 !important;
}

.header-content .stellarnav li li a:after {
    display: none;
}
.stellarnav .icon-close:after, .stellarnav .icon-close:before {
    width: 30px !important;
    border-bottom: solid 3px #fff !important;
    border-radius: .15rem;
}
.header-content .stellarnav li li a:hover {
    color: #fff;
}
.header-content .stellarnav.desktop li.has-sub a {
    padding-right: 0;
}
.header-content .stellarnav.dark .menu-toggle span.bars span {
    background: #d22239;
    width: 30px;
    height: 3px;
    border-radius: .15rem;
    margin-bottom: 6px;
}
.on .stellarnav.dark .menu-toggle span.bars span {
    background: #000 !important;
}
.stellarnav .menu-toggle {
    /*position: absolute !important;
    right: 0;
    margin-top: -57px;
    padding: 0 !important;*/
}
.header-content .stellarnav.dark .icon-close:after, .header-content .stellarnav.dark .icon-close:before {
    border-color: #fff !important;
}
.stellarnav .menu-toggle span.bars {
    margin-right: 0 !important;
}
.stellarnav .menu-toggle {
    padding: 0 !important;
}
.hfx .stellarnav .icon-close {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    background: #9b1919;
    color: #fff;
}
.header-content .stellarnav.dark .menu-toggle span.bars span:last-of-type {
    margin-bottom: 0 !important;
}
.page_menu a.menu-toggle:last-of-type, .menu a.close-menu:last-of-type {
    display: none !important;
}
.r-top .f-row {
    background: #f3f3f3;
    font-size: 13px;
    font-weight: 900;
    border-radius: 5px;
    padding: 5px 15px 5px 5px;
    margin-right: 15px;
}
.r-top .pin {
    max-width: 100%;
}
.r-top {
    font-size: 12px;
    justify-content: right;
}
.r-bot .h-menu li {
    display: inline-block;
    padding-right: 45px;
}
.r-bot .h-menu li:nth-of-type(2) {
	display: none;
}
.r-bot .h-menu li:last-of-type {
    padding-right: 0;
}
.r-bot .h-menu li a {
   color: #a1a1a1 !important;
   font-size: 17px;
   font-weight: 400;
}
.r-bot .h-menu li a:hover, .active, .r-bot .h-menu .current-menu-item a {
    color: #fff !important;
	border-bottom: 1px dashed;
}
.r-top .hsm li {
    font-size: 20px;
    padding: 0 20px; 
}
/*.r-top .hsm li:last-of-type {
    padding-right: 0;
}*/
.hdt {
    padding: 10px 0;
}
.hdr .btn {
    padding: 10px 18px;
    margin-top: 0;
}
.logo-front {
    max-width: 100px;
}
.l-ico {
    max-width: 100px;
    padding-bottom: 5px;
}
.l-txt {
    max-width: 200px;
}
.h-row .col-1 {
    /*width: 26%;
    padding: 18px 0;*/
}
.h-row .col-2 {
    /*width: 74%;*/
}
/*.h-row .i-row {
    justify-content: right;
    padding-left: 50px;
}*/
.h-row .r-top li {
    padding-right: 25px;
}
.h-row .r-top .f-ico {
    width: 40px;
    height: 40px;
    padding: 10px;
}
.h-row .r-top .f-txt {
    font-size: 16px;
}
.h-row .f-cnt {
    display: block;
    font-size: 13px;
    padding-top: 5px;
}
.r-bot {
    width: 100%;
    max-width: 900px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: space-between;
    background: rgb(155 24 24 / 99%);
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: 20px;
    z-index: 10;
    /*backdrop-filter: blur(5px);*/
}
.on .r-bot {
    padding: 10px !important;
}
.page_menu {
    width: 100% !important;
    max-width: 100%;
}
.r-bot .btn {
    background: #fff;
    color: #000;
    padding: 8px;
    font-size: 13px;
}
.r-top .m-col-2 {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid;
}

/*====BANNER VIDEO SECTION====*/
.bnr-1 .jarallax {
	width: 100%;
	display: inline-block;
	min-height: 719px;
	display: flex;
	align-items: center;
}

.bnr-1 .overlay-1:before {
    opacity: .8;
    background: #ebebeb !important;
}

.bnr-1 .t-cont {
	width: 100%;
	max-width: 920px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.sec h4 {
	color: #80C4C5;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.bnr-1 h1, .sec h1 {
	color: #3c3737;
	font-size: 65px;
	padding: 0 0 30px;
}
.bnr-1 .log-1 {
	position: relative;
	display: block;
	max-width: 200px;
	margin: 0 auto 100px;
}
.bnr-1 .txt {
    display: block;
	color: #3c3737;
    font-size: 45px;
    font-weight: 300;
}
.fadeinout
{
  animation: fadeinout 5s;
}

@keyframes fadeinout
{
  0%{
    opacity:0;
  }
  50%
  {
    opacity:100;
  }
}
.lg-1 {
	display: none !important;
}

  /*.lg-1 svg path {
	stroke: #80C4C5;
	stroke-width: 2;
	fill: none;
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	animation: draw 5s ease forwards;
  }

  @keyframes draw {
	to {
	  stroke-dashoffset: 1;
	}
  }

  .lg-2 {
    top: 0;
    left: 0;
    right: 0;
  }*/
  

@media only screen and (max-width:992px) {
	.max-gap {
		margin: 45px 0 0 !important;
	}

	.max-pad {
		padding: 45px 0;
	}

	.mid-gap {
		margin: 35px 0 0;
	}
}

@media only screen and (max-width:850px) {

	.bnr-txt h1,
	h1 {
		font-size: 40px;
	}

	.bnr-1 h1 {
		font-size: 40px;
	}

	.bnr-1 .jarallax {
		min-height: 550px;
	}
}
/*.slick-prev {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 13px;
    border-radius: 0;
    background: #000;
    padding: 9px;
    top: 50%;
    left: 10px;
    right: auto;
    z-index: 1;
    outline: none;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slick-next {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 13px;
    border-radius: 0;
    background: #000;
    padding: 9px;
    z-index: 1;
    top: 50%;
    left: auto;
    right: 10px;
    z-index: 9;
    outline: none;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slick-arrow {
    color: #fff;
}
.slick-arrow:hover {
    color: #000;
    background: #fff;
}
.splash .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 50px;
    bottom: 55px;
    z-index: 999;
}
.splash .slick-dots {
    display: none;
}
.slick-dots li {
    display: inline-block;
    margin-left: 5px;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    display: block;
    position: relative;
    background: #9b9595;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
    background-color: #000;
}
.splash .slick-arrow {
    display: none !important;
}*/

/*========ABOUT US========*/
.abt:before {
    content: "";
    position: absolute;
    top: auto;
    right: 65px;
    bottom: 35px;
    width: 30%;
    height: 535px;
    background: #9a1818;
    transition: all .25s;
    border-radius: .25rem;
    pointer-events: none;
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);*/
}
.abt .col {
    width: 50%;
}
.abt .col-1 {
    order: 2;
}
.abt .col-2 {
    padding-right: 100px;
}
.abt .img-block {
    padding-top: 100%;
}
.abt .img-block img {
    border-radius: .25rem;
}
.abt h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.abt .sg {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    top: -30px;
    left: 0;
    margin: 0;
}
.arw-1 {
    max-width: 30px;
    margin-left: 20px;
    background: #fff;
    border-radius: .1rem;
    padding: 5px;
}
.jarallax-keep-img > .jarallax-img {
    opacity: 0;
}
.abt .jarallax-container {
    border-radius: .25rem;
}

/*========SPLASH BOTTOM========*/
.sp-bot .col {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
}
.sp-bot h4 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
.sp-bot p {
    font-size: 18px;
    font-weight: 600;
}
.sp-bot .i-col-2 {
    text-align: center;
    padding: 20px 0 0;
}
.sp-bot .slick-slide {
    margin: 0 10px;
}
.sp-bot .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.sp-bot .slick-arrow {
    display: none !important;
}
.sp-bot .s-ico {
    display: inline-block;
    background: #9b1918;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
} 

/*----BECOME A PARTNER----*/
.pnr-1 {
    margin-top: -120px;
}
.pnr .row {
	align-items: normal;
    background: #ebebeb;
    box-shadow: rgb(162 160 160 / 35%) 0px 5px 15px;
    border-radius: .25rem;
}
.pnr .col-1 {
    width: 35%;
    padding: 40px;
    background: #fff;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: start;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pnr .col-2 {
    width: 65%;
    padding: 20px 40px;
}
.pnr h2 {
	margin-bottom: 0 !important;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 10px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #3f3f3f;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  .form-1 .wpforms-field {
    width: 49%;
  }
  /*.form-1 .wpforms-field:nth-of-type(2n+1),*/ .form-1 #wpforms-101-field_5-container, .form-1 #wpforms-101-field_1-container, .form-1 #wpforms-101-field_6-container, .form-1 #wpforms-101-field_22-container {
    margin-right: 2%;
  }
  .form-1 .wpforms-field:last-of-type, .form-1 .wpforms-field-medium {
    width: 100%;
	max-width: 100% !important;
  }
.form-1 .wpforms-field:last-of-type {
	margin-right: 0 !important;
}
 .form-1 .wpforms-container .wpforms-field {
    margin-top: 10px !important;	
	padding: 0 !important;
 }
  .pnr .col-2 p {
    padding: 10px 0;
  }
.pnr label {
    font-size: 13px;
}
.form-1 .wpforms-container {
	margin-top: 0 !important;
}
.form-1 .wpforms-field-label {
	font-size: 14px !important;
}
.wpforms-submit {
    width: 100% !important;
	max-width: 100%;
    text-align: center;
    padding: 13px 20px !important;
    cursor: pointer;
    display: block;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    position: relative;
    display: inline-block;
    color: #fff !important;
    background: #9d1a1c !important;
    border: 0;
    border-radius: .25rem;
    margin-top: 30px;
    transition: all .4s;
}
.wpforms-submit:hover {
    color: #fff !important;
    background: #000 !important;
}
.pnr #wpforms-101-field_3 {
	height: 70px;
}
.qr-pic {
	width: 100%;
	max-width: 100%;
	border: 0 solid #3c3737;
	border-radius: 0;
}
.qr-slider .slick-list {
    border: 1px solid rgb(0, 0, 0);
	border-radius: .2rem;
}
.cnt-11 p{
	font-size: 16px;
	padding-top: 10px;
}
.pnr h3 {
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 15px;
}
.pnr-1 .s-tag {
	margin: 20px auto 5px;
    display: block;
    text-align: center;
    max-width: 100%;
}
.pnr .qr-slider {
	width: 100%;
	display: flex;
	flex-flow: column;
}
.qr-slider .slick-list {
	order: 2;
}
.qr-slider .slick-dots {
	order: 1;
	display: flex;
}
.qr-slider .slick-dots li {
	margin: 15px auto 5px;
    display: block;
    text-align: center;
    max-width: 100%;
    width: 50%;
    background: #3c3737;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 15px 10px;
	border-radius: .2rem !important;
	cursor: pointer;
	transition: all .4s;
}
.qr-slider .slick-dots li:hover {
	background: #9d1c1b ;
}
.qr-slider .slick-dots li:first-of-type {
	 border-top-right-radius: 0;
     border-bottom-right-radius: 0;
	margin-right: 5px;
}
.qr-slider .slick-dots li:last-of-type {
	 border-top-left-radius: 0;
     border-bottom-left-radius: 0;
}
.qr-slider .slick-active {
	background: #9d1c1b !important;
}


.int .col-1 {
    width: 20%;
}
.int .col-1 .cnt {
    background: #fff;
    padding: 28px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    right: -40px;
    z-index: 2;
}
.int .col-2 {
    width: 30%;
}
.int .col-3 {
    width: 50%;
    padding-left: 70px;
}
.int:before {
    opacity: .7;
}
.int p {
    padding-bottom: 30px;
}
.int p:last-of-type {
    padding-bottom: 0;
}
.int .img-block {
    padding-top: 560px;
}
.int .ht-1 {
    color: #d22239;
    font-size: 100px;
    position: relative;
    display: block;
    margin-top: -80px;
}
.int .cnt h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
}
.h-txt {
    max-width: 620px;
}
.svr-1 {
    color: #fff;
}
.svr-1 .row-1 {
	color: #000;
}
.svr-1 .col {
    width: 50%;
}
.svr-1 .col-2 {
    padding-top: 40px;
}
.svr-1 .cap h3 {
    color: #3c3737;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
}
.svr-1 .cap p {
    color: #000;
}
.rw-2 .cap h3, .rw-2 .cap p {
	color: #fff;
}
.svr-1 .rw-2 .cap h3 {
	color: #3c3737;
	font-size: 30px;
	line-height: 1.1;
	padding: 0 0 0;
}
.svr-1 .num {
	order: 1;
    font-size: 23px;
    padding: 10px;
    margin-right: 30px;
    background: #9d1c1b;
    border-radius: .2rem;
    color: #fff;
}
.svr-1 .svs {
	order: 2;
}
.svr-1 .s-tag, .pg-bnr .s-tag {
    color: #fff;
    font-weight: 600;
    background: #9d1a1c;
}
.svr-1 .rw-2{
	flex-flow: column;
}
.svr-1 .rw-2 .i-row li {
	display: flex;
	width: 100%;
	/*width: 32%;
	margin-right: 2%;*/
	backdrop-filter: blur(5px);
	background: rgba(255, 255, 255, 0);
    border-radius: .25rem;
	border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px !important;
}
.svr-1 .rw-2 .i-row li:nth-of-type(3n+3) {
    margin-right: 0;
}
.svr-1 .rw-2 .i-row li:last-of-type {
	border-bottom: 1px solid;
    margin-bottom: 20px;
}
.svr-1 .rw-2 .i-col-2 {
	width: 100%;
	height: 100%;
	display: flex;
	/*flex-flow: column;
	justify-content: space-between;*/
	padding: 0;
}
.svr-1 .i-col-3 {
    width: 14%;
}
.svr-1 .i-col-3 .btn {
    width: 100%;
    margin-top: 0;
}
/*.svr-1 .i-col {
    width: 23.5%;
    margin-right: 2%;
} 
.svr-1 .i-col:nth-of-type(4n+4) {
    margin-right: 0;
}*/
/*.svr-1 .i-row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}*/
.svr-1 .slick-slide {
    margin: 0 10px;
}
.svr-1 .i-row li {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.svr-1 .i-row li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.svr-1 .i-col-1 {
    width: 23%;
}
.svr-1 .i-col .img-block {
    padding-top: 200px;
}
.svr-1 .i-col-2 {
    width: 63%;
    padding: 0 50px;
}
.svr-1 .slick-arrow {
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: .25rem;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.svr-1 .prv {
    left: 10px;
}
.svr-1 .nxt {
     left: auto;
     right: 10px;
}
/*--=====PARTNERS=====--*/
.ptnr .row li {
    width: 32%;
    border: 1px solid #f1f1f1;
    padding: 50px;
    border-radius: .255rem;
}
.ptnr .row li:nth-of-type(2) {
    margin: 0 2%;
}
.ptnr .row li img {
    max-width: 280px;
    width: 100%;
}

/*--=====BECOME A PARTNER(BANNER)=====--*/
.dnt .img-holder {
    min-height: 550px;
}
.dnt .content {
    color: #fff;
}
.dnt .overlay-1:before {
    opacity: .84;
    background: #ebebeb;
}
.dnt p {
	color: #3c3737;
}

/*========WHY CHOOSE US========*/
.tile-bg {
    background: #f1f1f1;
}
.svs .s-fig {
    background: transparent;
}
.svs .s-caption {
    color: #000;
    padding: 50px 30px;
}
.svs .s-caption p {
    line-height: 1.5;
}
.cards li {
    width: 23.5%;
	margin-right: 2%;
    padding: 50px 40px;
    /*border-right: 1px solid #c6c6c6;
     border-bottom: 1px solid; */
    /* border-left: 1px solid; */
    position: relative;
    transition: all .4s;
    background: #fff;
	box-shadow: 0 15px 30px 0 rgb(0 0 0 / 5%), 0 5px 15px 0 rgb(0 0 0 / 5%);
    border-radius: .25rem;
}
.cards li:last-of-type {
    margin-right: 0;
    border-right: 0;
}
.cards li p {
	font-size: 16px;
	font-weight: 600;
}
/*.cards li:nth-of-type(2) {
    margin: 0 3%;
}*/
.cards li:hover {
    /*background: #3f3f3f;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #fff;*/
}
.cards li:hover .s-caption {
    color: #fff;
}
.cards li:hover .num {
    color: #b18b02;
}
.cards .s-pic {
    display: inline-block;
    background: #9d1c1b;
    padding: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: 25px;
}
.s-pic img {
    max-width: 50px;
}

/*========OUR MISSION========*/
.msn:before {
    display: none;
}
.msn .row {
    background: #f6f5f5;
}
.msn .col-1 {
    order: 0;
    width: 60%;
}
.msn .col-2 {
    width: 40%;
    padding: 0 100px;
}
.msn .jarallax-container {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    border-radius: 0;
}
.msn .img-block {
    padding-top: 550px;
}

/*========OPPORTUNITIES FOR OWNER OPERATORS========*/
.opr .cards .s-pic {
    display: inline-block;
    background: #9d1c1b;
    padding: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: 25px;
    width: 92px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
}

/*========FORM-1========*/
.pnr-2 .m-col {
    width: 50%;
}
.pnr-2 .m-col:first-of-type {
    order: 2;
    padding: 0;
}
.pnr-2 .row {
    background: #fff;
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 5%), 0 5px 15px 0 rgb(0 0 0 / 5%);
}
.pnr-2 h2 {
    margin-bottom: 5px;
}
.pnr input[type=submit] {
    margin-top: 15px;
}
.pnr-2 .col-2 p {
    background: transparent;
    font-size: 26px;
    padding-bottom: 20px;
}
.pnr-2 .img-block {
	width: 100%;
	padding-top: 695px;	
}
.pnr-2 .img-block img {
     object-position: left;	
	border-radius: .25rem;
}
.responsive-map{
    overflow: hidden;
    padding-bottom:100%;
    /*position:relative;*/
    height:0;
    }
    .responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

.frm-1 .cd {
    max-width: 100%;
    background: #fff;
    padding: 0;
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 5%), 0 5px 15px 0 rgb(0 0 0 / 5%);
}
.frm-1 .col {
    width: 50%;
}
.frm-1 .col-2 {
    padding: 80px 60px;
}
.frm-1 h2 {
    margin: 0 0 15px;
}
.frm-1 .col-2 h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 15px;
}
.c-form input, .c-form textarea {
    width: 100%;
    font-size: 13px;
    font-family: 'Lexend';
    font-weight: 500 !important;
    border-radius: 0;
    outline: none;
    padding: 15px 0;
    border: 0;
    border-bottom: 2px solid #101417;
    background: transparent;
}
.c-form input:nth-of-type(2) {
    margin: 30px 0;
}
.frm-1 .row-1 .col-2 {
    text-align: left;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
}
.r-top a {
    display: inline-block;
}
.r-top li:nth-of-type(2) {
    margin: 30px 0;
}
.r-top .f-row {
    font-size: 14px;
}
.r-top .stl {
    display: block;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 6px;
}
.r-top .f-ico {
    display: inline-block;
    background: #9b1919;
    padding: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.r-top .i-col-1 {
    padding-right: 15px;
}
.r-top .f-txt {
    font-size: 17px;
} 
.r-top .add-2 {
    display: block;
    padding-top: 5px;
    margin-top: 5px;
}
.frm-1 .jarallax-container {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.cnt .adr {
	border-bottom: 1px solid #3f3f3f;
}
.cnt .img-block {
    padding-top: 100%;
}

.std {
	display: none;
    padding: 25px;
    margin-bottom: -25px;
    border-radius: .25rem;
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 5%), 0 5px 15px 0 rgb(0 0 0 / 5%);
    position: relative;
    z-index: 1;
    background: rgba(63, 63, 63, .95);
    color: #fff;
    backdrop-filter: blur(10px);
}
.std .row {
    justify-content: space-between;
}
.std h3 {
    font-size: 35px;
    font-weight: 600;
}
.smi li {
    margin-right: 10px;
}
.smi li:last-of-type {
    margin-right: 0;
}
.smi li a {
    color: #494949 !important;
    font-size: 22px !important;
    background: #ffffff !important;
    width: 40px;
    height: 40px;
    padding: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .35rem !important;
}
/*========FOOTER========*/
.footer-main {
   background: #000000;
}
.ftr .btn {
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
}
.ftr .r-top {
    color: #fff;
}
.ftr .r-top .f-ico {
    margin: 0;
}
.ftr .r-top li:nth-of-type(2) {
    margin: 20px 0;
}
.ftr .r-top .stl {
    font-size: 16px;
	color: #3c3737;
}
.ftr .r-top .f-txt {
    font-size: 13px;
	color: #3c3737;
}
.ftr .r-top .f-ico {
     width: 35px;
     height: 35px;
     padding: 8px;
}
.ft-top .logo-front {
    max-width: 230px;
    border-radius: .25rem;
    background: #fff;
    padding: 10px;
}
.ft-top {
    border-bottom: 1px solid #9b1919;
    padding: 0 0 20px;
	align-items: flex-start;
}
.ft-top .col {
    width: auto !important;
}
.ft-top .col-2 {
    width: 20%;
}
.ft-top .col-3 {
    width: 30%;
}
.ft-top p {
     color: #3c3737 !important;
     font-size: 13px !important;
     margin: 15px 0 20px;
}
.ft-menu{
    text-align: center;
    margin-top: 35px;
}
.ft-menu li, .ft-media li, .pvt li {
    display: inline-block;
}
.ft-media li { 
    margin-right: 15px;
}
.ft-menu li:nth-of-type(2) {
	display: none;
}
.ft-media li:last-of-type {
    margin-right: 0;
} 
.ft-media li a {
    color: #fff !important;
    font-size: 25px !important;
}
.ft-media li a:hover {
    color: #b28b00 !important;
}
.ft-bottom {
    /*border-top: 1px solid #f1f1f1;*/
    padding-top: 18px;
    margin-top: 30px; 
}
.ft-top .logo-icon img{
    max-width: 200px;
}
.ft-menu{
    text-align: left;
    margin-top: 0;
}
.ft-menu li{
    display: block;
    margin-left: 0;
    margin-bottom: 25px;
}
.ft-menu li:last-of-type {
    margin-bottom: 0;
}
.ft-menu li a {
    color: #3c3737;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0;
}
.ft-top .r-top li:first-of-type {
    margin-bottom: 15px;
}
.ft-top .f-row {
    width: max-content;
    line-height: 1.2;
}
.ft-top h3 {
    color: #3c3737;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
}
.ft-logo {
    max-width: 350px;
    margin-bottom: 30px;
}
.ft-top .sub-form p {
    font-size: 13px;
    padding-top: 10px;
    margin-bottom: 0 !important;
    color: #7a7777;
}
.sub-form {
    position: relative;
}
.sub-form input {
    width: 100%;
    border-radius: 0;
    outline: none;
    padding: 0;
    height: 45px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Outfit';
    outline: none;
    background: transparent;
    border-bottom: 2px solid #fff;
}
.pvt li:nth-of-type(2) {
    padding: 0 5px;
    margin: 0 5px;
    border-left: 1px solid #7a7777;
    border-right: 1px solid #7a7777;
}
.pvt li a, .cp {
    font-size: 13px;
    color: #3c3737 !important;
}
.ft-top .i-col .btn {
    margin-top: 0 !important;
}
.cp {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 20px 0 0;
    position: relative;
}
.ftr .overlay-1:before {
    opacity: .9;
    background: #ebebeb;
}
.ftr .jarallax {
    padding-bottom: 40px;
}

/*========INNER PAGES========*/

/*==ABOUT US==*/
/*.pg-bnr .overlay-1:before {
    opacity: .6;
    background: #000;
}*/
.pg-bnr .img-block {
    padding-top: 480px;
}
.pg-bnr h1 {
    font-size: 55px;
}
.pg-bnr .txt {
    font-size: 30px;
}
.abt-1:before {
    display: none;
}
.abt-1 .cnt-1 {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #fff;
    border-radius: .25rem;
    padding: 20px;
}
.abt-1 .a-list li {
     font-size: 18px;
     padding-bottom: 15px;
}
.abt-1 .a-list li:last-of-type {
     padding-bottom: 0;
}
.abt-1 .col-1 {
    width: 45%;
}
.abt-1 .col-2 {
    width: 55%;
    padding-right: 90px;
}
.cv h3 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 15px;
}
.abt-1 .ico-1 {
    width: 18%;
    margin-right: 5px;
}

/*====TIMELINE====*/
.tme {
    background: #fafafa;
}
.timeline{
  position:relative;
  margin:50px auto;
  padding:15px 0;
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:1px;
  height:100%;
  background:#c5c5c5;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  padding:20px 40px;
  box-sizing:border-box;
}
.content{
  padding-bottom:20px;
}
.timeline .col {
    width: 50%;
    position: relative;
}
.timeline .col-1 {
    padding-right: 50px !important;
}
.timeline .col-2 {
    text-align: left;
    padding-left: 50px;
}
.timeline ul li:before
{
  content:'';
  position:absolute;
  width:15px;
  height:15px;
  top:50%;
  left:2px;
  right:0;
  margin: 0 auto;
  z-index: 1;
  background: rgb(65 65 65);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgb(207 207 207);
}
.tme .col-1 img {
    border-radius: .35rem;
}
/*.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background:rgba(233,33,99,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}*/
.timeline ul li h3{
  padding:0;
  margin:0;
  color:#000;
  font-size: 35px;
  font-weight:600;
}
.timeline ul li p{
  margin:20px 0 0;
  padding:0;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
}
.timeline ul li:nth-of-type(even) .col-1 {
  order: 2;
  padding: 0 0 0 50px;
}
.timeline ul li:nth-of-type(even) .col-2 {
  padding: 0 50px 0 0;
}
.timeline .img-block {
    padding-top: 70%;
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size: 35px !important;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
}

/*====TEAM====*/
.gal .row .i-col:first-of-type .img-block img {
	object-position: top;
} 
.gal .img-block img {
border-radius: 5px;
}
.gal .img-block {
    padding-top: 360px;
}
.wrp {
  position: relative;
}
.gal .img {
  display: block;
  width: 100%;
  height: auto;
}
.cap {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 25px 0 0;
}
.cap h3 {
    font-size: 22px;
    padding-bottom: 0;
}
.cap .pos {
    color: #717173;
    font-size: 16px;
    font-weight: 400;
}
.cap .sm, .ctu .sm {
    color: #fff !important;
    font-size: 15px !important;
    background: #3f3f3f!important;
    width: 30px;
    height: 30px;
    padding: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px !important;
}
.gal .slick-list {
    overflow: visible;
}
.gal .slick-slide {
    margin: 0 15px;
}
.gal .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.pro .s-title p {
    max-width: 500px;
    margin: 0 auto;
} 
.pro .overlay-1:before {
    background: #fff;
    opacity: .7;
}

/*====SERVICES(TEMPLATE)====*/
.svr-11 .row {
    background: #fff;
    box-shadow: rgb(162 160 160 / 35%) 0px 5px 15px;
}
.svr-11 .row:first-of-type {
    margin-top: 0 !important;
}
/*.svr-11 .col-1 {
    width: 40%;
}
.svr-11 .col-2 {
    width: 60%;
}*/
.svr-11 .rw-22 {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.svr-11 .rw-22:nth-of-type(2n+2) {
    margin-right: 0;	
}
.svr-11 .col {
	width: 100% !important;
}
.svr-11 .img-block {
    padding-top: 400px;
}
.svr-11 h3 {
    color: #3c3737;
    font-size: 25px;
    font-weight: 600;
}
.svr-11 .col-2 {
    padding: 30px;
}
.svr-11 .row:nth-of-type(even) .col-1 {
    order: 2;
}

/*========FORM-FIELDS========*/
.form-1 .wpforms-uploader {
	height: 43px;
}
.form-1 .wpforms-field-html {
	height: 43px;
	/*background: #3c3737;
    color: #fff;*/
    border-radius: .2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-1 #wpforms-281-field_6, .form-1 #wpforms-281-field_8 {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: .2rem;
}
.form-1 #wpforms-281-field_6 a, .form-1 #wpforms-281-field_8 a {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #3c3737;
    color: #fff;
	border-radius: .2rem;
}
.form-1 .wpforms-uploader {
    background: #f2f2f2 !important;
    color: #fff !important;
    height: 43px;
    border: 1px dashed #9c1719 !important;
	padding: 20px !important;
}
.form-1 .modern-title {
	color: #fff;
	display: none;
}
.form-1 .modern-hint, .form-1 .wpforms-field-description {
	display: none;
}
.form-1 .dz-message svg {
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 0;
    opacity: 1 !important;
    fill: #9c1719;
}
.form-1 .wpforms-field {
	
}
.form-1 #wpforms-281-field_6-container {
	order: 12;
}
.form-1 #wpforms-281-field_8-container {
	order: 13;
}
.page-template-owner-operator .form-1 .wpforms-field, .page-template-owner-operator .form-1 #wpforms-281-field_3-container , .page-template-owner-operator .form-1 #wpforms-281-field_6-container, .page-template-owner-operator .form-1 #wpforms-281-field_5-container, .page-template-owner-operator .form-1 #wpforms-281-field_9-container, .form-1 #wpforms-290-field_1-container, .form-1 #wpforms-290-field_3-container {
	margin-right: 2%;
}
.page-template-owner-operator .form-1 #wpforms-281-field_7-container, .page-template-owner-operator .form-1 #wpforms-281-field_2-container , .page-template-owner-operator .form-1 #wpforms-281-field_4-container, .page-template-owner-operator .form-1 #wpforms-281-field_8-container, .page-template-owner-operator .form-1 #wpforms-281-field_10-container, .page-template-owner-operator #wpforms-281-field_14-container, .page-template-owner-operator #wpforms-281-field_12-container {
	margin-right: 0;
}
.page-template-driver .form-1 #wpforms-290-field_6-container {
	display: none;
}
.page-template-driver .form-1 #wpforms-290-field_5-container {
	width: 100% !important;
}
.form-1 .wpforms-field-label {
	margin-bottom: 10px !important;
}

/*========MEDIA-QUERIES========*/
/*@media only screen and (min-width:1920px) {
    .container {
        max-width: 1600px;
    }
}
@media only screen and (min-width:1680px) and (max-width:1919px) {
    .container, .header-content {
        max-width: 1530px;
    }
 
}
@media only screen and (min-width:1600px) and (max-width:1679px) {
    .container{
        max-width: 1400px;
    }
}
@media only screen and (min-width:1500px) and (max-width:1599px) {
    .container{
        max-width: 1300px;
    }
}
@media only screen and (min-width:1366px) and (max-width:1499px) {
    .container {
        max-width: 1250px;
    }
}*/
@media only screen and (max-width:1660px) {
 .qte-1 .c-txt {
    top: -40px;
    left: 10px;
 }
}
@media only screen and (max-width:1200px) {
.int .col-3 {
    padding-left: 40px;
}
.int .ht-1 {
    font-size: 50px;
}
.int .col-1 h3 {
    font-size: 18px;
}
.int .col-1 p {
    font-size: 13px;
}
.int .img-block {
    padding-top: 400px;
}
.frm-1 .cd {
    padding: 40px;
}
.ft-top .col {
    width: 50%;
    margin-bottom: 20px;
}
.qte-1 .col-2 {
    padding: 40px;
}
}
@media only screen and (max-width:1040px) {
  .frm-1 .col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .frm-1 {
    text-align: center;
  }
  .frm-1 .col-1 {
    padding: 0 0 30px !important;
  }
  .f-img img {
    margin: 0 auto;
  }
  .frm-1 .row-1 .col-2 {
    text-align: center;
  }
  .frm-1 .btn {
    margin: 0 auto;
  }
  .frm-1 .btn {
    margin-top: 20px !important;
}
  .frm-1 .col-2 {
    padding: 30px 20px;
}
.frm-1 .r-top .f-row {
    text-align: left;
}
.frm-1 .cd {
    padding: 40px 20px;
}
.svr-1 .rw-2 .i-row li {
	width: 49%;
	margin-right: 2% !important;
}
.svr-1 .rw-2 .i-row li:nth-of-type(2n+2) {
    margin-right: 0 !important;	
}
}
@media only screen and (max-width:992px) {
  .blg .col, .prg .col, .int .col, .svr-1 .col, .tst .col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .int .col-3 {
    padding: 30px 0 0;
  }
  .sec .h-txt {
    text-align: center;
    max-width: 100%;
  }
  .int .img-block {
    padding-top: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .int .col-1 .cnt {
    right: auto;
    bottom: -30px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
  }
  .int .cnt h3 {
    padding: 10px 0;
  }
  .int h2 {
    margin-bottom: 0 !important;
  }
  .int .row {
    margin-top: 10px;
  }
  .int .ht-1 {
    margin-top: 0;
  }
  .svr-1 .row-1 {
    text-align: center;
    justify-content: center;
  }
  .svr-1 .col-2 {
    padding-top: 15px;
  } 
  .svr-1 .col-2 .btn {
    margin: 25px auto 0;
  }
  /*.svr-1 .i-col {
    width: 49%;
    margin-bottom: 30px;
  }*/
  .svr-1 .i-col:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .svr-1 .i-col:nth-of-type(4n+4) {
    margin-right: auto;
  }
  .tst .rev-txt:after {
    left: 0;
    right: 0;
    filter: none !important;
    border-top: 50px solid #fff;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    outline: #fff none 0;
    margin: 0 auto;
  }
  .tst .col-2 {
    margin-top: 40px;
  }
  .tst .avt-row {
    justify-content: center;
  }
  .tst .slick-dots {
    top: auto;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .tst .slick-arrow {
    display: none !important;
  }
  .tst .rev-txt {
    padding: 30px;
  }
  .tst .rev-txt p, .int .col-3 {
    text-align: center;
  }
  .int .col-3 .btn {
    margin: 20px auto 0;
  }
  .qte-1 .col-2 p {
    font-size: 20px;
  }
  .h-row .r-top {
    display: none;
  }
  .r-bot .h-menu li {
    padding-right: 0 !important;
  }

  .cards li {
    width: 49%;
	margin-bottom: 2%
  }
  .cards li:nth-of-type(2n+2) {
	 margin-right: 0;	
  }
  .page_menu a.menu-toggle:last-of-type, .menu a.close-menu:last-of-type, .r-col {
    display: block !important;
  }
  .h-row {
    display: none;
  }

  .header-content .stellarnav.dark .menu-toggle span.bars span {
    background: #fff !important;
  }

  .r-bot .h-menu li a {
    color: #000 !important;
  }


  .r-bot {
    padding: 10px !important;
    justify-content: space-between !important;
  }
  .abt:before, .hdt {
    display: none !important;
  }

  .on .page_menu {
    transform: none !important;
  }
  .r-col-1 {
	order: 2;
	position: absolute;
    left: 0;
    right: 0;
  }
  .r-col-2 {
    order: 1;
	  padding: 10px 0;
    margin: 0 auto 0 0;
  }
  .r-col-3 {
	order: 3;	
   }
.hfx .logo-front {
	max-width: 100px;
	margin: 0 auto;
}
	.r-bot .btn {
		font-size: 10px !important;
	    padding: 10px 5px;
		border-radius: .16rem;
	}
	.hfx .arw-1 {
		max-width: 15px;
		margin-left: 5px;
		padding: 3px;
	}
	.r-bot .ibt {
		display: none;
	}
	.p-txt {
		display: block !important;
	}


  /*.header-fixed-top {
    margin-bottom: 0;
   }
  .page_menu .menu li a {
    color: #000 !important;
    font-size: 15px;
  }
  .stellarnav.mobile li a {
    border-bottom: 1px solid rgb(68 52 52 / 15%) !important;
   }
   .page_menu .menu li {
    margin-right: 0;
   }
   .page_menu .menu li a:hover {
    color: #b18b02 !important;
   }
   .stellarnav .icon-close:after, .stellarnav .icon-close:before {
    border-bottom: solid 2px #b18b02 !important;
   }
   .on .stellarnav .menu-toggle {
    position: relative !important;
    margin-top: 0 !important;
   }
   .on .page_menu {
    margin: 0 !important;
   }
   .header-content .stellarnav.mobile.dark ul {
    text-align: center;
   }
   .header-content .stroke ul li:after, .header-content .on .stroke ul li:after {
    bottom: 10px;
   }
   .page_menu .menu li a {
    padding: 18px 15px !important;
   }
   .page_menu .menu li:first-of-type {
    display: block
   }
   .hfx .row {
    padding: 0 15px;
    justify-content: space-between;
   }*/
	.r-bot .h-menu li a:hover, .active, .r-bot .h-menu .current-menu-item a {
		color: #9b1919 !important;
	}
}
@media only screen and (max-width:850px) {
.dsc .row .col, .qte-1 .col, .faq .col, .c-row .i-col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.splash .banner-text, .dsc .row .col, .team {
    max-width: 100%;
    text-align: center;
}
.bt-row, .dsc .i-row {
    justify-content: center;
}
 .sec h2 {
    font-size: 28px;
 }
 .frm-1 .r-top .f-row {
    font-size: 12px;
 }
 .splash .slick-dots {
    bottom: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
 }
 .splash h1 {
    font-size: 40px;
    padding: 15px 0;
 }
 .dsc .i-col:last-of-type {
    padding-right: 0;
 }
 .dsc .i-row {
    padding-bottom: 30px;
 }
 .dsc h3 {
    font-size: 25px;
 }
 .qte-1 .col-2 p {
    font-size: 18px;
 }
 .qte-1 .col-2 {
    text-align: center;
 }
 .qte-1 .col-2 .q-ico {
    margin: 0 auto;
 }
 .qte-1 .img-block {
    padding-top: 100%;
 }
 .team .slick-arrow, .faq .sidebar {
    display: none !important;
 }
 .sp-txt {
    padding: 30px 20px;
    text-align: center;
 }
 .sp-txt p {
    font-size: 18px;
 }
 .svr-11 .col {
    width: 50%;
 }
 .svr-11 h3 {
    font-size: 28px;
 }
 .svr-11 .col-2 {
    padding: 30px;
 }
 .c-row .i-col-2 {
    padding-left: 0;
 }
 .c-row .i-txt h2 {
    font-size: 30px;
    margin: 0 !important;
 }
 .c-row .i-txt h3 {
    font-size: 20px;
    margin: 20px 0 15px;
 }
 .c-row .i-col-2 {
    margin-top: 25px; 
 }
.svr-1 h2 {
	margin-bottom: 0 !important;
}
.svr-1 .rw-2 .cap h3 {
    font-size: 20px;
	text-align: left;
}
.svr-1 .num {
    order: 1;
    font-size: 15px;
    padding: 5px;
    margin-right: 20px;
}
.svr-11 h3 {
	font-size: 20px;
}
}
@media only screen and (max-width:768px) {
.std .col, .ft-top .col, .svr-11 .col, .pnr .col, .abt .col, .pnr-2 .m-col, .svr-1 .i-col-1, .svr-1 .i-col-2, .svr-1 .i-col-3, .svr-1 .rw-2 .i-row li, .svr-11 .rw-22 { 
   width: 100% !important;
   margin-left: 0 !important;
   margin-right: 0 !important;
}
.svr-1 .i-col:last-of-type {
    margin-bottom: 0;
}
.svr-1 .i-col, .ft-top .col, .ft-menu, .alt-11 .banner-text {
    text-align: center;
}
.frm-1 .col-2 h3 {
    font-size: 25px;
}
.std .row, .std .smi {
    justify-content: center;
}
.std .col-1 {
    padding-bottom: 20px;
}
.std {
    padding: 20px;
}
.ft-top .btn, .ftr .r-top .f-ico {
    margin: 0 auto;
} 
.ft-top .r-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column;
}
.abt .btn {
    margin: 20px auto 0;
}
.abt .txt {
    text-align: center;
}
.pnr-2 .m-col, .pnr .col {
    text-align: center;
}
/*.pnr-2 .img-block {
	padding-top: 100%;	
}*/
.r-top .i-col-1 {
    padding-right: 0;
}
.alt-11 .btn {
    margin: 25px auto 0;
}
.svr-11 .row:nth-of-type(even) .col-1 {
    order: 0;
}
.bnr-1 h1 {
    font-size: 35px;
}

.alt-11 h1 {
    font-size: 30px;
}
.bnr-1 .txt {
    font-size: 20px;
}
.pnr .col-1 {
    order: 2;
}
.abt .col-2 {
    padding-right: 0;
    margin-bottom: 40px;
}
.msn .col-2 {
    padding: 40px;
    text-align: center;

}
.c-row, .svr-1 .i-col {
    display: block;
}
.ft-top .logo-front {
    margin: 0 auto;
}
.ptnr .row li {
    padding: 25px;
}
.svr-1 .i-col-3 .btn {
    justify-content: center;
}
.svr-1 .i-col-2 {
    margin: 20px 0 !important;
    padding: 0 !important;
}
.timeline .col-2 { 
    order: 1;
    text-align: center;
    padding-right: 0;
}
.timeline .col-2 {
    padding: 25px 0 0;
}
.timeline ul li:before {
    left: 13px;
    right: auto;
}
.timeline ul li {
    padding: 20px 0 40px 0;
}
.timeline ul li:nth-of-type(even) .col-1 {
    order: 1;
    padding-left: 0;
}
.timeline ul li:nth-of-type(even) .col-2 {
    padding-right: 0;
    padding-top: 25px;
}
.svr-1 .i-col-2 {
    margin: 0 !important;
}
.svr-1 .rw-2 .i-row li, .svr-11 .col-2 {
		padding: 15px !important;
	}
	.svr-1 .num {
		margin-right: 10px;
	}
	.svr-1 .rw-2 .cap h3, .svr-11 h3 {
		font-size: 16px;
	}
	.pnr-2 .img-block {
		padding-top: 100% !important;
	}
	.pnr h3 {
		font-size: 30px;
	}
	.qr-slider .slick-dots li {
		font-size: 11px;
	}
}


@media only screen and (max-width:650px) {
    .cards li, .ptnr .row li, .timeline .col, .form-1 .wpforms-field {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /*.cards li {
        border-bottom: 1px solid #c6c6c6;
        border-right: 0;
    }*/
    .ptnr .row li {
        margin: 20px 0;
    }
    .timeline .col-1 {
        padding-right: 0 !important;
    }
	.pnr .col-2 {
		padding: 20px !important;
	}
}




