@charset "utf-8";

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	transition: all ease-in-out .2s;
}

a:hover {
	text-decoration: none;
}

li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.pad_nun {
	padding: 0px !important;
}

.center {
	text-align: center;
}

#top_wrapper {
	background: rgba(29, 38, 62, 0.8) none repeat scroll 0 0 / cover;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}

.ff-loadmore-wrapper {
	display: none;
}

#st_gdpr_iframe {
	display: none;
}

.cp-wrapper h1 {
	text-align: center;
	margin-bottom: 30px;
}

.cp-wrapper h2 {
	text-align: center;
	color: #3ad8a6;
	font-weight: 300;
	margin-bottom: 200px;
}

.cp-wrapper h2 a {
	color: #3ad8a6;
}

.cp-wrapper .banner-content {
	margin-top: 150px;
}

.main_penal::after {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/top_right_bg.png");
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-size: cover;
	content: " ";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 0%;
	z-index: 9;
	transition: width 1s;
	opacity: 0.5;
	pointer-events: none;
}

.main_penal.o-slide::after {
	width: 59% !important;
}

.main_penal {
	position: relative;
	height: 1250px
}

video {
	background-size: cover;
	height: auto;
	left: 0;
	min-height: 100vh;
	min-width: 100%;
	position: absolute;
	top: 0%;
	transition: opacity 1s ease 0s;
	width: auto;
	z-index: -100;

}

.video-container video {
	background-size: cover;
	height: auto;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0%;
	transition: opacity 1s ease 0s;
	width: auto;
	z-index: 1;
	width: 100%;

}

.header_section {
	margin-top: 40px;
	padding: 0px 60px;
	position: relative;
	z-index: 999;
}

.logo {
	float: left;
	width: 315px;
}

.top_navi .ul_list li {
	display: inline-block;
	padding: 0 39px 0 0;
}

.ul_list li:last-child {
	padding: 0 !important;
}

.ul_list a {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 66px;
}

.ul_list a:hover {
	color: #ffb70b;
}

.btn_hdr {
	margin-top: 12px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	width: 144px;
	height: 44px;
	border: 0px;
}

.yello {
	background: #ffb70b none repeat scroll 0 0;
	color: #fff;
	line-height: 30px;
	border: 2px solid #ffb70b;
}

.blue {
	background: #1d263e none repeat scroll 0 0;
	color: #fff;
	border: 2px solid #1d263e;
	line-height: 30px;
}

.yello:hover {
	background: #fff none repeat scroll 0 0;
	color: #ffb70b;
	border: 2px solid #fff;
}

.blue:hover {
	background: #fff none repeat scroll 0 0;
	color: #1d263e;
	border: 2px solid #fff;
}

.ul_list {
	display: inline-block;
	vertical-align: top;
}

.h_buttn {
	display: inline-block;
	vertical-align: top;
	margin-left: 100px;
}

.h_buttn li {
	display: inline-block;
	margin: 0 0 0 4px;
}

.mgn225 {
	float: right;
	width: calc(100% - 315px);
	text-align: right;
}

.w225 {
	float: left;
	max-width: 315px;
	width: 100%;
}

/*Banner*/
.banner-content {
	margin-top: 180px;
	position: relative;
	z-index: 999;
}

.typed-cursor {
	color: #2fa982;
	font-size: 110px !important;
}

.banner-content h1 {
	font-size: 72px;
	font-weight: 400;
	line-height: 82px;
	color: #fff;
}

span#typed3 {
	color: #2fa982;
	font-size: 100px;
	font-weight: 500;
	line-height: 125px
}

.typed-cursor {
	color: #2fa982;
}

.bnr_btn .btn_hdr {
	font-size: 22px;
	height: 70px;
	width: auto;
	padding: 0px;
	margin: 0px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 10px;
	transition: ease-in-out .2s all;
}

.bnr_btn {
	margin-top: 35px;
}

.bnr_icons {
	float: left;
	margin-top: 86px;
	width: 100%;
}

.bnr_icons li {
	display: inline-block;
	margin-right: 85px;
}

.bnr_icons li:last-child {
	margin-right: 0px;
}

#bg_maingrid {
	background: rgba(31, 41, 67, 1);
	background: -moz-linear-gradient(left, rgba(31, 41, 67, 1) 0%, rgba(36, 48, 77, 1) 51%, rgba(36, 48, 77, 1) 55%, rgba(36, 48, 77, 1) 71%, rgba(31, 41, 67, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31, 41, 67, 1)), color-stop(51%, rgba(36, 48, 77, 1)), color-stop(55%, rgba(36, 48, 77, 1)), color-stop(71%, rgba(36, 48, 77, 1)), color-stop(100%, rgba(31, 41, 67, 1)));
	background: -webkit-linear-gradient(left, rgba(31, 41, 67, 1) 0%, rgba(36, 48, 77, 1) 51%, rgba(36, 48, 77, 1) 55%, rgba(36, 48, 77, 1) 71%, rgba(31, 41, 67, 1) 100%);
	background: -o-linear-gradient(left, rgba(31, 41, 67, 1) 0%, rgba(36, 48, 77, 1) 51%, rgba(36, 48, 77, 1) 55%, rgba(36, 48, 77, 1) 71%, rgba(31, 41, 67, 1) 100%);
	background: -ms-linear-gradient(left, rgba(31, 41, 67, 1) 0%, rgba(36, 48, 77, 1) 51%, rgba(36, 48, 77, 1) 55%, rgba(36, 48, 77, 1) 71%, rgba(31, 41, 67, 1) 100%);
	background: linear-gradient(to right, rgba(31, 41, 67, 1) 0%, rgba(36, 48, 77, 1) 51%, rgba(36, 48, 77, 1) 55%, rgba(36, 48, 77, 1) 71%, rgba(31, 41, 67, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f2943', endColorstr='#1f2943', GradientType=1);
	position: relative;
}

#bg_maingrid::before {
	background: url(../images/grid_bg.png) no-repeat;
	background-size: cover;
	top: -70%;
	/* top: -120%; */
	content: " ";
	height: 1062px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
}

.m_tittle {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
}

.drop_scrol_icon {
	float: left;
	padding: 51px 0 97px;
	text-align: center;
	width: 100%;
}

.drop_scrol_icon img {
	display: inline-block;
}

.upshow {
	z-index: 9999;
	position: relative;
}

.view_casepenal {
	background: #fff none repeat scroll 0 0;
	border-radius: 6px;
	box-shadow: 0 10px 14px 0 rgba(1, 1, 1, 0.1);
	margin-top: 50px;
	padding: 40px 50px;
}

.pro_img {
	border-radius: 100%;
	height: 110px;
	object-fit: cover;
	width: 110px;
}

.list_li {
	float: left;
	margin-top: 0px;
	width: 100%;
}

.green {
	color: #2fa982;
}

.blck_color {
	color: #33302e;
}

.list_li li {
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
	margin-right: 15px;
	padding: 5px;
}

h5.sm_text {
	font-size: 15px;
	font-weight: 500;
	height: 50px
}

.introcs {
	display: block;
	width: 100%;
	word-wrap: normal;
	height: 100px !important;
	line-height: 25px;
	padding-right: 15px;
}

.homecsh2 {
	height: 25px !important;
}

#m-maingrid .col-sm-6:nth-child(3) {
	margin-bottom: 0px !important;
}

#m-maingrid .col-sm-6:last-child {
	margin-bottom: 0px !important;
}

.view_cse_btn {
	float: left;
	margin-top: 0px;
	width: 100%;
}

.mg_bot {
	margin-bottom: 30px;
}

.media-left,
.media .pull-left {
	padding-right: 30px;
}

h4.media-heading {
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
	height: 80px
}

.view_cse_btn .blue:hover {
	background: #fff none repeat scroll 0 0 !important;
	color: #1d263e;
	border: 2px solid #1d263e;
}

#fature_job_list .view_cse_btn .blue:hover {
	background: #000 none repeat scroll 0 0 !important;
	color: #fff;
	border: 2px solid #000;
}

#fature_job_list {
	/*background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/middle_bg.png");
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-size: cover;*/
	background: #52ce93;
	content: " ";
	padding-bottom: 100px;
	padding-top: 16%;
	position: relative;
	right: 0;
	top: -21%;
	width: 100%;
	z-index: 9;
}

.featured_job_content li {
	border: 2px solid #fff;
	float: left;
	padding: 50px 43px 40px 50px;
	width: 33.3%;
}

.featured_job_content h2 {
	color: #0ebd84;
	font-size: 20px;
	line-height: 32px;
	margin: 0;
	min-height: 65px;
}

.featured_job_content .list_li li {
	border: 2px solid rgba(255, 255, 255, .4);
	border-radius: 3px;
	display: inline-block;
	float: left;
	margin-right: 3%;
	padding: 8px;
	width: auto;
	text-align: center;
}

.featured_job_content p {
	color: #000;
	float: left;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	height: 130px;
	padding: 30px 0 0;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
}

.featured_job_content>li:nth-child(2) {
	border-left: 0 none;
	border-right: 0 none;
}

.border_btn {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #1d263e;
	color: #1d263e;
	font-weight: 500;
	margin-top: 40px;
	font-size: 14px;
	text-transform: uppercase;
	width: 180px;
}

.border_btn:hover {
	background: #1d263e;
	border: 2px solid #fff;
	color: #0ebd84;
}

.featured_job_content {
	margin-top: 30px;
}

.developer-sec {
	background: rgba(0, 0, 0, 0) url("../images/tabs-bg.jpg") no-repeat scroll center center;
	padding-top: 60px;
	position: relative;
	top: -23%;
	width: 100%;
	min-height: 1100px;
}

.developer-sec .developer-content h2 {
	color: #33302e;
	font-size: 40px;
	font-weight: 400;
	line-height: 86px;
	margin: 0 auto;
	text-align: center;
}

.middle_bg_section {
	padding-top: 50px;
}

.middle_bg_section .col-xs-12 {
	padding: 0px !important;
}

.developer-sec .developer-content h3 {
	background: url(../images/qmark.png) top left no-repeat;
	color: #33302e;
	font-size: 32px;
	font-weight: 300;
	line-height: 48px;
	position: relative;
	text-align: center;
	margin-top: 20px;
	padding-left: 20px;
	margin-left: -5px;
}

.developer-sec .developer-content h3::after {
	content: url("../images/qmark2.png");
	margin-left: 10px;
	margin-top: 20px;
	position: relative;
	display: inline-flex;
	position: absolute;

}

.developer-sec .developer-content p {
	font-size: 18px;
	line-height: 32px;
	color: #33302e;
	font-weight: 300;
	padding-top: 30px;
	text-align: center;
}

.developer-sec .right-sec h4 {
	color: #2fa982;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}

.developer-sec .right-sec h5 {
	color: #33302e;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

.developer-sec .testi-name {
	margin: 50px auto 20px;
	width: 100%;
	max-width: 400px;
}

.developer-sec .list-inline.m-40 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.developer-sec .left-sec {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.developer-sec .right-sec {
	width: calc(100% - 100px);
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

.developer-sec .tab-sec {
	text-align: center;
	position: absolute;
	bottom: 350px;
	width: 100%;
}

.developer-sec .tab-sec li {
	margin-right: 90px;
}

.developer-sec .tab-sec li img:nth-child(2) {
	display: none;
}

.developer-sec .tab-sec li.active img:nth-child(2) {
	display: inline-block;
}

.developer-sec .tab-sec li.active img:nth-child(1) {
	display: none;
}

.developer-sec .tab-sec li:last-child {
	margin-right: 0px;
}

.developer-sec .tab-img {
	position: relative;
	z-index: 9;
	max-width: 680px;
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
	margin-top: 120px;
}

.developer-sec .tab-img img {
	max-width: 100%;
}

.blog-sec::before {
	content: ' ';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 62px;
	background: url(../images/blog-before.png);
}

.blog-sec {
	background: url(../images/blog-bg-n.png) center center no-repeat #1e2841;
	background-size: cover;
	margin-top: -450px;
	/* padding-bottom: 90px; */
	padding-bottom: 0px;
	padding-top: 210px;
	position: relative;
	width: 100%;
}

.blog-sec .container .row>.col-xs-12 {
	margin-top: -80px;
}

.blog-content h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	line-height: 86px;
	text-align: center;
	margin-bottom: 10px;
}

.blog-box li {
	width: 20%;
}

.blog-box {
	background: #fff none repeat scroll 0 0;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}

.blog-box .img-sec img {
	width: 100%;
	height: auto;
}

.blog-sec li {
	vertical-align: top;
	width: 32%;
	padding: 0px;
	margin-right: 17px;
}

.blog-sec li:last-child {
	margin-right: 0px;
}

#blog-wrapper {
	margin-top: 50px;
	margin-bottom: 100px;
}

#blog-wrapper .blog-content {
	padding: 0px;
}

#blog-wrapper .blog-content li {
	width: 33%;
	float: left;
	display: inline-block;
}

#blog-wrapper .blog-content .blog-box {
	background: #f9f9f9;
	padding-bottom: 40px;
	cursor: pointer;
}


.box-content {
	padding: 37px;
}

.box-content h2 {
	color: #33302e;
	font-size: 26px;
	font-weight: 500;
	line-height: 32px;
	text-align: left;
}

.box-content h3 {
	color: #bcb9b8;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin: 10px 0px 15px;
}

.box-content p {
	color: #33302e;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.box-content a {
	background: #6ec3a8 none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	height: 26px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}

.box-content p a {
	text-align: center;
	width: 238px;
}

.box-content a:hover {
	background: #1d263e;
}

.blog-box .tags {
	margin-bottom: 5px;
	margin-top: 28px;
}

.blog-box .tags li {
	margin: 0px;
	width: auto !important;
	margin-bottom: 5px;
}

.blog-bottom {
	margin-top: 60px;
	width: 100%;
}

.blog-bottom h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 500;
	line-height: 64px;
	text-align: left;
}

.blog-bottom span {
	color: #2fa982;
}

.blog-bottom p {
	color: #fff;
	font-size: 24px;
	line-height: 44px;
	font-weight: 300;
}

.blog-bottom a {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	height: 60px;
	line-height: 56px;
	color: #1d263e;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 4px;
	border: 2px solid #fff;
}

.blog-bottom a:hover {
	color: #fff;
	background: none;
}

.blog-bottom li {
	display: inline;
	width: 230px;
}

.blog-bottom .second a {
	background: #ffb70b;
	color: #fff;
	border: 2px solid #ffb70b;
}

.blog-bottom .second a:hover {
	background: #fff;
	color: #ffb70b;
	border: 2px solid #fff;
}

.list-inline.p-15 {
	float: right;
	margin-top: 140px;
}

.testimonial {
	background: rgba(0, 0, 0, 0) url("../images/clientbg.png") no-repeat scroll center center / cover;
	padding-bottom: 99px;
	padding-top: 90px;
	position: relative;
	width: 100%;
}

.testimonial-content h2 {
	color: #33302e;
	font-size: 30px;
	font-weight: 400;
	line-height: 86px;
	text-align: center;
	margin-bottom: 15px;
}

.testimonial-content li:last-child {
	margin-right: 0px;
}

.testimonial-content li {
	margin-right: 0px;
	padding: 0px 15px 0px 0px !important;
}

.testimonial-content li a {
	height: 140px;
	line-height: 140px;
	background: #e8e9eb none repeat scroll 0 0;
	border-radius: 4px;
	text-align: center;
	display: block;
}

.ff-header {
	display: none;
}

.follow-sec {

	background: #52ce93;
	padding-top: 100px;
	position: relative;
	width: 100%;
}

.follow-content h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	line-height: 86px;
	text-align: center;
	margin-bottom: 15px;
}

.ff-stream {
	overflow: auto !important;
	overflow-x: hidden;
}

.follow-box h2 {
	color: #33302e;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	min-height: 81px;
	padding-bottom: 15px;
	text-align: left;
}

.follow-content li {
	margin-right: 10px;
	padding: 0;
	vertical-align: top;
	width: 24%;
}

.follow-content li .social-img {
	margin-bottom: 10px;
}

.follow-content .follow-box {
	background: #fff none repeat scroll 0 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left: 40px;
	padding-right: 38px;
	padding-top: 30px;
	min-height: 290px;
}

.follow-content .img-sec {
	margin-top: -5px;
}

.follow-content .img-sec img {
	width: 100%;
	height: auto;
}

.list-inline.m-1 {
	max-width: 1570px;
	width: 100%;
	margin: 0 auto;
}

.follow-box p {
	color: #33302e;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	min-height: 72px;
	vertical-align: top;
}

.follow-box a {
	color: #2da07b;
}

.follow-box span {
	font-size: 16px;
	color: #1d263e;
	font-weight: 400;
	display: block;
}

.follow-box h3 {
	color: #bcb9b8;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 30px;
}

.footer {
	margin: 0 auto;
	padding-top: 90px;
	position: relative;
	width: 100%;
	text-align: center;
}

.footer-content h2 {
	color: #33302e;
	font-size: 60px;
	font-weight: 500;
	line-height: 64px;
	padding-bottom: 45px;
}

.footer-content span {
	color: #bcb9b8;
}

.footer-content .btn {
	background-color: #ffb70b;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;

	line-height: 70px;
	text-align: center;
	text-transform: uppercase;
	width: 250px;
	border-radius: 4px;
	border: 2px solid #ffb70b;
}

.footer-content .btn:hover {
	color: #ffb70b;
	border: 2px solid #ffb70b;
	background: none;
}

.footer-content {
	border-bottom: 1px solid #bcb9b8;
	padding-bottom: 90px;
}

.footer .bottom {
	padding-bottom: 70px;
	padding-top: 60px;
}

.footer .bottom p {
	color: #33302e;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

.footer .bottom h3 {
	color: #bcb9b8;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
}

.footer .ryt {
	position: fixed;
	z-index: 9999;
	bottom: -10px;
	right: 0;
}

.developer-sec .carousel-indicators {
	left: 0px;
	width: 100%;
	position: relative;
	text-align: center;
	margin-left: 0px;
}

.developer-sec .carousel-indicators li {
	text-indent: 0px;
	width: auto;
	height: auto;
	border: none !important;
	margin-left: 0px !important;
}

.developer-sec .carousel-indicators li.active {
	width: auto;
	height: auto;
	background: none !important;
}

.developer-sec .tab-sec li {
	margin-right: 40px;
}

.developer-sec .tab-sec {
	bottom: 350px;
}

.developer-sec .carousel-inner {
	z-index: 9;
}

.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	overflow: auto;
}

.testimonial-content {
	position: relative;
}

.nbs-flexisel-inner {
	overflow: hidden;
	width: 100%;
}

.nbs-flexisel-item {
	float: left;
	padding: 0px 3px !important;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	position: absolute;
	cursor: pointer;
	z-index: 4;
	display: inline-block;
	margin: 0px 5px;
}

.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
	background: rgba(29, 38, 62, 1);
}

.nbs-flexisel-nav-left {
	width: 37px;
	height: 37px;
	background: rgba(29, 38, 62, .1);
	text-align: center;
	border-radius: 50%;
	left: -70px;
	bottom: 50px;

}

.nbs-flexisel-nav-left:before {
	content: " ";
	width: 37px;
	height: 37px;
	background: url(../images/arrow-left.png) no-repeat center center;
	position: absolute;
	left: 0px;
	top: 0px;
}

.nbs-flexisel-nav-left:hover:before {
	background: url(../images/arrow-left-w.png) no-repeat center center;
}

.nbs-flexisel-nav-right {
	width: 37px;
	height: 37px;
	background: rgba(29, 38, 62, .1);
	text-align: center;
	border-radius: 50%;
	right: -50px;
	bottom: 50px;
}

.nbs-flexisel-nav-right:hover:before {
	background: url(../images/arrow-right-w.png) no-repeat center center;
}

.nbs-flexisel-nav-right:before {
	content: " ";
	width: 37px;
	height: 37px;
	background: url(../images/arrow-right.png) no-repeat center center;
	position: absolute;
	left: 0px;
	top: 0px;
}

.controls {
	display: none;
}

.mob-toggle {
	float: right;
	display: none;
	padding-top: 20px;
}

.mob-toggle img {
	cursor: pointer;
}

.mob-logo {
	display: none;
}

.mob-menu {
	position: fixed;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	z-index: 999999999;
	background: #2fa982;
	display: none;
}

.mob-menu .close-menu {
	padding: 45px 0px 20px;
}

.mob-menu .close-menu img {
	cursor: pointer;
}

.mob-menu .main-menu {
	padding: 0px 0px 20px;
}

.mob-menu .main-menu a {
	color: #fff;
	font-size: 21px;
	line-height: 30px;
	display: block;
	font-weight: 300;
}

.mob-menu .main-menu li {
	padding: 10px 15px;
	border-bottom: thin solid #4cbb98;
}

.mob-menu .m-bottom-buttons {
	padding: 20px 0px;
}





@-webkit-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}

	15% {
		opacity: 1;
		top: 50%;
	}

	50% {
		opacity: 0;
		top: 50%;
	}

	100% {
		opacity: 0;
		top: 29%;
	}
}

@-moz-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}

	15% {
		opacity: 1;
		top: 50%;
	}

	50% {
		opacity: 0;
		top: 50%;
	}

	100% {
		opacity: 0;
		top: 29%;
	}
}

@keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}

	15% {
		opacity: 1;
		top: 50%;
	}

	50% {
		opacity: 0;
		top: 50%;
	}

	100% {
		opacity: 0;
		top: 29%;
	}
}

.scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

.scroll-btn>* {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
	color: #ffffff;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 64px;
	height: 72px;
	margin: 0 auto 20px;
}

.scroll-btn .mouse>* {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 32px;
	height: 18px;
	margin: -4px 0 0 -4px;
	background: url(../images/drop_arrow.png) center center no-repeat;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 5px;
}

::-webkit-scrollbar:horizontal {
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #ffb70b;
	border-radius: 3px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: #dadad5;
}

#map {
	width: 80%;
	height: 400px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: auto;
	margin-top: -150px;
}

.contact-form-holder {
	margin-top: 25px;
	color: #000;
}

#form {
	width: 100%;
	text-align: left !important;
	float: left;
	margin-top: 0px;
}

#form h1 {
	margin-top: 0px;
	font-size: 40px;
	background: url(../images/baorbg.jpg) left top no-repeat;
	padding-top: 20px;
}

#form h2 {
	font-weight: lighter;
	font-size: 25px;
	margin-bottom: 50px;
	color: #444;
}

#form .contact-form-left {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 25px;
}

#form .contact-form-right {
	float: left;
	width: 47.5%;
	margin-bottom: 25px;
}

#form input[type=text] {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	font-size: 18px;
	border: none;
	background: #f2f2f2;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	box-sizing: border-box;
	border-radius: 5px;
}

#fotm input[type=text]::placeholder {
	color: #2da07b;
}

#form .textarea {
	width: 100%;
	padding: 18px;
	box-sizing: border-box;
	font-size: 18px;
	resize: none;
	height: 315px;
	margin-bottom: 0px;
	border: none;
	background: #f2f2f2;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	border-radius: 5px;
}

#form input[type=submit] {
	background: #ffb70b;
	padding: 15px 25px 15px 25px;
	color: #fff;
	transition: all .2s ease-in-out;
	font-size: 20px;
	border: none;
	width: 210px;
	margin-top: 20px;
	display: block;
	font-weight: bold;
	font-family: 'Exo', sans-serif;
	font-weight: bold;
	margin-top: -66px;
	z-index: 9;
	position: relative;
	float: right;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: #ffb70b 1px solid;
}

.address {
	float: left;
	height: 394px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4fa21a+0,7fc13a+100 */
	background: #f8c122;
	width: 30%;
	margin-left: 5%;
	padding: 40px;
	box-sizing: border-box;
}

.address p {
	margin: 0px;
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
}

.address strong {
	font-size: 30px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
	display: block;
}

#form input[type=submit]:hover {
	background: #fff;
	cursor: pointer;
	color: #ffb70b;
	border: #f2f2f2 1px solid;
	box-sizing: border-box;
}

.form-wrapper {
	margin-top: 100px !important;
}

.form-wrapper h2 {
	font-weight: 400;
	font-size: 35px;
	margin-bottom: 50px;
}

.form-wrapper .addresspara {
	line-height: 2;
	font-weight: 300;
}

.form-wrapper .team {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 50px;
}

.form-wrapper .team img {
	display: block;
	margin: auto;
	margin-bottom: 20px;
	border-radius: 50%;
	height: 230px;
	;
}

.form-wrapper .team span {
	display: block;
}

.form-wrapper .team .name {
	font-size: 22px;
	color: #52ce93;
}

.form-wrapper .team .job-title {
	color: #666;
	font-size: 18px;
	font-weight: lighter;
}

.maincasestudies .media {
	background: #f9f9f9;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 10px;
	transition: ease-in-out .2s all;
}

.maincasestudies .media:hover {
	background: #f1f1f1;
}

.main-vacancies {
	margin-bottom: 100px;
}

.main-vacancies #fature_job_list {
	background: none;
	padding: 0px;
}

.main-vacancies #fature_job_list #fature-jobs ul li {
	border: #f1f1f1 1px solid !important;
	transition: ease-in-out .2s all;
	background: #1d263e;
	font-size: 12px;
	color: #fff;
	box-sizing: border-box;
	width: 32.5%;
}

.main-vacancies #fature_job_list #fature-jobs ul li:hover {
	background: #000;
}

.main-vacancies #fature_job_list #fature-jobs ul li h2 {
	color: #3ad8a6;
}

.main-vacancies #fature_job_list #fature-jobs ul li h4 {
	color: #fff;
	margin-top: 15px;
}

.main-vacancies #fature_job_list #fature-jobs ul li p {
	color: #fff;
}

.main-vacancies #fature_job_list #fature-jobs ul li img {
	filter: invert(100%);
	opacity: 0.3;
}

.main-vacancies #fature_job_list #fature-jobs ul li .btn {
	background: #3ad8a6 !important;
	color: #000;
}

.main-vacancies #fature_job_list #fature-jobs ul li .btn:hover {
	background: #00ffae !important;
	border-color: #00ffae;
	color: #2fa982;
	color: #fff;
}

.main-vacancies #fature_job_list #fature-jobs ul .vacancyrow {}

.main-vacancies #fature_job_list #fature-jobs ul li .tag {
	padding: 5px !important;
}

.main-vacancies #fature_job_list #fature-jobs ul li .tag a {
	color: #fff !important;
}

.main-vacancies #fature_job_list #fature-jobs ul li .tag a:hover {
	color: #3ad8a6;
}

.main-vacancies #fature_job_list #fature-jobs ul li .tag:hover {
	background: #fff;
}

.main-vacancies #fature_job_list #fature-jobs ul li .tag:hover a {
	color: #3ad8a6 !important;
}

.main-vacancies #search {
	margin-top: 40px;
	margin-bottom: 0px;
	text-align: right;
}

.main-vacancies #search input[type=text] {
	background: #52ce93;
	color: #fff !important;
	border: 0px;
	padding: 10px;
	width: 220px;
	border-radius: 5px;
	margin-left: 20px;
}

.main-vacancies #search input[type=submit] {
	background: #ffb70b;
	color: #000 !important;
	border: 0px;
	padding: 10px;
	border-radius: 5px;
	-webkit-appearance: none;
}

.main-vacancies #search span {
	font-weight: bold;
}

.main-vacancies #jobalerts {
	margin-top: 40px;
	margin-bottom: 0px;
	text-align: left;
	float: left;
	width: 400px;
}

.main-vacancies #jobalerts input[type=text] {
	background: #52ce93;
	color: #fff !important;
	border: 0px;
	padding: 10px;
	width: 250px;
	border-radius: 5px;
	margin-left: 0px;
}

.main-vacancies #jobalerts input[type=submit] {
	background: #ffb70b;
	color: #000 !important;
	border: 0px;
	padding: 10px;
	border-radius: 5px;
}

.main-vacancies #jobalerts span {
	font-weight: bold;
}

.nojobs {
	text-align: center;
	font-size: 40px;
	width: 50%;
	margin: auto;
	margin-top: 60px;
	font-weight: bold;
	color: #666;
}

.main-vacancies #jobalerts input[type=text]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.main-vacancies #jobalerts input[type=text]::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.main-vacancies #jobalerts input[type=text]::-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.main-vacancies #jobalerts input[type=text]::-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.main-vacancies #search .styled-select {
	background: #52ce93;
	height: 42px;
	overflow: hidden;
	width: 220px;
	text-align: center;
	border: 0px;
	border-radius: 5px;
	color: #fff;
	-webkit-appearance: none;
	text-indent: 5px;
}

.main-vacancies #search .styled-select select {
	background: transparent;
	border: none;
	font-size: 14px;
	height: 29px;
	padding: 5px;
	/* If you add too much padding here, the options won't show in IE */
	width: 268px;
	-webkit-appearance: none;
}

.main-vacancies #search input[type=text]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.main-vacancies #search input[type=text]::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.main-vacancies #search input[type=text]::-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.main-vacancies #search input[type=text]::-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.main-vacancies #fature_job_list #fature-jobs .job ul li {
	width: auto;
}

.featured_job_content .list_li li {
	border: #f1f1f1 2px solid !important;
}

#page-wrapper {
	margin-top: 50px;
	margin-bottom: 100px;
}

#page-wrapper .page-content {
	padding: 0px;
}

#page-wrapper .page-content li {
	width: 33%;
	float: left;
	display: inline-block;
}

#page-wrapper .page-content .blog-box {
	background: #f9f9f9;
	padding-bottom: 40px;
}

#page-wrapper p {
	line-height: 2;
	font-weight: 300;
	font-size: 20px;
	margin-top: 20px;
}

#page-wrapper ul {
	line-height: 2;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 15px;
}

#page-wrapper ul li {
	list-style: disc !important;
	margin-left: 20px;
}

#page-wrapper ol {
	line-height: 2;
	font-weight: 300;
	font-size: 20px;
}

#page-wrapper ol li {
	list-style: decimal;
	margin-left: 20px;
}

#page-wrapper h1 {
	line-height: 1.5;
}

#page-wrapper h2 {
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 25px;
	color: #2da981;
	line-height: 1.5;
	font-weight: lighter;
}

#page-wrapper .quote {
	font-size: 30px;
	color: #666;
	text-align: center;
}

#page-wrapper .center {
	text-align: center;
}

#page-wrapper .endcta {
	text-align: center;
	font-weight: 400;
	font-size: 25px;
}


.ctabutton {
	background-color: #ffb70b;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 500;
	height: 70px;
	line-height: 70px;
	text-align: center;
	text-transform: uppercase;
	width: 350px;
	border-radius: 4px;
	border: 2px solid #ffb70b;
	margin: auto;
	margin-top: 40px;
}

.ctabutton:hover {
	color: #ffb70b;
	border: 2px solid #ffb70b;
	background: none;
}

.content-square {
	display: table;
	width: 49.7%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,2d2d2d+100 */
	background: #f9f9f9;
	/* Old browsers */
	color: #333;
	float: left;
	margin: 2px;
	padding: 40px;
	box-sizing: border-box;
	transition: all ease-in-out .2s;
	height: 420px;
}

.content-square:hover {
	opacity: 1;
}

.content-square-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}

.content-square-content img {
	display: block;
	margin: auto;
	margin-bottom: 30px;
}

.ssvid {
	margin-bottom: 50px;
	margin-top: 50px;
}

.mainquote {
	text-align: center;
	line-height: 1.6;
	font-size: 35px;
	font-style: italic;
	font-weight: 300;
	font-weight: bold;
	margin-bottom: 50px;
}

.ssimg {
	margin: auto;
	display: block;
	border-radius: 50%;
	margin-bottom: 30px;
	margin-top: 20px;
}

.success-story h1 {
	margin-top: 40px;
}

.more-stories h1 {
	text-align: center;
	margin-bottom: 15px;
	font-weight: 400;
}

.more-stories h2 {
	text-align: center;
	margin-bottom: 35px !important;
	font-weight: 300;
	color: #2fa982;
}

.call-book-holder {
	border-radius: 3px;
	width: 70%;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
	padding: 50px;
	margin-top: -130px;
	margin-bottom: 150px;
	background: #fff;
}

.call-book-holder label {
	font-size: 30px;
	font-weight: lighter;
}

.call-book-holder input[type=text] {
	padding: 15px;
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}

.call-book-holder input[type=submit] {
	background: #3ad8a6;
	color: #fff;
	border: 0px;
	padding: 15px;
}

.call-book-holder select {
	background: #3ad8a6;
	color: #fff;
	border: 0px;
	padding: 15px;
	margin-bottom: 40px;
	margin-top: 20px;
	padding: 20px;
}

.call-book-holder .styled-select {
	background: #3ad8a6;
	height: 65px;
	overflow: hidden;
	width: 240px;
	text-align: center;
}

.call-book-holder .styled-select select {
	background: transparent;
	border: none;
	font-size: 14px;
	height: 29px;
	padding: 5px;
	/* If you add too much padding here, the options won't show in IE */
	width: 268px;
}

.call-book-holder input[type=reset] {
	background: #3ad8a6;
	color: #fff;
	border: 0px;
	padding: 15px;
	opacity: 0.7;
}

#vacancy-apply {
	border: #3ad8a6 1px solid;
	border-radius: 3px;
	padding: 20px;
	margin-top: 15px;
}

#vacancy-apply h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	font-weight: 600;
}

#vacancy-apply input[type=text] {
	width: 100%;
	border: 0px;
	padding: 10px;
	margin-top: 10px;
	background: #f1f1f1;
}

#vacancy-apply input[type=submit] {
	width: 100%;
	border: 0px;
	padding: 25px;
	margin-top: 10px;
	background: #ffb70b;
	color: #fff;
	font-size: 18px;
	transition: .2s ease-in-out all;
	border-radius: 3px;
}

#vacancy-apply input[type=submit]:hover {
	background: #ffc947;
}

#vacancy-apply .drop_uploader {
	margin-top: 10px;
}

#vacancy-apply .cv-label {
	margin-top: 20px;
	display: block;
}

#vacancy-apply .bfile {
	float: right;
	background: #fff;
	font-size: 11px;
	width: 100px;
	padding: 5px;
	margin-top: 5px;
}

#vacancy-apply .files.thumb {
	float: left;
	width: 70%;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
}

#vacancy-apply .files.thumb li div.thumbnail {
	float: left;
	width: 20%;
	background: none;
	margin-right: 0px;
	height: auto;
}

#vacancy-apply ul.files.thumb li {
	padding-left: 0px;
}

#vacancy-apply ul.files.thumb li span.title {
	padding-left: 0px;
	float: left;
	font-size: 13px;
	width: 150px;
	margin-top: 5px;
}

#vacancy-apply .gdprconfirm {
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	font-weight: lighter;
}

#vacancy-applied {
	background: #3ad8a6;
	padding: 20px;
	color: #fff;
	margin-top: 25px;
	border-radius: 3px;
}

#vacancy-applied h1 {
	font-size: 25px;
	font-weight: bold;
}

#vacancy-applied p {
	margin-top: 20px;
	line-height: 28px;
	font-size: 18px;
	font-weight: 300;
}

#vacancy-applied a {
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px;
	background: #1d263e;
	color: #fff;
	margin-top: 25px;
	font-weight: bold;
	font-size: 20px;
}

#vacancy-applied a:hover {
	background: #000;
}

#vacancy-specifics {
	margin-bottom: 30px;
	box-sizing: border-box;
	border-bottom: 0px;
	margin-top: 25px;
}

#vacancy-specifics .row {
	margin-left: 0px;
	padding: 10px;
	background: #f6f6f6;
	border-bottom: #ccc 1px dotted;
	box-sizing: border-box;
	margin-right: 0px;
}

#vacancy-specifics .row:nth-child(2n) {
	background: none;
}

#vacancy-specifics .row .value-label {
	width: 25%;
	float: left;
	text-align: left;
	color: #52ce93;
	font-size: 20px;
	font-weight: 400;
}

#vacancy-specifics .row .value {
	width: 50%;
	float: left;
	text-align: left;
	font-size: 20px;
	color: #333;
	font-weight: 300;
}

#vacancy-specifics .row .value a {
	display: block;
	float: left;
	border: #ccc 1px solid;
	font-size: 15px;
	padding: 5px;
	border-radius: 2px;
}

#vacancy-specifics .row .value a:hover {
	border-color: #000;
	color: #3ad8a6;
}

.linkedin {
	background: #0077B5 url(../images/icons/linkedin.png) left no-repeat;
	background-size: 40px;
	background-position: 15px;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	width: 100%;
	display: block;
	margin-top: 20px;
	border-radius: 3px;
	line-height: 45px;
	padding-left: 75px;
	margin-bottom: 20px;
}

.whatsapp {
	background: #25d366 url(../images/icons/whatsapp.png) left no-repeat;
	background-size: 40px;
	background-position: 15px;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	width: 47.5%;
	display: block;
	border-radius: 3px;
	line-height: 45px;
	padding-left: 75px;
	float: left;
}

.messenger {
	background: #0084ff url(../images/icons/messenger.png) left no-repeat;
	background-size: 40px;
	background-position: 15px;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	width: 47.5%;
	display: block;
	margin-top: 0px;
	border-radius: 3px;
	line-height: 45px;
	padding-left: 75px;
	margin-bottom: 15px;
	float: left;
	margin-left: 5%;
}

.linkedin:hover {
	background: #005c8c url(../images/icons/linkedin.png) left no-repeat;
	background-size: 40px;
	background-position: 15px;
	color: #fff;
}

.whatsapp:hover {
	background: #16b451 url(../images/icons/whatsapp.png) left no-repeat;
	background-size: 40px;
	background-position: 15px;
	color: #fff;
}

.messenger:hover {
	background: #0471d7 url(../images/icons/messenger.png) left no-repeat;
	background-size: 40px;
	background-position: 15px;
	color: #fff;
}

.apply {
	background: #ffb70b;
	background-size: 40px;
	background-position: 15px;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	width: 100%;
	display: block;
	border-radius: 3px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 20px;
}

.apply:hover {
	color: #000;
}

.consultant {
	text-align: center;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.consultant .tel {
	font-size: 35px;
	color: #52ce93;
}

#vacancyquicksearch {
	width: 100%;
	margin-top: 25px;
}

#vacancyquicksearch input[type=text] {
	width: 85%;
	padding: 15px;
	box-sizing: border-box;
	float: left;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border: #ccc 1px solid;
	border-right: 0px;
}

#vacancyquicksearch input[type=submit] {
	width: 15%;
	padding: 15px;
	box-sizing: border-box;
	float: left;
	background: #52ce93;
	border: 0px;
	color: #fff;
	height: 54px;
	cursor: pointer;
	transition: ease-in-out .2s all;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#vacancyquicksearch input[type=submit]:hover {
	background: #108671;
}

.back {
	display: block;
	background: #52ce93;
	color: #fff;
	text-align: center;
	width: 250px;
	padding: 15px;
	margin-top: 20px;
}

.back:hover {
	background: #108671;
	color: #fff;
}

#blog-wrapper {
	width: 80%;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 100px;
}

#blog {
	width: 100%;
	margin: auto;
}

#blog .blog-post {
	width: 24%;
	height: 400px;
	float: left;
	background: #000;
	margin: 1%;
	margin-top: 0px;
	margin-left: 0px;
	box-sizing: border-box;
	color: #fff;
	text-align: left;
	/*display:table;*/
	opacity: 0.9;
	transition: ease-in-out .2s all;
	filter: grayscale(0.5);
}

#blog .blog-post:hover {
	opacity: 1;
	filter: grayscale(0);
}

#blog .blog-post:nth-child(5n+1) {
	width: 49% !important;
}

#blog .blog-post .post-title {
	/*display:table-cell; vertical-align: middle;*/
	font-size: 22px;
	display: block;
	margin-bottom: 30px;
	background: rgb(0, 0, 0, 0.7);
	padding: 5px;
}

#blog .blog-post .post-date {
	/*display:table-cell; vertical-align: middle;*/
	font-size: 20px;
	display: block;
	font-weight: bolder;
	margin-bottom: 10px;
}

#blog .blog-post:nth-child(5n+1) .post-title {
	font-size: 40px;
}

#blog .blog-post-overlay {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.5);
	margin: 1%;
	margin-top: 0px;
	margin-left: 0px;
	box-sizing: border-box;
	color: #fff;
	text-align: left;
	display: table;
	padding: 30px;
}

#blog .blog-post-overlay p {
	margin-top: 40px;
	display: block;
	line-height: 1.5;
}

#blog .blog-post-overlay .readmore {
	font-weight: bold;
	margin-top: 20px;
	display: block;
	font-size: 20px;
	border-bottom: #3ad8a6 5px solid;
	width: 100px;
}

#search_float {
	width: 60px;
	height: 60px;
	display: block;
	position: fixed;
	right: 0px;
	background: #ffb70b;
	top: 0;
	z-index: 9999;
	text-align: center;
	line-height: 60px;
	opacity: 0.9;
}

#search_float:hover {
	opacity: 1;
}

#slider {
	display: none;
}

#search_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(47, 169, 130, 0.98);
	z-index: 999999;
	display: none;
}

#search_overlay .close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 50px;
	top: 50px;
	background: url(../images/icons/cross.png) no-repeat;
	background-size: cover;
	opacity: 0.7;
}

#search_overlay .close:hover {
	opacity: 1;
}

#search_overlay form input[type=text] {
	background: none;
	border: none;
	font-size: 78px;
	width: 80%;
	margin: auto;
	margin-top: 30%;
	text-align: center;
	display: block;
	font-weight: bold;
	border-bottom: #1e8c69 10px solid;
	padding-bottom: 20px;
	color: #fff;
}

#search_overlay form input[type=text]:focus {
	outline: none;
}

#search_overlay form input[type=text]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #42d1a3;
}

#search_overlay form input[type=text]::-moz-placeholder {
	/* Firefox 19+ */
	color: #42d1a3;
}

#search_overlay form input[type=text]::-ms-input-placeholder {
	/* IE 10+ */
	color: #42d1a3;
}

#search_overlay form input[type=text]::-moz-placeholder {
	/* Firefox 18- */
	color: #42d1a3;
}

.headercta {
	width: 300px;
	margin: auto;
	display: block;
	padding: 20px;
	color: #fff;
	text-align: center;
	background: #ffb70b;
	font-size: 30px;
	box-sizing: border-box;
	margin-top: -150px;
	margin-bottom: 150px;
	border-radius: 3px;
	opacity: 0.9;
}

.headercta:hover {
	color: #fff;
	transform: scale(1.05);
	opacity: 1;
}

.headoverlay {
	background: -moz-linear-gradient(left, rgba(31, 41, 67, 0.5) 0%, rgba(36, 48, 77, 0.5) 51%, rgba(36, 48, 77, 0.5) 55%, rgba(36, 48, 77, 0.5) 71%, rgba(31, 41, 67, 0.8) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31, 41, 67, 0.5)), color-stop(51%, rgba(36, 48, 77, 0.5)), color-stop(55%, rgba(36, 48, 77, 0.8)), color-stop(71%, rgba(36, 48, 77, 0.8)), color-stop(100%, rgba(31, 41, 67, 0.5)));
	background: -webkit-linear-gradient(left, rgba(31, 41, 67, 0.5) 0%, rgba(36, 48, 77, 0.5) 51%, rgba(36, 48, 77, 0.5) 55%, rgba(36, 48, 77, 0.5) 71%, rgba(31, 41, 67, 0.8) 100%);
	background: -o-linear-gradient(left, rgba(31, 41, 67, 0.5) 0%, rgba(36, 48, 77, 0.5) 51%, rgba(36, 48, 77, 0.5) 55%, rgba(36, 48, 77, 0.5) 71%, rgba(31, 41, 67, 0.8) 100%);
	background: -ms-linear-gradient(left, rgba(31, 41, 67, 0.5) 0%, rgba(36, 48, 77, 0.5) 51%, rgba(36, 48, 77, 0.5) 55%, rgba(36, 48, 77, 0.5) 71%, rgba(31, 41, 67, 0.8) 100%);
	background: linear-gradient(to right, rgba(31, 41, 67, 0.5) 0%, rgba(36, 48, 77, 0.5) 51%, rgba(36, 48, 77, 0.5) 55%, rgba(36, 48, 77, 0.5) 71%, rgba(31, 41, 67, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f2943', endColorstr='#1f2943', GradientType=1);
}

.cp-wrapper {
	border-bottom: #3ad8a6 10px solid;
	box-shadow: inset 0px 0px 300px -moz-linear-gradient(left, rgba(31, 41, 67, 0.5) 0%, rgba(36, 48, 77, 0.5) 51%, rgba(36, 48, 77, 0.5) 55%, rgba(36, 48, 77, 0.5) 71%, rgba(31, 41, 67, 0.8) 100%);
	;
}

.featured_job_content {
	margin-top: 30px;
}

.featured_job_content .nbs-flexisel-item {
	padding: 50px !important;
	border-left: #0ebd84 1px solid;
	border-right: #0ebd84 1px solid;
	background: #fff;
	cursor: grab;
}

.featured_job_content .nbs-flexisel-item .list_li .nbs-flexisel-item {
	padding: 10px !important;
}

.featured_job_content .tag {
	padding: 5px !important;
	font-size: 11px;
}

.featured_job_content .tag a {
	color: #333;
}

.featured_job_content .tag a:hover {
	color: #3ad8a6;
}

.featured_job_content .tag:hover {
	background: #fff;
}

.featured_job_content .tag:hover a {
	color: #3ad8a6;
}

#fature-jobs .nbs-flexisel-nav-left {
	bottom: 220px;
}

#fature-jobs .nbs-flexisel-nav-right {
	bottom: 220px;
	margin-left: 20px;
}

#fature-jobs .featured_job_content .nbs-flexisel-item .salary_location {
	margin-bottom: 30px;
}

#fature-jobs .featured_job_content .nbs-flexisel-item h4 {
	margin-bottom: 10px;
}

#fature-jobs .featured_job_content .nbs-flexisel-item h2 {
	height: 70px;
}

#ff-stream-1 {
	background-color: rgba(255, 255, 255, 0) !important;
	height: 500px !important;
}

.messenger-float {
	display: block;
	width: 50px;
	height: 50px;
	background: #0084ff url(../images/icons/messenger.png) center no-repeat;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 99999999;
	padding: 15px;
	background-size: 30px;
}

.messenger-float:hover {
	width: 70px;
}

.whatsapp-float {
	display: block;
	width: 50px;
	height: 50px;
	background: #25d366 url(../images/icons/whatsapp.png) center no-repeat;
	position: fixed;
	left: 0px;
	bottom: 50px;
	z-index: 99999999;
	padding: 15px;
	background-size: 30px;
}

.whatsapp-float:hover {
	width: 70px;
}

.refer {
	text-align: center;
}

.refer a {
	width: 60%;
	display: block;
	text-align: center;
	background: #ffb70b;
	color: #fff;
	margin: auto;
	padding: 15px;
	border-radius: 3px;
	margin-top: 10px;
}

.refer a:hover {
	background: #ffc947;
}

.problem {
	margin-top: 20px;
}

.problem h1 {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 80px;
}

.problem .problem-item {
	text-align: center;
	font-size: 25px;
	margin-bottom: 50px;
	width: 50%;
	float: left;
	height: 350px;
	padding-left: 30px;
	padding-right: 30px;
	filter: grayscale(1);
	transition: ease-in-out all .2s;
	font-weight: lighter;
}

.problem .problem-item:hover {
	filter: grayscale(0);
}

.problem .problem-item img {
	margin: auto;
	display: block;
	margin-bottom: 50px;
}

.green-content-bar {
	background: linear-gradient(to left, #28b386, #2da981);
	padding-top: 100px;
	margin-top: 40px;
	padding-bottom: 100px;
	color: #fff;
}

.green-content-bar h1 {
	font-size: 55px;
	margin-bottom: 10px;
	font-weight: bold;
}

.green-content-bar h2 {
	line-height: 1.5;
}

.green-content-bar p {
	font-size: 20px;
	font-weight: lighter;
	line-height: 1.8;
	margin-top: 20px;
}

.green-content-bar hr {
	width: 100px;
	border: #fff 2px solid;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}

.headbreak {
	margin-bottom: 30px;
}

.grey-content-bar {
	padding-top: 100px;
	margin-top: 0px;
	padding-bottom: 100px;
	color: #2da981;
	background: #f9f9f9;
}

.grey-content-bar h1 {
	font-size: 55px;
	margin-bottom: 10px;
	font-weight: bold;
}

.grey-content-bar h2 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1.5
}

.grey-content-bar p {
	font-size: 22px;
	font-weight: lighter;
	line-height: 1.8;
	color: #000;
	margin-top: 20px;
}

.grey-content-bar hr {
	width: 100px;
	border: #1d263e 2px solid;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}

.headbreak {
	margin-bottom: 30px;
}

.grey-content-bar ul li {
	line-height: 50px;
	font-size: 22px;
	font-weight: lighter;
	color: #222;
}

.white-content-bar {
	padding-top: 100px;
	margin-top: 0px;
	padding-bottom: 100px;
	color: #1d263e;
}

.white-content-bar h1 {
	font-size: 55px;
	margin-bottom: 10px;
	font-weight: bold;
}

.white-content-bar h2 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1.5
}

.white-content-bar p {
	font-size: 22px;
	font-weight: lighter;
	line-height: 1.8;
	color: #000;
	margin-top: 20px;
}

.headbreak {
	margin-bottom: 30px;
}

.white-content-bar ul {
	margin-bottom: 25px;
}

.white-content-bar ul li {
	line-height: 50px;
	font-size: 22px;
	font-weight: lighter;
	color: #222;
}

.white-content-bar ul li i {
	color: #2da981;
}

.white-content-bar hr {
	width: 100px;
	border: #2da981 2px solid;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}

.clientcta {
	color: #666;
	font-size: 55px;
	font-weight: 500;
	line-height: 74px;
	padding-bottom: 45px;
	text-align: center;
	margin-bottom: 70px;
}

.clientcta a {
	background-color: #ffb70b;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	height: 70px;
	line-height: 70px;
	text-align: center;
	text-transform: uppercase;
	width: 250px;
	border-radius: 4px;
	border: 2px solid #ffb70b;
	margin-top: 50px;
}

.clientcta strong {
	color: #33302e;
}

.clientcta a:hover {
	color: #ffb70b;
	border: 2px solid #ffb70b;
	background: none;
}

.jobvideo {
	margin-top: 5px;
	margin-bottom: -40px;
	border-radius: 3px;
}

.media .list_li .tag {
	font-size: 12px;
	margin-right: 0px;
}

.media .list_li .tag a {
	color: #000 !important;
}

.media .list_li .tag:hover {
	color: #000;
}

.form-wrapper .whatsapp {
	width: 24%;
}

.form-wrapper .messenger {
	width: 24%;
	margin-left: 1%;
}

.form-wrapper .bookcall {
	background: #ffb70b;
	background-size: 40px;
	background-position: 15px;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	width: 24%;
	display: block;
	margin-top: 0px;
	border-radius: 3px;
	line-height: 45px;
	margin-bottom: 15px;
	float: left;
	margin-left: 1%;
	text-align: center;
}

.blogtags .tag {
	display: block;
	border: #ccc 1px solid;
	margin-right: 5px;
	margin-top: 5px;
	padding: 10px;
	border-radius: 3px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.privacy {
	margin-top: 10px;
	margin-bottom: 10px;
}

.privacy a {
	color: #000;
	font-size: 13px;
}

.jbimg {
	float: left;
	margin-right: 40px;
	border-radius: 50%;
}

.ytp-title-text {
	display: none !important;
}

#jobofday {
	padding-bottom: 100px;
	width: 70%;
	margin: auto;
	margin-bottom: 100px;
	margin-top: 50px;
}

#jobofday a {
	background-color: #ffb70b;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	width: 250px;
	border-radius: 4px;
	border: 2px solid #ffb70b;
	margin: auto;
	display: block;
	margin-top: 20px;
}

#jobofday a:hover {
	color: #ffb70b;
	border: 2px solid #ffb70b;
	background: none;
}

#homevideo {
	height: 550px;
}

#joboftheday {
	width: 100%;
	height: 450px;
}

#success-story-video {
	width: 100%;
	height: 650px;
}

.conimg {
	display: block;
	margin: auto;
	border-radius: 50%;
	margin-bottom: 10px;
}

.blogcat {
	border: #ccc 1px solid;
	padding: 5px;
	background: #f1f1f1;
	border-radius: 3px;
	color: #000;
}

.blogcat:hover {
	background: #1d263e;
	color: #fff;
	border-color: #000;
}

#cats {
	text-align: center;
	margin-bottom: 30px;
}

#cats .active {
	background: #1d263e;
	color: #fff;
	border-color: #000;
}

#jobtags {
	display: none;
}

#jobtags .tag {
	color: #000;
	padding: 5px;
	margin-top: 5px;
	display: block;
	text-align: center;
	border: #fff 1px solid;
	border-radius: 3px;
	color: #fff;
}

#jobtags .tag:hover {
	background: #fff;
	color: #000;
}

.footer-social {
	margin-bottom: 30px;
}

.footer-social i {
	font-size: 30px;
	margin: 10px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#fature-jobs ul.featured_job_content {
	max-height: 480px;
	overflow: hidden;
}

/*22-09-25*/
div#captcha-error {
	background: red;
	color: #fff;
	position: unset;

	display: flex;
	justify-content: center;
	align-items: center;

	height: 50px;
	text-align: center;
}

#demoForm label.error {
	color: red;
	font-size: larger !important;
}

/* homepage testimonial css start 21-July-2026 */
#bg_maingrid::before {
	/* height: 1000px; */
	/* top: -78% !important; */
	/* top: -60% !important; */
}

section.main_penal.o-slide .bnr_icons {
	position: relative;
	z-index: 99;
}

.home-testimonial .testimonial .clientSwiper .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	-moz-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.home-testimonial {
	position: relative;
}

.home-testimonial .testimonial .testimonial-content {
	max-width: 100% !important;
}

.home-testimonial .testimonial {
	padding-top: 40px;
	padding-bottom: 0px;
	background: unset;
}

.home-testimonial .testimonial .testimonial-content h2 {
	color: #fff;
	position: relative;
	z-index: 99;
}

.home-testimonial .testimonial .testimonial-content li a {
	background: transparent;
}

.testimonial-img {
	height: 60px;
}

.testimonial-img .company-img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: left top;
	max-width: 110px;
}

.clientSwiper,
.clientLogoSwiper {
	-webkit-mask-image: linear-gradient(to right, #00000000 0, #000 20%, #000 80%, transparent 100%);
	mask-image: linear-gradient(to right, #00000000 0, #000 20%, #000 80%, transparent 100%);
}

.clientLogoSwiper .swiper-wrapper {
	height: auto;
}

.clientLogoSwiper .swiper-wrapper {
	transition-timing-function: linear !important;
}

.clientLogoSwiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.clientLogoSwiper img {
	max-width: 180px;
	width: auto;
	height: auto;
}

.clientSwiper .swiper-wrapper {
	transition-timing-function: linear !important;
}

.clientSwiper .swiper-slide {
	width: auto;
}

.clientSwiper {
	width: 100%;
	padding: 20px 0;
}

.clientSwiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}

/* .clientSwiper .swiper-slide img {
	width: auto;
	max-width: 180px;
	max-height: 80px;
	object-fit: contain;
	transition: .3s;
} */

.clientSwiper .swiper-slide a {
	max-width: 140px;
	width: 100%;
}

.clientSwiper .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .3s;
	max-width: 120px;
}

.clientSwiper .swiper-slide img:hover {
	transform: scale(1.05);
}

#bg_maingrid .view_casepenal .media-body {
	position: relative;
}

#bg_maingrid .view_casepenal .testimonial-img {
	position: absolute;
	top: 110px;
	right: 0;
	max-width: 40%;
}

#fature-jobs ul.featured_job_content {
	/* width: 100%; */
}

/* menu css */
.dropdown-menu {
	top: 90%;
}

ul.dropdown-menu.sub-menu-show {
	display: block;
}

body {
	overflow-x: hidden;
}

.main-vacancies #fature-jobs ul.featured_job_content {
	display: flex;
	flex-wrap: wrap;
}

section#fature_job_list {
	background: linear-gradient(to bottom, #52ce93 0%, #52ce93 40%, #1e2841 100%);
}

.blog-sec {
	background: linear-gradient(to bottom, #1e2841 0%, #1e2841 40%, #1e2841 100%);
}

.follow-sec {
	background: linear-gradient(to top, #52ce93 0%, #52ce93 60%, #1e2841 100%);
}

section#fature_job_list button.btn {
	border: 2px solid #ffffff;
	color: #ffffff;
}

.cp-wrapper .banner-content .content-left {
    text-align: center;
}
.client-company-img {
    max-width: 130px;
}

@media screen and (min-width:767px) {
	.featuredjobs ul.featured_job_content {
		display: flex;
	}
}

/* homepage testimonial css start 21-July-2026 */