/* _____________________________

   Fonts
________________________________ */

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.eot');
    src: url('../fonts/Cairo-Regular.otf') format('embedded-opentype'),
    url('../fonts/Cairo-Regular.woff') format('woff'),
    url('../fonts/Cairo-Regular.woff2') format('woff2'),
    url('../fonts/Cairo-Regular.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* _____________________________

   General Elements
________________________________ */

body {
    font-family: 'Cairo', sans-serif !important;
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    counter-reset: value;
}

table {
    overflow-x: visible;
}
[type=email], [type=file], [type=number], [type=password], [type=tel], [type=url], code, samp, var {
    text-align: left;
    direction: ltr;
}

label {
    font-size: 12px;
    font-weight: bolder;
}

p {
    margin-bottom: 0;
    color: #6d6d6d;
    line-height: 2.5rem;
}

a {
    color: inherit;
}

br {
    line-height: 15px;
}

::-webkit-scrollbar-track {
    background-color: #e9edf0;
    border-right: 1px solid #ededed;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #006619;
}

::-webkit-scrollbar-thumb {
    background: #006619;
}

a:hover, a:active {
    color: #006619;
    text-decoration: none;
}

a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    text-decoration: none;
}

.form-control::placeholder {
    color: #c2c2c2;
    opacity: 1;
    font-size: 14px !important;
    font-family: 'Cairo', sans-serif !important;
}

.form-control:-ms-input-placeholder {
    color: #c2c2c2;
}

.form-control:-ms-input-placeholder {
    color: #c2c2c2;
}

input {
    width: 100% !important;
}

a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    color: #6d6d6d;
    line-height: 2rem;
}

:focus {
    outline: none;
}

img {
    max-width: 100%
}

.section-padding {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

.section-shadow {
    box-shadow: inset 0 0 30px rgba(62, 95, 136, .3);
}

.section-main-color {
    background-color: rgba(62, 95, 136, .1);
}

.section-top-margin {
    margin-top: 7.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-family: 'Cairo', sans-serif !important;
    margin-bottom: 0;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

/*backgrounds*/

.donateSection {
    background-color: #ffffff;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center !important;
    font-family: 'Cairo', sans-serif !important;
}

.donateSection h3 {
    margin: 0 0 12px;
    font-family: 'Cairo', sans-serif !important;
}

.donateSection p {
    margin: 0 0 18px;
    font-family: 'Cairo', sans-serif !important;
}

.donateSection input {
    width: 100%;
    text-align: center;
}

/*title*/
.section-header {
    display: table;
    margin-bottom: 40px;
}

.section-header .title-text {
    display: table-cell;
    float: left;
    position: relative;
    margin-left: 30px;
    min-width: 231px;
    color: #2f2f2f;
    white-space: nowrap;
}

.section-header .title-text:before {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    height: 8px;
    width: 80px;
    background: #006619;
}

.section-header .sub-title {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    padding-top: 17px;
    padding-left: 15px;
    line-height: 1.5;
}

.section-header .sub-title:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    height: 20px;
    width: 8px;
    background: #006619;
}

@media (max-width: 767px) {
    .section-header .title-text {
        display: block !important;
        float: none;
    }

    .section-header .sub-title {
        display: block !important;
        margin-top: 1.5rem !important;
    }
}

/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

/* z index */
.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-2 {
    z-index: 3;
}

.z-index-2 {
    z-index: 4;
}

.z-index-2 {
    z-index: 5;
}

/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    background-color: #000;
    opacity: .5;
}

/*links*/
.main-link {
    color: #006887;
}

.main-link:hover {
    color: #006619;
}

/* text-color */
.main-color {
    color: #006619;
}

.alt-color {
    color: #000000;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #006619 !important;
    margin: 0 1rem;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
    color: #006619 !important;
}

.owl-main-nav {
    background-color: transparent !important;
    font-size: 1rem !important;
    color: #006619 !important;
    margin: 0 !important;
}

/* button */
.btn {
    display: inline-block;
    font-size: 17px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 500;
    transition-duration: 0.3s;
    transition: all 0.3s !important;
    transition-timing-function: ease-in-out
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 24px;
}

.btn.btn-medium {
    font-size: 12px;
    padding: 6px 25px;
}

.btn.btn-large {
    font-size: 14px;
    padding: 9px 34px;
    line-height: 25px
}

.btn.btn-rounded {
    border-radius: 50px;
}

/* button background */
.btn.banner-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #006619;
    border-radius: 50px;
}

.btn.banner-btn:hover, .btn.banner-btn:focus {
    background: transparent !important;
    border-color: #ffffff;
    color: #ffffff !important;
}

.btn.main-btn {
    background-color: #006619;
    color: #fff !important;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #006619;
}

.btn.main-btn:hover {
    cursor: pointer;
}

.btn.alt-btn {
    background-color: #006619;
    color: #fff !important;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #006619;
}

.btn.alt-btn:hover {
    background: transparent !important;
    border-color: #006619 !important;
    color: #006619 !important
}

a.btn-hover-corner {
    display: inline-block;
    text-decoration: none;
    color: #006619;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    padding: 1em 3em;
    overflow: hidden;
    transition: 0.3s ease;
    margin-bottom: 0px;
}

a.btn-hover-corner:before {
    content: '';
    display: block;
    height: 1em;
    width: 1em;
    border-bottom: 2px solid #006619;
    border-right: 2px solid #006619;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s ease;
}

a.btn-hover-corner:after {
    content: '';
    display: block;
    height: 1em;
    width: 1em;
    border-top: 2px solid #006619;
    border-right: 2px solid #006619;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s ease;
}

a.btn-hover-corner:hover:before,
a.btn-hover-corner:hover:after {
    width: 100%;
    height: 100%;
}

.btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #585858;
}

.btn.btn-white:hover, .btn.btn-white:focus {
    background: transparent !important;
    border-color: #ffffff;
    color: #ffffff !important
}

.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {
    background: #ffffff !important;
    color: #585858 !important
}

.btn.btn-transparent-black {
    background: transparent;
    border-color: #2b2b2b;
    color: #2b2b2b
}

.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {
    background: #2b2b2b !important;
    color: #ffffff !important
}

.btn.btn-black {
    background: #2b2b2b;
    border-color: #2b2b2b;
    color: #ffffff
}

.btn.btn-black:hover, .btn.btn-black:focus {
    background: transparent !important;
    border-color: #2b2b2b;
    color: #2b2b2b !important
}

.btn.btn-blue {
    background: #00bcd4;
    border-color: #00bcd4;
    color: #ffffff !important;
}

.btn.btn-blue:hover, .btn.btn-blue:focus {
    background: transparent !important;
    border-color: #00bcd4;
    color: #00bcd4 !important
}

.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #585858 !important
}

#scrollup {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 66;
    text-align: center;
    background: #006619;
}

#scrollup:hover {
    opacity: 0.8;
}

#scrollup i {
    margin: 15px auto;
    color: #FFFFFF;
    font-size: 20px;

}

/* _____________________________

   Social Icon Hover
________________________________ */

/*icon bg bover */
.facebook-bg-hvr:hover {
    background: #4267B2 !important;
    color: #fff !important;
    border: 1px solid #4267B2 !important;
}

.twitter-bg-hvr:hover {
    background: #1DA1F2 !important;
    color: #fff !important;
    border: 1px solid #1DA1F2 !important;
}

.instagram-bg-hvr:hover {
    background: #C32AA3 !important;
    color: #fff !important;
    border: 1px solid #C32AA3 !important;
}

.linkedin-bg-hvr:hover {
    background: #0077B5 !important;
    color: #fff !important;
    border: 1px solid #0077B5 !important;
}

.pinterest-bg-hvr:hover {
    background: #BD081C !important;
    color: #fff !important;
    border: 1px solid #BD081C !important;
}

.google-bg-hvr:hover {
    background: #DB4437 !important;
    color: #fff !important;
    border: 1px solid #DB4437 !important;
}

/*icon text bover */
.facebook-text-hvr:hover {
    color: #4267B2 !important;
}

.twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}

.instagram-text-hvr:hover {
    color: #C32AA3 !important;
}

.linkedin-text-hvr:hover {
    color: #0077B5 !important;
}

.pinterest-text-hvr:hover {
    color: #BD081C !important;
}

.google-text-hvr:hover {
    color: #DB4437 !important;
}

/* _____________________________

   Preloader
________________________________ */

#preloader {
    background-color: #232323;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #006619;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/* _____________________________

   Header and Navigation
________________________________ */
.top-header {
    background-color: #2f2f2f;
}

.top-header-links a {
    color: #ffffff !important;
    padding: 0 .5rem;
    font-size: 14px;
}

.top-header-links a:hover {
    color: #ffffff !important;
}

.navbar-light {
    background-color: #ffffff;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.navbar-light .navbar-toggler {
    border-radius: 500%;
    width: 54px;
    height: 54px;
    background-color: #006619;
    border: none;
}

.nav-item {
    line-height: 5rem !important;
}

.nav-item .nav-link {
    padding: 0 .8rem !important;
    color: #000000;
}

.nav-item .btn {
    line-height: 1rem !important;
}

.nav-item .nav-link:hover {
    color: #006619 !important;
}

.navbar-brand img {
    max-width: 300px;
    vertical-align: middle;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #006619;
}

.nav-item.submenu {
    position: relative;
}

.nav-item.submenu ul {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .nav-item.submenu ul {
        position: absolute;
        top: 106px !important;
        right: 0;
        min-width: 240px;
        text-align: right;
        opacity: 0;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0;
        border-radius: 0;
    }
}

.nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    left: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #ededed;
    margin-right: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #6d6d6d;
    padding: 10px !important;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
    margin-right: 0;
    font-size: 14px;
}

.nav-item.submenu ul .nav-item .nav-link:hover {
    background-color: #006619;
    color: #ffffff !important;
}

.nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

@media (min-width: 992px) {
    .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}

.nav-item.submenu:hover ul .nav-item {
    margin-top: 0;
}

@media (max-width: 992px) {
    .nav-item .nav-link {
        padding: 1rem !important;
    }

    .navbar-collapse {
        z-index: 99;
        max-height: 300px;
        overflow-y: scroll;
    }

    .nav-item {
        line-height: 2rem !important;
    }
}

.navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure {
    height: 70px;
}

.navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure img {
    width: 64px;
    height: 64px;
    padding: .4rem;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 0 rgba(20, 52, 92, 0.2);
}

.navbar .MegaMenudropdown {
    margin-left: -582px;
    margin-top: -10px;
    width: 1024px;
}

.navbar .MegaMenudropdown span {
    font-size: 14px;
}

.navbar .MegaMenudropdown .flex-wrapper {
    background-color: #f5f5e8;
    padding-top: 20px;
    max-height: 662px;
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.01);
}

.navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] {
    margin-bottom: 25px;
}

.navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure {
    display: flex;

}

.navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure img {
    margin-right: 15px;
}

.aboutMega {
    margin-left: -478px !important;
}

@media screen and (min-width: 1024px) {
    .header .primary-nav ul li.dropdown:hover .dropdown-menu {
        display: block;
    }

    .header .primary-nav ul li:hover .MegaMenudropdown {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] {
        margin-bottom: 15px;
    }

    .navbar .MegaMenudropdown .flex-wrapper {
        padding: 25px 0;
    }

    .navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] > a {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .header .primary-nav ul li {
        position: relative;
    }

    .navbar .MegaMenudropdown, .aboutMega {
        margin-right: -170px;;
        top: 0;
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        position: relative;
    }

    .navbar .MegaMenudropdown .flex-wrapper {
        max-height: unset;

    }

}

@media screen and (max-width: 480px) {

    .navbar-brand img {
        max-width: 196px;
    }

    .primary-nav .navbar-nav li a {

        font-size: 16px;
        text-align: center;
    }

    .navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure {

        justify-content: center;
        text-align: center;
    }

    .navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure img {
        margin-left: 0;
    }

    .navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure span {
        width: 100%;
        display: block;
    }

}

img.mhc_image_0 {
    width: 80px;
}

.form-control {
    padding: unset;
}

/* _____________________________

   Slider
________________________________ */
.tp-rightarrow.default {
    background: url(../rs-plugin/assets/large_right.png) no-Repeat transparent !important;
}

.tp-leftarrow.default {
    background: url(../rs-plugin/assets/large_left.png) no-Repeat transparent !important;
}

.tp-rightarrow.default, .tp-leftarrow.default {
    background-color: transparent !important;
    width: 70px;
    height: 70px;
    opacity: .5;
}

.tp-rightarrow.default:hover {
    background: url(../rs-plugin/assets/large_right.png) no-Repeat transparent !important;
    opacity: 1;
}

.tp-leftarrow.default:hover {
    background: url(../rs-plugin/assets/large_left.png) no-Repeat transparent !important;
    opacity: 1;
}

.tp-caption {
    background-color: rgba(0, 102, 25,.5) !important;
    white-space: normal !important;
    padding: 50px;
    text-align: center !important;
    min-width: 60% !important;
}

.tp-caption, .tp-caption a {
    font-family: 'Cairo', sans-serif !important;
}

.tp-caption h3 {
    font-family: 'Cairo', sans-serif !important;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px #ffffff;
    text-align: center;
    white-space: normal !important;
    line-height: 1.5rem;
    /* margin-top: -78px; */
}

.tp-caption p {
    font-family: 'Cairo', sans-serif !important;
    color: #ffffff !important;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    white-space: normal !important;
}

@media (max-width: 768px) {
    .tp-rightarrow.default, .tp-leftarrow.default {
        display: none !important;
    }

    .tp-caption h3 {
        font-size: 14px;
    }
}

.tooltip, .tooltip-inner {
    font-family: 'Cairo', sans-serif !important;
}

/* _____________________________

   Footer
________________________________ */
.footer-area {
    background: #2f2f2f none repeat scroll 0 0;
}

.footer-info {
    line-height: 15px;
}

.footer-info > span {
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5rem;
    margin-right: 14px;
    margin-bottom: .5rem;
}

.footer-info > span i {
    font-size: 14px;
    margin-right: 11px;
}

.footer-info > span:last-child {
    margin-right: 0;
}

.footer-logo > a {
    display: inline-block;
    margin-bottom: 23px;
}

.footer-info-container {
    border-bottom: 1px solid #464751;
}

.single-footer-widget > h4 {
    color: #006619;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.footer-widget-list li a {
    color: #ffffff;
    font-weight: 400;
    line-height: 36px;
}

.footer-widget-list li a:hover {
    color: #006619;
}

.subscribe-container {
    background: #464751 none repeat scroll 0 0;
    border-radius: 4px;
    padding: 0px 40px 15px;
}

.subscribe-container > p {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

.subscribe-container input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #006619;
    font-weight: 400;
    width: 100%;
    padding-left: 14px
}

.subscribe-container input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important;
    filter: alpha(opacity=100);
}

.subscribe-container button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    float: right;
    font-size: 14px;
    padding-right: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.subscribe-form {
    background: #2f2f2f none repeat scroll 0 0;
    border-radius: 4px;
    display: block;
    height: 48px;
    line-height: 46px;
    position: relative;
}

.footer-container {
    border-top: 1px solid #464751;
}

.footer-container .footer-social-links {
    overflow: hidden;
    margin-top: .5rem;
}

.footer-container .footer-social-links > a {
    margin-right: 21px;
    margin-left: 0;
    color: #ffffff;
}

.footer-container p {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

.footer-container span a {
    color: #ffffff;
    position: relative;
}

.footer-container span a:after {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 1px;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0)
}

.footer-container span a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

/* _____________________________

   Index sections
________________________________ */

/*about*/
.single-about {
    padding: 25px;
    position: relative;
    overflow: hidden;
    height: 100% !important;
    background-color: #fff;
    border: 5px solid #d4e8cd;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-about:hover {
    border-top: 5px solid #006619;
    border-bottom: 5px solid #006619;
}

.single-about img {
    width: 64px !important;
    height: 64px !important;
    padding: 10px;
    background: #d4e8cd;
    border: 5px solid #60b871;
    border-radius: 32px;
    margin-bottom: 20px;
}

.single-about h4 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px
}

.single-about p {
    font-weight: 400
}

/*warranties*/

.warranty-img {
    height: 64px !important;
    width: 64px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 1rem !important;
}

.warranty-no {
    font-size: 3rem !important;
}

/*projects*/
.project-block {
    position: relative;
    margin-bottom: 40px;
}

.project-block .inner-box {
    position: relative;
    background-color: #fafafa;
    border-radius: 10px;
}

.project-block .image-box {
    position: relative;
    text-align: center;
}

.project-block .image-box .image {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    background-color: #006619;
    width: 100%;
}

.project-block .image-box .image img {
    width: 100%;
    height: 250px;
    max-width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .70;
}

.project-block .lower-content {
    position: relative;
    padding: 0 40px 35px;
}

.lower-content ul li {
    line-height: 2rem !important;
    font-size: 12px;
    color: #006619;
}

.project-block .info-box {
    position: relative;
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
    background-color: #ffffff;
    transform: translateY(-50%);
    min-height: 80px;
    padding-top: 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 18px 28px rgba(11, 11, 77, .14);
}

.project-block .info-box .project-name {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #006619;
    font-weight: 500;
    margin-bottom: 5px;
}

.project-block .info-box .project-desc {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #707070;
    font-weight: 400;
}

.project-block h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #12114a;
    font-weight: 500;
    margin-bottom: 18px;
}

.project-block h4 a {
    color: #12114a;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block h4 a:hover {
    color: #006619;
}

.project-block .text {
    text-align: justify;
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #707070;
    font-weight: 400;
}

.project-block .link-box {
    position: relative;
    display: block;
}

.project-block .link-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    color: #12114a;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .link-box a span {
    float: right;
    line-height: 25px;
    color: #000000;
    margin-right: 12px;
}

.project-block .link-box a:hover {
    color: #006619;
}

.project-section.style-two {
    background-color: #f8f8fa;
}

.project-section.style-two:before {
    display: none;
}

.project-section.style-two .project-block .inner-box {
    background-color: #ffffff;
}

.project-section.style-two .project-block .inner-box:before {
    background-color: #f8f8fa;
}

.project-block-project input {
    width: 100%;
    text-align: center;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0 .5rem;
    border-radius: 0 !important;
    padding: .6rem !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #006619 !important;
}

.owl-main-nav {
    background-color: transparent !important;
    font-size: 1rem !important;
    color: #6d6d6d !important;
    margin: 0 !important;
}

.projects .nav-tabs li.active .nav-link, .sidebar .nav-tabs li.active .nav-link:hover, .sidebar .nav-tabs li.active .nav-link:focus {
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 3px solid #000000;
    color: #000000;
}

.projects .nav-tabs .nav-item {
    line-height: 2.5rem !important;
}

/*parteners*/
.parteners {
    padding: 35px 0 45px;
}

.partener_item {
    padding: 1rem;
    background-color: #ffffff;
    border: 2px solid #d4e8cd;
}

.partener_item img {
    background-color: #ffffff;
    border-radius: 15px;
    padding: .15rem;
    height: 100px;
    margin: auto;
}

/*media*/
.media-item {
    text-align: center !important;
}

.media-item p {
    color: #2f2f2f;
}

.media-icon {
    align-items: center;
    background-color: #006619;
    display: flex;
    height: 90px;
    justify-content: center;
    line-height: 1;
    margin: 0 auto 15px;
    position: relative;
    width: 100px;
    border-radius: .25rem;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.media-icon:hover {
    background-color: #006619;
}

.media-icon img {
    width: 45px !important;
    height: 45px !important;
}

/*projects counter*/
.projects-counter-img {
    height: 64px !important;
    width: 64px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 1rem !important;
}

.projects-counter-no {
    font-size: 3rem !important;
}

.share-icon a {
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    color: #939393;
    border: 1px solid;
    text-align: center;
    border-radius: 50px;
    margin-left: 3px;
    margin-top: 20px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

/*news*/

.home-blog .blog-box {
    background-color: #ffffff;
    max-width: 350px;
    margin-right: auto !important;
    margin-left: auto !important;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.home-blog .blog-box .blog-img {
    position: relative;
}

.home-blog .blog-box .blog-img img {
    width: 100%;
    height: 250px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.home-blog .blog-box .blog-img span {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.8);
    color: #006619;
    width: 120px;
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding-top: 10px;
}

.home-blog .blog-box .blog-img span small {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.home-blog .blog-box .img-content {
    padding: 20px 25px;
}

.home-blog .blog-box .img-content h6 {
    margin-bottom: 10px;
    height: 30px;
}

.home-blog .blog-box .img-content h6 a {
    color: #444444;
    font-weight: 600;
    line-height: 20px;
}

.home-blog .blog-box .img-content h6 a:hover {
    color: #006619;
}

.home-blog .blog-box .img-content p {
    text-align: justify;
    font-size: 15px;
    color: #666666;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.home-blog .blog-box .img-content ul {
    padding-top: 12px;
}

.home-blog .blog-box .img-content ul li a {
    font-size: 14px;
    color: #969696;
}

.home-blog .blog-box .img-content ul li a i {
    font-size: 15px;
    color: #006619;
    margin-left: 5px;
}

.home-blog .blog-box .img-content ul li a:hover {
    color: #006619;
}

.home-blog .blog-box:hover {
    -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

/*news details*/
article.post h2 a {
    text-decoration: none;
}

article.post .post-meta {
    font-size: 0.9em;
    margin-bottom: 2rem !important;
}

article.post .post-meta > span {
    display: inline-block;
    padding-right: 8px;
}

article.post .post-meta i {
    margin-right: 3px;
    color: #006619;
}

article.post .post-date {
    float: left;
    margin-left: 10px;
    text-align: center;
}

article.post .post-date .month {
    display: block;
    background: #000000;
    border-radius: 0 0 2px 2px;
    color: #FFFFFF;
    font-size: 0.8em;
    line-height: 1.8;
    padding: 10px;
    text-transform: uppercase;
}

article.post .post-date .day {
    background: #000000;
    border-radius: 2px 2px 0 0;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: 900;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

article.post-large {
    margin-left: 60px;
}

article.post-large .post-image {
    margin-bottom: 25px;
}

article.post-large .post-image.single {
    margin-bottom: 30px;
}

.sidebar .tabs {
    border-radius: 4px;
    margin-bottom: 20px;
}

.sidebar .nav-tabs {
    margin: 0;
    padding: 0;
    border-bottom-color: #EEE;
}

.sidebar .nav-tabs .nav-item {
    line-height: 2.5rem !important;
}

.sidebar .nav-tabs li:last-child .nav-link {
    margin-right: 0;
}

.sidebar .nav-tabs li .nav-link {
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-right: 1px;
}

.sidebar .nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
    background: #f7f7f7;
    border-bottom: none;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: 3px solid #CCC;
    color: #000000;
}

.sidebar .nav-tabs li .nav-link:hover {
    border-bottom-color: transparent;
    border-top: 3px solid #CCC;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar .nav-tabs li .nav-link:active, .nav-tabs li .nav-link:focus {
    border-bottom: 0;
}

.sidebar .nav-tabs li.active .nav-link,
.sidebar .nav-tabs li.active .nav-link:hover,
.sidebar .nav-tabs li.active .nav-link:focus {
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 3px solid #000000;
    color: #000000;
}

.sidebar .tab-content {
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 15px;
}

ul.simple-post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.simple-post-list li {
    border-bottom: 1px dotted #E2E2E2;
    padding: 15px 0;
}

ul.simple-post-list li::after {
    clear: both;
    content: "";
    display: block;
}

ul.simple-post-list li:last-child {
    border-bottom: 0;
}

ul.simple-post-list .post-image {
    float: left;
    margin-right: 12px;
}

ul.simple-post-list .post-meta {
    color: #888;
    font-size: 0.8em;
    margin-right: 72px;
}

ul.simple-post-list .post-info {
    color: #000000;
    line-height: 20px;
}

.archive {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 15px;
    margin-bottom: 2rem;
}

/*services*/
.service-icon {
    width: 85px !important;
    height: 100px !important;
    float: left;
    display: block;
    margin-right: 15px;
    line-height: 95px;
    text-align: center;
    background-color: #5f91ba;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -ms-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.service-icon img {
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
}

.service-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000000;
}

.service-content p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0;
}

.single-service:hover .service-icon::after {
    opacity: 1;
}

/*says*/
.single-say-item {
    position: relative;
    z-index: 0;
}

.single-say-item img {
    border-radius: 65% 35% 40% 60% / 40% 30% 70% 60%;
    width: auto !important;
}

.single-say-item .hover {
    position: absolute;
    right: 5%;
    top: 50%;
    width: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
    margin-right: 30px;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.single-say-item .hover .hover-inner {
    text-align: center;
    padding: 50px 50px 43px 50px;
}

.single-say-item .hover .hover-inner .icon {
    position: absolute;
    top: -40px;
    right: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(50deg, #006619 0%, #fff2d4 100%);
    background-image: -webkit-linear-gradient(50deg, #006619 0%, #fff2d4 100%);
    background-image: -ms-linear-gradient(50deg, #006619 0%, #fff2d4 100%);
    line-height: 80px;
    color: #fff;
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%);
}

.single-say-item .hover .hover-inner p {
    font-size: 24px;
    line-height: 34px;
    margin-top: 15px;
}

.single-say-item .hover .hover-inner .author-meta {
    margin-top: 33px;
}

.single-say-item .hover .hover-inner .author-meta .name {
    font-size: 18px;
    text-transform: uppercase;
}

.single-say-item .hover .hover-inner .author-meta .post {
    font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-say-item .hover {
        right: -30px;
        top: auto;
        bottom: 0;
    }

    .single-say-item .hover .hover-inner {
        padding: 50px 30px 43px 30px;
    }

    .single-say-item .hover .hover-inner p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .single-say-item .hover .hover-inner {
        text-align: center;
        padding: 50px 30px 0px 30px;
    }

    .single-say-item .hover {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-right: 0;
        transform: none;
        top: auto;
    }

    .single-say-item .hover .hover-inner p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 414px) {
    .single-say-item .hover {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-right: 0;
        transform: none;
        top: auto;
        height: 100%;
    }

    .single-say-item {
        margin-top: 50px;
        border: 1px solid #e2e2e2;
    }

    .single-say-item .hover .hover-inner p {
        font-size: 18px;
        line-height: 32px;
    }

    .single-say-item .hover .hover-inner {
        text-align: center;
        padding: 80px 30px 0px 30px;
    }
}

@media only screen and (max-width: 330px) {
    .single-say-item .hover .hover-inner p {
        font-size: 16px;
        line-height: 30px;
    }

    .single-say-item .hover .hover-inner {
        text-align: center;
        padding: 50px 30px 0px 30px;
    }
}

/*counters*/
.counter-item {
    padding: 1rem;
}

.counter-no {
    font-size: 3rem !important;
    color: #60b871;
}

.counter-item h5 {
    margin-top: 1rem;
    color: #fff;
}

/*contact*/
.contact_info .info_item {
    position: relative;
    padding-left: 45px;
}

.contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #006619;
    font-weight: 600;
}

.contact-iframe iframe {
    width: 100% !important;
    height: 500px !important;
}

.contact_info .info_item h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
    color: #222222;
}

.contact_info .info_item h6 a {
    color: #222222;
}

.contact_info .info_item p {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0px;
}

.contact_form .form-group {
    margin-bottom: 10px;
}

.contact_form .form-group .form-control {
    font-size: 13px;
    line-height: 26px;
    color: #006619;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    padding-left: 10px;
}

.contact_form .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

.contact_form .form-group .form-control.placeholder {
    color: #999;
}

.contact_form .form-group .form-control:-moz-placeholder {
    color: #999;
}

.contact_form .form-group .form-control::-moz-placeholder {
    color: #999;
}

.contact_form .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}

.contact_form .form-group textarea {
    resize: none;
}

.contact_form input.form-control {
    height: 50px !important;
}

.contact_form .form-group textarea.form-control {
    height: 170px;
}

.contact_form .myBtn {
    margin-top: 20px;
}

/*contact*/
.address-block {
    background: #FFFFFF;
    width: 100%;
    height: 400px;
    -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    padding: 3.5rem 1rem 3.5rem 3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px;
}

.address-block ul.address-list {
    font-size: 1rem;
    color: #939393;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 1.3rem;
}

.address-block ul.address-list li {
    margin-bottom: 5px;
}

.adress-icon a {
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    color: #939393;
    border: 1px solid;
    text-align: center;
    border-radius: 50px;
    margin-right: 3px;
    margin-top: 20px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

.facebook-bg-hvr:hover {
    background: #4267B2 !important;
    color: #fff !important;
    border: 1px solid #4267B2 !important;
}

.twitter-bg-hvr:hover {
    background: #1DA1F2 !important;
    color: #fff !important;
    border: 1px solid #1DA1F2 !important;
}

.instagram-bg-hvr:hover {
    background: #C32AA3 !important;
    color: #fff !important;
    border: 1px solid #C32AA3 !important;
}

.linkedin-bg-hvr:hover {
    background: #0077B5 !important;
    color: #fff !important;
    border: 1px solid #0077B5 !important;
}

.pinterest-bg-hvr:hover {
    background: #BD081C !important;
    color: #fff !important;
    border: 1px solid #BD081C !important;
}

.google-bg-hvr:hover {
    background: #DB4437 !important;
    color: #fff !important;
    border: 1px solid #DB4437 !important;
}

/* _____________________________

   Banner area
________________________________ */
.page-title {
    position: relative;
    color: #ffffff;
    padding: 120px 0px 120px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-title-container {
    background-color: rgba(212, 232, 205, 0.5);
    padding: 1rem;
    z-index: 99;
}

.page-title::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 102, 25, .5);
}

.page-title .auto-container {
    position: relative;
    z-index: 1;
}

.page-title h1 {
    position: relative;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    padding-right: 30px;
    text-transform: capitalize;
    text-align: left !important;
}

.page-title .bread-crumb {
    position: relative;
    padding-top: 18px;
    text-align: left;
    margin-right: 30px;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-right: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.page-title .bread-crumb li::before {
    content: '/';
    position: absolute;
    right: -6px;
    top: 0px;
    width: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}

.page-title .bread-crumb li:first-child {
    margin-right: 0px;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: #ffffff;
    padding: 0 .5rem;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-title .bread-crumb li .icon {
    position: relative;
    font-size: 14px;
    color: #006619;
    top: -1px;
    margin-left: 6px;
    line-height: 1em;
}

.page-title .bread-crumb li a:hover {
    background-color:  rgb(212, 232, 205);
    color: #006619;
}

@media (max-width: 992px) {
    .page-title h1 {
        border: none;
        text-align: center !important;
    }

    .page-title .bread-crumb {
        text-align: center !important;
    }
}

/* _____________________________

   About page
________________________________ */
/*values*/
.value-icon img {
    width: 45px !important;
    height: 45px !important;
}

.value-icon {
    align-items: center;
    background: rgba(0, 0, 0, 0) url("../../uploads/value-icon-bg.png") no-repeat scroll center center / 100% 100%;
    display: flex;
    font-size: 45px;
    height: 90px;
    justify-content: center;
    line-height: 1;
    margin: 0 auto 40px;
    position: relative;
    width: 100px;
}

.single-value-box {
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.single-value-box::after {
    background: rgba(247, 213, 122, 0.3) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    margin: 40px auto 0;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.single-value-box:hover::after {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #006619 0%, #006619 99%) repeat scroll 0 0;
}

.value-icon::before {
    background: #006619;
    border-radius: 50%;
    box-shadow: 0 16px 32px rgba(247, 213, 122, 0.4);
    color: #ffffff;
    content: "0" counter(value) "";
    counter-increment: value;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    right: 0;
    letter-spacing: 2px;
    padding-top: 12px;
    position: absolute;
    top: -30px;
    width: 40px;
}

/*more about*/
.more-about {
    min-height: 1000px;
    border: 1px solid #EFEFEF;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity .35s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;
    transition: opacity .35s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;
    -o-transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear;
    transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear;
    transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;
}

.more-about-img {
    background-color: #f5f5f5;
}

.more-about-head {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.more-about-head > h3 {
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0;
    letter-spacing: 1px;
}

.more-about-list {
    padding: 0;
    margin: 0;
}

.more-about-list > li {
    position: relative;
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border-top: 1px solid rgba(125, 138, 164, .1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.more-about-list > li:hover {
    border-color: rgba(125, 138, 164, .1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(125, 138, 164, .06);
    box-shadow: 0 2px 4px rgba(125, 138, 164, .06);
    position: relative;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 99;
}

.more-about:hover {
    -webkit-box-shadow: 0 10px 20px rgba(125, 138, 164, .25) !important;
    box-shadow: 0 10px 20px rgba(125, 138, 164, .25) !important;
}

.more-about:hover .price_foot:before {
    top: 0;
}

.team {
    background-image: url(../../uploads/bg-team.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.team__heading {
    color: #fff
}

.team__sub-title {
    color: #85c8ff
}

.team-slid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 34px
}

.team-slid__item {
    outline: none
}

.team__inner {
    padding: 0 30px 40px;
    text-align: center;
    position: relative;
    max-width: 370px;
    margin: auto
}

.team__inner:before {
    content: '';
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 30px rgba(156, 156, 156, 0.1);
    box-shadow: 0 8px 30px rgba(156, 156, 156, 0.1)
}

.team__img {
    margin-bottom: 21px;
    position: relative;
    z-index: 99
}

.team__img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto
}

.team__meta {
    position: relative;
    z-index: 99
}

.team__title {
    font-size: 26px;
    margin: 0 0 24px;
    color: #192b59
}

.team__position {
    color: #1085e4;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 7px;
    display: block
}

.team-social__wrap {
    position: relative
}

.team-social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms linear 0;
    -o-transition: all 300ms linear 0;
    transition: all 300ms linear 0
}

.team-social a {
    font-size: 16px;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    color: #a1aecf;
    background-color: #f3f3f3
}

.team-social a:hover {
    background-color: #1085e4;
    color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2)
}

.team-social__button {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 30px;
    -webkit-transition: all 300ms linear 0;
    -o-transition: all 300ms linear 0;
    transition: all 300ms linear 0;
    position: relative;
    z-index: 99;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    color: #a1aecf;
    background-color: #f3f3f3
}

.team-social__button:hover {
    background-color: #1085e4;
    color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2)
}

.team-wrapper {
    position: relative
}

.team-wrapper .arrow-wrapper {
    display: none;
    bottom: 50%
}

.team-wrapper .arrow-prev {
    left: -10px
}

.team-wrapper .arrow-next {
    right: -10px
}

.team .show-social .team-social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.team .show-social .team-social__button {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

/*management*/
.management .box {
    text-align: center;
}

.management .box .inner-box {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
    padding: 45px 25px 21px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.management .box .inner-box .icon {
    font-size: 35px;
    -webkit-background-image: -webkit-linear-gradient(35deg, #006619, #000000);
    -moz-background-image: linear-gradient(55deg, #006619, #000000);
    background-image: -o-linear-gradient(35deg, #006619, #000000);
    background-image: linear-gradient(55deg, #006619, #000000);
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 70px;
    border-radius: 4px;
    color: #fff;
    position: relative;
    margin-bottom: 16px;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.management .box .inner-box .icon img {
    width: 80px;
    height: 80px;
    margin: 10px 0;
}

.management .box .inner-box .icon::after {
    position: absolute;
    content: " ";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -5;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.management .box .inner-box .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
}

.management .box .inner-box .text {
    margin-bottom: 0px;
}

.management .box .inner-box:hover .icon, .management .box .inner-box:hover .icon img {
    border-radius: 50%;
}

.management .box .inner-box:hover .icon::after {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 174, 2390, 0.1), 0px 0px 0px 16px rgba(0, 174, 2390, 0.1);
    box-shadow: 0px 0px 0px 5px rgba(0, 174, 2390, 0.1), 0px 0px 0px 10px rgba(0, 174, 2390, 0.1);
}

/* _____________________________

photoes
________________________________ */

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item {
    font-family: 'Cairo', sans-serif !important;
    color: #ffffff;
    background-color: #006619;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
}

.cbp-item img {
    width: 100% !important;
    height: 300px !important;
}

.cbp-l-filters-button .cbp-filter-counter {
    background-color: #006619;
}

.cbp-l-filters-button .cbp-filter-counter:after {
    border-top: 4px solid #006619;
}

@media (max-width: 992px) {
    .cbp img {
        height: 150px !important;
    }
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #ffffff;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item:hover {
    color: #ffffff;
}

.cube-portfolio1 .cbp-l-grid .cbp-caption-activeWrap {
    background: #006619;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: .8;
}

.cbp-l-caption-alignCenter {
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-alignCenter {
    opacity: 1;
}

.cbp-l-caption-body p {
    font-size: 12px;
}

.cbp-l-caption-body h5 {
    font-weight: 400;
}

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.plus::before {
    width: 2px;
    margin-right: -1px;
    right: 50%;
    top: 5px;
    bottom: 5px;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.portfolio_top {
    position: relative;
    overflow: hidden;
}

#portfolio_top::before,
#portfolio_top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 90px;
    width: 100%;
}

#portfolio_top::before {
    top: 0;
}

#portfolio_top::after {
    bottom: 0;
}

.text_wrap {
    padding: 50px 2rem 0.5rem 2rem;
}

.itemshadow .cbp-item-wrapper {
    -webkit-box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    padding-bottom: 2px;
    padding-top: 5px;
}

.border-portfolio .cbp-item img {
    border: 20px solid #fff;
}

.bottom-text {
    display: table;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.bottom-text p {
    font-size: 15px;
    margin-bottom: 0;
}

.bottom-text .port_head {
    font-weight: 600;
    font-size: 5.625rem;
    line-height: 1;
}

.overlay-two {
    position: absolute;
    left: 20px;
    top: 25px;
    right: 20px;
    bottom: 22px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}

.overlay-two:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #006619;
    opacity: .7;
}

.cbp-item:hover .overlay-two,
.cbp-item:focus .overlay-two {
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.cbp-item:hover .overlay-two {
    opacity: 1;
    visibility: visible;
}

.plus {
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.overlay-two > h4, .overlay-two > p {
    position: relative;
    color: #FFFFFF;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before {
    width: 2px;
    margin-right: -1px;
    right: 50%;
    top: 5px;
    bottom: 5px;
}

.plus p {
    font-size: 13px;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

/*systems*/
.systems {
    position: relative;
    background-color: #fff;
    margin-bottom: 3rem !important;
}

.systems .system-info {
    background-color: rgba(42, 57, 143, 0.51);
    padding: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.img-cover {
    width: 100%;
    height: 400px !important;
}

.systems .system-info h5 {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
}

/*FAQ*/
.faq-btn-col {
    margin-bottom: 30px;
}

.faq-btn-col .nav-pills .nav-link {
    border-radius: 0;
    background: #000000;
    color: #ffffff;
    padding: 10px 10px;
    text-align: center;
}

.faq-btn-col .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #006619;
    padding: 25px 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.question-box {
    background: #f5f5e8;
    padding: 20px 20px;
    margin-bottom: 30px;
    border: 5px double #efeec8;
    border-radius: .25rem;
}

.question-box h5 {
    font-size: 18px;
    color: #006619;
}

.question-box p {
    text-align: justify;
}

.cart-img {
    width: 70px;
    cursor: pointer;
}

/*branches*/
.ourbranches {
    position: relative;
}

.ourbranches h1 {
    text-align: center;
    color: #eee;
    background-color: rgba(0, 102, 25, 0.5);
    z-index: 999;
    width: 100%;
    padding: 45px;
    position: absolute;
    top: 0;
    bottom: auto;
}

.single-branch {
    max-width: 350px;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: .2rem;
    background-color: #eee6be;
}

.branch-overlay {
    position: absolute;
    left: 15px;
    bottom: 15px;
    left: 15px;
    top: 15px;
    background: linear-gradient(to top, rgba(0, 165, 79, .9) 30%, rgb(0, 0, 0) 100%);
    z-index: 1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.s-branch-overlay {
    background: linear-gradient(to top, rgba(0, 165, 79, .9) 30%, rgb(0, 0, 0) 100%);
}

.branch-img img {
    width: 100%;
    height: 350px;
}

.branch-content {
    padding: 18px 40px;
    color: #fff;
}

.branch-info h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.branch-info span {
    font-size: 15px;
}

.branch-content ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-top: 1px solid #fff;
}

.branch-content ul li {
    color: #fff;
}

.single-branch:hover .branch-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #006619;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #006619;
    text-decoration: none;
    background-color: #000;
    border-color: #dee2e6;
}

.table-head{
    background-color: #006619;
    color: #fff;
}

.approach-section .upper-box .title{
	position:relative;
	color:#fff;
	font-size:23px;
	letter-spacing:1px;
	margin-bottom:20px;
	text-transform:uppercase;
}



.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}




.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


/*! end @import */


/*! @import https://www.sbyb.net/plugins/css/hover.css */

.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
    color: white;
}

.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}


/*! end @import */

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #009dea;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h2,
h5 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
}

p {
    position: relative;
    line-height: 2em;
    font-family: 'Arimo', sans-serif;
    font-size: 17px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.approach-section {
    position: relative;
    background-repeat: repeat;
}

.approach-section .upper-box {
    position: relative;
    text-align: center;
    padding: 100px 0px 320px;
    background-attachment: fixed;
}

.approach-section .upper-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.80);
}

.approach-section .upper-box .title {
    position: relative;
    color: #60b871;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.approach-section .upper-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.approach-section .upper-box .quality {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}

.approach-section .blocks-section {
    position: relative;
    padding: 50px 50px 20px;
    margin-top: -240px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px rgba(226, 220, 220, 0.60);
}

.services-block {
    position: relative;
    margin-bottom: 30px;
}




@media only screen and (max-width: 767px) {
    .approach-section .blocks-section {
        padding: 20px 20px 0px;
    }
}

@media only screen and (max-width: 599px) {
    .approach-section .upper-box h2 {
        font-size: 30px;
    }
}




a,
.approach-section .upper-box .title {
    color: #ee6623;
}




h2,
h5 {
    font-family: Cairo-Bold, sans-serif!important;
}

.approach-section .upper-box:before {
    background-color: rgba(0, 0, 0, 0.50);
}

p {
    font-family: inherit;
}

.approach-section .upper-box {
    background-size: 100% 100%;
}

.bg-grey {
    background: #eaeff3!important;
}

.approach-section .blocks-section {
    padding: 0px;
}

a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

.approach-section .blocks-section {
    margin-top: -219px;
    box-shadow: 0px 0px 0px rgba(226, 220, 220, 0.60);
}

.blocks-section.servicebank {
    background: transparent;
}

.servicebank .servicebox {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
}

@media (min-width:992px) {
    .servicebank .servicebox {
        height: 200px;
    }
}

.servicebank .servicebox:hover {
    box-shadow: 0 0 2px 3px #d9d9d9;
    border-radius: 20px;
}

.servicebox-image {
    overflow: hidden;
}

.servicebox-image img {
    height: 50px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.servicebank .overlay {
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 20px;
}

.servicebank .servicebox .overlay {
    -webkit-transition: opacity 0.35s;
    -webkit-transform: 0.35s;
    -webkit-transform: scale(0);
    transition: opacity 0.35s, transform 0.35s;
    transition: all ease 0.4s;
    transform: scale(0);
}

.servicebank .servicebox .servicebox-content {
    position: relative;
    padding: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.servicebank .servicebox .servicebox-content p.description {
    margin-top: 8px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #636363;
}

.servicebank .servicebox .servicebox-image:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.servicebank .servicebox .servicebox-image:hover .servicebox-content {
    visibility: visible;
    opacity: 1;
}

.servicebank .servicebox .iconbox-icon {
    font-size: 42px;
    color: #006619;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.servicebank .servicebox:hover .iconbox-icon {
    color: #fff;
    -webkit-transform: rotateY(150deg);
    -moz-transform: rotateY(150deg);
    -ms-transform: rotateY(150deg);
    -o-transform: rotateY(150deg);
    transform: rotateY(150deg);
}

.servicebank .servicebox:hover .servicebox-content a,
.servicebank .servicebox:hover .servicebox-content p.description {
    color: #ddd;
}

.hvr-radial-in {
    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;
    background: #006619;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
    color: white;
}

.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

@media (min-width: 768px) {
    .servicebank .servicebox {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .col-xs-12 {
        width: 48%;
    }
    .approach-section .blocks-section {
        margin-top: 20px;
    }
    .approach-section .upper-box {
        padding: 5px 0px;
        background-attachment: scroll;
    }
}

@media (max-width:500px) {
    .col-xs-12 {
        width: 100%;
    }
}

@media (max-width:414px) {
    .approach-section .upper-box {
        padding: 5px 0px;
        background-attachment: scroll;
    }
    .approach-section .blocks-section {
        margin-top: 20px;
    }
}


/*! CSS Used keyframes */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}


/*! CSS Used fontfaces
*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
    src: url('../fonts/fontawesome-webfont.eot#iefix&v=4.6.1') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Cairo-Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Cairo Bold'), local('Cairo-Bold'), url(../fonts/Cairo-Bold.eot#iefix) format('eot'), url(../fonts/Cairo-Bold.woff2) format('woff2'),
    url(../fonts/Cairo-Bold.woff) format('woff'), url(../fonts/Cairo-Bold.ttf) format('truetype');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+E0FF, U+EFFD, U+F000, U+FB50-FDFF, U+FE80-FEFC;
}
/*------------------xxx------------------------------------------*/

div,
h2,
h5,
h6,
i,
iframe,
img,
li,
p,
section,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

section {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}



h2,
h5,
h6,
p,
ul {
    margin-top: 0;
}

p,
ul {
    margin-bottom: 1rem;
}

h2,
h5,
h6 {
    margin-bottom: .5rem;
}

section {
    display: block;
}

button {
    overflow: visible;
}

.modal-content {
    background-clip: padding-box;
}

*,
::after,
::before {
    box-sizing: border-box;
}

[tabindex="-1"]:focus {
    outline: 0!important;
}

ul ul {
    margin-bottom: 0;
}

strong {
    font-weight: bolder;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

button {
    border-radius: 0;
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    text-transform: none;
}

button,
html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

h2,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h2 {
    font-size: 2rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.modal {
    overflow: hidden;
}

.fade {
    transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.card {
    display: -ms-flexbox;
}

.card {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.close {
    font-weight: 700;
    line-height: 1;
}

.close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-title {
    line-height: 1.5;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.my-3 {
    margin-top: 1rem!important;
}

.my-3 {
    margin-bottom: 1rem!important;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.pr-2 {
    padding-right: .5rem!important;
}

.pl-2 {
    padding-left: .5rem!important;
}

.pt-4 {
    padding-top: 1.5rem!important;
}

@media print {
    img {
        page-break-inside: avoid;
    }
    *,
    ::after,
    ::before {
        text-shadow: none!important;
        box-shadow: none!important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    h2,
    p {
        orphans: 3;
        widows: 3;
    }
    h2 {
        page-break-after: avoid;
    }
}



.close {
    float: left;
}

.modal-header .close {
    margin: -1rem -1rem -1rem;
}


/*! CSS Used from: Embedded */

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 200px 0;
    position: relative;
}

.servicesList {
    background-color: #faf9f8;
}

.card {
    border: none;
    padding: 30px;
    box-sizing: border-box;
}

.card-text {
    font-family: 'Cairo', sans-serif !important;
        text-align: justify;

}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-whatsapp:before {
    content: "\f232";
}


/*! end @import */

.site-width {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

h2,
h5,
h6,
strong {
    font-family: 'GESSTwoMedium';
}

h2 {
    font-size: 22px;
}

a {
    display: block;
    outline: 0;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

img {
    width: 100%;

}

li {
    list-style: none;
}

.card-title {
    color: #1e4272;
}

.hover-up-shadow {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hover-up-shadow:hover {
    -ms-box-shadow: 0 15px 45px hsla(0, 0%, 55%, .15);
    -o-box-shadow: 0 15px 45px hsla(0, 0%, 55%, .15);
   box-shadow: 0 8px 19px hsl(214, 58%, 28%);
    opacity: 1;
}

.card-link {
    position: relative;
    display: table;
    opacity: 0.5;
    color: #000;
    border: 1px solid #ccc;
    padding: 8px 39px;
    max-width: 160px;
    font-size: 16px;
    border-radius: 2px;
}

.card-link:hover {
    background-color: #eee;
}

.relative {
    position: relative;
}

.floatDiv {
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: auto;
    right: 0;
    display: table;
    color: #fff;
    max-width: 1200px;
    width: 90%;
    right: 0;
    left: 0;
}

.floatDiv > div {
    max-width: 400px;
}

.floatDiv h2 {
    font-size: 30px;
    text-shadow: 2px 3px 9px #000;
    direction:ltr;
       margin-top: -50px;
    -webkit-text-shadow: 2px 3px 9px #000;
}

button:focus {
    outline: none;
}

.modal-content,
.modal-header {
    border-radius: 0;
}

.modal-header {
    background: #fff;
    color: #b51616;
}

.close {
    font-size: 29px;
    color: #8e0303;
    text-shadow: none;
    opacity: 1;
    background: #fff!important;
    padding: 16px 26px!important;
}

.fa-facebook {
    padding: 10px 14px;
}

.fa-facebook:hover {
    background-color: #3d5b99;
}

.fa-twitter {
    padding: 10px 12px;
}

.fa-twitter:hover {
    background-color: #00aced;
}

.fa-google-plus {
    padding: 10px 9px;
}

.fa-google-plus:hover {
    background-color: #e25714;
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 200px 0;
    position: relative;
}

.share .fa-facebook {
    color: rgb(59, 89, 152);
}

.share .fa-twitter {
    color: #1DA1F2;
}

.share .fa-google-plus {
    color: #DB4437;
}

.share .fa-whatsapp {
    color: #4FCE5D;
}

.share a {
    display: inline;
}

.share a i {
    font-size: 20px;
    padding: 10px;
}

.share a:hover i {
    background: transparent!important;
}

.fa-whatsapp {
    display: none;
}

@media print {
    br,
    .fa {
        display: none!important;
    }
    .site-width {
        width: 100%;
        max-width: 100%;
        margin: 40px auto;
    }
    .row {
        margin: 0;
    }
}


@media (max-width: 650px) {
    .servicesList .card {
        padding: 10px 0;
    }
    .servicesList {
        padding-top: 30px;
    }
}

@media (max-width: 515px) {
    .fa-whatsapp {
        display: inline-block;
    }
}





/*-------------------------xxxxx---------------------------------*/
.footer-top .block-head {
    color: #fff;
    text-transform: uppercase;
}
.footer-top h3 {
   position: relative;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding-bottom: 15px;
    /* margin-right: -8px; */
    padding-right: 20px;
}

.footer-menu-center {
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    font-size: 11px;
     font-family: 'h-one',serif !important;
}
.footer-menu-center li {
    display: inline-block;

}
.copyrights-center {
    text-align: center;
}
a:hover{

        color: #60b871;
}
.copyrights-center span a {
text-align: center;
    font-size: 14px;
    display: inline;
    color: #60b871;
     font-family: 'h-one',serif !important;

}
.social-list li span {
    display: block;
    text-align: center;
    line-height: 33px;
    padding: 0 12px;
    color: #60b871;
     font-family: 'h-one',serif !important;
}
.footer-menu-center li a {
  font-family: 'h-one',serif !important;
    color: #60b871;
}
.footer-container .footer-social-links {
    overflow: hidden;
     font-family: 'h-one',serif !important;
    margin-top: .5rem;
}

.footer-container .footer-social-links > a {
    margin-right: 21px;
    margin-left: 0;
    color: #ffffff;
     font-family: 'h-one',serif !important;
}

.footer-container p {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
     font-family: 'h-one',serif !important;
}

.gry-pattern {
    background: #eee url(gry-patt.png);
    border-top: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
     font-family: 'h-one',serif !important;
}



.footer-top-2 {
    border-top-width: 3px;
    border-bottom-width: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-top-color: #60b871;
    border-bottom-color: #60b871;
}
.footer-top {
    overflow: hidden;
    padding: 40px 0 20px;
    border-bottom: 1px #0f0f0f solid;
    background: #222;
    color: #fff;
       font-family: 'h-one',serif !important;
          font-size: 14px;
}
.item-box:hover:after, .item-box:hover .item-price, .team-box:hover:after, .team-box-2:hover:after,
.responsive-nav, .search-box:before, .block-head:before, .block-head:after, .widget-head:before, .widget-head:after, .details-img:after, .post-image:after, .team-box:after, .team-box-2:after, .item-box:after, .team-box .team-socials li a:hover, .service-box-1:after, .portfolio-item:after {
    background-color: #60b871;
}
.block-head:before {
    right: 20px;
}
.block-head:before {
    position: absolute;
    bottom: -3px;
    left: 20px;
    width: 35px;
    height: 5px;
    content: "";
    display: inline-block;
}

.service-box-1:after, .portfolio-item:after {
    background-color: #60b871;
}
.block-head:after {
    right: 0;
    bottom:2px;
}
.block-head:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 200px;
    height: 1px;
    content: "";
    display: inline-block;
}
.footer-top .footer-menu li a {
    color: #aaa;
    transition: all linear 300ms;
}
.footer-top .footer-menu a {
    font-size: 13px;

}
.footer-top .footer-menu a {
    display: inline-block;
    padding: 4px 0;
    white-space: nowrap;
    font-size: 14px;
      line-height: 1.52rem;
      font-family: 'h-one',serif !important;

}
.footer-top .footer-menu a:before {
    margin-left: 7px;
    margin-right: 0;
    content: "";
}
.footer-top .footer-menu a:before {
    display: inline-block;
    margin-right: 2px;
    color: #5b5b5b;
    content: "-";
    font-family: FontAwesome;
}
.footer-top .footer-menu li a {
    color: #aaa;
    transition: all linear 300ms;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0s;
    border-bottom: 2px solid transparent;
}
.footer-top .footer-menu li  {

    color: #6d6d6d;
    line-height: 1.42rem;
    text-align: justify;
 font-family: 'h-one',serif !important;
}
.footer-top .footer-menu{
       margin-top: 7px;
}
.footer-top .footer-menu li a:hover {
    color: #fff;
    border-bottom: 2px solid #60b871;
}

@font-face {
    font-family: 'h-one';
    src: url('../fonts/h-one.eot');
    src: url('../fonts/h-one.eot?@#iefix') format('embedded-opentype'),
url('../fonts/h-one.woff') format('woff'), url('../fonts/h-one.ttf') format('truetype'),
url('../fonts/h-one.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.footer-log{
  margin-top: -19px;
    padding-bottom: 10px;
}

.footer-contact span {
    display: table-cell;
    font-size: 13px;
     font-family: 'h-one',serif !important;
}
.footer-contact span {
    display: table-cell;
    font-size: 13px;
     font-family: 'h-one',serif !important;
}
.footer-top .footer-top-2 ul li a{
    color:#fff;
     font-family: 'h-one',serif !important;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
     #fh5co-blog .col-5 span {
    display: block;
    height: 200px;
    width: 200px;
    background: url(all.png) -835px -33px no-repeat;
    margin: auto;
}
#fh5co-blog .col-5 .ex_our_branches, #fh5co-blog .col-7 .clearfix {
    width: 100%;
}

#fh5co-blog .col-7 .col-con:hover, #fh5co-blog .col-5 .col-con:hover {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    transform: translateY(-2px);
}
#fh5co-blog .col-7 .col-con, #fh5co-blog .col-5 .col-con {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}


table {
    padding: 10px 0;
    display: block;
    font-size: 16px;
}

#ctl00_Content_GridView2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table td {
    background: #fff;
}

table#ctl00_Content_GridView2 td {
    text-align: right;
    width: 33.3333%!important;
    color: #000;
    border: 1px solid #eee;
    padding: 4px 14px;
}

#ctl00_Content_GridView2 tbody {
    width: 100%;
    display: block;
}

#ctl00_Content_GridView2 tr {
    width: 100%;
    display: table;
}

table th {
    border: 1px solid #eee;
    padding: 4px 14px;
    text-align: right;
    width: 33.3333%;
}

::-webkit-selection {
    color: #fff;
    background: #60b871;
}

::-moz-selection {
    color: #fff;
    background: #60b871;
}

::selection {
    color: #fff;
    background: #60b871;
}

* {
    box-sizing: border-box;
    font-style: normal;
}

@media only screen and (max-width: 900px) {
    table {
        -webkit-text-size-adjust: none;
        letter-spacing: .015em;
    }
}
#fh5co-blog .col-5 .ex_our_branches, #fh5co-blog .col-7 .clearfix {
    width: 100%;
}

table {
    padding: 10px 0;
    display: block;
    font-size: 16px;
}

#ctl00_Content_GridView2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table td {
    background: #fff;
}

table#ctl00_Content_GridView2 td {
    text-align: right;
    width: 33.3333%!important;
    color: #000;
    border: 1px solid #eee;
    padding: 4px 14px;
}

#ctl00_Content_GridView2 tbody {
    width: 100%;
    display: block;
}

#ctl00_Content_GridView2 tr {
    width: 100%;
    display: table;
}

table th {
    border: 1px solid #eee;
    padding: 4px 14px;
    text-align: right;
    width: 33.3333%;
}

a {
    color: #60b871;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #60b871;
    outline: none;
    text-decoration: none;
}

h4 {
    color: #000;
    font-family: 'Greta_Arabic_Regular';
    font-weight: 400;
    margin: 0 0 10px 0;
}

::-webkit-selection {
    color: #fff;
    background: #60b871;
}

::-moz-selection {
    color: #fff;
    background: #60b871;
}

::selection {
    color: #fff;
    background: #60b871;
}

#fh5co-blog {
    padding: 5em 0;
    clear: both;
}

#fh5co-blog .col-7,
#fh5co-blog .col-5 {
    padding: 10px 10px;
    padding: 30px 15px;
    padding-top: 0;
}

#fh5co-blog .col-7 .col-con,
#fh5co-blog .col-5 .col-con {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

#fh5co-blog .col-7 .col-con:hover,
#fh5co-blog .col-5 .col-con:hover {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    transform: translateY(-2px);
}

#fh5co-blog .col-5 span {
    display: block;
    height: 200px;
    width: 200px;
    background: url(all.png) -835px -33px no-repeat;
    margin: auto;
}

#fh5co-blog .col-5 h4 {
    text-align: center;
    padding-top: 40px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

#fh5co-blog .col-7 .clearfix {
    margin-bottom: 20px;
}

#fh5co-blog .col-5 .ex_our_branches,
#fh5co-blog .col-7 .clearfix {
    width: 100%;
}

#fh5co-blog .col-7 .show_all_cu,
#fh5co-blog .col-7 h4 {
    font-size: 16px;
    color: #5d5d5d;
}

#fh5co-blog .col-7 h4 {
    float: right;
    padding: 5px 0;
}

#fh5co-blog .col-7 .show_all_cu {
    float: left;
    text-align: center;
    min-width: 120px;
    text-decoration: underline;
    color: #000000;
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    #fh5co-blog {
        padding: 3em 0;
    }
}

* {
    box-sizing: border-box;
    font-style: normal;
}

@media only screen and (max-width: 900px) {
    table {
        -webkit-text-size-adjust: none;
        letter-spacing: .015em;
    }
}

.js .animate-box {
    opacity: 0;
}

.col-5,
.col-7 {
    float: right;
}

@media screen and (max-width: 768px) {
    .col-5,
    .col-7 {
        width: 100%;
        float: none;
    }
    .equ-col {
        height: auto!important;
    }
}

#fh5co-blog .col-7 .col-con, #fh5co-blog .col-5 .col-con {
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-image: initial;
    background: rgb(255, 255, 255);
    padding: 30px;
}
.js .animate-box {
    opacity: 0;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.animated-fast {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

* {
    box-sizing: border-box;
    font-style: normal;
}

#fh5co-course-categories, #fh5co-counter, #fh5co-course, #fh5co-register, #fh5co-pricing, #fh5co-testimonial, #fh5co-blog, #fh5co-about, #fh5co-staff, #fh5co-contact, #fh5co-footer {
    clear: both;
    padding: 5em 0px;
}
.ex_our_branches {
    display: block;
    height: 200px;
    width: 200px;
    background: url(all.png) -835px -33px no-repeat;
    margin: auto;
}

#fh5co-blog .col-7 .col-con, #fh5co-blog .col-5 .col-con {
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-image: initial;
    background: rgb(255, 255, 255);
    padding: 30px;
}


.fh5co-bg-section {
    background: #e8e8e8;
}

#fh5co-course-categories,
#fh5co-counter,
#fh5co-course,
#fh5co-register,
#fh5co-pricing,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-about,
#fh5co-staff,
#fh5co-contact,
#fh5co-footer {
    padding: 5em 0;
    clear: both;
}

#fh5co-blog .col-7, #fh5co-blog .col-5 {
    padding: 10px 10px;
    padding: 30px 15px;
    padding-top: 0;
}

#fh5co-blog .col-7 .col-con, #fh5co-blog .col-5 .col-con {
    border: 1px solid #e6e6e6;
    /*    display: flex;
        display: -webkit-flex;*/
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

#fh5co-blog .col-7 .col-con:hover, #fh5co-blog .col-5 .col-con:hover {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    transform: translateY(-2px);
}

#fh5co-blog .latest_news {
    margin-top: 1.16667rem;
    padding-top: 1.16667rem;
    border-top: 1px solid #e5e5e5;
}

#fh5co-blog .latest_news:first-child {
    border: none;
}

#fh5co-blog .col-5 span {
    display: block;
    height: 200px;
    width: 200px;
    background: url(all.png) -835px -33px no-repeat;
    margin: auto;
}
.animate-box {
    opacity: 0;
}

#fh5co-blog .col-7, #fh5co-blog .col-5 {
    padding: 10px 10px;
    padding: 30px 15px;
    padding-top: 0;
}
#fh5co-blog .col-7 .col-con, #fh5co-blog .col-5 .col-con {
    border: 1px solid #e6e6e6;
    background: #fff !important;
    padding: 30px;
    box-sizing: border-box;
}
.arqamye{
    padding-top: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin: 10px;
       max-width: 56.333333%;
}

.arqamye2{
    padding-top: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin: 10px;
    max-width: 39.666667%;
}

.arqamye2 .ex_our_branches span {
    display: block;
    height: 200px;
    width: 200px;
    background: url(all.png) -835px -33px no-repeat;
    margin: auto;
}

.arqamye2 .ex_our_branches h4 {
     padding-top: 50px !important;
    font-size: 22px;
        font-family: Cairo-Bold, sans-serif!important;
        text-align: center;
    color: #006619 !important;
}


@media screen and (max-width: 480px) {
   .arqamye {
    padding-top: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
padding: 30px 0px;
    box-sizing: border-box;
    margin: 10px;
    max-width: 99%;
    margin: auto;
}
    .arqamye2 {
    padding-top: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-sizing: border-box;
    margin: 10px;
    max-width: 99%;
    margin: auto;
    padding: 30px 48px;
}
 #ctl00_Content_GridView2 tr{

        display: table;
    min-width: 333px;
    }
    table#ctl00_Content_GridView2 td {
    font-family: 'h-one',serif !important;
    min-width: 78px;
    font-family: 'h-one',serif !important;
    text-align: right;

    color: #000;
    border: 1px solid #eee;
    padding: 4px 14px;
}
}


@media screen and (max-width: 768px) {
    .arqamye {
    padding-top: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 30px 0px;
    box-sizing: border-box;
    margin: 10px;
    max-width: 99%;
    margin: auto;
      font-family: 'h-one',serif !important;
}

    .arqamye2 {
    padding-top: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin: 10px;
    max-width: 99%;
    margin: auto;
    padding: 30px 48px;
      font-family: 'h-one',serif !important;
}
 #ctl00_Content_GridView2 tr{
          font-family: 'h-one',serif !important;
        display: table;
    min-width: 300px;
    }
    table#ctl00_Content_GridView2 td {
    font-family: 'h-one',serif !important;
    min-width: 75px;
    font-family: 'h-one',serif !important;
    text-align: right;

    color: #000;
    border: 1px solid #eee;
    padding: 4px 14px;
}
}

/*XXXXXXXXXXXXXXXXXXXXXXXXX*/


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.border {
    border: 1px solid #006619!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-2 {
    margin-bottom: .5rem!important;
}

.text-center {
    text-align: center!important;
}

.card:hover {
    background-color: transparent;
    border: 1px solid  rgb(212, 232, 205);
    box-shadow: inset 0 0 30px  rgb(212, 232, 205);
}



.card i {
    color: #e9732c;
    font-size: 30px;
}

.card:hover {
    background-color: transparent;
    border: 1px solid  rgb(212, 232, 205);
    box-shadow: inset 0 0 30px  rgb(212, 232, 205);
}

.card:hover h6{
    color: #ffffff !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card  p img {
        height: 32px;
    width: 32px;
}
.banner-area:after {
    right: 50%;
    border-right: 125px solid transparent;
}
body.light .banner-area:after, body.light .banner-area:before, body.light .call-action-all:after, body.light .call-action-all:before {
    border-bottom: 30px solid #fff;
}
.banner-area:after, .banner-area:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    z-index: 1;
    border-bottom: 30px solid #fff;
    -moz-transform: rotate(-0.000001deg);
    -webkit-transform: rotate(-0.000001deg);
    -o-transform: rotate(-0.000001deg);
    -ms-transform: rotate(-0.000001deg);
    transform: rotate(-0.000001deg);
}

body.light .banner-area:after, body.light .banner-area:before, body.light .call-action-all:after, body.light .call-action-all:before {
    border-bottom: 30px solid #fff;
}
.banner-area:before {
    left: 50%;
    border-left: 125px solid transparent;
}
.banner-area:after, .banner-area:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    z-index: 1;
    border-bottom: 30px solid #fff;
    -moz-transform: rotate(-0.000001deg);
    -webkit-transform: rotate(-0.000001deg);
    -o-transform: rotate(-0.000001deg);
    -ms-transform: rotate(-0.000001deg);
    transform: rotate(-0.000001deg);
}

.page-title h1 {
       text-align: left !important;

}
.page-title .bread-crumb {
    position: relative;
    padding-top: 18px;
    text-align: left;
    margin-right: 30px;
}

.block-head {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px #e2e2e2 solid;
    font-weight: normal;
       font-size: 20px;
    color: #60b871;
}
.block-head:before {
    position: absolute;
    bottom: -3px;
    left: 20px;
    width: 35px;
    height: 5px;
    content: "";
    display: inline-block;
}
.block-head:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
    display: inline-block;
}
.item-box:hover:after, .item-box:hover .item-price, .team-box:hover:after, .team-box-2:hover:after, .responsive-nav, .search-box:before, .block-head:before, .block-head:after, .widget-head:before, .widget-head:after, .details-img:after, .post-image:after, .team-box:after, .team-box-2:after, .item-box:after, .team-box .team-socials li a:hover, .service-box-1:after, .portfolio-item:after {
    background-color: #60b871;
}

.single-about2 img{
    width: 80% !important;
    margin: 12px 9% !important;
    height: auto !important;
}

.table-bordered td, .table-bordered th{
    border: 1px solid #d4e8cd;
}