
#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;
    margin-bottom: 35px;
	border:10px solid #fff;
    -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}
.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(2, 11, 31, 0.9);
    opacity: 0;
    transition: all .3s ease-in-out;
    padding: 0px;
}
.tm-thumb-box:hover .inside {
    opacity: 1;
    height: 100%;
    transform: scale(1.1);
}
.tm-thumb-box .inside .button {
    color: #fff;
    font-size: 15px;
    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: 14px;
    z-index: 10;
    display: block;
    border: 0;
    margin: 0;
    opacity: 0;
    transition: all .4s ease-in-out;
    background-color: #fda12b;
    padding: 8px 27px;
    margin-top: 25px;
}
.tm-thumb-box:hover .inside .button {
    opacity: 1;
}
.tm-thumb-box:hover .inside .button:hover {
    background-color: #fff;
    color: #f9520b;
}
.tm-thumb-box .tm-thumb-box-inner h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    bottom: 50%;
    top: 50%;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    margin-top: -51px;
}
.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-top: -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;
}
.view{ display:inline-block; background-color:#fda12b; padding:8px 20px; font-size:20px; color:#fff;}
.tm-textcolor-white .tm-vc_cta3-content-header h4 {
    color: rgba(255,255,255,.95)!important;
}
.margin-overlay { margin-top: -350px; }
@media (max-width: 991px)  {

    .margin-overlay {  }
	.margin-overlay1{margin-top: -172px;}
	.view{ margin-top:10px !important;}
	.margin-overlay2{ margin-top:50px !important; margin-bottom:30px;}
    section{ }
    .pt-200{ padding-top: 20px; }
}
