/*
Stylesheet css3 
----font-family----
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;

----Colour----
color: #9e515f;
color: #18191b;
color:#fff;
color: #9e515f;
color:#333333;

----Font-size----
font-size: 11px;
font-size: 13px;
font-size: 16px;
font-size: 24px;
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
}

.container {
    max-width: 1170px;
}

::-moz-selection {
    color: #fff;
    background: #18191b;
}

::selection {
    color: #fff;
    background: #18191b;
}

h1,
h2,
h3,
h4 {
    font-size: 24px;
    text-transform: uppercase;
}

p {
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-size: 16px;
}

a {
    text-decoration: none;
    outline: none;
}

/* Background color */
.bg-black-b {
    background-color: #18191b;
}

.bg-White-b {
    background-color: #fff;
}

/* font color */
.white-color {
    color: #fff;
}

.bcalk-color {
    color: #18191b;
}

.gray-color {
    color: #777777;
}

/* font Size */
.tex-18 {
    font-size: 18px;
}

.tex-16 {
    font-size: 16px;
}

.tex-15 {
    font-size: 15px;
}

.tex-17 {
    font-size: 17px;
}

.tex-14 {
    font-size: 14px;
}

.tex-13 {
    font-size: 13px;
}

.tex-11 {
    font-size: 11px;
}


/* Hover */
.read-hover-col:hover,
a.read-hover-col:hover {
    color: #9e515f;
}

/* Header */

header.main-header.sticky {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    animation-name: header-animation;
    animation-duration: 2s;
}

/* header.main-header.sticky img.img-fluid.main-logo {
    width: 160px;
} */

header.main-header.sticky .basketbox {
    margin: 12px;
}

/* header top */
.top-header {

    background: -webkit-linear-gradient(top, #45484d 0%, #404348 13%, #35363a 31%, #1c1d1f 59%, #090909 85%, #010101 100%);
    background: -o-linear-gradient(top, #45484d 0%, #404348 13%, #35363a 31%, #1c1d1f 59%, #090909 85%, #010101 100%);
    background: -ms-linear-gradient(top, #45484d 0%, #404348 13%, #35363a 31%, #1c1d1f 59%, #090909 85%, #010101 100%);
    background: linear-gradient(to bottom, #45484d 0%, #404348 13%, #35363a 31%, #1c1d1f 59%, #090909 85%, #010101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#010101', GradientType=0);
}

.top-header .promo {
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 40px;
}

.top-header ul.promo>li {
    margin: auto;
    padding: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    list-style: none;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-transform: uppercase;
}

.top-header ul.promo li a {
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
}

.top-header ul.promo li .notxt {
    font-weight: 600;
}

.loginbox ul {
    line-height: 40px;
}

/* Header top end*/
/* Header Middle */
.basketbox {
    float: right;
    margin: 30px 0px 0px 0;
    text-align: center;
    width: 190px;
    font-size: 13px;
}

.basket-seconde {
    padding: 0px;
    border-radius: 0px;
    display: block;
    float: left;
    margin: 0px 0 0px 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#outersampbasket,
#outersampbasket01 {
    width: 50%;
    float: left;
    text-align: center;
}

.cart-iconnew {
    background: url(../images/mycart-icon.svg) no-repeat;
    width: 25px;
    height: 25px;
    margin: auto;
    position: relative;
    background-size: 100%;
}

#outersampbasket01 .cntcartitems {
    background: orange;
    font-weight: normal;
}

.cntcartitems {
    width: 17px;
    height: 17px;
    color: #fff !important;
    background: #9e515f;
    right: -10px;
    top: -5px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
}

/* Header Middle end*/
/* Navbar */
.navber ul {
    list-style: none;
    float: left;
    margin: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px;
}

.navber ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 20px;
}

.navber ul>li>a {
    display: block;
    color: #000;
    text-align: center;
    font-weight: 600;
    padding: 0 0px;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    position: relative;
    border: 3px solid transparent;
}

.navber ul ul>li>a {
    font-weight: 400;
}

.navbar-form {
    border: solid 1px #000 !important;
    max-width: 200px;
    float: right;
    margin-top: 6px;
}

.navbar-form .form-control {
    font-size: 12px;
    height: 28px;
    box-shadow: none;
    line-height: 27px;
    border: none;
    padding: 0 0px;
    width: 135px;
    background-clip: padding-box;
}

.navbar-right .form-group {
    padding: 0 10px;
}

.navbar-form .form-group {
    height: 28px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-right .btn-default {
    border: none;
    outline: none;
    float: right;
}

.custom-btn,
.btn {
    border-radius: 0px !important;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.navber .for-nav>ul>li a.active {
    color: #9e515f;
}

.navber .for-nav>ul>li:last-child a {
    text-align: center;

}

.navber .for-nav>ul ul {
    width: 100%;
}

.for-nav {
    position: relative;
}

.for-nav ul li:hover .dropdown-menu {
    display: block;
    padding: 0px 30px 20px;
    width: 100%;
}

.for-nav .dropdown-menu .menu-heading {
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
    margin: 15px 0;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.for-nav .dropdown-menu ul {
    margin: 0px;
    padding: 0px;
}

.for-nav .dropdown-menu ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
}

.for-nav .dropdown-menu ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
}

/* .navber ul>li.submenu>a.active:after, */
.for-nav li.submenu:hover>a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #9e515f;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

/* .navber ul>li.submenu>a.active, */
.navber ul>li.submenu>a:hover {
    border-bottom: 3px solid #9e515f;
}

.for-nav .dropdown-menu ul li a:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.for-nav .dropdown-menu ul li a {
    text-decoration: none;
    font-size: 15px;
    padding: 8px !important;
    transition: all 0.5s ease;
    display: block;
    text-align: left !important;
    margin: 0px;
    text-transform: uppercase;
}

.for-nav .dropdown-menu #swatches li a:hover {
    background: none;
    color: #000;
}

.for-nav .dropdown-menu {
    left: 0;
}

.for-nav .dropdown-menu #swatches li a img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

/*  Header */

/* banner */
.banner .align-items-v-center {
    display: flex;
    align-items: center;
}

.banner .split-banner-image {
    width: 50%;
    float: left;
}

.banner .split-banner-content {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 30px;
}

#image-gallery li img {
    width: 100%;
}

.banner .split-banner-content h2,
.banner .split-banner-content .banner-heading {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0 40px 0;
    display: block;
}

.banner .split-banner-content p {
    font-size: 30px;
    color: #fff;
    line-height: normal;
}

.banner .btn-split-banner {
    cursor: pointer;
    line-height: normal;
    border-radius: 3px;
    text-transform: none;
    padding: 12px 25px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-top: 25px;
    display: inline-block;
    background: #9e515f;
    transition: all 0.8s;
}

.banner .btn-split-banner:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.8s;
    opacity: 0.9;
}

.banner li.lslide {
    background: #121212;
}

.banner ul.lSPager.lSpg {
    display: none;
}

.banner a.lSPrev,
.banner a.lSNext {
    /* background-color: #fff; */

    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.85;
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.banner a.lSPrev {
    background-image: url(../images/ep_arrow-left.png);
}

.banner a.lSNext {
    background-image: url(../images/ep_arrow-right.png);
}



/* Footer */
footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

footer ul li {
    list-style: none;
    margin-bottom: 12px;
}

.socil-icon a img {
    width: 40px;
}


/* button */
a.btnview-more {
    position: relative;
    transition: all 0.8s;

}

a.btnview-more::before {
    content: "";
    transition: all 0.5s;
    /* border-left: 3px solid #9e515f;
    border-top: 3px solid #9e515f; */
    border-top: 3px solid#9e515f;
    border-right: 3px solid #9e515f;
    -webkit-transform-origin: 100% 0%;
    transform: 100% 0%;
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: 9;
    transform: scale(0);
}

a.btnview-more::after {
    content: "";
    transition: all 0.5s;
    border-bottom: 3px solid #9e515f;
    border-left: 3px solid #9e515f;
    -webkit-transform-origin: 0% 100%;
    transform: 100% 0%;
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: 9;
    transform: scale(0);
}

a.btnview-more:hover,
a.btnview-more:hover::after,
a.btnview-more:hover::before {
    transform: scale(1);
    transition: all 0.5s;
    color: #9e515f;
}


.socil-icon a:hover {
    opacity: 0.8;
}

.headerlogo a img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

@keyframes header-animation {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


section.comingsoon {
    min-height: 50vh;
    padding: 100px 0px;
}

.comingsoon h1 {
    font-weight: 700;
    color: #9e515f;
    margin-top: 20px;
}

.innerbanner {
    padding: 120px 0px;
    background-image: url(../images/banner2.jpg);
    background-size: cover;
    background-position: center;
    font-family: "Black Ops One", system-ui;
}

.innerbannervanue {
    padding: 120px 0px;
    background-image: url(../images/banner6.jpg);
    background-size: cover;
    background-position: center;
    font-family: "Black Ops One", system-ui;
}

.innerbannervanue h2 {
    font-size: 50px;
    color: #9e515f;
    text-shadow: 0px 0px 11px #ffffff;
    padding: 30px 30px 20px 30px;
    background: rgba(255, 255, 255, 0.9);
    line-height: 40px;
    box-shadow: 0px 0px 8px #fff;
    display: inline-block;
}


.innerbannercontact {
    padding: 120px 0px;
    background-image: url(../images/banner7.jpg);
    background-size: cover;
    background-position: center;
    font-family: "Black Ops One", system-ui;
}

.innerbannercontact h2 {
    font-size: 50px;
    color: #9e515f;
    text-shadow: 0px 0px 11px #ffffff;
    padding: 30px 30px 20px 30px;
    background: rgba(255, 255, 255, 0.9);
    line-height: 40px;
    box-shadow: 0px 0px 8px #fff;
    display: inline-block;
}

.innerbannerteam {
    padding: 120px 0px;
    background-image: url(../images/banner3.jpg);
    background-size: cover;
    background-position: center;
    font-family: "Black Ops One", system-ui;
}

.innerbannerteam h2 {
    font-size: 50px;
    color: #9e515f;
    text-shadow: 0px 0px 11px #ffffff;
    padding: 30px 30px 20px 30px;
    background: rgba(255, 255, 255, 0.9);
    line-height: 40px;
    box-shadow: 0px 0px 8px #fff;
    display: inline-block;
}

.innerbannerresource {
    padding: 120px 0px;
    background-image: url(../images/banner5.jpg);
    background-size: cover;
    background-position: center;
    font-family: "Black Ops One", system-ui;
}

.innerbannerresource h2 {
    font-size: 50px;
    color: #9e515f;
    text-shadow: 0px 0px 11px #ffffff;
    padding: 30px 30px 20px 30px;
    background: rgba(255, 255, 255, 0.9);
    line-height: 40px;
    box-shadow: 0px 0px 8px #fff;
    display: inline-block;
}

.innerbannercfp {
    padding: 120px 0px;
    background-image: url(../images/banner4.jpg);
    background-size: cover;
    background-position: center;
    font-family: "Black Ops One", system-ui;
}

.innerbannercfp h2 {
    font-size: 50px;
    color: #9e515f;
    text-shadow: 0px 0px 11px #ffffff;
    padding: 30px 30px 20px 30px;
    background: rgba(255, 255, 255, 0.9);
    line-height: 40px;
    box-shadow: 0px 0px 8px #fff;
    display: inline-block;
}

.innerbanner h2 {
    font-size: 50px;
    color: #9e515f;
    text-shadow: 0px 0px 11px #ffffff;
    padding: 30px 30px 20px 30px;
    background: rgba(255, 255, 255, 0.9);
    line-height: 40px;
    box-shadow: 0px 0px 8px #fff;
    display: inline-block;
}

.mainconten ul li {
    list-style: none;
}

p.profile {
    font-size: 18px;
}

.resource-persons img {
    width: 300px;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0px 0px 8px #ccc;
    height: 300px;
    object-fit: cover;
    margin: 10px auto;
}

.card-profile {
    overflow: hidden;
    height: 150px;
    width: 150px;
    border: 4px solid;
    border-radius: 50%;
    margin: 0 auto;
}

.card-profile img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

/* responsive */
@media (min-width: 1300px) and (max-width: 1390px) {

    .banner .split-banner-content h2,
    .banner .split-banner-content .banner-heading {
        font-size: 44px;
        line-height: 54px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .banner .split-banner-content p {
        font-size: 22px;
    }
}

@media(min-width:767.1px) {
    button.forobilemenu {
        display: none;
    }
}

@media(max-width:767px) {
    .headerlogo a img {
        width: 50px;
        height: 75px;
        object-fit: contain;
    }

    .top-header ul.promo>li div .tex-16,
    .top-header ul.promo>li {
        font-size: 10px !important;
    }

    .tagline .tex-17 {
        font-size: 12px;
    }

    .middle-header img {
        max-width: 100px;

        padding-bottom: 10px;
    }

    .navber {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        height: 100vh;
        padding-top: 100px;
        z-index: 99;
        display: none;
    }

    .navber ul {
        display: block;
        text-align: center;
        width: 100% !important;
    }

    .navber ul li {
        display: block;
        text-align: center;
        width: 100% !important;
        margin-left: 0px;
    }

    .banner .align-items-v-center {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .banner .split-banner-image,
    .banner .split-banner-content {
        width: 100%;
    }

    .banner .split-banner-content h2,
    .banner .split-banner-content .banner-heading {
        font-size: 20px;
        line-height: 30px;
    }

    .banner .split-banner-content p {
        font-size: 16px;
    }

    ul#image-gallery {
        height: auto !important;
    }

    .middle-header {
        position: relative;
    }

    button.forobilemenu {
        border: none;
        outline: none;
        background: transparent;
        position: absolute;
        right: 10px;
        top: 30px;
    }

    .text-lg-left p {
        text-align: center;
    }

    .socil-icon a img {
        width: 30px;
    }
}