body {
  font-family: "Montserrat", sans-serif;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.8;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--color-secondary);
  text-decoration: none;
}

strong {
  color: var(--text-color);
}

* {
  outline: 0;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
} */
h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
  margin-bottom: 30px;
}
p {
  font-size: 18px;
  letter-spacing: 0.4px;
}
.text-dark {
  color: #000000;
}
.text-green {
  color: #40c351;
}
.text-light {
  color: #ffffff;
}
.fw-normal {
  font-weight: 500;
}
.img-full {
  width: 100%;
}
input::placeholder {
  color: #fff;
}

.required {
  border: 1px solid #ff0000;
  background-color: #fffdee;
}
.bg-primary {
  background-color: var(--color-primary) !important;
}
.text-primary {
  color: var(--color-primary) !important;
}
.bg-secondary {
  background-color: var(--color-secondary) !important;
}
.text-secondary {
  color: var(--color-secondary) !important;
}
.page-banner h1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 10%) !important;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 35px;
  background-color: #01469199;
  display: inline-block;
  padding: 15px;
}

.edit-bar .edit-btn,
.edit-bar .edit-btn:focus {
  display: block !important;
  position: absolute !important;
  top: -1px;
  font-size: 10px;
  background-color: red !important;
  color: #fff !important;
  right: -1px;
  line-height: 15px !important;
  padding: 2px 8px !important;
  cursor: pointer;
}

.btn.btn-primary {
  background: #f79c00fb;
  background: -moz-linear-gradient(
    top,
    rgba(253, 181, 61, 1) 0%,
    rgba(244, 150, 7, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(253, 181, 61, 1) 0%,
    rgba(244, 150, 7, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(253, 181, 61, 1) 0%,
    rgba(244, 150, 7, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb53d', endColorstr='#f49607', GradientType=0);
  padding: 12px 50px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
  border: 0;
}

.btn.btn-primary:hover {
  background: rgb(244, 150, 7);
  background: -moz-linear-gradient(
    top,
    rgba(244, 150, 7, 1) 0%,
    rgba(253, 181, 61, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(244, 150, 7, 1) 0%,
    rgba(253, 181, 61, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(244, 150, 7, 1) 0%,
    rgba(253, 181, 61, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49607', endColorstr='#fdb53d', GradientType=0);
}

ul.check {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

ul.check li:before {
  content: "\f058";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #4db72f;
}

.bg-cyan {
  background-color: #d7f0ea !important;
}

.bg-old-lack {
  background-color: #fcf6e8 !important;
}

.bg-lavender {
  background-color: #e7e7f4 !important;
}

.container-fluid.padding {
  padding-left: 50px;
  padding-right: 50px;
}

.container {
  max-width: 1320px;
}

.logo {
  padding: 15px 0;
  max-width: 200px;
}

/* =============== */
/*  ========= header bgn here========== -- */
.header .btn {
  border-radius: 0;
  padding: 15px 35px;
}

/* - */

.header-2068 .header-main {
  background-color: #ffffff;
}

.header-2068 .btn.btn-header {
  background-color: #f79e00;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb53e', endColorstr='#f49607',GradientType=0 );

  padding: 10px 10px;
  color: #fff;
  font-weight: 700;
}
.header-2068 .btn.btn-header:hover {
  background-color: #0057b7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49607', endColorstr='#fdb53e',GradientType=0 );
}

.header-2068 .header-contact .fa-solid,
.header-2068 .header-contact i.bi.bi-envelope {
  background-color: #008bcb;
  color: #fff;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50rem;
  font-size: 12px;
  margin-right: 5px;
  min-width: 25px;
}

.header-2068 .header-contact .phone a {
  font-weight: 600;
  font-size: 20px;
}
.header-2068 .header-contact .phone .fa-solid {
  margin-bottom: 6px;
}
.header-2068 .header-nav {
  background-color: #0057b7;
  border-bottom: 8px solid #f79e00;
}
.header-2068 .header-nav .social a {
  display: inline-flex !important;
  padding: 0 5px;
}
.header-2068 .header-nav .social .fa-brands {
  background-color: #fff;
  color: #008bcb;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50rem;
}
@media (max-width: 991px) {
  .header-2068 .header-contact .phone .fa-solid {
    margin-bottom: 0;
  }
  .header-2068 .btn.btn-header {
    padding: 10px 5px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .header-2068 .navbar {
    padding: 0;
  }
  .header-2068 .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .header-2068 .navbar li {
    position: relative;
  }
  .header-2068 .navbar a,
  .header-2068 .navbar a:focus {
    color: #fff;
    line-height: 65px;
    text-transform: uppercase;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .header-2068 .navbar a i,
  .header-2068 .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .header-2068 .navbar a:hover:before,
  .header-2068 .navbar li:hover > a:before,
  .header-2068 .navbar ul li a:hover,
  .header-2068 .navbar ul li.active:focus,
  .header-2068 .navbar ul li.active a {
    background-color: #1fb9ec;
    color: #fff;
  }
  .header-2068 .navbar ul li.active:before {
    visibility: visible;
    width: 100%;
  }

  .header-2068 .navbar .dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .header-2068 .navbar .dropdown ul {
    background-color: #0e3875;
    display: block;
    position: absolute;
    top: calc(100%);
    margin: 0;
    padding: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 0;
  }
  .header-2068 .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  .header-2068 .navbar .dropdown ul li {
    min-width: 200px;
  }
  .header-2068 .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #fff;
    line-height: 30px;
  }
  .header-2068 .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .header-2068 .navbar .dropdown ul li:hover > a {
    color: #fff;
  }

  .header-2068 .mobile-nav-show,
  .header-2068 .mobile-nav-hide {
    display: none;
  }
}
@media (max-width: 1400px) {
  .header-2068 .header-contact .phone a {
    font-weight: 600;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .header-2068 .navbar a,
  .header-2068 .navbar a:focus {
    padding: 0px 20px;
  }
  .header-2068 .btn.btn-header {
    padding: 10px 12px;
    font-size: 14px;
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  .header-2068 .header-contact .phone a {
    font-weight: 600;
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    background-color: transparent;
    border: 0;
  }
  .header-2068 .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .header-2068 .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .header-2068 .navbar a,
  .header-2068 .navbar a:focus {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px !important;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s;
  }
  .header-2068 .navbar a i,
  .header-2068 .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .header-2068 .navbar a:hover,
  .header-2068 .navbar .active,
  .header-2068 .navbar .active:focus,
  .header-2068 .navbar li:hover > a {
    color: #fff;
    background-color: var(--color-primary);
  }
  .header-2068 .navbar .dropdown ul,
  .header-2068 .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 0 20px;
    transition: all 0.5s ease-in-out;
  }
  .header-2068 .navbar .dropdown > .dropdown-active,
  .header-2068 .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }
  .header-2068 .mobile-nav-show {
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }
  .header-2068 .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }
  .mobile-nav-active .header-2068 {
    overflow: hidden;
  }
  .mobile-nav-active .header-2068 .navbar {
    right: 0;
  }
  .mobile-nav-active .header-2068 .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9996;
  }
}

/* -- ====soh=====header end here========== - */
.newsletters-footer .news .btn.btn-primary {
  background: #f79c00fb;
  background: -moz-linear-gradient(
    top,
    rgba(253, 181, 61, 1) 0%,
    rgba(244, 150, 7, 1) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb53d', endColorstr='#f49607', GradientType=0);
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5;
  color: var(--white);
  text-transform: capitalize;
  border: 0;
}
.newsletters-footer .news .form-control {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-py {
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer-middle {
  background-color: #162230;
  color: #fff;
}
.footer-middle a {
  color: var(--footer-link-color) !important;
  text-decoration: none;
}
.footer-middle a:hover {
  color: var(--color-primary) !important;
  text-decoration: none;
}
.section-2119 .fa-solid,
.fas {
  font-weight: 900;
  margin-top: 5px;
}
.social .fa-brands {
  background-color: transparent;
  color: #41abe1;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
  font-size: 22px;
}
/* ======= slider section ============== */
.slide .slide-text {
  position: absolute;
  width: -webkit-fill-available;
  top: 50%;
  left: 50%;
  transform: translate(-90%, -50%);
  color: #fff;
  font-weight: 400;
  text-align: left;
  background-color: #20211ed4;
  padding: 30px;
}
.footer {
  background-color: var(--footer-bg);
  color: var(--footer-color);
  border-top: 0;
}
/* =======slider section end here============== */

/* <!-- home section one --> */

.section-2002 h5 {
  color: #ffb703;
}
.section-2002 .bg-image {
  position: relative;
  overflow: hidden;
}
.section-2002 .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-2002 .exprience {
  background-color: #ffb703;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-2002 .exprience strong {
  font-size: 60px;
  font-weight: 700;
}
.section-2002 .call-us .fa-phone {
  background-color: #014691;
  width: 65px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 65px;
  font-size: 24px;
  margin-right: 15px;
  border-radius: 100%;
}
.section-2002 .call-us h3 {
  font-weight: 700;
}
.section-2002 .call-us a {
  color: #fff;
}
.section-2002 .call-us p a {
  color: #fff;
  padding: 12px 15px;
  text-transform: capitalize;
  font-size: 18px;
}
.callus_number {
  color: #014691 !important;
}
/* <!-- section one end--> */

/* ======section tow start====== */
.bg-lightt {
  background-color: #dfdada !important;
}
.section-three {
  position: relative;
}
.section-three .container {
  position: relative;
}
.section-three .upper {
  position: absolute;
}
.container-fluid.padding {
  padding-left: 50px;
  padding-right: 50px;
}
.section-three .card {
  transition: 1s;
  cursor: pointer;
}
.section-three .regular {
  position: relative;
}
.section-three .card .hover {
  display: none;
  text-align: left;
  transition: 1s;
  width: 100%;
  bottom: 16px;
  position: relative;
}
.section-three .upper {
  position: absolute;
  bottom: 0;
  padding: 0px 10px;
}
.upper-hover {
  bottom: 2%;
  position: absolute;
  display: block;
}
.upper-hover h5,
.upper h5 {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
.section-three .card .hover p {
  font-size: 17px;
  line-height: 25px;
}
.upper-hover .btn.btn-primary {
  padding: 5px 20px;
}
.section-three.regular:hover .hover {
  display: block;
  text-align: left;
  transition: 1s;
  width: 100%;
  bottom: 16px;
  position: relative;
}
/*  */
.section-three {
  position: relative;
}

.career-home {
  position: absolute;
  top: 0;
  width: 100%;
}

/*----section-three------*/
.section-three .regular {
  position: relative;
}

.section-three .upper {
  position: absolute;
}
.upper-hover {
  bottom: 2%;
  position: absolute;
  display: block;
}
.upper {
  bottom: 40px;
  left: 30px;
}
.upper img {
  display: flex;
  padding-bottom: 5px;
}

.section-three .container {
  position: relative;
}

.section-three .col-lg-6 {
  position: relative;
}

.section-three .card .hover {
  display: none;
  text-align: left;
  transition: 1s;
  width: 100%;
  bottom: 16px;
  position: relative;
}

.section-three .card {
  transition: 1s;
  cursor: pointer;
}

.section-three .card:hover .hover {
  transition: 1s;
  position: absolute;
  display: block;
  background-color: #0091f796;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.section-three .card .hover p {
  font-size: 17px;
  line-height: 25px;
}

.section-three .card:hover .upper {
  display: none;
}

/* ======section tow end====== */
/* -----------section three------- */

.section-2040 {
  margin: 25px 0;
}
.section-2040 .col-lg-6 a:hover {
  color: #fff;
  text-decoration: none;
}
.section-2040 h2 {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.section-2040 h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #fff;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.section-2040 h5 {
  text-transform: uppercase;
}
.section-2040 .btn.btn-2040 {
  background-color: #e3353a;
  padding: 10px 40px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.section-2040 .col-lg-6 .text-center.py-5 {
  padding: 100px 0 !important;
}
.background_forthree {
  background-color: #204369;
}

/* -----------section three--end----- */
.mailtxt {
  color: #e29316;
}
/* --------section four---start------- */

/* --------section four---end------- */

/* --------section five---star------- */
.section-2119 .form-control {
  background-color: #3b4d5a;
  border: 1px solid #3b4d5a;
  border-radius: 0;
  min-height: 55px;
  color: #fff;
}

.section-2119 .form-control ::placeholder {
  color: #f2f2f2;
  opacity: 1; /* Firefox */
}

.section-2119 .form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f2f2f2;
}

.section-2119 .form-control ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f2f2f2;
}
.section-2119 a {
  color: #000000;
  text-decoration: none;
}
.section-2119 a:hover {
  color: var(--color-primary);
  text-decoration: none;
}
.con-wht span {
  color: #4db72f;
}

/* --------section five---end------- */

/* ---------------contact us ------- */

/* ---------------contact us ------- */

/* ==============Agricultural service Start =============== */
.section-2081 {
  padding: 80px 0;
}
.section-2081 .btn.btn-outline {
  border: 1px solid#54575A;
  font-weight: 600;
  padding: 8px 30px;
}
.section-2081 .btn.btn-outline:hover {
  background-color: #83c2c7;
  border-color: #83c2c7;
  color: #fff;
}

.section-2081 p {
  text-align: justify;
  font-size: 18px;
}
.section-2081 h2 {
  font-size: 20px !important;
  text-transform: initial;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 34px;
}
.section-2081 .container-fluid.padding h3 {
  font-size: 30px;
  padding: 10px 0;
  font-weight: 700;
}
.agri_conttxt {
  color: #e29316;
}
.section-2081 .agri_para {
  font-size: 19px;
  font-weight: bold;
}
/* ==============Agricultural service end =============== */
/* ==============Education service Start =============== */
.edu_conttxt {
  color: #e29316;
}
.section-2081 .edu_para {
  font-size: 19px;
  font-weight: bold;
}
/* ==============Education service end =============== */
/* =================import and export=========== */
.section-2081 .import_para {
  font-size: 18px;
  font-weight: bold;
}
/* =================import and export=========== */

/*------------------------------ # responsive---start---------------------------*/

@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1400px) {
  .section-2081 .container-fluid.padding h3 {
    font-size: 25px;
    padding: 10px 0;
    font-weight: 700;
  }
  .section-2040 .col-lg-6 .text-center.py-5 {
    padding: 80px 0 !important;
  }
}

@media only screen and (max-width: 1200px) {
  .section-2040 .col-lg-6 .text-center.py-5 {
    padding: 50px 0 !important;
  }
  .section-py,
  .section-2081 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  p {
    font-size: 18px;
  }
  .slide .slide-text {
    padding: 15px;
  }
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 991px) {
  .slide .container {
    padding: 0;
  }
  .slide .slide-text {
    width: 100%;
    transform: translate(0);
    position: inherit;
    background-color: #20211ed4;
    padding: 32px;
    color: #fff;
    text-align: center;
  }
}

@media only screen and (min-width: 991px) {
}

@media only screen and (max-width: 767px) {
  .section-py,
  .section-2081 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container-fluid.padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 19px;
    margin-bottom: 30px;
  }
  p {
    font-size: 17px;
  }
  .section-2002 h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .section-2002 .exprience {
    background-color: #ffb703;
    width: 130px;
    height: 115px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-2002 .exprience strong {
    font-size: 30px;
    font-weight: 700;
  }
  .page-banner h1 {
    font-size: 25px;
  }

  .container-fluid.padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-py,
  .section-2081 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .logo {
    margin: 0 auto;
  }
  header#header {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 427px) {
}

/* --------------------------------# responsive---end---------------------------*/

/*------------------css---end-----------------------*/
