/* Team Section Start */
.teambio { padding: 180px 0 151px 0; width: 100%; position: relative; }
.teambio .section-header h2 { margin-bottom: 18px; }
.teambio .section-header { margin-bottom: 50px; }
.teambio_box { width: 100%; gap: 53px; row-gap: 40px; -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr); grid-template-columns: repeat(3, minmax(0, 1fr)); display: -ms-grid; display: grid; list-style: none; }
.teambio_item.bioopen .team_titlebox h3 { color: #1bdee0; }
.team_titlebox h3:before { content: "\f078"; position: absolute; right: 10px; font-family: "Font Awesome 6 Pro"; font-weight: 900; font-size: 24px; color: #4753dc; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); }
.bioopen .team_titlebox h3:before { font-size: 22px; content: "\e59b"; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.team_titlebox h5 {font-family: 'HelveticaNeueLT Pro 55 Roman'; font-weight: 400; font-size: 24px; color: rgba(0, 0, 0, 1); text-transform: capitalize; letter-spacing: 0px; margin-bottom: 17px; }
.team_titlebox ul.social-icons { display: flex; list-style: none; padding: 0; margin: 0; }
.teambio_info ul { margin-bottom: 15px !important; }
.team_titlebox ul.social-icons li { margin-right: 5px; padding: 0; }
.team_titlebox ul.social-icons li:before { display: none; }
.team_titlebox ul.social-icons li:first-child { margin-right: 0; }
.teambio_item .pvr { margin: 0 0 40px 0; overflow: hidden; position: relative; cursor: pointer; height: 480px; border-radius: 25px; }
.teambio_item .pvr .bgimg:after { content: ""; position: absolute; width: 100%; height: 100%; background-color: rgb(71 83 220 / 21%); mix-blend-mode: soft-light; }
.teambio_item .pvr .bgimg:hover { transform: scale(1.1); }
.teambio_item .pvr .bgimg { position: absolute; width: 100%; height: 100%; left: 0; top: 0; transform: scale(1); transition: 2s all; background-size: cover; background-repeat: no-repeat; background-position: top center; border-radius: 25px; }
.team_titlebox ul.social-icons li a { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; color: #1f1f26; border-radius: 50%; font-size: 20px; }
.team_titlebox ul.social-icons li a:hover { color: #4753dc; }
.top_txt h2 { letter-spacing: 0.02em; margin-bottom: 32px; }
.team_titlebox h3 { font-family: 'HelveticaNeueLT Pro 55 Roman'; font-weight: 700; font-size: 36px; color: #4753dc; margin-bottom: 12px; text-transform: capitalize; padding-right: 34px; letter-spacing: 0; margin-bottom: 13px; position: relative; cursor: pointer; transition: all 0.5s ease-in-out; }
.team_titlebox h3:hover { color: #1bdee0; }
.teambio_info {
	display: none;
	padding-top: 13px;
}

.team_titlebox .arrowclose {
	position: absolute;
	right: 13px;
	top: 9px;
}

.team_titlebox {
	position: relative;
}

.teambio_info p {
    letter-spacing: 0.001em;
    font-weight: 300;
}
.teambio_info address ul {
	padding: 0;
	margin: 14px 0 0 0;	
}
.teambio_info address ul li:last-child {
    padding-bottom: 0;
}
.teambio_info address {
    margin-bottom: 0;
}

/* Team Section End */


/* 2 blocks with image Section Start */
.post-clm-section { width: 100%; padding-top: 220px; padding-bottom: 150px; position: relative;background: linear-gradient(45deg, #2e3192, #1bdee0); overflow: hidden; }
.post-clm-section .post-wrap .post-inner-wrap:hover figure img { transform: scale(1.1); }
.post-clm-section .post-wrap .post-inner-wrap { float: left; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin-bottom: 95px; }
.post-wrap .post-inner-wrap .post-left-img { width: 200px; border-radius: 10px; }
.post-wrap .post-inner-wrap .post-left-img + .post-right-c { width: calc(100% - 200px); padding-left: 45px; padding-right: 15px; }
.post-wrap .post-inner-wrap .post-left-img figure { height: 200px; width: 200px; overflow: hidden; border-radius: 10px; }
.post-wrap .post-inner-wrap .post-right-c .btn.white { font-size: 30px; color: #fff; font-family: 'HelveticaNeueLT Pro 55 Roman'; font-weight: 700; letter-spacing: -1px; }
.post-wrap .post-inner-wrap .post-right-c .btn.white i { position: relative; left: 8px; font-size: 27px; transition: all 0.5s ease-in-out; }
.post-wrap .post-inner-wrap .post-right-c .btn.white:hover i { left: 12px; }
.post-wrap .post-inner-wrap .post-right-c .cta-btn { margin-top: 40px; }
.post-wrap .post-inner-wrap .post-right-c h2 { color: #fff; margin-bottom: 15px; font-weight: 700; font-size: 40px; line-height: 1.1; }
.post-wrap .post-inner-wrap .post-right-c p {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 17px;
}
.post-wrap .post-inner-wrap .post-left-img {
    display: inline-block;
    overflow: hidden;
    height: 100%;
}
.post-wrap .post-inner-wrap .post-left-img img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.post-wrap .post-inner-wrap.hovered .post-left-img img, .post-wrap .post-inner-wrap .post-left-img:hover img {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
}
section.three-clm-img-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
/* 2 blocks with image Section End */

/* Image Break Section Start */
.image-video-section { background-size: cover; background-repeat: no-repeat; background-position: top center; width: 100%; height: 500px; overflow:hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items:center; -webkit-box-pack: center; -ms-flex-pack: center;justify-content: center; text-align: center; position:relative; background-attachment: fixed;     border-bottom: 5px solid #1bdee0; }
.image-video-section:after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgb(0 34 84 / 60%); mix-blend-mode: soft-light; }
.image-video-section:before { content: ""; background: -webkit-gradient(linear, left top, right top, from(rgba(56, 91, 132, 0.2)), color-stop(48.56%, rgba(68, 133, 198, 0.18)), to(rgba(46, 144, 170, 0.2))); background: -o-linear-gradient(left, rgba(56, 91, 132, 0.2) 0%, rgba(68, 133, 198, 0.18) 48.56%, rgba(46, 144, 170, 0.2) 100%); background: linear-gradient(90deg, rgba(56, 91, 132, 0.2) 0%, rgba(68, 133, 198, 0.18) 48.56%, rgba(46, 144, 170, 0.2) 100%); position: absolute; width: 100%; height: 100%; z-index: 1; }
.image-video-section .middle-content-area { position: relative; z-index: 2; }
.image-video-section video { position: absolute; width: 100%; height: 100%; z-index: 0; object-fit: cover; }
/* Image Break Section End */

/* Tabbed Content Section Start */
.tabbed-content-slider { display: none; }
.tabing-section .section-header h2 { margin-bottom: 25px; }
.tabing-section a.btn.clr-btn i { font-size: 20px; position: relative; left: 0; transition: all 0.5s ease-in-out; }
.tabing-section a.btn.clr-btn:hover i { left: 5px; }
.tabing-section a.btn.clr-btn { font-size: 24px; font-family: 'HelveticaNeueLT Pro 55 Roman'; font-weight: 700;letter-spacing: -0.5px; color: #4753dc; margin-right: 15px; }
.tab-inner-text .tab-right-text p { margin-bottom: 36px; }
.tabing-section { padding-top: 165px; padding-bottom: 140px; position: relative; }
.tabing-section .label-btn { margin-bottom: 23px; }
.tabing-section .coman-block-sec { margin-bottom: 80px; }

.tabing-section .coman-block-sec .section-header ul li a { position: relative; display: inline-block; text-decoration: none; }
.tabing-section .coman-block-sec .section-header ul li a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #1bdee0; transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease-in-out; }
.tabing-section .coman-block-sec .section-header ul li a:hover::after { transform: scaleX(1); transform-origin: left; }

.tab-inner-text.active { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tab-panel-figma-vertical .tab-left-image { order: 2; }
.tab-panel-figma-vertical .tab-right-text { order: 1; }
.tab-inner-text .tab-left-image { float: left; width: 45%; margin-left: 30px; position: relative; height: 450px; }
.tab-inner-text .tab-left-image:after { content: ""; position: absolute; width: 100%; height: 100%; background-color: rgb(71 83 220 / 19%); mix-blend-mode: soft-light; top: 0; border-radius: 25px; }
.tab-panel-figma-vertical .tab-left-image + .tab-right-text { float: left; width: 55%; }
.tab-panel-figma-vertical.no-content .tab-left-image { width: 50%; float: none; }
.tab-inner-text .tab-left-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 25px;  }
.tab-inner-text  .tab-right-text { width: 100%; }
.tabbed-section-figma { width: 100%; background: #06132B; padding: 82px 0 108px; }
.tabbed-card-figma { display: flex; width: 100%; }
.vertical-slider {display: none;}
.tabbed-tabs-figma-vertical { display: flex; flex-direction: column; margin-right: 30px; width: 23%; }
.tab-btn-figma-vertical { font-size: 24px; font-weight: 700; border: none; padding: 27px 20px 39px 0px; cursor: pointer; outline: none; width: 100%; letter-spacing: 0.00em; background-color: transparent; border-bottom: 1px solid #d6d6d8; text-align: left; color: #4753dc; font-family: 'HelveticaNeueLT Pro 55 Roman'; letter-spacing: -0.8px; }
.tab-btn-figma-vertical:first-child { padding-top: 0; }
.tab-btn-figma-vertical:last-child { border-bottom: none; padding-bottom: 0; }
.tab-btn-figma-vertical.active, .tab-btn-figma-vertical:hover { color: #2e3192; }
.tabbed-media-vertical { flex: 1; display: flex; position: relative; }
.tab-panel-figma-vertical { display: none; width: 100%; animation: fadeInTab 1.5s; overflow: hidden; }
.tab-panel-figma-vertical.active { display: flex; }
.tab-inner-text .tab-left-image figure { height: 100%; }
.tab-panel-figma-vertical.no-content .tab-left-image { height: 400px; position: relative; padding: 0; }
.tab-panel-figma-vertical.no-content .tab-left-image:after { top: 0; border-radius: 25px; }
.media-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    }
  .tabbed-image-vertical, .tabbed-video-vertical {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
    display: block;
  }
  .overlay-content {
    padding: 32px 32px 43px 42px;
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 451px;
  }
.tabbed-section-figma h3 {
    color: #fff;
    margin-bottom: 33px;
}

.media-overlay-g:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#171D30), to(rgba(25, 70, 187, 0.00)));
    background: -o-linear-gradient(top, #171D30 0%, rgba(25, 70, 187, 0.00) 100%);
    background: linear-gradient(0deg, #171D30 0%, rgba(25, 70, 187, 0.00) 100%);
}

.overlay-content h4 {
    color: #fff;
    font-size: 25.263px;
    letter-spacing: 0.0em;
    font-weight: 700;
    margin-bottom: 12px;
}

.overlay-content p {
    color: #fff;
    margin-bottom: 26px;
}
@keyframes fadeInTab {
    from { opacity: 0; }
    to { opacity: 1; }
}
.tab-panel-figma-vertical, .media-overlay {
    animation: fadeInTab 1.5s;
}
@keyframes fadeInTab {
    from { opacity: 0; }
    to { opacity: 1; }
}

.vertical-top .slick-slide h4 {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    border: none;
    padding: 16px 10px 11px 10px;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    width: 100%;
    border-radius: 8px;
    background: rgba(250, 250, 250, 0.14);
    color: #fff;
    letter-spacing: -0.01em;
    text-align: center;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.vertical-top .slick-slide {margin-right: 10px;}

.vertical-top .slick-slide.slick-current h4, .vertical-top .slick-slide h4:hover {
    background: #0047C2;
    color: #fff;
}

.vertical-bottom .slick-slide .vertical-slider-wrap {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.vertical-bottom .slick-slide .vertical-slider-wrap img {
    width: 100%;
}

.vertical-bottom .slick-slide p {
    color: #fff;
}
.vertical-bottom .slick-slide h3 {
    font-size: 29px;
    text-transform: inherit;
    margin-bottom: 20px;
}

.faq-accordion-columns {
    display: flex;
    gap: 23px;
}
  .faq-accordion {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .faq-item {
    overflow: hidden;
    transition: box-shadow 0.2s;
  }  
  .faq-question {
        color: #fff;
        text-align: left;
        justify-content: space-between;
        position: relative;
        transition: background 0.2s;
        line-height: 1.1;
        background-color: rgba(56, 91, 132, 1);
        border-radius: 5px;
        font-size: 24px;
        font-weight: 500;
        border: none;
        padding: 20px 20px 20px 20px;
        cursor: pointer;
        outline: none;
        width: 100%;
        letter-spacing: 0.00em;
    }
  .faq-icon {
    display: inline-block;
    width: 42px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
  }
  .faq-icon::before, .faq-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 23px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transition: transform 0.3s cubic-bezier(.4,1.4,.6,1);
}
  .faq-icon::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq-question[aria-expanded="true"] .faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .faq-answer {
    max-height: 0;
    overflow: hidden;   
    transition: max-height 0.5s cubic-bezier(.4,1.4,.6,1), opacity 0.4s cubic-bezier(.4,1.4,.6,1), padding 0.3s;
    padding: 0 32px;
  }
  .faq-answer.open {
    padding: 0 0px 0 0px;
    max-height: 400px;
    transition: max-height 0.5s cubic-bezier(.4,1.4,.6,1), padding 0.3s;
  }    

.accordion-section .faq-answer.open {
    padding-top: 0;
}

.tab-right-text .cta-btn {
    margin-top: 12px;
    display: inline-block;
}

.fade {
  @include transition($transition-fade);

  &:not(.show) {
    opacity: 0;
  }
}

.collapse {
  &:not(.show) {
    display: none;
  }
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  @include transition($transition-collapse);

  &.width {
    width: 0;
    height: auto;
    @include transition($transition-collapse-width);
  }
}

/* Tabbed Content Section End */

/* Logo-carousel-cover  */
.logo-carousel {
    padding: 85px 0 60px 0;
}
.logo-carousel-cover figure a { display: inline-block; width: 100%;}
.logo-carousel-cover figure img {
    height:65px;
	width: auto !important; 
    display: inline-block !important; 
}

.logo-carousel-cover figure {
    text-align: center;
}

.logo-carousel .d-flex {
    display: flex;
    margin-bottom: 59px;
}
.teamcard .collapse {
    position: relative;
    z-index: 1;
}

.logo-carousel .d-flex .left-part {
    width: 50%; padding-right: 15px;
}

.logo-carousel .d-flex .right-part {
    width: 50%;
    padding-left: 0px;
    padding: 0px 0 0 0;
}


.logo-carousel-cover .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-carousel-cover.owl-carousel .owl-stage {
    display: flex;
}
.logo-carousel-cover .slick-track {
    display: flex;
    align-items: center;
}

/* Logo-carousel-cover Section End */

/* Table Style Section Start */

.table-section {
    padding-top: 150px;
    padding-bottom: 150px;
}
.table-section .coman-block-sec .coman-block {    
    width: 50%;    
}
.table-section .coman-block-sec .coman-block h2 {
    line-height: 1.3;
    margin-bottom: 35px;
}

.table-section .coman-block-sec {
    margin-bottom: 20px;
}
.tablepress {
    --text-color: #111;
    --head-text-color: var(--text-color);
    --head-bg-color: #d9edf7;
    --odd-text-color: var(--text-color);
    --odd-bg-color: #fff;
    --even-text-color: var(--text-color);
    --even-bg-color: #f9f9f9;
    --hover-text-color: var(--text-color);
    --hover-bg-color: #f3f3f3;
    --border-color: #ddd;
    --padding: 0.5rem;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto 1rem;
    table-layout: auto;
    width: 100%
}

.tablepress>:not(caption)>*>* {
    background: none;
    border: none;
    box-sizing: border-box;
    float: none!important;
    padding: var(--padding);
    text-align: left;
    vertical-align: top
}

.tablepress>:where(thead)+tbody>*>*,.tablepress>tbody>*~*>*,.tablepress>tfoot>:where(:first-child)>* {
    border-top: 1px solid #dadbf9;
}

.tablepress>:where(thead,tfoot)>*>th {
    background-color: var(--head-bg-color);
    color: var(--head-text-color);
    font-weight: 700;
    vertical-align: middle;
    word-break: normal
}

.tablepress>:where(tbody)>tr>* {
    color: var(--text-color)
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
    background-color: var(--odd-bg-color);
    color: var(--odd-text-color)
}

.tablepress>:where(tbody.row-striping)>:nth-child(2n)>* {
    background-color: var(--even-bg-color);
    color: var(--even-text-color)
}

.tablepress>.row-hover>tr:hover>* {
    background-color: var(--hover-bg-color);
    color: var(--hover-text-color)
}

.tablepress img {
    border: none;
    margin: 0;
    max-width: none;
    padding: 0
}

.tablepress-table-description {
    clear: both;
    display: block
}

.dt-scroll {
    width: 100%
}

.dt-scroll .tablepress {
    width: 100%!important
}

div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr {
    height: 0
}

div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr th {
    border-bottom-width: 0!important;
    border-top-width: 0!important;
    height: 0!important;
    padding-bottom: 0!important;
    padding-top: 0!important
}

div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing {
    height: 0!important;
    overflow: hidden!important
}

div.dt-scroll-body>table.dataTable>thead>tr>th {
    overflow: hidden
}

.tablepress {
    --head-active-bg-color: #049cdb;
    --head-active-text-color: var(--head-text-color);
    --head-sort-arrow-color: var(--head-active-text-color)
}
.is-table table th, .is-table table td { background: none !important; padding-left: 0; color: #2e3192 !important; padding-right: 15px; font-size: 24px; font-family: 'HelveticaNeueLT Pro 65 Md'; font-weight: 500; padding: 18px 10px 15px 0; }
.table-style table.table.tablepress { margin-bottom: 50px; }
.is-table table td { color: #1f1f26; padding-right: 15px; font-size: 24px; font-weight: 300; text-align: right; font-family: 'HelveticaNeueLT Pro 45 Lt'; }
.is-table table th { border-top: 2px solid #002254; text-align: right; }
.is-table table th:first-child ,
.is-table table td:first-child { text-align:left; }
.is-table table tr:last-child td{ border-bottom: 2px solid #4753dc; }
.table-style { padding: 155px 0; position: relative; }
.table-style .heading-coman-top { margin-bottom: 46px; }
.table-style .heading-coman-top .table-heading-left { max-width: 800px; }
.table-style .heading-coman-top .table-heading-left h2 { margin-bottom: 20px; }
.table-style .heading-coman-top .table-heading-right p:last-child { margin-bottom:0; letter-spacing: -0.036em; }
.table-style .heading-coman-top .table-heading-right p:first-child { margin-bottom: 29px; }

/* Table Style Section End */


/* video start css */
.wide-videoimage { padding:138px 0; position: relative; }
.wide-videoimage .section-header { display: flex; flex-wrap: wrap; align-items: flex-end; margin-bottom: 44px; }
.wide-videoimage .section-header .section-header-title { width: 50%; padding-right: 20px; }
.wide-videoimage .section-header .section-header-desc { width: 50%; }
.wide-videoimage .section-header .section-header-desc p {margin-bottom: 30px; }
.video-container .play-button-wrapper {
    position: absolute;    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); transform: translateY(-50%);
}
.wide-videoimage video { width: 100%; border-radius: 25px; }
.video-container .play-button-wrapper div {
    width: 115px;
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 50px;
    color: #fff;
    background-color: #1482fb;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.video-container .play-button-wrapper div:before {
    content: "";
    border: 10px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.video-container .play-button-wrapper div.hidden {
    opacity: 0;
}
.video-container .play-button-wrapper div:hover:before {
    opacity: 1;
}

.video-container .play-button-wrapper div i {
    margin-left: 7px;
    font-weight: 100;
}
.video-popup span i{
    font-weight: 100;
}
.video-wrapper .video-container {
    position: relative;
}
.video-popup {
    width: 100%;
    padding-bottom: 53.99%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}


.video-popup a {
    content: "";
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 115px;
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    background-color: #1482fb;
    border-radius: 50%;
}

.video-popup a span {
    margin-left: 7px;
}

.video-popup a:before {
    content: "";
    border: 10px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.video-popup a:hover:before {
    opacity: 1;
}

.wide-image-text .wide-videoimage {
    margin-bottom: 55px;
    display: block;
    width: 100%;
}

.wide-image-text .wide-videoimage img {
    width: 100%;
    border-radius: 25px;
}

.wide-image-text .wide-videoimage video {
    width: 100%;
    border-radius: 25px;
    display: block;
}

.wide-image-text .wide-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.wide-image-text .wide-text-wrap  .wide-text-right {
    width: 40%;
    padding-top: 13px;
}

.wide-image-text .wide-text-wrap .wide-text-left {
    width: 41%;
}

.wide-image-text .wide-text-wrap .wide-text-left span.sub-title {
    margin-bottom: 16px;
    display: block;
}

.wide-text-left h2 {
    margin-bottom: 60px;
}

.wide-text-left a.btn-wrap.btn-wrap {
    display: inline-block;
    margin-right: 5px;
}

.wide-text-left a.btn-wrap.btn-wrap:first-child {
    margin-left: 0;
}
.wide-text-wrap span.sub-title {
    width: 100%;
    margin-bottom: 13px;
    padding-left: 4px;
}
.wide-image-text .wide-text-wrap.right-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.wide-image-text .video-popup {
    padding-bottom: 33%;
}








@media only screen and (max-width: 1399px) {
   
}
@media only screen and (max-width: 1199px) {
    .tab-panel-figma-vertical.no-content .tab-left-image { height: 320px; }
}
@media only screen and (max-width: 991px) {
    .tabbed-content-slider { display: block; }  
    .tabing-section .tabbed-card-figma { display: none; }
}
