
@font-face{
	font-family: font;
	src: url(../fonts/Montserrat-Light.otf);
}

@font-face{
	font-family: font2;
	src: url(../fonts/Montserrat-Bold.otf);
}

html,body{
	height: 100%;
	font-family: font;
}
.col-md-4{
	padding-left: 60px;
}

.img{
	width: 100%;
}
.banner{
	width: 100%;
	height: 490px;
	border-bottom: 16px solid #03398f !important;
}
.banner img{
	width: 100%;
	height: 480px !important;
}
.profile-img{
	float: left;
	margin-top: -10px;
	margin-right: 20px;
}
.follow{
	float: right;
	margin: -38px 20px 0 0;
	padding-bottom: 30px;
}
.profile{
		border-bottom: 1px solid #e3e3e3;
		padding-bottom: 20px;
		margin-bottom: 20px;
}
.first-sec{
	padding: 20px 20px;
	margin-top: -90px !important;
	background: #fff; 
	-webkit-box-shadow: 0 0 15px #d3d3d3);
        box-shadow: 0 0 15px #d3d3d3;
}

.first-sec span .btn{
	 box-shadow: 0 4px 5px #d3d3d3; 
	 border-radius: 5px;
	 width: 100px;
	 color:#03398f;
}


.row .col-md-8 .row .col-md-4{
	margin: 0;
	padding: 0;
}
.row .col-md-8 .row .col-md-4 img{
	width: 100%;
}
.row .col-md-8 .row .col-md-8 .title{
	color:#03398f;
	font-size: 20px;
	font-family: font2;
}
.row .col-md-8 .row .col-md-8 a.btn{
	color:#fff;btn-default
	background: -webkit-linear-gradient(to bottom, #0445af, #03398f);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #0445af, #03398f);
	border-radius: 5px;
}


.row .col-md-8 .row .col-md-8 a.btn:hover{
	 background: -webkit-linear-gradient(to bottom, #03398f, #0445af );  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #03398f, #0445af);

	 
}

.border-full{
	border: 1px solid #e3e3e3;
	margin: 30px 0;
}

.row .col-md-8 .row .col-md-12 span a.btn{
	color:#fff;
	border-radius: 5px;
	background: #03398f;
	margin-top: 5px;
}

.row .col-md-8 .row .col-md-12 span a.btn:hover{
	color:#fff;
	border-radius: 5px;
	background: #0445af;
	margin-top: 5px;
}



.second-sec{
	
	padding-top: 40px;

}
.second-sec .right-box{
	background-image: url(../images/img-11.jpeg);
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center;
	padding: 30px;
	color: #fff;
	
}
.second-sec .right-box p{
	color: #fff;	
}
.second-sec .right-box span{
	color:#69B3C8;
	font-weight: 600;
}
.second-sec .right-box a.btn{
	color:#fff;
	background: -webkit-linear-gradient(to right, #6dd5ed, #03398f);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #6dd5ed, #03398f);
}

.color{
	color:#03398f;
}
.right-list ul li{
	line-height: 13px;
	word-spacing: 3px;
	margin-top: 40px;
}
.right-list ul li h4 {
	margin-top: -34px;
	margin-left: 5px;
	font-size: 16px;
}
.right-list ul li p {
	font-size: 12px;
}
.border span{
	font-size: 26px;
	margin-right: 10px;
}
.border{
	color: #fff;
	border-radius: 0;
}
.pd{
	padding: 30px;
}

h1 {
font-size:36px;
font-family: font2;

}

h2 {
font-size:18px;
font-family: font2;
}

.border h1{
	font-weight: 800;
	font-family:font2;
}
.border a.btn{
	margin-bottom: 30px;
	color:#5087EE;
	border-radius: 5px;
	margin-top: 5px;
	width: 160px;
	padding: 15px;
}

.border {
	margin-top: 30px;
	background: -webkit-linear-gradient(to bottom, #B074F4, #03398f);
	background: linear-gradient(to bottom, #B074F4, #03398f);
}
.pull-left.right-list.middle-sec{
	padding-bottom: 40px;
}
.pull-left.right-list.middle-sec > h3 {
	font-size: 36px;
}
.pull-left.right-list.middle-sec ul li h4 {
	margin-top: -34px;
	margin-left: 5px;
	font-size: 20px;
	line-height: 19px;
}
.pull-left.right-list.middle-sec ul li p{
	line-height: 17px;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.col-md-4{
	padding-left: 13px;
}

.follow{
	float: none;

}

.banner{
    width: 100%;
    height: 280px;
}

}

