@media (min-width: 1050px) {
.fixed-top.fixed{position:fixed !important;; top:0; z-index:9999 !important; width:100%}
}
.middle-header {
    padding: 35px 0;
    background-image: none;
    background-repeat: repeat-x;
}

.tblock-default .tblock {
    background-image: url("https://atlanticeye.com/wp-content/uploads/2018/09/section-seprator-v02.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 30px;
}

.banner-left::before {

    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 85px;
    opacity: 0.1;
    text-align: center;
    background: url("#");
    max-width: 248px;
    min-height: 208px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;

}


.ow-navigation ul > li:nth-child(n+5) .dropdown-menu {

        right: 0;

        left: 0;

    }

.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a {

    padding: 24px 20px 24px;
}

.ow-navigation .dropdown-menu {
    border: none;
    left: 0;
    padding: 10px;
    border-radius: 0;
    margin-top: 0;
    max-width: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    padding: 5px 0;
    margin: 2px 0 0;
        margin-top: 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.message-borad::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #613885;
    width: 50%;
    display: inline-block;
}
.call-out::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(97,56,133,0.92);
    display: inline-block;
}

.counter-section::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #613885;
    opacity: 0.98;
    display: inline-block;
}



.contact-details .detail-box i {
    width: 56px;
    height: 61px;
    position: absolute;
    left: 0;
    line-height: 60px;
    background-color: #0033bc;
    text-align: center;
    border-bottom: 1px solid #3D1c53;
}

.contact-details .detail-box.phone-box {
    background-color: #3D1c53;
}
.contact-details .detail-box.phone-box i {
    background-color: #7c549f;
    border-bottom-color: #3D1c53;
}
.contact-details .detail-box.mail-box {
    background-color: #7c549f;
}
.contact-details .detail-box.mail-box i {
    background-color: #7c549f;
    border-bottom-color: #3D1c53; 
}

