/*
font-family: 'Roboto', sans-serif;
font-family: 'Raleway', sans-serif;
*/

body {
	padding-top: 0px;
	padding-bottom: 0px;
	position:relative;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
*
{
	border-sizing: border-box;
}

ul,li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
a,
a:active,
a:focus,
button,active
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	outline: 0;
}
 input::-moz-focus-inner {
 border: 0;
}
img {
	max-width: 100%;
}
a:hover
{
	text-decoration: none;
}
a
{
	text-decoration: none;
}
/***********************/
.site-title h4 {
	font-size: 18px;
	color: #2f55d4;
	display: inline-block;
	letter-spacing: 2px;
	margin: 0 0 40px 0;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}
.site-title h2 {
	font-size: 48px;
	color: #373737;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	line-height: 60px;
}
.site-title p {
	font-size: 16px;
	color: #666;
	font-family: 'Raleway', sans-serif;
	width: 50%;
	margin: 15px auto;
}
.site-title {
	text-align: left;
	margin: 0 0 40px 0;
	position: relative;
	z-index: 9;
	display: inline-block;
}
.site-title::before {
	background: url(../img/abt-icon.png) no-repeat;
	position: absolute;
	z-index: -9;
	content: "";
	top: -20px;
	left: 0;
	margin: 0 auto;
	width: 138px;
	height: 121px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1280px !important;
}
/*********************************/
.head{
    background: #2f55d4;
    padding: 10px 0;
}
.hd-link {
	text-align: right;
}
.hd-link li {
	display: inline-block;
	margin: 0 13px;
}
.hd-link li a {
	color: #fff;
	font-size: 12px;
}
.hd-link li:nth-child(1) {
	text-align: ;
	float: left;
}
.job-btn {
	text-align: center;
}
.job-btn a {
	background: #fff;
	border: 1px solid #2f55d4;
	padding: 10px 30px;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	margin: 30px 10px 0;
	font-size: 14px;
	color: #2f55d4;
	transition: all ease-in-out 0.5s;
}
.job-btn a:hover {
	transition: all ease-in-out 0.5s;
	box-shadow: 0 50px 20px 0 #2f55d4 inset;
	color: #fff;
}
.logo {
	text-align: left;
	margin: 5px 0 0 0;
}
.bnr-slider {
	position: relative;
}
.bnr-txt {
	position: absolute;
	z-index: 9;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 33%;
	width: 52%;
}
.bnr-txt h2 {
	font-size: 34px;
	color: #2f55d4;
	line-height: 50px;
	font-weight: bold;
}
.bnr-txt a {
	background: #2f55d4;
	border: 1px solid #2f55d4;
	padding: 16px 40px;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	margin: 30px 10px 0;
	font-size: 14px;
	color: #fff;
	transition: all ease-in-out 0.5s;
	font-weight: bold;
}
.bnr-txt a:hover {
	transition: all ease-in-out 0.5s;
	box-shadow: 0 0px 15px 0 #2f55d4 inset;
	color: #2f55d4;
	background: #fff;
}
.abt {
	padding: 90px 0 140px;
}
.abt-txt p {
	font-size: 16px;
	color: #666;
	margin: 0 10px 10px 0;
	line-height: 25px;
}
.abt-txt a {
	background: #2f55d4;
	border: 1px solid #2f55d4;
	padding: 16px 50px;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	margin: 50px 0px 0;
	font-size: 14px;
	color: #fff;
	transition: all ease-in-out 0.5s;
	font-weight: bold;
}
.abt-txt a:hover {
	transition: all ease-in-out 0.5s;
	box-shadow: 0 0px 15px 0 #2f55d4 inset;
	color: #2f55d4;
	background: #fff;
}
.abt-img {
	position: relative;
}
.abt-img li {
	display: inline-block;
    transition: all ease-in-out 0.5s;
}
.abt-img img {
	border-radius: 10px;
    transition: all ease-in-out 0.5s;
}
.abt-img li:nth-child(1) img {
	position: absolute;
	width: 26%;
	height: 236px;
	object-fit: cover;
	top: 140px;
	left: 0;
    transition: all ease-in-out 0.5s;
}
.abt-img li:nth-child(2) img {
	position: absolute;
	width: 18%;
	height: 126px;
	object-fit: cover;
	top: 400px;
	left: 59px;
    transition: all ease-in-out 0.5s;
}
.abt-img li:nth-child(3) img {
	position: absolute;
	width: auto;
	height: auto;
	object-fit: cover;
	top: 80px;
	left: 200px;
    transition: all ease-in-out 0.5s;
}
.abt-img li:nth-child(4) img {
	position: absolute;
	width: 26%;
	height: 236px;
	object-fit: cover;
	top: 120px;
	right: 28px;
    transition: all ease-in-out 0.5s;
}
.abt-img li:nth-child(5) img {
	position: absolute;
	width: 18%;
	height: 126px;
	object-fit: cover;
	top: 380px;
	right: 83px;
    transition: all ease-in-out 0.5s;
}
.abt-img li:hover img {
	transform: scale(1.1);
	transition: all ease-in-out 0.5s;
}
.work {
	background: #f6f6f6;
	padding: 90px 0 90px;
}
.work-sec li {
	display: inline-block;
	width: 47%;
	padding: 40px 40px;
	background: #fff;
	float: left;
	border-radius: 10px;
	margin: 10px 10px;
    transition: all ease-in-out 0.5s;
}
.work-sec h2 {
	background: #2f55d4;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	width: 80px;
	height: 80px;
	color: #fff;
	line-height: 80px;
	font-size: 60px;
}
.work-sec h4 {
	font-size: 32px;
	color: #333333;
	margin: 20px 0;
}
.work-sec p {
	font-size: 16px;
	color: #666;
}
.work-sec li a {
	font-size: 16px;
	color: #2f55d4;
}
.work-sec li a span {
	margin: 0 0 0 20px;
	font-size: 15px;
}
.work-sec li:hover {
	background: #2f55d4;
	color: #fff;
	transition: all ease-in-out 0.5s;
}
.work-sec li:hover h2 {
	color: #2f55d4;
	background: #fff;
    transition: all ease-in-out 0.5s;
}
.work-sec li:hover h4 {
	color: #fff;
    transition: all ease-in-out 0.5s;
}
.work-sec li:hover p {
	color: #fff;
    transition: all ease-in-out 0.5s;
}
.work-sec li:hover a {
	color: #fff;
    transition: all ease-in-out 0.5s;
}
.work-txt {
	margin: 110px 0 0 0;
}
.serv .site-title {
	text-align: center;
	width: 100%;
}
.serv {
	padding: 80px 0 80px;
	text-align: center;
}
.serv-sec img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	border-radius: 10px;
}
.serv-sec h4 {
	font-size: 24px;
	color: #333;
	margin: 20px 0 0;
}
.nmbr{
    background: url(../img/nbm-bg.jpg) no-repeat;
    padding: 40px 0 40px;
}
.nmbr {
	background: url(../img/nbm-bg.jpg) no-repeat;
	padding: 100px 0 100px;
	background-size: cover;
	color: #fff;
}
.mbr-txt h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	font-weight: bold;
}
.mbr-txt li {
	display: inline-block;
	text-align: center;
	margin: 0 30px;
}
.mbr-txt ul {
	text-align: center;
}
.mbr-txt p {
	font-size: 16px;
	font-weight: bold;
}
.news .site-title {
	width: 100%;
	text-align: center;
}
.news{
    padding: 90px 0 90px;
}
.news .site-title h4 {
	margin: 0 0 20px 0;
}
.news-sec img {
	width: 100%;
	height: 620px;
	object-fit: cover;
	transition: all ease-in-out 0.5s;
	border-radius: 10px;
}
.news-sec {
	position: relative;
	transition: all ease-in-out 0.5s;
}
.news-txt {
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
	padding: 20px 20px;
	position: absolute;
	z-index: 9;
	bottom: 15px;
	width: 90%;
	margin: 0 auto;
	left: 0;
	right: 0;
	overflow: hidden;
    transition: all ease-in-out 0.5s;
}
.news-txt h4 {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}
.news-sec p {
	font-size: 16px;
	margin: 15px 0;
	color: #333;
}
.news-txt a {
	color: #2f55d4;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px solid;
}
.news-wrap {
	margin: 0 0 -104px 0;
    transition: all ease-in-out 0.5s;
}
.news-sec:hover .news-wrap {
	margin: 0 0 0px 0;
    transition: all ease-in-out 0.5s;
}
.mf {
	background: #f6f6f6;
	padding: 80px 0 80px;
}
.map iframe {
	width: 100%;
	height: 700px;
	border-radius: 10px;
}
.form {
	margin: 0 0 0 60px;
}
.frm-sec {
	text-align: left;
	width: 100%;
}
.frm-sec span {
	width: 100%;
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 500;
	color: #666;
}
.frm-sec input[type="text"], .frm-sec input[type="email"] {
	width: 80%;
	padding: 15px;
	font-size: 16px;
	border-radius: 5px;
	border: 2px solid #dfdfdf;
	color: #000;
	margin: 0 0 20px 0;
}
.frm-sec textarea {
	width: 80%;
	padding: 15px;
	font-size: 16px;
	border-radius: 5px;
	border: 2px solid #dfdfdf;
	color: #000;
	margin: 0 0 20px 0;
	height: 120px;
}
.frm-sec input[type="submit"] {
	width: 22%;
	padding: 12px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
	color: #fff;
	margin: 10px 0 20px 0;
	background: #2f55d4;
	font-weight: bold;
}
/**********footer***********/
.ft {
	padding: 60px 0 60px;
	background: #efefef;
}
.ft-lnk p {
	margin: 15px 0;
	font-size: 16px;
	color: #283646;
	line-height: 25px;
}
.ft-lnk h4 {
	font-size: 16px;
	color: #283646;
	margin: 30px 0 20px 0;
}
.ft-lnk li a {
	color: #636d79;
	font-size: 16px;
}
.ft-lnk li {
	line-height: 25px;
}
.srch span {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #636d79;
	margin: 0 0 10px 0;
}
.srch input[type="email"] {
	width: 60%;
	padding: 15px;
	border: 1px solid #c3dbff;
	font-size: 15px;
	color: #666;
}
.srch button {
	padding: 14px;
	border-radius: 10px;
	width: 30%;
	border: none;
	background: #2f55d4;
	color: #fff;
}
.ft-scl li {
	display: inline-block;
	margin: 20px 12px;
}
.ft-scl li a{
	color: #2f55d4;
}
.ft-dwn {
	padding: 30px 0;
	border-top: 2px solid #2f55d41c;
	background: #efefef;
	border-bottom: 2px solid #2f55d4;
}
.ft-swn-sec p {
	font-size: 16px;
	color: #283646;
	margin: 0;
}
.ft-swn-sec li {
	display: inline-block;
	margin: 0 15px;
}
.ft-swn-sec li a{
	font-size: 16px;
    color: #636d79;
}
.ft-swn-sec li:hover a{
    color: #2f55d4;
}
.ft-swn-sec li span {
	font-size: 16px;
	color: #3a86ff;
	margin: 0 10px 0 0;
}
.ft-lnk li:hover a {
	color: #2f55d4;
}





.innerpage_banner {width:100%;}
.innerpage_banner img {width:100%;display:block;}
.innerpage_wrapper {width:100%;padding:50px 0;}
.innerpage_wrapper h1 {text-transform: uppercase;color: #074ea1;font-size: 39px;font-weight: 800;margin: 0 0 30px;}
.innerpage_wrapper img {max-width:410px;float:left;margin:0 20px 20px 0;}
.innerpage_wrapper p {line-height: 25px;color: #747474;font-size: 16px;font-weight: 300;margin: 0 0 15px;}
.contact_left {margin: 0;padding: 0;}
.contact_left ul {list-style-type: none;padding: 0;}
.contact_left ul > li {padding: 0 0 0 40px;position: relative;margin-bottom: 20px;}
.contact_left ul > li > i {padding: 7px;color: #fff;position: absolute;z-index: 1;left: 0;top: 0;font-size: 16px;text-align: center;background: #000000;height: 30px;width: 30px;}
.contact_left ul > li h3 {margin: 0 0 5px 0;font-size: 14px;color: #222;text-transform: uppercase;font-weight: 700;}
.contact_left ul > li p {margin: 0;padding: 0;font-size: 16px;color: #000;}
.contact_left ul > li p a {color:#000;text-decoration:none;}
.contact_right {margin: 0;padding: 0;}
.contact_right .form-group input {margin: 0;padding: 10px;width: 100%;color: #333;border: 1px solid #492902;background: #fff;height: 45px;}
.contact_right .form-group textarea {margin: 0;padding: 10px;width: 100%;color: #333;border: 1px solid #492902;background: #fff;height: 200px;resize: none;}
.send_btn {margin: 7px 0 0;padding: 10px 20px;background: #000000;color: #fff;text-transform: uppercase;font-size: 16px;border: 1px solid #492902;display: block;height: 50px;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;}
.send_btn:hover {background: #66990c;color: #fff;border:1px solid #66990c;}
.map_area {width: 100%;height: 300px; margin-bottom: 20px;}
.map_area iframe {width: 100%;height: 100%;}
.contact_right .form-group {margin-bottom: 23px;}
.inn-banner img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
















