@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
	color: #9e9e9e;
}

* {
	transition: ease-in-out .1s;
}

p {
	font-size: 16px;
	color: #999999;
}

h1 {
	font-size: 36px;
	margin-bottom: 25px !important;
}


/****************Header**********************/

.top-bg {
	background-color: #0f70ba;
	padding: 15px 0px;
	z-index: 3;
	position: relative;
	margin-bottom: -1px;
}

.menu {
	text-align: right;
}

.menu ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.menu ul li {
	display: inline;
	margin: 0px 0px 0px 33px;
	color: #424552;
	font-size: 16px;
}

.menu ul li a {
	color: #ffffff;
}

.menu ul li a:hover {
	color: #4aa651;
	text-decoration: none;
}

.menu ul li a.active {
	color: #4aa651;
	text-decoration: none;
}

img#res-menu {
	display: none;
}

ul#main-menu.open {
	left: 0px;
}

#hero-slide .owl-prev {
	position: absolute;
	top: 50%;
	left: 10%;
	background: 0 0!important;
	font-size: 25px !important;
	color: #ffffff8a !important;
}

#hero-slide .owl-next {
	position: absolute;
	top: 50%;
	right: 10%;
	background: 0 0!important;
	font-size: 25px !important;
	color: #ffffff8a !important;
}

.owl-dots {
	display: none;
}

.owl-theme .owl-nav {
	margin-top: 0px !important;
}

.cta {
	position: absolute;
	color: #0a1459;
	top: 45%;
	margin: 0 auto!important;
	width: 100%;
	left: 0%;
}

.cta h1 {
	color: #0f70ba;
	font-size: 58px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.cta h2 {
	color: #fff;
	font-size: 55px;
	font-weight: 300;
	margin-bottom: 0px;
	text-transform: uppercase;
	text-align: center;
}

.cta-d {
	background-color: #4aa651ad;
	width: 565px;
	margin: 0 auto;
}

.logo-sec {
	position: relative;
	margin-bottom: -132px;
	z-index: 2;
	padding: 20px 0px;
}

.about-home img {
	width: 100%;
}

.about-home {
	margin: 70px 0px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.col-md-6.col-12.abt-hm-pic {
	padding: 0px;
}

.col-md-6.col-12.abt-hm-txt {
	padding: 60px 80px 0px;
}

.abt-hm-txt h5 {
	font-size: 25px;
	margin: 0px 0px 30px;
}

.abt-hm-bg {
	background-color: #4aa651;
	padding: 85px 0px;
	text-align: center;
	color: #fff;
}

.abt-hm-bg h1 {
	color: #fff;
}

.abt-hm-bg br {
	color: #fff;
	margin-bottom: 45px;
}

.abt-hm-bg p {
	color: #fff;
	margin: 0px 50px 15px;
}

.blk-btn a {
	background-color: #000000;
	color: #fff;
	border-radius: 0px!important;
	padding: 10px 20px !important;
}

.blk-btn a:hover {
	text-decoration: none;
	color: #fff;
}

.blk-btn {
	margin-top: 40px;
}

.serv {
	padding: 70px 0px 0px;
}

.serv img {
	width: 100%;
}

.serv p {
	padding-right: 50px;
}

.serv b {
	color: #000000;
}

.dev-dt {
	margin-bottom: 60px;
}

.hm-job {
	background-color: #f9f9f9;
	padding: 50px 0px;
}
.more-job a:hover {
    color: white;
    text-decoration: none;
}
.more-job a {
	background-color: #000000;
	color: #fff;
	border-radius: 0px!important;
	padding: 10px 20px !important;
	float: right;
}

.hm-job select {
	width: 100%;
	padding: 10px;
	background-color: #f6f6f6;
	border: none;
	outline: none;
	margin-top: 30px;
}

.hm-job-dt h4 {
	color: #0096d2;
	margin: 30px 0px;
	font-weight: 400;
}

.hm-job-dt {
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
}

.hm-job-dt h6 {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
}


.hm-job-dt button {
	background-color: #0096d2;
	border: none;
	padding: 5px 30px;
	color: #fff;
	float: right;
	cursor: pointer;
}

.test-hm-bg {
	background-color: #0096d2;
	padding: 85px 0px;
	text-align: center;
	color: #fff;
}

.test-hm-bg h1 {
	color: #fff;
}

.test-hm-bg p {
	color: #fff;
	margin: 0px 50px 15px;
}

.txt-dtl{text-align: left;}

.txt-dtl p{margin: 20px 50px 0px 0px;}


.txt-dtl h6{font-size: 24px; margin-top: 10px;}
.txt-dtl h5{font-size: 18px; font-weight: 300;}


.textm-cn{border-radius: 50%;margin: 0 auto;}

.footer{background-color: #393939;padding: 70px 0px 0px;}
.footer h6{color: #4aa651;margin-bottom: 25px;font-size: 16px;}

.footer p{ color: #999999; font-size: 14px;}

.footer ul{ list-style-type: none; padding-left: 0px;}

.footer ul li{color: #999999; margin-bottom: 8px; font-size: 14px;}

.footer ul li a{color: #999999;}

.footer ul li a:hover{color: #999999; text-decoration: none;}

.social img{margin-right:20px; }

.copy-r{text-align: center; padding: 20px 0px; border-top: 1px solid #919191; margin-top: 40px; color: #999999;}

.about-banner{ text-align: center; width: 100%; height:370px; padding: 145px 0px 0px;}

.about-banner h2{background-color: #4aa651ad;font-size: 35px;text-transform: uppercase;color: #fff;width: 235px;margin: 0 auto;padding:15px 0px;}

.about-three-pic img{width:100%}

.about-three{padding: 20px 20px 0px; border: 1px solid #ebebeb; min-height: 435px;}

.about-three h6{margin-bottom:15px;}

.abt-txt{margin-bottom: 20px;}

.about-three ul{padding-left: 20px;}

.about-three ul li{list-style-image: url(../images/points.png); color: #666666;}

.about-three p{ color: #666666;}

.about-three span{font-size: 20px;}

.inner-page-pd{padding: 65px 0px 45px;}

.inner-page-pd h4 {
    border-left: 5px solid #4aa651;
    font-size: 20px;
    padding-left: 15px;
    margin: 20px 0px;
}

.employer-banner{ text-align: center; width: 100%; height:370px; padding: 145px 0px 0px;}

.employer-banner h2{background-color: #4aa651ad;font-size: 35px;text-transform: uppercase;color: #fff;width: 390px;margin: 0 auto;padding:15px 0px;}

.em-sec{}

.em-sec img{width: 100%; margin-top: 20px;}


.em-sec h6{ font-size: 20px; margin: 20px 0px;}

.vacancy{background-color: #f9f9f9; padding: 40px 0px;}

.em-page-pd{padding: 65px 0px 15px;}


.vacancy label {
    margin: 10px 0px;
	color:#0096d2;
}

.vacancy input {
    width: 100%;
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background-color: #f9f9f9;
    outline: none;
}
.vacancy select {
    width: 100%;
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background-color: #f9f9f9;
    outline: none;
	border-radius: unset;
}
.vacancy a:hover{text-decoration: none}

.vacancy .form-control:focus {
    color: #495057;
    background-color: #f9f9f9;
    border-color: #e5e5e5;
    outline: 0;
    box-shadow: none;
}
.poli{margin-top: 25px}


.poli a {
    color: #0096d2 !important;
    margin-left: 10px;
}
.send-v{}

input[type="checkbox"] {
    width:auto !important;
}

.your-cv p span {
    margin-right: 15px;
}


.send-v button {
    color: #fff;
    background-color: black;
    border: none;
    padding: 8px 20px;
    float: right;
    margin-top: 14px;
}

.italic p{font-style: italic; font-weight: 700; color: #000;}


.candi-pg h4 {
    border-left: 5px solid #0096d2;
    font-size: 20px;
    padding-left: 15px;
    margin: 20px 0px;
}

.cand-pic img{width: 100%;}

.cand-txt h6{ color: #0096d2; margin-bottom: 10px;}

.cand-txt p{margin-bottom: 22px;}
    
.get-in {
    padding: 60px;
    box-shadow: -2px 2px 20px #d2d2d28c;
    min-height: 500px;
}


.get-in input#fname {
    width: 100%;
    border: none;
    padding: 10px 5px;
	outline: none;
}
.get-in input#lname {
    width: 100%;
    border: none;
    padding: 10px 5px;
    outline: none;
}
.get-in input#contact_email2 {
    width: 100%;
    border: none;
    padding: 10px 5px;
    outline: none;
}
.get-in textarea {
    border: none;
    padding: 10px 5px;
    width: 100%;
	height: 125px;
}
button#contact_btn {
    background-color: #4aa651;
    border: none;
    border-radius: unset;
    padding: 8px 20px;
    /* margin-top: 16px; */
}
.inp-bdr{border-bottom: 1px solid #d7d7d7;margin-bottom: 20px;}

.get-in input[type="submit"] {
    background-color: #0096d2;
    color: #ffffff;
    padding: 8px 20px;
    border: none;
    margin-top: 16px;
}

.get-in h6 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.send-m {
    text-align: center;
}


.cn-dtls{margin: 80px 0px 40px; text-align: center;}

.cn-dtls img{margin-bottom: 20px;}

.cn-dtls p{margin-bottom: 5px;}


.cn-brd{border-right: 1px solid #d7d7d7;}

.cnt-banner {
    text-align: center;
    width: 100%;
    height: 370px;
    padding: 145px 0px 0px;
}

.cnt-banner h2 {
    background-color: #4aa651ad;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    width: 280px;
    margin: 0 auto;
    padding: 15px 0px;
}

.upload {
    margin-top: 60px;
    text-align: left;
}

.vision ul li b{color: #000;}

.about-three h5{ font-weight: 800; color: #000; font-size: 16px;}

.about-three h3{ font-weight: 800; color: #000; font-size: 16px;font-style: italic;}

.who-we{border: 1px solid #e5e5e5; margin-top: 40px; padding: 20px}


.textm-cn img {
    border-radius: 50%;
    width: 100%;
}

.your-cv a:hover{ text-decoration: none}

.your-cv{background-color: #f9f9f9; padding: 40px 0px;}

.em-page-pd{padding: 65px 0px 15px;}


.your-cv label {
    margin: 10px 0px;
	color:#0096d2;
}

.your-cv input {
    width: 100%;
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background-color: #f9f9f9;
    outline: none;
}

label.error {
    color: red !important;
}

.your-cv select {
    width: 100%;
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background-color: #f9f9f9;
    outline: none;
}


.job-dtp {
    padding: 50px 0px;
}

.apply-job {margin-bottom: 25px;}

.apply-job a {
    background-color: #0096d2;
    padding: 8px 22px;
    color: #fff;
}
.apply-job a:hover {
    text-decoration: none;
	color: #fff;
}
.share-job a {
    background-color: #000;
    padding: 8px 20px;
    color: #fff;
}

.share-job a:hover {
    text-decoration: none;
	color: #fff;
}

.job-dtp h1 {
    font-size: 26px;
    color: #0096d2;
    margin-bottom: 10px !important;
}

.job-dtp h2{
    color: #666666;
    font-size: 16px;
    font-weight: 400;

}

.share-job {
    
}

.apply-job {
    margin-bottom: 25px;
    
}

.title-head {
    padding: 11px;
    background-color: #f9f9f9;
    margin: 35px 0px 30px !important;
}

.title-head h6 {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.job-dtp ul li {
    color: #999;
}


.apply-share {
    text-align: right;
}

.dtls-job{ margin-bottom: 20px;}

.row.hm-job-dt a {
    background-color: #0096d2;
    padding: 5px 30px;
    float: right;
    color: #fff;
}

.row.hm-job-dt a:hover {
    text-decoration: none;
	color: #fff;
}


.footer-bt h6 {
    color: #999999;
    font-size:14px;
}

.footer-bt {
    border-top: 1px solid #999999;
    padding-top: 20px;
    margin-top: 20px;
}

.col-md-6.col-12.ft-lft {
    padding-left: 0px;
}

.col-md-6.col-12.ft-rht {
    text-align: right;
}

.col-md-6.col-12.ft-rht h6 a {
    color: #999999;
}
.col-md-6.col-12.ft-rht h6 a:hover {
    text-decoration: none;
}

.share-so{ text-align: right;}

.share-so span{ font-size: 16px; color: #444444; font-weight: 700; }

.share-so a{ margin: 0px 0px 0px 5px;}

.share-so a:hover{ text-decoration: none;opacity: 60%;}

@media only screen and (max-width: 767px){
.footer-bt h6 {
    color: #999999;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}
p {
	font-size: 12px;
	color: #999999;
}

h1 {
	font-size: 25px;
	margin-bottom: 25px !important;
}
	
	
.menu li{
	font-size: 12px;
}	
.menu {
    padding: 0px !important;
}	

img#res-menu {
    display: block;
    float: right;
    padding: 4px;
    margin-top: 0px;
    background: none;
}
ul#main-menu.open {
		left: 0px;
	height: 125%;
	}
	

ul#main-menu li a {
    color: #ffffff;font-size: 12px;
}	

ul#main-menu {
    position: fixed;
    left: -250px;
    background-color:#1c83c6;
    height: 100%;
    z-index: 99;
    top: -41px;
    width: 215px;
	border: none;
	
}

#main-menu li a.active {
    color: #64c2ff;
    border-bottom: none;
    padding-bottom: 5px;
}
	
#main-menu {
    padding: 50px 0px 0px 0px!important;
}	
	
ul#main-menu li {
    display: block;
    margin: 12px !important;
    border-bottom: 1px solid #64c2ff;
    padding: 10px;
}
	
#main-menu li a:hover {
    border-bottom: none;
}	
	
.menu ul {
    text-align: left;
}
	
.logo-sec {
	position: absolute;
}
.logo-sec img {
    width: 15%;
}	
.col-md-6.col-12.abt-hm-txt {
    padding: 20px 20px 0px;
}
.cta-d {
    background-color: #0096d299;
    width: 150px;
    margin: 0 auto;
}
	
.cta h2 {
	font-size: 14px;
}
	
.cta h1 {
    font-size: 15px;
    margin-bottom: 5px !important;
}
	
.abt-hm-bg p {
	margin: 0px 0px 15px;
}	
.abt-hm-bg {
    padding: 30px 0px;
}	
.about-home {
    margin: 0px 0px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
	
.about-banner {
    height: 70px;
    padding: 28px 0px 0px;
    background-size: 100% !important;
}
.about-banner h2 {
    font-size: 8px;
    width: 65px;
    padding: 3px 0px;
}	
	
.about-three {
	min-height: unset;
}	
.inner-page-pd {
    padding: 25px 0px 45px;
}
	
	
.employer-banner{
    height: 70px;
    padding: 28px 0px 0px;
    background-size: 100% !important;
}	
	
	
.employer-banner h2 {
    font-size: 8px;
    width: 95px;
    padding: 3px 0px;
}		
	
	
.em-page-pd {
    padding: 40px 0px 15px;
}

.cand-txt {
    margin-top: 40px;
}	
	
	
.cnt-banner{
    height: 70px;
    padding: 28px 0px 0px;
    background-size: 100% !important;
}
	
 .cnt-banner h2 {
    font-size: 8px;
    width: 65px;
    padding: 3px 0px;
}		
		
.upload {
    margin-top: 25px;
}
	
.upload img {
    width: 35%;
}	

	
.cn-brd {
    border-bottom: none;
    margin-bottom: 25px;
}	
	
.get-in {
    padding: 20px;
}


	
.abt-hm-txt h5 {
    font-size: 19px;
    margin: 0px 0px 10px;
}	
	
.txt-dtl {
    text-align: center;
}
	
.txt-dtl p {
    margin: 20px 0px 0px 0px;
}
	
.test-hm-bg {padding: 25px 0px;
}
.serv {
    padding: 0px 0px 0px;
}

.serv img {
    width: 100%;
    margin-top: 30px;
}	
.abt-hm-bg h1 {
    font-size: 30px;
}	
.dev-dt h1 {
    font-size: 30px;
}
.test-hm-bg h1 {
    font-size: 30px;
}

	
#hero-slide .owl-prev {
	top: 40%;
}	
	
#hero-slide .owl-next {
	top: 40%;
}	
	
	
	
	
}


@media only screen and (max-width: 1024px) and (min-width: 768px){
	
	
	
.menu li{
	font-size: 12px;
}	
.menu {
    padding: 0px !important;
}	

img#res-menu {
    display: block;
    float: right;
    padding: 4px;
    margin-top: 0px;
    background: none;
}
ul#main-menu.open {
		left: 0px;
	height: 125%;
	}
	

ul#main-menu li a {
    color: #ffffff;font-size: 12px;
}	

ul#main-menu {
    position: fixed;
    left: -250px;
    background-color:#1c83c6;
    height: 100%;
    z-index: 99;
    top: -41px;
    width: 215px;
	border: none;
	
}

#main-menu li a.active {
    color: #64c2ff;
    border-bottom: none;
    padding-bottom: 5px;
}
	
#main-menu {
    padding: 50px 0px 0px 0px!important;
}	
	
ul#main-menu li {
    display: block;
    margin: 12px !important;
    border-bottom: 1px solid #64c2ff;
    padding: 10px;
}
	
#main-menu li a:hover {
    border-bottom: none;
}	
	
.menu ul {
    text-align: left;
}	
	
.cta h1 {
	font-size: 30px;
	margin-bottom: 5px !important;
}	
	
.cta h2 {
    font-size: 28px;
}	
	
.cta-d {
    width: 295px;
}
	
.col-md-6.col-12.abt-hm-txt {
    padding: 27px 20px 0px;
}
	
.abt-hm-txt h5 {
    font-size: 21px;
    margin: 0px 0px 15px;
}
	
	
}





















