@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: Fairuz-Normal;
    src: url(../fonts/Fairuz-Normal.otf)
}

@font-face {
    font-family: Fairuz-Bold;
    src: url(../fonts/Fairuz-Bold.otf)
}

@font-face {
    font-family: Fairuz-Black;
    src: url(../fonts/Fairuz-Black.otf)
}

body {
    font-family: "Fairuz-Normal";
}

a:hover,
a:focus {
    text-decoration: none;
}

h3,
h4,
h5,
h6 {
    margin: 0
}

h1,
h2 {
    font-family: "Fairuz-Bold";
}

hr {
    margin: 0
}

ul {
    margin: 0px;
    padding: 0px
}

ul li {
    margin: 0px;
    padding: 0px
}

.list-inline {
    margin: 0;
    padding: 0
}

.list-inline > li {
    padding-left: 0;
    padding-right: 0
}

.fa-ul {
    margin-left: 0 !important
}

p {
    margin: 0
}

.form-group {
    margin-bottom: 0
}

.clicker {
    display: none !important;
}

.overlay .closebtn {
    display: none;
}

.owl-carousel {
    direction: ltr;
}

#body-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    right: 0;
    top: 0;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.72);
    display: none;
}

#body-overlay2 {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    right: 0;
    top: 0;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.72);
    display: none;
}

.fixedPosition {
    position: fixed;
}

.fixedPosition2 {
    position: fixed;
}

.btn {
    width: 160px;
    height: 50px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #0C8938;
    border-radius: 50px;
    font-size: 15px;
    color: #0C8938;
    line-height: 50px;
    text-align: center;
    transition: all .3s;
    padding: 0 20px;
}

.btn:hover {
    background-color: #0C8938;
    color: #fff;
    box-shadow: 0px 0px 6px 2px rgba(17, 209, 61, 0.3);
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_title {
    position: relative;
    align-items: center;
    margin: 0 auto;
    display: table;
    text-align: center;
}

.main_title:before {
    content: "";
    background: url(../images/bg-title.png);
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
}

.main_title .text {}

.main_title .text h2 {
    font-size: 25px;
    color: #473900;
    margin: 0;
    line-height: 30px;
    padding-bottom: 18px;
}

.main_title .text h2:after {
    content: "";
    width: 25px;
    border-bottom: 3.5px solid #0C8938;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

html::-webkit-scrollbar {
    width: 7px;
    height: 8px
}

html::-webkit-scrollbar-track {
    background-color: #eeeeee;
}

html::-webkit-scrollbar-thumb {
    background-color: #0C8938;
    border-radius: 0;
}

/* start header */
header {}

header .top-header {
    background-color: #473900;
    padding: 16px 0;
    position: relative;
    z-index: 99;
}

.top-header .register {
    float: right;
}

.top-header .register li {
    border-left: 1px solid #fff;
    padding-left: 11px;
    margin-left: 11px;
}

.top-header .register li:last-child {
    border: none;
    padding-left: 0;
    margin-left: 0
}

.top-header .register li a {
    font-family: "Fairuz-Bold";
    font-size: 13px;
    color: #fff;
}

.top-header .register li a span {
    font-size: 13px;
    margin-left: 10px;
}

.top-header .con-header {
    float: left;
    text-align: left;
}

header .top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .top-header .container > * {
    flex-grow: 1;
}

.con-header li {
    margin-left: 8px;
    transition: all 0.4s
}

.con-header li:first-child {
    color: #fff;
    direction: ltr;
}

.con-header li:first-child a span {
    margin-right: 5px;
}

.con-header li:first-child span {
    background-color: #fff;
    color: #0C8938
}

.con-header li:first-child i {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    font-style: normal;
}

.con-header li:first-child:hover span {}

.con-header li a {}

.con-header li a span {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    color: #473900;
    text-align: center;
    line-height: 30px;
    transition: all 0.4s
}

.con-header li:hover span,
.con-header li:focus span,
.con-header li:active span {
    background-color: #11D13D;
    color: #fff;
}

.nav-header {
    padding: 0;
    height: 100px;
    background-color: #fff;
    /* position: relative;
     */
    /* z-index: 99;
     */
}

.navigation {
    padding: 25px 0;
}

.navigation .block-logo {

    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    padding: 15px;

}

.navigation .block-logo .logo {
    /* position: absolute;
     */
    /* top: 60%;
     */
    /* left: 50%;
     */
    /* transform: translate(-50%,-50%);
     */
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.navigation .logo2 {
    max-width: 100%;
    margin: 20px auto;
    display: table;
    width:110px;
}

.navigation .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
}

.navigation .R-nav {
    float: right;
}

.navigation .L-nav {
    float: left;
}

.navigation .navbar-default .navbar-nav {
    padding-top: 10px
}

.navigation .navbar-default .navbar-nav li {
    margin: 0 10px;
}

.navigation .navbar-default .navbar-nav li:last-child {
    margin-left: 0;
}

.navigation .navbar-default .navbar-nav li:last-child a::after {
    content: none;
}

.navigation .navbar-default .navbar-nav li:first-child {
    margin-right: 0;
}

.navigation .navbar-default .navbar-nav li a {
    font-size: 15px;
    /*line-height:65px;
     */
    color: #7d7d7d;
    padding: 8px;
    border: none;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    transition: all .3s;
}

.navigation .navbar-default .navbar-nav li:after {
    content: "";
    width: 0%;
    height: 3px;
    background-color: #0C8938;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s
}

.navigation .navbar-default .navbar-nav li:hover a::after,
.navigation .navbar-default .navbar-nav li:active a::after,
.navigation .navbar-default .navbar-nav li:focus a::after,
.navigation .navbar-default .navbar-nav .active a:after,
.navigation .navbar-default .navbar-nav .active:focus a::after {
    opacity: 1;
    width: 28%
}

.navigation .navbar-default .navbar-nav li a:hover,
.navigation .navbar-default .navbar-nav li.active a {
    color: #0C8938;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

.menu-item-has-children {}

.menu-item-has-children span {
    margin-right: 5px
}

.sub-menu {
    opacity: 0;
    list-style: none;
    position: absolute;
    top: calc(100% - -10px);
    right: 0px;
    background-color: #FCFCFC;
    min-width: 180px;
    height: auto;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    z-index: -1;
    transition: all 0.3s;
    z-index: 5;
}

.sub-menu:after {
    content: "\f0de";
    font-family: Fontawesome;
    font-size: 30px;
    color: #FCFCFC;
    position: absolute;
    top: -20px;
    left: 50%;
    opacity: 0;
}

.navigation .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    top: 100%;
    /*transform: translateY(20px);
    */
    z-index: 999;
    /*visibility: visible*/
    display: block;
}

.navigation .menu-item-has-children .sub-menu {
    display: none;
}

.sub-menu li {
    text-align: center;
    width: 100%;
    margin: 0 !important;
}

.sub-menu li a {
    display: block;
    padding: 8px 0 !important;
    margin: 0;
    color: #707070
}

.sub-menu li a:after {
    content: none !important;
}

.sub-menu li a:before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #0C8938;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.sub-menu li:hover > a::before {
    opacity: 1
}

.sub-menu li:hover a {
    background-color: #fff;
    color: #0C8938;
    font-family: "Fairuz-Normal" !important
}

.width {
    width: 100% !important;
}

.opacity {
    display: none !important;
}

.margin {
    right: 0 !important;
}

.navigation .search .search_sec {
    width: 100%;
    height: 160px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fbfbfb;
    z-index: 9999999999;
    padding: 0 3%;
    display: none;
}

.navigation .search .search_sec form {
    width: 80%;
    float: right;
}

.navigation .search .search_sec form .form-group {
    margin: 0;
    position: relative;
}

.navigation .search .search_sec form .form-group .form-control {
    height: 50px;
    margin: 50px 0;
    border-radius: 50px;
    padding: 0 20px;
    font-size: 18px;
    border: none;
    box-shadow: 0 0 5px rgba(12, 137, 56, .5);
    ;
}

.navigation .search .search_sec .close_search {
    float: left;
    line-height: 160px;
    padding: 0;
    color: #000;
    opacity: .8;
}

/* End header */
/* start slider */
.main-hero {
    width: 100%;
    /*height: 600px;*/
    /*overflow: hidden;
    */
    position: relative;
}

.main-hero .hero-slider {
    position: relative;
}

.hero-slider .img-slider {
    width: 100%;
    height: 600px;
    position: relative;
}

.hero-slider .img-slider:after {
    content: "";
    width: 100%;
    height: 600px;
    background: linear-gradient(180deg, #0C8938 10%, #003412 90%);
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0
}

.hero-slider .img-slider img {
    width: 100%;
    height: 100%
}

.hero-slider .text-slider {
    font-family: "Fairuz-Bold";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-slider h2 {
    font-size: 30px;
    color: #fff;
    line-height: 45px
}

.text-slider p {
    font-size: 20px;
    color: #fff;
    line-height: 35px;
}

.hero-slider .owl-dots {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 999;
    transform: translateY(-50%) rotate(90deg);
}

.hero-slider.owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50px;
    transition: all .5s ease;
    margin: 0 2px;
}

.hero-slider .owl-dot.active {
    width: 40px;
    transition: all .3s;
}

.main-hero .slider-news {
    height: 65px;
    background-color: #473900;
    padding: 0 60px;
    margin-top: -65px;
    z-index: 999;
    position: relative;
}

.slider-news .text-news {
    line-height: 65px
}

.text-news p {
    font-size: 15px;
    color: #fff;
}

.text-news p span {
    font-family: "Fairuz-Bold";
    padding-left: 10px
}

/* end slider */
/* start about */
.about {
    padding: 110px 0 70px;
    background-color: #fcfcfc;
}

.about .details-about {
    padding-top: 100px;
}

.details-about .text-about {}

.text-about .title-about {
    position: relative;
    padding-right: 14px;
    width: 35%;
    margin-bottom: 40px;
}

.text-about .title-about:after {
    content: "";
    width: 3.5px;
    height: 100%;
    background-color: #0C8938;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
}

.title-about h3 {
    font-size: 17px;
    color: #0C8938;
    line-height: 29px;
    font-family: "Fairuz-Black";
}

.text-about p {
    font-size: 16px;
    color: #858585;
    line-height: 32px;
    font-family: "Fairuz-Bold";
    width: 90%;
    padding-bottom: 35px
}

.text-about .btn {
    border-radius: 50px 0px 50px 50px;
}

.video-about {
    /* width: 50%;
     */
    float: left;
}

.video-about .img-about {
    width: 100%;
    height: 320px;
    border-radius: 30px;
    overflow: hidden;
}

.video-about .img-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-about .play-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    cursor: pointer;
}

.play-img span {
    font-size: 16px;
    color: #0C8938;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.play-img span:after {
    content: "";
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.56);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.video-btn {
    position: absolute;
    display: inline-block;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner-eff {
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}

.spinner-circle {
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(1);
    transform-origin: center center;
}

.spinner-eff .circle-1 {
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / .6);
    top: 0;
    animation: pulse-1 1.6s linear 0s infinite;
}

.spinner-eff .circle-2 {
    width: 66.6%;
    height: 66.6%;
    background-color: #ffffff;
    top: 16.4%;
    animation: pulse-2 1.6s linear 0s infinite;
}

@keyframes pulse-1 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.3);
        opacity: 0;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-2 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.video-about .modal {
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
    width: 80%;
    margin: 10% auto;
}

.video-about .modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.video-about .modal-header {
    border-bottom: none;
}

.video-about .modal-body iframe {
    margin: 0 auto;
    display: table;
}

.video-about .modal .close {
    float: right;
    font-size: 45px;
    color: #ccc;
    text-shadow: 0 3px 0 #0c8938;
    opacity: 0.7;
    outline: none;
}

/* end about */
/* start service */
.service {
    padding: 110px 0 70px;
}

.slider-service {
    padding: 80px 0
}

.block-serv {
    position: relative;
    width: auto;
    height: 240px;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 20px;
    margin: 85px 0;
    transition: all 0.4s;
    margin-top: 100px;
}

.img-serv {
    margin-top: -85px !important;
    margin: 0 auto;
}

.img-serv .circle-img {
    width: 112px;
    height: 112px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    display: table;
    border: 1px solid #ececec;
    transition: all .3s;
}

.img-serv .circle-img img {
    width: 75px !important;
    height: 75px;
    max-width: 100%;
    border-radius: 50%;    object-fit: cover;
}

.block-serv .text-serv {
    text-align: center;
}

.text-serv h2 {
    font-size: 16px;
    color: #707070;
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 1.7;
    overflow: hidden;
    max-height: 52px;
    transition: all .3s;
}

.text-serv p {
    font-size: 13px;
    color: #858585;
    line-height: 1.7;
    overflow: hidden;
    max-height: 65px;
    min-height: 65px;
}

.text-serv .btn {
    border-color: #ececec;
    color: #6D6D6D;
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.text-serv .btn:hover,
.block-serv:hover .text-serv .btn {
    color: #fff;
    border-color: #0C8938;
    background-color: #0C8938;
    box-shadow: 0px 0px 6px 2px rgba(17, 209, 61, 0.3);
}

.slider-service.owl-carousel .owl-prev,
.slider-service.owl-carousel .owl-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #EBEBEB !important;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #0C8938 !important;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
    font-size: 21px !important;
}

.slider-service .owl-next {
    right: 45%
}

.slider-service .owl-prev {
    left: 45%
}

.slider-service .owl-next:hover,
.slider-service .owl-prev:hover {
    color: #fff;
    background-color: #0C8938;
    border-color: #0C8938
}

/* end service */
/* start gallery */
.gallery {
    padding: 125px 0;
    padding-bottom: 75px;
}

.gallery .nav-tabs {
    padding: 80px 0 50px;
    margin: 0 auto;
    display: table;
    border: none;
}

.gallery .nav > li {
    display: inline-block;
}

.gallery .nav > li > a {
    font-family: "Fairuz-Bold";
    font-size: 15px;
    color: #858585;
    position: relative;
    padding: 15px 50px
}

.gallery .nav > li > a:after {
    content: "";
    width: 0px;
    height: 3px;
    background-color: #0C8938;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    opacity: 0
}

.gallery .nav > li:hover > a::after,
.gallery .nav-tabs > li.active > a:after {
    opacity: 1;
    width: 25px
}

.gallery .nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: transparent;
}

.gallery .nav > li:hover > a {
    color: #0C8938
}

.gallery .nav-tabs > li.active > a,
.gallery .nav-tabs > li.active > a:focus,
.gallery .nav-tabs > li.active > a:hover {
    color: #0C8938;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}

.gallery-photos {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
}

.gallery-photos li {
    position: relative;
    width: 20%;
    height: 240px;
    border: 1px solid #fff;
}

.gallery-photos li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-photos .block-fancy {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: linear-gradient(90deg, rgba(12, 137, 56, 0.8)10%, rgba(0, 52, 18, 0.8) 90%);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    padding: 10px;
    opacity: 0;
    transition: all 0.3s
}

.block-fancy .text-fancy {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.block-fancy .text-fancy span {
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
}

.block-fancy .text-fancy p {
    font-family: "Fairuz-Bold";
    font-size: 12px;
    color: #fff;
    transform: scale(0);
    transition: all 0.2s;
    line-height: 26px;
}

.gallery-photos li:hover .block-fancy {
    opacity: 1;
}

.gallery-photos li:hover .text-fancy p {
    transform: scale(1);
}

.gallery .btn {
    margin: 0 auto;
    display: table;
    margin-top: 70px
}

/* end gallery */
/* start C-Q */
.C-Q {
    padding: 100px 0;
    padding-bottom: 75px;
    background-color: #FCFCFC;
}

.C-Q .details_C-Q {
    padding-top: 90px;
    clear: both;
}

.C-Q .accordion {
    width: 70%;
    float: right;
    list-style: none;
    padding: 0;
}

.accordion .row {
    display: none;
}

.accordion li:first-child .row {
    display: block;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 5px 50px 5px 40px;
    color: #A1A1A1;
    /* background-color: #fff;
     */
    font-size: 14px;
    line-height: 40px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li {
    margin-bottom: 15px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background-color: #fff;
}

.accordion li:last-child {
    margin-bottom: 0
}

.accordion li .link-C-Q {
    font-size: 14px;
    color: #70C14A;
    margin: 0 auto;
    display: table;
    margin-top: 35px
}

.link-C-Q:hover {}

.accordion .row {
    padding-bottom: 0px;
    margin: 0;
}

.accordion li i {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 16px;
    color: #70C14A;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion p {
    color: #A1A1A1;
    line-height: 2;
    font-size: 13px;
    padding: 20px;
}

.accordion li.open .link {
    color: #0C8938;
    border-radius: 5px 5px 0px 0px;
    border: none;
}

.accordion li.open {
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

.accordion li.open i.fa-plus:before {
    content: "\f068" !important;
}

.accordion li.default .submenu {
    display: block;
}

.service .item {
    padding: 0 15px;
}

.accordion .row {
    border-top: 1px solid #dcdcdc;
}

.accordion .row .col-md-12 {
    padding: 0;
}

.accordion li:not(.default) {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.accordion li:not(.default) a {
    font-size: 15px;
}

.C-Q .C-Q-img {
    float: left;
    height: 500px;
    width: 28%;
    position: relative;
}

.C-Q .C-Q-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.C-Q-img .border-img {
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    border: 2px solid #fff;
    position: absolute;
    top: 10px;
    right: 10px
}

/* end C-Q */
/* start email-sec */
.email-sec {
    padding: 100px 0;
    padding-bottom: 125px;
}

.email-sec .form-email {
    margin-top: 100px !important;
    width: 40%;
    margin: 0 auto;
    display: table;
    position: relative;
}

.form-email .form-group {}

.form-email .form-control {
    width: 100%;
    height: 55px;
    background-color: #fff;
    border-radius: 28px;
    padding-right: 40px;
    padding-left: 100px;
    font-size: 14px;
    border: none;
    box-shadow: 0px 15px 30px 0px rgba(12, 137, 56, 0.1);
    min-width:450px;
}

.form-email input::-webkit-input-placeholder {
    color: #C2C2C2 !important;
}

.form-email input:-moz-placeholder {
    /* Firefox 18- */
    color: #C2C2C2 !important;
}

.form-email input::-moz-placeholder {
    /* Firefox 19+ */
    color: #C2C2C2 !important;
}

.form-email input:-ms-input-placeholder {
    color: #C2C2C2 !important;
}

.form-email .btn-form {
    width: 100px;
    height: 55px;
    background-color: #0C8938;
    text-align: center;
    font-size: 15px;
    font-family: "Fairuz-Bold";
    color: #fff;
    line-height: 55px;
    border-radius: 50px;
    border: 1px solid transparent;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s;
}

.form-email .btn-form:hover,
.form-email .btn-form:focus,
.form-email .btn-form:active {
    background-color: #fff;
    color: #0C8938;
    border-color: #0C8938
}

/* end email-sec */
/* start footer */
footer {
    background: url(../images/bg-footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 60px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1
}

.toTop {
    width: 82px;
    height: 82px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: -45px;
    left: 50%;
    color: #0C8938;
    text-align: center;
    cursor: pointer;
    line-height: 82px;
    box-shadow: 0px 6px 15px 0px rgba(12, 137, 56, 0.1);
    transform: translateX(-50%);
}

.toTop span {
    font-size: 24px;
    color: #0C8938;
    text-align: center;
    font-weight: 700
}

footer:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0C8938 10%, #003412 90%);
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

footer .nav-footer {
    float: none;
    margin: 0 auto;
    display: table;
    list-style: none;
}

footer .nav-footer li {
    margin: 0 10px
}

footer .nav-footer li a {
    padding: 5px;
    font-family: "Fairuz-Bold";
    font-size: 15px;
    color: #fff
}

footer .footer-logo {
    margin: 0 auto;
    display: table;
    padding: 45px 0
}

footer .footer-con {
    margin: 0 auto;
    display: table;
    padding-bottom: 50px
}

footer .footer-con li {
    font-size: 15px;
    color: #fff;
    margin-left: 100px
}

/*new css style added*/
footer .footer-con li a {
    color: #fff !important;
}

/*end */
footer .footer-con li:last-child {
    margin-left: 0
}

footer .footer-con li span {
    margin-right: 10px
}

footer .footer-con li:first-child span {
    margin-right: 30px
}

footer .footer-icons {
    margin: 0 auto;
    display: table;
}

.footer-icons li {
    margin: 0 15px;
}

.footer-icons li span {
    font-size: 18px;
    color: #fff;
    transition: all 0.3s
}

.footer-icons li:hover span {
    transform: translateY(-5px);
    opacity: 0.7;
}

/* end footer */
/* start bottom-footer */
.bottom-footer {
    width: 100%;
    height: 60px;
    background-color: #fff;
    padding: 0 60px
}

.bottom-footer .text-bottom {}

.text-bottom h2,
.text-bottom h1 {
    font-size: 15px;
    color: #0C8938;
    line-height: 60px;
    margin: 0;
}

.text-bottom h1 a {
    color: #0C8938
}

.text-bottom h2 {
    float: right;
}

.text-bottom h1 {
    float: left;
}

/* end bottom-footer */
/*============about================*/
.sub_head {
    background-image: -moz-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    background-image: -webkit-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    background-image: -ms-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    padding-top: 100px;
    padding-bottom: 70px;
    text-align: center;
}

.sub_head ul li {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
}

.sub_head ul li:after {
    content: "/";
    margin: 0 5px;
}

.sub_head ul li:last-child:after {
    display: none;
}

.about-page .text-about p {
    width: 95%
}

.about-page .details-about .t-a-page {
    font-size: 16px;
    color: #858585;
    line-height: 32px;
    font-family: "Fairuz-Bold";
    width: 90%;
    padding-top: 30px;
}

/*===============services================*/
.main-ser-page .block-serv {
    /*width: 22%;*/
    /*margin: 1.5%;*/
    margin-bottom: 100px;
}

.service-page {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    margin: 0 auto;
}

/*================details-service=================*/
.details-service-page {
    padding: 100px 60px;
    padding-bottom: 0
}

.details-service-page .details-block-ser {
    position: relative;
    background-color: #FCFCFC;
    border-radius: 18px;
    clear: both;
    text-align: center;
    padding: 40px;
    padding-bottom: 55px
}

.details-block-ser .img-serv {
    margin-top: -100px !important
}

.details-block-ser .text-details h2 {
    color: #0C8938;
    padding-bottom: 35px;
    padding-top: 20px
}

.details-block-ser .text-details p {
    font-size: 15px;
    color: #707070;
    line-height: 29px;
    padding-bottom: 10px;
    text-align: justify;
}

/* start terms page */
.sub_head {
    background-image: -moz-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    background-image: -webkit-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    background-image: -ms-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    padding-top: 100px;
    padding-bottom: 70px;
    text-align: center;
}

.sub_head ul li {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
}

.sub_head ul li:after {
    content: "/";
    margin: 0 5px;
}

.sub_head ul li:last-child:after {
    display: none;
}

.terms {
    padding: 60px 0 0;
}

.terms h1 {
    font-size: 30px;
    line-height: 35px;
    color: #0C8938;
    margin-bottom: 30px;
}

.terms h2 {
    font-size: 20px;
    line-height: 32px;
    color: #707070;
}

.terms ul {
    list-style: none;
    margin-top: 50px;
}

.terms ul li {
    font-size: 15px;
    line-height: 30px;
    color: #707070;
    font-weight: bold;
    position: relative;
    padding-right: 65px;
    padding-left: 60px;
    margin-bottom: 25px;
}

.terms ul li span {
width: 30px;
    height: 30px;
    background-image: -moz-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    background-image: -webkit-linear-gradient(
160deg
, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    background-image: -ms-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

/* end terms page */
/* start contact page */
.contact {
    padding: 40px 60px;
    padding-top: 80px;
}

.contact form .form-group {
    margin-bottom: 20px;
}

.contact form .form-control {
    height: 45px;
    border-radius: 5px;
    background-color: #FCFCFC;
    border: 1px solid #DFDFDF;
    font-size: 15px;
    padding: 0 20px;
}

.contact form textarea.form-control {
    padding-top: 15px;
    height: 135px;
    resize: none;
}

.contact form .btn {
    width: 130px;
    height: 45px;
    border-radius: 10px;
    background-image: -moz-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    background-image: -webkit-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    background-image: -ms-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    font-size: 15px;
    color: #fff;
    line-height: 45px;
}

form .form-control:focus {
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    border-color: #034B1C;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #C7C7C7 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #C7C7C7 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #C7C7C7 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #C7C7C7 !important;
}

.contact .info {
    list-style: none;
    padding-right: 90px;
    margin-top: 5px;
}

.contact .info li {
    position: relative;
    padding-right: 55px;
    margin-bottom: 35px;
}

.contact .info li span {
    font-size: 26px;
    color: #205E28;
    position: absolute;
    top: 0;
    right: 0;
}

.contact .info li h1 {
    font-size: 20px;
    line-height: 30px;
    color: #205E28;
    margin-top: 0;
}

.contact .info li h3 {
    font-size: 15px;
    line-height: 25px;
    color: #9F9F9F;
}

.map {
    margin-top: 60px;
}

/* end contact page */
/* start FAQ */
.faq .accordion {
    width: 100% !important;
    float: none;
}

.faq .accordion li {
    position: relative;
    width: 48%;
    margin: 7px 1%;
}

.faq .accordion li:nth-of-type(odd) {
    float: right;
}

.faq .accordion li:nth-of-type(even) {
    float: left;
}

.have_q {
    background-image: -moz-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    background-image: -webkit-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    background-image: -ms-linear-gradient(160deg, rgb(1, 59, 21) 0%, rgb(6, 95, 37) 51%, rgb(11, 131, 53) 100%);
    padding: 50px 60px;
}

.have_q h1 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 50px;
}

.have_q .form-group {
    margin-bottom: 20px;
}

.have_q .form-control {
    height: 55px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: bold;
}

.have_q textarea.form-control {
    padding: 15px;
    height: 110px;
    resize: none;
}

.have_q .btn {
    border-radius: 5px;
    width: 370px;
    max-width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    display: table;
}

.have_q input::-webkit-input-placeholder,
.have_q textarea::-webkit-input-placeholder {
    color: #707070 !important;
}

.have_q input:-moz-placeholder,
.have_q textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #707070 !important;
}

.have_q input::-moz-placeholder,
.have_q textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070 !important;
}

.have_q input:-ms-input-placeholder,
.have_q textarea:-ms-input-placeholder {
    color: #707070 !important;
}

/* end FAQ */
.gallery .video_gallery {
    padding: 0 !important;
}

.video_gallery {
    padding: 80px 60px;
}

.video_gallery .btn {
    margin: 0 auto;
    display: table;
    margin-top: 50px;
    max-width: 100%;
}

.video_gallery .youtube-video-gallery {
    display: flex;
    flex-wrap: wrap;
}

.video_gallery .youtube-video-gallery li {
    width: 20%;
    height: auto;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #fff;
}

.youtube-videogallery-link {
    display: block;
    width: 100% !important;
    position: relative;
}

.youtube-videogallery-img {
    border-radius: 0 !important;
    width: 100% !important;
    height: 100%;
}

.youtube-videogallery-title {
    display: none !important;
}

.youtube-videogallery-play {
    display: none;
}

.youtube-videogallery-link:after {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(../images/play_btn.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ************** AMIR 12-11-2020 *************** */
/*.col-xs-12 {
    */
/* padding: 0;
    */
/*
}
*/
.reg-form-wrap {
    padding: 70px 0;
}

.reg-form-wrap .nav-tabs {
    text-align: center;
    float: right;
    width: 100%;
    margin-bottom: 50px;
    border: 0;
}

.reg-form-wrap .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0 15px;
}

.reg-form-wrap .nav-tabs li a {
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    display: block;
    background-color: #FCFCFC;
    padding: 14px 20px;
    color: #888;
    font-family: 'Fairuz-Bold';
    transition: all .3s;
    font-size: 13px;
}

.reg-form-wrap .nav-tabs li.active a {
    background: -webkit-linear-gradient(top, #0C8938, #0E0B00);
    color: #fff;
    transition: all .3s;
    border-color: #0c7f34;
}

.reg-form-wrap .form-group {
    padding: 15px;
}

.reg-form-wrap .form-group .form-control {
    height: 50px;
    background-color: #fcfcfc;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    transition: all .3s;
    text-align: right;
    direction: rtl;
    outline: none;
    padding: 0 15px;
    border-radius: 5px;
}

.reg-form-wrap .form-group h4 {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

/*.reg-form-wrap .form-group .form-control[type="date"]::-webkit-calendar-picker-indicator {
     background: transparent;
}
*/
.reg-form-wrap .form-group .form-control:focus {
    background-color: #fff;
    border-color: #108b38;
    transition: all .3s;
}

.reg-form-wrap .form-group textarea.form-control {
    height: 120px;
    resize: none;
    padding: 15px;
}

.reg-form-wrap .form-group.col-md-12:last-of-type {
    text-align: center;
    margin-top: 20px;
}

.reg-form-wrap .form-group .btn {
    outline: none;
    background: -webkit-linear-gradient(top, #0C8938, #0E0B00);
    color: #fff;
    transition: all .3s;
    border-color: #0c7f34;
    font-size: 15px;
}

.reg-form-wrap .form-group .btn.prev-step {
    margin-left: 20px;
    background: transparent;
    color: #0c7f34;
    box-shadow: none;
}

.reg-form-wrap .form-group .m-checks {
    background-color: #fcfcfc;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px;
}

.reg-form-wrap .form-group .m-checks label {
    margin-left: 50px;
    margin-bottom: 0;
}

.reg-form-wrap .form-group .m-checks label input {
    display: none;
}

.reg-form-wrap .form-group .m-checks label span {
    font-weight: normal;
    font-family: 'Fairuz-Bold';
    cursor: pointer;
    font-size: 13px;
}

.reg-form-wrap .form-group .m-checks label span:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-radius: 3px;
    transition: all .3s;
    vertical-align: middle;
    margin-left: 12px;
    text-align: center;
    line-height: 18px;
    font-size: 0;
    color: #fff;
    box-shadow: 0 0 0 1px #dfdfdf;
    font-weight: normal;
}

.reg-form-wrap .form-group .m-checks label input:checked + span:before {
    background-color: #0d8938;
    transition: all .3s;
    border-color: #0d8938;
    box-shadow: 0 0 0 1px #0d8938;
    font-size: 11px;
}

.reg-form-wrap .form-group .m-checks label:last-of-type {
    margin: 0;
}

.reg-form-wrap .form-group .m-checks label input[type="checkbox"] + span:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    transition: all .3s;
}

.reg-form-wrap .form-group .m-checks label input[type="radio"]:checked + span:before {
    border-color: #fff;
}

.reg-form-wrap .form-group .m-checks label input[type="radio"] + span:before {
    border-radius: 100%;
}

.reg-form-wrap .nav-tabs li.disabled a {
    cursor: not-allowed;
    color: #cecece;
}

.success-card {
    float: left;
    width: 100%;
    text-align: center;
}

.success-card .inner {
    box-shadow: 0 25px 50px rgb(0 0 0 / 0.05);
    border-radius: 30px;
    height: 250px;
    margin: 0 auto;
    max-width: 50%;
    padding-top: 60px;
}

.success-card .inner i {
    background: -webkit-linear-gradient(top, #0C8938, #0E0B00);
    color: #fff;
    transition: all .3s;
    border-color: #0c7f34;
    font-size: 22px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    margin-bottom: 30px;
}

.success-card .inner h4 {
    color: #473900;
    font-family: 'Fairuz-Bold';
}

/* ****************** Payment *************** */
.payment-wrap {
    padding: 70px 0 0;
}

.payment-wrap .card {
    /* padding: 50px; */
}

.payment-wrap .pay-head {
    text-align: center;
    margin-bottom: 50px;
}

.payment-wrap .pay-head h3 {
    font-family: 'Fairuz-Bold';
    font-size: 22px;
}

.payment-wrap .block {
    padding: 0 15px;
}

.payment-wrap .block .bl-head {
    margin-bottom: 20px;
}

.payment-wrap .block .bl-head h4 {
    font-family: 'Fairuz-Bold';
    font-size: 15px;
}

.payment-wrap .block ul li {}

.payment-wrap .block ul li label {
    display: block;
    margin: 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #fff;
    padding: 20px;
    font-weight: normal;
    cursor: pointer;
}

.payment-wrap .block ul li label input {
    display: none;
}

.payment-wrap .block ul li label span {
    font-size: 14px;
    user-select: none;
}

.payment-wrap .block ul li label span:before {
    display: inline-block;
    content: '';
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #AEAEB1;
    transition: all .3s;
    vertical-align: middle;
}

.payment-wrap .block ul li label input:checked + span:before {
    background-color: #0C8938;
    border-color: #0C8938;
    transition: all .3s;
}

.payment-wrap .block ul li label img {
    float: left;
    object-fit: scale-down;
}

.payment-wrap .block .extra-ch {
    margin-top: 15px;
}

.payment-wrap .block .extra-ch img {
    object-fit: scale-down;
    width: 85px;
    height: 50px;
    margin-left: 20px;
}

.payment-wrap .block ul {
    overflow: hidden;
    border-radius: 10px;
}

.payment-wrap .p-summary ul {}

.payment-wrap .p-summary ul li {
    background-color: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid #fff;
}

.payment-wrap .p-summary ul li b {
    float: left;
    font-weight: normal;
    font-family: 'dr-bd';
    font-size: 16px;
}

.payment-wrap .p-summary ul li b i {
    color: #888888;
    font-size: 11px;
    text-transform: uppercase;
}

.payment-wrap .p-summary ul li label {
    display: inline-block;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.payment-wrap .p-summary ul li label span:before {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.08);
    border: 0;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: -3px;
    font-family: fontawesome;
    content: "\f00c";
    color: #fff;
    background-color: #fff;
    font-weight: 900;
}

.payment-wrap .p-summary ul li label input:checked + span:before {
    background-color: #fff;
    color: #000;
}

.payment-wrap .p-summary ul li .btn {
    outline: none;
    width: 100%;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background-color: #0C8938;
    color: #fff;
}

.payment-wrap .p-summary ul li .btn.btn-border {
    color: #0C8938;
    border-color: #0C8938;
    background-color: #fff;
}

.payment-wrap .p-summary ul li .btn.btn-border:hover {
    color: #fff;
    background-color: #0C8938;
}

.card {
    /* background-color: #fff; */
    /* border-radius: 5px; */
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 0.10); */
}

.credit-input {
    padding: 15px 0 0;
}

.credit-input .form-control {
    display: block !important;
    height: 45px;
    box-shadow: none;
}

button {
    outline: none !important;
}

.slider-service.owl-carousel .owl-prev:hover,
.slider-service.owl-carousel .owl-next:hover {
    background-color: #0c8938;
    color: #fff !important;
    border-color: #0c8938 !important;
}

.block-serv:hover .img-serv .circle-img {
    background-color: #0c8938;
    transition: all .3s;
    border-color: #0c8938;
}

.block-serv:hover .text-serv h2 {
    color: #0c8938;
    transition: all .3s;
}

.news-l {
    background-color: #473900;
}

.news-l span {
    color: #fff;
    display: inline-block;
    position: relative;
}

.news-l span:after {
    content: '/';
    margin: 0 10px;
    vertical-align: middle;
}

.news-l .container {
    align-items: center;
    display: flex;
}

.news-l .breakingNews {
    width: 80%;
}

.breakingNews > ul > li {
    position: relative !important;
}

.news-l .breakingNews > ul li a {
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 14px;
}

.video-about .img-about a {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #0c8938;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    z-index: 1;
    font-size: 18px;
    padding-left: 4px;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.video-about .img-about a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255 255 255 / 52%);
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-radius: 100%;
    z-index: -1;
    transition: all .3s;
}

.video-about .img-about a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255 255 255 / 52%);
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-radius: 100%;
    z-index: -2;
    transition: all .3s;
}

.video-about .img-about a:hover {
    background-color: #0c8938;
    color: #fff;
    transition: all .3s;
}

.video-about .img-about a:hover:before {
    background-color: rgb(12 137 56 / 36%);
    transition: all .3s;
}

.video-about .img-about a:hover:after {
    background-color: rgb(12 137 56 / 36%);
    transition: all .3s;
    transform: scale(0) translate(-50%, -50%);
}

.about.about-page {
    padding: 70px 0;
}

.about.about-page .details-about {
    padding: 0;
}

@media (min-width: 768px) {
    .container-fluid {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        width: 1170px;
    }
}

section.service.main-ser-page {
    background-color: #fcfcfc;
    padding: 70px 0;
}

.reg-form-wrap .form-group input[type="checkbox"] {
    margin-right: 20px;
    margin-left: 5px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
}

.floxo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}


.about-blocks {
    clear: both;
    padding-top: 70px;
}

.about-blocks .block {}

.about-blocks .block .inner {
    text-align: center;
    background-color: #fff;
    padding: 40px;
    border-radius: 25px;
    border: 1px solid transparent;
    transition: all .3s;
}

.about-blocks .block .inner img {
    object-fit: scale-down;
    width: 50px;
    height: 50px;
}

.about-blocks .block .inner h3 {
    font-family: 'Fairuz-Bold';
    color: #473900;
    font-size: 18px;
    margin: 20px 0;
}

.about-blocks .block .inner p {
    color: #6D6D6D;
    line-height: 1.8;
    overflow: hidden;
    max-height: 73px;
    min-height: 73px;
}

.about-blocks .block .inner:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgb(12 137 56 / 7%);
    border-color: #0c8938;
    transition: all .3s;
}

section.blogs {
    background-color: #fcfcfc;
    padding: 100px 0 70px;
}

section.blogs .g-body {
    margin-top: 100px;
}

section.blogs .itom {
    direction: rtl;
    padding: 20px 15px;
}

section.blogs .itom .i-img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 200px;
    position: relative;
}

section.blogs .itom .i-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.blogs .itom .i-img a {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

section.blogs .itom .i-data {
    padding: 20px 20px 40px;
    border-radius: 0 0 20px 20px;
    border: 1px solid rgb(183 183 183 / 30%);
}

section.blogs .itom .i-data .title {
    color: #473900;
    font-family: 'Fairuz-Bold';
    margin-bottom: 14px;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

section.blogs .itom .i-data p {
    color: #858585;
    line-height: 1.8;
    font-size: 12px;
    overflow: hidden;
    max-height: 83px;
    min-height: 83px;
}

section.blogs .itom .i-data .btn {
    border: 1px solid #B7B7B7;
    height: 45px;
    line-height: 45px;
    color: #473900;
    font-size: 14px;
    margin-bottom: -90px;
    transition: all .3s;
}

section.blogs .itom .inner {
    background-color: #fff;
    text-align: center;
    transition: all .3s;  border-radius: 20px;
}

section.blogs .itom .i-data .btn:hover {
    background-color: #0c8938;
    color: #fff;
    border-color: #0c8938;
    transition: all .3s;
}

section.blogs .itom .inner:hover {
    transform: translateY(-10px);
    transition: all .3s;
}

section.blogs  .owl-nav,
section.partners  .owl-nav
{
    text-align: center;
    margin-top: 50px;
}

section.blogs .owl-nav button.owl-next,
section.blogs .owl-nav button.owl-prev,
section.partners .owl-nav button.owl-next,
section.partners .owl-nav button.owl-prev{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    transition: all .3s;
    margin: 0 10px;
    color: #0C8938;
    font-size: 18px;
}

section.blogs .owl-nav button.owl-next:hover,
section.blogs .owl-nav button.owl-prev:hover
section.partners .owl-nav button.owl-next:hover,
section.partners .owl-nav button.owl-prev:hover{
    background-color: #0C8938 !important;
    color: #fff!important;
    transition: all .3s;
    border-color: #0C8938 !important;
}

section.blogs.activities {
    background-color: #fff;
}

section.blogs.activities .itom .i-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
}

section.blogs.activities .itom .i-img {
    background-color: #fcfcfc;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
}

.support-s {
    padding: 50px 0;
    background-color: #473900;
}

.support-s .block {
    text-align: center;
    padding: 15px;
}

.support-s .block .inner .i-icon {
    width: 130px;
    height: 130px;
    margin: 0 auto 30px;
    border: 2px solid #fff;
    line-height: 150px;
    border-radius: 100%;
}

.support-s .block .inner .i-icon img {
    width: 70px;
    height: 70px;
    object-fit: scale-down;
}

.support-s .block .inner h3 {
    color: #fff;
    font-family: 'Fairuz-Bold';
    font-size: 20px;
    margin-bottom: 20px;
}

.support-s .block .inner span {
    color: #fff;
    font-size: 18px;
}

section.partners {
    background-color: #fcfcfc;
    padding: 110px 0 70px;
}

section.partners .g-body {
    margin-top: 100px;
}

section.partners .item {
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    overflow: hidden;
    height: 250px;
}

section.partners .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.partners .owl-item {
    padding: 0 15px;
}

section.blogs.blogs-wrap {
    padding: 70px 0;
}

section.blogs.blogs-wrap .g-body {
    margin: 0;
}

section.blogs.blogs-wrap .itom {
    margin-bottom: 30px;
}

.g-more {
    text-align: center;
    margin-top: 40px;
}

.g-more .btn {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 40px;
    width: auto;
    border: 1px solid #dfdfdf;
}

.blog-single-wrap {
    padding: 70px 0 100px;
}

.blog-single-wrap .b-post {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.blog-single-wrap .b-post img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 30px;
}

.blog-single-wrap .b-post h3 {
    font-family: 'Fairuz-Bold';
    color: #0c8938;
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-single-wrap .b-post p {
    line-height: 2;
    color: #707070;
}

.blog-single-wrap .b-comments {}

.blog-single-wrap .b-comments .comments-list {
    padding-bottom: 50px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 50px;
}

.blog-single-wrap .b-comments .comments-list .com-item {
    padding: 20px;
    background-color: #fcfcfc;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog-single-wrap .b-comments .comments-list .com-item h4 {
    font-family: 'Fairuz-Bold';
    font-size: 17px;
    margin-bottom: 15px;
    color: #473900;
}

.blog-single-wrap .b-comments .comments-list .com-item span {
    color: #a7a7a7;
    display: inline-block;
}

.blog-single-wrap .b-comments .comments-list .com-item p {
    margin-top: 15px;
    line-height: 2;
    font-size: 13px;
}

.blog-single-wrap .b-comments .comments-list .com-item span:after {content: '/';margin: 0 10px;vertical-align: middle;}

.blog-single-wrap .b-comments .comments-list .com-item span:last-of-type:after {
    display: none;
}

.blog-single-wrap .b-comments .comments-list .com-more {
    text-align: center;
    margin-top: 50px;
}

.blog-single-wrap .b-comments .comments-list .com-more a {
    color: #0c8938;
    font-size: 15px;
    font-family: 'Fairuz-Bold';
    border-bottom: 1px solid;
}

.blog-single-wrap .b-comments .comments-form {}

.blog-single-wrap .b-comments .comments-form .com-inner {
    background-color: #fcfcfc;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
}

.blog-single-wrap .b-comments .comments-form .com-inner .form-group {
    padding: 10px;
}

.blog-single-wrap .b-comments .comments-form .com-inner .form-group .form-control {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    box-shadow: none;
    transition: all .3s;
}

.blog-single-wrap .b-comments .comments-form .com-inner .form-group textarea.form-control {
    height: 150px;
    padding: 15px;
}

.blog-single-wrap .b-comments .comments-form .com-inner .form-group:last-of-type {
    text-align: center;
    margin-top: 20px;
}

.blog-single-wrap .b-comments .comments-form .com-inner .form-group .form-control:focus {
    border-color: #0c8938;
    transition: all .3s;
}

.blog-single-wrap .b-comments h3 {
    font-family: 'Fairuz-Bold';
    margin-bottom: 30px;
    font-size: 22px;
    color: #473900;
}

.blog-single-wrap .b-comments .comments-form .com-inner .form-group .btn {
    border-radius: 10px;
    background: -webkit-linear-gradient(top,#0C8938,#003412);
    color: #fff;
}

section.partners.partners-wrap {
    padding: 60px 0;
    background-color: #fff;
}

section.partners.partners-wrap .block {
    padding: 15px;
}

section.blogs.activities.activities-wrap {
    padding: 70px 0;
}

section.blogs.activities.activities-wrap .itom {
    margin-bottom: 15px;
}
.activity-single-wrap {
    padding: 70px 0;
}

.activity-single-wrap .act-head {
    text-align: center;
    margin-bottom: 50px;
}

.activity-single-wrap .act-head h3 {
    color: #0C8938;
    font-family: 'Fairuz-Bold';
    margin-bottom: 20px;
    font-size: 20px;
}

.activity-single-wrap .act-head p {
    color: #707070;
    line-height: 1.8;
    font-size: 13px;
}

.activity-single-wrap .block {
    padding: 10px;
}

.activity-single-wrap .block a {
    display: block;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;background-color: #f3f3f3;
}

.activity-single-wrap .block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.activity-single-wrap .block i {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    background-color: #0c8938;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    box-shadow: 0 0 0 5px #fff;
    transition: all .3s;
    opacity: 0;
}

.activity-single-wrap .block a:hover i {
    opacity: 1;
    transition: all .3s;
    top: 50%;
}

.fancybox-thumbs__list a:before {
    border-color: #0c8938;
}

.fancybox-progress {
    background: #0c8938;
}
.about-blocks-wrap {
    padding: 70px 0;
}

.about-blocks-wrap .block {
    background-color: #fcfcfc;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
}

.about-blocks-wrap .block img {
    background-color: #fff;
    border-radius: 100%;
    border: 4px solid #fcfcfc;
    padding: 10px;
    display: inline-block;
    margin: -65px auto 25px;
    width: 80px;
    height: 80px;
    object-fit: scale-down;
}

.about-blocks-wrap .block h3 {
    color: #0c8938;
    font-family: 'Fairuz-Bold';
    margin-bottom: 30px;
}

.about-blocks-wrap .block p {
    color: #707070;
    line-height: 1.9;
}

.email-sec {
    clear: both;
}

.hero-sec .item {
    height: 500px;
    position: relative;
}

.hero-sec .item:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgb(0 0 0 / 52%);mix-blend-mode: multiply;}

.hero-sec .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-sec .item .i-cap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.hero-sec .item .i-cap h3 {
    font-family: 'Fairuz-Bold';
    color: #fff;
    margin-bottom: 20px;
}

.hero-sec .item .i-cap p {
    line-height: 1.9;
    color: #fff;
    overflow: hidden;
    max-height: 76px;
}

section.blogs.activities.activities-wrap .g-body {
    margin: 0;
}

.reg-form-wrap .main_title {
    margin-bottom: 80px;
}

.survey .inner {
    border-left: 1px solid #f1f1f1;
}

.survey .inner .s-head {
    margin-bottom: 30px;
}

.survey .inner .s-head h3 {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #5f9f4a;
}

.survey .inner .s-head h3:before {
    content: '';
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f1af32;
    height: 40px;
    width: 5px;
}

.survey .inner .s-body {
    margin-top: 50px;
}

.survey .inner .s-body h4 {
    margin-bottom: 30px;
    font-family: 'Fairuz-Bold';
    font-size:15px;
}

.survey .inner .s-body .form-group {
    margin-bottom: 15px;
}

.survey .inner .s-body .form-group label {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
}

.survey .inner .s-body .form-group label input {
    display: none;
}

.survey .inner .s-body .form-group label span {
    color: #333;
}

.survey .inner:before {
    font-family: fontawesome;
    position: absolute;
    left: -30px;
    top: -30px;
    opacity: .03;
    font-size: 170px;
    /* content: "\f05d"; */
    z-index: 0;
}

.survey .inner .s-body .form-group:last-of-type {
    margin: 30px 0 0 0;
}


.btn-gray {
    background-color: #7c7c7c;
}

.survey .inner .s-body .form-group .btn + .btn {
    margin-right: 15px;
}

.btn-gray.active{
    display:none;    
}


.survey .inner .s-body .form-group input[type="radio"] + .label-text:before {
    content: "\f10c";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-left: 10px;
    color: #dcdcdc;
    font-size: 20px;
    top: 2px;
    position: relative;
    vertical-align: middle;
}

.survey .inner .s-body .form-group input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #0c8938;
    animation: effect 250ms ease-in;
}

.survey .inner .s-body .form-group input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

.survey .inner .s-body .form-group input[type="radio"]:disabled + .label-text:before {
    content: "\f111";
    color: #ccc;
}

@keyframes effect {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.3);
    }

    75% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.survey .inner .s-body .form-group .btn {
    color: #fff;
    background-color: #0c8938;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    min-width: auto;
    width: auto;
}

.survey .inner .s-body .form-group .btn.btn-gray {
    background-color: #ffc300;
    border-color: #ffc300;
    color: #000;
}

.email-sec .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.survey .inner .s-body .form-group .res-tube {
    padding-left: 50px;
    display:none;
}

.survey .inner .s-body .form-group .res-tube h5 {
    margin-bottom: 10px;
    font-family: 'Fairuz-Bold';
}

.survey .inner .s-body .form-group .res-tube .progress {
    margin: 0;
}