    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body,
    html,
    form,
    ul,
    li,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        padding: 0;
        border: 0;
    }
    
    ul,
    li {
        list-style: none;
    }
    img{
      width: 100%;
    }
    
    a,
    a:hover,
    a:focus {
        border: 0;
        outline: none;
        text-decoration: none;
    }
    
    a:focus,
    input:focus, button:focus {
        outline: none;
    }

    
    body {
        /* font-family: 'Satisfy', cursive; */
        font-family: 'Poppins', sans-serif;
        /* font-family: 'Bebas Neue', cursive; */
        box-sizing: border-box;
        font-size: 16px;
        overflow-x: hidden;
        outline: none !important;
    }

  .header{
    position: relative;
    height: 78px;
    box-shadow: 0 3px 19px -10px #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
  }
  .navbar{
    padding: 0;
  }
  .navbar-expand-lg .navbar-collapse ul.navbar-nav{
    justify-content: flex-end;
    width: 100%;
  }
  .navbar-brand{
    padding: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #757575;
    padding: 0 15px;
    line-height: 72px;
    position: relative;
    margin-left: 10px;
  }
  .navbar-light .navbar-nav .active>.nav-link{
    background: #21298029;
    border-bottom: solid 6px #212980;
    position: relative;
  }
  /* .navbar-light .navbar-nav .nav-link:before{
    content: '';
    position: absolute;
    top: 30px;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #212980;
  } */
  .navbar-light .navbar-nav .nav-link:hover{
    background: #21298029;
    border-bottom: solid 6px #212980;
  }
  .dropdown-toggle::after{
    color: #212980;
  }

  footer{
    padding: 0;
    background: #2C9194;
    position: relative;
    height: 410px;
    overflow: hidden;
  }
  /* .over_back{
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    background: #BDDCDD;
    height: 410px;
  }
  .over_back:before{
    content: '';
    position: absolute;
    left: -75px;
    top: 0;
    border-top: solid 410px #bddcdd;
    border-left: solid 75px transparent;
  } */
  footer a.foot_logo{
    display: table;
    margin: 0 0 15px;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 10px 10px;
  }
  footer p{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
  }
  footer h4{
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 0;
    color: #fff;
  }
  footer h6{
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0 0;
    color: #030944;
  }
  ul.foot_menu {
    padding: 10px 0 0;
  }
  ul.foot_menu li{
    display: block;
    margin: 0 0 5px;
  }
  ul.foot_menu li a{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
  }
  ul.foot_menu li a:hover{
    color: #ccc;
  }
  .footer_social_area ul.info li{
    display: block;
    margin: 7px 0 0;
  }
  .footer_social_area ul.info li a{
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-left: 34px;
  }
  .footer_social_area ul.info li a i{
    color: #2C686B;
    margin-right: 5px;
    border: solid 1px #2C686B;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 14px;
    box-shadow: 1px 2px 2px -1px #000;
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer_social_area ul.social li{
    display: inline-block;
    margin: 10px 0 0;
  }
  .footer_social_area ul.social li a{
    color: #08456B;
    font-size: 14px;
  }
  .footer_social_area ul.social li a i{
    margin-right: 5px;
    border: solid 1px #2C686B;
    width: 26px;
    height: 26px;
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 1px 2px 2px -1px #000;
  }
  .footer_right{
    padding: 30px 40px;
    border-radius: 30px 30px 0 0;
    background: #fff;
    margin: 30px 20px 0 0;
    height: 100vh;
    box-shadow: 10px -10px 0px 0 #0b6c6e;
  }
  .footer_right h2{
    font-size: 28px;
    color: #056467;
    font-weight: 300;
    margin: 0 0 30px;
    text-align: center;
  }
  .footer_right h2 span{
    font-weight: 700;
  }
  .footer_right input:not([type=submit]){
    width: 100%;
    box-shadow: 0 0 19px -12px #000;
    padding: 10px 15px;
    border-radius: 30px;
    height: 44px;
    margin-bottom: 20px;
    font-size: 16px;
    border: none;
  }
  .footer_right input[type=submit]{
    border: none;
    border-radius: 30px;
    background-image: linear-gradient(to right, #54B8BB, #056467);
    color: #fff;
    padding: 8px 40px;
    font-size: 18px;
    margin: 0 auto;
    display: table;
  }
  .brand_area{
    padding: 60px 0 0;
  }
  .brand_area ul{
    display: flex;
    align-items: center;
    margin-top: 25px;
  }
  .brand_area ul{
    width: 100%;
  }
  .brand_area ul li{
    flex: 1;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .meet_area{
    padding: 60px 0;
  }
  .meet_left h4{
    font-size: 26px;
    font-weight: 300;
    color: #283133;
    margin-bottom: 5px;
  }
  .meet_left h2{
    color: #283133;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .meet_left h2 label{
    font-size: 32px;
    display: block;
    margin: 10px 0 0;
  }
  .meet_left h2 span{
    color: #04979B;
  }
  .meet_left p{
    margin-bottom: 15px;
  }
  a.but_unique{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 6px;
    background-image: linear-gradient(to right, #13C2C6, #04979B);
    border-radius: 50px;
    display: inline-block;
    margin-top: 30px;
    transition: all 1s ease-out;
  }
  a.but_unique span{
    padding: 10px 30px;
    border-radius: 50px;
    display: block;
    background-image: linear-gradient(to right, #04979B, #13C2C6);
  }
  a.but_unique:hover span{
    background-image: linear-gradient(to right, #13C2C6, #04979B);
  }
  .meet_pic{
    position: relative;
  }
  .meet_pic img{
    border-radius: 15px;
    height: 500px;
    object-fit: cover;
  }
  .news_area{
    padding: 0 0 60px;
  }
  .news_con {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    min-height: 220px;
    box-shadow: 0 8px 19px -12px #000;
    position: relative;
  }
  .news_con img{
    height: 50px;
    width: auto;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .news_over{
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, #0bbabf, transparent);
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 0;
    transition: all 500ms ease-in-out 0ms;
    overflow: hidden;
  }
  .news_con:hover .news_over{
    height: 100%;
    transition: all 500ms ease-in-out 0ms;
  }
  .news_over_con{
    padding: 20px;
    text-align: center;
    width: 100%;
  }
  .news_over_con h3{
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
    text-align: center;
  }
  .news_over_con a{
    font-size: 18px;
    font-weight: 700;
    color: #222;
    border-radius: 50px;
    background: #fff;
    padding: 8px 25px;
    display: inline-block;
  }
  .abt_cont{
    background-image: linear-gradient(to right, #13c1c687, #059a9e9e);
    padding: 60px 0;
  }
  .about_area_main{
    padding:  60px 0;
  }
  .about_area_main .row{
    justify-content: center;
  }
  .about_area p{
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    color: #FFF;
  }
  .about_area h4.sub_head{
    color: #FFF;
    font-size: 26px;
    font-weight: 300;
  }
  .about_area_main h2{
    color: #283133;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .about_area_main h2 span{
    color: #04979B;
  }
  .about_area .about_one_right_inner h2{
    margin: 10px 0 30px;
    color: #fff;
  }
  .about_area .about_one_right_inner h2 span{
    color: #fff;
  }
  .about_one_right_inner h4{
    color: #283133;
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 15px;
  }
  .about_one_right_inner input:not([type=submit]){
    padding: 10px 15px;
    height: 40px;
    border: solid 1px #999;
    border-radius: 5px;
    margin: 0 0 15px;
    width: 100%;
  }
  .about_one_right_inner input[type=submit]{
    border: none;
    border-radius: 30px;
    background-image: linear-gradient(to right, #54B8BB, #056467);
    color: #fff;
    padding: 8px 30px;
    font-size: 18px;
  }
  .brand_slider .abt_slide{
    padding: 15px;
    box-shadow: 0 0 19px -12px #000;
    margin: 30px 20px 20px;
  }
  .abt_slide_info {
    padding: 30px 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 19px -10px #000;
  }
  .abt_slide_info img{
    width: auto !important;
    margin: 0 auto 20px;
    height: 40px;
    display: table;
  }
  .abt_slide_info p{
    font-size: 15px;
    margin-bottom: 20px;
    color: #222;
    min-height: 180px;
  }
  .abt_slide_info a{
    color: #333;
    font-size: 18px;
    padding: 5px;
    background-image: linear-gradient(to right, #CECECE, #E9E9E9);
    border-radius: 50px;
    display: table;
    margin: 30px auto 0;
    transition: all 1s ease-out;
  }
  .abt_slide_info a span{
    background-image: linear-gradient(to right, #fff, #CECECE);
    padding: 8px 25px;
    border-radius: 50px;
    display: block;
  }
  .abt_slide_info a:hover{
    background-image: linear-gradient(to right, #13C2C6, #04979B);
    color: #fff;
  }
  .abt_slide_info a:hover span{
    background-image: linear-gradient(to right, #04979B, #13C2C6);
  }

  .about_area button.owl-prev {
    background-image: linear-gradient(to right, #6C66FE, #C93B9F) !important;
    padding: 4px !important;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about_area button.owl-prev span{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-image: linear-gradient(to left, #6C66FE, #C93B9F);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .about_area button.owl-next {
    background-image: linear-gradient(to right, #6C66FE, #C93B9F) !important;
    padding: 4px !important;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about_area button.owl-next span{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-image: linear-gradient(to left, #6C66FE, #C93B9F);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .associate_area{
    padding: 0 0 60px;
  }
  .associate_slider{
    padding-top: 30px;
  }
  .associate_slider .item{
    padding: 0 20px;
  }
  .top_mar{
    margin-top: 78px;
  }
  .career_area{
    padding-top: 80px;
  }
  .talent_box{
    text-align: center;
    padding: 25px;
  }
  .talent_number{
    color: #fff;
    font-size: 60px;
    padding: 5px 10px;
    background-image: linear-gradient(to right, #C93B9F, #6C66FE);
    border-radius: 50px;
    display: inline-block;
    transition: all 1s ease-out;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 0 25px;
    text-align: center;
    overflow: hidden;
  }
  .talent_number span {
    border-radius: 50px;
    display: block;
    background-image: linear-gradient(to right, #6C66FE, #C93B9F);
    line-height: 90px;
  }
  .talent_area{
    background-image: linear-gradient(to left, #E6E6E6, #F2F2F2);
    margin-top: 30px;
  }
  .talent_area .col-lg-6:nth-child(1){
    background: #F2F2F2;
  }
  .talent_area .col-lg-6:nth-child(2){
    background: #E6E6E6;
  }
  .talent_bot {
    padding: 25px 0 0;
  }
  .talent_bot p{
    padding: 0 5%;
    font-size: 18px;
    text-align: center;
  }
  .career_vid_area{
    padding: 50px 0;
    text-align: center;
  }
  .career_vid_area h2{
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
  }
  .career_vid_area a{
    color: #0058B5;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    background: #fff;
    font-size: 36px;
    margin: 25px auto 0;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }

  .pulse-button:hover 
  {
    animation: none;-moz-animation: none;-ms-animation: none;animation: none;
  }

  @keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

  .owner_pic{
    border-radius: 47%;
    width: 445px;
    height: 490px;
    position: relative;
  }
  .owner_pic img{
    border-radius: 47%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .owner_pic:after{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 47%;
    border: solid 2px #BB41AC;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
  }
  .team_heading{
    margin-bottom: 30px;
  }
  .explore_area{
    padding: 60px 0;
    background: #ddd;
  }
  .explore_con{
    background: #f5f5f5;
    border-radius: 20px;
    box-shadow: 0 0 19px -12px #000;
    overflow: hidden;
  }
  .explore_con .col-lg-3{
    padding-right: 0;
  }
  .explore_con .col-lg-9{
    padding-left: 0;
  }
  .explore_left{
    padding: 20px;
    background: #ffff;
    height: 100%;
  }
  .explore_left form{
    position: relative;
    margin-bottom: 20px;
  }
  .explore_left h2{
    font-size: 20px;
    font-weight: #333;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
  }
  .explore_left h2:after{
    content: '';
    width: 80px;
    height: 3px;
    background: #04979B;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .explore_left form input:not([type=submit]){
    width: 100%;
    padding: 0 30px 0 0;
    border: none;
    color: #04979B;
    font-size: 20px;
  }
  .explore_left form input:not([type=submit])::placeholder{
    color: #04979B;
  }
  .explore_left form button{
    color: #04979B;
    font-size: 22px;
    position: absolute;
    top: -1px;
    right: 0;
    border: none;
  }
  .panel-default>.panel-heading a {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #333;
    padding-left: 36px;
    position: relative;
  }
  .panel-default>.panel-heading a i{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    color: #04979B;
  }
  
  .panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"] {
    /* background-color: #eee; */
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\f106";
    color: #333;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    font-size: 20px;
  }
  
  .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\f107";
    color: #333;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    font-size: 20px;
  }
  .explore_left .panel-body ul{
    padding-left: 34px;
  }
  .explore_left .panel-body ul li a{
    color: #666;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 5px 0;
    display: block;
    border-bottom: solid 1px #ccc; 
  }
  .explore_left .panel-body ul li:last-child a{
    border: none;
  }
  .explore_right{
    background: #F5F5F5;
    padding: 20px;
    height: 100%;
  }
  .explore_right_con h2{
    font-size: 22px;
    font-weight: 700;
    color: #5A5A5A;
  }
  .explore_right_con h2 span{
    font-weight: 300;
    display: block;
  }
  .explore_right_con form input:not([type=submit]) {
    width: 60%;
    padding: 10px 30px 10px 10px;
    border-radius: 5px;
    box-shadow: 0 3px 19px -12px #000;
    border: none;
    color: #04979B;
    font-size: 18px;
    float: right;
  }
  .explore_right_con form button {
    color: #04979B;
    font-size: 22px;
    position: absolute;
    top: 9px;
    right: 17px;
    border: none;
  }
  .job_box{
    border-radius: 10px;
    box-shadow: 0 3px 19px -12px #000;
    padding: 20px;
    margin-top: 30px;
    background: #fff;
    position: relative;
    min-height: 200px;
    overflow: hidden;
  }
  .job_box:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #08476e2e;
    border-radius: 100% 0 0;
  }
  .explore_box_con h2{
    font-size: 18px;
    font-weight: 700;
    color: #04979B;
    margin: 0 0 5px;
  }
  .explore_box_con h4{
    font-size: 15px;
    color: #434343;
    margin: 0 0 10px;
  }
  .explore_box_con h4 span{
    color: #04979B;
  }
  .explore_box_con h3{
    font-size: 16px;
    color: #666;
    margin: 0 0 10px;
  }
  .explore_box_con h3 i{
    color: #04979B;
    margin-right: 5px;
  }
  .explore_box_con p{
    font-size: 14px;
  }
  .explore_box_con a.but_unique{
    font-size: 16px;
    position: absolute;
    bottom: 20px;
  }
  .explore_box_con a.but_unique span {
    padding: 2px 20px;
  }

  .main_banner{
    padding: 60px 0 80px;
  }
  .banner_right{
    position: relative;
  }
  .main_banner button.owl-prev{
    position: absolute;
    top: 40%;
    left: -70px;
    font-size: 50px !important;
    color: #00000047 !important;
  }
  .main_banner button.owl-next{
    position: absolute;
    top: 40%;
    right: -70px;
    font-size: 50px !important;
    color: #00000047 !important;
  }
  .main_banner button.owl-prev:hover, .main_banner button.owl-next:hover{
    color: #000 !important;
  }
  .bar_right_sl_con img.main_pic{
    position: absolute;
    left: 55px;
    top: 20px;
    width: 450px;
  }
  .main_slider{
    width: 364px;
    margin-left: 85px;
    margin-top: 36px;
    overflow: hidden;
  }
  .main_slider .owl-stage-outer{
    width: 364px;
  }
  .main_slider .owl-stage-outer img{
    width: 364px !important;
    height: 225px;
    object-fit: cover;
  }
  .main_banner h1{
    color: #283133;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    margin: 80px 0 20px;
    position: relative;
    padding-bottom: 20px;
  }
  .main_banner h1 span{
    font-weight: 300;
    font-size: 45px;
  }
  .main_banner h1:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 120px;
    background: #333;
  }
  .main_banner p{
    color: #283133;
    font-size: 18px;
    line-height: 26px;
  }
  .main_banner button.owl-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999 !important;
    margin: 0 2px;
  }
  .main_banner button.owl-dot.active{
    background: #212980 !important;
  }
  .main_banner .owl-dots{
    width: 364px;
    text-align: center;
    margin-top: -5px;
  }
  .philosopy_area{
    padding: 60px 0;
  }
  .philo_top{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #444;
  }
  .philo_box{
    padding-top: 50px;
  }
  .philo_box h3{
    font-size: 22px;
    font-weight: 700;
    display: table;
    padding: 8px 25px;
    background-image: linear-gradient(to right, #04979B, #13C2C6);
    color: #fff;
    border-radius: 30px;
    margin-bottom: 10px;
  }
  .philo_box p{
    color: #666;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
  .career_form_area{
    padding: 60px 0;
  }
  .career_form_area form{
    padding: 40px;
    width: 70%;
    margin: 0 auto;
    box-shadow: 0 0 19px -10px #000;
    border-radius: 15px;
  }
  .career_form_area h2{
    color: #283133;
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0 20px;
  }
  .career_form_area h2 span{
    color: #04979B;
  }
  .career_form_area label{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    display: block;
  }
  .career_form_area input:not([type=submit]), .career_form_area select{
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 29px;
    padding: 10px;
    color: #333;
    margin-bottom: 15px;
    box-shadow: 10px 5px 19px -12px #000;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
  }
  .career_form_area select option:hover{
    color: #333 !important;
  }
  .career_form_area input[type=file]{
    padding: 7px 10px;
  }
  .career_form_area input[type=submit]{
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    background: #04979B;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 10px auto 0;
    display: table;
  }

  .owner_pic2{
    border-radius: 40px;
    width: 445px;
    position: relative;
  }
  .owner_pic2 img{
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .owner_pic2:after{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: solid 2px #04979B;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    background: #04979B;
  }
  .owner_pic2_top{
    position: absolute;
    right: -38%;
    top: -60px;
    padding: 12px 12px 12px 12px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #6B66FF, #DF318A);
  }
  .owner_pic2_top_con{
    background-image: linear-gradient(to right, #DF318A, #6B66FF);
    padding: 10px 15px;
    width: 350px;
    height: 100px;
    border-radius: 10px;
  }
  .owner_pic2_top_con h4{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
  }
  .owner_pic2_top_con h4 span{
    font-weight: 300;
    font-size: 26px;
    display: block;
  }



  .meet_pic_top{
    position: absolute;
    right: -38%;
    top: -60px;
    padding: 12px 12px 12px 12px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #13C2C6, #04979B);
  }
  .meet_pic_top_con{
    background-image: linear-gradient(to right, #04979B, #13C2C6);
    padding: 10px 15px;
    width: 350px;
    height: 100px;
    border-radius: 10px;
  }
  .meet_pic_top_con h4{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
  }
  .meet_pic_top_con h4 span{
    font-weight: 300;
    font-size: 26px;
    display: block;
  }


  .founder_top_arae{
    padding: 80px 0 0;
  }
  .ext_para{
    padding-top: 40px;
  }
  .ext_para p{
    margin-bottom: 20px;
  }
  .founder_top_arae .row{
    margin-bottom: 80px;
  }
  .founder_top_arae .row:nth-child(even) .owner_pic2_top{
    left: -38%;
    right: auto;
    text-align: right;
  }
  .founder_top_arae .row:nth-child(even) .meet_left{
    padding-left: 30px;
  }
  .media_area{
    padding: 80px 0 60px;
  }
  .media_box{
    padding: 60px 30px 30px;
    border-radius: 30px;
    box-shadow: 0 4px 19px -12px #000;
    text-align: center;
    position: relative;
    min-height: 310px;
  }
  .media_box p{
    font-size: 18px;
    line-height: 28px;
    color: #435062;
    min-height: 150px;
  }
  .media_box p span{
    font-weight: 700;
    display: block;
  }
  .media_box a.but_unique{
    font-size: 18px;
    padding: 5px;
  }
  .media_box a.but_unique span{
    padding: 5px 20px;
  }
  .media_pic{
    width: 235px;
    height: 70px;
    border-radius: 50px;
    padding: 2px;
    background-image: linear-gradient(to right, #13C2C6, #04979B);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .media_pic_con{
    background: #fff;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .media_pic_con img{
    width: auto;
    max-width: 80%;
    max-height: 50px;
  }
  .multi_top_area{
    padding: 60px 0;
  }
  .multi_top_area img{
    width: 100%;
  }
  .multi_top_area h2{
    color: #575757;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
  }
  .multi_top_area p{
    color: #575757;
    line-height: 26px;
  }
  .multi_top_area .col-lg-7{
    position: relative;
  }
  .multi_top_area h6{
    position: absolute;
    bottom: 20px;
    left: 15px;
  }
  .multi_top_info{
    box-shadow: 0 4px 19px -12px #000;
  }
  .photo_box{
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 19px -10px #000;
    margin-top: 30px;
    padding: 0 0 30px;
    position: relative;
  }
  .photo_box img{
    width: 100%;
    margin-bottom: 20px;
  }
  .photo_box h3{
    color: #373737;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px;
  }
  .photo_box h4{
    color: #666;
    font-size: 18px;
  }
  .photo_box_over{
    background-image: linear-gradient(to top, #6b66ffc4, #9b50cfb3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 500ms ease-in-out 0ms;
  }
  .photo_box_over:hover{
    opacity: 1;
    transition: all 500ms ease-in-out 0ms;
  }
  .photo_box_over h5{
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .photo_box_over a{
    color: #fff;
  }
  .video_area{
    padding: 60px 0;
  }
  .video_box {
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 19px -10px #000;
    margin-top: 30px;
    position: relative;
}
.video_box img{
  width: 100%;
}
.video_box_over{
  background-image: linear-gradient(to top, #6b66ffc4, #9b50cfb3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 500ms ease-in-out 0ms;
}
.video_box_over:hover{
  opacity: 1;
  transition: all 500ms ease-in-out 0ms;
}
.video_box_over a{
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  border: solid 3px #fff;
  background: #ffffff69;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_box2 img{
  height: 200px;
  object-fit: cover;
}
.video_box1 img{
  height: 430px;
  object-fit: cover;
}
.ban_logo_slider img{
  width: auto !important;
}
.investment_block {
  padding: 60px 0;
}
.ban_logo_con{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.ban_logo{
  padding: 10px 25px;
  background: #fff;
  margin-left: 15px;
}
.ban_logo img{
  width: auto;
}
.landing_area .about_one_right_inner{
  margin-bottom: 40px;
}
.landing_area .about_one_right_inner p, .landing_box_area .about_one_right_inner p{
  font-size: 18px;
  text-align: center !important;
  color: #283133;
}
.landing_box_area .row{
  justify-content: center;
}
.landing_box{
  background: #eee;
  padding: 90px 30px 30px;
  margin: 90px 0 0;
  text-align: center;
  position: relative;
  min-height: 400px;
}
.landing_box h2{
  font-size: 22px;
  font-weight: 600;
  color: #303030;
  margin: 0 0 10px;
}
.landing_box  p{
  line-height: 30px;
  font-weight: 300;
  color: #666;
}
.landing_icon{
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 19px -12px #000;
  border-top: solid 6px #05979b;
}
.landing_icon img{
  width: 60% !important;
}
.landing_box:hover{
  background: #E3E3E3;
}
.landing_box_area{
  padding-bottom: 40px;
}
ul.second_sub_ul{
  display: none;
  position: absolute;
  right: 0;
  right: -105%;
  background: #e3e3e3;
  top: 0;
}
li.second_sub:hover > ul.second_sub_ul{
  display: block;
}
ul.second_sub_ul li:first-child a{
  padding-top: 10px;
}
ul.second_sub_ul li:last-child a{
  padding-bottom: 10px;
}
.landing_box_area_oli .landing_box{
  min-height: 340px;
}
.landing_box_area button.owl-prev{
  position: absolute;
  top: 45%;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #05979b !important;
  color: #fff !important;
}
.landing_box_area button.owl-next{
  position: absolute;
  top: 45%;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #05979b !important;
  color: #fff !important;
}
.landing_dif_box_area{
  background: #D0E2E2;
  padding: 50px 0;
}
.landing_box_area_padding{
  padding-top: 50px;
}
.landing_dif_box_area .landing_box{
  min-height: 250px;;
}
.landing_dif_box_area.landing_dif_box_area2 .landing_box{
  min-height: 400px;;
}
.con_info_box_pic{
  height: 180px;
  overflow: hidden;
}
.con_info_box_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con_info_box_con{
  padding: 20px;
  min-height: 180px;
}
.con_info_box{
  background: #ddd;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.con_info_box_con h5{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}
.con_info_box_con p{
  font-size: 15px;
  color: #444;
  font-weight: 300;
}
.con_left_panel{
  padding: 25px;
  border-radius: 20px;
  background-image: linear-gradient(to right, #04979B, #13C2C6);
}
.con_left_panel h2{
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin: 15px 0 20px;
  font-size: 36px;
}
.get_in_area{
  padding: 60px 0;
}
 
.get_in_area ul.get_info li {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-left: 80px;
  position: relative;
  margin: 60px 0;
}

.get_in_area ul.get_info li:last-child {
  font-size: 18px;
  margin-bottom: 25px;
}

.get_in_area ul.get_info li i {
  position: absolute;
  top: -12px;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1b3955;
  font-size: 30px;
}

.get_in_area ul.get_social {
  text-align: center;
  display: none;
}

.get_in_area ul.get_social li {
  display: inline-block;
  margin: 0 10px;
}

.get_in_area ul.get_social li i {
  font-size: 26px;
  color: 