@font-face {
    font-family: CairoBold;
    src: url(../fonts/Cairo-Bold.ttf);
}


@font-face {
    font-family: CairoRegular;
    src: url(../fonts/Cairo-Regular.ttf);
}


body {
    font-family: CairoRegular;
}

header {
    padding: 30px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    font-family: CairoBold;
}

a {
    text-decoration: none !important;
}

a, input, textarea, button {
    outline: 0 !important;
    box-shadow: none !important;
}

header .navbar-light .navbar-nav .nav-link {
    color: #FFF;
    font-size: 18px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.7rem;
    padding-left: 1.7rem;

}

header .navbar-light .navbar-nav .active > .nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show > .nav-link,
header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover {
    color: #FFF;
}

header nav .navbar-nav > li {
    position: relative;
}

header nav .navbar-nav > li::after {
    content: " ";
    width: 50%;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    bottom: -5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}

header nav .navbar-nav > li.active::after, header nav .navbar-nav > li:hover::after {
    opacity: 1;
}

.header-scroll {
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-scroll nav {
    background: rgb(65, 11, 11);
    background: linear-gradient(90deg, rgba(65, 11, 11, 1) 0%, rgba(104, 0, 25, 1) 35%, rgba(85, 5, 48, 1) 100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 15px 0;
}

.navbar-toggler i {
    color: #FFF;
    font-size: 35px;

}

.navbar-toggler {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
}

/**********  Slider **********/
#slider {
    min-height: 100vh;
    padding: 100px 0;
    background: rgb(65, 11, 11);
    background: linear-gradient(90deg, rgba(65, 11, 11, 1) 0%, rgba(104, 0, 25, 1) 35%, rgba(85, 5, 48, 1) 100%);
}

#slider .slider-content {
    padding-top: 100px;
}

#slider .carousel-details {
    color: #fff;
    padding-top: 40px;
}

#slider .carousel-details h1 {
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#slider .carousel-details p {
    font-size: 30px;
}

#slider .carousel-details a {
    padding: 12px 80px;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    color: #FFF;
    border: 3px solid #FFF;
    margin-top: 30px;
    border-radius: 35px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#slider .carousel-details a:hover {
    background-color: #FFF;
    color: #5a0329;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/************** services ****************/
#services {
    padding: 60px 0 0 0;
}

#services h2, #clients h2, #partners h2, #contact_us h2 {
    text-align: center;
    font-size: 40px;
    color: #000;
    position: relative;
}

#services h2::after, #clients h2::after, #partners h2::after, #contact_us h2::after {
    content: " ";
    width: 13%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -13px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.carousel-item2 h3 {
    display: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 16px;
    text-align: center;
    background: rgb(30, 0, 18);
    background: linear-gradient(90deg, rgba(30, 0, 18, 1) 0%, rgba(104, 0, 25, 1) 35%, rgba(85, 5, 48, 1) 90%);
    box-sizing: border-box;
    color: #FFF;
    padding: 20px 0 15px;
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
    position: relative;
    margin-top: -54px;
}

.carousel-item2.active h3 {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/**************** Our promise ******************/
#our_promise {
    padding: 70px 0;
    background-image: url("../images/our-promise-bg.png");
    background-size: cover;
    background-position: center center;
}

#our_promise h2 {
    text-align: center;
    font-size: 40px;
    color: #FFF;
    position: relative;
}

#our_promise h2::after {
    content: " ";
    width: 15%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: -13px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

#our_promise h5 {
    font-size: 34px;
    color: #FFF;
    text-align: center;
    margin: 60px 0 0 0;
    line-height: 1.4;
}

/**************** Clients ******************/
#clients {
    padding: 70px 0;
}

#clients h2::after {
    width: 9%;
}

#clients .sub-title {
    font-size: 25px;
    margin: 20px 0;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-item img {
    width: auto;
    height: 100%;
    margin: auto;
}

.owl-carousel .nav-btn {
    height: 25px;
    position: absolute;
    width: 25px;
    cursor: pointer;
    top: 66px !important;
    border: 1px solid #530014;
    border-radius: 50%;
    line-height: 22px;
    color: #530014;
    font-size: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.owl-carousel .nav-btn:hover {
    background-color: #530014;
    color: #FFF;
}

.owl-carousel .prev-slide {
    left: -47px;
}

.owl-carousel .next-slide {
    right: -47px;
}

/********************** Partners ******************/
#partners {
    padding: 70px 0;
    background-color: #f6f6f6;
}

#partners h2 {
    margin-bottom: 60px;
}

/********************** Contact Us ******************/
#contact_us {
    padding: 70px 0;
}

#contact_us h2 {
    margin-bottom: 40px;
}

#contact_us .map {
    padding-right: 80px;
}

#contact_us .map h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

#contact_us .map p {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}

#contact_us .form {
    padding-left: 70px;
}

.form-control {
    background-color: #fcfcfc;
    border-radius: 35px;
    border: 1px solid #E6E6E6;
}

 input.form-control {
    height: 45px;
}

 textarea {
    min-height: 100px;
    max-height: 100px;
}

 input[type=submit] {
    background: rgb(30, 0, 18);
    background: linear-gradient(90deg, rgba(30, 0, 18, 1) 0%, rgba(104, 0, 25, 1) 35%, rgba(85, 5, 48, 1) 100%);
    border-radius: 35px;
    height: 45px;
    display: inline-block;
    padding: 0 50px;
    text-align: center;
    color: #FFF;
    border: 1px solid #650118;
    margin-top: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

 input[type=submit]:hover {
    background: #FFF;
    color: #650118;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*************** Footer ****************/
footer {
    padding: 70px 0 55px;
    background: rgb(30, 0, 18);
    background: linear-gradient(90deg, rgba(30, 0, 18, 1) 0%, rgba(104, 0, 25, 1) 35%, rgba(85, 5, 48, 1) 100%);
}

footer h3 {
    font-size: 35px;
    color: #FFF;
    margin-bottom: 25px;
}

footer .social-media a {
    color: #FFF;
    padding-right: 30px;
    font-size: 28px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
}

footer .social-media a:hover {
    transform: scale(1.3);
}

footer .subscription p {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 5px;
}

.subscription-form {
    background-color: #FFF;
    border-radius: 30px;
    overflow: hidden;
    padding: 2px 0 4px 21px;
    margin-top: 22px;
}

.subscription-form input {
    height: 45px;
}

.subscription-form input[type=email] {
    border: 0;
    width: 56%;
}

.subscription-form input[type=submit] {
    background: rgb(30, 0, 18);
    background: linear-gradient(90deg, rgba(30, 0, 18, 1) 0%, rgba(104, 0, 25, 1) 35%, rgba(85, 5, 48, 1) 100%);
    border-radius: 30px;
    display: inline-block;
    padding: 0 35px;
    text-align: center;
    color: #FFF;
    border: 1px solid #650118;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.subscription-form input[type=submit]:hover {
    background: #FFF;
    color: #650118;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .copyright, footer .copyright-mobile {
    font-size: 12px;
    text-align: center;
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 0;
}

footer .contact-info {
    padding-left: 25px;
}

footer .contact-info li {
    margin-bottom: 20px;
}

footer .contact-info a {
    color: #FFF;
}

.copyright-mobile {
    display: none;
}


/*--------------------- Loading ---------------------*/
#loading {
    background: rgb(65, 11, 11);
    background: linear-gradient(90deg, rgba(65, 11, 11, 1) 0%, rgba(104, 0, 25, 1) 35%, rgba(85, 5, 48, 1) 100%);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 99999999999999999999999999999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 50%;
}

div.cssload-content {
    margin: auto;
    display: box;
    display: -o-box;
    display: -ms-box;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-direction: normal;
    -o-box-direction: normal;
    -ms-box-direction: normal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    box-pack: center;
    -o-box-pack: center;
    -ms-box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;

img {
    animation: sk-rotate 1.5s infinite ease-in-out;

}

}
@-webkit-keyframes sk-rotate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }

}

@keyframes sk-rotate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}

div.cssload-content img {
    -webkit-animation: sk-rotate 1.5s infinite ease-in-out;
    animation: sk-rotate 1.5s infinite ease-in-out;
}

/***************** Inner pages *******************/
.header-page {
    min-height: 60vh;
    padding: 110px 0 70px;
    background: rgb(65, 11, 11);
    background: linear-gradient(90deg, rgba(65, 11, 11, 1) 0%, rgba(104, 0, 25, 1) 35%, rgba(85, 5, 48, 1) 100%);
}

.content-header-page {
    padding: 80px 0;
    color: #FFF;
}

.content-header-page h1 {
    font-size: 50px;
    margin-bottom: 25px;
}

.content-header-page p {
    font-size: 30px;
    width: 80%;
}

.content-page {
    padding: 80px 0;
}

.content-page h3 {
    margin-bottom: 25px;
    font-size: 22px;
}


.btn-courses {

}

.btn-courses li button {
    background-color: transparent;
    font-family: CairoBold;
    color: #000;
    font-size: 25px;
    border: 0;
    border-bottom: 3px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-courses li button.mixitup-control-active, .btn-courses li button:hover {
    border-bottom: 3px solid #4E0723;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-courses li {
    display: inline-block;
    padding: 0 15px;
}

.courses-page-items {
    margin-top: 30px;
}

.course-img {
    background-position: center center;
    background-size: cover;
    height: 180px;
}

.courses-page-items .course-content {
    background-color: #4D0721;
    height: 188px;
    color: #fff;
    padding: 20px 20px 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
   
}

.course-content h6 {
    font-size: 15px;
    
	height:38px;
}

.course-content p {
    font-size: 14px;
    margin-bottom: 15px;
}

.course-content .details {
    margin-top: 25px;
}

.course-content .details .l-details {
    border: 1px solid #FFF;
    padding: 0 30px;
    border-radius: 7px;
    font-size: 12px;
}

.course-content .details .time {
    text-align: right;
    font-size: 12px;
    display: block;
    padding-top: 5px;
}

.course-content .details .time img {
    padding-left: 5px;
}

.courses-page-items a {
    display: block;
	margin-bottom:40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	    -webkit-box-shadow: 0px 3px 27px -11px rgba(77, 7, 33, 1)!important;
    -moz-box-shadow: 0px 3px 27px -11px rgba(77, 7, 33, 1)!important;
    box-shadow: 0px 3px 27px -11px rgba(77, 7, 33, 1) !important;
}

.courses-page-items a:hover {
    -webkit-box-shadow: -2px 12px 25px -4px rgba(77, 7, 33, 1);
    -moz-box-shadow: -2px 12px 25px -4px rgba(77, 7, 33, 1);
    box-shadow: -2px 12px 25px -4px rgba(77, 7, 33, 1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service-page {
    padding: 0;
    margin-top: -56px;
}

a.service-card {
    color: #000;
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 9px -4px rgba(77, 7, 33, 1) !important;
    -moz-box-shadow: 0px 3px 9px -4px rgba(77, 7, 33, 1) !important;
    box-shadow: 0px 3px 9px -4px rgba(77, 7, 33, 1) !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service-card span {
    color: #49091A;
    border: 1px solid #49091A;
    padding: 3px 27px;
    border-radius: 6px;
    font-family: CairoBold;
    font-size: 17px;
}

.service-card:hover span {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgb(30, 0, 18);
    background: linear-gradient(90deg, rgba(30, 0, 18, 1) 0%, rgba(104, 0, 25, 1) 35%, rgba(85, 5, 48, 1) 100%);
    color: #FFF;
}

.service-card .icon {
    width: 85px;
    height: 85px;
    margin: auto;
}

.service-card h4 {
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin: 15px 0;
	height: 55px;
}

.service-card p {
    font-size: 16px;
    height: 85px;
}

.job-info {
    font-family: CairoBold;
}

.sjb-page .list-data {
    border: 0;
    padding: 20px !important;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 9px -4px rgba(77, 7, 33, 1) !important;
    -moz-box-shadow: 0px 3px 9px -4px rgba(77, 7, 33, 1) !important;
    box-shadow: 0px 3px 9px -4px rgba(77, 7, 33, 1) !important;
}

.btn-primary {
    background-color: #550530 !important;
}

.sjb-page .sjb-detail .jobpost-form .form-control:hover, .sjb-page .sjb-detail .jobpost-form .file input[type="file"]:hover {
    border-color: #550530 !important;
}

.card-sidebar {
    border: 0;
    padding: 20px 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 9px -4px rgba(77, 7, 33, 1) !important;
    -moz-box-shadow: 0px 3px 9px -4px rgba(77, 7, 33, 1) !important;
    box-shadow: 0px 3px 9px -4px rgba(77, 7, 33, 1) !important;
}

.card-sidebar h3 {
    background: rgb(65, 11, 11);
    background: linear-gradient(90deg, rgba(65, 11, 11, 1) 0%, rgba(104, 0, 25, 1) 35%, rgba(85, 5, 48, 1) 100%);
    color: #FFF;
    padding: 10px 15px;
}

.card-sidebar ul {
}

.card-sidebar ul a {
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 3px;
    border-bottom: 1px solid #dddddd;
    color: #57052e;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.card-sidebar ul a:hover {
    color: #FFF;
    background: rgb(65, 11, 11);
    background: linear-gradient(90deg, rgba(65, 11, 11, 1) 0%, rgba(104, 0, 25, 1) 35%, rgba(85, 5, 48, 1) 100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.card-sidebar ul a li span{
    display: block;
    text-align: right;
    font-size: 11px;
}
.card-sidebar-services .icon{
    display: inline-block;
    width: 44px;
    margin-right: 15px;
}
.ssba-share-text{
    display: none;
}
.course-info{
	text-align:center;
}
.course-info h4{
	font-size: 19px;
    color: #c21a11;
}


.owl-carousel-gallery img{
    width: 100% !important;
    height: 210px !important;
}

header .dropdown-toggle::after{
    display:none;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color:#57052e;
	color:#FFF;
}
