@font-face {

    font-family: 'Myriad Pro Regular';

    font-style: normal;

    font-weight: normal;

    src: local('Myriad Pro Regular'), url('../fonts/myriad-pro/MYRIADPRO-REGULAR.woff') format('woff');

    }

    @font-face {

        font-family: 'Myriad Pro Bold';

        font-weight: normal;

    font-size: 42px;

        src: local('Myriad Pro Bold'), url('../fonts/myriad-pro/MYRIADPRO-BOLD.woff') format('woff');

        }

    @font-face { font-family: "Padauk-Regular"; src: url("../fonts/Padauk/Padauk-Regular.woff") format("woff"), url("../fonts/Padauk/Padauk-Regular.ttf") format("truetype"), url("../fonts/Padauk/Padauk-Regular.svg#Padauk-Regular") format("svg"); }

@font-face { font-family: "Padauk"; font-weight: "bold"; src: url("../fonts/Padauk/Padauk-Bold.woff") format("woff"), url("../fonts/Padauk/Padauk-Bold.ttf") format("truetype"), url("../fonts/Padauk/Padauk-Bold.svg#Padauk") format("svg"); }

@font-face { font-family: "Pyidaungsu"; src: url("../fonts/Pyidaungsu/Pyidaungsu.woff") format("woff"), url("../fonts/Pyidaungsu/Pyidaungsu.ttf") format("truetype"), url("../fonts/Pyidaungsu/Pyidaungsu.svg#Pyidaungsu") format("svg"); }

@font-face { font-family: "Myanmar Sagar"; src: url("../fonts/MyanmarSagar/MyanmarSagar.woff") format("woff"), url("../fonts/MyanmarSagar/MyanmarSagar.ttf") format("truetype"), url("../fonts/MyanmarSagar/MyanmarSagar.svg#Myanmar Sagar") format("svg"); }

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');



body{

    font-family: 'Work Sans', sans-serif;

}

.mmfont{

    font-family: "Myanmar Sagar";

}

/**{

    

    scroll-behavior: smooth;

}*/

.formenu {

    background: black;

   }

/*------------- go to top strat---------------*/

.owl-carousel2 .owl-item img {

    width: auto;

}

/* .owl-carousel2 .bl {

    border-left: none;

}

.owl-carousel2 .bb {

    border-bottom: none;

} */

.owl-carousel2 .owl-item{

    margin-right: 0!important;

    padding-right:10px;

}

.visible-xs{

    display: none;

}

.scrollToTop {

    text-decoration: none;

    cursor: pointer;

    background: #efd57e;

    position: fixed;

    bottom: 80px;

    left: 10px;

    width: 40px;

    height: 40px;

    border-radius: 25px;

    display: none;

    z-index: 999;

  }

  

  .scrollToTop .fa-angle-up{

    color: #fff;

    font-size: 22px;

    padding-left: 12px;

    padding-top: 7px;

  }

  .vendor{

      position:relative;

  }

  .caption{

    position: absolute;

    bottom: 30%;

    left: 0;

    right: 0;

    z-index: 999;

    text-align: center;

    color:#fff;

  }



  #caption{

    max-width: 500px;

    margin-left: auto;

    margin-right: auto;

    border: 2px solid #fff;

    padding: 10px;

    background: rgb(0,0,0,0.5);

  }

 .top-title{

    margin: 0;

    padding: 0;

    font-size: 20px;

    color: #7f7a7a;

 }

 .pd50{

     padding-top:50px;

     padding-bottom:50px;

 }

 .title{

    color: #efd57e;

    font-weight: bold;

 }

 .para{

    font-size: 15px;

    margin-top: 20px;

    letter-spacing: 0.6px;

        text-align: justify;

 }

 .about-us{

    background: #191919;

    color: #b5b5b5;

 }

 .phightlight{

     color:#efd57e;

 }

 .about-us .section-2 .box .img-c,.about-us .section-2 .box:hover .img-b{

     display: none;

 }

 .about-us .section-2 .box{

     padding:20px;

     padding-top: 30px;

     padding-bottom: 30px;

     cursor: pointer;

 }

 .about-us .section-2 .box:hover{

     background: #fff;

     box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;

 }

 .box-shadow{

    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;

 }

 .about-us .section-2 .box:hover .img-c{

    display:block;

}

.about-us .section-2 .box .img{

    width: 70px;

    min-height: 70px;

    border: 7px solid #eee;

    position: relative;

}

.about-us .section-2 .box:hover .img{

    border: 7px solid #000000;

}

.about-us .section-2 .box .img img{

    position: absolute;

    top: -20px;

    left: -20px;

    z-index: 1;

    background: #191919;

}

.about-us .section-2 .box:hover .img img{

 background: #fff;

}

.about-us .section-2 .box .title{

    color:#efd57e;

    font-weight: bold;

    margin-top: 20px;

    margin-bottom: 10px;

}

.mt50{

    margin-top:50px;

}

.mt30{

    margin-top:30px;

}

.imgbox img,.colorbox{

    border-radius:10px;

}

.imgbox ,.colorbox{

    padding:10px;

}

.colorbox{

    background: #f6f6f6;

    padding-top: 30px;

    padding-bottom: 30px;

    max-width:600px;

    margin-left: auto;

    margin-right: auto;

}
.our-talents .talent-row .talent .img{
    padding: 20px;
}
.our-talents .talent-row .talent img{
    border-radius: 50%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-bottom: -70px;
}
.our-talents .talent-row .talent .info{
    background-color: #f6f6f6;
    border-radius: 30px;
    padding:80px 10px 30px 10px;
    min-height: 220px;
    margin-bottom: 50px;
}
.our-talents .talent-row .talent .info h2{
    color: #000;
    text-align: center;
    font-weight: bold;
}
.our-talents .talent-row .talent .info .bg-black{
    background-color: #000;
    border-radius: 30px;
    color: #f6f6f6;
    text-align: center;
    padding: 7px;
    max-width: 90%;
    margin: auto;
    
    margin-top: 40px;
}
.our-talents .talent-row .talent .info .bg-black p{
    margin-bottom: 0px;
    font-size: 14px;
}
@media (min-width:992px){

    .colorbox{

        min-height: 400px;

        margin:10px;

    }
    .colorbox.our-service-page-colorbox {
        min-height: 288px;
        margin: 10px;
        max-width: 100%;
        padding-bottom: 0px;
    }

}

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

    .colorbox{

        min-height: 337px;

    }
    .colorbox.our-service-page-colorbox {
        min-height: 318px;
    }

}

.formtop{

    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;

    padding: 20px;

    padding-top: 30px;

}

.formtop h3{

    margin-bottom: 30px;

    font-weight: bold;

}

.formtop .form-control {

    display: block;

    width: 100%;

    padding: .375rem .75rem;

    font-size: 1rem;

    line-height: 1.5;

    color: #495057;

    background-color: #f8f8f8;

    background-clip: padding-box;

    border: 1px solid #f8f8f8 !important;

    border-radius: 0px;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.rightchange{

    background: #efd57e;

    color: #fff;

    border-radius: 20px;

    padding: 10px 20px;

    margin-top: 20px;

}

.info{

    padding: 30px;

    padding-top: 60px;

}

.infobox{

    display: flex;

    margin-bottom: 20px;

}

.infobox .icon{

    padding: 10px;

    font-size: 20px;

    background: #efd57e;

    color: #fff;

    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;

    width: 50px;

    height: 50px;

    border-radius: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 5px;

    margin-right: 20px;

    padding:20px;

}

.infobox h4{

    font-size: 20px;

    font-weight: bold;

    border-bottom: 1px solid #ffedb8;

    padding-bottom: 10px;

    max-width: 250px;

}

.proposal{

    margin-left: auto;

    margin-right: auto;

}

@media(max-width:768px){
    .colorbox.our-service-page-colorbox {
        margin-bottom: 5px;
        min-height: 0px;
    }

    .caption{

        display:none;

    }

    .pd50{

        padding-top:10px;

        padding-bottom: 10px;

    }

  }

  .new-box{

    background: #000000;

    margin-bottom: 30px;

  }

  .new-box img{

      width:100%;

  }

  .new-box h4{

    font-size: 20px;

    color: #fff;

    font-weight: bold;

    padding:5px;

  }

  .youtube{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%);

  }

  .link,.link:hover{

    text-decoration: none;

    color: #000 !important;;

    font-size: 20px;

    text-transform: capitalize;

    background: #efd57e;

    color: #fff;

    padding: 10px 50px;

    width: 100%;

  }

  .pdf, .pdf:hover {

    text-decoration: none;

    color: #000 !important;

    font-size: 20px;

    text-transform: capitalize;

    background: #efd57e;

    padding: 10px;

    padding-top: 30px;

}

  .pdf a,.pdf a:hover, .link a,.link a:hover{

    text-decoration: none;

    color: #000 !important;

  }

 footer {

    background: #000;

    color: #d7d7d7;

    font-size: 16px;

    background: url(/img/agency-logo-bg.png) rgb(0,0,0) no-repeat left;

}

  .logobg{

      position:absolute;

      top: 0;

      left: 0;

      z-index: -1;

  }

  .re {

    /* background: url(/img/agency-logo-bg.png) no-repeat top left; */

    background-color: rgb(0,0,0,0.7);

    padding-top: 50px;

    padding-bottom: 50px;

}

  .visithere,.visithere:hover{

    text-decoration: none !important;

    color: #d7d7d7 !important;

    border: 1px solid #d7d7d7;

    padding: 7px 20px;

    border-radius: 4px;

  }

  .mt20{

      margin-top:20px;

  }

  .mb30{

      margin-bottom: 30px;

  }

  .mb50{

    margin-bottom: 50px;

}

  .colorc, .colorc:hover{

      color:#efd57e;

      text-decoration:none;

  }

  i.colorc{

    margin-top: -15px;

    font-size: 30px;

    margin: 5px;

  }

  .maintitle{

    font-weight: bold;

    text-transform: uppercase;

    background: #efd57e;

    color: #242121;

    padding: 20px;

    border-left: 5px solid #fff;

  }

  .digital-marketing{

      background: #000;

  }

  .borderb{

      border-bottom:1px solid #222121;

  }

  .box:hover p{

      color:#000;

  }

  .box:hover{box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;}

  .bgbk{

      background:#000;

  }

  .our-client{

      background:#000000;

  }

  .our-client h4{

      color:#efd57e;

  }

  .our-client h1{

    font-size: 20px;

    color: #565656;

    font-weight: bold;

}

.our-client .top img {

    border: 1px dashed;

    margin-bottom: 20px;

    background: #f6dd88;

}

.our-client .second img{

    padding:10px;

}

  @media (min-width:992px){

    .our-client h1{

        margin-top: 100px;

        font-size: 24px;

        color: #767676;

        font-weight: bold;

    }

  }

  .menu{

      background: #000;

      color: #fff;

  }

  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {

   

    color: #fff;

    border-bottom: 2px solid #efd57e;



}

  .navbar-light .navbar-nav .nav-link {

    color: #fff;

}

#home {

    background-color: #286090;

    height: 100vh;

    width: 100%;

    overflow: hidden;

}

#about {

    background-color: blue;

    height: 100vh;

    width: 100%;

}



/* .mfixed .navbar-light .navbar-nav .nav-link {

    color: #000 !important;

} */

.form-horizontal{

    max-width: 500px;

    margin-left: auto;

    margin-right: auto;



}

.pd30{

    padding-top:30px;

    padding-bottom: 30px;

}

#mc_embed_signup .mc-field-group label {

    display: block;

    margin-bottom: 3px;

    font-size: 15px !important;

}

@media (max-width:991px){

    footer {

    background: #000;

    color: #d7d7d7;

    font-size: 14px;

    background: url(/img/agency-logo-bg.png) rgb(0,0,0) no-repeat top left;

}

.m-mb20{

    margin-bottom:20px;

}

footer .m-mb20{

    text-align:left!important;

}

.re{

    padding-top:30px;

    padding-bottom:10px;

}

}

.colory{

    color:#efd57e;

}

.menu{

    background:#000;

    color:#fff;

}

.mcontact{

    min-width:200px;

}

.mflex,.mmflex{

    display:flex;

    justify-content:space-around;

    align-items:flex-end;

}

.mflex{

    align-items:flex-start;

    margin-left: auto;

}

.mt10{

    margin-top:10px;

}

@media(max-width:767px){

    .formenu {

    position: -webkit-sticky;

    position: sticky;

    top: -1px;

    z-index: 999;

}

    .ctext{

        display:none;

    }

    .mcontact{

        min-width:unset;

        font-size:12px;

    }

    .mcontact img{

        width:30px;

    }
    .logo.flexwidth img {
        max-width: 50px;
    }
    .row.toprow.nav-bg {
        flex-wrap: nowrap;
    }
    .logo.flexwidth img {
        border-radius: 50%;
        float: left;
    }
    .navbar.navbar-expand-lg.navbar-light{
        padding-right: 0px;

    }
    .navbar-light .navbar-toggler {
        margin-top: 0px !important;
    }
    .row.toprow.nav-bg {
        padding-left: 0px;
        padding-right: 0px;
    }
    .xs-contact.formenu{
        margin-top: -30px;
    margin-bottom: 20px;
    }
}

@media (min-width: 992px){

.navbar-expand-lg .navbar-nav .nav-link {

    padding-right: 30px;

    padding-left: 30px;

    font-size: 18px;

    letter-spacing: 1px;

}

}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

    color: #efd57e;

}

.navbar-light .navbar-toggler {

    color: rgb(255 255 255);

    border-color: rgba(0,0,0,.1);

    font-size:20px;

    border: 1px solid #fff;

}

.dropdown-item{

    background-color:#000;

    color:#fff;

}

    .dropdown-item.active, .dropdown-item:active {

    color:#efd57e;

    text-decoration: none;

    background-color: #000;

}

.navbar-expand-lg .navbar-nav .dropdown-menu {

    position: absolute;

    padding: 0;

}

.dropdown-item:focus, .dropdown-item:hover {

    color: #fff;

    text-decoration: none;

    background-color: #000;

}

.carousel-caption{

    text-transform:uppercase;

}

.carousel-caption p{

    letter-spacing: 10px;

}



.carousel-caption {



}

.more{

        position: absolute;

        right: 15%;

        bottom: 0%;

        left: 15%;

        z-index: 10;

        color: #fff;

    

}

.slider .more a,.slider .more a:hover{

    color:#fff;

    letter-spacing: 5px;

    text-decoration: none;

    text-transform: uppercase;

}

.bggold{

     color:#aaa; 

}

.about .container-fluid{

    padding-left: 0;

    padding-right: 0;

}

.about{

    background: url(../img/golden_wallpaper_1.jpg) no-repeat center;

    object-fit: cover;

}

.posre{

    position: relative;

   

}

.cap{

    position: absolute;

    bottom:25%;

    left: 15%;

    right: 15%;

    /* transform: translate(-50%); */

    color:#fff;

    text-transform: uppercase;

    letter-spacing: 1px;

    text-align:center;

}

.cap h4{

    font-family: 'Myriad Pro Bold';

}

.cap p{

    letter-spacing: 10px;

    font-size: 10px;

}



.blackbox{

    background: #0f0f0f;

    background: #0f0f0f;

    padding: 30px;

    /* margin-top: 100px; */

    margin-left: -60px;

    padding-top:50px;

    padding-bottom: 50px;

    position: relative;

}



.blackbox .icon {

    color: #efd57e;

    width: 70px;

    height: 70px;

    border-radius: 100%;

    font-size: 25px;

    border: 1px solid #efd57e;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 20px;

    margin-top: 20px;

}

.blackbox .icon:hover{

    background:#efd57e;

    color:#000;

}



.toprow a:hover{

color:#efd57e;

text-decoration: none;

}

footer .ph:hover,footer .ph{

color:#d7d7d7;

text-decoration: none;

}

.blackbox a, .readmore, .readmore:hover {

    background: #efd57e;

    color: #000;

    text-decoration: none;

    padding: 13px 25px;

    border-radius: 50px;

    font-size: 15px;

}

.blackbox h3 span,.service h3 span,.home h3 span{

    font-family: 'Work Sans', sans-serif;

    font-weight:700;

}

.bggold {

        padding-right: 100px !important;

        color: #aaa;

        display: flex;

        align-items: center;

        background:url(../img/golden_wallpaper-copy.jpg) no-repeat center;

    }

@media (max-width:1698px){

    .bggold {

        padding-right: 30px !important;

        color: #aaa;

        display: flex;

        align-items: center;

    }

}

@media (max-width:1376px){

    .bggold {

        padding-right: 10px !important;

        color: #aaa;

        display: flex;

        align-items: center;

    }

}

@media (max-width:991px){

    .posre{

        position: relative;

    }

    .blackbox{

        margin-left: unset;

        padding: 30px;

    }

    .blackbox .morep{

        margin-top: 30px;

    text-align: center;

    }

}

.topshade{

    position: absolute;

    top: -85px;

    right: -85px;

}



.bottomshade{

    position: absolute;

    bottom: -92.43px;

    right: -80px;

}

.about{

    overflow: hidden;

}

.bgimg{

    background:url('../img/background.jpg');

    background-attachment: fixed;

}

.borderbb {

    border-bottom: 1px solid #434343;

}

a:hover{

    text-decoration:none;

}

.cbox{

    height: 150px;

    width: 100%;

    text-align: center;

    display: flex;

    align-items: center;

    justify-content: center;

    padding:10px;

}

.bb{

    border-bottom:1px dotted #434343;

}

.bl{

    border-left:1px dotted #434343;

}

.mercurymedia{

    background:#191919;

}

@media(max-width:991px){

    .largel .bl{

        border-left: unset;

    }

    .home .pd50{

        padding-top:30px;

        padding-bottom:30px;

    }

}

.mercurymedia p,.news p{

    color:rgb(213 213 213);

    margin-top: 20px;

    text-align: center;

    font-weight: bold;

    font-size: 16px;

}

.proposalbg {
    background: url(../img/front-page/bg3.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.colorw{

    color:#fff;

}

.proposalbg p{

    font-size: 14px;

    font-family: 'Work Sans', sans-serif;

    font-weight: normal;

}

.pb70{

    padding-bottom: 70px;

}

.mt-50{

    margin-top: -70px;

}

.lessp{

    color:#bbb !important;

    font-size: 14px !important;

    font-family: 'Work Sans', sans-serif !important;

    font-weight: normal !important;

}

.vendor h2{

        font-size: 25px;

}

@media (max-width:1400px){

    .blackbox {

        background: #0f0f0f;

        background: #0f0f0f;

        padding: 10px;

        /* margin-top: 100px; */

        margin-left: -50px;

        position: relative;

        padding-left: 20px;

    }

}

@media (max-width: 991px){

.blackbox {

    background: #0f0f0f;

    background: #0f0f0f;

    padding: 30px;

    /* margin-top: 100px; */

    margin-left: 0px;

    position: relative;

    margin: unset;

}

.topshade,.bottomshade{

    display:none;

}

.bggold{

    padding: 0 !important;

}

.ss img{

    /* max-width: 150px; */

    margin-bottom: 30px;

}

}

.break{

    display: none;

}

@media(max-width:768px){

    .break{

        display: block;

    }

.ovscroll{

    max-width: 100%;

    overflow: scroll;

}

}



@media(max-width:512px){

    .carousel-caption h3 {

        font-weight:700;

        font-family:'Work Sans', sans-serif;

        font-size: 13px;

    }

    .carousel-caption p {

        letter-spacing: 5px;

        font-size: 10px;

        margin-bottom: 0px;

    }

}

.left{

    display: none;

}

@media(max-width:991px){

    .right{

        display: none;

    }

    .left{

        display: block;

    }

}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {

    background: none;

    color: inherit;

    border: none;

    padding: 0 !important;

    font: inherit;

    color: #fff;

    /* margin: 20px; */

    margin-right: 20px;

    font-size: 20px;

}

.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus{

    outline: 0;

}

.owl-carousel .owl-nav button.owl-prev.disabled,.owl-carousel .owl-nav button.owl-next.disabled{

    color: #7d7d7d;

    /* font-size: 0px; */

    cursor: not-allowed;

}

.owl-nav{

    position: absolute;

    top: -40px;

    text-align: center;

    left: 0;

    right: 0;

}

.mercury-media p{

    color: rgb(102 101 99);

    font-size: 16px;

}

.colorgold{

    color:#d6a045 !important;

}

.mercury-media p.colorgold{

    font-size: 18px !important;

}

.media-box{

    padding-top: 30px;

    margin-bottom: 30px;



}



.home .mercurymedia p{

    color:#fff;

}

.new-box {

    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

    background-color: #fff;

    min-height: 400px;

}

.new-box p{

    color:#eee;

}

.new-box h4{

    color:rgb(180 136 65);

}

.new-box .text {

    text-align: left;

    padding: 10px;

    margin: 10px;

    margin-top: -60px;

    background: #fff;

    /* z-index: 999; */

    position: absolute;

    left: 15px;

    /* min-height: 300px; */

    right: 15px;

}

.new-box .text p{

    text-align: left;

    color:rgb(73, 73, 73);

}

.new-box:hover,.new-box:hover .text{

    background-color: rgb(239 213 126);

    color:#000;

}

.new-box:hover h4{

    color:#fff;

}

@media(max-width:991px){

    

    .cap {

        position: absolute;

    top: unset;

    bottom: -10px;

    }
    .mmt30{

        margin-top:10px;

    }

}

@media(max-width:767px){
    .visible-xs{

        display: inline;

    }

    .hidden-xs{

        display: none;

    }

    .service p{

        min-height: 50px;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .cap h4 {

        font-weight: 700;

    font-size: 11px;

    margin-bottom: 5px;

    }

    .cap p {

        letter-spacing: 7px;

        font-size: 7px;

    }

    .carousel-caption {

        position: absolute;

    right: 5%;

    bottom: 26%;

    left: 5%;

    z-index: 10;

    padding-top: 20px;

    padding-bottom: 20px;

    text-align: center;

    max-width: 200px;

    height: 50px;

    }

    .maintitle {

        font-weight: bold;

        text-transform: uppercase;

        background: #efd57e;

        color: #242121;

        padding: 10px;

        border-left: 5px solid #fff;

        font-size: 20px;

    }

    

}

@media(min-width:992px){

.flexwidth{

    width:33.33%;

}

.mcontact .mflex{

    max-width: 200px;

}

    

}

@media (max-width:991px){

    .mfixed{

        position: fixed;

        left: 0;

        right: 0;

        z-index:999;

        /* background:#fff !important;

        color:#000 !important; */

box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

}

.pt50{

    padding-top:50px;

}

.nav-tabs .nav-link {

    border: 1px solid transparent;

    border-top-left-radius: .25rem;

    border-top-right-radius: .25rem;

    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

    margin: 10px;

    color:#000;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

    color: #495057;

    background-color: #efd57e;

    border-color: #dee2e6 #dee2e6 #fff;

    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}



.flinkedin{

    width: 33px;

    margin-top: -12px;

}

.feedback{

    background:#fff;

    padding-bottom: 30px;

    min-height: 645px;

}

.feedback img{

    width:200px !important;

}

.feedback .user{

    width:  150px !important;

    border-radius: 100%;

    margin-left: auto;

    margin-right: auto;

}

.feedback p{

    margin:15px;

}

.feedback .divider{

    border-bottom: 1px solid #b2b2b2;

    margin-top: -20px;

    margin-bottom: 20px;

}

.feedback .divider p{

    width: 100px;

    border: 1px solid #eee;

    border-radius: 20px;

    margin-bottom: -15px;

    background: #fff;

}

.logo{

    margin-top:20px;

    margin-bottom: 20px;

}

@media (max-width:767px){

    /* .home .service p{

        min-height: 50px;

        display: flex;

        align-items: center;

    

    } */

    .mm-panel:not(.mm-hidden) {

        display: block;

        background: #0d0b0b !important;

        color: #fff;

    }

    .mm-panel_has-navbar .mm-navbar {

        display: block;

        background: #0d0b0b !important;

        color: #efd57e !important;

    }

    .mm-listitem {

        color: #efd57e!important;}

        .mm-btn:after, .mm-btn:before {

            border-color: #efd57e !important;

        }

        .mflex, .mmflex {

            display: flex;

            justify-content: center;

            align-items: center;

            flex-direction: column;

        }

        .mcontact .mflex div{

            display: flex;

            align-items: center;

            justify-content: space-around;

            width: 150px;

            margin-bottom: -50px;

            margin-right: auto;

        }

        .mcontact .mflex div p{

            margin:0;

        }

        .mmflex{

            display: unset;

            /* min-height: 150px; */

            padding-top: 10px;

            padding-bottom: 10px;

        }

}

.news-page h6{

    font-size: 20px;

    color: #686868;

}

@media(max-width:991px){

    .showxs{

        display:block !important;

        opacity: 1!important;

    }

}

.news-page h3{

    margin-top: 30px;

    margin-bottom: 30px;

}

.news-page p{ 

    font-size: 17px;

    letter-spacing: 0.6px;

    line-height: 1.6;

}

.new-content{

    background: #fcfcfc;

    padding: 20px;

    margin-bottom: 30px;

}

.newborderb{

    border-bottom: 2px solid #eee;

    padding-bottom: 10px;

    margin-bottom: 10px;

}

.mt30{

    margin-top:30px;

}

@media(min-width:992px){

    .news-page .container-fluid{

        max-width: 90%;

    }

    .news-page .tab-content img{

        max-width: 600px;

    }

}

.mm-navbar a, .mm-navbar a:hover {

    text-decoration: none;

    font-size: 13px!important;

}

.news-page .btn-primary,.mercury-media .btn-primary {

    color: #fff;

    background-color: #000000;

    border-color: #000;

}

.btn-primary.focus, .btn-primary:focus {

    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 50%);

}

.btn-primary:hover {

    color: #fff;

    background-color: #000000;

    border-color: #090909;

}

@media(max-width:767px){

    .feedback{

        min-height:862px;

    }

}

.mm-menu{

    z-index: 999 !important;

}

.owl-carousel-trade .owl-nav {

    position: absolute;

    top: 45%;

    text-align: center;

    left: 15px;

    right: 0;

    display: flex;

    justify-content: space-between;

}

.owl-carousel-trade .owl-next,.owl-carousel-trade .owl-prev{

    color: #ffffff !important;

    background: #000 !important;

    width: 50px;

    height: 50px;

}

.carousel-control-prev i,.carousel-control-next i{

width: 50px;

height: 50px;

background: rgb(0,0,0,0.5);

color: #fff;

display: flex;

align-items: center;

justify-content: center;

}

.news-page .mmfont{

    font-size: 16px;

    text-align: justify;

}

.mmfont.h5{

    font-size: 1.25rem !important;



}

.feedbacktext{

    text-align: justify;

}

.fl{

    float:left;

}

.fr{

    float:revert;

}

.mw400{

    max-width: 500px;

    margin-right: 20px;

}

.mb15{margin-bottom: 15px;}

.mm-panel_has-navbar .mm-navbar {
    display: block;
    background: #000;
    color: #fff;
}

.menu-margin{
    margin-top: 5px;
}
.slider-container{
    padding-bottom: 50px;
    background-color: #000;
}
.home-bg{
    background-color: #000;
}
.toprow.nav-bg{
    background-color: white;
    padding: 10px 10px;
    border-radius: 10px;
    
}
.navbar-light .navbar-nav .nav-link {
    
    
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #efd57e;
    border-bottom: none;
}
.menu.menu-padding{
    padding-left: 15px;
    padding-right: 15px;
}
.home-bg .slider{
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: rgba(0,0,0,.9);
    font-size: 20px;
    border: 1px solid #fff;
    margin-top: 20px;
}

@media (min-width:1600px) and (max-width:  1920px) {
    .menu-margin {
        margin-top: 25px;
    }
    .navbar-light .navbar-nav .nav-link {
       
        font-size: 25px;
    }
}


/**************** Update Home Page ***************/
:root{
    --font-family-sans: 'Work Sans', sans-serif;
    --color-black: #000000;
    --color-yellow: #efd57e;
    --color-golden: #f1d412;
    --color-gray: #aaaaaa;
}

.default-slide img {
    width: 100%;
    margin: 0 auto;
}
.default-slide .carousel-caption h3{
    font-weight:400;
    font-family: var(--font-family-sans);
    color:var(--color-black);
    font-size: 2rem;

}
.default-slide .carousel-caption h2 {
    font-weight: 900;
    font-family: 'Work Sans', sans-serif;
    color: var(--color-black);
    font-size: 2.5rem;
}
.default-slide .carousel-caption {
    left: 20rem;
    text-align: left;
    top: 35%;
}
.front-page .front-about-page{
    background-image:url(/img/front-page/bg2.jpg);
}
.front-page .front-about-page {
    background-image: url(/img/front-page/bg2.jpg);
    height: 736px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.why-mercury-bg {
     height: 736px;
}
.what-we-do p,.why-mecury-flex p {
    color: #aaa;
    font-family: var(--font-family-sans);
}
.why-mecury-flex h3 {
    color: #efd57e;
    font-family: var(--font-family-sans);
}
.why-mecury-flex h3.head-title>span {
    font-weight: 700;
}
.front-page-readmore a {
    background: #efd57e;
    color: #000;
    text-decoration: none;
    padding: 10px 32px;
    border-radius: 50px;
    font-size: 15px;
    border-color: transparent;
}
.why-mecury-flex {
    background-color: #0f0f0f;
    padding: 40px 30px;
    margin-right: -40px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.why-mercury-bg {
    height: 736px;
    display: flex;
    flex-flow: wrap;
    align-content: center;
}
.what-we-do {
    margin: 0 auto;
    text-align: center;
    padding-top: 44px;
    padding-bottom: 30px;
}
.grid {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #e0e2e3;
    text-align: center;
    cursor: pointer;
    margin:0;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.2;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 43px;
    left: 0;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-weight: 800;
    color: var(--color-black);
}

figure.effect-lily p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.our-services-wrap h2 {
    color: #fff;
    font-family: var(--font-family-sans);
    margin-bottom: 40px;
    text-align: center;
    font-weight: 800;
}
.clients h3 {
    color: #fff;
    font-weight: 800;
}
.proposalbg h3 {
    color: #000;
    font-weight: 800;
}
.proposalbg p {
    color: #000;
    font-family: var(--font-family-sans);
    font-size: 17px;
}
.our-services-wrap {
    background-image: url(/img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.clients {
    padding-top: 38px;
}
.no-gutters {
    margin-top: 54px;
    padding-bottom: 68px;
}
.section-t {
    background: #fff;
    padding: 2em;
}
.black-bg{
    background-color:#000;
}
.block-columns .is-layout-flex {
    flex-basis: 0;
    flex-grow: 1;
    margin: 2em 0;
}
.block-columns {
    display: flex;
    flex-flow: nowrap;
    box-sizing: border-box;
    gap: 2em;
}
.is-layout-flex.column-bg {
    background: #fff;
    padding:2em;
}
.section-t h3 {
    color: var(--color-golden);
    text-align: center;
}
.section-t {
    background: #fff;
    padding: 2em;
}
.is-layout-flex h3 {
    color: var(--color-golden);
    text-align: center;
}
.black-bg .section h1 {
    margin-top: 60px;
    margin-bottom: 60px;
    font-weight: 700;
}
.block-image-columns.bg-white{
    background-color: #fff;
}
.block-image-columns {
    display: flex;
    flex-flow: nowrap;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 30px;
}
.is-layout-flex.block-image {
    flex-grow: 1;
    flex-basis: fit-content;
}
.fit-image img {
    width: 422px;
}
.block-pg {
    padding: 2em;
}
.is-layout-flex.block-image.block-pg h3 {
    text-align: center;
}
.block-image-columns.auto-columns .block-pg h1 {
    text-align: left;
    margin-top: 0;
    color: var(--color-golden);
    white-space: pre-line;
}
.is-layout-flex.block-image.block-pg p {
    color: var(--color-black);
    font-size: 18px;
}
.is-layout-flex.block-image.auto-image img {
    width: 560px;
}
.is-layout-flex.block-image.block-pg h4 {
    color: var(--color-golden);
    font-weight: normal;
    font-size: 22px;
    font-family: var(--font-family-sans);
}
.block-image-columns.auto-columns {
    align-items: normal;
}
.block-image-columns.auto-columns .block-pg {
    padding-top: 0;
}
.block-image-columns.auto-columns .block-pg p{
   color: var(--color-gray);
    font-size: 18px;
}
.our-talents h1 {
    margin-top: 60px;
    margin-bottom: 50px;
    font-weight: 700;
}
.business-development h1 {
    margin-top: 60px;
    margin-bottom: 50px;
    font-weight: 700;
}
.bs-block-columns .bs-dv-text {
    background: #fff;
    padding: 2em;
    flex-basis: 0;
    flex-grow: 1;
}
.bs-layout-flex.bs-dv-text h3 {
    color: var(--color-golden);
    font-weight: 700;
}
.bs-block-columns {
    display: flex;
    flex-flow: nowrap;
    margin-bottom: 30px;
}
.bs-layout-flex.bs-dv-text p {
    font-size: 17px;
    line-height: 1.5rem;
}
.bs-layout-flex.bs-dv-img {
    width: 50%;
}
.bs-layout-flex.bs-dv-text {
    width: 50%;
}
.bs-layout-flex.bs-dv-img img {
    width: 100%;
}

@media (max-width: 575px) {
    .xs .block-columns {
        display: block;
    }
    .xs .block-columns .is-layout-flex {
        margin: 1.5em 0;
    }
    .xs .block-image-columns {
        display: block;
    }
    .xs .fit-image img {
        width: 100%;
    }
    .xs .is-layout-flex.block-image.auto-image img{
        width: 100%;
    }
    .xs .block-image-columns.auto-columns .block-pg h1 {
        white-space: normal;
        margin-top: 35px;
    }
    .xs .our-talents .talent-row .talent .img {
        padding: 0 60px;
        margin: 0 auto;
        text-align: center;
    }
    .xs .our-talents .talent-row .talent img{
        margin-bottom: -74px;
    }
    .xs .bs-block-columns {
        display: block;
    }
    .xs .bs-layout-flex.bs-dv-text{
        width: 100%;
    }
    .xs .bs-layout-flex.bs-dv-img{
        width: 100%;
    }
    .xs .why-mercury-bg {
        height: auto;
        display: block;
    }
    .xs.front-page .front-about-page {
        background-image: none;
        height: auto;
        background-color: #000;
    }
    .xs .front-page-readmore {
        margin: 0 auto;
        text-align: center;
    }
    .xs .why-mecury-flex{
        margin-right:0;
    }
    .xs-cap .cap {
        position: static;
    }
    .xs-cap {
        background-image: url(/img/front-page/bg2.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 150px;
        display: flex !important;
        flex-flow: nowrap;
        justify-content: center;
        align-items: center;
    }
    .xs-cap .cap h4 {
        font-size: 24px;
    }
    .xs-cap .cap p {
        letter-spacing: 3px;
        font-size: 15px;
    }
    .xs .services-box .p-0 {
        padding: 15px !important;
    }

}
@media (max-width: 991.98px) {
    .sm .block-image-columns {
        display: block;
    }
    .sm .fit-image img {
        width: 100%;
    }
    .sm .is-layout-flex.block-image.auto-image img{
        width: 100%;
    }
    .sm .block-image-columns.auto-columns .block-pg h1 {
        white-space: normal;
        margin-top: 35px;
    }
    .sm .bs-block-columns {
        display: block;
    }
    .sm .bs-layout-flex.bs-dv-text{
        width: 100%;
    }
    .sm .bs-layout-flex.bs-dv-img{
        width: 100%;
    }
    .sm.front-page .front-about-page {
        background-image: none;
        height: auto;
        background-color: #000;
    }
    .sm .front-page-readmore {
        margin: 0 auto;
        text-align: center;
    }
    .sm .why-mecury-flex {
        margin-right: 0;
        min-width: 750px;
        padding: 40px 30px;
    }
    .sm .why-mercury-bg {
        margin: 0 auto;
        text-align: center;
        display: block;
        height: auto;
    }
    .sm .xs-cap .cap {
        position: static;
    }
    .sm .sm-cap {
        display: none;
    }
    .sm .xs-cap {
        background-image: url(/img/front-page/bg2.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 150px;
        display: flex !important;
        flex-flow: nowrap;
        justify-content: center;
        align-items: center;
    }
    .sm .xs-cap .cap h4 {
        font-size: 24px;
    }
    .sm .xs-cap .cap p {
        letter-spacing: 3px;
        font-size: 15px;
    }
    .sm .xs .services-box .p-0 {
        padding: 15px !important;
    }
    .sm .default-slide .carousel-caption {
        left: 3rem;
    }
}
@media(max-width: 1440px){

}