﻿body {
    direction: rtl !important;
    overflow-x: hidden;
}

input, textarea {
    font-family: 'Open Sans', Arial, sans-serif;
}

.inner {
    float: left;
}

.logo {
    background-image: url('../img/logo.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 130px;
    height: 180px;
}

.inner ul li a {
    height: 0;
    float: right;
    color: #fff;
    padding: 40px 10px;
    margin: 0 20px;
    line-height: 0;
    padding-bottom: 50px;
}

.inner li:last-child a {
    margin-left: 0;
    margin-right: 0;
}

.inner a:last-child {
    padding-right: 0px;
    margin-right: 0;
}

.inner ul li {
    float: right;
}

.about-ul li i {
    padding-right: 0;
    float: right;
    padding-left: 7px;
}

.about-ul li {
    color: #333;
}

.about-text {
    line-height: 1.7;
    text-align: justify;
    color: #333;
    font-size: 15px;
    height: 225px;
    overflow: hidden;
}

ul.slides {
    border: 2px solid #9cd05f;
    border-radius: 3px;
    background: #f1f3f6;
}

.promo::after {
    width: 40%;
    height: 1px;
    background: #dc535a;
    display: block;
    content: "";
    margin: 27px 0px;
    float: left;
}

.promo::before {
    width: 40%;
    height: 1px;
    background: #dc535a;
    display: block;
    content: "";
    margin: 27px 0px;
    float: right;
}

.promo {
    font-size: 30px;
}

.blog-main {
    background: #f9f9f9;
    box-shadow: 0 0 2px #ddd;
}

.blog-name a:hover {
    text-decoration: none;
    color: #ff5d5d;
}

.blog-name {
    height: 50px;
    overflow: hidden;
}

.blog-name, .blog-text {
    padding: 0 10px;
}

.blog-main:hover .blog-button a {
    background: #FF5D5D;
    color: #fff;
    border: 1px solid transparent;
    text-decoration: none;
}

.blog-main:hover .blog-img i {
    visibility: visible;
}

.blog-main:hover .blog-img img {
    opacity: 0.15;
    transition: all 0.2s linear;
    border-radius: 5px;
}

.blog-img img {
    transition: all 0.2s linear;
    border-radius: 5px;
}

.blog-img {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.blog-type {
    border-radius: 5px;
}

.cbp-l-grid-projects-title {
    font-family: inherit !important;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
    margin-top: -48px;
    background: rgba(19, 78, 125,0.7);
    z-index: 9999999999999999999999999999999944;
    padding: 10px 10px;
    bottom: 0px;
    right: 0;
    left: 0;
    position: absolute;
}

.promo-white {
    font-size: 35px;
    margin-top: 30px;
}

.contact-tel {
    width: 90%;
    margin: auto;
    font-size: 15px;
    padding-top: 15px;
}

.parallax-over-2 .col-lg-4 {
    float: right;
}

.contact-bg {
    min-height: 186px;
    border-radius: 5px;
}

.width-23 {
    width: 23%;
    margin-right: 10px;
    margin-left: 10px;
    border: 2px solid #ddd;
    border-radius: 3px;
    transition: all 0.2s linear;
    float: right;
}

.team-name {
    font-weight: 300;
    font-size: 17px;
    color: #37393f;
    text-align: center;
    padding: 15px 0;
}

.team-desc {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.8) !important;
    width: 100%;
    height: 87%;
    z-index: 0;
    color: #fff;
    text-shadow: 0 0;
    text-align: justify;
    padding: 15px;
    opacity: 0;
    transition: all 0.2s linear;
}

.width-23:hover .team-desc {
    opacity: 1;
    transition: all 0.2s linear;
}

.width-23:hover {
    box-shadow: 0px 6px 10px rgba(0,0,0,0.3);
    transition: all 0.2s linear;
    transform: translateY(-10px);
}

.team-img {
    height: 310px;
}

    .team-img img {
        height: 100%;
    }

.fact-text {
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    margin-top: 5px;
}

.fact-name {
    text-align: center;
    font-size: 42px;
    font-style: italic;
    margin-top: 13px;
    color: #9cd05f;
}

.slide-det h4 {
    color: #333;
    direction: rtl;
    font-size: 16px;
    padding-top: 5px;
    text-shadow: 0 0;
}

.slide-det p {
    direction: rtl;
    color: #333;
}

.slide-det b {
    direction: rtl;
    float: right;
    color: #333;
}

.carousel {
    box-shadow: none !important;
}

.slide-det i {
    float: left;
    direction: rtl;
    color: #333;
}

.bx-viewport {
    height: 315px !important;
}

.slide {
    box-shadow: 0px 1px 5px #bbb;
    padding: 7px;
}

.blogs .slide {
    background: #fff;
}

.bg-image-2 {
    padding-top: 30px;
    height: 600px;
    color: #fff;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    text-align: center;
    background-position: center;
    background-color: #f2f3f7;
}

.slide-img {
    height: 220px;
    overflow: hidden;
    margin: -7px;
}

    .slide-img img {
        height: 100%;
        transition: all 0.2s linear;
    }

.slide:hover .slide-img img {
    transform: scale(1.1);
    transition: all 0.2s linear;
    filter: brightness(1.1);
}

.serv-block {
    padding: 15px;
}

    .serv-block img {
        width: 100%;
        border: 2px solid;
        border-radius: 3px;
    }

.serv-name {
    padding-top: 20px;
    text-shadow: 0 0;
    color: #fff;
    letter-spacing: -0.4px;
    padding-bottom: 5px;
}

.serv-desc {
    padding-top: 5px;
    margin-bottom: 5px;
    color: #fff;
}

.serv-4 {
    width: 31.9%;
    float: right;
    margin: 5px 8px;
}

.serv-block {
    border-radius: 5px;
}

a:hover, a:focus {
    text-decoration: none;
}

.parallax-2 {
    background: url('../files/option_4.jpg')no-repeat !important;
}

.contact-name {
    font-size: 20px;
    text-shadow: 0 0;
}

.footer-soc ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.footer {
    padding-bottom: 20px;
    padding-top: 20px;
}

.arrow-top {
    float: right;
    position: relative;
    top: 15px;
    font-size: 40px;
    height: 50px;
}

.footer-bottom-right p {
    padding-right: 10px;
    padding-top: 27px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #eee;
}

.footer-bottom-right {
    display: inline-flex;
}

.team-desc {
    margin-top: 0;
}

.team-name, .team-desc {
    background: #f9f9f9;
}

.blog-button a {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #FF5D5D;
    color: #FF5D5D;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
}

.blog-text {
    color: #666;
    line-height: 1.7;
    overflow: hidden;
    height: 25px;
}

.bg-client {
    background: #ffffff;
}

.bg-image-1 {
    background: url(../files/sssc.jpg) no-repeat center;
    background-size: cover;
}

.fact-block:hover .f1 {
    background: #9cd05f;
}

.fact-block:hover .f2 {
    background: #faa409;
}

.fact-block:hover .f3 {
    background: #82a2ec;
}

.fact-block:hover .f4 {
    background: #ff7471;
}

.page-in-bread {
    float: left;
    line-height: 30px;
}

.poster {
    float: left;
    margin-left: 20px;
}

.blog-in {
    padding: 50px 0;
}

.post-in-text {
    font-size: 15px;
    line-height: 1.5;
}

.promo-in-blog {
    color: #37393f;
    font-size: 18px;
    padding: 5px 0 5px 0;
    font-weight: 300;
}

.sidebar {
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    background: #f9f9f9;
    margin-bottom: 15px;
    box-shadow: 0 0 1px #999;
}

.categories {
    display: inline-block;
    width: 100%;
}

    .categories li a {
        color: #5b5b5b;
        padding: 7px 0;
        display: inline-block;
        font-weight: 300;
        width: 100%;
    }

    .categories a i {
        padding-right: 8px;
        color: #ff5d5e;
        font-size: 16px;
        float: right;
        transform: rotate(180deg);
    }

.post-in-text {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    text-align: justify;
}

.blog-in-short {
    margin-top: 10px;
}

.post-in-short {
    margin-bottom: 15px;
}

.marg10 {
    margin-top: 10px;
}

.post-in-img {
    border-radius: 0px;
    background: #f9f9f9;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.blog-in-short ul li a i {
    float: right;
    padding: 2px;
}

.page-in-name {
    font-size: 20px;
    font-weight: 300;
    color: #ff5d5d;
    text-shadow: 0 0;
    -webkit-font-smoothing: antialiased;
    margin-top: 10px;
    background: #ededed;
    float: right;
    padding: 10px 40px;
    border-radius: 50px;
    margin-right: 110px;
    padding-right: 20px;
}

.no-padding-left {
    padding: 0;
}

.page-in {
    background-size: cover;
    padding: 47px 0;
    margin-top: -5px;
    background: url('../images/red.jpg') no-repeat;
}

.cbp-l-grid-projects {
    overflow: visible !important;
}

.qwer img {
    width: unset;
    border: unset;
    border-radius: unset;
    transform: scale(0.86);
}

.qwer {
    border-bottom: none;
    background: rgb(19, 78, 125);
    padding: 20px 10px;
    position: relative;
}

.serv-bg {
    margin-top: 0;
}

.st1 {
    border: 1px solid #faa409;
    height: 310px;
}

.st2 {
    border: 1px solid #82a2ec;
}

.st3 {
    border: 1px solid #9cd05f;
}

.tp-caption.mediumwhite {
    color: #fff;
    background: rgba(18,78,125,0.8);
    padding: 10px 30px !important;
    border-radius: 5px;
    margin-top: 10px !important;
    font-size: 20px;
}

.tp-caption.largewhite {
    font-size: 40px !important;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: rgba(18,78,125,0.8);
    padding: 10px 30px !important;
    border-radius: 5px;
    font-size: 30px !important;
}

.subMenu {
    background: #134E7D;
}

.tp-caption.mediumbutton a {
    background: #ff5d5d;
}

.fa-youtube:before {
    content: "\f167" !important;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    direction: rtl;
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: center;
    text-rendering: auto;
    text-size-adjust: 100%;
    text-transform: capitalize;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fa-twitter::before {
    content: "\f099";
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    direction: rtl;
    display: inline-block;
    font-family: "Font Awesome\ 5 Brands";
    font-size: 20px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: center;
    text-rendering: auto;
    text-size-adjust: 100%;
    text-transform: capitalize;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fa-facebook:before {
    content: "\f39e" !important;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    direction: rtl;
    display: inline-block;
    font-family: "Font Awesome\ 5 Brands";
    font-size: 20px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: center;
    text-rendering: auto;
    text-size-adjust: 100%;
    text-transform: capitalize;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fa-googleplas:before {
    content: "\f0d5" !important;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    direction: rtl;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: center;
    text-rendering: auto;
    text-size-adjust: 100%;
    text-transform: capitalize;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fa-paper-plane-o:before {
    content: "\f1d8" !important;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    direction: rtl;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: center;
    text-rendering: auto;
    text-size-adjust: 100%;
    text-transform: capitalize;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fa-instagram:before {
    content: "\f16d" !important;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    direction: rtl;
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: center;
    text-rendering: auto;
    text-size-adjust: 100%;
    text-transform: capitalize;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.twitter {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    background: #00acee;
    margin: 0 1px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.faceBook {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    background: #3b5999 !important;
    margin: 0 1px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.googlePlas {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    background: #dd4c39;
    margin: 0 1px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.telegram {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    background: #4C6EF5;
    margin: 0 1px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.instagram {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    background: #E64980;
    margin: 0 1px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.address {
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 28px;
    background: #5f81d0;
    border-radius: 50%;
    margin: auto;
    position: relative;
    z-index: 99;
}

    .address > i::before {
        font-family: 'Simple-Line-Icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 2.7;
        -webkit-font-smoothing: antialiased;
        content: "\e096";
    }

.email {
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 28px;
    background: #ff7471;
    border-radius: 50%;
    margin: auto;
    position: relative;
    z-index: 99;
}

    .email > i::before {
        font-family: 'Simple-Line-Icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 2.7;
        -webkit-font-smoothing: antialiased;
        content: "\e086";
    }

.phone {
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 28px;
    background: #9cd05f;
    border-radius: 50%;
    margin: auto;
    position: relative;
    z-index: 99;
}

    .phone > i::before {
        font-family: 'Simple-Line-Icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 2.7;
        -webkit-font-smoothing: antialiased;
        content: "\e047";
    }

.promo-p {
    font-size: 15px;
}

.promo {
    font-size: 25px;
}

@media (max-width:768px) {
    .vcxz {
        padding: 10px 20px !important;
        font-size: 18px !important;
        margin: 0;
        margin-top: 10px !important;
    }

    .zxcv {
        float: right !important;
        margin-top: 20px;
    }

    .ffd {
        width: 100% !important;
    }

    .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
        background: #d34e4e;
    }

    .dl-menuwrapper ul {
        background: #134e7d;
    }

    html, body {
        overflow-x: hidden;
    }

    .bg-image-2 {
        background-position: center;
    }

    .dl-menuwrapper button {
        background: #d34e4e;
    }

    .serv-4 {
        width: 100%;
        margin: 5px 0;
    }

    .team-desc {
        text-align: center;
        padding: 13px 0;
        border-top: 1px solid #eee;
        margin: 0 15px;
    }

    .team-name {
        font-weight: 300;
        font-size: 20px;
        color: #37393f;
        text-align: center;
        padding: 15px 0;
        margin-top: 0;
        margin: 0 15px;
    }

    .team-img {
        height: 370px;
        width: 100%;
        display: block;
        margin: auto;
        text-align: center;
        padding: 0 15px;
    }

    .width-23 {
        width: 100%;
        border: none;
        margin-right: unset;
        margin-left: unset;
        margin-top: 15px;
    }

    .promo-p {
        color: #666;
    }

    .promo {
        font-size: 25px;
    }

        .promo::before, .promo::after {
            width: 20%;
            margin: 20px 0px;
        }

    .inner ul li a {
        height: 0;
        float: right;
        color: #fff;
        padding: 43px 10px;
        margin: 0 20px;
        line-height: 0;
        width: 100%;
    }

    .inner ul li {
        float: right;
        width: 100%;
    }

    .subNavBtn {
        padding: 25px 20px !important;
    }

    .dl-menuwrapper .dl-menu {
        width: 290px !important;
    }

    .footer-soc ul li a {
        width: 105px;
    }

    .blog-in {
        padding: 20px 0;
    }

    .page-in-bread {
        float: right;
        font-weight: 300;
        line-height: 35px;
        font-size: 14px;
        color: #fff;
    }

    .page-in {
        padding: 10px 0;
        background: #9cd05f;
        margin-top: -5px;
    }

    .page-in-name {
        padding: 5px 0;
        font-size: 30px;
    }

    .pull-left-xs {
        float: left !important;
    }

    .pull-right-xs {
        float: right !important;
    }
}

#service-scrolls .serv-icon {
    text-align: center;
    font-size: 56px;
    width: 100%;
    height: 220px;
}

    #service-scrolls .serv-icon img {
        width: 100%;
        height: 100%;
    }

.post-in-text img {
    vertical-align: middle;
    text-align: center;
    display: block;
    margin: 10px auto;
}

#service-scrolls .serv-name, #service-scrolls .serv-desc {
    color: #333;
}

.serv-block:hover .serv-name {
    color: #fff !important;
}

.serv-block:hover .serv-desc {
    color: #fff !important;
}

.mmb {
    background: #f9f9f9;
    box-shadow: 0 0 1px #ccc;
    padding-bottom: 15px;
}

.promo-in-blog i {
    float: right;
    margin: 3px 0px 0px 5px;
}

.categories li a:hover {
    color: #ff645e;
    text-decoration: none;
}

.logo img {
    width: 130px;
    margin-top: -1px !important;
}

.subMenu {
    border-bottom: none;
    border-top: 6px solid rgb(12, 58, 95) !important;
}

.btn-about {
    background: #134e7d;
    color: #fff;
    padding: 7px 15px;
    border-radius: 40px;
    display: block;
    float: right;
    margin-top: 10px;
}

.btn-features {
    background: #fff;
    padding: 7px 12px;
    text-align: center;
    margin-bottom: 10px;
    float: right;
    position: absolute;
    right: 0;
    left: 0;
    width: 90px;
    border-radius: 50px;
    margin: auto;
    bottom: 20px;
    color: red;
}

.single-footer-widget li {
    margin: 5px 0;
}

.dropdown {
    position: absolute;
    top: 79px;
    background: #0C3A5F;
    width: 150px;
    padding: 10px;
    border-radius: 1px;
    display: none;
}

    .dropdown li {
        display: block;
        width: 100%;
    }

        .dropdown li a {
            padding: 18px 5px !important;
            width: 100%;
            display: inline-block;
        }

.dl-menu li:hover .dropdown {
    display: block;
    transition: 0.3s;
}

@media (max-width:768px) {
    #dl-menu:hover .dl-menu-toggle {
        opacity: 1 !important;
    }
}

@media (max-width:1001px) {
    .subMenu > .container {
        width: 100% !important;
    }

    .inner ul li a {
        margin: 0 10px !important;
        padding: 38px 4px !important;
    }
}

@media (max-width:950px) {

    .logo {
        width: 1px;
    }

        .logo img {
            width: 59px;
            margin-top: -6px !important;
            margin-right: 10px;
        }

    .subMenu {
        background: #0c3a5f;
    }
}

@media (max-width:835px) {
    .inner ul li a {
        font-size: 12px;
    }
}

@media (max-width:767px) {

    .logo {
        width: 59px;
    }

        .logo img {
            width: 50px;
            margin-top: -27px !important;
            margin-right: 0px;
        }

    .subMenu {
        height: 69px;
    }

    .dl-menuwrapper {
        margin-top: 5px !important;
        padding-right: 10px !important;
    }

    .inner ul li a {
        margin: 0px !important;
        padding: 18px 10px !important;
        border-bottom: 1px solid #0f4977;
    }

    .dropdown {
        position: absolute;
        top: 0px;
        width: 181px;
        right: 82pt;
        border: 2px solid #5a83a4;
    }
}
