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

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

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
    font-family: taj;
}

.hov {
    border: 2px solid #B5b727;
}

.hov:hover {
    background: #fff !important;
    color: #B5b727 !important;
}

.pageContainer {
    overflow: hidden;
}

a,
li,
::after,
::before,
input,
button,
.sub-menu,
.trans {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

ul,
p {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

/*program*/
.program {
    padding: 50px 0;
    background-color: #f5f5f5
}

.program .nav-tabs .nav-item .nav-link {
    color: #B5b727;
    background-color: #fff;
    border: 2px solid #B5b727;
    text-align: center;
    border-radius: 0;
    padding: 25px 10px;
    font-weight: bold;
    max-width: 120px;
    margin: auto;
}

.program .nav-tabs {
    border-bottom: 0;
}

.program .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #B5b727;
}

.program .nav-tabs .nav-item {
    margin-bottom: 10px;
}

.day-desc {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 23px;
}

.program .card {
    background: none;
    border: 0;
    border-bottom: 1px solid #aaa;
}

.program .card-header {
    margin-bottom: 0;
    background: 0;
    border: 0;
    position: relative;
}

.program .card-header button i {
    position: absolute;
    left: 0;
    color: #fff;
    background: green;
    border-radius: 50%;
    padding: 5px 3px 3px 3px;
    font-size: 15px;
    top: 20px;
    display: block;
}

/* .program .card-header button.collapsed i {
    transform: rotateZ(180deg);
} */

.program .btn-link {
    color: #B5b727;
    font-weight: bold;
    text-decoration: none;
}

.program .card-body {
    padding: 20px 90px 20px 20px;
}

.program .btn-link span:first-child {
    padding-left: 30px;
}

/*loader*/
.loader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.loader .bl {
    height: 100%;
}

.loader .llll {
    height: 100px;
    width: 100px;
    position: relative;
}

.loader .llll>span {
    position: absolute;
    width: 100%;
    height: 100%;
}

.loader .llll>span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 9999px;

    animation: loading 2s linear infinite;
}

.loader .llll>span:nth-child(1)::before {
    animation-delay: 0s;
    background: #B5b727;
}

.loader .llll>span:nth-child(2)::before {
    background: #e40000;
    animation-delay: 500ms;
}

.loader .llll>span:nth-child(3)::before {
    background: #B5b727;
    animation-delay: 1000ms;
}

.loader .llll>span:nth-child(4)::before {
    background: #e40000;
    animation-delay: 1500ms;
}

@keyframes loading {

    0%,
    100% {
        left: 0;
        transform: translate(0, 0);
    }

    25% {
        left: 100%;
        top: 0;
        transform: translate(-100%, 0);
    }

    50% {
        left: 100%;
        top: 100%;
        transform: translate(-100%, -100%);
    }

    75% {
        left: 0;
        top: 100%;
        transform: translate(0, -100%);
    }
}

/**/
.whatssapp {
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: block;
    background-color: #3d9446;
    color: #fff !important;
    font-size: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 999999;
}

.whatssapp:hover {
    transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

/*upper bar*/
div.upper-bar {
    padding: 6px 0;
    background-color: #f5f5f5;
}

div.upper-bar a {
    color: #000;
}

div.upper-bar i.ll {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    color: #B5b727;
}

.from-to span {
    display: block;
    margin: 0 5px;
}

/*nav*/
nav {
    padding: 13px 0;
    background: #B5b727;
}

a.logo {
    max-width: 370px;
    height: 110px;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
}

a.logo img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

a.logo::after {
    content: "";
    position: absolute;
    top: -13px;
    bottom: -13px;
    left: 0;
    right: -300px;
    background: #fff;
    z-index: -1;
}

.top-reg>a {
    display: inline-block;
    padding: 7px 14px;
    background-color: #fff;
    color: #B5b727;
    border-radius: 5px;
}

.nav-links {
    margin-right: 20px;
}

.nav-links .current_page_item a {
    background-color: #fff;
    color: #B5b727;
    border-radius: 30px;
    display: block;
}

.nav-links ul li {
    position: relative;
    margin: 5px 0;
}

.nav-links ul li a {
    padding: 10px 15px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.nav-links ul li a:hover {
    color: #f2ab28;
}

.nav-links ul li .sub-menu {
    list-style: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    width: 140px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
}

.nav-links ul li.menu-item-has-children>a::before {
    content: '\ea67';
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.nav-links ul li.menu-item-has-children li a {
    display: block;
    color: #B5b727;
    padding: 7px 0;
}

.nav-links ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

/**/
/*main sec*/
.main-sec {
    padding-left: 7%;
    background-color: #B5b727;
    position: relative;
}

.loc {
    position: absolute;
    left: 5%;
    background-color: #fff;
    width: 300px;
    color: #000000;
    padding: 20px 20px;
    z-index: 10;
    top: -20px;
    border-radius: 3px;
    text-align: center;
}

.loc a {
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
}

.loc::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #B5b727;
    border-radius: 4px;
    right: -25px;
    bottom: 10px;
}

.m-slide {
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    height: 500px;
    padding: 20px;
    color: #fff;
}

.m-slide h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}

.m-slide::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url(../images/v.png);
    background-size: cover;
    background-position: center;
}

/* .m-slide img {
    width: auto !important;
} */
.cus-page-content .page-content {
    color: #4a3628;
}

.cus-page-content ul {
    list-style: none;
}

.cus-page-content ul li {
    margin: 20px 0;
    font-size: 18px;
    padding-right: 20px;
    position: relative;
}

.cus-page-content ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #B5b727;
    right: 0;
    top: 10px;
    border-radius: 50%;
}

.cus-page-content .wpcf7 {
    max-width: 600px;
    margin: 40px auto 0 auto;
    background-color: #FBFBFB;
    border-radius: 6px;
    padding: 30px 10px;
}

.mnk {
    text-align: left;
}

.cus-page-content .wpcf7 input,
.cus-page-content .wpcf7 textarea {
    padding: 10px;
    background-color: #fff;
    margin: 20px 0 0 0;
    border: 1px solid #e1e1e1;
    outline: 0;
    width: 100%;
}

input,
textarea {
    text-align: right;

}

.cus-page-content .wpcf7 form {
    max-width: 450px;
    margin: auto;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7 br {
    display: none;
}

.cus-page-content .wpcf7 input[type=submit] {
    background-color: #B5b727;
    color: #fff;
    text-align: center;
    width: 150px;
    margin: 30px auto auto auto;
    display: block;
    border: 0;
    border-radius: 5px;
}

.wp-video {
    max-width: 700px !important;
    margin: auto;
    width: auto !important;
}

.aligncenter {
    text-align: center;
}

.m-slider .owl-nav button {
    position: absolute;
    top: calc((100% - 80px) / 2);
    color: #B5b727 !important;
    margin: 0 !important;
    background: #fff !important;
    height: 80px;
    width: 40px;
    line-height: 80px;
}

.m-slider .owl-nav [class*=owl-]:hover {
    background: #B5b727;
}

.m-slider .owl-nav button.owl-prev {
    right: 0;
    border-radius: 50px 0 0 50px;
}

.m-slider .owl-nav button.owl-prev i {
    left: 4px;
}

.m-slider .owl-nav button.owl-next {
    left: 0;
    border-radius: 0 50px 50px 0;
}

.m-slider .owl-nav button.owl-next i {
    right: 4px;
}

.m-slider .owl-nav button i {
    font-size: 30px;
    position: relative;
    top: 3px;
}

/*services*/
.services {
    position: relative;
    top: -50px;
    z-index: 10;
    background-color: #B5b727;
    color: #fff;
    padding: 20px;
}

.service {
    color: #fff;
    margin: 15px 0;
}

.service-img {
    width: 50px;
    height: 50px;
    /* margin: 0 auto 10px auto; */
}

.service-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.service-body {
    width: calc(100% - 70px);
}

.service-body span {
    font-weight: 500;
    font-size: 20px;
    line-height: 45px;
}

.service-body p {
    font-size: 16px;
    line-height: 30px;
    color: #f2ab28;
}

/*who are we*/
.hh {
    font-size: 22px;
    color: #B5b727;
    display: block;
    font-weight: bold;
    margin-bottom: 40px;
    border-right: 3px solid #e40000;
    padding-right: 11px;
    line-height: 25px;
}

.hhh {
    color: #B5b727;
    font-weight: bold;
    margin-bottom: 40px;
}

.contact-con {
    padding: 50px 0;
    background-image: url(../images/map.png);
    background-position: center;
    background-size: cover;
}

.who-are-we {
    padding: 50px 0
}

.about-image img {
    width: calc(100% + 40px);
    position: relative;
    left: 40px;
    z-index: 0;
}

.about-more {
    position: relative;
    left: 60px;
    z-index: 2;
    margin-top: 30px;
}

.about-more a {
    color: #fff;
    background-color: #B5b727;
    display: inline-block;
    min-width: 110px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #B5b727;
}

.about-more a:hover {
    background-color: #fff;
    color: #B5b727;
}

.about-text ul {
    list-style: none;
}

.about-text ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #B5b727;
    right: 0;
    top: 10px;
}

.about-video video {
    width: 100%;
    height: 300px;
    background: #B5b727;
}

.about-text ul li {
    line-height: 26px;
    margin: 10px 0;
    padding-right: 20px;
    position: relative;
}

.waw-content {
    position: relative;
    z-index: 1;
    padding: 25px 15px 25px 35px;
    border: 1px solid #B5b727;
    border-right: 0;
    border-radius: 40px 0 0 40px;
    background-color: #fff;
}

/*trust*/
.trust h2 {
    color: #fff;
    margin: 0 auto 60px auto;
    font-family: ath;
    font-size: 50px;
    position: relative;
    max-width: 500px;
}

.trust h2::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 2px;
    background: #878887;
    right: -1000px;
    top: 50%;
}

.trust {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    padding: 70px 0;
}

.trust::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #1F1F1F;
    opacity: .89;
}

.trus {
    color: #fff;
    padding: 0 0 20px 0;
    position: relative;
    font-weight: 500;
    line-height: 35px;
}

.trus div {
    padding: 0 20px;
}

.trus div span:first-child {
    margin: 0 0 25px 0;
    font-size: 40px;
    color: #878887;
}

/**/
._services {
    padding: 50px 11%;
}

h3.sec-hh {
    font-size: 36px;
    margin: auto auto 40px auto;
}

h3.sec-hh label {
    display: block;
    color: #d5cbbe;
    font-size: 15px;
    font-weight: bold;
}

h3.sec-hh span {
    border-bottom: 2px solid #B5b727;
    padding-bottom: 20px;
    display: inline-block;
}

h3.sec-hh p {
    font-size: 15px;
    margin-top: 20px;
}

._service {
    border: 1px solid #B5b727;
    padding: 30px 20px;
    margin: 15px 0;
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out;
    text-align: center;
    border-radius: 5px;
}

._service span {
    display: block;
    margin: 25px 0;
    color: #181717;
    font-size: 16px;
    font-weight: bold;
}

._service p {
    font-size: 18px;
    color: #878887;
    line-height: 35px;
    height: 180px;
    overflow: hidden;
}

._service-img {
    width: 100px;
    height: 100px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    background-color: #B5b727;
    overflow: hidden;
}

._service-img img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}

._service:hover {
    border: 1px solid #f2ab28;
    transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
}

.more-services {
    width: 140px;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    background: #B5b727;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: -30px;
}

/**/
.iss {
    padding: 50px 0;
}

/**/
.ipc-img {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ipcc span,
.nbv {
    color: #181717;
    font-size: 40px;
    margin: 20px 0 0 0;
    font-family: ath;
}

.ipcc p,
.ipccms p {
    font-size: 18px;
    line-height: 40px;
    color: #707070;
}

/**/
.customerss {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.supp-slide {
    margin: 0 10px;
}

.supp-slide .img {
    height: 200px;
    background-color: #fff;
}

.supp-slide .img img {
    max-width: 70%;
    max-height: 70%;
}

.supp-slide a {
    display: block;
    width: 110px;
    background-color: #B5b727;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    text-align: center;
    margin: -20px auto auto auto;
    border: 2px solid #B5b727;
}

.supp-slide a:hover {
    color: #B5b727;
    background-color: #fff;
}

/**/
.customers {
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #e40000;
}

.customers .hh {
    color: #fff !important;
    border-color: #fff !important;
}

.pagination {
    justify-content: center;
    margin-top: 50px;
}

.pagination li a,
.pagination li span {
    padding: 0 7px;
    margin: 5px;
    background-color: #eee;
}

.pagination li a.page-numbers {
    background: #B5b727;
    color: #fff;
}

.home-cus {
    margin: 0 10px 15px 0;
    background-color: #fff !important;
}

.sp-text {
    color: #fff;
}

.cus-slide {
    position: relative;
    height: 170px;
    margin: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 2px solid #eee;
}

.cuss-slide a {
    display: block;
    width: fit-content;
    margin: auto;
    background-color: #B5b727;
    color: #fff;
    padding: 6px 25px;
    position: relative;
    bottom: -15px;
    border: 2px solid #B5b727;
}

.cuss-slide a:hover {
    background-color: #fff;
    color: #B5b727;
}

.cuss-slide {
    background-color: #F7F7F7;
}

.cuss-slide span {
    display: inline-block;
    margin-top: 20px;
    color: #000;
    font-weight: bold;
}

.cus-slide img {
    height: auto;
    width: auto;
    max-height: 70%;
    max-width: 70%;
}

.cus-slider .owl-dots .owl-dot span {
    background: #fff;
    border: 2px solid #181717;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px !important;
}

.owl-theme .owl-dots .owl-dot {
    outline: 0;
}

.cus-slider .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #181717;
}

/*news*/
.news {
    padding: 50px 0;
}

.news-content {
    margin: 15px 0;
    overflow: hidden;
}

.news-img {
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    margin: 6px;
}

.news-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #181717;
    opacity: 0;
    visibility: hidden;
}

.news-img div {
    height: 100%;
    background-position: center;
    background-size: cover;
}

.news-text {
    padding: 10px;
    text-align: left;
}

.mmnn {
    margin-top: 13px;
}

.mmnn a {
    color: #B5b727;
}

.news-text>span {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #181717;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.news-text div p {
    display: inline;
    color: #656565;
}

.news-text div br {
    display: none;
}

.news-content:hover .news-img div {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.news-content:hover .news-img::after {
    opacity: .58;
    visibility: visible;
}

/*pages*/
.breadcrumb {
    height: 270px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
}

.breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #181717;
    opacity: .1;
    z-index: -1;
}

.page_ {
    padding: 50px 0;
}

.breadcrumb span {
    font-size: 40px;
    color: #fff;
}

.page-content .lgc-column {
    display: flex;
    align-items: center;
}

.lgc-column {
    float: right !important;
}

.page-content img {
    max-width: 100%;
}

.page-content {
    overflow: hidden;
    line-height: 33px;
}

.page-content h3 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.page-content h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 130px;
    background-color: #f2ab28;
}

.news-page {
    padding: 10px 14%;
}

.newww-img {
    height: 550px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.new-txtt {
    font-size: 24px;
    color: #878887;
    line-height: 50px;
    margin: 20px 0;
}

.about-page .about-content {
    padding: 50px 0;
}

.about-img {
    height: 400px;
    background-position: center;
    background-size: cover;
}

.about-textt div {
    margin: 20px 0 20px 0;
    font-size: 18px;
    line-height: 40px;
    color: #878887;
}

.lili {
    margin: 15px 0;
    padding: 20px;
}

.lili .icon {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    height: 140px;
    width: 170px;
    margin: 0 auto 30px auto;
    border-radius: 5px;
}

.lili .icon img {
    max-width: 60%;
    max-height: 60%;
}

.lili span {
    display: block;
    max-width: 230px;
    text-align: center;
    margin: auto;
}

/**/
.roaa-con {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    padding: 20px 0;
}

.roaa-txt {
    background-color: #B5b727;
    padding: 30px 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

/**/
.subscribe {
    padding: 50px 0;
    background-color: #000;
    color: #fff;
}

.subscribe h3 {
    color: #B5b727;
}

.subscribe h6 {
    margin: 30px 0;
    max-width: 900px;
    line-height: 27px;
}

.subscribe a {
    padding: 10px 20px;
    background-color: #B5b727;
    color: #fff;
    border: 2px solid #B5b727;
}

.subscribe a:hover {
    background-color: #fff;
    color: #B5b727;
}

/**/
.register {
    padding: 50px 0;
    background-color: #B5b727;
    color: #fff;
    text-align: center;
}

.register h5 {
    margin: 40px 0;
}

.register a.bbb {
    display: inline-block;
    margin-top: 30px;
    background-color: #fff;
    color: #B5b727;
    padding: 10px 20px;
    border: 2px solid #fff;
}

.register a.bbb:hover {
    background-color: #B5b727;
    color: #fff;
}

.register h6 {
    margin-top: 30px;
}

.register h6 a {
    color: #fff;
    font-weight: bold;
}

/**/

.contact-page {
    padding: 50px 0;
}

.s-contact {
    position: relative;
}

.s-contact label {
    display: block;
    color: #878887;
    font-size: 18px;
}

.s-contact-info span.scih {
    font-size: 30px;
    color: #B5b727;
    display: block;
    margin-bottom: 40px;
}

.s-contact-info p.scip {
    font-size: 16px;
    color: #878887;
    margin: 20px 0;
}

.map {
    height: 300px;
    overflow: hidden;
}

.map iframe {
    height: 100%;
    width: 100%;
}

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

.contact-info li i {
    color: #B5b727;
    font-size: 30px;
    margin-left: 20px;
}

.contact-info li div p,
.contact-info li div span {
    font-size: 20px;
    line-height: 31px;
}

.map iframe {
    height: 100%;
    width: 100%;
}

.bvb {
    background-color: #F5F5F5;
    padding: 30px;
    margin-top: 70px;
    border-radius: 10px;
}

.s-contact input[type='submit'] {
    background: #B5b727;
    text-align: center;
    color: #fff;
    width: 170px;
    font-size: 20px;
    display: block;
    margin: 20px auto 0 auto;
}

.s-contact input,
.s-contact textarea {
    width: 100%;
    border: 0;
    outline: 0;
    background: #e3e0e0;
    padding: 15px 10px;
    margin: 20px 0 0 0;
    border-radius: 10px;
}

.s-contact .f-group {
    margin: 0 0 30px 0;
}

/*footer*/
footer {
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background-color: #282828;
    color: #fff;
}

.footer-map {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 15px;
}

.footer-map iframe {
    width: 100%;
    height: 100%;
}

.footer-sec-h {
    font-size: 20px;
    font-weight: 600px;
    display: inline-block;
    /* margin: 0 0 15px 0; */
}

.footer-social {
    margin-top: 20px;
    padding: 0 20px 0 0;
}

.footer-social a {
    display: inline-block;
    width: 26px;
    height: 26px;
    color: #B5b727 !important;
    margin: 5px;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    background-color: #fff;
}

.top-social a {
    display: inline-block;
    width: 26px;
    height: 26px;
    color: #fff !important;
    margin: 5px;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    background-color: #B5b727;
}

.con-social {
    margin-top: 30px;
}

.con-details {
    margin-top: 30px;
}

.con-details a {
    color: #B5b727;
    font-size: 18px;
    display: inline-block;
    margin: 10px;
    direction: ltr;
}

.top-con {
    display: inline-block;
    padding-left: 20px;
    direction: ltr;
    text-align: left;
}

.top-con span {
    vertical-align: top;
    font-size: 14px;
    color: #1e1d51;
}

.con-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #B5b727 !important;
    border: 1px solid #B5b727;
    margin: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.footer-social a:hover,
.con-social a:hover {
    transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

.footer-logo img {
    max-width: 90%;
}

.copyright {

    background: #fff;
    text-align: center;
    padding: 17px 0;
}

footer ul li i {
    display: inline-block;
    margin: 0 0 0 4px;
    font-size: 16px;
    color: #B1B1B1;
}

footer ul li {
    margin: 15px 0;
    position: relative;
}

footer ul li a {
    color: #fff;
    font-size: 14px;
}

footer ul li:last-child {
    margin-bottom: 0 !important;
}


.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #f2ab28;
}

footer ul li a:hover {
    color: #f2ab28;
}

input[type="submit"]:hover {
    background: #f2ab28 !important;
}

/*media query*/
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }

    .col-xlarge-5 {
        max-width: 20% !important;
    }
}

@media (max-width : 1200px) {
    .news-page {
        padding: 10px 0;
    }
}

.dp-down {
    display: none
}

@media only screen and (max-width : 992px) {
    .about-textt {
        margin: 20px 0 0 0;
    }

    .m-slider .owl-nav button {
        bottom: 10px;
        top: auto;
        height: 40px;
        width: 40px;
    }

    .newww-img {
        height: 350px;
    }

    .services {
        top: 0;
        padding: 50px 0;
    }

    div.upper-bar a,
    .from-to span {
        font-size: 14px;
    }

    .footer-sec {
        margin: 0 0 40px 0;
    }

    .footer-sec-h {
        margin: 0;
    }

    footer ul li:first-child {
        margin-top: 10px !important;
    }

    .trus,
    .news-content {
        margin: 0 0 40px 0;
    }

    .service {
        margin: 10px 0;
    }

    nav {
        padding: 0;
    }

    .who-are-we {
        padding: 20px 0;
    }

    ._service {
        margin: 25px 0;
    }

    ._services {
        padding: 50px 0;
    }

    a.logo::after {
        top: 0;
        bottom: 0;
    }
}

@media(max-width : 767px) {

.m-slide {
    height:400px;
}
.waw-content{
    margin-bottom:20px;
}
.about-image img{
    width:100%;
    left:0;
}
.about-more{
    left:0;
    margin-bottom:20px;
}
.about-more , .more-services{
    margin-top:20px;
}
.program .card-body{
    padding:20px;
}
.program .nav-tabs .nav-item .nav-link{
    padding:10px;
}
    .m-overlay {
        position: fixed;
        z-index: 29;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        bottom: 0;
        background: #B5b727;
        opacity: .45;
    }

    .menu {
        font-size: 30px;
        padding: 5px;
        /* float: left; */
        cursor: pointer;
        color: #fff;
    }

    .top-con {
        padding: 0;
    }

    .dp-down {
        display: inline-block;
        color: #B5b727;
        position: absolute;
        right: 20px;
        top: 15px;
        width: 30px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        cursor: pointer;
        z-index: 2;
    }

    .close-menu {
        position: absolute;
        top: 30px;
        right: 10px;
        padding: 5px;
        font-size: 30px;
        cursor: pointer;
    }

    .nav-links ul li.menu-item-has-children>a::before {
        display: none;
    }

    .nav-links ul li .sub-menu {
        list-style: none;
        position: initial;
        width: auto;
        padding: 0;
        opacity: 1;
        visibility: visible;
        background-color: none;
        display: none;
        transition: none;
    }

    .nav-links {
        position: fixed;
        z-index: 30;
        top: 0;
        height: 100vh;
        background: #fff;
        left: -320px;
        width: 300px;
        padding: 70px 0 0 0;
        box-shadow: -2px -2px 10px #B5b727;
        overflow: hidden;
        overflow-y: scroll;
    }

    .nav-links ul li a::after {
        display: none;
    }

    .nav-links ul li a {
        display: block;
        padding: 10px 10px;
        text-align: center;
        color: #B5b727;
    }

    .nav-links ul li a:hover {
        color: #fff !important;
        background: #f2ab28;
        transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
    }

    .cus-slide {
        height: 120px;
    }

    .cuss-slide span {
        font-size: 14px;
    }

    .supp-slide .img {
        height: 140px;
    }

    div.upper-bar {
        padding: 5px 0;
    }

    .bvb {
        padding: 20px 10px;
    }

    .f-h {
        margin-top: 20px;
    }

    .services {
        background: none;
        padding: 50px 0;
    }

    .service-body span {
        color: #B5b727;
    }

    .service-img {
        padding: 8px;
        overflow: hidden;
        border-radius: 50%;
        background: #B5b727;
    }

}

@media (max-width:525px) {
    .m-slide span {
        font-size: 30px;
    }

    .auther-info span {
        width: 100% !important;
        text-align: center;
        font-size: 14px;
    }

    .auther-info label {
        display: none;
    }

    .news-text>span {
        text-align: center;
        margin: 10px 0;
    }

    .auther-info span::after {
        display: none !important;
    }
}
