@media screen and (min-width:1600px) and (max-width:1920px) {

    /*================== Large screen  ===========================*/

}



@media screen and (max-width: 1200px) and (min-width: 992px){


}



@media screen and (min-width:992px) and (max-width:1200px) {


}



@media screen and (max-width:1200px) {




/*====================form placeholder font==============*/



::-webkit-input-placeholder { 

  font-size: 12px;

}

::-moz-placeholder {

  font-size: 12px;

}

:-ms-input-placeholder {

  font-size: 12px;

}

:-moz-placeholder { 

  font-size: 12px;

}

nav{
    margin-right: 40px;
}
.searchBtn{
    right: 30px;
}
.bannerCntnt{
    padding: 0px 30px;
}
.cmnSec h2{
        font-size: 100px;
        margin-bottom:50px;
    }
    #mentor .col h2{
        font-size: 70px!important;
        margin-bottom:36px;
    }
#mentor .col .inner{
    height: auto;
}


/*====videos========*/
    .gridBussiness .videoLists .col {
    width: calc(100% / 3)!important;
    }

    /*=====contact page========*/
    #contact .outer{
        padding-left: 60px;
    }

    footer .uk-position-bottom {
    bottom: 69px;
   }

   #finalAbt h2{
    font-size: 95px;
    }
    .gridBussiness .gridView .col{
        width: calc(100% / 3)!important;
    }
    .fl-3 .inner{
        width: 50%;
        
    }
}



@media screen and (min-width:768px) and (max-width:991px) {
    #abt .col{
        width: 100%;
    }
    .bannerCntnt{
        padding: 0px 15px;
    }
    .bannerCntnt h1{
        font-size: 55px;
    }
    .bannerCntnt h5{
        padding-right: 0px;
    }
    #banner{
        height: 570px;
    }
    .bannerImg{
        background:transparent;
        margin-top: 84px;
    }
    #busi .flex{
        width: 100%;
    }
    #article .colL , #vidSpeak .colL{
        padding-right: 0px;
    }
    #article .colR , #vidSpeak .colR{
        padding-left: 0px;
    }
    #article .col , #vidSpeak .col{
        padding: 60px 25px;
    }
    #mentor .col {
    width: calc(100% / 2);
    }
    #mentor .col:nth-child(3){
        padding-left: 0px!important;
        padding-top: 10px;
    }
    #mentor .col .inner{
        height: auto;
    }
    .gridBussiness .gridView .col {
    width: calc(100% / 2)!important;
    }

    /*===========detail page========*/
    #blogPage .colL{
        width: 65%;
    }
    #blogPage .colR{
        width: 35%;
    }
    .detCmnPg .videoLists .col {
    width: calc(100% / 1)!important;
    }

    /*==============publishing==========*/
    #blogPage .col .innerCntnt h3{
        max-height: 78px;
    }
    /*====videos========*/
    .gridBussiness .videoLists .col {
    width: calc(100% / 2)!important;
    }

    /*========contact page=========*/
    #contact .outer{
        padding-left: 20px;
    }
    #contact{
        padding: 104px 0px 190px;
    }
    #contact .content{
        width: 100%;
    }
    #contact .sideForm{
        min-width: auto;
        padding: 20px;
    }
    #contact .txt{
        margin-right: 0px;
    }
    .nav>li>a {
    margin-bottom: 10px;
    padding: 5px 5px;
    }
    #three-pages{
        padding-top: 35px!important;
    }

    .popup .crosBtn{
        right: 25px;
    }
    #vidSpeak:after{
    display: none;
}

#finalAbt h2{
    font-size: 65px;
}
    .fl-3 .inner{
        width: 100%;
        padding: 0px;
        padding-bottom: 10px;
    }
}



@media screen and (max-width:991px) {

    /*_____ Navigation _____*/
    html.move {
        overflow: hidden !important;
    }
    body {
        left: 0;
    padding-top: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    body.move {
    overflow: hidden !important;
    position: relative;
    left: -250px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    header {
        /*position: relative !important;*/
        top: -2px !important;
        height: auto;
    }
    header.logged {
        position: fixed !important;
        height: 64px;
    }
    header .proIco {
    margin-right: 34px;
    }
    
    .toggle {
        display: block;
    }
    /*#nav{
        height: 376px;
        overflow: auto;
    }*/

    nav.move {
    right: 0;
    }

    nav {
        position: fixed !important;
    top: 0;
    right: -250px;
    bottom: 0;
    width: 250px;
    display: block;
    margin: 0 !important;
    background: #f5f6f8;
    border-left: 1px solid #cfd7de;
    overflow-x: hidden;
    overflow-y: auto;
    }
    nav > ul,
    nav > ul > li,
    nav > ul > li > a {
        display: block;
        color: #333!important;
    }
    nav > ul > li {
        padding: 5px 15px;
        border-top: 1px solid #2aa2d926;
        width: 100%;
    }
    header form {
        min-width: 300px;
        margin-left: 30px;
    }
    .innerNews .col{
        width: 100%;
        padding: 25px;
    }
    .innerNews .col:nth-child(1){
        display: none;
    }
    .searchBtn{
        right: 70px;
    }
    .popGallery{
        /*display: none;*/
    }

    #subPg {
    padding:50px 0px 155px!important;
    /*padding-bottom: 150px;*/
   }
   .businessPage , .brandingPage , .supplyPage , .healthPage , .passionPage , .mentoringPage, .sourcingPage , .operationPage{
    background-position: center;
   }
   #subPg h1 , #contact h1{
    margin-left: 0px;
    font-size: 100px;
   }
   #contact h1{
    margin-top: -60px;
   }
   #mainBussiness a {
    width: calc(100% / 2);
    padding: 10px;
   }
   .publishingPage , .speakingPage , .videoPage{
    background-position: center;
}


}



@media screen and (max-width:767px) {
    .innerNav{
        padding: 0px 20px;
    }
    .innerNews .col .inner form{
        padding: 0px;
    }

    /*==============home========*/
    /*#banner{
        height: 100%;
    }*/
    .bannerCntnt{
        width: 100%;
    padding: 0px 25px;
    }
    #banner .item .cntnt{
        width: 100%;
    }
    #banner .item .cntnt h1{
        font-size: 137px;
    }
    #banner .item .cntnt h5 .big , #banner .item .cntnt h5{
        font-size: 60px;
    }
    .bannerImg{
        width: 100%;
        background: transparent;
    }
    .bannerCntnt h1{
        font-size: 50px;
    }
    .bannerCntnt h5{
        padding-right: 0px;
        font-size: 18px;
    }
    #abt .col{
        width: 100%;
    }
    #busi{
        padding-bottom: 45px;
    }
    #busi .busiCntnt{
        width: 100%;
    }
    #busi .flex{
        width: 100%;
    }
    #busi a{
        width: 50%;
        margin-bottom: 40px;
    }
    #vidSpeak:after{
        display: none;
    }
    
    #article .colL , #vidSpeak .colL{
        padding-right: 0px;
    }
    #article .colR , #vidSpeak .colR{
        padding-left: 0px;
    }
    #article .col , #vidSpeak .col{
        padding: 60px 25px;
    }
    
    #mentor .col{
        width: 50%;
        padding: 5px;
    }
    #mentor .colR{
        padding-left: 0px;
        padding-top: 20px;
    }
    .cmnSec h2{
        font-size: 100px;
        margin-bottom:50px;
    }
    #mentor .col h2{
        margin-bottom: 36px;font-size: 64px!important;
    }
    .cmnSec p {
    font-size: 16px;
    }
    #mentor{
        padding-bottom: 150px;
    }
    #mentor .col .inner{
        height: auto;
        width: 100%;
    }
    #mainBussiness a {
    width: calc(100% / 2);
    padding: 10px;
    }

    .gridBussiness .gridView .col {
    width: calc(100% / 2)!important;
    padding: 5px!important;
    }
    #blogPage .col .innerCntnt h3{
            font-size: 25px;
    }
    .gridView .col .innerCntnt h3 {
    max-height: 62px!important;
    }
    #blogPage .colL{
        width: 100%;
        padding-right: 0px;
    }
    .detCmnPg .videoLists .col {
    width: calc(100% / 2)!important;
    }
    #blogPage .colR{
        width: 100%;
        padding-left: 0px;
    }

    .gridBussiness .videoLists .col {
    width: calc(100% / 2)!important;
    }
    .videoLists .innerCntnt h3 {
    max-height: 61px!important;
}

/*======contact page===========*/
#contact{
        padding: 104px 0px 190px;
    }
    #contact .content{
        width: 100%;
    }
    #contact .sideForm{
        min-width: auto;
        padding: 15px;
    }
    #contact .txt{
        margin-right: 0px;
    }
    .nav>li>a {
    margin-bottom: 10px;
    padding: 5px 5px;
    }
    #contact .outer {
    padding-left: 20px;
}

#three-pages{
        padding-top: 35px!important;
    }

    .fl-3 .inner{
        width: 100%;
        padding: 0px;
        padding-bottom: 10px;
    }
    .expClark .col{
        width: 50%;
    }
    .subIntro .colL {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    }
    .subIntro .colR{
        width: 100%;
        padding-left: 0px;
        margin-bottom: 20px;
    }

    /*============about*/
    #finalAbt .col{
    display: none;
   }
    #finalAbt .colTxt{
    display: block!important;
    padding: 0px;
    padding-bottom: 20px;
    width: 100%;
   }


   .topViewLst .colPost .image{
    height: 200px!important;
   }
/*====blogpage*/
#blogPage .colL{
    width: 100%;
    padding-right: 0px;
}
#blogPage .colR{
    width: 100%;
    padding-left: 0px;
}
}



@media screen and (max-width:580px) {


.popup .crosBtn{
    top: -90px;
    right: 18px;
}
.footerNav li a {
    color: #fff;
    padding: 5px 5px;
    color: #9f9f9f;
    font-size: 12px;
}
footer p{
    font-size: 12px;
}

.secTopSrch{
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .pgCat .filterRow{
        width: 100%;
    }
.colPost .image{
    height: 100px!important;
}
}



@media screen and (max-width:480px) {
    #blogPage .innerCol iframe , .videoSearch iframe{
        height: auto;
    }
    .speakDetailImg{
        height: auto;
    }
    #subPg h1 , #contact h1{
    margin-left: 0px;
    font-size: 90px;
}
#contact h1{
    margin-top: -50px;
}
.publishingPage{
    background-position: center;
}
    .topViewLst .colPost .image{
    height: 100px!important;
}
.colPost .image{
    height: 72px!important;
}
    .nav-tabs>li>a{
        width: 100%;
        text-align: center;
    }
    .nav-tabs>li{
        width: 100%;
    }
/*=================================footer*/
footer p , .footerNav{
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 0px;
    width: 100%;
    text-align: center;
}
.footerNav{
    margin-top: 10px;
}
footer .socialList{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.copyright .inner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.copyright p{
    margin-right: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    padding-top: 10px;
}
.copyright .list{
    text-align: center;
    margin: 0px;
    margin-top: 10px;
}

/*========home page===========*/
#mentor .col .inner{
        height: auto;
    }
    footer .uk-position-bottom {
    bottom: 133px;
}
#busi a{
        width: 100%;
    }
    #article .colL , #vidSpeak .colL{
        width: 100%;
        padding-right: 0px;
    }
    #article .colR , #vidSpeak .colR{
        width: 100%;
        padding-left: 0px;
    }
    #article .col , #vidSpeak .col{
        padding: 60px 25px;
    }
    #mentor .col{
        width: 100%;
    }
    #mentor .colR{
        padding-left: 0px;
        padding-top: 20px;
    }
    #mainBussiness a {
    width: calc(100% / 1);
    padding: 0px;
    padding-top: 10px;
    }
    .innerNews .col .inner h3{
        padding:0px;
    }
    .gridBussiness .gridView .col {
    width: calc(100% / 1)!important;
   }
   #blogPage .colL form:first-child{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 10px;
   }
   #blogPage .colL form{
    width: 100%;
   }

   .detCmnPg .videoLists .col {
    width: calc(100% / 1)!important;
    }
    .branDet .image{
        width: 100%;
    }
    .branDet .cntnt{
        width: 100%;
        padding-left: 0px;
    }

    /*=======publishing===========*/
    #blogPage .col .image{
        width: 100%;
    }
    .gridView .col {
    width: calc(100% / 1)!important;
    padding: 0px!important;
    padding-top: 10px!important;
    }

    /*======videos==========*/
    .gridBussiness .videoLists .col {
    width: calc(100% / 1)!important;
    padding: 0px!important;
    padding-top: 10px!important;
    }

    /*=======contact page=======*/
    #contact .outer{
        display: block;
        padding-left: 0px;
        padding: 20px;
    }
    #contact .txt{
        position: relative;
        padding-top: 0px;
    }
    #contact .sideForm{
        position: relative;
    }
    #contact .outer:after{
        right: 0;
        top: 0px;
    }

    #three-pages{
        padding-top: 35px!important;
    }
    #blogPage h2{
        font-size: 30px;
        line-height: 36px;
    }
    #vidSpeak:after{
        display: none;
    }

    /*===============about page===========*/
    #extraAbt h2{
        font-size: 76px;
    }
    #extraAbt .cntnt{
        margin-left: 0px;
        margin-top: 70px;
    }
    #extraAbt h3{
        margin-bottom: 0px;
    }
    #finalAbt .colTxt , #finalAbt .col{
        width: 100%;
    }
    #finalAbt .colTxt{
        display: block!important;
        padding: 0px;
        padding-bottom: 20px;
    }
    #finalAbt .col h2{
        font-size: 62px!important;
    }
    .finalAbtBox{
        height: auto;
    }
    #finalAbt .col{
        display: none;
    }
    #finalAbt h2{
        margin-bottom: 50px;
    }

    .secTopSrch{
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .pgCat .filterRow{
        width: 100%;
    }
    .branDet{
        width: 100%;
    }
    .mainTitle h1{
        font-size: 63px;
    }
    .fl-3 .inner{
        width: 100%;
        padding: 0px;
        padding-bottom: 10px;
    }
    .introClark .colTxt{
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .subIntro .colL {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    }
    .subIntro .colR{
        width: 100%;
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .expClark .col{
        width: 100%;
        padding: 0px;
        padding-bottom: 20px;
    }
    .expClark .flex{
        margin: 0px;
    }
    .abtCrado h1{
        line-height: 0.6;
    }

}



@media screen and (max-width:380px) {



}

@media screen and (min-width:320px) and (max-width:330px) {

 #mentor .col .inner {
    height: auto;
}
.introClark .colTxt{
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
                margin-top: 10px;padding-left: 0px;
    }
.introClark .colTxt h2 , .introClark .colTxt h4{color: #333;}
}

@media screen and (min-width:411px) and (max-width:420px) {

 

}

