@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=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100;
    font: inherit;
    vertical-align: baseline;
}
html {
    scroll-behavior: unset;
    scroll-snap-type: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'Playfair Display', serif;
}
li, a, p {
    font-family: 'Barlow', sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    transition: all 0.3s ease;
}
.top-header {
    display: flex;
    justify-content: space-between;
    padding: 25px 0px;
}
.fotter-bl-links {
    display: flex;
    margin-bottom: 43px;
}
.top-navbar nav ul li {
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    padding: 0px 50px 0px 0px;
}
header.header {
    background-color: #252525;
}

.top-header .top-navbar{
    position: relative;
    text-align: right;
}

.top-header .top-navbar ul{
    display: inline-block;
    vertical-align: middle;
}
.top-vigit-links {
    display: flex;
    align-items: center;
    padding-right: 42px;
}
.vigit-links-contact i {
    font-size: 30px;
    color: #fff;
}
.vigit-links-wt i {
    color: #3aaa35;
    font-size: 30px;
}
.vigit-links-lo i {
    font-size: 24px;
    color: #fff;
}
.vigit-links li {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    line-height: 18px;
}
.vigit-links a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}
.button a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-color: #ed4276;
    min-width: 105px;
    min-height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
}
.top-navbar nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}
.vigit-links {
    margin-left: 15px;
}
.container {
    max-width: 1420px;
    margin: 0 auto;
}
.button {
    margin-left: 20px;
}
.top-navbar nav ul li:last-child {
    padding-left: 0px;
    padding-right: 0px;
}
.top-vigit-links:last-child {
    padding-right: 0px;
}
.top-vigit-links-v2 {
    display: flex;
    align-items: center;
    position: relative;
    right: 16px;
}
.banner-sec-contant {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
section.banner-section-v2 {
    background-color: #252525;
    padding: 33px 0px 82px;
    margin-top: -1px;
    position: relative;
    z-index: 0;
}
header.header.sticky {
    position: sticky;
    top: -89px;
    background: #252525;
    width: 100%;
    z-index: 9;
}
.banner-contant h2 {
    font-size: 40px;
    font-weight: 600;
    color: #ed4276;
    margin-bottom: 32px;
}
.banner-contant p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 32px;
    max-width: 578px;
}
a.button-bn {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #ed4276;
    min-width: 151px;
    min-height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 42px;
    align-items: center;
}
a.button-bn i {
    font-size: 30px;
    color: #2c6931;
    margin-left: 8px;
    position: relative;
    top: 5px;
    left: 4px;
}
.banner-img img {
    min-width: 100%;
    object-fit: cover;
    width: 100%;
}
.banner-img {
    margin-left: auto;
    position: relative;
}
.banner-contant {
    position: absolute;
    margin-left: 137px;
    z-index: 4;
}
section.banner-section-v2:after {
    content: "";
    position: absolute;
    width: 748px;
    height: 627px;
    background-color: #ff92d6;
    left: 555px;
    right: 0;
    top: 6px;
    bottom: -33px;
    z-index: -1;
}
.top-servic-contant h2 {
    font-size: 40px;
    font-weight: 600;
    color: #ed4276;
    margin-bottom: 53px;
}
.top-servic-contant p {
    font-size: 24px;
    font-weight: 600;
    color: #383743;
    margin-bottom: 32px;
    max-width: 1072px;
    margin: 0 auto;
    line-height: 29px;
}
.top-servic-contant {
    text-align: center;
    margin-bottom: 63px;
}
.bl-message-bx-sce span {
    font-size: 25px;
    font-weight: 800;
    color: #1a192b;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}
.bl-message-bx-sce ul li a {
    background-color: #ffe8b5;
    margin-bottom: 10px;
    padding-bottom: 10px;
    align-items: center;
    border-radius: 18px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 28px 7px;
}
.bl-message-bx-sce ul li {
    display: flex;
    justify-content: space-between;
}
.bl-message-bx-sce ul li i {
    font-size: 25px;
    color: #40ac39;
}
.bl-message-bx-sce ul li a {
    font-size: 16px;
    color: #1a192b;
    font-weight: 600;
}
.bl-message-bx-sce img {
    margin-bottom: 13px;
}
.box-sevice {
    text-align: center;
    margin-bottom: 29px;
}
.bl-message-bx-sce img {
    width: 100%;
}
.bl-message-bx-sce {
    margin-bottom: 68px;
}
section.top-services-sec {
    padding: 118px 0px 136px;
}
element.style {}
.button-sr a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-color: #ed4276;
    min-width: 105px;
    min-height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    border-radius: 2px solid #ed4276;
}
.ex-bl-contant p {
    font-size: 24px;
    font-weight: 600;
    color: #383743;
    margin-bottom: 32px;
    max-width: 477px;
    line-height: 31px;
}
.ex-bl-contant h2 {
    font-size: 40px;
    font-weight: 600;
    color: #ed4276;
    margin-bottom: 40px;
}
.bl-message-bx-sce-mt a {
    font-size: 25px;
    font-weight: 800;
    color: #ed4276;
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
    font-family: 'Barlow', sans-serif;
}
.bl-message-bx-sce-mt img {
    width: 100%;
}
.bl-message-bx-sce-mt {
    margin-bottom: 47px;
    position: relative;
    z-index: 1;
}
section.top-services-sec.mt {
    background-color: #1a192b;
    position: relative;
}
section.top-services-sec.mt:before {
    content: "";
    position: absolute;
    background-image: url(../image/layer-2.png);
    width: 215px;
    height: 389px;
    left: 144px;
    top: 165px;
}
section.top-services-sec.mt:after {
    content: "";
    position: absolute;
    background-image: url(../image/layer-3.png);
    width: 211px;
    height: 389px;
    right: 118px;
    bottom: -33px;
}
p.para {
    color: #fff;
}
section.top-experincs-block-sec {
    margin-bottom: 98px;
    position: relative;
}
section.top-experincs-block-sec:before {
    content: "";
    position: absolute;
    background-image: url(../image/layer-1.png);
    width: 899px;
    height: 808px;
    right: 0;
    top: 45px;
}
.offf-bloc-he {
    text-align: center;
    margin-bottom: 85px;
}
.offf-bloc-he h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1a192b;
    margin-bottom: 32px;
}
.all-offer-provid-mt {
    text-align: center;
    margin-bottom: 24px;
}
.block-img-ma img {
    width: 100%;
}
.block-contant-ma {
    background-color: #1a192b;
    padding: 57px 0px 27px;
    margin-top: -35px;
    margin-left: 2px;
    margin-right: 1px;
    border-radius: 0px 0px 25px 25px;
    min-height: 312px;
}
.block-contant-ma h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 31px;
}
.block-contant-ma p {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 46px;
    line-height: 29px;
}
.block-contant-ma ul li a {
    font-size: 25px;
    font-weight: 800;
    color: #ed4276;
}
a.add {
    font-size: 25px;
    font-weight: 800;
    color: #ed4276;
    margin-bottom: 34px;
    display: inline-block;
}
p.para-offer {
    margin-bottom: 82px;
}
section.all-top-offer-block-sec {
    background-image: url(../image/back-2.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 125px 0px 128px;
}
section.top-location-sec-block {
    background-color: #1a192b;
    padding: 126px 0px 172px;
    margin-top: -2px;
    position: relative;
}
.logation-placs img {
    width: 100%;
}
.vigit-links-location {
    margin-left: 40px;
}
.top-vigit-links-v2.location {
    margin-bottom: 36px;
    margin-left: 15px
}
.logo-lo {
    margin-bottom: 51px;
    margin-left: 75px;
    position: relative;
}
section.top-location-sec-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ed4276;
    top: 0;
    bottom: 0;
    transform: translate(0px, 198px);
}
.vigit-links-contact span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    margin-left: 16px;
}
.vigit-links-contact {
    display: flex;
    align-items: center;
}
footer.top-footer {
    background-color: #1a192b;
    position: relative;
    padding: 36px 0px 36px;
}
.top-links-footer ul li {
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    padding: 0px 37px 0px 0px;
}
.top-links-footer ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.top-links-footer {
    text-align: center;
    margin-bottom: 36px;
}
.logation-placs {
    position: relative;
}
.bottob-fotter {
    text-align: center;
}
.bottob-fotter p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    ;
}
footer.top-footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #454463;
    top: 0;
    bottom: 0;
}
.top-navbar nav ul li i {
    margin-right: 11px;
}
.ex-bl-img {
    position: relative;
}
.bl-message-bx-sce-mt img {
    margin-bottom: 18px;
    width: 100%;
}
.vigt-button {
    text-align: center;
}
.ex-bl-contant {
    margin-left: 8px;
}
.menu-btn {
    width: 24px;
    cursor: pointer;
    margin-left: 20px;
    display: none;
    margin-top: 12px;
    z-index: 9990;
}
.menu-btn > span {
    float: left;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-bottom: 6px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
header.sticky .menu-btn > span {
    background-color: #fff;
}
.menu-btn > span:last-child {
    margin-bottom: 0;
}
.menu-btn.active span.bar1 {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.menu-btn.active span.bar2 {
    opacity: 0;
    visibility: hidden;
}
.menu-btn.active span.bar3 {
    -webkit-transform: translateY(-6px) rotate(-135deg);
    -moz-transform: translateY(-6px) rotate(-135deg);
    -ms-transform: translateY(-6px) rotate(-135deg);
    transform: translateY(-6px) rotate(-135deg);
}
.responsive-mobile-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 400px;
    z-index: 999;
    height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    background-color: #1a192b;
    opacity: 0.3;
}
.responsive-mobile-menu.active {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.responsive-mobile-menu ul {
    float: left;
    width: 100%;
}
.responsive-mobile-menu ul li {
    float: left;
    width: 100%;
}
.responsive-mobile-menu ul li a:before {
    content: '\f067';
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.responsive-mobile-menu ul li.menu-item-has-children > a:before {
    opacity: 1;
    visibility: visible;
}
.responsive-mobile-menu ul li.menu-item-has-children.active > a:before {
    content: '\f068';
}
.responsive-mobile-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 10px;
    z-index: 999;
}
.responsive-mobile-menu ul ul {
    display: none;
    padding: 20px 0 20px 20px;
}
.responsive-mobile-menu ul ul li a {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 15px;
}
.responsive-mobile-menu ul ul li:last-child a {
    margin-bottom: 0;
}
.bl-sec-img img {
    width: 100%;
    object-fit: cover;
}

.responsive-mobile-menu li.active{
    position: relative;
}

.vigit-links-location-v2 i {
    position: relative;
    left: 19px;
    font-size: 28px;
    color: #fff;
}
.slick-next, .slick-prev {
    background-color: #ed4276;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    z-index: 99;
}
.slick-next {
    right: -50px;
}
.slick-prev {
    left: -50px;
}
.slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../image/icon-3.png);
    background-repeat: no-repeat;
    left: 0;
    right: 8px;
    top: -7px;
    bottom: 8px;
    transform: rotate(173deg);
}
.slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../image/icon-3.png);
    background-repeat: no-repeat;
    left: 6px;
    right: 0px;
    top: 7px;
    bottom: 2px;
}
.slick-next:before, .slick-prev:before {
    content: '';
}
.block-contant-ma ul li {
    margin-bottom: 8px;
}
.top-links-footer ul li a:hover {
    color: #ed4276;
}
.bottob-fotter p a {
    color: #fff;
}
.vigit-links ul li a:hover {
    color: #ed4276;
}
.bottob-fotter p:hover {
    color: #ed4276;
}
.bottob-fotter p:hover a {
    color: #ed4276;
}
.top-navbar nav ul li a:hover {
    color: #ed4276;
}
.top-navbar nav ul li ul {
    position: absolute;
    left: 0;
    width: 136px;
    background: #ed4276;
    visibility: hidden;
    opacity: 0;
    margin-top: 8px;
    animation: enter 0.2s ease forwards;
    padding: 10px 10px 0px;
    border-radius: 6px;
    z-index: 1;
    top: 100%;
}
.top-navbar nav ul li {
    position: relative;
}
.top-navbar nav ul li ul li {
    width: 100%;
    margin-bottom: 10px;
}
.top-navbar nav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.vigit-links ul li:hover {
    color: #ed4276;
}
.button a:hover {
    background-color: unset;
    border: 1px solid #ed4276;
    color: #ed4276;
}
a.button-bn:hover {
    border: none;
    background-color: #ed4276;
    border: 2px solid #ed4276;
}
.button-sr a:hover {
    background-color: unset;
    color: #ed4276;
    border: 1px solid #ed4276;
}
.button-sr {
    position: relative;
}
.vigit-links-contact span:hover {
    color: #ed4276;
}
ul.drop-down li a:last-child:hover {
    color: #1a192b;
    display: inline-block;
    position: relative;
}
.logo a img {
    width: 100%;
}
li.active {
    position: absolute;
}
.bl-message-bx-sce-mt a:hover {
    color: #fff;
}
.block-contant-ma ul li a:hover {
    color: #fff;
}
.bl-message-bx-sce ul li a:hover {
    color: #ed4276;
}
.top-vigit-links-v2-lo.location {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.top-vigit-links-lo {
    display: flex;
    align-items: center;
    padding-right: 79px;
    margin-bottom: 18px;
}
.vigit-links-manu ul li {
    font-size: 20px;
    color: #fff;
    font-weight: 422;
}
.vigit-links-manu {
    margin-left: 16px;
}
.links-manu {
    margin-left: 12px;
    position: relative;
    top: 16px;
}
.logo-manu {
    padding: 20px;
}

.logo-manu img{
    height: 120px;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
header.header.sticky .logo {
    padding-top: 10px;
    position: relative;
    top: 60px;
}
header.header.sticky .logo img {
    width: 115px;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}
.btn-whatsapp-pulse-border {
    bottom: 30px;
    right: 20px;
    animation-play-state: paused;
}
.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;
}
@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}