body, p, h1, h2, h3, h4, h5, h6, span, ul, ol, li, dl, dt, dd, form {
  padding: 0;
  margin: 0; }

html, body {
  padding: 0;
  margin: 0;
  height: auto; }

input {
  outline: none; }

textarea {
  border: none;
  outline: none;
  overflow: auto;
  resize: none; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

input.button {
  border: none;
  outline: none; }

input::-webkit-input-placeholder {
  opacity: 1; }

input::-moz-placeholder {
  opacity: 1; }

input:-ms-input-placeholder {
  opacity: 1; }

input:-moz-placeholder {
  opacity: 1; }

input[type=checkbox] {
  border: none;
  outline: none; }

img {
  outline: none;
  border: none;
  max-width: 100%;
  user-select: none;
  -webkit-user-select: none; }

li {
  list-style: none; }

a, a:active, a:hover {
  text-decoration: none;
  outline: none !important;
  user-select: none;
  -webkit-user-select: none; }

a:focus {
  outline: none;
  text-decoration: none; }

* {
  box-sizing: border-box; }

/*button, a, input[type="submit"], i {
  -o-transition: all .5s ease-out, all 0.5s ease-in;
  -ms-transition: all .5s ease-out, all 0.5s ease-in;
  -moz-transition: all .5s ease-out, all 0.5s ease-in;
  -webkit-transition: all .5s ease-out, all 0.5s ease-in;
  transition: all .5s ease-out, all 0.5s ease-in; }*/

a:hover, a, a:focus {
  color: inherit; }

a, a:hover, a:focus, button, button:hover, button:focus {
  outline: none; }

div:focus {
  outline: none; }

main#site-content{
  background:#fff;}

/*--------------FONTS--------------*/
@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter-Light.eot");
  src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Light.svgInter-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svgInter-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svgInter-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.svgInter-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svgInter-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*--------------FONTS--------------*/


.container{
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 10px;
}
header{
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid #eee;
}
._main_header{
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
._main_header .left-side {
    margin-bottom: 20px;
}
._main_header .right-side {
  display: flex;
  align-items: center;
}
.mainmenu .overlay a.closebtn {
  display: none; 
}
.mainmenu ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.mainmenu ul li:not(:last-child) {
  margin-right: 30px; 
}
.mainmenu ul li a{
  color: #214842;
  font: 16px/28px Inter-Regular; 
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}
.mainmenu ul li.active a, .mainmenu ul li:hover a{
  color: #204440;
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}
.mainmenu ul li.active::after, .mainmenu ul li::after{
  position: absolute;
  content: "";
  width: 0;
  background-color: #57ab55;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}
.mainmenu ul li.active::after, .mainmenu ul li:hover::after  {
  width: 100%;
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}

.clsHomeBanner{
  position: relative;
}
.clsHomeBanner .banner_content{
    position: absolute;
    left: 50%;
    max-width: 1190px;
    width: 100%;
    z-index: 1;
    margin: auto;
    min-height: 1px;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
}
.clsHomeBanner .banner_content .clswid{
  max-width: 630px;
}
.clsHomeBanner .banner_content .clswid._clsLft {
    margin: 0 0 0 auto;
}
.clsHomeBanner .banner_content h2 {
  font: 47px/52px Inter-Regular;
  color: #fff;
  margin-bottom: 12px;
}
.clsHomeBanner .banner_content p {
  font: 63px/65px Inter-Bold;
  color: #fff;
  margin-bottom: 20px;
}
.clsHomeBanner  .banner_content ._btns a {
  font: 17px/30px Inter-Semibold;
  color: #fff;
  background-color: #fc5a34;
  text-transform: uppercase;
  border-radius: 50px;
  width: 100%;
  display: block;
  max-width: 160px;
  text-align: center;
  padding: 10px 0;
}
.banner-silder .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px; 
}
.banner-silder .owl-dots button.owl-dot {
  width: 25px;
  height: 5px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  transition: 0.5s all;;
}
.banner-silder .owl-dots button.owl-dot.active {
  background-color: #3cac5c;
  transition: 0.5s all;
}
.clsBreadcrumb{
  background: #57ab55;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 60px;
  background-size: cover;
background-repeat: no-repeat;
    background-position: center;
}
.clsBreadcrumb h2{
  color: #fff;
  font:30px / 40px Inter-Medium;
  margin-bottom: 15px;
}
/*.clsBreadcrumb ._breadcrumb{
  display: flex;
  justify-content: center;
  align-items: center;
}*/
.clsBreadcrumb ._breadcrumb li{
  position: relative;
  display: inline-block;
}
.clsBreadcrumb ._breadcrumb li:not(:last-child){
  margin-right: 18px;
}
.clsBreadcrumb ._breadcrumb li:not(:last-child)::after{
  position: absolute;
  content: "/"; 
  color: #fff;
  padding: 0 8px;
}
.clsBreadcrumb ._breadcrumb li a,
.clsBreadcrumb ._breadcrumb li p{
  color: #fff;
  font: 14px / 18px Inter-Regular
}
.clsBreadcrumb ._breadcrumb li a:hover{
  text-decoration: underline;
}
.clsBreadcrumb ._breadcrumb li a::after{}

.about-page .clsBreadcrumb{
    background-image:url(../images/about_us.jpg);
}
.career-page .clsBreadcrumb{
    background-image:url(../images/career.jpg);
}
.contact-page .clsBreadcrumb{
    background-image:url(../images/contact.jpg);
}
.operation_data-page .clsBreadcrumb{
    background-image:url(../images/Operation_research_data_farms.jpg);
}
.services-page .clsBreadcrumb{
    background-image:url(../images/services.jpg);
}
.why-page .clsBreadcrumb{
    background-image:url(../images/why_pentaroses.jpg);
}
.whatwedo-page .clsBreadcrumb, .DMS-page .clsBreadcrumb, .AS-page .clsBreadcrumb, .DE-page .clsBreadcrumb, .DIAS-page .clsBreadcrumb, .DSSS-page .clsBreadcrumb{
    background-image:url(../images/what_we_do.jpg);
}
h2.clsCS {
    text-align: center;
    margin-bottom: 70px;
    font: 40px / 45px Inter-SemiBold;
}
.clsFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:60px;
}
.clsFlex .clsLt{ width:48%; }
.clsFlex .clsRt{ width:48%; }
.clsFlex h4{
  font: 40px / 55px Inter-Medium;
  color: #214842;
  margin-bottom: 20px;
}
.clsFlex p{
    font: 17px / 27px Inter-Regular;
    color: #214842
}
footer{
  background-color: #204440;
}

footer .foot-bottom{
  border-top:1px solid #1a1a1a ;
}
footer .foot-bottom p{
  font: 16px/26px Inter-Light;
  color: #fff;
  text-align: center;
  display: block;
  padding: 27px 0;
}
.clsWWD h4 {
    font: 40px / 55px Inter-Medium;
    color: #214842;
    margin-bottom: 40px;
    text-align: center;
}
ul.clsListView{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom:70px;
}
ul.clsListView li {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 31.5%;
  text-align: center;
}
ul.clsListView li a{
  display: flex;;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px 25px;
  border-radius:10px ;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 9%);
  width: 100%;
}
ul.clsListView li a img.clsNrml{
  display: block;
}
ul.clsListView li a img.clsHvr{ 
  display: none;
}
ul.clsListView li a p{
  font: 20px / 28px Inter-Regular;
  color: #000;
  text-align: center;
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}
ul.clsListView li a p.clsMG{
  margin-top: 15px;
}
ul.clsListView li:hover{
   background: #57ab55;
   border-radius: 10px;
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}
ul.clsListView li:hover img.clsNrml{
  display: none;
}
ul.clsListView li:hover img.clsHvr{
  display: block;
}
ul.clsListView li:hover p{
   color: #fff;
   transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}

.clsContact{
  margin-bottom: 90px;
}
.clsContact .clsCntDiv{
  text-align: center;
  max-width: 500px;
  margin:0 auto;
}
.clsContact .clsCntDiv:not(:last-child){
  margin-bottom: 30px;
}
.clsContact .clsCntDiv h3{
  font: 22px / 30px Inter-Bold;
  color: #000;
  margin-bottom: 15px;
}
.clsContact .clsCntDiv p, .clsContact .clsCntDiv a{
  color: #000;
  font: 17px / 27px Inter-Regular;
  display: block;
}
.clsContact .clsCntDiv p:not(:last-child){
  margin-bottom: 10px;
}
.clsContact .clsCntDiv a:hover{
  color: #e13131;
}
._GridBlk {
    margin: 80px 0;
}

._GridBlk h2 {
    text-align: center;
    font: 35px / 40px Inter-Bold;
    margin-bottom: 30px;
}

._GridBlk ._blks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

._GridBlk ._blks ._gbs {
       width: 32%;
    padding: 30px;
    border: 1px solid #3cac5c;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
    background: #fff;
}

._GridBlk ._blks ._gbs img {margin-bottom: 12px;}

._GridBlk ._blks ._gbs h4 {
    font: 20px/28px Inter-Semibold;
    margin-bottom: 10px;
    color: #3cac5c;
}

._GridBlk ._blks ._gbs p {
    font-size: 15px;
    line-height: 26px;
}



@media screen and (max-width: 1250px){
  .clsHomeBanner .banner_content h2 {
    font: 30px/45px Inter-Regular; 
  }
  .clsHomeBanner .banner_content p {
    font: 42px / 55px Inter-Bold;
  }
  .clsHomeBanner .banner_content ._btns a {
    font: 16px / 26px Inter-Semibold;
  }
}
@media screen and (max-width: 1120px){
  ul.clsListView li{
      width: 30.5%;
  }
}
@media screen and (max-width: 1024px){
  .mainmenu ul li a {
    font: 15px/26px Inter-Regular;
  }
  .mainmenu ul li:not(:last-child){
    margin-right: 10px;
  }
  .clsBreadcrumb{
     margin-bottom: 45px;
  }
  .clsBreadcrumb h2{
    font: 25px / 40px Inter-Medium;
  }
  ._GridBlk ._blks{
      gap: 15px;
  }
  ._GridBlk ._blks ._gbs{
      width: 32%;
  }
}

@media screen and (max-width: 991px){
  .clsHomeBanner .banner_content .clswid {
    max-width: 530px;
  }
  .clsHomeBanner .banner_content h2 {
    font: 25px / 30px Inter-Regular;
  }
  .clsHomeBanner .banner_content p {
    font:  35px / 45px Inter-Bold;
  }
  .clsHomeBanner .banner_content ._btns a{
    font: 15px / 23px Inter-Semibold;    
    max-width: 140px;
  }
  footer .foot-bottom p{
    padding: 15px 0;
  }
  ._GridBlk ._blks ._gbs{
      width: 31%;
    padding: 20px;
  }
  ._GridBlk ._blks ._gbs h4 {
    font: 18px / 24px Inter-Semibold;
  }
  ._GridBlk ._blks ._gbs p {
        font-size: 14px;
        line-height: 23px;
    }
}

@media screen and (max-width: 880px){
    ._main_header{
        padding: 15px 10px;
        flex-direction: row;
    }
    ._main_header .left-side {
    margin-bottom: 0;
}
  .overlay {
    height: 100%; 
    width: 0; 
    position: fixed; 
    top: 0; 
    right: 0; 
    background-color: #fff; 
    overflow-x: hidden; 
    transition: 0.5s; 
    opacity:0;  
    z-index:9999999;
  }
  .overlay-content {
    position: relative;  
    top: 0; 
    max-width: 280px; 
    width:100%; 
    background:#fff; 
    text-align: left;
    padding: 40px 20px 0;
    min-height: calc(100vh + 18px);
    height: auto;
    float: right;
  }
  .overlay-content.ful-h{
    height: auto;
  }
  .mystyle{
    width:260px; 
    opacity:1; 
    right:-1px;
  }
  .mainmenu .overlay a.closebtn{
    padding: 5px 0;
    display: block;
    color: #0a0a0a;
    transition: 0.6s;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 35px;
    z-index: 1110;
  }
  .overlay.mystyle{
    background:rgba(0,0,0,0.5);
    width:101%; 
    overflow-x:hidden;
  }
  .toggle{
    display: block;
    padding: 5px 5px;
    float: left;
    margin: 0;
    position: relative;
    border-radius: 5px;
    top: 0;
    background-color: #57ab55;
  }
  .toggle span{
      display:inline-block;
  }
  .toggle span i{
      width:25px; 
      height:2px; 
      display:block; 
      background:#fff; 
      margin:5px 0 0 0;
  }
  .toggle span:hover, .toggle span:focus{
    background-color: #204440;
  }
  .mainmenu ul li:not(:last-child){
    margin-right: auto;            
  }
  .mainmenu ul li {
    font: 16px/40px Inter-Regular;
    display: block;
  } 
  .clsFlex h4 {
    font: 36px / 40px Inter-Medium;
    margin-bottom: 15px;
  }
 .clsFlex p {
    font: 16px / 25px Inter-Regular;
  }
  .clsWWD h4{
    font: 36px / 40px Inter-Medium;
  }
  ul.clsListView li a p{
    font:18px / 28px Inter-Regular;
  }
  ul.clsListView li a{
    padding: 35px 15px;
  }
  .clsHomeBanner img {
    min-height: 400px;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .true {
    display: block !important;
  }
}
@media screen and (max-width: 767px){
  ._main_header {
    padding: 10px 0;
  }
  .clsFlex.clsRev{
    flex-direction: column-reverse;
  }
  .clsFlex {
    flex-direction: column;
    gap: 30px;
  }
  .clsFlex .clsLt{ width:100%; }
  .clsFlex .clsRt{ width:100%; }
  .clsFlex p {
    font: 15px / 25px Inter-Regular;
  }
  .clsFlex > div {
    text-align: center;
  }
  .clsWWD h4 {
      font: 28px / 40px Inter-Medium;
      padding: 0 10px;
  }
  ._GridBlk ._blks ._gbs {
    width: 48%;
  }
 
}
@media screen and (max-width: 730px){
  ul.clsListView li{
    width: 45%;
  }
  ._GridBlk {
    margin: 50px 0;
    }
}
@media screen and (max-width: 650px){
  .clsBreadcrumb{
    padding: 40px 20px;
  }
  h2.clsCS {
    margin-bottom: 45px;
    font: 30px / 35px Inter-SemiBold;
  }
    .clsContact{
    margin-bottom: 40px;
  }
  .clsContact .clsCntDiv h3{
    font: 19px / 24px Inter-Bold;
  }
  .clsContact .clsCntDiv p, .clsContact .clsCntDiv a {
    color: #000;
    font: 15px / 27px Inter-Regular;
  }
    
}
@media screen and (max-width: 540px){
    .clsWWD h4 {
        font: 25px / 36px Inter-Medium;
    }
     ul.clsListView li{
    width: 80%;
  }
  .clsHomeBanner .banner_content h2 {
      font: 25px / 30px Inter-Regular;
  }
  .clsHomeBanner .banner_content p {
      font:  31px / 34px Inter-Bold;
  }
  footer .foot-bottom p {
    font: 15px / 20px Inter-Light;
  }
._GridBlk ._blks ._gbs {
    width: 100%;
  }
  ._GridBlk h2 {
    text-align: center;
    font: 30px / 35px Inter-Bold;
    margin-bottom: 25px;
}

}
@media screen and (max-width: 480px){
  ._main_header .logo {
      max-width: 135px;
      width: 100%;
  }
  .clsBreadcrumb{
    margin-bottom: 40px;
  }
  .clsBreadcrumb h2 {
    font: 20px / 30px Inter-Medium;
    margin-bottom: 8px;
  }
  .clsBreadcrumb ._breadcrumb li a, .clsBreadcrumb ._breadcrumb li p {
    font: 14px / 20px Inter-Regular;
  }
  .clsBreadcrumb ._breadcrumb li:not(:last-child)::after{
    padding: 0 8px;
  }
  .clsBreadcrumb ._breadcrumb li:not(:last-child) {
    margin-right: 20px;
  }
}