/*media queries*/


/*****/


/*css breadcrumb for tracking where are you for all pages else index  */

.div-bread ul.breadcrumb {
    padding: 10px;
    margin: 0px;
    list-style: none;
    background-color: ghostwhite;
}

.div-bread ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

.div-bread ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    width: 1px;
    height: 1px;
    content: ">\00a0";
}

.div-bread ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

.div-bread ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}


/*****************************************************/


/*****/


/* Clear floats after the columns */


/*form page contact us*/

.container-form input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.container-form label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

.container-form input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-bottom: 0%;
    margin-left: 65%;
    margin-right: 15%;
    margin-top: 1%;
}

.container-form input[type=submit]:hover {
    background-color: #45a049;
}

.container-form .container {
    border-radius: 5px;
    padding: 20px;
}

.container-form .col-25 {
    width: 15%;
    text-align: center;
    margin-top: 6px;
}

.container-form .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.container-form .row:after {
    content: "";
    display: table;
    clear: both;
}


/*******************************************************************/


/*******************************************************************/


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .col-25,
    .col-75,
    input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}


/*******/

@media (max-width: 350px) {
    .logo a img {
        width: 100px !important;
        height: 100px !important;
    }
    .logo-title h2 {
        font-size: medium;
    }
    .main-header-top-row {
        display: none !important;
    }
    #about-emplo-container .pice {
        flex-direction: column;
    }
    .r2-img img {
        height: 100px !important;
        width: 100px !important;
    }
}

@media (max-width: 576px) {
    #about-emplo-container .top img {
        display: none;
    }
    #about-emplo-container .top {
        color: ghostwhite;
        background-image: url(images/ministers/الوزير_صالح_الخرابشة.jpg);
    }
    #about-emplo-container .top h3 {
        color: black;
        text-align: right;
    }
    #about-emplo-container .top p {
        border-radius: 5px;
        background-color: rgb(0, 0, 0, 0.6);
    }
    .main-header-top-row {
        flex-direction: column !important;
    }
    .mid-icons {
        display: none;
    }
    .carousel-caption {
        width: 200px !important;
        height: 250px !important;
        font-size: 0.8px;
        margin: auto;
        right: 0%;
    }
    .slider-space img {
        width: 250px !important;
        height: 250px !important;
    }
    #jordan-map-box {
        width: 200px !important;
    }
    /*sitepage*/
    .site-map-container {
        flex-direction: column;
    }
    .row3 h6 {
        font-size: xx-small;
    }
    /*organizational*/
    .bottom .bottom-img img,
    .bottom-text h1 {
        display: none;
    }
    .sticky-top h1 {
        font-size: 1.3em !important;
    }
    .panel {
        max-height: 100%;
    }
    .container-form form {
        font-size: 0.5em;
    }
}

@media (max-width: 768px) {
    .menu {
        display: flex;
        flex-direction: column !important;
    }
    .news-space {
        display: grid !important;
    }
    .forests-space .row {
        display: inline-block;
    }
    .forests-space .paragraph {
        margin: 10% 5%;
    }
    .forests-space .green-line {
        display: block !important;
    }
    .before-map-space {
        display: inline-block !important;
    }
    .slide-show-index-box {
        right: 0% !important;
    }
    .col.StoryBackground h1 {
        font-size: 25px;
    }
    /*organizational chart*/
    #about-emplo-container .top {
        flex-direction: column;
    }
    /**/
    /*services-circles-in-index-page*/
    .circel-space {
        background-image: url(images/services/goldenfield\ -\ Copy.jpg) !important;
    }
}

@media (max-width: 992px) {
    #about-emplo-container .middle {
        flex-direction: column;
        text-align: justify;
    }
    #about-emplo-container h6 {
        padding: 5%;
    }
    /*index-page-services-backgroun*/
    .circel-space {
        background-repeat: repeat-y !important;
    }
    /**/
    /*services-circles-in-index-page*/
    .circel-space {
        background-image: url(images/services/goldenfield\ -\ Copy\ \(2\).jpg);
    }
    .fb-video-paragrapgh-serviceOne {
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    /*site-map-container*/
    .site-map-container {
        flex-wrap: wrap;
    }
    .bottom .bottom-img img {
        width: 500px !important;
        height: 500px !important;
    }
    .index-news-card h2 {
        font-size: 0.8em !important;
    }
}


/**/

body {
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
    font-family: 'Almarai', sans-serif;
}


/*green-line-in-header-&-in-footer*/

.green-line {
    background-color: darkgreen;
    height: 5px;
}


/*HEADER-START*/

header {
    background-color: ghostwhite;
    font-family: 'Almarai', sans-serif;
}

.main-header {
    padding: 10px;
    display: flex;
    flex-direction: column;
}


/*green-line-in-header-&-in-footer*/


/********************START HEADER***********************************/

.main-header-top-row {
    background-color: #9D8A70;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 15px;
}

.top-icons,
.top-links {
    margin: 5px;
    text-align: center;
}

.top-icons i,
.top-links i {
    color: ghostwhite;
    padding: 1% 0%;
    margin: 0px 10px;
}

.top-links,
.top-icons {
    display: flex;
}

.top-links a,
.top-icons a {
    font-size: x-small;
    color: black;
    margin: 5px;
}

.top-links a:hover,
.top-icons a:hover {
    color: #018147;
}

.main-header-mid-row {
    display: flex;
    justify-content: space-between;
}

.main-header-mid-row img {
    /*height: 150px;
    width: 150px;*/
}

.logo {
    display: flex;
    text-align: center;
}

.mid-icons,
.logo {
    margin: 10px;
    padding: 10px;
}

.mid-icons a:hover {
    text-decoration: none;
    color: gray;
}

.logo-title {
    padding-top: 25px;
}

@font-face {
    font-family: "myFirstFont";
    src: url("/fonts/ReemKufi.ttf");
}

.logo-title h2 {
    font-family: 'myFirstFont' !important;
}
.main-header-bottom-row {
    border-bottom-right-radius: 15px;
    background-color: #018147;
    text-align: center;
}


/*NAVIGATION-BAR*/


/* Navigation
--------------------------------------------------------------------------------------------------------------- */


/*icon-in-navigation-bar*/

.main-header-bottom-row .fa-home {
    color: #F8F8FF;
}


/*icon-in-navigation-bar*/

nav ul,
nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainav,
#breadcrumb,
.sidebar nav {
    line-height: normal;
}

#mainav .drop::after,
#mainav li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 10px;
}


/* Top Navigation */

#mainav {}

#mainav ul {
    text-transform: uppercase;
}

#mainav ul ul {
    z-index: 9999;
    position: absolute;
    width: 500px;
    text-transform: none;
    text-align: left;
}

#mainav ul ul ul {
    right: 0;
    top: 0;
}

#mainav li {
    float: left;
    position: relative;
    margin: 0px 0.2px;
    padding: 0px;
}

#mainav li:last-child {
    margin-right: 0;
}

#mainav li li {
    width: 100%;
    margin: 0;
}

#mainav li a {
    display: flex;
    padding: 20px;
    margin: 0px 0.25px;
    background-color: #FFFFFF;
    justify-content: center;
    align-items: center;
    color: #018147;
}

#mainav li a:hover {
    background-color: #60A343;
    color: black;
}

#mainav li li a {
    border: solid;
    border-width: 0 0 1px 0;
}

#mainav .drop {
    padding-left: 15px;
}

#mainav li li a,
#mainav li li .drop {
    display: block;
    margin: 0;
    padding: 10px 15px;
}

#mainav .drop::after {
    top: 25px;
    left: 5px;
}

#mainav li li .drop::after {
    top: 15px;
    left: 5px;
}

#mainav ul ul {
    visibility: visible;
    opacity: 0;
    width: 100%;
    text-align: center;
}

#mainav ul li:hover>ul {
    visibility: visible;
    opacity: 1;
}

#mainav form {
    display: none;
    margin: 0;
    padding: 0;
}

#mainav form select,
#mainav form select option {
    display: block;
    cursor: pointer;
    outline: none;
}

#mainav form select {
    width: 100%;
    padding: 5px;
    border: none;
}

#mainav form select option {
    margin: 5px;
    padding: 0;
    border: none;
}

.menu li a i {
    margin-right: 10px;
}

.dropdown-menu .show {
    /*right: 159px;
    top: 55px;*/
    right: 100%;
    top: 0%;
}

.dropdown-toggle::after {
    margin-right: 10px;
}

.dropdown-menu .dropdown-toggle::after {
    transform: rotate(90deg);
}

.dropdown-item {
    white-space: normal !important;
    text-align: center !important;
}

.dropdown-toggle {
    width: 160px !important;
}


/***END NAVIGATION***/


/********************END HEADER***********************************/


/*HEADER-END*/


/*SLIDESHOW-STRAT*/

.StoryBackground h1 {
    margin-bottom: 30px !important;
}

.slide-show-index-box {
    opacity: 0.8;
    background-color: ghostwhite;
    border-radius: 15px;
    color: black;
    bottom: 20%;
    width: 30%;
}

.carousel-caption {
    opacity: 0.8;
    background-color: ghostwhite;
    border-radius: 15px;
    width: 30%;
    color: black;
}

.carousel-item img {
    width: 100%;
    height: 400px;
}

.carousel-item h2 {
    margin-bottom: 30px !important;
}


/*SLIDESHOW-END*/


/*scroll-top*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    left: 1px;
    z-index: 100;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: rgb(1, 129, 71);
    color: white;
    cursor: pointer;
    padding: 10px;
    opacity: 0.7;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}


/**/


/*marquee*/

.marquee {
    width: 100%;
    line-height: 50px;
    background-color: red;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}


/**/


/*TITLES-STYLE-START*/

.sticky-top h1 {
    color: snow;
}

.head-title {
    background-color: #018147;
    text-align: right;
    margin: 5%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.title-index-page {
    border-right: 5px solid #DDF25E;
    padding-right: 5%;
    text-align: right;
}

.title-page {
    padding: 2% 5%;
    text-align: right;
    margin: 40px 5px;
}

.title-page h2 {
    border-right: 5px solid #DDF25E;
    text-align: right;
    padding-right: 20px;
}


/*TITLES-STYLE-END*/


/*CIRCLES-STYLE-START*/


/***********************services circles*/

.ring {
    transform: translate(-40%, -50%);
    animation: effect 1s linear infinite;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.3);
    /*border-top-color: red;*/
}

@keyframes effect {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.circle {
    cursor: pointer;
    background-color: #9D8A70;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 0px;
    justify-content: center;
    margin: 40px;
    text-align: center;
    transition: all 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.circle:hover {
    background-color: #018147;
    border-color: rgba(0, 255, 55, 0.445);
}

.circle img {
    width: 65px;
    height: 65px;
    justify-content: space-between;
    text-align: center;
}

.circle h5 {
    margin-top: 20px;
    font-size: 0.9em;
    color: #000;
}

.circel-space {
    margin: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url(images/services/goldenfield.jpg);
}

.circel-space2 {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    box-shadow: 1px 2px 10px 1px #000;
    display: flex;
    justify-content: center;
    margin: 10px;
    padding: 20px;
}


/*CIRCLES-STYLE-END*/


/*NEWS-HOME-PAGE-START*/


/***mainStart NEWS Page***/

.news-page-container {
    background-color: #4C956C;
    padding: 10px;
    margin: 5px;
    display: flex;
    flex-direction: column;
}

.news-card {
    background-color: #F8F8FF;
    border-radius: 10px;
    text-align: right;
    display: flex;
    padding: 3%;
    margin: 1% 0%;
    border-bottom: 1px solid #000;
}

.news-card img {
    box-shadow: 0.1px 2px 2px 1px #000;
    margin-left: 3%;
}


/***eND NewsPage**/


/*NEWS-HOME-PAGE-END*/


/*NEWS-STYLE-START*/

.news-space {
    padding: 20px;
    display: flex;
    justify-content: space-around;
    background-repeat: no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)), url(images/ma7aseel/agricultural-combine.jpg);
}

.news-space img {
    height: 150px;
    width: 100%;
}

.green-4box-div {
    background-color: #25816D;
    height: 200px;
    width: 200px;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 50px;
}

.green-4box-div:hover {
    background-color: #fff;
    transition: all 0.3s ease 0.1s;
    cursor: pointer;
}

.green-4box-div i a {
    color: #1d2129;
}

.green-4box-div i p {
    padding: 8% 5%;
    font-size: .4em;
}

.box-img {
    text-align: center;
    padding-top: 5%;
    height: 359px;
}

.box-img:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease 0.1s;
}

.title-news-index {
    background-color: #FDFDFD;
    text-align: right;
    padding: 5px;
}

.index-news-card {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    box-shadow: rgb(0, 0, 0) 1px 2px 10px 1px;
    height: 270px;
}

.index-news-card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.uk-position-center h1 {
    font-size: 1.1em;
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    color: #25816D !important;
}

.index-news-card h2 {
    color: black !important;
    padding: 5%;
    font-size: 1.1em;
}


/*NEWS-STYLE-END*/


/*SLIDR-STYLE-START*/

.slider-space {
    margin: 5% 5%;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    background-repeat: no-repeat;
    background-image: url(images/tryandcatch/0.jpg);
}

.mySlides {
    display: none;
}

.slider-space img {
    width: 500px;
    height: 500px;
    box-shadow: rgb(0, 0, 0) 1px 2px 10px 1px;
    border-radius: 5px;
}


/*SLIDER-STYLE-END*/


/*FORESTS-STYLE-START-In-INDEX_PAGE*/

.forests-space {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(images/ma7aseel/greenland.jpg);
}

.paragraph {
    border: 1px solid #000;
    text-align: justify;
    margin: 20% 5px;
    padding: 5% 5%;
    word-spacing: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    box-shadow: 1px 2px 10px 1px #000;
    font-family: 'Almarai', sans-serif;
}

.subtitile {
    box-shadow: 2px 2px 2px 0px;
    text-align: center;
    margin: 20px;
    background-color: burlywood;
    padding: 2%;
    border-radius: 4px;
}

.paragraph h1 {
    font-size: 1.2em;
}

.paragraph p {
    margin-top: 30px;
}

.paragraph-forest-image-index {
    border-radius: 15px;
    border: 1px solid #000;
}


/*FOREST-STYLE-END*/


/*BEFORE-MAP-STYLE-START*/

.before-map-space {
    display: flex;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(../images/ma7aseel/greenland.jpg);
}

.paragraph-two {
    border: 1px solid #000;
    text-align: justify;
    margin: 20% 5px;
    padding: 5% 5%;
    word-spacing: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    box-shadow: 1px 2px 10px 1px #000;
    font-family: 'Almarai', sans-serif;
}


/*BEFORE-MAP-STYLE-END*/


/*MAP-JORDAN-VECTOR-STYLE-START*/


/*JORDAN Map Box*/


/**/


/*STARTcss jordan svg map in index page*/

#jordan-map-box {
    width: 400px;
}

.mapdiv {
    border: 1px dashed ghostwhite;
    padding: 50px;
    border-radius: 10px;
}

.mapdiv path {
    fill: #55A630;
    stroke: #dece0c;
    stroke-width: 4px;
    transition: fill 0.3s;
}

svg {}

.mapdiv a path:hover {
    fill: black;
}


/*ENDcss jordan svg map in index page*/

.jordan-map-space {
    margin: 5% 5%;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    background-repeat: no-repeat;
    /* background-image: url(images/ma7aseel/agriculture-jo.jpg);*/
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url(images/ma7aseel/agriculture-jo.jpg);
}


/*MAP-JORDAN-VECTOR-STYLE-END*/


/*FOOTER-START*/

footer {
    text-align: right;
    padding: 20px;
    background-color: #F5F5F5;
}

.row1,
.row2 {
    display: flex;
    justify-content: space-between;
}

.row2 div {
    margin: 10px;
    text-align: center;
}

.row3 {
    background-color: #FFFFFF;
    height: 50px;
    text-align: center;
    color: black;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-top: 10px;
}

.row4 {
    padding-bottom: 1px;
    margin: 2px;
    text-align: center;
    background-color: #2D9738;
    color: black;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.r1-social {
    height: 30px;
    margin: -1%;
}

.r1-social i {
    margin: 10px;
    color: black;
}


/*FOOTER-END*/


/*ABOUT-PAGE-CSS-START*/

.content-body-about h5 {
    color: #65aa76;
    padding: 2% 0%;
    margin: 1% 0%;
}

.content-body-about ul,
ol {
    margin-right: 40px;
}

.sidebar-about .list-group .list-group-item {
    text-align: center;
}


/*ABOUT-PAGE-CSS-END*/


/*MINISTER-PAGE-START*/

.minister-pic {
    text-align: right;
    display: flex;
    padding: 0% 9%;
}

.minister-pic img {
    border: 5px solid snow;
    width: 300px;
    height: 300px;
    box-shadow: 1px 2px 2px 1px;
    transition: transform .2s;
    /* Animation */
}

.minister-pic img:hover {
    transform: scale(1.1);
}

.minister-pic-content {
    padding: 0% 4%;
}

.minister-pic-content h6,
.content-body-minister h6 {
    font-size: 1.2em;
    color: #65aa76;
    padding: 2% 0%;
    margin: 1% 0%;
}

.content-body-minister {
    text-align: justify;
    padding: 0% 10%;
}


/*MINISTER-PAGE-END*/


/*NEWS-START*/

.title-news {
    flex-basis: 80%;
    padding-right: 60px;
    text-align: right;
    display: flex;
    justify-content: space-between;
    background-color: #FDFDFD;
}

.title-page-news {
    flex-basis: 80%;
    padding-right: 60px;
    white-space: pre;
    text-align: right;
}

.title-page-news h2 {
    border-right: 5px solid #DDF25E;
    text-align: right;
    padding-right: 20px;
}

.title-page-news.title-icons-news {
    flex-basis: 20%;
    text-align: left;
    padding: 2%;
}

.title-news .title-icons-news a img {
    height: 30px;
    padding-left: 10px;
    margin: 0px;
}

.news-detailes {
    padding: 2% 10% 5%;
    text-align: justify;
    margin: 10px;
}


/*NEWS-END*/


/*MORE-BOX-btn-START*/

.more-box {
    background-color: #4CAF50;
    /* Green */
    border: none;
    border-radius: 5px;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.more-box a {
    color: #212529;
}

.more-box:hover {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}


/*MORE-BOX-btn-END-END*/


/*CSS SITEMAP PAGE***************/


/*START sitemap page*************************************************/

.site-map-container {
    font-family: ;
    display: flex;
    margin: auto;
    padding: 50px;
}

.bg-box {
    padding: 10px;
    text-align: center;
}

.shadow-box {
    border: 1px solid #333333;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding-top: 10%;
}

.first-class {
    background: #F5F5F5;
    width: 300px;
    height: 80px;
}

.second-class {
    background: #AFABAB;
    width: 250px;
    height: 80px;
}

.third-class {
    background-color: #FFFFFF;
    width: 200px;
    height: 80px;
}


/*END sitemap page*************************************************/


/*END CSS SITEMAP PAGE***************/


/**CONTACT-US-START**/

.contact-us-container {
    background-color: #dee2e6;
}

.container-form form {
    border-radius: 5px;
    background-color: #4C956C;
    box-shadow: 3px 5px 10px -4px rgba(0, 0, 0, 1);
}

.container-form form .more-box h3 a {
    color: #212529;
}

.info {
    margin: auto;
    border-radius: 15px;
    background-color: #4C956C;
    text-align: center;
    padding: 5%;
    box-shadow: 3px 5px 10px -4px rgba(0, 0, 0, 1);
}

.container-form form input,
select,
.container-form form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.container-form label {
    padding: 5%;
}


/*Location*/

.location iframe {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border: 1px solid #000;
}


/**CONTACT-US-END**/


/***/


/*start organisational chart page*********************************/

.ORGA {
    margin-right: 2%;
}

#about-emplo-container {
    display: flex;
    flex-direction: column;
}

#about-emplo-container .bottom {
    padding: 20%;
}

.top {
    display: flex;
}

.top p {
    text-align: justify;
    padding: 0% 5%;
}

.main-pic {
    text-align: right;
    padding-right: 2%;
}

.main-pic img {
    border-top-left-radius: 15px;
    border: 1px solid #000;
}

.main-pic-text {
    padding: 2% 2%;
    text-align: center;
}


/*********middle***********/

.middle {
    padding: 0% 10% 0%;
    display: flex;
}

.middle {
    background-color: #FFFFFF;
}

.pice {
    display: flex;
    border-radius: 5px;
    margin: 10px;
    padding: 1%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.pice img:hover {
    transform: scale(1.1);
}

.pice img {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #000;
    border-top-left-radius: 5px;
    transition: transform .3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pice .text-pice {
    text-align: center;
}

.pice h6 {
    text-align: justify;
    margin: 5% 3%;
}


/********bottom************/

.bottom {}

.bottom-text {}

.bottom .bottom-img {
    text-align: center;
    padding: 0% 0% 10%;
}

.bottom .bottom-img img {
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*END about-employees page********************************************/


/*START-INFORMATION-PAGE-CSS**/


/**********************************************************************************/


/*css for content in awareness page*/

.aw-container {
    background-color: #4c956c;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 50px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.aw-container .aw {
    color: white;
    background-color: #495057;
    padding: 10px;
    margin: 5px;
    text-align: center;
    border-radius: 15px;
}

.aw-container .aw a {
    padding: 1% 2%;
    border-bottom: 1px solid #018147;
}

.circleaw {
    background-color: #25816D;
    width: 40px;
    border-radius: 100%;
    margin-right: auto;
    margin-bottom: 20px;
}

.circleaw i {
    color: white;
    padding: 0px;
}


/********************************************************************/


/*awarnce page*/


/*content in awareness page*/

.aaa {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-align: center;
}

.active,
.aaa:hover {
    background-color: #ccc;
}

.aaa:after {
    font-size: 2em;
    color: white;
    content: "+";
}

.aaa-active:after {
    content: "-";
}


/*before footer*/

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    color: black;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    text-align: justify;
    padding: 1% 1%;
}


/****END Awarness Page************************************************************************************/


/*END-INFORMATION-PAGE-CSS**/


/*RULES-PAGE-START**/

.box-rules {
    text-align: center;
    padding-top: 5%;
    height: 359px;
}

.rules-box-card h2 {
    color: black !important;
}


/*RULES_PAGE-END**/


/*FOREST-PAGE-CSS-START*/


/*H1-STYLE*/

.head-title-forest-page {
    color: #65aa76;
    padding: 2% 0%;
    margin: 1% 0%;
}


/*FOREST-PAGE-CSS-END*/


/*Services*/

.servicesForms form {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-bottom: 5%;
    background-color: #4C956C;
    padding: 5% 15%;
}

.servicesForms form h2 {
    text-align: center;
    border-bottom: 1px solid black;
    margin-bottom: 10%;
    padding: 2% 0%;
}

.servicesForms form input,
select {}


/*serviceOne Page Start*/

.fb-video-paragrapgh-serviceOne {
    display: flex;
    justify-content: space-between;
}

.fb-video-paragrapgh-serviceOne p {
    flex-basis: 40%;
    text-align: justify;
    margin-left: 2%;
}

fb-video-paragrapgh-serviceOne iframe {
    width: 100%;
}


/*serviceOne Page End*/


/*SERVICE-ONE-FORM-CSS-START*/

.panel-heading {
    color: #dc9b1f !important;
    background: #e9ecea !important;
}


/*SERVICE-ONE-FORM-CSS-END*/


/*achievementsPAGE START*/

embed {
    width: 1000px;
    height: 1000px;
    padding: 0% 0% 5%;
    display: flex;
    margin: auto;
}


/*achievementsPAGE END*/


/**/


/**/


/*PROJECT-PAGES-CSS-START*/

.project-title {
    text-align: center;
}

.project-title h1 {
    font-size: 2.0em;
}

.project-title img {
    margin-top: 2%;
}

.content-project {
    text-align: right;
}

.content-project h3 {
    color: #65aa76;
    padding: 2% 0%;
    margin: 1% 0%;
}


/*PROJECT-PAGES-CSS-END*/


/*MODAL-CSS-START*/


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 75%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    
    /*background-color: rgb(0, 0, 0);*/
    /* Fallback color */
   /* background-color: rgba(0, 0, 0, 0.4);*/
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 75% !important;
    text-align: center;
    top: 50%;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*MODAL-CSS-END*/



/*validation container-v*/

.errorMessage{
    color: rgb(200, 250, 250, 0.7);
    display: flex;
    padding: 1% 1%;
    margin: 1%;
    border-radius: 15px;

    background-color: rgb(150, 0, 0, 0.6);
}
