body{
	
}

p{
	color:rgba(0, 0, 0, 0.5);
}

.dropdown:hover>.dropdown-menu{
	display:block;
}

nav{
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.1), 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.navbar-nav a{
	color:#da1212;
}

.main-banner{
	background-image:url(../images/1234.jpg);
	background-attachment: ;
    background-position: center;
    background-size: cover;
	z-index:9999;
}

.form-block{
	padding:80px 0px;
	width:73%;
}

form{
	background:rgba(255, 255, 255, 0.8);
	padding:10px 40px 40px 40px;
	border-radius:15px;
}

.form-main-block{
	margin-top:-320px;
	position:relative;
}

.wrapper{
	margin-left:25%;
}


.form-para{
	font-size:13px;
	color:#b6b6b6;
}

.btn-form{
	text-align:center;
	background:#da1212;
	color:white;
	margin-top:30px;
}

.wrapper-1{
	text-align:center;
}

.step-block{
	background:#da1212;
}

.steps{
	text-align:center;
	color:#da1212;
	border-radius:100%;
	background:white;
	width:100px;
	height:100px;
	display:table;
	margin-top:-45px;
	margin-left:30px;
}

.steps h5{
	vertical-align:middle;
	text-align:center;
	display: table-cell;
}

.steps-img{
	text-align:center;
}

.col-md-6 img{
	width:px;
}

.step-img-txt{
	color:#e9e5e5;
	margin-top:30px;
}

.top-text{
	text-align:center;
	color:#da1212;
	margin-top:80px;
}

.countries-heading{
	text-align:center;
	color:#da1212;
	margin-top:80px;
}

.fh5co-work-title{
	text-align:center;
	color:black;
	text-decoration:none;
}

.fh5co-work-title:hover{
	text-decoration:none;
}

.img-countries{
	padding:25px 25px 0px 25px;
}

.img-carousel{
	text-align:center;
	width:100px;
        margin:0px auto;
        padding-bottom:10px;
}


.img-carousel img{
	width:;
}

#carousel{
	background:#da1212;
	padding:30px;
	margin-top:40px;
}

.other-services{
	margin-top:40px;
}

.border{
	padding:20px;
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.border:hover{
	padding:20px;
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

.sub-heading{
	color:#5a5757;
	text-shadow: 1px 1px 2px #5a5757;
}

.row-margin{
	margin-top:40px;
	margin-bottom:40px;
}

.color-text{
	color:#da1212;
	text-align:center;
	margin-top:80px;
}

.footer{
	background:#da1212;
	padding:20px;
	margin-top:80px;
}

.footer h4{
	color:white;
}

.footer-para{
	color:#e5c5c5;
}

.list-foot{
	list-style:none;
	padding-top:35px;
}

.list-foot li a{
	color:#e5c5c5;
}

.copy-right{
	background:#2a2525;
	padding:10px;
	text-align:center;
}

.copy-right span{
	color:white;
}

#about-bg{
	line-height:200px;
	text-align:center;
	color:white;
}

.about-text{
	color:#da1212;
	margin-top:30px;
}

.fh5co-narrow-content ul{
	color:rgba(0, 0, 0, 0.5);
}

.contact-heading{
	color:#da1212;
	margin-top:40px;
	margin-bottom:40px;
	text-align:center;
}

i{
	color:#da1212;
}

#myModal{
	margin-top:7%;
}

.popup-txt{
	text-align:center;
	background:#da1212;
	color:white;
	text-decoration:none;

}

.popup-txt a{
	color:white;
}

.popup-txt a:hover{
	text-decoration:none;
}

.modal-footer{
	background:none !important;
}

.wrapper-popup{
	text-align:center;
	margin:0px auto;
}

/* video block*/

.video-block{
	margin:100px 0px; 
}

.video-block h2{
	color:#da1212;
	text-align:center;
	font-family:BernhardFashi...;
}

.video-block h5{
	text-align:center;
	margin-bottom:30px;
}

iframe:hover{
	border:2px solid white;
}

.video-block iframe{
	border:2px solid #da1212;
	padding:10px;
	border-radius:10px;
}

.video-block iframe:hover{
	background:#da1212;
	border-radius:10px;
}

.video-block .row{
    margin:20px 0px !important;
}

.gallery-block h2{
	text-align:center;
	color:#da1212;
}

.gallery-block img{
	padding:20px;
	border:2px solid #da1212;
}

.gallery-block img:hover{
	background:#da1212;
}

.watsapp{
	position:fixed;
	bottom:50px;
	right:0;
	z-index:999;
}

.watsapp img{
	width:60px;
}

.call-icon{
	position:fixed;
	bottom:50px;
	left:0;
	z-index:999;
	visibility:hidden;
}

.call-icon img{
	width:60px;
}

@media screen and (max-width:500px){
.watsapp .watsapp-img{
	width:60px;
}
.call-icon .call-img{
	width:60px;
	visibility:visible !important;
}
}