/* 

1. Add your custom Css styles below

*/
.gray-30f{ 
	font-size:25px; 
	color:#888 !important;
	margin-bottom:10px !important;
	margin-top:20px;
}
.line-30{
	line-height:30px !important;
}
.Thunder-count .counter{ 
	font-family: 'ArcaMajora3-Heavy';
	font-size:40px; 
	color:#333;
}
.Thunder-count p{ text-transform:uppercase; color:#888 !important; margin-bottom: 37px;}
.list-div{
	margin:20px 0 0 20px;
	
}
.list-div li { font-size:17px; line-height:30px; margin:10px 0;}

.gray-bg {
    background: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 50px;
}
.text-box h3{ text-decoration:underline;}
.form-control {
    border-radius:0;
    height: calc(2.5em + .95rem + 2px);
}
.arrow-div{ position:relative;}
.arrow-div:before{
	content: '';
    position: absolute;
	background:url(../images/arrow.png)no-repeat top center;
	right:-30px;
	top:45%;
	width:169px;
	height:56px;
}

@media (max-width: 767px) {
	.banner-box .row{ margin:0 0px;}
#header .header-inner #logo a, #header .header-inner #logo a span, #header #header-wrap #logo a, #header #header-wrap #logo a span {
	font-size:25px;
}
.dropdown-submenu span{ float:right;}
#mainMenu nav > ul > li { border-bottom:1px solid #eee !important;}
}
.sticky-active.dark #mainMenu nav > ul > li > a{ color:#fff;}

.whatapp-div{ position:fixed; top:45%; right:0%; z-index:999;}