/*
Theme Name: animal
Theme URI: 
Author: zafre team
Author URI: 
Description: zafre test project
*/




@font-face {
    font-family: 'Inter', sans-serif;
    src: url("../font/Inter/Inter-VariableFont_slnt\,wght.ttf");
}
html,body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;

}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body,html{
    color: #222222;
    direction: ltr;
}
*{
    box-sizing: border-box;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body {
    font-family: 'Inter', sans-serif;
    max-width: 1800px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
}

button{
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    transition: 0.3s;
}
input[type=submit]{
    cursor: pointer;
}
a{
    text-decoration: none;
}
/*......................menu all......................*/
.menu-bar{
    top: 0;
    position: sticky;
    width:100%;
    background:#e3e3e3;
    z-index: 9999;
}
.logo{
    position:relative;
    z-index:123;
    padding:10px;
    font:18px verdana;
    float:left;
    width:15%
}
.logo a img {
    width: 80px;
    height: 100%;
    object-fit: contain;
}
nav#cssmenu{
    position:relative;
    width: 100%;
  display: flex;
}
#cssmenu ul {
    padding: 0px;
}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{
    border:0;
    list-style:none;
    line-height:1
    ;display:block;
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
#cssmenu:after,#cssmenu > ul:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
#cssmenu #head-mobile{
    display:none
}
#cssmenu {
    background: #ffffff;
    width: 100%;
    padding: 0px 90px 0px 90px;
}
#cssmenu > ul > li{
    float:left;
    padding: 26px;
}
#cssmenu > ul > li > a{
    padding:17px;
    font-size:15px;
    letter-spacing:1px;
    text-decoration:none;
    color:#000000;
}
#cssmenu > ul > li:hover > a{
    -webkit-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    color:#1C8D57;
}
#cssmenu ul li.active a:hover{
    -webkit-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    color:#1C8D57;
}

#cssmenu > ul > li.has-sub > a{
    padding-right:30px
}
#cssmenu > ul > li.has-sub > a:after{
    position:absolute;
    top:22px;
    right:11px;
    width:8px;
    height:2px;
    display:block;
    background:#000000;
    content:''
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19.3px;
    right: 13.8px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000000;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before{
    top:23px;height:0
}
#cssmenu ul ul{
    position:absolute;left:-9999px
}
#cssmenu ul ul li{
    height:0;-webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    background:#ffffff;
    transition:all .25s ease}
#cssmenu li:hover > ul{
    left:auto
}
#cssmenu li:hover > ul > li{
    height:35px
}
#cssmenu ul ul ul{
    margin-left:100%;top:0
}
#cssmenu ul ul li a{
    border-bottom:1px solid rgba(150,150,150,0.15)
    ;padding:11px 15px;
    width:170px;font-size:12px;
    text-decoration:none;
    color:#000000;font-weight:400;
}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{
    border-bottom:0
}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{
    color:#1C8D57
}
#cssmenu ul ul li.has-sub > a:after{
    position:absolute;
    top:16px;
    right:11px;
    width:8px;
    height:2px;
    display:block;
    background:#ddd;
    content:''
}
#cssmenu ul ul li.has-sub > a:before{
    position:absolute;top:13px;
    right:14px;
    display:block;
    width:2px;
    height:8px;
    background:#ddd;content:'';
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before{
    top:17px;height:0
}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover
{background:#363636;
}
#cssmenu ul ul ul li.active a{
    border-left:1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{
    border-top:1px solid #333
}
#cssmenu ul li#search-box {
    display: block;
    margin-left: 8%;
    position: relative;
}
#cssmenu ul li#search-box i {
    color: #119d59;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
form.search{
    border-bottom: 2.5px solid #119d59a9;
}
#search {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 17px;
    outline: none;
    padding: 8px 0px 8px 0px;
}
/*......................index......................*/
/* ..............header............... */

header {
/*     /*background-image: url("../zafre/assets/img/Rectangle2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    width: 100%;
    height: auto;
    z-index: 90;
    display: flex;
/*     flex-direction: column;
    align-content: flex-start;
    justify-content: center; */
    color: white;
}

/*header img {*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    position: relative;*/
/*    z-index: 90;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-content: flex-start;*/
/*    justify-content: center;*/
/*}*/
header h1 {
    font-size: 180px;
    text-align: left;
    padding: 0px 80px;
    z-index: 100;
}
header p {
    font-size: 25px;
    text-align: left;
    padding-left: 80px;
    width: 70%;
    line-height: 1.2;
    z-index: 100;
}
/*.............. main.............. */
main {
    position: relative;
    width: 100%;
    min-height: 250px;
}
section.one {
    width: 100%;
    min-height: 250px;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
section.one .one-text {
    padding-left: 50px;
    width: 450px;
    height: 50px;
}
section.one .one-text h1 {
    font-size: 40px;
    color: #073557;
}
section.one .one-text h1::before {
    content: ' ';
    position: absolute;
    background-color: #073557;
    padding: 3px 20px;
    left: 0px;
    top: 25px;
}
.Who-box {
    width: 100%;
    min-height: 250px;
    margin-top: 50px;
}
.Who-box .text-who-box {
    width: 45%;
    height: 450px;
    margin-top: 50px;
    border: 4px solid #1C8D57;
    padding: 35px;
    float: left;
}
.Who-box .text-who-box .text1-Who {
    float: left;
    width: 100%;
}
.Who-box .text-who-box .text1-Who p {
    font-size: 25px;
    text-align: left;
}
.Who-box .text-who-box .text2-Who {
    float: left;
    width: 100%;
    margin-top: 5%;
}
.Who-box .text-who-box .text2-Who p {
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
    color: rgba(34, 34, 34, 0.781);
}
.Who-box .text-who-box .more-Who {
    float: left;
    width: 55%;
    height: 15%;
    border: 3px solid #1C8D57;
    padding: 10px 60px;
    transition: .3s;
    cursor: pointer;
    margin: 5%;
    display: flex;
    align-items: center;
    color: #1C8D57;
}
.Who-box .text-who-box .more-Who:hover {
    background-color: #1C8D57;
    color: #ffffff;
    transition: .3s;
}
.Who-box .text-who-box .more-Who p {
    font-size: 18px;
}
.img-box1 {
    position: relative;
    width: 50%;
    height: 450px;
    margin-top: 50px;
    padding: 35px;
    float: left;
}
.img-box1 .img1-box1{
    position: absolute;
    left: 30px;
    top: 0px;
    height: 450px;
    width: 350px;
    z-index: 2;
}
.img-box1 .img2-box1 {
    position: absolute;
    left: 330px;
    top: 40px;
    height: 450px;
    width: 350px;
    z-index: 1;
}
section.two {
    position: relative;
    width: 100%;
    min-height: 250px;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
section.two h1 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    padding-left: 50px;
    width: 450px;
    height: 50px;
    color: #073557;
}
section.two h1::before {
    content: " ";
    position: absolute;
    background-color: #073557;
    padding: 3px 20px;
    left: 0px;
    top: 20px;
}
section.two .products {
    width: 100%;
    min-height: 250px;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.two .products a.product {
    position: relative;
    width: 33.33%;
    height: 400px;
    z-index: 1;
    margin-top: 10px;
}
.two .products a.product img {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.two .products a.product .text-animal {
    height: 120px;
    width: 120px;
    border-radius: 120px;
    border: 3px solid #119d59;
    background-color: #119d59;
    padding: 28px;
    position: relative;
    left: 250px;
    bottom: 100px;
}
.two .products a.product .text-animal p {
    font-size: 15px;
    text-align: center;
    color: white;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.three {
    position: relative;
    width: 100%;
    min-height: 250px;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
section.three h1 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    padding-left: 50px;
    width: 450px;
    height: 50px;
    color: #073557;
}
section.three h1::before {
    content: " ";
    position: absolute;
    background-color: #073557;
    padding: 3px 20px;
    left: 0px;
    top: 25px;
}
section.three .usefull {
    width: calc(100% + 138px);
    min-height: 250px;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -60px;
}
section.three .usefull .usefull-link {
    width: 12%;
    height: 50px;
    margin-left: 36px;
    margin-right: 70px;
}
/* ......................who...................... */
/*.............. header ..............*/
.Betein {
/*     background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    width: 100%;
    height: auto;
    z-index: 90;
/*     display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center; */
    color: white;
}
.Betein h1 {
    font-size: 180px;
    text-align: left;
    padding: 0px 80px;
}
.Betein p {
    font-size: 25px;
    text-align: left;
    padding-left: 80px;
    width: 70%;
    line-height: 1.2;
}
/*.............. main ..............*/
.main-who {
    position: relative;
    width: 100%;
    min-height: 250px;
    padding: 50px 50px;
}
.main-who .main-who-box {
    position: relative;
    width: 100%;
    min-height: 250px;
    padding: 0px 100px;
}
.lorm {
    width: 100%;
    /* height: 550px; */
}
.lorm .left {
    width: 40%;
   height: 100%;
    float: left;
    position: relative;

}
.lorm .left .img {
    width: 360px;
    height: 360px;
    position: absolute;
    padding: 5px;
    z-index: 2;
    left: 50px;
    top: 50px;
}
.lorm .left .backgraond {
    content: ' ';
    background-color: #22a264;
    padding: 5px;
    width: 360px;
    height: 360px;
    border-radius: 360px;
    position: absolute;
    z-index: 1;
    left: 85px;
    top: 180px;
}
.lorm .right {
    width: 100%;
    height: 100%;
    float: left;
    padding: 60px 90px;
}
.lorm .right .lorm1 p {
    font-size: 25px;
    text-align: left;
    line-height: 1.1;
}
.lorm .right .lorm1 p {
    font-size: 20px;
    text-align: left;
}
.lorm .right .lorm2 {
    width: 100%;
    height: 30%;
    margin-top: 20px;
    line-height: 1.3;
}
.lorm .right .lorm2 p {
    font-size: 20px;
    text-align: left;
}
.details {
    width: 100%;
    /* height: 500px; */
    /* margin-top: 0px; */
    padding: 0px 90px;
}
.details h3 {
    font-size: 30px;
}
.details p {
    font-size: 21px;
    margin-top: 50px;
    width: 100%;
    line-height: 1.2;
    text-align: left;
    white-space: pre-line;
}
/* ..........................product.......................... */
/*............. header............. */
.header-product {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 90vh;
    z-index: 90;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    color: white;
}
.header-product h1 {
    font-size: 120px;
    text-align: left;
    padding: 0px 80px;
}
.header-product p {
    font-size: 25px;
    text-align: left;
    padding-left: 80px;
    width: 70%;
    line-height: 1.2;
}
/*............. main .............*/
.main-product {
    position: relative;
    width: 100%;
    min-height: 250px;
}
.main-product .header-product-box {
    width: 100%;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 150px 100px;    
}
.product {
    width: 25%;
    height: 350px;
    margin-top: 10px;
}
.product .text-animal {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 3px solid #119d59;
    background-color: #119d59;
    color: #ffffff;
    position: relative;
    left: 200px;
    bottom: 100px;
}
.product .text-animal p {
    font-size: 15px;
    text-align: center;
    color: white;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
/*..................... news .........................*/
/* ................header................ */
.home-img {
    width: 100%;
    height: 100vh;
    z-index: 90;
    color: white;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
.home-img h1 {
    font-size: 180px;
    text-align: left;
    padding: 0px 80px;
}
.home-img p {
    font-size: 25px;
    text-align: left;
    padding-left: 80px;
    width: 70%;
    line-height: 1.2;
}
/* ................main................ */

.main-product {
    width: 100%;
    min-height: 250px;
    position: relative;
}
.news-box {
    width: 100%;
    min-height: 250px;
    position: relative;
    padding: 150px;
    display: flex;
    flex-wrap: wrap;
}
.news-box a {
    width: 30%;
    height: 350px;
    border-radius: 10px;
    margin: 15px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-size: cover;
}
.news-box a .news-box-text {
    background-color: #1c8d57d1;
    width: 85%;
    z-index: 2;
    display: block;
    border-radius: 10px;
    color: white;
    margin-bottom: 20px;
    padding: 20px;
}
.news-box a .news-box-text h2 {
    font-size: 25px;
    text-align: center;
}
.news-box a .news-box-text p {
    font-size: 12px;
    padding: 8px;
    text-align: left;
    line-height: 1.2;
    margin-top: 10px;
    margin-left: 10px;
}
/* ............................contact us............................. */

.contact-backgraond {
    width: 100%;
    height: 100vh;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 50px;
    justify-content: flex-start;
}
.contact-backgraond h1 {
    width: 100%;
    height: auto;
    font-size: 120px;
    color: white;
}
.contact-backgraond p {
    width: 60%;
    height: auto;
    font-size: 22px;
    color: white;
}
.contact {
    width: 100%;
    height: auto;
    min-height: 250px;
    padding: 100px;

}
.contact .contact-main-text {
    width: 60%;
    min-height: 100px;
    height: auto;
}
.contact .contact-main-text h1 {
    width: 100%;
    font-size: 27px;
    height: auto;
}
.contact .contact-main-text p {
    width: 100%;
    margin-top: 3%;
    font-size: 22px;
    height: auto;
}
.contact .contact-main-form {
    width: 60%;
    float: left;
    min-height: 250px;
    height: auto;
}
.contact .contact-main-form form {
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: column;
    padding: 50px 0px;
    position: relative;
}
.contact .contact-main-form form label {
    padding: 2% 0%;
    font-size: 22px;
    font-weight: 700;
}
.contact .contact-main-form form #Salutation {
    outline: none;
    border: 1px solid #1C8D57;
    font-size: 20px;
    padding: 15px 30px;
    width: 100%;
    text-align: left;
}
.contact .contact-main-form form #Salutation option {
    font-size: 20px;
    padding: 15px 30px
}
i#i-sing-up {
    position: absolute;
    transform: rotate(90deg);
    width: 5%;
    left: 91%;
    top: 14.5%;
    z-index: 5;
}
select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.contact .contact-main-form form #title-form {
    outline: none;
    border: 1px solid #1C8D57;
    font-size: 20px;
    padding: 15px 30px;
}
.contact .contact-main-form form #Surname-form{
    outline: none;
    border: 1px solid #1C8D57;
    font-size: 20px;
    padding: 15px 30px
}
i#i-sing{
    position: absolute;
    transform: rotate(90deg);
    width: 5%;
    left: 91%;
    top: 53.5%;
    z-index: 5;
}
.contact .contact-main-form form #Country-form {
    outline: none;
    border: 1px solid #1C8D57;
    font-size: 20px;
    padding: 15px 30px
}
.contact .contact-main-form form #Country-form option {
    outline: none;
    border: 1px solid #1C8D57;
    font-size: 20px;
    padding: 15px 30px
}
.contact .contact-main-form form #email-form {
    outline: none;
    border: 1px solid #1C8D57;
    font-size: 20px;
    padding: 15px 30px
}
label#lable-upload {
    display: inline-block;
    background-color: white;
    color: rgb(45, 45, 45);
    border: 1px solid #1C8D57;
    padding: 5px 55px;
    width: 25%;
    border-radius: 0px;
    cursor: pointer;
    margin-bottom: 10px;
    /* float: right; */
    margin-left: 75%;
    font-size: 15px;
}
.contact .contact-main-form form label {
    padding: 2% 0%;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    direction: ltr;
    display: block;
}
.contact .contact-main-form form #file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.contact .contact-main-form form #message-form {
    outline: none;
    border: 1px solid #1C8D57;
    font-size: 20px;
}
.contact .contact-main-form button.send-message {
    border: 1px solid #1c8d57;
    background: #1C8D57;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    margin-top: 20px;
}
.contact .contact-main-aside {
    width: 30%;
    float: right;
    border: 1px solid #1c8d57;
    background: #1C8D57;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: space-around;
    height: auto;
}
.contact .contact-main-aside a {
    width: 100%;
    font-size: 30px;
    color: rgb(255, 255, 255);
    padding: 10px 25px;
    line-height: 2;
}

/* ...................porcut-intenal................. */
.product-internal-main {
    min-height: 250px;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 13%;
}
.product-internal-main .product-internal-main-box {
    width: 86%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    padding: 5%;
}
.product-internal-main .product-internal-main-box .product-internal-main-box-img {
    width: 50%;
}
.product-internal-main .product-internal-main-box .product-internal-main-box-img img {
    width: 80%;
}
.product-internal-main .product-internal-main-box .product-internal-main-box-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.product-internal-main .product-internal-main-box .product-internal-main-box-text h3 {
    font-size: 35px;
    color: #119d59;
}
.product-internal-main .product-internal-main-box .product-internal-main-box-text p.description {
    font-size: 20px;
    line-height: 1.3;
    white-space: pre-line;
    margin-top: 40px;
}
.product-internal-main .product-internal-main-box .product-internal-main-box-text .title-box {
    height: 30%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.product-internal-main .product-internal-main-box .product-internal-main-box-text .title-box p.title-item {
    font-size: 25px;
    color: #119d59;
}
.product-internal-main .product-internal-main-box .product-internal-main-box-text .title-box p.title-item-text {
    font-size: 18px;
    text-align: left;
    padding: 4%;
    line-height: 1.6;
}

/* ............................footer all............................ */
footer {
    width: 100%;
    min-height: 250px;
    position: relative;
    margin-top: 100px;
    float: left;
}
footer img {
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.footer-box {
    font-family: 'Inter', sans-serif;
    width: 100%;
    min-height: 350px;
    background: #073557;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 50px;
}
.footer-box .stay {
    width: 35%;
    height: 350px;
    padding: 80px 90px;
}
.footer-box .stay h3 {
    font-size: 30px;
}
.footer-box .stay p {
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
    color: rgb(227, 227, 227);
    line-height: 1.5;
}
.footer-box .stay form {
    margin-top: 35px;
}
.footer-box .stay form input {
    font-family: 'Inter', sans-serif;
    width: 50%;
    height: 40px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    color: #ffffff;
    outline: none;
    font-size: 15px;

}
.footer-box .stay form button {
    font-family: 'Inter', sans-serif;
    padding: 10px 45px;
    border: 1px solid white;
    border-radius: 20px;
    margin-left: 10px;
    color: white;
    font-size: 15px;
    padding: 10px 40px;
}
.footer-box .stay form button:hover{
    color: #ffffff;
    background-color: #1C8D57;
    border: 1px solid #1C8D57;

}
.footer-box .contact-us {
    width: 35%;
    height: 350px;
    padding: 80px 10px 1px 160px;
}
.footer-box .contact-us h3{
    font-size: 30px
}
.footer-box .contact-us a {
    margin-top: 15px;
    padding: 8px;
    display: block;
    color: white;
    line-height: 1.5;
}
.footer-box .fallow {
    width: 33.3%;
    height: 350px;
    padding: 71px 0px 50px 62px;
}
.footer-box .fallow h3 {
    font-size: 22px;
}
.footer-box .fallow .follow-items {
    width: 100%;
    height: 60px;
    margin-top: 15px;

}
.footer-box .fallow .follow-items a.instagram {
    width: 45px;
    height: 43px;
    float: left;
    border: 2px solid #119d59;
    border-radius: 25px;
    padding: 7px 1px;
    margin: 0px 5px 5px 0px;
    transition: .3s;
}
.footer-box .fallow .follow-items a.instagram:hover {
    background-color: #119d5947;
    transition: .3s;
}
.footer-box .fallow .follow-items a.instagram img {
    width: 60%;
}
.footer-box .fallow .follow-items a.youtube {
    width: 45px;
    height: 43px;
    float: left;
    border: 2px solid #119d59;
    border-radius: 25px;
    padding: 7px 1px;
    margin: 0px 5px 5px 5px;
    transition: .3s;

}
.footer-box .fallow .follow-items a.youtube:hover {
    background-color: #119d5947;
    transition: .3s;
}
.footer-box .fallow .follow-items a.youtube img {
    width: 60%;
}
.footer-box .fallow .follow-items a.telegram {
    width: 45px;
    height: 43px;
    float: left;
    border: 2px solid #119d59;
    background-color: transparent;
    border-radius: 25px;
    padding: 7px 1px;
    margin: 0px 5px 5px 5px;
    transition: .3s;
}
.footer-box .fallow .follow-items a.telegram:hover {
    background-color: #119d5947;
    transition: .3s;
}
.footer-box .fallow .follow-items a.telegram img {
    width: 60%;
}
form p{
    text-align:left;
}
form input, form select , form textarea{
    width: 100%;
    text-align: left;
}
form input[type='submit'] {
    padding: 15px;
    background: #1C8D57;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    border: none;
}
.wpcf7-form-control-wrap{
    margin: 15px 0;
    display: block;
    direction: ltr;
}
#menu-home-menu {
	width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}