@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

body{
	font-family: 'Oswald', sans-serif !important;
}
a{
  transition: all 2s ease-out 0s;
  font-family: 'Open Sans', sans-serif !important;
}
p{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px;

}
a:focus{
	outline: none !important;
}
a:hover{
	text-decoration: none;
}


#top-menu{
	margin: 15px 0px;
}
#top-menu .menu{
	float: right;
}
#top-menu .menu .number-box{
   background-color: #047cc0;
   color: #fff;
   padding: 5px 20px;
   border-radius: 25px;
   padding-bottom: 8px;
   float: left;
}
#top-menu .menu .number-box h1{
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	letter-spacing: .5px;
}
#top-menu .menu .top-socil{
	float: right;
	margin: 0px;
	padding: 0px;
}
#top-menu .menu .top-socil li{
	list-style: none;
	float: left;
	margin-left: 10px;
}
#top-menu .menu .top-socil li a{
	background-color: #c9cedb;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 5px 0px;
}
#top-menu .menu .top-socil li a:hover{
	background-color: #047cc0;
}
#top-menu .tab{
	display: none;
}
#top-menu .navbar-expand-lg .navbar-nav .nav-link{
	color: #047cc0;
	font-family: 'Oswald', sans-serif !important;
	margin-left: 35px;
	font-size: 20px;
	letter-spacing: .5px;
}
#top-menu .navbar-expand-lg .navbar-nav .nav-link{
	padding: 0px;
}
#top-menu .navbar{
	padding: 0px;
	margin-top: 30px;
}
#top-menu .navbar-expand-lg .navbar-nav .nav-link:hover{
	color: #a6ce39;
}
#top-menu .navbar-expand-lg .navbar-nav .active .nav-link{
	color: #a6ce39;
}
#main-banner{

}
#main-banner .banner-con{
	position: absolute;
	z-index: 1000000;
	top: 35%;
}
#main-banner .banner-con h3{
	background-color: #a6ce3a;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 10px;
	font-size: 45px;
}
#main-banner .banner-con h4{
	background-color: #047cc0;
	color: #fff;
	display: inline-block;
	padding: 10px;
	font-size: 45px;
}
#box1{
	margin: 60px 0px;
	margin-bottom: 40px;
}
#box1 .re-btn{
	background-color: #a6ce3a;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
#box1 .re-btn:hover{
	background-color: #047cc0;
}
#box1 h3{
	color: #047cc0;
	font-size: 35px;
	margin: 0px;
	margin-bottom: 25px;
}
#box1 p{
	line-height: 32px;
}
.in-bo1{
	margin-bottom: 25px;
	margin-top: 10px;
}
.in-bo1 i{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ff9600;
	background-color: #fff;
	padding: 11px 0px;
	color: #047cc0;
	transition: all 2s ease-out 0s;
}
.in-bo1:hover i{
	background-color: #ff9600;
	color: #fff;
	transition: all 2s ease-out 0s;
}
.in-bo1:hover h5{
	color: #ff9600;
	transition: all 2s ease-out 0s;
}
.in-bo1 h5{
	font-size: 14px;
	margin: 9px 0px;
	color: #333;
	font-weight: 400;
	letter-spacing: 1px;
	transition: all 2s ease-out 0s;
}
.line{
	width: 1px;
	height: 166px;
	background-color: #ff9600;
	position: absolute;
	margin-left: 18px;
	margin-top: 10px;
}
#box2{

}
#box2 h4{
	color: #047cc0;
	font-size: 25px;
	margin: 0px;
	margin-bottom: 25px;
}
#box2 p{
	line-height: 32px;
}
#box4{
	background-color: #f8f8f8;
	padding: 40px 0px;
	margin-top: 25px;
}
#box4 h3{
	color: #047cc0;
	font-size: 35px;
	margin: 0px;
	margin-bottom: 25px;
}

#box4 ul{
	margin:0px;
	padding:0px;
}

#box4 ul li{
	list-style:none;
	float:left;
	margin-left: 15px;
}
#box4 ul li:nth-child(1){
}
#box4 ul li:hover{

}
#box4 ul li a{
	color: #000;
	display: block;
}
#box4 ul li a:hover{
	text-decoration: none;
}
#box4 ul li a img{
	transition: all 0.7s ease-out 0s;
	 -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
#box4 ul li a:hover img{
	transition: all 0.7s ease-out 0s;
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#box4 .caroufredsel_wrapper{
	height: 245px !important;
}
#box4 ul li a:hover .ser-text-box{
	
	transition: all 0.7s ease-out 0s;
	margin-top: -145px;
	background-color: #ff9806;
	height: 145px;
	padding-top: 10px;
}
#box4 ul li a:hover .ser-text-box h4{
	color: #fff;
}
#box4 ul li a:hover .ser-text-box p{
	color: #fff;
}
#box4 ul li a:hover .ser-text-box span{
	color: #fff;
	
}
#box4 ul li a .ser-text-box span:hover{
	
	margin-left: 10px;
}
#box4 .ser-text-box{
	transition: all 0.7s ease-out 0s;
	background-color: rgba(255, 152, 6, 0.8);
	padding: 5px 10px;
	width: 100%;
	display: block;
	position: relative;
	margin-top: -43px;
	height: 43px;
	overflow: hidden;
	padding-bottom: 30px;
	
}
#box4 .list_carousel{
	margin-left: -15px;
}
#box4 .ser-text-box h4{
	transition: all 0.7s ease-out 0s;
	font-size: 19px;
	color: #fff;
	margin: 10px 0px;
	text-transform: uppercase;
	margin-top: 5px;
	font-family: 'Oswald', sans-serif !important;
}
#box4 .ser-text-box p{
	transition: all 0.7s ease-out 0s;
	font-size: 12px;
	color: #fff;
	
	line-height: 22px;
}
#box5{
	background-color: #a6ce3a;
	padding: 40px 0px;
}
#box5 h5{
	margin: 0px;
	padding: 0px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
}
#box5 p{
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
}
#box5 a{
	background-color: #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	color: #a6ce3a;
	font-family: 'Oswald', sans-serif !important;
	display: inline-block;
	margin-top: 7px;
}
#box5 a:hover{
	background-color: #047cc0;
	color: #fff;
}
#footer{
	margin: 60px 0px;
}
#footer h3{
	margin-bottom: 25px;
	color: #047cc0;
	font-family: 'Open Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 15px;
}
#footer ul{
	margin: 0px;
	padding: 0px;
	margin-bottom: 35px;
}
#footer ul li{
	list-style: none;
	line-height: 30px;
}
#footer ul li i{
	margin-right: 10px;
}
#footer ul li a{
	font-size: 12px;
	color: #333;
}
#footer ul li a:hover{
	color: #ff9806;
}
#footer  p{
	font-size: 12px;
	color: #333;
}
#footer  p a{
	font-size: 12px;
	color: #333;
}
#footer  p a:hover{
	color: #ff9806;
}
#inner-banner img{
	width: 100%;
}
.ser-box1{
	margin-bottom: 25px;
}
.ser-box1 h4{
	background-color: #ff9806;
	color: #fff;
	font-family: 'Oswald', sans-serif !important;
	padding: 8px;
	margin: 0px;
	padding-bottom: 12px;
	transition: all 2s ease-out 0s;
}
.ser-box1:hover h4{
	background-color: #047cc0;
	transition: all 2s ease-out 0s;
}
.ser-img{
	margin-top: 5px;
}
.contact-form label{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px;
	margin-top: 10px;
	color: black;
}
.contact-form input{
	width: 100%;
	border: 1px solid #ddd;
	padding: 3px;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px;
	padding: 5px;
}
.contact-form textarea{
	width: 100%;
	border: 1px solid #ddd;
	padding: 3px;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px;
	margin-bottom: 15px;
}
.contact-form h5{
	font-size: 18px;
	color: #333;
}
.contact-form .form-check-inline .form-check-input{
	margin-bottom: 0px;
	
}
.contact-form .form-check-label{
	margin-top: 0 !important;
}
.contact-form .sub-btn{
	background-color: #a6ce3a;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 70px;
	margin-top: 20px;
	border: none;
	transition: all 2s ease-out 0s;
}
.contact-form .sub-btn:hover{
	background-color: #047cc0;
	transition: all 2s ease-out 0s;
}


@media (min-width: 0px) and (max-width: 991px) {

	#top-menu .tab{
		display: block;
		width: 80%;
	}
	#top-menu .tab img{
		width: 70%;
	}
	#top-menu .desk{
		display: none;
	}
	#top-menu .menu{
		display: none;
	}
	#top-menu .navbar{
		margin-top: 0px;
	}
	#top-menu .navbar-nav{
		text-align: center;
		margin-top: 27px;
		line-height: 43px;
	}
	#main-banner .banner-con{
		display: none;
	}
	#box1 .re-btn{
		margin-bottom: 25px;
	}
}
@media (min-width: 0px) and (max-width: 630px) {
	#box4 .caroufredsel_wrapper {
	    height: 175px !important;
	}
}
@media (min-width: 0px) and (max-width: 415px) {
	#box4 .caroufredsel_wrapper {
	    height: 265px !important;
	}
}


/**/


.form-check label{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    color: black;
}
.error{
	font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    color: red;
}