@font-face {
	font-family: 'Sw721Rm';
	src: url('../fonts/Sw721Rm.eot');
	src: url('../fonts/Sw721Rm.woff') format('woff'), url('../fonts/Sw721Rm.ttf') format('truetype'), url('../fonts/Sw721Rm.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Sw721It';
	src: url('../fonts/Sw721It.eot');
	src: url('../fonts/Sw721It.woff') format('woff'), url('../fonts/Sw721It.ttf') format('truetype'), url('fonts/Sw721It.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Swiss721BT';
	src: url('../fonts/Swiss721BT.eot');
	src: url('../fonts/Swiss721BT.woff') format('woff'), url('../fonts/Swiss721BT.ttf') format('truetype'), url('../fonts/Swiss721BT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Swiss-721-BT';
    src: url('../fonts/Swiss-721-BT.eot');
    src: url('../fonts/Swiss-721-BT.woff') format('woff'), 
         url('../fonts/Swiss-721-BT.ttf') format('truetype'), 
         url('../fonts/Swiss-721-BT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'apercubold';
    src: url('../fonts/apercu_bold.woff2') format('woff2'),
         url('../fonts/apercu_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'apercuregular';
    src: url('../fonts/apercu_regular.woff2') format('woff2'),
         url('../fonts/apercu_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


*{margin:0;padding:0;}
ul{margin:0px; padding:0px;}
/*start new home css*/
/*.page-template-newhome .container-fluid.header-wrapper {display: none;}*/
a{transition:0.5s linear; -webkit-transition:0.5s linear; }
a:hover{text-decoration:none;}
a:focus{outline:none; border:none;}
li{list-style:none;}
body.ads .studio-left{display:none;}
body.ads .studio-right{display:none;}
.video-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-family: 'apercuregular';
    background: #00000042;
    margin-left: 0px!important;
    margin-right: 0px!important;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.newheight .video-overlay-content,.single-studio .video-overlay-content{background: transparent;display:none;}

.video-overlay-content h1 {
    color: #ffffff;
    font-size: 46px;
    font-family: 'apercubold';
    font-weight:700;
    margin-bottom: 10px;
    transition: all .4s ease-in-out;
}
#mute-video {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border: none;
    outline: none;
    background: #d31e47;
    position: absolute;
    bottom: 60px;
    left: calc(100% - 138px);
    color: #ffffff;
    font-size: 30px;
    transition: all .4s ease-in-out;
    cursor: pointer;
    text-indent: -1000px;
	z-index: 99;
}

#mute-video:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 24px;
    transform: translate(-50%, -50%);
    text-indent: 0;
    width: 24px;
    height: 24px;
    background: url(../images/mute-white.png) center center no-repeat transparent;
    background-size: 100% 100%;
}
.studio-video-in-home {
    padding: 0px;
    position: relative;
    margin:0px 0px 10px 0px;
    height: calc(100vh - 5px);
    width: calc(100% - 0px);
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
}
section.innervideo {
    padding: 0 20px;
}
#mute-video.mic:after {
    content: "";
    background: url(../images/volume-white.png) center center no-repeat transparent;
    background-size: 100% 100%;
}
.studio-video-in-home video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a.overlay_logo {
    display: inline-block;
    position: absolute;
    opacity: 0.1;
    top:100px;
    left:70px;
}
.banner-bottom-footer {
    height: 74px;
    background: #fff;
    margin: 0;
    padding: 10px 0 10px 0;
  
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #dadce0;
    text-align: center;
}
.header-bottom-container {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.banner-bottom-footer .btn {
    min-width: 170px;
    text-align: center;
    display: inline-block;
    color: #000;
    border: 1px solid #000 !important;
    text-decoration: none;
    border: none;
    transition: all .4s ease-in-out;
    font-size: 25px;
    border-radius:0px;
    padding:6px 16px;
    position: relative;
    font-family: 'apercuregular';
}
.banner-bottom-footer .btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left:105%;
    width: 100%;
    max-width: 412px;
    height: 1px;
    background: url(../images/shape-right.png) center center no-repeat transparent;
    background-size: 100% 100%;
    display: inline-block;
    transition: all .4s ease-in-out;
}
.banner-bottom-footer .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 105%;
    width: 100%;
    max-width: 412px;
    height: 1px;
    background: url(../images/shape-left.png) center center no-repeat transparent;
    background-size: 100% 100%;
    display: inline-block;
    transition: all .4s ease-in-out;
}
.about-inner {
    padding: 60px 0;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}
.about-inner-contetn h2 {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
	font-family: 'apercuregular';
    text-align:center;
    margin:0px;
    padding-bottom:15px;
}
.about-inner-contetn p {
    font-size: 25px;
    line-height: 34px;
    color: #000000;
    font-style: italic;
    font-family: 'apercuregular';
    font-weight: 400;
    text-align:center;
}
.about-img {
    background-size: cover;
    width: 100%;
    min-height: 210px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.about-slide .item {
    display: flex;
    justify-content: space-between;
}
.about-img-in {
    flex-basis: 100%;
    position: relative;
}
.common-spacing{
    padding:80px 0px;
}
.about-inner-slider {
    position: relative;
}
.about-brand {
    position: relative;
}
.about-brand .owl-nav {
    position: absolute;
    width: 100%;
    top: 24%;
    transform: translateY(-50%);
}
.about-brand .owl-nav button.owl-prev,.about-brand .owl-nav button.owl-next{font-size:0;}
.about-brand .owl-nav button.owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 67px;
    color: #e4e4e4;
    position: absolute;
    left: -50px;
    top: 0;
}
.about-brand .owl-nav button.owl-next:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 67px;
    color: #e4e4e4;
    position: absolute;
    right: -50px;
    top: 0;
}
.circl-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 530px;
    position: relative;
    width: 100%;
}

.service-sclic-wrap {
    background: #ebebeb;
    padding: 70px 0;
    position: relative;
    text-align: center;
}
.service-sclic-in-wrp {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top:50px;
}
.service-sclic-inner {
    flex-basis: 18.5%;
}
.service-sclic h2 {
    font-size: 40px;
    color: #000000;
    font-family: 'apercuregular';
    font-weight: 700;
    position:relative;
    margin: 0px;
    display: inline-block;
    padding: 0px 24px;
}
.circl-over a {
    display: inline-block;
    background: rgba(229,49,49,0.8);
    color: #fff;transition:0.3s;
    padding: 5px 20px;
    font-size: 30px;font-weight: 400;
    font-family: 'apercuregular';
}
.circl-over a:hover{
    background: rgba(0,0,0,0.8);
    color:#fff;
}
.circl-over {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.service-sclic h2:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 100%;
    max-width: 412px;
    height: 1px;
    background: url(../images/shape-left.png) center center no-repeat transparent;
    background-size: 100% 100%;
    display: inline-block;
    transition: all .4s ease-in-out;
}
.service-sclic h2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 100%;
    max-width: 412px;
    height: 1px;
    background: url(../images/shape-right.png) center center no-repeat transparent;
    background-size: 100% 100%;
    display: inline-block;
    transition: all .4s ease-in-out;
}
.insta-wap {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 70px 0 95px;
    text-align: center;
    position: relative;
}
.insta-inner-in img {
    margin: auto;
}
.insta-inner h3 {
    font-size: 40px;
    margin:0px;
    color: #ffffff;
    font-family: 'apercuregular';
    font-weight: 700;padding-bottom: 40px;
}
.blog-in-img {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
    position: relative;
}
.latest-inner-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 70px;
}
.blog-in-main {
    flex-basis: 23%;
}
.latest-inner {
    position: relative;
    margin: auto;
}
.latest_blog_heading{
   text-align:center;
}
.blog-in-content p {
    font-size: 15px;
    color: #000000;
    font-family: 'apercuregular';
    font-weight: 400;
    padding: 20px 0 18px;
    margin: 0px;
    min-height: 123px;
}
.latest_blog_heading h3 {
    font-size: 40px;
    text-align: center;
    position: relative;
    color: #000;
    font-weight: 700;
    font-family: 'apercuregular';
    margin:0px;
    display:inline-block;
    padding:0px 20px;
}
.latest_blog_heading h3:before {
    content: "";
    position: absolute;
    top: 50%;
    right:100%;
    width: 100%;
    max-width: 250px;
    height: 1px;
    background: url(../images/shape-left.png) center center no-repeat transparent;
    background-size: 100% 100%;
    display: inline-block;
    transition: all .4s ease-in-out;
}
.latest_blog_heading h3:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 100%;
    max-width: 250px;
    height: 1px;
    background: url(../images/shape-right.png) center center no-repeat transparent;
    background-size: 100% 100%;
    display: inline-block;
    transition: all .4s ease-in-out;
}
.blog-in-content a {
    font-size: 19px;
    color: #000000;
    font-weight: 400;
    font-family: 'apercuregular';
    display: inline-block;
    padding: 5px 32px;
    border: 1px solid #000;
}
.blog-in-main p {
    padding-right: 26px;
}
.customer-wap {
    padding-bottom: 80px;
    display:none;
}
.testimonial-heading{
    margin-bottom:80px;
}
.testimonial-heading h3 {
    font-size: 40px;
    text-align: center;
    position: relative;
    color: #000;
    display:inline-block;
    padding:0px 20px;
     font-family: 'apercuregular';
    font-weight:400;
    margin:0px;
}
.testimonial-heading h3:before {
    content: "";
    position: absolute;
    top: 50%;
    right:100%;
    width: 100%;
    max-width: 180px;
    height: 1px;
    background: url(../images/shape-left.png) center center no-repeat transparent;
    background-size: 100% 100%;
    display: inline-block;
    transition: all .4s ease-in-out;
}
.testimonial-heading h3:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 100%;
    max-width: 180px;
    height: 1px;
    background: url(../images/shape-right.png) center center no-repeat transparent;
    background-size: 100% 100%;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.testimonial-left-image{
    height:280px;
    background-position:center;
    background-size:cover;
    position: relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.video-wrapper-container-home {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 6;
    background-color: #fff;
    display: none;
}
/*.video-wrapper-container-home {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 6;
    background-color: #fff;
    display: none;
}*/
.video-container-home video {
    position: absolute;
  /*  min-width: 100%;
    min-height: 100%;*/
    width: 100%;
    height: 283px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    object-fit:cover;
}
/*video#videoPlayer {
    height: 430px;
    object-fit: cover;
}*/
.close-btn-home i, .close-btn-testimonial i {
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    color: #000;
    position: absolute;
    top: -1px;
    right: 0px;
    z-index: 55;
    cursor: pointer;
    transition: 0.5s linear;
}

.testimonial_right_content{
    padding:30px 50px 20px 50px;
    position: relative;
}

.testimonial_right_content p{
    font-size:25px;
    color:#000;
    font-family: 'apercuregular';
    font-weight: 400;
    padding:0px 0px 20px 40px;
}
.testimonial_right_content h5{
    color:#e63231;
    font-size:25px;
    font-family: 'apercuregular';
    font-weight: 400;
    font-style: italic;
    position: relative;
}

.testimonial_right_content h5:before{
    position: absolute;
    content: '';
    width:80px;
    height:41px;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url(../images/testimonial-arrow.png);
    left: -112px;
    top: -21px;
}
.testimonial_slider, .testimonial_slider_wrapper, .blue_print_with_slider{
    padding:0px;
}
.testimonial_thumbnail_wrapper {
    padding: 0px 15px;
    margin-top: 50px;
}
.testimonial_thumbnail.slick-initialized.slick-slider {
    margin: auto;
    display: block;
    float: none;
    max-width: 100%;
    max-width: 500px;
}
.testimonial_thumb_slide{
    float:left;
    padding:0px 8px;
}
.testimonial_thumb_slide, .testimonial_thumb_slide img{
    max-width:100%;
    height:65px;
    object-fit:cover;
}
.testimonial_slider.col-sm-12.slick-slide {
    height: initial;
}
.testimonial_thumbnail .slick-prev {
    left: -25px;
    width:17px;
    height:34px;
    background-image:url(../images/left-arrow.png);
    background-position:center;
    background-size:100%;
}
.testimonial_thumbnail .slick-prev:before, .testimonial_thumbnail .slick-next:before{
    display:none;
}
.testimonial_thumbnail .slick-next {
    right: -25px;
    width:17px;
    height:34px;
    background-image:url(../images/right-arrow.png);
    background-position:center;
    background-size:100%;
}

.studio_wrapper .service-sclic {
    margin-bottom: 10px;
}
.service-sclic-wrap.studio_wrapper {
    background-color: #fff;
    padding-top: 0px;
}

.studio_content_clm{
    text-align:center;
}
.studio_sub_heading h4 {
    text-align: left;
    padding-left:28px;
    padding-bottom:50px;
}
.studio_content_clm h3{
    font-size:30px;
    color:#000;
    padding-bottom:15px;
    margin:0px;
    font-family: 'apercuregular';
    font-weight:400;
    text-transform:capitalize;
}
.studio_content_clm p{
    font-size:15px;
    color:#000;
    font-family: 'apercuregular';
    font-weight: 400;
    line-height:1.7;
    margin-bottom:0px;
}
.studio_content_clm a{
    display:inline-block;
    margin-top:25px;
    font-size:19px;
    color:#000;
    padding:10px 30px;
    border:2px solid #000;
    font-family: 'apercuregular';
    font-weight: 400;
}
.studio_content_clm a:hover{
    background-color:#e63232;
    color:#fff;
    border-color:#e63232;
}
.studio_right_video_image{
    width:100%;
    height:450px;
    display:flex;
     display:-webkit-flex;
    align-items:center;
    -webkit-align-items:center;
    justify-content:center;
    text-align:center;
    background-position:center;
    background-size:cover;
    position: relative;
    overflow:hidden;
}
.studio_video_playbtn i{
    width:190px;
    height:190px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    border-radius:100%;
    border:13px solid #000;
    font-size:110px;
    color:#000;
    transition:0.5s linear;
}
.studio_video_playbtn a:hover{
    color:transparent;
}
.studio_video_playbtn a:hover i{
    color:#e63232;
    border-color:#e63232;
}

.studio_mid_wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    margin-bottom:100px;
    position:relative;
}
.studio_mid_wrapper:nth-child(even){
    flex-direction:row-reverse;
}
.studio_mid_wrapper:nth-child(even) .blue_print_with_slider {
    display: flex;
    flex-direction: row-reverse;
}
.download-btn{
    text-align:left;
}
.studio_mid_wrapper:nth-child(even) .download-btn{
    text-align:right;
}
.studio_clm_bottom_slider{
    padding: 0px 8px;
}
.studio_right_wrapper .video-container-home video {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}
.studio_bottom_slide{
    padding:0px 7px;
    float:left;
    height:200px;
}
.studio_bottom_slide_image{    
    width:100%;
    height:200px;
    background-position:center;
    background-size:cover;
    position: relative;
}
.blue_print_with_slider{
    margin-top:25px;
}
.studio_clm_bottom_slider .slick-prev {
    left: -20px;
    top: 32%;
}
.studio_clm_bottom_slider .slick-prev:before{
    position: absolute;
    content: "\f104";
    display: block;
    font-size: 50px;
    opacity: 1;
    color: #e4e4e4;
    font-family: FontAwesome;
    z-index: 1;
   
}
.studio_clm_bottom_slider .slick-next:before{
    position: absolute;
    content: "\f105";
    display: block;
    font-size: 50px;
    opacity: 1;
    color: #e4e4e4;
    font-family: FontAwesome;
    z-index: 1;
}
.studio_clm_bottom_slider .slick-next {
    right: -20px;
    top:32%;
}
.download-btn a{
    font-size:20px;
    color:#000;
    font-family: 'apercuregular';
    font-weight:400;
    display:inline-block;
    background-color:#e63232;
    padding:9px 20px 8px 60px;
    position: relative;
    margin-top:15px;
}
.download-btn a:hover {
    background-color: #000;
    color: #fff;
}
.download-btn a:before{
    width:45px;
    height:45px;
        line-height: 45px;
    top:0px;
    left:0px;
    background-color:#000;
    position:absolute;
    content:'';
    background-image:url(../images/plus-red.png);
    background-size:65%;
    background-position:center center;
    background-repeat:no-repeat;
   /* font-size:28px;
    color:#e63232;
    font-weight:400;
        text-align: center;
    font-family: FontAwesome;*/
}

.blue-print img {
    height: 200px;
    max-width: 100%;
    border:1px solid #000;
    object-fit: cover;
    width: 100%;
}
.studio-video-in-home iframe {
    height: 100%;
}
.studio_fixed_column h4, .studio_sub_heading h4{
    font-size:28px;
    color:#000;
    font-family: 'apercubold';
    font-weight: 700;
    padding-bottom:20px;
    margin-bottom:0px;
}
.studio_fixed_column ul{
    padding-left:25px;
    position: relative;
    padding-top:10px;
}
.studio_fixed_column ul li{
    padding-bottom:34px;
    padding-left:10px;
    list-style: none;
    margin:0px;
    position: relative;
}
.studio_fixed_column ul li:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #000;
    top: 11px;
    left: -10px;
}
.studio_fixed_column ul li a{
    font-size:22px;
    font-family: 'apercuregular';
    font-weight: 400;
    color:#a5a5a5;
        text-transform: capitalize;
}
.studio_fixed_column ul li.active a{
    font-family: 'apercubold';
    font-weight:700;
}
.studio_fixed_column ul li a.active{
    font-family: 'apercubold';
    font-weight:700;
    font-style:italic;
	color:#000;
}
.studio_fixed_wrapper{
    padding:0px;
}
.studio_fixed_wrapper, .studio_right_wrapper {
    position: relative;
}
.studio_right_wrapper{
    width:86%;
    float:left;
}
.studio_fixed_column {
   width:12%;
   float:left;
    text-align: left;
    padding-left: 38px;
    position: sticky;
    top: 15%;
    display: block;
    z-index:5;
}
.studio_fixed_column ul:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 85%;
    background-color: #000;
    left: 18px;
    top: 22px;
}
/*.studio_mid_wrapper{
    height:100%;
}*/
.about-inner-contetn {
    padding-bottom: 40px;
}

.testimonial-heading {
    text-align: center
}
.studio_mid_wrapper .blue-print {
    padding-right:30px;
}
.studio_mid_wrapper:nth-child(even) .blue-print {
    padding-left:30px;
    padding-right:15px;
}
.logo {
    padding-left: 0px;
}
.studio_video_pg_wrapper{
    padding:0px 30px;
}
.studio_mid_wrapper:nth-child(2) .studio_clm_bottom_slider .slick-next , .studio_mid_wrapper:nth-child(2) .studio_clm_bottom_slider .slick-prev{
    top: 28%;
}
/*.studio_mid_wrapper:nth-child(even) .download-btn a:before{
    height:
}*/



.h_right_bottom .search_sec {
    position: relative;
    padding:0 15px 0px 0px;
}
.h_right_bottom .search_sec span.search_icon {
    font-size: 18px;
    width: 18px;
    height: 18px;
    display: block;
    position: relative;
    line-height: 1;
    color: #62646a;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.h_right_bottom .search_sec span.search_icon:hover{
    color: #203655;
}
.h_right_bottom .search_sec span.search_icon i{
    color: #1b1d20;
    font-size: 27px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.search_sec span.search_icon .fa-times{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -6px;
    top: 0;
}
.show_form span.search_icon .fa-times{
    opacity: 1;
    visibility: visible;
}
.show_form span.search_icon .fa-search{
    opacity: 0;
    visibility: hidden;
}
.show_form .s_form{
    z-index: 10;
    opacity: 1;
    visibility: visible;
}
.s_form span.s_icon {
    position: absolute;
    left:10px;
    top:8px;
    height: 78%;
   /* width: 30px;*/
    color: #909299;
    font-size: 16px;
    text-align: center;
    padding: 4px 0 0;
}

.s_form span.s_icon i.fa.fa-search {
    font-size: 20px;
    color:#1b1d20;
}
.s_form input#s {
    border: 1px solid #e63232;
    font-size: 16px;
    color:#1b1d20;
    font-family: 'apercuregular';
    font-weight:400;
    height: 44px;
    background: #ffffff;
    vertical-align: top;
    padding: 0 0 0 35px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.s_form input#s:active,.s_form input#s:focus {
    border: 1px solid #000;
}

.s_form {
    position: absolute;
    right: 55px;
    top: -5px;
    width:195px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.show_form .s_form {
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

div#myNav .search-btn.h_right_bottom.menu_toggle {
    position: absolute;
    right: 88px;
    top: 38px;
}
#myNav .h_right_bottom .search_sec span.search_icon i{
    color:#fff;
}
.down_arrow {
    display: inline-block;
    bottom: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


a.ct-conlink {
    line-height: 1.15;
}

.lb-outerContainer {
    max-height: 550px;
}
.lightbox .lb-image {
    max-height: 550px;
    object-fit: cover;
    object-position: top;
}

.image_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
	flex-wrap: wrap;
    text-align: center;
    top: 0px;
    left: 0px;
    padding: 0px 15px;
    background-color: rgba(230, 50, 50,0.8);
    transition: 0.5s linear;
    opacity: 0;
}
.image_hover h4, .image_hover p {
    display: block;
    width: 100%;
}
.image_hover h4 {
    color: #fff;
    font-size: 22px;
    font-family: 'apercubold';
    font-weight: 700;
	margin-bottom: 5px;
}
.image_hover p {
    color: #fff;
    font-size: 16px;
    font-family: 'apercuregular';
    font-weight: 500;
}
.studio_bottom_slide_image:hover .image_hover, .about-img:hover .image_hover {
    opacity: 1;
}








footer {
    padding: 60px 0 110px;
    background: #000;
    position: relative;
}
.footer-wrap {
    max-width: 1785px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.footer-wrap-logo p {
    font-size: 30px;
    color: #e63232;
    font-weight: 400;
    font-family: 'apercuregular';
}
.footer-wrap-address ul li {
    list-style: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'apercuregular';
}
.footer-wrap-address ul li a{font-family: 'apercuregular'; color:#fff; transition:0.3s;}
.footer-wrap-link ul li{list-style: none; font-size: 20px; color: #ffffff; font-weight: 400; font-family: 'apercuregular';}
.footer-wrap-address ul li{list-style: none; font-size: 20px; color: #ffffff; font-weight: 400; font-family: 'apercuregular';
display: flex; align-items: flex-start;}
.footer-wrap-address ul li a{font-family: 'apercuregular'; color:#fff; transition:0.3s;}
.footer-wrap-logo img {padding-bottom: 20px; position: relative; border-bottom: 1px solid #fff; margin-bottom: 36px;}
.footer-wrap-address ul li img {position: relative; top: 6px;  margin-right: 15px;}
.footer-wrap-link ul li a {color: #fff; transition: 0.3s;}
.footer-wrap-link ul li a:hover,.footer-wrap-address ul li a:hover{color:#e63232;}
.footer-wrap-logo {flex-basis: 30%;position: relative;}
.footer-wrap-address {flex-basis: 34%;padding-top:85px;position: relative;padding-left: 45px;}

.footer-wrap-link {
    flex-basis: 15%;
    padding-top: 63px;
    position: relative;
    padding-left: 50px;
}


.footer-wrap-social {flex-basis: 18%;padding-top: 69px;position: relative;}
.footer-wrap-social ul li a {
    padding: 10px;
    background: #e53131;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;font-size: 34px;
    align-items: center;
    justify-content: center;
}
.footer-wrap-social ul {
    display: flex;
    align-items: center;
}
.footer-wrap-social ul li {
    margin-right: 19px;
}
.footer-wrap-address ul:before {
    content: "";
    width: 1px;
    height: 80px;
    background: #e53131;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 6;
}
.footer-wrap-address ul:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #e53131;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 6;
}
.footer-wrap-address ul {
    position: relative;
}
.footer-wrap-address ul li:first-child {
    margin-bottom: 11px;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
	opacity: 1 !important;
}
.lb-data .lb-number {
	display: none !important;
}
.studio_sub_heading h4 {
	display: none;
}

/*end new home css*/

.studio_page_video iframe {
    height: 100%;
}

.studio_video_pg_wrapper .studio_video_banner {
    height: 100%;
}
.studio_video_pg_wrapper .video-container-home video {
    height: 100%;
}

/*section.innervideo .studio-video-in-home iframe {height: 100vh;}*/
.home-innervideo .studio-video-in-home {height: auto;}

.iframe-vmo {height: 1165px}
section.newiframe {
    padding: 0 30px;
    /*height: 870px;*/
    height: 1370px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
section.newiframe iframe {
    position: absolute;
    top: 43%;
    padding: 0 30px;
    overflow: hidden;
    left: 0;
    height: 122%;
    width: 100vw;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    transform: translateY(-45%);
}

.iframe-vmo {
    margin-top: -20px;
}
.testimonial_thumbnail .slick-next{transform: translate(0, -50%) rotate(5deg);}
.studio-video-wrapper#wn article {max-width: 100%;}
section.blog-post {
    padding-bottom: 50px;
}
.page-template-contact figure.wpb_wrapper.vc_figure img {
    width: 100%;
    object-fit: cover;
}
.wrap.newblogdetail .entry-meta {display: none;}
.wrap.newblogdetail .post-thumbnail {
    margin: 20px 0;
}
.wrap.newblogdetail figure {
    margin: 20px 0;
}
.wrap.newblogdetail {
    padding-bottom: 90px;
}
.single-post .banner-bottom-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    text-align: center;
}
p.image_hover_para {
    display: none;
}
.lb-data .lb-caption {
    line-height: 1.5 !important;
    color: #fff;
}

.lb-data .lb-details {
    width: 100% !important;
    text-align: center !important;
    border: 4px solid #fff !important;
    padding: 10px !important;
    border-radius: 4px;
}
.service-sclic-in-wrp .service-sclic-inner .circl-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(0,0,0,0.1);*/
    display: block;
    
}

.lb-data .lb-close {
    position: absolute;
    top: -30px;
    transform: translateX(-35%);
}

.service-sclic-wrap.studio_wrapper .studio_right_wrapper .studio_mid_wrapper:before {
    content: "";
    width: 60%;
    height: 30px;
    background-image: url(../images/divider-img.png);
    position: absolute;
    bottom: -70px;
    left: 50%;transform: translateX(-50%);
    background-size: cover;
    background-position: center center;
    display:none;
}
.service-sclic-wrap.studio_wrapper .studio_right_wrapper .studio_mid_wrapper:last-child:before{display:none;}


.studio_right_wrapper.container-align-right .studio_mid_wrapper:last-child {
    margin-bottom: 0;
}
.blog-post-inner.blog-row .ppp {
    width: 100%;
}
.single-studio .lb-data .lb-details {
    border: 0 !important;
}
.hbspt-form iframe {
    width: 100% !important;
    box-sizing: border-box;
    max-width: 500px !important;
    display: inline-block !important;
}
.modal.modal-form .modal-content {
    max-width: 600px;
    overflow: hidden;
}