
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
        url(../fonts/fa-brands-400.woff2) format("woff2"),
        url(../fonts/fa-brands-400.woff) format("woff"),
        url(../fonts/fa-brands-400.ttf) format("truetype"),
        url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}
#preloader {
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: visible;
    display: table;
    position: fixed;
    z-index: 99999;
}

.loader {
    width: 200px;
    height: 200px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

.loader-icon {
    border-width: 5px;
    border-style: solid;
    border-color: rgb(71, 88, 143) rgb(238, 238, 238) rgb(71, 88, 143) rgb(71, 88, 143);
    margin: 0px auto;
    border-radius: 50%;
    animation: loader-rotate 1s linear infinite;
    border-image: none;
    width: 80px;
    height: 80px;
    position: relative;
}

a:hover {
    color: rgb(71, 88, 143);
    text-decoration: none;
}

a:active {
    color: rgb(71, 88, 143);
    text-decoration: none;
}

.bg-theme {
    background-color: rgb(71, 88, 143);
}

.text-theme-color {
    color: rgb(71, 88, 143);
}


.text-content-big p {
    line-height: 200%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: justify;
}

.shadow-primary {
    box-shadow: 0px 20px 40px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.primary-list {
    padding-right: 0px;
    direction: rtl !important;
    text-align: right;
}

    .primary-list li {
        color: rgb(34, 34, 34);
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
        list-style-type: none;
    }

        .primary-list li i {
            color: rgb(71, 88, 143);
            padding-left: 10px;
        }

.white-list {
    padding-left: 0px;
}

    .white-list li {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
        list-style-type: none;
    }

        .white-list li i {
            color: rgb(71, 88, 143);
            padding-right: 15px;
        }

.scroll-to-top {
    background: rgb(0, 0, 0);
    outline: 0px;
    border-radius: 50%;
    border: 1px solid rgb(42, 42, 42);
    border-image: none;
    width: 35px;
    height: 35px;
    text-align: center;
    right: 20px;
    bottom: 20px;
    color: rgb(255, 255, 255);
    line-height: 30px;
    font-size: 20px;
    text-decoration: none;
    display: none;
    position: fixed;
    z-index: 9999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease;
}

    .scroll-to-top i {
        color: rgb(255, 255, 255);
    }

    .scroll-to-top:hover {
        background: rgb(255, 255, 255);
        color: rgb(35, 35, 35);
    }

        .scroll-to-top:hover i {
            color: rgb(35, 35, 35);
        }

    .scroll-to-top:visited {
        color: rgb(35, 35, 35);
        text-decoration: none;
    }

.butn {
    background: rgb(35, 35, 35);
    padding: 12px 30px;
    border-radius: 4px;
    border: currentColor;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: none !important;
    line-height: normal;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    z-index: 9999;
    cursor: pointer;
}

    .butn span {
        position: relative;
        z-index: 9;
    }

    .butn:hover {
        color: rgb(255, 255, 255)!important;
        background: rgb(71, 88, 143);
        border-radius: 4px;
        transition: width 0.4s;
       
        
    }

    .butn::after {
        background: rgb(71, 88, 143);
        border-radius: 4px;
        transition: width 0.4s;
        left: 0px;
        top: 0px;
        width: 0px;
        height: 100%;
        bottom: 6px;
        position: absolute;
        z-index: 1;
        content: "";
        -webkit-transition: width .4s;
        -o-transition: width .4s;
        
    }

    .butn:hover::after {
        width: 100%;
    }

    .butn.white {
        background: rgb(255, 255, 255);
        color: rgb(35, 35, 35);
    }

        .butn.white:hover {
            color: rgb(255, 255, 255);
        }

        .butn.white::after {
            background: rgb(71, 88, 143);
            border-radius: 3px;
        }

    .butn.theme {
        background: rgb(71, 88, 143);
        color: rgb(255, 255, 255);
    }

        .butn.theme:hover {
            color: rgb(255, 255, 255);
        }

        .butn.theme::after {
            background: rgb(35, 35, 35);
            border-radius: 3px;
        }

    .butn.white-hover:hover {
        color: rgb(35, 35, 35);
    }

    .butn.white-hover::after {
        background: rgb(255, 255, 255);
    }

    .butn.small {
        padding: 8px 20px;
    }

    .butn.medium {
        padding: 10px 20px;
    }

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

    .section-heading.half {
        margin-bottom: 30px;
    }

    .section-heading h1 {
        line-height: 140%;
        padding-bottom: 10px;
        font-weight: 500;
        margin-bottom: 10px;
        position: relative;
    }

    .section-heading h2 {
        line-height: 140%;
        padding-bottom: 15px;
        padding-top: 15px;
        font-weight: 500;
        margin-bottom: 10px;
        position: relative;
    }

    .section-heading h3 {
        line-height: 140%;
        padding-bottom: 15px;
        font-weight: 500;
        margin-bottom: 10px;
        position: relative;
    }

    .section-heading h4 {
        line-height: 140%;
        padding-bottom: 15px;
        font-weight: 500;
        margin-bottom: 10px;
        position: relative;
    }

    .section-heading h5 {
        line-height: 140%;
        padding-bottom: 15px;
        font-weight: 500;
        margin-bottom: 10px;
        position: relative;
    }

    .section-heading h6 {
        line-height: 140%;
        padding-bottom: 10px;
        font-weight: 500;
        margin-bottom: 10px;
        position: relative;
    }

    .section-heading h1::after {
        background: rgb(71, 88, 143);
        margin: 0px auto;
        left: 0px;
        width: 100px;
        height: 2px;
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        content: "";
    }

    .section-heading h2::after {
        background: rgb(71, 88, 143);
        margin: 0px auto;
        left: 0px;
        width: 100px;
        height: 2px;
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        content: "";
    }

    .section-heading h3::after {
        background: rgb(71, 88, 143);
        margin: 0px auto;
        left: 0px;
        width: 100px;
        height: 2px;
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        content: "";
    }

    .section-heading h4::after {
        background: rgb(71, 88, 143);
        margin: 0px auto;
        left: 0px;
        width: 100px;
        height: 2px;
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        content: "";
    }

    .section-heading h5::after {
        background: rgb(71, 88, 143);
        margin: 0px auto;
        left: 0px;
        width: 100px;
        height: 2px;
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        content: "";
    }

    .section-heading h6::after {
        background: rgb(71, 88, 143);
        margin: 0px auto;
        left: 0px;
        width: 100px;
        height: 2px;
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        content: "";
    }

    .section-heading.white h1 {
        color: rgb(255, 255, 255);
    }

    .section-heading.white h2 {
        color: rgb(255, 255, 255);
    }

    .section-heading.white h3 {
        color: rgb(255, 255, 255);
    }

    .section-heading.white h4 {
        color: rgb(255, 255, 255);
    }

    .section-heading.white h5 {
        color: rgb(255, 255, 255);
    }

    .section-heading.white h6 {
        color: rgb(255, 255, 255);
    }

    .section-heading.white h1::after {
        background: rgb(255, 255, 255);
    }

    .section-heading.white h2::after {
        background: rgb(255, 255, 255);
    }

    .section-heading.white h3::after {
        background: rgb(255, 255, 255);
    }

    .section-heading.white h4::after {
        background: rgb(255, 255, 255);
    }

    .section-heading.white h5::after {
        background: rgb(255, 255, 255);
    }

    .section-heading.white h6::after {
        background: rgb(255, 255, 255);
    }

    .section-heading.grey h1 {
        color: rgb(183, 183, 183);
    }

    .section-heading.grey h2 {
        color: rgb(183, 183, 183);
    }

    .section-heading.grey h3 {
        color: rgb(183, 183, 183);
    }

    .section-heading.grey h4 {
        color: rgb(183, 183, 183);
    }

    .section-heading.grey h5 {
        color: rgb(183, 183, 183);
    }

    .section-heading.grey h6 {
        color: rgb(183, 183, 183);
    }

    .section-heading.grey h1::after {
        background: rgb(183, 183, 183);
    }

    .section-heading.grey h2::after {
        background: rgb(183, 183, 183);
    }

    .section-heading.grey h3::after {
        background: rgb(183, 183, 183);
    }

    .section-heading.grey h4::after {
        background: rgb(183, 183, 183);
    }

    .section-heading.grey h5::after {
        background: rgb(183, 183, 183);
    }

    .section-heading.grey h6::after {
        background: rgb(183, 183, 183);
    }

    .section-heading.left {
        text-align: right;
        margin-bottom: 30px;
    }

        .section-heading.left h1 {
            padding-bottom: 15px;
        }

        .section-heading.left h2 {
            padding-bottom: 15px;
        }

        .section-heading.left h3 {
            padding-bottom: 15px;
        }

        .section-heading.left h4 {
            padding-bottom: 15px;
        }

        .section-heading.left h5 {
            padding-bottom: 15px;
        }

        .section-heading.left h6 {
            padding-bottom: 15px;
        }

        .section-heading.left h1::after {
            margin: 0px;
            left: 0px;
        }

        .section-heading.left h2::after {
            margin: 0px;
            left: 0px;
        }

        .section-heading.left h3::after {
            margin: 0px;
            left: 0px;
        }

        .section-heading.left h4::after {
            margin: 0px;
            left: 0px;
        }

        .section-heading.left h5::after {
            margin: 0px;
            left: 0px;
        }

        .section-heading.left h6::after {
            margin: 0px;
            left: 0px;
        }

    .section-heading h2 {
        font-size: 22px;
    }

    .section-heading h3 {
        font-size: 22px;
    }

    .section-heading h4 {
        line-height: normal;
        font-size: 20px;
    }

    .section-heading h5 {
        font-size: 25px;
    }

    .section-heading h6 {
        font-size: 20px;
    }

    .section-heading strong {
        font-weight: 600;
    }

    .section-heading.white p {
        color: rgb(255, 255, 255);
    }

    .section-heading p {
        margin: 0px auto;
        padding-top: 15px;
        font-size: 14px;
        font-weight: 400;
    }

    .section-heading span {
        color: rgb(71, 88, 143);
        line-height: 200%;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 10px;
        position: relative;
    }

    .section-heading.white span {
        color: rgb(255, 255, 255);
    }

    .section-heading.grey span {
        color: rgb(183, 183, 183);
    }

@media screen and (max-width:1199px) {
    .section-heading h2 {
        font-size: 22px;
    }

    .section-heading h3 {
        font-size: 34px;
    }

    .section-heading h4 {
        font-size: 20px;
    }

    .section-heading h5 {
        font-size: 24px;
    }

    .section-heading h6 {
        font-size: 19px;
    }
}

@media screen and (max-width:991px) {
    .section-heading h2 {
        font-size: 36px;
    }

    .section-heading h3 {
        font-size: 32px;
    }

    .section-heading h4 {
        font-size: 26px;
    }

    .section-heading h5 {
        font-size: 22px;
    }

    .section-heading h6 {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    .section-heading h2 {
        font-size: 32px;
    }

    .section-heading h3 {
        font-size: 28px;
    }

    .section-heading h4 {
        font-size: 24px;
    }

    .section-heading h5 {
        font-size: 20px;
    }

    .section-heading h6 {
        font-size: 16px;
    }
}

.top-bar-info {
    display: inline-block;
}

    .top-bar-info ul {
        margin-bottom: 0px;
    }

    .top-bar-info li {
        padding: 12px 5px 0px;
        color: rgb(255, 255, 255);
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 0px;
        display: inline-block;
        list-style-type: none;
        text-align:left !important;
        direction:ltr;
    }

#top-bar {
    height: 45px;
    display: block;
    position: relative;
    z-index: 999;
}

.top-bar-info li i {
    /*color: rgb(71, 88, 143);*/
    font-size: 13px;
    margin-right: 8px;
}

.navbar-nav li.current > a {
    color: rgb(71, 88, 143);
    font-weight: 600;
}

.navbar > ul > li.current > a::after {
    border-color: transparent rgb(71, 88, 143) rgb(71, 88, 143) transparent;
}

.navbar ul ul li.active > a {
    color: rgb(71, 88, 143);
    font-weight: 600;
    opacity: 1;
}

.page-title-section {
    background-position: center;
    background-size: cover;
}

    .page-title-section h1 {
        color: rgb(35, 35, 35);
        line-height: 1;
        letter-spacing: 0px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
        text-align:right;
    }

    .page-title-section ul {
        text-align: right !important;
        margin-top: 15px;
        margin-bottom: 0px;
        
    }

        .page-title-section ul li {
            display: inline-block;
            direction:rtl !important;
        text-align: right !important;
            
            
        }

            .page-title-section ul li:last-child a {
                color: rgb(71, 88, 143);
            }

            .page-title-section ul li i{
                padding: 0px 10px;
                color: rgb(35, 35, 35);
                font-weight: 700;
                vertical-align: middle;
               
            }

            .page-title-section ul li:last-child::after {
                content: none;
            }

            .page-title-section ul li a {
                color: rgb(35, 35, 35);
                font-size: 14px;
                font-weight: 500;
            
            }

@media screen and (max-width:767px) {
    .page-title-section h1 {
        line-height: 30px;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .page-title-section ul {
        margin-top: 5px;
    }
}

.page-title-section2 {
    background-position: center;
    padding: 200px 0px 110px;
    background-size: cover;
}

    .page-title-section2 h1 {
        color: rgb(255, 255, 255);
        line-height: 1;
        letter-spacing: 1px;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .page-title-section2 ul {
        text-align: left;
        margin-top: 15px;
        margin-bottom: 0px;
    }

        .page-title-section2 ul li {
            display: inline-block;
        }

            .page-title-section2 ul li:last-child a {
                color: rgb(71, 88, 143);
            }

            .page-title-section2 ul li::after {
                padding: 0px 10px;
                color: rgb(255, 255, 255);
                font-family: Font Awesome 5 Free;
                font-weight: 700;
                vertical-align: middle;
                content: " \f105";
            }

            .page-title-section2 ul li:last-child::after {
                content: none;
            }

            .page-title-section2 ul li a {
                color: rgb(255, 255, 255);
                font-size: 14px;
                font-weight: 500;
            }

@media screen and (max-width:1199px) {
    .page-title-section2 {
        padding: 150px 0px 65px;
    }
}

@media screen and (max-width:767px) {
    .page-title-section2 {
        padding: 125px 0px 40px;
    }

        .page-title-section2 h1 {
            line-height: 30px;
            font-size: 30px;
            margin-bottom: 10px;
        }

        .page-title-section2 ul {
            margin-top: 5px;
        }
}

.page-title-section3 {
    background-position: center;
    padding: 250px 0px 110px;
    background-size: cover;
}

    .page-title-section3 h1 {
        color: rgb(255, 255, 255);
        line-height: 1;
        letter-spacing: 1px;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .page-title-section3 ul {
        text-align: left;
        margin-top: 15px;
        margin-bottom: 0px;
    }

        .page-title-section3 ul li {
            display: inline-block;
        }

            .page-title-section3 ul li:last-child a {
                color: rgb(71, 88, 143);
            }

            .page-title-section3 ul li::after {
                padding: 0px 10px;
                color: rgb(255, 255, 255);
                font-family: Font Awesome 5 Free;
                font-weight: 700;
                vertical-align: middle;
                content: " \f105";
            }

            .page-title-section3 ul li:last-child::after {
                content: none;
            }

            .page-title-section3 ul li a {
                color: rgb(255, 255, 255);
                font-size: 14px;
                font-weight: 500;
            }

@media screen and (max-width:1199px) {
    .page-title-section3 {
        padding: 200px 0px 70px;
    }
}

@media screen and (max-width:767px) {
    .page-title-section3 {
        padding: 175px 0px 50px;
    }

        .page-title-section3 h1 {
            line-height: 30px;
            font-size: 30px;
            margin-bottom: 10px;
        }

        .page-title-section3 ul {
            margin-top: 5px;
        }
}

.main-image-section {
    background-position: 50% 50%;
    padding: 90px 0px;
    width: 100%;
    display: flex;
    position: relative;
    min-height: 700px;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.main-image-content {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .main-image-content h2 {
        color: rgb(255, 255, 255);
        line-height: normal;
        font-size: 50px;
        font-weight: 600;
    }

    .main-image-content h3 {
        color: rgb(255, 255, 255);
        line-height: normal;
        font-size: 45px;
        font-weight: 600;
    }

    .main-image-content p {
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.9;
        font-size: 15px;
        font-weight: 400;
        margin-top: 10px;
        -ms-word-wrap: break-word;
        max-width: 100%;
    }

@media screen and (max-width:767px) {
    .main-image-section {
        min-height: inherit;
    }

    .main-image-content h2 {
        color: rgb(255, 255, 255);
        line-height: 1.4;
        font-size: 25px;
        font-weight: 600;
    }

    .main-image-content p {
        width: auto;
    }
}

.feature-box-01 {
    background: rgb(255, 255, 255);
    padding: 25px 20px;
    border-radius: 5px;
    border: 5px solid rgba(0, 0, 0, 0.05);
    transition: 0.5s;
    border-image: none;
    text-align: center;
}

    .feature-box-01 p {
        margin-bottom: 10px;
    }

    .feature-box-01 .icon-tools {
        color: rgb(147, 147, 147);
    }

    .feature-box-01:hover {
        background: rgb(255, 255, 255);
        border: 5px solid rgb(71, 88, 143);
        border-image: none;
    }

        .feature-box-01:hover .icon-tools {
            color: rgb(71, 88, 143);
        }

.feature-box-02 {
    transition: 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

    .feature-box-02:hover {
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    }

    .feature-box-02::before {
        background: rgb(71, 88, 143);
        transition: 0.2s ease-in-out;
        left: 14px;
        top: 0px;
        width: 2px;
        height: 0px;
        position: absolute;
        content: "";
    }

    .feature-box-02:hover::before {
        height: 100%;
    }

.feature-flex {
    margin: 30px 0px;
    position: relative;
    transition-duration: 0.3s;
    -webkit-transition-duration: .3s;
}

.feature-flex-square {
    border-radius: 5px;
    position: relative;
    transition-duration: 0.3s;
    -webkit-transition-duration: .3s;
}

.feature-flex-square-icon {
    width: 50px;
    margin-top: 5px;
    float: left;
    transition-duration: 0.3s;
    -webkit-transition-duration: .3s;
}

    .feature-flex-square-icon i {
        border-radius: 10px;
        color: rgb(71, 88, 143);
        font-size: 32px;
        transition-duration: 0.3s;
        -webkit-transition-duration: .3s;
    }

.feature-flex-square-content {
    width: 75%;
    padding-left: 10px;
    float: left;
}

    .feature-flex-square-content h4 {
        color: rgb(35, 35, 35);
        line-height: normal;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0px;
    }

        .feature-flex-square-content h4 a {
            color: rgb(35, 35, 35);
            line-height: normal;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 0px;
        }

    .feature-flex-square-content p {
        color: rgb(153, 153, 153);
        font-size: 15px;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 15px;
    }

.feature-flex-square-content-button {
    color: rgb(35, 35, 35);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

    .feature-flex-square-content-button::after {
        color: rgb(35, 35, 35);
        font-family: Font Awesome 5 Free;
        font-size: 14px;
        font-weight: 700;
        margin-left: 7px;
        vertical-align: middle;
        content: "\f0da";
        transition-duration: 0.3s;
        -webkit-transition-duration: .3s;
    }

    .feature-flex-square-content-button:hover {
        color: rgb(71, 88, 143);
    }

        .feature-flex-square-content-button:hover::after {
            color: rgb(71, 88, 143);
        }

@media screen and (max-width:991px) {
    .feature-flex-square-icon {
        text-align: center;
    }

        .feature-flex-square-icon i {
            font-size: 30px;
        }
}

.case-block {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(236, 236, 236);
    border-image: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(50,50,50,0.16);
    transition-duration: 0.3s;
    -webkit-transition-duration: .3s;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

    .case-block:hover {
        box-shadow: 0px 10px 30px 0px rgba(50,50,50,0.3);
        -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.3);
        -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.3);
    }

    .case-block img {
        width: 100%;
    }

.case-block-inner {
    padding: 20px 25px 20px 0px;
}

.case-block h4 {
    line-height: normal;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

    .case-block h4::after {
        background: rgb(71, 88, 143);
        width: 80px;
        height: 2px;
        margin-top: 15px;
        margin-bottom: 15px;
        display: block;
        content: "";
        transition-duration: 0.4s;
        -webkit-transition-duration: .4s;
    }

.case-block p {
    color: rgb(153, 153, 153);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
}

.case-block-inner a {
    color: rgb(71, 88, 143);
    font-size: 15px;
    font-weight: 500;
}

    .case-block-inner a::after {
        color: rgb(71, 88, 143);
        font-family: Font Awesome 5 Free;
        font-size: 15px;
        font-weight: 700;
        margin-left: 10px;
        vertical-align: middle;
        content: "\f0da";
        transition-duration: 0.3s;
        -webkit-transition-duration: .3s;
    }

    .case-block-inner a:hover {
        color: rgb(35, 35, 35);
    }

        .case-block-inner a:hover::after {
            color: rgb(35, 35, 35);
        }

@media screen and (max-width:767px) {
    .case-block-inner {
        padding: 25px;
    }
}

.partner-box {
    border: 1px solid rgb(236, 236, 236);
    border-image: none;
}

    .partner-box img {
        width: 100%;
    }

.partner-text {
    padding: 25px 40px 25px 0px;
}

    .partner-text span {
        color: rgb(71, 88, 143);
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 13px;
        font-weight: 500;
    }

.partner-box:hover .partner-text span {
    color: rgb(153, 153, 153);
}

.partner-text h4 {
    margin: 5px 0px 20px;
    color: rgb(35, 35, 35);
    line-height: normal;
    font-size: 21px;
    font-weight: 600;
}

    .partner-text h4::after {
        background: rgb(71, 88, 143);
        width: 40px;
        height: 2px;
        margin-top: 10px;
        display: block;
        content: "";
        transition-duration: 0.4s;
        -webkit-transition-duration: .4s;
    }

.partner-box:hover .partner-text h4::after {
    width: 80px;
}

@media screen and (max-width:767px) {
    .partner-text {
        padding: 25px;
    }
}

.feedback-box {
    background: rgb(249, 249, 249);
    padding: 25px;
    border: 1px solid rgb(236, 236, 236);
    border-image: none;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(50,50,50,0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

    .feedback-box h5 {
        font-size: 16px;
        font-weight: 500;
    }

.service-simple {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(236, 236, 236);
    border-image: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(50,50,50,0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

    .service-simple img {
        transition: 0.5s;
        width: 100%;
    }

        .service-simple img:hover {
            transform: scale(1.1);
        }

.service-simple-inner {
    padding: 25px 25px 20px;
    position: relative;
}

    .service-simple-inner p {
        max-width: 95%;
    }

    .service-simple-inner a {
        display: inline-block;
    }

.service-simple h4 {
    line-height: normal;
    font-size: 18px;
    margin-bottom: 0px;
}

.owl-carousel .service-box {
    margin: 0px 15px 25px;
}

.service-box {
    background: rgb(255, 255, 255);
    margin: 15px 0px;
    border-radius: 5px;
    border: 1px solid rgb(238, 238, 238);
    border-image: none;
    overflow: hidden;
    box-shadow: 0px 10px 20px 0px rgba(50,50,50,0.12);
    transition-duration: 0.3s;
    -webkit-transition-duration: .3s;
    -webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
    -moz-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
}

.service-inner-box {
    padding: 20px;
}

.service-icon-box {
    width: 0%;
    padding-top: 2px;
    float: left;
    /*max-width: 50px;*/
}

.service-content-box {
    width: 100%;
    float: right;
    text-align:right;
}

.service-box .img-holder {
    position: relative;
}

    .service-box .img-holder::before {
        transition: 0.3s;
        left: 0px;
        top: auto;
        width: 100%;
        height: 100%;
        bottom: 0px;
        position: absolute;
        z-index: 10;
        content: "";
        opacity: 0;
        background-color: rgba(71, 88, 143, 0.6);
    }

.service-box:hover .img-holder::before {
    opacity: 1;
}

.service-box .img-holder img {
    width: 100%;
}

.service-box h3 {
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align:center;
}

.service-box p {
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

.service-box i {
    color: rgb(71, 88, 143);
    font-size: 32px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.service-box:hover i {
    color: rgb(35, 35, 35);
}

.services-block-two {
    position: relative;
}

    .services-block-two .inner-box {
        background: rgb(255, 255, 255);
        padding: 30px 30px 30px 95px;
        border-radius: 5px;
        border: 1px solid rgb(237, 237, 237);
        border-image: none;
        height: 100%;
        position: relative;
        transition-duration: 0.5s;
        transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -moz-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
    }

        .services-block-two .inner-box:hover {
            background: rgb(71, 88, 143);
            box-shadow: 0px 0px 30px 0px rgba(88,88,88,0.1);
        }

            .services-block-two .inner-box:hover h3 a {
                color: rgb(255, 255, 255);
            }

            .services-block-two .inner-box:hover p {
                color: rgb(255, 255, 255);
            }

            .services-block-two .inner-box:hover .icon-box {
                color: rgb(255, 255, 255);
            }

    .services-block-two p {
        margin-bottom: 0px;
    }

    .services-block-two h3 {
        line-height: normal;
        margin-bottom: 0px;
    }

        .services-block-two h3 a {
            color: rgb(71, 88, 143);
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 10px;
            display: block;
        }

    .services-block-two h2 {
        right: 10px;
        bottom: 0px;
        color: rgb(240, 240, 240);
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 0px;
        position: absolute;
    }

    .services-block-two .inner-box:hover h2 {
        color: rgba(255, 255, 255, 0.1);
    }

    .services-block-two .icon-box {
        left: 35px;
        top: 35px;
        color: rgb(71, 88, 143);
        font-size: 36px;
        position: absolute;
    }

    .services-block-two.dark .inner-box {
        background: rgb(0, 0, 0);
        border: 1px solid rgb(0, 0, 0);
        border-image: none;
    }

        .services-block-two.dark .inner-box:hover {
            background: rgb(0, 0, 0);
        }

            .services-block-two.dark .inner-box:hover h5 a {
                color: rgb(255, 255, 255);
            }

            .services-block-two.dark .inner-box:hover p {
                color: rgb(255, 255, 255);
            }

            .services-block-two.dark .inner-box:hover .icon-box {
                color: rgb(255, 255, 255);
            }

    .services-block-two.dark h3 a {
        color: rgb(111, 111, 111);
    }

    .services-block-two.dark h2 {
        color: rgba(255, 255, 255, 0.1);
    }

    .services-block-two.dark .inner-box:hover h2 {
        color: rgba(255, 255, 255, 0.04);
    }

    .services-block-two.dark .icon-box {
        color: rgb(111, 111, 111);
    }

@media screen and (max-width:991px) {
    .services-block-two h2 {
        font-size: 36px;
    }

    .services-block-two h3 a {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .services-block-two .icon-box {
        left: 21px;
        top: 25px;
        font-size: 28px;
    }

    .services-block-two .inner-box {
        padding: 20px 20px 20px 75px;
    }
}

.service-grids .service-block {
    overflow: hidden;
    position: relative;
}

.service-grids .img-holder {
    position: relative;
}

.service-grids .service-block:hover .img-holder::before {
    opacity: 1;
}

.service-grids .service-block .details {
    padding: 45px 45px 50px;
    transition: 0.5s;
    text-align: center;
    position: relative;
    z-index: 20;
    box-shadow: 0px 3px 13px rgba(0,0,0,0.07);
    background-color: rgb(245, 245, 245);
}

.service-grids .service-block .number {
    border-radius: 75px;
    left: 50%;
    top: -37.5px;
    width: 75px;
    height: 75px;
    color: rgb(255, 255, 255);
    line-height: 75px;
    font-size: 30px;
    position: absolute;
    transform: translateX(-50%);
    background-color: rgb(71, 88, 143);
}

.service-grids .service-block .details h4 {
    margin: 10px 0px 15px;
    color: rgb(71, 88, 143);
    line-height: normal;
    font-size: 16px;
}

.service-grids .service-block .details .read-more {
    color: rgb(71, 88, 143);
    font-weight: 600;
    font-size: 13px;

}

@media screen and (min-width:992px) {
    .service-grids .service-block {
        height: 335px;
    }

    .service-grids .img-holder::before {
        transition: 0.3s;
        left: 0px;
        top: auto;
        width: 100%;
        height: 100%;
        bottom: 20px;
        position: absolute;
        z-index: 10;
        content: "";
        opacity: 0;
        background-color: rgba(71, 88, 143, 0.6);
    }

    .service-grids .service-block .details {
        top: 168px;
        height: 195px;
        position: absolute;
    }

    .service-grids .service-block:hover .details {
        top: 135px;
        height: 230px;
    }
}

@media screen and (min-width:1200px) {
    .service-grids .service-block {
        height: 370px;
    }

        .service-grids .service-block .details {
            top: 205px;
            height: 195px;
            position: absolute;
        }

        .service-grids .service-block:hover .details {
            top: 170px;
            height: 230px;
        }
}

@media screen and (max-width:991px) {
    .service-grids .service-block .details {
        padding: 45px 25px 35px;
    }
}

@media screen and (max-width:767px) {
    .service-grids .service-block .number {
        border-radius: 65px;
        top: -32.5px;
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
}

.section-clients {
    padding: 50px 0px;
}

.clients img {
    opacity: 0.6;
    transition-duration: 0.3s;
    -webkit-transition-duration: .3s;
}

    .clients img:hover {
        opacity: 1;
    }

@media screen and (max-width:992px) {
    .section-clients {
        padding: 30px 0px;
    }

        .section-clients .item {
            width: 100%;
            text-align: center;
        }

        .section-clients .owl-carousel .owl-item img {
            display: inline-block;
            max-width: 75%;
        }
}

.counter-box h3 {
    font-weight: 600;
    display: inline-block;
}

.counter-box h4 {
    font-weight: 600;
    display: inline-block;
}

.social-icons a:hover {
    opacity: 1;
}

.counter-box {
    margin: 15px 0px;
    text-align: center;
    position: relative;
}

    .counter-box h3::after {
        content: "+";
    }

    .counter-box h4 {
        margin: 0px;
        line-height: normal;
        font-size: 35px;
    }

        .counter-box h4::after {
            content: "+";
        }

    .counter-box h3 {
        font-size: 45px;
    }

    .counter-box p {
        color: rgb(255, 255, 255);
        line-height: 24px;
        font-size: 15px;
        font-weight: 500;
        margin-top: 25px;
        margin-bottom: 0px;
    }

        .counter-box p::before {
            content: "";
        }

        .counter-box p::after {
            background: rgb(255, 255, 255);
            margin: 0px auto;
            left: 0px;
            top: 53px;
            width: 40px;
            height: 2px;
            right: 0px;
            display: block;
            position: absolute;
            z-index: 1;
            content: "";
        }

    .counter-box.black p {
        color: rgb(35, 35, 35);
    }

        .counter-box.black p::after {
            background: rgb(35, 35, 35);
            margin: 0px auto;
            left: 0px;
            top: 53px;
            width: 40px;
            height: 2px;
            right: 0px;
            display: block;
            position: absolute;
            z-index: 1;
            content: "";
        }

@media screen and (max-width:767px) {
    .counter-box {
        margin: 20px 0px 0px;
        text-align: left;
    }

        .counter-box p::before {
            margin: 0px;
            top: 45px;
            position: absolute;
        }

        .counter-box p::after {
            margin: 0px;
            left: 14px;
            top: 45px;
            right: 0px;
        }

        .counter-box.black p::after {
            margin: 0px;
            left: 14px;
            top: 45px;
            right: 0px;
        }

        .counter-box h4 {
            font-size: 26px;
        }
}

.callto-action-imgbox {
    padding-top: 40px;
    padding-right: 40px;
    margin-left: 50px;
    display: block;
    position: relative;
    z-index: 1;
}

    .callto-action-imgbox::before {
        border: 2px solid rgb(71, 88, 143);
        border-image: none;
        right: 0px;
        top: 0px;
        left: 40px;
        bottom: 40px;
        position: absolute;
        z-index: -1;
        content: "";
    }

    .callto-action-imgbox img {
        width: 100%;
    }

@media screen and (max-width:991px) {
    .callto-action-imgbox {
        padding: 20px 20px 0px;
        margin-left: 0px;
        margin-bottom: 30px;
    }
}

.story-video {
    height: 100%;
    min-height: 400px;
}

.video_btn {
    border-radius: 50%;
    border: 2px solid rgb(71, 88, 143);
    border-image: none;
    width: 70px;
    height: 70px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 60px;
    font-size: 36px;
    display: inline-block;
    transition-duration: 0.2s;
    background-color: rgb(255, 255, 255);
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

    .video_btn .fa {
        color: rgb(71, 88, 143);
    }

.video:hover .video_btn {
    background: rgb(71, 88, 143);
}

    .video:hover .video_btn .fa {
        color: rgb(255, 255, 255);
    }

.about-area {
    padding: 0px;
}

.about-text {
    padding-top: 90px;
    padding-bottom: 90px;
    display: block;
}

    .about-text .sec-title {
        padding-bottom: 34px;
    }

    .about-text .inner-content h2 {
        margin: 0px 0px 14px;
        color: rgb(255, 255, 255);
        line-height: 36px;
        font-size: 24px;
        font-weight: 400;
    }

        .about-text .inner-content h2 span {
            font-weight: 700;
        }

    .about-text .inner-content p {
        color: rgb(255, 255, 255);
    }

    .about-text .inner-content .bottom {
        overflow: hidden;
        margin-top: 25px;
        display: block;
    }

        .about-text .inner-content .bottom p {
            margin: 0px;
            font-weight: 500;
        }

        .about-text .inner-content .bottom .signature {
            margin-top: 22px;
            display: block;
        }

.about-right-box {
    padding: 90px 40px;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
}

    .about-right-box::before {
        background: rgb(71, 88, 143);
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        content: "";
        opacity: 0.92;
    }

    .about-right-box ul {
        margin-bottom: 0px;
    }

        .about-right-box ul li {
            overflow: hidden;
            padding-bottom: 29px;
            margin-bottom: 30px;
            border-bottom-color: rgba(255, 255, 255, 0.1);
            border-bottom-width: 1px;
            border-bottom-style: solid;
            display: block;
        }

            .about-right-box ul li:last-child {
                padding-bottom: 0px;
                margin-bottom: 0px;
                border-bottom-color: currentColor;
                border-bottom-width: medium;
                border-bottom-style: none;
            }

            .about-right-box ul li .left-content {
                width: 70%;
                display: block;
            }

                .about-right-box ul li .left-content .icon {
                    width: 55px;
                    color: rgba(255, 255, 255, 0.5);
                    vertical-align: middle;
                    display: table-cell;
                }

                    .about-right-box ul li .left-content .icon span::before {
                        line-height: 55px;
                        font-size: 55px;
                    }

                .about-right-box ul li .left-content .title {
                    color: rgba(255, 255, 255, 0.5);
                    padding-left: 30px;
                    vertical-align: middle;
                    display: table-cell;
                }

                    .about-right-box ul li .left-content .title h3 {
                        margin: 0px 0px 1px;
                        color: rgb(255, 255, 255);
                        text-transform: uppercase;
                        line-height: normal;
                        letter-spacing: 1px;
                        font-size: 16px;
                        font-weight: 600;
                    }

                    .about-right-box ul li .left-content .title span {
                        color: rgba(255, 255, 255, 0.75);
                    }

            .about-right-box ul li .right-content .title {
                margin-top: 3px;
                display: block;
            }

                .about-right-box ul li .right-content .title h4 {
                    color: rgb(255, 255, 255);
                    line-height: normal;
                    font-size: 3.4em;
                    font-weight: 600;
                    margin-bottom: 0px;
                }

@media screen and (max-width:1199px) {
    .about-text {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .about-right-box {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width:991px) {
    .about-area {
        padding-bottom: 50px;
    }

    .about-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-right-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:767px) {
    .about-right-box {
        padding: 40px 20px;
    }

        .about-right-box ul li {
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

            .about-right-box ul li .left-content .title {
                padding-left: 10px;
            }

            .about-right-box ul li .left-content .icon span::before {
                line-height: normal;
                font-size: 36px;
            }

            .about-right-box ul li .right-content .title h4 {
                font-size: 26px;
            }
}

.progress-text {
    color: rgb(35, 35, 35);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.custom-progress {
    border-radius: 50px;
    height: 4px;
    margin-bottom: 15px;
    box-shadow: none;
}

.custom-bar {
    height: 100%;
    box-shadow: none;
    background-color: rgb(71, 88, 143);
}

.custom-bar-dark {
    height: 100%;
    box-shadow: none;
    background-color: rgb(35, 35, 35);
}

.progress-medium {
    border-radius: 50px;
    height: 8px;
    box-shadow: none;
}

.progress-bold {
    border-radius: 50px;
    height: 12px;
    box-shadow: none;
}

.testmonial-single {
    padding: 0px 0px 40px;
    text-align: center;
}

#testmonials-carousel .testmonial-single img {
    width: auto;
    margin-bottom: 10px;
    display: inline-block;
}

.testmonial-single p {
    text-align: center;
    line-height: 1.9;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
}

    .testmonial-single p::before {
        margin: auto auto 15px;
        color: rgb(71, 88, 143);
        font-family: Font Awesome 5 Free;
        font-size: 23px;
        font-weight: 700;
        display: block;
        content: "\f10d";
    }

.testmonial-single h4 {
    margin: 0px;
    text-align: center;
    line-height: normal;
    font-size: 22px;
    font-weight: 500;
}

.testmonial-single h6 {
    text-align: center;
    color: rgb(170, 170, 170);
    line-height: normal;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

.testmonial-box {
    background: rgb(255, 255, 255);
    margin: 15px 0px;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid rgb(236, 236, 236);
    border-image: none;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(50,50,50,0.16);
    transition-duration: 0.3s;
    -webkit-transition-duration: .3s;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

    .testmonial-box img {
        padding: 2px;
        border-radius: 50%;
        border: 2px solid rgb(236, 236, 236);
        border-image: none;
    }

.owl-carousel .testmonial-box img {
    width: auto;
    display: inline-block;
    max-height: 120px;
}

.testmonial-box h5 {
    margin: 5px 0px 0px;
    line-height: normal;
    font-size: 18px;
    font-weight: 500;
}

.testmonial-box span {
    font-size: 13px;
}

.testmonial-box p {
    color: rgb(153, 153, 153);
    line-height: 1.7;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-dot {
    margin-top: 30px;
    display: inline-block;
    z-index: 1;
}

    .custom-dot span {
        background: rgb(206, 206, 206);
        margin: 5px 7px;
        border-radius: 30px;
        border: 1px solid rgb(255, 255, 255);
        border-image: none;
        width: 12px;
        height: 12px;
        display: block;
        cursor: pointer;
        transition-duration: 0.3s;
        -webkit-backface-visibility: visible;
        -webkit-transition-duration: .3s;
    }

        .custom-dot span:hover {
            background: rgb(170, 170, 170);
            border-radius: 30px;
            -webkit-backface-visibility: visible;
        }

    .custom-dot.active span {
        background: rgb(71, 88, 143);
        width: 12px;
        height: 12px;
        transition-duration: 0.3s;
        -webkit-transition-duration: .3s;
    }

.owl-nav i {
    color: rgb(35, 35, 35);
    padding-top: 10px;
    font-size: 20px;
}

.owl-nav .owl-next {
    background: rgb(255, 255, 255) !important;
    width: 50px;
    height: 50px;
    text-align: center;
    color: rgb(71, 88, 143);
    font-size: 43px;
}

.owl-nav .owl-prev {
    background: rgb(255, 255, 255) !important;
    transition: 0.4s;
    left: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: rgb(71, 88, 143);
    font-size: 43px;
    box-shadow: 0px 5px 28px 0px rgba(50,50,50,0.1);
    -webkit-transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}

.owl-nav .owl-next {
    transition: 0.4s;
    box-shadow: 0px 5px 28px 0px rgba(50,50,50,0.1);
    -webkit-transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}

.team-member {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(236, 236, 236);
    border-image: none;
    overflow: hidden;
    box-shadow: 0px 10px 30px 0px rgba(50,50,50,0.16);
    transition-duration: 0.3s;
    -webkit-transition-duration: .3s;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

    .team-member:hover {
        box-shadow: 0px 10px 30px 0px rgba(50,50,50,0.28);
        -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
        -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    }

.team-member-img {
    width: 100%;
    height: auto;
}

    .team-member-img img {
        width: 100%;
    }

.team-member-text {
    padding: 20px;
    text-align: center;
}

    .team-member-text h4 {
        line-height: normal;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 3px;
        transition-duration: 0.6s;
        -webkit-transition-duration: .6s;
    }

.team-member:hover .team-member-text h4 {
    color: rgb(71, 88, 143);
}

.team-member-text h4 a {
    color: rgb(35, 35, 35);
}

.team-member-text span {
    color: rgb(71, 88, 143);
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 500;
}

.team-member-text p {
    margin: 20px auto 0px;
    color: rgb(153, 153, 153);
    line-height: 170%;
    font-size: 14px;
    font-weight: 400;
    max-width: 90%;
}

.team-member-text ul {
    padding: 8px 0px;
    margin-top: 15px;
}

    .team-member-text ul li a i {
        line-height: 34px;
        font-size: 17px;
    }

@media screen and (max-width:991px) {
    .team-member-text {
        padding: 20px 10px;
    }
}

.team-single-img {
    width: 100%;
}

    .team-single-img img {
        border-radius: 5px;
    }

.team-single-text {
    padding: 5px 50px 15px 15px;
}

    .team-single-text span {
        color: rgb(71, 88, 143);
        font-size: 14px;
        font-weight: 500;
    }

    .team-single-text h4 {
        color: rgb(35, 35, 35);
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 10px;
    }

.team-single-info {
    padding: 0px;
}

    .team-single-info li strong {
        color: rgb(85, 85, 85);
        font-size: 16px;
        font-weight: 500;
        margin-right: 10px;
    }

.team-single-text li span {
    color: rgb(119, 119, 119);
    font-size: 15px;
    font-weight: 400;
}

.team-single-icons ul li {
    border-radius: 50%;
    border: 1px solid rgb(71, 88, 143);
    border-image: none;
    color: rgb(71, 88, 143);
    margin-right: 8px;
    margin-bottom: 5px;
    display: inline-block;
    transition-duration: 0.3s;
    -webkit-transition-duration: .3s;
}

    .team-single-icons ul li a {
        width: 25px;
        height: 25px;
        text-align: center;
        color: rgb(71, 88, 143);
        line-height: 26px;
        font-size: 14px;
        display: block;
    }

    .team-single-icons ul li:hover {
        background: rgb(71, 88, 143);
        border-color: rgb(71, 88, 143);
    }

        .team-single-icons ul li:hover a {
            color: rgb(255, 255, 255);
        }

.team-style1 .team-member-img {
    border-radius: 5px;
    overflow: hidden;
}

    .team-style1 .team-member-img img {
        transition: 0.5s;
        width: 100%;
    }

    .team-style1 .team-member-img:hover img {
        transform: scale(1.1);
    }

.team-style2 .team-member-img img {
    transition: 0.3s;
}

.team-style2 .team-member-img:hover img {
}

.filtering {
    margin-bottom: 10px;
}

    .filtering span {
        color: rgb(51, 51, 51);
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: 600;
        margin-right: 20px;
        margin-bottom: 5px;
        border-bottom-color: transparent;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: inline-block;
        cursor: pointer;
    }

        .filtering span:last-child {
            margin: 0px;
        }

    .filtering .active {
        border-color: rgb(71, 88, 143);
        color: rgb(71, 88, 143);
    }

@media screen and (max-width:767px) {
    .filtering span {
        margin-right: 15px;
    }
}

.project-grid {
    margin: 15px 0px;
    display: block;
    position: relative;
}

.project-grid-img img {
    width: 100%;
    height: auto;
    display: block;
}

.project-grid-overlay {
    background: rgba(255, 255, 255, 0.9);
    border: 5px solid rgb(71, 88, 143);
    border-image: none;
    left: 2.5%;
    width: 95%;
    height: 95%;
    right: 0px;
    bottom: 2.6%;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    transition-duration: 0.3s;
    -webkit-transition-duration: .3s;
}

    .project-grid-overlay h4 a {
        left: 50%;
        text-align: center;
        position: absolute;
    }

    .project-grid-overlay p {
        left: 50%;
        text-align: center;
        position: absolute;
    }

.project-grid:hover .project-grid-overlay {
    opacity: 1;
}

.project-grid-overlay h4 a {
    top: 60%;
    font-size: 22px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition-duration: 0.5s;
    -webkit-transition-duration: .5s;
}

    .project-grid-overlay h4 a:hover {
        color: rgb(71, 88, 143);
    }

    .project-grid-overlay h4 a::after {
        background: rgb(71, 88, 143);
        width: 70px;
        height: 1px;
        margin-top: 10px !important;
        margin-right: auto;
        margin-bottom: 15px !important;
        margin-left: auto;
        display: block;
        content: "";
    }

.project-grid:hover h4 a {
    top: 40%;
    line-height: normal;
    opacity: 1;
}

.project-grid-overlay p {
    margin: 20px 0px 0px;
    top: 70%;
    color: rgb(102, 102, 102);
    font-size: 15px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition-duration: 0.6s;
    -webkit-transition-duration: .6s;
}

.project-grid:hover p {
    top: 50%;
    opacity: 1;
}

.project-grid-overlay span {
    background: rgb(71, 88, 143);
    top: 0px;
    height: 100%;
    text-align: center;
    right: 0px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    -ms-writing-mode: tb-rl;
}

@media screen and (max-width:767px) {
    .project-grid {
        margin: 20px 0px 0px;
    }

        .project-grid:hover p {
            top: 52%;
        }
}

@media screen and (max-width:1201px) {
    .project-grid-overlay {
        left: 0px;
        width: 100%;
        height: 100%;
        right: 0px;
        bottom: 0px;
    }
}

.project-carousel h4::after {
    background: rgb(71, 88, 143);
    height: 2px;
    content: " ";
}

.project-single-text h4::after {
    background: rgb(71, 88, 143);
    height: 2px;
    content: " ";
}

.project-single-text p {
    color: rgb(153, 153, 153);
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
}

.project-single-text h5 {
    margin: 25px 0px 20px;
    color: rgb(35, 35, 35);
    font-size: 18px;
    font-weight: 500;
}

    .project-single-text h5::after {
        background: rgb(71, 88, 143);
        width: 70px;
        height: 2px;
        margin-top: 8px;
        display: block;
        content: " ";
    }

.project-single-text ul li {
    color: rgb(35, 35, 35);
    font-size: 15px;
    font-weight: 500;
}

    .project-single-text ul li i {
        color: rgb(71, 88, 143);
        padding-right: 10px;
        font-size: 15px;
        font-weight: 500;
    }

.project-single-info {
    padding: 0px 20px;
    border: 1px solid rgb(236, 236, 236);
    border-image: none;
    width: 100%;
    display: block;
}

    .project-single-info ul li {
        padding: 12px 0px;
        color: rgb(119, 119, 119);
        font-size: 15px;
        font-weight: 500;
        border-bottom-color: rgb(236, 236, 236);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        .project-single-info ul li:last-child {
            border-bottom-color: currentColor;
            border-bottom-width: medium;
            border-bottom-style: none;
        }

        .project-single-info ul li span {
            width: 70px;
            color: rgb(35, 35, 35);
            font-size: 15px;
            font-weight: 500;
            margin-right: 25px;
            display: inline-block;
            max-width: 100%;
        }

.project-single-img {
    padding-bottom: 30px;
}

.project-single-box-img img {
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 20px 40px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
}

.accordion-style .card {
    background: none;
    border: currentColor;
    border-image: none;
    margin-top: 0px !important;
    box-shadow: none;
}

.accordion-style .card-header {
    background: none;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: currentColor currentColor rgba(255, 255, 255, 0.15);
    padding: 0px;
    border-image: none;
}

.accordion-style .btn-link {
    background: rgb(71, 88, 143) !important;
    padding: 15px 30px 15px 15px;
    border-radius: 4px;
    border: currentColor;
    border-image: none;
    width: 100%;
    text-align: right;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    white-space: normal;
    position: relative;
}

    .accordion-style .btn-link:hover {
        background: rgb(71, 88, 143) !important;
        border: currentColor;
        border-image: none;
        text-decoration: none;
    }

    .accordion-style .btn-link.collapsed::after {
        background: none;
        right: inherit;
        top: 15px;
        width: auto;
        height: auto;
        left: 15px;
        font-size: 20px;
        content: "+";
        transform: none;
    }

    .accordion-style .btn-link::after {
        background: none;
        right: inherit;
        top: 15px;
        width: auto;
        height: auto;
        left: 17px;
        color: rgb(255, 255, 255);
        font-size: 20px;
        position: absolute;
        content: "-";
        transform: none;
    }

.accordion-style .card-body {
    padding: 20px;
    text-align: justify;
    line-height: 24px;
    direction:rtl;

}

.services-single-menu {
    border: 1px solid rgb(236, 236, 236);
    border-image: none;
}

    .services-single-menu ul li {
        background: rgb(255, 255, 255);
        border-bottom-color: rgb(236, 236, 236);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        .services-single-menu ul li:last-child {
            border-bottom-color: currentColor;
            border-bottom-width: medium;
            border-bottom-style: none;
        }

        .services-single-menu ul li:hover {
            background: rgb(249, 249, 249);
        }

        .services-single-menu ul li.services-active {
            background: rgb(71, 88, 143);
        }

            .services-single-menu ul li.services-active a {
                color: rgb(255, 255, 255);
            }

        .services-single-menu ul li a {
            padding: 17px 0px 17px 15px;
            color: rgb(35, 35, 35);
            font-size: 15px;
            font-weight: 500;
            display: block;
            transition-duration: 0.3s;
            -webkit-transition-duration: .3s;
        }

.callback-box {
    background: rgb(35, 35, 35);
    padding: 20px 15px 25px;
    border-radius: 5px;
    border: 1px solid rgb(236, 236, 236);
    border-image: none;
    position: relative;
}

.masonry {
    margin: 10px;
    padding: 0px;
    column-gap: 10px;
    transition-duration: 0.4s;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    -webkit-transition-duration: .4s;
}

    .masonry a {
        margin-top: 10px;
        display: block;
    }

        .masonry a:first-child {
            margin-top: 0px;
        }

.masonry-item {
    overflow: hidden;
    position: relative;
    transition-duration: 0.4s;
    -webkit-transition-duration: .4s;
}

    .masonry-item img {
        width: 100%;
        height: auto;
        display: block;
        transition-duration: 0.4s;
        -webkit-transition-duration: .4s;
    }

.masonry-item-overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 3%;
    border: 8px solid rgba(255, 255, 255, 0.65);
    border-image: none;
    left: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0px;
    position: absolute;
    max-height: 100%;
    opacity: 0;
    transition-duration: 0.4s;
    -webkit-transition-duration: .4s;
}

.masonry-item:hover img {
    transform: scale(1.2);
}

.masonry-item:hover .masonry-item-overlay {
    position: absolute;
    opacity: 1;
    transition-duration: 0.5s;
    -webkit-transition-duration: .5s;
}

    .masonry-item:hover .masonry-item-overlay h4 {
        text-align: center;
        opacity: 1;
        transform: translate(0px, -50%);
        transition-duration: 0.6s;
        -webkit-transition-duration: .6s;
    }

    .masonry-item:hover .masonry-item-overlay ul {
        text-align: center;
        opacity: 1;
        transform: translate(0px, -50%);
        transition-duration: 0.5s;
        -webkit-transition-duration: .5s;
    }

.masonry-item-overlay h4 {
    margin: 0px 0px 20px;
    bottom: 40px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
}

.masonry-item-overlay ul {
    margin: 0px;
    bottom: 25px;
    padding-left: 0px;
    position: absolute;
}

    .masonry-item-overlay ul li {
        color: rgb(255, 255, 255);
        padding-left: 0px;
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        list-style-type: none;
        opacity: 0.7;
    }

        .masonry-item-overlay ul li:last-child::after {
            content: none;
        }

        .masonry-item-overlay ul li::after {
            margin: 0px 5px;
            font-size: 8px;
            font-weight: 700;
            content: " / ";
        }

        .masonry-item-overlay ul li a {
            color: rgb(255, 255, 255);
        }

:first-child.masonry-item {
    margin-top: 0px;
}

@media screen and (min-width:576px) {
    .masonry {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
}

@media screen and (min-width:768px) {
    .masonry {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
}

@media screen and (min-width:992px) {
    .masonry {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }
}

@media screen and (min-width:1200px) {
    .masonry {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }
}

.masonry-4 {
    margin: 10px;
    padding: 0px;
    column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
}

    .masonry-4 a {
        margin-top: 10px;
        display: block;
    }

        .masonry-4 a:first-child {
            margin-top: 0px;
        }

@media screen and (min-width:576px) {
    .masonry-4 {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
}

@media screen and (min-width:768px) {
    .masonry-4 {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
}

@media screen and (min-width:992px) {
    .masonry-4 {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }
}

@media screen and (min-width:1200px) {
    .masonry-4 {
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }
}

.tab-menu {
    width: 100%;
    display: table;
}

.default-tabs .tabs .tab-menu li {
    background: rgb(247, 247, 247);
    text-align: center;
    display: inline-block;
}

    .default-tabs .tabs .tab-menu li a {
        padding: 18px 24px;
        color: rgb(35, 35, 35);
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

        .default-tabs .tabs .tab-menu li a i {
            color: rgb(71, 88, 143);
            font-size: 15px;
            text-decoration: none;
            margin-right: 10px;
            display: inline-block;
        }

    .default-tabs .tabs .tab-menu li:hover a {
        color: rgb(71, 88, 143);
    }

.default-tabs .tabs .tabs li:hover i {
    color: rgb(71, 88, 143);
}

.default-tabs .active-tab a i {
    color: rgb(71, 88, 143) !important;
}

.default-tabs .tab-menu {
    margin-bottom: 4px;
}

    .default-tabs .tab-menu .active-tab a {
        color: rgb(71, 88, 143) !important;
    }

.bg-contain-verticle {
    background: no-repeat 0% 0% / cover rgb(255, 255, 255);
    margin: 0px -10px;
    padding: 15px;
    border: 2px solid rgb(71, 88, 143);
    border-image: none;
}

.big-icon-tabs .tabs .tab-menu li {
    width: 33.33%;
    text-align: center;
    margin-right: 5px;
    display: table-cell;
}

    .big-icon-tabs .tabs .tab-menu li:last-child {
        margin-right: 0px;
    }

    .big-icon-tabs .tabs .tab-menu li a {
        background: rgb(236, 236, 236);
        padding: 18px 24px;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        border-top-color: rgb(236, 236, 236);
        border-top-width: 2px;
        border-top-style: solid;
        display: block;
    }

        .big-icon-tabs .tabs .tab-menu li a i {
            color: rgb(71, 88, 143);
            font-size: 40px;
            text-decoration: none;
            margin-bottom: 10px;
            display: block;
        }

    .big-icon-tabs .tabs .tab-menu li:hover a {
        color: rgb(71, 88, 143);
    }

.big-icon-tabs .tabs .tabs li:hover i {
    color: rgb(71, 88, 143);
}

.big-icon-tabs .tab-menu .active-tab a {
    background: rgb(247, 247, 247) !important;
    border-color: rgb(71, 88, 143) !important;
}

.tab-body {
    background: rgb(247, 247, 247) !important;
    padding: 5%;
    display: block;
}

    .tab-body h2 {
        color: rgb(35, 35, 35);
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .tab-body h3 {
        line-height: normal;
        font-weight: 500;
        margin-bottom: 20px;
        text-align:right;
    }

    .tab-body h4 {
        line-height: normal;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .tab-body h5 {
        line-height: normal;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .tab-body h3 {
        font-size: 18px;
    }

    .tab-body h4 {
        font-size: 20px;
    }

    .tab-body h5 {
        font-size: 15px;
    }

    .tab-body h2::after {
        background: rgb(71, 88, 143);
        width: 100px;
        height: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
        content: "";
    }

    .tab-body h3::after {
        background: rgb(71, 88, 143);
        width: 100px;
        height: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
        content: "";
    }

    .tab-body h4::after {
        background: rgb(71, 88, 143);
        width: 100px;
        height: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
        content: "";
    }

    .tab-body h5::after {
        background: rgb(71, 88, 143);
        width: 100px;
        height: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
        content: "";
    }

    .tab-body p {
        line-height: 1.7;
        font-size: 15px;
        font-weight: 400;
    }

@media screen and (max-width:1200px) {
    .default-tabs .tabs .tab-menu li {
        background: rgb(247, 247, 247);
        width: auto;
        text-align: center;
        display: inline-block;
    }

        .default-tabs .tabs .tab-menu li a {
            padding: 18px 24px;
            color: rgb(35, 35, 35);
            font-size: 15px;
            font-weight: 500;
            text-decoration: none;
            display: block;
        }
}

@media screen and (max-width:991px) {
    .tab-body {
        padding: 20px;
    }

    .bg-contain-verticle {
        margin: 0px;
    }

    .tab-body h3 {
        font-size: 18px;
    }

    .big-icon-tabs .tabs .tab-menu li a {
        padding: 10px;
        line-height: normal;
        font-size: 12px;
    }

        .big-icon-tabs .tabs .tab-menu li a i {
            font-size: 20px;
            margin-bottom: 10px;
        }
}

@media screen and (max-width:767px) {
    .default-tabs .tabs .tab-menu li {
        width: 100%;
        text-align: center;
        margin-bottom: 4px;
        display: block;
    }

    .default-tabs .tab-menu .tabs li a {
        padding: 18px 14px;
        display: block;
    }

    .default-tabs .tab-menu .tabs li i {
        font-size: 25px;
    }
}

.price-table {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(50,50,50,0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

.price-table-header {
    background: rgb(71, 88, 143);
    padding: 30px;
    text-align: center;
}

.price-table-recommended {
    position: relative;
    z-index: 9999;
    transform: scale(1.09);
}

.pricing-list > i {
    background: rgb(255, 255, 255);
    border-radius: 100%;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 80px;
    height: 80px;
    color: rgb(71, 88, 143);
    line-height: 78px;
    font-size: 30px;
    margin-bottom: 15px;
    display: inline-block;
}

.price-table-header h5 {
    padding: 5px 15px 15px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: relative;
}

.price-table-header h4 {
    margin: 15px 0px 10px;
    color: rgb(255, 255, 255);
    font-size: 60px;
}

    .price-table-header h4 sup {
        margin: 0px 5px;
        font-size: 35px;
    }

.price-table-header span {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
}

.price-table-content {
    padding: 20px;
}

    .price-table-content ul {
        padding-bottom: 0px;
        padding-left: 0px;
    }

        .price-table-content ul li {
            padding: 15px;
            color: rgb(35, 35, 35);
            font-size: 14px;
            font-weight: 500;
            display: block;
            list-style-type: none;
        }

            .price-table-content ul li::before {
                color: rgb(71, 88, 143);
                font-family: Font Awesome 5 Free;
                font-weight: 700;
                margin-right: 12px;
                display: inline-block;
                content: "\f00c";
            }

            .price-table-content ul li:nth-child(2) {
                background: rgb(238, 238, 238);
            }

    .price-table-content a {
        background: rgb(255, 255, 255);
        padding: 12px 15px;
        border-radius: 10px;
        border: 2px solid rgb(71, 88, 143);
        border-image: none;
        width: 100%;
        color: rgb(35, 35, 35);
        font-family: "Montserrat",sans-serif;
        font-size: 16px;
        font-weight: 500;
        margin-top: 15px;
        display: inline-block;
    }

        .price-table-content a:hover {
            background: rgb(71, 88, 143);
            color: rgb(255, 255, 255);
        }

.pricing-list {
    background: rgb(255, 255, 255);
    padding: 30px 40px;
    border-radius: 10px;
    border: 2px solid rgb(236, 236, 236);
    border-image: none;
    text-align: center;
    box-shadow: 0px 10px 30px 0px rgba(50,50,50,0.16);
    transition-duration: 0.5s;
    -webkit-transition-duration: .5s;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

    .pricing-list.highlight {
        background: rgb(71, 88, 143);
    }

        .pricing-list.highlight .pricing-list-button {
            background: rgb(255, 255, 255);
            margin: 20px 15px 0px;
            border-radius: 5px;
            border: 2px solid rgb(255, 255, 255);
            border-image: none;
            transition-duration: 0.3s;
            -webkit-transition-duration: .3s;
        }

            .pricing-list.highlight .pricing-list-button:hover {
                background: rgb(71, 88, 143);
            }

            .pricing-list.highlight .pricing-list-button a {
                padding: 8px;
                color: rgb(71, 88, 143);
                font-size: 16px;
                font-weight: 500;
                display: block;
                transition-duration: 0.3s;
                -webkit-transition-duration: .3s;
            }

            .pricing-list.highlight .pricing-list-button:hover a {
                color: rgb(255, 255, 255);
            }

    .pricing-list h4 {
        color: rgb(35, 35, 35);
        letter-spacing: 2px;
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .pricing-list h2 {
        color: rgb(35, 35, 35);
        letter-spacing: 2px;
        display: inline-block;
    }

        .pricing-list h2 sup {
            color: rgb(35, 35, 35);
            font-size: 30px;
            font-weight: 500;
        }

    .pricing-list span {
        color: rgb(71, 88, 143);
        font-weight: 500;
        display: inline-block;
    }

    .pricing-list ul {
        margin-top: 20px;
    }

        .pricing-list ul li {
            padding: 7px;
            color: rgb(102, 102, 102);
            font-size: 15px;
            font-weight: 400;
        }

            .pricing-list ul li::after {
                background: rgb(236, 236, 236);
                margin: 10px auto 0px;
                width: 240px;
                height: 1px;
                display: block;
                max-width: 100%;
                content: "";
            }

.pricing-list-button {
    background: rgb(71, 88, 143);
    margin: 20px 15px 0px;
    border-radius: 5px;
    border: 2px solid rgb(71, 88, 143);
    border-image: none;
    transition-duration: 0.3s;
    -webkit-transition-duration: .3s;
}

    .pricing-list-button:hover {
        background: rgb(255, 255, 255);
    }

    .pricing-list-button a {
        padding: 8px;
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: 500;
        display: block;
        transition-duration: 0.3s;
        -webkit-transition-duration: .3s;
    }

    .pricing-list-button:hover a {
        color: rgb(71, 88, 143);
    }

.price-table-style2 .price-table-header {
    background: rgb(0, 0, 0);
}

.price-table-style2 .price-table-content a {
    border-color: rgb(35, 35, 35);
}

    .price-table-style2 .price-table-content a:hover {
        background: rgb(35, 35, 35);
    }

.price-table-style2 .price-table-content ul li::before {
    color: rgb(35, 35, 35);
}

@media screen and (max-width:767px) {
    .price-table-recommended {
        position: relative;
        z-index: 9999;
        transform: scale(1);
    }
}

.latest_blog_inner {
    overflow: hidden;
}

.image_blog {
    position: relative;
}

    .image_blog > a::after {
        background: 0px 0px rgb(71, 88, 143);
        transition: 0.3s;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        opacity: 0;
    }

    .image_blog > a:hover::after {
        opacity: 0.6;
    }

    .image_blog a img {
        max-width: 100%;
    }

    .image_blog .img_blog_text {
        padding: 0px 20px;
        bottom: 35px;
        position: absolute;
    }

        .image_blog .img_blog_text h5 {
            color: rgb(255, 255, 255);
            line-height: normal;
            letter-spacing: 0.26px;
            padding-bottom: 10px;
            font-size: 13px;
            margin-bottom: 0px;
        }

        .image_blog .img_blog_text h3 {
            color: rgb(255, 255, 255);
            line-height: 24px;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 0px;
        }

.text_blog {
    background: 0px 0px rgb(255, 255, 255);
    padding: 35px 40px 25px;
    transition: 0.3s linear;
}

    .text_blog:hover {
        background: rgb(71, 88, 143);
    }

    .text_blog h5 {
        margin: 0px;
        transition: 300ms linear;
        color: rgb(97, 97, 97);
        line-height: normal;
        letter-spacing: 0.26px;
        padding-bottom: 18px;
        font-size: 13px;
    }

    .text_blog:hover h5 {
        color: rgb(255, 255, 255);
    }

    .text_blog h3 {
        color: rgb(40, 40, 40);
        line-height: 24px;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .text_blog:hover h3 {
        color: rgb(255, 255, 255);
    }

        .text_blog:hover h3 a {
            color: rgb(255, 255, 255);
        }

    .text_blog p {
        margin: 0px;
        padding: 20px 0px;
        transition: 300ms linear;
    }

    .text_blog:hover p {
        color: rgb(255, 255, 255);
    }

    .text_blog .blog_user {
        padding-top: 15px;
        border-top-color: rgb(236, 236, 236);
        border-top-width: 2px;
        border-top-style: solid;
    }

        .text_blog .blog_user h4 {
            transition: 300ms linear;
            color: rgb(97, 97, 97);
            line-height: normal;
            letter-spacing: 0.3px;
            font-size: 15px;
            margin-bottom: 0px;
        }

            .text_blog .blog_user h4 a {
                transition: 300ms linear;
                color: rgb(71, 88, 143);
            }

    .text_blog:hover .blog_user h4 {
        color: rgb(255, 255, 255);
    }

        .text_blog:hover .blog_user h4 a {
            color: rgb(255, 255, 255);
        }

@media screen and (max-width:992px) {
    .text_blog {
        padding: 16px 20px;
    }
}

.blog-grid {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(238, 238, 238);
    border-image: none;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(50,50,50,0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

    .blog-grid img {
        width: 100%;
    }

.data-box-grid {
    background: rgb(71, 88, 143);
    padding: 5px 10px;
    left: 20px;
    top: 15px;
    text-align: center;
    float: right;
    display: block;
    position: absolute;
    z-index: 1;
    min-width: 60px;
}

    .data-box-grid h5 {
        color: rgb(255, 255, 255);
        line-height: normal;
        letter-spacing: 2px;
        padding-right: 8px;
        font-size: 14px;
        margin-right: 8px;
        margin-bottom: 0px;
        vertical-align: middle;
        border-right-color: rgba(255, 255, 255, 0.3);
        border-right-width: 1px;
        border-right-style: solid;
        display: inline-block;
    }

.blog-grid .data-box-grid p {
    padding: 0px;
    border: currentColor;
    border-image: none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
}

.blog-grid-text {
    padding: 60px 25px 25px;
    position: relative;
}

    .blog-grid-text > span {
        color: rgb(71, 88, 143);
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: 500;
    }

    .blog-grid-text h4 {
        line-height: normal;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .blog-grid-text ul li {
        margin: 10px 25px 10px 0px;
        color: rgb(153, 153, 153);
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
    }

        .blog-grid-text ul li i {
            color: rgb(71, 88, 143);
            font-size: 14px;
            font-weight: 500;
            margin-right: 10px;
        }

    .blog-grid-text p {
        padding: 15px 0px;
        color: rgb(153, 153, 153);
        line-height: 170%;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0px;
        border-top-color: rgb(236, 236, 236);
        border-top-width: 1px;
        border-top-style: solid;
    }

.owl-carousel .blog-grid-simple {
    margin: 10px 15px 25px;
}

.blog-grid-simple-date {
    width: 100%;
}

.blog-grid-simple {
    background: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 5px;
    border: 1px solid rgb(236, 236, 236);
    border-image: none;
    position: relative;
    box-shadow: 0px 10px 15px 0px rgba(50,50,50,0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

    .blog-grid-simple h4 {
        color: rgb(35, 35, 35);
        line-height: normal;
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 15px;
    }

        .blog-grid-simple h4 a {
            color: rgb(35, 35, 35);
            line-height: normal;
            font-size: 21px;
            font-weight: 500;
            margin-bottom: 15px;
        }

            .blog-grid-simple h4 a:hover {
                color: rgb(71, 88, 143);
            }

    .blog-grid-simple p {
        color: rgb(170, 170, 170);
        font-size: 15px;
        font-weight: 400;
    }

.blog-grid-simple-date i {
    color: rgb(136, 136, 136);
    font-size: 20px;
}

.blog-grid-simple-date h5 {
    color: rgb(136, 136, 136);
    line-height: normal;
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 8px;
    display: inline-block;
}

.blog-grid-simple-content {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    border-top-color: rgb(236, 236, 236);
    border-top-width: 1px;
    border-top-style: solid;
}

    .blog-grid-simple-content a {
        color: rgb(71, 88, 143);
        font-size: 14px;
        font-weight: 600;
        margin-top: 2px;
        display: inline-block;
    }

        .blog-grid-simple-content a::after {
            color: rgb(71, 88, 143);
            font-family: Font Awesome 5 Free;
            font-size: 14px;
            font-weight: 700;
            margin-left: 10px;
            vertical-align: middle;
            content: "\f105";
            transition-duration: 0.3s;
            -webkit-transition-duration: .3s;
        }

.blog-list-left-heading::after {
    height: 2px;
    content: "";
}

.blog-title-box::after {
    height: 2px;
    content: "";
}

.blog-grid-simple-content a:hover {
    color: rgb(35, 35, 35);
}

    .blog-grid-simple-content a:hover::after {
        color: rgb(35, 35, 35);
    }

.blog-list-simple {
    margin: 0px 0px 30px;
    padding-bottom: 30px;
    border-bottom-color: rgb(232, 232, 232);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

:last-child.blog-list-simple {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.data-box-simple {
    background: rgb(71, 88, 143);
    padding: 5px;
    left: 20px;
    top: 5px;
    text-align: center;
    float: right;
    display: block;
    position: absolute;
    min-width: 60px;
}

.blog-list-simple-text > span {
    color: rgb(71, 88, 143);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 500;
}

.data-box-simple h4 {
    color: rgb(255, 255, 255);
    line-height: normal;
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.data-box-simple p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.blog-list-simple-text {
    color: rgb(153, 153, 153);
}

    .blog-list-simple-text p {
        padding: 15px 0px;
        color: rgb(153, 153, 153);
        line-height: 170%;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0px;
        border-top-color: rgb(236, 236, 236);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .blog-list-simple-text .meta {
        margin: 0px 0px 5px;
    }

    .blog-list-simple-text li {
        margin: 5px;
        color: rgb(119, 119, 119);
        font-size: 12px;
        display: inline-block;
    }

    .blog-list-simple-text h4 {
        margin: 5px 0px;
        color: rgb(35, 35, 35);
        line-height: normal;
        font-size: 20px;
        font-weight: 500;
    }

    .blog-list-simple-text ul {
        margin: 10px 0px;
    }

        .blog-list-simple-text ul li {
            padding: 3px 0px;
            color: rgb(153, 153, 153);
            font-size: 14px;
            font-weight: 500;
        }

            .blog-list-simple-text ul li i {
                color: rgb(71, 88, 143);
                font-size: 14px;
                margin-right: 5px;
            }

.blogs .post {
    margin-bottom: 30px;
}

    .blogs .post .content {
        background: rgb(250, 250, 250);
        padding: 30px;
    }

        .blogs .post .content .post-title h5 {
            line-height: normal;
            font-size: 26px;
            font-weight: 500;
            margin-bottom: 0px;
        }

            .blogs .post .content .post-title h5 a {
                color: rgb(35, 35, 35);
            }

                .blogs .post .content .post-title h5 a:hover {
                    color: rgb(242, 66, 89);
                }

        .blogs .post .content .meta {
            margin-bottom: 15px;
        }

            .blogs .post .content .meta li {
                margin: 5px;
                color: rgb(119, 119, 119);
                font-size: 12px;
                display: inline-block;
            }

        .blogs .post .content .special {
            background: rgb(247, 247, 247);
            margin: 30px 0px;
            padding: 15px;
            font-size: 16px;
            border-left-color: rgb(17, 17, 17);
            border-left-width: 2px;
            border-left-style: solid;
        }

        .blogs .post .content .btn {
            border-color: rgb(111, 111, 111);
            padding: 6px 20px;
            color: rgb(111, 111, 111);
            font-size: 12px;
            min-width: auto;
        }

            .blogs .post .content .btn:hover {
                border-color: rgb(242, 66, 89);
                color: rgb(255, 255, 255);
            }

    .blogs .post .share-post {
        text-align: left;
        padding-top: 20px;
        margin-top: 30px;
        border-top-color: rgb(221, 221, 221);
        border-top-width: 1px;
        border-top-style: dashed;
    }

        .blogs .post .share-post span {
            font-weight: 700;
        }

        .blogs .post .share-post ul {
            float: right;
        }

            .blogs .post .share-post ul li {
                margin: 0px 10px;
                display: inline-block;
            }

    .blogs .post .post-img img {
        width: 100%;
    }

.blogs .posts .title-g h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blogs .comments-area .comment-box {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.blogs .comments-area :nth-child(2n+1).comment-box {
    margin-left: 80px;
}

.blogs .comments-area :last-child.comment-box {
    margin-bottom: 30px;
}

.blogs .comment-box .author-thumb {
    width: 80px;
    float: left;
}

.blogs .comment-box .comment-info {
    margin-left: 100px;
}

    .blogs .comment-box .comment-info h6 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .blogs .comment-box .comment-info .reply {
        font-weight: 600;
        margin-top: 10px;
    }

        .blogs .comment-box .comment-info .reply i {
            padding-right: 5px;
            font-size: 12px;
        }

.pagination {
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
}

    .pagination ul {
        margin: 0px auto;
        padding: 0px;
        display: inline-block;
    }

    .pagination li {
        display: inline;
    }

    .pagination a {
        background: rgb(255, 255, 255);
        border-width: 1px 1px 1px 0px;
        border-style: solid;
        border-color: rgb(219, 219, 219);
        padding: 0px 18px;
        border-image: none;
        line-height: 40px;
        text-decoration: none;
        float: left;
    }

        .pagination a:hover {
            color: rgb(255, 255, 255);
            background-color: rgb(35, 35, 35);
        }

    .pagination .active a {
        color: rgb(153, 153, 153);
        cursor: default;
        background-color: rgb(247, 247, 247);
    }

    .pagination .disabled span {
        color: rgb(153, 153, 153);
        cursor: default;
        background-color: transparent;
    }

    .pagination .disabled a {
        color: rgb(153, 153, 153);
        cursor: default;
        background-color: transparent;
    }

        .pagination .disabled a:hover {
            color: rgb(153, 153, 153);
            cursor: default;
            background-color: transparent;
        }

    .pagination li:first-child a {
        border-left-width: 1px;
    }

.blockquote {
    background: rgb(241, 241, 241);
    margin: 25px 0px;
    padding: 20px 30px 30px;
    font-size: 16px;
    font-weight: 500;
    border-left-color: rgb(71, 88, 143);
    border-left-width: 4px;
    border-left-style: solid;
}

    .blockquote p {
        color: rgb(35, 35, 35);
        line-height: 190%;
        letter-spacing: 0.5px;
        font-size: 15px;
        font-weight: 500;
    }

    .blockquote h4 {
        color: rgb(35, 35, 35);
        letter-spacing: 0.5px;
        font-size: 20px;
        font-weight: 400;
    }

.side-bar .widget {
    margin-bottom: 30px;
}

.side-bar :last-child.widget {
    margin-bottom: 0px;
}

.side-bar .widget .widget-title h6 {
    letter-spacing: 1px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

    .side-bar .widget .widget-title h6::after {
        background: rgb(71, 88, 143);
        left: 0px;
        width: 30px;
        height: 1px;
        bottom: 0px;
        position: absolute;
        content: "";
    }

.side-bar .widget li {
    margin: 0px 0px 9px;
    padding: 0px 0px 0px 12px;
    color: rgb(111, 111, 111);
    position: relative;
}

    .side-bar .widget li:last-child {
        margin: 0px;
    }

    .side-bar .widget li::after {
        left: 0px;
        top: 12px;
        width: 5px;
        height: 1px;
        position: absolute;
        content: "";
        background-color: rgb(111, 111, 111);
    }

.side-bar .widget .social-listing {
    margin-bottom: 0px;
}

    .side-bar .widget .social-listing li {
        list-style: none;
        display: inline-block;
    }

        .side-bar .widget .social-listing li::after {
            background: none;
        }

        .side-bar .widget .social-listing li:first-child {
            padding-left: 0px;
        }

.side-bar .search form input {
    background: rgb(247, 247, 247);
    margin: 0px;
    padding: 0px 10px;
    border: 1px solid rgb(209, 209, 209);
    border-image: none;
    width: calc(100% - 50px);
    height: 50px;
}

.side-bar .search form button {
    background: rgb(28, 28, 28);
    border: 0px currentColor;
    border-image: none;
    width: 50px;
    height: 50px;
    color: rgb(255, 255, 255);
    line-height: 50px;
    float: right;
}

@media screen and (max-width:767px) {
    .blog-grid-simple-content a::after {
        display: none;
    }
}

.count-back-box {
    background-position: center;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    background-size: cover;
}

    .count-back-box h1 {
        color: rgb(35, 35, 35);
        font-size: 40px;
        font-weight: 500;
    }

.error-box {
    background-position: center;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    background-size: cover;
}

    .error-box h2 {
        color: rgba(204, 204, 204, 0.2);
        letter-spacing: 10px;
        font-size: 250px;
        font-weight: 600;
    }

.error-box-text h1 {
    color: rgb(71, 88, 143);
    line-height: 1;
    font-size: 200px;
}

.error-box-text h3 {
    color: rgb(35, 35, 35);
    line-height: normal;
    font-size: 40px;
}

.error-box-text h4 {
    color: rgb(51, 51, 51);
    font-size: 20px;
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    .error-box {
        padding: 30px;
    }

    .back-box {
        display: none;
    }

    .error-box-text h1 {
        font-size: 100px;
    }
}

ul.countdown li {
    padding: 0px 30px;
    text-align: center;
    border-right-color: rgb(98, 98, 98);
    border-right-width: 1px;
    border-right-style: solid;
    display: inline-block;
}

    ul.countdown li:last-child {
        border: currentColor;
        border-image: none;
        padding-right: 0px;
    }

    ul.countdown li span {
        line-height: normal;
        font-size: 36px;
        font-weight: 700;
        position: relative;
    }

        ul.countdown li span::before {
            width: 100%;
            height: 1px;
            position: absolute;
            content: "";
        }

    ul.countdown li p.timeRefDays {
        margin: 0px;
        padding: 0px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
    }

    ul.countdown li p.timeRefHours {
        margin: 0px;
        padding: 0px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
    }

    ul.countdown li p.timeRefMinutes {
        margin: 0px;
        padding: 0px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
    }

    ul.countdown li p.timeRefSeconds {
        margin: 0px;
        padding: 0px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
    }

@media screen and (max-width:767px) {
    ul.countdown li {
        padding: 0px 8px;
    }

    .social-links li {
        margin-right: 15px;
    }

    ul.countdown li span {
        font-size: 22px;
    }
}

.social-icon-style1 {
    margin-bottom: 0px;
}

    .social-icon-style1 li {
        text-align: center;
        margin-right: 4px;
        display: inline-block;
    }

        .social-icon-style1 li a {
            background: rgb(71, 88, 143);
            border-radius: 35px;
            border: 1px solid rgb(71, 88, 143);
            border-image: none;
            width: 35px;
            height: 35px;
            color: rgb(255, 255, 255);
            line-height: 35px;
            display: inline-block;
        }

            .social-icon-style1 li a:hover {
                background: rgb(255, 255, 255);
                color: rgb(71, 88, 143);
            }

.social-icon-style2 {
    margin-bottom: 0px;
}

    .social-icon-style2 li {
        text-align: center;
        margin-right: 5px;
        display: inline-block;
    }

        .social-icon-style2 li:last-child {
            margin-right: 0px;
        }

        .social-icon-style2 li a {
            background: rgb(249, 249, 249);
            border-radius: 35px;
            border: 1px solid rgb(71, 88, 143);
            border-image: none;
            width: 35px;
            height: 35px;
            color: rgb(71, 88, 143);
            line-height: 35px;
            display: inline-block;
        }

            .social-icon-style2 li a:hover {
                background: rgb(71, 88, 143);
                color: rgb(255, 255, 255);
            }

.social-icon-style3 {
    margin-bottom: 0px;
}

    .social-icon-style3 li {
        text-align: center;
        margin-right: 10px;
        display: inline-block;
    }

        .social-icon-style3 li a {
            color: rgb(111, 111, 111);
            font-size: 16px;
            display: inline-block;
        }

            .social-icon-style3 li a:hover {
                color: rgb(71, 88, 143);
            }

.social-icon-style4 {
    margin: 0px;
    padding: 0px;
    float: right;
}

    .social-icon-style4 li {
        margin: 0px;
        padding: 13px 0px;
      /*  width: 35px;*/
        text-align: center;
        font-size: 14px;
        float: left;
        list-style-type: none;
    }

        .social-icon-style4 li a {
            color: rgb(255, 255, 255);
            opacity: 0.7;
            transition-duration: 0.3s;
            -webkit-transition-duration: .3s;
        }

.social-icon-style5 li {
    margin-right: 40px;
    display: inline-block;
}

    .social-icon-style5 li:last-child {
        margin-right: 0px;
    }

    .social-icon-style5 li a {
        font-size: 25px;
    }

        .social-icon-style5 li a:hover {
            color: rgb(0, 0, 0);
        }

#map {
    width: 100%;
    height: 400px;
}

.contact-info {
    font-size: 14px;
}

    .contact-info i {
        color: rgb(71, 88, 143);
        font-size: 18px;
    }

    .contact-info strong {
        color: rgb(71, 88, 143);
        font-size: 16px;
    }

.contact-info-section {
    padding: 25px 0px;
    margin-bottom: 0px;
    border-bottom-color: rgb(236, 236, 236);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition-duration: 0.5s;
    -webkit-transition-duration: .5s;
}

    .contact-info-section i {
        background: rgb(71, 88, 143);
        border-radius: 50%;
        width: 25px;
        height: 25px;
        color: rgb(255, 255, 255);
        line-height: 11px;
        padding-top: 7px;
        font-size: 12px;
        margin-right: 5px;
    }

    .contact-info-section h4 {
        color: rgb(35, 35, 35);
        line-height: normal;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .contact-info-section p {
        margin: 0px;
        color: rgb(153, 153, 153);
        font-size: 15px;
        font-weight: 400;
    }

.contact-box {
    background: rgb(255, 255, 255);
    margin: 10px 0px;
    padding: 20px 15px;
    border-radius: 2px;
    border: 1px solid rgb(236, 236, 236);
    border-image: none;
    text-align: center;
    box-shadow: 0px 20px 80px rgba(0,0,0,0.12);
    transition-duration: 0.3s;
    -webkit-transition-duration: .3s;
    -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.12);
}

    .contact-box i {
        background: rgb(71, 88, 143);
        margin: 10px 0px 20px;
        border-radius: 50%;
        width: 75px;
        height: 75px;
        color: rgb(255, 255, 255);
        line-height: 75px;
        font-size: 35px;
    }

     .contact-box span i {
        background: #f8c44f;
        margin: 10px 0px 20px;
        border-radius: 50%;
        width: 75px;
        height: 75px;
        color: rgb(255, 255, 255);
        line-height: 75px;
        font-size: 35px;
    }
    .contact-box h4 {
        margin: 0px 0px 5px;
        color: rgb(35, 35, 35);
        line-height: normal;
        font-size: 18px;
        font-weight: 500;
    }

    .contact-box span {
        color: rgb(153, 153, 153);
        font-size: 14px;
    }

.banner-form .form-heading {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-top-left: 4px;
    -moz-border-radius-top-right: 4px;
    -ms-border-radius-top-left: 4px;
    -ms-border-radius-top-right: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -o-border-radius-top-left: 4px;
    -o-border-radius-top-right: 4px;
}

.banner-form .mfControls .butn {
    margin: 0px;
    padding: 15px;
    width: 100%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottom-right: 4px;
    -moz-border-radius-bottom-left: 4px;
    -ms-border-radius-bottom-right: 4px;
    -ms-border-radius-bottom-left: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -o-border-radius-bottom-right: 4px;
    -o-border-radius-bottom-left: 4px;
}

.newsletter-form input {
    background: rgb(255, 255, 255);
    padding: 12px 20px;
    outline: 0px;
    border: 2px solid rgb(238, 238, 238);
    border-image: none;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    display: inline-block;
    min-width: 270px;
    max-width: 100%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
}

.newsletter-form button {
    background: rgb(71, 88, 143);
    padding: 14px 20px;
    border: currentColor;
    border-image: none;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
}

    .newsletter-form button:hover {
        background: rgb(35, 35, 35);
    }

@media screen and (max-width:767px) {
    .newsletter-form button {
        border-radius: 30px;
        width: 100%;
        margin-top: 15px;
        display: block;
    }

    .newsletter-form input {
        border-radius: 30px;
        width: 100%;
        display: block;
    }
}

footer {
    background: rgb(35, 35, 35);
    padding: 60px 0px 0px;
}

    footer p {
        margin-bottom: 0px;
        font-size:14px;
        font-weight: 500;
    }

    footer h3 {
        color: rgb(255, 255, 255);
        line-height: 1;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 30px;
        position: relative;
        text-align:right;
    }

        footer h3::after {
            background: rgb(71, 88, 143);
            width: 70px;
            height: 2px;
            margin-top: 12px;
            display: block;
            content: "";
        }

.footer-social-icons ul {
    margin-bottom: 0px;
    text-align:right;
}

    .footer-social-icons ul li {
        border-radius: 50%;
        border: 1px solid rgb(255, 255, 255);
        border-image: none;
        color: rgb(255, 255, 255);
        margin-right: 10px;
        margin-bottom: 5px;
        display: inline-block;
        transition-duration: 0.3s;
        -webkit-transition-duration: .3s;
    }

        .footer-social-icons ul li a {
            width: 35px;
            height: 35px;
            text-align: center;
            color: rgb(255, 255, 255);
            line-height: 36px;
            font-size: 15px;
            display: block;
        }

        .footer-social-icons ul li:hover {
            background: rgb(71, 88, 143);
            border-color: rgb(71, 88, 143);
        }

.insta {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .insta li {
        margin: 0px 0px 5px;
        display: inline-block;
    }

        .insta li a {
            display: block;
            position: relative;
        }

            .insta li a::before {
                background: rgb(71, 88, 143);
                transition: 0.3s;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                position: absolute;
                content: "";
                opacity: 0;
            }

            .insta li a:hover::before {
                opacity: 0.6;
            }

.footer-listdata {
    margin: 0px;
}

    .footer-listdata li {
        text-align:right;
        padding: 6px 0px;
        color: rgb(170, 170, 170);
        list-style-type: none;
    }

        .footer-listdata li:first-child {
            padding-top: 0px;
        }

        .footer-listdata li  {
            color: rgb(170, 170, 170);
            font-size: 14px;
            font-weight: 400;
        }



/*//*/
.footer-list {
    margin: 0px;
}

    .footer-list li {
        text-align:right;
        padding: 6px 0px;
        color: rgb(170, 170, 170);
        list-style-type: none;
    }

        .footer-list li:first-child {
            padding-top: 0px;
        }

        .footer-list li a {
            color: rgb(170, 170, 170);
            font-size: 14px;
            font-weight: 400;
        }

            /*.footer-list li a::before {
                color: rgb(170, 170, 170);
                padding-right: 8px;
                font-family: Font Awesome 5 Free;
                font-weight: 700;
                vertical-align: middle;
                content: "\f105";
                transition-duration: 0.3s;
                -webkit-transition-duration: .3s;
                
            }*/

            .footer-list li a:hover {
                color: rgb(255, 255, 255);

            }

                .footer-list li a:hover i {
                    color: rgb(255, 255, 255);
                    padding-left:20px;
                      -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
                }

.footer-recent-post {
    margin: 15px 0px;
}

.footer-recent-post-thumb {
    width: 25%;
    float: left;
}

.footer-recent-post-content {
    width: 75%;
    padding-left: 10px;
    float: left;
}

    .footer-recent-post-content a {
        color: rgb(204, 204, 204);
        line-height: normal;
        font-size: 15px;
        font-weight: 400;
        margin-top: -5px;
        display: block;
    }

        .footer-recent-post-content a:hover {
            color: rgb(255, 255, 255);
        }

    .footer-recent-post-content span {
        font-size: 13px;
        font-weight: 400;
    }

.footer-tags a {
    background: rgb(34, 34, 34);
    padding: 10px 15px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 400;
    margin-top: 4px;
    display: inline-block;
}

    .footer-tags a:hover {
        background: rgb(71, 88, 143);
    }

.footer-bar {
    background: rgb(42, 42, 42);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}

    .footer-bar span {
        color: rgb(71, 88, 143);
        font-size: 15px;
        font-weight: 400;
    }

     .footer-bar p {
         font-weight: 500;
        font-size: 14px;
       text-align:center;
    }


@media screen and (max-width:767px) {
    footer {
        padding-top: 50px;
    }

    .footer-bar {
        margin-top: 50px;
    }
}

.blueText {
    color: rgb(71, 88, 143) !important;
}

.owl-carousel {
    direction: ltr;
}

.floating_r {
    direction: rtl !important;
}

.floating_l {
    direction: ltr !important;
    text-align:left;
    /*float:left;*/
}
.pl-10 {
    padding-left:10px;
}
.smallfont {
    font-size:13px;
}
.mediumfont {
    font-size: 16px  !important;
}
.Largfont {
    font-size: 24px !important;
    font-weight:700;
}
.titele {
    color:rgb(71, 88, 143);
    font-size:16px;
    font-weight:500;
    text-align:right;
}
.pt-110 {
    padding-top: 110px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-40 {
    margin-top:40px;
}
.mt-20 {
    margin-top:20px;
}
.mt-10 {
    margin-top:10px;
}
.mb-40 {
    margin-bottom: 40px;
}
/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single
{
    background: #ffffff;
    box-shadow: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CBD5DD;
    border-radius: 2px;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 4px 12px;
    position: relative;
    width: 100%;
}

.chosen-container-multi .chosen-choices li.search-choice
{
    background: #f1f1f1;
    border: 1px solid #ededed;
    border-radius: 2px;
    box-shadow: none;
    color: #333333;
    cursor: default;
    line-height: 18px;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
}
.clearfix {
     clear: both;
}

.lable {
    text-align:right;
    font-size:14px;
    font-weight:500;
    direction:rtl;
}

.form-control {
   font-size:14px;
    font-weight:500;
}

.text-center-big p {
    line-height: 200%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
}

.color_text_warning {
    color:rgb(242, 66, 89);
}

.color_text_danger {
    color:#f8c44f;
}
.text-center {
    text-align:center;
}
.text-right {
    text-align:right;
}
hr {
    margin-top:10px;
}
.noview {
    display:none;
}
.Vul {
    border: 1px solid #f8c44f;
    text-align:right;
    background-color:#f8e8c5;
    /*opacity:0.4;*/
    color:#f8c44f;
    padding:20px;
    border-radius:5px;
}
.Vul li {
    direction:rtl;
    text-align:right;
    list-style:circle;
    font-size:13px;
    margin-bottom:5px;
    margin-right:10px;
}

.Sucess {
    border: 1px solid #008000;
    text-align:center;
    background-color:#c1edc1;
    color:#008000;
    padding:20px;
    border-radius:5px;
    direction:rtl;
}
.chosen-select {
    height: 45px ;
    padding: .375rem .75rem;
}
.color_withe {
    color:rgb(255, 255, 255) !important;
}
.color_Black {
    color: rgb(0, 0, 0) !important;
}
.fontbold {
    font-weight:700 !important;
}
.fontmedium {
    font-weight: 700 !important;
    font-size:18px;
}
.fontbig {
    font-weight: 700 !important;
    font-size: 20px;
}
