/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.navbar
{
    position: unset !important;
}
header .menu ul li .submenu .container .tab-content {

  width: 65% !important;
}

/*--------LDTV css --------*/
.ldtv-header {
    background: #000;
    border: 1px solid hsla(0, 0%, 100%, .2)
}

header.ldtv-header .menu ul li a {
    color: #fff;
    border-bottom: 2px solid transparent !important;
}

header .menu ul li a.nav-link {
    border-bottom: 2px solid transparent
}

.social-media {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), #000), url(../oceanwp-child-theme-master/img/ldtv/banner.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    overflow: hidden
}

.Social {
    margin-bottom: 200px
}

.Social .social-txt {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -.01em;
    color: #fff;
    margin: 0 auto
}

.di-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap
}

.first-fold {
    background-image: linear-gradient(273deg, transparent, #000 60.82%), url(../img/backgroung.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain;
    overflow: hidden;
    padding: 120px 0 0
}

.block {
    display: block
}

.first-part {
    text-align: left
}

.first-part .social-media {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    background: #202025;
    border-radius: 8px;
    padding: 12px 24px
}

.first-part .Fbcreator {
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -.01em;
    color: #fff;
    margin-bottom: 25px
}

.first-part .watch-txt {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.01em;
    color: #fff;
    opacity: .6;
    margin: 0 auto 100px
}

.secnd-part {
    text-align: center;
    margin-bottom: 100px
}

.play,
.secnd-part a {
    text-decoration: none
}

.play {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: .04em;
    color: #fff;
    margin-top: 10px
}

.Ytsld .newRele {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    letter-spacing: -.03em;
    color: #fff;
    margin: 0 auto 12px
}

.Ytsld .slid {
    overflow-x: auto;
    justify-content: center;
}

.Ytsld .slid.slid_a {
    flex-wrap: nowrap;
    align-items: flex-start;
}

.Ytsld .thumbnail {
    /*position: relative;
    
    align-self: flex-start;
    padding-bottom: 30px;*/
    
    margin-right: 14px;
    position: relative;
    align-self: flex-start;
    padding-bottom: 30px;
    /*width: 25%;
    padding-right: 14px; */
}

.slid.slid_a .thumbnail {

}

.slid.slid_a .thumbnail .card {
    
    width: 100%;
    height: 170px;
    display: flex;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    background: url(../img/image-452.png) 50%/cover;
    background-image: url("../img/image-452.png");
    overflow: hidden;
    background-size: cover !important;
}

.slid.slid_a .thumbnail:last-child {
    padding-right: 0;
    margin-right: 0;
}

.slid.slid_a .thumbnail .icon-txt {
    flex-wrap: nowrap;
}

.Ytsld .thumbnail .sub-txt {
    position: absolute;
    top: 12px;
    right: 0px;
    margin-right: 12px;
    background: rgba(32,32,37,.8);
    color: #fff;
    align-items: center;
    padding: 6px;
    font-size: 14px;
}

.thumbnail img {
    border-radius: 8px
}

.thumbnail .icon-txt {
    justify-content: left;
    align-items: normal;
    padding: 20px 0 0;
    align-items: flex-start
}

.thumbnail .icon-txt .thumb-icon {
    vertical-align: top;
    min-width: 52px;
    box-sizing: border-box
}

.thumbTxt {
    margin: 0
}

.thumbTxt .thumbNam {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #fff;
    margin: 0 auto 12px
}

.thumbTxt .thumbsmltxt {
    max-width: 250px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.03em;
    color: #fff;
    min-height: 50px
}

.ldtvinsights {
    background-color: #111;
    padding: 48px 0
}

.space-ld {
    background: transparent url(../oceanwp-child-theme-master/img/ldtv/ldtv-bg.jpg) scroll no-repeat 100% 0;
    background-size: cover;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    overflow: hidden;
    position: relative
}

.space-ld:hover:after {
    opacity: 1
}

.space-ld:after {
    content: "";
    width: 250%;
    height: 250%;
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: radial-gradient(circle closest-side, hsla(0, 0%, 100%, .3), transparent);
    transition: opacity .5s ease-out
}

.ldtvinsights .ldtvinsigh {
    padding: 16px 0;
    overflow: hidden
}

.ldtvinsigh.first-part {
    text-align: center
}

.ldtvinsigh.first-part img {
    max-width: 227px;
    width: 100%;
    height: auto
}

.second-part {
    border-left: 1px solid hsla(0, 0%, 85.1%, .8)
}

.ldtvinsigh .second-part .ldtv-txt {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.02em;
    color: #fff;
    opacity: .8;
    padding-left: 88px;
    padding-right: 80px
}

.MostWatched {
    background: #000;
    padding: 40px 0
}

.Categories {
    padding: 10px 0 0;
    margin-bottom: 100px
}

.Categories .di-flex {
    flex-wrap: wrap;
    justify-content: inherit
}

.Categories p {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    letter-spacing: -.03em;
    color: #fff;
    margin: 0 auto 12px
}

.new-cat {
    padding: 40px 0 0;
    margin-bottom: 0
}

.allcategories {
    padding: 22px 0 0
}

.new-cat .allcategories .cate-box {
    padding: 15px 32px;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    background: #252528;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 8px;
    margin-bottom: 12px;
    margin-right: 18px;
    text-decoration: none
}

.allcategories {
    position: relative
}

.allcategories .cate-box {
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    background: #252528;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 8px;
    margin-bottom: 12px;
    margin-right: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    position: relative;
    transition: all .6s ease-in;
    z-index: 1
}

.allcategories .cate-box:before {
    width: 0;
    height: 100%;
    background: #f15a22;
    transition: all .6s ease-in;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    z-index: -1
}

.allcategories .cate-box.active:before,
.allcategories .cate-box:hover:before {
    width: 100%
}

.thindustry {
    background-color: #111;
    padding: 40px 0
}

.thindustry .industry {
    text-align: left;
    padding: 20px 0
}

.thindustry .industry .industry-first .dbl-qt {
    display: block;
    text-align: left
}

.thindustry .industry .industry-first span {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    opacity: .6;
    margin-bottom: 24px;
    display: inline-block;
    text-transform: uppercase;
}

.thindustry .industry .industry-first .indtxt {
        font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color: #fff;
    margin: 0 auto 28px;
}

.thindustry .industry .industry-first .indbtmtxt {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #fff;
    opacity: .6;
    margin: 0 auto 100px
}

.thindustry .industry .industry-first .dbl-qt {
    margin-bottom: 45px;
margin-left: 0;
}

.thindustry .industry .industry-second {
    display: block
}

.thindustry .industry .industry-second .first-img {
    margin-left: 0px;
    padding: 0px 21px 0px 0px;
}

.thindustry .industry .industry-second .first-img:last-child {
    padding-right: 0px;
}

.thindustry .btm-img {
    display: block;
    text-align: left;
    padding-bottom: 20px;
    margin:0;
}

.di-flex .fs {
    flex-wrap: nowrap
}

.vieo-sec {
    padding: 40px 0 0;
    background: #000;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, .61);
    display: flex;
    align-items: center
}

.popup-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    margin: -250px auto auto;
    top: 50%
}

.popup-content p {
    font-size: 17px;
    padding: 10px;
    line-height: 20px
}

.popup-content span {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.popup-content span:focus,
.popup-content span:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.card {
    width: 305px;
    height: 170px !important;
    display: flex !important;
    border-radius: 6px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    background: url(../img/image-452.png) 50%/cover;
    overflow: hidden
}

.card,
.card-play {
    position: relative
}

.card-play {
    width: 48px;
    height: 48px;
    z-index: 1;
    margin: auto;
    opacity: 0;
    background: url(../oceanwp-child-theme-master/img/ldtv/play.svg) 50%/cover;
    cursor: pointer;
    transition: opacity .3s ease-out
}

.card-play:after {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all .5s ease-out
}

.card-play:after,
.card-video {
    position: absolute;
    background: #000
}

.card-video {
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}

.card-video iframe,
.card:after {
    width: 100%;
    height: 100%
}

.card:after {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: radial-gradient(circle closest-side, hsla(0, 0%, 100%, .3), transparent);
    transition: opacity .5s ease-out
}

.card:hover .card-play,
.card:hover:after {
    opacity: 1
}

.clsbtn {
    margin: 0;
    border: 0;
    padding: 0;
    background: #000;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .15s;
    position: absolute;
    right: -14px;
    top: -14px;
    line-height: 100%
}

.clsbtn .icon-cross {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    position: relative;
    width: 22px;
    height: 22px
}

.clsbtn .icon-cross:after,
.clsbtn .icon-cross:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
    border-radius: 6px
}

.clsbtn .icon-cross:before {
    transform: rotate(45deg)
}

.clsbtn .icon-cross:after {
    transform: rotate(-45deg)
}

.clsbtn .icon-cross span {
    display: block
}

.clsbtn:focus,
.clsbtn:hover {
    transform: rotate(90deg);
    background: #000
}

.cross-stand-alone {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    position: relative;
    width: 40px;
    height: 40px
}

.cross-stand-alone:after,
.cross-stand-alone:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 4px;
    background: #000;
    border-radius: 4px
}

.cross-stand-alone:before {
    transform: rotate(45deg)
}

.cross-stand-alone:after {
    transform: rotate(-45deg)
}

.cross-stand-alone span {
    display: block
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.btnbg {
    width: 68px;
    height: 68px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: #007bb6;
    display: inline-block
}

.btnbg:active {
    transform: scale(.9)
}

.play {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.line,
.play {
    position: absolute
}

.line {
    width: 4px;
    height: 50%;
    background: #fff;
    transition: all .4s cubic-bezier(.8, 0, .33, 1)
}

.play .line {
    margin: 25% 0
}

.play .line_1 {
    left: 28%
}

.play .line_2 {
    height: 56%;
    left: 60%;
    transform: rotate(-55deg) translateY(-128px) translateX(16px);
    transition-delay: .1s
}

.play .line_3 {
    height: 56%;
    left: 60%;
    transform: rotate(55deg) translateY(-128px) translateX(16px);
    transition-delay: .2s
}

.play.active .line {
    opacity: 1;
    height: 47%;
    margin: 20% 0
}

.play.active .line_1 {
    left: 36%;
    transform: translateY(-2px)
}

.play.active .line_2 {
    height: 46%;
    left: 70%;
    transform: rotate(-58deg) translateY(-14px) translateX(2px)
}

.play.active .line_3 {
    height: 40%;
    left: 70%;
    transform: rotate(62deg) translateY(13px) translateX(2px)
}

.playBut.sm {
    width: 38px;
    height: 38px
}

.playBut {
    stroke: #f8aa28;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all .5s ease;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #007bb6;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    margin: 0 auto
}

.playBut .triangle {
    -webkit-transition: all .7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #fff;
    transform: translateY(0)
}

.playBut.sm .triangle {
    transform: translate(10px, 11px)
}

.playBut:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #f8aa28;
    animation: nudge .7s ease-in-out
}

.cat-tab {
    display: none
}

.cat-tab.active {
    display: block
}

.Instagrams {
    padding: 34px 0
}

.inst {
    position: relative;
    background: #111
}

.social-media-1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    background: #202025;
    border-radius: 8px;
    padding: 12px 24px;
    margin-bottom: 22px;
    display: inline-block;
}

.insta-first .insta-heding {
    max-width: 554px;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -.03em;
    color: #fff
}

.insta-first .insta-txt {
    max-width: 480px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.01em;
    color: #fff;
    opacity: .6
}

.inst-scnd .right-img img {
    height: auto;
    border-radius: 10px;
display: inline-block;
    vertical-align: top;
}

.inst-scnd .insa-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -34px;
    margin-left: -34px;
}

button {
    text-align: center;
    cursor: pointer;
    padding: 16px;
    width: 140px;
    height: 51px
}

.load-more {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: -.01em;
    color: #888891;
    border: 1px solid #888891;
    background: #000;
    border-radius: 40px;
    margin: 0 auto
}

.second {
    padding: 40px 0
}

.arrowtop {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #888891;
    border-left: 2px solid #888891;
    transform: rotate(-45deg);
    margin: 0 0 8px 10px
}

.loadmorebg {
    padding-bottom: 30px
}

.inactive {
    display: none
}

@media screen and (max-width:1023px) {
    header.ldtv-header .hamburger-menu span {
        background: #fff
    }
}

@media screen and (max-width:768px) {
    .w-50 {
        width: 100%
    }
    .w50 {
        width: 100% !important;
    }
    .thumbTxt .thumbsmltxt {
        font-size: 12px
    }
    .allcategories .cate-box {
        padding: 15px;
        margin-right: 12px;
        white-space: nowrap
    }
    .new-case-study-row {
        margin:0 auto !important;
    }
}

@media screen and (max-width:767px) {
.Ytsld .slid {
    overflow-x: auto;
    width: 480px;
    height: 345px;
    flex-direction: column;    
    flex-wrap: wrap;
    align-content: flex-start;
}
    .web-category {
        margin-top: 105px
    }
    .card {
        height: 223px
    }
    .card,
    .creative-box .w-50,
    .industry .w-50,
    .maincnt .first .w-50,
    .reaysec .w-50,
    .recentsrv .w-50,
    .space-ld .w-50 {
        width: 100% !important;
    }
    .first-part .watch-txt {
        font-size: 14px
    }
    
.social-media-1 {
    margin-top: 22px;
}
.insta-first .insta-heding {
    font-size: 24px;
    line-height: 36px;
}
.insta-first .insta-txt {
    font-size: 16px;
    line-height: 24px;
}
    .slid,
    .Ytsld {
        flex-direction: row
    }
    .web-category .Ytsld .slid {
         overflow-x: inherit;
        width: 100%;
        height: auto;
        flex-direction: row
    }
    .thumbnail .icon-txt {
        flex-direction: row
    }
    .first-part {
        text-align: center
    }    
   
    .ldtvinsigh .second-part .ldtv-txt {
        font-size: 16px;
        text-align: center;
        padding: 0 20px;
        line-height: 22px;
        margin: 0 auto
    }
    .first-part .Fbcreator {
        font-size: 32px;
        line-height: 41px;
        text-align: center
    }
    .second-part {
        border-left: none
    }
    .Categories .di-flex {
        flex-direction: row
    }
    .web-category .Categories {
        padding: 10px 0 0;
        margin-bottom: 60px;
        overflow-x: auto
    }
    .web-category .Categories .di-flex {
        flex-wrap: inherit;
        justify-content: inherit
    }
    .di-flex.fs {
        flex-direction: row
    }
    .thindustry .btm-img {
        display: block
    }
    .thindustry {
        position: relative
    }
    
    .first-fold {
        background-image: linear-gradient(273deg, transparent, #000 60.82%);
        padding: 40px 0 0
    }
    .thindustry .industry .industry-first .indtxt {
        font-size: 24px;
        line-height: 32px
    }
    .ldtvinsights {
        padding: 24px 0
    }
}

@media screen and (max-width:480px) {
    .first-part .Fbcreator {
        font-size: 32px;
        line-height: 41px;
        text-align: center
    }
}

.maincnt {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto
}

#career {
    background: #f8f8f8;
    height: 100vh
}

h1 {
    margin: 0;
    padding: 30px 0
}

.ltSec {
    width: 80%;
    overflow: hidden
}

.rtSec {
    width: 20%
}

.carouselbg {
    width: 100%;
    padding: 15px 0
}

.joblistitem {
    border-top: 1px solid #888891;
    border-bottom: 1px solid #888891;
    position: relative;
    display: flex
}

#joblist {
    color: #fff;
    list-style-type: none;
    display: inline-flex;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    align-items: center
}

#joblist li {
    color: #888891;
    margin: 0 30px 0 0;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    position: relative
}

#joblist li:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    transition: all .3s ease-in
}

#joblist li.act:after {
    width: 100%;
    background: #f15a22;
    transition: all .3s ease-in
}

#jobcard dl {
    box-sizing: border-box;
    width: 402px;
    height: 190px;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #d7d7da;
    border-radius: 8px;
    justify-content: flex-start;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    margin: 10px
}

#jobcard dl dt {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -.01em;
    display: flex
}

#jobcard dl dd,
ul {
    margin: 0;
    padding: 0
}

#jobcard dl dd p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #202025
}

#jobcard dl dd li {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    gap: 23px;
    height: 36px;
    background: #f2f2f3;
    border-radius: 8px;
    margin-right: 5px
}

#jobcard dl dd li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    letter-spacing: -.01em;
    color: #56565d
}

#joblist li.hidden {
    display: none
}

.scroll-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
    background-color: #f5f5f5;
    border-radius: 5px
}

.scroll-style::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 5px;
    height: 5px
}

.scroll-style::-webkit-scrollbar-thumb {
    background-color: #a5a5a5
}

#nextBtn {
    right: 20%
}

#nextBtn,
#prevBtn {
    width: 40px;
    height: 100%;
    line-height: 40px;
    position: absolute;
    margin-right: -50px;
    cursor: pointer;
    top: 0;
    z-index: 555;
    background: #fff
}

#prevBtn {
    left: 0
}

.arrow {
    margin: 0 0 0 10px;
    position: relative
}

.arrow,
.arrow:after {
    display: inline-block;
    height: 12px;
    width: 12px
}

.arrow:after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    left: -7px;
    position: absolute;
    top: 2px
}

.arrow.is-left {
    transform: rotate(315deg)
}

.arrow.is-right {
    transform: rotate(140deg)
}

.arrow.is-right:after {
    top: -14px;
    left: -2px
}

.arrow:after {
    border-color: #000
}

.arrow:before {
    background-color: #000
}

.search-container {
    position: relative;
    display: inline-flex;
    margin: 4px 2px;
    height: 44px;
    width: 100%;
    vertical-align: bottom;
    align-items: flex-start;
    justify-content: flex-end
}

.mglass {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-top: 6px
}

.searchbutton {
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0
}

.search:focus+.searchbutton {
    color: #000
}

.search,
.search:focus+.searchbutton {
    transition-duration: .4s;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    background-color: #fff
}

.search {
    position: absolute;
    right: 30px;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10
}

.search:focus {
    width: 169px;
    padding: 0 16px 0 0;
    text-indent: 10px
}

.journey-form .form input {
    padding: 24px
}

.journey-form .form ul li {
    padding: 14px 0 5px
}

.journey-form .form select {
    padding: 24px
}

.journey-btn {
    width: 100%
}

@media screen and (max-width:1298px) {
    .maincnt {
        max-width: 100%;
        padding: 0 20px
    }
    .journey-form .form ul li {
        padding: 14px 0 5px 16px
    }
    .journey-form .form li label {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) and (max-width:1024px){
    .Ytsld .thumbnail .sub-txt {
        right: 20px;
    }
}

@media screen and (min-width: 992px) {
/*     .ldtv-header .container {
        max-width: 990px;
    } */
}

@media screen and (max-width:991px) {
.inst-scnd .right-img {
    text-align: center;
}
    .maincnt {
        max-width: 100%;
        padding: 0 20px
    }
    .first-part .Fbcreator {
        font-size: 40px;
        line-height: 45px
    }
    .first-part .watch-txt {
        font-size: 18px;
        margin-bottom: 90px
    }
    .thumbTxt .thumbsmltxt {
        font-size: 16px
    }
    .allcategories .cate-box .cat-txt {
        font-size: 14px
    }
    .ldtvinsigh .second-part .ldtv-txt {
        font-size: 16px;
        padding-left: 46px
    }
    .thindustry .industry .industry-first .indtxt {
        font-size: 24px;
        line-height: 32px
    }
    .thindustry .industry .industry-first .indbtmtxt {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 80px
    }
    .slider .thumbnail .sub-txt {
        padding: 4px;
        margin: 0 auto;
        font-size: 12px;
        top: 3px;
        right: 4px
    }
    .journey-form .form ul li {
        padding: 14px 0 5px 16px
    }
}

@media screen and (max-width:907px) {
    .first-part .watch-txt {
        font-size: 14px
    }
    .first-part .Fbcreator {
        font-size: 36px;
        line-height: 42px
    }
    .slid,
    .thumbnail .icon-txt,
    .Ytsld {
        flex-direction: row
    }
    .Ytsld .thumbnail {
        position: relative;
        /*margin-right: 14px;*/
        flex: none
    }
    .ldtvinsigh .second-part .ldtv-txt {
        font-size: 16px;
        text-align: center;
        padding: 0 20px;
        line-height: 22px
    }
    .Social {
        margin-bottom: 16px
    }
    .web-category .Categories {
        padding: 10px 0 0;
        margin-bottom: 60px;
        overflow-x: auto
    }
    .w-33 {
        width: 100%
    }
    .popup-content {
        padding: 7px;
        width: 88%;
        margin-top: -180px;
        top: 50%
    }
    .w-50 {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .thumbTxt .thumbsmltxt {
        font-size: 12px
    }
    .card,
    .w-40,
    .w-60 {
        width: 100%
    }
    .card {
        height: 223px
    }
    .w-50 {
        width: 100%
    }
    .first-part .watch-txt {
        font-size: 14px
    }
    .di-flex.inst {
        flex-direction: column-reverse;
    }
    .slid,
    .Ytsld {
        flex-direction: row
    }
    .first-part {
        text-align: center
    }
    .Ytsld .thumbnail {
        margin-right: 10px;
        align-self: auto;
        white-space: nowrap;
        display: inline-block;
        width: 360px;
        max-width: 100%;
    }
    }
    
    .ldtvinsigh .second-part .ldtv-txt {
        font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.02em;
    color: #fff;
    opacity: .8;
    padding-left: 88px;
    padding-right: 80px;
    }
    .first-part .Fbcreator {
        font-size: 32px;
        line-height: 41px;
        
    }
    .second-part {
        border-left: 1px solid hsla(0,0%,85.1%,.8);
    }
    .di-flex.fs {
        flex-direction: row
    }
    .thindustry .btm-img {
        display: block
    }
    .thindustry {
        position: relative
    }
    
    .first-fold {
        background-image: linear-gradient(273deg, transparent, #000 60.82%);
        padding: 40px 0 0
    }   
    .ldtvinsights {
        padding: 24px 0
    }
    .Social .social-txt {
        font-size: 32px;
        line-height: 32px;
        text-align: center
    }
    
    .insta-first .insta-txt {
        font-size: 16px;
        line-height: 24px
    }
    
    .Social {
        margin-bottom: 74px
    }
    .vieo-sec {
        padding: 10px 0
    }
    .Ytsld .thumbnail {
        align-self: auto
    }
    .inst-scnd {
    position: relative;
}
.inst-scnd .right-img {
    text-align: right;
}
    .popup-content {
        padding: 7px;
        width: 88%;
        margin-top: -250px;
        top: 50%
    }
    .clsbtn {
        right: -18px;
        top: -25px
    }
    .second {
        padding: 40px 0 0
    }
    .load-more {
        position: relative;        
    }
    .rd-btn {
        justify-content: flex-start;
        margin-bottom: 10px;
        flex-direction: column;
        align-items: baseline
    }
    .di-flex .top-sec {
        margin-bottom: 16px
    }
    .di-flex .top-img,
    .di-flex .top-sec {
        flex-direction: row
    }
    .srvsecnd {
        position: static;
        padding: 36px 16px
    }
    .srvsecnd .promotional-wht .promotional-heading {
        font-size: 24px;
        line-height: 32px
    }
    .surveybox .srvbox {
        max-width: 416px;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px
    }
    .readysecnd {
        padding-left: 16px;
        margin-bottom: 20px
    }
    .readyfst .ready-txt {
        line-height: 38px
    }
    .rady {
        background-size: auto
    }
    .readyfst {
        padding: 28px 26px
    }
    .rd-btn .radiobtn {
        border: 1px solid #f2f2f3;
        padding: 16px;
        margin-right: 0;
        margin-bottom: 26px
    }
    .survey-heading {
        font-size: 32px;
        line-height: 48px
    }
    .btm-sec .doyou-txt {
        font-weight: 700;
        font-size: 24px;
        line-height: 34px;
        padding: 0 0 11px
    }
    .btm-sec,
    .top-sec {
        padding: 0 22px
    }
    .surveybox {
        padding: 0
    }
    .survey {
        margin-bottom: 20px
    }
    .thank-container .tnk-txt h2 {
        font-size: 24px;
        line-height: 32px
    }
    .tnk-txt {
        padding: 0 0 50px
    }
    .thank-container .back-home {
        padding: 0 0 66px
    }
    .career-detail .job-detail .browse {
        margin-top: 90px
    }
    .career-detail {
        padding: 20px 0 0
    }
    .journey-form .form li label {
        font-size: 14px
    }
    .journey-form .form ul li {
        padding: 6px 0
    }
    .journey-form .form,
    .journey-form .form input,
    .journey-form .form select {
        padding: 16px
    }
}

@media screen and (max-width:753px) {
    .thindustry .btm-img {
        top: 310px;
    }
    .inst-scnd .insa-btn {
        position: absolute;
        top: 64%;
        left: 41%
    }
	.card.video-button {
    		background-repeat: unset !important;
	}
}

@media screen and (max-width:480px) {
    .first-part .Fbcreator {
        font-size: 32px;
        line-height: 41px;
       
    }
    .thindustry .industry .industry-first .indbtmtxt {
        font-size: 14px
    }
    .thindustry .btm-img {
        top: 245px
    }
    .thank-container .tnk-txt p {
        max-width: 285px
    }
    .thank-container .tnk-txt h2 {
        padding: 20px 0;
        max-width: 282px;
        font-size: 24px;
        line-height: 32px;
        margin: 0 auto
    }
}

@media screen and (max-width:451px) {
    .thindustry .btm-img {
        top: 248px
    }
}

@media screen and (max-width:429px) {
    .thindustry .btm-img {
        top: 310px;
    }
}

@media screen and (max-width:360px) {
    .thindustry .btm-img {
        top: 284px
    }
}

@media screen and (max-width:767px) {
    #jobcard {
        align-items: center;
        display: flex;
        flex-direction: column
    }
    #jobcard dl {
        box-sizing: border-box;
        width: 94%
    }
    .rtSec {
        display: none
    }
    .ltSec {
        width: 100%
    }
    #nextBtn {
        right: 0;
        margin-right: 0
    }
}

.surveymain {
    background: #fff
}

.survey {
    margin-bottom: 48px;
    flex-wrap: nowrap
}

.survey-heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    color: #202025;
    margin: 0 auto 24px
}

.survey .recentsrv {
    position: relative
}

.srvsecnd {
    position: absolute;
    right: 75px;
    background: #fff;
    box-shadow: 0 20px 108px rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 30px;
    top: 22%
}

.srvsecnd .promotional-wht .promotional-heading {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -.01em;
    color: #202025;
    margin: 0 auto
}

.srvsecnd .promotional-wht .promotional-txt {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.01em;
    color: #202025
}

.srvsecnd .promotional-wht .date {
    margin-bottom: 70px
}

.srvsecnd .promotional-wht .date p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #888891
}

.viewreport {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #007bb6
}

.surveybox {
    padding: 40px 0
}

.surveybox .srvbox {
    max-width: 416px;
    height: auto;
    margin-right: 14px
}

.surveybox .srvbox .srv-txt {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -.01em;
    color: #202025;
    max-width: 369px;
    margin: 0;
    padding: 10px 0;
    min-height: 87px
}

.surveybox .srvbox .date p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #888891;
    margin: 0 auto
}

.Ready {
    margin-bottom: 40px
}

.rady {
    background-image: url(../img/ready-banner-1.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    overflow: hidden;
    background-color: #202025
}

.readyfst {
    padding: 56px 40px
}

.readyfst .ready-txt {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin: 0 auto;
    letter-spacing: -.01em;
    color: #f2f2f3
}

.readysecnd {
    padding-left: 273px
}

.takebtn {
    align-items: center;
    padding: 24px;
    gap: 8px;
    border: 0;
    max-width: 278px;
    width: 100%;
    height: 64px;
    background: #007bb6;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 16px
}

.doyousec .doyoufst {
    background: #034ea2;
    border-radius: 8px
}

.top-sec {
    background: #303035;
    border-radius: 8px 8px 0 0;
    padding: 0 36px
}

.top-txt {
    padding-left: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -.01em;
    color: #f2f2f3
}

.doyousec .doyousnd {
    padding-left: 20px
}

.doyousec .doyousnd-txt {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #202025;
    margin: 0 auto
}

.doyousec .date {
    line-height: 24px;
    color: #888891
}

.doyousec .date,
.top-snd {
    font-weight: 500;
    font-size: 16px
}

.top-snd {
    line-height: 19px;
    letter-spacing: -.01em;
    color: #f2f2f3
}

.btm-sec {
    padding: 0 36px
}

.btm-sec .doyou-txt {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -.01em;
    color: #f2f2f3;
    margin: 0 auto;
    padding: 30px 0 11px
}

.rd-btn {
    justify-content: flex-start;
    margin-bottom: 30px
}

.rd-btn .radiobtn {
    border: 1px solid #f2f2f3;
    padding: 16px;
    margin-right: 10px
}

.rd-btn .radiobtn label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #f2f2f3;
    vertical-align: middle
}

input[type=radio] {
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.submit {
    align-items: center;
    padding: 24px;
    gap: 8px;
    width: 170px;
    height: 64px;
    background: #f15a22;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: none;
    margin: 0 auto
}

.btm-sec .date p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #bdbdc2
}

.srv {
    padding: 20px 0 0;
    margin-bottom: 12px
}

.box {
    font-family: Signika, sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative
}

.view-report {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(32, 32, 37, .9);
    width: 168px;
    height: 64px;
    border: 1px solid #fff;
    border-radius: 8px
}

.box:after,
.box:before {
    content: "";
    background: rgba(32, 32, 37, .9);
    width: 0;
    height: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease-in-out
}

.box:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0
}

.box:hover:after,
.box:hover:before {
    width: 100%;
    height: 100%
}

.box img {
    max-width: 100%;
    height: auto
}

.box .box-content {
    color: #fff;
    width: 85%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all .6s ease
}

.box:hover .box-content {
    opacity: .9
}

@media screen and (max-width:767px) {
    .rd-btn {
        justify-content: flex-start;
        margin-bottom: 10px;
        flex-direction: column;
        align-items: baseline
    }
    .di-flex .top-sec {
        margin-bottom: 16px
    }
    .di-flex .top-img,
    .di-flex .top-sec {
        flex-direction: row
    }
    .srvsecnd {
        position: static;
        padding: 36px 16px
    }
    .srvsecnd .promotional-wht .promotional-heading {
        font-size: 24px;
        line-height: 32px
    }
    .surveybox .srvbox {
        max-width: 416px;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px
    }
    .readysecnd {
        padding-left: 16px;
        margin-bottom: 20px
    }
    .readyfst .ready-txt {
        line-height: 38px
    }
    .rady {
        background-size: auto
    }
    .readyfst {
        padding: 28px 26px
    }
    .rd-btn .radiobtn {
        border: 1px solid #f2f2f3;
        padding: 16px;
        margin-right: 0;
        margin-bottom: 26px
    }
    .survey-heading {
        font-size: 32px;
        line-height: 48px
    }
    .btm-sec .doyou-txt {
        font-weight: 700;
        font-size: 24px;
        line-height: 34px;
        padding: 0 0 11px
    }
    .btm-sec,
    .top-sec {
        padding: 0 22px
    }
    .surveybox {
        padding: 0
    }
    .survey {
        margin-bottom: 20px
    }
}

.thankbox-main {
    padding: 70px 0 0
}

.thankumain {
    background: #f2f2f3;
    padding: 50px 0 100px
}

.thank-container {
    max-width: 634px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .05);
    border-radius: 8px
}

.thank-container .tnk-box {
    background-image: url(../img/thnk-bg.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;
    overflow: hidden
}

.cr-group {
    border: 18px solid rgba(0, 124, 0, .1);
    border-radius: 50%;
    width: 145px;
    height: 145px;
    padding: 0;
    background: rgba(0, 124, 0, .1);
    margin: 0 auto;
    display: block
}

.thank-container .tnk-box .green-curcule {
    background-color: #007c00;
    padding: 26px;
    border-radius: 50%;
    width: 108px;
    height: 108px;
    margin: 0 auto
}

.green-curcule img {
    display: block;
    margin: 0 auto;
    bottom: 0
}

.tnk-txt {
    padding: 0 0 70px
}

.thank-container .tnk-txt h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -.03em;
    color: #202025
}

.thank-container .tnk-txt p {
    max-width: 380px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -.03em;
    color: #6e6e77;
    margin: 0 auto
}

.thank-container .back-home {
    padding: 0 0 48px
}

.thank-container .back-home .browse {
    font-size: 16px;
    color: #007bb6;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    margin: 0 auto
}

.thank-container .back-home .browse img {
    display: inline-block;
    font-size: medium;
    vertical-align: middle;
    margin-right: 8px
}

@media screen and (max-width:767px) {
    .thank-container .tnk-txt h2 {
        font-size: 24px;
        line-height: 32px
    }
    .tnk-txt {
        padding: 0 0 50px
    }
    .thank-container .back-home {
        padding: 0 0 66px
    }
}

.journey {
    padding: 20px 0
}

.journey .browse {
    font-size: 16px;
    color: #007bb6;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block
}

.journey .browse img {
    display: inline-block;
    font-size: medium;
    vertical-align: middle;
    margin-right: 8px
}

.journey-form {
    max-width: 1190px;
    margin: 0 auto;
    box-sizing: border-box
}

.journey-form .jny-txt {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -.01em;
    color: #202025;
    margin-bottom: 5px
}

.journey-form .sub-txt {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #888891;
    margin: 0 auto 40px
}

.journey-form .form {
    padding: 50px;
    background: #fff;
    box-shadow: 0 4px 44px rgba(32, 32, 37, .08);
    border-radius: 0 0 8px 8px
}

.journey-form .form input {
    max-width: 525px;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #888891;
    padding: 22px 16px;
    border: 1px solid #bdbdc2;
    border-radius: 8px
}

.journey-form .form ul li {
    padding-bottom: 22px;
    position: relative
}

.journey-form .form ul li:nth-child(odd) {
    padding-right: 20px
}

.journey-form .form ul li:nth-child(2n) {
    padding-left: 20px
}

.journey-form .form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 525px;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #888891;
    padding: 22px 16px;
    border: 1px solid #bdbdc2;
    border-radius: 8px;
    background: #fff url(../img/expand_more.png) scroll no-repeat 100% 0;
    background-position: 95% 50%
}

.journey-form .form .valdi-txt {
    margin: 0 auto;
    color: red;
    font-size: 14px;
    position: absolute
}

.journey-form .form li label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #202025
}

.journey-btn {
    padding: 24px;
    gap: 8px;
    max-width: 524px;
    width: calc(50% - 16px);
    height: 64px;
    background: #034ea2;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    border: 1px dashed #bdbdc2;
    border-radius: 8px;
    padding: 32px 0;
    height: 175px;
    box-sizing: border-box
}

.upload-btn-wrapper img {
    border: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block
}

.upload-btn-wrapper .text {
    line-height: 100%;
    text-align: center;
    letter-spacing: -.01em;
    color: #202025;
    margin: 16px 0 8px;
    position: relative
}

.upload-btn-wrapper .btn,
.upload-btn-wrapper .text {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px
}

.upload-btn-wrapper .btn {
    border: none;
    color: #007bb6;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    margin-left: 2px;
    cursor: pointer
}

.upload-btn-wrapper input[type=file]:not(.input-file) {
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    padding: 74px 0;
    max-width: 100%;
    font-weight: 400;
    cursor: pointer;
    transform: translate(-50%, -50%);
    margin-top: -14px
}

.upload-btn-wrapper .support {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -.01em;
    color: #888891;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width:1298px) {
    .maincnt {
        max-width: 100%;
        padding: 0 20px
    }
    .journey-form .form li label {
        font-size: 14px
    }
}

@media screen and (max-width:991px) {
    .maincnt {
        max-width: 100%;
        padding: 0 20px
    }
    .journey-form .form ul li:nth-child(odd) {
        padding-right: 16px
    }
    .journey-form .form ul li:nth-child(2n) {
        padding-left: 16px
    }
}

@media screen and (max-width:907px) {
    .web-category .Categories {
        padding: 10px 0 0;
        margin-bottom: 60px;
        overflow-x: auto
    }
    .w-33 {
        width: 100%
    }
    .popup-content {
        padding: 7px;
        width: 88%;
        margin-top: -180px;
        top: 50%
    }
    .journey-form .form .w-50 {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .journey-form .form .w-50 {
        width: 100%
    }
    .journey-form .form li label {
        font-size: 14px
    }
    .journey-form .form {
        padding: 32px 16px
    }
    .journey-form .form input,
    .journey-form .form select {
        padding: 16px
    }
    .journey-form .form ul li {
        padding-bottom: 22px;
        position: relative;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .journey-btn,
    .journey-form .form input,
    .journey-form .form select {
        max-width: 100%
    }
    .journey-btn {
        width: 100%
    }
}

.career-detail {
    background-color: #fcfcfc;
    padding: 20px 0 0;
    margin-bottom: 50px
}

.career-detail .job-detail {
    border-bottom: 1px solid #d7d7da
}

.career-detail .job-detail .browse {
    font-size: 16px;
    color: #007bb6;
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block
}

.career-detail .job-detail .browse img {
    display: inline-block;
    font-size: medium;
    vertical-align: middle;
    margin-right: 8px
}

.career-detail .job-detail h1 {
    font-size: 48px;
    color: #202025;
    font-weight: 700;
    line-height: 1.5
}

.career-detail .job-detail .title {
    font-size: 24px;
    color: #202025;
    line-height: 1.5;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 5px
}

.career-detail .job-detail .location {
    font-size: 16px;
    color: #202025;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 16px
}

ul {
    list-style: outside none none
}

li,
ul {
    padding: 0;
    margin: 0
}

.career-detail .job-detail ul {
    font-size: 0;
    margin-bottom: 50px
}

.career-detail .job-detail ul li {
    display: inline-block;
    font-size: medium;
    vertical-align: top;
    background-color: #f2f2f3;
    margin-right: 10px;
    border-radius: 8px
}

.career-detail .job-detail ul li a {
    display: block;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    color: #56565d
}

.career-detail .job-des {
    padding: 56px 0;
    border-bottom: 1px solid #d7d7da
}

.career-detail .job-des .dec {
    font-size: 24px;
    font-weight: 600;
    color: #202025;
    line-height: 34px;
    margin: 0 auto
}

.career-detail .job-des .title {
    font-size: 20px;
    color: #202025;
    line-height: 1.5;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 16px
}

.career-detail .job-des .role {
    font-size: 16px;
    color: #202025;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 26px
}

.career-detail .job-des .para {
    margin-bottom: 26px
}

.career-detail .job-des ul {
    list-style: outside disc;
    padding: 0 0 0 24px;
    margin-bottom: 26px
}

.career-detail .job-des ul li {
    font-size: 16px;
    color: #202025;
    font-weight: 400;
    letter-spacing: -.01em
}

.career-detail .btn-apply {
    display: block;
    background-color: #007bb6;
    font-size: 16px;
    line-height: 16px;
    padding: 24px;
    color: #fff;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 251px;
    margin-top: 55px;
    border-radius: 8px;
    margin-bottom: 50px
}

.career-detail img {
    display: inline-block;
    font-size: medium;
    vertical-align: middle;
    margin-left: 8px;
    color: #fff
}

@media screen and (max-width:991px) {
    .maincnt {
        max-width: 100%;
        padding: 0 20px
    }
}

@media screen and (max-width:767px) {
    .career-detail .job-detail .browse {
        margin-top: 90px
    }
    .career-detail {
        padding: 20px 0 0
    }
}

.featurcmp {
    margin-bottom: 36px
}

.creptfo {
    background-color: #fbfbfb
}

.creptfo h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -.01em;
    color: #202025
}

.creative-box {
    box-sizing: border-box;
    align-items: flex-start
}

.creative {
    padding-right: 10px
}

.creative-box img {
    border-radius: 8px
}

.featurcmp .creative {
    position: relative
}

.upbox {
    position: absolute;
    top: 25px;
    right: 40px;
    background: #fff;
    border-radius: 8px;
    max-width: 170px;
    height: auto;
    padding: 8px
}

.featurcmp .crdmo {
    position: relative;
    padding-left: 10px
}
.banner-slider-portfolio {position:absolute; left:-26572px}
.banner-slider-gallery {position:absolute; left:-13704px}
.creative-box .creative-txt {
    min-height: 84px;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -.01em;
    color: #202025;
    margin: 18px auto 0
}

.cre-smbox .e-com {
    margin-right: 26px
}

.cre-smbox .e-com p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #888891
}

.cre-smbox .e-com p span {
    vertical-align: top;
    position: relative;
    top: -4px;
    right: 9px
}

.audiance-img {
    position: relative;
    margin-bottom: 60px
}

.new-audiance .upbox {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #fff;
    border-radius: 8px;
    max-width: 148px;
    height: auto;
    padding: 10px 21px
}

.new-audiance .audiance-txt {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -.01em;
    color: #202025;
    margin: 24px auto 14px
}

.calu {
    margin-bottom: 70px
}

.new-audiance .audiance-smt {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #888891;
    margin: 0 auto
}

.new-audiance .txt-box {
    max-width: 410px;
    width: 100%;
    min-height: 268px;
    background: #f2f2f3;
    border-radius: 8px;
    padding: 72px 104px 72px 42px;
    margin-right: 14px;
    margin-bottom: 14px
}

.new-audiance .txt-box .hed {
    font-weight: 700;
    font-size: 72px;
    line-height: 91px;
    letter-spacing: -.01em;
    color: #034ea2;
    margin: 0 auto
}

.new-audiance .txt-box .sub-txt {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #202025;
    margin: 0 auto;
    min-height: 58px
}

.social-mediacrea {
    margin-bottom: 60px
}

.social-mediacrea h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -.01em;
    color: #202025
}

.social-mediacrea ul li {
    margin-right: 10px;
    margin-bottom: 10px
}

.short-films {
    margin-bottom: 60px
}

.short-film .thmb img {
    background: #000;
    border-radius: 8px
}

.short-film .thmb {
    position: relative;
    margin-right: 12px
}

.short-film .thumb-icon {
    position: absolute;
    top: 40%;
    right: 43%
}

.short-films h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -.01em;
    color: #202025
}

.Workbybrands .work-box {
    max-width: 307px;
    width: 100%;
    min-height: 157px;
    background: #f2f2f3;
    border-radius: 8px;
    padding: 24px 32px;
    margin-right: 10px;
    margin-bottom: 10px
}

.work-boximg {
    min-height: 72px;
    margin-bottom: 30px
}

.work-box .work-smbox p {
    margin: 0 auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -.01em;
    text-transform: uppercase;
    color: #6e6e77
}

.work-box .e-com p span {
    position: relative;
    top: 0;
    right: -2px
}

.Workbrands {
    align-items: inherit;
    justify-content: center
}

.audiance-img .thumb-icon {
    position: absolute;
    top: 38%;
    right: 48%;
    bottom: 0
}

.di-flex.short-film {
    justify-content: center
}

@media screen and (max-width:1298px) {
    .maincnt {
        max-width: 100%;
        padding: 0 20px
    }
}

@media screen and (max-width:991px) {
    .maincnt {
        max-width: 100%;
        padding: 0 20px
    }
    .short-film,
    .socmdcr {
        justify-content: center
    }
    .work-smbox {
        flex-direction: row
    }
    .upbox {
        right: 29%
    }
    .cre-smbox {
        flex-direction: row
    }
    .upbox {
        right: 40px
    }
}

@media screen and (max-width:767px) {
    .Workbrands {
        align-items: center
    }
    .short-film,
    .socmdcr {
        justify-content: center
    }
    .work-smbox {
        flex-direction: row
    }
    .short-films h2 {
        text-align: center
    }
    .cre-smbox {
        flex-direction: row
    }
    .upbox {
        right: 8%;
        max-width: 107px
    }
    .creptfo h1 {
        font-size: 24px;
        line-height: 9px
    }
    .new-audiance .upbox {
        top: 6px;
        right: 6px;
        max-width: 87px;
        padding: 4px
    }
}
.no-ldtv{
height: 320px;text-align:center;padding-top: 75px;
}
.btm-img img{
float:left;
}
.first-img img {
    border-radius: 10px;
}
p.newRele {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    letter-spacing: -.03em;
    color: #fff;
    margin: 0 auto 12px;
}
/*
@media screen and (max-width:1024px) {
    .Ytsld .thumbnail {
        position: relative;
        flex: none;
        min-width: 50%;
        padding-right: 0px;
        margin-right: 0px;
    }
}
*/

header.ldtv-header .menu ul li a.nav-link:after {
    background: transparent url(../oceanwp-child-theme-master/img/ldtv/up-arrow-white.png) scroll no-repeat 50% 50%;
    transform: translate(-50%,-50%) rotate(180deg);
}
header.ldtv-header .menu ul li:hover a.nav-link:after {
    background: transparent url(../oceanwp-child-theme-master/img/ldtv/up-arrow-white.png) scroll no-repeat 50% 50%;
    transform: translate(-50%,-50%) rotate(0)
}
.thindustry .industry .industry-first span.indbtmtxt {
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 80px;
    text-transform: none;
}
.web-category .Ytsld {
        flex-direction: row
    }

@media screen and (max-width: 767px){
.card {
    height: 223px;
    max-width: 100%;
}
.Ytsld .thumbnail .sub-txt {
	right:23px;
}
}
@media screen and (max-width: 753px){
.inst-scnd .insa-btn {
    position: absolute;
    top: 50%;
    left: 50%;
}
}
.w50 {
    width: 50%;
}
header.ldtv-header .menu ul li a.nav-link img.ldtv-globe {
    display: inline-block;
    padding: 0px 2px 2px;
}
.thindustry .industry .industry-second .first-img:first-child{
    margin-left: 0 !important;
} 

/** - new ldtv css - **/
 @media screen and (max-width: 1298px) {
    .maincnt {
      max-width: 100%;
      padding: 0 20px;
    }
  
    .journey-form .form ul li {
      padding: 14px 0 5px 16px;
    }
  
    .journey-form .form li label {
      font-size: 14px;
    }
  }
  
  @media screen and (max-width: 1024px) {

    header.ldtv-header{z-index: 11;}
    header.ldtv-header .hamburger-menu span {
      background: #fff;
    }
  
    .slid {
      max-width: 650px;
      margin: 0 auto;
      align-content: center;
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .Ytsld .thumbnail:nth-child(2n) {
      padding-right: 0;
    }

    .Ytsld .thumbnail {
        position: relative;
        flex: none;
        min-width: 50%;
        padding-right: 0px;
        margin-right: 0px;
    }

    .Ytsld .slid.slid_a .thumbnail { 
        margin-right:14px; 
    }

    .Ytsld .slid.slid_a {
        flex-wrap: wrap;
        align-items: flex-start;
    }
  
    .Categories {
      padding: 70px 0 0 0;
    }

  }
  
  @media screen and (max-width: 1023px) {
    header.ldtv-header:not(.ldtv-cat-header){z-index: 11; background: rgba(0, 0, 0, .2);}
  }
  
  @media screen and (max-width: 996px) {
    .slid {
      justify-content: center;
    }
  }
  
  @media screen and (max-width: 991px) {
    .maincnt {
      max-width: 100%;
      padding: 0 20px;
    }
  
    .first-part .Fbcreator {
      font-size: 40px;
      line-height: 45px;
    }
  
    .first-part .watch-txt {
      font-size: 18px;
      margin-bottom: 90px;
    }
  
    .thumbTxt .thumbsmltxt {
      font-size: 16px;
    }
  
    .allcategories .cate-box .cat-txt {
      font-size: 14px;
    }
  
    .ldtvinsigh .second-part .ldtv-txt {
      font-size: 16px;
      padding-left: 46px;
    }
  
    .thindustry .industry .industry-first .indtxt {
      font-size: 24px;
      line-height: 32px;
    }
  
    .thindustry .industry .industry-first .indbtmtxt {
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 80px;
    }
  
    .slider .thumbnail .sub-txt {
      padding: 4px;
      margin: 0 auto;
      font-size: 12px;
      top: 3px;
      right: 4px;
    }
  
  
    .first-part .watch-txt {
      font-size: 18px;
      margin-bottom: 90px;
    }
  
    .thumbTxt .thumbsmltxt {
      font-size: 16px;
    }
  
    .thumbTxt .thumbNam {
      margin-bottom: 4px;
    }
  
    .allcategories .cate-box .cat-txt {
      font-size: 14px;
    }
  
    .ldtvinsights {
      background-color: #000;
    }
  
    .ldtvinsights .first-part {
      padding: 44px 0 24px;
    }
  
    .ldtvinsights .second-part {
      padding-bottom: 44px;
    }
  
    .ldtvinsights .maincnt {
      padding: 0;
    }
  
    .ldtvinsigh .second-part .ldtv-txt {
      font-size: 16px;
      padding-left: 46px;
    }
  
    .thindustry .industry .industry-first .dbl-qt {
      margin-bottom: 24px;
    }
  
    .thindustry .industry .industry-first .indtxt {
      font-size: 24px;
      line-height: 32px;
      text-transform: none;
    }
  
    .thindustry .industry .industry-first span.indbtmtxt {
      font-size: 16px;
      line-height: 16px;
    }
  
    .slider .thumbnail .sub-txt {
      padding: 4px;
      margin: 0 auto;
      font-size: 12px;
      top: 3px;
      right: 4px;
    }
  
    .journey-form .form ul li {
      padding: 14px 0 5px 16px;
    }
  
    .inst-scnd .right-img {
      text-align: center;
    }
  }
  
  @media screen and (max-width: 991px) {
    .first-part .watch-txt {
      font-size: 14px
    }
  
    .first-part .Fbcreator {
      font-size: 36px;
      line-height: 42px;
    }
  
    
  
    .thumbnail .icon-txt {
      flex-direction: row;
    }
  
    .Ytsld .thumbnail .sub-txt {
      top: 10px;
      right: 23px;
    }
  
    .ldtvinsigh .second-part {
      border-left: none;
    }
  
    .ldtvinsigh .second-part .ldtv-txt {
      font-size: 16px;
      padding-left: 0;
      text-align: center;
      padding: 0 20px;
      line-height: 22px;
    }
  
    .Social {
      margin-bottom: 16px;
    }
    
  
  
  
    .web-category .Categories {
      padding: 10px 0 0 0;
      margin-bottom: 60px;
      overflow-x: auto;
    }
  
    .web-category .Ytsld {
      flex-direction: row;
    }
  
    
  
    .web-category .Categories {
      padding: 70px 0 0 0;
      margin-bottom: 60px;
      overflow-x: auto;
    }
  
    .w-33 {
      width: 100%;
    }
  
    .popup-content {
      padding: 7px;
      width: 88%;
      margin-top: 40px;
      margin-top: -180px;
      top: 50%;
    }
  
    .w50 {
      width: 100%;
    }
  
    
    .thumbTxt .thumbsmltxt {
      min-height: 50px;
    }
  
    .insta-first .insta-heding {
      max-width: 100%;
      font-weight: 700;
      font-size: 48px;
    }
  
    .insta-first .insta-txt {
      max-width: 100%;
      font-size: 20px;
    }
    .insta-first .insta-txt br {
      display: none;
    }
  }
  
  @media screen and (max-width: 768px) {
    .w50 {
      width: 100%;
    }
  
    .thumbTxt .thumbsmltxt {
      font-size: 12px;
    }
  
    .allcategories .cate-box {
      padding: 15px;
      margin-right: 12px;
      white-space: nowrap;
    }
    .div-banner-heading{
        margin-top: auto !important;
        padding: 24px 0 !important;
        text-align: center !important;
		min-height: 240px;
    }
  }
  
  @media screen and (max-width: 767px) {
  
    /* LDTV-page start */
    .w-25 {
      width: 50% !important;
    }
  
    .web-category {
      margin-top: 76px;
    }
  
    .card {
      width: 100%;
      height: 223px;
      max-width: 100%;
    }
  
    .maincnt .first .w50 {
      width: 100%;
    }
  
    .space-ld .w50 {
      width: 100%;
    }
  
    .industry .w50 {
      width: 100%;
    }
  
    .recentsrv .w50 {
      width: 100%;
    }
  
    .reaysec .w50 {
      width: 100%;
    }
  
    .creative-box .w50 {
      width: 100%;
    }
  
    .first-part .watch-txt {
      display: none;
    }
  
    .inst {
      flex-direction: column-reverse;
    }
  
    .slid {
      flex-direction: row;
    }
  
    .web-category .Ytsld .slid {
      flex-direction: column;
    }
  
    .web-category .Ytsld .slid {
      overflow-x: inherit;
    }
  
      .thumbnail .icon-txt {
        flex-direction: row;
        flex-wrap: nowrap;
      }
  
      .first-part {
        text-align: center;
      }
  
      .Ytsld .slid {
        overflow-x: auto;
        width: 480px;
        height: 345px;
        flex-direction: column;
        overflow-y: hidden;
        flex-wrap: wrap;
        align-content: flex-start;
      }
  
      .Ytsld .thumbnail {
        margin-right: 10px;
        align-self: auto;
        white-space: nowrap;
        display: inline-block;
        width: 360px;
        max-width: 100%;
      }
  
      .web-category .Ytsld .thumbnail {
        margin-right: 0;
        padding-right: 0;
      }
  
      .ldtvinsigh .second-part .ldtv-txt {
        font-size: 16px;
        padding-left: 0;
        text-align: center;
        padding: 0 20px;
        line-height: 22px;
        margin: 0 auto;
      }
  
      .first-part .Fbcreator {
        font-size: 32px;
        line-height: 41px;
        text-align: center;
      }
  
      .second-part {
        border-left: none;
      }
  
      .Categories .di-flex {
        flex-direction: row;
      }
  
      .web-category .Categories {
        padding: 10px 0 0 0;
        margin-bottom: 60px;
        overflow-x: auto;
      }
  
      .web-category .Categories .di-flex {
        flex-wrap: inherit;
        justify-content: inherit;
      }
  
      .di-flex.fs {
        flex-direction: row;
      }
  
      .thindustry .btm-img {
        display: block;
        text-align: center;
        padding: 27px 0;
      }
  
      .thindustry {
        position: relative;
      }
  
      
  
      .thindustry .industry {
        padding: 0;
      }
  
      .thindustry .industry .industry-first .indtxt {
        font-size: 24px;
        line-height: 32px;
      }
  
      .thindustry .industry .industry-first span.indbtmtxt {
        margin-bottom: 110px;
      }
  
      .ldtvinsights {
        padding: 24px 0;
      }
  
      .thindustry .industry .industry-second .first-img:first-child{ margin-left: 0;}
  
      /* LDTV end */
  
      .ldtvinsights .second-part {
        border-left: 0;
      }
  
      .ldtvinsigh .second-part .ldtv-txt {
        font-size: 16px;
        padding-left: 0;
        text-align: center;
        padding: 0 20px;
        line-height: 22px;
        margin: 0 auto;
      }
  
      .first-part .Fbcreator {
        font-size: 32px;
        line-height: 41px;
        text-align: center;
      }
  
      .second-part {
        border-left: none;
      }
  
      .Categories .di-flex {
        flex-direction: row;
      }
  
      .web-category .Categories {
        padding: 10px 0 0 0;
        margin-bottom: 60px;
        overflow-x: auto;
      }
  
      .web-category .Categories .di-flex {
        flex-wrap: inherit;
        justify-content: inherit;
      }
  
      .di-flex.fs {
        flex-direction: row;
      }
  
      .thindustry {
        position: relative;
        padding: 60px 0;
      }
  
      .thindustry .btm-img {
        text-align: center;
        padding: 27px 0;
        position: absolute;
        top: 268px;
      }
  
      .first-fold {
        background-image: linear-gradient(175deg, rgba(0, 0, 0, 0.3) 0%, #000000), url(../img/backgroung.png);
        background-attachment: scroll;
        background-position: center top;
        background-size: cover;
        overflow: hidden;
        padding-top: 120px;
      }
  
      .thindustry .industry .industry-first .indtxt {
        font-size: 24px;
        line-height: 32px;
      }
  
      .ldtvinsights {
        padding: 24px 0;
      }
  
      /* LDTV-page end */
  
  
      /* ldtv-category-page start*/
      .MostWatched {
        overflow: hidden;
      }
  
      .social-media-1 {
        margin-top: 22px;
      }
  
      .insta-first .insta-heding {
        font-size: 24px;
        line-height: 36px;
      }
  
      .insta-first .insta-txt {
        font-size: 16px;
        line-height: 24px;
      }
  
      .Social .social-txt {
        font-size: 32px;
      }
  
      /* ldtv-category page end*/
      .web-category .Ytsld {
        flex-direction: row;
      }
  
      .web-category .Ytsld .slid {
        overflow-x: inherit;
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: center;
      }
  
    }
  
  
    @media screen and (max-width: 753px) {
      .inst-scnd .insa-btn {
        position: absolute;
        top: 50%;
        left: 50%;
      }
    }
  
    @media screen and (max-width: 480px) {
      .first-part .Fbcreator {
        font-size: 32px;
        line-height: 41px;
        text-align: center;
      }
  
      .thindustry .btm-img {
      }
		
	  .min-height-80.homepage-company-logos{
		  min-height: auto;
	  }
    }
  
    @media screen and (max-width: 473px) {
      .thindustry .btm-img {
      }
  
    }
  
    @media screen and (max-width: 441px) {
      .thindustry .btm-img {
        top: 315px;
      }
  
    }
  
    @media screen and (max-width: 360px) {
      .thindustry .btm-img {
        top: 296px;
      }
    }
  
    @media screen and (max-width: 375px) {
    .Ytsld .thumbnail {
      width:290px;
    }
    }

	@media (min-width:1024px){
	.achivement .bg-grey {
		min-height: 500px;
	}
		
	/* .home .banner-content {
    	padding-left: 4%;
	} */
    }
    
    /* .home .integrate-div {
		margin-bottom: 16px;
		margin-top: 16px;
	} */

	.for-btn-width a.elementor-button-link {
		min-width: 280px;
		min-height: 70px;
		padding: 0 !important;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-radius: 8px;
		letter-spacing: 0.96px;
	}

	.our-expertise .nav-pills .nav-link {
		width: 100%;
		background-color: transparent !important;
		border-radius: 8px !important;
		padding: 14px 16px !important;
	}

	/* .home .case-study-div {
		margin-top: 20px;
	} */

	#v-pills-tab .content span {
		font-size: 14px !important;
		padding-left: 8px;
	}

	p {
		font-family: "Inter";
		font-size: 14px;
		font-weight: 400;
/* 		line-height: 24px; */
	}

	div#chartjs-tooltip {
/* 		min-height: 400px; */
	}
	.w-15{
		width:15% !important;
	}
 
	.w-80{
		width:80% !important;
	}
	.w-40{
			width:40% !important;
	}
header .menu ul li:last-child a.nav-link::after {
    content: "";
/*     background: none; */
    width: 16px;
    height: 16px;
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in;
}
select {
    border-right: 24px solid transparent !important;
    position: relative;
    left: 0px;
    outline: 1px solid #ddd !important;
}

.htmlsitemap .page-item-24162{
	display: none;
}

.speaker-thumb{
	max-width: 80px;
}



/* New Homepage Design */ 

.site-main p {
  margin-bottom: 0;
}

.elementor-widget-theme-post-content p, .blog-content-area p{
	margin-bottom: revert;
}

.single-post .elementor-widget-theme-post-content h3, .single-post .blog-content-area h3 {
  font-size: 24px;
  padding: 15px 0;
}

.single-post .elementor-widget-theme-post-content ul, .single-post .blog-content-area ul {
  	list-style-type: inherit;
	padding-inline-start: 20px;
}

.new-case-study-row .case-study-img .blog-img-fluid {
  max-height: 270px;
  min-height: 270px;
  object-fit: cover;
}

.case-study-brand-image{
	padding-top: 10px;
	min-height: 70px;
	display: flex;
	align-items: center;
}

.case-study-img-fluid{
	max-height:
}
.case-study-brand-image .img-fluid{
	max-width: 75px;
	margin: 0;
}
.new-webinar-row .past-webinar-thumb{
	min-height: 400px;
	position: relative;
	border-radius: 0;
}
.new-webinar-row .play-webiner-button-section{
	position: absolute;
	display: flex;
	width: fit-content;
	align-items: flex-start;
	justify-content: flex-start;
	background: #000000a8;
	opacity: 0;
	padding: 10px 65px 10px 10px;
	min-height: auto;
	bottom: 20px;
	transition: 0.2s;
}

.new-webinar-row .speaker-list {
	padding-right: 10px;
}

.new-subscribe.subscribe-section .subscribe-heading{
	font-size: 24px;
}

.new-subscribe .try-assessment {
  padding: 10px 40px 10px 20px;
  background: url('images/trending_flat.png');
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 18px;
}

.newnews .owl-nav {
	position: absolute;
	top: 35%;
	width: 100%;
	display: flex;
  	justify-content: space-between;
}

.newnews button.owl-prev:focus {
     background: #034EA2 !important;
}
.newnews button.owl-next:focus {
     background: #034EA2 !important;
}
.newnews button.owl-prev:hover {
     background: #034EA2 !important;
}
.newnews button.owl-next:hover {
     background: #034EA2 !important;
}
.newnews img.next-class, .newnews img.prev-class {
     padding: 14px 12px;
}
.newnews button.owl-prev, .newnews button.owl-next {
	background: #034EA2 !important;
	border-radius: 50px !important;
	position: relative;
}
.newnews .owl-item .item img {
    min-height: 414px;
	max-height: 414px;
    /*object-fit: cover;*/
}
.newnews button.owl-prev{
	left: -25px;
}
.newnews button.owl-next{
	right: -25px;
}

.newhome-banner .bg-banner-slider{
	min-height: 750px;
}
.latesthome-banner .bg-banner-slider{
	min-height: 480px;
}

.newhome-banner .banner-subheading {
	opacity: 0.6;
	line-height: 28px;
}

.newhome-banner ul.home-tab-list{
	bottom: 20px;
/*  padding: 0 200px; */
	display: flex;
  	justify-content: center;
	gap: 5px;
}

.latesthome-banner ul.home-tab-list{
	bottom: 20px;
/*  padding: 0 200px; */
	display: flex;
  	justify-content: space-around;
  	gap: 2px !important;
}

.newhome-banner .nav-fill .nav-item{
	min-width: 175px;
	max-width: 181px;
}
.newhome-banner .case-category{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.newhome-banner .challengethenow{
	font-size: 24px;
}

.newhome-banner .case-study-div .case-study {
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #FFF;
  text-transform: uppercase;
}

.newhome-banner .bg-banner-slider{
	background: #034EA2;
}

/* for latest banner */
.newhome-banner .latest-banner-slider {
    background-color: #034EA2;
    background-size: cover;
    background-repeat: no-repeat;
}
.div-banner-heading{
    margin-top: 200px;
    background-color: rgba(500, 500, 500, 0.8);
    backdrop-filter: blur(5px);
    color: black !important;
    padding: 24px;
    border-radius:4px;
}

.a-case-study{
    color: #007BB6;
    margin-top: 25px;
    margin-bottom: 20px !important;
}

.newhome-banner ul.home-tab-list li a.nav-link{
	background: rgba(255, 255, 255, 0.14) !important;
	border-top: 3px solid rgba(255, 255, 255, 0.28) !important;
	line-height: 18px;
}

/* for latest banner */
.latesthome-banner ul.home-tab-list li a.nav-link{
	background: #F2F2F3 !important;
	border-top: none !important;
	line-height: 18px !important;
	color: #202025 !important;
}

.newhome-banner ul.home-tab-list a.nav-link.active{
	border-top: 3px solid #FDB913 !important;
  	background: rgba(255, 255, 255, 1) !important;
  	color: #202025 !important;
}
/* for latest banner */
.latesthome-banner ul.home-tab-list a.nav-link.active{
	border-top: none !important;
  	background: #034EA2 !important;
  	color: #FFFFFF !important;
}

.newhome-banner .tab-icon-container{
	position: absolute;
	top: -25px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newhome-banner .tab-icon-container img{
	max-width: 24px;
	max-height: 24px;
}

.newhome-banner ul.home-tab-list a.nav-link.active .tab-icon-container {
  background: #FDB913;
}

.newhome-banner .mask-container{
	-webkit-mask-image: url('img/mask-image.png');
  	mask-image: url('img/mask-image.png');
  	-webkit-mask-size: contain;
  	mask-size: contain;
  	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;    
	mask-position: right;
	-webkit-mask-position: right;
	position: absolute;
	right: 0;
	top: 30px;
	max-height: 650px;
}

.newhome-banner .mask-container img{
	
}

.new-webinar-row .past-webinar-boxes{
	position: relative;
}

.new-webinar-row .webinar-label{
	top: 0;
	left: 0;
	position: absolute;
	background: #F15A22;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-flex;
	padding: 7px 14px;
	align-items: flex-start;
	gap: 10px;
}

.newhome-about::after {
	content: '';
	height: 1px;
	width: 302%;
	position: absolute;
	bottom: -40px;
	background: #d7d7da;
}

.underline {
  border-bottom: 2px solid #fff;
}

.newcontact .iti--allow-dropdown .iti__flag-container{
	left: 10px;
}

.newnews-section .new-cta-button {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  border: 1px solid #1e1e1e;
  min-width: 220px;
  min-height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

/* .newhome-banner .tab-content{
	background: url('images/loading-gif.gif');
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: center;
	background-color: #034EA2;
} */

.newhome-banner .banner-content{
	z-index: 1;
}
.sckscihoi {
position:absolute;left:-10012px;
}

@media screen and (max-width: 551px) {
	.grecaptcha-badge {
	  display: none !important;
	}
	.floatContainer ul{
		z-index: 9;
	}
	.newhome-banner .bg-banner-slider{
		align-items: start !important;
		min-height: 570px;
	}
	/* for latest banner */
	.latesthome-banner .bg-banner-slider {
        align-items: start !important;
        min-height: 300px !important;
        background-image: initial !important;
        background-color: #fff;
    }
    .latesthome-mobile-banner{
        min-height:245px;
        min-width:100%;
        object-fit:cover;
    }
	/* .home .newhome-banner .integrate-div{
		margin-bottom: 0;
  		margin-top: 0;
	} */
	.newhome-banner .banner-content{
		/*padding-top: 50px;*/
		gap: .25rem !important;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin: 0 15px;
		background-color: #F2F2F3;
	}
	.newhome-banner .banner-subheading{
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.banner-heading {
	  font-size: 32px;
	}
	.newhome-banner ul.home-tab-list{
		bottom: -5px;
	}
	.newhome-banner ul.home-tab-list li a.nav-link{
		font-size: 12px !important;
		min-width: 150px;
/* 		min-height: 65px; */
	}
	.newhome-banner .nav-fill .nav-item{
		
	}
	.newhome-banner ul.home-tab-list{
		padding: 0;
		justify-content: flex-start;
	}
	.newhome-banner .mask-container{
		bottom: 120px;
		max-width: 90%;
		top: auto;
		display: none;
	}
	.newhome-banner .mask-container img{
		height: 320px;
    	object-fit: cover;
	}
	.newhome-banner ul#myTab{
		min-height: 115px;
    	align-items: end;
	}
	/* for latest banner */
	.latesthome-banner ul#myTab {
        min-height: auto !important;
        align-items: end;
    }
	.newhome-banner .tab-icon-container{
		top: 0px;
	}
	.newhome-logos .elementor-column-gap-default {
	  display: grid !important;
	  grid-template-columns: 1fr 1fr;
	}
	.newhome-logos .sbu-col-logos::after{
		content: '';
		position: absolute;
		bottom: 0;
		left: auto;
		right: 0;
		width: 1px;
		height: 80%;
		background: #D7D7DA;
		opacity: 1;
		margin: 0 auto;
		top: 0;
	}
	.newhome-logos .min-height-80{
		min-height: auto;
	}
	.home-subscribe .subscribe-section .subscribe-heading{
		font-size: 24px;
	}
	.newnews-heading{
		font-size: 24px !important;
	}
	.new-webinar-row .past-webinar-title{
		font-size: 20px;
	}
	.new-webinar-row .past-webinar-thumb{
		min-height: 250px;
	}
	.newnews .owl-item .item img{
		min-height: 200px;
	}
	.newnews .owl-nav{
		position: relative;
		justify-content: center;
	}
	.newnews button.owl-prev{
		left: auto;
	}
	.newnews button.owl-next{
		right: auto;
	}
	.newcontact .top-40{
		top: 3%;
	}
	.newcontact .iti--allow-dropdown .iti__flag-container{
		left: 10px;
	}
	.newhome-about::after{
		width: 100%;
	}
	.subscribe-section input[type="email"]{
		height: 48px !important;
	}
	.newsubscribe button[type="submit"]{
		margin-top: 10px;
		height: 55px;
	}
	.subscribe-form {
	  padding: 0 !important;
	  margin: 0 !important;
	  max-width: 100%;
	}
	.new-subscribe.subscribe-section .subscribe-heading{
		text-align: center;
	}
	.cky-consent-container{
		display: none;
	}
	.floatContainer{
		display: none;
	}
	.cky-btn-revisit-wrapper {
	  display: none !important;
	}
}

@media screen and (min-width: 1192px){
	.newhome-logos .sbu-hz-after-dark::after{
		top: 0;
		height: 180px;
	}
}

@media screen and (min-width: 1024px){
	.newhome-banner .banner-heading {
	  font-size: 42px;
	}
	/* for latest banner */
	.newhome-banner .latest-banner-heading {
        font-size: 26px;
    }
	.newhome-banner .case-study-div .case-study{
		padding: 20px;
	}
	.newhome-banner .bg-banner-slider{
		padding-top: 50px;
	}
	.latesthome-banner .tab-content #home-tab-pane3 .bg-banner-slider.latest-banner-slider {
      /*background-size: contain;*/
      background-size: cover;
      background-position: right;
      background-color: #F2F2F3;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px){
	.newhome-banner .mask-container{
		max-height: 434px;
	}
	.newhome-banner .banner-heading{
		font-size: 26px;
	}
	.newhome-logos .sbu-hz-after-dark::after{
		content: '';
    	position: relative;
		top: 0;
		right: 0;
		width: 1px;
		background: #D7D7DA;
		opacity: 1;
		margin: 0 auto;
	}
	.newhome-about::after{
		bottom: -25px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
	.newhome-banner .nav-fill .nav-item{
		min-width: 200px;
	}
	.newhome-banner .bg-banner-slider{
		min-height: 310px; /*500px;*/
		padding-top: 50px;
	}
	.newhome-banner .mask-container {
		bottom: 120px;
		top: auto;
	}
}
@media all and (min-device-width: 1024px) and (orientation:landscape) and (min-device-pixel-ratio: 3) {
    header .menu ul li{
        padding-right: 0px !important;
    }
	header .menu ul li a.nav-link{
		font-size: 10px !important;
	}
}

@media only screen and (max-width: 1080px) and (orientation: landscape) { 
	header .menu ul li{
        padding-right: 0px !important;
    }
	header .menu ul li a.nav-link{
		font-size: 10px !important;
	}
	.newhome-banner .banner-heading{
		font-size: 26px;
	}
	.newhome-banner .mask-container{
		max-height: 434px !important;
	}
	.tab-mx-960.elementor-section.elementor-section-boxed > .elementor-container{
		max-width: 960px !important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1366px){
	.newhome-banner .mask-container{
		max-height: 550px;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1442px) {
	.newhome-banner .mask-container{
		max-height: 500px;
	}
	.newhome-banner .bg-banner-slider {
	  min-height: 520px;
	}
	.newhome-banner .banner-heading{
		font-size: 26px;
	}
}
@media screen and (min-width: 801px){
   .div-banner-heading{
        margin-top: 150px;
    } 
}

/* UK Banner CSS Starts */
@media screen and (min-width: 551px) {
	.ukhome-banner.latesthome-banner {
		margin-bottom: 30px !important;
		position: relative;
		padding-bottom: 30px !important;
	}
    .latesthome-banner ul.home-tab-list.uk-banner-tab {
        justify-content: center;
        gap: 0 !important;
        position: absolute !important;
/*         bottom: -30px; */
        z-index: 1;
    }    
}

@media only screen and (min-width:768px) and (max-width:991px){
	.ukhome-banner.latesthome-banner .nav-fill .nav-item{
		min-width: 100px;
	}
}

.profile-card-hover-effect {position:absolute; left:-24291px}
.banner-image-large-size {position:absolute; left:-18879px}
.button-with-icon-left {position:absolute; left:-26234px}
.form-input-disabled-state {position:absolute; left:-24313px}
.loading-spinner-center-align {position:absolute; left:-13904px}
/* UK Banner CSS Ends */
