@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif !important;
}
img {
	border: medium none;
	max-width: 100%;
}
a img {
	border: medium none;
}
a:hover, a:focus, a:active {
	outline: medium none !important;
	text-decoration: none !important;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0px !important;
}
p {
	color: #4c4c4c;
	margin: 0;
	padding-bottom: 10px;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: none;
}
input {
	outline: none !important;
}
.navbar-default {
	background: none !important;
	border: 0px !important;
	position: fixed
}
.navbar-brand {
	height: auto !important;
}
.navbar-default .navbar-nav > .active > a {
	background: #ea5b3a !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.navbar-nav > li > a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.nav > li {
	margin: 10px 2px 10px 0 !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color: #1c91c9;
}
.nav > li a {
	color: inherit !important;
	font-size: 16px !important;
}
.navbar {
	margin-bottom: 0px !important;
}
.nav > li:hover {
	color: #283850 !important;
}
.cl-txt {
	text-transform: uppercase !important;
	color: #fff !important;
}
.header_part {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px 0 25px;
}
.header_part h1 {
	font-size: 45px;
	font-weight: bold;
	color: #fff !important;
	border: 0px !important;
	padding: 10px 0px;
	margin-top:70px;
	text-align: center;
	background-color: #357cbb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.header_part h2 {
	margin:0 0 30px 0 !important;
	font-size: 23px;
	font-weight:300;
	color: #000 !important;
	border: 0px !important;
	line-height: 34px;
	text-align: center !important;
}

.colr{}
.button-getstart {
	background-color: rgb(53, 124, 187);
    border: 1px solid #fff !important;
    padding: 5px 34px!important;
    color: #fff !important;
    font-size: 23PX !important;
    font-weight: bold !important;
    border-radius: 5px;
    font-weight: 300;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin:27px 30px !important;
}
.button-getstart:hover {
	transition: background-color ease 1s;
	color: #F3F3F3 !important;
	background-color: rgba(66,147,220,1.00);
}

.content-sec {
	background: #ffffff;
	padding: 20px 0 40px;
}
.content-sec img {
	margin: 25px 0;
}
.content-sec h2 {
	color: #fff !important;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
.content-sec p {
	color: #000 !important;
	text-align: center;
	font-size: 20px !important;
	font-weight: 300;
}

.content-sec p span{color:#367dbd;}

.content-sec h3 {
	color: #000 !important;
	font-size: 19px;
}

.content-sec p{ padding:0px !important;}

.therdsec{background-color:#2e76b8; border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9;}

.content-the {
	background: #ffffff;
	padding: 20px 0 40px;}
.content-the h2{color:#000; font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;}
.content-the p {
	color: #000 !important;
	text-align: center;
	font-size: 20px !important;
	font-weight: 300;
}

.content-the p span{color:#367dbd;}

.content-the h3 {
	color: #000 !important;
	font-size: 19px;
}

.content-the p{ padding:0px !important;}
/*.red {
	background-color: #cf1f2e;
}
.yellow {
	background-color: #f8cf3a;
}
.green {
	background-color: #82e268;
}
.blue {
	background-color: #78cede;
}*/
.border-box {
	padding: 15px;
	text-align: center !important;
	margin-bottom: 50px;
	background-color: #fff;
	border-top:2px solid #323333;
	border-bottom:6px solid #323333;
	-webkit-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.75);
}
.border-box ul li {
	text-align: center;
	color: #000;
	font-weight: 300;
	padding: 10px 0;
	font-size: 16px;
	list-style: none;
}
.border-box h3 {
	color: #000 !important;
	font-size: 22px !important;
	font-weight: bold;
}
.button-learn {
	background-color: rgba(255,255,255,0);
	border: 1px solid #fff !important;
	padding: 10px 15px !important;
	color: #FFF !important;
	font-size: 20PX !important;
	font-weight: 100 !important;
	transition: background-color ease 1s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 20px !important;
}
.button-learn:hover {
	transition: background-color ease 1s;
	color: #000 !important;
	background-color: rgba(255,255,255,0.6);
}
.mission_sec {
	background-image: url(../images/mid_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding:65px 0;
}
.mission_sec h2 {
	color: #fff !important;
	text-align: center;
	font-size: 36px !important;
	font-weight: bold;
	margin-bottom:30px;
}
.mission_sec p {
	color: #fff !important;
	text-align: center;
	font-size: 22px !important;
	font-weight: 300;
	line-height:35px;
}
.nopad {
	padding: 0px !important;
}
.nomarg {
	margin: 0px !important;
}
.bord {
	border: solid 1px #fff;
	height: 350px;
    background-color: #2e76b8;	
	-webkit-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.75);
}
.bord:hover {
	border: solid 1px #ddd;
}

.content-four{
	background: #ffffff;
	padding: 20px 0 40px;
	color:#fff;
}
.content-four img {
	margin: 25px 0;
}
.content-four h2 {
	color: #000 !important;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
.content-four p {
	color: #000 !important;
	text-align: center;
	font-size: 20px !important;
	font-weight: 300;
}

.content-four p span{color:#367dbd;}

.content-four h3 {
	color: #fff !important;
	font-size: 19px;
}

.content-four p{ padding:0px !important;}


.button-black {
	background-color: rgba(255,255,255,0);
	border: 1px solid #000 !important;
	padding: 15px 20px!important;
	color: #000 !important;
	font-size: 24PX !important;
	font-weight: 300 !important;
	transition: background-color ease 1s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
	text-align: center;
	margin: 30px auto!important;
}
.button-black:hover {
	transition: background-color ease 1s;
	color: #fff !important;
	background-color: #000;
}
.red_sec {
	background-color: #cf1f2e;
	padding: 100px 0;
}
.red_sec h2 {
	color: #fff;
	margin: 0 0 30px 0;
	font-size: 36px;
}
.red_sec p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 30px 0;
}
.form-control {
	display: block;
	width: 100%;
	height: 44px !important;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	font-size: 15px !important;
	background-color: #fff;
	background-image: none;
	font-weight: 300 !important;
	border: 1px solid #000i!important;
}
.button-form {
	background-color: rgba(255,255,255,0);
	border: 1px solid #fff !important;
	float: left;
	padding: 5px 20px !important;
	color: #fff !important;
	font-size: 22PX !important;
	text-transform: uppercase;
	font-weight: 300 !important;
	transition: background-color ease 1s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
	text-align: center;
}
.button-form:hover {
	transition: background-color ease 1s;
	color: #000 !important;
	background-color: rgba(255,255,255,0.6);
}
footer {
	background: #fff;
	padding: 50px 0;
	border-top: #e5e5e5 solid 5px;
}
footer ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	margin-top: 30px;
}
footer ul li {
	display: block;
	padding: 0px 15px;
	width: 170px;
}
footer ul li a {
	color: #222;
	font-size: 15px;
	font-weight: 300;
}
footer ul li.no-br {
	border: 0px;
}
footer p {
	text-align: left;
	margin-top: 20px;
	color: #222;
	font-size: 15px;
	font-weight: 300;
}
.foot_mar {
	margin-top: 83px;
}
.top-pad {
	padding-top: 20px;
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.btop {
	font-size: 30px !important;
}
.modal-dialog {
	z-index: 99999 !important;
}
.button-black {
	background-color: #cf1f2e;
	border: 1px solid #cf1f2e !important;
	padding: 5px 25px!important;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 20PX !important;
	font-weight: 300 !important;
	transition: background-color ease 1s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
	text-align: center;
	margin: 30px auto!important;
}
.button-black:hover {
	transition: background-color ease 1s;
	color: #fff !important;
	background-color: #000;
}

@media (min-width:992px) and (max-width:1200px) {
}

@media (min-width:992px) and (max-width:1199px) {
}

@media (max-width:991px) {
}

@media (min-width:768px) and (max-width:991px) {
.nav > li > a {
	padding: 10px 10px !important;
}
.bord {
	height: 400px !important;}
.nobr {
	border: 0px;
}
.header_part h1 {
	font-size: 38px !important;
}
.header_part h2 {
	font-size: 20px !important;
	line-height: 30px;
	padding: 5px;
}
}

@media only screen and (max-width:767px) {
.logo {
	float: none !important;
	width: 150px;
	margin: 0 auto !important
}
.header_part ul {
	margin-bottom: 25px !important;
}
.header_part {
	padding: 50px 0 50px;
}
.header_part h1 {font-size:40px;}
.header_part h2 {
	font-size: 38px !important;
}
.header_part h2 {
	font-size: 18px !important;
	line-height: 30px;
	padding: 5px;
}
.content-sec p {
	font-size: 13PX !important;
	text-align: justify;
}
.button-getstart {
	font-size: 26px !important;
	margin-top: 30px;
}
.grey_banner_sec h2 {
	font-size: 20px;
}
.content-sec h1 {
	font-size: 22px;
}
.content-sec h2 {
	font-size: 16px !important;
	margin: 10px 0;
}
.border-box {
	margin: 10px 0;
}
.border-box h3 {
	font-size: 18px !important;
	font-weight: 300;
}
.border-box ul li {
	padding: 5px 0;
	font-size: 13px;
}
.mission_sec h2 {
	font-size: 20px !important;
	margin: 10px 0;
}
.mission_sec p {
	font-size: 16PX !important;
}
.mission_sec {
	padding: 25px 0;
}
.red_sec p {
	font-size: 16PX !important;
	margin-bottom: 10px;
}
.red_sec {
	padding: 25px 0;
}
.red_sec h2 {
	font-size: 20px !important;
	margin: 10px 0;
}
footer ul li {
	width: 150px;
	padding: 0px;
}
footer ul li a {
	font-size: 14px !important;
}
.flogo {
	float: none;
	margin: 0 auto;
	text-align: center;
}
.content-sec h3 {
	font-size: 14px !important;
}
footer p {
	font-size: 14px !important;
}
footer {
	padding: 20px 0;
}
.content-sec h4 {
	font-size: 20px;
	padding-top: 20px;
	margin-top: 20px;
}
.button_form {
	font-size: 30px !important
}
.foot_mar {
	margin-top: 20px;
}
.bord {
	height: 430px !important;}
}

@media (max-width:460px) {
.header_part h1 {
	font-size: 24px !important;
	padding: 5px;
}
.header_part h2 {
	font-size: 18px !important;
	line-height: 24px;
	padding: 10px;
}
.header_part ul li {
	font-size: 14px !important;
}
.navbar-brand {
	padding: 15px 5px !important;
}
.button-getstart{font-size:19px !important;}

	.bord{height: 320px !important;}
}

@media screen and (max-width:360px) {
	
	.bord{height: 290px;}
}

@media screen and (max-width:320px) {
}
.animation-element {
	opacity: 0;
	position: relative;
}
.animation-element.slide-left {
	opacity: 0;
	-moz-transition: all 900ms linear;
	-webkit-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear;
	-moz-transform: translate3d(-100px, 0px, 0px);
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right {
	opacity: 0;
	-moz-transition: all 900ms linear;
	-webkit-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear;
	-moz-transform: translate3d(100px, 0px, 0px);
	-webkit-transform: translate3d(100px, 0px, 0px);
	-o-transform: translate(100px, 0px);
	-ms-transform: translate(100px, 0px);
	transform: translate3d(100px, 0px, 0px);
}
.animation-element.slide-right.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-up {
	opacity: 0;
	-moz-transition: all 900ms linear;
	-webkit-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear;
	-moz-transform: translate3d(0px, 70px, 0px);
	-webkit-transform: translate3d(0px, 70px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 70px, 0px);
}
.animation-element.slide-up.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-down {
	opacity: 0;
	-moz-transition: all 900ms linear;
	-webkit-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear;
	-moz-transform: translate3d(0px, -70px, 0px);
	-webkit-transform: translate3d(0px, -70px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, -70px, 0px);
}
.animation-element.slide-down.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
