
#site-header{
    display: none;
}
#tm-stickable-header-w{
    height: auto !important;
}


/*Layout section*/

.tm-overlap-row {
    position: relative;
    z-index: inherit !important;
}

.tm-thumb-box {
    padding: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(24, 36, 52, 0.07);
    -moz-box-shadow: 0 0 20px 0 rgba(24, 36, 52, 0.07);
    box-shadow: 0 0 20px 0 rgba(24, 36, 52, 0.07);
}
.tm-thumb-box-inner {
    position: relative;
    max-height: 450px;
    overflow: hidden;
    background-color: #fff;
}
.tm-thumb-box-inner.tm-thumbbox-headerinner {
    max-height: 650px;
}
.tm-thumb-box .inside {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: block;
    background: rgba(154, 202, 64, 0.96);
    opacity: 0;
    transition: all .3s ease-in-out;
    padding: 0px;
	margin-bottom:0px;
}
.tm-thumb-box:hover .inside {
    opacity: 1;
    height: 100%;
    transform: scale(1.1);
}
.tm-thumb-box .inside .button {
   color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 13px;
    z-index: 10;
    display: block;
    border-radius: 50px;
    margin: 0;
    opacity: 0;
    transition: all .4s ease-in-out;
    background-color: #242521;
    padding: 10px 35px;
    margin-top: 25px;
}
.tm-thumb-box:hover .inside .button {
    opacity: 1;
}
.tm-thumb-box:hover .inside .button:hover {
    background-color: #fff;
    color: #9aca40;
}
.tm-thumb-box .tm-thumb-box-inner h3 {
	text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    bottom: 50%;
    top: 50%;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    margin-top: -51px;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
}
.tm-thumb-box .tm-thumb-box-inner h3 span {
    color: #393939;
    font-size: 20px;
    font-weight: 600;
}
.tm-thumb-box .tm-thumb-box-inner h3 a {
    font-size: 18px;
    font-weight: 600;
    color: #393939;
}
.tm-thumb-box h3 a:hover {
    color: #18c471
}
.tm-sbox .tm-vc_cta3-content-header h2 {
	font-size: 19px;
    font-weight: 600;
    color: #2c2c2c;
}
.screenbg .vc_row .vc_col-sm-6:first-child .wpb_wrapper,
.screenbg .vc_row .vc_col-sm-6:first-child .vc_column-inner,
.screenbg .vc_row .vc_col-sm-6:first-child{
    position: static;
}
.screenbg .vc_row .vc_col-sm-6:first-child .vc_column-inner .wpb_single_image{
    position: absolute;
    width: 82%;
    margin-left: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
}
.screenbg .vc_row .vc_col-sm-6:first-child .vc_column-inner .wpb_single_image img{
    width: 90%;
}

.tm-list.tm-list-style-icon.ttm-liststyle-two li {
    font-weight: 600;
	font-size: 19px;
	padding-bottom: 12px;
}
.tm-list.tm-list-style-icon.ttm-liststyle-two .tm-list-li-content {
    padding-left: 30px;
}

@media (max-width:1500px){
    .screenbg .vc_row .vc_col-sm-6:first-child .vc_column-inner .wpb_single_image img {
        width: 76%;
    }
}
@media (max-width:1200px){
    .screenbg .vc_row .vc_col-sm-6:first-child .vc_column-inner .wpb_single_image img {
        width: 76%;
    }
    .screenbg > .vc_row > .vc_col-sm-6:first-child{
        display: none;
    }
    .screenbg > .vc_row > .vc_col-sm-6{
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width:800px){
    .screenbg > .vc_row > .vc_col-sm-6{
        width: 50%;
    }
    .themefeature .vc_col-sm-6:first-child .tm-sbox:before{
        display: none;
    }
    .themefeature .vc_col-sm-6 .tm-sbox:after{
        border: none;
    }
}
@media (max-width:767px){
    .ipad-screen.vc_col-sm-6 .wpb_single_image{
        margin-top: 0 !important;
    }

}

.screenbg{
    overflow: hidden;
}



.themefeature .vc_col-sm-6 .tm-sbox{
    padding: 30px 55px;
    position: relative;   
}
@media (max-width:500px){
    .screenbg > .vc_row > .vc_col-sm-6 {
        width: 70%;
    }
    .themefeature .vc_col-sm-6 .tm-sbox {
        padding: 30px 34px;  
    }
    .margin-overlay {
    margin: -85px;
}
}

.themefeature .vc_col-sm-6 .tm-sbox:after{
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    border-bottom: 1px solid #d6d6d6;
    bottom: 0;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}
.themefeature .vc_col-sm-6 .tm-sbox:last-child:after{
    border-bottom: 0;
}
.themefeature .vc_col-sm-6:first-child .tm-sbox:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    border-right: 1px solid #d6d6d6;
    right: 0;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.themefeature .vc_col-sm-6 .tm-sbox .tm-vc_cta3-container {
    margin-bottom: 0;
}
.themefeature .vc_col-sm-6.vc_column_container>.vc_column-inner{
    padding-right: 0;
    padding-left: 0;
}

@media (max-width:800px){
    .themefeature .vc_col-sm-6 .tm-sbox:after{
        border: none;
    }


}

.site-footer{
    display: none
}

.site-content .tm-sbox .tm-vc_cta3-content-header h2 {
    font-size: 19px;
    line-height: 27px;
	color: #393939;
}
.site-content .tm-col-bgcolor-darkgrey.tm-col-bgimage-yes .tm-bg-layer-inner,
.site-content .tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes>.tm-bg-layer {
    opacity: .80;
}
.tm-element-heading-wrapper .tm-cta3-only.tm-vc_general.tm-vc_cta3 .tm-cta3-content-wrapper {
    margin-top: 5px !important;
}
.tm-textcolor-white .tm-vc_cta3-content-header h4 {
    color: rgba(255,255,255,.95)!important;
}

@media only screen and (min-width: 1420px) {
.container {
    width: 1410px !important;
}

.margin-overlay {
    margin: -250px;
}

}

@media (max-width: 1420px) and (min-width: 1115px) {
.margin-overlay {
    margin: -240px;
}
}

@media (max-width: 1115px) and (min-width: 780px) {
.margin-overlay {
    margin: -200px;
}

}

@media (max-width: 780px) and (min-width: 500px) {
.margin-overlay {
    margin: -100px;
}
}

.theme-features .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p {
    font-size: 14px;
    line-height: 26px;	
}
.tm-list .tm-list-li-content {
    color: #182333;
}
.tm-list.tm-list-style-icon.ttm-liststyle-two li {
    font-size: 17px;
    padding-bottom: 7px;
}

.tm-bgcolor-skincolor.ttm-col-seprator .vc_column_container {
    border-color: rgba(255, 255, 255, 0.30);
}

.theme-features .tm-row-inner .vc_column_container>.vc_column-inner>.wpb_wrapper {
	display: table;
}
.theme-features .tm-row-inner .vc_column_container>.vc_column-inner>.wpb_wrapper>.tm-element-heading-wrapper,
.theme-features .tm-row-inner .vc_column_container>.vc_column-inner>.wpb_wrapper>.wpb_single_image {
	display: table-cell;
}
.theme-features .tm-row-inner .vc_column_container>.vc_column-inner>.wpb_wrapper>.wpb_single_image .vc_single_image-wrapper {
    width: 5.1em!important;
    height: 5.1em!important;
}
.theme-features .tm-row-inner .vc_column_container>.vc_column-inner>.wpb_wrapper>.tm-element-heading-wrapper {
	padding-left: 1em;
}
 h2.tm-custom-heading.tm-strong-darkbold strong {
    color: #182333 !important;
 }
.serviceboxes-with-banner .tm-sbox.tm-bgimage-yes .tm-vc_general.tm-vc_cta3:not(.tm-cta3-only),
.tm-bgcolor-yes .tm-vc_general.tm-vc_cta3:not(.tm-cta3-only) {
    padding: 10px 15px 1px 15px !important;
}
.serviceboxes-with-banner.tm-servicebox-hover .vc_row>.vc_column_container>.vc_column-inner>.wpb_wrapper {
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.04);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.04);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.04);
    background-color: #fff;
}
@media only screen and (max-width: 880px) {
	body .tm-bg-hide-880 {
		background-image: none !important;	
	}
}