*{
	margin: 0;
	padding: 0;
}
body{

}
.header{
	width: 100%;
	height: 75px;
	padding: 5px;


	box-shadow: 0px 0px 3px;
	

}
.header .logo{
	float: left;
	width: 200px;
	overflow: hidden;
}
.header .logo img{
	width: 100%;
	overflow: hidden;
}
.header-right{
	float: right;
	padding: 15px;
	margin-top: 5px;
}
.header-right ul{
	list-style: none;
	position: relative;
	
	
}
.header-right ul li{
	float: left;
}
.header-right ul li a{
	color: #D52B2A;
	text-decoration: none;
	padding: 10px;

	font-size: 18px;
	
}
.header-right ul ul{
    position: absolute;
    top: 45px;
    left: 0;
}
.header-right ul ul li{
    float: none;
}
.slider{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
.slide-carousel{
	position: relative;
	overflow: hidden;
}
.slide-carousel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0.7;
}
.slide-carousel .item{
	height: 500px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;

	
}
.slide-carousel .item .text {
	padding-top: 5%;
	text-align: center;
	position: relative;
    z-index: 99;
}
.slide-carousel .item h2 {
	
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'Exo 2', sans-serif;
	color: #FDFDFC;
	margin-bottom: 20px;
	display: inline-block;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.slide-carousel .item h3 {
	font-size: 28px;
	font-weight: normal;
	color: #FDFDFC;
	margin-bottom: 70px;
	font-family: 'Exo 2', sans-serif;
	display: inline-block;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.slide-carousel .item p {
    animation-duration: .8s;
    animation-delay: .8s;
    display: inline-block;
    position: relative;
	z-index: 999;

	-webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.slide-carousel .item p:nth-child(1) a {
	text-decoration: none;
	border-radius: 0;
	font-size: 16px;
	text-transform: capitalize;
	background: #D52B2A;
	color: #fff;
	padding: 10px 20px;
	
	-webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}
.slide-carousel .item p:nth-child(2) a{
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	/*-webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;*/
}
.slide-carousel .item p{
    margin-right: 10px;
}
/*.slide-carousel .item p a:hover{
	background: transparent;
	border: 2px solid #fff;
}*/
.slide-carousel .item p:nth-child(2) a:hover{
	background: #D52B2A;
	border: none;
}

.slide-carousel .item p:nth-child(1) a:hover{
	background: none;
	border: 2px solid #fff;
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/*End of slider*/
.contactus{
	 width: 100%;
    height: 400px;
    background-image: url(../img/ab2.jpg);
     position: relative;
    background-repeat: no-repeat;
    background-position: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.contactinfo{
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'Exo 2', sans-serif;
}
.contactinfo h3{
    margin-bottom: 20px;
    font-weight: bold;
    color: #646464;
}
.contactinfo .left input[type=text],
.contactinfo .left input[type=email],
.contactinfo .left input[type=digit] {
    width: 100%;
    padding: 8px 20px;
    margin: 8px 0;   
    border: 1px solid #ccc;
    overflow: hidden;
    outline-color: #D52B2A;
   
}
.contactinfo .left textarea{
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
     margin: 8px 0;
     outline-color: #D52B2A;
}
.contactinfo .left input[type=submit] {
    
    background-color: #D52B2A;
    color: #fff;
    font-weight: normal;
    padding: 8px 25px;
    margin: 8px 0;
    border: none;  
    cursor: pointer;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}
.contactinfo .left input[type=submit]:hover{
    background-color: transparent;
    color: #333;
    font-weight: bold;
    border: 2px solid #333;
}
.contactinfo .right{
    color: #646464;
}
.contactinfo .right p{
	font-size: 15px;
}
.contactinfo .box {
    margin-top: 25px;
}
.contactinfo .box p i{
    margin-right: 10px;
    color: #333;
}
.contactinfo .box p:nth-last-child(1){
    margin-left: 26px;
}
.mapw iframe{
    width: 100%;
    height: 400px;
}

