html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: "PlayfairDisplay-Bold";
  src: url("../fonts/PlayfairDisplay-Bold.ttf");
}
@font-face {
  font-family: "PlayfairDisplay-Medium";
  src: url("../fonts/PlayfairDisplay-Medium.ttf");
}
@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("../fonts/PlayfairDisplay-Regular.ttf");
}
button,
a {
  outline: none;
  box-shadow: none;
  transition: all 0.5s;
  text-decoration: none;
}

a {
  color: #000;
}

ul,
ol {
  list-style: none;
}

a {
  outline: none;
  box-shadow: none;
  color: #022648;
  transition: all 0.5s;
}

.clearfix {
  clear: all;
}

a:hover {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.btn:hover {
  background-color: #121212;
  color: #fff !important;
}

h1 {
  font-size: 50px;
}

.d-xs-block {
  display: none;
}

.d-xs-none {
  display: block;
}

section {
  overflow: hidden;
}

body {
  font-size: 14px;
  background: #F2F2F2;
  font-weight: 500;
  font-family: "PlayfairDisplay-Medium";
  position: relative;
}

.btn-primary {
  color: #fff;
  background: #9e9051;
  border-radius: 0 !important;
  outline: none;
  border: none;
  font-size: 18px;
  padding: 10px 40px;
  font-family: "Lato-Regular" !important;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-primary:hover {
  background: #022648;
}

.btn-secondary {
  color: #022648;
  background: #9e9051;
  border-radius: 0 !important;
  outline: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 40px;
}

.lang {
  font-family: "Lato-Regular" !important;
  font-weight: bold !important;
}

.title {
  font-size: 38px;
  color: #022648;
  font-weight: bold;
  text-align: center;
  font-family: "PlayfairDisplay-Bold" !important;
}

/****************Header-maninBanner*****************/
header {
  width: 100%;
  padding: 0;
  z-index: 1000;
}
header header .logo img {
  max-width: 155px;
  width: 100%;
}

.centerHeader {
  background-color: #022648 !important;
}
.centerHeader .bg-light {
  background-color: #022648 !important;
}
.centerHeader .links ul {
  justify-content: start;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.centerHeader .links li {
  border-radius: 0%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #9e9051 !important;
}
.centerHeader .links a {
  color: #9e9051 !important;
  font-size: 20px;
}
.centerHeader .links i {
  font-size: 30px !important;
}
.centerHeader .nav-link {
  font-size: 18px;
  color: #FFFFFF;
  padding: 0 15px !important;
  font-weight: 600;
  transition: all 0.3s;
  font-family: "Lato-Regular" !important;
  text-transform: uppercase;
}
.centerHeader .nav-link:hover {
  color: #9e9051;
}
.centerHeader img.logo {
  width: 200px !important;
  margin: 10px;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

a.nav-link.active {
  color: #9e9051 !important;
  align-items: center;
  display: flex;
  position: relative;
}

.heightCenter {
  display: flex;
  height: 80vh;
  align-items: center;
  position: absolute;
  top: 0px;
  width: 100%;
}

.main-banner {
  position: relative;
  z-index: 1;
  height: 80vh;
  background-size: cover;
}

.main-banner img {
  min-width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 360px;
  height: 100vh;
}

.main-banner .banner-text {
  max-width: 100%;
  color: #fff;
  text-align: left;
  z-index: 2;
}

.main-banner .banner-text h1 {
  line-height: 60px;
  color: #FFFFFF;
  font-size: 54px;
  font-family: "PlayfairDisplay-Medium";
  margin-bottom: 20px;
  text-transform: uppercase;
}

.main-banner .banner-text span {
  font-family: "PlayfairDisplay-Medium";
  text-transform: uppercase;
  color: #9e9051;
  font-size: 14px;
}

.main-banner .banner-text p {
  max-width: 600px;
  color: #C2C2C2;
  font-family: "Lato-Regular" !important;
  font-size: 18px;
}

.secondaryPage.main-banner .banner-text h1 {
  font-size: 40px;
}

.main-banner .bg {
  position: absolute;
  background-color: #022648;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}

.navbar-text {
  color: #FFFFFF;
  font-family: "PlayfairDisplay-Medium" !important;
}

.social {
  padding: 0 !important;
  margin-top: 40px;
}
.social li {
  border-radius: 0%;
  border: 1px solid #9e9051;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin: 20px 10px 10px 0;
}
.social a {
  background: transparent;
  text-align: center;
  font-size: 20px;
  color: #9e9051;
  height: 40px;
  display: block;
  line-height: 40px;
}

/*********************comapny*****************/
#comapny {
  margin-top: 90px;
}
#comapny .Brands {
  justify-content: space-between;
  align-items: center;
}
#comapny .Brands .brand {
  width: 200px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
#comapny .modal-header {
  border-bottom: none;
}
#comapny p {
  color: #888888;
  font-size: 18px;
  padding: 20px 0;
  margin: 0 !important;
  font-family: "Lato-Regular" !important;
}
#comapny a {
  margin-bottom: 20px;
}

/*******************About*****************/
#about {
  background-color: #FFFFFF;
  padding: 90px 0;
}
#about .item h3 {
  margin: 20px 0;
  font-family: "PlayfairDisplay-Medium";
  color: #022648;
}
#about .item img {
  width: 64px;
}
#about .description h1 {
  text-align: left;
}
#about span {
  color: #9e9051;
  font-family: "PlayfairDisplay-Medium";
  font-size: 16px;
}
#about p {
  color: #888888;
  font-size: 16px;
}
#about ul {
  padding: 0 !important;
  margin: 0 0 30px 0 !important;
}
#about ul svg:not(:root).svg-inline--fa {
  background-color: #022648;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 3px;
}
#about ul li {
  margin: 7px 0;
  font-size: 18px;
  color: #121212;
  font-family: "Lato-Regular" !important;
}

/*************ourProjects***************/
#ourProjects {
  margin-top: 90px;
}
#ourProjects h1 {
  margin-bottom: 30px;
}
#ourProjects .projects {
  margin-bottom: 30px;
}
#ourProjects .projects .proj {
  position: relative;
}
#ourProjects .projects img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
#ourProjects .projects p {
  background-color: rgba(61, 55, 57, 0.76);
  position: absolute;
  bottom: 0px;
  padding: 10px 20px;
  width: 100%;
  color: #FFFFFF;
  margin: 0 !important;
  text-transform: uppercase;
}
#ourProjects .projects .zoom {
  position: absolute;
  top: 0;
  background-color: rgba(61, 55, 57, 0.57);
  width: 100%;
  height: 100%;
  bottom: 0px;
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
#ourProjects .projects .zoom a {
  color: #FFFFFF;
  font-size: 24px;
  transition: all 0.3s;
}
#ourProjects .projects:hover .zoom {
  display: flex;
  transition: all 0.3s;
}

.servDetails img {
  width: 100%;
}

.lSSlideOuter {
  display: block !important;
}

.modal {
  display: block !important;
  visibility: hidden;
}
.modal .imgbrands {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.modal .imgbrands img {
  width: 130px;
  margin: 0 5px;
}
.modal img.imgDesp {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal ul {
  justify-content: start;
  padding: 0 !important;
}
.modal h1 {
  font-size: 30px;
  margin-bottom: 10px !important;
  color: #022648;
}
.modal .Agricultural img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal p {
  font-size: 18px;
  color: #121212;
  font-family: "Lato-Regular" !important;
}
.modal .pragHieght {
  margin-top: 30px;
}

.modal.show {
  visibility: visible;
}

/**********************partener***********/
#partener {
  padding: 70px 0;
  background-color: #022648;
}
#partener p {
  color: #FFFFFF;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
#partener p span {
  color: #9e9051;
}
#partener .item {
  color: #fff;
  margin: 0 auto 30px;
  padding: 0 10px;
  text-align: center;
}
#partener .item h3 {
  color: #9e9051;
  margin: 10px 0;
}
#partener .item p {
  font-size: 18px;
  font-family: "Lato-Regular" !important;
  text-align: center;
  margin-bottom: 0;
  color: #C2C2C2;
}
#partener .item svg:not(:root).svg-inline--fa {
  font-size: 36px;
}

/****************Footer****************/
footer {
  color: #FFFFFF;
  font-family: "Lato-Regular" !important;
}
footer .logo {
  width: 130px;
  margin-bottom: 10px;
}
footer .items {
  align-items: center;
  margin-bottom: 30px;
}
footer .items p {
  margin-bottom: 0 !important;
  font-size: 18px;
  font-family: "Lato-Regular" !important;
}
footer .items svg:not(:root).svg-inline--fa {
  font-size: 28px;
  margin: 0 20px;
}
footer ul.list-items.justify-content-between {
  padding: 0 !important;
}
footer .links svg:not(:root).svg-inline--fa {
  font-size: 20px;
}
footer .links ul {
  justify-content: start;
  padding: 0 !important;
}
footer .links li {
  border-radius: 0%;
  border: 1px solid #9e9051;
  margin: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #9e9051 !important;
}
footer .links a {
  color: #9e9051 !important;
  transition: all 0.3s;
}
footer .links a:hover {
  color: #FFFFFF !important;
}
footer .links i {
  font-size: 30px !important;
}

.footer .copyright {
  padding: 30px;
  padding: 20px;
  background-color: #242122;
  margin-bottom: 0 !important;
}

.text-copyright {
  display: flex;
  justify-content: space-between;
}

.footer .copyright p {
  font-size: 18px;
  margin-bottom: 0 !important;
  color: #fff;
}
.footer .copyright p a {
  color: #9e9051;
}

.footer h6 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.footerContact {
  align-items: center;
}
.footerContact svg:not(:root).svg-inline--fa {
  font-size: 36px !important;
  margin-bottom: 20px;
}

.contactUs {
  width: 100%;
  z-index: 100;
  margin: 60px 0 0;
  background-color: #dbdbdb;
}
.contactUs h1 {
  margin-bottom: 20px;
}
.contactUs .container {
  padding: 50px;
  color: #FFFFFF;
}
.contactUs .items {
  align-items: center;
}
.contactUs .items p {
  margin-bottom: 0 !important;
  font-size: 18px;
  font-family: "Lato-Regular" !important;
  color: #121212;
}
.contactUs svg:not(:root).svg-inline--fa {
  font-size: 28px;
  margin: 0 20px;
}

/*************AboutUs************/
.main-banner.innerPages img, .main-banner.innerPages .bg, .main-banner.innerPages .heightCenter, .main-banner.innerPages {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}

#team {
  margin-top: 90px;
}
#team h1 {
  margin-bottom: 30px;
}
#team .member {
  background-color: #022648;
  color: #FFFFFF;
  margin-bottom: 30px;
}
#team .description {
  padding: 15px 15px 0 15px !important;
}
#team .description p {
  color: #9e9051;
  margin-bottom: 10px !important;
}
#team .links ul {
  justify-content: start;
  padding: 0px 15px 15px 15px !important;
}
#team .links li {
  border-radius: 0%;
  border: 1px solid #FFFFFF;
  margin: 10px 10px 10px 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF !important;
}
#team .links a {
  color: #FFFFFF !important;
  font-size: 20px;
}
#team .links a:hover {
  color: #9e9051 !important;
}
#team .links i {
  font-size: 30px !important;
}

/****************News Detials****************/
#blogDeatils {
  margin-top: 90px;
}
#blogDeatils .new {
  border-radius: 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C2C2C2;
}
#blogDeatils .new img {
  border-radius: 0;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
#blogDeatils .new h3 {
  font-size: 24px;
  font-weight: 600;
  color: #022648;
}
#blogDeatils .new .date {
  color: #E6AF79;
  margin-bottom: 10px;
  font-size: 20px;
}
#blogDeatils .new p {
  font-size: 18px;
  color: #888888;
  font-family: "Lato-Regular" !important;
}
#blogDeatils .new a {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #E6AF79;
  font-family: "Lato-Regular" !important;
}
#blogDeatils .new ul {
  padding: 0 !important;
  margin: 0 0 30px 0 !important;
}
#blogDeatils .new ul svg:not(:root).svg-inline--fa {
  background-color: #B71F36;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 3px;
}
#blogDeatils .new ul li {
  margin: 7px 0;
  font-size: 18px;
  color: #121212;
  font-family: "Lato-Regular" !important;
}
#blogDeatils .text {
  position: relative;
}
#blogDeatils .category {
  position: absolute;
  top: -47px;
  left: 0;
}
#blogDeatils .category a {
  color: #FFFFFF;
}
#blogDeatils .imgNews {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
#blogDeatils h5 {
  color: #022648;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#blogDeatils .links svg:not(:root).svg-inline--fa {
  background-color: transparent !important;
  color: #9e9051 !important;
}
#blogDeatils .links ul {
  justify-content: start;
}
#blogDeatils .links li {
  border-radius: 0%;
  border: 1px solid #FFFFFF;
  margin: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #022648;
  color: #9e9051 !important;
}
#blogDeatils .links a {
  color: #9e9051 !important;
  font-size: 24px;
}
#blogDeatils .links i {
  font-size: 30px !important;
}
#blogDeatils form .form-control {
  border: none !important;
  padding: 10px;
  border-radius: 0 !important;
}
#blogDeatils .recentPost {
  background-color: #022648;
  padding: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
#blogDeatils .recentPost h3 {
  margin-bottom: 15px;
}
#blogDeatils .recentPost ul {
  padding: 0;
}
#blogDeatils .recentPost a {
  color: #FFFFFF;
}
#blogDeatils .recentPost .date {
  color: #E6AF79;
  margin-top: 10px;
}
#blogDeatils .recentPost li {
  margin-bottom: 20px;
}
#blogDeatils .recentPost svg.svg-inline--fa.fa-chevron-right.fa-w-10 {
  color: #9e9051;
}
#blogDeatils .question {
  background-image: url("../img/mainBanner.png");
  background-size: cover;
  padding: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
#blogDeatils .question .items {
  align-items: center;
  margin: 10px 0;
}
#blogDeatils .question .items p {
  margin-bottom: 0;
  padding: 0 8px;
}

/****************Careers*********************/
#careers {
  margin-top: 90px;
}
#careers .job {
  background-color: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
}
#careers a:hover {
  color: #022648 !important;
}
#careers .type {
  background-color: #f7f3f2;
  color: #FB9E41;
  padding: 10px;
  margin-bottom: 10px;
}
#careers h3 {
  color: #022648;
  margin: 10px 0;
}
#careers .price {
  color: #9e9051;
}
#careers .time {
  margin: 0 10px;
  color: #022648;
  text-transform: capitalize;
}
#careers .company {
  display: flex;
  margin: 20px 0 0;
}
#careers .company img {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  background-color: #E6E6E6;
  padding: 10px;
}
#careers .company h4 {
  font-size: 18px;
  margin-bottom: 0;
}
#careers .company span {
  color: #C2C2C2;
}

/********************Job description****************/
#jobDescription {
  margin-top: 90px;
}
#jobDescription .job {
  background-color: #e5e1e1;
  padding: 30px;
  margin-bottom: 30px;
}
#jobDescription .job ul {
  padding: 0 !important;
}
#jobDescription .job ul li {
  font-size: 18px;
  margin-bottom: 20px;
}
#jobDescription .job h4 {
  color: #022648;
}
#jobDescription .job p {
  color: #121212;
  font-size: 18px;
  line-height: 30px;
}
#jobDescription .job h5 {
  color: #022648;
  margin-bottom: 10px;
}
#jobDescription .job .type, #jobDescription .job .salary, #jobDescription .job .exprience {
  color: #9e9051;
}
#jobDescription .job .type span, #jobDescription .job .salary span, #jobDescription .job .exprience span {
  color: #022648;
  margin: 0 10px;
}
#jobDescription form {
  background-color: #022648;
  padding: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
#jobDescription form .form-control {
  border-radius: 0 !important;
  border: 0 !important;
  padding: 10px;
}
#jobDescription .uploadFile input#image_uploads {
  display: none !important;
}
#jobDescription .uploadFile .preview p {
  font-size: 16px;
  color: #fff;
}
#jobDescription .uploadFile .labelStyle {
  border: 1px dashed #ced4da;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#jobDescription .uploadFile label {
  text-align: center;
  background-color: #FFFFFF;
  color: #022648;
  padding: 10px;
  cursor: pointer;
}

#getInToch h1 {
  text-align: left;
}
#getInToch p {
  color: #121212;
  font-size: 18px;
  margin-bottom: 20px;
}
#getInToch form {
  background-color: #022648;
  padding: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
#getInToch form .form-control {
  border-radius: 0 !important;
  border: 0 !important;
  padding: 10px;
}
#getInToch .items {
  align-items: center;
  display: block;
  margin-bottom: 30px;
}
#getInToch .items p {
  margin-bottom: 0 !important;
  font-size: 18px;
  font-family: "Lato-Regular" !important;
  color: #121212;
}
#getInToch .items h5 {
  color: #022648;
}
#getInToch svg:not(:root).svg-inline--fa {
  font-size: 28px;
  margin-right: 24px;
  color: #9e9051;
  margin-bottom: 20px;
}

/*******************Media****************/
@media screen and (max-width: 1200px) {
  #clients .reviews {
    position: initial;
    margin-top: 30px;
  }

  #comapny .Brands .brand {
    width: 160px;
    height: 150px;
  }

  .description {
    margin-top: 20px;
  }

  #partener p {
    font-size: 24px !important;
  }

  .centerHeader .nav-link {
    font-size: 12px;
    padding: 0 5px !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav {
    text-align: left;
    align-items: start;
    padding: 0 !important;
  }

  .navbar-expand-lg .navbar-nav li {
    margin-bottom: 15px;
  }

  .centerHeader .nav-link {
    padding: 0 !important;
  }

  .main-banner .banner-text h1 {
    font-size: 24px;
    line-height: 40px;
  }

  #comapny .d-flex {
    display: block !important;
    text-align: center;
  }

  #comapny .Brands .brand {
    width: 200px;
    height: 115px;
  }

  #comapny, #ourProjects, #line, #team, #blogDeatils, #jobDescription, #careers {
    margin-top: 30px;
  }

  .title {
    font-size: 30px !important;
  }

  #about, #line, #clients, #news {
    padding: 30px 0;
  }

  #about ul {
    margin: 0 !important;
  }

  #partener {
    padding: 50px 0;
  }

  #partener p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #partener .item img {
    width: 100%;
  }

  #clients .reviews {
    position: initial;
    margin-top: 30px;
  }

  #clients img.clientImg {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .footer {
    margin: 0;
    padding-top: 30px;
  }

  .footer-body {
    padding: 0;
  }

  .contactUs {
    position: initial;
  }

  .contactUs .items {
    margin-bottom: 30px;
  }

  .text-copyright {
    display: block;
    text-align: center;
  }

  .footer .copyright {
    padding: 10px;
  }

  .centerHeader {
    background-color: #022648 !important;
    padding: 0 10px;
  }

  .navbar-toggler {
    background-color: #9e9051;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  div#navbarTogglerDemo01 {
    position: absolute;
    width: 100%;
    top: 127px;
    background: #022648;
    z-index: 1000;
  }

  .navbar-expand-lg .navbar-nav li:last-child {
    margin: 0 !important;
  }

  .navbar-collapse {
    padding: 20px;
  }

  #comapny .Brands .brand {
    display: block;
    margin: 0 auto;
  }

  #blogDeatils .new ul {
    margin: 0 !important;
  }

  .heightCenter, .main-banner {
    height: 65vh;
  }
}/*# sourceMappingURL=style.css.map */


.has-error {color:#a94442;background-color:#f2dede;border-color:#a94442}
