* {
  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: "Nunito", serif;
}

a {
  text-decoration: none !important;
  transition: ease-in-out 0.2s;
  font-family: "Nunito", serif;
}

img {
  width: 100%;
  transition: ease-in-out 0.3s;
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
  font-family: "Nunito", serif;
}

li {
  list-style: none;
  font-weight: 600;
}

.container-fluid {
  padding: 0 3%;
}

p {
  font-size: 16px;
  line-height: 27px;
  color: #373737;
  font-family: "Josefin Sans";
}

span {
  font-family: "Nunito", 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: #fff;
  position: relative;
}

.header {
  position: relative;
  overflow: hidden;
}

#myHeader.sticky {
  position: fixed;
  background-color: #000;
  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: 0.2s;
}

.head_banner .slick-slide.slick-current.slick-active .all_btn {
  animation: 4s linear 0s alternate headerline;
  transition-delay: 0.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: 43%;
  right: 2%;
  z-index: 9;
  border: 2px solid #e3010f;
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  clip-path: polygon(22% 1%, 100% 0%, 80% 100%, 0% 100%);
}

nav#myHeader.sticky .logo img {
  margin-top: 0;
  width: 120px;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 43%;
  left: 2%;
  z-index: 9;
  padding: 8px 12px;
  border: 2px solid #e3010f;
  color: #fff;
  cursor: pointer;
  clip-path: polygon(20% 1%, 100% 0%, 80% 100%, 0% 100%);
}

.head_item img {
  object-fit: cover;
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}

.navigation {
  display: flex;
  margin-bottom: 0;
  border-radius: 5px;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 140px;
  margin-top: -20px;
  position: relative;
  z-index: 999;
  border-radius: 5px;
}

.navigation li {
  padding: 17px 14px;
  position: relative;
  z-index: 9;
}

.hrad_btn a {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.hrad_btn i {
  font-size: 25px;
  margin-right: 8px;
}

.navigation li a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.inner_header {
  position: relative;
}

.inner_header::after {
  content: "";
  background-color: #000000c6;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_text {
  position: absolute;
  top: 25%;
  z-index: 99;
  text-align: center;
  width: 100%;
}

.inner_header .inner_text {
  top: 50%;
  padding: 0 30px 0;
}

.inner_hrad {
  font-size: 50px;
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
}

.brade_crom {
  display: flex;
  justify-content: center;
}

.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;
}

.clk_btn {
  position: absolute;
  right: 0;
  top: 15px;
  color: #fff;
  cursor: pointer;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 10px 15px;
  display: block;
  color: #000;
  font-size: 17px;
}

.droupdown li a:hover {
  background: #ed1c24;
  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;
  background-color: #000000;
}

.top::after {
  content: "";
  width: 15%;
  height: 101%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

.top::before {
  content: "";
  width: 27%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e3010f;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
}

nav::after {
  content: "";
  width: 25%;
  height: 101%;
  position: absolute;
  right: 0;
  top: -1px;
  background-color: #e3010f;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}

@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;
}

.top_contact form input {
  width: 90%;
  border: none;
  padding: 8px;
  outline: none;
}

.top_contact form {
  display: flex;
  width: 100%;
}

.top_contact form button {
  border: none;
  background-color: #000;
  text-align: center;
  padding: 8px 4px 8px 8px;
}

.top_logo .logo {
  width: 20%;
}

.top_contact {
  padding: 7px 0 8px 6%;
  position: relative;
  z-index: 9;
}

.top_contact li a {
  color: #000;
  font-size: 14px;
}

.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: #e3010f;
}

.brochar span {
  color: #e3010f;
  font-weight: 900;
  font-size: 16px;
}

.brochar img {
  width: 25px;
  margin-right: 10px;
  color: #e3010f;
}

.toggle {
  display: none;
}

.margin {
  margin: 70px 0;
}

.small_head {
  font-size: 20px;
  color: #e3010f;
  display: block;
}

.big_head {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}

.small_head img {
  width: 30px;
  margin-right: 10px;
}

.main_ab_img {
  float: left;
  width: 50%;
  position: relative;
  padding-right: 100px;
  margin-bottom: 8px;
}

.main_ab_img .img img {
  border-radius: 30px;
}

.main_ab_img .img_1 img {
  position: absolute;
  top: 10%;
  right: 10px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.experience {
  position: absolute;
  right: -20px;
  bottom: 0;
}

.exp_text {
  transform: rotate(-90deg);
  text-align: left;
}

.ex_num {
  font-size: 65px;
  font-weight: 800;
  color: #e3010f;
  margin-left: 12px;
  margin-top: 15px;
  display: block;
}

.exp_text span {
  font-size: 25px;
  font-weight: 600;
}

.exp_text p {
  margin-bottom: 0;
  color: var(--black);
  font-weight: 600;
}
.copy_awards::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 100%;
  top: 35%;
  background-color: #f0cf5c;
  text-shadow: 7px 4px 0 #000000;
}

.produst {
  text-align: center;
}

.pro_item {
  margin: 8px;
  overflow: hidden;
  position: relative;
}

.pro_head {
  color: #000;
  font-size: 20px;
  padding: 5px;
  width: 100%;
  display: block;
}

.pro_item img {
  height: 300px;
  object-fit: cover;
}

.premium_box {
  padding: 20px 30px;
  border-radius: 10px;
  text-align: left;
  position: relative;
      min-height: 418px;

}
.videos {
  position: relative;
}
.vi_text {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}
.vi_text .big_head {
  color: #000;
  margin-bottom: 20px;
}
.premium_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: -1;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  transition: ease-in-out 0.3s;
}
.premium_box:hover::after {
  background-color: #000;
  z-index: -2;
  left: 2%;
  top: 3%;
}
.premium_box:hover::before {
  left: 0%;
  top: 0%;
}
.premium_box p {
  color: #fff;
}

.premium_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 2%;
  top: 3%;
  background-color: #e3010f;
  z-index: -1;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}

.ab_home {
  display: flex;
}

.ab_home .ab_img {
  width: 50%;
  float: left;
  margin-right: 10px;
  position: relative;
}

@keyframes moveIt {
  0%,
  100% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }
}

.pr_img {
  /* width: 100px; */
  position: relative;
}

.pr_img img {
  width: 75px;
}

.pr_head {
  font-size: 24px;
  color: #fff;
  margin: 10px 0;
}

.in_banner {
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center center;
}

.around_bg {
  background-color: #0000008e;
  padding: 130px 0;
}

.aro_text .big_head {
  color: #fff;
}

.aro_text p {
  color: #fff;
}

.around_img .img_1 img {
  width: 280px;
  border: 5px solid #fff;
  object-fit: cover;
}

.sum_number .row {
  align-items: center;
}

.num_box img {
  width: 60px;
  height: 50px;
  object-fit: contain;
}

.num_box {
  text-align: center;
}

.num_box {
  text-align: center;
  border-radius: 50%;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  transition: ease-in-out 0.33s;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sum_video{
  padding-right: 50px;
}
.sum_number {
  position: relative;
  overflow: hidden;
}

.sum_number .comp_bg {
  top: -60px;
  width: 25%;
}
.why_box img {
  width: 60px;
}
.comp_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  z-index: -1;
}

.num_box span {
  font-size: 25px;
  font-weight: 600;
  margin: 5px 0;
  display: block;
}

.num_box:hover {
  background-color: var(--bs-red);
}

.num_box:hover span {
  color: #fff;
}

.num_box:hover p {
  color: #fff;
}

.img_2 img {
  width: 250px;
  position: absolute;
  right: 20px;
  top: 0;
  border: 5px solid #fff;
  transform: rotate(8deg);
  object-fit: cover;
}

.around_img {
  position: relative;
  padding-left: 100px;
}

.ar_img img {
  width: auto;
}

.ar_img {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 99;
  animation-name: spin;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.in_text .small_head {
  color: #fff;
}

.in_text .big_head {
  color: #fff;
}

.in_text p {
  color: #fff;
}

.test_item img {
  width: 95px;
  border-radius: 50%;
  margin-top: -95px;
  display: inline-block;
}

.name {
  font-size: 20px;
  color: #e3010f;
  display: block;
}

.dagination {
  display: block;
}

.test_name {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 10px;
}


.module_box {
  padding: 30px 10px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  overflow: hidden;
  height: 160px;
  background-color: #fff;

}

.module_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  transition: ease-in-out .5s;
  background-color: #e3010f;
}

.module_box:hover::after {
  left: 0;
}

.module_box:hover p {
  color: #fff;
}

.module_home .row {
  justify-content: center;
}
.module_box img {
    width: 40px;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
    transition: ease-in-out .5s;
}
.module_home {
    text-align: center;
    position: relative;
    padding: 80px 0;
}
.module_box p {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    z-index: 9;
    transition: ease-in-out .5s;
}

.test_item {
  text-align: left;
  background-color: #fff;
  padding: 20px 50px 50px 50px;
  margin: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 8px;
  position: relative;
}

.testmonial {
  text-align: center;
  background-color: #e3010f;
  padding: 60px 0;
}

.testmonial .small_head {
  color: #fff;
}
.pro_categert_item{
    margin:10px;
}
.pro_categert_head{
    background: #e3010f;
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 18px;
}

.testmonial .big_head {
  color: #fff;
}

.test_item::after {
  content: "";
  width: 50px;
  height: 36px;
  clip-path: polygon(100% 0, 39% 0, 0 78%);
  position: absolute;
  left: 10%;
  bottom: -32px;
  background-color: #fff;
}

.malti_slider img {
  height: 250px;
  object-fit: contain;
}

.home_form input,
textarea,
select {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  outline: none;
  border-radius: 4px;
}

.home_form .all_btn {
  width: 100%;
}

.all_btn {
  border: 2px solid #e3010f;
  color: #000;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 16px;
  transition: ease-in-out 0.2s;
  position: relative;
}
.home_form form {
    background: #e3010f;
    padding: 35px 20px;
    border-radius: 10px;
}
.all_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e3010f;
  transform: scale(0);
  border-radius: 3px;
  transition: ease-in-out 0.5s;
}

.all_btn span {
  position: relative;
  z-index: 9;
}

.all_btn:hover::after {
  transform: scale(1);
}

.all_btn:hover {
  color: #fff;
}
.top_btn .all_btn {
  color: #fff;
}
.home_form {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.home_form .big_head {
  color: #fff;
}

.contact_add li img {
  width: 40px;
  margin-right: 10px;
}

.contact_add li {
  color: #fff;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.contact_add li span {
  font-weight: 500;
  font-size: 15px;
  color: #feda9b;
}

.contact_add {
  padding-top: 100px;
  padding-left: 30px;
}

.contact_add li a {
  color: #fff;
}

.shochal_media {
  display: flex;
  margin-top: 20px;
}

.shochal_media li {
  margin-right: 10px;
}

.shochal_media li img {
  width: 40px;
  animation: zoom-in-zoom-out 2s ease-out infinite !important;
}

.shochal_media li img:hover {
  margin-top: -8px;
}

.form_sado {
  background-color: #000000d4;
  padding: 60px 0;
}

form .primary-btn3 {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.client_item img {
  width: auto;
  margin: auto;
}

.client_item {
  text-align: center;
}

footer {
  background-color: #000;
  padding-top: 50px;
}

.footer-top {
  position: relative;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #dcdcdc;
  transition: all 0.3s ease 0s;
}

.footer-social li a:hover {
  background-color: #e3010f;
  border: 1px solid #e3010f;
}

.footer-top::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 10%;
  width: 75%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.384);
}

.footer-logo img {
  width: 120px;
}

.foot_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.foot_nav li a {
  color: #fff;
  font-size: 18px;
  margin: 10px 15px;
  text-transform: uppercase;
}

.foot_nav li a:hover {
  color: #e3010f;
}

.copy_right {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.384);
  margin-top: 50px;
  padding: 10px 0;
}

.copy_right a {
  color: #fff;
  text-decoration: underline !important;
}

.copy_right p {
  margin-bottom: 0;
  color: #fff;
}

.foot_email {
  max-width: 50%;
  margin: 50px auto;
}

.foot_email form {
  display: flex;
}

.foot_email input {
  width: 80%;
  padding: 10px;
  outline: none;
}

.foot_email button {
  width: 20%;
  border: none;
  background-color: #e3010f;
  color: #fff;
}

.ser_head {
  font-size: 22px;
  color: #ac6821;
  display: block;
}

.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: #e3010f;
  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 {
  display: flex;
  justify-content: end;
  gap: 20px;
}

.socal_media img {
  width: 30px;
}

.socal_media a {
  display: block;
  color: #fff;
}

.buil-header i {
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #e3010f;
  font-size: 20px;
  transition: all 0.3sease;
}

.buil-header {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
  position: relative;
  z-index: 2;
}

.buil-heading-1 {
  display: block;
  color: #fff;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.buil-header-number-wrap a {
  font-size: 22px;
  font-weight: 800;
  line-height: 34px;
  color: #fff;
}

.static-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: end;
  z-index: 9;
}
.static-cta-phone a {
  background-color: #0d239a;
  padding: 8px 20px;
  border-radius: 20px 0px 20px 0px;
  color: #fff;
  font-size: 15px;
  transition: 0.2s;
}
.static-cta-whats a {
  background-color: #075e54;
  padding: 8px 20px;
  border-radius: 20px 0px 20px 0px;
  color: #fff;
  font-size: 15px;
  transition: 0.2s;
}
@media only screen and (max-width: 991px) {
  .ab_text {
    margin-top: 20px;
  }

  .premium_box {
    margin-bottom: 20px;
  }

  .footer-top::after {
    display: none;
  }

  .buil-header {
    display: none;
  }

  .socal_media {
    display: none;
  }

  .navigation li a {
    font-size: 14px;
  }

  .copy_awards::after {
    display: none;
  }

  .awards {
    font-size: 60px;
  }
}

@media only screen and (max-width: 910px) {
  .navigation li {
    padding: 17px 14px;
  }

  .navigation li a {
    font-size: 15px;
  }
}

@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;
    position: relative;
    z-index: 9;
  }

  .toggle > * {
    width: 80%;
    height: 3px;
    background: #fff;
    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;
  }

  .navigation li a {
    color: #000;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }
}

@media only screen and (max-width: 767px) {

  .in_text {
    width: 70%;
  }
  .top::after{
    display: none;
  }

  .why_right img {
    height: auto;
  }

  .why_right ul {
    margin-top: 10px;
  }

  .contact_add {
    padding-top: 13px;
    padding-left: 8px;
  }

  .top::after {
    width: 30%;
  }

  .ab_home .ab_img {
    width: 100%;
    float: left;
    margin-right: 0px;
  }
  .logo img{
    margin-top: 0;
  }
  .top_contact{
    padding: 7px 0 8px 0%;
  }
  .main_ab_img {
    width: 100%;
    margin-bottom: 15px;
}
.sum_video {
    padding-right: 0px;
}
}

@media only screen and (max-width: 600px) {
  .big_head {
    font-size: 27px;
    margin-bottom: 5px;
  }

  .slick-nav.next-arrow.slick-arrow {
    display: none;
  }

  .slick-nav.prev-arrow.slick-arrow {
    display: none;
  }

  .inner_hrad {
    font-size: 30px;
  }

  .inner_header img {
    height: 220px;
    object-fit: cover;
  }

  .box_small .img {
    padding: 0 15%;
  }
  .ab_img_2 {
    padding-right: 0px;
  }
  .around_img {
    position: relative;
    padding-left: 0;
    margin-top: 40px;
}
}

@media only screen and (max-width: 500px) {
  .logo img {
    width: 100px;
  }

  .margin {
    margin: 20px 0;
  }

  .big_head {
    font-size: 22px;
  }

  .in_layer {
    padding: 45px 0;
  }

  .in_text {
    width: 95%;
  }

  .why_right li {
    margin: 12px 0;
    font-size: 16px;
  }

  .foot_email {
    max-width: 97%;
    margin: 27px auto;
  }

  .foot_nav li a {
    display: block;
  }

  .top_btn {
    display: none;
  }

  .ab_home .ab_img {
    overflow: hidden;
  }

  .awards {
    font-size: 36px;
  }

  .copy_awards {
    font-size: 25px;
  }
}
