/*
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

body{
	font-family: 'Belleza', sans-serif;
}

.bg-header{
	background:#323946;
}

.navbar-brand{
	font-size: 2.8em;
}

.navbar-brand span{
	color:#24a3d8;
	font-weight: bold;
}

.color-blue{
	color:#24a3d8;
}

.navbar-expand-lg .navbar-nav .nav-link{
	font-family: 'Roboto', sans-serif;
	padding: 10px 15px;
	font-size: 14px;
	color: #333;
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
	color:#24a3d8;
}

.top-header{
	height: 50px;
	background:#F0F0F0;
}

.media{
	list-style: none;
	padding: 0px;
	margin-top: 10px;
	float: right;
}
.media li{}
.media li a{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background:#C9C9C9;
	color: #373737;
	border-radius: 50%;
	margin: 0px 3px;
}
.media li a:hover{
	background:#24a3d8;
	color:#fff;
}

.container-padding{
	padding: 45px 15px;
}

.parallax-1{
	background:url(../images/what-we-do.jpg) no-repeat top center;
	background-size: cover;
	min-height: 180px;
	line-height: 180px;
}

.wwd{font-size: 20px; color:#ffffff;}
.wwd span{font-size: 34px;}

.heading{
	font-family: 'Roboto', sans-serif;
	font-size: 3em;
}

.hrl{
	background:#24a3d8;
	width:100px;
	margin: auto;
	height: 3px;
}

.hrl2{
	background:#24a3d8;
	width:100px;
	height: 3px;
}

.nav-pills .nav-link{
	font-size: 20px;
	color:#8B8B8B;
	border: 1px solid #B5B5B5;
	border-radius:0px;
	margin: 0px 3px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	border-color: #24a3d8;
}

.h1,.h2,.h3,.h4,.h5{font-family: 'Roboto', sans-serif;}

#owl-demo .item{
  background: #fff;
  padding: 15px;
  margin: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	text-align: center;
	height: 260px;
}

#owl-demo-1 .item{
  padding: 15px;
  margin: 10px;
	text-align: center;
}

.footer{
	background:#323946;
	color: #fff;
}

.footer-brand{
	color:#fff;
	font-size: 2.8em;
}

.footer-brand span{
	font-weight: bold;
}

.footer2{
	background:#161616;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
}

.left{float:left;}
.right{float:right;}
.right a{color: #676767;}
.right a:hover{text-decoration: none;}

.header-bg{
	background:url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
	height: 150px;
	line-height: 150px;
	color: #fff;
	font-size: 3em;
}


.login-bg{background:url("../images/login-bg.jpg") no-repeat top left; background-size: cover;}
.login-box{ padding:10% 10% 10% 10%;  }
.sign-in{font-size:1.4em; margin: 30px 0px 15px 0px;}
/*.login-form input[type="text"]{border-radius:0px; height:45px;}
.login-form input[type="password"]{border-radius:0px; height:45px;}*/
.btn-login{background:#027b38; height:45px; color:#fff; font-size:16px; text-transform: uppercase; cursor:pointer;}
.login{padding-top:0px;}

.register-bg{
	background:url("../images/login-bg.jpg")no-repeat  top left;
	background-size: cover;
	padding-top: 0px;
}
.reg-left-box{background:#fff;}
.reg-box{     padding: 2% 5% 2% 5%;}
.login-with{margin-top: 200px; padding: 15px;}
.caa{font-size:1.8em; margin-bottom: 5px;}

.login-brand{
	color:#323946;
	font-size: 1.5em;
}
.login-brand:hover{text-decoration:none; color:#323946;}

.login-brand span{
	color:#24a3d8;
	font-weight: bold;
}

.register-box hr{display:none;}

@media only screen and (max-width: 600px) {
    .parallax-1{
		min-height: 180px;
		line-height: 30px;
		padding: 15px;
	}
	.footer2{/*height:70px;*/}
	.left{float:left; width: 100%; text-align: center;}
	.right{float:right; width: 100%; text-align: center;}
	
	.top-header{
		height: auto;
	}
	
	.media{
		float: right;
	}
	
 
.login-box
{ padding:15px; width: 100%;}
         .login-bg{display:none;}
        .reg-box{ padding:15px; width: 100%;}
       /* .register-box .text-center{display:none;}*/
	  .register-box hr{display:block;}
		.top-header-1{ display:none;  }
		.header-bg { font-size: 2em;  }
}

.hidden
{
	display:none;
}


.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #f00;
	background-color: #eafdff;
	background-clip: padding-box;
	border: 1px solid #0028ff;
	border-radius: 7px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.col-form-label {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}




