/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@font-face {
    font-family: 'Barlow';
    src: url('barlow-extrabold.woff2') format('woff2'),
        url('barlow-extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-black.woff2') format('woff2'),
        url('barlow-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-extralight.woff2') format('woff2'),
        url('barlow-extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-extrabolditalic.woff2') format('woff2'),
        url('barlow-extrabolditalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-extralightitalic.woff2') format('woff2'),
        url('barlow-extralightitalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-thinitalic.woff2') format('woff2'),
        url('barlow-thinitalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-semibolditalic.woff2') format('woff2'),
        url('barlow-semibolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-bolditalic.woff2') format('woff2'),
        url('barlow-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-lightitalic.woff2') format('woff2'),
        url('barlow-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-medium.woff2') format('woff2'),
        url('barlow-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-mediumitalic.woff2') format('woff2'),
        url('barlow-mediumitalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-regular.woff2') format('woff2'),
        url('barlow-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-italic.woff2') format('woff2'),
        url('barlow-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-blackItalic.woff2') format('woff2'),
        url('barlow-blackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-bold.woff2') format('woff2'),
        url('barlow-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-light.woff2') format('woff2'),
        url('barlow-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-semibold.woff2') format('woff2'),
        url('barlow-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow-thin.woff2') format('woff2'),
        url('barlow-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}



body{
  font-family: 'Barlow';
  font-weight: normal;
  color: #000000;
  font-size: 13px;
  line-height: 1.4;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  margin-bottom:20px;
  font-family: 'Barlow';
  font-weight:normal;
  color: #34333f;
}
h2{
  font-size: 40.5px;
  /* letter-spacing:10px; */
  line-height: 1.3;
}
.mobile_only{
  display:none;
}
.container--main {
  background: #ffffff !important; }

.pf4_button{
  position:relative;
  display: inline-block;
  margin: 0;
}
.pf4_button:after{
  content:" ";
  height:100%;
  width:100%;
  position:absolute;
  z-index: 0;
  left: -2px;
  bottom: -2px;
  background-color: #000;
}
.pf4_button span{
  font-family: 'Barlow';
  line-height: 1;
  letter-spacing: 0.8px;
  display:inline-block;
  background-color: #F44336;
  margin: 0;
  position:relative;
  z-index:1;
  padding: 16px 29px 17px 29px;
  font-size: 11.6px;
  font-weight: normal;
  color: #FFF;
  border-radius: 5px;
}
.pf4_button span:hover{
  background-color:#2f2e3c;
  color: #ffffff;
}



/*
  Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
  position: relative; }

.full-bg-holder > * {
  position: relative;
  z-index: 1; }

.full-left-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  opacity: 0;
  background-size: cover;
  }

.full-left-bg.active {
  opacity: 1; }

/*
  Globals --> Full right BG
-----------------------------*/
.full-right-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #859CAC;
  opacity: 0; }

.full-right-bg.active {
  opacity: 1; }

/*
  Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
  display: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  background-color: #859CAC; }

.full-bg-mobile.active {
  opacity: 1; }

@media (max-width: 980px) {
  .full-bg-mobile {
    display: block; 
  } 
}


.section_inner {
  width: 1110px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  position: relative;
}
.section_inner img {
  max-width: 100%;
  height: auto;
  margin: 0; 
}

.pf4_mobile_img,
.pf4_mobile_icon {
  width: 100% !important;
  display: none !important; 
}

@media (max-width: 1200px) {
  .section_inner {
    width: 980px !important; 
  } 
}
@media (max-width: 1080px) {
  .section_inner {
    width: 800px !important; 
  } 
}
@media (max-width: 900px) {
  .section_inner {
    width: 500px !important; 
  } 
}
@media (max-width: 550px) {
  .section_inner {
    width: 84% !important;
  } 
}
@media (max-width: 320px) {
  .section_inner {
    width: 90% !important;
  } 
}


/* 
=======================================
  Site Header Section
=========================================*/
html{
  padding-top:0 !important;
}
.pf4_site_header {
  padding: 0;
  position: relative;
  background-color: #e5e6ea;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 12px;
}

.pf4_site_header .section_inner {
  width: 1220px;
  flex-wrap: wrap;
  margin-bottom: 0px;
  }

.pf4_heade_logo {
  width: 100%;
  padding-top: 0px;
  z-index: 2;
  text-align: center;
  }

.pf4_heade_logo img {
  /* height: 60px; */
  /* max-height: 60px !important; */
  /* width: 60px; */
  /* max-width: 60px !important; */
  }

.pf4_header_right {
  width: 72%;
  text-align: right;
  padding-top: 9px; }

.pf4_header_right a{
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  padding-top: 10px;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 22px;
  position:relative;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 !important;
}
.pf4_header_right a:hover {
  color: #000000; 
}
.pf4_header_right a:before,
.pf4_header_right a:after,
.pf4_header_right a i{
  content:" ";
  position:absolute;
  height: 10px;
  bottom: 20px;
  z-index: 0;
  opacity: 0;
}
.pf4_header_right a span{
  position:relative;
  z-index:1;
}
.pf4_header_right a:before{
  width:23px;
  background-size:contain;
  background-position: right center;
  background-repeat: no-repeat;
  left: 0;
}
.pf4_header_right a:after{
  width:29px;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: left center;
  right:0;
  border:0;
}
.pf4_header_right a i{
  left:23px;
  width:calc(100% - 52px);
  background-size:contain;
  background-position: center;
  background-repeat:repeat-x;
}

.pf4_header_right a:hover:before,
.pf4_header_right a:hover:after,
.pf4_header_right a:hover i{
  opacity:1;
}

.pf4_header_social_icon {
  width: 15%;
  text-align: right;
  padding-top: 12px; }

.pf4_header_social_icon a {
  text-decoration: none;
  display: inline-block;
  margin-left: 3px;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.pf4_header_social_icon a img {
  height: 17px; }
.dropdown-menu li{
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.pf4_header_right .dropdown-menu li a:before, 
.pf4_header_right .dropdown-menu li a:after, 
.pf4_header_right .dropdown-menu li a i{
  bottom:10px;
}
.dropdown-menu li a{
  padding-top: 0;
  padding-bottom: 0;
}
li.dropdown:after{
  content:" ";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -8px;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  
}

.get_started.pf4_button{
    position: absolute;
    top: 25px;
    right: 0px;
}
.get_started.pf4_button:after{
  display: none;
}
.get_started.pf4_button span{

}
@media screen and (max-width: 1240px) {
  .pf4_site_header .section_inner {
    width: 1080px; } }
@media (max-width: 1200px) {
  .pf4_site_header .section_inner {
    width: 980px; }

  .pf4_heade_logo {
    padding-top: 15px; } }
@media (max-width: 1000px) {
  .pf4_site_header .section_inner {
    width: 800px; }

  .pf4_header_social_icon {
    width: 20%; }

  .pf4_heade_logo {
    width: 10%; }

  .pf4_header_right {
    width: 70%; } }
@media (max-width: 850px) {
  .header .header-ham {
    top: 12px;
    z-index: 10; }

  .pf4_site_header .section_inner {
    width: 90%; }

  .pf4_mobile_icon {
    display: block !important; }

  .pf4_destop_icon {
    display: none !important; }

  .pf4_header_social_icon {
    text-align: center;
    padding-top: 15px; }

  .pf4_header_right {
    margin-right: 0;
    width: 85%;
    }

  .pf4_heade_logo {
    width: 15%;
    margin-right: 0;
    }

  .pf4_header_right a {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 8px;
    margin-right: 8px; }

  .pf4_logo img {
    width: 210px;
    padding-top: 15px; } 
  }

.header--left .logo {
    float: none;
    height: auto;
}
.header .logo img {
    position: relative;
    top: 0px;
    max-width: 100%;
    max-height: unset;
    margin: 0;
    transform: translateY(0%);
}

@media (max-width: 767px) {
  .pf4_heade_logo {
    width: 100% !important;
    margin-right: 0px;
    text-align: left;
    padding-top: 10px; }

  .pf4_header_right {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    padding-top: 5px; }

  .header .header-menu {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.17); 
  }
  .pf4_header_right a:before,
  .pf4_header_right a:after,
  .pf4_header_right a i{
    display:none;
  }
  li.dropdown:after{
  position: absolute;
  top: 20px;
  right: -7px;
  }
}
@media (max-width: 550px) {
  .pf4_site_header .section_inner {
      width: 300px; 
  } 
}
@media (max-width: 320px) {
  .pf4_site_header .section_inner {
    width: 280px; 
  } 
}

#section-header-bottom,
.section_top_bg,
.section_top_bottom{
  width: 100%;
  height: auto;
  display: block;;
  clear: both;
}
#section-header-bottom img,
.section_top_bg img,
.section_top_bottom img{
  margin:0px;
  padding: 0px;
  width: 100%;
}


.bob_new_header_s1{
    display: block;
    text-align: center;
    padding-top: 8px;
}
.bob_new_header_s1 .header__block--logo{
    width: 100%;
    text-align: center;
}
.bob_new_header_s1 .header__block--logo .logo{
    display: inline-block;
}
.bob_new_header_s1 .header__block--logo .logo img.logo__image{
    position: relative;
    top: 0px;
    max-width: 100%;
    max-height: unset;
    margin: 0;
    transform: translateY(0%);
    width: auto !important;
}
.bob_new_header_s1 .header__block--cta{
    position: relative;
}
.bob_new_header_s1 .header__block--cta a.btn {
    position: absolute;
    top: -71px;
    right: 0px;
    font-family: 'Barlow';
    line-height: 1;
    letter-spacing: 0.8px;
    display: inline-block;
    margin: 0;
    z-index: 1;
    padding: 16px 29px 17px 29px;
    font-size: 11.6px;
    font-weight: normal;
    border: 0px !important;
}

@media (max-width: 768px) {
    .bob_new_header_s1 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .bob_new_header_s1 .header__block--cta a.btn {
        position: relative;
        top: 0px;
        margin-top: 30px;
    }
    .bob_new_header_s1 .header__block--cta {
        display: block;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    .bob_new_header_s1 .hamburger {
        display: none;
    }
}
@media (max-width: 480px) {
    .bob_new_header_s1 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/************
  Section 2 ==================
*********/
.section_2{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  margin-top: 0px;
}
.section_2 .section_inner{

}
.section_2_content{
  padding-top: 125px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 195px;
  width: 100%;
}
.section_2_content p{
  margin: 0px;
  padding: 0px;
  padding-top: 19px;
  line-height: 1.25;
  color: #FFF;
  font-size: 18.75px;
}
.section_2_content h1{
  font-size: 45px;
  text-align: center;
  line-height: 1.26;
  letter-spacing: 0px;
  margin-bottom: 0px;
  padding-bottom: 35px;
  color: #FFF;
}
.section_2_content h1 strong{

}
.section_2_button{
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -53px;
  left: 0px;
  z-index: 1;
}
.section_2_button_cta{
  display: inline-flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  background-color: #FFF;
  margin: 0px auto;
  padding-bottom: 28px;
  padding-top: 21px;
  padding-left: 80px;
  box-shadow: 0px 0px 90px #000;
  padding-right: 72px;
}
.section_2_cta_title{
  font-size: 33px;
  font-weight: 500;
  font-style: italic;
  padding-right: 39px;
}
.section_2_cta_title strong{

}
.section_2_button_cta .pf4_button{
  padding-top: 5px;
}
.section_2_button_cta .pf4_button span{
  font-size: 12px;
  padding-top: 18px;
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 45px;
}
.section_2_button_cta .pf4_button:after{
  display: none;
}

@media (max-width: 1200px) {
  .section_2_content h1 {
    font-size: 35px;
  }
  .section_2_content {
    width: 100%;
    padding-top: 85px;
    padding-bottom: 160px;
  }
  .section_2_cta_title {
    padding-top: 6px;
  }
}
@media (max-width: 1080px) {
  .section_2_content h1 br{
    display: none;
  }

}
@media (max-width: 900px) {
  .section_2_content p br{
    display: none;
  }


  .section_2_button_cta {
      padding-left: 25px;
      padding-right: 25px;
  }
  .section_2_cta_title {
      padding-top: 0px;
      padding-right: 0px;
      display: block;
  }
  .section_2_button_cta .pf4_button {
      padding-top: 5px;
      margin: 0px auto;
  }
}
@media (max-width: 480px) {
    .section_2_button {
        bottom: -115px;
    }
}
/************
  Section 3 ==================
*********/
.section_3{
  background-color: #000;
}
.section_3 .section_inner{
  width: 750px;
}
.section_3_content{
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 90px;
  color: #FFF;
  padding-top: 163px;
  font-style: italic;
  font-size: 22.5px;
  letter-spacing: 0.1px;
  position: relative;
}
.section_3_content p{
  font-weight:400;
  margin:0px;
  line-height: 1.2;
}
.section_3_content:after{
  content: "";
  position: absolute;
  width: 100px;
  height: 209px;
  top: 102px;
  right: -87px;
  letter-spacing: -45px;
  font-weight: 300;
  background-image: url(section_3_c.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 900px) {
  .section_3_content:after {
      top: 140px;
      right: -100px;
  }

}
@media (max-width: 670px) {
    .section_3_content:after {
        top: 0px;
        right: 0px;
        display: block;
        width: 100%;
        margin-top: 25px;
        height: 110px;
        position: relative;
    }
}
/************
  Section 4 ==================
*********/
.section_4{
  
}
.section_4 .section_inner{
  
}
.section_4_top{
  width: 100%;
  text-align: center;
  margin-top: -10px;
}
.section_4_top h2{
  margin-bottom: 0px;
  color: #000;
}
.section_4_top h3{
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: -6px;
  color: #000;
  padding-bottom: 34px;
}
.section_4_top p{
  font-size: 27px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 1.2;
  margin: 0px;
}
.section_4_top p strong{
  
}


.section_4_items{
  width: 100%;
  padding-top: 57px;
}
.section_4_items_in{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.section_4_col{
  width: 33.33%;
  padding-left: 27px;
  padding-right: 27px;
}
.section_4_col_in{
  box-shadow: 0px 0px 63px rgb(199, 199, 199);
  text-align: center;
}
.section_4_col_title {
  color: #1a35ff;
  font-size: 24px;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-bottom: 0px;
     cursor: pointer;
}
.section_4_col_title:hover{
    color: #c71972; 
}
.section_4_col_title div{

}
.section_4_col_content:before{
  content: "";
  background-image: url(section_3_2.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  width: 136%;
  bottom: -157px;
  left: -18%;
  height: 157px;
}
.section_4_col_content {
  position: relative;
  width: 100%;
  padding: 0px 20px;
  font-size: 14px;
  padding-bottom: 50px;
 background-color: #FFFF;
}
.section_4_col_content p{

margin: 0px;

padding-bottom: 20px;
}
.section_4_col_title.active:after{
  display: none;
}
.section_4_col_content:after{
  width: 100%;
  height: 33px;
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url(section_3_3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section_4_bottom{
  width: 100%;
  text-align: center;
  padding-top: 160px;
}
.section_4_bottom h5{
  display: block;
  width: 100%;
  color: #000;
  margin-bottom: 0px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.section_4_bottom h3{
  display: block;
  width: 100%;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 49px;
}
.section_4_bottom_video{
  position: relative;
  width: 698px;
  height: auto;
  margin: 0px auto;
  display: block;
  padding-top: 46px;
  padding-bottom: 118px;
}
.section_4_bottom_video:before{
  width: 100%;
  height: 560px;
  content: "";
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 707px;
  background-image: url(section_4_1.png);
  position: absolute;
  top: -2px;
  left: -87px;
}
.section_4_bottom_video_in{
  position: relative;
  z-index: 1;
}
.section_4_bottom_video_in img{
  margin: 0px;
}
.section_4_01_bottom{
  margin-top: -221px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .section_4_col_title:after {
      background-size: 100%;
  }

}
@media (max-width: 900px) {
  .section_4_col {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
    padding-bottom: 185px;
  }
  .section_4_col_title {
      margin-bottom: 0px;
      font-size: 19px;
  }
  .section_4_col_title.active{
    margin-bottom: 0px;
  }

  .section_4_col_title:after {
      display: none;
  }
  .section_4_bottom {
      padding-top: 0px;
  }
  .section_4_bottom h3 br{
    display: none;
  }
  .section_4_bottom_video {
    width: 100%;
  }
  .section_4_bottom_video:before {
      width: 100%;
      height: 90%;
      background-size: 100%;
  }
  
  .section_4_col_content:before{
      height: 185px;
      bottom: -185px;
  }
    .section_4_01_bottom {
        margin-top: -118px;
    }
}
@media (max-width: 768px) {
    .section_4_bottom_video:before {
        left: 0px;
    }
}
@media (max-width: 480px) {
    .section_4_01_bottom {
        margin-top: -90px;
        margin-bottom: 30px;
    }
    .section_4_col_content:before{
        background-size: 100%;    
    }
}
/************
  Section 5 ==================
*********/
.section_5{
  background-color: #e5e6ea;
  position: relative;
}
.section_5:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: -180px;
  left: 0px;
  background-color: #e5e6ea;
}
.section_5 .section_inner{
  width: 1004px;
  z-index: 1;
}
.section_5_title{
  width: 100%;
  text-align: center;
  padding-top: 19px;
}
.section_5_title h2{
  color: #1a35ff;
  font-size: 31.5px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.section_5_left{
  width: 50%;
  position: relative;
  padding-right: 113px;
  padding-top: 38px;
}
.section_5_left:before{
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 485px;
  height: 453px;
  background-image: url(section_5_1.png);
  top: 23px;
  left: -62px;
  display: block;
  position: absolute;
}
.section_5_left_img{
  width: 100%;
  height: 390px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.section_5_left_img img{
  opacity: 0;
  width: 10%;
}
.section_5_right{
  width: 50%;
  padding-top: 64px;
}
.section_5_right h5{
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.3px;
  font-size: 20px;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.section_5_right p{
  font-size: 13px;
  margin: 0px;
  margin-bottom: 12px;
  line-height: 1.4;
}

@media (max-width: 1080px) {
  .section_5_left:before {
    width: 390px;
    height: 363px;
  }

}
@media (max-width: 900px) {
  .section_5_left {
      width: 100%;
      padding-right: 0px;
  }
  .section_5_left:before {
      width: 100%;
      height: 100%;
  }
  .section_5_left_img {
      width: 100%;
      height: 100%;
      background-image: none !important;
  }
  .section_5_left_img img{
    opacity: 1;
    width: 100%;
  }
  .section_5_left:before {
      background-size: 100%;
  }
  .section_5_right {
      width: 100%;
      padding-top: 30px;
  }
}
@media (max-width: 480px) {
    .section_5:before {
        top: -80px;
    }    
}

/************
  Section 6 ==================
*********/
.section_6{
  background-color: #e5e6ea;
  padding-top: 122px;
  padding-bottom: 0px;
}
.section_6 .section_inner{
  width: 970px;
  z-index: 2;
}
.section_6_items{
  width: 100%;
  padding-top: 57px;
}
.section_6_items_in{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.section_6_col{
  width: 33.33%;
  padding-left: 27px;
  padding-right: 27px;
}
.section_6_col_in{
  box-shadow: 0px 0px 63px rgb(199, 199, 199);
  text-align: center;
  background-color: #FFF;
}
.section_6_col_title {
  color: #1a35ff;
  font-size: 24px;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
}
.section_6_col_title:hover{
    color: #d71665;
}
.section_6_col_title.active:hover{
    color: #1a35ff;
}
.section_6_col_title div{

}
.section_6_col_title:before{
    content: "";
    background-image: url(section_3_2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 370px;
    position: absolute;
    display: block;
    width: 110%;
    top: -157px;
    left: -5%;
    height: 157px;
    transform: rotate(180deg);
}
.section_6_col_content {
  position: relative;
  width: 100%;
  padding: 0px 20px;
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 1.3;
}
.section_6_col_content p{
  margin: 0px;
  padding-bottom: 20px;
}
.section_6_col_title.active:before{
  width: 100%;
  height: 33px;
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: -33px;
  background-image: url(section_3_3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  .section_6_col_title {
    font-size: 19px;
  }
  .section_6_col_title:before {
    background-size: 123%;
  }
}

@media (max-width: 900px) {
    .section_6_items {
        padding-top: 0px;
    }
  .section_6_col {
      width: 100%;
      padding-left: 12%;
      padding-right: 12%;
      padding-bottom: 15px;
      padding-top: 160px;
  }
  .section_6_col_title:before{
    height: 185px;
    top: -185px;
  }
  .section_6 {
      padding-top: 20px;
      padding-bottom: 0px;
  }
}
/************
  Section 7 ==================
*********/

.section_7_01_top {
  width: 100%;
  display: block;
  clear: both;
  margin-top: -135px;
  position: relative;
  z-index: 1;
}

.section_7{
  background-color: #000;
  padding-top: 72px;
  padding-bottom: 68px;
}
.section_7 .section_inner{
  width: 880px;
  padding-left: 50px;
  padding-right: 50px;
}
.section_7 .section_inner:before,
.section_7 .section_inner:after{
  content: "";
  width: 76px;
  height: 63px;
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.section_7 .section_inner:before{
  top: -23px;
  left: -84px;
  background-image: url(section_7_3.png);
}
.section_7 .section_inner:after{
  bottom: -35px;
  right: -70px;
  background-image: url(section_7_4.png);
}
.section_7_content{
  width: 100%;
  text-align: center;
  font-style: italic;
}
.section_7_content h3{
  font-size: 30px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 28px;
}
.section_7_content p{
  font-size: 18.75px;
  color: #FFF;
  font-weight: 500;
  margin: 0px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

@media (max-width: 900px) {
  .section_7_content p br{
    display: none;
  }
}
@media (max-width: 768px) {
    .section_7 .section_inner:before, 
    .section_7 .section_inner:after {
        background-size: 60px;
    }
    .section_7 .section_inner:before {
        top: -30px;
        left: -10px;
    }
    .section_7 .section_inner:after {
        bottom: -43px;
        right: -10px;
    }
   .section_7 .section_inner {
      padding-left: 50px;
      padding-right: 50px;
  }
}
/************
  Section 8 ==================
*********/
.section_8{

padding-top: 35px;
}
.section_8 .section_inner{

width: 1174px;
}
.section_8_title{
  width: 100%;
  text-align: center;
}
.section_8_title h3{
  color: #000;
  font-size: 30.5px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.section_8_leaders{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: 103px;
}
.section_8_leaders_item{
  width: 33.33%;
  position: relative;
  padding-left: 68px;
  padding-right: 68px;
  margin-bottom: 109px;
}
.section_8_leaders_item:before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.section_8_leaders_item.style_1:before{
  background-image: url(section_8_4.png);
  background-size: contain;
  top: -55px;
  left: 110px;
  width: 270px;
  height: 301px;
}
.section_8_leaders_item.style_2:before{
  background-image: url(section_8_5.png);
  background-size: contain;
  top: -58px;
  left: 20px;
  width: 295px;
  height: 366px;
}
.section_8_leaders_item.style_3:before{
  background-image: url(section_8_6.png);
  background-size: contain;
  top: 21px;
  left: 4px;
  width: 261px;
  height: 320px;
}
.section_8_leaders_item.style_4:before{
  background-image: url(section_8_7.png);
  background-size: contain;
  top: -52px;
  left: 26px;
  width: 286px;
  height: 291px;
}
.section_8_leaders_item.style_5:before{
  background-image: url(section_8_8.png);
  background-size: contain;
  top: -66px;
  left: 81px;
  width: 287px;
  height: 325px;
}
.section_8_leaders_item.style_6:before{
  background-image: url(section_8_9.png);
  background-size: contain;
  top: 21px;
  left: -13px;
  width: 327px;
  height: 270px;
}
.section_8_leaders_item.style_7:before{
  background-image: url(section_8_10.png);
  background-size: contain;
  top: -61px;
  left: 16px;
  width: 270px;
  height: 305px;
}
.section_8_leaders_item.style_8:before{
  background-image: url(section_8_11.png);
  background-size: contain;
  top: -57px;
  left: 0px;
  width: 390px;
  height: 294px;
}
.section_8_leaders_item.style_9:before{
  background-image: url(section_8_12.png);
  background-size: contain;
  top: -60px;
  left: 101px;
  width: 286px;
  height: 291px;
}
.section_8_leaders_item_in{
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 20px rgba(162, 162, 162, 0.3);
  background-color: #FFF;
}
.section_8_leaders_item_in:after{
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(section_3_3.jpg);
}
.section_8_leader_img{
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 214px;
  position: relative;
}
.section_8_leader_img h5{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18.75px;
  background-color: rgba(0, 0, 0, 0.63);
  color: #FFF;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 1px 20px;
  font-style: italic;
  font-weight: 500;
}

.section_8_leader_content{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
}
.section_8_leader_content p,
.section_more_text p{
  font-size: 13px;
  margin: 0px;
  margin-bottom: 12px;
  line-height: 1.2;
  font-style: italic;
}
.section_8_leader_link{
  text-align: right;
  margin-top: -19px;
  margin-bottom: -1px;
}
.section_8_leader_link a{
  font-size: 13px;
  margin: 0px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 800;
  font-style: italic;
  color: #000;
  margin-right: -9px;
    cursor: pointer;
}
.section_8_leader_link a:hover{
    color: #d71764;    
}
.section_8_leader_link a.active{
   display: none;
}
.section_more_text{
    display: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 17px !important;
}

@media (max-width: 1200px) {
  .section_8_leaders_item {
      width: 50%;
  }
}

@media (max-width: 900px) {
  .section_8_leaders_item {
      width: 100%;
  }
}
@media (max-width: 480px) {
    .section_8_leaders_item.style_1:before{
        left: 55px;    
    }
    .section_8_leaders_item.style_5:before{
        left: 40px;    
    }
    .section_8_leaders_item.style_8:before {
        top: -57px;
        left: 40px;
        width: 290px;
        height: 223px;
    }
    .section_8_leaders_item.style_9:before {
        top: -72px;
        left: 38px;
    }
    .s10_the5_item.s10_the5_1 .s10_the5_title:before {
        background-size: 118%;
        width: 110%;
        top: -122px;
        left: -5%;
        height: 145px;
    }
}
@media (max-width: 360px) {
    .section_8_leaders_item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section_8_leaders_item.style_1:before {
        left: 0px;
    }
    .section_8_leaders_item.style_2:before,
    .section_8_leaders_item.style_4:before,
    .section_8_leaders_item.style_5:before,
    .section_8_leaders_item.style_8:before,
    .section_8_leaders_item.style_9:before{
        left: 0px;
    }
    .section_8_leaders_item.style_6:before {
        left: 0px;
        width: 100%;
    }
    .section_9_right.mobile_only {
        padding-left: 20px !important;
        padding-right: 20px;
    }

}
/************
  Section 9 ==================
*********/
.section_9 {
  background-color: #000;
  padding-top: 49px;
  padding-bottom: 34px;
}
.section_9 .section_inner {
  width: 1101px;
  z-index: 1;
}
.section_9_title{
  width: 100%;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 77px;
}
.section_9_title h2{
  color: #FFF;
  font-size: 31.5px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.section_9_title h2 strong{
  font-weight: 600;
}
.section_9_left{
  width: 44%;
}
.section_9_left p{
  font-size: 13px;
  margin: 0px;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #ddd;
  padding-right: 15px;
}
.section_9_left h5{
  font-weight: 500;
  color: #FFF;
  font-style: italic;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.section_9_right{
  position: relative;
  width: 56%;
  padding-left: 221px;
  padding-right: 54px;
}
.section_9_right:before{
  content: "";
  width: 489px;
  height: 513px;
  position: absolute;
  top: -107px;
  right: -7px;
  display: block;
  background-image: url(section_9_2.png);
  background-repeat: no-repeat;
  background-size: 489px;
  background-position: center;
}
.section_9_right_img{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 397px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -27px;
}
.section_9_right_img img{
  width: 10%;
  opacity: 0;
}

.section_9_right.mobile_only{
  display: none;
}
@media (max-width: 1200px) {
  .section_9_left h5 br{
    display: none;
  }
}
@media (max-width: 1080px) {
  .section_9_right {
    padding-left: 100px;
  }
  .section_9_right:before {
    width: 400px;
    height: 460px;
    background-size: 100%;
  }
}
@media (max-width: 900px) {
  .section_9_right{
    display: none;
  }
  .section_9_right.mobile_only {
      display: block;
      width: 100%;
      padding-left: 54px;
  }
  .section_9_right:before {
      width: 500px;
      height: 460px;
      background-size: 88%;
      top: -67px;
  }
  .section_9_left {
      width: 100%;
      padding-top: 50px;
  }

}
@media (max-width: 480px) {
    .section_9_right:before {
        width: 100%;
        height: 100%;
        background-size: contain;
        top: -65px;
        right: 0px;
    }
}
/************
  Section 10 ==================
*********/
.section_10 {
  padding-top: 112px;
}
.section_10 .section_inner {

}
.section_10 h2{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 45px;
  color: #000;
}
.section_10 h5{
  width: 100%;
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 26.25px;
  font-weight: 500;
  padding-top: 21px;
  line-height: 1.26;
  color: #000;
}

.section_10_the5{
  width: 100%;
  display: block;
  padding-top: 162px;
}
.s10_the5_item{
    width: 100%;
    display: block;
    clear: both;
    box-shadow: 0px 0px 30px rgba(123, 123, 123, 0.49);
    text-align: center;
    background-color: #FFF;
    margin-bottom: 42px !important;
}

.s10_the5_item.s10_the5_1{
  max-width: 344px;
  margin: 0px auto;
}

.s10_the5_item.s10_the5_2:after,
.s10_the5_item.s10_the5_3:after,
.s10_the5_item.s10_the5_4:after,
.s10_the5_item.s10_the5_5:after{
  content: "";
  display: block;
  width: 100%;
  height: 33px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc1046+0,1a35ff+100 */
  background: rgb(252,16,70); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(252,16,70,1) 0%, rgba(26,53,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(252,16,70,1) 0%,rgba(26,53,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(252,16,70,1) 0%,rgba(26,53,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1046', endColorstr='#1a35ff',GradientType=1 ); /* IE6-9 */
}
.s10_the5_item.s10_the5_2{  
  max-width: 487px;  
  margin: 0px auto;
}
.s10_the5_item.s10_the5_3{  
  max-width: 648px;  
  margin: 0px auto;
}
.s10_the5_item.s10_the5_3:after{
  opacity: 0.6;
}
.s10_the5_item.s10_the5_4{
  max-width: 810px;
  margin: 0px auto;
}
.s10_the5_item.s10_the5_4:after{
  opacity: 0.4;
}
.s10_the5_item.s10_the5_5{  
  max-width: 974px;  
  margin: 0px auto;
}
.s10_the5_item.s10_the5_5:after{
  opacity: 0.2;
}

.s10_the5_item.s10_the5_1 .s10_the5_title:before {
  content: "";
  background-image: url(section_10_1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 451px;
  position: absolute;
  display: block;
  width: 110%;
  top: -145px;
  left: -5%;
  height: 145px;
  /* transform: rotate(180deg); */
}
.s10_the5_title {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 24px;
  color: #1a35ff;
  font-weight: 700;
  position: relative;
  padding-top: 9px;
  margin-bottom: 0px;
  padding-bottom: 12px;
  cursor: pointer;
}
.s10_the5_title:hover{
    color: #d71665;
}
.s10_the5_title.active:hover{
    color: #1a35ff;
}
.s10_the5_title div{ 
  max-width: 310px; 
  margin: 0px auto;
  letter-spacing: -0.2px;
}
.s10_the5_title span{
  font-size: 15px;
  color: #000;
  font-weight: 700;
}
.s10_the5_text{
  padding-right: 64px;
  padding-left: 64px;
  padding-bottom: 10px;
  text-align: left;
}
.s10_the5_text p {
  font-size: 13px;
  margin: 0px;
  margin-bottom: 15px;
  line-height: 1.4;
}


@media (max-width: 900px) {
  .section_10 {
      padding-top: 70px;
  }
  .section_10 h2 {
      font-size: 35px;
  }
  .section_10 h5 {
      font-size: 24.25px;
  }
  .section_10 h5 br{
    display: none;
  }
}

@media (max-width: 480px) {
    .s10_the5_item.s10_the5_1 .s10_the5_title:before {
        background-size: 118%;
        width: 110%;
        top: -122px;
        left: -5%;
        height: 145px;
    }
}
/************
  Section 11 ==================
*********/
.section_11{
  background-color: #000;
  padding-bottom: 70px;
}
.section_11_top{
  background-color: #FFF;
}
.section_11_top img{
  margin: 0px;
  margin-bottom: -10px;
  width: 100%;
}
.section_11_in{
  padding-top: 71px;
}
.section_11_in .section_inner{
  width: 1050px;
}
.section_11_title{
  width: 100%;
  text-align: center;
  padding-bottom: 86px;
}
.section_11_title h2{
  color: #FFF;
  font-size: 31.5px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.section_11_title h2 strong{

font-weight: 600;
}
.section_11_left{
  width: 53.5%;
  position: relative;
  padding-right: 113px;
  padding-top: 0px;
}
.section_11_left:before{
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 574px;
  height: 464px;
  background-image: url(section_11_02.png);
  top: -39px;
  left: -128px;
  display: block;
  position: absolute;
}
.section_11_left_img{
  max-width: 343px;
  height: 390px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.section_11_left_img img{
  opacity: 0;
  width: 10%;
}
.section_11_right{
  width: 46.5%;
  padding-top: 0px;
}
.section_11_right h5{
  font-weight: 500;
  color: #FFF;
  font-style: italic;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 0px;
  padding-bottom: 28px;
  margin-top: -5px;
}
.section_11_right p{
  color: #ddd;
  margin: 0px;
  margin-bottom: 12px;
}
@media (max-width: 1080px) {
  .section_11_right h5 br{
    display: none;
  }
  .section_11_left:before {
      width: 490px;
      height: 400px;
      left: -108px;
  }
}
@media (max-width: 900px) {
  .section_11_left {
      width: 100%;
      padding-right: 0px;
      padding-top: 0px;
  }
  .section_11_left_img {
      max-width: 100%;
      height: 100%;
      background-image: none !important;
  }
  .section_11_left_img img {
      opacity: 1;
      width: 100%;
      margin-bottom: 50px;
  }
  .section_11_right {
      width: 100%;
      padding-top: 0px;
  }
  .section_11_left:before {
      width: 124%;
      height: 80%;
      left: -60px;
      top: -20px;
      background-size: 100%;
  }
  
}
/************
  Section 12 ==================
*********/
.section_12{
  background-position: center top;
  background-size: cover;
  background-image: url(section_12_2.png);
  background-repeat: repeat-y;
  padding-bottom: 32px;
}
.section_12_top{

}
.section_12_top img{
  margin: 0px;
  margin-bottom: -10px;
  width: 100%;
}
.section_12_in{
  padding-top: 82px;
}
.section_12_in .section_inner{
  width: 94%;
}
.section_12_title{
  width: 100%;
  text-align: center;
  padding-bottom: 95px;
}
.section_12_title h2{
  color: #FFF;
  font-size: 40.5px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.section_12_title h2 strong{
  font-weight: 600;
}

.section_12_missions{
  width: 100%;
}
.section_12_missions_in{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: -30px;
  margin-right: -30px;
}
.section_12_mission_col{
  width: 16.66%;
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 60px;
  position: relative;
}
.section_12_mission_col_in{
  background-color: #FFF;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  position: relative;
  z-index: 1;
}
.section_12_mission_col_in h5{
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #000;
  font-weight: 600;
  color: #FFF;
  font-size: 18.75px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.section_12_mission_col_in div{
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 29px;
  padding-bottom: 32px;
}
.section_12_mission_col_in div p{
  font-style: italic;
  font-weight: 700;
  color: #1a35ff;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.3;
  margin: 0px;
}
.section_12_mission_col_in a{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
}
.section_12_mission_col:before{
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(section_12_002.png);
  background-repeat: repeat-x;
  background-size: 1100px;
  background-position: center;
  position: absolute;
  top: 37%;
  left: 0px;
}
.section_12_mission_col:first-child:before,
.section_12_mission_col:nth-child(7):before {
  left: 30px;
}
.section_12_mission_col:last-child:before,
.section_12_mission_col:nth-child(6):before {
  left: inherit;
  right: 30px;
}


.section_12_link{
  width: 100%;
  display: block;
  text-align: center;  
}
.section_12_link a{
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  border: 8px solid #FFF;
  border-style: dotted;
  border-radius: 100%;
  padding-top: 33px;
  padding-bottom: 37px;
  padding-left: 45px;
  padding-right: 45px;
  display: inline-block;
  margin-top: 0px; 
}
@media (max-width: 1200px) {
  .section_12_mission_col {
    width: 25%;
  }
  .section_12_mission_col:before{
    display: none;
  }
  .section_12_title {
    padding-bottom: 50px;
  }
}
@media (max-width: 1080px) {
  .section_12_mission_col {
      width: 33.33%;
  }
  .section_12 {
      background-size: 100%;
  }
}

@media (max-width: 900px) {
  .section_12_mission_col {
      width: 100%;
  }
  .section_12_title h2 {
      font-size: 35.5px;
  }
  .section_12_link a {
      font-size: 20px;
  }
}
@media (max-width: 480px) {
    .s14_col2 .section_14_col_in{
       width: 100%;   
  }
}
/************
  Section 13 ==================
*********/
.section_13{
  background-color: #e5e6ea;
}
.section_13_top{

}
.section_13_top img{
  width: 100%;
  margin: 0px;
}
.section_13 .section_inner{
  width: 1090px;
}
.section_13_title{
  width: 100%;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 52px;
}
.section_13_title h2{
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.1px;
}
.section_13_title h2 strong{
  font-weight: 700;
}

.s_13_col1{
  width: 59%;
  padding-right: 80px;
}
.s_13_col2{
  width: 41%;
}
.section_13_col h3{
  display: block;
  position: relative;
  font-style: italic;
  font-size: 26px;
  padding-left: 37px;
  letter-spacing: 0.2px;
  padding-bottom: 9px;
  color: #1a35ff;
}
.section_13_col h3 span{
  font-weight: 800;
  position: absolute;
  top: -26px;
  left: -2px;
  background: -webkit-linear-gradient(#1a35ff, #fc1046);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  line-height: 60px;
}
.section_13_col p{
  margin: 0px;
  padding-bottom: 13px;
  color: #000000;
}
.section_13_col ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.section_13_col ul li{
  position: relative;
  color: #000000;
  font-weight: 700;
  margin: 0px;
  padding-bottom: 11px;
  letter-spacing: 0.3px;
}
.section_13_col ul li:before{
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  left: -23px;
  content: "";
  background-image: url(section_13_3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

@media (max-width: 1080px) {
  .s_13_col1 {
      width: 100%;
      padding-right: 0px;
      padding-bottom: 60px;
  }
  .s_13_col2 {
      width: 100%;
  }
  .section_13_col p br{
    display: none;
  }
}
@media (max-width: 900px) {
  .section_13_title h2 {
      font-size: 35px;
  }
.section_13 .section_inner {
    padding-top: 35px;
}
}

/************
  Section 14 ==================
*********/
.section_14{
  
padding-bottom: 42px;
}
.section_14_top {
  margin-top: -58px;
}
.section_14_top img{
  width: 100%;
  margin: 0px;
}
.section_14 .section_inner{
  width: 1049px;
  padding-top: 159px;
}


.s14_col1{
  width: 50%;
}
.s14_col2{
  width: 50%;
  position: relative;
  padding-left: 144px;
}
.section_14_col h3{
  display: block;
  position: relative;
  font-style: italic;
  font-size: 26px;
  padding-left: 135px;
  letter-spacing: 0.2px;
  padding-bottom: 9px;
  color: #1a35ff;
}
.section_14_col h3 span{
  font-weight: 800;
  position: absolute;
  top: -26px;
  left: -2px;
  background: -webkit-linear-gradient(#1a35ff, #fc1046);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 63px;
  line-height: 60px;
}
.section_14_col p{
  margin: 0px;
  padding-bottom: 13px;
  color: #000000;
}
.section_14_col ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-top: 13px;
}
.section_14_col ul li{
  position: relative;
  color: #000000;
  font-weight: 700;
  margin: 0px;
  padding-bottom: 11px;
  letter-spacing: 0.3px;
}
.section_14_col ul li:before{
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  left: -23px;
  content: "";
  background-image: url(section_13_3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}


.s14_col2:before{
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 530px;
  height: 447px;
  background-image: url(section_14_1.png);
  top: -111px;
  left: 10px;
  display: block;
  position: absolute;
}
.s14_col2 .section_14_col_in{
  width: 343px;
  height: 399px;
  display: block;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  margin-top: -55px;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .section_14_top {
      margin-top: 0px;
  }
}
@media (max-width: 900px) {
  .s14_col1 {
      width: 100%;
  }
  .section_14 .section_inner {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .s14_col2 {
      width: 100%;
      position: relative;
      padding-left: 0px;
  }
  .s14_col2 .section_14_col_in {
      margin-top: 45px;
  }
  .s14_col2:before {
      background-size: 100%;
      width: 100%;
      height: 100%;
      top: 14px;
      left: -95px;
  }
}
/************
  Section 15 ==================
*********/
.section_15{
  
}
.section_15_top,
.section_15_bottom {
  width: 100%;
  display: block;
}
.section_15_top img,
.section_15_bottom img{
  width: 100%;
  margin: 0px;
}
.section_15_center{
  width: 100%;
  display: block;
  background-color: #000;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 60px;
}
.section_15_center .section_inner{
  width: 890px;
}
.section_15_center .section_inner h2{
  font-size: 30px;
  color: #FFF;
  font-weight: 500;
  display: block;
  margin-bottom: 28px;
  width: 100%;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.section_15_center .section_inner:before,
.section_15_center .section_inner:after{
  content: "";
  width: 76px;
  height: 61px;
  display: block;
  position: absolute;
}
.section_15_center .section_inner:before{
  top: -44px;
  left:-90px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(section_15_3.png);
}
.section_15_center .section_inner:after{
  bottom: -16px;
  right: -82px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(section_15_4.png);
}

@media (max-width: 1200px) {
  .section_15_center .section_inner:before {
    left: -25px;
    top: -25px;
  }
  .section_15_center .section_inner:after{
    right: -25px;
  }
  .section_15_center {
    padding-top: 35px;
  }
}
@media (max-width: 1080px) {
  .section_15_center .section_inner h2 br{
    display: none;
  }
  .section_15_center .section_inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 900px) {
  .section_15_center .section_inner h2 {
      font-size: 25px;
  }
 .section_15_center .section_inner:after {
    right: -8px;
}
}
/************
  Section 16 ==================
*********/
.section_16{

}
.section_16 .section_inner{

}
.section_16_title{
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.section_16_title h2{
  color: #000;
}
.section_16_title h2 strong{
}
.section_16_left{
  width: 50%;
}
.section_16_left_img{
  padding-left: 36px;
  padding-top: 48px;
  margin-bottom: -10px;
}
.section_16_left_img img{

}
.section_16_right {
  padding-left: 96px;
  width: 50%;
  padding-top: 109px;
}
.section_16_right h3{
  font-size: 27px;
  letter-spacing: -0.8px;
  margin-bottom: 48px;
  font-style: italic;
}
.section_16_right h3 strong{

}
.section_16_right p{
  margin: 0px;
  padding-bottom: 20px;
}

@media (max-width: 1200px) {
  .section_16_right {
    padding-left: 30px;
  }
  .section_16_left_img {
    margin-bottom: -30px;
  }
}
@media (max-width: 1080px) {
  .section_16_right {
    padding-top: 70px;
  } 
}
@media (max-width: 900px) {
  .section_16_title h2 {
      color: #000;
      font-size: 35.5px;
  }
  .section_16_left {
      width: 100%;
  }
  .section_16_right {
      padding-top: 15px;
      width: 100%;
      padding-bottom: 50px;
  }
  .section_16_right h3 {
      font-size: 22px;
      letter-spacing: -0.8px;
      margin-bottom: 20px;
      font-style: italic;
  }
}

/************
  Section 17 ==================
*********/
.section_17{
  background-color: #e5e6ea;
}
.section_17_top{
  width: 100%;
  display: block;
  clear: both;
  background-color: #ffffff;
}
.section_17_top img{
  width: 100%;
  margin: 0px;
}

.section_17_left{
  width: 50%;
}
.section_17_left_img{
  padding-left: 163px;
  padding-top: 0px;
  margin-bottom: -92px;
  margin-top: -47px;
    position: relative;
    z-index: 1;
}
.section_17_left_img img{

}
.section_17_right {
  padding-left: 17px;
  width: 50%;
  padding-top: 33px;
}
.section_17_right h3{
  font-size: 27px;
  letter-spacing: 0px;
  margin-bottom: 48px;
  color: #1a35ff;
  font-style: italic;
  margin-left: -24px;
}
.section_17_right h3 strong{

}
.section_17_right p{
  margin: 0px;
  padding-bottom: 20px;
  color: #000;
  padding-right: 55px;
}

.section_17_left.mobile_only{
  display: none;
}
@media (max-width: 1200px) {
  .section_17_right {
    width: 60%;
    padding-left: 17px;
    padding-top: 85px;
  }
  .section_17_left {
      width: 40%;
  }
  .section_17_left_img {
      padding-left: 0px;
      padding-top: 0px;
      margin-bottom: -60px;
      margin-top: 0px;
  }

}
@media (max-width: 1080px) {
  .section_17_right {
    padding-top: 45px;
  }
}
@media (max-width: 900px) {
  .section_17_left{
    display: none;
    width: 100%;
  }
  .section_17_left.mobile_only{
    display: block;
  }
  .section_17_right{
    width: 100%;
    padding-left: 0px;
  }
  .section_17_left_img {
      padding-left: 0px;
      padding-top: 0px;
      margin-bottom: -40px;
      margin-top: 0px;
      text-align: center;
  }
  .section_17_right h3 {
      font-size: 22px;
      margin-bottom: 20px;
      margin-left: 0px;
  }
  .section_17_right p {
      padding-right: 0px;
  }

}
/************
  Section 18 ==================
*********/
.section_18{
  background-color: #000000;
}
.section_18_top,
.section_18_bottom{
  width: 100%;
  display: block;
  clear: both;
}
.section_18_top img,
.section_18_bottom img{
  width: 100%;
  margin: 0px;
}
.section_18_top{
  background-color: #000000;
}
.section_18_bottom{
    background-color: #FFF;
}


.section_18_left{
  width: 50%;
}
.section_18_left_img{
  padding-left: 32px;
  padding-top: 59px;
  margin-bottom: -20px;
  margin-top: -47px;
}
.section_18_left_img img{

}
.section_18_right {
  padding-left: 50px;
  width: 50%;
  padding-top: 33px;
}
.section_18_right h3{
  font-size: 27px;
  letter-spacing: 0px;
  margin-bottom: 48px;
  color: #FFF;
  font-style: italic;
  margin-left: -24px;
}
.section_18_right h3 strong{

}
.section_18_right p{
  margin: 0px;
  padding-bottom: 20px;
  color: #FFF;
  padding-right: 55px;
}

@media (max-width: 1200px) {
  .section_18_left {
      width: 45%;
  }
  .section_18_right {
      width: 55%;
  }
}
@media (max-width: 900px) {
  .section_18_left {
      width: 100%;
  }
  .section_18_left_img {
      padding-left: 0px;
      padding-top: 59px;
      margin-bottom: -20px;
      margin-top: -29px;
      text-align: center;
  }
  .section_18_right {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: -20px;
    padding-bottom: 30px;
  }
  .section_18_right h3 {
      font-size: 22px;
      margin-bottom: 20px;
      margin-left: 0px;
  }
  .section_18_right p {
      padding-right: 0px;
  }
}

/************
  Section 19 ==================
*********/
.section_19{
  padding-bottom: 78px;
}
.section_19 .section_inner{

width: 920px;
}
.section_19_title{
  width: 100%;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 54px;
}
.section_19_title h2{
  font-weight: 700;
  font-size: 43px;
  letter-spacing: 1px;
}
.section_19_col{
  width: 50%;
  padding-left: 45px;
  padding-right: 45px;
}
.section_19_col_in {
  padding: 3px 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.24);
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc1046+0,1a35ff+100 */
  background: rgb(252,16,70); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(252,16,70,1) 0%, rgba(26,53,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(252,16,70,1) 0%,rgba(26,53,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(252,16,70,1) 0%,rgba(26,53,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1046', endColorstr='#1a35ff',GradientType=1 ); /* IE6-9 */
  position: relative;
  padding-bottom: 74px;
}
.section_19_col_detals{
  background-color: #FFF;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 19px;
}
.section_19_col_detals h3{
font-style: italic;
padding-top: 21px;
font-size: 41px;
margin-bottom: 8px;
font-weight: 600;
background: -webkit-linear-gradient(left, #1a35ff , #fc1046);
background: -o-linear-gradient(right, #1a35ff , #fc1046);
background: -moz-linear-gradient(right, #1a35ff , #fc1046);
background: linear-gradient(to right, #1a35ff , #fc1046);
background: linear-gradient(to right, #1a35ff , #fc1046);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.section_19_col_detals h2{
  font-style: italic;
  background: -webkit-linear-gradient(left, #1a35ff , #fc1046);
  background: -o-linear-gradient(right, #1a35ff , #fc1046);
  background: -moz-linear-gradient(right, #1a35ff , #fc1046);
  background: linear-gradient(to right, #1a35ff , #fc1046);
  background: linear-gradient(to right, #1a35ff , #fc1046);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 62px;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0.1px;
  margin-bottom: 0px;
}
.section_19_col_detals h4{
  font-style: italic;
  font-size: 30px;
  margin-bottom: 0px;
  margin-top: -2px;
  font-weight: 700;
}
.section_19_col_detals p{
  margin: 0px;
  padding-bottom: 12px;
}
.section_19_col_detals ul{
  text-align: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-left: 75px;
  padding-right: 30px;
}
.section_19_col_detals ul li{
  margin: 0px;
  position: relative;
  padding-left: 27px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #afafaf;
  background-image: url(section_13_32.png);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  background-size: 13px;
  text-decoration: line-through;
}
.section_19_col_detals ul li:before{

}
.section_19_col_detals ul li.check{
  color: #000;
  background-image: url(section_13_3.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  background-size: 16px;
  text-decoration: none;
}
.section_19_col_detals ul li.check:before{

}
.section_19_col_detals a.join_now{
  display: block;  
  width: 100%; 
  position: absolute; 
  height: 74px;  
  left: 0px;  
  bottom: 0px;  
  margin: 0px;  
  background-color: #1a35ff; 
  color: #FFF;  
  font-size: 41px;
  font-weight: 700;
  padding-top: 6px;
}

.style_2 .section_19_col_detals h3{
  letter-spacing: -1px;
}
.style_2 .section_19_col_detals h2{
  font-size: 120px;
  padding-bottom: 24px;
}
.style_2 .section_19_col_detals p{
  padding-bottom: 18px;
}
.style_2 .section_19_col_detals a.join_now{
  background-color: rgba(26, 53, 255, 0);
}
.section_19_col_detals a.join_now:hover{
    text-shadow: 0px 2px 2px #FFF;
    color: #ff0074;
}
@media (max-width: 1080px) {
  .section_19 {
    padding-bottom: 18px;
  }
  .section_19_col {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) {
  .section_19_title h2 {
      font-size: 35px;
      padding-top: 40px;
  }
  .section_19_col {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
  }
  .section_19_title {
      padding-bottom: 10px;
  }
}
/************
  Section 20 ==================
*********/


/************
  Section 21 ==================
*********/
.section_201{
  background-color: #000;
  padding-top: 60px;
}
.section_201 .section_inner{
  text-align: center;
  padding-bottom: 38px;
}
.section_201 h2{
  width: 100%;
  display: block;
  font-size: 30px;
  line-height: 1.26;
  letter-spacing: 0px;
  margin-bottom: 0px;
  padding-bottom: 22px;
  color: #FFF;
}
.section_201_text{
  width: 100%;
  display: block;
  padding-bottom: 30px;
}
.section_201_text p{
  margin: 0px;
  padding: 0px;
  padding-top: 19px;
  line-height: 1.25;
  color: #FFF;
  font-size: 18.75px;
  margin: 0px;
  padding-bottom: 15px;
}
.section_201 .pf4_button{
margin: 0px auto;
color: #FFF;
padding-top: 14px;
padding-bottom: 13px;
padding-left: 82px;
padding-right: 82px;
border-radius: 5px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a35ff+0,1a35ff+0,fc1046+100 */
background: rgb(26,53,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(26,53,255,1) 0%, rgba(26,53,255,1) 0%, rgba(252,16,70,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(26,53,255,1) 0%,rgba(26,53,255,1) 0%,rgba(252,16,70,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(26,53,255,1) 0%,rgba(26,53,255,1) 0%,rgba(252,16,70,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a35ff', endColorstr='#fc1046',GradientType=1 ); /* IE6-9 */
}
.section_201 .pf4_button:hover{
background: rgb(26,53,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(252,16,70,1) 0%, rgba(252,16,70,1) 0%, rgba(26,53,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(252,16,70,1) 0%, rgba(252,16,70,1) 0%, rgba(26,53,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(252,16,70,1) 0%, rgba(252,16,70,1) 0%, rgba(26,53,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1046', endColorstr='#1a35ff',GradientType=1 ); /* IE6-9 */
}
.section_201 .pf4_button:after{
  display: none;
}
.section_201_bottom{
  width: 100%;
  display: block;
  background-color: #FFF;
}
.section_201_bottom img{
  width: 100%;
  margin: 0px;
}

@media (max-width: 900px) {
  .section_201_text p br{
    display: none;
  }
}
/************
  Section 20 ==================
*********/
.section_20{
    padding-bottom: 90px;
}
.section_20 .section_inner{

}
.section_20_left{
  width: 30%;
  padding-top: 62px;
}
.section_20_left h2{
  padding-left: 82px;
  line-height: 1.2;
  font-weight: 600;
}
.section_20_right{
  width: 70%;
  padding-left: 71px;  
}
.section_20_list {
    padding-right: 34px;
    padding-top: 69px;
}
.s20_faq_title {
    font-style: italic;
    font-size: 19.4px;
    font-weight: 600;
    margin-bottom: 11px;
    position: relative;
  cursor: pointer;
}
.s20_faq_title:hover{
    color: #d71665;
}
.s20_faq_title.active:hover{
    color: #34333f;
}
.s20_faq_title:after{
  width: 100%;
  height: 5px;
  content: "";
  display: block;
  clear: both;
  background: rgb(252,16,70);
  background: -moz-linear-gradient(left, rgba(252,16,70,1) 0%, rgba(26,53,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(252,16,70,1) 0%,rgba(26,53,255,1) 100%);
  background: linear-gradient(to right, rgba(252,16,70,1) 0%,rgba(26,53,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1046', endColorstr='#1a35ff',GradientType=1 );
  margin-top: 8px;
}
.s20_faq_text {

}
.s20_faq_text p{
    margin: 0px;
    padding-bottom: 10px;
}
.s20_faq_text.pf4_accordion_content.active {
    display: block;
    padding-top: 7px;
    background: rgb(252,16,70);
    background: -moz-linear-gradient(left, rgba(252,16,70,1) 0%, rgba(26,53,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(252,16,70,1) 0%,rgba(26,53,255,1) 100%);
    background: linear-gradient(to right, rgba(252,16,70,1) 0%,rgba(26,53,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1046', endColorstr='#1a35ff',GradientType=1 );
    padding: 10px 14px 0px 14px;
    color: #FFF;
    margin-bottom: 5px;
}
.s20_faq_title.active:after{
  display: none;
}

@media (max-width: 1080px) {
  .section_20_left {
      width: 100%;
      padding-top: 62px;
  }
  .section_20_left h2 {
      padding-left: 0px;
  }
  .section_20_right {
      width: 100%;
      padding-left: 0px;
  }
  .section_20_list {
      padding-right: 0px;
      padding-top: 10px;
  }
}
@media (max-width: 900px) {
  .section_20_left h2 {
      padding-left: 0px;
      font-size: 35.5px;
  }
}
/************
  Section Footer ==================
*********/
.pf4_site_footer{
  background-color: #000000;
  padding-bottom: 52px;
}
.pf4_site_footer .section_inner{

width: 1266px;
}
.pf4_site_footer_col1{
  width: 33.33%;
  padding-top: 44px;
}
.pf4_site_footer_col1 img{

}
.pf4_site_footer_col2{
  width: 33.33%;
  text-align: center;
  padding-top: 43px;
}
.pf4_site_footer_col2 a{
    color: #dbdbdb;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
    margin-top: 0px;
}
.pf4_site_footer_col3{
  width: 33.33%;
  color: #FFF;
  font-size: 14px;
  padding-top: 39px;
  padding-left: 175px;
}
.pf4_site_footer_col3 span{
  display: inline-block;
  padding-bottom: 14px;
}

.pf4_site_footer_col4{
  width: 100%;
  text-align: center;
  color: #FFF;
  padding-top: 20px;
}

@media (max-width: 1080px) {
  .pf4_site_footer {
      padding-bottom: 30px;
  }
  .pf4_site_footer_col1 {
      width: 100%;
      padding-top: 44px;
      text-align: center;
  }
  .pf4_site_footer_col2 {
      width: 100%;
      text-align: center;
      padding-top: 25px;
      padding-bottom: 10px;
  }
  .pf4_site_footer_col3 {
      width: 100%;
      color: #FFF;
      font-size: 14px;
      padding-top: 0px;
      padding-left: 0px;
      text-align: center;
  }
  .pf4_site_footer_col3 span {
      display: inline-block;
      padding-bottom: 4px;
  }
    .pf4_site_footer_col1 img {
        margin: 0px auto;
    }
}




/* Video Popup */
.pf4_video_popup_base{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:999;
  background-color:rgba(0, 0, 0, 0.6196078431372549);
  justify-content: center;
  align-items: center;
}
.pf4_video_popup_base.active{
  display: flex;
}
.pf4_video_popup_base .pf4_popup_bg_close{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(255, 255, 255, 0);
}
.pf4_video_popup_holder{
  max-width:900px;
  width:90%;
  position: relative;
}

.pf4_popup_close{
  color:#fff;
  background-color:#000;
  height:30px;
  width:30px;
  line-height: 26px;
  display:block;
  text-align:center;
  font-size: 20px;
  position: absolute;
  border-radius: 100%;
  font-family: cursive;
  top: -12px;
  right: -27px;
  margin: 0;
}
.pf4_popup_close:hover{
  color:#000;
  background-color:#fff;
}


.pf4_video_play_icon a{
	display:block;
	margin:0;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}
.pf4_video_play_icon a img{
	position:absolute;
	width:100px;
	height:100px;
	left:50%;
	top:50%;
	margin-left:-50px;
	margin-top:-50px;
}
.pf4_video_play_icon a img.small_img{
	width:60px;
	height:60px;
	margin-left:-30px;
	margin-top:-30px;
}