@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Bold.eot');
    src: url('../fonts/Cairo-Bold.otf') format('embedded-opentype'), url('../fonts/Cairo-Bold.woff') format('woff'), url('../fonts/Cairo-Bold.woff2') format('woff2'), url('../fonts/Cairo-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'du-font-primary-b';
    src: url(.../fonts/duCo_WHeadline16_Bd.eot);
    src: url(../fonts/duCo_WHeadline16_Bd.eot) format("embedded-opentype"), url(../fonts/duCo_WHeadline16_Bd.woff2) format("woff2"), url(../fonts/duCo_WHeadline16_Bd.woff) format("woff"), url(../fonts/duCo_WHeadline16_Bd.ttf) format("truetype")
}

body {
    direction: rtl;
    text-align: right;
    background: #fff;
    font-family: 'du-font-primary-b', sans-serif !important;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 2;
}


/* .slick-slider-wrapper{
/*	direction: ltr;
} */

.menu_wrapper {
    float: left;
}

.navbar_ .nav>li>a,
.sub-menu li a {
    font-family: 'du-font-primary-b', sans-serif !important;
}

.btn-default.btn5 {
    font-family: 'Cairo', sans-serif !important;
    float: left;
}

h2 {
    font-family: 'du-font-primary-b', sans-serif !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-family: 'du-font-primary-b', sans-serif !important;
}

.copyright .footer-list li:last-child {
    border-right: none;
    padding-right: 12px;
}

.navbar-nav .nav-item {
    margin: 0 15px 0 0;
}

@media (max-width: 992px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
    .contact-btn {
        display: none;
    }
}

button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

.vertical-tab {
    font-family: 'Poppins', sans-serif;
    display: table;
    border-radius: 0;
}

.vertical-tab .nav-tabs {
    display: table-cell;
    width: 25%;
    min-width: 25%;
    border: none;
}

.vertical-tab .nav-tabs li {
    float: none;
}

.vertical-tab .nav-tabs li button {
    color: #333;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 10px;
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li button:hover,
.vertical-tab .nav-tabs li.active button,
.vertical-tab .nav-tabs li.active button:hover {
    color: #000;
    background-color: #fff;
    border: none;
}

.vertical-tab .nav-tabs li button:before,
.vertical-tab .nav-tabs li button:after {
    content: '';
    background-color: #efefdc;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li button:after {
    background-color: #F35349;
    width: 4px;
    transform: scaleY(0);
}

.vertical-tab .nav-tabs li button:hover:before,
.vertical-tab .nav-tabs li.active button:before {
    transform: scaleY(0);
}

.vertical-tab .nav-tabs li button:hover:after,
.vertical-tab .nav-tabs li.active button:after {
    transform: scaleY(1);
}

.vertical-tab .nav-tabs li button i {
    font-size: 14px;
    margin: 0 0 5px;
    display: block;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li button:hover i,
.vertical-tab .nav-tabs li.active button i {
    color: #F35349;
}

.vertical-tab .tab-content {
    color: #00639e;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    padding: 15px 15px 10px;
    margin-top: 10px;
    display: table-cell;
}

.vertical-tab .tab-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 4px;
}

@media only screen and (max-width: 479px) {
    .vertical-tab {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
        margin: 0 0 4px;
    }
    .vertical-tab .nav-tabs li button {
        margin: 0 0 1px;
        width: 100%;
        margin-bottom: 5px;
    }
    .vertical-tab .nav-tabs li button:after {
        width: 100%;
        height: 4px;
        transform: scaleY(1) scaleX(0);
    }
    .vertical-tab .nav-tabs li button:hover:before,
    .vertical-tab .nav-tabs li.active button:before {
        transform: scaleX(0);
    }
    .vertical-tab .nav-tabs li button:hover:after,
    .vertical-tab .nav-tabs li.active button:after {
        transform: scaleX(1);
    }
    .vertical-tab .tab-content {
        font-size: 14px;
        margin-top: 0;
        display: block;
    }
    .vertical-tab .tab-content h3 {
        font-size: 18px;
    }
}

.vertical-tab {
    font-family: 'Poppins', sans-serif;
    display: table;
    border-radius: 0;
}

.vertical-tab .nav-tabs {
    display: table-cell;
    width: 25%;
    min-width: 25%;
    border: none;
}

.vertical-tab .nav-tabs li {
    float: none;
}

.vertical-tab .nav-tabs li a {
    color: #333;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 10px;
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
    color: #000;
    background-color: #fff;
    border: none;
}

.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after {
    content: '';
    background-color: #efefdc;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:after {
    background-color: #F35349;
    width: 4px;
    transform: scaleY(0);
}

.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before {
    transform: scaleY(0);
}

.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after {
    transform: scaleY(1);
}

.vertical-tab .nav-tabs li a i {
    font-size: 14px;
    margin: 0 0 5px;
    display: block;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:hover i,
.vertical-tab .nav-tabs li.active a i {
    color: #F35349;
}

.vertical-tab .tab-content {
    color: #00639e;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    padding: 15px 15px 10px;
    margin-top: 10px;
    display: table-cell;
}

.vertical-tab .tab-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 4px;
}

@media only screen and (max-width: 479px) {
    .vertical-tab {
        padding: 0;
        margin: 0;
    }
    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
        margin: 0 0 4px;
    }
    .vertical-tab .nav-tabs li a {
        margin: 0 0 1px;
    }
    .vertical-tab .nav-tabs li a:after {
        width: 100%;
        height: 4px;
        transform: scaleY(1) scaleX(0);
    }
    .vertical-tab .nav-tabs li a:hover:before,
    .vertical-tab .nav-tabs li.active a:before {
        transform: scaleX(0);
    }
    .vertical-tab .nav-tabs li a:hover:after,
    .vertical-tab .nav-tabs li.active a:after {
        transform: scaleX(1);
    }
    .vertical-tab .tab-content {
        font-size: 14px;
        margin-top: 0;
        display: block;
    }
    .vertical-tab .tab-content h3 {
        font-size: 18px;
    }
}


/*  bhoechie tab */

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    /* margin-right: 50px; */
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
}

.list-group-item {
    padding: 1rem 1.25rem;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #00aa00;
}

div.bhoechie-tab-menu div.list-group>a>img {
    width: 55px;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #d9d9d991;
    border-color: #d3d3d3;
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a>h4 {
    color: #191919;
    padding: 15px;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -13px;
    border-right: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-right: 10px solid #00aa00;
}

div.bhoechie-tab {
    background-color: #eeeeee;
}

div.bhoechie-tab-content {
    background-color: #eeeeee;
    /* border: 1px solid #eeeeee; */
    padding-right: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

#whyus .owl-carousel .owl-nav {
    top: 0%;
}

.featured-item.bottom-icon:hover {
    background: #6fca6f;
}

#header-wrap.fixed-header {
    background: #020202ba !important;
}


/* contact us measeg */

#alert_notif {
    display: none;
}

#alert_notif2 {
    display: none;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
    color: #fff;
    background-color: #4CAF50;
}

.alert-error {
    color: #fff;
    background-color: #f44336;
}

.contact-style-1 .form-group {
    margin-bottom: 10px;
}

.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}

.contact-style-1 input {
    height: 50px;
}

.contact-style-1 .form-control {
    padding: 10px 20px;
    border-radius: 4px;
}

.bg-gray {
    background: #f7f7f7;
}

.buttonsend {
    text-decoration: unset;
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 45px;
    color: #00aa00;
    border: 1px solid #00aa00;
    height: 48px;
    line-height: 1.5;
    padding: 0 25px;
    display: inline-block;
    border-radius: 5px;
}

.buttonsend:hover {
    background: #00aa00;
    color: #ffffff;
}

.portfolio-filter button {
    float: right;
}

.team-member .team-social-icon ul li a:hover {
    color: #00aa00;
}

::selection {
    background: #717171;
    color: #fff;
    text-shadow: none;
}

.team-member.style-3 h5 a:hover {
    color: #00aa00;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px;
}

.letter-space-3 {
    letter-spacing: 1px;
}