.stm_gmap_wrapper .alert {
    margin-bottom: 0;
}

.stm_gmap_wrapper .alert strong {
    color: #ff0000;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

.top_nav .top_nav_wrapper > ul > li,
.top_nav .main_menu_nav > ul > li,
.breadcrumbs {
    text-transform: none !important;
}

.woocommerce-MyAccount-navigation ul li a {
    font-family: inherit !important;
}

/* OCT 26 UPD */
@media only screen and (max-width: 992px) {
    body.header_style_3 .logo {
        float: none;
    }
    body.header_style_3 #header .header_top .icon_text {
        float: left;
        margin: 30px 30px 0 0;
    }
    body.header_style_3 #header .top_nav .icon_text {
        display: none;
    }
    body.header_style_3 #header .top_nav .icon_text:before {
        display: none;
    }
    .top_nav .top_nav_wrapper > ul > li > a {
        padding: 21px 14px;
    }
}

@media only screen and (max-width: 767px) {
    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content {
        width: auto !important;
        text-align: center;
        margin: 0 0 20px;
    }
    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content .vc_custom_heading {
        text-align: center;
    }
    body .vc_cta3.vc_cta3-actions-right .vc_btn3-container.vc_btn3-right {
        text-align: center
    }
    .stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
        z-index: 15;
    }

    /* ========== responsive custom ========== */
    .banner { margin: 0 !important; }
    section.about-section ul.nav-tabs li { display: block !important; }
    section.service-section .bg:nth-child(2n)::after, section.service-section .bg:nth-child(2n)::before { display: none;}
    section.service-section .bg:nth-child(2n) { padding: 30px 20px !important; }
    #footer .footer_widgets .widget.widget_nav_menu ul li { display: block; width: 100%; }
    #footer .footer_widgets .widget.widget_nav_menu ul li a {margin: 5px 0;}
    #footer .copyright {  line-height: 21px; text-align: center;}

}

/* Dec 1 2016 */
.staff_list.grid.cols_2 ul li {
    width: 50%;
}
.staff_list.grid.cols_4 ul li {
    width: 25%;
}

.staff_list.grid.cols_2 ul li .staff_image {
    max-width: 100%;
}

@media only screen and (max-width: 667px) {
    .staff_list.grid.cols_2 ul li,
    .staff_list.grid.cols_4 ul li {
        width: 100%;
    }
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr {z-index:999}

#footer .footer_widgets .widget .widget_title {
    font-size: 26px;
}

body textarea.wpcf7-form-control.height205 {
    height: 205px;
}

body textarea.wpcf7-form-control.height147 {
    height: 147px;
}

html:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opactiy 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    visibility: hidden;
    background: #ffffff;
    z-index: 999999;
}

html.stm-site-preloader:after {
    position: fixed;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: none;
    background-color: #23393d;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: scaleout 0.5s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999999999; }

html.stm-site-preloader:before,
html.stm-site-preloader:after {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        opacity: 0; } }

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0; } }

@media only screen and (min-width: 1199px) {
    .form_full-right_width {
        padding-right: 15px !important;
    }
    .form_full-right_width .vc_column-inner {
        margin-right: -5000px !important;
        margin-left: 25px !important;
        padding-top: 76px !important;
        padding-right: 5000px !important;
        padding-left: 50px !important;
    }
    .about_full-right_width .vc_column-inner {
        padding-left: 55px !important;
    }

    .site_layout_16 .form_full-right_width,
    .site_layout_17 .form_full-right_width,
    .site_layout_18 .form_full-right_width {
        padding-left: 15px !important;
    }
    .site_layout_16 .form_full-right_width .vc_column-inner,
    .site_layout_17 .form_full-right_width .vc_column-inner,
    .site_layout_18 .form_full-right_width .vc_column-inner {
        margin-left: -5000px !important;
        margin-right: 25px !important;
        padding-top: 76px !important;
        padding-left: 5000px !important;
        padding-right: 50px !important;
    }
	
	body.header_style_4 .header_socials {
		margin: 2px 0 0 20px !important;
	}
}
@media only screen and (min-width: 768px) {
    .about_full-right_width {
        padding-left: 55px !important;
    }

    .about_full-right_width .vc_column-inner {
        margin-right: -500px !important;
        padding-right: 500px !important;
        padding-left: 55px !important;
    }
}
@media only screen and (max-width: 667px) {
    .stm_services .item {
        width: 100% !important;
    }
}
.mobile_header .logo_wrapper .logo { max-width: 80%; }
.logo a img { max-width: 100%; }

@media only screen and (max-width: 1133px) {
    
    .first-line h2:after{ display: none;}
}
@media only screen and (min-width: 1199px) {
body.boxed_layout .vc_row[data-vc-full-width] {
    left: 50% !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    margin-left: -615px !important;
    width: 1230px !important;
}
body.boxed_layout .vc_row.vc_row-no-padding[data-vc-full-width] {
    left: 50% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -615px !important;
    width: 1230px !important;
}
}

body .event_content .event_info_table .event_info .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat:hover {
	background: transparent !important;
}

/* Autoptimize */
.home .stm_select_country_unit .select2-container,
.home .stm_select_office_unit .select2-container {
	width: 100% !important;
}

.stm_sidebar .third_bg_color {
	margin-right: 0px !important;
    margin-bottom: 30px !important;
    margin-left: 0px !important;
}

.stm_sidebar .third_bg_color .vc_column-inner {
	padding-top: 37px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
}

@media only screen and (max-width: 474px ) {	
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 100% !important;
	}
}


.products [class^="vc_col"] { margin: 0 0 10px; padding: 0 5px !important;}

/* home page service section */
.service-box{position: relative; float: left; width: 100%;}
.service-thumb{float: left; width:100%; }
.service-title{ position: absolute; left:50%; width: 80%; transform: translateX(-50%); bottom:-13px; text-align:center; padding: 5px 20px; background-color: #026931;}
.service-title h3{ font-size: 14px; color: #fff; padding: 0px; margin: 0px; line-height: 20px;}
.p-a-0{ padding: 0px;}
.serivce-section .vc_column-inner{ padding: 0px;}
#services .owl-prev, #services .owl-next{ position: absolute; top: 40%; transform: translateX(-50%); background-color:rgba(0,0,0,0.7); color: #fff; border-radius: 0px; margin: 0px;padding:30px 10px;}
#services .owl-prev{left: 16px;}
#services .owl-next{right: -17px;}
.business-partner{ float: left; margin-bottom: 20px;}
.business-partner h4 { color: #026931; margin-bottom: 12px; padding: 0;}
.business-partner a {border: 2px solid; color: #ff5500; display: inline-block; font-size: 14px; font-weight: 500; margin: 15px 0 0;  padding: 6px 13px; transition: .3s ease-in-out;}
.business-partner a:hover {border: 2px solid; color: #026931; text-decoration: none;}
.sep{text-align:center; float: left; width: 100%;}
.main-heading p{color: #595959; width: 60%; margin: auto;}
.main-heading h2{text-align:center; margin-bottom:11px;}
.main-heading .sep{ margin-bottom: 13px;}
.partner-title:before{content: '';position: absolute;bottom:-12px;width: 50px; height: 5px; background-color: #FF5500;}
.partner-title{font-size: 30px; color: #026931; letter-spacing: 0px; position: relative; margin-bottom: 30px;}


/* ================================== innner pages css =================================== */
.banner {margin-top: 120px;padding: 110px 0;position: relative;z-index: 9;}
.banner::after {background: rgba(0, 0, 0, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%;  z-index: -9;}
.banner span {color: #ffffff;font-size: 14px;}
.banner span a {color: #ff5500; font-weight: 500; transition: .3s ease-in-out;}
.banner span a:hover {color: #ffffff;text-decoration: none;}
.banner h1 {color: #ffffff; font-family: poppins;font-size: 37px;letter-spacing: 0;margin: 0;}
section { margin: 70px 0 }
section h4 {font-size: 20px;margin: 20px 0 30px; padding: 0; letter-spacing: 0; position: relative;}
section h4::after, section h4::before {background: #d55111 none repeat scroll 0 0; bottom: -10px; content: ""; height: 2px; left: 0; margin: 0; position: absolute; width: 60px;}
section h4::after {bottom: -16px; left: 0;  width: 30px;}
section b {display: block; color: #222; line-height: 31px; text-align: justify;}
section b.large { color: #d55111;font-size: 17px;letter-spacing: 3px;text-transform: uppercase;word-spacing: 3px;}
section.about-section h3 { font-size: 25px; letter-spacing: 0; margin: 20px 0 0; padding: 0;}
section p {font-size: 14px;line-height: 32px;margin: 0;padding: 10px 0;text-align: justify;}
section a {}

/* === about-page css === */
.about-banner { background: rgba(0, 0, 0, 0) url("../images/about-banner.jpg") no-repeat fixed center top;}
section.about-section {}
section.about-section ul.nav-tabs {border: medium none;text-align: center;}
section.about-section ul.nav-tabs li {background: #222222; padding: 0 8px;position: relative;display: inline-block;float: none; transition: .3s ease-in-out;margin: 0;}
section.about-section ul.nav-tabs li a {color: #ffffff;  border:none;font-size: 14px;font-weight: bold; }
section.about-section ul.nav-tabs li.active, section.about-section ul.nav-tabs li:hover  {background: #d55111 none repeat scroll 0 0;margin: 0; transition: .3s ease-in-out;}
section.about-section ul.nav-tabs li a:hover, section.about-section ul.nav-tabs li a:active { background: none; }
section.about-section ul.nav-tabs li.active:after, section.about-section ul.nav-tabs li:hover:after {  border-left: 15px solid rgba(0, 0, 0, 0); border-right: 15px solid rgba(0, 0, 0, 0); border-top: 17px solid #d55111; content: ""; left: 50%; position: absolute; transform: translateX(-50%);}
section.about-section ul.nav-tabs li.active a { background: none;border: medium none;color: #ffffff;}
section.about-section .tab-content { margin-top: 40px; }
section.about-section .tab-content #visionmission p {padding: 10px 0 0;}
section.about-section .tab-content ul { margin: 0; padding: 0;}
section.about-section .tab-content ul li::before {color: #d55111; content: ""; font-family: fontawesome; font-weight: bold; padding-right: 5px;}
section.about-section .tab-content ul li {font-size: 14px; line-height: 28px; list-style: outside none none; margin-bottom: 3px;}
section.about-section .tab-content ul ul {padding: 0 28px;}
section.about-section .tab-content ul ul li::before {content: ""; padding-right: 0;}
section.about-section .tab-content ul ul li{list-style: outside none disc;}
section.about-section #operations b {font-size: 16px; line-height: 22px; text-align: center;}
section.about-section #operations i {color: #d55111; display: block; font-size: 36px; margin: 20px 0 12px; text-align: center;}
    
/* === service-page css === */    
.service-banner { background: rgba(0, 0, 0, 0) url("../images/service-banner.jpg") no-repeat fixed center top;}
section.service-section {}
section.service-section .tab-content { margin: 0;}
section.service-section h3 { position: relative;}
section.service-section .tab-content .bg { border-bottom: 1px solid #d7d7d7;  padding: 60px;}
section.service-section .tab-content .bg:last-child {border:none;}

/* === service-page css === */    
.pmuday-banner { background: rgba(0, 0, 0, 0) url("../images/header-pm.png") no-repeat fixed center top;}
section.pmuday-section {}
section.pmuday-section .tab-content { margin: 0;}
section.pmuday-section h3 { position: relative;}
section.pmuday-section .tab-content .bg { border-bottom: 1px solid #d7d7d7;  padding-bottom: 20px;}
section.pmuday-section .tab-content .bg:last-child {border:none;}

/* === service-page css === */    
.blog-banner { background: rgba(0, 0, 0, 0) url("../images/blog-banner.png") no-repeat fixed center top;}
section.blog-section {}
section.blog-section .tab-content { margin: 0;}
section.blog-section h3 { position: relative;}
section.blog-section .tab-content .bg { border-bottom: 1px solid #d7d7d7;  padding-bottom: 20px;}
section.blog-section .tab-content .bg:last-child {border:none;}


/* === client-page css === */    
.clients-banner { background: rgba(0, 0, 0, 0) url("../images/clients-banner.jpg") no-repeat fixed center top;}
section.clients-section {}
section.clients-section div.clearfix {margin: 40px 0;}
/* === contact-page css === */    
.contact-banner  { background: rgba(0, 0, 0, 0) url("../images/contact-banner.jpg") no-repeat fixed center top;}
section.contact-section b {display: block;font-size: 16px;line-height: 25px;padding: 10px 0 0;}
section.contact-section b i  {color: #d55111;font-size: 18px;padding-right: 5px;}
section.contact-section p { line-height: 30px;padding: 0; }
section.contact-section iframe { margin-top: 15px; }
section.contact-section .col-md-6 .col-md-6 { padding-left: 0; }

/* === enquiry-page css === */    
.enquiry-banner  { background: rgba(0, 0, 0, 0) url("../images/enquiry-banner.jpg") no-repeat fixed center top;}
section.enquiry-section {}
section.enquiry-section form { margin: 40px 0 0  }
section.enquiry-section form .form-group {margin: 10px 0 0;}
section.enquiry-section form .form-group label { color: #222222; font-size: 16px;}
section.enquiry-section form .form-group label i { padding-right: 2px;}
section.enquiry-section form .form-group .form-control { background: rgba(0, 0, 0, 0) none repeat scroll 0 0;  border: 1px solid #878181;height: auto; padding: 10px 0;}
section.enquiry-section form input[type="submit"] {background: #d55e11 none repeat scroll 0 0; border: medium none; color: #ffffff; display: inline-block; font-size: 16px; font-weight: bold; margin: 15px 0 0; padding: 9px 22px; transition: all 0.3s ease-in-out 0s;}
section.enquiry-section form input[type="submit"]:hover {background: #222; }

/* rev slider */

.first-line h2 {background-color: rgba(0,0,0,0.7); position: relative; color: #fff; font-size: 40px; letter-spacing: 0px; padding: 10px 40px; display: inline-block;
}
.first-line h2:after{content: ''; position:absolute; right: -50px; top: -9px; border-left:50px solid rgba(0,0,0,0.7); border-bottom:64px solid transparent;}

.tp-bullets {
  z-index: 1 !important;
}

/* rev slider */

.slotholder:after {
   background: rgba(0, 0, 0, 0.20);
   width: 100%;
   height: 100%;
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   pointer-events: none;
}

#slider1 .main-slider-1-nav,
#slider3 .main-slider-1-nav {
   height: 52px;
   width: 42px;
   text-align: center;
   font-size: 14px;
   font-weight: normal;
   line-height: 52px !important;
   background: rgba(0, 0, 0, .4);
   -webkit-transition: all .3s linear;
   transition: all .3s linear;
}

#slider1 .tparrows:before,
#slider3 .tparrows:before {
   line-height: 53px;
   color: #fff;
   -webkit-transition: 1s all .3s ease;
   transition: 1s all .3s ease;
}
.whats-float {
    position: fixed;
    transform: translate(108px, 0px);
    top: 34%;
    right: 0;
    width: 170px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 6px 0 0 6px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
}

.whats-float i {
    font-size: 48px;
    color: white;
    line-height: 48px;
    padding: 14px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
}
.fa-whatsapp:before {
    content: "\f232";
}
.whats-float a span {
    color: white;
    font-weight: 700;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 12px;
    position: absolute;
    line-height: 18px;
    font-weight: bolder;
}
.portfolio-grid.gutter-medium, .blog-grid.gutter-medium {
    margin: 0 7px;
}
.portfolio-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}
.portfolio-grid.work-3col li, .blog-grid.blog-3col li {
    width: 33.33%;
    float: left;
}
.portfolio-grid.gutter-medium li, .blog-grid.gutter-medium li {
    padding: 7px 7px;
}

.lightbox-gallery a {
    position: relative;
    display: block;
}

.container .hover-option4 .grid-item figcaption {
    padding: 30px;
}
.hover-option4 .grid-item figcaption {
    height: 100%;
}


    
.whats-float:hover {
    color: #FFFFFF;
    transform: translate(0px, 0px);
}
.hover-option4 .grid-item .portfolio-hover-content {
    bottom: -15px !important;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
/* portfolio grid */
.portfolio-grid { list-style: none; padding: 0; margin: 0;}
.portfolio-grid .grid-item figure {margin: 0; position: relative; overflow: hidden}
.portfolio-grid .grid-item figure img {display: block; width: 100%; cursor: pointer; }
.portfolio-grid .grid-item {opacity: 1;overflow: hidden;}
.portfolio-grid .grid-item figure img {cursor: pointer; display: block; opacity: 1; width: 100%; transition: all 0.3s ease 0s;}
.portfolio-grid .grid-item figcaption {bottom:0; left:0; opacity: 0; position: absolute; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; width: 100%; height: 100%; padding:45px; z-index: 1; text-align: center}
.portfolio-grid .grid-item figure:hover .portfolio-img {transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.portfolio-grid .grid-item figure .portfolio-img { transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.portfolio-grid .grid-item figure:hover img { opacity: 0.15; transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.portfolio-grid .grid-item figure:hover figcaption {opacity: 1; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.container .hover-option4 .grid-item figcaption {padding: 30px;}
.text-white {
    color: #FFF;
}
.portfolio-img img{transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); opacity: .15 }
.bg-dark-gray {
    background-color: #757575;
}
.hover-option4 .grid-item .portfolio-hover-main {
    transform: none;
    display: table;
    height: 100%;
    top: 0;
    width: 100%;
}
.grid-item .portfolio-hover-box {
    display: table-cell;
    height: 100%;
}
.header_socials a {
    color:#026931 !important;
}