/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2022 | 08:38:08 */
.custom-btn,
.custom-btn:focus {
    display: inline-block;
    position: relative;
    padding: 12px 35px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
    text-transform: inherit;
    text-decoration: none;
    font-family: 'apercuregular';
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.dark-btn {
    color: #ffffff;
    background-color: #e63232;
}
.dark-btn:hover,
.dark-btn:focus {
    color: #ffffff;
    background-color: #444444;
}
.light-btn {
    color: #ffffff;
    background-color: #e63232;
    border: 2px solid #ffffff;
}
.light-btn:hover,
.light-btn:focus {
    color: #ffffff;
    background-color: #444444;
    border: 2px solid #444444;
}

.banner-section1 {
    padding: 100px 15px;
    height: 80vh;
  position: relative;
}
.banner-section1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index:0;
}
.video-overlay.video-overlay-studios,
.dropdown_w {
  display: none !important;
}
.banner-section1 h1 {
    color: #fff;
    font-weight: 700;
  font-size: 60px;
  background-color: rgba(0,0,0,0.6);
  display: inline-block;
  padding: 20px 30px;
    font-family: 'apercuregular';
}
.banner-section1 .wpb_text_column {
    text-align: center;
}

.under-b-section {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 15px;
}
.under-b-section h2 {
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 0;
    color: #000;
    font-family: 'apercuregular';
}
.under-b-section p {
    color: #000;
    font-family: 'apercuregular';
}
.under-b-section .vc_column-inner {
    padding: 0 !important;
}

.features-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
.features-section .vc_icon_element {
    margin-bottom: 30px !important;
}
.features-section .wpb_text_column {
    text-align: center;
    padding: 0 10px;
}
.features-section .wpb_text_column h4 {
    font-weight: 700;
    color: #000;
    font-family: 'apercuregular';
}
.features-section .wpb_text_column p {
    color: #000;
    font-family: 'apercuregular';
}


.cta-section {
    background-color: #e63232;
    padding: 50px 15px;
    max-width: 1200px;
    margin: 0 auto;
}
.cta-section h2 {
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'apercuregular';
}
.cta-section p {
    color: #fff;
    font-family: 'apercuregular';
}

.bottom-c-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 15px;
    background-color: #f4f4f4;
}
.bottom-c-section h2 {
    margin-top: 0;
    margin-bottom: 50px !important;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-family: 'apercuregular';
}
.bottom-c-section .vc_icon_element {
    margin-bottom: 30px !important;
}
.bottom-c-section .wpb_text_column {
    text-align: center;
    padding: 0 10px;
}
.bottom-c-section .wpb_text_column p {
    color: #000;
    font-family: 'apercuregular';
}

.bottom-c-section .custom-btn {
    margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
    .banner-section1 {
        height: 60vh;
    }
  .banner-section1 h1 { 
   	font-size: 40px; 
  }
}

@media only screen and (max-width: 767px) {
    .banner-section1 {
        height: auto;
        padding: 150px 15px;
    }
  .banner-section1 h1 { 
   	font-size: 26px; 
    padding: 10px 15px;
  }
    .features-section .wpb_column,
    .bottom-c-section .wpb_column {
        margin-bottom: 30px;
    }
    .features-section .wpb_column:last-child,
    .bottom-c-section .wpb_column:last-child {
        margin-bottom: 0px;
    }
    .cta-section .custom-btn {
        margin-top: 20px;
    }
}