/**
  * Name: Gettree
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import url('flexslider.css');
@import url('font-awesome.css');
@import url('shortcodes.css');
@import url('owl.carousel.css');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800&display=swap');
@import url('animate.css');

/* rev slider */

@import url('../rev-slider/css/layers.css');
@import url('../rev-slider/css/navigation.css');
@import url('../rev-slider/css/settings.css');

/**
  * Reset
  * Repeatable Patterns
  * Top
  * Repeatable Patterns
  * bootstrap resetting elements
  * link style
  * button style
  * root
  * font flobal
  * effect hover
  * header
  * main menu
  * submenu
  * page title
  * home2 slider
  * blog
  * blog detail
  * footer
  * mobile navigation
  * gotop
  * preloader
*/


/* Reset
-------------------------------------------------------------- */

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: 'Tajawal', sans-serif;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient( hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    line-height: 1;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    border: none;
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type='search'] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type='search']::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

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


/* Repeatable Patterns
-------------------------------------------------------------- */

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

body {
   font-family: 'Tajawal', sans-serif;
    background-color: #fff;
    color: #000;
}

ul,
ol {
    padding: 0;
}

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

b,
strong {
    font-weight: 900;
}

button {
    transition-duration: 0.5s;
    border: none;
}

select,
option {
    font-size: 16px !important;
    font-family: 'Tajawal', sans-serif !important;
    color: var(--primary-color2) !important;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    background-color: var(--primary-color);
    padding: 15px;
    -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;
}

button.search-submit-form {
    padding: 15px;
    -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;
}

select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 15px;
    color: #798883;
    height: 45px;
    border-radius: 5px;
    margin-bottom: 20px;
    -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;
}

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: solid 2px var(--primary-color);
    font-size: 16px;
    font-family: 'Tajawal', sans-serif;
}

textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
input[type='datetime']:hover,
input[type='datetime-local']:hover,
input[type='date']:hover,
input[type='month']:hover,
input[type='time']:hover,
input[type='week']:hover,
input[type='number']:hover,
input[type='email']:hover,
input[type='url']:hover,
input[type='search']:hover,
input[type='tel']:hover,
input[type='color']:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: solid 2px var(--primary-color);
}

textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: solid 2px #dbe3df;
}

textarea {
    border: solid 2px #dbe3df;
    width: 100%;
    padding: 10px 15px;
    height: 200;
}

input[type='checkbox'] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    color: #798883;
    opacity: 1;
}

input:-ms-input-placeholder {
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--primary-color2);
    opacity: 1;
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}


/* bootstrap resetting elements */

textarea,
input[type='text'],
input[type='submit'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input,
.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: var(--primary-color2);
}

.blog-single .entry p {
    margin-bottom: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.white {
    color: #ffff !important;
}

.black {
    color: #0000 !important;
}

.text-pri2-color {
    color: var(--primary-color2);
}

.text-pri-color {
    color: var(--primary-color);
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.bd-radius-8 {
    border-radius: 8px;
}

.bd-radius-8-image img {
    border-radius: 8px;
}



.mg-left-15 {
    margin-left: 15px;
}

.mg-right-15 {
    margin-right: 15px;
}

.bd-radius-50 {
    border-radius: 50%;
}

.mg-bottom5 {
    margin-bottom: 5px;
}

.mg-bottom-8 {
    margin-bottom: 8px;
}

.mg-bottom-15 {
    margin-bottom: 15px;
}

.mg-bottom-20 {
    margin-bottom: 20px;
}

.mg-bottom-22 {
    margin-bottom: 22px;
}

.mg-bottom-25 {
    margin-bottom: 25px;
}

.mg-bottom30 {
    margin-bottom: 30px;
}

.mg-bottom-35 {
    margin-bottom: 35px;
}

.mg-bottom-40 {
    margin-bottom: 40px;
}

.mg-bottom-43 {
    margin-bottom: 43px;
}

.mg-bottom-45 {
    margin-bottom: 45px;
}

.mg-bottom-50 {
    margin-bottom: 50px;
}

.mg-bottom-60 {
    margin-bottom: 60px;
}

.mg-bottom90 {
    margin-bottom: 90px;
}

.mg-top-5 {
    margin-top: 5px;
}

.mg-top-15 {
    margin-top: 15px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-25 {
    margin-top: 25px;
}

.mg-top-30 {
    margin-top: 30px;
}


/* link style 1 
---------------------------------------------------------------*/

a {
    text-decoration: none;
    color: var(--primary-color2);
    -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;
}

a:hover,
a:focus {
    color: var(--primary-color);
    text-decoration: none;
    outline: 0;
    -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;
}


/* link tyle 2 
--------------------------------------------------------------------*/

.link-style2 a {
    text-decoration: none;
    color: var(--primary-color);
    -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;
}

.link-style2 a:hover,
.link-style2 a:focus {
    color: var(--primary-color2);
    text-decoration: none;
    outline: 0;
    -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;
}


/* link style 3 (text white hover primary2)
----------------------------------------------------------------------- */

.link-style3 a {
    text-decoration: none;
    color: #ffff;
    -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;
}

.link-style3 a:hover,
.link-style3 a:focus {
    color: var(--primary-color2);
    text-decoration: none;
    outline: 0;
    -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;
}


/* link style 4 (text white hover primary)
----------------------------------------------------------------------- */

.link-style4 a {
    text-decoration: none;
    color: #ffff;
    -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;
}

.link-style4 a:hover,
.link-style4 a:focus {
    /*color: var(--primary-color);*/
    text-decoration: none;
    outline: 0;
    -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;
}


/* link style 5 
---------------------------------------------------------------*/

.link-style5 a {
    text-decoration: none;
    font-weight: 500;
    color: var(--primary-color4);
    -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;
}

.link-style5 a:hover,
.link-style5 a:focus {
    color: var(--primary-color2);
    text-decoration: none;
    outline: 0;
    -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;
}


/* link style 6 
---------------------------------------------------------------*/

.link-style6 a {
    color: #ffffffb8;
    text-decoration: none;
    -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;
}

.link-style6 a:hover {
    color: #ffff;
}

/* button border
---------------------------------------------------------------*/

.button-style {
    font-size: 18px;
    padding: 17px 37px 17px 37px;
    border-radius: 12px;
}

.button-style-2 {
    font-size: 18px;
    padding: 13px 36px 13px 36px;
    border-radius: 12px;
}


/* button style 1
---------------------------------------------------------------*/

.btn-1 {
    font-weight: 500;
    border: solid 2px #707070;
}

.btn-1:hover {
    border: solid 2px var(--primary-color);
    background-color: var(--primary-color);
    color: #ffff !important;
}


/* button style 2
---------------------------------------------------------------*/

.btn-2 {
    font-weight: 500;
    border: solid 2px var(--primary-color);
    background-color: var(--primary-color);
    color: #ffff !important;
}

.btn-2:hover {
    background-color: rgba(255, 255, 255, 0);
    color: var(--primary-color) !important;
    border: solid 2px var(--primary-color);
}


/* root 
---------------------------------------------------------------*/
:root {
    /* color */
    --primary-color: #144210 !important;
    --primary-color2: #658e34 !important;
    --primary-color3: #e8f5e9 !important;
    --primary-color4: #525368 !important;
    --primary-color5: #181818 !important;
}


/* button */

.button>.btn,
.btn-home,
.btn2 {
    font-weight: 500;
    font-size: 14px;
    padding: 16px 36px 16px 36px;
    border-radius: 12px;
    -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;
}


/* btn style 1 */

.button>.btn {
    color: var(--primary-color2);
    border: solid 2px #bbd0c2;
}

.button>.btn:hover,
.btn-home {
    color: #ffff;
    border: solid 2px var(--primary-color);
    background-color: var(--primary-color);
}

.button>.btn-home:hover {
    color: var(--primary-color2);
    border: solid 2px var(--primary-color2);
}


/* button style 2  */

.button .btn2 {
    color: #ffff;
    border: solid 2px var(--primary-color);
    background-color: var(--primary-color);
}

.button .btn2:hover {
    color: var(--primary-color);
    border: solid 2px var(--primary-color);
    background-color: #0f422900;
}


/* text font global */

.section-desc,
.section-desc-2,
.section-desc-heading {
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: var(--primary-color);
}

.section-subtitle {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3.8px;
    font-family: 'Tajawal', sans-serif;
    line-height: 20px;
    color: var(--primary-color2);
}

.section-title {
    font-family: 'Tajawal', sans-serif;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 58px;
    color: var(--primary-color5);
}

.section-heading-rubik-size12 {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
}

.section-heading-rubik-size14 {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

.section-heading-rubik-size16 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.section-heading-rubik-size18 {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}

.section-heading-rubik-size20,
.section-heading-jost-size20,
.section-heading-jost-size22,
.section-heading-jost-size28,
.section-heading-jost-size29,
.section-heading-jost-size34,
.section-heading-jost-size46 {
    font-family: 'Tajawal', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--primary-color);
}

.section-heading-jost-size20,
.section-heading-jost-size22,
.section-heading-jost-size28,
.section-heading-jost-size29,
.section-heading-jost-size34,
.section-heading-jost-size46 {
    font-family: 'Tajawal', sans-serif;
}

.section-heading-jost-size22 {
    font-size: 22px;
}

.section-heading-jost-size28 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.6px;
}

.section-heading-jost-size29 {
    font-size: 29px;
    letter-spacing: 0px;
    line-height: 48px;
}

.section-heading-jost-size34 {
    font-size: 34px;
}

.section-heading-jost-size46 {
    font-size: 46px;
    letter-spacing: -1px;
}

.section-desc-2 {
    font-weight: 300;
    letter-spacing: 0.3px;
}

.section-desc-heading {
    font-weight: 700;
    line-height: 26px;
}


/* font weight light */

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


/* font weight regular */

.fw-400 {
    font-weight: 400;
}


/* font weight medium */

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


/* font weight semibold */

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


/* display flex */

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.read-more {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Tajawal', sans-serif;
    line-height: 66px;
    margin-top: 10px;
}

.read-more::after {
    content: '\f061';
    font-family: 'FontAwesome';
    margin-left: 3px;
}

.read-more .fas {
    margin-left: 10px;
}

.heading-16px-rubik {
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
}

.text-decs {
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
}

.heading-16px-rubik {
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
}

header.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;    
    z-index: 999;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 20%);
  }

/* effect hover */

.grow-up-hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.grow-up-hover:hover img {
    transform: scale(1.1);
}

.hover-up {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover-up:hover {
    transform: translateY(-7%);
}

.hover-up-style2:hover {
    transform: translateY(-2%);
}

.hover-up-style2 {
    -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;
}

.over-flow-hidden {
    overflow: hidden;
}

.error {
    margin-top: -10px;
    color: #191919;
}


/* ripper effect 
--------------------------------------------------------------*/

.ripple,
.ripple:after,
.ripple:before {
    width: 120px;
    height: 120px;
    -webkit-box-shadow: 0 0 0 0 rgba(9, 136, 62, 0.411);
    -moz-box-shadow: 0 0 0 0 rgba(9, 136, 62, 0.411);
    -ms-box-shadow: 0 0 0 0 rgba(9, 136, 62, 0.411);
    -o-box-shadow: 0 0 0 0 rgba(9, 136, 62, 0.411);
    box-shadow: 0 0 0 0 rgba(9, 136, 62, 0.411);
}

.ripple:before {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    content: "";
    position: absolute;
}

.ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.ripple,
.ripple:before,
.ripple:after {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}


/* Header 
---------------------------------------------------------------*/

.top-header {
    padding: 0 3.2% 0 4%;
    background-color: var(--primary-color);
}

.top-header .top-bar-left {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    line-height: 50px;
    float: left;
}

.top-header .top-location,
.top-mail {
    font-size: 14px;
    font-weight: 500;
}

.top-bar-left .top-location::before {
    content: '\f041';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.top-bar-right {
    line-height: 50px;
}

.top-mail::before {
    content: '\f003';
    font-family: 'FontAwesome';
    font-size: 18px;
    padding-right: 5px;
}

.top-header .top-bar-right {
    float: right;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    line-height: 50px;
}

.widgets-nav-social {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    line-height: 53px;
    padding-left: 16px;
}
.widgets-nav-social li{
    margin: 0 0 0 20px;
}

.top-header .fa {
    font-size: 15px;
    padding-left: 21px;
}

#header .header-wrap {
    padding: 0 2.4% 0 2.8%;
    height: 101px;
    background-color: var(--primary-color3);
}

#header .inner-header {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

#header .logo-header {
    line-height: 100px;
}

#header .site-header-right {
    float: right;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    line-height: 101px;
}

#header .site-header-right .button {
    margin-top: -2px;
    margin-left: 15px;
}

#header .cart .fa,
.search .fa {
    font-size: 20px;
    padding: 16px 16px 16px 16px;
    color: var(--primary-color) !important;
    border-radius: 65px;
    background-color: #ffff;
}

#header .cart .fa:hover,
.search .fa:hover {
    background-color: var(--primary-color);
    color: #ffff !important;
    -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;
}

#header .cart {
    padding-left: 26px;
}

#header .input-group {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

button.btn.btn-outline-primary {
    z-index: 1;
}

.btn:hover,
.btn:focus,
.btn.focus {
    background-color: var(--primary-color);
    color: var(--primary-color2);
}

#header .header-inner {
    position: relative;
    display: flex;
}

.header-inner .widgets-input .search-field {
    padding: 25px 70px 25px 15px;
}

.header-inner .widgets-input .search-submit {
    padding: 16px 20px 16px 20px;
}


/* show search header 
--------------------------------------------------------------*/

.flat-show-search {
    position: relative;
    float: left;
    z-index: 200;
}

.show-search {
    float: right;
    position: relative;
}

.top-search {
    position: absolute;
    right: 0;
    top: 110%;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    -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;
}

.top-search #searchform-all {
    position: relative;
}

.top-search.show {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    top: 100%;
}


/* Main Menu
-----------------------------------------------------------------------------------*/

.nav-wrap {
    padding-right: 2%;
    line-height: 100px;
    text-align: center;
}

#mainnav .menu>li {
    display: inline-block;
    position: relative;
}

#mainnav .menu>li>a{
    position: relative;
    line-height: 1;
    display: inline-block;
    margin: 0 8px;
    font-weight: 400;
}

#mainnav .menu li a {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
}

#mainnav .menu>li>a:hover,
#mainnav > ul > li.menu-item-has-children:hover > a::after,
#mainnav .menu .current-menu-item > a,
#mainnav .menu .current-menu-item > a::after,
#mainnav-mobi .menu .current-menu-item > a,
#mainnav-mobi .menu .current-item > a {
    color: var(--primary-color2);
}

#mainnav .menu>li:last-child a {
    padding-right: 0;
}

#mainnav .menu>li a i.fa {
    padding-left: 6px;
}
/*Button bounce*/
/*--------------------------------------------------*/

.go-top{
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background-color: #FF5722;
            animation: bounce 2s;
            animation-direction: alternate;
            animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
            animation-iteration-count: infinite;
        }
          
        @keyframes bounce {
            from {
                transform: translate3d(0, 0, 0);
            }
            to {
                transform: translate3d(0, 200px, 0);
            }
        }
        /* Prefix Support */
          
        go-top {
            -webkit-animation-name: bounce;
            -webkit-animation-duration: 0.5s;
            -webkit-animation-direction: alternate;
            -webkit-animation-timing-function: cubic-bezier(
            .5, 0.05, 1, .5);
            -webkit-animation-iteration-count: infinite;
        }
          
        @-webkit-keyframes bounce {
            from {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
            to {
                -webkit-transform: translate3d(0, 200px, 0);
                transform: translate3d(0, 200px, 0);
            }
        }
/*-----------------------------------------------------*/







/* Sub-menu 
---------------------------------------------------------------*/

#mainnav .menu>li>.sub-menu {
    display: block !important;
    opacity: 0;
    position: absolute;
    width: 250px;
    background-color: #ffff;
    left: 0;
    top: 99%;
    box-shadow: -2px 6px 23px #b4b4b44f;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease; 
     -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
       transition: all 0.3s ease; 
       -webkit-transform: translateY(15px);
       -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
   -o-transform: translateY(15px);
    transform: translateY(15px);
}

#mainnav .menu>li:hover>.sub-menu {
    display: block !important;
    opacity: 1;
    z-index: 100;
    left: 0;
    visibility: visible; 
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); 
  -ms-transform: translateY(0);
   -o-transform: translateY(0); 
   transform: translateY(0);
}

#mainnav .menu>li>.sub-menu>li>a {
    display: block;
    padding: 0px 0px 0px 15px;
    line-height: 45px;
    color: var(--primary-color);
    text-align: left;
}

#mainnav .menu>li>.sub-menu>li {
    border-top: 1px solid #e1e1e157;
}

#mainnav .menu>li>.sub-menu>li:first-child {
    border-top: none;
}

#mainnav .menu>li>.sub-menu>li:hover a,
#mainnav .current-item a  {
    background-color: var(--primary-color2);
    color: #ffff !important;
}

#mainnav > ul > li > a::before { 
    content: ""; 
    position: absolute; 
    bottom: -20px; 
    left: 0; 
    width: 0%; 
    height: 3px; 
    background-color: var(--primary-color2); 
    opacity: 0; 
    visibility: hidden;  
    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -ms-transition: all 0.3s ease; 
    -o-transition: all 0.3s ease; 
    transition: all 0.3s ease; 
}
#mainnav > ul > li.current-menu-item > a::before ,
#mainnav > ul > li > a:hover::before { 
    opacity: 1; 
    visibility: visible; 
    width: 100%;
}

#mainnav > ul > li.menu-item-has-children > a::after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: var(--primary-color2);
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
    margin-left: 4px;
}


/* Page Title 
-------------------------------------------------------------------------------------------*/

.inner-title {
    position: relative;
    height: 300px;
    background-size: cover;
    background-image: url(../images/home/box-flowers-green-garden-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.inner-title-home {
    height: 755px;
}

.overlay-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary-color2);
    opacity: 0.7;
}

.page-title .banner-title {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 50;
    text-align: center;
    position: absolute;
}

.page-title-heading {
    line-height: 68.66px;
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 36.97px;
    color: #ffff;
}

.page-title-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 51.66px;
    color: #ffffffb8;
}

.page-title .blog-link a:hover {
    color: var(--primary-color);
}

.page-title-content-inner::before {
    content: '|';
    padding: 0 5px;
}


/* artical 
---------------------------------------------------------------*/

.post-wrap .image-box {
    position: relative;
}

.post-wrap .date-image {
    position: absolute;
    font-family: 'Tajawal', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #ffff;
    padding: 9px 26px 9px 22px;
    background-color: var(--primary-color);
    bottom: -1px;
    left: 26px;
}

.content-box {
    border-radius: 5px;
    background-color: #f8f8f8;
    padding: 13px 27px 8px 27px;
}

.content-box .post-content-inner {
    padding-top: 11px;
}

.content-box .post-content-inner ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.content-box .post-content-inner .line::after,
.line::before {
    content: '|';
}

.content-box .content-art {
    margin-top: 17px;
}

.post-wrap .text-decs {
    letter-spacing: 0.2px;
    padding-right: 8.9px;
}

.content-box .desc-content-box {
    color: #525368;
    margin-top: 12px;
    padding-right: 3px;
    letter-spacing: 0px;
}

article.article-2 {
    padding-top: 39px;
}

article.article-3 {
    padding-top: 63px;
}

article.article-4 {
    padding-top: 57px;
}

#lang{
    width: 80px;
    margin: 0;
    height: 53px;
}


/* Main Content 
---------------------------------------------------------------*/

.wrap-post {
    margin: 0 -15px;
    overflow: hidden;
}

article.post.s1 {
    margin-bottom: 40px;
    position: relative;
    float: left;
    width: 50%;
    padding: 0 15px;
}

article.post .featured-post ul.post-date {
    position: absolute;
    top: 0;
    left: 45px;
    background-color: #2e363a;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 10px 7px 12px;
    letter-spacing: 0.5px;
    -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;
}

article.post .featured-post ul.post-date .day {
    font-size: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
}

article.post .content-post {
    padding: 35px 30px 20px 30px;
    position: relative;
    background-color: #f7f7f7;
}

article.post .content-post:after {
    content: '';
    position: absolute;
    width: 64px;
    height: 5px;
    background-color: #30ab56;
    top: 0px;
    left: 30px;
    z-index: 2;
    -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;
}

article.post:hover .featured-post ul.post-date {
    background-color: #18ba60;
}

article.post .content-post h4 {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 16px;
}

article.post .content-post .more-link {
    margin-top: 19px;
}

article.post .content-post .more-link a {
    background-color: #2e363a;
    border-radius: 3px;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
    padding: 0 38px 3px;
    letter-spacing: 0;
    color: #ffffff;
}

article.post .content-post .more-link a:hover {
    background-color: #18ba60;
}

.video-banner{
    position: relative;
}
.video-banner:after{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 99%;
    position: absolute;
    background: rgba(0,0,0,.4);
}
.video-banner .banner-text{
    left: 0;
    right: 0;
    top: 100px;
    z-index: 9;
    color: #fff;
    width: 700px;
    margin: 0 auto;
    position: absolute;
    text-transform: uppercase;
}
.video-banner .banner-text h1{
    color: #fff;
    line-height: 1;
    font-size: 50px;
    text-align: center;
    font-weight: normal;
}
.video-banner video{
    min-width: 100%;
}
.news-bar{
    color: #fff;
    padding: 10px 20px;
    background: #6da251;
}

.flat-about{
    padding: 30px 0;
}
.flat-about .section-title{
    font-size: 60px;
    padding: 15px 0 15px 0;
    color: var(--primary-color2);
}
.flat-about .section-desc{
    font-size: 20px;
    padding: 0 0 0 30px;
    padding: 0 0 40px;
    color: var(--primary-color2);
}
.flat-about .rotate-img{
    position: relative;
    padding: 0px 0 0;
}
.flat-about .rotate-img img{
    width: 630px;
    padding: 3px;
}

.flat-about .rotate-img:after{
    top: -11px;
    left: -56px;
    right: 0;
    bottom: 0;
    width: 640px;
    height: 631px;
    content: "";
    position: absolute;
    -webkit-animation: rotation 20s infinite linear;
    background: url(../images/home/rotate-img.png) no-repeat;
    background-size: 100% 100%; 
}
@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}

/*Partners*/
.partners-section{
    padding: 10px 0 60px;
    background-size: #fff;
}
.partners-section .sub-heading{
    font-size: 26px;
    margin: 0 0 8px;
    font-weight: 300;
    color: #000;
    line-height: 1;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.partners-section{text-align:center;}
.partners-section h2{
    color: #000;
    line-height: 1;
    display: block;
    font-size: 60px;
    font-weight: 600 !important;
    display: inline-block;
    position:relative;
    margin: 0 0 80px;
    text-align: center;
    text-transform: uppercase;
    
}
.partners-section .partners-carousel{
    overflow: hidden;
    padding: 50px 50px;
    background: #e5f0d9;
}
.partners-section  .slick-initialized .slick-slide,
.partners-section  .slick-track{
    align-items: center;
    display: flex !important;
    justify-content: center;
}
.about_1{
    position: relative;
    z-index: 9;
}

/*about section*/


.about-section.sub-section:after{
    display: none;
}


.about-section{
    position: relative;
}
.about-section:after{
    left: 0;
    right: 0;
    top: -380px;
    width: 100%;
    height: 890px;
    content: "";
    position: absolute;
    background: url(../images/home/bg-about.png) no-repeat;
    background-size: 100% 100%;
}
.about-section .about-columns{
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.about-section .about-columns .column{
    width: 50%;
    padding: 0 80px 0 0;
}
.about-section .about-columns .column p{
    margin: 0 0 20px;
    text-align: justify;
}
.about-section.sub-section .about-columns .column:first-child:after{
    display: none;
}
.about-section .about-columns .column:first-child:after{
   top: -100px;
   left: 0;
   width: 114px;
   height: 92px;
   content: "";
   position: absolute;
   background: url(../images/home/bg-quote.png) no-repeat; 
}
.about-section .about-columns .column .img-holder{
    text-align: center;
}
.about-section .about-columns .column .rotate-img{
    width: 380px;
    height: 380px;
    margin: 0 auto 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-section .about-columns .column .rotate-img img{
    width: auto !important;
    position: relative;
    z-index: 9;
}
.about-section .about-columns .column .rotate-img:after{
    top: -3px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 400px;
    content: "";
    position: absolute;
    display: none;
    /*-webkit-animation: rotation 20s infinite linear;*/
    background: url(../images/home/bg-seo-1.png) no-repeat;
    background-size: 100% 100%;
}
.about-section .about-columns .column .img-holder .name{
    color: #fff;
    display: block;
    font-size: 42px;
    line-height: 1;
}
.about-section .about-columns .column .img-holder span{
    color: #fff;
    display: block;
    font-size: 21px;
    line-height: 1;
}

/*about section*/


/*Our companies*/
.companies-section{
    padding: 110px 0 60px;
    background: #eaffe6;
}
.companies-section .sub-heading{
    display: block;
    font-size: 26px;
    margin: 0 0 8px;
    font-weight: 300;
    text-align: center;
   
    text-transform: uppercase;
}
.companies-section h2{
    color: #000;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 0 6px;
    position: relative;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: 'Tajawal', sans-serif;
}
.companies-section .companies-columns{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.companies-section .companies-columns .column{
    width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
}
.companies-section .companies-columns .column-holder{
    height: 182px;
    width:270px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    position: relative;
    /*background: #ddf0d9;*/
    /*align-items: center;*/
    /*align-content: center;*/
    padding: 0px 0px 0px 0px;
    /*justify-content: center;*/
    overflow: hidden;
    text-align: center;
}

.companies-section .companies-columns .column-holder img{
    height: 100%;
    width:100%;
}

.companies-section .companies-columns .column-holder img{
    display: block;
    margin: 0 auto 16px;
}
.companies-section .companies-columns .column-holder p{
    width: 100%;
    color: #656565;
    display: block;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 10px;
    text-align: center;
}
.companies-section .companies-columns .column-holder a{
    color: #656565;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
}
.companies-section .companies-columns .column-holder a:after{
    top: 0;
    right: -15px;
    width: 10px;
    height: 15px;
    content: "";
    position: absolute;
    background: url(../images/home/bg-arrow.png) no-repeat;
}
.companies-section .companies-columns .column-holder .caption-text{
    left: 0;
    content: "";
    color: #000;
    width: 100%;
    font-size: 13px;
    background: #fff;
    position: absolute;
    padding: 14px 10px;
    border: 1px solid #79a15b;
    transition: all .7s linear;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-transition: all .7s linear;
}
.companies-section .companies-columns .column-holder .caption-text:after{
    left: 0;
    right: 0;
    content: "";
    width: 37px;
    height: 17px;
    bottom: -17px;
    margin: 0 auto;
    position: absolute;
    background: url(../images/home/arrow-down.png) no-repeat;
    background-size: 100% 100%; 
}
.companies-section .companies-columns .column-holder .holder-1:hover .caption-text{
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
}
.company-heading{
    position:relative;
}
.company-heading h2:after{
    left:0;
    right:0;
    bottom:0;
    width:32%;
    margin-top:10px;
    margin:auto;
    height:10px;
    content:"";
    position:absolute;
    background-color:#73ae30;
    
}
/*Our companies*/

/*gallery?*/

.gallery-section{
    background: #edffea;
}
.gallery-section .gallery-heading{
    background: #fff;
    padding: 90px 0px 80px 0;
    text-align: center;
}
.gallery-section .gallery-heading span{
    color: #000; 
    display: block;
    font-size: 26px;
    margin: 0 0 8px;
    font-weight: 300;
    text-transform: uppercase;   
}
.gallery-section .gallery-heading h2{
    color:  #000;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 0 6px;
    position: relative;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Tajawal', sans-serif;
}
.gallery-section .gallery-heading h2:after{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    content: "";
    position: absolute;
    background: #73ae30;
}
.partners-section h2:after{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    content: "";
    margin: -9px 0;
    position: absolute;
    background: #73ae30;
}
.gallery-section .gallery-holder{
    margin: 0 auto;
    padding: 50px 0;
    max-width: 1600px;
    position: relative;
    overflow: hidden;
}
.gallery-section .gallery-holder:after{
    top: 0;
    z-index: 9;
    right: 0;
    width: 80%;
    content: "";
    height: 100%;
    position: absolute;
    background: #79a15b;
    border-radius: 30px 0 0 30px;
}
.gallery-section .gallery-holder .gallery-box{
    display: flex;
    margin: 0 0 30px;
    align-items: center;
    padding: 10px 80px;
    position: relative;
    background: url(../images/home/gallery-1.png) no-repeat;
    background-size: contain;
}
.gallery-section .gallery-holder .gallery-box:nth-child(2){
    background: url(../images/home/gallery-2.png) no-repeat;
    background-size: contain;
}
.gallery-section .gallery-holder .gallery-box:nth-child(3){
    background: url(../images/home/gallery-3.png) no-repeat;
    background-size: contain;
}
.gallery-section .gallery-holder .gallery-box:nth-child(4){
    background: url(../images/home/gallery-4.png) no-repeat;
    background-size: contain;
}
.gallery-section .gallery-holder .gallery-box:nth-child(5){
    background: url(../images/home/gallery-5.png) no-repeat;
    background-size: contain;
}
.gallery-section .gallery-holder .gallery-box:nth-child(6){
    background: url(../images/home/gallery-6.png) no-repeat;
    background-size: contain;
}
.gallery-section .gallery-holder .gallery-box:nth-child(7){
    background: url(../images/home/gallery-7.png) no-repeat;
    background-size: contain;
}
.gallery-section .gallery-holder .gallery-box:nth-child(8){
    background: url(../images/home/gallery-8.png) no-repeat;
    background-size: contain;
}
.gallery-section .gallery-holder .gallery-box:nth-child(9){
    background: url(../images/home/gallery-9.png) no-repeat;
    background-size: contain;
}
.gallery-section .gallery-holder .gallery-box:nth-child(10){
    background: url(../images/home/gallery-10.png) no-repeat;
    background-size: contain;
}
.gallery-section .gallery-holder .gallery-box:nth-child(11){
    background: url(../images/home/gallery-11.png) no-repeat;
    background-size: contain;
}
.gallery-section .gallery-holder .gallery-box:nth-child(12){
    background: url(../images/home/gallery-12.png) no-repeat;
    background-size: contain;
}
.gallery-section .gallery-holder .gallery-box:after{
    top: 0;
    z-index: 99;
    right: 50px;
    bottom: 0;
    width: 73%;
    content: "";
    position: absolute;
    background: rgba(0,0,0,.2);
}


#slider,
#slider2,
#slider3,
#slider4 ,
#slider5 ,
#slider6 ,
#slider7 ,
#slider8 ,
#slider9 ,
#slider10 ,
#slider11 ,
#slider12,
#slider13, 
#slider14, 
#slider15, 
#slider16 {
    z-index: 999;
    width: 390px;
    height: 260px;
    margin: 0 auto;
    left: 83px;
    position: relative;
    font-family: 'Tajawal', sans-serif;
    perspective: 1400px;
    transform-style: preserve-3d;
}

#slider input[type=radio],
#slider2 input[type=radio],
#slider3 input[type=radio],
#slider4 input[type=radio],
#slider5 input[type=radio],
#slider6 input[type=radio],
#slider7 input[type=radio],
#slider8 input[type=radio],
#slider9 input[type=radio],
#slider10 input[type=radio],
#slider11 input[type=radio],
#slider12 input[type=radio],
#slider13 input[type=radio],
#slider14 input[type=radio],
#slider15 input[type=radio],
#slider16 input[type=radio]{
  position: relative;
  top: 108%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(-83px);
  cursor: pointer;
}


#slider input[type=radio]:nth-child(5),
#slider2 input[type=radio]:nth-child(5),
#slider3 input[type=radio]:nth-child(5),
#slider4 input[type=radio]:nth-child(5),
#slider5 input[type=radio]:nth-child(5),
#slider6 input[type=radio]:nth-child(5),
#slider7 input[type=radio]:nth-child(5),
#slider8 input[type=radio]:nth-child(5),
#slider9 input[type=radio]:nth-child(5),
#slider10 input[type=radio]:nth-child(5),
#slider11 input[type=radio]:nth-child(5),
#slider12 input[type=radio]:nth-child(5),
#slider13 input[type=radio]:nth-child(5),
#slider14 input[type=radio]:nth-child(5),
#slider15 input[type=radio]:nth-child(5),
#slider16 input[type=radio]:nth-child(5) {
  margin-right: 0px;
}

#slider input[type=radio]:checked,
#slider2 input[type=radio]:checked,
#slider3 input[type=radio]:checked,
#slider4 input[type=radio]:checked,
#slider5 input[type=radio]:checked,
#slider6 input[type=radio]:checked,
#slider7 input[type=radio]:checked,
#slider8 input[type=radio]:checked,
#slider9 input[type=radio]:checked,
#slider10 input[type=radio]:checked,
#slider11 input[type=radio]:checked,
#slider12 input[type=radio]:checked,
#slider13 input[type=radio]:checked,
#slider14 input[type=radio]:checked,
#slider15 input[type=radio]:checked,
#slider16 input[type=radio]:checked
 {
  opacity: 1;
}




#slider label,
#slider label img,

#slider2 label,
#slider2 label img,

#slider3 label,
#slider3 label img,

#slider4 label,
#slider4 label img,

#slider5 label,
#slider5 label img,

#slider6 label,
#slider6 label img,

#slider7 label,
#slider7 label img,

#slider8 label,
#slider8 label img,

#slider9 label,
#slider9 label img,

#slider10 label,
#slider10 label img,

#slider11 label,
#slider11 label img,

#slider12 label,
#slider12 label img,

#slider13 label,
#slider13 label img,

#slider14 label,
#slider14 label img,

#slider15 label,
#slider15 label img,

#slider16 label,
#slider16 label img

 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  font-size: 70px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 400ms ease;
  box-shadow: 0 0 0 4px #fff;
}



/* Slider Functionality */

/* Active Slide */
#s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3,
#s4:checked ~ #slide4,
#s5:checked ~ #slide5,

#s01:checked ~ #slide01,
#s02:checked ~ #slide02,
#s03:checked ~ #slide03,
#s04:checked ~ #slide04,
#s05:checked ~ #slide05,

#s11:checked ~ #slide11,
#s12:checked ~ #slide12,
#s13:checked ~ #slide13,
#s14:checked ~ #slide14,
#s15:checked ~ #slide15, 

#s21:checked ~ #slide21,
#s22:checked ~ #slide22,
#s23:checked ~ #slide23,
#s24:checked ~ #slide24,
#s25:checked ~ #slide25, 

#s31:checked ~ #slide31,
#s32:checked ~ #slide32,
#s33:checked ~ #slide33,
#s34:checked ~ #slide34,
#s35:checked ~ #slide35, 

#s41:checked ~ #slide41,
#s42:checked ~ #slide42,
#s43:checked ~ #slide43,
#s44:checked ~ #slide44,
#s45:checked ~ #slide45, 

#s51:checked ~ #slide51,
#s52:checked ~ #slide52,
#s53:checked ~ #slide53,
#s54:checked ~ #slide54,
#s55:checked ~ #slide55, 

#s61:checked ~ #slide61,
#s62:checked ~ #slide62,
#s63:checked ~ #slide63,
#s64:checked ~ #slide64,
#s65:checked ~ #slide65, 

#s71:checked ~ #slide71,
#s72:checked ~ #slide72,
#s73:checked ~ #slide73,
#s74:checked ~ #slide74,
#s75:checked ~ #slide75, 

#s81:checked ~ #slide81,
#s82:checked ~ #slide82,
#s83:checked ~ #slide83,
#s84:checked ~ #slide84,
#s85:checked ~ #slide85, 

#s91:checked ~ #slide91,
#s92:checked ~ #slide92,
#s93:checked ~ #slide93,
#s94:checked ~ #slide94,
#s95:checked ~ #slide95, 

#s101:checked ~ #slide101,
#s102:checked ~ #slide102,
#s103:checked ~ #slide103,
#s104:checked ~ #slide104,
#s105:checked ~ #slide105,

#s111:checked ~ #slide111,
#s112:checked ~ #slide112,
#s113:checked ~ #slide113,
#s114:checked ~ #slide114,
#s115:checked ~ #slide115,

#s121:checked ~ #slide121,
#s122:checked ~ #slide122,
#s123:checked ~ #slide123,
#s124:checked ~ #slide124,
#s125:checked ~ #slide125,

#s131:checked ~ #slide131,
#s132:checked ~ #slide132,
#s133:checked ~ #slide133,
#s134:checked ~ #slide134,
#s135:checked ~ #slide135,

#s141:checked ~ #slide141,
#s142:checked ~ #slide142,
#s143:checked ~ #slide143,
#s144:checked ~ #slide144,
#s145:checked ~ #slide145


{
  box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2);
  transform: translate3d(0%, 0, 0px);
}

/* Next Slide */
#s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide4,
#s4:checked ~ #slide5,
#s5:checked ~ #slide1,

#s01:checked ~ #slide02,
#s02:checked ~ #slide03,
#s03:checked ~ #slide04,
#s04:checked ~ #slide05,
#s05:checked ~ #slide01,

#s11:checked ~ #slide12,
#s12:checked ~ #slide13,
#s13:checked ~ #slide14,
#s14:checked ~ #slide15,
#s15:checked ~ #slide11,

#s21:checked ~ #slide22,
#s22:checked ~ #slide23,
#s23:checked ~ #slide24,
#s24:checked ~ #slide25,
#s25:checked ~ #slide21,

#s31:checked ~ #slide32,
#s32:checked ~ #slide33,
#s33:checked ~ #slide34,
#s34:checked ~ #slide35,
#s35:checked ~ #slide31,

#s41:checked ~ #slide42,
#s42:checked ~ #slide43,
#s43:checked ~ #slide44,
#s44:checked ~ #slide45,
#s45:checked ~ #slide41,

#s51:checked ~ #slide52,
#s52:checked ~ #slide53,
#s53:checked ~ #slide54,
#s54:checked ~ #slide55,
#s55:checked ~ #slide51,

#s61:checked ~ #slide62,
#s62:checked ~ #slide63,
#s63:checked ~ #slide64,
#s64:checked ~ #slide65,
#s65:checked ~ #slide61,

#s71:checked ~ #slide72,
#s72:checked ~ #slide73,
#s73:checked ~ #slide74,
#s74:checked ~ #slide75,
#s75:checked ~ #slide71,

#s81:checked ~ #slide82,
#s82:checked ~ #slide83,
#s83:checked ~ #slide84,
#s84:checked ~ #slide85,
#s85:checked ~ #slide81,

#s91:checked ~ #slide92,
#s92:checked ~ #slide93,
#s93:checked ~ #slide94,
#s94:checked ~ #slide95,
#s95:checked ~ #slide91,

#s101:checked ~ #slide102,
#s102:checked ~ #slide103,
#s103:checked ~ #slide104,
#s104:checked ~ #slide105,
#s105:checked ~ #slide101,

#s111:checked ~ #slide112,
#s112:checked ~ #slide113,
#s113:checked ~ #slide114,
#s114:checked ~ #slide115,
#s115:checked ~ #slide111,

#s121:checked ~ #slide122,
#s122:checked ~ #slide123,
#s123:checked ~ #slide124,
#s124:checked ~ #slide125,
#s125:checked ~ #slide121,

#s131:checked ~ #slide132,
#s132:checked ~ #slide133,
#s133:checked ~ #slide134,
#s134:checked ~ #slide135,
#s135:checked ~ #slide131,

#s141:checked ~ #slide142,
#s142:checked ~ #slide143,
#s143:checked ~ #slide144,
#s144:checked ~ #slide145,
#s145:checked ~ #slide141

{
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(80%, 0, -720px);
}


/* Next to Next Slide */
#s1:checked ~ #slide3,
#s2:checked ~ #slide4,
#s3:checked ~ #slide5,
#s4:checked ~ #slide1,
#s5:checked ~ #slide2,

#s01:checked ~ #slide03,
#s02:checked ~ #slide04,
#s03:checked ~ #slide05,
#s04:checked ~ #slide01,
#s05:checked ~ #slide02,

#s11:checked ~ #slide13,
#s12:checked ~ #slide14,
#s13:checked ~ #slide15,
#s14:checked ~ #slide11,
#s15:checked ~ #slide12,

#s21:checked ~ #slide23,
#s22:checked ~ #slide24,
#s23:checked ~ #slide25,
#s24:checked ~ #slide21,
#s25:checked ~ #slide22,

#s31:checked ~ #slide33,
#s32:checked ~ #slide34,
#s33:checked ~ #slide35,
#s34:checked ~ #slide31,
#s35:checked ~ #slide32,

#s41:checked ~ #slide43,
#s42:checked ~ #slide44,
#s43:checked ~ #slide45,
#s44:checked ~ #slide41,
#s45:checked ~ #slide42,

#s51:checked ~ #slide53,
#s52:checked ~ #slide54,
#s53:checked ~ #slide55,
#s54:checked ~ #slide51,
#s55:checked ~ #slide52,

#s61:checked ~ #slide63,
#s62:checked ~ #slide64,
#s63:checked ~ #slide65,
#s64:checked ~ #slide61,
#s65:checked ~ #slide62,

#s71:checked ~ #slide73,
#s72:checked ~ #slide74,
#s73:checked ~ #slide75,
#s74:checked ~ #slide71,
#s75:checked ~ #slide72,

#s81:checked ~ #slide83,
#s82:checked ~ #slide84,
#s83:checked ~ #slide85,
#s84:checked ~ #slide81,
#s85:checked ~ #slide82,

#s91:checked ~ #slide93,
#s92:checked ~ #slide94,
#s93:checked ~ #slide95,
#s94:checked ~ #slide91,
#s95:checked ~ #slide92,

#s101:checked ~ #slide103,
#s102:checked ~ #slide104,
#s103:checked ~ #slide105,
#s104:checked ~ #slide101,
#s105:checked ~ #slide102,

#s111:checked ~ #slide113,
#s112:checked ~ #slide114,
#s113:checked ~ #slide115,
#s114:checked ~ #slide111,
#s115:checked ~ #slide112,

#s121:checked ~ #slide123,
#s122:checked ~ #slide124,
#s123:checked ~ #slide125,
#s124:checked ~ #slide121,
#s125:checked ~ #slide122,

#s131:checked ~ #slide133,
#s132:checked ~ #slide134,
#s133:checked ~ #slide135,
#s134:checked ~ #slide131,
#s135:checked ~ #slide132,

#s141:checked ~ #slide143,
#s142:checked ~ #slide144,
#s143:checked ~ #slide145,
#s144:checked ~ #slide141,
#s145:checked ~ #slide142

{
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(180%, 0, -1600px);
}

/* Previous to Previous Slide */
#s1:checked ~ #slide4,
#s2:checked ~ #slide5,
#s3:checked ~ #slide1,
#s4:checked ~ #slide2,
#s5:checked ~ #slide3,

#s01:checked ~ #slide04,
#s02:checked ~ #slide05,
#s03:checked ~ #slide01,
#s04:checked ~ #slide02,
#s05:checked ~ #slide03,

#s11:checked ~ #slide14,
#s12:checked ~ #slide15,
#s13:checked ~ #slide11,
#s14:checked ~ #slide12,
#s15:checked ~ #slide13,

#s21:checked ~ #slide24,
#s22:checked ~ #slide25,
#s23:checked ~ #slide21,
#s24:checked ~ #slide22,
#s25:checked ~ #slide23,

#s31:checked ~ #slide34,
#s32:checked ~ #slide35,
#s33:checked ~ #slide31,
#s34:checked ~ #slide32,
#s35:checked ~ #slide33,

#s41:checked ~ #slide44,
#s42:checked ~ #slide45,
#s43:checked ~ #slide41,
#s44:checked ~ #slide42,
#s45:checked ~ #slide43,

#s51:checked ~ #slide54,
#s52:checked ~ #slide55,
#s53:checked ~ #slide51,
#s54:checked ~ #slide52,
#s55:checked ~ #slide53,

#s61:checked ~ #slide64,
#s62:checked ~ #slide65,
#s63:checked ~ #slide61,
#s64:checked ~ #slide62,
#s65:checked ~ #slide63,

#s71:checked ~ #slide74,
#s72:checked ~ #slide75,
#s73:checked ~ #slide71,
#s74:checked ~ #slide72,
#s75:checked ~ #slide73,

#s81:checked ~ #slide84,
#s82:checked ~ #slide85,
#s83:checked ~ #slide81,
#s84:checked ~ #slide82,
#s85:checked ~ #slide83,

#s91:checked ~ #slide94,
#s92:checked ~ #slide95,
#s93:checked ~ #slide91,
#s94:checked ~ #slide92,
#s95:checked ~ #slide93,

#s101:checked ~ #slide104,
#s102:checked ~ #slide105,
#s103:checked ~ #slide101,
#s104:checked ~ #slide102,
#s105:checked ~ #slide103,

#s111:checked ~ #slide114,
#s112:checked ~ #slide115,
#s113:checked ~ #slide111,
#s114:checked ~ #slide112,
#s115:checked ~ #slide113,

#s121:checked ~ #slide124,
#s122:checked ~ #slide125,
#s123:checked ~ #slide121,
#s124:checked ~ #slide122,
#s125:checked ~ #slide123,

#s131:checked ~ #slide134,
#s132:checked ~ #slide135,
#s133:checked ~ #slide131,
#s134:checked ~ #slide132,
#s135:checked ~ #slide133,

#s141:checked ~ #slide144,
#s142:checked ~ #slide145,
#s143:checked ~ #slide141,
#s144:checked ~ #slide142,
#s145:checked ~ #slide143
 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(-180%, 0, -1600px);
}

/* Previous Slide */
#s1:checked ~ #slide5,
#s2:checked ~ #slide1,
#s3:checked ~ #slide2,
#s4:checked ~ #slide3,
#s5:checked ~ #slide4,

#s01:checked ~ #slide05,
#s02:checked ~ #slide01,
#s03:checked ~ #slide02,
#s04:checked ~ #slide03,
#s05:checked ~ #slide04,

#s11:checked ~ #slide15,
#s12:checked ~ #slide11,
#s13:checked ~ #slide12,
#s14:checked ~ #slide13,
#s15:checked ~ #slide14,

#s21:checked ~ #slide25,
#s22:checked ~ #slide21,
#s23:checked ~ #slide22,
#s24:checked ~ #slide23,
#s25:checked ~ #slide24,

#s31:checked ~ #slide35,
#s32:checked ~ #slide31,
#s33:checked ~ #slide32,
#s34:checked ~ #slide33,
#s35:checked ~ #slide34,

#s41:checked ~ #slide45,
#s42:checked ~ #slide41,
#s43:checked ~ #slide42,
#s44:checked ~ #slide43,
#s45:checked ~ #slide44,

#s51:checked ~ #slide55,
#s52:checked ~ #slide51,
#s53:checked ~ #slide52,
#s54:checked ~ #slide53,
#s55:checked ~ #slide54,

#s61:checked ~ #slide65,
#s62:checked ~ #slide61,
#s63:checked ~ #slide62,
#s64:checked ~ #slide63,
#s65:checked ~ #slide64,

#s71:checked ~ #slide75,
#s72:checked ~ #slide71,
#s73:checked ~ #slide72,
#s74:checked ~ #slide73,
#s75:checked ~ #slide74,

#s81:checked ~ #slide85,
#s82:checked ~ #slide81,
#s83:checked ~ #slide82,
#s84:checked ~ #slide83,
#s85:checked ~ #slide84,

#s91:checked ~ #slide95,
#s92:checked ~ #slide91,
#s93:checked ~ #slide92,
#s94:checked ~ #slide93,
#s95:checked ~ #slide94,

#s101:checked ~ #slide105,
#s102:checked ~ #slide101,
#s103:checked ~ #slide102,
#s104:checked ~ #slide103,
#s105:checked ~ #slide104,

#s111:checked ~ #slide115,
#s112:checked ~ #slide111,
#s113:checked ~ #slide112,
#s114:checked ~ #slide113,
#s115:checked ~ #slide114,

#s121:checked ~ #slide125,
#s122:checked ~ #slide121,
#s123:checked ~ #slide122,
#s124:checked ~ #slide123,
#s125:checked ~ #slide124,

#s131:checked ~ #slide135,
#s132:checked ~ #slide131,
#s133:checked ~ #slide132,
#s134:checked ~ #slide133,
#s135:checked ~ #slide134,

#s141:checked ~ #slide145,
#s142:checked ~ #slide141,
#s143:checked ~ #slide142,
#s144:checked ~ #slide143,
#s145:checked ~ #slide144
{
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(-80%, 0, -720px);
}

/*gallery*/


/*Visitors*/

.visitors-section{
    padding: 70px 0 100px;
}
.visitors-section .visitors-heading{
    background: #fff;
    text-align: center;
    padding: 20px 0px 40px 0;
}
.visitors-section .visitors-heading span{
    color: #000; 
    display: block;
    font-size: 26px;
    margin: 0 0 8px;
    font-weight: 300;
    text-transform: uppercase;   
}
.visitors-section .visitors-heading h2{
    color:  #000;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 40px;
    padding: 0 0 6px;
    position: relative;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Tajawal', sans-serif;
}
.visitors-section .visitors-heading h2:after{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    content: "";
    position: absolute;
    background: #73ae30;
}
.visitors-section .visitors-columns{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
}
.visitors-section .visitors-columns .column{
    width: 33.3%;
    padding: 0 22px;
}
.visitors-section .visitors-columns .column img{
    display: block;
    width: 100%;
}
.visitors-slider div{
    margin: 0 15px;
}
.visitors-slider .slick-prev:before,
.visitors-slider .slick-next:before{
    /*color: #60a153 !important;*/
    font-size: 20px !important;
    opacity: 1 !important;
}
.slick-prev, .slick-next
{
    width:40px!important;
    height:40px!important;
    background:#60a153 !important;
    border-radius:100%!important;
}





/*visitors*/

/*awards*/

.awards-section{
    padding: 100px 0 0;
    background: #ebf7e9;
    position: relative;
}
.award-container{
    max-width: 1600px;
    margin: 0 auto;
}
.awards-section:after{
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    height: 440px;
    content: "";
    opacity: .4;
    position: absolute;
    background: url(../images/home/vector-back.png) no-repeat;
    background-size: 100% 100%; 
}
.awards-section:before{
    left: 0;
    bottom: 0;
    width: 750px;
    height: 560px;
    content: "";
    opacity: .4;
    position: absolute;
    background: url(../images/home/award-vector.png) no-repeat;
    background-size: 100% 100%; 
}
.awards-section .awards-heading{
    text-align: center;
}
.awards-section .awards-heading h2{
    color:  #000;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 0 6px;
    position: relative;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Tajawal', sans-serif;
}
.awards-section .awards-heading h2:after{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    content: "";
    position: absolute;
    background: #73ae30;
}
.awards-section .awards-columns{
    z-index: 9;
    overflow: hidden;
    position: relative;
    padding: 30px 20px 50px;
}
.awards-section .awards-columns .column-last{
    float: right;
    width: 340px;
}
.awards-section .awards-columns .column-first{
    margin: 0 20px 0 0;
    float: right;
}
.awards-section .awards-columns .column-last .img-holder,
.awards-section .awards-columns .column-first .img-holder{
    position: relative;
    border-radius: 20px;
    margin: 0 0 20px;
    display: inline-block;
    vertical-align: top;
}
.awards-section .awards-columns .column-last .img-holder:after,
.awards-section .awards-columns .column-first .img-holder:after{
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: transparent;
    border: 4px solid #a2cda2;
    border-radius: 20px;
}
.awards-section .awards-columns .column-last .img-holder img,
.awards-section .awards-columns .column-first .img-holder img{
    border-radius: 20px;
    position: relative;
    z-index: 9;
}
.awards-heading {
    padding: 0 0 50px 0;
}
/*awards*/

/*NEWs Section*/

#news-slider{
    margin-top: 80px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    height:580px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    height: 250px;
    border-radius: 10px;
    margin: 0 0 20px 0 !important;
}
.post-slide .post-img img{
    width: 100%;
    height: 100%;
    transform: scale(1,1);
    object-fit: cover;
    object-position: top;
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: rgba(122,170,85,.8);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
    height: 100%;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    color:#333;
    font-size:15px;
    margin: 0 0 10px;
    font-weight:bold;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 16px 20px;
    float: right;
    font-size: 12px;
    background: #79a15b;
    color: #ffffff;
    line-height: 1;
    margin: -10px 0 0;
    /*box-shadow: 0px 10px 20px -10px #1376c5;*/
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #60a153;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
.features-box{
    border: solid 3px #6ea25185;
    padding: 0px 0 0px 18px;
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

.media-section{
    padding: 70px 0;
}
.media-section h2{
    color:  #000;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 0 6px;
    position: relative;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Tajawal', sans-serif;
}
.media-section h2:after{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    content: "";
    position: absolute;
    background: #73ae30;
}
.media-section .news-head{
    text-align: center;
}

/*News section*/


/* flip the picture when hover */
    
.column-holder:hover .flipper,
.column-holder.hover .flipper {
    -webkit-transform: rotateY(180deg);
}

/* flip speed */

.flipper {
    z-index: 9;
    -webkit-transition: 1.5s;
    -webkit-transform-style: preserve-3d;
    position: relative;
}

.flipper.flipper-1 img{
    width:322px;
    height:396px;
    object-fit:cover;
    object-position:top;
}

.flipper.flipper-2 img{
    width:271px;
    height:333px;
    object-fit:cover;
    object-position:top;
}

.flipper.flipper-3 img{
    width:322px;
    height:396px;
    object-fit:cover;
    object-position:top;
}

.flipper.flipper-4 img{
    width:322px;
    height:396px;
    object-fit:cover;
    object-position:top;
}

.flipper.flipper-5 img{
    width:399px;
    height:245px;
    object-fit:cover;
    object-position:top;
}

.flipper.flipper-7 img{
    width:335px;
    height:406px;
    object-fit:cover;
    object-position:top;
}

.flipper.flipper-6 img{
    width:322px;
    height:217px;
    object-fit:cover;
    object-position:top;
}

/*.flipper > div {*/
/*    height: 220px;*/
/*    width: 255px;*/
/*}*/
/*.flipper > div > img{*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/
/* hide back  during flip */

.front,
.back {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
/* front placed above back */

.front {
    z-index: 2;
}
/* back, initially hidden */

.back {
    -webkit-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    /*background: #62a153;*/
    border-radius: 15px;
    font-size: 14px;
    height: 100%;
    text-align: center;
}
.back img{
    display: block;
    width: 100%;
}
.back strong{
    color: #fff;
    font-size: 26px;
    display: block;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: 'Tajawal', sans-serif;
}
.back p{
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
    line-height: 1.3;
}

.gallery-box{
    position: relative;
}
.gallery-box::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.gallery-box:hover::before {
    -webkit-animation: shine .95s;
    animation: shine .95s;
}
@-webkit-keyframes shine {
    100% {
        left: 25%;
    }
}
@keyframes shine {
    100% {
        left: 25%;
    }
}

.logo-list{
    top: 86px;
    margin: 0;
    padding: 0;
    left: 24px;
    z-index: 99;
    width: 462px;
    height: 570px;
    list-style: none;
    position: absolute;
}
.logo-list li{
    top: 85px;
    right: 10px;
    width: 80px;
    cursor: pointer;
    position: absolute;
}
.logo-list li img{
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.logo-list li:hover img{
    transform: scale(1.2);
}
.logo-list li:nth-child(2){
    top: 25px;
    right: 65px;;
}
.logo-list li:nth-child(3){
    top: -12px;
    right: 137px;
}
.logo-list li:nth-child(4){
    top: -19px;
    right: 217px;
}
.logo-list li:nth-child(5){
    top: 3px;
    right: 291px;
}
.logo-list li:nth-child(6){
    top: 49px;
    right: 352px;
}
.logo-list li:nth-child(7){
    top: 115px;
    right: 393px;
}
.logo-list li:nth-child(8){
    top: 192px;
    right: 408px;
}
.logo-list li:nth-child(9){
    top: 268px;
    right: 394px;
}
.logo-list li:nth-child(10){
    top: 339px;
    right: 350px;
    width: 80px;
}
.logo-list li:nth-child(11){
    top: 386px;
    right: 278px;
}
.logo-list li:nth-child(12){
    top: 405px;
    right: 195px;
}
.logo-list li:nth-child(13){
    top: 530px;
    right: 173px;
}
li.aos-init.new_img_logs_1.aos-animate {
    top: 389px;
    right: 113px;
}

li.aos-init.new_img_logs_2.aos-animate {
    top: 346px;
    right: 44px;
}

li.aos-init.new_img_logs_3.aos-animate {
    top: 283px;
    right: 0px;
}
.main-post-about.mobile{
    display: none;
}
.flat-features .row{
    display: flex;
    flex-wrap: wrap;
}
.flat-features .item-four-column{
    float: none !important;
    width: 25% !important;  
}
.flat-features .inner-features {
    height: 100%;
}


.owl-theme .owl-controls .owl-nav div.owl-prev,
.owl-theme .owl-controls .owl-nav div.owl-next{
    display: block !important;
    width: 40px;
    height: 40px;
    z-index: 9;
    border-radius: 100%;
    background: #60a153;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before,
.owl-theme .owl-controls .owl-nav div.owl-next:hover:before{
    color: #fff;
}

.modal-header{
    width: 100%;
    /*display: flex;*/
    padding: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #ebfbeb;
}
.modal-title{
    width: 100%;
    color: #000;
    font-size: 30px;
    background: -webkit-linear-gradient(#7cb22c, #4d9c43);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Tajawal', sans-serif;
}
.modal-body{
    background:#699a3e;
}
.modal-body p{
    color: #000;
    font-size: 15px;
    margin: 0 0 20px;
    text-align: center;
}

.modal-body strong{
    color: #000;
    display: block;
    width: 100%;
    font-size: 20px;
    margin: 10px 0 10px;
    text-align: center;
}
.modal-content{
    border-radius: 0;
}
.modal-dialog{
    top: 50%;
    left: 0;
    right: 0;
    overflow: auto;
    max-height: 400px;
    position: absolute;
    margin: -200px auto 0;
}


/* footer 
--------------------------------------------------------------*/

.footer {
    height: auto;
    margin: 100px 0 0;
    position: relative;
    background-color: var(--primary-color);
    background-image: url(../images/mask-back-ground/Mask-group-6.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer:after{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: url(../images/home/bg-footer.png) no-repeat 0 -110px;
    background-size: cover;
}
.footer .container{
    z-index: 99;
    position: relative;
}

/* top footer */

.footer .top-footer {
    position: absolute;
    right: 0;
    left: 0;
    top: -92px;
    margin-left: 1.4%;
    margin-right: 1.2%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.footer .top-footer-left {
    width: 25%;
    margin-left: -13px;
}

.footer .top-footer-right {
    width: 75%;
    margin-left: 5px;
}

.footer .logo-footer {
    padding: 31px 42px 31px 46px;
    background-color: var(--primary-color2);
    border-radius: 10px;
    margin-left: 3%;
    margin-right: 16px;
}

.footer .footer-contact-info {
    background-color: var(--primary-color3);
    border-radius: 10px;
    height: 122px;
    margin-right: -0.5%;
    margin-left: 10px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.footer .footer-contact-info .footer-info-item {
    width: 33.33333333%;
}


/* contact-location */

.footer .footer-contact-info .heading-16px-rubik {
    color: #525368;
}

.footer .footer-contact-info .location,
.phone-call,
.email {
    line-height: 122px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.footer .footer-contact-info .location {
    padding-left: 6.8%;
    padding-right: 30px;
}

.footer .footer-contact-info .phone-call {
    padding-left: 10.6%;
}

.footer .footer-contact-info .content-phone-call::before,
.footer .footer-contact-info .location::after {
    content: '';
    position: absolute;
    width: 1.8px;
    height: 52px;
    background-color: var(--primary-color);
    opacity: 0.4;
    right: 25.2%;
    border-radius: 20px;
    z-index: 2;
    top: 18%;
}

.footer .footer-contact-info .location::after {
    left: 49.8%;
}

.footer .footer-contact-info .email {
    padding-left: 18%;
}

.footer .content-location {
    padding: 41px 14px 0 14px
}

.footer .icon-location::before {
    content: '\f041';
    font-family: 'FontAwesome';
    font-size: 26px;
    padding: 6px 8px 8px 16px;
    line-height: 122px;
    color: var(--primary-color);
}


/* contact phone */

.footer .icon-phone-call::before {
    content: '\f095';
    font-family: 'FontAwesome';
    line-height: 122px;
    font-size: 28px;
    padding: 8px 0px 8px 23px;
    color: var(--primary-color);
}

.footer .content-phone-call {
    padding-top: 46px;
    padding-left: 17px;
}


/* contact email */

.footer .icon-email::before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    line-height: 122px;
    font-size: 26px;
    padding: 8px 9px 8px 11px;
    color: var(--primary-color);
    margin-left: -6px;
}

.footer .content-email {
    padding-top: 46px;
    padding-left: 6px;
}


/* list-footer */

.list-footer {
    padding-top: 144px;
    margin-left: -0.7%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.list-footer .footer-item {
    width: 33.3%;
}

.list-footer .widgets-about {
    padding-right: 25px;
    margin-left: 1.7%;
    padding-right: 5%;
}

.list-footer .heading-jost-20px {
    font-size: 20px;
    font-family: 'Tajawal', sans-serif;
    color: #ffff;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.list-footer .text-decs {
    padding-top: 42px;
    padding-right: 10px !important;
    color: #ffff;
}

.widgets-about .widgets-nav-social {
    padding-top: 37px;
    padding-left: 0.2%;
}

.widgets-about .widgets-nav-social .fa {
    font-size: 13px;
    padding: 10px 11px 10px 11px;
    color: white;
    border: solid 1px #668e33;
    background-color: #668e33;
    border-radius: 88px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-right: 20px;
}

.widgets-about .widgets-nav-social .fa.fa-facebook {
    padding: 10px 13px 10px 13px;
    border: solid 1px var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
}

.widgets-about .widgets-nav-social .fa:hover {
    color: #ffff;
    border: solid 1px var(--primary-color);
    background-color: var(--primary-color);
    transition: 0.5s;
}


/* widgets-menu-1 */

.widgets-menu-1 {
    margin-left: 11.1%;
}

.widgets-menu-1 .list-menu-1 {
    padding: 36px 18px 0 0;
    padding-top: 36px;
    padding-left: 18px;
    line-height: 44px;
}

.widgets-menu-1 .list-menu-1,
.list-menu-2 li {
    list-style: square !important;
    color: #a0a2a6 !important;
    margin-bottom: 12px;
}


/* widgets menu 2 */

.widgets-menu-2 {
    margin-left: -14.7%;
    margin-right: 30%;
}

.widgets-menu-2>.text-decs {
    font-family: 'Tajawal', sans-serif;
    font-weight: 300;
    font-size: 12px;
    padding-top: 47px;
    padding-left: 22px;
    line-height: 25px;
    letter-spacing: 0px;
}

.widgets-menu-2 .heading-menu2 {
   font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}

.list-footer .text-decs {
    padding-right: 20px;
}

.widgets-menu-2 .fa {
    padding-right: 5px;
}

.widgets-menu-2 .list-wrap {
    padding-bottom: 14px;
}

.widgets-menu-2 .entry-date {
    font-size: 12px;
    color: #e1e1e1;
}

.widgets-menu-2 .entry-date::before {
    padding-right: 10px;
    content: '\f073';
    font-size: 12px;
    font-family: 'FontAwesome';
}


/* widget-subcribe */

.widgets-subcribes {
    margin-left: -20.7%;
}

.widgets-subcribes .widgets-input-subcribes {
    position: relative;
    width: 98.9%;
    padding-top: 28px;
}

.widgets-subcribes .widgets-text-input {
    color: #ffff;
}

.widgets-subcribes .text-decs {
    padding-right: 5% !important;
}

.widgets-subcribes .widgets-text-input {
    border: solid 1px #ffff !important;
    padding: 35px 34px 33px 30px;
    border-radius: 65px;
    background-color: var(--primary-color);
}

.widgets-subcribes .widgets-text-input:hover {
    border: solid 1px var(--primary-color);
}

.widgets-subcribes .widgets-text-input::placeholder {
    color: #ffff;
   font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.widgets-subcribes .widgets-input-subcribes .fa{
    color: #ffff;
    font-size: 20px;
    padding: 20px;
    border-radius: 65px;
    background-color: var(--primary-color2);
    position: absolute;
    right: 0;
    margin-right: 5px;
    top: 33px;
    transition-duration: 0.5s;
}
.widgets-subcribes .widgets-input-subcribes svg{
    color: #ffff;
    /*font-size: 20px;*/
    padding: 20px;
    border-radius: 100%;
    background-color: var(--primary-color2);
    position: absolute;
    right: 6px;
    width: 60px;
    height: 60px;
    /*margin-right: 5px;*/
    top: 33px;
    /*transition-duration: 0.5s;*/
}

.widgets-subcribes .widgets-input-subcribes .fa:hover {
    background-color: var(--primary-color2);
    transition: 0.5s;
}


/* footer bottom */

.footer-bottom {
    padding-top: 62px;
}

.footer-bottom .copyright {
    border-top: solid 1px rgba(180, 174, 174, 0.212);
}

.footer-bottom .copyright-text {
    margin-top: 40px;
    margin-right: 1.8%;
    text-align: center;
    font-size: 15px;
    font-family: 'Tajawal', sans-serif;
    font-weight: 300;
    line-height: 19px;
    color: #ffff;
    letter-spacing: 0.5px;
    padding-bottom: 3.5%;
}


/* Mobile navigation
---------------------------------------- */

#mainnav-mobi {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: var(--primary-color3);
    z-index: 1000;
    left: 0;
    right: 0;
    overflow: scroll;
    height: 100% !important;
}

#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    cursor: pointer;
    border-bottom: solid 1px #0F42291A;
}

#mainnav-mobi ul>li>a {
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: var(--primary-color2);
    font-weight: 500;
}

#mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
}

#mainnav-mobi>ul>li>ul>li>ul>li a {
    padding-left: 45px !important;
}

#mainnav-mobi ul.sub-menu>li>a {
    display: block;
    text-decoration: none;
    padding: 0 30px;
    border-top-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#mainnav-mobi>ul>li>ul>li:first-child a {
    border-top: none;
}

#mainnav-mobi ul.sub-menu>li>a:hover,
#mainnav-mobi>ul>li>ul>li.active>a {
    color: var(--primary-color);
}

.btn-menu {
    display: none;
    float: right;
    position: relative;
    background: transparent;
    cursor: pointer;
    margin: 38px 0px 38px 20px;
    width: 26px;
    height: 25px;
    -webkit-transition: all ease 0.238s;
    -moz-transition: all ease 0.238s;
    transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
    background-color: #18ba60;
    -webkit-transition: all ease 0.238s;
    -moz-transition: all ease 0.238s;
    transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.btn-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.btn-menu:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
    opacity: 0;
}

.btn-menu.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
    position: absolute;
    right: 20px;
    top: 0;
    font: 20px/50px 'FontAwesome';
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

.btn-submenu:before {
    content: '\f107';
    color: var(--primary-color5);
}

.btn-submenu.active:before {
    content: '\f106';
}

.btn-menu {
    display: none;
}


/* GoTop
-------------------------------------------------------------- */

.go-top {
    position: fixed !important;
    right: -35px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border: 3px solid var(--primary-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    background-color: #668e33;
    /*background-color: var(--primary-color);*/
    line-height: 40px;
    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;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    opacity: 0;
    border: solid #fff 0.5px;
}

.go-top.show {
    right: 15px;
    bottom: 15px;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.go-top i {
    font-size: 16px;
    color: #ffff;
    font-weight: 600;
    vertical-align: middle;
}

.go-top:hover {
    background-color: var(--primary-color);
    border: 3px solid var(--primary-color2);
}

.slick-dots{
    display: flex;
}
.slick-dots li{
    width: 15px;
    height: 15px;
    background: #bbcca0;
    border-radius: 100%;
}
.slick-dots li.slick-active{
    background: #144210;
}
.slick-dots li button:before{
    display: none;
}

/* Preloader
-------------------------------------------------------------- */

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: #fbf8fa;
/*    -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;*/
}

.clear-loading {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.clear-loading img{
    width: 100%;
    height: 100%;
}

/*.loading-effect-2 {
    width: 100px;
    height: 100px;
}

.loading-effect-2>span,
.loading-effect-2>span:before,
.loading-effect-2>span:after {
    content: '';
    display: block;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading-effect-2>span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear;
}

.loading-effect-2>span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent;
}

.loading-effect-2>span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}*/
/*.spin-img{
    width: 100px;
    animation: flip 3s linear infinite;
}
@keyframes flip {
  50% { 
    transform: rotateX(180deg); 
  }
  100% { 
    transform: rotateY(180deg) ; 
  }
}*/

.modal-column .card{
    padding: 0 10px 40px;
    margin: 0 0 30px;
    background: #fff;
}


/* font */

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?xywzke');
    src: url('fonts/icomoon.eot?xywzke#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?xywzke') format('truetype'), url('fonts/icomoon.woff?xywzke') format('woff'), url('fonts/icomoon.svg?xywzke#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@media (max-width: 1300px){
    .flat-header-box .container{
        width: 100% !important;
        max-width: 100% !important;
    }
    .widgets-menu-2{
        margin-left: 0;
    }
    .flat-about .rotate-img img{
        width: 400px;
    }
    .logo-list li:nth-child(10),
    .logo-list li{
        width: 60px;
    }
    .logo-list li:nth-child(12){
        top: 196px;
        right: 59px;
    }
    .logo-list li:nth-child(13){
    top: 530px;
    right: 173px;
}
    .logo-list li:nth-child(11){
        top: 250px;
        right: 102px;
    }
    .logo-list li:nth-child(10){
        top: 283px;
        right: 170px;
        width: 60px;
    }
    .logo-list li:nth-child(9){
        top: 270px;
        right: 250px;
    }
    .logo-list li:nth-child(8){
        top: 228px;
        right: 312px;
    }
    .logo-list li:nth-child(7){
        top: 158px;
        right: 344px;
    }
    .logo-list li:nth-child(6){
        top: 84px;
        right: 340px;
    }
    .logo-list li{
        top: 60px;
        right: 65px;
    }
    .logo-list li:nth-child(2){
        top: 6px;
        right: 110px;
    }
    .logo-list li:nth-child(3){
        top: -17px;
        right: 178px;
    }
    .logo-list li:nth-child(4){
        top: -10px;
        right: 246px;
    }
    .logo-list li:nth-child(5){
        top: 30px;
        right: 306px;
    }
    .flat-about .rotate-img:after{
        width: 490px;
        height: 490px;
        left: 20px;
    }
    .about-section:after{
        top: -200px;
        height: 730px;
    }
}
@media (max-width:1199px){
    .btn{
        font-size: 16px !important;
        padding: 12px 20px !important;
    }
    .video-banner{
        height: 500px;
    }
    .item-four-column{
        width: 50%;
    }
    .flat-about .rotate-img:after{
        margin: 0 auto;
    }
    .row.about_1 .about-content{
        padding: 100px 0 0;
    }
    .about-section:after{
        top: 0;
    }
    .about-section:after{
        height: 754px;
    }
    .about-section .about-columns{
        padding: 170px 0 0;
    }
    .about-section .about-columns .column:first-child:after{
        top: -100px;
    }
    .companies-section .companies-columns .column{
        width: 33.3%;
    }
    #slider, #slider2, #slider3, #slider4, #slider5, #slider6, #slider7, #slider8, #slider9, #slider10, #slider11, #slider12, #slider13, #slider14, #slider15, #slider16 {
        width: 300px;
        height: 200px;
         left:0;
    }
    .gallery-section .gallery-holder .gallery-box{
        padding: 10px 40px;
    }
    .gallery-section .gallery-holder .gallery-box img{
        width: 100px;
    }
    .widgets-subcribes{
        margin: 0 !important;
    }
    .flat-about .rotate-img:after{
        width: 560px;
        height: 560px;
    }
    .flat-about .rotate-img img{
        width: 500px;
    }
    .flat-about .rotate-img:after{
        width: 600px;
        height: 600px;
        left: -50px;
    }
    .logo-list{
        left: 210px;
    }
    .logo-list li{
        top: 84px;
        width: 70px;
        right: 38px;
    }
    .logo-list li:nth-child(13){
    top: 530px;
    right: 173px;
}
    .logo-list li:nth-child(12){
        top: 262px;
        right: 23px;
    }
    .logo-list li:nth-child(11){
        top: 324px;
        right: 72px;
    }
    .logo-list li:nth-child(10){
        width: 70px;
        top: 363px;
        right: 147px;
    }
    .logo-list li:nth-child(9){
        top: 367px;
        right: 236px;
    }
    .logo-list li:nth-child(8){
        top: 330px;
        right: 316px;
    }
    .logo-list li:nth-child(7){
        top: 257px;
        right: 371px;
    }
    .logo-list li:nth-child(6){
        top: 168px;
        right: 385px;
    }
    .logo-list li:nth-child(5){
        top: 83px;
        right: 358px;
    }
    .logo-list li:nth-child(4){
        top: 24px;
        right: 297px;
    }
    .logo-list li:nth-child(3){
        top: 16px;
        right: 111px;
    }
    .logo-list li:nth-child(2){
        top: -4px;
        right: 206px;
    }
    .flat-features .item-four-column{
        width: 50% !important;
    }
    #mainnav .menu>li>a{
        margin: 0 12px;
    }
    #header .header-wrap-home1 .col-md-8{
        width: 60% !important;
    }
    .about-section.sub-section .about-columns{
        padding: 0;
    }
    .hovereffect{
        height: 230px;
    }
}
@media (max-width: 991px){
    .header-wrap-home1 .col-md-2,
    .header-wrap-home1 .col-md-8{
        width: 100%;
    }
    .btn-menu{
        margin: 0;
    }
    .about-section:after{
        height: 100%;
        background-size: cover;
    }
    #slider, #slider2, #slider3, #slider4, #slider5, #slider6, #slider7, #slider8, #slider9, #slider10, #slider11, #slider12, #slider13, #slider14, #slider15, #slider16{
        width: 240px;
        height: 160px;
         left:0;
    }
    .awards-section:before{
        width: 300px;
        height: 300px;
    }
    .logo-list{
        left: 102px;
    }
    .about-section .about-columns .column{
        width: 100%;
    }
    .about-section .about-columns{
        flex-direction: column-reverse;
    }
    .about-section .about-columns .column{
        padding: 0 0 40px;
    }
    .about-section .about-columns .column .rotate-img{
        margin: 0 auto;
    }
    .companies-section{
        padding: 60px 0;
    }
    .companies-section .companies-columns .column{
        width: 50%;
    }
    .footer .content-phone-call{
        padding-left: 10px;
    }
    .footer .icon-phone-call::before{
        padding: 8px 0px 8px 10px;
        font-size: 24px;
    }
    .footer .footer-contact-info .content-phone-call::before, .footer .footer-contact-info .location::after{
        top: 21%;
    }
    .list-footer.wow.fadeInUp{
        margin-top: 140px !important;
    }
    .list-footer .text-decs{
        padding-top: 10px;
    }
    .widgets-menu-1 .list-menu-1{
        padding-top: 0;
    }
    .visitors-section .visitors-columns .column{
        padding: 0 6px;
    }
    .visitors-section .visitors-columns{
        margin: 0 -6px;
    }
    .back{
        padding: 10px;
    }
    .back strong{
        font-size: 20px;
        margin: 0 0 8px;
    }
    .back p{
        font-size: 12px;
        margin: 0;
    }
    .video-banner{
        height: auto;
    }
    .video-banner video{
        width: 100%;
    }
    body{
        overflow: hidden;
    }
    #header .header-wrap-home1 .col-md-2{
        width: auto !important;
    }
    #header .header-wrap-home1{
        padding: 20px !important;
        justify-content: space-between;
    }
    #header .header-wrap-home1 .col-md-8{
        width: auto !important;
    }
    
    #header .header-wrap-home1 .button>.btn{
        margin: 0 40px 0 0;
    }
    .hovereffect{
        paddin: 0;
    }
}
@media (max-width: 800px){
    .visitors-slider .slick-prev{
        left: 0 !important;
    }
    .visitors-slider .slick-next{
        right: 0 !important;
    }
}
@media (max-width: 767px){
    .post-slider{
        height:800px;
    }
    .top-header1 .top-bar-right{
        display: none;
    }
    .video-banner .banner-text h1{
        font-size: 30px;
        max-width: 70%;
        margin: 0 auto;
    }
    .flat-about .rotate-img img{
        width: 420px;
        margin: -6px 0 0 40px;
    }
    .flat-about .rotate-img:after{
        width: 520px;
        height: 520px;
        left: -3px;
        top: 23px;
    }
    #slider, #slider2, #slider3, #slider4, #slider5, #slider6, #slider7, #slider8, #slider9, #slider10, #slider11, #slider12, #slider13, #slider14, #slider15, #slider16{
        width: 190px;
        height: 134px;
         left:0;
    }
    .gallery-section .gallery-holder .gallery-box img{
        width: 60px;
    }
    .gallery-section .gallery-holder .gallery-box{
        padding: 10px 20px;
    }
    .visitors-section .visitors-columns .column{
        width: 340px;
        margin: 0 auto 40px;
    }
    .back{
        padding: 20px;
    }
    .back strong{
        font-size: 30px;
        margin: 0 0 20px;
    }
    .back p{
        font-size: 16px;
    }
    .footer .top-footer{
        display: block !important;
    }
    .footer .top-footer-right{
        width: 100%;
    }
    .footer .footer-contact-info{
        height: auto;
        flex-wrap: wrap;
    }
    .footer .footer-contact-info .footer-info-item{
        width: 100%;
    }
    .footer .top-footer{
        position: static;
        margin: -140px 0 0;
    }
    .footer .icon-location::before,
    .footer .icon-phone-call::before,
    .footer .icon-email::before,
    .footer .footer-contact-info .location, .phone-call, .email{
        line-height: 1;
    }
    .footer .footer-contact-info .content-phone-call::before, .footer .footer-contact-info .location::after{
        display: none;
    }
    .footer .top-footer-left{
        width: 34%;
    }
    .footer .logo-footer{
        padding: 20px;
    }
    .footer .footer-contact-info .phone-call,
    .footer .footer-contact-info .location, .phone-call, .email{
        align-items: center;
        align-content: center;
        padding: 10px 30px;
    }
    .footer .content-email,
    .footer .content-location,
    .footer .content-phone-call{
        padding-top: 0;
    }
    .list-footer.wow.fadeInUp{
        margin-top: 30px !important;
    }
    .logo-list{
        margin: 11px 0 0;
    }
    .flat-about .rotate-img{
        overflow: hidden;
    }
    .flat-why-choose-us .flat-WCU-box:first-child, .top-header1 {
        margin-bottom: 0 !important;
    }
    #header .header-wrap-home1 .button>.btn{
        margin: 0 0 0 -15px;
    }
    .btn-menu{
        top: 12px;
    }
    .video-banner .banner-text{
        width: 100%;
    }
    .flat-about .rotate-img{
        padding: 60px 0;
    }
    .logo-list{
        left: -35px;
        right: 0;
        margin: 8px auto  0;
    }
    .logo-list li img{
        margin: 0 !important;
    }
    .logo-list li{
        width: 66px;
    }
.logo-list li:nth-child(13){
    top: 530px;
    right: 173px;
}
    .logo-list li:nth-child(12){
        top: 212px;
        right: 40px;
    }
    .logo-list li:nth-child(11){
        top: 271px;
        right: 75px;
    }
    .logo-list li:nth-child(10){
        top: 310px;
        right: 136px;
    }
    .logo-list li:nth-child(9){
        top: 312px;
        right: 221px;
    }
    .logo-list li:nth-child(8){
        top: 280px;
        right: 292px;
    }
    .logo-list li:nth-child(7){
        top: 216px;
        right: 336px;
    }
    .logo-list li:nth-child(6){
        top: 136px;
        right: 347px;
    }
    .logo-list li:nth-child(5){
        top: 62px;
        right: 315px;
    }
    .logo-list li:nth-child(4){
        top: 12px;
        right: 252px;
    }
    .logo-list li:nth-child(3){
        top: 29px;
        right: 102px;
    }
    .logo-list li:nth-child(2){
        top: 0px;
        right: 176px;
    }
    .logo-list li{
        top: 80px;
        right: 48px;
    }
    .modal-dialog{
        width: 90%;
        max-height: 300px;
        margin: -150px auto 0;
    }
    .flat-features .item-four-column{
        width: 100% !important;
    }
    .card-body{
        paddin: 0;
    }
    .hovereffect{
        padding: 20px;
        height: auto;
    }
}
@media (max-width: 575px){
    .top-header1 .top-location{    
        margin-right: 6px;}
    .top-header1 .top-location, .top-mail {
        font-size: 13px;}
        .top-header .top-location, .top-mail {
    font-size: 13px;}
    .about-section .about-columns .column .rotate-img:after{
        width: 320px;
        height: 320px;
    }
    .about-section .about-columns .column .rotate-img img{
        width: 200px;
    }
    .about-section .about-columns .column .rotate-img{
        width: 330px;
        height: 330px;
    }
    .about-section .about-columns .column .rotate-img:after{
        width: 280px;
        height: 280px;
        top: 30px;
        left: 30px;
    }
    .about-section .about-columns .column .img-holder .name{
        font-size: 32px;
        margin: 0 0 10px;
    }
    .about-section .about-columns .column .img-holder span{
        font-size: 16px;
    }
    h2{
        font-size: 40px !important;
    }
    .companies-section .companies-columns .column{
        width: 100%;
    }
    .gallery-section .gallery-holder:after{
        display: none;
    }
    .gallery-section .gallery-holder .gallery-box img{
        width: 100px;
        position: relative;
        left: -50px;
    }
    .gallery-section .gallery-holder .gallery-box{
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .gallery-box::before{
        position: static;
    }
    .gallery-section .gallery-holder .gallery-box:after{
        display: none;
    }
    #slider, #slider2, #slider3, #slider4, #slider5, #slider6, #slider7, #slider8, #slider9, #slider10, #slider11, #slider12, #slider13, #slider14, #slider15, #slider16{
        width: 160px;
        height: 124px;
        margin: 30px auto 0;
        perspective: 1100px;
        left:0;
    }
    .awards-section{
        padding: 50px 0 0;
    }
    .flat-about .rotate-img img{
        width: 240px;
        margin: 0 auto;
    }
    .flat-about .rotate-img:after{
        width: 230px;
        height: 230px;
        top: 52px;
        left: -6px;
    }
    #header .logo-header{
        line-height: 76px;
    }
    #header .logo-header img{
        height: auto !important;
    }
    /*#header .header-wrap-home1 .button>.btn{*/
    /*    margin: 0 0 0 -85px;*/
    /*}*/
    .row.about_1 .about-content{
        padding: 50px 0 0;
    }
    .flat-about .section-title{
        font-size: 40px;
        padding: 10px 10px 10px 0;
    }
    .flat-about .section-desc{
        font-size: 16px;
        padding: 0 0 20px;
    }
    .gallery-section .gallery-holder .gallery-box{
        background-size: cover !important;
    }
    #news-slider{
        margin-top: 0;
    }
    .media-section{
        padding: 50px 0;
    }
    .partners-section{
        padding: 50px 0 100px;
    }
    .footer .top-footer-left{
        width: 50%;
    }
    .footer .top-footer{
        top: -125px;
    }
    .post-slide .post-img{
        margin: 0;
        margin-left: 0;
    }
    .post-slide .post-title a{
        font-size: 20px;
        margin: 10px 0;
    }
    .video-banner .banner-text{
        top: 40px;
    }
    .video-banner .banner-text h1{
        width: 80%;
        font-size: 22px;
    }
    .logo-list li{
        width: 38px;
    }
.logo-list li:nth-child(13){
    top: 530px;
    right: 173px;
}
    .logo-list li:nth-child(12){
        top: 97px;
        right: 184px;
    }
    .logo-list li:nth-child(11){
        top: 133px;
        right: 205px;
    }
    .logo-list li:nth-child(10){
        top: 158px;
        right: 243px;
        width: 38px;
    }
    .logo-list li:nth-child(9){
        top: 160px;
        right: 290px;
    }
    .logo-list li:nth-child(8){
        top: 142px;
        right: 331px;
    }
    .logo-list li:nth-child(7){
        top: 106px;
        right: 355px;
    }
    .logo-list li:nth-child(6){
        top: 60px;
        right: 362px;
    }
    .logo-list li:nth-child(5){
        top: 18px;
        right: 344px;
    }
    .logo-list li:nth-child(4){
        top: -12px;
        right: 310px;
    }
    .logo-list li:nth-child(3){
        top: -20px;
        right: 268px;
    }
    .logo-list li:nth-child(2){
        top: -5px;
        right: 226px;
    }
    .logo-list li{
        top: 26px;
        right: 192px;
    }
    .logo-list{
        height: auto;
        left: 65px;
        display: none;
    }
    .main-post-about.mobile{
        display: block;
    }
    .main-post-about.desktop{
        display: none;
    }
    
   .btn{
       margin: 0 40px 0 0 !important;
       font-size: 14px !important;
       padding: 10px !important;
   }
   .btn-menu{
       top: 9px;
   }
    #lang {
        width: 60px;
        margin: 0;
        height: 33px;
        position: absolute;
        top: 6px;
        right: 10px;
        padding: 5px;
        text-align: center;
        font-size: 10px !important;
    }
    #header .header-wrap-home1{
        padding: 0px 0 !important;
    }
}
/*@media (max-width: 499px){
    .logo-list{
        height: auto;
        left: 20px;
    }

}
@media (max-width: 400px){
    .logo-list{
        height: auto;
        left: 0px;
    }

}*/