/* NAVIGATION DROP DOWN LMR */
    .dropdown {
        position: relative;
        display: inline-block;
    }
    .dropdownContent {
        margin: 3em 0; 
        display: none;
        position: absolute;
        min-width: 200px;
        z-index: 1;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        border-radius: 5px;
        background-color: #fff;
    }
    .dropdownContent span {
        display: block;
        border: none;
        padding: 0 0 0 23px;
    }
    .dropdownContent span a {
        display: block;
        padding: 12px 16px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        color: #0C0B0B;
        font-weight: 500;
        text-transform: uppercase !important;
        font-family: 'GoogleSans-Medium';
    }
    .dropdownContent span a:hover {
        color: #418666
    }

    .dropdown:hover .dropdownContent {
        display: block;
    }
/* END NAVIGATION DROP DOWN LMR */



#scroll_to_top.active {
    bottom: 80px!important;
    right: 30px!important;
}

@media(min-width:767px){
.menu-mob-1 {
float : left!important;
}
.menu-mob-2 {
float : right !important;
}

.about_sub_{

}

}
@media (max-width : 767px) {
.menu-mob-2 {
padding-top: 10px!important;
}
}

#talk {
    margin-top: 40px!important;
}
.container-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -70px 0;
    padding-bottom: 50px;
}

.text-label {
	text-transform: uppercase;
	font-family: googlesans-medium;
	font-sz-ize: 0.75rem;
	letter-spacing: 0.2em;
	color: #3cae79;
}

.arrow-circle-down {
	display: block;
	width: 40px;
	height: 40px;
	margin: 16px 0;
	/*fill: #fff;*/
}

.bounce {
	-webkit-animation: bounce 4s;
	        animation: bounce 4s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-12px);
		        transform: translateY(-12px);
	}
}

@keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-12px);
		        transform: translateY(-12px);
	}
}
@media(max-width: 767px) {
    .row.row-o-full-height {
    display: flex;
    min-height: 93vh !important;
}
}
#scroll_to_top .thb-animated-arrow.circular svg {
    width: 26px !important;
}
#scroll_to_top svg {
    fill: #fff !important;
}
/** Subscribe Form CSS **/
.hsformc input[type="email"] {
    background: white !important;
    width: 489px !important;
    height: 50px !important;
}
@media(max-width : 767px) {
    .hsformc input[type="email"] {
background: white !important;
width: 300px !important;
height: 50px !important;
margin-left: 40px;
}
.hsformc input[type="submit"].large, .button.large, .btn.large {
font-size: 16px;
height: 56px;
padding: 0 45px;
margin-top: 0px;
}
.hs-button {
    margin-left: 90%!important;
    padding-bottom : 20px;
    margin : 20px 0;
}
}

.hs_email {
    display: inline;
    float: left;
}
.actions { 
float: left;
}
.hs-input {
    height: 56px !important;
}
.hsformc input[type="submit"].large, .button.large, .btn.large {
    height: 50px !important;
}
.hsformc label {
    display : none;
}
.hsformc {
    padding-top: 30px!important;
    padding-bottom: 100px!important;
    
}

@media(min-width : 767px) {
    .hsformc .hs_email {
    margin-left: 25%;
}
}
/*li {
list-style: none !important;
} LMR */
/** Subscribe Form CSS **/

@media(max-width : 767px) {
    .footer-row .columns {
margin-top:15px;
}
.widget>h6 {
    margin-bottom:15px;
}
}
.contact-form
{
    margin-top:100px;
}

#scroll_to_top {
    right: 95px!important;
}
.thb-iconbox.top.type2 figure {
    padding-bottom: 20px !important;
    margin-bottom: 15px !important;
}
@font-face {
    font-family: GoogleSans-Bold;
    src: url(../assets/fonts/google-sans/GoogleSans-Bold.ttf)
}
@font-face {
    font-family: GoogleSans-Regular;
    src: url(../assets/fonts/google-sans/GoogleSans-Regular.ttf)
}
@font-face {
    font-family: GoogleSans-Medium;
    src: url(../assets/fonts/google-sans/GoogleSans-Medium.ttf)
}
@font-face {
    font-family: GoogleSans-BoldItalic;
    src: url(../assets/fonts/google-sans/GoogleSans-BoldItalic.ttf)
}
@font-face {
    font-family: GoogleSans-Italic;
    src: url(../assets/fonts/google-sans/GoogleSans-Italic.ttf)
}
@font-face {
    font-family: GoogleSans-MediumItalic;
    src: url(../assets/fonts/google-sans/GoogleSans-MediumItalic.ttf)
}
#hubspot-messages-iframe-container {
z-index : 150!important;
}

#scroll_to_top {
    z-index: 151!important;
}

#scroll_to_top .thb-animated-arrow.circular svg {
    width: 26px !important;
}
#scroll_to_top svg {
    fill: #fff !important;
}
.container {
	display: flex;
	height: 100vh;
}
#talk {
    margin-top: 30px!important;
}
.container-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -70px 0;
    padding-bottom: 50px;
}

.text-label {
	text-transform: uppercase;
	font-family: googlesans-medium;
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	color: #000;
}

.arrow-circle-down {
	display: block;
	width: 40px;
	height: 40px;
	margin: 16px 0;
	/*fill: #fff;*/
}


.bounce {
	-webkit-animation: bounce 4s;
	        animation: bounce 4s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-12px);
		        transform: translateY(-12px);
	}
}

@keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-12px);
		        transform: translateY(-12px);
	}
}
@media(max-width: 767px) {
    .row.row-o-full-height {
    display: flex;
    min-height: 93vh !important;
}
}

.h5 {    
font-size: 20px;
line-height: 1.4;
font-weight: 400;
font-family: 'GoogleSans-Medium';
margin-bottom: 20px;
letter-spacing: -0.03em;
text-rendering: optimizeLegibility;
font-style: normal;
}


h1,
.h1,
.thb-countdown .thb-countdown-ul li .timestamp,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'GoogleSans-Medium';
}

body {
    font-family: 'GoogleSans-Regular';
}

.thb-full-menu>li>a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase !important;
    font-family: 'GoogleSans-Medium';
}

h1,
.h1 {
    font-weight: 400;
}

h2 {
    font-weight: 300;
    color: #3CAE79 !important;
    font-size: 46px;
}

h3 {
    font-weight: 400;
}

h4 {
    font-weight: 400;
}

h5 {
    font-weight: 300;
}

h6 {
    font-size: 20px;
}

.logolink .logoimg {
    max-height: 15px;
}
.logolink .logoimg {
    max-height: 65px !important;
}

.logolink .logoimg[src$=".svg"] {
    max-height: 100%;
    height: 75px;
}
.thb-iconbox p {
    font-size: 17px !important;
}
.thb-iconbox p :hover {
    color: white !important;
}
.about_sub_ {
    font-size: 19px !important;
    /* text-align: justify; */
}
img.attachment-full {
    /* background: white !important; */
}
.header.light-header .mobile-toggle span{
    background: #000000 !important;

}

.thb-full-menu .sub-menu {
    padding: 0px ;
    margin: 0;
    list-style: none;
    background: #ffffff;
    position: absolute;
    text-align: left;
    min-width: calc(100% + 60px);
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    max-width:260px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.thb-full-menu .sub-menu li {
    display: block;
    padding: 0 0px;
    margin-bottom: 0px !important;
    font-size: 16px;
    line-height: 0.1;
    text-align: center;
}
.thb-full-menu .sub-menu li a {
    display: block;
    color: #000000;
    padding: 15px;
    opacity: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
     
    line-height: 16px;
    
    
}
.thb-full-menu .sub-menu li a:hover {
    color: #3cae79 !important;
}
.style1 .thb-mobile-menu .menu-item {
    font-family: 'GoogleSans-Regular';
    line-height: 20px;
    color: #858585;
    font-size: 14px !important;
    padding: 1em 1.3em 1em 0.9em !important;
}
.dropdown-content a {
    padding: 17px;
    line-height: 16px;
    text-decoration: none;
    display: block;
    color: #858585 !important;
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

  /* index */
  .add_text_center{
      text-align: center;
  }
  .thb-iconbox.top.type3.text-left figure {
    align-items: center !important;
}
.about_fio_section{
    margin-left: 8em;
}
.about_fio_content{
    max-width: 40% !important;
}
.content_innovative{
    font-size: 19px;
    padding-top: 3em;
}

    /* index */

/* .header:not(.fixed):not(.hide-header-items) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
} */

@media only screen and (min-width:40.0625em) {
    .header {
        padding-top: 20px;
        padding-bottom: 20px;
        ;
    }
}

@media only screen and (min-width:40.0625em) {
    .header.fixed {
        padding-top: 15px;
        padding-bottom: 15px;
        ;
    }
}

@media only screen and (max-width:40.0625em) {

    .header,
    .header.fixed {
        padding-top: 15px;
        padding-bottom: 15px;
        ;
    }
}

.footer {
    padding-top: 84px;
}

a:hover,
.thb-full-menu.thb-standard>li.current-menu-item:not(.has-hash)>a,
.thb-full-menu>li a:not(.logolink)[data-filter].active,
#mobile-menu.dark .thb-mobile-menu>li>a:hover,
#mobile-menu.dark .sub-menu a:hover,
#mobile-menu.dark .thb-secondary-menu a:hover,
.thb-mobile-menu>li.menu-item-has-children>a:hover .thb-arrow div,
.thb-secondary-menu a:hover,
.authorpage .author-content .square-icon:hover,
.authorpage .author-content .square-icon.email:hover,
.commentlist .comment .reply a:hover,
input[type="submit"].style3,
.button.style3,
.btn.style3,
input[type="submit"].style4,
.button.style4,
.btn.style4,
input[type="submit"].style4:hover,
.button.style4:hover,
.btn.style4:hover,
.more-link,
.thb-portfolio-filter.style1 ul li a:hover,
.thb-portfolio-filter.style1 ul li a.active,
.thb-portfolio-filter.style2 .select2.select2-container--default .select2-selection--single .select2-selection__rendered,
.thb-portfolio-filter.style2 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] span,
.thb-portfolio-filter.style2 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted span,
.thb-autotype .thb-autotype-entry,
.thb-tabs.style3 .vc_tta-panel-heading h4 a:hover,
.thb-tabs.style3 .vc_tta-panel-heading h4 a.active,
.thb-tabs.style4 .vc_tta-panel-heading h4 a.active,
.thb-tabs.style4 .vc_tta-panel-heading h4 a:hover,
.thb_location_container.row .thb_location h5,
.thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .content-side .thb-categories,
.thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .content-side .thb-categories a,
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal .about_paypal,
input[type="submit"].style2,
.button.style2,
.btn.style2,
.thb-header-menu>li.menu-item-has-children:hover>a,
.thb-header-menu>li.menu-item-has-children.sfHover>a,
.thb-header-menu>li.menu-item-has-children:hover>a span:after,
.thb-header-menu>li.menu-item-has-children.sfHover>a span:after,
.thb-pricing-table.style2 .pricing-container .thb_pricing_head .thb-price,
.post.style8 .style8-meta .style8-link a,
.thb-iconbox.top.type5 .iconbox-content .thb-read-more,
.thb-testimonials.style7 .testimonial-author cite,
.thb-testimonials.style7 .testimonial-author span,
.post.style9.active .post-title a,
.columns.thb-light-column .post.style9 .post-category a {
    color: #418666;
}

.thb-full-menu.thb-line-marker>li>a:before,
.thb-page-header .thb-blog-categories li a:after,
.select2-container .select2-dropdown .select2-results .select2-results__option[aria-selected=true],
input[type="submit"],
.button,
.btn,
input[type="submit"].black:hover,
input[type="submit"].wc-forward.checkout:hover,
.button.black:hover,
.button.wc-forward.checkout:hover,
.btn.black:not(.style4):hover,
.btn.wc-forward.checkout:hover,
input[type="submit"].style2:hover,
.button.style2:hover,
.btn.style2:hover,
input[type="submit"].style3:before,
.button.style3:before,
.btn.style3:before,
input[type="submit"].style4:after,
.button.style4:after,
.btn.style4:after,
.btn-text.style3 .circle-btn,
[class^="tag-cloud-link"]:hover,
.thb-portfolio-filter.style1 ul li a:before,
.thb-portfolio-filter.style2 .select2.select2-container--default .select2-selection--single .select2-selection__arrow:after,
.thb-portfolio-filter.style2 .select2.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.thb-portfolio-filter.style2 .select2-dropdown .select2-results__options .select2-results__option span:before,
.boxed-icon.email:hover,
.thb-progressbar .thb-progress span,
#scroll_to_top:hover .thb-animated-arrow.circular,
.thb-tabs.style1 .vc_tta-panel-heading h4 a:before,
.thb-tabs.style4 .vc_tta-panel-heading h4 a:before,
.thb-client-row.thb-opacity.with-accent .thb-client:hover,
.badge.onsale,
.demo_store,
.products .product .product_after_title .button:hover:after,
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a,
.footer_bar .socials .social.email:hover,
.thb-header-menu>li.menu-item-has-children>a span:before,
.thb-page-menu.style1 li:hover a,
.thb-page-menu.style1 li.current_page_item a,
.thb-client-row .style4 .accent-color,
.preloader-style3-container:before,
.preloader-style3-container:after {
    background-color: #afb3be;
}

input[type="submit"]:hover,
.button:hover,
.btn:hover {
    background-color: #a3a6b1;
}

.share_container .product_copy form,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
.select2.select2-container--default.select2-container--open .select2-selection--single,
.select2-container .select2-dropdown,
.select2-container .select2-dropdown.select2-drop-active,
input[type="submit"].style2,
.button.style2,
.btn.style2,
input[type="submit"].style3,
.button.style3,
.btn.style3,
input[type="submit"].style4,
.button.style4,
.btn.style4,
[class^="tag-cloud-link"]:hover,
.boxed-icon.email:hover,
.wpb_text_column a:after,
.thb-client-row.has-border.thb-opacity.with-accent .thb-client:hover,
.thb-pricing-table.style1 .thb-pricing-column.highlight-true .pricing-container,
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a,
.footer_bar .socials .social.email:hover,
.thb-iconbox.top.type5,
.thb-page-menu.style1 li:hover a,
.thb-page-menu.style1 li.current_page_item a,
.post.style9 .style9-title .style9-arrow:hover,
.post.style9.active .style9-arrow {
    border-color: #afb3be;
}

.select2-container .select2-dropdown.select2-drop-active.select2-drop-above,
.woocommerce-MyAccount-navigation ul li:hover+li a,
.woocommerce-MyAccount-navigation ul li.is-active+li a,
.thb-page-menu.style1 li:hover+li a,
.thb-page-menu.style1 li.current_page_item+li a,
.thb-dropdown-style3 .thb-full-menu .sub-menu {
    border-top-color: #afb3be;
}

.thb-dropdown-style3 .thb-full-menu .sub-menu:after {
    border-bottom-color: #afb3be;
}

.commentlist .comment .reply a:hover svg path,
.btn-text.style4 .arrow svg:first-child,
.thb-iconbox.top.type5 .iconbox-content .thb-read-more svg,
.thb-iconbox.top.type5 .iconbox-content .thb-read-more svg .bar,
.post.style9.active .style9-arrow svg {
    fill: #afb3be;
}

.thb-tabs.style2 .vc_tta-panel-heading h4 a.active {
    -moz-box-shadow: inset 0 -3px 0 #afb3be, 0 1px 0 #afb3be;
    -webkit-box-shadow: inset 0 -3px 0 #afb3be, 0 1px 0 #afb3be;
    box-shadow: inset 0 -3px 0 #afb3be, 0 1px 0 #afb3be;
}

.thb-fancy-box.fancy-style5:hover .thb-fancy-content {
    -moz-box-shadow: inset 0 -3px 0 #afb3be;
    -webkit-box-shadow: inset 0 -3px 0 #afb3be;
    box-shadow: inset 0 -3px 0 #afb3be;
}

.footer {
    background-color: #3CAE79 !important;
}

.subfooter {
    background-color: #3CAE79 !important;
}
 


.no_padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.no_padding a.social{
    padding-right: 1rem;
}
img.abt_img_mbl{
    width: 80%;
}

@media (max-width:768px){
    .thb-counter {
        display: flex;
        flex-direction: column;
        text-align: center;
        color: #ffffff;
        visibility: hidden;
        margin-bottom: 50px;
    }
}

@media (max-width:599px){
    .no_padding aside.socials{
        margin-bottom: 3rem;
    }
    img.abt_img_mbl{
        width: 100%;
        margin-top: 2.5rem !important;
    }
    .vc_custom_1519295700022.our_strenghts_{
        padding-top: 0 !important;
    }
}


/* home page */


body.custom-background #wrapper div[role="main"] {
    background-color: #ffffff;
}

h5 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}
h5 .services_bnr {
    font-size: 23px !important;

}

.btn.small {
    font-size: 12px;
    height: 52px;
}

.btn {
    font-weight: 500;
}

p {
    font-size: 16px;
}

@media screen and (min-width: 1200px) {
    h2 {
        font-size: 46px !important;
    }
}

h6 {
    font-weight: 500;
    letter-spacing: 0.2px;
}

.btn-text.style5 {
    font-weight: 500;
}

h3 {
    font-weight: 500;
}

a {
    color: #0C0B0B;
}

.post.style6 .post-title h3 {
    font-size: 20px;
}

.post.style6 {
    border-bottom: 6px solid rgba(240, 242, 248, 1);
}

.post.style6:hover {
    border-color: #3CAE79;
}

.thb-counter .h1,
.thb-counter .thb-countdown .thb-countdown-ul li .timestamp,
.thb-countdown .thb-countdown-ul li .thb-counter .timestamp {
    font-weight: 400 !important;
}





.vc_custom_1519379194310 {
    padding-top: 31vh !important;
    padding-bottom: 15vh !important;
    background: #93969a url(../assets/images/pexels-photo-305821.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.vc_custom_1539503004225 {
    padding-top: 13vh !important;
    padding-bottom: 13vh !important;
    background: url(../assets/images/group-pattern-2154.svg);
    max-width: -webkit-fill-available;
    background-size: cover !important;
    /* min-height: 750px; */
    /* height: auto; */
}

.vc_custom_1519295700022 {
    padding-top: 15vh !important;
}

.vc_custom_1519291428880 {
    padding-top: 15vh !important;
    padding-bottom: 15vh !important;
    background-color: #f0f2f8 !important;
}

.vc_custom_1519399321372 {
    background: #ffffff;
  
    background-size: cover !important;
    padding-top: 10vh !important;
    padding-bottom: 10vh !important;
}
.vc_custom_1519399318017{
    background-image: url(assets/images/Group\ 2158.png);
    max-width: -webkit-fill-available;
    background-size: cover !important;
    padding-top: 15vh !important;
    padding-bottom: 10vh !important;
}
.vc_custom_1519399321371 {
    background: url(../assets/images/group-pattern.svg) !important;
    
    background-repeat: no-repeat !important;
    max-width: 100%;
    background-size: cover !important;
    padding-top: 15vh !important;
    height:700px;
    padding-bottom: 15vh !important;
    /* position: absolute; */
}

.vc_custom_1519378612050 {
    padding-top: 10vh !important;
    padding-bottom: 10vh !important;
    /* background: #fef5ba url(https://2c9ack1o53tt194p04458y3m-wpengine.netdna-ssl.com/revolution-consulting/assets/images/h11.jpg?id=147) !important; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #3CAE79;
}

.vc_custom_1519301633965 {
    padding-top: 15vh !important;
}

.vc_custom_1519396328638 {
    padding-top: 4vh !important;
    padding-bottom: 15vh !important;
}

.vc_custom_151937861288222 {
    padding-top: 15vh !important;
    padding-bottom: 15vh !important;
    background: #F7F7F7 !important;
}


.vc_custom_1519302023018 {
    padding-top: 15vh !important;
    background-color: #f0f2f8 !important;
}

.vc_custom_1519293829057 {
    /* padding-top: 6vh !important; */
}

.vc_custom_1519296082636 {
    padding-bottom: 4vh !important;
}

.vc_custom_1519296472004 {
    padding-bottom: 15vh !important;
}

.vc_custom_1519394205945 {
    padding-bottom: 4vh !important;
}

.vc_custom_1519394598216 {
    padding-right: 8% !important;
}

.vc_custom_1519394601601 {
    padding-right: 8% !important;
}

.vc_custom_1519394605190 {
    padding-right: 8% !important;
}


.wpb_animate_when_almost_visible {
    opacity: 1;
}

.cover-bg {
    padding-top: 30vh !important;
    padding-bottom: 15vh !important;
    background: #93969a url(../assets/images/pexels-photo-305821.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}
.thb-animated-arrow.circular {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(76, 175, 80, 0.58) !important;
}
.thb-animated-arrow svg {
    fill: #233a28 !important;
}




/* .thb-fancy-box .thb-fancy-content svg{
    stroke: #1ea1fc !important;
    fill: #1ea1fc !important;
} */
.thb-fancy-box .thb-fancy-content svg path, .thb-fancy-box .thb-fancy-content svg circle, .thb-fancy-box .thb-fancy-content svg rect, .thb-fancy-box .thb-fancy-content svg ellipse{
    stroke: #1ea1fc !important;
    fill: #1ea1fc !important;
}
.thb-fancy-box .thb-fancy-content:hover svg path, 
.thb-fancy-box .thb-fancy-content:hover svg circle, 
.thb-fancy-box .thb-fancy-content:hover svg rect, 
.thb-fancy-box .thb-fancy-content:hover svg ellipse{
    stroke: #ffffff !important;
    fill: #ffffff !important;
}
.thb-iconbox {
    display: flex;
    /*margin-bottom: 35px !important;*/
    margin-bottom: 5px !important;
    visibility: hidden;
}

.thb-iconbox.top.type3.text-left {
    text-align: left;
    background: #fff;
    padding: 2rem 2rem 1.5rem;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09), 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
a#thb-iconbox-5c6a92413cb86 {
    padding: 2rem 2rem 6rem !important;
}
a#thb-iconbox-5c6a92413cb68 {
    padding: 2rem 2rem 3rem !important;
}

/* a#thb-iconbox-5c6a92413cb85 {
    padding: 2rem 2rem 3rem !important;
} */
/* a#thb-iconbox-5c6a92413b861 {
    padding: 2rem 2rem 3rem !important;

} */
.main_box {
    /* width:106%; */
}
.main_box_3 {
    width:100%;
    /* margin-left: 58%; */
}
.main_our_services_section {
 
    margin-left: 3em;

}
.thb-client-row.thb-opacity .thb-client img {
    will-change: opacity;
    opacity: 5.6 !important;
}
.wpb_column.columns.medium-7.thb-light-column.small-12 {
    padding-bottom: 7em;
}
.services_banner{
    padding-bottom: 0em !important;
}
.element

/* .thb-iconbox.top.type3.text-left:hover{
  background: #3CAE79 !important;
  color: white;
} */

/* home page end */

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    border: 1px solid rgba(0,0,0,0.07);
    padding: 15px 20px;
    height: 48px;
    margin-bottom: 27px;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    background: #ebebec !important ;
    max-width: 100%;
    outline: 0;
    font-family: inherit;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* about page */
#about_ .vc_custom_1519379194310 {
    padding-top: 20vh !important;
    padding-bottom: 15vh !important;
    background: #93969a url(../assets/images/about_bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.join_us_main{
    background-color: #F7F7F7;
}
.join_us_main .head_main{
    color: #969696;
}
.join_input{
    width: 75%;
}
input[type="submit"], .button, .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
       background: #3CAE79;
    color: #f8f8f8;
    padding: 0 40px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
}
#thb-button-5c581435b97b4.style1 {
    background: rgba(255, 255, 255, 0.1);
    background: linear-gradient( -135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) !important;
    border: 2px solid #3CAE79;
    border-radius: 50px !important;
}

.join_us_main input[type="submit"], .join_us_main .button, .join_us_main .btn {
    position: relative;
    left: -1rem;
    top: 0em;
    border-radius: 0 !important;
}

.t_c_a_i_c{
    text-align: center !important;
    display: block !important;
    margin: 0 auto !important;
}
textarea {
    height: auto;
    min-height: 127px !important;
    line-height: 0.6 !important;
    resize: none;
}
.meet_team_ .thb-client-row.thb-opacity .thb-client img {
    /* will-change: opacity; */
    opacity: 1;
    border-radius: 50%;
    padding: 2rem 0;
    width: 50%;
}
img.team_picture_{
    width: 100% !important;
    margin: 5rem 0 10rem;
}
@media (max-width: 768px){
    img.team_picture_{
        margin: 5rem 0;
    }
}
/* about page end */



/* default */
.d_color{
    color: #3CAE79 !important;
}
.d_color_bg{
    background-color: #3CAE79 !important;
}
.text_white{
    color: #ffffff !important;
}


@media only screen and (min-width:1200px){
    .about_sub_{
        width: 90%;
        text-align: justify;
    }
    .thb-iconbox.left .iconbox-content p, .thb-iconbox.right .iconbox-content p {
        color: #5F5F5F;
        margin: 0;
        width: 70%;
    }
}

.a,.b{
    fill:#3cae79;
}
.b{
    stroke:#3cae79;
} 
.thb-iconbox figure svg path, .thb-iconbox figure svg circle, .thb-iconbox figure svg rect, .thb-iconbox figure svg ellipse {
    stroke: #3CAE79 !important;
}

.our_services__ .thb-iconbox figure svg path, .our_services__ .thb-iconbox figure svg circle, .our_services__ .thb-iconbox figure svg rect, .our_services__ .thb-iconbox figure svg ellipse {
    stroke: #3CAE79 !important;
    fill: #3CAE79 !important;
}
.hover-white{
    stroke: #3CAE79 !important;
}
.hover-white{
    stroke: #3CAE79 !important;
    fill: #3CAE79 !important;
}
.thb-iconbox.top.type3.text-left:hover .hover-white{
    stroke: #fff !important;
}
.thb-iconbox.top.type3.text-left:hover .hover-white{
    stroke: #fff !important;
    fill: #fff !important;
}
.our_services__ .thb-iconbox.top.type3 figure {
    padding-bottom: 25px;
    margin: 0;
}

#thb-iconbox-5c6a92414431f.thb-iconbox .iconbox-image img {
    width: 90px;
    height: auto;
}

#thb-iconbox-5c6a92414431f.thb-iconbox .iconbox-content h5,
#thb-iconbox-5c6a92414431f.thb-iconbox figure h5 {
    color: #262626;
}

.our_strenghts_main{
    /* background-color: #3CAE79; */
    background-image: url(../assets/images/group-pattern.svg) ;
    padding-top: 6em;
    padding-bottom: 6em; 
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}
.thb-iconbox:hover.top.type1 figure, .thb-iconbox:hover.top.type2 figure {
    -moz-box-shadow: inset 0 -3px 0 #090909;
    -webkit-box-shadow: inset 0 -3px 0 #090909;
    box-shadow: inset 0 -3px 0 #3cae79 !important;
}





#thb-iconbox-5c6a92413b861.thb-iconbox .iconbox-image img {
    width: 84px;
    height: auto;
}

#thb-iconbox-5c6a92413b861.thb-iconbox .iconbox-content h5,
#thb-iconbox-5c6a92413b861.thb-iconbox figure h5 {
    color: #262626;
}

/* #thb-iconbox-5c6a92413b861.thb-iconbox .iconbox-content p, */
#thb-iconbox-5c6a92413b861.thb-iconbox .iconbox-content span {
    color: #8F8F8F;
}

#thb-iconbox-5c6a92413b861.thb-iconbox .iconbox-content svg,
#thb-iconbox-5c6a92413b861.thb-iconbox .iconbox-content svg .bar {
    fill: #ffffff;
}

#thb-iconbox-5c6a92413b861.thb-iconbox .btn-text.style2:before,
#thb-iconbox-5c6a92413b861.thb-iconbox .btn-text.style2:after {
    background: #ffffff;
}



#thb-iconbox-5c6a92413cb86.thb-iconbox .iconbox-image img {
width: 90px;
height: auto;
}

#thb-iconbox-5c6a92413cb86.thb-iconbox .iconbox-content h5,
#thb-iconbox-5c6a92413cb86.thb-iconbox figure h5 {
color: #262626;
}

/* #thb-iconbox-5c6a92413cb86.thb-iconbox .iconbox-content p, */
#thb-iconbox-5c6a92413cb86.thb-iconbox .iconbox-content span {
    color: #8F8F8F;
}

#thb-iconbox-5c6a92413cb86.thb-iconbox .iconbox-content svg,
#thb-iconbox-5c6a92413cb86.thb-iconbox .iconbox-content svg .bar {
fill: #ffffff;
}

#thb-iconbox-5c6a92413cb86.thb-iconbox .btn-text.style2:before,
#thb-iconbox-5c6a92413cb86.thb-iconbox .btn-text.style2:after {
background: #ffffff;
}



#thb-iconbox-5c6a92413dbf8.thb-iconbox .iconbox-image img {
    width: 76px;
    height: auto;
}

#thb-iconbox-5c6a92413dbf8.thb-iconbox .iconbox-content h5,
#thb-iconbox-5c6a92413dbf8.thb-iconbox figure h5 {
    color: #262626;
}

/* #thb-iconbox-5c6a92413dbf8.thb-iconbox .iconbox-content p, */
#thb-iconbox-5c6a92413dbf8.thb-iconbox .iconbox-content span {
    color: #8F8F8F;
}

#thb-iconbox-5c6a92413dbf8.thb-iconbox .iconbox-content svg,
#thb-iconbox-5c6a92413dbf8.thb-iconbox .iconbox-content svg .bar {
    fill: #ffffff;
}

#thb-iconbox-5c6a92413dbf8.thb-iconbox .btn-text.style2:before,
#thb-iconbox-5c6a92413dbf8.thb-iconbox .btn-text.style2:after {
    background: #ffffff;
}



#thb-iconbox-5c6a92413ecf4.thb-iconbox .iconbox-image img {
    width: 87px;
    height: auto;
}

#thb-iconbox-5c6a92413ecf4.thb-iconbox .iconbox-content h5,

#thb-iconbox-5c6a92413ecf4.thb-iconbox figure h5 {
    color: #262626;
}

/* #thb-iconbox-5c6a92413ecf4.thb-iconbox .iconbox-content p, */
#thb-iconbox-5c6a92413ecf4.thb-iconbox .iconbox-content span {
    color: #8F8F8F;
}

#thb-iconbox-5c6a92413ecf4.thb-iconbox .iconbox-content svg,
#thb-iconbox-5c6a92413ecf4.thb-iconbox .iconbox-content svg .bar {
    fill: #ffffff;
}

#thb-iconbox-5c6a92413ecf4.thb-iconbox .btn-text.style2:before,
#thb-iconbox-5c6a92413ecf4.thb-iconbox .btn-text.style2:after {
    background: #ffffff;
}

.d_color_h{
    color: #262626; 
}
.text-black{
    color: #0A0A0A !important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* footer */

.vc_custom_1481739692941 .contact-details p strong {
font-weight : normal;
}

.contact_foo .contact-details {
    display: inline-flex;
}
.contact_foo .contact-details i {
    margin-right: 14px;
    margin-left: -16px;
    margin-top: -15px;
    padding: 10px 15px;
    background-color: #3cae79;
    border-radius: 25px;
    color: #fff;
    height: 45px;
    width: 48px;
    font-size: 26px;
}
.contact_foo .contact-details p {
    font-size: 14px;
}
.contact_foo .contact-details p strong {
    font-size: 14px;
}
.linkedin img {

    margin-top: -0.5em;

}
.widget {
    color: #979797;
    margin-bottom: 0px !important;
    font-size: 14px;
}
.footer .textwidget {
    margin-bottom: 1.6em !important;
}
/* .footer p {
    margin-bottom: 0em;
} */


/* footer */
@media (min-width: 1200px){
    .w-75{
        width: 75%;
    }
    .about_founders_spacing{
        padding: 5rem 0;
    }
}
@media (max-width: 768px){
    .about_founders_spacing{
        padding: 2.5rem 0;
    }
    a#thb-iconbox-5c6a92413dbf8 {
        width: 100%;
    }
}
@media (min-width:769px) and (max-width: 1199px){
    .about_founders_spacing{
        padding: 3.5rem 0;
    }
}
/* default end */




/* Blog */
@media only screen and (min-width: 1024px){
    .blog_main .post.style1, .blog_main .post.style4 {
        margin-bottom: 60px;
    }
}
/* Blog end */