* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');






body {
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
h3 {
  font-family: "Barlow", sans-serif;
}

.container {
  max-width: 1250px;
}

a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
  font-family: "Barlow", sans-serif;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}



p {
  font-size: 16px;
  line-height: 27px;
  color: #000;
  font-family: "Open Sans", sans-serif;
}

span {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}

.head_email img {
  width: 25px;
}

.head_email a {
  color: #fff;
}

.head_icon img {
  width: 35px;
  margin-left: 10px;
}

.head_add {
  background: #fe0231;
  padding: 5px 0;
}

.head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top {
  overflow-x: hidden;
  background-color: rgb(47 44 132);
}

.header {
  position: relative;
  overflow: hidden;
}


#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 9999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.head_banner .slick-slide.slick-current.slick-active .head_small {
  animation: 1s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_line {
  animation: 1.5s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_main {
  animation: 2s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: .2s;
}

.head_banner .slick-slide.slick-current.slick-active .all_btn {
  animation: 4s linear 0s alternate headerline;
  transition-delay: .2s;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateY(-20%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 9;
  background: #2f2c84;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

nav#myHeader.sticky {
  margin-top: 0;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 9;
  background: #2f2c84;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.head_item img {
  object-fit: cover;
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
}

.navigation {
  display: flex;
  margin-bottom: 0;
  border-radius: 5px;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 200px;
  position: relative;
  z-index: 999;
  border-radius: 5px;
  background-color: #fff;
}

.navigation li {
  padding: 17px 20px;
  position: relative;
}

.hrad_btn a {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.hrad_btn i {
  font-size: 25px;
  margin-right: 8px;
}

.navigation li a {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.inner_header {
  position: relative;
}

.inner_header::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_text {
  position: absolute;
  top: 25%;
  z-index: 99;
  left: 6%;
  text-align: left;
  width: 50%;
}

.inner_header .inner_text {
  top: 50%;
}

.inner_hrad {
  font-size: 33px;
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header img {
  height: 400px;
  object-fit: cover;
}

.top_btn {
  border-radius: 5px;
  padding-right: 7px;

}

.top_btn a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border-radius: 8px;
}

.top_btn a:hover {
  background-color: #ed1c24;
}

.clk_btn {
  position: absolute;
  right: 0;
  top: 15px;
  color: #000;
  cursor: pointer;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 10px 15px;
  display: block;
  color: #000;
  font-size: 17px;
}

.droupdown li a:hover {
  background: #2f2c84;
  color: #fff;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 60px;
  width: 290px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

nav {
  width: 100%;
  z-index: 999;
  position: relative;
}


@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}

button.slick-next.slick-arrow {
  display: none !important;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

.head_item {
  position: relative;
}

/* .head_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);
} */


.head_right {
  position: relative;
}

.head_right img {
  height: 268px;
}

.right_line {
  font-weight: 600;
}

.right_line {
  position: absolute;
  top: 8%;
  left: 5%;
  color: #000;
  font-size: 25px;

}


.head_line {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
}

.head_main {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}


.top_contact .search_section input{
  width: 90%;
  border: none;
  padding: 8px;
  outline: none;
}
.top_contact .search_section{
  display: flex;
  width: 100%;

}
.top_contact .search_section button{
  border: none;
  background-color: #000;
  text-align: center;
  padding: 8px 4px 8px 8px;
}

.search_box{
    background-color: #000000f0;
    position: fixed;
    display: none;
    width: 100%;
    z-index: 99999;
    left: 0;
    top: 50px;
    padding: 0;
    margin: 0;
    height: 100vh;
    overflow-y: auto;
}

.search_box p{
    -webkit-line-clamp: 2;
    /* text-overflow: ellipsis; */
    -webkit-box-orient: vertical;
    /* max-height: 53px; */
    overflow: hidden;
    display: -webkit-box;
}

.top_logo .logo {
  width: 20%;
}


.top_contact{
  padding: 10px 0;
}

.top_contact li a {
  color: #fff;
  font-size: 15px;
}
.top_contact li a:hover{
  color: #ac6821;
}
.top_contact .row{
  align-items: center;
  text-align: center;
}
.top_contact ul li {
  color: #fff;
  font-size: 16px;
}

.top_contact li i {
  font-size: 20px;
  margin-right: 10px;
  color: #fff;
}

.toggle {
  display: none;
}


.margin{
  margin: 70px 0;
}

.overseas{
  text-align: center;
}

.big_head{
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.small_head{
  color: #2f2c84;
  font-size: 20px;
}

.over_box img{
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.vision{
  font-size: 25px;
  margin: 8px 0;
  color: #2f2c84;
}
.over_box{
  margin-top: 30px;
}
.ab_img{
  width: 45%;
  float: left;
  padding-right: 30px;
  padding-bottom: 20px;
}
.ab_text p{
  /*font-weight: 600;*/
  font-size: 15px;
}
.product{
  text-align: center;

}
.ab_home {
    display: flex;
}
.pro_item{
  position: relative;
  margin: 10px;
}
.pro_item .pro_head{
  color: #fff;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 99;
  font-size: 20px;
  background-color: #000000c2;
  width: 100%;
  padding: 20px;
}
.pro_item img{
  height: 410px;
  object-fit: cover;
  
}

/* .pro_item::after{
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffffa8;
} */
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.countar{
  text-align: center;
  position: relative;
}
.count{
  font-size: 50px;
  color: #fff;
}
.count_layer{
  background-color: #00000091;
  padding: 50px 0;
}
.countar img{
  width: 70px;
  margin-bottom: 10px;
}

.countar p{
  color: #fff;
  font-size: 18px;
}
.testmonial{
  background-color: #3935821a;
  padding: 60px 0;
}
.ab_text h2 {
    font-size: 25px;
    color: #2e3192;
}
.ab_text h3 {
    font-size: 25px;
    color: #2e3192;
}
.ab_text h4 {
    font-size: 25px;
    color: #2e3192;
}
.ab_text ul li {
    font-weight: 500;
    list-style: circle;
    margin:8px;
}
.ab_text ul{
    padding-left:10px;
}
.test_img{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.test_img img{
  width: 100px;
  border-radius: 50%;
  margin-right: 15px;
}
.test_item{
  background-color: #fff;
  padding: 30px;
  height: 200px;
  margin: 8px;
  border-radius: 8px;
}

.star{
  width: 100px;
}
.slick-dots{
  display: flex;
  justify-content: center;
}
.slick-dots li button{
  font-size: 0;
  padding: 6px;
  border-radius: 50%;
  border: none;
  background-color: #2e3192;
  margin: 5px;
}
.slick-dots .slick-active  button{
  background-color: #000;
}

.name{
  font-size: 22px;
}
.digenation{
  color: #2e3192;
}
.why_box ul li{
  display: flex;
  align-items: flex-start;
}
.why_box ul img{
  width: 70px;
}
.why_box{
  padding: 35px;;
  background-color: #202177;
}
.why_box .big_head{
  color: #fff;
}
.why_box ul li span{
  color: #fff;
  font-size: 25px;
  margin-bottom: 12px;
}
.why_box ul li p{
  color: #cacaca;
  font-weight: 500;
}


.in_table  table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.in_table  td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.in_table  tr:nth-child(even) {
  background-color: #dddddd;
}
.why_text{
  padding-left: 15px;
}
.in_table h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #24237a;
}
.why_box ul li {
  padding: 20px 0;
  border-bottom: 1px solid #868686;
}
.why_img img{
  /*height: 550px;*/
  object-fit: cover;
}
.why_img{
  position: sticky;
  top: 100px;
}
.contact{
  padding: 60px 0;
  position: relative;
}
.contact::after{
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #202177;
  z-index: -1;
}

.contact .big_head{
  color: #fff;
}
.contact p{
  color: #ffff;
}
.contact input, select, textarea{
  width: 100%;
  padding: 8px;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  color: #fff;
  background-color: transparent;
  outline: none;
}
.contact input::placeholder{
  color: #fff;
}
.contact textarea::placeholder{
  color: #fff;
}
.contact form{
  padding-left: 50px;
}
.contact select option{
  color: #000;
}

.all_btn{
  border: none;
  padding: 8px 20px;
  font-size: 17px;
  background-color: #202177;
  color: #fff;
}
.contact .all_btn{
  background-color: #fff;
  color: #000;
  width: 100%;
}
.all_btn:hover{
  background-color: #ac6821;
  color: #fff;
}
.foot_head{
  color: #fff;
  font-size: 23px;
  margin-bottom: 15px;
  /* font-weight: 600; */
}
.sup_bg{
  background-color: #2f2c84;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  z-index: 9;
}
.sup_bg a{
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.sup_bg p{
  color: #fff;
  font-size: 23px;
}
.soda{
  color: #fff;
  font-size: 25px;
}
.sup_bg .row{
  align-items: center;
}
.sup_bg img{
  width: 200px;
  border-radius: 50%;
}
footer{
  background-color: #000;
  padding-top: 120px;
  margin-top: -60PX;
}
.foot_logo img{
  width: 200px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.foot_logo p{
  color: #fff;
}

.foot_nav ul li a{
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.foot_nav ul li{
  list-style: circle !important;
  color: #fff;
}
.time_table{
  font-size: 25px;
}
.head_office {
    color: #fff;
    font-size: 26px;
}
.foot_nav ul{
  padding-left: 20px;
  height: 220px;
  overflow: auto;
}
.foot_con ul li a{
  color: #fff;
}
.suport li {
      color: #fff;
    display: flex;
    font-weight: 500;
}
.suport li i{
    margin-right:10px;
    font-size: 25px;
}
.foot_nav{
  padding-left: 30px;
}
.foot_con ul li{
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
  display: flex;
}
.foot_con ul li i{
  margin-right: 10px;
}
.nav_2{
  margin-top: 30PX;
}
.nav_2 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nav_2 ul li a{
  color: #fff;
  padding: 15px;
}
.copyright {
  background-color: #2f2c84;
  text-align: center;
  padding: 10px 0;
  margin-top: 50px;
}
.copyright p {
  margin-bottom: 0;
  color: #fff;
}
.copyright p a {
  color: #fff;
  text-decoration: underline !important;
}


.range .row{
  align-items: center;
}













.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 40px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.marcket-plase a {
  display: block;
  margin-bottom: 20px;
}

.social-share ul {
  display: flex;
  margin-top: 10px;
}

.social-share button {
  border: none;
  background-color: #2e3192;
  color: #fff;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 20px;
  border-radius: 5px;
}

.share-btn-box {
  margin-top: 20px;
}

.share-btn {
  color: #000;
}
.socal_media{
  position: fixed;
  bottom: 8%;
  right: 0;
}
.socal_media img{
  width: 30px;
}
.socal_media a{
  display: block;
  background-color: #fff;
  margin-bottom: 5px;
}

.slider-for img{
    /*width:auto;*/
}
.bg-about-greenforest {
    display: flex
;
    margin: 66px 0;
}
.in_ab_img {
    width: 40%;
    float: left;
    margin-right: 30px;
}


@media only screen and (max-width: 991px) {
  .top_contact .col-lg-3:first-child{
    display: none;
  }
  .top_contact .col-lg-3:last-child{
    display: none;
  }
  .top_contact form{
    margin-bottom: 10px;
    justify-content: center;
  }
  .navigation li {
    padding: 14px 10px;
    position: relative;
}
.navigation li a{
  font-size: 16px;
}
.clk_btn{
  top: 12px;
}
.contact::after{
  width: 100%;
}
.con_img img{
  height: 400px;
  object-fit: cover ;
  margin-bottom: 20px;
}
.contact form {
  padding-left: 0px;
}
}



@media only screen and (max-width: 850px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #000;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }

  .navigation li a {
    color: #000;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: #000;
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }

  
}


@media only screen and (max-width: 767px) {
  .soda{
    margin: 15px 0;
  }
  .inner_header img {
    height: 390px;
}
.inner_hrad {
  font-size: 37px;
}
.in_ab_img {
    width: 100%;
    margin-right: 0px;
}
}

@media only screen and (max-width: 600px) {
  .big_head{
    font-size: 25px;
  }
  .margin {
    margin: 30px 0;
}
.ab_img {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 25px;
}
.count{
  font-size: 28px;
}
.countar img {
  width: 56px;
}
.count_layer{
  padding: 30px 0;
}
.why_img img{
  height: auto;
}
.soda{
  font-size: 20px;
}
.suport{
  text-align: center;
}
.nav_2 li{
  width: 100%;
  margin: 8px 0;
}
.nav_2{
  margin-top: 15px;
}
.foot_nav{
  padding-left: 0;
}
.inner_header img {
  height: 250px;
}
.inner_hrad {
font-size: 28px;
}
}

@media only screen and (max-width: 500px) {
  .why_box {
    padding: 35px 8px;
  }
  .logo img {
    width: 163px;
  }
  .top_btn img{
    width: 95px;
  }
  .slick-nav.next-arrow.slick-arrow{
    padding: 3px;
  }
  .slick-nav.prev-arrow.slick-arrow{
    padding: 3px;
  }
}