* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Nunito', sans-serif;


}

:root {
  --text-color: #636363;
  --dark-color: #3e3e3e;
  --green-color: #101010;
  --red-color: #ed3237;
  --yellow-color: #fbb12f;
}

body,
html {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  height: 100%;

}


a {
  text-decoration: none !important;
}

.btn_main {
  padding: 15px 20px !important;
  background: var(--yellow-color);
  font: normal 700 14px Nunito !important;
  position: relative !important;
  transition: ease-in-out 0.3s;
  z-index: 1 !important;
  text-transform: uppercase;
  color: #000;
  display: flex;
  width: fit-content;
  border-radius: 5px;
}

.btn_main:before {
  height: 50%;
  width: 0%;
  background: var(--red-color);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out 0.3s;
  z-index: -1;
  border-radius: 5px 5px 0px 0px;
}

.btn_main:after {
  height: 50%;
  width: 0%;
  background: var(--red-color);
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  transition: ease-in-out 0.3s;
  z-index: -1;
  border-radius: 0px 0px 5px 5px;
}

.btn_main:hover {
  color: #000 !important;
}

.btn_main:hover::before,
.btn_main:hover::after {
  width: 100%;
}

.btn_main i {
  padding-left: 5px;
}

.coll_btn .call_bg {
  background: var(--green-color);
  border-radius: 5px;
  padding: 10px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s all ease;
  cursor: pointer;
}

.coll_btn p {
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #101828;
  margin-bottom: 2px;
}

.coll_btn a {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}

.child_heading {
  font: normal normal 600 22px Caveat;
  color: var(--yellow-color);
  position: relative;
  display: flex;
  align-items: center;
}

.child_heading img {
  padding-right: 10px;
}


.main_paira {
  color: #626974;
  font: normal normal 500 15px / 25px Nunito;
}

.sub_heading {
  font: normal normal 700 40px / 45px Exo;
}

.sub_heading span {
  color: var(--yellow-color);
  font-style: italic;
  font: normal normal 700 40px / 45px Exo;
}


hr {
  border-top: 1px solid #90b2f9;
}




@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1220px;
  }

}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
  }

}


@media(max-width:1400px) {
  .hero_img .main_img {
    max-width: 340px;
  }

  .shap_img img {
    z-index: -1;
    position: absolute;
    left: -50px;
    bottom: -84px;
  }

  .growing_content h3 {
    font: normal normal 800 20px /30px Nunito;
  }
}


@media (max-width: 991px) {
  .menu {
    position: absolute;
    background: white;
    top: 84px;
    width: 100%;
    left: 0;
    border-radius: 10px;
  }

  .sub_menu{
    position: absolute;
    left: 36%;
    z-index: 1000;
    top: 7%;
    background: #151616;
  }
  .sub_menu a{
    color: #fff  !important;
  }

  .navbar-toggler-icon {
    width: 40px;
    background: url(../images/menu.png);
    height: 30px;
    background-size: cover;
  }

  .menu .navbar-nav li {
    justify-content: start;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #80808024;
    padding: 13px 18px;
  }

  .sub_banner {
    margin-top: 55px;
  }


  .menu .navbar-nav .nav-item a {
    color: #1a1a1a;
    padding: 0;
    font: normal 600 14px / 14px Nunito;
  }

  .navbar-toggler {
    padding: 0;
    border: 0;
    font-size: 0px;
  }

  .navbar-toggler:focus {
    box-shadow: 0px 0px 0px 3px transparent !important;
  }

  .hero_img .main_img {
    max-width: 300px;
  }

  .hero_banner {
    height: 100%;
  }

  .hero_content h1 span {
    font: normal normal 700 40px / 60px Exo;
    color: var(--yellow-color);
  }

  .shap_img img {
    z-index: -1;
    position: absolute;
    left: -50px;
    bottom: -41px;
  }

  .sub_menu-2{
    background-color: red;
  }


}

@media(max-width:767px) {
  .hero_content h1 {
    font: normal normal 700 40px /45px Exo;
  }

  .hero_content h1 span {
    font: normal normal 700 40px / 60px Exo;
    color: var(--yellow-color);
  }

  .sub_heading {
    font: normal normal 800 28px / 40px Exo;
  }


  .sub_heading span {
    font: normal normal 700 30px / 35px Exo;
  }

  .main_beech_row {
    flex-direction: column-reverse;
  }

  .hero_img {
    display: none;
  }

  .shap_img {
    display: none;
  }

  .news_latter_section .container {
    background-position: right;
  }

  .contact_section:before {
    display: none;
  }

  .contact_section {
    z-index: 1;
  }

  .contact_section:after {
    width: 58%;
    height: 40%;
    z-index: -1;
  }

  .about_img_main img {
    height: 450px;
    object-position: right;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .sub_heading {
    font: normal normal 700 30px / 35px Exo;
  }

  .hero_content h1 {
    font: normal normal 700 40px /50px Exo;
  }


  .sub_heading span {
    font: normal normal 700 30px / 35px Exo;
  }

  .sub_menu-2 {
    top: 41px;
    left: 41%;
}




}

@media(max-width:576px) {

  .hero_content h1 span {
    font: normal normal 700 35px / 45px Exo;
  }

  .hero_content h1 {
    font: normal normal 700 35px /45px Exo;
  }

  .footer-nav {
    padding: 0 !important;
    justify-content: center !important;
    margin-top: 10px !important;
  }

  .growing_content h3 {
    font: normal normal 800 20px Nunito;
  }

  .coll_btn a {
    font-size: 12px;
  }

  .about_experience h5 {
    font-size: 15px;
  }

  .about_experience h3 {
    font: normal normal 700 50px Exo;
  }

  .slider_content .main_paira {
    font-size: 10px;
    line-height: 17px;
  }

  .slider_text_show h3,
  .slider_content h3 {
    font: normal normal 700 13px Exo;
  }

  .slider_hero:hover {
    width: 100%;
  }
}