@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');

h1, h2, h3, h4, h5, h6, span, p, a, table, thead, tbody, tr, td, th, ul, li
{
	font-family: 'Montserrat';
}
p{
	line-height: 26px;
	font-size: 13px;
	text-align: justify;
}
ul{
	line-height: 26px;
	font-size: 13px;
}
/* ---------------------------------------------------------------------------
		FIXED-MENU
---------------------------------------------------------------------------- */
.navigation.fixed-menu {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 3px 4px -5px rgba(0, 0, 0, 0.3);
	background-color: #FFFFFF;
}
/* ============================================================
	HEADER
============================================================ */
.header{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.logo_img{
	padding-top: 40px;
}
.social_icons{
	
}
.social_icons p{
	float: right;
}
.social_icons a img{
	display: inline-block;
}
.cont_det{}
.cont_det span{
	display: inline-block;
}
.cont_det a{
	color: #fff;
	background-color: #0b72b8;
	border-radius: 15px;
	padding: 5px 20px;
}
.cont_p{
	float: right;
	margin-bottom: 0;
}
.cont_p_mob{
	display: none;
}
/* ============================================================
	BANNER
============================================================ */
.lp_banner{
	width: 100%;
	height: auto;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.cont_box{
	width: 400px;
	height: 385px;
	background-color: rgba(0, 0, 0, 0.5);
    float: right;
	padding: 20px;
	color: #fff;
}
.cont_box h2{
	color: #0b72b8;
	text-align: right;
	font-size: 37px;
    font-weight: 700;
}
.cont_box h3{
	text-align: center;
    font-weight: 300;
    color: #ffffff87;
}
.cont_box h4{
	text-align: right;
}
.cont_box p{
	text-align: justify;
	line-height: 25px;
}
.cont_box a{
	color: #fff;
	font-size: 12px;
    text-decoration: underline;
    text-underline-position: under;
}
/* ============================================================
	SECTION 2
============================================================ */
.second_section{
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.second_section h2{
	margin-top: 0;
    margin-bottom: 0;
    border-left: 20px solid #0b72b8;
    padding-left: 15px;
}
.second_section p{
	text-align: justify;
	margin-top: 20px;
	line-height: 25px;
}
.second_section a{
	color: #000;
    font-size: 12px;
    border: 1px solid #000;
    padding: 7px;
    display: inline-block;
    margin-top: 15px;
}
/* ============================================================
	SECTION 3
============================================================ */
.third_section{
	width: 100%;
	height: auto;
}
.third_one{
	width: 60%;
	height: 365px;
	float: left;
	background: url(../images/image1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding-left: 90px;
	padding-top: 30px;
}
.third_one h4{
	font-weight: 300;
    margin-bottom: 0;
	margin-top: 145px;
	color: #fff;
}
.third_one h3{
	margin-top: 10px;
	color: #fff;
}
.third_one a{
	color: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 10px;
    display: inline-block;
}
.third_two{
	width: 40%;
	height: 365px;
	float: left;
	padding-top: 20px;
    padding-left: 40px;
    padding-right: 121px;
}
.third_two h3{
	color: #0b72b8;
}
.third_two ul{
	padding-left: 20px;
	line-height: 25px;
	color: #000;
}
.third_two a{
	display: inline-block;
	border: 1px solid #000;
	padding: 5px 25px;
	color: #000;
	font-size: 12px;
}
/* ============================================================
	SECTION 4
============================================================ */
.forth_section{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.forth_one{
	width: 50%;
	height: 350px;
	float: left;
	padding-top: 40px;
    padding-left: 90px;
    padding-right: 45px;
}
.forth_two{
	width: 50%;
	height: 350px;
	float: left;
	background: url(../images/image2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.forth_section hr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px solid #eee;
}
/* ============================================================
	FOOTER
============================================================ */
.footer{
	width: 100%;
	height: auto;
	background-color: #999999;
	padding-top: 40px;
}
.footer h4{
	text-transform: uppercase;
	margin-top: 35px;
	color: #fff;
}
.footer li{
	list-style: none;
	line-height: 25px;
}
.footer a{
	color: #000;
}
.foot_logo{
	padding-bottom: 20px;
}
.footer input{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 15px;
}
.footer button{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #000;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
	float: right;
}
.cap_style{
	width: 100px !important;
    display: inline-block !important;
    padding: 1px 12px 4px 12px !important;
}
.foot_links{
	text-align: center;
	margin-bottom: 0;
}
.foot_links a{
	padding-right: 15px;
    padding-left: 15px;
	text-transform: uppercase;
}
/* ============================================================
	BOOTSTRAP MODAL
============================================================ */
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
	text-transform: uppercase;
	font-weight: normal !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    color: #333 !important;
}
.modal-body label{
	font-size: 13px;
    letter-spacing: 1px;
}
.modal-body input{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.modal-body textarea{
	display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.modal-body button{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #dddddd;
    padding: 6px 22px;
    font-size: 12px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    letter-spacing: 1px;
    background-color: #0c6eb3;
    color: #fff;
}
.modal-content{
	background: url(../images/modal_img.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

/* ============================================================
	ABOUT US
============================================================ */
.aboutus{
	width: 100%;
	height: 315px;
	background: url(../images/aboutus-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.abt_top{
	width: 40%;
	height: auto;
	background-color: #f9f9f9;
	float: right;
	padding: 25px;
}
.abt_sec{
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 20px;
}
.side_box{
	width: 100%;
	height: auto;
	background: url(../images/image1.jpg) no-repeat;
	background-size: cover;
	background-position: 0% 50%;
	padding: 25px;
}
.side_box h3{
	text-align: center;
	margin-top: 10px;
    font-size: 21px;
    line-height: 25px;
	color: #fff;
}
.side_box h4{
	text-align: center;
	margin-top: 260px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
	color: #fff;
}
.side_box a{
	text-align: center;
	display: block;
    color: #fff;
    border: 1px solid #Fff;
    padding: 5px 20px;
}
.abt_trd{
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}
.abt_sec ul{
	font-size: 13px;
	line-height: 26px;
}

.mriz{
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 20px;
}
.mriz h2{
	border-left: 5px solid #0072bb;
	padding-left: 10px;
}
.mriz hr{
	margin-top: 20px;
    margin-bottom: 0px;
    border: 0;
    border-top: 0px solid #eee;
}
.mriz2{
	width: 100%;
	height: auto;
	background-color: lightgray;
	padding-top: 20px;
    padding-bottom: 20px;
	margin-top: 20px;
    margin-bottom: 20px;
}
.mriz2 hr{
	margin-top: 20px;
    margin-bottom: 0px;
    border: 0;
    border-top: 0px solid #eee;
}
.mriz2 h2{
	border-left: 5px solid #0072bb;
	padding-left: 10px;
}
.mriz2 h4{
	text-align: center;
	font-size: 14px;
}
.mriz3{
	width: 100%;
	height: auto;
	padding-top: 30px;
}
.mriz3 ul{
	line-height: 25px;
	padding-left: 15px;
}
.mriz3 h2{
	border-left: 5px solid #0072bb;
	padding-left: 10px;
}
/* ============================================================
	CONTACT US
============================================================ */
.contactus{
	width: 100%;
	height: 315px;
	background: url(../images/contactus-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_sec{
	width: 100%;
	height: auto;
	padding-top: 60px;
}
.contact_form{
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
	padding: 25px;
}
.contact_form h3{
	margin-top: 10px;
	color: #292f38;
}
.contact_form h4{
	font-weight: 300;
    font-size: 16px;
    line-height: 23px;
}
.contact_sec label{
	font-size: 13px;
    letter-spacing: 1px;
}
.contact_sec input{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.contact_sec textarea{
	display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.contact_sec button{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #dddddd;
    padding: 6px 22px;
    font-size: 12px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    letter-spacing: 1px;
    background-color: #0c6eb3;
    color: #fff;
}
.map_mob{
	display: none;
}
.map_frame{
	width: 100%;
	height: auto;
}
/* ============================================================
	CAREER
============================================================ */
.career{
	width: 100%;
	height: 315px;
	background: url(../images/career-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.career_sec{
	width: 100%;
	height: auto;
	padding-top: 50px;
}
.jobPosting_item{
	margin: 0px 15px 30px 15px;
}
.jobPosting_box {
    padding: 24px 15px;
    overflow: hidden;
}
.jobPosting_box a{
	text-decoration: none;
}
.jobPosting_box p{
	line-height: 22px;
}
.jobPosting_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1px 0;
    font-weight: 200;
    font-size: 23px;
    color: #333333;
    margin: 10px 0;
}
.jobPosting_item:hover{
	box-shadow: 2px 2px 25px #ccc;
}
.jobPosting_action {
	color: #18619b;
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline !important;
	text-underline-position: under !important;
    font-weight: 400;
}
.form1{
	width: 100%;
	height: auto;
	background: url(../images/form_bck.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 20px;
}
/* ============================================================
	SOLUTIONS
============================================================ */
.solutions{
	width: 100%;
	height: 315px;
	background: url(../images/solutions-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.solutions_sec{
	width: 100%;
	height: auto;
	padding-top: 40px;
	color: #5b5a5a;
}
.solutions_sec h3{
	font-size: 22px;
    color: #5b5a5a;
    margin-top: 10px;
    text-transform: uppercase;
}
.solutions_sec h3:before{
	content: '';
    position: absolute;
    width: 60px;
    height: 6px;
    background: #0b72b8;
    left: 2%;
    top: 8%;
}
.solutions_sec h3:after{
	content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #0b72b8;
    left: 10.5%;
    top: 8%;
}
.solutions_sec hr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px solid #eee;
}
.call_solution{
	width: 100%;
	height: auto;
	background: url(../images/call_solution.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 30px;
    padding-bottom: 30px;
	margin-top: 25px;
}
.call_solution h1{
	text-align: center;
	color: #fff;
	font-size: 50px;
}
.call_solution h2{
	text-align: center;
	color: #0f598d;
}
.call_solution a{
	text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 5px 25px;
    border-radius: 15px;
	text-transform: uppercase;
}
.call_solution a:hover{
	text-decoration: none;
}
/*.psycho{
	
}
.psycho h4{
	text-align: center;
}
.psycho ul{
	text-align: center;
	list-style: none;
}*/
.tot_sec{
	width: 100%;
	height: auto;
	padding-top: 40px;
	color: #5b5a5a;
}
.tot_sec h3{
	font-size: 22px;
    color: #5b5a5a;
    margin-top: 10px;
    text-transform: uppercase;
}
.tot_sec h3:before{
	content: '';
    position: absolute;
    width: 60px;
    height: 6px;
    background: #0b72b8;
    left: 2%;
    top: 10%;
}
.tot_sec h3:after{
	content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #0b72b8;
    left: 10.5%;
    top: 10%;
}
.tot_sec hr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px solid #eee;
}
.tas_sec{
	width: 100%;
	height: auto;
	padding-top: 40px;
	color: #5b5a5a;
}
.tas_sec h3{
	font-size: 22px;
    color: #5b5a5a;
    margin-top: 10px;
    text-transform: uppercase;
}
.tas_sec h3:before{
	content: '';
    position: absolute;
    width: 60px;
    height: 6px;
    background: #0b72b8;
    left: 2%;
    top: 14%;
}
.tas_sec h3:after{
	content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #0b72b8;
    left: 10.5%;
    top: 14%;
}
.tas_sec hr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px solid #eee;
}
.asm_sec{
	width: 100%;
	height: auto;
	padding-top: 40px;
	color: #5b5a5a;
}
.asm_sec h3{
	font-size: 22px;
    color: #5b5a5a;
    margin-top: 10px;
    text-transform: uppercase;
}
.asm_sec h3:before{
	content: '';
    position: absolute;
    width: 60px;
    height: 6px;
    background: #0b72b8;
    left: 2%;
    top: 14%;
}
.asm_sec h3:after{
	content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #0b72b8;
    left: 10.5%;
    top: 14%;
}
.asm_sec hr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px solid #eee;
}
.app_mob{
	display: none;
}
/* ============================================================
	BLOG
============================================================ */
.blog{
	width: 100%;
	height: 315px;
	background: url(../images/blog-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.blog2{
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 40px;
}
.blog_box{
	width: 100%;
	height: auto;
	padding: 15px;
	box-shadow: 2px 2px 25px #ccc;
}
.blog_box:hover{
	box-shadow: 2px 2px 25px #333;
}
.blog_box h4{
	font-size: 16px;
    line-height: 21px;
}
.blog_box p{
}
.blog_box a{
	    font-size: 12px;
}
/* ============================================================
	PRIVACY POLICY
============================================================ */
.privacypolicy{
	width: 100%;
	height: 315px;
	background: url(../images/privacypolicy-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.privacypolicy_sec{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	padding-top: 30px;
}
.privacypolicy_sec ul{
	padding-left: 15px;
}
/* ============================================================
	THANK YOU
============================================================ */
.thankyou{
	width: 100%;
	height: auto;
	padding-top: 30px;
    padding-bottom: 30px;
}
.thankyou h1{
	text-align: center;
	color: green;
}
.thankyou h4{
	text-align: center;
	color: #000;
}
