    @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
    @import url('https://fonts.googleapis.com/css?family=Cairo');
    body {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        position: relative;
        padding-bottom: 200px;
        min-height: 100vh;
    }
    
    input:focus {
        outline: 0;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 700;
        font-size: 1.7em;
    }
    
    a:hover {
        text-decoration: none
    }
    
    b {
        font-weight: 900;
        color: #6e6e6e;
    }
    
    input:focus,
    .btn:focus {
        outline: none;
        border: none;
        box-shadow: none
    }
    
    .loadinga {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        overflow: hidden;
        background: #424141eb;
        z-index: 999999;
    }
    
    .loadinga .intro {
        width: 100%;
        margin: 13% auto;
        overflow: hidden;
    }
    
    .loadinga .intro img {
        width: auto;
        margin: 0 auto;
        height: auto;
    }
    
    .custom-container {
        max-width: 1366px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .slider-prints .item {
        height: 200px;
        overflow: hidden
    }
    
    @media (max-width: 768px) {
        .custom-container {
            width: 95% !important;
        }
    }
    
    @media (max-width: 992px) {
        .custom-container {
            width: 95% !important;
        }
    }
    
    @media (min-width: 1200px) {
        .custom-container {
            max-width: 1366px !important;
        }
    }
    /*
    ==================================
        [ image & Video ] full screen pop up
    ==================================
*/
    
    .popup-full-screen{
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.93);
        display: none;
    }
    .slider-full-screen {
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.88);
        display: none;
    }

    .popup-full-screen{
        text-align: center;
    }

    .popup-full-screen-graphic{
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.93);
        display: none;
    }

    .popup-full-screen-graphic{
        text-align: center;
    }

    .popup-full-screen-graphic .inner-pop{
        display: inline-block;
        width: 50%;
        /*height: 25%;*/
        overflow: hidden;
        margin: 150px auto;
        background: transparent;
    }
    .popup-full-screen-graphic .inner-pop img{
        width: 100%;
        /*height: 100%;*/
    }

    .popup-full-screen-graphic i{
        position: absolute;
        left: 3%;
        top: 5%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 25px;
        cursor: pointer;
        color: #ddd;
        transition: 0.2s ease-in-out;
        z-index: 99999;
    }
    
    .popup-full-screen-graphic i:hover {
        color: red
    }
    
    .slider-full-screen .owl-item img {
        width: 85% !important;
        margin: 6% auto !important
    }
    #slider-full-screen-tow .owl-item img{
        width: 40% !important;
    }
    
    .slider-full-screen .slider-home-one .owl-nav .owl-next,
    .slider-full-screen .slider-home-one .owl-nav .owl-prev {
        font-size: 70px !important;
    }
    
    .slider-full-screen .slider-home-one .owl-nav .owl-next {
        right: 13% !important;
    }
    
    .slider-full-screen .slider-home-one .owl-nav .owl-prev {
        left: 13% !important;
    }
    
    .popup-full-screen i,
    .slider-full-screen i {
        position: absolute;
        left: 3%;
        top: 5%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 25px;
        cursor: pointer;
        color: #ddd;
        transition: 0.2s ease-in-out;
        z-index: 99999;
    }
    
    .popup-full-screen i:hover,
    .slider-full-screen i:hover {
        color: red
    }
    
    .popup-full-screen .inner-pop {
        width: 50%;
        display: inline-block;
        /*height: 65%;*/
        overflow: hidden;
        margin: 50px auto;
        background: transparent;
    }
    .slider-full-screen .inner-pop {
        width: 70%;
        height: 81%;
        overflow: hidden;
        margin: 50px auto;
        /*background-color: #fff*/
        /*background: #000000d4;*/
    }
    
    .popup-full-screen .inner-pop img{
        width: 100%;
        height: 100%;
    }
    .slider-full-screen .inner-pop {
        /*width: 100%;*/
        height: 100%;
    }
    
    .vedio-full-screen .inner-pop img {
        width: auto;
        max-width: 98%
    }
    
    #slider-full-screen-tow .slider-home-one .owl-nav {
        top: 42%;
    }
    /*
    ===================================
        Header [Top nav and Main nav]
    ===================================
*/
    /*Top nav*/
    
    header {
        background: #f5f5f5;
        margin-bottom: 20px
    }
    
    .menu-right .logo {
        margin-top: 10px;
    }
    
    .menu-right .logo img {
        float: right;
    }
    
    .logolarge {
        max-width: 75%;
        margin: 0 auto;
    }
    
    .all-navbar .top-nav {
        overflow: hidden;
        background: #E1E1E1;
        min-height: 80px;
        margin-bottom: 20px;
    }
    
    .top-nav .form-login {
        width: 50%;
        float: left;
        margin-top: 26px;
    }
    
    .social-contact {
        width: 50%;
        float: right;
        text-align: left;
        overflow: hidden;
        margin-top: 17px;
    }
    
    .top-nav .form-login .btn-login,
    .social-contact .btn-contact-us,
    .btn-contact-us-xs {
        background-color: #bebebe;
        width: 110px;
        height: 26px;
        line-height: 11px;
        color: #f7f7f7;
        border-radius: 1px;
        border: 1px solid #fff;
        margin-right: 10px;
        transition: 0.2s ease-in-out
    }
    
    .top-nav .form-login .btn-login:hover,
    .social-contact .btn-contact-us:hover,
    .btn-contact-us-xs:hover {
        background-color: #2A5CAA;
        color: #f7f7f7;
    }
    
    .top-nav .form-login .btn-login {
        margin-left: 20px;
        margin-right: 10px;
    }
    
    .form-login form {
        display: inline-block;
    }
    
    .form-login form input {
        padding: 2px 10px;
        color: #a9a9a9;
        border-radius: 1px;
        border: 1px solid #bebebe;
    }
    
    .form-login form button {
        padding: 2px 10px;
        background: #bebebe;
        border: 1px solid #bebebe;
        margin-left: -6px;
        color: #fff;
        transition: 0.2s ease-in-out
    }
    
    .form-login form button:hover {
        background-color: #2A5CAA;
        color: #f7f7f7;
    }
    
    .social-contact .btn-contact-us {
        margin-right: 0;
    }
    
    .social-contact ul {
        display: inline-block;
        vertical-align: middle;
        margin-top: 5px;
        padding: 0;
    }
    
    .social-contact ul li {
        display: inline-block;
        margin-left: 8px;
    }
    
    .social-contact ul li i {
        color: #fff;
        background: #d2d2d2;
        width: 36px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #f7f7f7;
        border-radius: 50%;
        font-size: 1.7em;
        transition: 0.2s ease-in-out
    }
    
    .social-contact ul li i:hover {
        background-color: #2A5CAA;
        color: #f7f7f7;
    }
    
    .top-nav .social-contact .lang {
        font-size: 24px;
        font-weight: 900;
        background: #bebebe;
        padding: 0px 5px;
        color: #fff;
        border: 1px solid #fff;
        float: right;
        transition: 0.2s ease-in-out;
        margin-right: 20px;
        font-weight: normal;
        padding-bottom: 5px;
    }
    
    .top-nav .social-contact .lang:hover {
        background-color: #2A5CAA;
    }
    /*Main Nav*/
    
    .navbar-default .navbar-collapse {
        padding: 0;
    }
    
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0 !important
    }
    
    .main-nav nav {
        background: transparent !important;
        border: 0;
    }
    
    .main-nav nav ul.navbar-nav li {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    
    .main-nav nav ul.navbar-nav li:last-of-type {
        margin-right: 0
    }
    
    .main-nav nav ul.navbar-nav li a {
        color: #fff;
        background: #aaaaaa;
        padding: 8px 18.2px;
        font-size: 16px;
        transition: 0.2s ease-in-out
    }
    
    .main-nav nav ul.navbar-nav li:hover a,
    .main-nav nav ul.navbar-nav li.active:hover a,
    .navbar-default .navbar-nav>li>a:focus {
        background-color: #2A5CAA;
        color: #fff;
    }
    
    .main-nav nav ul.navbar-nav li.active a {
        background: #F58220;
        color: #fff;
    }
    /*
    =====================
        HOME PAGE
    =====================
*/
    /*Section Slider*/
    
    .home-slider {
        margin: 10px 0;
        margin-top: 5px;
    }
    
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        min-width: 100%
    }
    
    .home-slider .carousel-control {
        text-shadow: none;
        top: 50% !important;
        width: 34px;
        background: transparent;
    }
    
    .carousel-control:hover {
        color: #F58220;
        opacity: 0.7
    }
    
    .carousel-control.right {
        right: 45px;
    }
    
    .carousel-control.left {
        left: 45px;
    }
    
    .carousel-indicators li {
        background: #F58220;
        opacity: 0.7;
        width: 15px;
        height: 15px;
    }
    
    .carousel-indicators .active {
        background: #2A5CAA;
        opacity: 0.7;
        width: 17px;
        height: 17px;
    }
    /*Wellcom */
    
    .block-text {
        color: #888;
        margin: 20px 0;
        line-height: 1.7;
    }
    
    .wellcom ul.ul-text {
        color: #888;
    }
    
    .wellcom ul.ul-text li {
        margin-bottom: 7px
    }
    /* Section Vedioes*/
    
    .vedioes .content {
        border-top: 1px solid #888;
        border-bottom: 1px solid #888;
        padding: 20px 0;
        padding-bottom: 3px;
    }
    
    .vedioes .content .item-box {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin-bottom: 20px
    }
    
    .vedioes .content .item-box iframe,
    .vedioes .content .item-box video {
        width: 100% !important;
        height: 200px !important;
    }
    
    .vedioes .slider-box {
        padding: 0 15px;
    }
    
    .vedioes .content .item-box .box_skitter_large img {
        max-width: 100% !important;
    }
    
    .block-box {
        position: relative
    }
    
    .full-screen-icon {
        position: absolute;
        top: 10px;
        right: 25px;
        z-index: 999;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    
    .slider-home-one .owl-nav {
        margin: 0 !important;
        position: absolute;
        top: 45%;
        width: 100%
    }
    
    .slider-home-one .owl-nav .owl-next,
    .slider-home-one .owl-nav .owl-prev {
        font-weight: 900 !important;
        color: #F58220 !important;
        font-size: 40px !important;
        ;
        position: absolute !important;
        opacity: 0.6;
    }
    
    .slider-home-one .owl-nav .owl-next {
        right: 10px
    }
    
    .slider-home-one .owl-nav .owl-prev {
        left: 10px
    }
    
    .owl-theme .owl-nav [class*="owl-"]:hover,
    .owl-theme .owl-nav [class*="owl-"]:focus {
        background: transparent !important;
        opacity: 1;
    }
    
    .slider-box-tow .item {
        height: 200px;
        overflow: hidden
    }
    
    .slider-box-tow .item img {
        height: auto !important;
    }
    /*footer*/
    
    footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px 0;
        background-color: #c8c8c8;
        margin-top: 50px;
    }
    
    footer .nav-footer {
        text-align: center;
    }
    
    footer .nav-footer ul li {
        display: inline-block;
        margin-bottom: 5px;
        position: relative;
    }
    
    footer .nav-footer ul li:after {
        content: '';
        height: 20px;
        width: 1px;
        background: #fff;
        position: absolute;
        top: 1px;
        left: 0
    }
    
    footer .nav-footer ul li:first-of-type:after {
        height: 0;
        width: 0;
    }
    
    footer .nav-footer ul li a {
        color: #6a6766;
        padding: 8px;
        transition: 0.2s ease-in-out;
        padding-left: 13px;
    }
    
    footer .nav-footer ul li a:hover {
        color: #2A5CAA;
        text-decoration: none;
    }

    footer .nav-footer ul li.active a{
        color: #2A5CAA;
    }
    
    footer .border-right {
        border-right: 1px solid #fff;
    }
    
    footer .border-left {
        border-left: 1px solid #fff;
    }
    /*My Lib*/
    
    .padding-section {
        padding: 40px 0
    }
    
    .main-color {
        color: #2A5CAA;
    }
    
    .second-color {
        color: #F58220;
    }
    
    img.full-screen {
        cursor: pointer;
    }
    img.full-screen-graphic {
        cursor: pointer;
    }
    
    .off-white {
        background-color: #f5f5f5
    }
    /*
    ================
        About Page 
    ================
*/
    
    .about-us {
        padding: 20px 0 !important
    }
    
    .about-us .title-section,
    .mangement .title-section,
    .content .title-section, .library .content-item .title-section {
        border-left: 2px solid #aaa;
        padding-left: 20px;
        font-size: 1.8em;
    }
    
    .about-us .block-text {
        font-size: 17px;
        max-width: 70%;
    }
    
    .tabs-nav-lg {
        margin-top: 120px;
        /*padding-right: 35px;*/
        /*padding-left: 60px;*/
    }
    .tabs-list{
        padding-right: 0 !important
    }
    .tabs-nav-lg .tabs-list li {
        width: 100%;
        display: block;
        cursor: pointer;
        transition: 0.3s ease-in-out;
        color: #aaa;
        position: relative;
        border-top: 1px solid #aaa;
        padding: 14px 0;
        text-align: left;
        padding-left: 25px;
    }
    
    .tabs-nav-lg .tabs-list li:last-child {
        border-bottom: 1px solid #aaa;
    }
    
    .tabs-nav-lg .tabs-list li:before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #aaa;
        position: absolute;
        left: 0;
        top: 20px;
    }
    
    .tabs-nav-lg .tabs-list li:hover {
        color: #2A5CAA;
    }
    
    .tabs-nav-lg .tabs-list li:hover:before {
        background: #2A5CAA;
    }
    
    .tabs-nav-lg .tabs-list li.active {
        color: #F58220;
    }
    
    .tabs-nav-lg .tabs-list li.active:before {
        background: #F58220;
    }
    
    .content-list .block:not(:first-child) {
        display: none;
    }
    
    .about-us .content-list .content-one .content-item .item-image,
    .content-three .item-image,
    .content-five .item-image {
        padding: 20px 10px;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
        margin-top: 40px;
    }
    
    .content-one .content-item .item-image {
        max-width: 70%
    }
    
    .content-tow .texts-block {
        overflow: hidden;
    }
    
    .content-tow .texts-block .item-text {
        width: 50%;
        float: left;
    }
    
    .content-tow .texts-block .item-text .block-text {
        font-size: 15px;
        max-width: 99%;
        padding-right: 20px;
        margin: 0;
    }
    
    .content-tow .texts-block .tow .block-text {
        margin-bottom: 10px
    }

    .about-us .content-tow .texts-block .tow .block-text {
        margin-bottom: 20px
    }
    
    .content-tow .item-image {
        margin: 40px 0;
        padding: 20px 10px;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }
    
    .content-three .block-text,
    .content-five .block-text {
        max-width: 99.9%;
    }
    
    .content-three .item-image,
    .content-tow .item-image {
        padding: 20px
    }
    
    .content-three .block-text ul li h4 {
        margin-bottom: -11px;
        font-size: 16px;
        color: #6e6e6e;
    }
    
    .content-three .block-text ul li p {
        font-size: 15px;
        max-width: 98%;
    }
    
    .content-three .content-three .item-image {
        margin-top: 80px;
    }
    
    .content-four .item-image {
        padding: 20px 0;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
        /*margin-top: 51px;*/
    }
    
    .content-four .item-image img {
        max-width: 90%;
    }
    
    .tabs-nav-sm {
        margin: 20px 0;
    }
    
    .tabs-nav-sm .tabs-list {
        text-align: center
    }
    
    .tabs-nav-sm .tabs-list li {
        display: inline-block;
        cursor: pointer;
        transition: 0.3s ease-in-out;
        color: #aaa;
        position: relative;
        text-align: center;
        font-weight: bold;
        margin-bottom: 5px;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 2px solid #aaa
    }
    
    .tabs-nav-sm .tabs-list li:last-of-type {
        border-right: 0;
    }
    
    .tabs-nav-sm .tabs-list li.active {
        color: #F58220;
        border-color: #F58220;
    }
    
    .tabs-nav-sm .tabs-list li:hover {
        color: #2A5CAA;
        border-color: #2A5CAA;
    }
    
    .content-five .item-image {
        max-width: 80%;
        margin-top: 0
    }
    /*
    =====================
    management-consulting
    =====================
    */
    
    .mangement-pop {
        background-color: #ffffffe8;
    }
    
    .mangement .img-signatour {
        margin-top: 88px
    }
    
    .mangement .item-image {
        max-width: 90% !important;
        /*padding: 20px 0;*/
        /*border: 0;*/
    }
    
    .mangement .item-image img {
        margin-top: -20px
    }
    
    .mangement .content-tow .item-image {
        max-width: 99% !important;
        padding: 0;
        border: 0
    }
    
    .mangement .content-five .item-image {
        margin-top: 55px
    }
    
    .mangement .content-five .item-image img {
        margin: 0
    }
    
    .mangement .content-five .image-text .text p {
        color: #605d5d;
    }
    
    .mangement .content-five .image-text .img-signatour {
        margin-top: 30px
    }
    
    .show-1024 {
        display: none
    }
    
    .show-m-max-834 {
        display: none
    }
    
    .mangement .title-section {
        line-height: 1.6
    }
    /*.mangement .content-sex .item-image img,
    .mangement .content-one .item-image img,
    .mangement .content-tow .item-image img {
        margin-top: 20px !important;
    }*/
    /*
    ==================
        success Page
    ==================
    */
    
    .success .block-text {
        max-width: 94%;
    }
    
    .success .images-success {
        margin: 20px 0;
        padding-right: 80px;
    }
    
    .success .images-success .item {
        width: 100%;
        border: 1px solid #aaa;
        overflow: hidden;
        position: relative;
        margin-bottom: 29px;
        height: 198px;
    }
    
    .success .item .success-img {
        transition: 0.7s ease-in-out;
        height: 100%;
        width: 100%;
        margin: 0 auto;
    }
    
    .success .item .success-img:hover {
        transform: scale(1.2);
    }

    .library-img {
        transition: 0.7s ease-in-out;
        cursor: pointer;
    }
    
    .library-img:hover {
        transform: scale(1.2);
    }
    
    .success .images-success .item .item-caption {
        height: 39px;
        background: #444444a6;
        color: #fff;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        overflow: hidden;
        text-align: center
    }
    
    .success .images-success .item .item-caption p {
        width: calc(100% - 39px);
        float: right;
        text-align: right;
        line-height: 39px;
        text-align: center;
        font-weight: bold;
    }
    
    .success .images-success .item .item-caption .dw-icon {
        width: 39px;
        height: 39px;
        float: left;
        background: #444
    }
    
    .success .images-success .item .item-caption .dw-icon img {
        max-width: 100%;
    }

    .item-caption-new {
        height: 39px;
        background: rgb(230,230,230);
        color: #7a7a7a;
        /* position: absolute; */
        margin: 0 auto;
        bottom: 0;
        /*width: 30%;*/
        left: 0;
        overflow: hidden;
        text-align: center;
    }
    
    .item-caption-new p {
        width: calc(100% - 39px);
        float: left;
        text-align: right;
        line-height: 39px;
        text-align: center;
        /*font-weight: bold;*/
    }
    
    .item-caption-new .dw-icon {
        width: 39px;
        height: 39px;
        float: right;
        background: rgb(210,210,210);
    }
    
    .item-caption-new .dw-icon img {
        max-width: 100%;
    }
    /*
        SUCCESS FULL SCREEN
    */
    
    .full-screen-s {
        cursor: pointer;
    }
    
    .popup-full-screen-success {
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 9999;
        top: 0;
        right: 0;
        background-color: rgb(0, 0, 0, 0.8);
        display: none;
    }
    
    .popup-full-screen-success img {
        /*height: 100%;*/
        width: 75%;
    }
    
    .popup-full-screen-success i {
        position: absolute;
        left: 3%;
        top: 5%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 25px;
        cursor: pointer;
        color: #ddd;
        transition: 0.2s ease-in-out;
        z-index: 99999;
    }
    
    .popup-full-screen-success i:hover {
        color: red
    }
    
    .popup-full-screen-success .inner-pop {
        width: 100%;
        height: 100%;
        margin: 50px auto;
    }
    
    .success .block-text {
        margin-bottom: 44px;
    }
    
    .success .content-tow .table-list {}
    
    .success .content-tow .table-list table th,
    .success .content-tow .table-list table td {
        text-align: center;
    }
    
    .success .content-tow .table-list table td {
        padding: 25px 10px;
        vertical-align: middle;
        /*padding-top: 50px*/
    }

    .success .content-tow .table-list table th{
        vertical-align: middle;
    }
    
    .success .content-tow .table-list table td.image {
        /*padding: 30px 20px*/
    }
    
    .success .content-tow .table-list table td.image img {
        max-width: 200px;
        margin: 0 auto;
        height: 120px;
    }
    /*
    ====================
        Clients Page
    ==================
*/
    
    .clients .content-one {
        padding-right: 80px
    }
    
    .clients .content-one .images-clients {
        background: #f0f0f0;
        width: 100%;
        overflow: hidden;
        padding: 30px;
    }
    
    .clients .content-one .images-clients .item {
        border: 1px solid #aaa;
        overflow: hidden;
        margin-bottom: 30px;
        background: #fff
    }
    
    .clients .content-one .images-clients .item img {
        margin: auto
    }
    
    .tabs-nav-lg .signatur-img {
        margin-top: 150px;
    }
    
    .images-testemonlias {
        margin-right: 57px;
        margin-top: 30px
    }
    
    .images-testemonlias .item {
        width: 100%;
        height: auto;
        border: 1px solid #aaa;
        overflow: hidden;
        position: relative;
        margin-bottom: 29px;
        background: #f5f5f5;
    }
    
    .images-testemonlias .item img {
        transition: 0.7s ease-in-out
    }

    .client-img{
        cursor: pointer;
    }
    
    .images-testemonlias .item img:hover{
        transform: scale(1.1);
    }

    .client-img {
        transition: 0.5s ease-in-out
    }
    .client-img:hover{
        transform: scale(1.15);
    }
    
    .mangement .content-sex .item-image img {
        margin-top: 20px
    }
    /*

    ================
        training
    ================
*/
    
    .training .content-one .signatour-image {
        margin-top: 50px;
    }
    
    .training .content-one .item-image {
        padding: 20px 10px;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
        margin-top: 40px;
    }
    
    .training .content-one .item-image img {
        margin-top: 0
    }
    
    .training .training-block .training-posts {
        width: 82%;
        background: #f0f0f0;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 30px
    }
    
    .training .training-block .training-posts .post {
        background: #fff;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ddd;
    }
    
    .training .training-block .training-posts .head-post {
        margin-bottom: 20px
    }
    .head-post .title {
        font-size: 15px;
        color: #646464;
    }
    .training .training-block .training-posts .post h4.title {
        font-size: 1.4em;
        line-height: 1.7;
        margin: 25px 10px;
        color: #2A5CAA;
    }
    
    .training .training-block .training-posts .post p.exerpt {
        color: #000;
        line-height: 1.7;
        padding: 0 10px;
    }
    
    .training .training-block .training-posts .post-buttons {
        width: 100%;
    }
    
    .training-posts .post-buttons a,
    .training-posts a {
        border: 0;
        border-radius: 0;
        color: #fff;
        opacity: 0.8;
        transition: 0.2s ease-in-out;
    }
    
    .training-posts .post-buttons a:not(:first-child):hover,
    .training-posts a:not(:first-child) {
        opacity: 1;
    }
    
    .training-posts .post-buttons a.fees,
    .training-posts a.fees {
        background: #8db6cd;
    }
    
    .training-posts .post-buttons a.seat-now, .training-posts form button.seat-now,
    .training-posts a.seat-now {
        background: #f6e3d3;
        color: #444;
    }
    
    .training-posts .post-buttons a.read-more {
        background: #7f7f7fc2;
    }

    .form-register label{
        font-weight: normal;
    }
    /*
        ===================
            training show
        ===================
    */
    
    .show-post {
        width: 100% !important;
        background: #fff !important;
    }
    
    .show-post .post {
        border: 0 !important
    }
    
    .show-post .post .body-post {}
    
    .training-posts a.fees, .training-posts .post-buttons a {
        opacity: 0.7;
    }
    
/*    .training-posts a.fees:hover {
        opacity: 1;
        color: #fff
    }*/
    /*
        ===================
            research
        ===================
    */
    
    .research .content-one .col-md-5 .item-image {
        margin-top: 45px;
    }
    
    .research .content-one .col-md-5 .item-image img {
        margin-top: 0;
    }
    /*
    ==================
        CONTACT
    ==================
*/
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .form-control {
        border-radius: 1px;
        height: 30px;
        border: 1px solid #e8e8e8;
    }
    
    .form-control:focus {
        box-shadow: none;
        border: 1px solid #ccc;
    }
    
    .contact .form-contact textarea {
        min-height: 230px;
        background: #f5f5f5
    }
    
    .contact .form-contact .recaptcha {
        margin-top: 20px;
    }
    
    .contact .form-contact .send {
        width: 95px;
        height: 38px
    }
    
    .contact .block-texts {
        margin-top: 60px;
        padding: 20px;
    }
    
    .contact h6 {
        font-size: 1em;
        line-height: 1.7;
    }
    
    .contact ul.block-text {
        margin: 30px auto;
        /*font-weight: 600;*/
    }
    
    .contact .email,
    .contact .sua {
        display: block;
        color: #888;
        /*font-weight: 600;*/
    }
    
    .contact .img-signatour {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto
    }
    /*
    ==================
        Privacy Policy
    ==================
*/
    
    .privacypolicy {
        max-width: 85%;
    }
    
    .privacypolicy ul.block-texts {
        margin: 30px 0
    }
    
    .privacypolicy ul.block-texts li {
        margin-bottom: 30px
    }
    
    .privacypolicy ul.block-texts li h5 {
        font-size: 1.2em;
        line-height: 1.7;
        color: #777676;
        margin-bottom: 0;
    }
    
    .privacypolicy ul.block-texts li p {
        margin-top: 0;
    }
    /*
    ========================
        sitemap
    ========================
*/
    
    .sitemap ul.block-texts {
        margin: 30px 0;
        border: 1px solid #aaa;
        margin-right: 20px;
    }
    
    .sitemap ul.block-texts li {
        margin-bottom: 10px
    }
    
    .sitemap ul.block-texts li h4.title-li {
        background-color: #eaeff6;
        padding: 15px 10px;
        margin-top: 0;
        color: #747474;
        font-weight: 600;
        font-size: 1.3em;
    }
    
    .sitemap ul.block-texts li h6 {
        padding: 3px 17px;
        font-size: 1.0em;
        font-weight: 600;
        color: #888;
        margin-bottom: 0;
    }

    .sitemap ul.block-texts li h6 a{
        color: #bbb;
    }

    .sitemap ul.block-texts li h6 a:hover{
        color: #337ab7;
        font-size: 1.2em;
        transition: 0.8s ease-in-out;
    }
    
    .sitemap ul.block-texts li h6.main-color {
        color: #2A5CAA;
    }
    /*
    ==========================
        Library
    =========================
    */
    
    .library .media {
        margin: 30px 0;
        width: 85%;
    }
    
    .library .media .media-tabs-buttons {
        padding: 0;
        margin-bottom: 0;
        width: 100%;
        overflow: hidden;
    }
    
    .library .media .media-tabs-buttons li {
        display: inline-block;
        background: #aaa;
        border: 1px solid #dcdcdc;
        color: #fff;
        margin-bottom: 0;
        width: 250px;
        height: 40px;
        line-height: 40px;
        font-weight: 600;
        cursor: pointer;
    }
    
    .library .media .media-tabs-buttons li.active {
        background: #f5f5f5;
        color: #888;
        border-bottom: 0
    }
    
    .media .media-content-list {
        border: 1px solid #ddd;
        border-top: 1px solid #f5f5f5;
        margin-top: 0;
        padding: 60px 0
    }

    .media .media-one {    
        padding: 26px 0 18px 0;
    }
    .media .media-border{
        border-top: 1px solid #c8c8c8;
        width: 75%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .media .media-border2{
        border-top: 1px solid #c8c8c8;
        width: 75%;
        margin: 0 auto;
        margin-top: 25px;
    }

    .owl-nav{
        direction: ltr;
    }
    
    .slider-box p.text-block,
    .video-box .text-block {
        display: block;
        margin-top: 30px;
        color: #aaa;
    }
    
    .media-tow .publications .item {
        position: relative;
        overflow: hidden;
        margin-bottom: 10px
    }
    
    .media-tow .publications .item .pdf-read,
    .library .library-post .post .pdf-read {
        height: 39px;
        background: #444444a6;
        color: #fff;
        position: absolute;
        bottom: 0;
        width: 80%;
        left: 0;
        overflow: hidden;
        text-align: center;
        line-height: 39px;
    }
    
    .media-tow .publications .item .pdf-read a,
    .library .library-post .post .pdf-read a {
        color: #fff
    }
    
    .media-tow .publications .item .pdf-read .dw-icon-img,
    .library .library-post .post .pdf-read .dw-icon-img {
        width: 39px;
        height: 39px;
        float: left;
        background: #444;
    }
    
    .media-three .video-box {
        width: 55%;
        overflow: hidden;
        margin: 1% auto;
    }
    
    .media-three .video-box video {
        max-width: 100%
    }
    
    .library .content-tow,
    .library .content-three,
    .library .content-four {
        width: 85%
    }
    
    .library .library-post {
        margin: 30px 0;
    }
    
    .library .library-post .post {
        border: 1px solid #aaa;
        margin-bottom: 20px;
        padding: 10px;
        position: relative
    }
    
    .library .library-post .post .thubnail {
        background: #f5f5f5
    }
    
    .library .library-post .post .thubnail img {
        height: 100%;
        margin: 0 auto;
    }
    
    .library .library-post .post .thubnail .info {
        background: #ffff;
        margin: 10px 0;
        font-weight: 600;
    }
    
    .library .library-post .post .thubnail .info .drname {
        font-weight: normal;
        color: #aaa
    }
    
    .post-content .exerpt {
        color: #888;
        line-height: 1.7;
        margin-right: 15px;
        margin-left: 0;
    }
    
    .library .library-post .post .pdf-read {
        width: 150px
    }
    
    .training-bags .post-content {
        margin: 20px 0;
        margin-bottom: 40px;
    }
    
    .library .regulations .post {
        padding: 0
    }
    
    .library .regulations .post .pdf-read {
        left: auto;
        right: 0;
    }

    .fc-toolbar .fc-right{
        font-size: 9px !important;
    }

    /*Start popup*/
        
        .popup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background-color: transparent;
            display: none;
        }
        
        .popup .inner {
            background-color: #FFF;
            border: 1px solid #CCC;
            padding: 20px;
            width: 500px;
            height: auto;
            left: 50%;
            position: fixed;
            margin-left: -250px;
            top: 50%;
            margin-top: -125px;
        }
        
        
        .popup .inner .close {
            position: absolute;
            font-weight: normal;
            font-size: 14px;
            top: 10px;
            left: 10px;
            padding: 8px 14px;
            background: #2A5CAA;
            border: 0;
            cursor: pointer;
            opacity: 0.8;
            color: #fff
        }
        
        .popup .inner .close:hover {
            opacity: 1;
        }
        
        .popup .inner ul {
            margin-top: 40px
        }
        
        .popup .inner ul li {
            margin-bottom: 10px;
            color: #aaa
        }
        
        span.show-popup {
            cursor: pointer;
            display: block;
            text-align: center;
            margin: 20px;
            background-color: #fff;
            width: 120px;
            padding: 10px;
            border-radius: 10px;
            font-weight: bold;
            color: #928440;
        }

        .sidebar .wedget-title {
            font-size: 16px;
            color: #888;
        }
        
        .sidebar .wedget-content {
            margin-bottom: 20px;
        }
        
        .sidebar .wedget-content ul {
            padding-left: 10px;
        }
        
        .sidebar .wedget-content ul li {
            margin-bottom: 5px
        }
        
        .sidebar .wedget-content ul li a {
            color: #747474;
            transition: 0.2s ease-in-out
        }
        
        .sidebar .wedget-content ul li a:hover {
            color: #F58220
        }
        
        .blog-post .posts {
            max-width: 70%;
            margin-top: 25px;
        }
        
        .blog-post .posts .post-item {
            padding: 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-bottom: 20px;
            width: 45%;
            position: relative;
            float: right;
            margin: 10px;
        }
        
        .blog-post .posts .post-item .head-item,
        .blog-post .posts .post-item .item-body {
            padding: 0 20px;
        }
        
        .blog-post .posts .post-item .head-item .title-post {
            font-size: 1.2em;
            color: #444
        }
        
        .blog-post .posts .post-item .head-item span {
            opacity: 0.7;
        }
        
        .blog-post .posts .post-item .head-item .author {
            margin-right: 10%;
        }
        
        .blog-post .posts .post-item .read-more {
            width: 150px;
            height: 40px;
            background: #444444a6;
            color: #fff;
            position: absolute;
            bottom: 0;
            right: 0;
            opacity: 0.7;
            text-align: center;
            line-height: 40px;
            transition: 0.2s ease-in-out
        }
        .blog-post .posts .post-item img{
            
        }
        .blog-post .posts .post-item .read-more:hover {
            opacity: 1;
        }
        
        .blog-post .posts .post-item i.fa-chevron-right {
            font-size: 11px;
        }

        /* Arabic Essay */

        .post.arabicEssay, .post.arabicEssay .row{
            direction: rtl;
            font-family: 'Cairo', sans-serif !important;
        }
        .post.arabicEssay .col-md-4{
            float: right;
        }
        .post.arabicEssay .head-post .exerpt{
            margin-right: 0px;
            margin-left: 15px;
        }
        .post.arabicEssay .info{
            margin-top: 10px;
            margin-right: 10px;
            margin-left: 0px;
        }
        .post.arabicEssay .pdf-read{
            left: 0 !important;
            right: unset !important;
        }
        .post.arabicEssay .pdf-read a{
            padding-left: 50px !important;
            padding-right: 0 !important;
        }
        .post.arabicEssay .pdf-read a img{
            position: absolute;
            right: unset !important;
            left: 0 !important;
            top: 0;
        }


        /* Arabic Package */
        .post.packageArabic{
            direction: rtl;
            font-family: 'Cairo', sans-serif !important;
        }
        .post.packageArabic .info{
            margin-right: 15px !important;
            margin-left: 0 !important;
        }
        .post.packageArabic .pdf-read{
            left: 0 !important;
            right: unset !important;
        }
        .post.packageArabic .pdf-read a{
            padding-left: 50px !important;
            padding-right: 0 !important;
        }
        .post.packageArabic .pdf-read a img{
            position: absolute;
            right: unset !important;
            left: 0 !important;
            top: 0;
        }

        .library .owl-carousel .owl-item img{
            display:block !important;
            height: 100% !important;
            margin: 0 auto !important;
            width: unset !important;
        }
        .library .slider-prints .item {
            height: 336px !important;
        }

        .arabicPost{
            direction: rtl;
            text-align: right;
            font-family: 'Cairo', sans-serif !important;
        }
        .arabicPost .head-post h4{
            direction: rtl;
            text-align: right !important;
            margin-right: 0 !important;
        }

        .arabicPost .post-content .exerpt{
            direction: rtl !important;
            text-align: right !important;
            margin-right: 0 !important;
            margin-left: 15px !important;
        }

        .arabicPost .post-content .post-buttons a{
            float: left !important;
            margin-left: 0 !important;
        }

        .table-list{
            overflow: auto;
        }