/*=== my stylesheet ===*/

/* font-family: 'Lato', sans-serif; */

*{margin: 0; padding: 0;}
a,button,span,li,i{vertical-align:middle;}
a,button,span,li{outline: none; transition:0.3s;}
body{
	font-size: 14px;
	background:#fff;
	padding:0; 
	color:#262626; 
	font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6{margin:0; text-shadow:none; margin-bottom:10px;}
p,ul{text-shadow:none; margin-bottom:15px;}
h1{font-size: 32px; line-height:30px;}
h2{font-size: 22px; line-height:26px;}
h3{font-size: 16px; line-height:20px;}
button{border:none;}
img{max-width:100%;}
a{text-shadow:none;}
a:hover,a:focus{color:#fa4c06; text-decoration:none;}

.container{max-width: 990px;}
.web{    font-size: 17px;      margin-top: 10px;}
/*=================== Header section =============== */

.header-bg{
	padding: 20px 0 10px 0;
}
.header-left .logo img{max-width: 123px;}
.header-left .link a{
	font-size: 18px;
	color: #0d12d2;
}

.header-right{
	font-size: 20px;
	color: #848484;
}
.header-right a{color: #848484;}
.header-right i{
	font-size: 22px;	
	min-width: 35px;
}

.banner-container{
	background-color: #1c4cb5;
	padding: 25px 0;
}
.banner-text h1{
	font-size: 40px;
	color: #fcd900;
	line-height: 40px;
	font-weight: bold;
}
.banner-text p{
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}

/*=================== Home section =============== */

.blog-box{
	background-color: #f1f1f1;
	padding: 50px 0;
}
.blog-box .row{margin-bottom: 50px;}


.blog-box .img{
	height: 130px;
	width: 130px;
	border-radius: 50%;
	border: 2px solid #1c4cb5;	
	background-size: cover;
	
	margin-bottom: 10px;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: left top;
}
.blog-box .img1{background-image: url(img/img1.jpg);}
.blog-box .img2{background-image: url(img/img2.jpg);}
.blog-box .img3{background-image: url(img/img3.jpg);}
.blog-box p{
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 10px;
	font-style: italic;
	color: #808080;
}
.blog-box .name{
	font-size: 17px;
	color: #5a5555;
	font-weight: bold;	
}

/*=================== Footer section =============== */

.footer-info{padding: 50px 0 20px;}
.info{text-align: center;}
.info .img{
	background: #f1f1f1;
	border: 1px solid #fcd900;
	display: inline-block;
	height: 115px;
	width: 115px;
	padding: 15px;
	border-radius: 50%;
	margin-bottom: 15px;
}
.info h3{
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;	
	color: #333333;
	margin-bottom: 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e0e0e0;
}
.info p{
	font-size: 16px;
	color: #6e6e6e;
	padding: 2px;
	line-height: 21px;
}

.main_footer{
	background-color: #fcd900;
	padding: 15px 0;	
}
.main_footer .title{
	font-size: 16px;
	color: #808080;
	padding: 0 15px 10px;
}

.get_form_box{
	text-align:center;
	border:5px solid #fcd900;
	border-radius:5px;
	padding:15px;
	background-color:#FFF;
}
.input-group .form-control{float:none !important;}
.get_form_box .input-group{
	width:100%;
	display:block;
	margin:0 !important;
}
.get_form_box p{
	font-size: 20px;
    line-height: 28px;
	color:#555;
	font-weight:bold;
}
.get_form_box .input-group .form-control{
	width:100%;
	height:auto;	
	color: #16a085;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
    padding: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 19px;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.get_form_box button{
	background-color: #f23e15;
    color: #ffffff;
	font-size:14px;
	border-radius:4px;
	width:100%;
	padding:10px;
	margin:10px 0;
	transition:0.3s;
	text-transform:uppercase;
}
.get_form_box button:hover,.get_form_box button:focus{background-color:#ff8d22;}

.help-block{text-align:left !important;}

#success_message{ display: none;}
.formsuccess{color:green;}

/* ========  Responsive Media ======= */

@media (max-width: 991px){
	.header-bg{text-align: center;}
	.header-bg .logo{margin-bottom: 10px;}
}
@media (max-width: 768px){
	.blog-box .img{
		margin: 0 auto;
		margin-bottom: 12px;
	}
}