@import url(//db.onlinewebfonts.com/c/9da41c570d5a221cb2486d78769a076d?family=Neue+Helvetica);
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.eot');
	src: local('☺'), url('../fonts/Helvetica.woff') format('woff'), url('../fonts/Helvetica.ttf') format('truetype'), url('../fonts/Helvetica.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	padding:0;margin:0px;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
}
h1, h2, h3 { font-family: 'Helvetica'; font-weight:bold; }
.banner_img{width:100%;}
.banner_sec {
    background: url('images/banner-01.png') no-repeat;
    width: 100%;
    background-size: 100% 100%;
}
.social_icons ul{padding:0; margin:0px; list-style:none;float: right;}
.social_icons ul li {float:left;padding-right: 5px;}
.social_icons ul li:last-child {padding-right: 0px;}
.social_icons i {
    font-size: 15px;
    border-radius: 20px;
    background: #fff;
	color:blue;
    padding: 7px 0px 0px 0px;
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
}
.social_icons {
    float: right;    margin-top: 50px;
}
.banner_txt h1 {
    border-left: 4px solid #fff;
    color: #fff;
    padding-left: 5px;
    font-family: 'Helvetica';
    margin-top: 50px;
    font-weight: bold;
    font-size: 45px;
}
.banner_logo{margin-top:10px;}
.banner_sec_cont {
    padding-top: 20px;
}
.banner_form {
    background-image: linear-gradient(to right, #14386a , #0396e7);
    border-radius: 10px; padding: 20px; margin-top: -15px;
}
.banner_form h3 {
    margin: 0;
    padding-bottom: 20px;
    color: #fff;
	font-family: 'Helvetica';
}
.banner_form input {
    background: #fff;
    height: 45px;
    width: 100%;
    border: none;
    margin-bottom: 15px;
    padding: 15px;
}
.banner_form input[type='submit'] {
    width: auto;
    background: #ffd800;
    border-radius: 16px;
    font-weight: bold;
    padding: 6px 35px;
    height: auto;
    font-size: 20px;
    text-transform: uppercase;
}
.thankyou_msg h3{
    text-align: center;
    margin-bottom: 45px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
}
.majesty_img img {
    width: 100%;
    margin-top: -140px;
}
.content_sec_cont {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
    width: 815px;
    float: none;
}
.three_sec_icon .container {
    width: 1100px;
}
.three_sec_icon {
    background: #5aa0ff;
    margin-top: 20px;
    padding: 30px 0px;
}
.three_sec_icon_img {
    background: #133a6d;
    border-radius: 15px;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}
.three_sec_icon_txt span {
    color: #133a6d;
    font-size: 20px;
    font-weight: bold;
}
.three_sec_icon_txt {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
	line-height: normal;
	padding-top: 5px;
}
.third_icon  { width:40px;}
.footer_limi_sec {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 15px;
}
.footer_copy_rights {
    background: #535353;
    color: #fff;
    font-size: 22px;
    padding: 15px;
	text-align:center;
}

.social_icons img { width:25px;}
.footer_copy_rights p {padding:10px 0px; margin: 0;}

@media (max-width: 1120px) {
    .three_sec_icon .container {width: 95%;}
}


@media (max-width: 991px) {
	.banner_sec_cont .col-md-6{float:left;}
	.banner_sec {background-size: cover;}
	.banner_form {margin:25px;}
    .three_sec_icon_img img{
		background: #133a6d;
		border-radius: 15px;
		vertical-align: middle;
		text-align: center;
		padding: 10px;
	}
	.majesty_img img {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.content_sec_cont{width:100%;}
	.three_sec_icon_img { background: transparent; }
	.third_icon  { width:65px;}
	.three_sec_icon_txt { padding-top: 0px;margin-bottom: 20px; text-align:center;}
}