@font-face {
    font-family: bahij_helvetica_neue_light_by_bahijvirtualacademy-dammcxa;
    src: url(../fonts/bahij_helvetica_neue_light_by_bahijvirtualacademy-dammcxa.ttf);
}

body {
    font-family: bahij_helvetica_neue_light_by_bahijvirtualacademy-dammcxa;
}

a:hover {
    text-decoration: none;
}

/***************************************************/
.fixed {
    border-bottom: 3px solid #ccac6b !important;
    position: fixed !important;
    box-shadow: 0px -10px 29px #030101;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.88) !important;
}

.fixed .navbar-brand {
    height: 80px !important;
}

.fixed .navbar-nav {
    margin-top: 18px !important;
}

.icon a {
    position: fixed;
    bottom: 2%;
    right: 2%;
    background: #0ec244;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    z-index: 100000;
}

/*************** top header ***********************/
.top-header {
    background-color: #1c5b41;
    padding: 9px 0 5px;
}

.top-header ul {
    margin: 0;
}

.t-con ul li a {
    color: #fff;
    font-size: 13px;
    padding-left: 16px;
}

.t-con ul li a i {
    color: #fff;
    margin-left: 4px;
    font-size: 15px;
}

.social-links {
    overflow: hidden;
    z-index: 10;
}

.social-links a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

.social-links ul {
    margin: 0;
}

.social-links ul li {
    overflow: hidden;
    padding: 0 10px;
}

.social-links ul li a {
    transition: all .5s ease-in;
}

.social-links ul li a:hover {
    color: #ccac6b;
}

/***************************************************/
/*************** navbar ***********************/
.navbar {
    position: relative;
    min-height: 0;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand {
    height: 107px;
}

.navbar-brand > img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.navbar-nav {
    margin-top: 28px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #444;
    background-color: transparent;
}

.navbar-nav > li {
    padding: 0 15px;
}

.navbar-nav > li > a {
    display: inline-block;
    padding: 12px;
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0px;
    background: #ccac6b;
    height: 2px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-default .navbar-nav > .active > a:before,
.navbar-nav > li > a:hover:before,
.navbar-nav > li > a:focus:before,
.navbar-nav > li > a:active:before {
    left: 0;
}

.navbar-default .navbar-nav .dropdown > a:hover {
    color: #444;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #444;
    background-color: transparent;
}

.dropdown-menu {
    min-width: 180px;
}

.dropdown-menu > li > a {
    padding: 7px 20px;
    transition: all .7s ease;
    font-size: 13px;
}

.dropdown-menu > li > a:hover {
    background: transparent;
    margin-right: 7px;
}

/***********/
.red i {
    color: #1c5b41;
    font-size: 16px;
    margin-left: 5px;
}

.navbar-nav li .red:before {
    display: none;
}

/***************************************************/
/*************** slider ***********************/
.owl-carousel {
    direction: ltr;
}

.owl-carousel .owl-item {
    direction: rtl;
}

.slider {
}

.slider .slider-img {
    position: relative;
}

.slider-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.shap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #00000042;
}

.slider-con {
    position: absolute;
    top: 170px;
    width: 40%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 100;
}

.slider-con h3 {
    line-height: 33px;
    margin: 12px 0;
    font-size: 21px;
    color: #ddd;
}

.slider-con h2 {
    color: #f1f1f1;
    font-size: 27px;
    text-align: center;
    line-height: 37px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.s-form {
    position: relative;
}

.s-form i {
    position: absolute;
    right: 50px;
    top: 12px;
    font-size: 14px;
    color: #777;
}

.s-form .form-control {
    display: inline-block;
    width: 70%;
    padding: 5px 35px 5px 9px;
    height: 38px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.s-form button {
    padding: 9px 30px;
    margin-right: -2px;
    border: 0;
    background: #1c5b41;
    color: #fff;
    font-size: 14px;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.slider .customNavigation {
    position: relative;
    bottom: 255px;
}

.slider .customNavigation a {
    position: absolute;
    font-size: 16px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    transition: all .5s ease-in;
}

.slider .customNavigation a:hover {
    background: #1c5b41;
    border: 1px solid #1c5b41;
}

.slider .customNavigation .prev {
    right: 50px;
}

.slider .customNavigation .next {
    left: 50px;
}

/***************************************************/
/****************** programes ***********************/
.programes {
    padding: 45px 0;
}

.p-slider .item {
    margin: 15px;
}

.p-box {
    position: relative;
    color: #fff;
    text-align: center;
}

.p-box .box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out 0s;
}

.p-box .box-img img {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
}

.p-box .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30% 30px;
    background: #ccac6b;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.8s ease-in-out 0s;
}

.p-box .content > .title {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
}

.p-box .content > .title a {
    color: #fff;
    transition: all .5s ease-in-out;
    font-weight: bold;
}

.p-box .content > .title a:hover {
    color: #1c5b41;
}

.p-box .content > .description {
    font-size: 28px;
}

.p-box:hover .content {
    opacity: 1;
}

@media only screen and (max-width: 990px) {
    .p-box {
        margin-bottom: 20px;
    }
}

.p-slider .customNavigation2 {
    position: relative;
    bottom: 255px;
}

.p-slider .customNavigation2 a {
    position: absolute;
    font-size: 16px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    color: #555;
    background: transparent;
    border: 1px solid #555;
    transition: all .5s ease-in;
}

.p-slider .customNavigation2 a:hover {
    background: #1c5b41;
    color: #fff;
    border: 1px solid #1c5b41;
}

.p-slider .customNavigation2 .prev2 {
    right: -30px;
}

.p-slider .customNavigation2 .next2 {
    left: -30px;
}

.more .btn {
    font-size: 15px;
    padding: 10px 55px;
    border-radius: 30px;
    color: #fdfffc;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    margin-top: 12px;
}

.more .btn:before,
.more .btn:after {
    content: "";
    width: 55%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.more .btn:before {
    left: 0;
}

.more .btn:hover:before {
    transform: translateX(-110%);
}

.more .btn:after {
    right: 0;
}

.more .btn:hover:after {
    transform: translateX(110%);
}

.more .btn.red:hover {
    color: #1c5b41;
    border: 1px solid #1c5b41;
}

.more .btn.red:before,
.more .btn.red:after {
    background: #1c5b41;
}

@media only  screen and (max-width: 767px) {
    .more a .btn {
        margin-bottom: 20px;
    }
}

/***************************************************/
/****************** features ***********************/
.features {
    padding: 20px 0;
}

.features .item {
    padding: 15px;
}

.f-img {
    position: relative;
    margin-bottom: 120px;
}

.f-img img {
    width: 67%;
    height: 450px;
}

.f-img:before {
    content: "";
    position: absolute;
    top: 7%;
    width: 799px;
    height: 526px;
    left: 20%;
    border-bottom: 3px solid #1c5b4136;
    border-left: 3px solid #1c5b4136;

}

.f-img:after {
    content: "";
    position: absolute;
    top: 7%;
    right: 8%;
    width: 799px;
    height: 525px;
    border-top: 3px solid #88888847;
    border-right: 3px solid #88888847;
}

.f-head {
    text-align: center;
}

.f-head h3 {
    font-size: 20px;
    line-height: 32px;
    border-bottom: 2px solid #ccac6b;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 600;
}

.f-con {
    background: #1c5b41;
    padding: 20px;
}

.f-con p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.f-info {
    background: #ccac6b;
    text-align: center;
    padding: 15px 10px;
}

.f-info li {
    padding: 0 10px;
}

.f-info li img {
    width: 47px;
    height: 44px;
}

.feat-con {
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 1000;
    width: 40%;
}

.features .customNavigation3 {
    position: relative;
    bottom: 590px;
}

.features .customNavigation3::before {
    content: "";
    position: absolute;
    top: 62px;
    left: 30px;
    height: 115px;
    width: 1px;
    background: #888;
}

.features .customNavigation3 a {
    position: absolute;
    font-size: 13px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    color: #000;
    background: transparent;
    border: 1px solid #1c5b41;
    transition: all .5s ease-in;
}

.features .customNavigation3 a:hover3 {
    background: #1c5b41;
    border: 1px solid #1c5b41;
}

.features .customNavigation3 .prev3 {
    left: 20px;
    top: 27px;
}

.features .customNavigation3 .next3 {
    left: 20px;
}

/***************************************************/
/****************** h-slider ***********************/
.h-slider {

}

.h-img img {
    width: 100%;
    height: 550px;
}

.h-img .shap {
    background-color: #00000038;
    z-index: -1;
}

.h-box1 {
    position: absolute;
    right: 10%;
    top: 8%;
    background: #1c5b41;
    width: 190px;
    height: 99px;
    padding: 20px 20px;
}

.h-con h5 {
    color: #fff;
    margin: 0;
}

.h-con h3 {
    color: #fff;
    margin: 9px 0 25px;
}

.h-con h4 {
    text-align: left;
    color: #fff
}

.h-con h4 span {
    display: block;
    font-size: 15px;
    margin: 4px 0;
}

.h-box2 {
    position: absolute;
    left: 10%;
    bottom: 22%;
}

.b-right {
    display: inline-block;
    background: #fff;
    width: 355px;
    height: 150px;
    padding: 10px 15px;

}

.b-right h4 {
    text-align: right;
    margin: 7px 0;
}

.b-right h4 a {
    color: #1c5b41;
    font-size: 16px;
}

.b-right p {
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
}

.b-right a {
    font-size: 14px;
    color: #000;
}

.b-left {
    display: inline-block;
    background: #3f3e41;
    width: 165px;
    height: 151px;
    padding: 18px;
    text-align: center;
    margin-right: -3px;
}

.b-left h4 {
    text-align: right;
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.b-left h3 {
    margin: 12px 0;
    font-size: 17px;
}

.b-left h2 {
    color: #fff;
    margin: 0;
    font-size: 35px;
}

.b-left h2 span:first-child {
    color: #1c5b41;
}

/*************/
.h-nv {
    background: #ededed;
    min-height: 40px;
}

.customNavigation4 {
    position: relative;
    left: 40px;
}

.customNavigation4 a {
    position: absolute;
    font-size: 15px;
    cursor: pointer;
    width: 50px;
    height: 40px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #3f3e41;
    transition: all .4s ease-in;
}

.customNavigation4 a:hover {
    background: #ccac6b;
}

.customNavigation4 .prev4 {
    left: 77px;
}

.customNavigation4 .next4 {
    left: 20px;
}

.h-all a {
    font-size: 15px;
    margin-top: 9px;
    display: inline-block;
    color: #000;
    transition: all .4s ease-in;
}

.h-all a:hover {
    color: #ccac6b;
}

.h-all a i {
    color: #ccac6b;
    margin-left: 5px;
    font-size: 17px;
}

/***************************************************************/
/************************* opinion ********************************/
.opinion {
    padding: 50px 0;
}

.opinion .head {
    margin-bottom: 20px;
}

.opinion-con img {
    width: 111px;
    height: 111px;
    border-radius: 100%;
    transform: rotate(360deg);
    transition: all 0.5s ease 0s;
    margin: 5px 0;
}

.opinion .item:hover .opinion-con img {
    transform: rotate(0deg);
}

.opinion .item:hover .opinion-con h4 a {
    color: #ccac6b;
}

.opinion-con p {
    font-size: 15px;
    line-height: 27px;
    width: 57%;
    margin: 0 auto 20px;
}

.opinion-con h4,
.opinion-con h5 {
    margin: 10px 0;
}

.opinion-con h4 a {
    color: #000;
    font-size: 22px;
    transition: all .5s ease-in-out;
}

.opinion .customNavigation5 {
    position: relative;
    bottom: 160px;
}

.opinion .customNavigation5 a {
    position: absolute;
    font-size: 30px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    color: #666;
    background: transparent;
    transition: all .5s ease-in;
}

.opinion .customNavigation5 .prev5 {
    right: 255px;
}

.opinion .customNavigation5 .next5 {
    left: 255px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #1c5b41;
}

.owl-theme .owl-controls .owl-page span {
    background: #d4daf5;
    width: 22px;
    height: 3px;
}

/***************************************************/
/********************* block1 ***********************/
.block1 {
    position: relative;
}

.img {
    position: relative;
}

.block1 .shap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #00000054;
}

.block1 img {
    width: 100%;
    height: 440px;
    background-size: cover;
}

.block1-con {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.block1-con h2 {
    color: #1c5b41;
}

.block1-con p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 56%;
    margin: 0 auto;
    line-height: 28px;
    margin-bottom: 20px;
}

.btn-click {
    width: 220px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: #1c5b41;
    border-radius: 50px;
    padding: 9px 0 9px 0px;
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

.btn-click:hover:before {
    opacity: 1;
}

.btn-click:before {
    position: absolute;
    left: 75px;

    opacity: 0;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.block1-con .btn-click:hover .text {
    color: #fff;
}

.btn-click .text {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-click .icons {
    position: absolute;
    left: 4px;
    top: 2px;
    bottom: 2px;
    padding: 8px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    color: #023372;
    background-color: rgba(255, 255, 255);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-click:hover .icons {
    left: 180px;
    background-color: #ffffff;
}

/**************************************************/
/******************** bradnds *********************/
.bradnds {
    padding: 40px 0;
}

.brands-img {
    text-align: center;
}

.brands-img img {
    width: 130px;
    height: 42px;
    object-fit: contain;
}

/*********************************************/
.footer {

}

.flogo {
    position: relative;
    z-index: 100;

}

.flogo img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    /*filter: brightness(0) invert(1);*/
}

.flogo::after {
    display: none;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #cccccc78;
    left: 0;
    right: 0;
    top: 32px;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}

.footer .social-links a {
    color: #888;
}

.con-info h4 {
    color: #fff;
    font-size: 14px;
    margin: 6px 0;
}

.con-info h4 span {
    margin: 0 5px;
}

.design a {
    color: #888;
    font-size: 15px;
    transition: all .5s ease-in-out;
}

.design a:hover {
    color: #1c5b41;
}

/******************************************/
footer img {
    height: 200px;
}

/***************************************************************************************/
/***************************************/
/************* about-page *************/
.about-page {
    position: relative;
    z-index: -1;
}

.page-head {
    position: relative;
    background: #1c5b41;
    min-height: 150px;
}

.about-p {
    padding: 45px 0;
}

.about-page-con {
    position: absolute;
    z-index: 1000;
    top: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.about-page-con h4 {
    color: #ffffff;
    margin: 15px 0;
    font-size: 28px;
}

.about-page-con ul li,
.about-page-con ul li a {
    color: #fff;
    transition: all .5s ease-in-out;
}

.about-page-con ul li a:hover {
    color: #dab977;
}

.about-page-con ul li a i {
    margin-left: 3px;
}

/*******************************/
.about-con .about-img {
    margin: 0;
    border-radius: 26px;
    margin: 0 0 30px;
}

.about-info {
    margin: 25px 0;
}

.about-info h4 {
    position: relative;
    font-size: 18px;
    color: #000;
    margin: 15px 0;
    display: inline-block;
}

.about-info h4::before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 35px;
    height: 1px;
    background: #1c5b41;
}

.about-info p {
    font-size: 17px;
    line-height: 36px;
}

/***************************/
/**************** about ***************/
.about .ex-box h3:before {
    left: 96px;
    bottom: 57px;
}

.about .ex-box {
    margin-top: 66px;
}

.about-img {
    margin: 35px;
    text-align: center;
    background: #000;
    overflow: hidden;
    position: relative;
}

.about-img img {
    width: 100%;
    height: 400px;
    transition: all 0.3s ease-out 0s;
}

.about-img:hover img {
    opacity: 0.4;
    transform: scale(1.1);
}

@media only screen and (max-width: 990px) {
    .about-img {
        margin-bottom: 30px;
    }
}

/*********************************************/
/**************** contact-page ***************/
.map {
    margin-top: 30px;
}

.map iframe {
    width: 100%;
    height: 300px;
}

.contact-f {
    padding: 35px 0;
}

.contact-f .form-control {
    height: 40px;
    border: 0;
    background: #f9f9f9;
    border-radius: 0;
    box-shadow: unset;
}

.contact-f textarea {
    height: unset !important;
}

.contact-f button {
    background: #1c5b41;
    border: 0;
    color: #fff;
    padding: 7px 40px;
    border-radius: 22px;
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid #1c5b41;
    transition: all .5s ease-in-out;
}

.contact-f button:hover {
    background: transparent;
    border: 1px solid #1c5b41;
    color: #1c5b41;
}

.contact-info {
    background: #1c5b41;
    color: #fff;
    margin-top: 35px;
    padding: 27px 20px;
}

.contact-info h4 {
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
}

.contact-info h4 i {
    margin-left: 5px;
}

.contact-info h4 span {
    margin-left: 3px;
}

/*********************************************/
/**************** pocket-page ***************/
.p-h h4 {
    font-size: 16px;
    color: #777;
    margin: 15px 0;
}

.pp {

}

.pp h4 {
    border-bottom: 1px solid #dddddd6b;
    margin-bottom: 25px;
    padding-bottom: 14px;
}

.p-details {
    background: #1c5b41;
    color: #fff;
    margin-top: 55px;
    padding: 27px 20px;
}

.p-details h4 img {
    width: 30px;
    height: 33px;
    margin-left: 5px;

}

.p-details h4 {
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
}

.de a {
    padding: 7px 35px;
    background: #1c5b41;
    display: inline-block;
    margin: 10px 0;
    border-radius: 22px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    transition: all .5s ease-in-out;
}

.po a {
    padding: 7px 40px;
    background: #ccac6b;
    display: inline-block;
    margin: 10px 0;
    border-radius: 22px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ccac6b;
    transition: all .5s ease-in-out;
}

.de a:hover {
    background: #ccac6b;
    border: 1px solid #ccac6b;
}

.po a:hover {
    background: transparent;
    border: 1px solid #fff;
}

.pro-box {
    margin-bottom: 20px;
    min-height: 102px;
    border: 1px solid transparent;
    transition: all .6s ease-in;
}

.pro-box:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(136, 136, 136, 1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(136, 136, 136, 1);
    box-shadow: 0px 0px 6px 0px rgba(136, 136, 136, 1);
}

.pro-box:hover img {
    transform: scale(1.2);
}

.p-d-img {
    overflow: hidden;
}

.p-d-img img {
    object-fit: cover;
    width: 100%;
    height: 100px;
    transition: all .6s ease-in;
}

.p-d-info {
    margin-top: 22px;
}

.p-d-info h4 {
    font-size: 17px;
}

.p-d-info h4 a {
    color: #333;
}

.pro-box:hover .p-d-info h4 a {
    color: #ccac6b;
}

.p-d-info span {
    padding: 0 2px;
}

.p-d-info span i {
    color: #1c5b41;
}

.porg-s {
    margin-top: 30px;
}

.porg-s h4 {
    margin: 12px 0;
    color: #444;
}

/**********************************************************/
/********************* prog-page **************************/
.prog-img {
    margin-top: 35px;
}

.prog-img h4 {
    font-size: 18px;
    color: #777;
    margin: 15px 0;
}

.prog-img img {
    width: 100%;
    height: 344px;
}

.pro-slider {
    padding: 0 25px;
}

.prog-s-img {

}

.prog-s-img img {
    width: 100%;
    height: 180px;
}

.pro-slider .item {
    margin: 20px 12px;
}

.customNavigation7 {
    position: relative;
    bottom: 200px;
}

.customNavigation7 a {
    position: absolute;
    font-size: 16px;
    cursor: pointer;
    width: 27px;
    height: 180px;
    line-height: 180px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #1c5b41;
    border: 1px solid #1c5b41;
    transition: all .5s ease-in;
}

.customNavigation7 a:hover {
    background: #ccac6b;
    border: 1px solid #ccac6b;
}

.customNavigation7 .prev7 {
    right: -25px;
}

.customNavigation7 .next7 {
    left: -25px;
}

.prog-con1 p {
    margin: 15px 0;
    font-size: 15px;
    line-height: 28px;
    padding: 5px;
}

.prog-con2 p span {
    padding: 0 5px;
    font-size: 15px;
    color: #1c5b41;
}

.prog-con2 p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    padding: 5px;
    margin: 10px 0;
}

.t-p-head {
    background: #1c5b41;
    border-radius: 22px;
    margin-bottom: 10px;
}

.t-p-head h4 {
    font-size: 17px;
    color: #fff;
    margin: 13px 0;
    display: inline-block;
}

.t-prog {
    background: #fdfdfd;
    border-radius: 22px;
    margin: 17px 0;
    padding: 7px 0;
}

.t-prog h5 {
    font-size: 15px;
    color: #555;
    margin: 7px 0;
    display: block;
    padding: 0 25px;
    line-height: 27px;
}

.t-prog h5 span:nth-child(2) {
    padding: 0 20px;
}

.prog-l {
    padding: 15px 0;
}

.prog-l a {
    display: inline-block;
    width: 60%;
    background: #1c5b41;
    border-radius: 22px;
    padding: 10px 0;
    color: #fff;
    border: 1px solid #1c5b41;
    font-size: 15px;
    transition: all .5s ease-in-out;
}

.prog-l a:hover {
    background: #ccac6b;
    border: 1px solid #ccac6b;
}

/*categories section*/
.categories .col-md-4.col-sm-6 {
    margin-bottom: 2em;
}

.our-team {

    text-align: center;
    position: relative;
    color: #fff;
    height: 400px;
        margin-top: 20px;
}

.our-team a {
    color: #fff;
    width: 100%;
    height: 100%;
}

.our-team:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 91, 65, 0.24);
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.our-team:hover:before {
    opacity: 1;
}

.our-team img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.our-team .team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(204, 172, 107, 0.75);
    transition: all 0.3s ease 0s;
    border-radius: 15px;
}

.our-team:hover .team-content {
    bottom: 20%;
}

.our-team .team-content .name {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.our-team:hover .team-content .name {
    transform: translateY(30px);
    transition-delay: 0.3s;
}

.our-team .team-content .post {
    font-size: 17px;
    display: block;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
}

.our-team:hover .team-content .post {
    transform: translateY(-30px);
    transition-delay: 0.3s;
}

@media screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px !important;
    }

    .categories .col-md-4.col-sm-6 {
        margin-bottom: 0em;
    }
}

.footer-basic {
    padding: 10px 0 0 0;
    background-color: #ffffff;
    color: #4b4c4d;
    background: #1c5b41;
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-basic li {
    padding: 0 10px;
}

.footer-basic ul a {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    transition: 0.5s;
}

.footer-basic ul a:hover {
    opacity: 1;
    color: #ccac6b;
}

.footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-basic .social > a {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: #fff;
    opacity: 1;
    transition: 0.5s;
}

.footer-basic .social > a:hover {
    opacity: 1;
    color: #ccac6b;
    border-color: #ccac6b;
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
    background-color: #ccac6b;
    padding: 0.5em 0;
}

.footer-basic .copyright a {
    color: #fff;
}

.pagination,
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.pagination {
    margin-top: 3em;
}

.pagination > li a, .pagination > li span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination > li a, .pagination > li span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
    width: 30px;
    height: 30px;
    font-weight: 600;
    border: 1px solid rgb(189, 66, 68);
    color: rgb(189, 66, 68);
}
.pagination > li:last-child > a , .pagination > li:first-child > a , .pagination > li:first-child > span, .pagination > li:last-child > span {
    width: 42px!important;
    height: 42px!important;
    font-size: 20px!important;
}

.pagination > li a:hover, .pagination > li span:hover {
    background-color: #ccac6b;
    color: #fff;
}

.pagination>.active>span {
    background-color: #ccac6b;
    color: #fff;
    border: 1px solid rgb(189, 66, 68);
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
    color: #777!important;
    cursor: not-allowed!important;
    background-color: #fff!important;
    border-color: #ddd!important;
}
.pagination>.active>span:hover{
    background: #ccac6b;
    border-color: #ccac6b;
}
.alert{
        border: none;
    border-radius: 0;
    padding: 4rem 0;
    font-weight: 600;
    text-align: center;
}
.alert-danger{
    background: rgba(204, 172, 107, 0.77);
    color:#fff;
}
.alert-success {
    color: #fff;
    background-color: rgba(28, 91, 65, 0.75);
    border-color: #d6e9c6;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccac6b;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1c5b41;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #1c5b41;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0;
}

.nav-tabs>li>a{
    color: #fff;
    cursor: pointer;
    background-color: #ccac6b;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0;
}


.text-success {
    padding: 7px 40px;
    background: #1c5b41;
    display: inline-block;
    margin: 10px 0;
    border-radius: 22px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #3c763d;
    transition: all .5s ease-in-out;
}
