@font-face {
    font-family: myFirstFont;
	src:url(../fonts/aguda/aguda_regular.woff);
}

@font-face {
    font-family: mySecFont;
	src:url(../fonts/Corbert/Corbert-Regular.woff);
}

h1, h2, h4, h3{
	font-family: myFirstFont;
}

p, span, h5, h6, a, i{
	font-family: mySecFont;
}

a:hover{
	outline: none;
	text-decoration: none;
}

body{
	overflow-x: hidden !important;
}


/************************************TOP TASK BAR****************************/
.top_task_bar{
	background-color: #000;
	border-top: solid 0px #FFF;
	min-height:20px;
	padding-top:1%;
	margin-top: 0px;
}

.top_top_nav{
	padding-top:0%;
}

.top_menu_cart{
	text-align:left;
	float:right;
	padding-left:2%;
	padding-right:2%;
	color: rgba(255,255,255,0.5);
	min-width: 170px;
}

.top_menu_l{
	text-align:left;
	float:left;
	padding-left:2%;
	padding-right:2%;
	color: rgba(255,255,255,0.5);
}

.top_menu{
	text-align:right;
	float:right;
	padding-left:2%;
	padding-right:2%;
	color: rgba(255,255,255,0.5);
}

.top_menu_l a{
	color: #FFF;
}

.top_menu_l a:hover{
	color: #ffbc00;
}

.top_menu a{
	color: #FFF;
}

.top_menu a:hover{
	color: #ffbc00;
}

.top_active{
	color:#ffbc00 !important;
}

.special_line{
	color:#FFF;
	letter-spacing:2px;
}

.top_link{
	color:#FFF;
	font-size:14px;
	font-weight: bold;
}

.cart_qty{
	background-color: #ffbc00;
	font-size: 10px;
	text-align: center;
	border-radius: 50%;
	padding: 2% 5%;
	color: #FFF;
}

.qty_prize{
	color:#FFF;
	font-size:14px;
	text-align: left;
}


/************************************MENU**********************************/
.eartic_navbar{
	background-color:#FFF;
	padding-bottom:0.5%;
	margin-bottom:0px;
	border-radius:0;
	border:none;
	transition:all 0.4s;
	margin-top:0%;
	min-height:50px;
	z-index:999 !important;
}

.logo{
	margin-left:2%;
	margin-top: 1px;
	position:absolute;
	z-index:999 !important;
	border-radius: 10px;
}

@media (max-width: 1130px){
	.logo{
		margin-left:2%;
		position:relative;
		z-index:999 !important;
		border-radius: 10px;
	}
}

@media (max-width: 768px){
	.logo{
		margin-top:-5%;
		border-radius: 10px;
		width: 90px;
	}

	.men_btn{
		padding-top: 15px;
		position: absolute;
		top: -4px;
		right: 10px;
	}
}

.nav_ul{
	margin-top:0.5%;
}

.menu_li a{
	color:#000 !important;
	transition:all 0.4s;
	background-color:transparent !important;
	text-align:right;
	font-size:16px;
	font-weight: 600;
}

.menu_li a:hover{
	color:#ffbc00 !important;
	transition:all 0.4s;
}

.menu_li_02 a{
	color:#000 !important;
	transition:all 0.4s;
	background-color:transparent;
	text-align:left;
	font-size:14px;
	font-weight: 600;
}

.menu_li_02 a:hover{
	color:#ffbc00 !important;
	transition:all 0.4s;
}

.menu_text_act a{
	color:#ffbc00 !important;
	transition:all 0.4s;
}

.li_active a{
	color:#b5b5fe !important;
}

.main_nav_ul{
	background-color:#FFF;
	border-radius:0px;
	z-index: 999999 !important;
}

li.dropdown:hover > .main_nav_ul2 {
    display: block;
    z-index: 999999 !important;
    left: 98%;
    top: 2px;
    background-color: #FFF;
    border: solid 0px rgba(0,0,0,0.2) !important;
}

.caret-right{
	border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align: top;
    width: 0;
    margin-top: 7px;
}

@media (max-width: 768px){
	li.dropdown:hover > .main_nav_ul {
	    display: block;
	    z-index: 999999 !important;
	    top: 35px;
	    left: -20px;
	}

	li.dropdown:hover > .main_nav_ul2 {
	    display: block;
	    z-index: 999999 !important;
	    left: -20px;
	    top: 25px;
	    background-color: #EEE !important;
	    border: solid 1px rgba(0,0,0,0.2) !important;
	}

	li.dropdown:focus > .main_nav_ul2 {
	    display: block;
	    z-index: 999999 !important;
	    left: -20px;
	    top: 25px;
	    background-color: #EEE !important;
	    border: solid 1px rgba(0,0,0,0.2) !important;
	}

	.main_nav_ul2{
		border: solid 1px rgba(0,0,0,0.2) !important;
		margin-left: 3%;
		background-color: #f3f8ff;
	}
}

/******************************FOOTER*****************************/
.footer{
	background-color:#000;
	min-height: 300px;
	padding-bottom: 2%;
	padding-top: 2%;
}

.fotter_form_cont{
	margin-top: 2%;
}

.footer_form{
	background-color: transparent !important;
	border: none;
	border-bottom: solid 2px #FFF;
	border-radius: 0px;
	float: left;
	font-style: italic;
	width: 220px;
	color: #ffbc00;
}

::placeholder{
	color: #000 !important;
}

.footer_form:focus{
	border: none;
	box-shadow: none;
}

.footer_my_btn{
	background-color: #ffbc00;
	color: #080b46;
	display: block;
	position: absolute;
	left: 270px;
	font-weight: bolder;
	padding: 1%;
	transition: all 0.4s;
}

.footer_my_btn:hover{
	background-color: #FFF;
	color: #000;
	transition: all 0.4s;
}

.bot_link_set{
	margin-top:2%;
	margin-left:auto;
	margin-right:auto;
	width:100% !important;
	text-align:center;
}

.bott_li{
}

.bott_link{
	text-align:center;
	color:#FFFF;
	font-size:13px;
	padding:2% 1%;
	text-transform:uppercase;
	text-decoration:none;
	padding-bottom:2px !important;
	transition:all 0.4s;
}

.bott_link:hover{
	color:#ffbc00;
	transition:all 0.4s;
	background-color:transparent !important;
}



.fotter_box{
	border-right:solid 1px rgba(255,255,255,0.25);
	min-height:250px;
	margin-top:3%;
}

@media (max-width: 768px){
	.fotter_box{
		border-right:solid 1px rgba(255,255,255,0);
		min-height:100px;
		margin-top:3%;
	}

	.footer_form{
		background-color: transparent !important;
		border: none;
		border-bottom: solid 2px #FFF;
		border-radius: 0px;
		float: left;
		font-style: italic;
		width: 300px;
	}
}

.fotter_box:last-child{
	border-right:none;
}

.adress{
	text-align:center;
	color:#FFF;
}

.s_icon2{
	width:70px;
	height:70px;
}

.s_icon{
	padding-top:2%;
	border:solid 1px #FFF;
	border-radius:50%;
	width:70px;
	height:70px;
	transition:all 0.4s;
	color: #FFF !important;
}

.s_icon:hover{
	border:solid 1px #ffbc00;
	transition:all 0.4s;
	color:#ffbc00 !important;
	cursor:pointer;
}

.special{
	text-align:center;
	color:#FFF;
	font-size:12px;
	padding:2% 1%;
	text-transform:uppercase;
	text-decoration:none;
	padding-bottom:2px !important;
	transition:all 0.4s;
}

.special:hover{
	color:#ffbc00;
	transition:all 0.4s;
	background-color:transparent !important;
}

.footer_titt{
	color:#FFF;
	font-weight: bolder;
	font-style: none;
	font-size: 24px;
}

.f_para{
	color:#FFF;
}

.my_btn{
	background-color: #ffbc00;
}



/*********************************MAIN SECTION*****************************/
.main_sec{
	padding: 0px;
}

.main_titt{
	color: #333;
	font-weight: bolder;
	font-size: 24px;
	margin-top: -2%;
}

.main_titt_white{
	color: #FFF;
	font-weight: bolder;
	font-size: 24px;
	margin-top: -2%;
}

.titt_line{
	background-color: #ffbc00;
	height: 5px;
	border:solid 1px #000;
	border-bottom:solid 2px #000;
	width: 150px;
	border-top-right-radius: 10px;
	margin-bottom: 2%;
	margin-top: -1%;
}

.titt_line_white{
	background-color: #ffbc00;
	height: 5px;
	border:solid 1px #FFF;
	border-bottom:solid 2px #FFF;
	width: 150px;
	border-top-right-radius: 10px;
	margin-bottom: 2%;
	margin-top: -1%;
}

.off_box{
	margin-top: 2%;
	min-height: 300px;
	padding-bottom: 2%;
}

.off_box_ins{
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.2);
	padding: 0% 0% 4% 0%;
	transition: all 0.4s;
	-webkit-animation: mymoveout 1s;  /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation: mymoveout 1s;
    animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymoveout {
    from {background-color: #000;}
    to {background-color: #FFF;}
}

@keyframes mymoveout {
    from {background-color: #000;}
    to {background-color: #FFF;}
}

.off_img_sec{
	background-color: #FFF;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	margin-bottom: 4%;
}

.off_img{
	margin-bottom: 30px;
	padding: 3%;
}

.off_det_sec{
	padding: 0px;
	background-color: transparent !important;
}

.off_name{
	color: #080b46;
	font-size: 17px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(41,47,170,0.4);
}

.off_name a{
	color: #080b46 !important;
	transition: all 0.4s;
}

.off_name a:hover{
	color: #333 !important;
	transition: all 0.4s;
}

.deal_price{
	color: #000;
	font-size: 15px;
	text-align: center;
	line-height: 2px;
	font-weight: bolder;
}

.add_cart{
	background-color: #000;
	color: #FFF;
	padding: 4% 6%;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	margin-bottom: -1%;
	transition: all 0.4s;
}

.add_cart a{
	color: #FFF;
}

.add_cart:hover{
	box-shadow: 2px 2px 10px 2px rgba(255,255,255,0.2);
	transition: all 0.4s;
	background-color: #FFF !important;
}

.view_pro{
	color: #000;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.view_pro a{
	color: #000;
	border:solid 1px transparent;
	padding: 2%;
	transition: all 0.4s;
}

.view_pro a:hover{
	border:solid 1px #ffbc00;
	padding: 2%;
	transition: all 0.4s;
}

.off_box_ins:hover{
	background-color: #000;
	transition: all 0.4s;
	-webkit-animation: mymove 3s;  /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation: mymove 2s;
    animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {background-color: #FFF;}
    to {background-color: #000;}
}

@keyframes mymove {
    from {background-color: #FFF;}
    to {background-color: #000;}
}

.off_box_ins:hover .add_cart{
	background-color: #ffbc00;
	color: #000;
	transition: all 0.4s;
}

.off_box_ins:hover .add_cart a{
	color: #000;
}

.off_box_ins:hover .view_pro a{
	color: #FFF;
}

.off_box_ins:hover .off_name{;
	border-bottom: solid 1px rgba(255,255,255,0.4);
}

.off_box_ins:hover .off_name a{
	color: #ffbc00 !important;
}

.off_box_ins:hover .deal_price{
	color: #FFF;
}


/****************************TOP BANNER**********************/
.carousel-fade .item {
	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	-ms-transition: opacity 3s;
	-o-transition: opacity 3s;
	transition: opacity 3s;
}
	
.carousel-fade .active.left {
	left:0;opacity:0;z-index:2;
}

.carousel-fade .active.right {
	left:0;opacity:0;z-index:2;
} 

.banner_sec{
	margin-top: 0px;
	height: auto;
}


.bullet{
	padding-left:0;
	margin-top: 27%;
}

@media (max-width: 1024px){
	.bullet{
		margin-top: 15%;
	}
}

@media (max-width: 768px){
	.bullet{
		margin-top: 12%;
	}
}

@media (max-width: 414px){
	.bullet{
		margin-top: 0%;
	}
}

.bullet li{
	background-color:#000;
}

.ofer_control{
	font-size: 24px !important;
	color: #000;
	position: absolute;
	top: -45px;
	left: 400px;
	font-weight: bolder;
	margin: 0% 5%;
	padding: 2%;
	color: #000;
}

.ofer_control:hover{
	cursor: pointer;
	color: #000;
}

.offer_left_arr{
	margin-left: -50px;
}

.yellow_strip{
	background-color: #ffbc00;
	height: 80px;
}

.cards{
	border-right: solid 1px rgba(41,47,170,1);
	margin-top: 1.2%;
}

.sub_titt{
	color: #FFF;
	font-weight: bolder;
	color: #000;
	font-size: 20px;
	text-align: center;
}

.card_img{
	padding: 15%;
	margin-top: -4%;
}

.product_sec{
	padding-bottom: 2%;
	padding-top: 2%;
}

.pro_spec_box_ins{
	background-color:#F6325C;
	min-height: 420px;
	padding: 3%;
}

.pro_spec_box_ins_2{
	background-color:#065D16;
	min-height: 420px;
	padding: 3%;
}

.cat_name{
	color: #FFF;
	font-size: 26px;
	font-weight: bolder;
	margin-top: 40px;
	margin-bottom:40px;
	text-align: center;
}

.view_category a{
	background-color: #FFF;
	color: #000 !important;
	border: solid 1px transparent;
	transition: all 0.4s;
	padding: 2%;
	font-size: 16px;
}

.view_category a:hover{
	background-color: transparent;
	color: #FFF !important;
	border: solid 1px #FFF;
	transition: all 0.4s;
}

.pro_spec_box_ins_bor{
	border: solid 2px #FFF;
	padding: 2%;
	min-height: 405px;
}

.pro_sec_2{
	margin-top:2%;
}


/*****************************ABOUT PARA****************************/
.wel_head{
	text-align: left;
	background-color: #ffbc00;
	padding: 2%;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	font-family: myFirstFont;
}

.gen_para{
	font-size: 16px;
	margin-top: 2%;
	margin-left: 4%;
	font-family: myFirstFont;
	color: #000;
}

.point_para{
	margin-left: 7%;
	margin-top: 1%;
	font-size: 15px;
	color: #FFF;
	font-weight: 400;
	font-family: myFirstFont;
}

.map_box{
	border-left: solid 1px rgba(255,255,255,0.1);
	padding: 4%;
}

/********************************FAQS BANNER************************/
.faq_banner{
	min-height: 450px;
}

.section_titt{
	color:#333;
	font-size: 17px;
	margin-left: 5%;
	font-weight: 700;

}

.up_down_icon{
	color: #FFF;
	padding:5px 8px;
	padding-bottom: 6px;
	background-color:#000;
	border-radius: 50%;
	font-size: 20px !important;
	transition: all 0.4s; 
}

.up_down_icon:hover{
	color: #333;
	background-color:#CCC;
	transition: all 0.4s;
	cursor: pointer;
}

.para_history{
	margin-left: 10%;
	font-weight: bolder;
	font-size: 15px;
	color: #000;
}


/*********************************CONTACT PAGE****************************/
.third_titt{
	color:#000;
	font-weight:bolder;
	text-transform:uppercase;
	font-size:15px;
	font-family: myFirstFont;
	margin-left: 20px;
}

.con_para{
	color:#333;
	text-align:left;
	margin-left: 30px;
}

.eartic_form{
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:10px;
	padding:2%;
	color: #000 !important;
	height:40px;
}

.eartic_btn{
	padding:1%;
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:10px;
	color: #FFF !important;
}

.form_container{
	padding: 2%;
}




/***********************SECOND SEC*********************/
.second_sec{
	margin-top: 3%;
	padding: 0px;
	min-height: 400px;
	display:flex;
}


.main_titt_big{
	color: #000;
	text-align: center;
	font-weight: bolder;
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 3%;
}

.para_main_left{
	text-align: left;
	font-size: 18px;
	letter-spacing: 1.5px;
	margin-bottom: 3%;
}

.para_main_center{
	text-align: center;
	padding-top: 3%;
	font-size: 28px;
	font-weight: bolder;
	color: #FFF;
	text-stroke: 1px #FFF;
	-webkit-text-stroke: 1px #FFF;
	border-top: solid 1px rgba(255,255,255,0.2);
}

.para_main{
	text-align: center;
	font-size: 19px;
	letter-spacing: 1.5px;
	margin-bottom: 5%;
}

.para_main_white{
	text-align: center;
	font-size: 19px;
	letter-spacing: 1.5px;
	margin-bottom: 5%;
	color: #FFF;
}

.about_logo{
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
}




/*****************MAP******************/
.map_sec{
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 0px !important;
	min-height: 40vh;
	background-image: url(../images/bg.jpg); 
	background-repeat: no-repeat;
	background-position: center center
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}


.the_story_box{
	padding: 4%;
}

.third_section2{
	background-color: #EEE;
	min-height: 450px;
	margin-top:0px;
	padding: 3%;
}

.det_cont_box{
	background-color: #f9f7f7;
	padding: 2%;
}

.gen_text_black{
	text-align: center;
	font-weight: bolder;
	text-transform: uppercase;
	color: #333;
	font-family: mySecFont;
	/*-webkit-text-stroke: 1px #333;*/
	/*text-stroke: 1px #333;*/
}

.gen_text_black2{
	text-align: left;
	font-weight: bolder;
	text-transform: uppercase;
	color: #333;
	font-family: mySecFont;
	/*-webkit-text-stroke: 1px #333;
	text-stroke: 1px #333;*/
	margin-left: 2%;
}

.sub_titt_new{
	text-align: left;
	font-weight: 400;
	color: #CCC;
	font-family: myFirstFont;
	margin-bottom: 3%;
	margin-left: 2%;
}

.fleet_box{
	margin-top: 3%;
	height: auto;
}

/*.fleet_box::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.fleet_box::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.fleet_box::-webkit-scrollbar-thumb
{
  background-color: #ffbc00;
  border: 2px solid #ffbc00;
}*/

.fleet_box_ins{
	background-color: #FFF;
	padding: 4%;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	transition: all 0.4s;
}

.fleet_box_ins:hover{
	background-color: #FFF;
	padding: 4%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	transition: all 0.4s;
}

.fleet_img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
}

.brand_name{
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: bolder;
	margin-top: 15px;
}

.fleet_name{
	text-align: left;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}

.fleet_price{
	text-align: right;
	color: #000;
	font-size: 12px;
	margin-bottom: -10px;
	font-weight: bolder;
}

.price_type{
	text-align: right;
	color: #333;
	font-size: 11px;
}

.fleet_spec_box_supp{
	border-top: solid 1px rgba(0,0,0,0.1); 
	padding-top: 2%;
	margin-top: 2%;
}

.fleet_spec_box{
	padding: 2%;
	margin-top: 0px;
	padding-bottom: 1px !important;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	transition: all 0.4s;
}

.fleet_spec_box:hover{
	padding: 2%;
	padding-bottom: 1px !important;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	background-color: rgba(200,200,200,0.5);
	transition: all 0.4s;
}

.fleet_icon{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.spec_para{
	font-size: 14px;
	color: #333;
	text-align: center;
}

.more_holder{
	margin-top: 10px;
}

.read_more_pro{
	color: #FFF;
	border: solid 1px rgba(0,0,0,0);
	padding: 3%;
	font-size: 12px;
	background-color: #ffbc00;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s;
}

.read_more_pro:hover{
	color: #000;
	border: solid 1px rgba(0,0,0,0.1) !important;
	border: 0;
	background-color: transparent;
	transition: all 0.4s;
}

.read_more_prophone{
	color: #FFF;
	border: solid 1px rgba(0,0,0,0);
	padding: 12px 15px;
	font-size: 12px;
	background-color: #0099e5;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50%;
	transition: all 0.4s;
}

.read_more_prophone:hover{
	color: #000;
	border: solid 1px rgba(0,0,0,0.1) !important;
	border: 0;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.4s;
}

.read_more_prowhats{
	color: #FFF;
	border: solid 1px rgba(0,0,0,0);
	padding: 12px 15px;
	font-size: 12px;
	background-color: #25d366;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50%;
	transition: all 0.4s;
}

.read_more_prowhats:hover{
	color: #000;
	border: solid 1px rgba(0,0,0,0.1) !important;
	border: 0;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.4s;
}

.read_more_proemail{
	color: #FFF;
	border: solid 1px rgba(0,0,0,0);
	padding: 12px 15px;
	font-size: 12px;
	background-color: #ff0000;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50%;
	transition: all 0.4s;
}

.read_more_proemail:hover{
	color: #000;
	border: solid 1px rgba(0,0,0,0.1) !important;
	border: 0;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.4s;
}

.pro_code{
	color: #FFF;
	border: solid 1px rgba(0,0,0,0);
	padding: 3%;
	font-size: 12px;
	background-color: #2d0345;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s;
	margin-bottom: 10px;
}

.pro_code:hover{
	color: #2d0345;
	border: solid 1px rgba(0,0,0,0.1) !important;
	border: 0;
	background-color: transparent;
	transition: all 0.4s;
}

.more_cont{
	height: 70px;
	margin-top: 3%;
}


.second_section{
	background-color: #FFF;
	min-height: 450px;
	margin-top:0px;
	padding: 3%;
	padding-right: 0px !important;
}

.second_section_right{
	background-image: url(../images/bevesta_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 0px;
	min-height: 450px;
}

.why_we_box_ins{
	background-color: #FFF;
	color: #124b9c;
	padding: 3%;
	min-height: 300px;
}

.why_we_icon{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
	color: #333;
}

.why_we_titt{
	text-align: center;
	font-weight: bolder;
	text-transform: uppercase;
	color: #333;
}

.why_we_para{
	text-align: center;
	color: #333;
}

.gen_text_white{
	text-align: center;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFF;
	font-family: mySecFont;
	/*-webkit-text-stroke: 1px #FFF;
	text-stroke: 1px #FFF;*/
}

.sub_titt{
	text-align: center;
	font-weight: 400;
	color: #CCC;
	font-family: myFirstFont;
	margin-bottom: 3%;
}

.read_more{
	color: #FFF;
	border: solid 1px #FFF;
	padding: 1.5%;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s;
}

.read_more:hover{
	color: #a4a4a4;
	border: solid 1px #a4a4a4;
	transition: all 0.4s;
}

.gap_top{
	margin-top: 3%;
}

.top_btn{
	position: fixed;
	top: 600px;
	right: 10px;
	z-index: 999999 !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #000;
	color: #FFF;
	display: none;
}

.top_arr{
	text-align: center;
	color: #FFF;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
}

.gototop{
	display: block !important;
}

.red_alert{
  min-height: 30px;
  padding: 2px 6px;
  background-color: #F00;
  padding-top: 10px;
}

.alert_text{
  color:#FFF;
  text-align: center;
  font-weight: bolder;
  letter-spacing: 1.3px;
  font-size: 14px;
}

.o_ser_box{
	margin-top: 2%;
}

.o_ser_box_ins{
	padding: 2%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	opacity: 1;
	z-index: 1;
	border: solid 2px #CCC;
	border-radius: 5px;
	transition: all 0.4s;
}

.o_ser_box_ins::after{
	height: 200px;
	width: 100%;
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.1);
	top: 0px;
	left: 0px;
	z-index: 2;
	transition: all 0.4s;
}

.o_ser_box_ins:hover{
	opacity: 0.7;
	transition: all 0.4s;
}

.o_ser_name{
	color: #FFF;
	font-size: 30px;
	z-index: 999999 !important;
	text-align: center;
	margin-top: 20%;
	font-weight: bolder;
	font-family: mySecFont;
	text-transform: uppercase;
	text-stroke: 1px #FFF;
	-webkit-text-stroke: 1px #FFF;
}

.slider_text{
	width: 400px;
	height: 450px;
	position: absolute;
	top: 20%;
	left: 10%;
	font-weight: bolder;
}

.slider_big_text{
	color: #FFF;
	font-size: 54px;
	text-align: left;
	text-transform: uppercase;
	font-family: mySecFont;
	text-stroke: 2px #FFF;
	-webkit-text-stroke: 2px #FFF;
}

.slider_call{
	color: #333;
	font-size: 24px;
	background-color: #ffbc00;
	text-align: center;
	text-transform: uppercase;
	font-family: mySecFont;
	text-stroke: 2px #333;
	-webkit-text-stroke: 2px #333;
	padding: 2%;
}

/**************Modal Protofile***************/

.cus_modal{

	border-radius:0;

	background-color:rgba(255,255,255,0);

}



.my_modal{

	border-radius:10%;

	margin-top:2%;

	background-color:#E8E8E8;

	display:flex;	

	border-radius:4%;

}



.my_modal2{

	margin-top:2%;

	background-color:rgba(0,0,0,0.2);

}



.my_md_cont{

	border-radius:10%;

	background-color:#FFF;

	padding:4%;

	padding-bottom:2%;

	height:inherit;

	align-items:stretch;

}





.skip{

	color:#FFF;

	background-color:#007a39;

	padding:2%;

	text-align:center;

	margin-top:3%;

	display:block;

	margin-left:auto;

	margin-right:auto;

	width:150px;

	border-radius:2px;

	transition:all 0.4s;

	border-radius:20px;

}



.skip:hover{

	color:#007a39;

	background-color:#333;

	transition:all 0.4s;

}



.my_modal .my_md_cont .close {

	color: #333;

	opacity: 1;

	font-size: 20px;

	transition:all 0.4s;

	margin-top:4%;

}



.my_modal .my_md_cont .close:hover {

	color: #007a39;

	transition:all 0.4s;

}

@media (max-width: 767px){
	.fleet_box{
		margin-top: 3%;
		height: auto;
		overflow-y: auto;
	}

	.slider_text{
		width: 280px;
		height: 350px;
		position: absolute;
		top: 10%;
		left: 10%;
		font-weight: bolder;
	}

	.slider_big_text{
		color: #FFF;
		font-size: 24px;
		text-align: left;
		text-transform: uppercase;
		font-family: mySecFont;
		text-stroke: 2px #FFF;
		-webkit-text-stroke: 2px #FFF;
	}

	.slider_call{
		color: #333;
		font-size: 14px;
		background-color: #ffbc00;
		text-align: left;
		text-transform: uppercase;
		font-family: mySecFont;
		text-stroke: 2px #333;
		-webkit-text-stroke: 2px #333;
		padding: 2%;
	}
}