body{
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif !important;
}

.mt-10{
	margin-top: 10px;
}

.mt-20{
	margin-top: 20px;
}

.mt-30{
	margin-top: 30px;
}

.mt-40{
	margin-top: 40px;
}

.mt-50{
	margin-top: 50px;
}

.mb-10{
	margin-bottom: 10px;
}

.mb-20{
	margin-bottom: 20px;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-40{
	margin-bottom: 40px;
}

.mb-50{
	margin-bottom: 50px;
}

.navbar li a{
	padding: 8px 22px !important;
	    webkit-transition: 0.2s;
	moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.navbar li a:hover{
	margin-top: -5px;
    border-bottom: 2px solid;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff !important;
}

.black-bar{
    margin-top: 50px;
    width: 100%;
    height: 50px;
    background-image:url('../img/bg/bar.jpg'); 
/*    background-color: #000;*/
    position: absolute;
}

.navbar-dark .navbar-toggler {
    background-color: black !important;
    color: rgb(255, 255, 255) !important;
    border-color: rgb(0, 0, 0) !important;
}

.navbar a {
	background-image:url('../img/bg/bar.jpg') !important;
    background-color: #000000cc !important;
}

.box{
	border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 25px;
    background-image: url(../img/bg/box.jpg);
    text-align: center;
    margin: 50px 12px;
    color: white;
}

.box h3{
	margin-bottom: 30px;
}

.details{
		text-align: center;
}

.details img{
    margin-bottom: 40px;
}

.bg-2{
	background-image: url('../img/bg/footer.jpg');
	min-height: 400px;
	color:  #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.bg-2 h3{
	margin-bottom: 50px;
}

.btn-white{
	background-image: url('../img/bg/btn-classic-hover.png');
	color:  #fff !important;
    padding: 10px 40px !important;
    border-top-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border: 2px solid #fff !important;
    webkit-transition: 0.2s;
	moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	transition-property: all;
}

.btn-white:hover{
	background-image: url('../img/bg/btn-white.jpg');
	color:  #000 !important;
}

.btn-classic{
	background-image: url('../img/bg/btn-classic.jpg');
    border-top-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    padding: 10px 40px !important;
    color:  #fff !important;
    webkit-transition: 0.2s;
	moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	transition-property: background;
}

.btn-classic:hover{
	background-image: url('../img/bg/btn-classic-hover.png');
}

.whatwe-offer ul{
	padding-left: 0px !important;
}

.whatwe-offer ul li{
	list-style-type: none !important;
}

.footer{
	border-top: 6px solid #42004c;
	padding: 30px 0px;
/*	background-color: #001c82;*/
	background-image: url('../img/bg/footer.jpg');
	color: #fff;
}

.footer h3{
	margin-bottom: 40px;
}

.footer ul{
	padding-left: 0px;
}

.footer ul li{
	list-style-type: none;
	padding: 8px 0px;
	color: #fff;
	border-bottom: 1px solid;
    margin-bottom: 10px;
    webkit-transition: 0.2s;
	moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.footer ul li a{
	color: #fff;
	text-decoration: none;
	
}

.footer ul li:hover{
	margin-left: 10px;
}

.footer a{
	color: #fff !important; 
}

.footer-bar{
	border-top: 4px solid #42004c;
    padding: 15px 0px;
    color: #fff;
    background-image: url('../img/bg/footer.jpg');
}

