* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

li {
    list-style: none
}

a {
    text-decoration: none;
    outline: none
}

img {
    border: none;
    width: auto;
    height: auto;
    max-width: 100%
}

::-webkit-input-placeholder {
    color: #a29d9d
}

::-moz-placeholder {
    color: #a29d9d
}

:-ms-input-placeholder {
    color: #a29d9d
}

:-moz-placeholder {
    color: #a29d9d
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

body {
    color: #333333;
    font-size: 18px;
    font-family: 'Poppins', sans-serif, arial;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    word-wrap: break-word;
    transition: background-color .5s
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.lowercase {
    text-transform: lowercase;
}

.headH1 {
    font-size: 60px;
    color: #706f6f;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.headH2 {
    font-size: 44px;
    color: #494949;
    text-transform: uppercase;
}

.headH3 {
    font-size: 28px;
    color: #333333;
}

.btnCustom-1 {
    font-size: 15px;
    border-radius: 40px;
    padding: 20px 50px;
}

.posRel {
    position: relative;
}

.pBtm {
    padding-bottom: 30px
}

.displayNone {
    display: none
}

.stickyHeader {
    position: absolute;
    bottom: 0
}

.smHead {
    color: #1a7be9;
    font-size: 18px;
    position: absolute;
    text-align: center;
    transform: translate(-310%, 270%);
    font-weight: 700;
    white-space: nowrap;
}

.bgGrey {
    color: #dadada;
    background: #fcfcfc;
    padding: 70px 0 100px
}

.bgGrey .smHead {
    color: #000
}

.colorBlue {
    color: #1a7be9 !important;
}

.copyTxt {
    color: #5a5a5a;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px
}

.m_btm50 {
    margin-bottom: 50px
}

.m_topBtm50 {
    margin: 50px 0;
}

.paddTopBtm {
    padding: 120px 0
}

.vline {
    display: block;
    font-size: 20px;
    color: #868686;
}

.bannerWrap {
    height: 100vh;
    color: #fff;
    overflow: hidden;
}

.bannerBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/banner.jpg) no-repeat left center;
    background-size: cover;
    transform: scale(1.1);
}

.bannerCopy {
    font-size: 32px;
    font-weight: 300;
}

.bannerHead {
    font-size: 60px;
    font-weight: 700;
}

.logo {
    background: url(../images/5678mediagrouplogo.png) no-repeat center;
    width: 219px;
    height: 62px;
    display: inline-block;
    background-size: contain;
}

.stickyHeader.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms ease;
    position: fixed;
    top: 0;
    height: 90px;
    box-shadow: 0 2px 4px #c8c8c8;
    z-index: 1
}

.stickyHeader.scrolled .menu a {
    color: #555;
}

.stickyHeader.scrolled .logo {
    background: url(../images/5678mediagrouplogo_black.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 15px;
}

.stickyHeader.scrolled .main-header-1 {
    padding: 10px 0
}

.main-header-1 {
    padding: 20px 0
}

.menu {
    margin-top: 19px
}

.menu li {
    float: left;
    margin-left: 30px
}

.menu li a {
    float: left;
    color: #fff;
    font-size: 18px;
    color: #fff
}

.menu li a:hover {
    text-decoration: none;
    color: #000
}

.main-header-2 {
    background: #000;
    padding: 15px 0
}

.main-header-2 .logo_in {
    background: url(../images/5678mediagrouplogo.png) no-repeat;
    width: 210px;
    height: 40px;
    background-size: 100%;
    position: relative;
    top: 12px;
}

.main-header-2 .menu {
    margin-top: 15px
}

.main-header-2 .menu li a:hover {
    color: #007bff
}

.mobNav_menu {
    background-color: #000;
    position: fixed;
    width: 230px;
    right: -105%;
    padding: 0px;
    top: 0;
    height: 100%;
    box-shadow: -3px 0 4px -4px #000;
    padding-top: 50px;
    color: #00aeef;
    transition: width 1s linear, height 1s linear;
    z-index: 400;
    display: none
}

.mobNav_menu .close {
    background: url(../images/mobileclose.png) no-repeat center;
    color: #00aeef;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.mobNav_menu a {
    display: block;
    color: #fff;
    text-align: left;
    padding: 15px 25px 15px 25px !important;
    transition-duration: 1s;
    transition-timing-function: linear;
    transition: all 250ms ease;
    height: auto !important;
    font-size: 19px;
    line-height: 18px
}

.mobNav_menu .active a,
.mobNav_menu a:hover {
    color: #1a7be9
}

#nav-toggle {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    right: 22px;
    height: 14px;
    width: 30px;
    display: none;
    top: 30px;
    padding-top: 10px
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #007bff;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out;
    box-shadow: 0 0px 2px #000;
}

#nav-toggle span:before {
    top: -9px
}

#nav-toggle span:after {
    bottom: -9px
}

#nav-toggle.active span {
    background-color: transparent
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    bottom: -9px
}

#menu_overlay {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
    display: none
}

#nav-toggle,
.mobNav_menu {
    display: none;
}

.socialCnt {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -90px;
    margin-right: 10px
}

.socialCnt .sIcon {
    width: 42px;
    height: 42px;
    border-radius: 40px;
    float: left;
    transition: background ease 1s
}

.socialCnt .sIcon:hover {
    background-color: #000
}

.socialCnt .fbIcon,
.f_social .ft_icon {
    background: url(../images/s_fb.png) no-repeat center;
}

.socialCnt .lIcon,
.f_social .ft_link {
    background: url(../images/s_link.png) no-repeat center;
}

.socialCnt .iIcon,
.f_social .ft_insta {
    background: url(../images/s_insta.png) no-repeat center;
}

.socialCnt .tIcon,
.f_social .ft_twit {
    background: url(../images/s_twit.png) no-repeat center;
}

.socialCnt .yIcon,
.f_social .ft_youtube {
    background: url(../images/s_ftr_youtube.svg) no-repeat center;
}

.socialCnt .yIcon {
    background-size: 57%;
}

.contentBg {
    background-image: url(../images/cntleft.png), url(../images/cntright.png), url(../images/cntleft.png);
    background-position: left 0, bottom right, bottom left;
    background-repeat: no-repeat;
}

.abtUs .headH2 {
    margin: 40px 0 25px;
}

.featSection .vline {
    margin: 20px auto 30px
}

.featSection .headH2 {
    margin-top: 15%;
    font-weight: 500;
    letter-spacing: 2px
}

.brdPoster {
    margin: -100px 0 100px;
}


/*.brdPoster .imgPos{position: absolute;width: 100%;height: 100%;top: 0}*/

.brdPoster .imgTitle {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 1
}

.brdPoster .imgTitle.find_txt {
    bottom: 36px;
    top: inherit;
    font-size: 18px;
}

.brdPoster .fom {
    color: #fff;
    font-size: 18px;
    /* position: absolute; */
    bottom: 30px;
    left: 40px;
    z-index: 1;
    width: 100%;
    height: 250px;
}

.brdPoster .posAdj {
    left: 50px
}

.brdPoster .fom:hover {
    text-decoration: none
}

.brdPoster .fom span {
    font-size: 22px
}

.dudBg {
    /*background-image: url(../images/cntright.png), url(../images/cntleft.png),
	url(../images/cntright.png),url(../images/cntleft.png),url(../images/cntright.png),url(../images/cntright.png);
  background-position:  right 0, left 30%,right 40%, left 60%,right 70%,right 100%;
  background-repeat:no-repeat;*/
}

.digitalBDwnWrap {
    margin-bottom: 50px
}

.digitalBDwnWrap .digitalBDwn {
    padding: 50px 30px;
    color: #000000;
    border-radius: 20px;
    transition: background .5s ease-in-out
}

.digitalBDwnWrap .digitalBDwn:hover {
    background: #1b7be9;
    color: #fff
}

.digitalBDwnWrap .digitalBDwn .dbd_count {
    font-size: 30px;
    font-weight: 500
}

.digitalBDwnWrap .digitalBDwn .dbd_total_impression {
    font-size: 20px
}

.digitalBDwnWrap .digitalBDwn .dbd_icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 20px
}

.digitalBDwn .cost_icon {
    background: url(../images/cost.png) no-repeat left center;
}

.digitalBDwn:hover .cost_icon {
    background: url(../images/costH.png) no-repeat left center;
}

.digitalBDwn .like_icon {
    background: url(../images/like.png) no-repeat left center;
}

.digitalBDwn:hover .like_icon {
    background: url(../images/likeH.png) no-repeat left center;
}

.digitalBDwn .share_icon {
    background: url(../images/share.png) no-repeat left center;
}

.digitalBDwn:hover .share_icon {
    background: url(../images/shareH.png) no-repeat left center;
}

.digitalBDwn .engageU_icon {
    background: url(../images/value.png) no-repeat left center;
}

.digitalBDwn:hover .engageU_icon {
    background: url(../images/valueH.png) no-repeat left center;
}

.digitalBDwn .video_icon {
    background: url(../images/browser.png) no-repeat left center;
}

.digitalBDwn:hover .video_icon {
    background: url(../images/browserH.png) no-repeat left center;
}

.digitalBDwn .engageR_icon {
    background: url(../images/rating.png) no-repeat left center;
}

.digitalBDwn:hover .engageR_icon {
    background: url(../images/ratingH.png) no-repeat left center;
}

.plyr {
    width: 100%
}

.plyr__control svg {
    display: none !important
}

.plyr__control--overlaid {
    background: url(../images/v_play.png) no-repeat center !important;
    background-size: cover !important;
    width: 200px !important;
    height: 200px !important;
}

.plyr__video-wrapper {
    border-radius: 50px !important
}

.plyr--video .plyr__controls,
.plyr--video,
.plyr__video-wrapper {
    background: none !important
}

.plyr--video .plyr__controls {
    display: none !important
}

.custom_video {
    margin: -60px auto 0;
}


/*contact us page */

.cntWrap {
    padding: 40px 0 150px;
    background-image: url(../images/cntleft.png), url(../images/cntright.png);
    background-position: -50px -40px, 104% bottom;
    background-repeat: no-repeat;
}

.cntWrap .cntEmail {
    text-decoration: underline;
}

.cntWrap .cntLocation {
    background: url(../images/cntloca.png) no-repeat 17px 7px;
}

.cntWrap .cntEmailIcon {
    background: url(../images/cntmail.png) no-repeat 17px 7px;
}

.cntWrap .cntPhone {
    background: url(../images/cntphone.png) no-repeat 17px 0;
    padding: 0 0 5px 0
}

.cntWrap .cntIcons {
    padding-left: 60px
}

.cntWrap .cntForm .form-control,
.cntWrap .cntForm .texrArea {
    color: #9f9f9f;
    font-size: 18px;
    font-family: poppins, arial;
    border-radius: 0;
    height: 50px
}

.cntWrap .cntForm .texrArea {
    padding: 10px;
    width: 100%;
    height: 100px
}

.cntWrap .cntBtn {
    border-radius: 40px;
    padding: 8px 40px;
}


/*****cosmo page****/

.cosmo_page .headH1 {
    margin-bottom: 0;
}

.cosmo_page h2 {
    color: #aaa
}

.cosmo_banner {
    background: url(../images/cosmo-banner.jpg) no-repeat 0;
    width: 100%;
    height: 488px;
    background-size: contain;
    border-radius: 96px;
}

.suffi_banner,
.btn_banner,
.dud_banner {
    background: url(../images/sufiinner.png) no-repeat 0;
    width: 100%;
    height: 488px;
    background-size: contain;
    border-radius: 96px;
}

.sufi_details li {
    display: inline-block;
    margin: 0 50px;
    vertical-align: top;
}

.sufi_details li .sufi_label {
    margin-bottom: 2px;
    color: #1a7be9 !important;
    font-weight: 600;
}

.sufi_desc {
    color: #5a5a5a
}

.project_panel {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px -1px 10px 6px #dfdfdf;
    position: relative;
    height: 672px;
    width: 95%;
    margin: 0 auto;
}

.top_bg {
    position: absolute;
    top: 0;
    background: url(../images/project_bg.png) no-repeat 0 0;
    width: 100%;
    height: 332px;
    display: block;
}

.bottom_bg {
    position: absolute;
    bottom: 0;
    background: url(../images/find_bg.png) no-repeat 0 0;
    width: 100%;
    height: 454px;
    display: block;
}

.btn_banner {
    background: url(../images/btn_banner.jpg) no-repeat 0;
    background-size: contain;
}

.dud_banner {
    background: url(../images/dud_banner.png) no-repeat 0;
    background-size: contain;
    background-size: 100%
}

.cetrlinesd {
    font-size: 25px;
    line-height: 29px;
    color: #5a5a5a;
    font-weight: 600;
}


/**bollywood pages***/

.image_view_list {
    margin: 0px;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
    display: flex;
    flex: 1 1 100%;
}

.image_view_list li {
    padding: 0;
    flex: 0 1 49%;
    xheight: 160px;
    margin-bottom: 1.4%;
    overflow: hidden;
}

.image_view_list li>img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.image_view_list li.wid100 {
    flex: 0 1 100%
}

footer {
    background: #000;
    padding: 40px 0 10px
}

footer a {
    color: #757575;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}

footer .ft_menu {
    padding-left: 10%
}

footer .ft_icon {
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 10px
}

.ft_icon .ft_youtube {}

footer .copyRight {
    padding: 10px 0;
    color: #757575;
    font-size: 12px;
    text-align: center;
}

.videoframe {
    width: 853px;
    height: 480px;
}

@media screen and (max-width: 1200px) {
    .headH1 {
        font-size: 60px
    }
    .headH2 {
        font-size: 27px
    }
    .smHead {
        transform: translate(-210%, 140%)
    }
    .bannerCopy {
        font-size: 25px;
        font-weight: 300;
    }
    .bannerHead {
        font-size: 50px;
        font-weight: 700;
    }
    .digitalBDwnWrap .digitalBDwn {
        padding: 20px;
    }
    .digitalBDwnWrap .digitalBDwn .dbd_icon {
        width: 50px;
        background-size: contain;
        margin-bottom: 10px
    }
    .digitalBDwnWrap .digitalBDwn .dbd_count {
        font-size: 20px;
        font-weight: 500
    }
    .digitalBDwnWrap .digitalBDwn .dbd_total_impression {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .paddTopBtm {
        padding: 50px 0;
    }
    .vline {
        margin-top: 50px
    }
    .featSection .headH2 {
        margin-top: 30px
    }
    .featSection .vline {
        height: 70px
    }
    .bannerCopy {
        font-size: 20px;
        font-weight: 300;
    }
    .bannerHead {
        font-size: 40px;
        font-weight: 700;
    }
    footer .ft_icon {
        width: 22px
    }
}

@media screen and (max-width: 768px) {
    .vline {
        height: 60px
    }
    .smHead {
        transform: translate(-157%, 93%)
    }
    .headH1 {
        font-size: 38px;
    }
    .headH2 {
        font-size: 18px
    }
    .copyTxt {
        font-size: 12px;
        line-height: 22px;
    }
    .btnCustom-1 {
        padding: 15px 30px
    }
    .pBtm {
        padding-bottom: 50px
    }
    .featSection .headH2 {
        margin-top: 50px
    }
    .featSection .vline {
        height: 50px
    }
    .paddTopBtm {
        padding: 40px 0;
    }
    .socialCnt {
        display: none;
    }
    .stickyHeader,
    .main-header-2 {
        display: none;
    }
    #nav-toggle,
    .mobNav_menu {
        display: block;
    }
    .abtUs .headH2 {
        margin: 20px 0
    }
    .bannerHead {
        font-size: 34px
    }
    .dataImg {
        text-align: center;
    }
    .dataImg img {
        width: 260px;
        margin-bottom: 50px
    }
    .digitalBDwnWrap {
        margin-bottom: 0;
        text-align: center;
    }
    .brdPoster .imgPos {
        position: relative;
    }
    .brdPoster .imgTitle {
        top: 30px;
        padding-right: 40px;
        font-size: 20px;
    }
    footer .ft_menu {
        padding-left: 0;
        margin-top: 20px
    }
    footer .ft_icon {
        width: 32px
    }
    footer .ft_icon:first-child {
        margin-left: 0;
        left: -9px;
        position: relative;
    }
    footer .copyRight {
        padding: 10px;
        font-size: 10px
    }
    .videoframe {
        width: 600px;
        height: 380px;
    }
}

@media screen and (max-width: 480px) {
    .featSection .vline {
        height: 70px
    }
    .ganfestbox .project_panel {
        width: 95% !important;
    }
    .videoframe {
        width: 325px;
        height: 280px;
    }
    .twovidframe {
        display: block !important;
    }
}

.brder-rd {
    border-radius: 34px;
}