@font-face {
    src: url(../fonts/english/Century-Gothic.ttf);
    font-family: Century;
}

body {
    font-family: Century;
}

/*HEADER*/
header {
    min-height: 65px;
    background: #ffffff;
    transition: .4s;

}

.logo img {
    max-width: 155px;
}

.logo i {
    font-size: 22px;
    padding: 8px;
    padding-right: 0;
    transition: .2s;
}

.logo i:hover {
    color: #060050;
    cursor: pointer;
}

.menubar ul {
    text-align: right;
}

.menubar ul li {
    display: inline-block;
}

.menubar ul li a {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    height: 35px;
    padding: 7px 7px;
    font-size: 15px;
    color: #333333;
}

/*HEADER*/

/* MOBILE MENU */

/*ACCORDION CUSTOM*/
.mobile-logo img {
    width: 150px;
    padding: 10px 0;
    margin-left: 10px;
}

.mobile-logo i {
    font-size: 20px;
    float: right;
    margin: 5px 20px;
    color: #333333;
    cursor: pointer;
    padding: 5px;
}

.mobile-logo i:hover {
    color: #060050;
}

.custom.accordion-button {
    text-transform: capitalize;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #333333;
    font-weight: 400;
}

.custom.accordion-button:hover {
    color: #060050;
}

.custom.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid #ccc;

}

.custom.accordion-button:not(.collapsed) {
    color: #060050;
    background: var(--rc);
    -webkit-transform: none;
    transform: none;
    font-weight: 400;
}

.custom.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    font-family: 'FontAwesome';
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.none.accordion-button:not(.collapsed)::after {
    content: none;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}


.custom.accordion-button::after {
    background-image: none;
    content: "\f067";
    font-family: 'FontAwesome';
}

.none.accordion-button::after {
    content: none;
}

.custom.accordion-body {
    padding: 0 0px;
}

.custom.accordion-body ul {
    padding: 0;
    margin: 0;
}

.custom.accordion-body ul li {
    list-style: none;
    padding: 8px 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.custom.accordion-body ul li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    color: #333333;
    font-weight: 400;
    display: inline-block;
    margin-left: 40px;
}

.custom.accordion-body ul li a i {
    font-size: 10px;
    margin-right: 5px;
}

.custom.accordion-body ul li:hover {
    color: #FFFFFF;
    background: var(--rc);
}

.custom.accordion-body ul li:hover a {
    color: #060050;
}

.custom.accordion-item a {
    text-decoration: none;

}


.accordion-button.custom i {
    padding: 0 10px;
}

/*ACCORDION CUSTOM END*/


.mobile-menu {
    width: 350px;
    position: fixed;
    left: -380px;
    top: 0;
    z-index: 2;
    background: #ffffff;
    height: 100%;
    overflow: auto;
    transition: .4s;
    padding: 10px 0;
}

#mobileOverlay {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(101, 41, 145, 0.71);
    z-index: 1;
    cursor: pointer;
}

.mobileAdd {
    left: 0 !important;
}

.mobile-overlay {
    position: inherit !important;
}

.scrolled {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: .4s;
}

/*MOBILE MENU END*/

/* SLIDER START */

.slider-part .carousel-inner .content {
    position: absolute;
    top: 48%;
    color: #ffffff;
    transform: translateY(-50%);
    left: 130px;
}

.slider-part h5 {
    text-transform: uppercase;
    word-spacing: 3px;
    transform: skew(-9deg, -0deg);
    background-color: #F5BB14;
    display: inline-block;
    padding: 15px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    width: 310px;
    font-style: normal;
    transition-property: width, height;
    transition-timing-function: ease-in-out;
    transition-delay: 1s;
    transition-duration: 3s;
    cursor: pointer;
    transition: .4s;
}

.slider-part h5:hover {
    width: 330px;
    transform: skew(0deg, 0deg);
}

.slider-part h6 {
    color: #fff;
    font-size: 20px;
    font-family: inherit;
    margin-bottom: 5px !important;
}

.slider-part h1 {
    font-size: 40px;
    font-weight: 800;
    font-family: inherit;
    color: #FFF;
    text-transform: uppercase;
}

.slider-part h1 span {
    color: #F5BB14;
}


/* SLIDER ENd */

/* FOOTER START */

.footer-bottom {
    background-color: #7029a7;
}

/* FIX ALL BACKGROUND PROBLEM SAFIULL START */

.overlay {
    background: rgba(101, 41, 145, 0.71);
    padding: 50px 0;
}

.overlay .small-line {
    background-color: #F5BB14;
    width: 85px;
    margin-top: -10px;
    height: 5px;
    margin: auto;
}

/* FIX ALL BACKGROUND PROBLEM SAFIULL END */

/* FOOTER END */

/* On screens that are 768px wide or less */
@media only screen and (max-width: 768px) {

    .slider-part h1 {
        font-size: 25px;
    }

    .slider-part .carousel-inner .content {
        left: 20px;
    }

    .slider-part h6 {
        font-size: 18px;
    }

}
