* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&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: "Ubuntu", sans-serif;
}

.container {
  max-width: 1250px;
}

a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
  font-family: "Ubuntu", sans-serif;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}

.img{
  overflow: hidden;
}
.img img:hover{
  transform: scale(1.1);
}

p {
  font-size: 16px;
  line-height: 27px;
  color: #000;
  font-family: "Open Sans", sans-serif;
}

span {
  display: block;
  font-family: "Ubuntu", 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 {
  background:#fff;
}

.header {
  position: relative;
  overflow: hidden;
}


#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 999;
  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: 43%;
  right: 0;
  z-index: 9;
  border: 1px solid #000;
  padding: 10px;
  color: #000;
  cursor: pointer;
}
.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 43%;
  left: 0;
  z-index: 9;
  border: 1px solid #000;
  padding: 10px;
  color: #000;
  cursor: pointer;
}

nav#myHeader.sticky {
  margin-top: 0;
}

#myHeader.sticky .top_contact{
  display: none;
}
#myHeader.sticky .logo img{
  width: 75px;
}

.head_item img {
  object-fit: cover;
  height: 600px;
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  justify-content: right;
  padding-right: 5%;
}

.top_contact{
  padding: 8px 0;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
  padding-right: 5%;
  background-color: #352e3d;
}

.navigation {
  display: flex;
  margin-bottom: 0;
  border-radius: 5px;

}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 100px;
  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: 500;
  font-size: 18px;
}

.inner_header {
  position: relative;
}
.main_menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_bar_nav{
  width: 75%;
}
.main_menu .logo{
  width: 25%;
  padding-left: 5%;
  clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
}

.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: 36px;
  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-color: #342e3c;
  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;
}


.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 li a {
  color: #fff;
  font-size: 16px;
}

.top_contact li a:hover {
  color: #4ccdbd;
}

.top_contact ul {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 0;
}

.top_contact ul li {
  color: #fff;
  font-size: 16px;
  text-align: right;
  margin-left: 20px;
}

.top_contact li i {
  font-size: 20px;
  margin-right: 10px;
  color: #fff;
}

.toggle {
  display: none;
}

.cover_head {
  margin-top: -98px;
  position: relative;
}
.customers{
  background-color: #eaeef3;
}

.cus_icon{
  display: flex;
  align-items: center;
}

.c_icon{
  width: 88px;
  min-width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  padding: 14px;
  margin-right: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cus_text span{
  font-size: 16px;
  font-weight: 600;
  color: #147ab4;
}

.margin{
  margin: 60px 0;
}
.customers{
  padding: 60px 0;
}
.small_head{
  font-size: 17px;
  color: #43cec4;
}
.big_head{
  font-size: 35px;
  margin-bottom: 12px;
}
.we_work{
  background-color: #eaeef3;
}
.ab_text{
  position: sticky;
  top: 100px;
}
.ab_home .img{
  position: sticky;
  top: 100px;
}
.we_box img{
  width: 80px;
}
.we_box{
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: left;
}
.we_work{
  text-align: center;
}
.we_work{
  padding: 30px 0;
}
.small_item .img{
  border-radius: 50%;
  height: 190px;
  margin-bottom: 10px;
}
.small_item .img img{
  object-fit: cover;
  height: 100%;
}
.small_item a{
  color: #342e3c;
  font-size: 18px;
}
.small_item{
  text-align: center;
  margin: 10px;
}

.we_head{
  font-size: 25px;
  margin: 8px 0;
  color: #147ab4;
}
.ab_home{
  padding: 50px 0;
}
.doun_banner{
  margin-bottom: 30px;
}
.product{
  text-align: center;
}
.pro_head{
  font-size: 20px;
  bottom: 0;
  width: 100%;
  color: #775737;
  padding: 5px 0;
}
.pro_item img{
  height: 320px;
  object-fit: cover;
}
.pro_item{
  margin: 0 8px;
  position: relative;
  text-align: left;
}
.pro_item a{
  color: #000 ;
  font-weight: 600;
  font-size: 16px;
}

.accure .row{
  align-items: center;
}
.accure{
  padding: 50px 0;
  position: relative;
  background-position: left;
  background-size: cover;
}

.testmonial{
  background-color: #121212;
  padding: 40px 0;
  text-align: center;
}
.testmonial .big_head{
  color: #fff;
}
.test_item{
  background-color: #FFF;
  padding: 30px;
  border-radius: 5px;
  margin: 8px;
  text-align: left;
  min-height: 332px;
}
.test_item p{
  color: #000;
}
.test_item img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.name{
  color: #352f3d;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.all_btn{
  border: none;
  background-color: #352f3d;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
}
.all_btn:hover{
  background-color: #000;
  color: #fff;
}

.form_datils ul img{
  width: 40px;
}
.form_datils ul li{
  margin: 20px 0;
}
.form_datils ul li img{
  margin-right: 15px;
}
.form_datils ul li a{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.contact_form{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_form input, textarea, select{
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  border-radius: 4px;
}
.contact_form form{
  background-color: #000;
  padding: 40px;
  border-radius: 5px;
}
.quite{
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}
.form_datils .main_head{
  color: #fff;
}
.form_datils p{
  color: #fff;
}

.form_bg{
  background-color: #0000007d;
  padding: 60px 0;
}

footer {
  background-color: #000;
  padding-top: 50px;
}

.foot_logo img {
  width: 100px;
  padding: 1px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 10px;
}

.foot_logo p {
  color: #fff;
}

.quick {
  color: #43cec4;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.foot_nav ul li a {
  color: #fff;
}

.foot_nav ul li {
  margin: 10px 0;
}

.foot_nav ul {
  height: 250px;
  overflow: auto;
}

.copy_right {
  background-color: #6b4f35;
  text-align: center;
  margin-top: 50px;
  padding: 12px 0;
}

.copy_right p {
  margin-bottom: 0;
  color: #fff;
}

.copy_right a {
  color: #fff;
  text-decoration: underline !important;
}

.why_box img{
  width: 100px;
}

.why_box{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  border-radius: 8px;
  height:365px;
}
.why_box span{
  font-size: 20px;
  margin: 8px 0;
  color: #121212;
}
























.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: #352e3d;
  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;
}
.aut_box img{
  background-color: #000;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}


.popup input {
    width: 100%;
    padding: 10px;
    margin-bottom: 31px;
    border: none;
    border-radius: 4px;
}


.popup {
    display: none; /* Hidden by default */
    position: fixed;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: #000000b3;
    justify-content: center;
        z-index: 999;
        padding-top: 10%;
}


.popup-content {
       background-color: #fff;
    border-radius: 10px;
    height: 300px;
    width: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
  
}
.pop_bg{
    padding: 89px 20px;
    background-color: #00000096;
     height:300px;
    border-radius: 10px;
    
}

.close-btn {
    font-size: 17px;
    cursor: pointer;
    display: inline-block;
    background: #5cd6cd;
    padding: 7px 19px;
    border-radius: 5px;
}


button.pope_btn {
    display: inline-block;
    border: none;
    background: #352f3d;
    color: #fff;
    padding: 7px 20px;
     border-radius: 5px;
}






@media only screen and (max-width: 991px) {
  .head_item img{
    height: auto;
  }
  .cover_head{
    display: none;
  }
  .cus_icon{
    margin-top: 15px;
  }
  .product_slider {
    margin-top: 20px;
  }
  .ab_text{
    margin-top: 20px;
  }
  .acc_text{
    margin-top: 20px;
  }
}



@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) {
  .ab_home{
    padding: 30px 0;
  }
  .contact_form form{
    margin-top: 20px;
  }
  .logo img {
    width: 77px;
  }
  .inner_hrad {
    font-size: 30px;
  }
  .inner_header img{
    height: 250px;
  }
  .accure{
    padding: 20px 0;
  }
}
@media only screen and (max-width: 600px) {
    .popup-content {
    width: 98%;
    }
    .popup{
        padding-top: 20%;
    }
  .top_phone-2{
    display: none;
  }
  .big_head {
    font-size: 25px;
}
.customers {
  padding: 30px 0;
}
.margin {
  margin: 30px 0;
}
.contact_form form {
  padding: 25px;
}
}
@media only screen and (max-width: 500px) {
  .main_menu .logo {
    width: 40%;
  }
  .nav_bar_nav {
    width: 60%;
}
.top_contact {
  padding: 8px 10px;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
}
.slick-nav.next-arrow.slick-arrow{
  padding: 5px;
  font-size: 15px;
}
.slick-nav.prev-arrow.slick-arrow{
  padding: 5px;
  font-size: 15px;
}
.we_head {
  font-size: 23px;
  margin: 3px 0;
}
.pro_item img {
  height: 330px;
}
}
@media only screen and (max-width: 400px) {
  .top_contact li a{
    font-size: 13px;
  }
  .top_contact li i {
    font-size: 17px;
  }
  .main_menu .logo {
    width: 45%;
}
.small_item .img{
  height: 160px;
}
}