﻿body{
    overflow-x:hidden;
}
.out-active{
    background-color:#fff;
}
header #navbarSupportedContent, header .contact-btn {
    margin-top: 10px;
    position: relative;
}

.main-header {
    transition: all 0.5s;
   /* padding: 10px 0;*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    background-color: #fbfbfb;
}

.main-header.fixed-top {
    padding: 10px 0;
    background-color: #fbfbfb !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 0px 13px #0000005c;
}

.main-header .navbar-expand-lg {
    position: inherit;
}
.main-header .navbar-expand-lg .nav-item {
    position: inherit;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.main-header .navbar-expand-lg .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;

}
.main-header .navbar-expand-lg .nav-item .dropdown-menu.sty1 {
    width: 300px;
    padding-top: 0;
    padding-bottom: 0;
}
    .main-header .navbar-expand-lg .nav-item .dropdown-menu.sty1 .leftCol {
        width: 100%;
            max-width: 100%;
        flex: 0 0 100%;
}

.main-header .navbar-expand-lg .nav-item .dropdown-menu li a.dropdown-item {
    max-width: 23%;
}
.main-header .mainList .rightCol .dropdown-item .falgs  {
    width: 25px;
    display: inline-block;
}
.main-header .mainList .rightCol .falgs img {
    width: 100%;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li.block .contectArea {
    display: inline-flex;
    height: 100%;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea {
    display: none;
    max-width: 75%;
    position: absolute;
    right: 0;
    padding: 10px 20px;
    top: 0;
    justify-content: space-between;
    background: #eb911b;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu  .statesList {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    flex-wrap: wrap;
    opacity: 1;
    color: #000;
    top: 0;
    /*visibility: visible;*/
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu  .statesList li {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    flex: 0 0 100%;
    min-width: inherit;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu  .statesList li a {
    color: #000;
    padding: 10px;
    margin: 0;
    font-size:calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    transition: all ease-in-out 0.3s;
    font-weight: 400;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    opacity:1;
    font-weight:700;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu .statesList li a:hover {
    font-weight: 500;
}
    .main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .contentBox {
        display: flex;
        max-width: 57%;
        flex: 0 0 57%;
        /*height: 100%;*/
        line-height: 1.8;
        padding-right: 25px;
        margin-right: 15px;
        border-right: #dcdcdc solid 1px;
        flex-direction: column;
    }
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .contentBox p {
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: #8d94a1;
    line-height: 26px;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .contentBox .achivments {
    position: absolute;
    bottom: 0;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .contentBox .imgBox {
    width: 100%;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .contentBox .imgBox img {
    width: 100%;
}

.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .cta {
    display: flex;
    max-width: 40%;
    flex: 0 0 40%;
    align-items: flex-start;
    justify-content: center;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .cta .ctaBox {
    background-color: var(--white-color);
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    box-shadow: 0px 3px 9px 0px rgba(127, 137, 161, 0.20);
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .ctaImg {
    width: 100%;
    height: 150px;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .ctaImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dropdown-menu li .contectArea .cta .ctaBox .linksArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}
.dropdown-menu li .contectArea .cta .ctaBox .linksArea a {
    padding: 0;
}
.dropdown-menu li .contectArea .cta .ctaBox .linksArea h5 {
    font-size: calc(13px + (19 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
}
.dropdown-menu li .contectArea .cta .ctaBox .linksArea h6 {
    color: var(--primary-color);
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .cta img {
    width: 100%;
}

.main-header .navbar-expand-lg .nav-item .dropdown-menu li:hover .contectArea {
    display: flex;
    width: 100%;
    height: 100%;
    background: var(--pre-primary-color);
    z-index: 1;
}

.main-header .mainList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #142847;
}
.main-header .mainList .leftCol {
    max-width: 25%;
    flex: 0 0 25%;
    background-color: #fff;
    padding: 10px;
    /*height: 300px;*/
}
.main-header .mainList .leftCol .Innerlist {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.main-header .mainList .leftCol .Innerlist a {
    margin: 0;
}
.main-header .mainList .rightCol {
    max-width: 100%;
    flex: 0 0 100%;
    min-height: 200px;
}

.main-header .mainList .rightCol li a {
    color: #858788;
}


header .navbar .nav-item {
    display: flex;
    flex-wrap: wrap;
}

.navbar .nav-link, .navbar .nav-item a {
    color: #182a5e !important;
    font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    margin:0 5px;
    padding:12px 7px;
    text-transform: uppercase;
    opacity: 1;
}

.navbar .dropdown .innerTabCon {
    display: block;
    padding: 20px;
}

.navbar .dropdown .innerTabCon ul {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    opacity: 1;
    box-shadow: none;
    transition: 0.3s;
    border: 0;
    border-radius: 0;
    height: auto;
}
.navbar .dropdown .innerTabCon ul {
    display: flex;
}
.navbar .dropdown .innerTabCon ul li {
    min-width: inherit;
}
.navbar .dropdown .innerTabCon ul li a {
    background-color: #ebebeb;
    border-radius: 10px 10px 0 0;
    padding: 8px 15px;
    border: #f0f0f0 solid 1px;
    color: #4a4a4a;
    font-weight: 500;
}
.navbar .dropdown .innerTabCon ul li:hover a {
    padding: 8px 15px;
    font-weight: 500;
}
.navbar .dropdown .innerTabCon ul li a.active {
    background-color: #fff;
    color: var(--primary-color);
}

.navbar .dropdown .tab-content {
    background-color: #fbfbfb;
    border: #f0f0f0 solid 1px;
    padding: 10px;
}
.navbar .dropdown .tab-content .active {
    opacity: 1 !important;
    padding: 0 !important;
    font-weight: 500;
    font-size: 13px;
}
.navbar .dropdown .tab-content:hover {
    padding: 10px;
    font-weight: 500;
}
.navbar .dropdown .tab-content p {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
}
.navbar .dropdown .tab-content h6 {
    color: #000;
}
.navbar .dropdown .tab-content ol {
    padding: 0 0;
}
.navbar .dropdown .tab-content ol li::marker {
    display: none;
    content: none;
}
.navbar .dropdown .tab-content ol li {
    position: relative;
    padding-left: 15px;
}
.navbar .dropdown .tab-content ol li i, .navbar .dropdown .tab-content ol li svg {
    position: absolute;
    left: 0;
    top: 3px;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 0px);
    margin: 0;
    padding: 0;
    z-index: 1;
    opacity: 0;
    box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border: 0;
    border-radius: 0;
    height: auto;
}

.navbar .dropdown ul li {
    min-width:100%;
    border: 0;
    padding: 0;
    position: static;
    transition: all ease-in-out 0.3s;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    transition: all ease-in-out 0.3s;
   color: #000;
   border-bottom: #f0f0f0 solid 1px;
}

.navbar .dropdown ul a i {
    font-size:14px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: var(--Black-color);
    font-weight: 600;
    padding: 10px 20px 10px 30px;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    left: 0;
    padding: 0;
    overflow: hidden;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown ul .container {
    position: relative;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
.contentSec ol{
    padding:0;
    margin:0;
}
.contentSec ol li{
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
}

header .contact-btn {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400 !important;
    padding: 10px 15px !important;
    margin-left: 20px !important;
    background-color: var(--secondary-color);
    color: var(--white-color) !important;
    border: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.3s;
}
header .contact-btn .iconBox {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white-color);
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

header .contact-btn:hover {
    color: var(--Black-color);
    background-color: var(--primary-color);
}
header .contact-btn:hover .iconBox {
    background-color: var(--secondary-color);
}
a {
    text-decoration: none;
}

/* Header Css End*/

.page-banner-inner
{
    position:relative;
    z-index:-1;
}
/*.page-banner-inner .shape{
    position:relative;
}*/
.page-banner-inner .shape .shape1{
    position:absolute;
    left:0;
    bottom:0;
}
.page-banner-inner .shape .shape3{
    position:absolute;
    left:0;
    bottom:0;
    height: 270px;
    overflow: hidden;
}
.page-banner-inner .shape .shape2{
    position:absolute;
    right:50px;
    bottom:20px;
}
.page-banner-inner .shape .shape4{
    position:absolute;
    right:0;
    bottom:20px;
    opacity:0.7;
     overflow: hidden;
}
    .page-banner-inner .shape .shape5 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .page-banner-inner .shape .shape6 {
        position: absolute;
        right: 0;
        bottom:0;
    }
    .page-banner-inner .shape .shape8 {
        position: absolute;
        right: 0;
        bottom: 0;
        /* width: 20px; */
        overflow: hidden;
        height: 340px;
        opacity:0.7;
    
    }
    .page-banner-inner .shape .shape9 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 250px;
        overflow: hidden;
        opacity: 0.8;
    
    }
    .page-banner-inner .shape .shape10 {
        position: absolute;
        right: 0;
        bottom: 0;
        overflow: hidden;
        height: 290px;
        opacity: 0.7;
    }
/*.page-banner-inner:before {
    content:"";
    background-image:url('/assets/images/new/banner-shape-left.png');
    background-repeat:no-repeat;
    background-size:contain;
    position:absolute;
    left:0;
    bottom:0;
    width:457px;
    height:426px;

}
.page-banner-inner:after {
    content:"";
    background-image:url('/assets/images/new/banner-shape-right.png');
    background-repeat:no-repeat;
    background-size:contain;
    position:absolute;
    right:50px;
    bottom:20px;
    width:260px;
    height:290px;

}*/
.page-banner-inner .inner-container {
    position: relative;
    padding: 170px 0 80px;
}
.page-banner-inner .inner-container {
    position: relative;
    padding: 170px 0 80px;
}
.page-banner-inner .inner-container h1 {
    position: relative;
    font-size:calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));
    color:#18191c;
    font-weight: 600;
    text-align:center;
    padding-bottom:8px;
    max-width:950px;
    margin:0 auto;

}
.page-banner-inner .inner-container h4 {
    position: relative;
    font-size:calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
    color:#eb911b;
    font-weight: 700;
    text-align:center;
    margin-bottom:20px;
    line-height:1;
}
.page-banner-inner .inner-container p{
    max-width:1000px;
    margin:0 auto;
    font-size:calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
}
.share-sec{
    position:relative;
    padding:80px 0;
}
.share-sec2{
    padding-bottom:0;
}
.share-list{
    padding:0;
    margin:10px 0;
}
.share-list li{
    list-style:none;
    font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight:400;
    margin-bottom:15px;
    padding-left:28px;
    position:relative;
}
.share-list li:before{
    content:"";
    background-image:url('/assets/images/new/checklist.png');
    background-repeat:no-repeat;
    background-size:contain;
    width:18px;
    height:18px;
    position:absolute;
    left:0;
}
.yle-btn {
    background-color: #eb911b;
    color: #222429;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    padding: 13px 40px;
    border: 0;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.3s ease-in;
    margin-right:15px;
    text-align:center;
}
.yle-btn:hover {
    background-color:#1c1e22;
    color:#fff;
}
.blk-btn {
    background-color: #1c1e22;
    color: #eb911b;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    padding: 13px 40px;
    border: 0;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.3s ease-in;
    text-align: center;
}
.blk-btn:hover {
    background-color:#eb911b;
    color:#111;
}

.portfoli-img{
    display:flex;
    align-items:center;
    justify-content:center;
    
}
.our-portfolio-sec {
    background-color: #151617;
    padding: 80px 0;
}
.our-portfolio-sec h6{
    font-size: calc(20px + (26 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: #eb911b;
    margin-bottom: 15px;
}
.our-portfolio-sec h2{
   text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: calc(28px + (45 - 28) * ((100vw - 320px) / (1920 - 320)));
    color:#fff;
}
.why-choose-sec{
    position:relative;
    padding:80px 0;
}

.keepbox{
    background-color:#ffaa17;
    border:0;
    border-radius:10px;
    margin-bottom:20px;
    text-align:center;
    padding:15px 0px 8px 0px;
    position:relative;
    min-height:340px;
    transition:0.3s ease-in-out;
}
.keepbox .keepicon {
    margin:20px 0 10px;
    text-align:center;
}
.keepbox .keeptext{
    padding:8px 20px;
}
.keepbox .keeptext span {
     font-size: calc(18px + (18 - 18) * ((100vw - 320px) / (1920 - 320)));
    color:#1c1e22;
    font-weight:bold;
    margin-bottom:5px;
}

.keepbox .keeptext p {
     font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color:#1c1e22;
    font-weight:400;
    margin-bottom:5px;
    line-height:22px;
    margin-top:10px;
}
.keepbox:hover {
    background-color:#fff;
    box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor:pointer;

}
.keepbox:hover .keepicon img{
    filter: brightness(0) saturate(100%) invert(64%) sepia(89%) saturate(495%) hue-rotate(344deg) brightness(100%) contrast(103%);
}
.keepbox1 {
    min-height:275px;
}

.manuscript-sec {
    position: relative;
    padding: 70px 0;
    background-color: #222429;
}
.manuscript-sec h2{
    color:#fff;
}
.manuscript-sec h4{
    font-size: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
    font-weight:bold;
    color:#fff;
}
.manuscript-sec p{
    color:#fff;
}
.manuscript-box {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.manuscript-box .manuscript-box-text{
     font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
     font-weight:bold;
     color:#fff;
     padding-bottom:20px;
}
.manuscript-box .manuscript-box-icon{
    width:100px;
    height:100px;
    border:5px solid #ffaa17;
    border-radius:50%;
    background-color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
    cursor:pointer;
    -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease;
}
.manuscript-box .manuscript-box-icon:hover{
   /* border-radius: 50%;*/
    background:#fe8d01;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)!important;
    border:5px solid #fff;
}
.manuscript-box .manuscript-box-icon:hover img{
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)!important;
    /*border:5px solid #fff;*/
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(323deg) brightness(116%) contrast(102%);
}
.manuscript-box-icon:hover .bdr-line::before {
   background-color: #fe8d01;
}
.bdr-line{
    position:relative;
    margin-bottom:40px;
}
.bdr-line::before {
    content: "";
    background-color: #ffaa17;
    width: 90%;
    height: 20px;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}
.nav-main-box {
    max-width: 1180px;
    margin: 0 auto;
}
.nav-main-box .nav-tabs {
    justify-content: space-between;
    border: 0;
     max-width: 1180px;
    margin: 0 auto;
}
.nav-main-box .nav-tabs .nav-link {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
    border: 0;
    background-color: transparent;
    padding: 12px 5px;
    text-decoration: none;
    border-radius: 8px;
    max-width: 200px;
    /* word-break: break-all;*/

}
.nav-main-box .nav-tabs .active {
    background-color:#eb911b;
    color:#1c1e22;
    
}
.nav-main-box .tab-content {
    max-width: 1180px;
    margin: 0 auto;
    text-align: left;
    padding: 0px 4rem;
}
.nav-main-box .tab-content .tab-pane {
     font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight:400;
    color: #fff;
    line-height:28px;
}

.gerce-sec {
    background-color: #f3f2f2;
    position:relative;
    padding:60px 0;
}
.gerce-sec .gerce-box {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 12px;
        box-shadow: -7.071px 7.071px 40px 0px rgba(0, 0, 0, 0.11);
        width:150px;
        height:150px;
        margin:10px;
        cursor:pointer;

}
.gerce-sec .gerce-box:hover {
    background-color:#ffaa17;
}
.faq_sec_main {
    padding: 60px 0;
}

.faq_sec_main .accordion-item {
    border: 0;
    margin: 0 0 20px;
     background-color: #fff;
         -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, .1);
}

.faq_sec_main .accordion-item .accordion-header button {
     background-color: #fff;
    padding: 5px 18px;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, .1);
    height: 50px;
    color: #000;
}

.faq_sec_main .accordion-item .accordion-button:not(.collapsed) {
    background-color: #ffaa17;
}

/*.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 20px;
}*/
.marketing-logos-sec{
    position:relative;
    padding:40px 0 80px;
}
.market-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 20px;
}
.marketing-ctm {
    background-color: #222429;
    padding:120px 0;
    position:relative;
    margin-bottom:50px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.marketing-ctm h3{
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: calc(28px + (50 - 28) * ((100vw - 320px) / (1920 - 320)));
    color:#fff;
}
.marketing-ctm p{
    font-size:calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color:#fff;
    line-height:23px;
}
.marketing-ctm .form-group{
    position:relative;
}
.marketing-ctm .form-group i{
  color: #ffaa17;
    position: absolute;
    left: 30px;
    top: 20px;
    font-family: 'Fontawesome';
    font-size:15px;
}
.marketing-ctm input{
       width: 100%;
    height: 55px;
    border: 0;
    border-radius: 22px;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 5px 20px 5px 40px;

}
.marketing-ctm input::placeholder{
    color:rgb(128, 128, 128);
}
.marketing-ctm textarea{
    width: 100%;
    height: 155px;
    border: 0;
    border-radius: 22px;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px 20px 15px 40px;
    margin:10px 0 20px;
}
.marketing-ctm textarea::placeholder{
     color:rgb(128, 128, 128);
}
.market-contact-box{
    display:flex;
    align-items:flex-start;
    margin-bottom:35px;

}
.market-contact-box .market-contact-icon{
    margin-right:20px;
}
    .market-contact-box .market-contact-text span {
        display: block;
        font-family: 'Oswald', sans-serif;
        font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
        font-weight: bold;
        color: #eb911b;
        line-height: 1;
        word-break: break-all;
    }
.market-contact-box .market-contact-text a{
    font-family:'Oswald', sans-serif;
       font-size: calc(20px + (26 - 20) * ((100vw - 320px) / (1920 - 320)));
       font-weight:bold;
       color:#fff;
       word-break:break-all;
}
.ctm-sbt {
    background-color: #eb911b;
    color: #1c1e22;
    padding: 13px 40px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: bold;
    border:0;
    border-radius:10px;
}
.partner-slide-item{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:10px;

}

.our-portfolio-sec .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.our-portfolio-sec .owl-nav button.owl-prev {
  left: 0;
}
.our-portfolio-sec .owl-nav button.owl-next {
  right: 0;
}

.our-portfolio-sec .owl-dots {
    text-align: center;
    padding-top: 25px;
}
.our-portfolio-sec .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 10px 3px;
}
.our-portfolio-sec .owl-dots button.owl-dot.active {
  background-color: #fe8d01;
}
.our-portfolio-sec .owl-dots button.owl-dot:focus {
  outline: none;
}
.our-portfolio-sec .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.our-portfolio-sec .owl-nav button:focus {
    outline: none;
}
#fLogo {
    max-width:250px;
}
.contact-page-sec{
    position:relative;
    padding:80px 0;
}
.contact-page-sec .container{
    box-shadow:0 0 40px #ccc;
    padding:70px 45px;
}

.contact-page-sec .cont-box{
    border-right:1px solid #ccc;
    padding:40px 10px;
    position:relative;
    display:inline-block;
    gap:8px;
    padding-right:20px;
}
.contact-page-sec .cont-box img{
    display:block;
    margin-bottom:10px;
}
.contact-page-sec .cont-box a{
    font-size:calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight:600;
    text-decoration:none;
    margin-bottom:10px;
    
}
.contact-page-sec .cont-box a:hover{
    text-decoration:none;
}
.contact-page-sec .cont-box p{
     font-size:calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight:400;
    padding-top:10px;
    padding-right:40px;
  
    
}
 .service-box {
    text-align: center;
    min-height: 350px;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(206, 206, 206, 0.4);
    border-radius: 40px;
    
    padding: 20px;
    position: relative;
    margin-bottom: 35px;
    justify-content: center;
}

.service-box:before {
    content: "";
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: -1;
    background: #ecebeb;
    border-radius: 44px 0 0 0;
    transition: 0.3s ease-in-out;
}

.service-box:after {
    content: "";
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: -1;
    background: #ecebeb;
    border-radius: 0px 0 44px 0;
    transition: 0.3s ease-in-out;   
}

.service-box:hover::after, .service-box:hover::before{
    background-color: #eb911b;
}

.testimonial-name i {
    font-family: 'Font Awesome 5 Free';
    color: #ffce22;
}
.tt-title {
    font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    padding-top: 10px;
}
.ma5menu__toggle{
    display:none;
}
.site-menu {
    display: none;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #eb911b #2b2b2b;
}

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }

  *::-webkit-scrollbar-track {
    background: #2b2b2b;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #eb911b;
    border-radius: 0px;
    border: 0px ridge #000000;
  }
@media(max-width:1199px) {
    .navbar-nav{
        display:none;
    }
    .ma5menu__toggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .navbar .nav-link, .navbar .nav-item a {
        margin: 0 0px;
    }
    .main-banner {
        margin-top: 70px;
        padding-bottom: 30px;
    }
    .shape {
        opacity: 0.4;
    }

    .marketing-logos-sec {
        padding: 60px 0 50px;
    }

    section#testimonials {
        padding: 60px 0px 0px;
    }

    .why-choose-sec {
        padding: 55px 0;
    }

    .share-sec {
        padding: 55px 0;
    }

    .our-portfolio-sec {
        padding: 60px 0;
    }

    .marketing-ctm {
        padding: 60px 0;
    }

    .call-to-section-two {
        padding: 50px 0;
    }

    .services-section {
        padding: 80px 0 60px;
    }
    .keepbox .keeptext {
        padding: 6px 3px;
    }
   
}
@media(max-width:991px) {
    header .contact-btn{
        display:none;
    }
    .shape {
        opacity: 0.2;
    }
    .bdr-line::before {
        display: none;
    }
    .marketing-logos-sec {
        padding: 40px 0 40px;
    }
    section#testimonials {
        padding: 50px 0px 0px;
    }
    .why-choose-sec {
        padding: 40px 0;
    }
    .share-sec {
        padding: 40px 0;
    }
    .our-portfolio-sec {
        padding: 40px 0;
    }
    .marketing-ctm {
        padding: 50px 0;
    }
    .nav-main-box .nav-tabs {
        justify-content: center;
    }
}
@media(max-width:767px){
    section#testimonials {
        padding: 30px 0px 0px;
    }
    .page-banner-inner .inner-container {
        padding: 140px 0 40px;
    }
    .nav-main-box .nav-tabs {
        justify-content: center;
    }
    .bdr-line{
        display:none;
    }
    .nav-main-box .tab-content {
        padding: 0px 1rem;
    }
    .manuscript-sec {
        padding: 30px 0;
    }
    .footer-bar .blc-btn{
        margin-top:20px;
        padding:10px 20px;
    }

}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}