/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*******************************************************************HEADER********************************************************************/
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif !important;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

* {
  outline: none !important;
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(255, 237, 0, 0.5);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffed00;
}

#preloader {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff112;
  z-index: 100000000000000000;
}

#status {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center !important;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  z-index: 100000000000000000000;
}

.text-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 1;
}

.text-bg img {
  width: 100%;
  object-fit: contain;
}
.text-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body {
  font-family: monsterrat;
}
.navbar {
  padding: 25px 10% !important;
  background-color: #fff;
}
.nav-link {
  color: black !important;
  margin: 5px 25px;
}
.pr-10 {
  margin-right: 100px;
}
.letstalk span {
  background-color: #ffed00;
  border-radius: 25px;
  border: 1px solid transparent;
  padding: 5px 35px !important;
  transition: 0.3s ease-in-out !important;
}
.letstalk span:hover {
  background-color: #fff;
  border: 1px solid #ffed00;
  transition: 0.3s ease-in-out !important;
}
.effect-3 {
  display: inline-block;
  overflow: hidden;
  transition: 0.3s ease-in-out !important;
}
.effect-3:before {
  left: 0;
  bottom: 10% !important;
  width: 100%;
  height: 2px;
  background: #ffed00;
  transform: translateX(-100%);
}
.effect-3:hover:before {
  transform: translateX(0);
}
a {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
a:before,
a:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
/*************/
.hamburger {
  position: fixed;
  left: 92%;
  top: 5%;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 2 !important;
}

.hamburger .line1 {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #272727;
  transition: all 0.5s;
  margin-left: auto !important;
}
.hamburger .line2 {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #272727;
  transition: all 0.5s;
  margin-left: auto !important;
}
.hamburger .line3 {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #272727;
  transition: all 0.5s;
  margin-left: auto !important;
}
.hamburger .line2 {
  margin: 5px 0;
}
.hamburger:hover .line2 {
  width: 32px;
}
.hamburger:hover .line3 {
  width: 32px;
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1 !important;
  transform: translateX(100%);
  background-color: #272727;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1 !important;
}

.hamburger.clicked {
  right: calc(5% - 60px);
}

.hamburger.clicked .line {
  background-color: #eee;
}

.hamburger.clicked .line1 {
  transform: translateY(10px) rotate(-135deg);
}

.hamburger.clicked .line2 {
  transform: rotate(135deg);
  opacity: 0;
}

.hamburger.clicked .line3 {
  transform: translateY(-5px) rotate(135deg);
  width: 32px;
}

.sidebar.show {
  transform: translateX(0);
  opacity: 1;
}
/***********/
@media only screen and (max-width: 1600px) {
  .navbar {
    padding: 25px 5% !important;
  }
  .nav-link {
    color: black !important;
    margin: 5px 20px;
  }
  .pr-10 {
    margin-right: 70px !important;
  }
}
@media only screen and (max-width: 1300px) {
  .navbar {
    padding: 25px 5% !important;
  }
  .nav-link {
    color: black !important;
    margin: 5px 10px;
  }
  .pr-10 {
    margin-right: 70px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar {
    padding: 25px 5% !important;
  }
  .nav-link {
    color: black !important;
    margin: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar {
    padding: 25px 5% !important;
  }
  .navbar-brand img {
    height: 35px;
  }
}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*******************************************************************INDEX PAGE****************************************************************/
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*****************Section-1****************/
.index_page .section_1 {
  display: none;
}

.index_page .section_1_img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  position: relative;
}

.index_page .section_1_img .section_1_img2 {
  height: 100%;
  width: 100%;
  object-fit: cover;

  object-position: center;
}

.index_page .section_1_texts {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.index_page .section_1_texts img {
  height: 150px;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.index_page .section_head_texts {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.index_page .sec_ab_head {
  position: absolute;
  bottom: 0%;
  top: 0;
  left: 0;
  right: 0;
}

.index_page .sec_ab_head hr {
  background: #ffed00;
  width: 400px;
  border: 2px solid #ffed00;
}

.index_page .sec_ab_head p {
  color: #ffed00;
  right: 10%;
  position: absolute;
  top: 10%;
}

.index_page .h11 {
  left: 5%;
  position: absolute;
  bottom: 40%;
}

.index_page .h11 h1 {
  font-weight: 400 !important;
  letter-spacing: 0.5px;
}

.index_page .sec_ab_head span {
  display: block;
  line-height: 12px;
  letter-spacing: 8px;
}

.index_page .back_yellow {
  background: #ffed00;
  min-height: 300px;
  margin-top: -220px;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -1;
}

.index_page .bac_head {
  position: absolute;
  bottom: 40px;
}

.index_page .bac_head h4 {
  font-weight: normal;
  letter-spacing: 0.5px;
}

.index_page .pad_container {
  padding: 0 10%;
}

.index_page .sec_ab_head2 hr {
  background: #ffed00;
  width: 400px;
  margin: 20px 0;
  border: 2px solid #ffed00;
}

.index_page .h112 {
  position: relative;
}

.index_page .h112 h1 {
  font-weight: 400 !important;
  letter-spacing: 0.5px;
}
/**************/
.index_page .section-1 {
  margin: 0px 10%;
  margin-top: 100px !important;
}
.index_page .section-1 .banner-1 img {
  width: 100%;
}
.index_page .section-1 .banner-1_1 {
  position: absolute;
  top: 80%;
  left: 20%;
  transform: translate(-20%, -80%);
}
.index_page .section-1 .banner-1_1 img {
  width: 50%;
}
.index_page .section-1 .banner-text-1 {
  padding: 70% 10% 0 10%;
}
.index_page .section-1 .banner-hr-1 {
  color: #ffed00;
  background-color: #ffed00;
  height: 7px;
  width: 80%;
  margin-left: 0;
}
.index_page .banner-text-1-img {
  position: absolute;
  top: 45%;
  left: 65%;
  transform: translate(-65%, -45%);
  z-index: -1;
  height: 180px;
}
.index_page .banner-text-2 {
  margin-top: 50px;
}
.index_page .banner-text-2-color {
  background-color: #ffed00;
  padding: 10% 0 6% 0;
  margin-top: -11%;
}
@media only screen and (max-width: 1800px) {
  .index_page .section-1 .banner-text-1 {
    padding: 70% 0% 0 0%;
  }
}
@media only screen and (max-width: 1400px) {
  .index_page .section-1 .banner-text-1 h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 1200px) {
  .index_page .section-1 .banner-text-1 {
    padding: 10% 0;
  }
  .index_page .banner-text-1-img {
    position: absolute;
    top: 12%;
    left: 22%;
    transform: translate(-12%, -12%);
    z-index: -1;
    height: 120px;
  }
  .index_page .banner-text-2-color {
    background-color: #ffed00;
    padding: 7% 0;
    margin-top: -10%;
  }
  .index_page .banner-text-2 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .index_page .section_1 {
    display: initial;
  }
  .index_page .section-1 {
    display: none !important;
  }
}
/*****************Section-2****************/
.index_page .section-2 {
  background-color: #f9f9f9;
  padding: 10% 10%;
}
.index_page .section-2 .text-1 span {
  background-color: #ffed00;
  padding: 10px;
  margin: 0 10px;
}
.index_page .section-2 .text-2 {
  margin-top: 50px;
}
.index_page .section-2 .text-2 h4 {
  line-height: 35px;
}
.index_page .section-2 .text-3 {
  margin-top: 30px;
}
.index_page .section-2 .text-3 h4 {
  line-height: 35px;
}
.index_page .section-2 .text-4 {
  margin-top: 40px;
}
.index_page .rm-icon {
  height: 20px;
  padding-right: 15px;
  margin-top: -5px;
}
.index_page .effect-7,
.index_page .effect-7 > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
.index_page .effect-7:hover {
  text-decoration: none !important;
  color: #000 !important;
  cursor: pointer;
}
.index_page .effect-7:before,
.index_page .effect-7:after,
.index_page .effect-7 > span:before,
.index_page .effect-7 > span:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
.index_page .effect-7 {
  display: inline-block;
  overflow: hidden;
}
.index_page .effect-7:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffed00;
  transform: translateX(-100%);
}
.index_page .effect-7:after {
  content: attr(data-content);
  left: 0;
  top: 0;
  width: 0;
  margin: 12px;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.5s ease;
}
.index_page .effect-7 > span {
  display: block;
  margin: 2px;
  padding: 15px 10px 0 10px;
}
.index_page .effect-7:hover:before {
  transform: translateX(0);
}
.index_page .effect-7:hover:after {
  width: calc(100% - 24px);
}
@media only screen and (max-width: 1200px) {
  .index_page .section-2 {
    padding: 10% 10%;
  }
}
@media only screen and (max-width: 992px) {
  .index_page .section-2 {
    padding: 6% 8%;
  }
}
@media only screen and (max-width: 767px) {
  .index_page .section-2 {
    padding: 15% 5%;
  }
  .index_page .section-2 .text-1 h1 {
    font-size: 1.6em;
  }
  .index_page .section-2 h4 {
    font-size: 1.2em;
  }
  .index_page .section-2 .text-4 {
    margin-top: 30px;
  }
}
/*****************Section-3****************/
.index_page .section-3 {
  padding: 4% 10%;
}
.index_page .section-3 .heading .heading-hr {
  color: #ffde00;
  background-color: #ffed00;
  width: 22%;
  height: 6px;
  position: absolute;
  top: 20%;
  left: 5%;
  transform: translate(-5%, -20%);
}
.index_page .section-3 .sub-heading {
  margin-top: 10px;
}
.index_page .section-3 .texts {
  margin-top: 80px;
  width: 90%;
}
.index_page .section-3 .texts h5 {
  line-height: 30px;
}
.index_page .section-3 .texts img {
  width: 20%;
  transition: 0.3s ease-in-out;
}
.index_page .section-3 .texts img:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.index_page .vl {
  border-right: 5px solid #000;
  border-radius: 50px;
  height: 70px;
  width: 5px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .index_page .section-3 {
    padding: 6% 10%;
  }
  .index_page .section-3 .heading .heading-hr {
    color: #ffde00;
    background-color: #ffed00;
    width: 15%;
    height: 6px;
    position: absolute;
    top: 15%;
    left: 5%;
    transform: translate(-5%, -15%);
  }
  .index_page .section-3 .texts {
    margin-top: 80px;
    width: 100%;
  }
  .index_page .section-3 .texts img {
    width: 30%;
  }
}
@media only screen and (max-width: 992px) {
  .index_page .section-3 .sub-heading h3 {
    font-size: 1.5em;
  }
  .index_page .section-3 {
    padding: 6% 8%;
  }
  .index_page .section-3 .heading .heading-hr {
    color: #ffde00;
    background-color: #ffed00;
    width: 10%;
    height: 6px;
    position: absolute;
    top: 15%;
    left: 5%;
    transform: translate(-5%, -15%);
  }
}
@media only screen and (max-width: 767px) {
  .index_page .section-3 {
    padding: 6% 5%;
  }
  .index_page .section-3 .heading h1 {
    font-size: 1.6em;
  }
  .index_page .section-3 .sub-heading h3 {
    font-size: 1.2em;
  }
  .index_page .section-3 .sub-heading {
    margin-top: 30px;
  }
  .index_page .section-3 .heading .heading-hr {
    color: #ffde00;
    background-color: #ffed00;
    width: 25%;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-5%, -50%);
  }
}
/*****************Section-4****************/
.index_page .section-4 {
  background-color: #f9f9f9;
  padding: 4% 10%;
}
.index_page .section-4 .heading .heading-hr {
  color: #ffde00;
  background-color: #ffed00;
  width: 22%;
  height: 6px;
  position: absolute;
  top: 20%;
  left: 5%;
  transform: translate(-5%, -20%);
}
.index_page .yellow_txt {
  height: 30px !important;
  width: auto !important;
  margin-bottom: 10px;
}
.index_page .bg_film {
  width: 100%;
  height: 100%;
}
.index_page .grid-container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns:1fr 1fr 1fr 1fr 1fr;
  padding: 10px;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.index_page .grid-container > div {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/*.index_page .item4 {
  grid-row: span 2;
  text-align: center;
}*/
.index_page .grid-container img {
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.index_page .item:hover img {
  transform: scale(1.1);
  cursor: pointer;
  z-index: -1;
}
.index_page .item {
  position: relative;
  cursor: pointer;
}
.index_page .bg_film {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.index_page .item1 h5 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.index_page .item2 h5 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.index_page .item3 h5 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.index_page .item4 h5 {
  position: absolute;
  bottom: 30px;
  /*top: 50%;*/
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.index_page .item5 h5 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.index_page .item6 h5 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.index_page .item7 h5 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1800px) {
  .index_page .item h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .index_page .section-4 {
    padding: 6% 10%;
  }
  .index_page .item h5 {
    font-size: 18px;
  }
  .index_page .section-4 .heading .heading-hr {
    color: #ffde00;
    background-color: #ffed00;
    width: 15%;
    height: 6px;
    position: absolute;
    top: 15%;
    left: 5%;
    transform: translate(-5%, -15%);
  }
  .index_page .grid-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto;
    padding: 10px;
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 992px) {
  .index_page .section-4 .heading .heading-hr {
    color: #ffde00;
    background-color: #ffed00;
    width: 10%;
    height: 6px;
    position: absolute;
    top: 15%;
    left: 0%;
    transform: translate(-5%, -15%);
  }
}
@media only screen and (max-width: 767px) {
  .index_page .section-4 {
    padding: 6% 5%;
  }
  .index_page .section-4 .heading h1 {
    font-size: 1.6em;
  }
  .index_page .section-4 .heading .heading-hr {
    color: #ffde00;
    background-color: #ffed00;
    width: 25%;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-5%, -50%);
  }
}
/*****************Section-5****************/
.index_page .section-5 {
  padding: 8% 25%;
}
.index_page .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_page .section-5 .dots {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  height: 70%;
}
.index_page .swiper-pagination-bullet-active {
  background-color: #ffde00 !important;
}
.index_page .arrows {
  color: #ffed00 !important;
  float: right;
  z-index: 100 !important;
  margin-right: 50px;
}
@media only screen and (max-width: 1200px) {
  .index_page .section-5 {
    padding: 10% 15%;
  }
}
@media only screen and (max-width: 992px) {
  .index_page .section-5 h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .index_page .section-5 {
    padding: 15% 15%;
  }
  .index_page .section-5 h5 {
    font-size: 15px;
  }
}
.index_page .banner-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.index_page .banner2-text {
  padding: 150px 0;
  text-align: center;
  color: #fff;
}
.index_page .banner2-text h1 {
  line-height: 60px;
  font-size: 55px;
  font-weight: 900;
}
.index_page .lets-talk {
  margin-top: 60px;
}
.index_page .lets-talk a:hover {
  text-decoration: none !important;
}
.index_page .lets-talk span {
  background-color: #ffed00;
  color: #000;
  border-radius: 25px;
  border: 1px solid transparent;
  padding: 10px 35px !important;
  font-weight: 800;
  font-size: 20px;
  transition: 0.3s ease-in-out !important;
}
.index_page .lets-talk span:hover {
  background-color: #fff;
  border: 1px solid #ffed00;
  cursor: pointer;
  transition: 0.3s ease-in-out !important;
}
@media only screen and (max-width: 767px) {
  .index_page .banner2-text h1 {
    line-height: 30px;
    font-size: 25px;
    padding: 0 5%;
    font-weight: 900;
  }
}
/*****************Section-6****************/
.index_page .section-6 {
  padding: 6% 10%;
}
.index_page .section-6 .heading .heading-hr {
  color: #ffde00;
  background-color: #ffed00;
  width: 22%;
  height: 6px;
  position: absolute;
  top: 10%;
  left: 5%;
  transform: translate(-5%, -10%);
}
.index_page .section-6 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 50px;
  transition: 0.3s ease-in-out;
}
.index_page .section-6 img:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  .index_page .section-6 {
    padding: 8% 10%;
  }
  .index_page .section-6 .heading .heading-hr {
    color: #ffde00;
    background-color: #ffed00;
    width: 15%;
    height: 6px;
    position: absolute;
    top: 15%;
    left: 5%;
    transform: translate(-5%, -15%);
  }
}
@media only screen and (max-width: 992px) {
  .index_page .section-6 .heading .heading-hr {
    color: #ffde00;
    background-color: #ffed00;
    width: 10%;
    height: 6px;
    position: absolute;
    top: 15%;
    left: 0%;
    transform: translate(-5%, -15%);
  }
  .index_page .section-6 {
    padding: 8% 8%;
  }
}
@media only screen and (max-width: 767px) {
  .index_page .section-6 {
    padding: 8% 5%;
  }
  .index_page .section-6 .heading h1 {
    font-size: 1.6em;
  }
  .index_page .section-6 .heading .heading-hr {
    color: #ffde00;
    background-color: #ffed00;
    width: 25%;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-5%, -50%);
  }
}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*******************************************************************ABOUT PAGE****************************************************************/
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
.about_page .pad_container {
  padding: 0 8%;
}
.about_page .section_1 {
  padding-top: 100px;
}

.about_page .section_1_img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  position: relative;
}

.about_page .section_1_img .section_1_img2 {
  height: 100%;
  width: 100%;
  object-fit: cover;

  object-position: center;
}

.about_page .section_1_texts {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.about_page .section_1_texts img {
  height: 150px;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.about_page .section_head_texts {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.about_page .sec_ab_head {
  position: absolute;
  bottom: 0%;
  top: 0;
  left: 0;
  right: 0;
}

.about_page .sec_ab_head hr {
  background: #ffed00;
  width: 400px;
  border: 2px solid #ffed00;
}

.about_page .sec_ab_head p {
  color: #ffed00;
  right: 10%;
  position: absolute;
  top: 10%;
}

.about_page .h11 {
  left: 5%;
  position: absolute;
  bottom: 40%;
}

.about_page .h11 h1 {
  font-weight: 400 !important;
  letter-spacing: 0.5px;
}

.about_page .sec_ab_head span {
  display: block;
  line-height: 12px;
  letter-spacing: 8px;
}

.about_page .back_yellow {
  background: #ffed00;
  min-height: 300px;
  margin-top: -220px;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -1;
}

.about_page .bac_head {
  position: absolute;
  bottom: 40px;
}

.about_page .bac_head h4 {
  font-weight: normal;
  letter-spacing: 0.5px;
}

.about_page .pad_container {
  padding: 0 10%;
}

.about_page .sec_ab_head2 hr {
  background: #ffed00;
  width: 400px;
  margin: 20px 0;
  border: 2px solid #ffed00;
}

.about_page .h112 {
  position: relative;
}

.about_page .h112 h1 {
  font-weight: 400 !important;
  letter-spacing: 0.5px;
}

.about_page .section_none {
  display: none;
}

@media screen and (max-width: 767px) {
  .about_page .section_none {
    display: block;
  }

  .about_page .section_block {
    display: none;
  }
}

/*=================== Section 2 ======================*/

.about_page .section_2_head h2 {
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 40px;
  font-size: 30px;
}

.about_page .section_2_head h2 span {
  background: #ffed00;
  padding-right: 15px;
}

.about_page .section_2_text p {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-size: 20px;
}

.about_page .section_2_imgaes {
  background-size: cover;
  background-position: center;
  min-height: 600px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 100px 0px;
}

.about_page .section_2_imgaes img {
  height: 200px;
  width: 100%;
 
  object-fit: contain;
  object-position: center;
}

.about_page .section_2_imgaes h1 {
  color: #000;
  font-size: 30px;
  margin-top: 30px;
  text-align: center;
  font-weight: normal;
  line-height: 40px;
}

.about_page .button_yellow {
  background: #ffed00;
  padding: 10px 20px;
  min-width: 200px;
  border: 1px solid #ffde00;
  outline: none;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: normal;
  margin-top: 30px;
  border-radius: 25px;
  transition: 0.3s ease-in-out;
}

.about_page .button_yellow:hover {
  background: #fff;
  border: 2px solid #ffde00;
  outline: none;
}
.about_page .mission_vission {
  position: relative;
  height: 100%;
  width: 100%;
}
.about_page .mission_vission img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  object-position: center;
}
.about_page .mission_vission p {
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-size: 18px;
}
.about_page .mission_vission h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 60px;
}
.about_page .absolute_hr {
  width: 250px;
  background: #ffed00;
  border: 5px solid #ffed00;
  position: absolute;
  top: 60px;
  right: 0px;
  margin: 0 auto;
  transform: rotate(90deg);
}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*******************************************************************PRODUCT PAGE**************************************************************/
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/

.product_page .sec_ab_head {
  color: #ffed00;
  font-weight: bold;
  margin-bottom: -140px;

  margin-left: -50px;
}

.product_page .sec_ab_head span {
  display: block;
  line-height: 30px;
  letter-spacing: 30px;
}

.product_page .h11 h1 {
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  line-height: 55px;
  font-size: 40px;
}

.product_page .section_1_p {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.product_page .section1_products h1 {
  font-weight: normal;
  letter-spacing: 0.5px;
}

.product_page .backyell {
  background: #ffed00;
  overflow: hidden;
  min-height: 600px;
}

.product_page .product_card {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.product_page .product_card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s ease;
}

.product_page .product_back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.product_page .product_title {
  position: absolute;
  bottom: 30px;
  left: 50%;

  transform: translateX(-50%);
}

.product_page .product_title p {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.product_page .product_title img {
  height: 40px;
  width: 100%;
  margin-bottom: 30px;
  object-position: center;
  object-fit: contain;
}

.product_page .product_card:hover {
  cursor: pointer;
}

.product_page .product_card:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.product_page .section2_h1 h1 {
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  line-height: 45px;
  font-size: 30px;
  padding-top: 100px;
}

.product_page .section2_h1 h1 span a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #ffed00;
  padding-bottom: 5px;
}

.product_page .section2_h1 {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.product_page .section2_h1 .sec_ab_head2 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.product_page .sec_ab_head2 {
  color: #ffed00;
  font-weight: bold;
  /**/
}

.product_page .sec_ab_head2 span {
  display: block;
  line-height: 20px;
  letter-spacing: 20px;
}

@media screen and (max-width: 1000px) {
  .product_page .section2_h1 h1 {
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    line-height: 35px;
    font-size: 20px;
  }

  .product_page .section1_products h1 {
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    line-height: 45px;
    font-size: 30px;
  }
}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*******************************************************************PRODUCT-INSIDE PAGE*******************************************************/
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/

.productinside_page .sec_ab_head {
  color: #ffed00;
  font-weight: bold;
  margin-bottom: -125px;
  margin-left: -50px;
}

.productinside_page .sec_ab_head img {
  height: 250px;
  width: 100%;
  object-fit: contain;
  object-position: left;
}

.productinside_page .h11 h1 {
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  line-height: 55px;
  font-size: 40px;
}

.productinside_page .section_1_p {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.productinside_page .section_1_images {
  height: 700px;
  width: 100%;
  background-attachment: fixed !important;
  background-size: cover !important;
}

.productinside_page .slogan img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.productinside_page .slogan h1 {
  font-size: 25px;
  letter-spacing: 0.5px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
}

.productinside_page .button_yellow {
  background: #ffed00;
  padding: 5px 10px;
  min-width: 150px;
  border: 1px solid #ffde00;
  outline: none;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: normal;
  transition: 0.3s ease-in-out;
  margin-top: 30px;
  border-radius: 20px;
}
.productinside_page .button_yellow:hover {
  background: #fff;
  border: 1px solid #ffde00;
  outline: none;
}
.productinside_page .section_padding {
  padding: 0 10%;
}

.productinside_page .section2_h1 h1 {
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  line-height: 45px;
  font-size: 30px;
  padding: 100px 0;
}

.productinside_page .section2_h1 h1 span a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #ffed00;
  padding-bottom: 5px;
}

.productinside_page .section2_h1 {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.productinside_page .section2_h1 .sec_ab_head2 {
  position: absolute;
  top: 0px;
  right: 30%;
}

.productinside_page .sec_ab_head2 {
  color: #ffed00;
  font-weight: bold;
  /**/
}

.productinside_page .sec_ab_head2 img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.productinside_page .section_1_table table tbody th {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 30px;
  padding: 20px 0;
  width: 20%;
}

.productinside_page .section_1_table table tbody td {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 30px;
  padding: 20px 0;
  width: 80%;
}

.productinside_page .section_3 {
  background: #f8f8f8;
  padding: 5% 0 0 0;
}

.productinside_page .section_3_ul ul li {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.8px;
  line-height: 30px;
  margin-bottom: 30px;
}
.productinside_page .section_3_images img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  object-position: left;
}

.productinside_page .section_4 {
  padding: 5% 10%;
}

.productinside_page .section_4_h1 h1 {
  font-weight: bold;
}

.productinside_page .product_card {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.productinside_page .product_card img {
  height: 100%;
  width: 100%;

  object-fit: cover;
  object-position: center;
  transition: 0.5s ease;
}

.productinside_page .product_back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.productinside_page .product_title {
  position: absolute;
  bottom: 30px;
  left: 50%;

  transform: translateX(-50%);
}

.productinside_page .product_title p {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.productinside_page .product_card:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.productinside_page .product_title img {
  height: 40px;
  width: 100%;
  margin-bottom: 30px;
  object-position: center;
  object-fit: contain;
}

.productinside_page .section_4_h4 {
  width: 50%;
  margin: 0 auto;
  border: 2px solid #ffed00;
  background: #ffed00;
}

@media screen and (max-width: 1000px) {
  .productinside_page .section2_h1 h1 {
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    line-height: 35px;
    font-size: 20px;
  }

  .productinside_page .section1_products h1 {
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    line-height: 45px;
    font-size: 30px;
  }

  .productinside_page .section_padding {
    padding: 0 5%;
  }

  .productinside_page .section_1_table table tbody th {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0;
    width: 20%;
  }

  .productinside_page .section_1_table table tbody td {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 30px;
    padding: 20px 0;
    width: 80%;
  }

  .productinside_page .section_4 {
    padding: 5% 5%;
  }
}

.characteristics {
  padding: 5% 0;
}

.charac-box {
  cursor: pointer;
  background-color: #fff;
  box-shadow: rgba(255, 237, 0, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.charac-box img {
  transition: 300ms ease-in-out;
}
.charac-box:hover img {
  transform: scale(1.1);
}

.tab-product {
  padding-bottom: 5%;
}

.tab-product .tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

.tab-product .tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

.tab-product .tab button:hover {
  background-color: rgba(255, 237, 0, 0.5);
}

.tab-product .tab button.active {
  background-color: #ffed00;
}

.tab-product .tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}

/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*******************************************************************APPLICATIONS PAGE*********************************************************/
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
.applications_page .sec_ab_head {
  color: #ffed00;
  font-weight: bold;
  margin-bottom: -125px;
  margin-left: -50px;
}

.applications_page .sec_ab_head img {
  height: 250px;
  width: 100%;
  object-fit: contain;
  object-position: left;
}

.applications_page .h11 h1 {
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  line-height: 55px;
  font-size: 40px;
}

.applications_page .section_1_p {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.applications_page .section_Back_images {
  height: 700px;
  width: 100%;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
}

.applications_page .rrow {
  padding: 0 10%;
}

.applications_page .points p {
  font-size: 25px;
  padding-left: 50px;
  letter-spacing: 0.5px;
}

.applications_page .section_padding {
  padding: 0 10%;
}

.applications_page .h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.applications_page .section2_h1 h1 {
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  line-height: 45px;
  font-size: 30px;
  padding: 100px 0;
}

.applications_page .section2_h1 h1 span a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #ffed00;
  padding-bottom: 5px;
}

.applications_page .section2_h1 {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.applications_page .section2_h1 .sec_ab_head2 {
  position: absolute;
  top: 0px;
  right: 30%;
}

.applications_page .sec_ab_head2 {
  color: #ffed00;
  font-weight: bold;
  /**/
}

.applications_page .sec_ab_head2 img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.applications_page .section_1_h4 {
  width: 25%;
  margin: 80px auto;
  border: 2px solid #ffed00;
  background: #ffed00;
}

.applications_page .section_1_L_h4 {
  width: 25%;
  margin: 0px auto;
  margin-top: 50px;
  margin-bottom: 0;
  border: 2px solid #ffed00;
  background: #ffed00;
}

@media screen and (max-width: 1200px) {
  .applications_page .rrow {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1000px) {
  .applications_page .section2_h1 h1 {
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    line-height: 35px;
    font-size: 20px;
  }

  .applications_page .section1_products h1 {
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    line-height: 45px;
    font-size: 30px;
  }

  .applications_page .section_padding {
    padding: 0 5%;
  }

  .applications_page .section_1_table table tbody th {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0;
    width: 20%;
  }

  .applications_page .section_1_table table tbody td {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 30px;
    padding: 20px 0;
    width: 80%;
  }

  .applications_page .section_4 {
    padding: 5% 5%;
  }
  .productinside_page .section_1_images {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-attachment: unset !important;
    background-size: cover !important;
  }
  .applications_page .section_Back_images {
    height: 500px;
    width: 100%;
    position: relative;
    background-attachment: unset;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .applications_page .points p {
    font-size: 25px;
    padding-left: 10px;
    letter-spacing: 0.5px;
  }
  .rrow {
    padding: 0 0%;
  }
  .applications_page .section_Back_images {
    height: 500px;
    width: 100%;
    position: relative;
    background-attachment: unset;
    background-size: cover;
  }
}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*******************************************************************PRODUCT PAGE**************************************************************/
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/

.blog_page .sec_ab_head {
  color: #ffed00;
  font-weight: bold;
  margin-bottom: -70px;
  margin-left: -50px;
}

.blog_page .sec_ab_head span {
  display: block;
  line-height: 30px;
  letter-spacing: 30px;
}

.blog_page .h11 h1 {
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  line-height: 55px;
  font-size: 40px;
}

.blog_page .section_1_p {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-top: 20px;
  font-weight: 450;
}
.blog_page .backyell {
  background: #ffed00;
  overflow: hidden;
  min-height: 600px;
}

.blog_page .product_card {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.blog_page .product_card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s ease;
}

.blog_page .product_back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog_page .product_title {
  position: absolute;
  bottom: 0;
  left: 0%;
  transform: translateX(-0%);
  background-color: #fff;
  padding: 15px 25px;
}

.blog_page .product_title p {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-weight: 450;
  color: #000;
}

.blog_page .product_title img {
  height: 35pt;
  width: auto;
}

.blog_page .product_card:hover {
  cursor: pointer;
}

.blog_page .product_card:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.blog_page .section2_h1 h1 {
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  line-height: 45px;
  font-size: 30px;
  padding-top: 100px;
}

.blog_page .section2_h1 h1 span a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #ffed00;
  padding-bottom: 5px;
}

.blog_page .section2_h1 {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.blog_page .section2_h1 .sec_ab_head2 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.blog_page .sec_ab_head2 {
  color: #ffed00;
  font-weight: bold;
  /**/
}

.blog_page .sec_ab_head2 span {
  display: block;
  line-height: 20px;
  letter-spacing: 20px;
}

.blog_page .rm-icon {
  height: 20px !important;
  margin-top: -5px;
  display: inline-block;
}
.blog_page .effect-7 p {
  font-size: initial;
  letter-spacing: 0.5px;
  line-height: initial;
  font-weight: 450;
  color: #000;
}
.blog_page .effect-7,
.blog_page .effect-7 > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
.blog_page .effect-7:hover {
  text-decoration: none !important;
  color: #000 !important;
  cursor: pointer;
}
.blog_page .effect-7:before,
.blog_page .effect-7:after,
.blog_page .effect-7 > span:before,
.blog_page .effect-7 > span:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
.blog_page .effect-7 {
  display: inline-block;
  overflow: hidden;
}
.blog_page .effect-7:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffed00;
  transform: translateX(-100%);
}
.blog_page .effect-7:after {
  content: attr(data-content);
  left: 0;
  top: 0;
  width: 0;
  margin: 12px;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.5s ease;
}
.blog_page .effect-7 > span {
  display: block;
  margin: 2px;
  padding: 15px 10px 0 10px;
}
.blog_page .effect-7:hover:before {
  transform: translateX(0);
}
.blog_page .effect-7:hover:after {
  width: calc(100% - 24px);
}

@media screen and (max-width: 1000px) {
  .blog_page .section2_h1 h1 {
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    line-height: 35px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .blog_page .product_title p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-weight: 450;
    color: #000;
  }
}
@media screen and (max-width: 1200px) {
  .blog_page .product_title .br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .blog_page .product_title p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-weight: 450;
    color: #000;
  }
}
@media screen and (max-width: 467px) {
  .applications_page .section_Back_images {
    height: 300px;
    width: 100%;
    position: relative;
    background-attachment: unset;

    background-repeat: no-repeat !important;
    background-size: cover;
  }
  .productinside_page .section_1_images {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-attachment: unset !important;
    background-size: cover !important;
  }
}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*******************************************************************CONTACT PAGE**************************************************************/
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/

.contact_page .section1_h1 h1 {
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  line-height: 45px;
  font-size: 30px;
}

.contact_page .section1_h1 h1 span a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #ffed00;
  padding-bottom: 5px;
}

.contact_page .section1_h1 .bgy {
  background-color: #ffed00;
}

.contact_page .section1_h1 {
  margin-top: 100px;
  position: relative;
  padding: 0 10%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.contact_page .section1_h1 .sec_ab_head1 {
  position: absolute;
  top: 0px;
  left: 35%;
  transform: translateX(-35%);
}

.contact_page .sec_ab_head1 {
  color: #ffed00;
  font-weight: bold;
  /**/
}

.contact_page .sec_ab_head1 span {
  display: block;
  line-height: 20px;
  letter-spacing: 20px;
}

.contact_page .section_2 {
  background-color: #f9f9f9;
  margin: 0 10%;
  margin-bottom: 100px;
}

.contact_page .section2_text {
  padding: 5%;
}

.contact_page .section2_text .h2 {
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  line-height: 40px;
  font-size: 24px;
}

.contact_page .h2:hover {
  color: #000 !important;
}

.contact_page .slogan_img {
  float: right;
  vertical-align: middle;
}

.contact_page .slogan_img img {
  width: 50%;
  object-fit: contain;
  float: right;
}

@media only screen and (max-width: 1200px) {
  .contact_page .slogan_img img {
    width: 50%;
    object-fit: contain;
    float: none;
  }
}

.contact_page .section_3 {
  margin: 0 10%;
  margin-top: 100px;
}

.contact_page .section_3 h1 {
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  line-height: 45px;
  font-size: 30px;
}

.contact_page .section_3 h1 span {
  background-color: #ffed00;
}

.contact_page .section3_text {
  padding: 8% 5%;
}

.section3_text input,
select,
.contact_page textarea {
  width: 100%;
  padding: 10px 30px;
}

.contact_page .section3_text button {
  background-color: #ffed00;
  color: #000;
  border: none;
  padding: 5px 40px;
}

.contact_page .map {
  margin-bottom: 8%;
}

@media screen and (max-width: 1200px) {
  .contact_page .slogan_img {
    float: none;
    vertical-align: middle;
  }
}

@media screen and (max-width: 992px) {
  .contact_page .section_3 {
    margin: 0 5%;
    margin-top: 100px;
  }
  .contact_page .section2_text {
    padding: 15% 5%;
  }
  .contact_page .section_2 {
    margin: 0 5%;
  }
  .contact_page .br {
    display: none;
  }
  .contact_page .section3_text {
    padding: 15% 5%;
  }
  .contact_page .section2_text .h2 {
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    line-height: 40px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .contact_page .section1_h1 h1 {
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    line-height: 35px;
    font-size: 20px;
  }
}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*******************************************************************FOOTER********************************************************************/
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
.footer {
  background-color: #f9f9f9;
  padding: 3% 10% 2% 10%;
}
a:hover {
  text-decoration: none !important;
}
.lets-talkf span {
  background-color: #ffed00;
  color: #000;
  border-radius: 25px;
  border: 1px solid transparent;
  padding: 8px 45px;
  font-weight: normal;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}
.lets-talkf span:hover {
  background-color: #fff;
  border: 1px solid #ffed00;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.flinks {
  display: flex;
  justify-content: center;
}
.footer ul {
  list-style-type: none;
}
.flinks a:hover {
  text-decoration: none !important;
  color: inherit !important;
}
.effect-3f {
  display: inline-block;
  overflow: hidden;
  transition: 0.3s ease-in-out !important;
}
.effect-3f:before {
  left: 0;
  bottom: 30% !important;
  width: 100%;
  height: 2px;
  background: #ffed00;
  transform: translateX(-100%);
}
.effect-3f:hover:before {
  transform: translateX(0);
}
a {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
a:before,
a:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
.flogo {
  margin: 0 100px;
}
.flogo img {
  width: 100%;
}
.flogo img:hover {
  cursor: pointer;
}
.sm-txt {
  margin-top: 100px;
}
.sm-txt a:hover {
  color: #ffed00;
}
.sm-txt p {
  font-size: 14px !important;
}
.copyright {
  margin-top: -10px;
}
@media only screen and (max-width: 1400px) {
  .flogo {
    margin: 0 50px;
  }
  .sm-txt p {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .footer {
    background-color: #f9f9f9;
    padding: 3% 8% 2% 8%;
  }
  .footer h1 {
    text-align: center;
  }
  .f1 {
    text-align: center;
  }
  .flinks {
    margin-top: 80px;
    /* justify-content: left; */
  }
  .f3 {
    margin-top: 80px;
  }
  .sm-txt p {
    font-size: 15px !important;
  }
  .copyright {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    background-color: #f9f9f9;
    padding: 10% 5% 8% 5%;
  }
  .footer h1 {
    text-align: center;
    font-size: 1.8em;
  }
  .f1 {
    text-align: center;
  }
  .flogo {
    margin: 0 0px;
  }
  .flinks {
    margin-top: 50px;
  }
  .f3 {
    margin-top: 50px;
  }
  .sm-txt p {
    font-size: 12px !important;
  }
  .copyright {
    margin-top: 10px;
  }
}
