*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

@font-face {font-family: "glacial-indifference-bold";
            src: url("../fonts/GlacialIndifference-Bold.otf") format("opentype");
}

@font-face {font-family: "glacial-indifference-italic";
            src: url("../fonts/GlacialIndifference-Italic.otf") format("opentype");
}

@font-face {font-family: "glacial-indifference-regular";
            src: url("../fonts/GlacialIndifference-Regular.otf") format("opentype");
}


body{
    /*font-family: 'Korolev', sans-serif;*/
    font-family: 'Barlow', sans-serif;
    overflow-x: hidden;
}

a, a:hover{
    text-decoration:none;
}

li{
    list-style:none;
}
p{
    color: #000;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.text-grey{
    color:#6c6c6c !important;
}

button:focus{
    outline:0;
}

.mb0{
    margin-bottom: 0px;
}

.mb20{
    margin-bottom: 20px;
}

.mt50{
    margin-top: 50px;
}

.mt35{
    margin-top: 35px;
}

.all-slider .owl-carousel .owl-nav{
    text-align:center;
}

.all-slider .owl-carousel .owl-nav button.owl-next, .all-slider .owl-carousel .owl-nav button.owl-prev, .all-slider .owl-carousel button.owl-dot{
    margin:0 10px;
}

.mfp-wrap{
    z-index:100000 !important;
}

h6{
    font-family: 'Bacalisties', sans-serif;
}

section{
    transition: all .1s ease; 
}


.section-title{
    text-align:center;
    margin-bottom: 80px;
}

.title-inner{
    margin-bottom: 20px !important;
}

.section-title h2 {
    font-size: 50px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Bacalisties', sans-serif;
    margin-bottom: 0;
}

.section-title h4 {
    font-size: 30px;
    color: #81c8b8;
    margin-bottom: 0;
    font-weight:700;
}

section{
    padding:80px 0;
    position: relative;
}

/*  Mouse Scroll Down */

div.mouse-container{
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -18px;
    z-index: 1;
}
div.mouse{
    position:relative;
    margin:0 auto;
    display:block;
    width:35px;
    height:60px;
    border: solid 2px #fff;
    border-radius: 25px;
    -webkit-animation: scroll-mouse 1.5s; 
    animation: scroll-mouse 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    //-webkit-animation-timing-function:ease;
    //animation-timing-function:ease;
}

span.scroll-down{
    display:block;
    width:10px;
    height:10px;
    background:#fff;
    border-radius:50%;
    margin:15% auto auto auto;
    -webkit-animation: scroll-inner 1.5s; 
    animation: scroll-inner 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function:ease;
    animation-timing-function:ease

}

@-webkit-keyframes scroll-inner {
    from {margin-top: 15%;}
    to {margin-top: 50%;}
}
@keyframes scroll-inner {
    from {margin-top: 15%;}
    to {margin-top: 50%;}
}
@-webkit-keyframes scroll-mouse {
    from {margin-top: 0;}
    to {margin-top: 15px;}
}
@keyframes scroll-mouse {
    from {margin-top: 0;}
    to {margin-top: 15px;}
}


/* end */

.btn-gradient{
    background-image: radial-gradient(#fff -45%, #e3aa4a 65%);
    padding: 12px 35px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-top: 20px;
}

.btn-gradient:hover{
    color:#000 !important;
}

.btn{
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 16px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 12px 36px;
    font-size: 16px;
    transition: 500ms;
    font-weight: 700;
    font-family: "glacial-indifference-regular";
}

.btn i{
    padding-left: 12px;
}

.btn img{
    padding-right: 10px;
    vertical-align: top;
}

.btn:hover{
    color:#d83743;
    border: 1px solid #fff;
}

.default-btn{
    text-align: left;
    background-color: inherit;
    color: #000;
    padding: 20px 0;
    text-decoration: underline;
    border: 0 none;
    border-radius: 0;
    font-weight: 700;
    font-family: "glacial-indifference-regular";
}

.default-btn:hover{
    border:0 none;
}

.btn-text{
    position: relative;
}

.btn-text:hover{
    color:#e3aa4a;
}

.btn-text:before{
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    top: 8px;
    width: 29px;
    height: 2px;
    background-color: #E3AA4A;
}

.btn-text{
    font-weight: 600;
    color: #000;
    transition:500ms;
}

.page-title{
    background-image: url(../images/title-header.jpg);
    padding: 85px 0 0;
    background-position: 100% 70%;
    position: relative;
    background-blend-mode: overlay;
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 75px;
}

.page-title h1{
    color:#d83743;
    font-size: 50px;
    font-weight:bold;
    text-align: center;
    text-transform:uppercase;
}

.nav-breadcrum{
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: -20px;
    position:inherit;
}
.breadcrumb{
    background-color: inherit;
    vertical-align: top;
    line-height: 0;
}
.breadcrumb-item a{ 
    color:#fff;
    font-size: 14px;
}
.breadcrumb-item.active{
    color:#fff;
    font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item::before{
    color:#fff;
}
.content{
    margin-top: 50px;
    margin-bottom: 50px;
}

.owl-carousel .owl-stage-outer{
    overflow:initial;
}

.owl-item{
    opacity:0;
}

.owl-item.active{
    opacity:1;
}

.all-slider .owl-carousel .owl-nav{
    margin-top: 50px;
}

.whatsapp {
    position: fixed;
    right: 25px;
    bottom: 90px;
    font-size: 38px;
    color: green;
    padding: 5px 7px;
    border-radius: 10px;
    background-color: #fff;
    display: inline-grid;
    transition: 500ms;
    border: 1.5px solid green;
    z-index:1;
}
.whatsapp:hover {
    color: #fff;
    background-color:green;
}


/*Form control start*/

.request-quote-from{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;    
}

.form-control {
    height: 50px;
    color: #a0a0a0;
    background-color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #7a7980;
    border-radius: 50px;
    font-weight: 500;
    font-family: "glacial-indifference-regular";
}

textarea.form-control{
    border-radius:10px;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-bottom: 32px;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #333;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
    border-radius:0;
}

.form__field::placeholder {
    color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
    font-size: 16px;
    cursor: text;
    top: 20px;
}

.form__field:focus ~ .form__label {
    color: #009788;
}

.form__field:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #009788;
}
.form-control:focus{
    box-shadow:none;
}
.theme-btn{
    background: transparent;
    border-radius: 50px;
    padding: 10px 40px;
    border: 2px solid #f58220;
    font-weight: 600;
    transition: 500ms;
    color:#fff;
}
.theme-btn:hover{
    background: #fff;
    color:#f58220;
}
/*Form control end*/

nav{
    height:60px;
    display:flex;
    justify-content:space between;
    padding: 1rem 2rem;
    z-index:100;
    position:fixed;
    width:100%;
}

.navbar-toggler{
    position:absolute;
    top:0;
    right:0;
    transform: translate(-50%, 25%);
}

.navbar-light .navbar-nav .nav-link:focus{
    color:#fff;
}

.mob-menu{
    display:none !important;
}

/* Header */

.main-header {
    z-index: 10000;
    width: 100%;
    transition:500ms;
}

.navbar-fixed-top{
    background-color: #fff;
    transition: 500ms;
    position: fixed;
}

.navbar-fixed-top .header-logo img{
    width:100px;
    transition:500ms;
}

.navbar-fixed-top .header-content{
    padding:7px 0;
}

.navbar-fixed-top .header-gradient{
    display:none !important; 
}

.header-content {
    /*display: flex;
    justify-content: space-between;*/
    padding: 30px 0;
}

.header-content .col-md-5{
    display: flex;
    align-items: end;
}

.header-content .navbar{
    display: flex;
    align-items: center;
    justify-content: right;
    transition:500ms;
}

.header-content .navbar.nav-right{
    justify-content: left;
}

.header-left {
    display: flex;
    flex: 1;
}
.header-right {
    position: relative;
    align-items: center;
}

.header-logo{
    text-align:center;
}

.header-logo img{
    width:145px;
    transition:500ms;
}

.navbar-collapse{
    justify-content:center;
}

ul.navbar-nav.menu-width {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-light .navbar-nav .nav-item
{
    margin: 0 11px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 0 5px;
    font-size: 18px;
    transition:500ms;
    font-weight: 500;
    position: relative;
    text-align: center;
    text-transform:uppercase;
    letter-spacing:0.5px;
    font-family: "glacial-indifference-regular";
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #d83743;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active{
    color: #d83743;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.navbar-nav li.franchise-menu{
    position: relative;
}

.navbar-nav li ul {
    background: #d83743;
    visibility: hidden;
    opacity: 0;
    min-width: 11rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 0.05rem;
    left: 0;
    display: none;
}

.navbar-nav li:hover > ul,
.navbar-nav li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    padding: 5px 0px;
}

.navbar-nav li ul li {
    clear: both;
    width: 100%;
}

.navbar-nav li ul li a{
    color: #fff;
    padding: 5px 10px 0px;
    font-size: 18px;
    letter-spacing: 0.5px;
    display: block;
}


/* Home Slider*/

.slider-section{
    padding: 0;
}

.main-slider .main-slider-block{
    background-position:bottom;
    background-repeat: no-repeat;
    background-size:cover;
    width:100%;
    position: relative;
    z-index:1;
    height:84vh;
    display:flex;
    align-items:center;
    justify-content:center;
}

.main-slider .main-slider-block h1, .main-slider .main-slider-block p{
    color:#fff;
}

.main-slider-bg-1{
    background-image: url(../images/slider1.jpg);

}

.main-slider-bg-1 .slider-content{
    margin-top: 30px;
}

.main-slider-block .slider-content h6{
    font-family: 'Bacalisties', sans-serif;
    color: #fff;
    font-size: 42px;
    margin-bottom: 0;
}

.main-slider-block .slider-content h1{
    font-size: 42px;
    margin-bottom: 35px;
    font-weight:500;
    text-transform:uppercase;
    font-family: 'Barlow', sans-serif;
}
.main-slider-block .slider-content p{
    font-size: 30px;
    margin-bottom: 35px;
    font-family: 'Korolev Medium', sans-serif !important;
}

.main-slider-bg-2{
    background-image: url(../images/slider2.jpg);
    display:flex;
    align-items:center;
    justify-content:center;
}

.main-slider-bg-3{
    background-image: url(../images/slider3.jpg);
}

.main-slider .owl-nav .owl-prev{
    position: absolute;
    left:30px;
    width:50px;
    height:50px;
    border-radius:50%;
    transition: all .5s;
}

.main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i{
    color:#fff;
    font-size: 21px;
    line-height:50px;
    transition: all 0.5s;
}

.main-slider .owl-nav .owl-next{
    position: absolute;
    right:30px;
    width:50px;
    height:50px;
    border-radius:50%;
    transition: all .5s;
}

.main-slider .owl-nav .owl-prev:focus, .main-slider .owl-nav .owl-next:focus{
    outline:0;
}

.main-slider .owl-dots{
    text-align: left;
    position: absolute;
    bottom: 80px;
    left: 180px;
}

.owl-theme .owl-dots .owl-dot span{
    width:20px;
    height:20px;
}

.main-slider .owl-dots button span{
    background-color: #FFF;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #FFF;
    border:5px solid #e3aa4a;
}

/* About */

.home-left-img{
    background-image: url(../images/bg-pattern-left.png);
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 10%;
    z-index: -90;
}

.home-right-img{
    background-image: url(../images/bg-pattern-right.png);
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    width: 100%;
    right: -41%;
    top: 0;
    z-index: -90;
}

.about h6{
    font-size: 40px;
    color:#858585;
    margin-bottom: 12px;
}

.about h1{
    font-size: 46px;
    color: #d83743;
    line-height: 40px;
    text-transform:uppercase;
    font-weight:800;
    font-family: "glacial-indifference-bold", sans-serif;
}

.about .col-md-8{
    display: flex;
    align-items: end;
    margin-bottom: 80px;
}

.about .card{
    border:0 none;
}

.about .card .card-body{
    padding: 0;
}

.about .card .card-body p{
    line-height:20px;
}

.card-inner-text{
    position: relative;
    margin-bottom: 10px;
}

.card-inner-text .img-text{
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    background-color: #000;
}

.card-inner-text .img-text.red{
    background-color: #d83743;
}

.card-inner-text .img-text p{
    color: #fff;
    font-size: 26px;
    padding: 5px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "glacial-indifference-bold";
}

/* Discover */

.discover .text-right{
    margin-top: 62px;
}


/* Franchise Start */


.franchise{
    background-image: url(../images/inquiry.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.franchise .col-md-8{
    margin-bottom: 0;
}

.franchise .col-md-5{
    display:flex;
    align-items:Center;
}

.franchise h6, .franchise p{
    color:#fff;
}

.franchise p{
    line-height: 20px;
    font-size: 15px;
}

.franchise-block p{
    /* font-size: 24px;*/
    line-height:30px;
    margin-top: 20px;
}

.franchise-block ul li {
    list-style: disc;
}

/* Delighted Customer */

.delighted{
    position: relative;
}

.delighted-image{
    background-image:url('../images/testimonial.png');
    background-repeat:no-repeat;
    position: absolute;
    right: -79%;
    width: 100%;
    height: 100%;
}

.delighted .about{
    margin-top: 65px;
}

.delighted h6{
    color: #8c8b8b;
    margin-bottom: 8px;
    font-size: 34px;
}

.customer-slider{
    margin-top: 50px;
}

.customer-slider .owl-item img,.customer-slider .owl-item.cloned img, .customer-slider .owl-item.cloned.active img, .customer-slider .owl-item.active img{
    display:none;
}

.customer-slider .owl-item.active.center img{
    display: block;
    width: 50px;
    position: absolute;
    top: 25px;
}

.single-client{
    border: 1px dashed #dad2c7;
    padding: 80px 80px 20px 40px;
    border-radius: 20px;
}

.customer-slider .owl-item.cloned.active .single-client{
    border: 1px dashed #dad2c7;
}

.customer-slider .owl-item.active .single-client{
    border: 1px dashed #dad2c7;
}

.customer-slider .owl-item.active.center .single-client{
    border:0 none;
    box-shadow:0 0 20px #eee;
}

.single-client ul{
    display:flex;
    margin: 16px 0 5px;
}
.single-client ul li{
    padding:0 6px 0 0;
    color:#ffc80a;
    font-size: 16px;
}

.single-client h5{
    font-size: 18px;
}   

.single-client p{
    line-height:22px;
    text-align:justify;
}

/* Story */

.story .about{
    text-align:Center;
}

.story .about h1{
    font-size: 55px;
    margin-bottom: 40px;
}

.story-people{
    background-image:url('../images/story-people-bg.jpg');
    background-repeat:no-repeat;
    background-size: cover;
}

.story-people .about, .story-people .about h6{
    color:#fff;
}


.story-people .about h1{
    margin-bottom: 75px;
    color:#fff;
}

.story-people ul{
    display:flex;
    margin-bottom: 60px;
}

.story-people ul li{
    padding: 0 20px;
    width:32%;
    display: inline-block;
    text-align:center;
    perpective:1000px;
}

.story-people ul li:first-child{
    border-right: 2px solid #66625c;
}

.story-people ul li:last-child{
    border-left: 2px solid #66625c;
}
.story-people .about-people{
    background-color: #66625c;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height:50px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.story-people li:hover .about-people{
    transform: rotateY(180deg);
}

.story-people span{
    display:block;
    font-size: 22px;
    margin-top: 22px;
    color:#fff;
    font-family: 'Korolev medium', sans-serif;
}

/* Gallery */

.portfolio-menu {
    text-align: center;
    margin: 30px auto;
    position: relative;
}
.portfolio-menu button {
    padding: 0;
}

.portfolio-menu button {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 6px 40px;
    cursor: pointer;
    transition: all .5 ease;
    font-size: 18px;
    font-weight:700;
    color:#808080;
    border-radius:50px;
    text-transform:uppercase;
    border:0 none;
    background-color:#fff;
}

.portfolio-menu button.active{
    color:#d83743;
}
.portfolio-menu button:hover{
    color:#d83743;
    transition: all .5 ease;
}

.portfolio-dot{
    width: 10px;
    height: 10px;
    background-color: #808080;
    border-radius: 50px;
    position: absolute;
    left: -21px;
    right: 0;
    margin: 0 auto;
    top: 13px;
}

.grid{
    margin-top: 70px;
}

.grid .item{
    margin-bottom: 20px;
}

.grid .item img{
    border-radius:10px;
}

.grid .grid-item::before, .grid .grid-item::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    transition-duration: 1.3s !important;
}
.grid .grid-item::before, .grid .grid-item::after {
    content: "";
    background: #fff;
}
.grid .grid-item::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.grid .grid-item::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.grid .grid-item:hover::after, .grid .grid-item:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

/* Trishiv Cafe */

.story-3 .col-md-3{
    display:flex;
    align-items: center;
}

.story-3 ul{
    margin-left: 22px;
    margin-top: 20px;
}

.story-3 ul li{
    margin-bottom: 5px;
}

.story-3 ul li::before {
    content: "";
    background-color: #6c6c6c;
    font-weight: bold;
    display: inline-block; 
    width:8px;
    height:8px;
    border-radius: 50px;
    margin-left: -11px;
    margin-right: 14px;
}

.story-4 .col-md-6{
    margin-top: 110px;
}

.tc-contact{
    background-image: url(../images/tc-bg.jpg);
    background-repeat: no-repeat;
    background-size:cover;
}

.tc-contact .row{
    align-items: center;
    justify-content: center;
}

.tc-contact h5{
    font-size:50px;
    font-family: "glacial-indifference-regular", sans-serif;
}

.tc-contact .phone{
    text-align: center;
    margin-bottom: 50px;
}

.tc-contact .phone span{
    display:block;
    font-weight:500;
    font-size: 14px;
    margin-top: 4px;
}

.tc-contact .phone a{
    display:block;
    font-size: 35px;
    color:#000;
    font-family: "glacial-indifference-regular", sans-serif;
}

.tc-page .home-right-img{
    top:80px;
}

.branch-address{
    margin-bottom: 20px;
}

.branch-address span{
    display:block;
    font-size: 30px;
    line-height: 35px;
}

.branch-address span strong{

}

/* Contact Us page */

.conatct-detail{
    margin-top: 60px;
}
.conatct-detail .txt h4{
    font-size: 32px;
    color: #858585;
    margin-bottom: 20px;
}
.conatct-detail ul{
    /*display:flex;*/
}

.conatct-detail ul li{
    display: flex;
    align-items: start;
    margin-bottom: 25px;
}
.conatct-detail ul li img{
    padding-top: 10px;
}
.conatct-detail ul li .contact-detail-right
{    
    margin-left: 20px;
    display: block;
}

.conatct-detail ul li .contact-detail-right a{
    color: #000;
    font-weight: 500;
    font-size: 22px;
    margin-top: 6px;
    display: block;
}
.location a{
    font-size: 18px !important;
    font-weight:400;
    max-width: 420px;
}

.contact-form .about{
    margin-top: 60px;
}


/* Footer  */

.footer{
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    padding: 70px 0;
}

.footer .about{
    margin-bottom: 50px;
}

.footer iframe{
    border-radius:10px;
    margin-bottom: 30px;
}

.footer h2{
    font-size: 30px;
    color:#d83743;
    font-family: "glacial-indifference-regular", sans-serif;
    margin-bottom: 8px;
}

.footer .address{
    display: flex;
    vertical-align: top;
    margin-bottom: 10px;
}

.footer .address i{
    font-size: 30px;
    margin-right: 10px;
}

footer a{
    color: #7d7d7d;
    font-weight: 400;
}

footer a:hover{
    color:#7d7d7d;
}

footer p{
    margin-bottom: 2px;
    font-weight: 500;
    line-height: 25px;
    font-size: 17px;
    font-family: "glacial-indifference-regular", sans-serif;
}

footer p strong{
    font-size: 20px;
}

.bottom-footer{
    padding: 20px;
    text-align: center;
}

.tri-open{
    background-color:#b0b0b0;
    text-align:center;
    padding: 20px;
    border-radius: 20px;
}

.tri-open-border{
    border: 1px dashed #fff;
    border-radius: 10px;
    padding: 36px 30px 20px;
}

.tri-open h6{
    color:#fff;
    border-bottom:1px solid #fff;
    padding-bottom: 20px;
    display:inline-block;
    font-size: 38px;
}

.tri-open .time{
    margin-bottom: 20px;
}

.tri-open span{
    color:#fff;
    display:block;
    font-size: 18px;
    text-transform:uppercase;
    letter-spacing: 2px;
    font-family: "glacial-indifference-regular", sans-serif;
}

.tri-open span b{
    letter-spacing: 1px;
    font-family: "glacial-indifference-bold", sans-serif;
}

.follow-us{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
}

.follow-us .about{
    display:flex;
}

.follow-us .about h6{
    font-size: 24px;
}

.follow-us ul{
    display: flex;
    margin-left: 30px;
}

.follow-us ul li{
    margin:0 7px;
}

.follow-us ul li a{
    background-color: #a9a9a9;
    transition: 500ms;
    padding: 6px 7px;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    font-size: 22px;
    color: #fff;
}

.follow-us ul li a:hover{
    background-color:#000;
}

/* Loader Css */

.loader-6 {
    height: 100vh;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
    overflow:hidden;
}
.loader-6 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100px;
    width: 100px;
}
.loader-6 span img{
    height: 200px;
    width: 200px;
    position: absolute;
    left: 0;
    margin: -50px auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: -50px;
}

/* Loader End */