/* GLOBAL */
.rounds {
    border-radius: 20px !important;
}
body{
    font-family: 'Cairo', sans-serif;

}
.transparent {
    background-color: transparent !important;
}

.targetDiv,
.togglet,
.togglec {
    border-radius: 20px !important;
}

.light-bg {
    color: #eee !important;
}

.primary-bg {
    background-color: #ff7700 !important;
}

.dark-1-bg {
    background-color: #9c9990 !important;
}

.h-75 {
    height: 75px !important;
}

.z-100 {
    z-index: 100 !important;
}

.goleft {
    margin-right: 0;
    margin-left: -60px;
}

/* SLIDER SECTION */
#WelcomeCaption {
    margin-bottom: 300px;
    letter-spacing: inherit;
}

.slider-caption.slider-caption-center {
    top: 150px;
}

.slider-caption .main-title {
    font-weight: 30;
    font-size: 3.5rem;
    color: white !important;
}

.slider-caption .main-title strong {
    font-weight: 700;
    font-size: 4rem;
    color: #ff7700;
    text-shadow: 0 0 10px #ff7700;
}

.heading-block h2 span {
    color: #ff7700;
}

/* ABOUT SECTION */
.about-container .about-content {
    text-align: right;
    padding: 0 15px;
}

.about-container a {
    color: #ff7700 !important;
    float: left;
    cursor: pointer;
}

/* SERVICES */
.feature-box:not(.fbox-center) {
    height: 64px;
}

.feature-box.fbox-right,
.feature-box.fbox-left {
    display: flex;
    align-items: center;
}

.feature-box.fbox-right {
    justify-content: flex-end;
}

.feature-box.fbox-sm .fbox-icon {
    width: 64px;
    height: 64px;
}

.feature-box.fbox-sm .fbox-icon i {
    line-height: 64px;
    font-size: 28px;
}

.targetDiv .toggle.toggle-main>.togglet {
    background-color: #ff7700;
    color: white;
    height: 75px;
    display: flex;
    align-items: center;
    padding-right: 80px;
    line-height: inherit;
}

.targetDiv .toggle.toggle-main>.togglet .fbox-icon i {
    font-size: 50px;
}

.targetDiv .toggle.toggle-main>.togglec {
    padding: 30px 36px;
}

.targetDiv .toggle .togglec {
    font-weight: 300;
}

.targetDiv .togglec>div:not(.toggle) {
    background-color: #9c9990;
    padding: 20px 36px;
    border-radius: 20px;
}

.targetDiv .toggle.toggle-secondary .togglet {
    background-color: #6a6262;
}

.targetDiv .toggle.toggle-secondary .togglec {
    padding: 12px 36px;
    background-color: #9c9990;
    margin: 10px 20px 30px;
}

.togglec ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.text-white {
    text-align: right;
}

/* CONTAACT US */

.sm-form-control {
    border-radius: 20px !important;
    background-color: transparent;
}

#flash_message {
    max-width: 400px;
    position: inherit;
}

#footer {
    overflow: hidden;
    border-top: none;
}

option {
    background-color: black;
}

.fluid-width-video-wrapper {
    height: 350px;
}

/* OUR CLIENTS */
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    #primary-menu {
        display: block;
        float: none;
        background: white;
        border: 4px #cccccc solid !important;
    }
}

@media (max-width: 767.98px) {
    .goright {
        margin-right: 0;
        margin-left: 0px !important;
    }

    .goleft {
        margin-left: 0;
        margin-right: 0 !important;
    }

    .targetDiv .toggle.toggle-main>.togglet .fbox-icon i {
        font-size: 35px;
    }

    .targetDiv .toggle.toggle-main>.togglec {
        padding: 20px;
    }

    .targetDiv .togglec>div:not(.toggle) {
        padding: 20px;
    }
}

.modal-title {
    border-bottom: 2px solid #f26722;
}

.carousel{
    direction: ltr !important;
}
.owl-carousel .owl-nav [class*=owl-]{
    top: 30%;
}
.owl-carousel:hover .owl-nav .owl-next{
    right: 0;
}
#lang-switch {
    padding-left: 175% !important;
    margin-left: -3rem;
    float: left;

}
label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'cairo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;

}
.col_full {
    margin-left: 0;
    text-align: right;
}

.feature-box h3 {
    text-align: center;
}
#center {
    text-align: right;
    margin-right: 100px;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem auto;
}
.norightborder{
    margin-right: auto !important;
    margin-left: unset !important; 

}