.main-header .main-box .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 148px;
}
.feature-block .icon-box {
    position: relative;
    min-width: 110px;
    text-align: center;
    padding: 0px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--bg-theme-color4);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.about-section1 {
    position: relative;
    padding: 120px 0px 0px 0px;
}
.about-section2 {
    position: relative;
    padding: 0px 0px 70px 0px;
}

.tp-dottedoverlay {
     background:none; 
    width: 55%;
    opacity: 0.8;
}
.btn-style-one .btn-style-one {
    
    background: #ff0007;
    
}
.service-block .image-box .icon-box .icon{

     background: #ff0007;
}
.fun-fact-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    min-height: 300px;
}