body{
	
	background-color: #E6E6FA;
	font-family: Calibri, Geneva, sans-serif;
}
.nav-img{
	width:50px;
	height:50px;
}
.home-nav-img{
	width: 230px;
}
.text{
	margin-top: 100px;
}
h1{
	text-align: center;
}
h2{
	margin-top: 50px;
	
	font-weight: bold;
}
h3{
	text-align: center;
}
h4{
	font-weight: bold;
}
h5{
	margin-top: 50px;
	text-align: justify;
}
.home-page-title{
	text-align: center;
    font-size: 35px;
    font-family: 'Kalam', cursive;
}
.home_paragr{
	margin-top: 100px;
	font-size: 18px;
	text-align: center;
}
.contact_img{
	width:30px;
	height:30px;
	float: left;
	margin: 5px 0;
}
.size-width{
	width:140px;
}
.img_botton img{
	margin:5% 0;
	width: 50%;
	height: 50%;
	position: relative;
    left: 25%;
}
.contact-text{
	margin-top:100px;
	color:#000080;
}
.contact-text img{
	width: 35%;
    margin: 0 0 18px 0;
}
.contact-text .row .col ul li{
	list-style: none;
}
.contact-text .row .col ul{
	padding: 0;
}
.contact-text .row .col img{
	width: 100%;
}
.contact-text .row .col ul li a{
	color: #000080;
}
.img-contact{
	width:100%;
}

.center-row .row{
	margin:50px 0;
}
.services-row li{
	font-size: 20`px;
}

.center-row .row .col:nth-child(1){
	background-color: #99ccff;
}
.center-row .row .col:nth-child(2){
	background-color: #66b3ff;
}
.center-row .row .col:nth-child(3){
	background-color: #b3d9ff;
}
.center-row .row .col {
    margin: 0 5px;
    padding: 10px 20px;
    font-size: 15px;
}
	


/*footer*/
.footer-style{
	background-color:#f8f9fa !important;
	height: 20%;
	margin:50px 0 0 0;
}

.footer_menu{
	float: left;
	font-size: 12px;
	padding: 10px 5px;
	list-style: none;
}

.footer_a:hover {
	text-decoration: none;
	color: black;
}
.footer_a{
	color: #808080 ;
}
.copyright{
	padding: 10px 0 0 60px;
	font-size: 12px;
}
.footer_img{
	width: 50%;
}

/*media*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 550px) and (max-width: 767.98px) {
	h2{
		font-size: 20px;
	}
	h5{
		font-size: 15px;
		margin: 20px 0;
	}
	.home-page-title{
		font-size: 23px;
	}
	.services-row li{
		font-size: 12px;
	}
	.container{
		padding: 0 2px;
	}
	.col{
		flex-basis: auto;
	}
	.footer_img{
		width: 100%;
	}
	.copyright{
		padding: 10px 0 0 120px; 
	}
	.center-row .row .col {
    margin: 5px 0px;
    padding: 5px;
    font-size: 12px;
	}
	.contact-text img {
		width: 65%;
	}
	footer{
		bottom: 0;
		left: 0;
	}
}