* {
    margin: 0;
    padding: 0;
    font-family: "Kanit", serif;
    box-sizing: border-box;
}

:root {
    --bg_color: #2a2d7c;
    --green: #44a045;
    --Sky-blue: #fdcd00;
    --white: #fff;
    --black: #000;
}

body {
    overflow-x: hidden;
    position: relative;
    overflow-x: hidden;
}

img {
    width: 100%;
    transition: ease-in-out .3s;
}

.img {
    position: relative;
    overflow: hidden;
}

p {
    font-size: 15px;
    line-height: 28px;
    font-family: "Quicksand", serif;
    color: #000;
    font-weight: 500;
}
p span, strong{
    font-family: "Quicksand", serif;
}

a {
    text-decoration: none;
    transition: ease-in-out .3s;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
}



.container-fluid {
    padding: 0 3%;
}

.discount {
    background-color: var(--bg_color);
    color: var(--white);
    font-size: 15px;
}

.margin {
    margin: 60px 0;
}

.top_call a {
    color: var(--white);
    font-weight: bold;
}

.head_text {
    top: 15%;
    left: 5%;
}

.cleaner {
    color: var(--bg_color);
}

.main_banner {
    width: 65%;
}

.logo img {
    width: 200px;
    position: relative;
    z-index: 9;
}


.search i {
    margin-right: 5px;
}

.search a {
    color: var(--black);
}

.nab_bar {
    display: flex;
    justify-content: center;
}

.navbar_n {
    background-color: var(--white);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    gap: 12px;
    z-index: 5;
    padding: 7px 10px;
    border-radius: 8px;
    justify-content: space-between;
    width: 70%;
    z-index: 999;
}

#myHeader.sticky {
    position: fixed;
    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;
    background-color: var(--white);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.clk_btn {
    position: absolute;
    right: 0;
    top: 10px;
    color: var(--black);
    cursor: pointer;
}

.nab_bar li a {
    color: var(--black);
    padding: 15px 15px;
    display: inline-block;
}

.nab_bar li {
    position: relative;
}

.droupdown {
    position: absolute;
    background-color: var(--white);
    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;
}

.droupdown li {
    padding: 0;
}

.droupdown li a {
    display: block;
}

.droupdown li a:hover {
    background-color: #a83039;
    color: var(--white);
}

.head_item {
    position: relative;
}

header img {
    border-radius: 8px;
}

.head_text {
    position: absolute;
}

.banner_bid_head {
    font-size: 45px;
    color: var(--white);
    font-weight: 900;
    margin-bottom: 10px;
}

.banner_small_head {
    color: var(--white);
    font-size: 20px;
}

.split_slideshow .slick-slide.slick-current.slick-active .main_small_head {
    animation: 1.5s linear 0s alternate headerline;
}

.split_slideshow .slick-slide.slick-current.slick-active .main_head {
    animation: 2s linear 0s alternate headerline;
}

.split_slideshow .slick-slide.slick-current.slick-active p {
    animation: 3s linear 0s alternate headerline;
    transition-delay: .2s;
}

.split_slideshow .slick-slide.slick-current.slick-active .banner_btn {
    animation: 4s linear 0s alternate headerline;
    transition-delay: .2s;
}

.split_slideshow .slick-slide.slick-current.slick-active img {
    animation: 4s linear 0s alternate headerlineimg;
    transition-delay: .2s;
}

@keyframes headerlineimg {

    0%,
    25% {
        transform: translateY(-50%), rotate(-180deg);
        opacity: 0;
    }

    75%,
    100% {
        transform: translateY(0px), rotate(-180deg);
        opacity: 1;
    }
}

@keyframes headerline {

    0%,
    25% {
        transform: scale(50%);
        opacity: 0;
    }

    75%,
    100% {
        transform: scale(100%);
        opacity: 1;
    }
}

.head_text {
    width: 55%;
}



.all_btn {
    background-color: var(--Sky-blue);
    padding: 15px 35px;
    border-radius: 25px;
    display: inline-block;
    color: var(--black);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
    position: relative;
}


.all_btn i {
    margin-left: 5px;
    transition: ease-in-out .3s;
}

.all_btn:hover i {
    transform: rotate(30deg);
}

.all_btn::after {
   content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 1%;
    top: 37%;
    border-radius: 25px;
    background-color: #a82f38;
    transition: ease-in-out .5s;
}

.all_btn:hover {
    color: var(--white);
}

.all_btn span {
    position: relative;
    z-index: 9;
    display: inline-block;
}

.all_btn:hover::after {
    width: 96%;
    height:90%;
    top:5%;
    right: 2%;
}

.cleaner {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
}

.discover {
    color: var(--black);
    font-weight: 600;
    text-decoration: underline;
}

.nab_bar_nab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}



/* Search Style */
#search {
    position: fixed;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000f2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
    top: 0
}

.form_box {
    margin: auto;
    width: 60%;
    display: flex;
    padding-top: 10%;
    justify-content: center;
}

.form_box input {
    width: 100%;
    padding: 12px;
    border-radius: 5px 0px 0px 5px;
    border: none;
    outline: none;
}

.form_box button {
    border: none;
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 20px;
    color: var(--black);
    cursor: pointer;
    background-color: var(--white);
    padding: 5px 15px;
    border-radius: 3px;
}


.head_banner .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    left: 40%;
    position: absolute;
    bottom: 20px;
    gap: 8px;
}

.head_banner .slick-dots li button {
    border-radius: 7px;
    background-color: var(--white);
    font-size: 0;
    padding: 4px 10px;
    margin: 2px 0;
    border: none;
}

.head_banner .slick-dots li.slick-active button {
    background-color: var(--white);
    border-radius: 7px;
    padding: 4px 20px;
}

/* Search Style */
.logo_head {
    position: relative;
}

.all_nav {
    position: relative;
    padding-top: 10px;
}

.all_nav::after {
    content: "";
    width: 28%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fdcd00;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.all_nav::before {
    content: "";
    width: 28%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fdcd00;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.socal_media a {
    background-color: #ebebeb;
    padding: 10px 9px;
    color: var(--black);
    border-radius: 5px;
    font-size: 13px;
}


.slideshow .slick-nav.next-arrow.slick-arrow {
    left: 0;
    right: auto;
}

.slideshow .slick-nav.prev-arrow.slick-arrow {
    right: 0;
    left: auto;
}

.head_bg {
    background-color: var(--black);
    padding: 8px 0;
    position: relative;
}

.head_bg::after {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fdcd00;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.head_bg::before {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fdcd00;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.head_con {
    display: flex;
    justify-content: center;
    color: var(--white);
    flex-wrap: wrap;
    gap: 0 50px;
}

.top_email {
    position: relative;
    z-index: 9;
    font-size: 14px;
}

.top_email i {
    margin-right: 5px;
    color: var(--Sky-blue);
}

.top_email a {
    color: var(--white);
}

.head_num a {
    color: var(--black);
    font-size: 22px;
}

.head_num span {
    color: var(--black);
    font-size: 13px;
    display: block;
}

.head_num i {
    margin-right: 5px;
    color: var(--bg_color);
}

.logo {
    margin-top: -52px;
    width: 17%;
}

.head_num {
    text-align: right;
    margin-top: -50px;
    width: 17%;
}

.main_small_head {
    font-size: 30px;
    color: var(--white);
    display:block;
}

.main_head {
    font-size: 70px;
    color: var(--white);
    font-weight: 900;
    font-family: "Bebas Neue", serif;
    line-height: 84px;
        letter-spacing: 5px;
         display:block;

}

.banner_item {
    padding: 100px 2%;
    font-family: "Bebas Neue", serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.banner_img {
    position: relative;
    z-index: 9;
}

.banner_text {
    position: relative;
    z-index: 9;
}

.banner_img img {
    width: 400px;
    height: 400px;
    border-radius: 40px;
    /*transform: rotate(45deg);*/
    margin: auto;
    border: 2px solid #c9c9c9;
}

.banner_img {
    text-align: center;
}

.split_slideshow {
    position: relative;
}

.banner_item::after {
    content: "";
    width: 75%;
    height: 75%;
    position: absolute;
    left: 0;
    top: 12%;
    border-radius: 500px 0px 0px 500px;
    background-color: #1f1f1fba;
    z-index: 5;
}

.banner_item::before {
    content: "";
    width: 30%;
    height: 130%;
    position: absolute;
    top: -15%;
    right: 0;
    background-color: #1f1f1fba;
    z-index: 5;
    clip-path: polygon(0 0, 100% 44%, 100% 62%, 0% 100%);
}

.smart_methods {
    padding-top: 80px;
    background: linear-gradient(0deg, var(--green) 17%, var(--bg_color) 100%);
    margin-bottom: 60px;
}

.card_item {
    background-color: var(--white);
    display: flex;
    gap: 20px;
    padding: 20px 12px 20px 0;
    border-radius: 10px;
    min-height: 238px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: ease-in-out .5s;
}

.card_text {
    width: 55%;
}
.card_text:hover p{
    color:#fff;
}
.card_item .img {
    width: 45%;
}

.card_item .img img {
    clip-path: polygon(0 0, 92% 8%, 100% 100%, 0% 100%);
    border-radius: 0 50px 12px 0;
    height: 130px;
    border-left: none;
}

.card_item p {
    margin-bottom: 0;
    font-size: 14px;
}

.card_item span {
    font-size: 20px;
    color: var(--Sky-blue);
}
.con_head li {
    list-style: revert;
}
.con_head ul {
    padding-left:25px;
}
.card_item:hover {
    background-color: var(--black);
    color: var(--white);
}

.ab_home {
    display: flex;
}

.ab_img {
    float: left;
    width: 53%;
    padding-right: 180px;
    position: relative;
    margin-right: 30px;
    margin-bottom: 125px;
}

.ab_img .img img {
    height: 350px;
    border-radius: 20px;
}

.ab_img .img_2 img {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 20px;
    right: 10%;
    top: 60%;
    border: 15px solid var(--white);
}

.ab_smi img {
    width: 105px;
}

.ab_smi {
      background-color: var(--bg_color);
    position: absolute;
    font-size: 22px;
    width: 244px;
    right: 0;
    top: 50px;
    padding: 20px;
    border-radius: 10px;
    color: var(--white);
    font-weight: bold;
}

.Small_head {
    font-size: 20px;
    color: var(--Sky-blue);
    display: block;
}

.big_head {
    font-size: 40px;
    font-weight: 600;
    display: block;
}

.circle img {
    position: absolute;
    right: 61%;
    width: 55%;
    z-index: -1;
    top: 40%;
    animation: spin 15s linear infinite;
    opacity: .5;
}


@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.products {
    padding: 70px 0;
    background-color: #f2f1f1;
    position: relative;
    z-index: 1;
}
.products2{
    height: auto;
}

.pro_item {
    background-color: var(--white);
    border-radius: 15px;
}

.pro_text {
    padding: 30px;
    padding-bottom: 10px;
    min-height: 115px;
}

.pro_item .img img {
    border-radius: 15px;
}

.pera {
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 8px 0;
    font-size: 15px;
}

.pro_head {
    font-size: 20px;
    color: var(--bg_color);
    display:block;
}

.pro_btn {
    background-color: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    padding: 8px 25px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    color: var(--bg_color);
}

.pro_item {
    margin: 10px;
}


.count-area {
    position: relative;
    background: #000000a8;
    padding: 80px 0 80px;
    text-align: center;
    color: #fff;
}

.count-area-content {
    margin-top: 30px;
}

.count-area i {
    font-size: 48px;
}

.count-digit {
    margin: 10px 0px;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}

.count-title {
    margin-top: 20px;
    font-size: 20px;
}

.count-icon img {
    width: 85px;
    background: var(--white);
    border-radius: 8px;
    padding: 15px;
}

.pluse {
    font-size: 50px;
}

.hang {
    background-color: #f5f5f5;
}

.hang_text{
    padding: 60px 0;
}

.hang_text ul li{
    padding: 5px 0;
    list-style: circle;
}
.hang_text ul{
    padding-left: 17px;
}
.client_item{
    border: 1px solid #cbcbcb;
    margin: 2px;
    padding: 5px;
}
.constix{
    position: relative;
}
.constix::after{
    content: "";
    width: 22%;
    height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--Sky-blue);
    z-index: -1;
}
.constix .container-fluid{
    padding-right: 0;
    padding-left: 8%;
}
.single_item{
    position: relative;
    z-index: 99;
    padding-left: 1.3%;
    margin: 0 10px;
}
.single_text{
    position: absolute;
    top: 10%;
    left: 0;
    width: 32%;
    background-color: var(--white);
    z-index: 99;
    padding: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single_text img{
    width: 80px;
}
.single_text::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5%;
    left: 5%;
    border: 2px solid #d0d0d0;
}
.single_item .img img{
    height: 600px;
    object-fit: cover;
}
.pera_s{
    margin: 15px 0;
     text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
}
.pera_s p{
    font-size: 18px;
    line-height: 38px;
}

.con_head{
    padding-left: 17%;
    width: 70%;
    margin-bottom: 30px;
}

.product_2_slider .slick-nav.prev-arrow.slick-arrow{
    position: absolute;
    bottom: 0;
    left: 32%;
    padding: 10px 35px;
    color: var(--white);
    background-color: var(--Sky-blue);
    clip-path: polygon(15% 0, 95% 0, 80% 100%, 0% 100%);
    cursor: pointer;
}

.product_2_slider .slick-nav.next-arrow.slick-arrow{
    position: absolute;
    bottom: 0;
    left: 26%;
    padding: 10px 35px;
    color: var(--white);
    background-color: var(--Sky-blue);
    z-index: 9;
    clip-path: polygon(15% 0, 95% 0, 80% 100%, 0% 100%);
    cursor: pointer;
}


.testmonial {
    background-color: var(--black);
    padding: 60px 0 150px;
    color: var(--white);
}

.test_img {
    display: flex;
    gap: 30px;
}

.test_img img {
    width: 80px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--white);
}

.name {
    font-size: 20px;
}

.degination {
    font-size: 14px;
}

.text_pera {
    background-color: var(--white);
    border-radius: 10px;
    color: var(--black);
    padding: 30px;
    margin-left: 15px;
    height: 283px;
    margin-top: -15px;
    position: relative;
    z-index: 9;
    box-shadow: inset 0 0 10px #000;
    border: 1px solid var(--white);
}

.test_item {
    margin: 8px;
}

.test_item:hover .text_pera {
    background-color: #2a2c38;
    color: var(--white);
    border: 1px solid var(--Sky-blue);
}
.test_item:hover p{
    color:#fff;
}

.test_item:hover img {
    border: 1px solid var(--bg_color);
}
.estimation{
    margin-bottom: 50px;
    margin-top: -80px;
    color: var(--white);
}
.est_bg{
    padding: 40px 10px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}
.est_bg a{
    color: var(--white);
    font-size: 30px;
    letter-spacing: 3px;
}
.est_bg .big_head{
    font-size: 30px;
    margin-bottom: 10px;
}

.contact{
    background-color: #f5f5f5;
    padding: 50px 0 70px;
   background-color: #1b2f47;
}

.contact form{
    background-color: var(--white);
    padding: 50px;
    border-radius: 8px;
}
.contact input, textarea, select{
    width: 100%;
    border: none;
    outline: none;
    background-color: #efefef;
    padding: 15px;
    margin: 8px 0;
    font-size: 15px;
}

.contact_head img{
    width: 500px;
}
.contact_head{
    text-align: center;
    margin-bottom: 30px;
}
.contact_details{
    color: var(--white);
}

.sppb-icon {
    margin-right: 15px;
}
.sppb-icon-container {
    box-shadow: 0 0 0 0 var(--white);
    display: inline-block;
    text-align: center;
    padding: 10px 14px;
    color: var(--white);
    background-color: var(--Sky-blue);
    border-width: 0px;
    border-radius: 400px;
}
.sppb-addon-text a {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
}
.sppb-media {
    display: flex;
    margin: 30px 0;
}
.contact_details{
    padding-left: 5%;
}
.track-shape {
    position: absolute;
    bottom: 100%;
    right: -300px;
    z-index: -1;
}
.track-shape img{
    width:auto;
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.track-shape.float-bob-x2 {
    position: absolute;
    bottom: 100%;
    left: -300px;
    right:auto;
    z-index: -1;
}
.float-bob-x2{
  animation-name: float-bob-x2;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
         animation-delay: 1s;
}
.foot {
    overflow: hidden;
    position: relative;
}

@keyframes float-bob-x {
  0% {
    /*transform: translateX(0px);*/
    right:-300px;
  }
  100% {
    right:100%;
  }
}


@keyframes float-bob-x2 {
  0% {
    left:-300px;
  }
  100% {
    left:100%;
  }
}

footer {
    background-color: var(--black);
    padding-top: 50px;
    position: relative;
    margin-top:35px;
  }
  
  .foot_logo img {
    width: 200px;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 5px;
  }
    
  .foot_logo  p{
    color: var(--black);
  }
  .foot_head {
    color: var(--white);
    font-weight: 600;
    color: var(--Sky-blue);
    font-size: 18px;
  }
  .foot_logo {
    background: #fdcd00;
    padding: 40px;
    margin-top: -80px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
  
  .foot_nav {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #4b4b4b;
  }
  
  .foot_nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 0;
  }
  
  footer .container-fluid {
    padding: 0 4%;
  }
  
  .foot_nav ul li a {
    color: var(--white);
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid var(--white);
  }
  
  .foot_nav ul li a:hover {
    color: #fdcd00;
  }
  
  .foot_nav ul li:last-child a {
    border-right: none;
  }
  
  .foot_nav ul {
    margin-bottom: 0;
  }
  
  .copyright {
    margin-top: 60px;
    text-align: center;
    border-top: 1px solid #383838;
  }
  
  .copyright p a {
    color: var(--white);
    text-decoration: underline !important;
  }
  
  .copyright p {
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
  }
  
  
  

  














.social-share ul {
    display: flex;
    margin-top: 10px;
    position: relative;
    z-index: 99;
}

.social-share button {
    border: none;
    background-color: #023153;
    color: #fff;
    padding: 6px 10px;
    margin-right: 8px;
    font-size: 16px;
    border-radius: 5px;
}

.social-share button:hover {
    background-color: #000;
}

.share-btn-box {
    margin-top: 20px;
}

.share-btn {
    font-weight: bold;

}

.inner_header {
    position: relative;
}

.inner_header img {
    height: 350px;
    object-fit: cover;
}

.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_header .inner_text {
    position: absolute;
    top: 45%;
    z-index: 99;
    left: 5%;
    text-align: left;
    width: auto;
}

.inner_hrad {
    font-size: 40px;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
}

.brade_crom {
    display: flex;
}

.brade_crom a {
    color: #fff;
}

.brade_crom span {
    color: #fff;
}

.what-app {
    position: fixed;
    z-index: 99;
}

.btn-whatsapp-pulse-border {
    bottom: 30px;
    right: 20px;
    animation-play-state: paused;
}

.marcket-plase a {
    display: block;
    margin-bottom: 10px;
}

.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: 20px;
    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: 38px;
    color: #fff;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.ab_item {
    float: left;
    width: 50%;
    padding-right: 50px;
}
.hanger_img {
    position: absolute;
    top: 0;
    left: 0;
      transform-origin: 50% 0;
    animation: moveIt 5s ease-in-out infinite;
}

.hanger {
    position: relative;
    z-index: 9;
}
@keyframes moveIt {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
.hang .img{
    overflow: visible;
}


 .tabs__btn.active {
      color: #000000;
    background-color: #fdcd00;

    }
    .tabs__body {
      display: none;
      font-size: 18px;
      transform: scale(1.5);
      transition: .2s;
    }

    .tabs__body.active {
      display: block;
      transform: scale(1);
      transition: .2s;
    }
.tabs__navigation {
    display: flex;
    justify-content: center;
        flex-wrap: wrap;
}
.tabs__btn {
      padding: 15px 88px;
    background: #000;
    color: #fff;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    margin-bottom: 7px;
    cursor: pointer;

}
.tabs__content .img{
    padding-right:50px;
}
.tabs__content .img img{
           border-radius: 20px;
}
.tabs__content ul li{
    margin: 11px 0;
    list-style: circle;
    width: 48%;
    font-size: 18px;
    font-family: "Atkinson Hyperlegible Next", serif;
}
.tabs__content ul{
    padding-left: 18px;
    display: flex;
    flex-wrap: wrap;
}
.process{
    padding:60px 0;
        background: #141414;
        color:#fff;
}
.single-process-box {
    padding: 0 0 0;
    text-align: center;
    margin-bottom: 30px;
}
.process-thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.process-thumb:before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
    border: 2px dashed #afbd77;
    opacity: 0;
    transition: .5s;
}
.process-number {
    position: absolute;
    right: -14px;
    top: 53px;
    transition: .5s;
}
.process-number span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #afbd77;
    border-radius: 30px;
    font-family: 'Inter';
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
}
p.process-desc {
    color: #fff;
    opacity: .6;
    font-weight: 300;
}
.process-title{
    font-size:24px;
}

.single-process-box:hover .process-number {
    right: 0;
    top: 5px;
}

.single-process-box:hover .process-thumb:before {
    opacity: 1;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
}


@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.search_box span{
    color:#fff;
}


@media only screen and (max-width: 1200px) {
    .nab_bar li a {
        padding: 15px 9px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .head_num{
        display: none;
    }
    .main_head{
        font-size: 70px;
        line-height: normal;
    }
    .banner_img img{
        width: 100%;
        height: 100%;
    }
}


@media only screen and (max-width: 991px) {
    .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: var(--black);
        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);
    }

    .nab_bar {
        position: absolute;
        flex-direction: column;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: var(--white);
        z-index: 9999;
        display: none;
    }


    .nab_bar li {
        border-bottom: 1px solid #818181;
    }

    .nab_bar li a {
        color: #000;
    }

    .droupdown {
        position: revert;
        width: 100%;
    }

    .clk_btn {
        position: absolute;
        right: 0;
        top: 0;
        color: var(--white);
        cursor: pointer;
        width: 47px;
        height: 46px;
        line-height: 37px;
        background: #000;
        text-align: center;
    }

    .droupdown li {
        padding: 0 !important;
    }

    .droupdown li a {
        color: #000;
    }

    .navbar_n {
        order: 3;
    }
}


@media only screen and (max-width: 767px) {
    .banner_img img{
        transform: rotate(0deg);
        margin-top: 20px;
    }
    .logo {
        margin-top: -10px;
        width: auto;
    }
    .main_head{
        font-size: 50px;
    }
    .card_item{
        margin: 10px 0;
    }
    .ab_img{
        width: 100%;
    }
    .hang_text{
        padding: 9px 0 35px;
    }
    .single_text{
        width: 50%;
    }
    .con_head{
        width: 100%;
    }
    .product_2_slider .slick-nav.prev-arrow.slick-arrow{
        left: 37%;
    }
    .est_bg{
        background-position: right;
    }
    .ab_item {
        width: 100%;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .banner_item{
        padding: 50px 1%;
    }
    .big_head{
        font-size: 30px;
    }
    .single_text{
        width: 65%;
    }
    .contact_details{
        padding-left: 0;
    }
    .contact_head img{
        width: 100%;
    }
    .inner_header img {
        height: 220px;
    }
    .inner_hrad {
        font-size: 20px;
    }
    .margin {
        margin: 30px 0;
    }
    .tabs__content ul li{
        width: 100%;
    }
    .foot_logo{
        margin-top:0;
    }
    .search_box {
        height: 600px;
        overflow: auto;
    }
}

@media only screen and (max-width: 500px) {
    .top_email{
        width: 100%;
        text-align: center;
        display:none;
    }
    .count-digit{
        font-size: 35px;
    }
    .count-icon img{
        width: 60px;
    }
    .logo img{
        width: 135px;
    }
    .single_text{
        width: 80%;
    }
    .constix .container-fluid{
        padding-left: 0;
    }
    .navbar_n .socal_media{
        display: none;
    }
    .navbar_n{
        width: 100%;
        justify-content: right;
    }
    .ab_img{
        padding-right: 135px;
    }
    .hang .img {
        overflow: hidden;
    }
}

@media only screen and (max-width: 450px) {
    .main_head{
        font-size: 40px;
    }
    .main_small_head{
        font-size: 25px;
    }
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size: 18px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}