@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
/*font-family: 'Libre Baskerville', serif;*/
section#packages_price {
    padding-top: 30px;
}
.det-packages .boxpackages:hover {
    transform: scale(1.1);
    border: 1px solid #ff0042;
    background-color: #cf0420;
}
.det-packages .boxpackages:hover .bets_seller_list ul h5, .det-packages .boxpackages:hover .bets_seller_list ul li:before, .det-packages .boxpackages:hover .botarea-pack .liovechats-bx a h5, .det-packages .boxpackages:hover .botarea-pack .liovechats-bx a span, .det-packages .boxpackages:hover .botarea-pack .liovechats-bx a span:before, .det-packages .boxpackages:hover .packheads h3, .det-packages .boxpackages:hover .packtitles .fleft h3, .footer-menu ul li:hover a {
    color: #fff;
}
.det-packages .boxpackages:hover .botarea-pack a.btn-orders, .det-packages .boxpackages:hover .packtitles .fright-pricing, .det-packages .boxpackages:hover .pkg-top-btn {
    background-color: #fff;
}
.det-packages .boxpackages:hover .packtitles .fright-pricing h4, .det-packages .boxpackages:hover .packtitles .fright-pricing h4 span.cutprice, .detailHeader .inner-menu-bottom .innerMenu li a:hover, .detailHeader ul.menuBlock li a:hover {
    color: #cf0420;
}
.det-packages .boxpackages:hover .packtitles .fright-pricing:before {
    border-left: 18px solid #fff;
}
.boxpackages:hover .packdetails .bets_seller_list ul li {
    color: #fff !important;
}

.det-packages .sechead h3 {
    color: #111;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
}
.det-packages .sechead p {
    font-size: 16px;
    color: #505050;
    line-height: 25px;
    margin-top: 21px;
    margin-bottom: 30px;
    text-align: center;
}
.packages-tabs .nav-tabs {
    border: 0;
    display: flex;
    justify-content: space-around;
}
.packages-tabs .nav-tabs .nav-link:hover {
    border-color: #b92b31;
}
.packages-tabs li.nav-item.active a {
    background: #cf0420!important;
    color: #fff !important;
}
.packages-tabs .nav-tabs .nav-link:hover {
    border-color: #b92b31;
}
.packages-tabs .nav-tabs li a {
    background-color: initial!important;
    padding: 8px 12px;
    border-radius: 25px;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    color: #000;
}
.det-packages .boxpackages .packheads h3 {
    font-size: 19px;
    color: #111;
    font-weight: 600;
    margin: 0 0 10px;
}
.nav-tabs+.tab-content {
    padding: 50px 0;
}
.det-packages .boxpackages {
    background: #fff;
    border-radius: 15px;
    padding: 20px 16px 30px;
    width: 100%;
    box-shadow: -2px 10px 40px -10px #00000059;
    position: relative;
    border: 1px solid transparent;
    transition: all .3s ease-out;
    margin: 0 0 50px;
    overflow: hidden;
}
.boxpackages .packdetails .packtitles .fleft h3 {
    font-size: 30px;
    color: #cf0420;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}
.packtitles .fright-pricing {
    position: absolute;
    right: -5px;
    background-color: #7f7f7f;
    text-align: center;
    padding: 6px 12px;
    transition: all .3s ease-out;
    top: 65px;
}
.packages-tabs .nav-tabs li a.active {
    background-color: #cf0420!important;
    color: #fff;
}
.packtitles .fright-pricing:before {
    position: absolute;
    z-index: 9;
    background-color: transparent;
    left: -18px;
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 18px solid #7f7f7f;
    transform: rotate(180deg);
    top: 0;
    transition: all .3s ease-out;
}
.packtitles .fright-pricing h4 {
    font-size: 12px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    transition: all .3s ease-out;
}
.packtitles .fright-pricing h4 span.cutprice {
    text-decoration: line-through;
    display: block;
    font-size: 18px;
    color: #fff;
    transition: all .3s ease-out;
}
.packdetails .bets_seller_list ul {
    display: block;
    width: 100%;
    padding: 14px 0;
    margin: 0;
    height: 250px;
    overflow-y: scroll;
}
.packdetails .bets_seller_list ul li {
    position: relative;
    font-size: 14px;
    color: #9c9c9c;
    padding: 5px 0 5px 25px;
    width: 100%;
    overflow: hidden;
}
.packdetails .bets_seller_list ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    color: #cf0420;
}
.packdetails .botarea-pack {
    padding: 15px 0 0;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #d1d7e3;
}
.packdetails .botarea-pack a.btn-orders {
    border: 1px solid #cf0420;
    border-radius: 30px;
    padding: 8px 18px;
    color: #cf0420;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    transition: all .3s ease-out;
    margin: 0;
}
.packdetails .botarea-pack .liovechats-bx {
    margin-top: -4px;
    padding-right: 14px;
}
.packdetails .botarea-pack .liovechats-bx a h5 {
    font-weight: 700;
    color: #111;
    font-size: 16px;
    margin: 0;
}
.packdetails .botarea-pack .liovechats-bx a span {
    font-size: 10px;
    color: #242424;
    position: relative;
}
.tab-content .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.tab-content .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.det-packages .boxpackages .packheads {
    border-bottom: 2px solid #d1d7e3;
}
.fleft {
    margin: 10px 0px;
}
.p0{
    padding:0px !important;
}

h1,h2,h3,h4,h5,h6,p,a,li,span,button{
    font-family: 'Poppins', sans-serif;
    margin: 0;
}


body {
    
    overflow-x: hidden;
}

a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}

section {
    float: left;
    width: 100%;
}
.tp-hd-call ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.tp-hd-call ul li a {
    color: #000;
    font-size: 15px;
    padding-left: 25px;
}

.tp-hd-call ul li {
}

.tp-hd-mrq{
    max-width: 400px;
}
.tp-hd-mrq p span {
    font-weight: 500;
    color: #bd1e51;
}

.tp-hd-mrq p {
    font-size: 13px;
    color: #000;
}

.top-header .row {
    display: flex;
    align-items: center;
}

/*top-header*/

 
/*top-header*/
.hd-top-main-nv ul li div.dropdown .dropdown-menu a {
    display: block;
    padding: 5px 8px;
  }
  .hd-top-main-nv ul li div.dropdown .dropdown-menu {
    background: #bd1e51 !important;
    width: 300px !important;
  }
  .ddl_btn {
    background: transparent;
    border: 0;
    color: #fff;
  }
.header-top {
    display: block;
    background: #00273f;
    text-align: right;
}
.hd-top-main-nv ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
}

.hd-top-main-nv ul li {
    margin: 0 20px;
}
.hd-top-main-nv ul li.active a {
    color: #f0b555;
}

.hd-top-main-nv ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.head_top.dekstop-nav {
    background: #f1f2f2;
    padding: 4px 0;
}
.ftr-reserved img{
    width: 200px;
  }
.logo-desk a img{
    width: 175px;
  }
.head_top.dekstop-nav .col-sm-12 {
    display: flex;
    align-items: center;
}

.hd-top-main-nv {
    padding: 9px 0;
    background: #bd1e51;
}
.hd-list-nav li .hd-gt-strt {
    margin-right: 0;
    padding: 10px 25px;
    background: #bd1e51;
    border-radius: 21px 30px 4px 21px;
    font-size: 13px;
    font-weight: bold;
    margin-right: 20px;
    text-transform: capitalize;
    color: #fff;
}
.hd-list-nav li a:hover {
    color: #2985ed;
}

.hd-top-main-nv ul li a:hover {
    color: #ecaa55;
}
.header-top ul {
    padding: 0;
    margin: 0;
}
.header-top ul li {
    display: inline-block;
    padding: 10px 15px;
}
.header-top ul li a {
    font-size: 15px;
    color: #fff;
}

.navbar-right a.yellow_btn_m {
    margin: 0 15px 0 15px;
    position: relative;
    padding: 12px 19px 12px 45px !important;
}

.navbar-right a.yellow_btn_m:before {
    content: "";
    background-image: url(../index.html);
    position: absolute;
    height: 32px;
    width: 28px;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mobile-top {
    display: none;
}
.hd-list-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}

.hd-list-nav li a {
    margin: 0 8px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.header-top ul li a i {
    margin: 0 3px 0 0;
    font-size: 18px;
}
.head_top {
    padding: 15px 0;
    /* box-shadow: 0px 5px 20px 0px #cacaca; */
    z-index: 9;
    position: relative;
    left: 0;
    right: 0;
    padding: 0px;
}
.head_top .navbar .navbar-header a.navbar-brand {
    font-weight: bold;
    color: #00273f;
    font-size: 26px;
}

.head_top .navbar-right {
    padding-top: 25px;
}

.head_top .navbar.navbar-defult {
    margin-bottom: 0;
}
.head_top .navbar.navbar-defult  ul li a:hover, .head_top .navbar.navbar-defult  ul li a:focus, .head_top .navbar.navbar-defult  ul li.active a {
    background: transparent;
    color: #fa690c;
}
.head_top .navbar.navbar-defult  ul li a {
    color: #000000;
    opacity: 1;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 10px 12px;
    font-weight: 700;
}
.head_top .navbar.navbar-defult  ul li a.btn-org {
    /* background: #fc5216; */
    border-radius: 50px;
    padding: 12px 27px;
    color: #fff;
    background: linear-gradient(to right, #3ab0ce, #1bc9bb);
    font-size: 13px;
    font-weight: 700;
}
.head_top .dropdown-menu>li>a {
    position: relative;
    margin: 0 0 10px;
    font-weight: 500;
    border-left: 4px solid #00273f;
}
.head_top ul.dropdown-menu {
    padding: 20px 0 15px;
    border: none;
    left: 0;
    right: 0;
    width: 250px;
}

.logo {
    width: 100%;
    margin: 0px 0 0 0;
}
.head_top .dropdown-menu>.active>a, .head_top .dropdown-menu>.active>a:focus, .head_top .dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    color: #fc5216 !important;
    border-left: 4px solid #fc5216;
}
.head_top .dropdown-menu>li>a:hover:before {
    color: #fc5216;
}
.head_top .open>a, .head_top .open>a:focus, .head_top .open>a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fc5216 !important;
}

.hd-list-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none !important;
}



/*banner*/
.main-banner .row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.bnr-text h5 {
    color: #bd1e51;
    font-size: 14px;
}

.bnr-text h1 span {
    color: #bd1e51;
}

.bnr-text h1 .bnr-spn-clr {
    color: #bd1e51;
}

.bnr-text h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
    padding: 10px 0 28px;
    color: #000;
}

.bnr-text h4 {
    color: #050505;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 25px;
}

.bnr-text ul {
    padding: 0;
    list-style: none;
}

.bnr-text ul i {
    color: #bd1e51;
}

.bnr-text ul li {
    font-size: 15px;
    line-height: 30px;
    color: #050505;
    font-weight: 400;
}

.get-strtd {border-radius: 21px 30px 4px 21px;background: #bd1e51;padding: 8px 15px;font-size: 15px;color: #fff;margin-right: 15px;border: 1px solid transparent;transition: all .3s ease-in-out;}

.live-cht {
    color: #bd1e51;
    font-size: 15px;
    /* transition-duration: 1s; */
}

.bnr-btn {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0 30px;
}

.bnr-text h6 {
    clear: both;
    color: #bab9b9;
    font-size: 13px;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
}
.bnr-img-st {
    background: #000651;
    text-align: center;
    margin: 0 auto;
    border-radius: 0px 0px 46px 102px;
    overflow: hidden;
}

.bnr-img-st img {
    width: auto;
    position: relative;
    top: 90px;
}


.bnr-cl-logo {
    position: absolute;
    cursor: pointer;
}

.bnr-cl-logo-1 {
    top: 30px;
    left: 100px;
}

.bnr-cl-logo-2 {
    top: 165px;
    left: -50px;
    transition: all 0.8s ease-in-out;
}

.bnr-cl-logo-3 {
    bottom: 140px;
    left: -50px;
    transition: all 0.8s ease-in-out;
}

.bnr-cl-logo-4 {
    top: 200px;
    right: -40px;
    transition: all 0.8s ease-in-out;
}

.bnr-cl-logo-5 {
    bottom: 35px;
    right: 45px;
    transition: all 0.8s ease-in-out;
}

.bnr-cl-logo-7 {
    top: 50px;
    bottom: 0;
    margin: auto;
    left: -225px;
}

.bnr-cl-logo-6 {
    top: 100px;
    right: 100px;
}

.bnr-cl-logo-2:hover, .bnr-cl-logo-4:hover, .bnr-cl-logo-5:hover, .bnr-cl-logo-3:hover {
    transform: scale(1.3);
    transition: all 0.8s ease-in-out;
}
.bnr-cl-logo-4 {
    width: 25%;
    right: 0;
}
/*banner*/



/*cl-logo*/
.logo-side-txt h2 {
    font-size: 35px;
    font-weight: bold;
}

.logo-side-txt span {
    font-size: 20px;
    display: block;
    font-weight: 500;
}

.banner-logo .row {
    display: flex;
    align-items: center;
}

.banner-logo {
    padding: 45px 0;
}

.logo-side-img img {
    width: 98%;
    margin: 0 auto;
    display: table;
}

.logo-side-txt {position: relative;}

.logo-side-txt:before {content: '';background: #ece6eb;position: absolute;right: -15px;top: 0;bottom: 0;margin: auto;width: 2px;height: 100px;}
/*cl-logo*/




/*what-tab-sec*/
.what-tab-sec {
    padding: 50px 0;
    position: relative;
}
.what-tab-sec .hd-txt {
    padding-bottom: 5px;
    text-align: center;
}
.what-icon-1 {
    position: absolute;
    top: 160px;
    left: 210px;
    z-index: -1;
}

.what-icon-2 {
    position: absolute;
    left: 430px;
    bottom: 80px;
    z-index: -1;
}


.what-icon-3 {position: absolute;top: 220px;right: 500px;z-index: -1;}

.what-icon-4 {
    position: absolute;
    right: 70px;
    bottom: 50px;
    z-index: -1;
}
.what-tab-st {
    padding-top: 15px;
    padding-bottom: 21px;
    /* padding-top: 40px; */
    /* padding-bottom: 35px */
}
#nav-tabs-wrapper{
    display: flex;
    justify-content: center;
}
#nav-tabs-wrapper li a {
    font-size: 14px;
  }
.what-tab-st li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.what-tab-st li {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .08);
    border-radius: 10px;
    width: 18%;
    margin: 0 10px;
    padding: 10px 0px;
    background: #fff;
}

.what-tab-st li a {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: center;
    background: 0 0!important
}

.what-tab-st li.active a {
    border: 0
}

.what-tab-st li a,
.what-tab-st li a:hover {
    border: 0!important
}

.what-tab-st li:hover a {
    background: 0 0
}

.what-tab-st ul {
    border: 0
}

.what-tab-st li.active,
.what-tab-st li:hover {
    background: #bd1e51;
}

.what-tab-st li.active img,
.what-tab-st li:hover img {
      filter: brightness(100);
}

.what-tab-st li.active a,
.what-tab-st li.active a:focus,
.what-tab-st li.active a:hover,
.what-tab-st li:hover a {
    color: #fff
}


.what-tab-st li.active p {
    font-size: 20px;
    font-weight: 500;
}

.what-tab-inr-img img {
    width: 80%;
    transition: all .3s ease-in-out;
    margin: 0 auto;
    display: table;
}

.what-tab-txt h2 {
    color: #bd1e51;
    font-weight: bold;
}

.what-tab-txt h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.what-tab-txt p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.what-tab-txt {}

.what-tab-txt .bnr-btn {
    /* margin: 35px 0 0; */
}

.what-tab-main-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-tab-inr-img {
    position: relative;
}

.what-tab-inr-img:before {
    content: '';
    background: url(../images/what-tab-img-bf.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    width: 312px;
    height: 411px;
    position: absolute;
    bottom: 5px;
    right: -120px;
    z-index: -1;
}



/* .what-img-st1 {
    position: absolute;
    left: 0;
} */
.what-tab-inr-img::after {
    display: none;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../images/serv/service-side-img-1.png) no-repeat;
  }
.what-tab-inr-img:hover .hvr-img-st-wht {
    transform: scale(1.1);
}
/*what-tab-sec*/






/*logo-bnr*/




.logo-inner-u-txt ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.logo-inner-u-txt {
    padding-left: 75px;
    position: relative;
    width: 800px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.logo-inner-u-txt ul {
    gap: 10px;
  }
.logo-inner-u-txt h3 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.logo-new-inner-div {
    position: relative;
}

p.cncl-btn {
    position: absolute;
    right: 10px;
    top: -33px;
    color: #28befe;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

p.cncl-btn:before {
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 2px;
}

.logo-inner-u-txt:before {content: '';position: absolute;left: -30px;height: 2px;width: 100%;background: #28befe;top: -19px;z-index: 0;}

.unique-logo-sec {
    padding: 50px 0;
    background: #f0eeee;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.unique-logo-sec:before{
    content: '';
    background: url(../images/logo-types-bf.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    width: 437px;
    height: 377px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.unique-logo-sec:after{
    content: '';
    background: url(../images/logo-types-af.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    width: 388px;
    height: 811px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.uniq-logo-bx {
    background: rebeccapurple;
    height: 100%;
    width: 100%;
    min-height: 500px;
    position: relative;
    transform: translate(0px, 0px);
    transition-duration: 1s;
}
.uniq-logo-bx-co-div{
    transition-duration: 1s;
    transform: translateX(10px);
    position: relative;
    z-index: 1;
}
.uniq-logo-bx-co-div.asd {
    transition-duration: 1s;
    transform: translateX(0px);
}
.uniq-logo-bx:hover {
    transform: translate(0px, -10px);
}
    .logo-new-innercol, .logo-new-innercol h2{
        display: none;
    }
.lg-bx-unq-1{
    background: linear-gradient(to bottom, #5beaff 0%, #4fb1ff 100%)
}
.lg-bx-unq-2{
    background: linear-gradient(to bottom, #5893ff 0%, #596cff 100%)
}
.lg-bx-unq-3{
    background: linear-gradient(to bottom, #aedcff 0%, #5a87ff 100%)
}
.lg-bx-unq-4{
    background: linear-gradient(to bottom, #ffac47 0%, #ff428d 100%)
}
.lg-bx-unq-5{
    background: linear-gradient(to bottom, #2de3be 0%, #339b92 100%)
}
.lg-bx-unq-6{
    background: linear-gradient(to bottom, #ffd546 0%, #ff984c 100%)
}
.uniq-logo-bx h3 {
    transform: rotate(-90deg);
    width: 100%;
    text-shadow: 3.694px 4.728px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 160px;
    width: 290px;
    left: -60px;
    right: 0;
}
.uniq-logo-bx img {
    margin: 0 auto;
    display: table;
}
.unique-logo-sec .hd-txt {
    text-align: center;
}
.uniq-lg-ul ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

li.uniq-logo-div-li {
    display: inline-flex;
    height: 100%;
    position: relative;
}

li.uniq-logo-div-li .uniq-lg-1 {
    width: 8%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

li.uniq-logo-div-li .uniq-lg-details {
    width: 100%;
    /* display: none; */
}

.uniq-lg-1 h3 {
    position: absolute;
    width: 275px;
    transform: rotate(270deg);
    /* height: auto; */
    /* left: 0; */
    /* right: 0; */
    margin: auto;
    /* display: table; */
    /* text-align: center; */
    height: 45px;
    bottom: 0;
    top: 0;
    padding-top: 10px;
    padding-left: 20px;
}

.uniq-lg-ul ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    min-height: 190px;
}

li.uniq-logo-div-li {
    display: inline-flex;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

li.uniq-logo-div-li .uniq-lg-1 {
    width: 8%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    background: #12c2e9;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #f64f59, #c471ed, #12c2e9);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #5cf0ff, #51bdff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-bottom: 0px;
}

li.uniq-logo-div-li .uniq-lg-details {
    width: 68px;
    /* display: none; */
    /*background: linear-gradient(to bottom, #5cf0ff, #51bdff);*/
    padding: 20px 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition-duration: 1.5s;
}
.logo-inner-u-txt p {
    padding-right: 20px;
    min-height: 40px;
    color: #fff;
}
.uniq-lg-1 h3 {
    position: absolute;
    width: 275px;
    transform: rotate(270deg);
    /* height: auto; */
    /* left: 0; */
    /* right: 0; */
    margin: auto;
    /* display: table; */
    /* text-align: center; */
    height: 45px;
    bottom: 0;
    top: 0;
    padding-top: 0;
    padding-left: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.96;
    text-shadow: 3.694px 4.728px 6px rgb(0 0 0 / 16%);
}

.uniq-lg-1 img {}


.uniq-lg-ul ul img {
    width: 100%;
}


.logo-inner-u-txt:before {
    display: none;
}


li.uniq-logo-div-li.uniq-logo-div-li-1 {}

li.uniq-logo-div-li.uniq-logo-div-li-1 .uniq-lg-details {
    background: linear-gradient(to right, #000651, #bd1e51);
}

li.uniq-logo-div-li.uniq-logo-div-li-2 .uniq-lg-details {background: linear-gradient(to right, #000651, #bd1e51);}

li.uniq-logo-div-li.uniq-logo-div-li-3 .uniq-lg-details {
    background: linear-gradient(to right, #000651, #bd1e51);
}

li.uniq-logo-div-li.uniq-logo-div-li-4 .uniq-lg-details {
    background: linear-gradient(to right, #000651, #bd1e51);
}

li.uniq-logo-div-li.uniq-logo-div-li-5 .uniq-lg-details {
    background: linear-gradient(to right, #000651, #bd1e51);
}

li.uniq-logo-div-li.uniq-logo-div-li-6 .uniq-lg-details {
    background: linear-gradient(to right, #000651, #bd1e51);
}


   li.uniq-logo-div-li:hover {}

li.uniq-logo-div-li:hover .uniq-lg-details {
    width: 800px;
}

.uniq-lg-details h4 {
    transform: rotate(270deg);
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 154px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    width: 260px;
    left: -95px;
    text-shadow: 3.694px 4.728px 6px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
    text-align: center;
}


img.uniq-l-dtl {
    width: auto !important;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
li.uniq-logo-div-li.uniq-logo-div-li-1.active {}

li.uniq-logo-div-li.uniq-logo-div-li-1.active .uniq-lg-details, li.uniq-logo-div-li.uniq-logo-div-li-2.active .uniq-lg-details,li.uniq-logo-div-li.uniq-logo-div-li-3.active .uniq-lg-details,li.uniq-logo-div-li.uniq-logo-div-li-4.active .uniq-lg-details,li.uniq-logo-div-li.uniq-logo-div-li-5.active .uniq-lg-details,li.uniq-logo-div-li.uniq-logo-div-li-6.active .uniq-lg-details {
    width: 800px;
}
.uniq-lg-details .bnr-btn .live-cht {
    color: #fff;
}

.uniq-lg-details .bnr-btn {
    /* padding-top: 20px; */
    margin: 13px 0 6px 0;
}
.unique-logo-sec .hd-txt {
    padding: 0 0 22px 0;
  }

.hd-txt h2 {
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.hd-txt h4 {
    color: #480a3c21;
    font-weight: bold;
    padding: 14px 0;
    font-size: 179px;
    text-transform: uppercase;
    position: absolute;
    z-index: -10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hd-txt p {
    color: #000;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}

.hd-txt {
    padding-bottom: 55px;
}
/*logo-bnr*/
/*logo-service box*/
.inner_whychoose_sec {
    padding: 65px 0 70px 0;
  }
.inner_service_sec {
    padding: 65px 0 70px 0;
  }
.logo_serve_slider .slick-list {
    width: 160%;
}

.logo-serv-box {
    background: #ECEDEF;
    padding: 30px 30px;
    border-radius: 15px;
    text-align: center;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.logo-serv-box p {
    height: 100px;
    overflow: auto;
  }

.logo-serv-box img {
    margin: 0 auto;
    filter: invert(19%) sepia(97%) saturate(2110%) hue-rotate(322deg) brightness(91%) contrast(98%);
}

.logo-serv-box h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.logo-srv-img-st {
    z-index: -1;
    position: absolute;
    left: 0;
    right: -570px;
    margin: auto;
    top: 290px;
    bottom: 0;
    transition: all 0.6s ease-in-out;
    mix-blend-mode: soft-light;
    filter: none !important;
}

.logo-serv-box:before {
    content: '';
    background: #bd1e51;
    position: absolute;
    left: -375px;
    top: 0;
    bottom: 390px;
    margin: auto;
    width: 100%;
    z-index: -1;
    transition: all .5s ease-in-out;
}
.logo-serv-box:hover img, .slick-current .logo-serv-box img {filter: invert(1);}

.logo-serv-box:hover::before,
.slick-current .logo-serv-box:before {
    left: 0;
    bottom: 0;
    z-index: -1;
}

.logo-serv-box:hover .logo-srv-img-st, 
.slick-current  .logo-serv-box .logo-srv-img-st {
    top: 0;
    right: 0;
    display: none;
}

.logo-serv-box:hover h3, .logo-serv-box:hover p, .slick-current .logo-serv-box h3, .slick-current  .logo-serv-box p {
    color: #fff;
}

.logo_serve_slider .slick-slide{
    padding: 0px 18px;
}
.logo_serve_slider .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.logo_serve_slider .slick-dots li.slick-active button {
    background-color: #c4101e ;
}

.logo_serve_slider .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.logo_serve_slider .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.logo-services-sec-inner .cta-btn.bnr-btn a:hover {
    color: #000 !important;
    border-color: #000 !important;
}

.logo-services-sec-inner .cta-btn a:hover+.icon {
    border-color: #000;
}
.logo-services-sec-inner .row {
    align-items: center;
}
.logo-services-sec-inner .outline-txt {
    -webkit-text-stroke: 1px rgb(0 0 0 / 26%);
    -webkit-text-fill-color: transparent;
    color: rgb(0 0 0 / 0%);
    top: -20px;
    display: none;
}
/*logo-service box*/

/*logo-WHYCHOOSE box*/
.inner_whychoose_sec{
    background: url(../images/logo_page/why_choose_secbg.png) no-repeat center/cover;
}
.inner_whychoose_sec .hd-txt{
    text-align: center;
}
.logo-choose-box:before {
    content: '';
    background: #bd1e51;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    z-index: -1;
    transition: 0.4s cubic-bezier(1, 0.52, 1, 1);
    height: 0%;
    border-radius: 15px;
}

.logo-choose-box:hover {
    color: #fff;
  }
.logo-choose-box:hover img{filter: invert(1);}

.logo-choose-box {
    background: #fff;
    padding: 30px 30px;
    border-radius: 15px;
    text-align: center;
    margin: 15px 0;
    position: relative;
    isolation: isolate;
}
.logo-choose-box p{
    transition: 0.4s;
    height: 101px;
    overflow: auto;
}
.logo-choose-box h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
    min-height: 60px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.logo-choose-box:hover::before{
    height: 100%;
}
/*logo-WHYCHOOSE box*/




/*portfolio-sec*/
.digital_marketing img:hover {
    transform: scale(1.2);
  }
.port-img img {
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}
.dm_port-img img {
    overflow: hidden;
    transition: 0.5s;
}
.port-img , .dm_port-img {
    overflow: hidden;
    margin-top: 20px;
}


.port-img a {
    position: relative;
}

.port-img .port-logo-inr-img1 {
    position: absolute;
    left: 28px;
    bottom: 0;
    top: 5px;
    margin: auto;
    width: 50%;
    transition-duration: 1s;
}
.port-img:hover .port-logo-inr-img1 {transform: scale(1.2);transition-duration: 1s;}
.port-img:hover .logo-inr-img2 {transform: scale(1.1);transition-duration: 1s;}
.port-img:hover .logo-inr-img3 {transform: scale(1.1);transition-duration: 1s;}
.port-img:hover .logo-inr-img6 {transform: scale(1.1);transition-duration: 1s;}


.port-logo-inr-img1.logo-inr-img2 {
    width: 44%;
    top: -70px;
    left: 0;
    right: 0;
    bottom: 0;
}
.port-logo-inr-img1.logo-inr-img3 {
    width: 70%;
    right: 0;
    left: 0;
    top: -22px;
}

.port-logo-inr-img1.logo-inr-img4 {
    width: 43%;
    right: 32px;
    left: inherit;
    top: 16px;
}

.port-logo-inr-img1.logo-inr-img5 {
    width: 30%;
    right: 22px;
    top: 0;
}

.port-logo-inr-img1.logo-inr-img6 {
    width: 68%;
    margin: auto;
    left: 22px;
    top: 43px;
}
.port-logo-inr-img1.logo-inr-img7 {
    top: 78px;
    width: 56%;
    left: 11px;
}

.port-logo-inr-img1.logo-inr-img8 {
    width: 36%;
    top: 80px;
    left: 35px;
}

.port-logo-inr-img1.logo-inr-img9 {
    width: 37%;
    top: 21px;
    left: 105px;
}
.port-logo-inr-img1.brnd-inr-img1 {
    width: 27%;
    top: -138px;
    left: 77px;
}

.port-logo-inr-img1.brnd-inr-img2 {
    width: 44%;
    left: 26px;
    top: 47px;
    bottom: 0;
    right: 0;
}

.port-logo-inr-img1.brnd-inr-img3 {
    width: 25%;
    right: 3px;
    top: -66px;
}

.port-logo-inr-img1.brnd-inr-img4 {
}

.port-logo-inr-img1.brnd-inr-img5 {
    width: 27%;
    top: -78px;
    left: 37px;
}

.port-logo-inr-img1.brnd-inr-img6 {
    width: 73%;
    top: 81px;
    left: 39px;
}



.port-logo-inr-img1.brnd-inr-img7 {
    left: inherit;
    right: 22px;
    top: -40px;
    width: 26%;
}
.port-logo-inr-img1.brnd-inr-img8 {
    left: inherit;
    right: 37px;
    top: 59px;
    width: 40%;
}

.port-logo-inr-img1.brnd-inr-img9 {
    top: 75px;
    width: 45%;
    right: 36px;
    left: inherit;
}



.port-img.port-web-img-st {
    padding: 50px 38px 20px;
    transition:all .3s ease-in-out;
    text-align: center;
    margin-bottom: 0;
}

.port-img .port-web-st {
    width: 53%;
    height: 325px;
    position: absolute;
    padding: 0 20px;
    margin: 0 20px;
    left: 0;
    transition:all .3s ease-in-out;
    z-index: -1;
    box-shadow: 2px 2px 15px 3px #dadada;
}

.port-img.port-web-img-st a img {
    width: 80%;
    transition:all .3s ease-in-out;
    box-shadow: 2px 2px 17px 1px #3a3a3a17;
    position: relative;
    top: -30px;
}

.port-img .port-web-st.port-web-th-img2 {
    right: 0;
    left: inherit;
}



.port-img.port-web-img-st:hover {}

.port-img.port-web-img-st:hover img.port-web-st.port-web-th-img1 {
    transform: rotate(-12deg);
    width: 73%;
    position: absolute;
    left: 0;
}

.port-img.port-web-img-st:hover img.port-web-st.port-web-th-img2 {
    transform: rotate(11deg);
    right: 0;
    left: inherit;
}

.port-img.port-web-img-st:hover a img {
    transform: scale(1.1);
    transition:all .3s ease-in-out;
}
.port-img.port-web-img-st img {
    border-radius: 20px;
}












.portfolio .hd-txt {
    text-align: center
}

.port-nav-tb.port-nv-tb-inner li a {
    border-bottom: 1px solid transparent!important;
    border-radius: 0
}

.port-nav-tb.port-nv-tb-inner .active a,
.port-nav-tb.port-nv-tb-inner li.active a:focus,
.port-nav-tb.port-nv-tb-inner li.active a:hover,
.port-nav-tb.port-nv-tb-inner li:hover a {
    color: #000!important;
    border-bottom: 1px solid #2989ec!important;
    background: 0 0
}

.port-nav-tb ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border: 0;
}

.port-nav-tb li.active a,
.port-nav-tb li.active a:focus,
.port-nav-tb li.active a:hover,
.port-nav-tb li:hover a {
    color: #fff;
    background: #bd1e51;
    transition-duration: .6s;
}

.port-nav-tb li a {
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    border: 0!important;
    font-weight: 500;
    transition: all .3s ease-in-out
}

.port-nav-tb li {
    margin: 0 10px
}

.portfolio-sec {
    padding: 50px 0;
}

.portfolio-sec .hd-txt {
    text-align: center;
    padding: 0 0 20px 0;
}

/* .portfolio-sec .hd-txt p {padding: 20px 0;} */

.port-nav-tb {
    padding-bottom: 35px;
}
/*portfolio-sec*/



/*cta-sec*/
.cta-sec {
    background: url(../images/cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 0;
    height: 343px;
    display: flex;
    align-items: center;
    margin: 28px 0 26px 0;
}

.cta-img-st img {
    width: 100%;
    scale: .90;
    /* position: absolute;
    top: -218px; */
    /* mix-blend-mode: multiply; */
    /* filter: invert(18%) sepia(92%) saturate(2926%) hue-rotate(326deg) brightness(83%) contrast(91%); */
  }

.cta-txt .bnr-btn {
    margin:  0;
    display: flex;
    align-items: center;
}

.cta-txt .bnr-btn div {
    display: flex;
    flex-direction: column;
}
.cta-sec .row .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-txt h2 {
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.cta-txt p {
    
    padding:17px 0 19px 0;
    font-size: 15px;
    color: #000;
}
.tel-btn-st {
    font-size: 16px;
    color: #bd1e51;
}
/*cta-sec*/


/*section.pricing-sec*/
section.pricing-sec {
    padding: 50px 0px 35px;
}
.pricing-custom {
    padding: 50px 70px 30px 30px;
    border-radius: 14px;
    background: linear-gradient(to right, #000651, #bd1e51);
}
.pricing-custom h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.pricing-custom.bussines_register h4{
    font-size: 30px;
  height: 191px;
  overflow: auto;
}

.pricing-custom h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.pricing-custom p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}
.price-box {
    text-align: end;
    margin-right: -45px;
}
.pric-img {
    text-align: center;
}
.pri-text h4 {
    font-size: 20px;
    font-weight: 500;
    color: #1b1b1b;
    margin: 0 0 15px 0;
}

.pri-text h2 {
    font-size: 36px;
    font-weight: bold;
    color: #1b1b1b;
    margin: 0 0 10px 0;
}
.price-main {
    padding: 20px 30px 30px;
    border-radius: 14px;
    position: relative;
    margin: 0px 14px;
    min-height: 500px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 20px 0px rgb(0 0 0 / 6%);
}
.price-main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pri-ht-main h3 {
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: 600;
    color: #1b1b1b;
}

.pri-ht-main p {
    font-size: 16px;
    font-weight: 500;
    color: #1b1b1b;
    margin: 0 0 35px 0;
}
.price-rupee-main h3 {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 600;
    color: #000651;
}

.price-rupee-main p {
    font-size: 16px;
    font-weight: 400;
    color: #1b1b1b;
    margin: 0 0 40px 0;
    text-align: end;
}
.pric-list ul {
    padding: 0;
}

.pric-list ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    /* line-height: 22px; */
    margin-bottom: 14px;
}
.price-btn a.pri-btn {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    background-color: #000651;
    padding: 12px 15px;
    border-radius: 50px;
}

.price-btn {
    text-align: center;
    margin-top: 40px;
}

.price-btn img {
    margin-left: 10px;
    display: inline-block;
    filter: brightness(100);
}
.price-main:hover {
    background: linear-gradient(to right, #000651, #bd1e51);
    border-radius: 14px;
}
.price-main:hover .price-rupee-main span{
    color: #fff;
}
.price-slider-st .slick-slide {
    padding: 0 0 40px;
}
.price-main:before {
    content: '';/* background: rebeccapurple; */
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 10px;
    top: 18px;
    border-radius: 14px;
    bottom: 0;
    border: 1px solid #939393;
    border-style: dashed;
}

.price-main:hover h3 {
    color: #fff;
}

.price-main:hover p {
    color: #fff;
}

.price-main:hover li {
    color: #fff;
}
.price-main:hover a.pri-btn {
    background-color: #fff;
    color: #000651;
    font-weight: 600;
}



.price-main ul {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 292px;
}
/* width */
.price-main ul::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.price-main ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.price-main ul::-webkit-scrollbar-thumb {
  background: #0049c7; 
  border-radius: 10px;
}

.price-main:hover ul::-webkit-scrollbar-thumb {
    background-color: #fff;

}
.pric-bottom {
    padding-bottom: 30px;
}


.price-slider .slick-next:before {
    content: "\f18e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
    opacity: .75;
    color: #000;
    font-weight: 800;
    font-size: 35px;
    font-weight: 400;
    color: #0755dc;
    right: 30px;
}
.slick-prev:before, {
    display: none;
}
.pri-ht-main {}

.pri-text.price-txt-2 {
    height: 85px;
}
.price-main:hover a.pri-btn img {
    filter: none;
}
.price-box .ser-btn {
    background: #fff;
    padding: 12px 15px;
    border-radius: 50px;
}

.price-box .ser-btn img {
    margin-left: 10px;
}













.price-combo-pck {
    padding: 50px 0;
    background: url(../index.html);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat
}

.price-cmb-bx {
    background: url(../index.html);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background: #f2f2f2;
    padding-top: 40px;
}
.price-cmb-bx.business_register {
    background: url(../images/bussines_register/1.png) no-repeat center/cover !important;
}

.cmb-txt-hd {
    background: #000651;
    color: #fff;
    padding: 16px 20px;
    border-radius: 10px 10px 0 0;
    position: relative;
    border-radius: 0;
}

.cmb-txt-para {
    background: #122540;
    color: #fff;
    padding: 15px 20px
}

.cmb-list-st {
    display: flex;
    padding-bottom: 25px;
    background: #f2f2f2;
    align-items: center;
}

.cmb-list-st ul li {
    color: #434242;
    line-height: 25px;
}

.cmb-list-st ul h4 {
    color: #080707;
    font-size: 18px;
    padding: 10px 0;
}

.cmb-list-st ul h5 {
    color: #fff;
    padding: 20px 0;
    font-size: 14px
}

ul.cmb-ul-st-1,
ul.cmb-ul-st-2 {
    width: 37%;
    padding-top: 15px;
}
.cmb-ul-st-1 h4 span {
    background: #000651;
    color: #fff;
    padding: 0px 8px;
  }

.cmb-list-st ul h5 span {
    background: #e01216;
    padding: 6px 9px;
    font-size: 20px
}

.cmb-list-st ul {
    list-style: none;
    padding-left: 25px;
    margin: 0
}

.cmb-list-st ul li {
    padding-left: 15px
}

.cmb-list-st ul h4 i {
    margin-right: 5px;
    color: #000651;
}

.cmb-list-st ul li i {
    color: #000651;
    margin-right: 5px;
}

ul.cmb-ul-st-3 {
    text-align: right
}

ul.cmb-ul-st-3 img {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    position: relative;
    margin-top: -118px;
    margin-bottom: 40px;
}

.price-cmb-st {
    padding-right: 35px;
    margin-top: -30px
}

.price-cmb-st h3 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}

.price-cmb-st p {
    font-size: 14px;
    color: #000;
}

.price-cmb-st h2 {
    font-size: 50px;
    font-weight: 700;
    color: #000651;
    padding-top: 7px;
}

ul.cmb-ul-st-3 .price-cmb-st h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fefe17;
    padding: 0;
    margin-bottom: 30px
}

.cmb-ul-st-3 a {
    margin: 0
}
.ordr-btn {
    padding: 10px 25px;
    background: #fff;
    color: #000651;
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
    border-radius: 60px;
    text-transform: capitalize;
}
.cmb-txt-hd:before {content: '';background: #f2f2f2;position: absolute;right: 0;bottom: 0;top: 0;width: auto;}
/*section.pricing-sec*/







/*special-form*/
.special-form {
    padding: 55px 0;
    background: url(../images/sp-form-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sp-form-txt h2 {
    color: #bd1e51;
    font-size: 53px;
    padding: 3px 0 30px;
    font-weight: bold;
}

.sp-form-txt h4 {
    color: #bd1e51;
    font-weight: 600;
    font-size: 28px;
}

.sp-form-txt p {
    font-size: 16px;
}

.special-form .ftr-form-st .feildDv input {
    width: 100%;
    border:1px solid #00000038;
    background: #e7e5e5;
    padding: 20px 15px;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 13px;
    height: 62px;
}

.special-form .ftr-form-st .feildDv textarea {
    border: 1px solid #00000038;
    width: 100%;
    background: #e7e5e5;
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    resize: none;
    font-size: 15px;
    height: auto;
    height: 62px;
    min-height: auto;
    overflow: hidden;

}
.form-btn-div-st2 button {
    background: #bd1e51;
    border: 0;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 5px;
}

.form-btn-div-st2 {
    text-align: right;
}
.special-form .ftr-form-st .feildDv input:focus {
    outline: 0;
}

.special-form .ftr-form-st .feildDv input::placeholder, .special-form .ftr-form-st .feildDv textarea::placeholder {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
}

.form-btn-div-st2 button:hover {
    background: #bd1e51;
}
/*special-form*/



/*testimonial-sec*/
.testimonial-sec {
    padding: 50px 0;
}

.testimonial-sec .hd-txt p {
    text-align: left;
    /* padding-top: 25px; */
    width: 100%;
}

.testi-box {
    background: #000651!important;
    color: #fff;
    margin: 0 10px;
    padding: 60px 15px 25px;
    border-radius: 8px;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 1;
}
.testi-box:before{
    /* content: ''; */
    background: url(../images/testi-quote.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 63px;
    height: 54px;
    z-index: -1;
    margin: auto;
}

.testi-txt p {
    font-size: 14px;
    height: 123px;
    overflow: auto;
}
.testi-slider-st .testi-img img {
    height: 78px;
  }
  .testi-txt h4 span i {
    font-size: 12px;
    color: #d5b300;
  }
.testi-img {
    margin-top: -121px;
    position: absolute;
    left: 20px;
    top: -35px;
    right: 0;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

.testi-slider .slick-list.draggable {
    padding: 50px 0 0;
}

.testi-txt h4 {
    font-size: 20px;
    padding: 15px 0 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-txt h5 {
    font-size: 15px;
    font-weight: 400;
}

.testi-slider .slick-prev, .testi-slider .slick-next {
   top: -20px;
   right: 0;
   left: inherit;
}
.testi-slider .slick-prev:before{
    content: '';
    background: url(../images/testi-left-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 42px;
    height: 43px;
    position: absolute;
    top: 0;
    opacity: 1;
}


.testi-slider .slick-next:before{
    content: '';
    background: url(../images/testi-right-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 42px;
    height: 43px;
    position: absolute;
    top: 00;
    opacity: 1;
}

.testi-slider .slick-next {
    right: 0px;
}
.testi-slider .slick-prev {
    right: 60px;
}

.testi-slider .slick-slide ~ .testi-slider .slick-slide .testi-box {
    background: red;
}

.testi-slider .slick-slide+.slick-slide .testi-box {
    background: #59144c;
}

.testi-slider .slick-slide+.slick-slide+.slick-slide .testi-box {
    background: #762566;
}
.testimonial-sec .hd-txt {
    text-align: center;
    padding-bottom: 30px;
}

.testimonial-sec .hd-txt p {
    text-align: center;
}
/*testimonial-sec*/
/*Process-sec*/
.p_process{
    padding: 60px 0px;
}
.p_process .hd-txt {
    padding: 0 0 20px 0;
  }
.hd-txt h2{
    margin: 0 0 14px 0;
}
.p_processbox.reverse {
    text-align: end;
}
.p_processbox {
    margin: 25px 0;
}
.p_processbox h3{
    font-weight: 600;
    margin: 20px 0 ;
}
.p_processhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
.p_processhead .process_icon {
    background: #bd1e51;
    color: #fff;
    height: 71px;
    width: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 39px;
    font-weight: 600;
    border-radius: 50%;
    position: relative;
  }
  .p_processhead .process_icon::before {
      content: "";
      background: #bd1e51;
      position: absolute;
      top: 35px;
      left: 0;
      height: 2px;
      width: 200px;
      z-index: -1;
    }
    .p_processbox.reverse .p_processhead .process_icon::before {
        right: 0;
        left: auto;
      }
/*Process-sec*/




/*footer*/
.footer-sec {
    padding: 50px 0 13px 0px;
    background: #f2f2f2;
}

.footer-sec {}

.footer-sec .ftr-ul-st {
    display: flex;
    align-items: flex-start;
}

.footer-sec .ftr-ul-st ul {
    width: 32%;
    padding: 0 20px;
    list-style: none;
    margin: 0;
}

.footer-sec .ftr-ul-st ul li {
    line-height: 33px;
}

.footer-sec .ftr-ul-st h3 {
    padding-bottom: 10px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.ftr-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    gap: 0 50px;
}

.ftr-img img.ftr-pay {
    padding-top: 0;
    width: 35%;
}
.ftr-bx p {
    color: #0a0a0a;
    font-size: 16px;
}

.footer-sec .ftr-ul-st ul li, .footer-sec .ftr-ul-st ul li a {
    color: #0a0a0a;
    font-size: 15px;
}
.ftr-reserved {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid #3e73c1; */
    padding-top: 30px;
    margin-top: 0;
}

.ftr-reserved p {
    color: #0a0a0a;
    padding-top: 10px;
}

.ftr-reserved a {
    color: #0a0a0a;
}
.socials_icon {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .socials_icon a i {
    font-size: 20px;
  }
  .socials_icon a img {
    height: 27px;
  }
  .socials_icon a img.bark {
    filter: invert(1);
  }
/*footer*/









/*logo-page*/
.serv-bnr .bnr-img-st {
    height: 560px;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.bnr-img-st .logo-bnr-1 {
    position: absolute;
    left: -125px;
    top: inherit;
    bottom: 0;
    z-index: -1;
}

.bnr-img-st .logo-bnr-2 {
    position: absolute;
    transition-duration: 1s;
    bottom: 0;
    right: -60px;
    top: inherit;
    z-index: -1;
    transform: scale(1);
}
.logo-bnr-sec .bnr-img-st:hover .logo-bnr-2 {
    transform: scale(1.2);
    bottom: 47px;
    transition-duration: 1s;
}

.logo-inner-sec {
    padding: 50px 0;
}

.logo-inner-txt.hd-txt p {
    width: 100%;
    padding-top: 15px;
}

.logo-inner-txt.hd-txt h2 {
    font-size: 34px;
}

.logo-inner-txt.hd-txt {
    padding-bottom: 15px;
}

.logo-inner-sec .row {
    display: flex;
    align-items: center;
}

.logo-inner-img img {
    width: 100%;
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.05);
}

.logo-inner-img:before {content: '';position: absolute;width: 100%;height: 100%;border: 2px dashed #e0e0e0;left: 40px;right: 0;top: 60px;bottom: 0;z-index: -1;margin: auto;border-radius: 25px;}

.logo-inner-img {
    position: relative;
}
.main-banner.logo-bnr-sec.serv-bnr {
    overflow: hidden;
}
/*logo-page*/




/*print-pages*/
.bnr-img-st .print-bnr-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    transform: scale(1);
    transition-duration: 1s;
    left: 0;
    right: 0;
    margin: auto;
    filter: drop-shadow(5px 5px 5px #222);
}

.bnr-img-st .print-bnr-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    transform: scale(1);
    transition-duration: 1s;
}

.serv-bnr .bnr-img-st:hover .print-bnr-1 {
    transform: scale(1.1);
    transition-duration: 1s;
}

.serv-bnr .bnr-img-st:hover .print-bnr-2 {
    /* transform: scale(1.1); */
    /* transition-duration: 1s; */
}
/*print-pages*/






/*video-pages*/
.serv-bnr .bnr-img-st:hover .video-bnr-1 {
    transform: scale(1.1);
    transition-duration: 1s;
    top: 50px;
}

.serv-bnr .bnr-img-st .video-bnr-1 {
    transform: scale(1);
    transition-duration: 1s;
}
/*video-pages*/


/*web-pages*/
.bnr-img-st .web-bnr-1 {
    top: 40px;
    margin: auto;
    left: -45px;
}
/*web-pages*/



/*about-us*/
.mission_sec {
    padding: 40px 0 50px 0;
    background: url(../images/about-page/mission_bg.png) no-repeat center/cover;
  }
  .mission_box {
    text-align: center;
    background: #fff;
    padding: 17px 12px 42px 12px;
    border-radius: 10px;
    box-shadow: 0 0 33px 0 #0000004f;
    margin: 0 0 14px 0;
  }
  .mission_box h3 {
    margin: 16px 0;
    font-weight: 600;
  }
.serv-bnr .bnr-img-st .about-bnr-1 {
    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.serv-bnr .bnr-img-st .about-bnr-2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: scale(1);
    transition-duration: 1s;
}

.serv-bnr .bnr-img-st:hover .about-bnr-2 {
    transform: scale(1.1);
    transition-duration: 1s;
}
/*about-us*/


/*seo*/
.serv-bnr .bnr-img-st .seo-bnr-1 {
    position: absolute;
    left: -60px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
/*seo*/


/*contact*/
.serv-bnr .bnr-img-st .contact-bnr-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.serv-bnr .bnr-img-st .contact-bnr-2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -30px;
    transition-duration: 1s;
    margin: auto;
}
.serv-bnr .bnr-img-st:hover .contact-bnr-2 {
    transform: scale(1.1);
    transition-duration: 1s;
    top: 20px;
}
.contact-inner {
    padding: 50px 0;
}

.contact-inner .hd-txt {
    text-align: center;
}

.contact-inner .hd-txt h2 {
    padding-bottom: 30px;
}

.contact-box_top{
    background: #e7e7e7;
    display: flex;
    flex-direction: row-reverse;
}
.contact-box{
    padding: 55px 10px 40px;
}

.img-cntct img {position: relative;top: -30px;}

.cntct-txt h3 {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 18px;
}

.cntct-txt p {
    color: #000;
    font-size: 14px;
}







/*.footer-sec*/

.cntct-form-sec {
    padding: 70px 0px;
    background-color: #bd1e51;
}
.contact-text {
    color: #fff;
}

.contact-text h2 {
    font-size: 39px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.contact-text p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 35px 0;
}
.contact-btn a.foot-btn {
    font-size: 16px;
    font-weight: 400;
    color: #bd1e51;
    padding: 14px 30px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
}
.contact-btn {
    border-bottom: solid 2px #6d3c64;
    padding-bottom: 60px;
}
.contact-btn a.foot-btn:hover {
    background-color: #6d3c64;
    color: #fff;
}
.contact-dress-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.adrss-text {
    color: #fff;
    margin-left: 15px;
}

.adrss-text h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.adrss-text a {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    margin: 5px 0 0;
    display: table;
}
.contact-img-box {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: solid 2px #e3e1e6;
    display: flex;
    align-items: center;
    justify-content: center;
}



.cntct-div input.form-control {
    padding: 22px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    background-color: transparent;
}

.cntct-div textarea.form-control {
    height: 85px;
    border-radius: 6px;
    background-color: transparent;
    padding: 15px 15px;
}

.cntct-div input#quoteSubmit {
    padding: 10px 35PX;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #bd1e51;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #bd1e51;
    outline: 0;
}
.button {
    text-align: center;
}
.cntct-div input#quoteSubmit:hover {
    background-color: white;
    color: #bd1e51;
    border: solid 1px #bd1e51;
}
.cntct-div {
    padding: 60px 60px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    width: 80%;
    float: right;
    clear: both;
    margin-right: 40px;
}
.cntct-div  input.form-control::placeholder {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 400;
}

.cntct-div  textarea.form-control::placeholder {
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 400;
}
.form-text h3 {
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 40px 0;
    text-align: center;
}
.footer-dress-box {
    margin: 40px 0 25px 0;
}

/*contact*/




/*portfolio-page*/
.bnr-img-st .port-bnr-2 {
    transition-duration: 1s;
    position: absolute;
    bottom: 40px;
    left: -75px;
    top: inherit;
}

.bnr-img-st .port-bnr-1 {
    position: absolute;
    top: 30px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
}

.bnr-img-st .port-bnr-3 {
    position: absolute;
    right: -40px;
    top: inherit;
    bottom: 120px;
    z-index: -1;
}

.bnr-img-st .port-bnr-4 {
    left: -25px;
    position: absolute;
}
.port-bnr-mpge .bnr-img-st:hover .port-bnr-2, .port-bnr-mpge .bnr-img-st:hover .port-bnr-5 {
    transform: scale(1.1);
    transition-duration: 1s;
}
.bnr-img-st .port-bnr-5 {
    position: absolute;
    top: inherit;
    z-index: -1;
    bottom: 40px;
    left: -29px;
    mix-blend-mode: multiply;
    transition-duration: 1s;
}
.port_logo_slider1 .port-img.fullwidth img , .port_logo_slider2 .port-img.fullwidth img , .port_logo_slider3 .port-img.fullwidth img{
    width: auto;
  }
  .port-img.fullwidth {
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
.port_logo_slider1 .slick-list , .port_logo_slider2 .slick-list  , .port_logo_slider3 .slick-list {
    height: 752px !important;
}
/*portfolio-page*/



/*package-pg*/
.bnr-img-st .packge-bnr-1 {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transition-duration: 1s;
}

.pacakge-bnr-pg .bnr-img-st:hover .packge-bnr-1 {
    transform: scale(1.1);
    transition-duration: 1s;
}


.price-nav-tb ul {
    border: 0;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.price-nav-tb ul li a {
    border: 0;
    background: transparent !important;
    font-size: 18px;
    color: rgb(73 11 61 / 67%);
    font-weight: bold;
    transition: all .3s ease-in-out;
}

.price-nav-tb ul li {
    border-right: 1px solid;
}

.price-nav-tb ul li.active a, .price-nav-tb ul li a:hover, .price-nav-tb ul li.active a:hover, .price-nav-tb ul li.active a:focus {
    border: 0;
    font-weight: bold;
    color: #bd1e51;
    background: transparent !important;
}

.price-nav-tb {
    background: #f3f3f3;
    padding: 15px 0;
    margin-bottom: 50px;
}

.price-nav-tb ul li:last-child {
    border: 0;
}
/*package-pg*/




/*btn-hover*/
.get-strtd:hover {
    background: transparent;
    border: 1px solid #bd1e51;
    border-radius: 21px 30px 4px 21px;
    color: #bd1e51;
}

.live-cht:hover {
    color: #bd1e51;
    /* transition-duration: 1s; */
}

.live-cht:hover i {
    margin-left: 10px;
    /* transition-duration: 1s; */
}

.live-cht i {
    transition: all .3s ease-in-out;
}

.tel-btn-st:hover {
    color: #bd1e51;
}

.logo-inner-u-txt .get-strtd:hover {
    color: #fff;
    border-color: #fff;
}

/*btn-hover*/





.box11 {
    overflow: hidden
}

.box11 {
    background: #000;
    color: #fff;
    position: relative
}

.box11:after,
.box11:before {
    position: absolute;
    content: ""
}

.box11:before {
    width: 100%;
    height: 100%;
    background: #1f2123;
    opacity: .5;
    top: 100%;
    left: 0;
    z-index: 1;
    transition: all .35s ease-in .3s
}

.box11:hover:before {
    top: 0;
    transition: all .35s ease-out 0s
}

.box11:after {
    bottom: 100%;
    left: 50%;
    border-width: 200px 200px 0;
    border-style: solid;
    border-color: #2987ed96 transparent transparent;
    opacity: .9;
    transform: translateX(-50%);
    transition: all .35s ease-out 0s
}

.box11:hover .post,
.box11:hover .title {
    transform: translate(0, -50%)
}

.box11:hover:after {
    bottom: 25%;
    transition: all .35s ease-in .2s
}

.box11 img {
    width: 100%;
    height: auto
}

.box11:hover img {
    opacity: .5
}

.box11 .icon,
.box11 .post,
.box11 .title {
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all .35s ease .5s
}

.box11 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.box11 .title {
    padding: 0 30px;
    margin: 0;
    font-weight: 300;
    top: 45%
}

.box11 .post,
.box14 .post {
    text-transform: capitalize
}

.box11 .post {
    font-size: 15px;
    top: 57%
}

.box11 .icon {
    color: #fff;
    padding: 0;
    list-style: none;
    bottom: 5px;
    text-align: center;
    top: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.box11 .icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 20px;
    color: #fff;
    opacity: .7;
    transition: all .35s ease .5s
}

.box11 .icon li a:hover {
    opacity: 1;
    transition: all .35s ease
}

.box11:hover .icon,
.box11:hover .post,
.box11:hover .title {
    opacity: 1
}

@media only screen and (max-width:990px) {
    .box11 {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .box11:after {
        border-width: 500px 500px 0
    }
.navbar-header {
    padding-bottom: 45px;
}
.head_top.mobile-top img {
    width: 95px;
}
}

.box11 .icon i {
    font-size: 35px
}
.box12 .box-content i {
    font-size: 40px;
    color: #fff;
}
.box12{position:relative; overflow: hidden}
.box12 .box-content,.box12:after{position:absolute;transition:all .3s ease 0s}
.box12:after{content:"";width: 50%;background:rgba(28,28,28,.8);padding-bottom: 50%;opacity:0;top:50%;left:50%;transform:rotate(0) translate(-50%,-50%);transform-origin:0 0 0;}
.box12:hover:after{transform:rotate(-45deg) translate(-50%,-50%);opacity:1}
.box12 img{width:100%;height:auto}
.box12 .box-content{width:100%;top: 0;bottom: 0;left:0;opacity:0;z-index:1;display: flex;align-items: center;justify-content: center;margin: auto;}
.box12:hover .box-content{opacity:1}
.box12 .title{padding:10px 0;color:#fff;margin:0;border-top:2px solid #fff;border-bottom:2px solid #fff}
.box12 .icon{padding:0;margin: 0;list-style:none;}
.box12 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:50%;border:1px solid #fff;font-size:18px;color:#fff;margin-right:10px;transition:all .3s ease 0s}
.box12 .icon li a:hover{border-radius:0}
@media only screen and (max-width:990px){.box12{margin-bottom:20px}

.box12{box-shadow:0 0 3px rgba(0,0,0,.3);text-align:center}

.box12 .icon li,.box12 .title{display:inline-block}
}
.website_page .port-img.fullwidth img {
    width: 360px;
  }
.website_serve_slider .slick-slide {
    padding: 0 20px;
  }
.website-serv-box {
    background: #ECEDEF;
    padding: 30px 30px;
    border-radius: 15px;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.website-serv-box p {
    height: 133px;
    overflow: auto;
    transition: 0.7s;
    color: #000;
}
.website-serv-box img {
    height: 60px;
    transition: 0.7s;
    filter: invert(16%) sepia(49%) saturate(5328%) hue-rotate(327deg) brightness(95%) contrast(90%);
  }

  .website-serv-box:hover::after {
      height: 100%;
    }
    .website-serv-box:hover{
        color: #fff;
    }
    .website-serv-box:hover::before {
        height: 100%;
          width: 100%;
          border-radius: 0px;
          top:0 ;
           right:0 ;
          transition-delay: 0.4s ;
      }
    .website-serv-box:hover img{
        filter: invert(1);
    }
.website-serv-box h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 5px 0 0px 0;
    min-height: 62px;
    transition: 0.7s;
    display: flex;
    align-items: center;
    color: #000;
}
.website-serv-box::before {
    content: "";
    background: #00000017;
    width: 322px;
    height: 322px;
    position: absolute;
    right: -87px;
    top: -73px;
    border-radius: 50%;
    transition: 0.7s;
  }
.website-serv-box::after {
    content: "";
    background: #bd1e51;
    width: 100%;
    height: 0%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    transition: 0.7s;
  }

  /* TOOLS SEC */
  .tech_sec ul {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      margin: 0;
    }
    .tech_sec{
        padding: 20px 0 20px 0;
        background: #eee;
        display: none;
    }
  /* TOOLS SEC */
  /* Digital_marketing_Page*/
  .dm_boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  } 
  .inner_service_sec.digital_marketing .row {
    align-items: center;
    display: flex;
  }
  .dm_service_box {
      background: #f9feff;
      width: 30%;
      text-align: center;
      padding: 20px 15px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
      transition: 0.5s;
      border-radius: 10px;
    }
.dm_service_box h3 {
    font-weight: 700;
    margin: 16px 0;
    font-size: 18px;
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
    .dm_service_box p {
        color: #0c0c0c;
        height: 111px;
        overflow: auto;
        font-size: 15px;
    }
    .dm_service_box:hover{
        background: #bd1e51;
        transform: scale(1.05);
        color: #fff !important;
    }
    .dm_service_box:hover img{
        filter: invert(1);
    }
    .dm_service_box:hover p{
        color: #fff;
    }
  /* Digital_marketing_Page*/
  /* Mobile_Page*/
  .bnr-img-st.mobile img {
    position: relative;
    top: 35px;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .appservice_box.one{
  background: #b01649;
  }
  .appservice_box.two{
  background: #bd1e51;
  }
  .appservice_box.three{
  background: linear-gradient(300deg,#161617,#3a3a3b);
  }
  .appservice_box.four{
  background: linear-gradient(300deg,#20400c,#53b437);
  }
  .appservice_box.five{
  background: linear-gradient(0deg,#be092f,#7b0101);
  }
  .appservice_box.six{
  background: linear-gradient(160deg,#2a437c,#435fa3);
  }
  .appservice_box{
    color: #fff;
    padding: 29px 25px;
    height: 600px;
  }
  .app_service_img {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .app_service_data p {
    margin: 16px 0 29px 0;
  }
  .appservice_box_p {
    padding: 0;
  }
  .app_service_img_2 img {
    width: 109%;
    position: relative;
    right: 23px;
    bottom: 142px;
  }
  .appgallery_img img {
    width: 60%;
  }
  /* Mobile_Page*/
  .main-banner.home {
    padding: 72px 0;
      background: url(../images/h_bg.png) no-repeat center/cover;
      color: #fff;
    }
    .main-banner.home h4 , .main-banner.home li{
        color: #fff;
    }
    .mobil_process{
        display: none;
    }
    .desk_process{
        display: block;
    }
      .new-logo-about-side-img-2 {
        left: 125px;
        position: absolute;
        top: 219px;
        width: 87%;
        z-index: 2;
      }
      .logo-inner-sec.sec_2d .row {
        align-items: start;
      }

      /* Video Animation PAGE */
      .new-logo-about-side-div {
        position: relative;
        z-index: 1;
      }
      .new-digital-about-side-img-1 {
       
      }
      .new-digital-about-side-img-2 {
        position: absolute;
  top: 106px;
  left: 110px;
      }
      .new-digital-about-side-img-3 {
        position: absolute;
        left: 253px;
        top: 100%;
      }
      .logo-inner-sec.video-animation .row{
        align-items: start;
      }

      /* Video Animation PAGE */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.bnr-img-st.dm_inner img {
    left: -102px;
  }
  .bnr-img-st.logo_banner img {
    width: 144%;
    top: 0;
  }
  .main-banner.logo-bnr-sec.serv-bnr.logo_banner .bnr-text {
  width: 88%;
}


.what-tab-st li.active img {
    filter: brightness(100);
}






.reputation-bnr-st .bnr-img-st {
    overflow: hidden;
}

.reputation-bnr-st .bnr-img-st  img.web-bnr-1 {
    top: 135px;
    left: 30px;
}


.smm-bnr-new-st img.web-bnr-1 {
    left: 0;
    top: 70px;
}

.web-bnr-sec.serv-bnr img.web-bnr-1 {
    left: 0;
    top: 70px;
    width: 90%;
}
li.dm_service_box img {
    filter: invert(18%) sepia(34%) saturate(6504%) hue-rotate(325deg) brightness(96%) contrast(93%);
}


.what-tab-st a img {
    filter: invert(5%) sepia(97%) saturate(2110%) hue-rotate(322deg) brightness(91%) contrast(98%);
}

#nav-tabs-wrapper li a p {
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
}

.ftr-bx img {
    margin: 0 0 15px 0;
    width: 150px;
}

.ftr-img img {
    width: 40%;
}


.logo-choose-box img {
    filter: invert(19%) sepia(97%) saturate(2110%) hue-rotate(322deg) brightness(91%) contrast(98%);
}

.logo-choose-box:hover h3 {
    color: #fff;
}
.website-serv-box:hover h3, .website-serv-box:hover p {
    color: #fff;
}
.dm_service_box:hover h3 {
    color: #fff;
}


.bnr-img-st.dm_inner.bussines_register {
    overflow: hidden;
}
.bnr-img-st.dm_inner.bussines_register img {
    left: 0;
    top: -5px !important;
    width: 99% !important;
  }

  .bussiness_clr1{
    color: #bd1e51 !important;
  }
  
@media screen and (max-width: 769px) {
.packages-tabs .nav-tabs {
    display: unset !important;
}
}