@import url('https://cdnjs.cloudflare.com/ajax/libs/pagePiling.js/1.5.6/jquery.pagepiling.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.0/assets/owl.carousel.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,500;0,700;0,800;0,900;1,400&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.9428;
    color: #000;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

button.btn.btn-primary {
    background: #000 !important;
    padding: 11px 60px !important;
    border-radius: 0 !important;
    font-size: 19px !important;
}

html, body {
    overflow:auto !important;
    margin:0;
    padding:0;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.contact .form-control, .form-theme .form-control {
    background-color: transparent;
    border: 0;
    height: 60px;
    margin-bottom: 3px;
    box-shadow: none!important;
    font-weight: 400;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
}
.contact .btn-primary, .form-theme .btn-primary {
    color: #fff;
    background-color: #5f3a96;
    border-color: #5f3a96;
    box-shadow: 10px 10px 10px 2px #00000040;
    transition: .5s;
}

.theme-text {
    color: #5f3a96!important;
}
.address-footer:hover {
    transform: translateY(-10px);
}

.address-footer{
    background: #FFFFFF;
    box-shadow: 6px 6px 30px 2px #00000014;
    padding: 55px;
    height: 100%;
    line-height: 25px;
    transition: .8s ease-in-out;
    position: relative;
}


::-webkit-scrollbar {
    width: 1px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #d00909;
}

::selection {
    background-color: #d00909;
    color: #fff;
}

-webkit-::selection {
    background-color: #d00909;
    color: #fff;
}

::-moz-selection {
    background-color: #d00909;
    color: #fff;
}

p {
    color: #000;
}

* {
    color: #000;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.015em;
/*     font-size: 1.04rem; */
    line-height: 1.8;
}

.start {
    margin-top: 100px;
}

.fs_9{
    font-size: 0.9rem !important;
}

.fs_8 {
    font-size: 0.8rem;
}

.fs_7 {
    font-size: 0.7rem;
}

.b_9 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900 !important;
}

.w-100 {
    width: 100%;
}


/* .animsition {
    position: absolute;
    z-index: 1000;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
} */

/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/
/* 
.navbar {
    position: absolute;
    display: block;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #fff;
    margin: 0;
    border-radius: 0;

} */

.navbar-bg {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    width: 100%;
    height: 0;
    background: #272727;
    z-index: -1;
    box-shadow: none;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.navbar-fixed {
    position: fixed;
}

.navbar-fixed .navbar-bg {
    height: 100%;

    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.navbar .brand {
    float: left;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* 2.1 Navbar elements */

.brand {
    line-height: 1.6;
    color: #fff;
    display: inline-block;
}

a.brand:hover,
a.brand:focus {
    text-decoration: none;
    color: #fff;
}

.brand img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.65rem;
}

.brand-info {
    display: inline-block;
    vertical-align: middle;
}

.brand-name {
    font-weight: 600;
    font-size: 1.714rem;
    line-height: 1;
}

.brand-text {
    font-size: 0.857rem;
    font-weight: 300;
    margin-top: -0.3rem;
}

.navbar-toggle {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
    border: 0;
    margin-top: 0.8rem;
}

.navbar-toggle:focus {
    outline: none;
}
.coming-img{
    width: auto !important;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle:hover .icon-bar {
    background-color: #c32865;
}

.navbar .social-list {
    float: right;
    margin-right: 10%;
}

.social-list {
    overflow: hidden;
}

.social-list-bottom {
    display: none;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 2.4rem;
    color: #000;
}


.social-list a {
    float: left;
    font-size: 1.428rem;
    line-height: 1;
    color: #fff;
    margin-left: 2rem;
}

.social-list a:first-child {
    margin-left: 0;
}

.social-list a:hover {
    color: #c32865;
    text-decoration: none;
}

.navbar-spacer {
    float: right;
    margin: -1rem 4.5rem 0;
    width: 1px;
    height: 3.3rem;
    background-color: #3c3c3c;
}

.navbar-address {
    float: right;
    font-weight: 600;
    text-transform: uppercase;
}

.contacts {
    float: left;
    margin-left: 9rem;
    margin-top: 0.5rem;
}

.contacts .contact-item {
    display: inline-block;
    color: #fff;
    margin-right: 2rem;
}

.contacts .contact-item a {
    color: #fff;
}


.contacts .contact-item.spacer {
    opacity: 0.3;
}

.contact-address {
    margin-top: 5rem;
}

#success,
#error {
    display: none;
}

.form-group-message {
    display: none;
}

/* 2.2 Sidebar menu */

.click-capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99;
    opacity: 0;
    background: rgba(0, 0, 0, .3);
    transition: opacity .5s;
}

.menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background-color: #091c2c;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.close-menu {
    position: absolute;
    z-index: 2;
    top: 2.3rem;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    margin-top: 0.8rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.close-menu:hover {
    color: #c32865;
}

.menu-list {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 5rem;
    bottom: 10.5rem;
    padding-left: 15%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-weight: normal;
    letter-spacing: -0.025rem;
    list-style: none;
    margin: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.menu-list li a {
    color: #d7d6d6;
}

.menu-list .active>a,
.menu-list li a:hover {
    text-decoration: none;
    color: #fff;
}

.menu-list>li {
    font-size: 1.65rem;
    line-height: 1;
}

.menu-list>li {
    margin-top: 2.7rem;
}

.menu-list>li:first-child {
    margin-top: 0;
}


.menu-list ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list ul li {
    font-size: 1.142rem;
    margin-top: 1.142rem;
}

.menu-list ul li:first-child {
    margin-top: 2.4rem;
}

.menu-footer {
    position: relative;
    left: 15%;
    bottom: 4rem;
}

.menu-footer .social-list {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: all 0.5s 0.7s ease;
    -o-transition: all 0.5s 0.7s ease;
    transition: all 0.5s 0.7s ease;
}

.menu-footer .social-list a {
    color: #7e7e7e;
    margin: 0;
    margin-right: 2.7rem;
}

.menu-footer .social-list a:last-child {
    margin-right: 0;
}

.menu-footer .social-list a:hover {
    color: red;
}

.menu-footer .copy {
    opacity: 0;
    display: none;
    margin-top: 3.2rem;
    color: #fff;
    line-height: 1.71rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: all 0.5s 0.9s ease;
    -o-transition: all 0.5s 0.9s ease;
    transition: all 0.5s 0.9s ease;
}

.menu-is-opened .click-capture {
    visibility: visible;
    opacity: 1;
}

.menu-is-opened .menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    overflow-Y: scroll;
    overflow-x: hidden;
}

.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    height: 100%;
    position: relative;
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}




/*-------------------------------------------------------------------------------
  3. Sections
-------------------------------------------------------------------------------*/

.pagepiling .section {
    background: #fff;
    padding-top: 10.3rem;
    padding-bottom: 6rem;
    transition: transform 1.2s ease-in-out;
}

.pagepiling .pp-scrollable {
    padding: 0;
    overflow-x: hidden;
}

.pp-scrollable .vertical-centred {
    padding-top: 8.3rem;
    padding-bottom: 0rem;
}

.pp-scrollable .vertical-centred.v2 {
    padding-top: 6rem;
    padding-bottom: 9rem;
}

.scroll-wrap {
    position: relative;
    min-height: 100%;
}

.scrollable-content {
    white-space: nowrap;
    width: 100%;
    font-size: 0;
}

.scrollable-content:before {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
}

.vertical-centred {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 1rem;
}

.boxed-inner {
    position: relative;
    padding: 0;
}

/* .section-bg{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
} */

.vertical-title {
    position: absolute;
    text-align: center;
    font-weight: 600;
    opacity: 0.1;
    font-size: 5rem;
    top: 50%;
    left: 5rem;
    transform: translateY(-50%);
}

.vertical-title span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s 0.6s;
    white-space: nowrap;
    letter-spacing: 2.5rem;
}

.section.active .vertical-title span {
    letter-spacing: 0;
    opacity: 1;
}

#pp-nav span,
.pp-slidesNav span {
    width: 11px;
    height: 11px;
    border: 2px solid #000;
}

/* ------------------------------------------------------------------------------- */
/*  5. Responsive styles
/* ------------------------------------------------------------------------------- */

/* 5.1 Min width 576px */

@media (min-width: 576px) {

    .menu {
        width: 50%;
    }
}

/* 5.2 Min width 768px */
@media (min-width: 768px) {


    /* Sidebar Menu */

    .menu {
        width: 50%;
    }

    /* Homepage */

    .right-boxed {
        right: 3rem !important;
    }

    .left-boxed {
        left: 3rem;
    }


    .owl-dots {
        text-align: left;
        padding-left: calc(41% + 15px);
    }

}

/* 5.3 Min width 992px */

@media (min-width: 992px) {



    /* Sidebar Menu */

    .menu {
        width: 35%;
        max-width: 35rem;
    }

    /* Homepage */
    .boxed {
        padding-left: 4.2857rem;
        padding-right: 4.2857rem;
    }

    .right-boxed {
        right: 4rem !important;
    }

    .left-boxed {
        left: 4.2857rem;
    }
}

/* 5.4 Min Height 500px */

@media (min-height: 500px) {

    #pp-nav .pp-nav-up,
    #pp-nav .pp-nav-down {
        display: block;
    }

    .pp-scrollable .vertical-centred {
        padding-top: 5.3rem;
        padding-bottom: 0rem;
    }

}

/* 5.5 Min Height 600px */

@media (min-height: 600px) {

    /* Sidebar Menu */
    .menu .menu-lang {
        top: 7rem;
    }

    .menu-list {
        top: 9rem;
        bottom: 20rem;
    }

    .menu-list>li {
        font-size: 1.2rem;
    }

    .menu-footer {
        bottom: 6rem;
    }

    .menu-footer .copy {
        display: block;
    }
}

/* 5.6 Min Height 700px */

@media (min-height: 700px) {

    .copy-bottom {
        display: block;
    }

    .social-list-bottom {
        display: block;
    }

}


img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
