.navbar-default .navbar-nav > li > a{
    font-size: 16px;
    color: #1c2530;
    font-weight: 400;
}
.navbar-default .dropdown-menu > li{
    font-size: 14px;
}
#cta .btn{
    font-weight: 600;
}
.service-box-inner .content-box > h3, .serviceBox .service-content h3{
    font-size: 18px;
    font-weight: 500;
}
li, p {
    color: #1c2530;
    font-size: 16px;
}
.serviceBox p{
    font-size: 14px;
}
.visual h1{
    font-weight: 600;
}
.section-title h3{
    font-weight: 500;
}
.case-study-section .services-list .item-desc{
    border: 1px dashed #ededed;
    box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 6%);
}

.case-study-section .services-list .item-desc h4, .case-study-section .services-list .item-desc h4 a{
    font-weight: 600;
}
.case-study-section .text-widget p{
    margin-top: 0px;
}
.case-study-section .services-list p{
    margin-top: 0px;
    color: #1c2530 !important;
    font-size: 16px;
}

.case-study-section small{
    color: #212121;
}
.contact_us_section .serviceBox .service-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-brand{
    height: 75px;
}
.navbar-toggle{
    margin-top: 30px;
}
.service_tabs li a{
    background-color: #eee;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    padding: 26px 6% 26px 8%;
    vertical-align: middle;
    border-radius: 0px;
    border: none;
    /*border-bottom: 1px solid #c6c6c6;*/
}
.our_service_section .tabs-container{
    border: 1px solid #c6c6c6;
    width: 100%;
}
.service_tabs.nav-tabs{
    border: none;
}
.service_tabs.nav-tabs > li{
    border-bottom: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    margin: 0px !important;
}
.service_tabs.nav-tabs > li:last-child{
    border-bottom: none;
}
.service_tabs.nav-tabs > li > a{
    border: none !important;
    margin-right: 0px;
}
.service_tabs.nav-tabs > li > a:hover{
    color: #F1773D !important;
}
.service_tabs.nav-pills > li.active{
    border-right: none;
}
.service_tabs.nav-pills > li.active > a{
    color: #F1773D;
    background-color: #fff;
}
.service_tab_content{
    padding: 2%;
}
