 
 
 #header-area{
    background: #fff;
    background:#2d3e50;
    background:#2d3e50;
    background:#3E4D5D;
    /*background: #065042;*/
    /*background:#97c8bf;*/
    box-shadow: 0px 0px 5px rgba(0,0,0,.4);
    padding:10px 0px;
}
.navbar-nav.mr-auto {
    /* margin-left: 76%; */
    position: absolute;
    right: 0;
}

.navbar.navbar-expand-lg {
	background:#3E4D5D;
}
.nav-link{
    color:#fff!important;
    font-weight:600;
}
a.navbar-brand {
	color: #fff;
	letter-spacing: 10px;
	font-weight: 800;
	font-size: 33px;
}
.navbar-toggler.collapsed {
	border: 1px solid #fff!important;
}
.navbar-toggler {
	border: 1px solid #fff!important;
}
.fas.fa-bars {
	margin-top: 5px !important;
	color: #fff;
}
#welcome-area{
	margin:30px 0px;
}
.welcome {
	background: #f5f5f5;
	border: 1px solid rgba(0,0,0,.1);
	padding: 10px;
}
.welcome-image img{
	width:100%;
	height: 100%;
}
.welcome-content{
	text-align: center;	
	padding:60px 0px;
}
.welcome-content h5{
	text-transform: uppercase;
	font-size: 20px;
}

.welcome-content h2{
	text-transform:capitalize;
	font-size: 35px;
	font-weight: 600;
}

.welcome-content p{
	font-size: 16px;
}
.button-area{
	margin-top:40px;
}
.button-area a{
	background-color: rgb(196, 201, 205);
	color: rgb(3, 3, 3);
	padding:15px 30px;
	text-transform: uppercase;
	font-weight: 16px;
	font-weight: 600;
	text-decoration: none;
}
.title h2{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	padding:30px 0px; 
}
.one{
	background: url('./images/one.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	height: 350px;
	margin:0;
	padding:0;
}
.two{
	background: url('./images/two.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	height: 350px;
	margin:0;
	padding:0;
}
.three{
	background: url('./images/three.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	height: 350px;
	margin:0;
	padding:0;
}

.box{
	width:100%;
	height: 350px;
	background: rgba(0,0,0,.6);
	text-align: center;
	color:#fff;
	padding:30px 40px;
}
.box h2{
   font-weight: 600;
   font-size: 28px;
   margin-bottom: 20px;
}

.box h6{
   font-weight: 600;
   font-size: 17px;
   line-height: 27px;
}
.about{
	background: #f5f5f5;
	margin:0;
	padding:0;
	margin-bottom:20px;
	border:1px solid rgba(0,0,0,.1);
}
.about-image img{
	width:100%;
	height:450px;
	height:100%;
}
.about-content{
	padding:20px 10px;
	margin-top:-20px;
}
.about-content h2{
	font-weight: 600;
	font-size: 25px;
	padding:20px 0px 20px 0px;
}
.approch {
	background: #e9ecef;
	padding: 20px 20px;
	border: 1px solid rgba(0,0,0,.1);
}
.approch-box{
	background: #f5f5f5;
	height: 500px;
	margin:10px 0px;
	border:1px solid rgba(0,0,0,.1);
}

.approch-image img{
	height: 250px;
}
.approch-content{
	padding:30px 30px;
	text-align: center;
}
.approch-content h2{
	font-size: 20px;
	font-weight: 600;
}
.approch-content p{
	font-size: 16px;
}

#copyright-area{
	background: #f5f5f5;
		background:#3E4D5D;
	height: 50px;
	/*box-shadow: 1px 1px 5px #000;*/
	border-top:2px solid rgba(0,0,0,.2);
}
.copyright-left p{
	margin:0;
	padding:0;
	line-height: 50px;
	color:#fff;
}
.copyright-right p{
	margin:0;
	padding:0;
	line-height: 50px;
	float: right;
	color:#fff;
}

.list ul{
	margin:0;
	padding:0;
}
.list ul li{
	text-align: left;
}
.list ul li a{
	text-decoration: none;
	color:#000;
	font-size: 16px;
}
#contact-area{
	padding:10px 0px;
	background:#e9ecef;
}
.contact{
	padding:20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
}
#aks{
	text-transform: uppercase;
	font-weight: 600;
}
.contact-title{
	margin-bottom: 30px;
}
.contact-title h1{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
}

.mobile{
    display:none;
}

@media only screen and (min-width:320px) and (max-width: 575px) {
    .navbar-nav.mr-auto {
      position: relative;
	  left: 0;
     }
     .copyright-left p {
	   line-height: 25px;
	   font-size:16px;
    }
    .copyright-right p {
	margin: 0;
	padding: 0;
	line-height: 25px;
	float: left;
}

.information {
	margin-top: 30px;
}
.approch-box {
	height:auto;
}

#copyright-area{
    height:auto;
    padding:10px 0px;
}
.copyright-left{
    display:none;
}

.copyright-right{
    display:none;
}

.mobile{
    display:block;
}
.mobile p{
    color:#fff;
    text-align:center;
}


}