:root {
  --red: #30253d;
  --blue: #253A7F;
  --bluedrak : #1B6570;
  --bluelight : #1273A0;
  --lightblue: #c6e3f6;
  --white: #fff;
  --black: #000;
  --lightblack: #F6F6F6;
}
*::before,
*::after {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  outline: none;
}
html, body {
font-family: 'TT Satoshi';
  font-size:18px;
  line-height:1.5;
  padding:0;
  margin:0;
  color: var(--black);
}
body{  }
a {
  color:var(--black);
  text-decoration:none;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  display: inline-block;
}
a:hover{color: var(--blue);}
img{max-width: 100%;}
h1,h2,h4,h5,h6{font-family: 'Americana';}
h1{  font-size: 40px; line-height: 1.5; font-weight: 500; margin: 0; margin-bottom: 20px;}
h2{  font-size: 40px; line-height: 1.5; font-weight: 500; margin-bottom: 20px; }
h3{ font-size: 40px; line-height: 1.5; font-weight: 500; margin-bottom: 20px;}
h4{font-family: 'TT Satoshi';  font-size:22px; line-height: 1.5; font-weight: 500; margin-bottom: 20px;font-weight: 600;}
p{margin-bottom: 20px;}
p:last-child, ul:last-child{margin-bottom: 0;}
.header-area{position: fixed; top: 0px; left: 0px; width: 100%; z-index: 999;  transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease;  padding: 25px 0;
}
.container{position: relative;}
.header-area .container{}
.header-area .row{align-items: center;}
.header-area .logo{}
.header-area .logo img{width: 100%;}
header.fixed .header-area .logo img{max-height: 50px;}

.header-area ul.header-center-menu{margin: 0px; padding: 0px; list-style: none; display: flex;  justify-content: end; }
.header-area ul.header-center-menu li a{font-size: 18px; line-height: 20px; font-weight: 400; text-align: center; padding: 0px 0px;margin-left: 40px;}
.header-area ul.header-center-menu li:first-child a{margin-left: 0;}
.header-area ul.header-center-menu li a:hover,
.header-area ul.header-center-menu li a.active{ color: var(--black);}

.header-area-inner-n{}
header.fixed .header-area ul.header-center-menu{margin-top: 0;}
header.fixed .header-area{ transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease;  z-index: 10; background: var(--white);padding: 10px 0;}
header.fixed .header-area .header-area-inner{ padding: 15px 150px;}
.btn-menu{width: 22px; height: 22px; border: none; background: transparent; position: relative; padding: 0px; transition: all .5s ease;  margin-left: 15px; display: none}
.btn-menu span{width: 100%; height: 2px;  display: block;  transition: all .5s ease; background: var(--black);}
.btn-menu span:nth-of-type(3n+1){position: absolute; top: 0px; left: 0px; transition: all .5s ease;}
.btn-menu span:nth-of-type(3n+2){position: absolute; top: 10px; width:70%; left: 0px; transition: all .5s ease;}
.btn-menu span:nth-of-type(3n+3){position: absolute; bottom: 0px; left:0px; transition: all .5s ease;}
.btn-menu.active span:nth-of-type(3n+1){  transform: rotate(-45deg); left: 0px; top:10px; transition: all .5s ease;}
.btn-menu.active span:nth-of-type(3n+2){display: none;}
.btn-menu.active span:nth-of-type(3n+3){ transform: rotate(45deg);left: 0px; transition: all .5s ease; bottom: 10px;}

footer{margin-top: 60px;  padding: 60px 0; background: var(--black); color: var(--white); }

.copy_footer_home{}
.footer-area{}

.footer-area ul, .footer-area li{list-style: none; margin: 0; padding: 0; display: inline-block; vertical-align: top;}
.footer-area ul{margin-bottom: 30px;    margin-top: 0px;}
.footer-area a{ color: var(--white);  }
.footer-area li:last-child a{margin-right: 0;}
.footer-area a:hover{color: var(--lightblue); }
.footer-area .row{align-items: end;}

.footer-area h2{font-size: 20px;}
.footer-area p{margin: 0; }
.footer-area p a{font-weight: bold;}

.home .footer-area p a, .home .footer-area p{}

.border_bg_light a{font-weight: bold; color: var(--black);}
.border_bg_light a:hover{color: var(--blue);}
.text-right{text-align: right;}
.footer-area .container{z-index: 3; position: relative;}
.footer-area p.copyright{font-size: 16px; margin-top: 30px;}
.footer-area img{margin-bottom: 0px;}

.border_radius_banner{overflow: hidden; position: relative; }
.border_radius_banner > img{width: 100%;}
.section_aboutus::after,

.page_top_banner{position: relative;}
.section_imagehalf .row{align-items: center;}
body:not(.home) .page_top_banner h1{position: absolute; bottom: 60px; right: 15px; left: 15px; text-align: center; font-weight: 800; padding: 3px 50px; }
section{overflow: hidden; }

.border_bg_light{ padding: 60px;      height: 100%;      display: flex;    flex-direction: column;    justify-content: center;}
.border_bg_light.desc_bott_top{    justify-content: space-around;}
.border_bg_light .row{align-items: center;}
.border_bg_light b, .border_bg_light strong{font-weight: 700; }
.border_bg_light h3, .border_bg_light h2{}
ul{padding-left: 25px;}
.footer-area:before{height: 100%;}

.col-md-7{position: relative;}
.col-md-7 .desc_bott{position: absolute; right: 40px; top: 50%; z-index: 1; width: 35%; }


.hero-banner-area{padding-top: 100px;min-height: 100vh;}
.hero-banner-area .content h1{ }
.hero-banner-area .content-area p{}
.hero-banner-area .row{align-items: center;}
.banner_image{position: relative;}
.banner_image::after{background: linear-gradient(182deg, rgba(255, 255, 255, 0.00) 10%, #FFF 95%, #FFF 100%); left: 0; right: 0; bottom: 0; top: 60%; z-index: 2; display: block; content: ''; opacity: 0; position: absolute;}
.scroll_down{position: absolute; left: 15px; bottom: 0; color: var(--black);font-weight: 500;}

.btn_main{ border: 1px solid var(--white); font-weight: bold; vertical-align: bottom; padding: 5px 25px;}
.btn_main:hover{border: 1px solid var(--white); background: var(--white); color: var(--blue);}

.section{margin-top: 60px; background-position: center; background-size: cover; background-repeat: no-repeat; overflow: hidden;}
.section.section_missionarea{background-}
.section_imgtxt img, .section_imgtxtrevert img{width: 100%;}

.page .section_imgtxt_toparea .row h1{}
.home .section_imgtxt_toparea .row {}
.section_imgtxt_toparea{position: relative; z-index: 2;}

.container_top_area{}
.container_top_area h1{font-weight: 800;}


.about_vision_area{ background: url(../images/about2.jpg) center no-repeat; background-size: cover; padding: 40px; display: flex; height: 100%;}
.about_vision_area .row{align-items: center; width: 100%;}
.page-id-13 .about_vision_area{background-image: url(../images/services.jpg) ;}
.page-id-144 .about_vision_area{background-image: url(../images/whyus.jpg) ;}
.about_vision_area li p{display: inline-block;}

.page-id-19 .about_vision_area .row{justify-content: end;}
.page-id-19 .about_vision_area .col-md-5{width: 100%;}
.page-id-19 .about_vision_area .col-md-7{width: 40%;}

.section_aboutus .row{position: relative;z-index: 9; text-align: center; }
.section_aboutus .row img{margin-top: -100px; margin-bottom: 30px;}
.section_aboutus .row ul{font-size: 30px; text-align: left; font-weight: 600; margin-top: 15px;}

.section_icontxt .row{text-align: center;}
.section_icontxt .row h4{font-size: 30px; margin-top: 20px; font-weight: 600;}
.section_icontxt .row .postcontent-area{max-width: 180px; display: inline-block;}
.section_imgtxt .postcontent-area{padding: 20px 0;}
.section_imgtxticon img{margin-bottom: 30px;}

.srt_des{display: flex; align-items: center; justify-content: center; color: var(--blue);  font-size: 30px;  font-style: normal;  font-weight: 800;  line-height: 50px; /* 166.667% */text-align: center;}
.pagecontent_sectiontoparea p{}
.page-id-23 .section_imgtxt .row{align-items: center;}
.page-id-23 .section_imgtxt .border_bg_light{background: none; box-shadow: none;}

.col-md-careers{  background: #E2EDF8; padding: 40px; font-size: 20px;}
.col-md-careers p, .midle_area_content p{font-size: 20px; line-height: 28px;}
.midle_area_content h2{text-transform: uppercase;}
.midle_area_content h5{font-size: 30px;}

.btn{border-radius: 0; margin: 0 3px; color: var(--white);min-width: 170px;    text-align: center;}
.form-control{padding: 7px 10px; border: none;border: 1px solid var(--black);  background:transparent; margin-bottom: 20px; border-radius: 0;}
input[type="submit"].wpcf7-submit{  background: var(--black); border: none; padding: 12px 20px; width: 100%; font-size: 20px;  float: right; color: var(--white);}
input[type="submit"].wpcf7-submit:hover{color: var(--white); background: var(--blue);}
.wpcf7 input[type="file"]{ background: var(--blue); max-width: 100%; font-size: 18px;padding: 5px;}
.form-control:focus {
    color: var(--black);
    background: transparent;
    outline: 0;
    box-shadow: none;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 12px;
  width: 100%;
  text-align: right;height: 15px;
}
.contact_us_area, .contact_us_area p{font-size: 20px; line-height: 30px; color: var(--blue); font-weight: 400;}
.wpcf7-spinner{display: none!important;}
textarea{max-height: 153px;}
.wpcf7-form h2{margin-bottom: 40px;}

.section_imagehalf img{width: 100%;}
.border_bg_light_icon{background: var(--lightblue); padding: 35px 50px; height: 100%;}
.border_bg_light_img{background: var(--lightblue); height: 100%;}
.border_bg_light_icon img{max-height: 130px; margin-bottom: 20px;}
.border_bg_light_icon p{}
.section_missionarea .row .col-md-3{text-align: center;}
.section_missionarea .row{margin-bottom: 40px; }
.section_missionarea .row *{}
.border_bg_light_img .col-md-text{padding: 30px 40px; color: var(--blue); font-weight: 700;}
.col-md-mg20{margin-bottom: 30px;}
.border_bg_darklight_icon{ text-transform: uppercase; font-weight: 700; padding: 10px 40px; height: 100%; position: relative;}
.border_bg_darklight_icon .row{align-items: center;height: 100%;}
.border_bg_darklight_icon .row .col-md-9{text-align: left;}

.section_imagetwopart{margin: 0;}
.section_icononepart .row, .section_imagetwopart .row{align-items: center;}
.section_imagetwopart .row img{width: 100%;}
.heading_area{background: var(--lightblue);padding: 20px 0;}
.heading_area h3{margin: 0;}

.section_iconthreepart .border_bg_light_icon p{}
.header-area ul.header-center-menu li:last-child a{}

.link_a_pos{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 99;}
.section_imagetwopart .col-md-12 h3{text-transform: uppercase;}

.border_bg_light_home{position: relative;}
.section_imgtxthf .border_bg_light img,
.border_bg_light_area_page img,
.border_bg_light_home img, .section_imgtxtbg .border_bg_light img{width: 100%;}

.border_bg_light_home div{position: absolute; top: 10%; left: 50%; z-index: 2; padding: 40px;}
.col-md-areatop h3,
.border_bg_light_home h2, .section_imgtxtbg .border_bg_light > div h2{}

.border_bg_light_area_page,
.section_imgtxthf .border_bg_light,
.section_imgtxtbg .border_bg_light{padding: 0; position: relative; overflow: hidden;}
.border_bg_light_area_page > div,
.section_imgtxtbg .border_bg_light > div{position: absolute; right: 0; z-index: 1; width: 49%;  padding: 30px; top: 50%; }
.section_imgtxtbgtwopart .div_bg_1 .col-md-areatop{left: 0; right: auto;}
.section_imgtxtbgtwopart .div_bg_3 .col-md-areatop,
.section_imgtxtbgtwopart .div_bg_4 .col-md-areatop{top: 70%;}
.section_imgtxtbgtwopart{}
.border_bg_light_area_page{margin-top: 30px; }

.page-id-144 .about_vision_area .col-md-7{padding-top: 100px; width: 100%;}

.section_imgtxtbgtwopart .border_bg_light_area_page{height: auto;}

    .section ul li{margin-bottom: 10px;}
    .section ul li:last-child{margin-bottom: 0px;}
.mg_top40{margin-top: 10px;}
.section_imgtxthf .border_bg_light > div{padding: 25px; padding-bottom: 0;}    
.careers_form{background: var(--lightblue); padding: 40px; padding-bottom: 30px;}
.section_imgtxtbgtwopart .col-md-12 h3, .section_imgtxthf .col-md-12 h3,
.section_imgtxtbg .col-md-12 h3{margin-bottom: 30px;}

.section_imgtxthf .col-md-12 h3,
.section_imgtxtbg .col-md-12 h3,
.section_imgtxtbgtwopart .col-md-12 h3{margin-bottom: 30px;}

.section_imgtxtbg{margin: 0;}
.section_imgtxtbg .border_bg_light,
.section_imgtxtbg h3{margin-bottom: 0px; height: auto;}
.section_imgtxtbg .border_bg_light h3{margin: 0; margin-bottom: 5px;}
.icon_area_div{margin-top: 40px;}
.icon_area_div h3{color: var(--blue);}

.border_bg_light_icon_area.border_bg_light{flex-direction: row;    align-items: center;}
.border_bg_light_icon_area.border_bg_light h3{font-size: 30px;}
.border_bg_light_icon_area.border_bg_light .icon_img{margin-right: 20px; width: 125px;}
.border_bg_light_icon_area.border_bg_light .icon_img img{  max-height: 100px;}

.section_imgtxtbg .border_bg_light > div{width: 100%; top: auto; bottom: 0;-webkit-transform: translate3d(0, -0%, 0) !important;
    -ms-transform: translate3d(0%, -0%, 0)!important;
    -o-transform: translate3d(0%, -0%, 0)!important;
    transform: translate3d(0%, -0%, 0) !important;} 

.section_imgtxtheadingicon .col-md-txt,
.section_imgtxtheadingicon img{display: inline-block;}
.section_imgtxtheadingicon .col-md-txt{margin:0 15px; text-align: left; padding:0 20px; max-width: 950px;}
.section_imgtxtheadingicon .col-md-txt h3{text-align: center;}

img.icon_img{width: auto!important; margin-bottom: 15px;}
.section_imgtxtbgonepart .border_bg_light_area_page > div{width:40%; left: 3%; bottom: auto; top: 50%;}
.section_imgtxtbgonepart .border_bg_light_area_page{}
.h3_cl{font-weight: 800;}

.section_imgtxthf .border_bg_light{margin-top: 30px;}

.border_bg_light_area_page_icon{display: inline-block; text-align: center; width: 49%; margin: 40px 0;}
.border_bg_light_area_page_icon .col-md-areatop{margin-left: 55px; color: var(--blue);font-weight: 700;}
.border_bg_light_area_page_icon img{max-height: 100px;}

.page-id-13 .section_imgtxticon{display: none!important;}
.section_imgtxtbg .container > .row > .col-md-8{display: flex; align-items: center;}
.section_imgtxtbg .container > .row > .col-md-8{margin-bottom: 30px;}
.section_imgtxtbg .container > .row > .col-md-8 .col-md-8{text-align: left;}

.section_imgtxtheadingicon .border_bg_light{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-id-25 .section_imgtxt .border_bg_light p:last-child,
.page-id-25 .section_imgtxt .border_bg_light h3{display: inline-block;margin-right: 8px;}
.page-id-25 .section_imgtxt .border_bg_light strong{color: var(--black);}

body{background-size: cover;}
.section_imgtxtbgonepart .col-md-areatop{background: transparent;}
.home .section_imgtxt .border_bg_light{background: transparent; color: var(--blue);  padding: 0;}
.home .section_imgtxt .border_bg_light h3{color: var(--blue); font-size: 32px;}
.copywrite-area{}

.section_imgtxtbgicon .border_bg_light{background: rgba(35, 47, 98, 0.40); padding: 20px; flex-direction: row;
    align-items: center; justify-content: left;}
    .section_imgtxtbgicon .border_bg_light img{margin-right: 20px;}
    .section_imgtxtbgicon .col-md-4{margin-top: 20px;}
 .section_imgtxtbgonepart   .border_bg_light_area_page{}

  .pd_area{padding-left: 40px;}
 .section_imgtxtbgoneparticon .row{ align-items: center;}
 .section_imgtxtbgoneparticon .col-md-8 .pd_area div{display: flex; margin-bottom: 15px; align-items: center;}
 .section_imgtxtbgoneparticon .col-md-8 .pd_area div img{margin-right: 20px;    }
  .section_imgtxtbgoneparticon .col-md-4 img{width: 100%;    }
 .section_imgtxtbgoneparticon .col-md-8 div h2{font-size: 50px;font-style: normal;font-weight: 300; margin: 0; }
  .section_imgtxtbgoneparticon .col-md-8 {color: var(--blue);}
  .section_imgtxtbgoneparticon .col-md-8 p, .section_imgtxtbgoneparticon .col-md-8 h3{ color: var(--blue);}

  .section_ourvalues .border_bg_light_icon{padding: 0; background: url(../images/checkbox.svg) center top no-repeat; font-size: 30px;  font-weight: 800; margin-top: 30px; padding-top: 80px; text-align: center;}
   .section_ourvalues .border_bg_light_icon h2{ margin: 0;}
   .short_description_section h3{color: var(--blue);}

   .border_bg_light_tp img{width: 100%; margin-bottom: 15px;}
      .border_bg_light_tp h3{ text-align: center; margin-bottom: 30px; font-size: 30px;}

      .btn_linked{border: 0.5px solid #FFF; padding: 7px 15px; vertical-align: top; margin-top: 15px; }
      .btn_linked:hover{background:var(--white); color: var(--black)!important;}
      .btn_linked svg{vertical-align: top;    margin-top: 2px;}
      .btn_linked:hover svg path {fill: var(--black)!important;}
      video{width: 100% !important; height: auto!important; display: inline-block!important;}
      .latest_blog_outrer{position: relative;}
      .latest_blog_outrer h4{background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); position: absolute; bottom: 0; left: 0; right: 0; padding: 40px; color: var(--white); font-weight: 400; z-index: 2; margin: 0;}
      .owl-carousel{margin-top: 20px;}
      .owl-carousel .owl-stage-outer{overflow: visible;}
      .owl-carousel .owl-stage-outer::after{right: 100%; z-index: 1; background: var(--white); top: 0; bottom: 0; display: block; position: absolute; content: ''; width: 100%;}
      .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span, .owl-dots{display: none!important;}
      .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{background:#0000005E url(../images/arrow_left.svg) center no-repeat; width: 60px; height: 60px; position: absolute; top: 50%; left: -30px; border-radius: 40px; margin-top: -30px; z-index: 3;}
      .owl-carousel .owl-nav button.owl-next{left: auto; right: calc(-13% + 30px); transform: rotate(180deg);}
      .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{background-color: var(--black);}

      .team_list.owl-carousel .owl-nav button.owl-next, .owl-carousel.team_list .owl-nav button.owl-prev{background: url(../images/arrow_left_b.svg) center no-repeat; padding: 0; border-radius: 0; top: 0; top: -99px;
    margin: 0;    left: 0;width: 24px;}
    .team_list.owl-carousel .owl-nav button.owl-next{right: calc(-20%); left: auto;}

      section#ha_give{padding: 120px 0;}
section#ha_give .col-md-6{margin-top: 30px;}
      section#ha_give .border_bg_light{padding: 30px 0; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); }
      .border_bg_light_team{padding: 20px 0 30px;}
      .border_bg_light_team a{position: absolute;
    bottom: 20px;}
    .survive_main{background-position: left bottom; background-repeat: no-repeat; background-color:var(--bluelight) ; background-size: auto 97%; color: var(--white);}
    .survive_main a{color: var(--white); margin-top: 60px;}
    .owl-carousel .owl-item .gallery_list_area{}
   .owl-carousel .owl-item .gallery_list_area img{width: 86%; margin-top: 40px;display: inline-block;}
   .owl-carousel .owl-item.active .gallery_list_area img{width: 100%; margin: 0;}
    .owl-carousel.gallery_list .owl-stage-outer::after{opacity: 0;}
    .gallery_list_area a{display: block;}
    .owl-item.owl-prev-item{text-align: right;}

    .owl-carousel.gallery_list .owl-nav button.owl-next{right: -55%;}
    .owl-carousel.gallery_list .owl-nav button.owl-prev{left: -55%;}
    .team_list_area, .col-md-ventures_list{background: var(--lightblack); position: relative;}
    .founder_area, .col-md-ventures_list{height: 100%; padding: 35px;}
    .col-md-ventures_list img{margin-bottom: 0px;}
    .ventures_list .col-md-4{margin-top: 20px;}
    .ventures_list h4{margin: 0;}
    #recognition ul, #recognition ul li,
    ul.founder_list, ul.founder_list li, ul.founderlogo_list, ul.founderlogo_list li{margin: 0; padding: 0; list-style: none; position: relative;}
    .latest_conversation_outrer h4::after, #recognition ul li::after,
    ul.founder_list li::after, .col-md-ventures_list p::after{width: 160px; background: #686868; height: 1px; display: inline-block; content: '';position: absolute; left: 0; bottom: 0; }
     ul.founder_list li:last-child:after, #recognition ul li:last-child:after{opacity: 0;}
     #recognition ul li,
    ul.founder_list li{margin-bottom: 15px; padding-bottom: 15px;}
    #recognition ul li:last-child{margin: 0; padding: 0;}
    ul.founderlogo_list{margin-top: 30px;}
     ul.founderlogo_list li{display: inline-block; margin: 0 20px 20px 0;}
     ul.founderlogo_list img{max-height: 45px;}
     #leading h2{margin-bottom: 40px;}
    #conversations {background: linear-gradient(90deg, #253A7F 0%, #1B6570 100%); padding: 60px 0; color: var(--white);} 
    .latest_conversation_outrer{padding: 30px 30px 0 0; position: relative;}
    .latest_conversation_outrer::after{position: absolute; right: 0; left: 0; z-index: 0; top: 0; content: ''; display: block; height: 50%; border-radius:0 25px 0 0; border-top:1px solid var(--white); border-right:1px solid var(--white);}
    .latest_conversation_outrer img{margin-bottom: 30px;}
    .latest_conversation_outrer h4{position: relative; padding-bottom: 10px; margin-bottom: 30px;}
    .latest_conversation_outrer h4::after{background: var(--white); width: 105px;}
    .owl-carousel.conversations_list .owl-stage-outer::after{background: #243b7e;}
    #recognition img{width: 100%;}
    .border_bg_light_r{padding: 10px 40px;}
    #recognition h2{margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #686868;}
    .logo_article{border: 1px solid #E6E6E6; width: 100%; padding: 20px;height: 100%;    align-items: center; justify-content: center;  margin-left: 2px; display: flex;}
    .logo_article img{width: auto!important;}
    .articles_area .row, .articles_area{height: 100%;}

  #articles  .owl-carousel .owl-stage-outer{overflow: hidden;}
  #articles  .owl-carousel .owl-stage {
    display: flex;
}

#articles .owl-carousel .owl-item {
    display: flex; /* Makes the item itself a flex container */
    flex-direction: column; /* Stacks content vertically */
    align-items: stretch; /* Stretches children to fill available height */
}
#articles  .team_list.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.btn-close{position: absolute;
    right: 15px;
    top: 35px;
}

.owl-carousel.conversations_list .owl-nav button.owl-next, .owl-carousel.conversations_list .owl-nav button.owl-prev{background-color: transparent; top: -120px; width: 24px; right: -20%; left: auto;}
.owl-carousel.conversations_list .owl-nav button.owl-prev{right: calc(-20% + 50px);}

.video_area{position: relative;    display: inline-block; max-width: 100%; vertical-align: top;}
.btn_play {
    position: absolute;
    top: 29px;
    right: 30px;
    border: none;
    background: transparent;
    padding: 0;
    color: var(--white);
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    width: 50px;
    height: 50px; 
}
.btn_play:hover{background: var(--white); color: var(--black);}
.founder_area{border: 1px solid #CACACA; position: relative; padding-bottom: 60px;}
.founder_section h2{margin-bottom: 20px;}
.founder_section .col-md-4{margin-top: 20px;}
.logo_founder{min-height: 75px; margin-bottom: 20px;}
.logo_founder img{max-height: 75px;}
.founder_area > a{position: absolute; bottom: 35px; text-decoration: underline;color: #858585;}
.founder_area > a:hover{color: var(--black);}
.founder_area h4{margin-bottom: 8px;}
.arrow_up_a{position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: url(../images/arrow_up.svg) 94% 30px no-repeat;}
.col-md-ventures_list p{position: relative;padding-bottom: 18px;}
.col-md-ventures_list p::after{width: 58px;}
.mg_b20{margin-bottom: 20px;}

.footer_links a{text-decoration: underline;}
.social_links a{margin: 0 14px; display: inline-block; vertical-align: top; text-decoration: underline;}
.social_links{border-bottom: 1px solid #727272;     padding: 15px 0 30px;    margin-bottom: 30px;}