/*
	Theme Name: G2R
	Theme URI: 
	Author:  Abdulla Al Mamun
	Author URI: http://iconcoder.com
	Version: 1.0.1
	Description: G2R was born in 2010 when our founders looked at the top advertising agencies and saw that something was missing. Something essential. vehicula odio. Vestibulum interdum vestibulum felis ac molestie. Praesent aliquet quam et libero dictum, vitae dignissim leo eleifend. In in turpis turpis. Quisq. Vestibulum interdum vestibulum felis ac molestie. Praesent aliquet quam et libero dictum, vitae dignissim leo eleifend. In in turpis turpis. Quisque justo turpis, vestibulum Vestibulum interdum vestibulum felis ac molestie.
	Tags: g2r, g2r blog, g2r about, one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: g2r
*/

.vc_row{
	margin-left: 0!important;
    margin-right: 0!important;
}
.vc_column_container > .vc_column-inner {
	padding-left: 0!important;
	padding-right: 0!important;
}
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0!important;
}

/*Home Style*/
.servicebgdark h2{
	font-size: 40px;
}
.btn_under {
	padding: 1em 2em;
    border: 1px solid #ccc;
    color: #56a439;
    font-weight: 600;
    display: inline-block;
    margin: 1em 0 3em;
    font-size: 13px;
	transition: .3s;
}
.btn_under:hover {
     color: #fff;
	text-decoration:none;
	background: #56a439;
}

.bg_text_2 {
    transform: translate(567px, -67px);
    white-space: nowrap;
    font-size: 10em !important;
}
/*Theme Style*/
input[type="submit"].g2rsubmit{
	margin-right: -35px;
}

ul.footer-links{
	text-align: center;
}
ul.footer-links li{
	display: inline-block;
}
ul.footer-links li a{
	display: inline-block;
	padding: 0 10px;
	border-right: 2px solid #fff;
}
ul.footer-links li:last-child a{
	border-right: none;
}
/*Menu*/

@media (max-width:767px) {
	#menu-main-menu { 
	display:none;
	}
}
.fixed_menu {
	position:fixed !important;
	z-index:999999;
	width:100%;
}
.content_page {
	padding-top:90px;
	overflow:hidden;
	max-width:100%;
}



/*About CSS*/
.why{
	background-image: url('https://g2r.iconcoder.com/wp-content/uploads/2020/04/quote-bg.png');
	background-size: cover;
	background-position: center;
}
.why h4{
	position: static;
}
@media all and (min-width: 768px){
	.why h4 {
		position: absolute;
		top: 47%;
	}
}
.row.align-items-center.num_list p{
	font-size: 19px;
}
.future_test img {
    transform: translate(-15%, -53.8%);
}
/*About New Banner CSS Start*/
.abt-partners{
	background-color: #cccccc;
}
.abt-partners a{
	text-decoration: none;
}
/*New Who*/
.new-who{
	background-color: #EDEDED;
	padding: 80px 0;
}
.new-who .big_bg_text{
	color: #fff!important;
	opacity: .8;
	transform: translate(-120px, -12%);
	top: 0;
    left: 0;
    right: 0;
    margin: auto;
	max-width: 1000px;
	font-size: 12rem!important;
	font-weight: 800!important;
}
.new-who .who-border{
	border: 1px solid #C1C1C1;
	position: relative;
}
.new-who .who-border .who-top{
	display: inline-block;
	padding: 0 10px;
	background: linear-gradient(to right, #EDEDED, #fff);
	position: absolute;
	top: 0;
	left: 20px;
	transform: translateY(-60%);
}
.new-who .who-border .who-bottom{
	display: inline-block;
	padding: 10px;
	background-color: #EDEDED;
	position: absolute;
	bottom: 0;
	right: 20px;
	transform: translate(0%, 65%);
	transition: .6s;
}
.new-who .who-border .who-bottom a{
	color: #6AAF28;
}
.new-who .who-border .who-bottom a:hover{
	color: #6AAF28;
	text-decoration: none;
	transform: translateX(15px);
}
.new-who .who-border .who-bottom:hover{
	transform: translate(5%, 65%);
}
fieldset{
	border: 3px solid #C1C1C1;
}
.keywords{
	position: relative;
	text-align: center;
}
.keywords .big_bg_text{
	color: #EDEDED!important;
	opacity: .4;
	font-size: 12rem!important;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-10%);
    text-align: center;
}
.keyitem{
	background-color: #EDEDED;
	position: relative;
}
.keyitem::after{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-right: 2px solid #6AAF28;
	border-top: 2px solid #6AAF28;
	position: absolute;
	top: -8px;
	right: -8px;
}
/*New Who End*/
/*WHY*/
#what_s .col-md-7, #why_s .col-md-7 {
	font-size:1.1rem;
}
/* New Video */
.video-traingle{
	position: relative;
}
.video-traingle::before{
	display: block;
    content: "";
    border-top: 20px solid #fff;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.video-traingle::after{
	display: block;
    content: "";
    border-bottom: 20px solid #EDEDED;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Why */
.why_space{
	padding-top: 40px;
}
/*New motivi*/
.new-motivi{
	position: relative;
}
.new-motivi::before{
	display: block;
	content: "";
	border-top: 20px solid #EDEDED;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.new-motivi::after{
	display: block;
	content: "";
	border-bottom: 20px solid #EDEDED;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.new-motivi .big_bg_text{
	font-size: 12rem!important;
	line-height: 100%!important;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(3%);
	text-align: center;
}
.motivi-border{
	border: 1px solid #fff;
	padding: 20px 0 0 0;
	position: relative;
}
.motivi-button{
	position: absolute;
	bottom: 0;
	right: 25px;
	transform: translateY(50%);
}
.motivi-button a{
	background-color: #3F3F3F;
	padding: 0px 10px;
	color: #6AAF28;
	font-size: 22px;
	font-weight: 700;
	line-height: 100%;
}
.light-strip{
	background: rgba(255, 255, 255, .1);
	padding: 12px 0 0 0;
}
.dark-strip{
	padding: 12px 0 0 0;
}
.plus-one{
	background: url('assets/images/aboutnew/plus-one.png') no-repeat center;
}
.new-motivi h2.lightgreen{
	font-size: 50px;
	font-weight: 650;
}
.new-motivi h2.lightgreen span{
    font-size: 24px;
    vertical-align: middle;
    margin-left: 10px;
	font-weight: 550;
}
.new-motivi h2.lightgreen.plus{
	transform: translateX(-12%);
}
.new-motivi p{
	font-size: 16px;
}
/*New motivi end*/
/* About Team */
.new_abt_team{
	padding-top: 50px;
}
.team_member{
	padding-bottom: 15px;
}
.about-team-margin{
	margin-top: 70px;
}
.about-team-margin h4{
	margin-top: 0px;
}
.new_abt_team .big_bg_text{
	font-size: 190px!important;
    line-height: 100%!important;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(-70px, 14%);
    text-align: center;
}
.new_abt_team .col-sm-3 {
    padding-right: 10px;
}
.abt_new_team img{
	width: 100%;
}
.team-info{
	overflow: hidden;
}
.abt_new_team.team-info h4{
	font-size: 24px;
}
.abt_new_team .team_abt_info h5{
	color: #000;
	font-size: 21px;
}
.team-info .btn_style{
	margin-left: 20px;
	margin-top: 20px;
}
.abt_new_team h4{
	transform: translateY(0%);
	font-size: 24px;
	margin-left: 0px;
	margin-top: 10px;
}
.abt_new_team .team{
	padding-bottom: 10px;
}
.abt_new_team h5{
	margin-left: 0;
	font-size: 18px;
	color: #636e72;
}
.team_link{
	color: #6AAF28;
	font-weight: bold;
}
.team_link h6{
	cursor: pointer;
	font-size: 14px;
}
/* About Team End */

/* About New Testimonial */
.my-team.abt_new_team{
	height: 100%;
}
.my-team.abt_new_team.teamarrow{
	margin-bottom: 0;
}
.new-testimonial{
	margin: 5px 15px;
	padding: 5px;
	font-size: 12px;
	text-align: left;
}
.rating{
	font-size: 12px;
}
.rating .green-star{
	color: #6AAF28;
}
.rating .gray-star{
	color: #999999;
}
/* About story */
.our-story-space{
	padding-top: 28px;
	padding-bottom: 37px;
}
.story-triangle.triangle::before{
	border-top: 20px solid #EDEDED;
}
.down-silver.double_triangle::after{
	border-bottom: 20px solid #EDEDED;
}
/*Activity Banner CSS Start*/
.activity-banner .title, .activity-banner .titlefill{
	font-size: 110px;
}

/*Home Banner CSS Start*/
.home-new-banner .container{
	position: relative;
}
.home-new-banner .title {
	font-weight:normal;
	
}
.home-new-banner .titlefill {
	font-weight:800;
}
.home-new-banner .title {
	font-weight:300;
}
.home-new-banner .title, .home-new-banner .titlefill{
	font-size: 50px;
	line-height: 100%;
	color:#3F3F3F;
	font-family: "Roboto Slab";
}
.home-new-banner .videobtn svg{
	opacity: .7;
}
.home-new-banner .videobtn{
	right: -2%;
	top: 45%;
}
.home-new-banner .btn_under {
	color: #3F3F3F;
	border:2px solid #56a439;
	transition: .3s;
}
.home-new-banner .btn_under:hover {
	background-color: #56a439;
	color:#fff;
}
.h-btn{
    border: 4px solid #6AAF28;
    padding: 5px 10px 6px 10px;
}
.h-btn:hover{
	transform: translateX(25%);
}
.h-btn a{
	background-color: #292929;
	color: #fff;
	font-size: 18px;
	transition: .5s;
}
/*Home banner end*/
/* Home News CSS */
.newsbg .big_bg_text{
	transform: translate(-50px, -48%);
}
.lorenzo .btn-effect{
	display: none;
}

/*box home*/
.bg-darkgrey {    background-image: url(https://g2r.it/wp-content/uploads/2021/04/Background.png);
}
.bg-darkgrey h1 {
	font-size:5rem;
	font-family:"Roboto Slab";
}
.bg-darkgrey h4 {
	color: #6AAF28;
	text-transform:uppercase;
	font-family:"Roboto Slab";
}
.bb_right {
	border-right:2px solid #fff;
}
.bb_right.a2 {
	border-right: 0;
}
.lorenzo img{
	margin-top: 20px;
}
/*contact form 7*/
.wpcf7-form-control.wpcf7-select{
	background: #EDEDED;
	border: none;
}

/* Team Page New CSS */
.team_member{
	padding-top: 0;
	padding-bottom: 0;
}
.team{
	overflow: hidden;
}
.team img{
	transition: .6s ease;
}
.team:hover img{
	opacity: .5;
}
.team-row-one .teamarrow::after{
	right: -1px;
}
.team-row-three .teamarrow::after{
	right: 0px;
}
.team-row-four .teamarrow::after{
	right: 0px;
}
.team-page .big_bg_text{
	transform: translate(0px, 3%);
} 
.team-row-one .big_bg_text{
	transform: translate(-55px, 3%);
	letter-spacing: 2px;
} 
.team-row-three .big_bg_text{
	transform: translate(-60px, 3%);
} 
.team_member .designation{
	font-size: 14px;
    color: #636e72;
}
.d-staff-link1, .d-staff-link2, .d-staff-link3, .d-staff-link4, .d-staff-link5, .d-staff-link6, .d-staff-link7, .d-staff-link8, .d-staff-link9, .d-staff-link10, .d-staff-link11, .d-staff-link12,  .d-staff-link13, .d-staff-link14, .d-staff-link15, .d-staff-link16, .d-staff-link17, .d-staff-link18, .d-staff-link19, .d-staff-link20, .d-staff-link21, .d-staff-link22, .d-staff-link23, .d-staff-link24, .m-staff-link1, .m-staff-link2, .m-staff-link3, .m-staff-link4, .m-staff-link5, .m-staff-link6, .m-staff-link7, .m-staff-link8, .m-staff-link9, .m-staff-link10, .m-staff-link11, .m-staff-link12, .m-staff-link13, .m-staff-link14, .m-staff-link15, .m-staff-link16, .m-staff-link17, .m-staff-link18, .m-staff-link19, .m-staff-link20, .m-staff-link21, .m-staff-link22, .m-staff-link23, .m-staff-link24{
	cursor: pointer;
	color: #84BD4F;
	font-size: 14px;
}
.staff-desktop{
	background-color: #E6E7E9;
	display: none;
}
.staff-details a{
	color: #1E3B5B;
	font-weight: bold;
}
.staff-details .container{
	/*box-sizing: content-box;*/
}
.staff-button a{
	display: inline-block;
	padding: 10px 25px;
	border: 1px solid #1E3B5B;
	color: #1E3B5B;
	font-weight: normal;
}
.staff-close i{
	font-size: 24px;
	color: red;
	transition: .6s;
	cursor: pointer;
}
.staff-close i:hover{
	transform: rotate(-90deg);
}

.staff-phone{
	display: none;
	padding: 20px 0;
}
.g2r-team-social a{
	text-decoration: none;
	padding: 10px;
	color: #A2A2A2;
	transition: .6s;
}
.g2r-team-social a:first-child{
	padding-left: 0;
}
.g2r-team-social a:hover{
	text-decoration: none;
	color: #5D922A;
}
/*Public Affairs Page */
.affair_3d {
	margin-bottom: 1.5em;
}
.affair_3d  .h_about {
	display:none;
}
.affair_3d .text-right .btn_style {
	display:none;
}
 .bgshadow .bg-white {
	padding: 1.5rem 1.5rem 0 1.5rem!important;
}

.second_sticky_menu {
	border-bottom:2px solid #ccc;
	border-top:2px solid #ccc;
	background:#fff;
}
.fixedclass {
	position: fixed;
    z-index: 999999999999;
    width: 100%;
}
.second_sticky_menu ul{
	list-style:none;
	margin-bottom:0;
	padding:0;
}
.second_sticky_menu li {
	display: inline-block;
    padding: 1em 0em;
    margin: 0 1.5em 0 0;
}
.second_sticky_menu li:hover {
	border-bottom:2px solid #56a439;
	text-decoration:none;
	margin-bottom: -2px;
}
.second_sticky_menu li a {
	color: #888;
	font-weight:500;
	font-size:0.9em;
}
.second_sticky_menu li a:hover {
	color:#56a439;
}
.second_sticky_menu li a:hover {
	text-decoration:none; 
}
.container_affairs {
	max-width:872px;
	margin:0 auto !important;
}
.container_affairs h4 {
	padding:10px 0;
}
.banner-sup-container:after {
    content: "";
    border-top: 35px solid #fff;
	position: relative;
    width: 5%;
    margin: 0 auto;
    display: block;
    border-right: 30px solid #fff0;
	border-left: 30px solid #fff0;
}
.servicebg {
	
}
.servicebg .big_bg_text {
	transform: translate(-45px, -48%);
}
.boxed_new {
	background:#fff;
	line-height: 26px;
	padding-top:0.3em;
	transition: .2s;
}
.effect-translate {
	transition: .3s;
}
.boxed_new:hover, .effect-translate:hover {
	transform: translatey(5px) !important;
}
.row_star {
	font-weight:bold;
	border:1px solid #56a439;
	margin-top:-45px !important;
    padding: 2.3em 1em !Important;
}
.banner-sup-container, .banner-inf-container {
	font-weight:bold;
}
.banner-sup-container .vision {
	max-width: 450px;
    margin: 0 auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #56a439;
    margin-bottom: 5px;
}
.banner-inf-container .vision {
	max-width: 450px;
    margin: 0 auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #56a439;
    margin-top: 5px;
}
.banner-sup-container h4:after {
	content:"";
}
.text_star {
	text-align: center;
    margin: 0 auto;
    width: 78px;
    background: #EDEDED;
    display: block;
    position: relative;
    margin-top: -44px;
    margin-bottom: 20px;
}
.banner-sup-container h4 {
	background: #fff;
	line-height: 35px;
	text-align:center;
    max-width: 450px;
    margin: 0 auto;
    z-index: 99;
    position: relative;
	padding:1em;
}
.banner-inf-container:before {
    content: "";
    border-bottom: 35px solid #fff;
	position: relative;
    width: 5%;
    margin: 0 auto;
    display: block;
    border-right: 30px solid #fff0;
	border-left: 30px solid #fff0;
}
.banner-inf-container h4  {
	background: #fff;
	line-height: 35px;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
    z-index: 99;
    position: relative;
    padding: 1em;
}
.banner-inf-container .text-rotate {
	transform: rotate(-180deg);
}
.star_img {
	margin: 0 auto;
    display: block;
    margin-top: -60px;
    background: #EDEDED;
    padding: 0 10px;
    max-width: 100px;
}
.accordion_affairs button{
	background:none;
	color:#56a439;
	padding-left:0;
	border:0;
	text-transform:uppercase;
	font-weight:600;
}
.accordion_affairs button:hover, .accordion_affairs button:active,  .accordion_affairs button:not(:disabled):not(.disabled):active {
	background:none;
	color:#56a439;
	outline:0;
	
}
.accordion_affairs button:focus, .accordion_affairs button:not(:disabled):not(.disabled):active:focus {
	outline:0;color:#56a439;
	background:none;
	box-shadow:none;
}
.boxed_new .icon {
	margin: 0 auto;
    display: block;
    max-width: 40px;
}
.box-with-title .boxed_new {
	min-height:145px;
}
.two_box a.left {
	display:block;
	color:#56a439;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
	width:100%;
	font-size:1.5em;
	border-bottom:2px solid #56a439;
}
.boxed_new h4 {
	margin:0 0 5px 0;
    font-size: 2rem;
   
}
.accordion_affairs .title-service {
	padding-bottom:20px;
	border-bottom:2px solid #56a439;
}
.bold_green {
	font-weight: 600;
	text-transform:uppercase;
	color: #56a439;
	font-size:1em;
}

.arrow_down:after {
	content: "";
	background: url('/wp-content/themes/g2r/assets/images/public_affairs/freccia.svg');
	background-repeat:no-repeat;
	width: 15px;
    height: 9px;
    margin-left: 15px;
	display:inline-block;
}
.arrow_right:after {
	content: "";
	background: url('/wp-content/themes/g2r/assets/images/public_affairs/freccia-2.svg');
	background-repeat:no-repeat;
	width: 39px;
    height: 20px;
    margin-top: 15px;
	display:block;
}
.box_sedi .sedihoverbg {
	background-color: #3F3F3F;
	display:none;
	color:#fff;
	min-height:350px;
}
.box_monitoring {
	    max-height: 340px;
    overflow: hidden;
	-webkit-transition: background-color 0.7s ease-out;
  -moz-transition: background-color 0.7s ease-out;
  -o-transition: background-color 0.7s ease-out;
  transition: background-color 0.7s ease-out;
}

.box_monitoring:hover {
	 background-color: #3F3F3F;
	color:#fff;
}
.box_monitoring_p {
	padding-top:130px;
}
.box_monitoring_p_hover {
	opacity:0;
}

.box_monitoring_p_hover  p{

	font-size:1em !important; }

.box_sedi  .servicebg, .box_slideup  .slideup_container {
	background: #EDEDED;
	max-height:350px;
	min-height:350px;
	padding-top:130px ;
 -webkit-transition: background-color 0.7s ease-out;
  -moz-transition: background-color 0.7s ease-out;
  -o-transition: background-color 0.7s ease-out;
  transition: background-color 0.7s ease-out;
}
.box_sedi  .servicebg:hover, .box_slideup .slideup_container:hover {
	 background-color: #3F3F3F;
	color:#fff;
}
.business .slideup_container {
	min-height:240px;
	max-height:240px;
	padding-top: 85px;
	    overflow: hidden;
}
.business .approach h2 {
	    top: 100px;
	    transform: translate(-50px, -48%) !important;
}
.business .box_slideup h4:before {
	content:"//";
	color: #6AAF28;
	font-weight:bold;
	margin-right:5px;
}
.box_slideup h4 {
	color:#3f3f3f;
}
.container_sedi_hover, .description_slideup {
	opacity:0;
	padding-top:20px;
}
.accordion_affairs h5.sub-title {
	margin: 25px 0;
	color: #808080;
	font-size:1.25rem;
	line-height:28px;
}
.boxed_new p{
	color:#393938;
}
.title_section_slash {
	text-align:center;
	padding: 0.6em 0;
	margin-bottom:35px;
    border-bottom: 1px solid #56a439;
	border-top: 1px solid #56a439;
}
.title_section_slash:before {
	content: "//";
	color: #6AAF28;
	font-weight:bold;
	letter-spacing:-5px;
}
.box-with-title .icon img {
	width: auto;
    height: 40px;
	position: relative;
    transform: translateX(-14px);
}
.box-with-title .boxed_new {
	background:#EDEDED;
    padding:1em;
}
.two_box .boxed_new {
	height:100%;
	border:1px solid #ccc;
}
.title_little_box {
	padding-bottom: 1em;
	margin-bottom:1em;
	border-bottom:1px solid #56a439;
}
.hr_slider {
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #56a439;
    width: 0%;
}
.box-with-title .icon:after {
	content: "";
    display: block;
    position: relative;
    border-bottom: 35px solid #fff;
    border-right: 35px solid #fff0;
    width: 5px;
    margin-top: 8px;
}
.img_aff { 
	width: 540px;
	height: 607px;
}
.form_aff_email {
	width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px 10px;
}
.form_aff_submit {
	transition: .6s;
	border-radius:0;
	border:0;
	color: #fff;
    padding: 5px 30px;
    background: #6AAF28;
    float: right;
}
.form_aff_submit:hover {
	-webkit-transform: translateX(10%);
	transform: translateX(10%);
	background: #66a52a;
}
.newsletter_aff span.wpcf7-list-item {
	margin: 0 !important;
}
.newsletter_aff .wpcf7-list-item-label {
	font-size:16px;
}
div.wpcf7 .ajax-loader {
	display:none !important;
}
.wpcf7-form-control-wrap {
	vertical-align:middle;
}
/* Contact page CSS */
.single_contact .big_bg_text{
	-webkit-transform: translate(55px, -8%);
    transform: translate(55px, -8%);
	opacity: .1;
}
.c_text h4{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
}
.c_text h3{
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 40px;
}
.c_text h5{
	color: #6AAF28;
	border-bottom: 0;
	margin-bottom: 0;
}
.c_text p{
	margin-bottom: 0;
}
.contact-new-team.triangle::before{
	border-top: 20px solid #fff;
}
/*contact count down*/
.count-down .col-sm-1{
	padding: 0;
}
.count-down h3 span{
	background-color: #fff;
	padding: 2px 10px;
	font-weight: 650;
}
.count-down h3 span:first-child{
	margin-right: 4px;
}
.count-down h3 span#d2{
	margin-right: 4px;
}
.count-down h6{
	color: #6AAF28;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	border-bottom: 2px solid #3F3F3F;
	display: inline-block;
	width: 70%;
	padding-bottom: 2px;
}
/* career page css */
.career-opportunity.new_abt_team .big_bg_text{
	transform: translate(0, 14%);
}
.career-opportunity .tablerow{
	margin-top: 0;
	padding: 25px 15px;
}
.career-opportunity .thead span{
	font-size: 14px;
}
.career-opportunity .tablerow .job-position {
	font-size: 20px;
	font-weight: 800;
}
.career-opportunity .tablerow .job-info{
	font-weight: 600;
}
.lightgreen {
    color: #6AAF28!important;
}