/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

body {
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #fff;
    color: #fff;
    font: 14px 'JF-Flat', sans-serif;
    line-height: 1.6em;
    position: relative;
}

@font-face {
    font-family: 'JF-Flat';
    src: url('../fonts/Tajawal-Light.ttf');
    src: url('../fonts/Tajawal-Regular.ttf'),
    url('../fonts/Tajawal-Bold.ttf'),
    url('../fonts/JF-Flat-regular.svg#JF-Flat-regular') format('svg');
}

textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
}

textarea:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
}

textarea:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}

::-webkit-scrollbar {
    width: 0px;
}

a, button, img{
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

a{
    display: inline-block;
}

a, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 10px 0;
}

p{
    line-height: 30px;
}

.color_green{
    color: #5bb12d !important;
}

.color_red{
    color: #f00 !important;
}

.color_black{
    color: #363636 !important;
}

button{
    padding: 5px 10px;
    cursor: pointer;
}

.btn_button {
    padding: 10px 20px;
    font-size: 16px;
    margin: 10px 0;
    display: inline-block;
    /*width: 120px;*/
    text-align: center;
}

.btn_button:hover {
    background-color: #121212;
    border: 1px solid #121212;
}

.btn_default{
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #363636;
}

.btn_dark{
    background-color: #6ba02b;
    border: 1px solid #6ba02b;
    color: #fff;
}

.selector {
    position: relative;
    margin: auto;
    display: inline-block;
}

.selector select{
    color: #747474;
    width: 100%;
    padding: 17px;
    border-radius: 0px;
    margin: 7px 0;
    font-size: 15px;
    transition: 0.5s;
    border: 1px solid #DDD;
}

.selector i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #747474;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
}

input{
    width: 100%;
    padding: 17px;
    border-radius: 0px;
    margin: 7px 0;
    font-size: 15px;
    transition: 0.5s;
    border: 1px solid #DDD;
}

textarea{
    width: 100%;
    padding: 17px;
    border-radius: 0px;
    margin: 7px 0;
    font-size: 15px;
    resize: none;
    min-height: 150px;
    border: 1px solid #DDD;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: 0.3s;
}

input:focus,
textarea:focus{
    color: #D6B739;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

li{
    display: inline-block;
}

.back{
    transform: translateX(0px) !important;
}

.none{
    display: none;
}

.no-padding{
    padding: 0 !important
}

.body_section{
    min-height: 400px;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.Body_About{
    margin-top: 100px;
}

.font_style{
    text-align: center;
    display: table;
    padding-bottom: 11px;
    margin: 10px auto;
}

.animation_block{
    animation-name: scaling;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes scaling {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.Tab_mobile{
    display: none;
}

.over_hidden{
    overflow: hidden !important;
}

#map{
    width: 100%;
    height: 300px;
}

.width_100{
    width: 100% !important;
}

.flex_space{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_center{
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
}

.flex_row{
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.flex_column{
    flex-direction: column;
}

.flex_center{
    justify-content: center;
}

.flex_1{
    flex: 1;
}

.flex_2{
    flex: 2;
}

.flex_50{
    flex-basis: 50%;
}

/* Click Icon */

#nav-icon3 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 0;
    width: 50px;
    height: 40px;
    display: none;
    border-radius: 5px;
    margin: 0;
    z-index: 99999;
}

#nav-icon3 span{
    display: block;
    position: absolute;
    height: 3px;
    width: 28px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-color: #7cb99a;
}

#nav-icon3 span:nth-child(1) {
    top: 12px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 21px;
}

#nav-icon3 span:nth-child(4) {
    top: 31px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*--------------------------------------
*********** ANIMATION ***********
--------------------------------------*/

/*--------------------------------------
*********** ANIMATION ***********
--------------------------------------*/

.animate-box {
    position: relative;
    opacity: 0;
    transition: all 1.1s ease-in-out;
    -o-transition: all 1.1s ease-in-out;
    -moz-transition: all 1.1s ease-in-out;
    -webkit-transition: all 1.1s ease-in-out;
}

.animate-box.animated {
    opacity: 1;
}

.animated {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp, .fadeInLeft, .fadeInRight {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

/***/

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/***/

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/* start loading */

.loading {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
}


.loading .Img_Loading{
    margin: auto;
    max-width: 250px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    animation-name: translate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.loading .circle{
    z-index: 99;
}

@keyframes translate {
    from {transform: translateY(0px);}
    to {transform: translateY(-30px);}
}

/*  Slider Owl */

.owl-carousel{
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    direction: ltr;
}

#sync1,
#sync2{
    direction: ltr;
}

/* start snow */

.snow-container {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 77;
    pointer-events: none;
}

.snow {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation: snow linear infinite;
    animation: snow linear infinite;
}
.snow.foreground {
    background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png");
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}
.snow.foreground.layered {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
}
.snow.middleground {
    background-image: image-url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png");
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}
.snow.middleground.layered {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
.snow.background {
    background-image: image-url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png");
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}
.snow.background.layered {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
}

@-webkit-keyframes snow {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(15%, 100%, 0);
        transform: translate3d(15%, 100%, 0);
        opacity: 0;
    }
}

@keyframes snow {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(15%, 100%, 0);
        transform: translate3d(15%, 100%, 0);
        opacity: 0;
    }
}

/* Start Mode Page */

.Trans_X{
    transform: translateY(-50%) translateX(-100px) !important;
}

/* Start Header */

.head_up{
    position: relative !important;
}

.head_up .link_page li a{
    color: #5f5f5f !important;
}

.head_up .toggle_links{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(224,224,224,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(224,224,224,1);
    box-shadow: 0px 0px 5px 0px rgba(224,224,224,1);
}

.fix_top .link_page li a{
    color: #fff !important;
}

.fix_top .toggle_links li a{
    color: #5f5f5f !important;
}

.header {
    position: absolute;
    top: 10px;
    right: 0;
    width: 100%;
    z-index: 998;
    padding: 15px 20px;
    transition: 0.5s;
}

.header_head {
    position: relative;
    top: 0;
}

.header_after {
    padding: 20px 0;
    background-color: #191919;
    position: relative;
}

.header .row {
    align-items: center;
}

.logo img {
    max-width: 150px;
}


.emptyH {
    text-align: center;
    color: #F00;
    margin-top: 100px;
    font-size: 30px;
}

.link_page li a {
    padding: 15px;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    color: #FFF;
    display: flex;
    align-items: center;
    text-align: center;
}

.sponsor{
    height: 240px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-bottom: 1px solid #DDD;
}

.sponsor img{
    width: auto !important;
    height: auto !important;
    margin: auto;
    border: 0 !important;
    max-width: 210px !important;
}

.link_page li.active a, .link_page li a:hover{
    color: #55ab53;
}

.link_page li:hover .toggle_links{
    transform: translateX(50%) translateY(0px);
    opacity: 1;
    visibility: initial;
}

.toggle_links {
    position: absolute;
    background-color: #FFF;
    width: 200px;
    transform: translateX(50%) translateY(10px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    right: 50%;
    padding: 0;
}

.toggle_links li {
    display: block;
}

.toggle_links li a {
    color: #2c2c2c;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
}

/*.link_page li a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-color: #f3953e;*/
/*    height: 2px;*/
/*    width: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*    bottom: 0;*/
/*    transform: translateY(4px);*/
/*    transition: 0.5s;*/
/*}*/

/*.link_page li.active a:before,*/
/*.link_page li a:hover:before{*/
/*    transform: translateY(0px);*/
/*    width: 55px;*/
/*}*/

/* Start Banner-Image */

.banner_image{
    text-align: center;
    position: relative;
    width: 100%;
    /*height: 825px;*/
    overflow: hidden;
}

#owl_video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 9;
}

#owl_video img{
    height: 445px;
    width: 70%;
}

#owl_video .owl-dots{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

#owl_video .owl-dot{
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    background-color: #ddd;
    margin: 0 5px;
}

#owl_video .owl-dot.active{
    background-color: #121212;
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}

.bg_overlay{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-color: rgba(0, 0, 0, 0.7);
}

.section_info {
    position: absolute;
    z-index: 88;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 55px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.social_section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99;
    bottom: 50px;
    left: 50px;
}

.social_section li a {
    margin: 5px;
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 30px;
    width: 30px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.40);
    background-color: #6aa02b;
    border-radius: 15px;
    border-bottom: 2px solid #D6B739;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social_section li a:hover {
    color: #d4a83b;
    background-color: #FFF;
}

.Text_About h1 {
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 440px;
}

.text_length p{
    height: 435px;
    overflow-y: auto;
    margin-top: 0px;
}

#owl_video .owl-nav {
    position: absolute;
    top: 70%;
    transform: translateY(-70%);
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    display: none !important;
}

#owl_video .owl-nav div {
    width: 40px;
    height: 40px;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    border-radius: 50%;
    font-size: 20px;
}

.section_download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
    padding: 25px;
    margin-bottom: 10px;
}

.section_download div{
    flex-basis: 20%;
    text-align: center;
}

.section_download div:nth-child(2){
    flex-basis: 60%;
}

.section_download p {
    color: #888;
    font-size: 20px;
}

.section_download h4 {
    color: #6ba02b;
    font-weight: bold;
    flex-basis: 33.3%;
}

.Body_About .the_scheme{
    margin: 0px;
}

/* Start About Info */

.About_Info{
    padding: 120px 0;
    /*overflow: hidden;*/
}

.About_Info .row{
    flex-direction: row-reverse;
}

.Info_Text .text_title:before {
    content: "";
    position: absolute;
    background-color: #d4a83b;
    width: 10px;
    height: 10px;
    right: -10px;
    top: 17px;
    transform: rotate(45deg);
}

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

.Img_Info img{
    width: 100%;
    height: 400px;
}

.Info_Text {
    margin: 10px 0;
    /*overflow: hidden;*/
}

.Info_Text p {
    font-weight: bold;
    margin: 20px 0;
    font-size: 15px;
    color: #999999;
}

.text_title {
    position: relative;
    font-size: 30px;
    margin-bottom: 10px;
    padding: 0px 10px;
    color: #6ba02b;
}

/*.text_title:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-image: url(../img/shape.png);*/
/*    width: 114px;*/
/*    height: 110px;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    top: -33px;*/
/*    z-index: -1;*/
/*    left: 0;*/
/*}*/

.our_services{
    background-image: url(../img/vv.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 80px 0 !important;
}

#owl_item .owl-nav .owl-prev {
    right: 0px;
}

#owl_item .owl-nav .owl-next {
    left: 0;
}

#owl_item .owl-nav div {
    background-color: rgba(245, 198, 70,0.5);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.About_Title{
    margin: 80px 0;
    overflow: hidden;
}

.About_Title .Info_Text h3 {
    color: #6ba02b;
    font-size: 22px;
    font-weight: bold;
}

.About_Title .Info_Text p{
    color: #9f9f9f;
}

.developer_info .logo_section {
    background-color: #6ba02b;
    width: 60%;
    margin: 100px auto !important;
    padding: 30px;
}

.icon_box {
    margin-top: 15px;
    flex-basis: 10%;
    text-align: center;
}

.block_info{
    display: flex;
}

.icon_box i {
    color: #6ba02b;
    font-size: 40px;
}

.text_info {
    flex-basis: 90%;
    margin: 0px 10px;
}

.text_info h4{
    color: #121212;
}

.text_info p{
    color: #9f9f9f;
}

/* Start Section Info */

.Owner_developer{
    padding: 10px;
    text-align: center;
    padding-top: 60px;
}

.Owner_developer h3{
    color: #363636;
}

.Owner_developer .logo_section{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0;
}

.logo_section a img{
    margin: 10px 20px;
    transform: scale(1.3);
    max-width: 150px;
}

.logo_section h6 {
    color: #121212;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.over_img {
    position: relative;
}

.over_img:before {
    content: "";
    position: absolute;
    width: 70%;
    height: 450px;
    border: 10px solid #d4a83b;
    left: 40px;
    top: -40px;
    z-index: -1;
}

.click_video {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 450px;
    background-color: rgba(18, 56, 61,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #FFF;
}

.black_video img {
    width: 80%;
    height: 450px;
    margin: auto;
    display: table;
}

/* Start News */

.News_Info{
    background-image: url("../img/44.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 20px;
    position: relative;
    padding-bottom: 70px;
}

.News_Info .text_title {
    display: inline-block;
    padding: 10px 70px;
    background-color: rgba(18, 56, 61,0.5);
    font-size: 23px;
    color: #ffffff;
}

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

.Img_news {
    overflow: hidden;
    margin: 10px;
    position: relative;
    padding: 10px;
    border: 1px solid #DDD;
    background-color: #FFF;
    border-radius: 10px;
}

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

.img_slide span{
    background-color: #fff;
    color: #f00;
    padding: 5px 10px;
    position: absolute;
    top: 15px;
}

.Img_news img {
    width: 100%;
    height: 220px;
}

.Img_news .info_news {
    padding: 10px;
    text-align: center;
}

.info_news p{
    font-size: 16px;
    color: #9f9f9f;
}

.up_section_img{
    margin: 30px 0;
    overflow: hidden;
}

/* Start Start The Scheme */

.the_scheme {
    margin-top: 45px;
    overflow: hidden;
    padding: 30px 0;
}

.Info_Text h5 {
    color: #6ba02b;
    font-size: 30px;
    display: table;
    margin: auto;
    margin-bottom: 55px;
}

.Info_Text h5:before {
    content: "";
    position: absolute;
    background-image: url(../img/heading_topbg.png);
    width: 107px;
    height: 21px;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(180deg);
}

.after_img{
    width: 100%;
    max-width: 540px;
    margin: auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 75px;
}

/* start Content */

.content .row{
    flex-direction: row-reverse;
}

.content h4 {
    color: #363636;
    margin: 24px 0;
    font-size: 20px;
}

.content form {
    width: 80%;
}

.section_call {
    margin: 0px 0;
    overflow: hidden;
}

.section_call p {
    color: #9b9b9b;
}

.section_call h6 {
    color: #363636;
}

.form_model h4 {
    color: #363636;
    margin: 50px 0;
}

.form_model {
    text-align: center;
    overflow: hidden;
}

/* Start Gallaty */

.Gallary_Info{
    /*background-image: url("../img/444.jpg");*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    width: 100%;
    padding: 20px;
    position: relative;
    padding-top: 50px;
}

.Gallary_Info .img_slide img{
    width: 100%;
    height: 335px;
    border-radius: 5px;
}

#owl_gallary {
    margin-top: 55px;
}

#owl_gallary .owl-nav.disabled {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    z-index: 999;
    transform: translateY(-50%);
    padding: 0px 40px;
    font-size: 45px;
}

#owl_gallary .item p{
    position: absolute;
    width: 90%;
    margin: 0px auto;
    bottom: 30px;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 10px;
    color: #6ba02b;
    opacity: 0;
}

#owl_gallary .center .item p{
    opacity: 1;
}

#owl_gallary .owl-stage-outer{
    padding: 40px 0;
}

#owl_gallary .owl-item.active.center {
    transform: scale(1.2,1.1);
}

#owl_gallary .item img {
    transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
    -o-transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
    -ms-transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
    -moz-transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
    -webkit-transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
    opacity: 0.5;
}

#owl_gallary .center .item img {
    transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateY(0deg);
    opacity: 1;
}

#owl_gallary .item .over_think{
    display: none;
}

#owl_gallary .center .item .over_think{
    display: block;
}

#owl_gallary .center ~ .owl-item .item img {
    transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
    -o-transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
    -ms-transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
    -moz-transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
    -webkit-transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
}


/* Start Footer */

.footer {
    background-image: url("../img/bg-footer.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    padding-top: 50px;
    border-top: 1px solid #DDD;
    position: relative;
}

.footer .bg_overlay{
    background-color: rgba(54, 99, 21,0.7);
}

.footer .social_section {
    justify-content: inherit;
    position: relative;
    z-index: 99;
    bottom: 0;
    left: 0;
}

.end_section{
    position: relative;
    z-index: 999;
}

.over_footer h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
}

.over_footer h4:before {
    content: "";
    position: absolute;
    background-color: #d4a83b;
    width: 40px;
    height: 1px;
    right: 0;
    bottom: -15px;
}

.footer p {
    color: #fff;
    width: 85%;
    margin: 23px 0;
}

.over_footer p {
    margin: 10px 0;
    width: 100%;
}

.footer img {
    max-width: 150px;
}

.over_footer ul li a {
    color: #fff;
    padding: 0px 15px;
}

.over_footer ul{
    margin-top: 50px;
}

.under_contact p{
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #6aa02b;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
}

.under_contact p strong{
    font-size: 23px;
    color: #172a00;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 10px;
}

.under_contact, .footer #map{
    margin-top: 40px;
}

.footer #map {
    height: 200px;
}

.over_footer ul li {
    display: block;
    margin: 20px 0;
}

.end_footer{
    text-align: center;
    background-color: #6aa02b;
    border-top: 1px solid #121212;
    overflow: hidden;
}

.end_footer p{
    color: #fff;
}

/* Style Change */

.pop_img img {
    height: 300px;
    width: 100%;
}

.pop_img {
    overflow: hidden;
    position: relative;
    height: 300px;
    margin: 10px 0;
}

.pop_video h4{
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    background-color: rgba(255,255,255,0.5);
    padding: 12px;
    text-align: center;
    margin: 0;
    color: #19464d;
}

.pop_video a{
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    margin: auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #18444b;
    transform: translateY(-50%);
    font-size: 18px;
}

.gallary_home .sec_title {
    margin-bottom: 70px;
    margin-top: 70px;
}

.play_vid {
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    cursor: pointer;
    animation: pulse_two 1s infinite;
}

@-webkit-keyframes pulse_two {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    }
}

@keyframes pulse_two {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.pop_img:hover .pop_over{
    opacity: 1;
    transform: translateX(0%);
    visibility: initial;
}

.pop_over{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 71, 78, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.5s;
    transform: translateX(-200%);
    visibility: hidden;
    text-align: center;
}

.pop_over a{
    font-size: 30px;
    margin-top: 12px;
}

.social_media{
    position: fixed;
    bottom: 20px;
    z-index: 9999;
}

.social_media ul .twitter a{
    background-color: #1da1f2;
}

.social_media ul .whatsapp a{
    background-color: #4AC959;
}

.social_media ul .headphones a{
    background-color: #00a0ff;
}

.social_media ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.col_aps i{
    margin: 0px 5px;
}

.social_media ul li a{
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin: 5px 0;
    font-size: 20px;
}

.Info_home .About_Title{
    overflow: initial;
}

.Info_bog {
    position: relative;
    padding: 20px;
    padding-top: 60px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
}

.Info_bog:hover span{
    animation-name: translate;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.Info_bog span {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: auto;
    color: #ffffff;
    font-size: 35px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px 0px 25px 0px;
    border: 5px solid #e5e5e5;
    background-color: #5f8b40;
    transition: 0.5s;
}

.Info_bog h3 {
    color: #5f8b40;
    font-size: 22px;
}

.Info_bog p {
    color: #a5a5a5;
}

.bg_head{
    background-image: url("../img/vv.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}

.bg_head ul li a:before {
    content: "";
    background-color: #DDD;
    height: 1px;
    width: 14px;
    position: absolute;
    transform: rotate(-70deg) translateY(-50%);
    top: 50%;
}

.bg_head ul li:last-child a:before {
    display: none;
}

.bg_head ul li:last-child a {
    color: #6ba02b;
}

.bg_head ul li a {
    color: #FFF;
    margin: 10px;
    position: relative;
    font-size: 17px;
}

.bg_head ul {
    position: relative;
    z-index: 99;
}

.logo_section{
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, .40);
    padding: 60px 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.info_con{
    color: #9f9f9f;
    text-align: center;
    width: 40%;
    margin: 40px auto;
    font-size: 15px;
    margin-bottom: 10px;
}

.form_contact{
    margin: 40px 0;
}

.form_contact .black_video {
    text-align: center;
}

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

.form_contact .over_img:before {
    position: absolute;
    right: 90px;
    top: 50px;
    width: 300px;
    height: 450px;
    border: 10px solid #6ba02c;
    z-index: -1;
    content: "";
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
}

.form_contact form {
    position: relative;
    padding: 50px 30px;
    background-color: #42700d;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
    overflow: hidden;
    border-radius: 20px;
    border-bottom: 5px solid #D6B739;
    width: 50%;
    margin: auto;
    margin-bottom: 60px;
}

.form_contact form .btn_button {
    margin: 30px auto;
    display: table;
    width: 120px;
    margin-bottom: 0;
}

.form_contact form input, .form_contact form textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #cccccc;
    line-height: 20px;
    padding: 14px 20px;
    background-color: rgba(255, 255, 255, .10);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, .10);
    height: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 15px 0;
}

.form_contact form input::-webkit-input-placeholder, .form_contact form textarea::-webkit-input-placeholder {
    color:#fff;
}
.form_contact form input:-moz-placeholder, .form_contact form textarea::-webkit-input-placeholder {
    color:#fff;
}
.form_contact form input::-moz-placeholder, .form_contact form textarea::-webkit-input-placeholder {
    color:#fff;
}
.form_contact form input:-ms-input-placeholder, .form_contact form textarea::-webkit-input-placeholder {
    color:#fff;
}
.form_contact form input::-ms-input-placeholder, .form_contact form textarea::-webkit-input-placeholder {
    color:#fff;
}

.form_contact form input::placeholder, .form_contact form textarea::-webkit-input-placeholder {
    color:#fff;
}

.section_block_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin: 10px 0;
}

.over_icon {
    background-color: #fff;
    line-height: 90px;
    height: 100px;
    width: 100px;
    padding: 0px;
    margin: 0 auto 20px;
    border: 7px solid #6aa02b;
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.over_icon span {
    background: linear-gradient(to bottom right, rgba(0,0,0,0.25),#fff,#fff);
    font-size: 40px;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 0 2px rgba(0,0,0,0.25);
    display: block;
}

.over_icon:before,
.over_icon:after{
    content: '';
    background-color: #6aa02b;
    height: 20px;
    width: 7px;
    opacity: 0;
    transform: translateX(-50%) rotateY(180deg);
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: -1;
    transition: all 0.3s;
}
.over_icon:after{
    top: 0;
    background-color: #fff;
    height: 30px;
    width: 30px;
    border: 7px solid #6aa02b;
    border-radius: 50%;
    transform: translateX(-50%) rotateY(0);
}
.block_item:hover .over_icon:before{
    opacity: 1;
    transform: translateX(-50%) rotateY(0);
}
.block_item:hover .over_icon:after{
    opacity: 1;
    top: 120%;
}
.block_item .over_icon span{
    background: linear-gradient(to bottom right, rgba(0,0,0,0.25),#fff,#fff);
    font-size: 40px;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 0 2px rgba(0,0,0,0.25);
    display: block;
    text-align: center;
}
.block_item h4{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 0 0 0;
    margin: 0 0 10px;
    border-top: 7px solid rgba(0,0,0,0.1);
    border-radius: 35%;
    display: block;
    transition:all .3s ease 0.1s;
    text-align: center;
    color: #363636;
}
.block_item:hover h4{
    color: #6aa02b;
    border-top-color: #6aa02b;
}

.block_item .over_icon,
.block_item .over_icon:after{border-color: #6aa02b;}
.block_item .over_icon:before{background-color: #6aa02b;}
.block_item:hover .title{
    color: #6aa02b;
    border-color: #6aa02b;
}
.block_item i{
    color : #121212;
}
.block_item:hover .over_icon i{
    transform: rotate(360deg);
    transition: all 0.3s;
}

figure.zoom {
    background-position: 50% 50%;
    position: relative;

    overflow: hidden;
    cursor: zoom-in;
    background-repeat: no-repeat;
    margin: auto;
    width: 100%;
    height: 530px;
}
figure.zoom img:hover {
    opacity: 0;
}
figure.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
    height: 100%;
}


.up_count_areas {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.up_count_areas .block_areas:nth-child(2),
.up_count_areas .block_areas:nth-child(4){
    flex: 1.5;
}

.block_areas {
    position: relative;
    background-color: #4e781c;
    box-shadow: 0 0 5px rgba(0, 0, 0, .40);
    padding: 25px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    flex: 1;
    margin: 10px;
    height: 250px;
}

.sup_areas {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.50);
    padding: 20px 0;
    height: 195px;
}

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

.sup_areas span {
    font-size: 23px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #121212;
}

.sup_areas a {
    font-size: 60px;
    color: #ffffff;
    display: inline-block;
}

.over_think {
    position: absolute;
    z-index: 9;
    bottom: 25px;
    width: 85%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
}

.over_think h4 {
    color: #222;
    font-size: 16px;
}

.over_think .btn_button {
    padding: 7px 12px;
    font-size: 13px;
    /*display: none;*/
}

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

.sec_title h3{
    color: #121212;
    position: relative;
    z-index: 99;
    font-size: 38px;
}

.sec_title .float_text {
    position: absolute;
    left: 0;
    top: -14px;
    font-size: 85px;
    color: #f5f5f5;
    font-weight: 700;
    text-transform: uppercase;
    right: 0;
    display: inline-block;
}

.center_view h3{
    text-align: center;
}

.center_view .float_text{
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.typewrite {
    font-size: 40px;
    margin: 25px 0;
    display: inline-block;
    line-height: 60px;
}

.fix_top {
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    padding: 4px 0;
    animation: slide-down 0.7s;
    opacity: 1;
    position: fixed !important;
    top: 0 !important;
    background-color: #366300;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.info_site{
    margin: 40px 0;
}

.Info_home #owl_video {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
}

.Info_home .over_img:before{
    display: none;
}

.Info_home .About_Info {
    padding: 50px 0;
}

.Info_home .Info_Text {
    /*margin-top: 90px;*/
}

.Info_home #owl_video img {
    width: 100%;
}

.info_site i {
    font-size: 20px;
    vertical-align: middle;
    margin: 0px 10px;
}

.popUp_img {
    border: 1px solid #DDD;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
    background-color: #FFF;
    width: 100%;
}

.popUp_img img {
    height: 260px;
    width: 100%;
}

.popUp_img h4 {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    text-align: center;
    width: 100%;
    right: 0;
    margin: 0;
    padding: 15px;
    background-color: rgba(8, 7, 8, 0.5);
}

.popUp_img p {
    color: #080708;
    padding: 0px 10px;
    text-align: center;
}

.popUp_img span {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #070707;
    padding: 10px 20px;
    border-radius: 50px 0px 0px 50px;
}

.popUp_img span:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 30px solid #070707;
    border-left: 30px solid transparent;
    position: absolute;
    right: -15px;
    transform: rotate(-45deg);
    top: 6px;
}

.spon_img img{
    width: 100px;
    height: 100px;
}

.block_person {
    border: 1px solid #DDD;
    margin: 10px 0;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
}

.block_person:hover .info_person a {
    background-color: #5bb12d;
    color: #fff;
}

.img_person img {
    width: 100%;
    height: 325px;
    border-bottom: 1px solid #DDD;
    transition: 0.5s
}

.info_person {
    padding: 10px;
}

.info_person h3 {
    margin: 0;
    color: #5bb01b;
    font-size: 17px;
}

.info_person p {
    color: #363636;
}

.info_person a {
    border: 1px solid #5bb12d;
    color: #5bb12d;
    padding: 5px 20px;
    margin: 15px auto;
    display: table;
}

.bg_info_overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 10px;
}

.bg_info_overlay a{
    margin: 0px 3px;
    width: 30px;
    height: 30px;
    border: 1px solid #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.Info_gallary .block_person:hover .img_person img{
    transform: translateY(-10px);
}

.Info_gallary .block_person:hover .bg_info_overlay a{
    background-color: #5bb12d;
    color: #FFF;
    border: 1px solid #5bb12d;
}


.pop_img {
    overflow: hidden;
    position: relative;
    height: 300px;
    margin: 10px auto;
    width: 100%;
}

.pop_img img {
    height: 300px;
    width: 100%;
}

.pop_video a{
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    margin: auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #080708;
    transform: translateY(-50%);
    font-size: 18px;
}

.pop_video h4 {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    text-align: center;
    width: 100%;
    right: 0;
    margin: 0;
    padding: 15px;
    background-color: rgba(8, 7, 8, 0.5);
}


/* Style Form Recruitment */

.form_recruitment{
    width: 70%;
    margin: 10px auto;
}

.custom-file-upload {
    width: 100%;
    padding: 17px;
    border-radius: 0px;
    margin: 7px 0;
    font-size: 15px;
    transition: 0.5s;
    border: 1px solid #DDD;
    color: #747474;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.txt{
    color: #747474;
}

.form_recruitment .btn_button {
    margin: 15px auto;
    width: 140px;
    text-align: center;
    display: table;
    margin-top: 40px;
}

.About_News .social_section{
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: initial;
    margin: 20px 0;
}

.word {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block_call {
    background-color: #f5f5f5;
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgb(202 202 202 / 50%);
    margin: 10px 0;
}
.block_call img {
    max-width: 55px;
    margin: 15px 0;
}
.block_call h4 {
    color: #707070;
}
.block_call p {
    color: #888;
}
.block_call ul li {
    display: block;
    margin: 10px 0;
    color: #363636;
}

.section_call_us .container {
    max-width: 100%;
}

.form_call input{
    padding: 12px 10px;
    margin: 5px 0;
}

.section_call_us{
    background-color: #f5f5f5;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.section_call_us h4:before {
    content: "";
    position: absolute;
    bottom: -15px;
    background-color: #5db22f;
    width: 60px;
    height: 2px;
    right: 0;
}

#sync1,
#sync2{
    direction: ltr;
}

#sync2 .owl-stage{
    margin: auto;
}

#sync1 .owl-nav.disabled, #sync1 .owl-dots.disabled {
    display: block;
}

#sync1{
    height: 400px;
    margin: 20px 0;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid #DDD;
}

#sync1 a{
    display: block;
}

#sync1 img{
    height: 400px;
    width: 100%;
}

#sync2 img {
    width: 100%;
    height: 140px;
    border-radius: 5px;
    border: 2px solid #DDD;
}

#sync1 .owl-nav div,
#sync2 .owl-nav div{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(106, 160, 43, 0.9);
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}

#sync1 .owl-nav .owl-prev,
#sync2 .owl-nav .owl-prev{
    right: 5px;
}

#sync1 .owl-nav .owl-next,
#sync2 .owl-nav .owl-next{
    left: 5px;
}


.close {
    background-color: #5db22f !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    left: -10px;
    opacity: 1;
    color: #FFF;
    border-radius: 50%;
    font-size: 17px;
    z-index: 8;
}






















/* Start Media */

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


    .form_recruitment{
        width: 100%;
    }

    .toggle_links{
        position: relative;
        opacity: 1;
        visibility: inherit;
        transition: initial;
    }

    /* Media Tools */

    .Section_Gif{
        display: none;
    }

    .none_mobile{
        display: none;
    }

    .block_mobile{
        display: inline-block;
    }

    .none{
        display: block;
    }

    .fixed_mobile{
        position: fixed;
        margin: auto;
        top: 40%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
        width: 90%;
        padding: 15px;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
        z-index: 999;
        border-radius: 10px;
    }

    .fading_mobile{
        visibility: initial !important;
        opacity: 1 !important;
    }

    .overlay{
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 888;
        transition: 0.5s;
    }

    .Nav_Mobile{
        position: fixed;
        width: 250px;
        height: 100%;
        top: 0;
        transition: 0.5s;
        z-index: 999;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        will-change: scroll-position;
        contain: size style layout;
    }

    .btn_button{
        width: 100%;
    }

    /* Style Tab_mobile */

    .Tab_mobile{
        display: block;
    }

    .Tab_mobile ul {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-self: center;
        padding: 10px 15px;
        transition: 1s;
        z-index: 99;
        /*-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);*/
        /*-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);*/
        /*box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);*/
    }

    .Tab_mobile .whatsapp {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #5dc331;
        text-align: center;
        border-radius: 50%;
        color: #FFF !important;
    }

    .Tab_mobile .btn_orange {
        font-size: 16px;
        padding: 5px 20px;
        border-radius: 5px;
    }

    .Tab_mobile .phone {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #3571c4;
        text-align: center;
        border-radius: 50%;
        color: #FFF !important;
    }

    .Tab_mobile ul li a{
        font-size: 23px;
    }

    .fading_scroll{
        transform: translateY(300%);
        visibility: hidden;
        opacity: 0;
    }

    /* Style Site Nav */

    .logo img {
        max-width: 115px;
    }


    .box_bar {
        position: absolute;
        top: 0;
        height: 100%;
        background-color: #6ba02b;
        width: 280px;
        padding: 10px;
        padding-top: 30px;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        will-change: scroll-position;
        contain: size style layout;
    }

    .link_page li.active a, .link_page li a:hover {
        color: #ffffff;
    }

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

    .link_page li {
        width: 100%;
        margin: 10px 0;
        background-color: #518b0e;
        position: relative;
        display: block;
        left: 100%;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .link_page li:nth-child(1) {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 00ms;
    }

    .link_page li:nth-child(2) {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .link_page li:nth-child(3) {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -ms-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .link_page li:nth-child(4) {
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -ms-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .link_page li:nth-child(5) {
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -ms-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .link_page li:nth-child(6) {
        -webkit-transition-delay: 700ms;
        -moz-transition-delay: 700ms;
        -ms-transition-delay: 700ms;
        -o-transition-delay: 700ms;
        transition-delay: 700ms;
    }

    .link_page li:nth-child(7) {
        -webkit-transition-delay: 800ms;
        -moz-transition-delay: 800ms;
        -ms-transition-delay: 800ms;
        -o-transition-delay: 800ms;
        transition-delay: 800ms;
    }

    .animateRight{
        left: 0 !important;
    }

    #nav-icon3 {
        display: inline-block;
    }

    .site_mune {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: rgba(0,0,0,0.7);
        display: flex;
        align-items: center;
        transition: 0.5s;
    }

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

    .link_page li {
         width: 100%;
         margin: 10px 0;
    }

    .toggle_links li {
        background-color: transparent !important;
        margin: 0 !important;
    }

    .toggle_links {
        width: 100%;
        z-index: 99;
    }

    #nav-icon3 {
        display: inline-block;
    }

    .About_Info .row{
        flex-direction: row;
    }

    .owl-nav {
        display: none;
    }

    .header {
        position: relative;
        top: 0;
        padding: 15px 10px;
        z-index: 9999;
    }

    .banner_image {
        position: relative;
        height: auto !important;
        background-color: #FFF;
    }

   #owl_gallary .center .item .over_think {
        transform: perspective(600px) rotateY(0deg) scale(0.8);
        -o-transform: perspective(600px) rotateY(0deg) scale(0.8);
        -ms-transform: perspective(600px) rotateY(0deg) scale(0.8);
        -moz-transform: perspective(600px) rotateY(0deg) scale(0.8);
        -webkit-transform: perspective(600px) rotateY(0deg) scale(0.8);
        opacity: 1;
        padding: 12px;
    }

    /*.bg_overlay {*/
    /*    display: none;*/
    /*}*/

    #owl_video {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translateX(0%) translateY(0%);
    }

    #owl_video img{
        height: 200px;
        width: 100%;
    }

    .About_Info .sec_title {
        margin-bottom: 0;
        margin-top: 125px;
    }

    .section_info {
        position: relative;
        padding: 0px 10px;
        top: 10%;
        transform: translateY(0%);
        right: 0;
        flex-direction: column;
    }

    .Text_About {
        text-align: center !important;
        padding: 15px 0;
    }

    .Text_About h1 {
        font-size: 22px;
        max-width: initial;
        color: #ffffff;
    }

    .Text_About p {
        color: #fff;
    }

    .social_section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        bottom: 10px;
        left: 0;
        right: 0;
    }

    .social_section li a {
        color: #fff;
        border: 1px solid #fff;
        margin: 5px 5px;
    }

    .typewrite {
        font-size: 30px;
        line-height: 50px;
    }

    /*#owl_video .owl-nav {*/
    /*    position: relative;*/
    /*    top: 0%;*/
    /*    transform: translateY(0%);*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: 10px auto;*/
    /*    width: 100%;*/
    /*}*/

    #owl_video .owl-nav div {
        border: 1px solid #363636;
        margin: 0px 10px;
        color: #363636;
        font-size: 20px;
    }

    #owl_video .owl-nav{
        display: none !important;
    }

    .footer {
        margin-top: 0;
        text-align: center;
    }

    .footer p{
        width: 100%;
    }

    .footer .social_section {
        justify-content: center;
        margin-bottom: 15px;
    }

    .Img_news .info_news {
        padding: 0px 20px;
    }

    .info_news p {
        width: 100%;
    }

    .section_block_item {
        flex-direction: column;
    }

    .sec_title .float_text{
        font-size: 40px;
    }

    .over_footer h4:before {
        right: 0;
        left: 0;
        margin: auto;
    }

    .logo_section {
        margin: 15px 0;
    }

    .info_con {
        width: 100%;
    }

    .Owner_developer .logo_section {
        flex-direction: column;
    }

    .Info_Text {
        margin-top: 35px !important;
    }

    .Img_Info img {
        height: 200px;
    }

    .About_Info {
        padding-bottom: 30px;
        padding-top: 50px;
    }

    .over_img:before{
        display: none;
    }

    .developer_info .logo_section {
        width: 100%;
    }

    .About_Title, .Body_About{
        margin: 0;
    }

    .About_Title .Info_Text {
        margin-top: 30px;
    }

    .section_download {
        flex-direction: column;
    }

    .section_download div {
        flex-basis: 100% !important;
    }

    .content form {
        width: 100%;
    }

    .content .row{
        flex-direction: row
    }

    .up_count_areas {
        flex-direction: column;
    }

    .block_areas {
        flex: initial;
        width: 100%;
    }

    .form_contact form {
        width: 100%;
    }
    .Info_bog{
        margin-top: 60px;
    }

    .head_up .link_page li a {
        color: #fff !important;
    }

    .head_up .toggle_links li a{
        color: #5f5f5f !important;
    }

    .banner_image .social_section {
        display: none;
    }

}

.modal {
    z-index: 10500;
}
.Info_home p, .Info_home li, .Info_home strong {
    color: #686868;
}
@media screen and (min-width: 768px){

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

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

    .modal-dialog {
        max-width: 700px;
        margin: 30px auto;
    }

    .container {
        max-width: 1200px;
    }

}
