h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  font-family: "Montserrat", sans-serif;
}

/*
  font-family: "Kurale", serif;
  font-family: "Maitree", serif;
*/

/*================================*/

#header .my_logo {
  padding: 10px;
}

#header nav {
  margin-bottom: 0;
}

/*=======================================*/

#old_tea img {
  position: relative;

  margin-top: -150px;
}

#tea_img img {
  width: 100%;
}

/* #tea_img h3 {

  color: #fff;

  position: relative;

  z-index: 100;

  margin-top: -160px;

  font-weight: 100;

  line-height: 40pt !important;

}

#tea_img h3 span {

  font-size: 38px;

  font-weight: 600;

} */

/*======================================*/

/*About*/

#about .about {
  color: #ca7d28;

  font-weight: 100;

  font-size: 38px;
}

#about .about span {
  font-weight: 600;

  font-size: 38px;

  color: #fff;
}

.title {
  font-weight: 100;

  font-size: 38px;

  color: #000;

  margin-bottom: 70px;
}

.title span {
  font-weight: 700;

  font-size: 38px;

  /* color: #0d8c5e; */
}

#about .text-uppercase.btn {
  transition: 0.4s;

  font-size: 16px;

  color: #000;

  border: 2px solid #000;

  border-radius: 0px;

  background-color: transparent !important;

  margin-top: 20px;
}

#about .text-uppercase.btn:hover {
  transition: 0.4s;

  background-color: #ca7d28 !important;

  border: 2px solid #fff;

  color: #fff;
}

/*=======================================*/

/*Our Products*/

.our-products {
  padding-top: 100px;

  padding-bottom: 185px;

  position: relative;
}

.project-section::before,
.contact-section::before {
  content: "";

  width: 100%;

  height: 16px;

  background-image: url(/img/rip.png);

  position: absolute;

  top: -16px;

  left: 0;

  z-index: 10;

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);
}

.about-two__bg {
  position: absolute;

  bottom: 0px;

  left: 0;
}

/* #our_project h2 span {

  font-weight: bold;

} */

#our_project .line_products {
  margin: 0 auto;

  width: 50px;

  border: 1px solid #ccc;
}

#our_project .MS-controls * {
  margin-top: 25px;

  color: #aaa;

  border: 1px solid #aaa;

  border-radius: 100%;

  padding: 8px;

  font-size: 16px;
}

/*=======================================*/

/*Footer*/

footer {
  /* margin-top: 70px; */

  background-color: #0e1c2a;

  padding-top: 30px;

  padding-bottom: 30px;
}

footer .breadcrumb {
  background-color: transparent !important;
}

footer .breadcrumb a {
  color: #fff;

  font-size: 17px;
}

footer .social {
  margin-left: 10px;
}

footer .social a {
  color: #aaa;
}

footer .social a:hover {
  opacity: 0.8;
}

footer p {
  line-height: 30px;

  text-align: right;

  margin-top: 10px;

  color: #fff;
}

footer .net {
  color: #fb9f38;
}

footer .net:hover {
  text-decoration: none;

  opacity: 0.8;
}

#about {
  /* background-image: url(/img/agri.jpg);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center; */

  /*  background-color: #043f7a;*/

  background-color: #977e37;

  padding-top: 50px;

  padding-bottom: 50px;

  position: relative;
}

#about .about_img {
  /* top: 32px;

  left: 170px;

  position: absolute;

  width: 55%; */

  display: flex;

  justify-content: center;

  margin-top: -40px;
}

/*=======================================*/

/*Media Query*/

@media (max-width: 767px) {
  /* #tea_img img {

    width: 100%;

    margin-top: 30px;

    margin-bottom: 30px;

  } */

  /* #about{

		background-color: #F7EEE4!important;

		padding-top: 30px;

		padding-bottom: 50px;

	} */
}

@media (min-width: 1200px) {
  #about .main_about {
    position: relative;

    top: -10px;
  }

  /* #about{

		position: relative;

		top: -50px;

		padding-top: 0;

		background-color: #F7EEE4;

		height: 280px;

	} */

  /* #about::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(0, 0, 0, 0.7);



  } */

  .about-txt {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  #our_project {
    margin-top: 30px;
  }
}

@media (min-width: 991px) {
  #tea_img {
    position: relative;

    padding-top: 150px;

    padding-bottom: 150px;
  }

  .project-page-title::before {
    content: "";

    width: 100%;

    height: 16px;

    background-image: url(/img/rip.png);

    position: absolute;

    top: -5px;

    left: 0;

    z-index: 10;

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }

  #header nav ul li {
    margin-top: 20px;
  }

  #header nav ul li a:after {
    content: ".";

    font-size: 30px;

    display: inline-block;

    width: 30px;

    text-align: right;
  }

  .last_dot_close:after {
    content: "" !important;

    margin-top: 20px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  #header nav ul li {
    margin-top: 25px;
  }

  /* #tea_img img {

    width: 100%;

    margin-top: 30px;

    margin-bottom: 30px;

  } */

  #about {
    padding-top: 30px;

    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  #header .navbar-toggle {
    margin-top: 30px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  /* #about .about_img {

    width: 50%;

    position: absolute !important;

    top: 30px;

    left: 155px;

  } */

  /* #our_project {

    margin-top: -50px;

  } */
}

@media (max-width: 991px) {
  footer p {
    line-height: 30px;

    text-align: left;

    margin-top: 15px;

    color: #fff;
  }

  .agro-nav {
    margin-left: auto !important;
  }

  .navbar-toggler {
    background-color: #3690eb !important;
  }

  .navbar-toggler > i {
    font-size: 25px;

    color: #fff;
  }

  .form-section {
    padding-left: 0px !important;
  }

  .contact-info-img {
    display: flex;

    justify-content: center;

    margin-bottom: 35px;
  }
}

/* Update CSS :start */

.product-card {
  max-width: 275px;

  margin-left: auto;

  margin-right: auto;
}

.mv-container-one,
.mv-container-two,
.mv-container-three {
  position: relative;

  width: 100%;
}

.mv-container-one > img,
.mv-container-two > img,
.mv-container-three > img {
  display: block;

  width: 100%;

  height: auto;
}

.mv-overlay-one,
.mv-overlay-two,
.mv-overlay-three {
  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  background-color: #008cba;

  overflow: hidden;

  width: 100%;

  height: 0;

  transition: 0.5s ease;
}

.mv-container-one:hover .mv-overlay-one,
.mv-container-two:hover .mv-overlay-two,
.mv-container-three:hover .mv-overlay-three {
  height: 100%;
}

.mv-text {
  color: white;

  font-size: 20px;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  text-align: center;
}

.choose-container,
.choose-container-green {
  position: relative;
}

.choose-container::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  /*  background: rgba(4, 63, 122, 0.8);*/

  background-color: #977e37;
}

.choose-container-green::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  /*  background: rgba(4, 63, 122, 0.8);*/

  background-color: #977e37;
}

.tea_img_block {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 85%;

  padding: 20px 0px;
}

.tea_img_block > h3 {
  font-size: 26px;
}

.tea_img_block > p {
  font-size: 18px;
}

.circle-count {
  width: 50px;

  height: 50px;

  font-size: 22px;

  font-weight: bold;

  /*  background: #f8c32c;*/

  border-radius: 100%;

  display: flex;

  align-content: center;

  justify-content: center;

  align-items: center;

  margin-right: 10px;

  z-index: 99;
}

.circle-count > i {
  font-size: 28px;
}

.pill-title {
  color: #050505;

  font-size: 17px;

  font-weight: 500;

  border-radius: 30px;

  border: 1px solid #3690eb;

  display: inline-block;

  padding: 8px 20px 8px 20px;

  position: relative;

  overflow: hidden;

  background: rgba(54, 144, 235, 0.2);
}

.prj-caption {
  background-color: #f1f1f1;

  border-radius: 10px;

  position: relative;

  padding: 20px;

  margin-top: 20px;

  box-shadow: 0px 1px 3px 0px rgba(5, 5, 5, 0.14);
}

.prj-caption > p {
  font-size: 16px !important;

  font-weight: 200;
}

.contact-icon {
  width: 40px;

  height: 40px;

  display: inline-flex;

  background: #fff;

  border-radius: 100%;

  justify-content: center;

  color: #5ba64b;

  border: 2px dotted #5ba64b;

  align-items: center;

  margin-right: 15px;
}

.contact-icon > i {
  font-size: 20px !important;
}

/* .contact-info-box{

    border-radius: 15px;

    border: 1px solid #65ab03;

    padding: 19px 25px;

    display: inline-block;

    min-width: 400px;

} */

.contact-info-img > img {
  border-radius: 15px;
}

.information {
  background-color: #043f7a;

  border-radius: 20px;

  padding: 57px 50px 56px 50px;

  position: relative;

  z-index: 1;

  gap: 23px;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-direction: column;

  margin-top: 20px;
}

.information::after {
  content: "";

  position: absolute;

  top: 19px;

  right: 19px;

  bottom: 19px;

  left: 19px;

  border-radius: 15px;

  border: 1px dashed rgba(255, 255, 255, 0.5);

  z-index: 0;
}

.information > li {
  display: flex;

  position: relative;

  z-index: 1;

  gap: 25px;
}

.information li .icon {
  width: 52px;

  height: 52px;

  background-color: #f8c32c;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  flex-shrink: 0;
}

.information li .icon i {
  color: #fff;

  font-size: 20px;
}

.infor {
  gap: 8px;

  display: flex;

  flex-direction: column;
}

.con-title {
  font-size: 23px;

  color: #fff;
}

.form-section {
  padding-left: 50px;
}

.map-section {
  padding: 100px 0px;
}

.form-control {
  padding: 28px 30px;

  border-radius: 25px;

  outline: 0 !important;

  box-shadow: none;

  border: 1px solid transparent;

  background-color: #0d401c0d;
}

.submit-btn {
  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #3690eb;

  color: #fff;

  padding: 10px 20px;

  /* border-radius: 28px; */

  position: relative;

  z-index: 1;

  width: max-content;

  font-weight: 500;

  font-size: 18px;

  margin-top: 20px;
}

.submit-btn:hover {
  color: #043f7a;

  background-color: #f8c32c;
}

.arrow-icon {
  width: 35px;

  height: 35px;

  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

  border-radius: 50%;

  background-color: #f8c32c;

  transition: all 0.3s ease;
}

.arrow-icon > i {
  font-size: 20px !important;
}

.sub-title {
  color: #043f7a;

  font-size: 20px;

  line-height: 26px;

  font-style: italic;
}

#go-top {
  position: fixed;

  right: 12px;

  bottom: 100px;

  height: 45px;

  width: 45px;

  display: flex !important;

  justify-content: center !important;

  align-items: center !important;

  cursor: pointer;

  display: block;

  border-radius: 50px;

  /* box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2); */

  z-index: 10000;

  opacity: 1;

  /* visibility: hidden; */

  transform: translateY(15px);

  -webkit-transition: all 0.2s linear;

  transition: all 0.2s linear;

  padding: 8px 17px;

  background-color: #fff;

  border: 2px solid #f8c32c;

  color: #f8c32c;
}

#go-top:hover {
  animation: pulse 3s infinite;

  background-color: #3690eb;

  border: 2px solid #fff;

  color: #fff;
}

.shape1 {
  position: absolute;

  top: -20px;

  left: 0px;
}

.shape2 {
  position: absolute;

  bottom: 43%;

  right: 64%;
}

.shape3 {
  position: absolute;

  right: 0%;

  top: 9px;
}

.shape4 {
  position: absolute;

  bottom: 16%;

  left: -1%;
}

.shape5 {
  position: absolute;

  left: 92%;

  bottom: 73%;

  transform: translate(-50%, 70%);
}

.shape7 {
  position: absolute;

  left: 90%;

  bottom: 52%;

  transform: translate(-50%, 70%);
}

.shape6 {
  position: absolute;

  bottom: 25%;

  right: 50px;
}

.shape8 {
  position: absolute;

  bottom: 57%;

  left: 0%;
}

.shape10 {
  position: absolute;

  bottom: 27%;

  left: 0%;
}

.shape11 {
  position: absolute;

  bottom: 24%;

  right: 10%;
}

.dropdown-menu {
  padding: 0px !important;
}

.dropdown-menu > .dropdown-item {
  transition: 0.5s ease-in-out;
}

.dropdown-menu > .dropdown-item:hover {
  background-color: #043f7a !important;

  color: #fff !important;
}

.navbar-nav .active > .nav-link {
  color: #3690eb;
}

.prj-caption-white {
  background-color: #fff;
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .choose-container > img,
  .choose-container-green > img {
    min-height: 335px;
  }

  .shape1 {
    top: -105px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .mt-lg-top {
    margin-top: 50px;
  }

  .choose-container,
  .choose-container-green {
    max-width: 340px;

    margin-left: auto;

    margin-right: auto;
  }

  #about .about_img {
    margin-top: -50px;
  }

  .form-section {
    padding-left: 20px;
  }

  .information > li {
    display: block !important;
  }

  .information li .icon {
    margin-bottom: 18px;
  }

  .shape1 {
    top: -120px !important;
  }

  .shape5 {
    left: 89%;
    bottom: 76%;
  }

  .shape4 {
    bottom: 28%;
    left: 33%;
  }

  .shape6 {
    bottom: 0%;

    right: 6px;
  }

  .shape2 {
    bottom: 53%;

    right: 45%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .mt-lg-top,
  .mt-md-top {
    margin-top: 50px;
  }

  .choose-container,
  .choose-container-green {
    max-width: 320px;

    margin-left: auto;

    margin-right: auto;
  }

  #about .about_img {
    margin-top: -30px;
  }

  #tea_img {
    position: relative;

    padding-top: 100px;

    padding-bottom: 150px;
  }
  .tea_img_block > h3 {
    font-size: 25px;
  }

  .shape5 {
    left: 87%;

    bottom: 74%;
  }

  .shape2 {
    bottom: 46%;
  }

  .shape4 {
    bottom: 20%;
    left: -8%;
  }
  /* .carousel-item{
    height: 50vh !important;
  }
  .carousel-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  } */
}

#slider .carousel-caption h5 {
  font-family: "Maitree", serif;
  font-size: 100px;
  text-transform: uppercase;
}
#slider .carousel-caption h5 > span {
  font-family: "Kurale", serif;

  font-size: 100px;
}

section#slider .carousel-caption {
  left: 0;
  right: 0;
  width: 100%;
  top: 38%;
}

section#slider .carousel-caption h5 {
  text-align: center;
  letter-spacing: 15px;
}

@media (max-width: 767px) and (min-width: 576px) {
  .mt-lg-top,
  .mt-sm-top {
    margin-top: 50px;
  }

  #tea_img {
    position: relative;

    padding-top: 80px;

    padding-bottom: 100px;
  }
  .tea_img_block > p {
    font-size: 18px !important;
  }

  .tea_img_block > h3 {
    font-size: 25px !important;
  }

  .choose-container,
  .choose-container-green {
    width: 75%;

    margin-left: auto;

    margin-right: auto;
  }

  #about .about_img {
    margin-top: -50px;
  }

  .project-title > h2 {
    font-size: 38px;
  }

  .shape5 {
    left: 85%;

    bottom: 75%;
  }

  .shape2 {
    bottom: 45%;

    right: 64%;
  }

  .shape4 {
    bottom: 19%;

    left: -7%;
  }

  .shape1 {
    top: -118px;

    left: 0px;
  }

  footer p,
  footer .net {
    font-size: 14px !important;
  }
  /* .carousel-item{
    height: 50vh !important;
  }
  .carousel-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  } */
}

@media (max-width: 575px) and (min-width: 350px) {
  .mt-lg-top,
  .mt-sm-top,
  .mt-xs-top {
    margin-top: 50px;
  }

  #tea_img {
    position: relative;

    padding-top: 100px;

    padding-bottom: 100px;
  }

  /* .choose-container, .choose-container-green{

    width: 75%;

    margin-left: auto;

    margin-right: auto;

  } */

  #about .about_img {
    margin-top: -50px;
  }

  #about .about,
  #about .about span,
  .title,
  .title span,
  .project-title > h2 {
    font-size: 35px;
  }

  .submit-btn {
    padding: 8px 18px;

    font-size: 17px;
  }

  .our-products {
    padding-top: 80px;

    padding-bottom: 100px;
  }

  .reservation-form-control {
    margin-top: 15px;
  }
  .menu-logo > img {
    max-width: 200px !important;
  }

  footer p,
  footer .net {
    font-size: 14px !important;
  }
}

@media (max-width: 575px) and (min-width: 420px) {
  .prj-block {
    width: 80%;

    margin-left: auto;

    margin-right: auto;
  }

  .breadcrumbs > ol > li > a,
  .breadcrumbs > ol > li.current {
    font-size: 18px;
  }

  .shape5 {
    left: 78%;
    bottom: 76%;
  }

  .shape2 {
    bottom: 51%;
  }

  .shape4 {
    bottom: 27%;
    left: -13%;
  }

  .shape6 {
    display: none !important;
  }

  .shape1 {
    top: -129px;

    left: 0px;
  }
  .choose-container,
  .choose-container-green {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .choose-container,
  .choose-container-green {
    width: 85% !important;
    margin-left: auto;
    margin-right: auto;
  }
  /* .carousel-item{
    height: 50vh !important;
  }
  .carousel-item img {
    height: 100% !important;
    object-fit: cover !important;
  } */
  .mlogo img {
    max-width: 315px !important;
  }
}

@media (max-width: 419px) and (min-width: 350px) {
  .breadcrumbs > ol > li > a,
  .breadcrumbs > ol > li.current {
    font-size: 17px;
  }

  .shape1,
  .shape2,
  .shape3,
  .shape4,
  .shape5,
  .shape6 {
    display: none !important;
  }
  .choose-container,
  .choose-container-green {
    width: 100% !important;

    margin-left: auto;

    margin-right: auto;
  }
  /* .carousel-item{
    height: 50vh !important;
  }
  .carousel-item img {
    height: 100% !important;
    object-fit: cover !important;
  } */
  .mlogo img {
    max-width: 100% !important;
  }
}

/* 
@media(max-width: 449px) and (min-width: 350px){

  .choose-container, .choose-container-green{

    width: 95% !important;

    margin-left: auto;

    margin-right: auto;

  }



} */

@media (max-width: 1433px) and (min-width: 350px) {
  .project-section::before,
  .contact-section::before {
    top: -15px !important;
  }
}

@media (min-width: 1400px) {
  .break {
    display: none;
  }
}

@media (max-width: 1199px) {
  .break {
    display: none;
  }

  .information {
    margin-bottom: 80px;
  }
}

@media (max-width: 1199px) and (min-width: 350px) {
  .carousel-item {
    height: 50vh !important;
  }
  .carousel-item img {
    height: 100% !important;
    object-fit: cover !important;
  }
}

@media (max-width: 475px) and (min-width: 350px) {
  .information > li {
    display: block !important;
  }

  .information li .icon {
    margin-bottom: 18px;
  }
}

@media (max-width: 381px) {
  .break {
    display: block !important;
  }
}

/* Update CSS :end */

.mlogo {
  display: none !important;
}
