@font-face {
    font-family: "DroidKufi";
    src: url("../fonts/DroidKufi-Regular.ttf");
}

/* *[dir="rtl"] {
    font-family: "DroidKufi";
}

h1,h2,h3,h4,h5,h6[dir="rtl"] {
    font-family: "DroidKufi";
} */


/* menu items style */

.navigation .nav-menus-wrapper .nav-menu li a.active {
    color: #87162c;
}
.navigation .nav-menus-wrapper .nav-menu li:hover>a {
    color: #87162c;
}

/* Slider style */
.bg_cover {
    background-size: cover;
}
.main-btn:hover {
    background-color: #87162c;
    color: #fff;
}

/* About area style */


.about-content .about-title span {
    color: #87162c;
}
.about-image .single-image.image-4::before {
    top: -10px;
    left: -10px;
    background-color: #f39220;
}
.about-image .single-image.image-3::before {
    bottom: -10px;
    left: -10px;
    background-color: #87162c;
}
.about-image .single-image.image-2::before {
    right: -12px;
    bottom: -12px;
    background-color: #cad2da;
}

/* event page style */


.event-menu .menu-items li.active, .event-menu .menu-items li:hover {
    background-color: #87162c;
    color: #fff;
    border-color: #87162c;
}

.single-event .date {
    color: #87162c;
}

.main-btn.main-btn-2 {
    background-color: #87162c;
    color: #fff;
}

.single-event-2:hover .event-date {
    background-color: #87162c;
}
.single-event-2 .event-content .more:hover {
    color: #87162c;
}

/* about page style */
.about-content {
    max-width: 100%;
}

.single-teacher .teacher-social .social li a:hover {
    background-color: #87162c;
    border-color: #87162c;
    color: #fff;
}
.single-teacher .teacher-content .name a:hover {
    color: #87162c;
}

/* contact page style */
.single-contact-info .info-content .title {
    color: #87162c;
}
.single-contact-info .info-content p a:hover {
    color: #87162c;
}

/* footer style */
.footer-link .link-list li a:hover {
    color: #87162c;
}
.footer-widget-wrapper .footer-social li a:hover {
    background-color: #fff;
    color: #87162c;
}
.footer-widget-wrapper .footer-menu .menu li a:hover {
    color: #87162c;
}

.footer-link p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-top: 25px;
}

.footer-area {
    padding-top: 0;
}

/* back-to-top style */
.back-to-top:hover {
    color: #fff;
    background-color: #f39220;
}

/* Services style */
.service-heading {
    text-align: center;
}

.service-content .line {
    width: 150px;
    background: 0 0;
    border: 1px solid #07294d;
    margin-top: 25px;
    margin-left: 530px;
}

.box {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.training-topics {
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 0 60px;
    min-height: 198px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20,27,202,.17);
}
.service-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #07294d;
    margin-top: 25px;
}
.training-topics .icon {
    margin-bottom: -21px;
    transform: translateY(-50%);
    text-align: center;
}
.training-topics:hover h4, .training-topics:hover p {
    color: #fff;
}
.time-management:hover { 
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #5cdcf3 0%, #a1a2aa 100%);
}
.communication-skills:hover {
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}
.problem-solving:hover { 
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fcd770 0%, #b4dd7f 100%);
}
.work-etiquette:hover { 
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #0d46e1 0%, #eca147 100%);
}
.creative-thinking:hover {
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fdf486 0%, #6d66e6 100%);
}
.negotiation-skills:hover {
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #2980b9 0%, #2c3e50 100%);
}
.conflict-management:hover {
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #ffa96b 0%, #ff7d97 100%);
}
.team-management:hover {
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #71a5dc 0%, #22dd73 100%);
}
.leadership-skills:hover {
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #f39c12 0%, #16a085 100%);
}
.emotional-thinking:hover {
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #7f8c8d 0%, #f1c40f 100%);
}


/* Gallery style */
.campus-image-2 .more:hover {
    color: #87162c;
}

.gallery-page {
    padding-top: 0;
}

.campus-title span {
    color: #87162c;
}

/* FAQ style */

.faq-wrapper .accordion .card .card-header a {
    color: #87162c;
}

/* Blog style */
.single-blog .blog-content .blog-title a:hover {
    color: #87162c;
}
.single-blog .blog-content .meta li a:hover {
    color: #87162c;
}
.single-blog .blog-content .more:hover {
    color: #87162c;
}

.blog-title span {
    color: #87162c;
}

.faq-wrapper .accordion .card .question {
    position: relative;
}

.faq-wrapper .accordion .card .card-body .answer {
    position: relative;
}
/* Blog details style */
.blog-details-content .details-content .meta li a:hover {
    color: #87162c;
}

/* Training topics style */
.training-topicss-heading {
    text-align: center;
}
.training-topics-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #07294d;
    margin-top: 25px;
}
.training-topics-content .line {
    width: 150px;
    background: 0 0;
    border: 1px solid #07294d;
    margin-top: 25px;
}

/*===========================
training-topic sidebar
===========================*/
.training-topic-sidebar {
padding-right: 50px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .training-topic-sidebar {
    padding-right: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .training-topic-sidebar {
    padding-right: 0; } }
@media (max-width: 767px) {
    .training-topic-sidebar {
    padding-right: 0; } }
.training-topic-sidebar.right-sidebar {
    padding-right: 0;
    padding-left: 50px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .training-topic-sidebar.right-sidebar {
        padding-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .training-topic-sidebar.right-sidebar {
        padding-left: 0; } }
    @media (max-width: 767px) {
    .training-topic-sidebar.right-sidebar {
        padding-left: 0; } }
.training-topic-sidebar .sidebar-title .title {
    font-weight: 500;
    font-size: 24px;
    color: #07294D; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .training-topic-sidebar .sidebar-title .title {
        font-size: 20px; } }
    @media (max-width: 767px) {
    .training-topic-sidebar .sidebar-title .title {
        font-size: 20px; } }
.training-topic-sidebar ul {
    padding-top: 15px; }
    .training-topic-sidebar ul li {
    padding: 14px 0;
    border-bottom: 1px solid #DBDBDB;
    font-weight: 500;
    font-size: 14px;
    color: #303030; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .training-topic-sidebar ul li {
        font-size: 12px; } }
    .training-topic-sidebar ul li:last-child {
        border-bottom: 0; }
    .training-topic-sidebar ul li strong {
        display: block;
        float: right;
        font-weight: 500; }

.training-topic-sidebar-category {
background-color: #F1F1F1;
padding: 30px 25px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .training-topic-sidebar-category {
    padding: 25px 20px; } }
.training-topic-sidebar-category .category-items {
    padding-top: 15px; }

.training-topic-sidebar-post {
background-color: #F1F1F1;
padding: 30px 25px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .training-topic-sidebar-post {
    padding: 25px 20px; } }
.training-topic-sidebar-post .post-items {
    padding-top: 15px; }
    .training-topic-sidebar-post .post-items li + li {
    border-top: 1px solid #DBDBDB; }
    .training-topic-sidebar-post .post-items li .single-post {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .training-topic-sidebar-post .post-items li .single-post .post-content {
        padding-left: 15px;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .training-topic-sidebar-post .post-items li .single-post .post-content .post-title a {
        font-weight: 600;
        font-size: 16px;
        color: #07294D;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .training-topic-sidebar-post .post-items li .single-post .post-content .post-title a:hover {
            color: #0C8B51; }
        .training-topic-sidebar-post .post-items li .single-post .post-content .more {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.02em;
        color: #151515;
        margin-top: 10px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .training-topic-sidebar-post .post-items li .single-post .post-content .more i {
            font-size: 11px; }
        .training-topic-sidebar-post .post-items li .single-post .post-content .more:hover {
            color: #0C8B51; }

.training-topic-sidebar-banner a {
display: block; }
.training-topic-sidebar-banner a img {
    width: 100%; }

.training-topic-sidebar-tags {
background-color: #F1F1F1;
padding: 30px 25px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .training-topic-sidebar-tags {
    padding: 25px 20px; } }
.training-topic-sidebar-tags .tags-items {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px; }
    .training-topic-sidebar-tags .tags-items li {
    border-bottom: 0;
    display: inline-block;
    padding: 3px 10px; }
    .training-topic-sidebar-tags .tags-items li a {
        font-weight: 500;
        font-size: 14px;
        color: #07294D;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .training-topic-sidebar-tags .tags-items li a:hover {
        color: #0C8B51; }

/* Training methods style */
.training-methods-heading {
    text-align: center;
}
.training-methods-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #07294d;
    margin-top: 25px;
}
.training-methods-content .line {
    width: 150px;
    background: 0 0;
    border: 1px solid #07294d;
    margin-top: 25px;
    margin-left: 530px;
}

/* Evaluation and Criteria style */
.evaluation-criteria-heading {
    text-align: center;
}
.evaluation-criteria-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #07294d;
    margin-top: 25px;
}
.evaluation-criteria-content .line {
    width: 150px;
    background: 0 0;
    border: 1px solid #07294d;
    margin-top: 25px;
    margin-left: 530px;
}

/* Trainers style */



.trainers-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #07294d;
    margin-top: 25px;
}
.trainers-content .line {
    width: 150px;
    background: 0 0;
    border: 1px solid #07294d;
    margin-top: 25px;
    margin-left: 530px;
}

/* video styles */
.campus-content .play:hover {
    color: #87162c;
}

.slider-content-2 {
    margin-left: 0;
    max-width: 100%;
}

.blog-sidebar-post .post-items li .single-post .post-content .post-title a:hover {
    color: #87162c;
}
.blog-sidebar-post .post-items li .single-post .post-content .more:hover {
    color: #87162c;
    ;
}
/*PRELOADING------------ */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #1b3e60;
    border-right: 16px solid #f39220;
    border-bottom: 16px solid #88182d;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
/*   
  #myContent {
    display: none;
  } */

  /* Other custom design styles*/
.navigation .nav-menus-wrapper .nav-menu li {
    margin-left: 40px;
}
.row>* {
padding-right: 0;
 padding-left: 0;
}

.header-top-wrapper .header-top-right .header-link a {
    margin-left: 45px;
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }

    .navigation .nav-toggle {
        display: none;
    }
}