:root {
  --theme_blue: #002a5b;
  --theme_red: #c91121;
  --theme_green: #85BC45;
}

/*
@font-face {
  	font-family: 'PFBagueRoundLight';
	src:url('../fonts/PFBagueRoundProLight/font.eot');
	src:url('../fonts/PFBagueRoundProLight/font.woff2') format('woff2'), 
	    url('../fonts/PFBagueRoundProLight/font.woff') format('woff'),
	    url('../fonts/PFBagueRoundProLight/font.ttf')  format('truetype'),
	    url('../fonts/PFBagueRoundProLight/font.otf') format('otf');   
}
*/

body{
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif!important;
}

h1{
	font-family: 'Vidaloka', serif;
	font-size: 36px;
	line-height: 50px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #1e1e1f;
}

h2{
	font-family: 'Vidaloka', serif;
	font-size: 36px;
	line-height: 50px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h3{
	font-family: 'Vidaloka', serif;
	font-size: 30px;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 20px; 
}

h4{
	font-family: 'Vidaloka', serif;
	font-size: 24px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h5{
	font-family: 'Vidaloka', serif;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h6{
	font-family: 'Vidaloka', serif;
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 0px;
}


a{
	color: var(--theme_red);
	text-decoration: none!important;
	outline: none;
}

a:hover{
	color: var(--theme_blue);
}

p{
	font-size: 16px;
	color: #242222;
	font-weight: 500;
	line-height: 30px;
}

.margin_bottom_10{
	margin-bottom: 10px;
}

.margin_bottom_20{
	margin-bottom: 20px;
}

.margin_bottom_30{
	margin-bottom: 30px;
}

.margin_bottom_40{
	margin-bottom: 40px;
}

.margin_bottom_50{
	margin-bottom: 50px;
}

.margin_bottom_60{
	margin-bottom: 60px;
}

.margin_bottom_70{
	margin-bottom: 70px;
}

.margin_bottom_80{
	margin-bottom: 80px;
}

.section_space{
	margin-bottom: 80px;
}

.color_white {
	color: #fff;
}

.subhead{
    line-height: 28px;
    /*line-height: normal;*/
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--theme_red);
    font-size: 17px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif!important;
}


.btn_solid{
    font-size: 16px;
    color: #fff;
    background-color: var(--theme_red)!important;
    border-radius: 0px;
    border: none;
    font-weight: 700;
    padding: 15px 15px;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    max-width: 300px;
    transition: all 0.4s;
}

.btn_solid:hover{
	color: #fff;
	background-color: #af0f1d!important;
}

.btn_solid_lg{
    font-size: 16px;
    color: #fff;
    background-color: var(--theme_red);
    border-radius: 0px;
    border: none;
    font-weight: 700;
    padding: 15px 80px 15px;
    display: inline-block;
    text-transform: uppercase;
}

.btn_solid_lg:hover{
    color: #fff;
    background-color: var(--theme_red);
}

/*
.btn_transparent{
	font-size: 22px;	
	color: #fff;
	background-color: transparent;
	border-radius: 40px;
	border: 1px solid #fff;
	padding: 10px 20px 8px;
	display: inline-block;
}

.btn_transparent:hover{
	color: #fff;
	background-color: transparent;
}

.btn_transparent_lg{

}

.btn_transparent_lg:hover{

}
*/

/* header
***************/

#header_sec {
	background-image: url('../images/blue_pattern2.png');
	background-repeat: repeat;	
	background-color: var(--theme_blue);
}

#header_sec .container-fluid{
    max-width: 1600px;
}

.header_top_list{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: right;
}

.header_top_list li {
    display: inline-block;
    margin-left: 20px;
	transform: skewX(-10deg);
    margin-bottom: 15px;
    box-shadow: 0px 3px 1px rgb(0 0 0 / 20%);
	background-color: rgb( 1, 63, 136 );
}

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

.header_top_list li .skew_normal {
    transform: skewX(10deg);
}

.header_top_list li .skew_normal a {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	padding: 15px 30px;
	display: inline-block;
}
/*
.header_top_list li .skew_normal a:hover{
	background-color: var(--theme_red);
}
*/
.header_top_list li .skew_normal a img{
	margin-right: 10px;
}

.header_main_nav ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: right;
}

.header_main_nav ul li {
	display: inline-block;
	margin-left: 25px;
}

.header_main_nav ul li:first-child{
	margin-left: 0;
}

.header_main_nav ul li a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	padding: 20px 0 30px;
	border-bottom: 4px solid rgba(201, 17, 33, 0);
}

.header_main_nav ul li a:hover{
	color: #fff;
	border-bottom: 4px solid rgba(201, 17, 33, 1);
}

.header_main_nav ul li.active a {
	border-bottom: 4px solid rgba(201, 17, 33, 1);	
}

.header_main_nav ul li.menu_btn a{
	background-color: var(--theme_red);
	padding: 5px 20px;
	border-radius: 5px;
	box-shadow: 0px 3px 1px rgb(0 0 0 / 20%);
	border: none;
}

.header_main_nav ul li.menu_btn a:hover{
	color: #fff;
	background-color: #af0f1d;
	box-shadow: none;
}

.logo_wrapper{
	position: absolute;
	top: -89px;
	z-index: 999;
}


/***/

.about_sec {
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
}


.wheel_wrapper {
    position: absolute;
    bottom: 190px;
    z-index: -9;
}

.wheel_wrapper.wheel_wrapper_left{
    left: -90px;
}

.wheel_wrapper.wheel_wrapper_right{
    right: -90px;
}

.wheel_wrapper .outer_wheel{
	width: 380px;
	animation-name: pin_wheel_clock;
	animation-duration: 50s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	position: absolute;
	top: 50%;
}

.wheel_wrapper .inner_wheel {
    width: 200px;
    animation-name: pin_wheel_anticlock;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    position: absolute;
    top: 90px;
}


@keyframes pin_wheel_clock {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

@keyframes pin_wheel_anticlock {
  from {transform: rotate(360deg);}
  to {transform: rotate(0deg);}
}

.wheel_wrapper.wheel_wrapper_left .outer_wheel{
	left: 0;
}

.wheel_wrapper.wheel_wrapper_left .inner_wheel{
    left: 90px;
}

.wheel_wrapper.wheel_wrapper_right .outer_wheel{
	right: 0;
}

.wheel_wrapper.wheel_wrapper_right .inner_wheel{
    right: 90px;
}
.feature_wrap{
	border: 1px solid #ccc;
	padding: 25px 25px 10px 25px;;
	text-align: center;
	background-color: #fff;
	min-height: 430px;
}

.feature_wrap img{
	margin: 0 auto 30px;
}

.feature_arrow_wrapper .feature_arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.feature_arrow_wrapper .feature_arrow.feature_left{
	left: -25px;
}

.feature_arrow_wrapper .feature_arrow.feature_right{
	right: -25px;
}

/* video_sec */

.video_sec{
	overflow: hidden;
	margin-bottom: 100px;
}

.video_sec_left{
    background-image: url(../images/blue_pattern2.png);
    background-repeat: repeat;
    background-color: var(--theme_blue);
    position: relative;
    transform: skewX( -15deg );
    position: relative;
    z-index: 999;
}

.video_sec_left:before{
	content: '';
    background-image: url(../images/blue_pattern2.png);
    background-repeat: repeat;
    background-color: var(--theme_blue);
    height: 100%;
    width: 1000px;
    position: absolute;
    right: 99%;
    top: 0;
}

.section_angle{
    transform: skewX( 15deg );
    padding-right: 60px;
    padding: 60px 60px 60px 0;
    /*padding: 110px 60px 110px 0;*/
}

.video_sec_right{
	/*position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
    width: 650px;*/
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
    width: calc(100% + 200px);
    height: 85%;
    height: 85%;
}

.video_sec_right img{
	height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.product_sec .tab_wrapper .nav {
    padding-left: 0;
    margin-bottom: 10px;
    list-style: none;
    padding: 0 10px;
    padding-right: 0;
}

/*
.tab_wrapper .nav-pills .nav-item {
    margin: 0px 15px 30px 15px;
    flex: 1;
}
*/
.tab_wrapper .nav-pills .nav-item {
    width: 100%;
    max-width: calc(25% - 10px);
    margin: 0px 5px 10px 5px;
    /* flex: 1; */
}
/*
.tab_wrapper .nav-pills .nav-item .nav-link {
	width: 100%;
    border-radius: 10px;
    background-color: #e1e1e1;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    color: #242222;
}
*/
.tab_wrapper .nav-pills .nav-item .nav-link {
    width: 100%;
    border-radius: 10px;
    background-color: #e1e1e1;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 15px 2px;
    color: #242222;
}

.tab_wrapper .nav-pills .nav-item .nav-link:hover{
    background-image: url(../images/blue_pattern2.png);
    background-repeat: repeat;
    background-color: var(--theme_blue);
    color: #fff;
}

.tab_wrapper .nav-pills .nav-item .nav-link.active{
    background-image: url(../images/blue_pattern2.png);
    background-repeat: repeat;
    background-color: var(--theme_blue);
    color: #fff;
}

.pro_wrapper{
	cursor: url(../images/resize.png),auto;
	margin-bottom: 30px;
	position: relative;
}

.pro_wrapper img{
    width: 100%;
    /*height: 160px;*/
    height: 155px;
    object-fit: cover;
}

.pro_wrapper .product_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,89,170,0.9);
	color: #fff;
	text-align: center;
	/*padding: 10px;*/
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
}
.pro_wrapper:hover .product_overlay{
	opacity: 1;
	visibility: visible;
}

.product_overlay_wrapper {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
}

.pro_wrapper .product_overlay .pro_title{
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 5px;
	color: #fff;
	line-height: normal;
}

.pro_wrapper .product_overlay .pro_code{
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 5px;
	color: #fff;
	line-height: normal;
}

.pro_wrapper .product_overlay a{
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 5px;
	color: #fff;
	line-height: normal;
	text-decoration: underline!important;	
}

.product_sec{
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;	
}


.patch_kit_right{
	background-image: url(../images/blue_pattern2.png);
    background-repeat: repeat;
    background-color: var(--theme_blue);
    position: relative;
    transform: skewX(15deg);
    position: relative;
    z-index: 999;
}

.patch_kit_right:after {
    content: '';
    background-image: url(../images/blue_pattern2.png);
    background-repeat: repeat;
    background-color: var(--theme_blue);
    height: 100%;
    width: 1000px;
    position: absolute;
    left: 99%;
    top: 0;
}

.patch_section_angle {
	transform: skewX(-15deg);
    padding-right: 60px;
    padding: 60px 50px 60px 60px;
    text-align: right;
}

.patch_kit_left {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: -120px;
    width: 650px;
    height: 310px;
}

.patch_kit_left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.patch_kit_left img:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9;
    background: linear-gradient(to right bottom, #ffffff 50%, transparent 50%);
    height: 100%;
    width: 30px;
}

.patch_kit_sec{
	margin-bottom: 80px;
	overflow: hidden;
}

.gallery_sec{
	margin-bottom: 80px;
}

.testimonial_sec{
	overflow: hidden;
	margin-bottom: 80px;
}

.testimonial_bg {
	position: relative;
}

.testimonial_bg > img{
    position: absolute;
    right: 0;
    width: 900px;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.testimonial_slider_wrapper{
	background-image: url(../images/blue_pattern2.png);
    background-repeat: repeat;
    background-color: var(--theme_blue);
    position: relative;
    transform: skewX(-15deg);
    z-index: 999;
}

.testimonial_slider_wrapper:after {
    content: '';
    background-image: url(../images/blue_pattern2.png);
    background-repeat: repeat;
    background-color: var(--theme_blue);
    height: 100%;
    width: 1000px;
    position: absolute;
    left: 99%;
    top: 0;
}

.testimonial_slider_normal{
    transform: skewX(15deg);
	padding: 80px 80px 80px 180px;
}

.user_img{
	object-fit: cover;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	object-position: center;
	margin-bottom: 20px;
    /*width: 100px;
    margin-bottom: 20px;*/
}

.testimonial_slider{
	position: relative;
}



.testimonial_slider:before{
    content: '';
    width: 77px;
    height: 68px;
    background-image: url(../images/quote_left.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -100px;
    top: 0;
}

.testimonial_slider:after{
    content: '';
    width: 77px;
    height: 68px;
    background-image: url(../images/quote_right.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0px;
    bottom: -68px;
}

.testimonial_slider .slick-dots li button:before,
.testimonial_slider .slick-dots li.slick-active button:before{
	color: #fff;
}

.testimonial_text p{
	color: #fff;
}

.info_box{
	margin-bottom: 30px;
	padding: 30px 40px;
	border: 1px solid  #ccc;
}

.info_box img{
	margin-bottom: 15px;
}

.info_box h4{
	font-size: 22px;
	margin-bottom: 20px;
}

.info_box a{
	line-height: normal;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--theme_red);
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif!important;	
	color: var(--theme_red);
	margin-bottom: 0;
}

.info_box a:hover{
    color: var(--theme_red);
}

.info_sec{
	margin-bottom: 60px;
}

.client_logo_sec{
	border-top: 1px solid #ccc;
	padding: 40px 0;
}


/** footer section */

.footer_sec {
	background-image: url('../images/footer_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--theme_blue);
	padding: 60px 0 30px;
}


.footer_sec_title{
	color: #fff;
	line-height: normal;
	margin-bottom: 30px;
	font-size: 22px;
}

.footer_text{
	color: #dfdfdf;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}

.footer_text a{
	color: #dfdfdf;
	text-decoration: underline!important;
}

.footer_text a:hover{
	color: var(--theme_red);
}

.footer_menu ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.footer_menu ul li {
	width: 49%;
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
    vertical-align: text-top;	
}

.footer_menu ul li:before{
	content: '>';
	position: absolute;
	left: 0;
	top: 0;
	color: #dfdfdf;
	font-size: 14px;
	line-height: 24px;
}

.footer_menu ul li a{
	display: inline-block;
	width: 100%;
	color: #dfdfdf;
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
}

.footer_menu ul li a:hover{
	color: var(--theme_red);
}

.address_text,
.address_text a{
	color: #dfdfdf;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}

.address_text a:hover {
	color: var(--theme_red);
}

.social_list {
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(255,255,255,0.15);
}

.social_list ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.social_list ul li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
}

.footer_bottom {
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid rgba(255,255,255,0.15);
}

.footer_bottom .copyright_text {
	color: #dfdfdf;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}

.footer_bottom .copyright_text a {
	color: #dfdfdf;
}

.footer_bottom .copyright_text a:hover{
	color: var(--theme_red);
}

.footer_col {
	margin-bottom: 30px;
}

/* inner page */


/* banner section*/

.page_title_wrapper {
	background-image: url(../images/blue_pattern2.png);
    background-repeat: repeat;
    background-color: var(--theme_blue);
    transform: skewX(-15deg);
    position: relative;
    z-index: 999;	
}

.page_title_wrapper:before{
	content: '';
    background-image: url(../images/blue_pattern2.png);
    background-repeat: repeat;
    background-color: var(--theme_blue);
    height: 100%;
    width: 1000px;
    position: absolute;
    right: 99%;
    top: 0;
}

.page_title_noramlize {
    transform: skewX(15deg);
    padding: 25px 40px 25px 0;
}

.page_title{
	font-family: 'Vidaloka', serif;
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
}

.beadcrumb_wrapper p{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}

.beadcrumb_wrapper a {
	color: #fff;
}

.beadcrumb_wrapper a:hover {
	color: var(--theme_red);
}

.banner_sec {
	margin-bottom: 60px;
	position: relative;
	padding-bottom: 70px;
}

.banner_sec > img{
    width: 100%;
}

.banner_box {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.sidebar_col{
	background-image: url('../images/sidebar_circle.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right bottom;
	text-align: center;
	margin-bottom: 30px;
	background-color: #ebebeb;
	/*padding: 10px;*/
}

.slide_caption_wrapper {
	padding: 25px 0 35px;
}

.slide_caption_wrapper h3{
	margin-bottom: 10px;
}

.slide_caption_wrapper p{
	margin-bottom: 30px;
}

.sidebar_slider .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    margin-left: 8px;
}

.sidebar_space {
	padding: 30px 20px;
}

.review_slide > img{
	box-shadow: 0px 3px 2px rgb(0 0 0 / 50%);
	border-radius: 50%;
	height: 100px;
	width: 100px;
	object-position: center;
	object-fit: cover;
	margin: 0 auto 15px;
}

.dealer_btn{
	display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding: 20px 0 30px;
    border-bottom: 4px solid rgba(201, 17, 33, 0);
	background-color: var(--theme_red);
    padding: 5px 20px 0px;
    border-radius: 5px;
    box-shadow: 0px 3px 1px rgb(0 0 0 / 20%);
}

.dealer_btn:hover{
	color: #fff;
	background-color: #af0f1d;
	box-shadow: none;
}

.product_list{
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.product_wrap{
	margin-bottom: 30px;
}

.product_wrap > img{
	margin-bottom: 15px;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.product_wrap h4{
	margin-bottom: 0;
}

.content_sec{
	margin-bottom: 60px;
}

.product_img_wrap{
	position: relative;
}

.paypal_btn{
	position: absolute;
	bottom: 30px;
	right: 20px;
	z-index: 99;
}

.product_price{
	text-align: right;
}

.product_price p{
	font-weight: 700;
	font-size: 20px;
}

.product_img_wrap > img{
    margin-bottom: 15px;
    width: 100%;
}

.more_fields_wrapper{
	display: none;
}

.show_hide_fields {
	display: block!important;
}

.add_more_field{
	padding-left: 4px;
	margin-bottom: 15px;
    text-align: left;
	cursor: pointer;
	text-decoration: underline!important;
}

.form_field {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #242222;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 0px;
}

.wpcf7 form .wpcf7-response-output{
	margin: 0 5px;
}

.sidebar_form .wpcf7-not-valid-tip {
	margin-top: 5px;
}

.formWrap {
	margin-bottom: 15px;
	text-align: left;
}

.feature_list{
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}

.feature_list_wrapper .feature_list:last-child {
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}

.feature_list img.img-fluid {
	margin-bottom: 15px;
}

.patchkit_wrapper a{
	color: #000;
}

.patchkit_wrapper a:hover{
	color: var(--theme_red);
}

.slider_sec{
	overflow: hidden;
}

.slider_sec #metaslider_64.flexslider .slides li {
    margin-right: 0px !important;
    padding-bottom: 35px;
    background-color: #fff;
    background-image: none;
}

.slider_sec .metaslider .caption-wrap {
	background-image: url(../images/blue_pattern2.png);
    background-repeat: repeat;
    background-color: var(--theme_blue);
    opacity: 1;
	position: absolute;
    bottom: 0px;
    left: 40%;
    color: white;
    margin: 0;
    display: block;
    width: 60%;
    line-height: normal;
	transform: skewX(-15deg);
}


.slider_sec .metaslider .caption-wrap:after{
    content: '';
    background-image: url(../images/blue_pattern2.png);
    background-repeat: repeat;
    background-color: var(--theme_blue);
    height: 100%;
    width: 1000px;
    position: absolute;
    left: 99%;
    top: 0;
}

.slider_sec .metaslider .caption {
    padding: 50px 150px 50px 80px;
    transform: skewX(15deg);
}

.slider_sec .metaslider .caption h2{
    margin-bottom: 10px;
    color: #fff;
}

.slider_sec .metaslider .caption p{
    color: #fff;
    margin-bottom: 10px!important;
}

.slider_sec .metaslider .caption a{
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif!important;
    margin-bottom: 0;
    text-decoration: underline!important;
    display: inline-block;
    font-weight: 600;
}

.slider_sec .metaslider .caption a:hover{
	color: #fff;
}


.slider_sec .metaslider .flex-control-nav{
	width: 100%;
    position: absolute;
    text-align: left;
    max-width: 1170px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px!important;
}


.slider_sec .flex-control-paging li a {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background: rgb(255 255 255 / 50%);
    border-radius: 0;
}

.slider_sec .flex-control-paging li a.flex-active {
    background: rgb(255 255 255 / 90%);
}

.slider_sec .flex-control-paging li a:hover {
    background: rgb(255 255 255 / 90%);
}

.testimonial_slider .slick-dots li button::before,
.review_slider .slick-dots li button::before {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    content: "";
    background-color: #fff;
        opacity: .50;
}

.testimonial_slider .slick-dots li.slick-active button::before,
.review_slider .slick-dots li.slick-active button::before {
    opacity: 1;
}


.testimonial_slider .slick-dots{
	text-align: left;
    bottom: -50px;
    left: -15px;
}

.mob-menu-header-holder.mobmenu {
    display: none;
}

.mobile_menu.navbar_toggler{
	display: none;
}

.content_area {
	margin-bottom: 30px;
}


.btn_cancel {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 999;
    background-color: var(--theme_red);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    border: none;
}

.modal_color_wrapper{
	padding: 20px;
}

.modal_color_img{
	margin-bottom: 20px;
}

.year_text_lg {
	font-size: 120px;
	line-height: normal;
	display: inline-block;
}