* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg_color: #5fcde0;
    --bg_color_2: #182657;
}

body {
    overflow-x: hidden;
    font-family: "Varela Round", sans-serif;
    position: relative;
}

img {
    max-width: 100%;
    transition: ease-in-out .3s;
}

.img {
    position: relative;
    overflow: hidden;
}

.img:hover img {
    transform: scale(1.1);
}

p {
    font-size: 15px;
    line-height: 28px;
    font-family: "Nunito", sans-serif;
}

a {
    text-decoration: none;
    transition: ease-in-out .3s;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
}




.margin {
    margin: 80px 0;
}

.top_call a {
    color: #fff;
    font-weight: bold;
}

.logo img {
    width: 100px;
    position: relative;
    z-index: 9;
}


.search i {
    margin-right: 5px;
}

.search a {
    color: #fff;
}

.nab_bar {
    display: flex;
    justify-content: center;
}

.ab_text li {
    list-style: disc;
}


.navbar_n {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    z-index: 5;
    padding: 7px 10px;
    border-radius: 8px;
    justify-content: space-between;
    z-index: 99;
}

#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: #fff;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

#myHeader.sticky .head_bg {
    display: none;
}

.clk_btn {
    position: absolute;
    right: 0;
    top: 19px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}

.nab_bar li a {
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
}

.nab_bar li a:hover {
    color: var(--bg_color);
}

.nab_bar li {
    position: relative;
}

.droupdown {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 100%;
    width: 290px;
    display: none;
    z-index: 999;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.droupdown .droupdown {
    left: 100%;
    top: 10px;
    max-height: 500px;
    overflow: auto;
}

.droupdown li {
    padding: 0;
}

.droupdown li a {
    display: block;
    color: #000;
    padding: 12px 15px;
    font-size: 14px;
}

.droupdown li a:hover {
    background-color: var(--bg_color_2);
    color: #fff;
}




.nab_bar_nab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 15px;
}




/* Search Style */
#search {
    position: fixed;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -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: #000;
    cursor: pointer;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
}


.split_slideshow .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    left: 40%;
    position: absolute;
    bottom: 20px;
    gap: 8px;
}

.split_slideshow .slick-dots li button {
    border-radius: 7px;
    background-color: #fff;
    font-size: 0;
    padding: 4px 10px;
    margin: 2px 0;
    border: none;
}

.split_slideshow .slick-dots li.slick-active button {
    background-color: #fff;
    border-radius: 7px;
    padding: 4px 20px;
}
.bg_right ul li a{
        display: flex;
    color: #000;
    gap: 16px;
    font-size: 15px;
}
.bg_right ul li a img{
    width:60px;
    object-fit: cover;
}

/* Search Style */


.all_nav {
    position: relative;
    background-color: var(--bg_color_2);
}
.banner_item img{
    width:100%;
}
.all_nav::before,
.all_nav::after {
    content: '';
    background-color: #fff;
    height: 100%;
    width: 15%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 999px 999px 0;
}

.all_nav::after {
    left: 11.5%;
    width: 72px;
    background-color: transparent;
    border-right: 10px solid #fff;
}

.socal_media a {
    padding: 0px 12px;
    color: #fff;
    font-size: 13px;
    border-right: 1px solid #e4e4e4;
}

.socal_media a:last-child {
    border: none;
}

.socal_media a:hover {
    color: var(--bg_color_2);
}




.slideshow .slick-nav.next-arrow.slick-arrow {
    left: 0;
    right: auto;
      display:none !important;
}

.slideshow .slick-nav.prev-arrow.slick-arrow {
    right: 0;
    left: auto;
          display:none !important;
}

.head_bg {
    position: relative;
    background-color: var(--bg_color);
    padding: 8px;
}


.head_con {
    display: flex;
    justify-content: space-between;
    color: #fff;
    flex-wrap: wrap;
    gap: 0 50px;

}

.top_email {
    position: relative;
    z-index: 9;
    font-size: 14px;
}

.top_email img {
    width: 35px;
}

.top_email i {
    margin-right: 5px;
    color: var(--Sky-blue);
}

.top_email a {
    color: #fff;
    margin-right: 15px;
}

.top_email a:hover {
    color: var(--bg_color_2);
}

.head_num span {
    color: #fff;
    font-size: 13px;
    display: block;
}

.head_num i {
    margin-right: 5px;
    color: var(--black);
}




.main_head {
    position: relative;
    display: inline-block;
    padding: 12px 23px;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    overflow: hidden;
    background: #ffffff;
    color: #000000;
    /*box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 20px #fff, 0 0 200px #fff;*/
    /*-webkit-box-reflect: below 1px linear-gradient(transparent, #0005);*/
    border-radius: 5px;
}

.main_head:hover {
    box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 20px #fff, 0 0 200px #fff;
    /*-webkit-box-reflect: below 1px linear-gradient(transparent, #0005);*/
    background: var(--bg_color);
}

.card_box {
    background-color: #efefef;
    padding: 60px 0;
}

.cart_item {
    padding: 40px 30px 30px;
    border-radius: 20px;
}
.cart_item p{
    font-size:14px;
}

.cart_item .img img {
    width: 80px;
}

.cart_item .img {
    text-align: right;
    margin-bottom: 50px;
}

.cart_item span {
    font-size: 25px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: var(--bg_color_2);
}

.cart_item {
    background-image: url(../img/feature-bg.png);
    transition: ease-in-out .5s;
}

.cart_item:hover {
    background-image: url(../img/feature-hover-bg.png);
    color: #fff;
}

.cart_item:hover span {
    color: #fff;
}

.main_ab {
    float: left;
    display: flex;
    width: 50%;
    gap: 10px;
    align-items: end;
    position: relative;
    padding-right: 20px;
}

.main_ab .img {
    border-radius: 205px;
}

.main_ab img {
    border-radius: 205px;
}

.main_ab .img-1 {
    width: 55%;
}

.main_ab .img-2 {
    width: 40%;
}

.main_ab .img-1 img {
    height: 650px;
}

.main_ab .img-2 img {
    height: 500px;
}

.experience {
    display: flex;
    position: absolute;
    top: -20px;
    right: 50px;
    background-color: var(--bg_color_2);
    color: #fff;
    border-radius: 150px;
    padding: 18px 45px 18px 45px;
    align-items: center;
    gap: 10px;
    animation: bounce-x 10s infinite linear;
}

.experience span {
    font-size: 60px;
    font-weight: 600;
}

.experience p {
    margin-bottom: 0;
    font-size: 17px;
}


@keyframes bounce-x {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
    }
}

.small_head {
    display: block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--bg_color);
}

.small_head i {
    margin-right: 8px;
    font-size: 25px;
}

.big_head {
    display: block;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ab_text h2,
h3 {
    font-size: 25px;
    font-weight: 600;
}

.products {
    padding: 80px 0;
}
.products .shadow-title{
    -webkit-text-stroke: 1px #fff;
}

.products .big_head {
    color: #fff;
}

.pro_item {
    position: relative;
    margin: 8px;
}
.pro_item img{
    width: 100%;
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 3%;
  z-index: 99;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;

}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 3%;
  z-index: 99;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;

}


.pro_item a i {
    transform: rotate(-30deg);
}

.pro_item::after {
    content: "";
    box-shadow: inset 25px 25px 0 0 #101943;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 16px;
    z-index: 2;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 3;
    top: -25px;
    right: 38px;
}

.pro_item::before {
    content: "";
    box-shadow: inset 25px 25px 0 0 #101943;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 16px;
    top: 38px;
    right: -25px;
    z-index: 2;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 3;
}

.pro_item .img {
    border-radius: 24px;
}

.pro_item .icon-btn {
    --btn-size: 56px;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 54px);
    font-size: var(--btn-font-size, 20px);
    background-color: #f7f7f7;
    color: #101840;
    text-align: center;
    border-radius: 99px;
    border: 1px solid #e1e4e5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.pro_item .icon-btn:after {
    content: '';
    position: absolute;
    inset: -8px;
    background-color: #e1e4e5;
    border: 8px solid #101943;
    border-radius: 99px;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.pro_item:hover .pro_text {
    background-color: var(--bg_color);
}

.pro_text {
    background-color: #fff;
    padding: 22px;
    border-radius: 20px;
    margin: -50px 16px 0 16px;
    position: relative;
    text-align: center;
    height: 100px;
}

.pro_text a {
    font-size: 18px;
    color: var(--bg_color_2);
    font-weight: 600;
}

.shadow-title {
    font-size: 130px;
    font-weight: 900;
    color: transparent;
    line-height: 0.89;
    -webkit-text-stroke: 1px #182657;
    opacity: 0.25;
    margin-top: -0.08em;
    margin-bottom: -80px;
    width: 100%;
    z-index: -1;
}



.featur_item {
    display: flex;
    gap: 30px;
    background-color: #f5f5f5;
    padding: 35px 40px;
    padding-right: 80px;
    border-radius: 10px;
    position: relative;
    transition: ease-in-out .5s;
    margin-bottom: 15px;
}

.featur_item:hover {
    background-color: var(--bg_color_2);
    color: #fff;
}

.featur_item:hover .icon-seven {
    opacity: 0;
}

.featur_item:hover .icon-eight {
    opacity: 1;
}

.featur_item:hover .content .title {
    color: #fff;
}

.featur_item:hover a {
    color: #fff;
}

.icon-box img {
    width: 60px;
}

.icon-box {
    position: relative;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 3;
}

.icon-seven {
    width: 119px;
    height: 124px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -62px;
    margin-left: -59.5px;
    animation: fa-spin 15s linear infinite;
    transition: all 300ms ease;
    opacity: 1;
}

.icon-eight {
    width: 119px;
    height: 124px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -62px;
    margin-left: -59.5px;
    animation: fa-spin 15s linear infinite;
    opacity: 0;
    transition: all 300ms ease;
}

.feature_shape {
    position: absolute;
    right: 0;
    top: 0;
}

.content {
    position: relative;
    z-index: 9;
}

.content .title {
    font-size: 20px;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--bg_color_2);
}

.content a {
    color: #000;
    font-weight: 600;
}

.repairs_bg {
    background-color: #0000007e;
    padding: 100px 0 0;
    color: #fff;
    text-align: center;
}

.rep_box {
    padding: 0 13%;
}

.repairs {
    background-size: cover;
}

.count-area {
    background-color: var(--bg_color_2);
    padding: 42px 60px;
    margin-top: 100px;
    border-radius: 40px 40px 0 0;
}

.count-area-content {
    display: flex;
    text-align: left;
    gap: 20px;
    align-items: center;
    border-right: 1px solid #b6b6b6;
}

.num_item {
    font-size: 35px;
    font-weight: 600;
}

.count-digit {
    font-size: 40px;
}

.repairs .col-sm-6.col-md-3:last-child .count-area-content {
    border-right: none;
}

.contact {
    background-color: #e1e4e5;
    padding-bottom: 50px;
}

.contact_bg {
    background-color: #fff;
    padding: 50px;
    border-radius: 0 0 20px 20px;
}

.contact_bg input,
textarea,
select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e1e4e5;
    font-size: 16px;
    padding: 15px;
    margin: 8px 0;
    outline: none;
}

.de_head {
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}

.contact-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: self-start;
    gap: 16px;
    margin-bottom: 12px;
}
.contact_details .socal_media a:hover{
    color:#5fcde0;
}
.contact-media .icon-btn {
    min-width: 43px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 16px;
}

.media-body p {
    font-size: 17px;
}

.box-label {
    font-size: 16px;
}

.box-text a {
    color: #fff;
}

.contact_details {
    background-color: var(--bg_color_2);
    color: #fff;
    padding: 35px 40px;
    border-radius: 20px;
}





.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}


.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.play-btn.style3:before,
.play-btn.style3:after {
    background-color: #fff;
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bg_color_2);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: allease 0.4s;
    transition: allease 0.4s;
}

.play-btn>i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: var(--icon-size, 78px);
    text-align: center;
    background-color: var(--bg_color);
    color: var(--white);
    font-size: var(--icon-font-size, 1.4em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: allease 0.4s;
    transition: allease 0.4s;
}

.play-btn.style3>i {
    background-color: var(--bg_color_2);
    color: #fff;
}


@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(2.8);
        transform: scale(2.8);
        opacity: 0
    }
}

.all_btn {
    position: relative;
    display: inline-block;
    padding: 18px 30px;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    overflow: hidden;
    background: #46c7d2;
    color: #000000;
    /*box-shadow: 0 0 5px #182657, 0 0 25px #182657, 0 0 20px #182657, 0 0 200px #182657;*/
    /*-webkit-box-reflect: below 1px linear-gradient(transparent, #0005);*/
    border-radius: 5px;
    border: none;
}
.all_btn:hover{
     background: #182657;
     color:#fff;
}

.test_item {
    background-color: #eeeeee;
    padding: 80px 90px 100px 65px;
    text-align: left;
    margin: 30px;
    margin-bottom: 90px;
    border-radius: 15px;
    position: relative;
    transition: ease-in-out .3s;
}

.test_item .name {
    display: block;
    font-size: 22px;
    font-weight: 600;
}

.degination {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}

.test_slider p {
    font-size: 15px;
}

.test_shape {
    position: absolute;
    left: 0;
    top: 0px;
}

.quote {
    position: absolute;
    width: 63px;
    left: 15px;
    padding: 7px;
    top: -13px;
    background-color: #eeeeee;
    border-radius: 50%;
}

.test_item .img {
    border-radius: 50%;
    position: absolute;
    bottom: -90px;
    left: -30px;

}

.star {
    position: absolute;
    right: 10%;
    bottom: 10%;
    width: 138px;
}

.shape_thirteen {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 300ms ease;
    width: 108px;
    height: 100%;
    background-size: contain;
}

.test_item:hover {
    background-color: var(--bg_color_2);
    color: #fff;
}

.test_item:hover .quote {
    background-color: var(--bg_color_2);
}


.blog_item {
    position: relative;
}

.blog_item .icon-btn {
    --btn-size: 56px;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 54px);
    font-size: var(--btn-font-size, 20px);
    background-color: #f7f7f7;
    color: #101840;
    text-align: center;
    border-radius: 99px;
    border: 1px solid #e1e4e5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.blog_item .icon-btn:after {
    content: '';
    position: absolute;
    inset: -8px;
    background-color: #e1e4e5;
    border: 8px solid #ffffff;
    border-radius: 99px;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.blog_item::after {
    content: "";
    box-shadow: inset 25px 25px 0 0 #ffffff;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 16px;
    z-index: 2;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 3;
    top: -25px;
    right: 38px;
}

.blog_item img {
    width: 100%;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}

.blog_item::before {
    content: "";
    box-shadow: inset 25px 25px 0 0 #ffffff;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 16px;
    top: 38px;
    right: -25px;
    z-index: 2;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 3;
}

.blog .container-fluid {
    padding: 0 3%;
}

.blog_item {
    margin: 0 20px;
}

.blog_text {
    background-color: #fff;
    margin: -50px 16px 20px 16px;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    text-align: left;
}

.blog_text a {
    color: #000;
}

.blog_name_box a {
    display: block;
    margin: 8px 0;
    font-size: 13px;
    color: var(--bg_color_2);
}

.blog_name_box a i {
    margin-right: 5px;
}

.blog_head a {
    font-size: 20px;
    display: block;
    font-weight: 600;
}




.magnific-img img {
    width: 100%;
    height: auto;
}

.mfp-bottom-bar,
* {
    font-family: 'Abel', sans-serif;
}


a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
.gallery{
      columns: 4;
}
.gallery_item{
    margin-top:12px;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
* Remove all paddings around the image on small screen
*/
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}












footer {
    background-color: var(--bg_color_2);
    background-color: #000;
    padding-top: 80px;
    color: #fff;
    background-size: cover;
}
.foot_gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}
.foot_gallery .img img{
    width:100%;
}
.foot_gallery .img{
    border-radius: 6px;
}
.foot_head {
    font-size: 40px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.foot_nav ul {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
}

.foot_nav ul li a {
    color: #fff;
}

.foot_nav ul li a:hover {
    color: var(--bg_color)
}

.foot_de_head {
    font-size: 30px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.foot_details ul li span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.foot_details i {
    margin-right: 10px;
    color: var(--bg_color);
}

.foot_details a {
    color: #fff;
    /*margin-right: 8px;*/
}

.foot_details ul li {
    margin: 24px 0;
        font-size: 15px;
}

.foot_line {
    border-bottom: 1px solid #6f6f6f;
    margin-bottom: 40px;
}

.foot_logo img {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}

.foot_ab p {
    line-height: 40px;
    font-size: 15px;
}

footer .socal_media {
    text-align: center;
    padding: 30px 0;
}

footer .socal_media a {
    font-size: 18px;
    padding: 0 20px;
}

footer .socal_media a:hover {
    color: var(--bg_color);
}


.copyright p {
    margin-bottom: 0;
}

.copyright {
    border-top: 1px solid #6f6f6f;
    text-align: center;
    padding: 10px 0;
    margin-top: 60px;
}

.blog__content .blog_head a{
    color: #000;
    font-size: 25px;
    margin-bottom: 15px;
}
.widget-title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom:20px;
}













.ab_item {
    width: 50%;
    float: left;
    padding-right: 30px;
}

.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;
    width: 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_header .inner_text {
    position: absolute;
    top: 50%;
    z-index: 9;
    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;
    background-color: var(--bg_color_2);
    color: #fff;
}
.marcket-plase a:hover{
    background-color: var(--bg_color);
}

.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;
    }
}





@media only screen and (max-width: 991px) {
    .shadow-title{
        display:none;
    }
    .nab_bar li a{
        padding: 15px 12px;
    }
    .all_nav::before, .all_nav::after{
        width: 17%;
    }
    .all_nav::after {
        left: 1.5%;
    }
    .main_ab{
        width: 60%;
    }
    .count-area-content{
        margin-bottom: 30px;
    }
    .cart_item{
        background-size: cover;
    }
    form{
        margin-top: 20px;
    }
}




@media only screen and (max-width: 900px) {
    .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: #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);
    }

    .nab_bar {
        position: absolute;
        flex-direction: column;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: #fff;
        z-index: 9999;
        display: none;

    }


    .nab_bar li {
        border-bottom: 1px solid #818181;
    }

    .nab_bar li a {
        color: #000;
    }

    .droupdown {
    position: relative;
        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: #fff;*/
    /*}*/

    .navbar_n {
        order: 3;
    }

    .nab_bar li a {
        padding: 11px 15px;
        display: block;
    }
}




@media only screen and (max-width: 767px) {
    .rep_box {
        padding: 0 0%;
    }
    .all_nav::before, .all_nav::after {
        width: 23%;
    }
    .main_ab {
        width: 100%;
        margin-bottom: 20px;
    }
    .foot_logo{
        margin-bottom: 30px;
    }
    footer{
        background-size: cover;
    }
    .ab_item {
        width: 100%;
        padding-right: 0;
    }
    .inner_header img{
        height: 250px;
    }
    .inner_hrad{
        font-size: 25px;
    }
    .droupdown .droupdown {
            left: 0;
    }
    .droupdown .droupdown{
        top: 100%;
    }
    .droupdown {
        position: absolute;
        width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .all_nav::before, .all_nav::after {
        width: 28%;
    }
    .head_num{
        display: none;
    }
    .all_nav::after {
        left: 2.5%;
    }
    .head_con{
        justify-content: center;
    }
    .top_email{
        margin-bottom: 10px;
                text-align: center;
    }
    .big_head{
        font-size: 25px;
    }
    .small_head{
        font-size: 18px;
    }
}

@media only screen and (max-width: 550px) {
    .card_box {
        padding: 25px 0;
    }
    .experience{
        z-index: 9;
        padding: 15px 30px 15px 30px;
    }
    .main_ab .img-1 img {
        height: 530px;
    }
    .main_ab .img-2 img{
        height: 400px;
    }
    .experience span{
        font-size: 45px;
    }
    .test_slider p{
        font-size: 18px;
    }
}

@media only screen and (max-width: 500px) {
    .all_nav::before, .all_nav::after{
        width: 35%;
    }
}

@media only screen and (max-width: 450px) {
    .featur_item{
        flex-wrap: wrap;
    }
    .contact_bg {
        padding: 24px 10px;
    }
    .test_item{
        margin: 30px 5px;
        padding: 75px 40px 140px 44px;
    }
    .cart_item span{
        font-size: 20px;
    }
    .top_email a{
        display:block;
    }
}
@media only screen and (max-width: 400px) {
    .all_nav::before, .all_nav::after {
        width: 44%;
    }
}
@media only screen and (max-width: 380px) {
    .all_nav::before, .all_nav::after {
        width: 46%;
    }
}