h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    color: #16182c;
    margin-top: 0px;
    font-weight: bold;
}

.section-title p {
    font-size: 16px;
    margin-top: 15px;
}

.search-cart .search {
    padding-right: 0;
}
.text-justify {text-align: justify;}
/*marketing banner*/
.marketing-banner {
    height: 47vh;
    position: relative;
    z-index: 9;
}

.marketing-banner .slider-content {
    padding-left: 30px;
    border-left: 5px solid #d12326;
}

.marketing-banner .slider-content h1 {
    font-size: 50px;
    line-height: 60px;
    position: relative;
    font-weight: 600;
}

/*marketing-tab */
.marketing-tab .tab {
    margin-top: -50px;
    position: relative;
    z-index: 99;
}

.marketing-tab .tab-vertical .tab-content p {
    line-height: 24px;
}

.marketing-tab ul.nav.nav-tabs:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 25%;
    background: #d12326;
    left: 0;
    top: 0;
    z-index: -1;
}

.marketing-tab .tab-vertical .nav.nav-tabs li a {
    font-size: 18px;
  padding: 36px 25px;
    background: #d12326;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.2);
}

.marketing-tab .tab-vertical .nav.nav-tabs li:first-child a {
    border-color: rgba(0, 0, 0, 0.2);
}

.marketing-tab .tab-border .nav.nav-tabs>li>a.active,
.marketing-tab .tab-border .nav.nav-tabs>li>a.active:focus,
.marketing-tab .tab-border .nav.nav-tabs>li>a.active:hover {
    background: rgba(0, 0, 0, 0.2) !important;
    color: #ffffff !important;
}

.marketing-tab .tab-vertical .nav.nav-tabs>li>a.active,
.marketing-tab .tab-vertical .nav.nav-tabs>li>a.active:focus,
.marketing-tab .tab-vertical .nav.nav-tabs>li>a.active:hover {
    border-color: rgba(0, 0, 0, 0.2)
}

.marketing-tab .tab-content {
    line-height: 14px;
}

/*service*/
.marketing-service .feature-text .feature-icon span,
.marketing-service .feature-text .feature-icon i {
    padding-left: 0;
}

.marketing-service .feature-text {
    padding: 60px 40px;
    border: 1px solid #eeeeee;
    height: 100%;
    background: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.marketing-service .feature-text:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 1;
}

/*step*/
.marketing-step .step-box {
    height: 230px;
    width: 230px;
    box-shadow: 0px 0px 0 10px #d12326;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 30px;
    margin-left: 20px;
}
.owl-carousel .item {height:320px;margin-top:30px;}

.marketing-step .step-box h4 {
    text-align: center;
    line-height: 300px;
    position: relative;
}

.marketing-step .step-box:hover {
    box-shadow: 0px 0px 0 15px #d12326;
}

/*testimonial*/
.marketing-testimonial .testimonial-info {
    font-size: 18px;
    line-height: 34px;
}

/*sidebar*/
ul.menu-sidebar {
    position: relative;
    z-index: 1;
}

ul.menu-sidebar li {
    display: block;
}

ul.menu-sidebar li a {
    text-transform: none;
    display: block;
    background: #f6f7f8;
    padding: 16px 30px;
    color: #323232;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
    border-left: 5px solid transparent;
}

ul.menu-sidebar li a:hover,
ul.menu-sidebar li.active a {
    border-left: 5px solid #d12326;
    color: #d12326;
}

/*action-box*/
.marketing-action-box .action-box {
    padding: 40px 50px;
}

.marketing-action-box .popup-video-image a i {
    left: inherit;
    top: -14px;
}

/*timeline*/
.our-history.timeline-left .timeline>li>.timeline-badge {
    left: 15%;
}

.our-history.timeline-left .timeline:before {
    left: 15%;
}

.our-history.timeline-left .timeline>li>.timeline-panel {
    width: 79%;
}

.our-history.timeline-left .timeline-arrow {
    width: inherit;
    left: 14.3%;
    right: inherit;
}

.our-history.timeline-left .timeline>li>.timeline-badge p {
    margin-top: -6px;
}

/*team*/
.marketing-team .team.team-list h5 {
    font-size: 18px;
    text-transform: none;
}

.marketing-team .team.team-list .team-info span {
    font-size: 14px;
    text-transform: none;
}

/*work*/
.marketing-work .portfolio-item a.popup {
    width: auto;
    height: inherit;
    padding: 0px 20px;
    border-radius: 3px;
    display: inline-block;
}

/*overlay*/
.bg-overlay-theme-20:before {
    background: rgba(22, 24, 44, 0.2) !important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-theme-50:before {
    background: rgba(0,0,0, 0.6) !important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-theme-70:before {
    background: rgba(22, 24, 44, 0.7) !important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-theme-80:before {
    background: rgba(22, 24, 44, 0.8) !important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-theme-90:before {
    background: rgba(22, 24, 44, 0.9) !important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}