/*----------------------------------------------------------------------------------

Project     :   Emexso - Product Landing Page

-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]
default css
header area
hero area
about area
section heading
features area
discount-area
video area
product area
faq area
testimonial area
newsletter area
why choose area
contact area
facilities area
footer

--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    default css
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&amp;family=Josefin+Sans:wght@400;500;600;700&amp;display=swap');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #0c2461;
    position: relative;
    overflow-x: hidden;
}


a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a {
    color: #000;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0
}

h1 {
    font-size: 70px;
    line-height: 80px;
}

h2 {
    font-size: 50px;
    line-height: 60px;
}

h3 {
    font-size: 40px;
    line-height: 50px;
}

h4 {
    font-size: 28px;
    line-height: 38px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #3c6382
}

.d-table {
    width: 100%;
    height: 100%;
}

.bg-gray {
    background-color: #f8f8f8
}

.bg-theme {
    background-color: #032b47
}

/*-------------------------------------------------------------------------------------
    header area
---------------------------------------------------------------------------------------*/
#header {
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.header-top li {
    display: inline-block;
    padding-right: 20px;
}

.header-top-wrap {
    border-bottom: 1px solid #e4f1fb;
    padding: 14px 0;
}

.header-cont-info {
    padding: 10px 0 0;
}

.header-cont-info li i {
    color: #032b47;
    padding-right: 7px;
}

.header-social li a {
    border: 1px solid #032b47;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 4px;
    color: #032b47;
    font-size: 15px;
}

.header-social li a:hover {
    background-color: #032b47;
    color: #fff;
}

.header-social li {
    padding: 0 5px;
}

.navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #032b47;
}

.navbar-nav .nav-item {
    padding: 0 10px;
}

.mainmenu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 12px 0
}

.mainmenu.sticky {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    padding: 16px 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.mainmenu.sticky .nav-link {
    color: #130f40;
}

.mainmenu.sticky .nav-link:hover,
.mainmenu.sticky .navbar-nav .nav-link.active {
    color: #032b47;
}

.navbar-nav.shop-btn .nav-link {
    border: 1px solid #032b47;
    border-radius: 5px;
    color: #fff;
    background-color: #032b47;
    padding: 10px 22px;
}

.navbar-nav.shop-btn .nav-link:hover {
    border: 1px solid #032b47;
    color: #032b47;
    background-color: #fff;
}

.mainmenu.sticky .navbar-nav.shop-btn .nav-link {
    color: #fff;
}

.mainmenu.sticky .navbar-nav.shop-btn .nav-link:hover {
    color: #032b47;
}

/*-------------------------------------------------------------------------------------
    hero area
---------------------------------------------------------------------------------------*/

#hero-area {
    padding: 170px 0;
    background-color: #f8f8f8;
}

.caption h5 {
    font-weight: 600;
    color: #011829;
    text-transform: uppercase;
    margin-bottom: 20px
}

.caption h1 {
    line-height: 75px;
    font-weight: 700;
    margin-bottom: 20px
}

.caption h4 {
    color: #2e1278;
    font-weight: 600;
}

.caption p {
    font-size: 20px;
    line-height: 30px
}

.caption ul {
    margin: 45px 0 0;
}

.caption ul li {
    display: inline-block;
    margin-right: 20px;
}

.caption li a {
    display: block;
    background-color: #032b47;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: 600;
}

.caption li a:hover {
    background-color: #011829;
}

.caption li a i {
    margin-left: 10px;
}

.caption ul li span {
    font-weight: 600;
    font-size: 24px;
}

.hero-btn a {
    display: inline-block;
    background-color: #032b47;
    margin: 30px 0 0;
    color: #fff;
    padding: 10px 30px 15px;
    border-radius: 4px;
    font-weight: 600;
}

.hero-btn a:hover {
    background: #011829;
}

.hero-btn i {
    padding: 10px 0 0 10px;
}

#hero-area.hero-two {
    background-color: #7dcaba;
    padding: 30px 0 0
}

#hero-area.hero-three {
    padding: 140px 0 200px;
}

.slider .caption-img img {
    max-width: 400px;
}

.slider.owl-carousel .owl-nav > div {
    position: absolute;
    left: 20px;
    top: 50%;
    background-color: rgba(3, 43, 71, 0.5);
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 30px;
    border-radius: 5px;
    color: #130f40;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #fff
}

.slider.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 20px;
}

.slider.owl-carousel .owl-nav > div:hover {
    background-color: #032b47;
    color: #fff
}

.slider .owl-dots {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -150px;
}

.slider .owl-dots .owl-dot {
    background-color: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    border-radius: 3px;
}

.slider .owl-dots .owl-dot.active {
    background-color: #032b47;
}

.owl-item.active .slide-single .caption h1 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-single .caption p {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}

.owl-item.active .slide-single .hero-btn {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}

/*-------------------------------------------------------------------------------------
    about area
---------------------------------------------------------------------------------------*/

#about-area {
    padding: 95px 0 100px;
}

.about-cont {
    padding-left: 55px;
}

.about-cont h6 {
    color: #032b47;
    text-transform: uppercase;
    font-weight: 600;
}

.about-cont h2 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about-cont ul {
    margin: 20px 0 40px;
}

.about-cont li {
    padding: 6px 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.about-cont i {
    margin-right: 10px;
    color: #032b47;
}

.about-cont a {
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: 600;
    background-color: #032b47
}

.about-cont a:hover {
    background-color: #011829
}

.about-img.bg {
    background-image: url(../images/circle-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.about-single i {
    color: #032b47;
    border-radius: 50%;
    display: inline-block;
    font-size: 60px;
    margin: 0 0 25px
}

.about-single h4 {
    font-weight: 600
}

#about-area.two {
    padding: 95px 0 75px
}

/*-------------------------------------------------------------------------------------
     section heading
---------------------------------------------------------------------------------------*/
.sec-heading {
    margin: 0 0 50px
}

.sec-heading h6 {
    color: #032b47;
    text-transform: uppercase;
    font-weight: 600;
}

.sec-heading h2 {
    font-weight: 700;
    text-transform: capitalize;
}

/*-------------------------------------------------------------------------------------
     features area
---------------------------------------------------------------------------------------*/

#feat-area {
    padding: 95px 0 45px;

}

.feat-head {
    overflow: hidden;
    margin-bottom: 12px;
}

.feat-single .icon {
    width: 12%
}

.feat-single .title {
    width: 85%;
    padding-left: 10px
}

.feat-single h4 {
    font-weight: 600;
    margin: 10px 0 8px
}

.feat-head i {
    color: #032b47;
    font-size: 40px;
    line-height: 46px;
    display: inline-block;
}

.feat-single {
    margin: 0 0 30px;
    overflow: hidden
}

.feat-img img {
    max-width: 250px
}

.feat-single.two {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px
}

.feat-icon {
    width: 18%;
    float: left;
}

.feat-cont {
    float: left;
    width: 82%;
}

.feat-icon i {
    color: #032b47;
    font-size: 44px;
    display: inline-block;
    margin: 10px 0 0
}

.feat-single.three .feat-icon {
    width: 14%;
}

.feat-single.three .feat-cont {
    width: 86%;
}

#feat-area.two {
    padding: 95px 0 55px
}

/*-------------------------------------------------------------------------------------
    discount-area
---------------------------------------------------------------------------------------*/

#discount-area {
    padding: 95px 0;
}

.discount-cont h6 {
    font-weight: 600;
    text-transform: uppercase;
    color: #032b47;
}

.discount-cont h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.discount-cont a {
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: 600;
    background-color: #032b47;
    margin: 25px 0 0
}

.discount-cont.two a {
    margin: 15px 0 0
}

.discount-cont a:hover {
    background-color: #011829;
}

.offer-single {
    margin: 0;
    padding: 45px 30px 45px 30px;
    border-radius: 20px;
}

.discount-cont h3 {
    margin: 0 0 20px;
}

.discount-img {
    margin: 15px 0 0;
}

/*-------------------------------------------------------------------------------------
    video area
---------------------------------------------------------------------------------------*/

#video-area {
    padding: 95px 0 100px;
    position: relative
}

.video-player-wrap {
    background-image: url(../images/watch-img-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
    border-radius: 20px
}

.video-player a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 80px;
    padding: 0 28px;
    background-color: #032b47;
    color: #fff;
    position: relative
}

.video-player a:hover {
    background-color: #011829;
    color: #fff;
}

.video-player a:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #032b47;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear;
    animation: icon-bubble 1s infinite forwards linear;
}

.video-player a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #032b47;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
    animation: icon-bubble 1s infinite forwards linear 0.5s;
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    product area
---------------------------------------------------------------------------------------*/
#product-area {
    padding: 95px 0 100px;
}

.prod-single {
    border: 1px solid #e6f0fa;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
	height: 200px;
    width: 200px;
    display: flex;
	flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
}

.prod-single:first-child {
	margin-bottom:20px;
}

.prod-single.blank {
	border: 0px !important;
    background-color: transparent !important;
}

.prod-single:last-child {
	margin-top:20px;
}

.prod-info {
    padding: 40px 20px 45px
}

.prod-img {
    overflow: hidden;
    padding: 0px 15px;
	height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-img img {
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 230px
}

.prod-single:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.prod-info i {
    display: inline-block;
    color: #ffb400;
    margin: 0 4px;
}

.prod-info h4 {
    font-weight: 600
}

.prod-info h5 {
    color: #3b04db;
    margin: 10px 0 0;
    font-weight: 600
}

.prod-info a {
    display: inline-block;
    margin: 25px 0 0;
    background-color: #032b47;
    color: #fff;
    padding: 10px 35px;
    border-radius: 4px;
}

.prod-info a:hover {
    background-color: #011829;
}

.product-carousel .owl-nav {
    text-align: center;
    margin: 35px 0 0
}

.product-carousel .owl-nav > div {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #032b47;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
    font-size: 25px;
    line-height: 54px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-carousel .owl-nav > div:hover {
    background-color: #032b47;
    color: #fff;
}

/*-------------------------------------------------------------------------------------
    faq area
---------------------------------------------------------------------------------------*/
#faq-area {
    padding: 95px 0 65px;
}

.question-single {
    margin: 0 10px 30px 0;
}

.question-single h4 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px
}

.card {
    margin: 0 0 16px;
    border: 0;
}

.card-header {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.card-header a {
    display: block;
    padding: 20px 45px;
    border-bottom: 1px solid #e6f0fa;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: #162466;
    font-family: 'Josefin Sans', sans-serif;
}

.card-body {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #3c6382;
    font-family: 'Barlow', sans-serif
}

.card-header.active a:before {
    content: "\eab9";
}

.card-header a:before {
    content: "\eab2";
    font-family: "IcoFont";
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #011829;
}

.card-header a:hover {
    color: #011829;
}

.faq-img img {
    max-width: 330px;
}

#faq-area.three {
    padding: 95px 0 85px
}

/*-------------------------------------------------------------------------------------
    testimonial area
---------------------------------------------------------------------------------------*/
#testi-area {
    padding: 95px 0 155px;
}

.client-comment > span > i {
    color: #032b47;
    font-size: 50px
}

.client-comment p i,
.client-comment .rating-star i {
    color: #f0932b;
    font-size: 20px;
    margin: 0 2px;
    display: inline-block
}

.testi-single {
    border: 3px solid #e6f0fa;
    padding: 50px 30px 40px;
    border-radius: 20px;
}

.client-img {
    margin: 45px 0 20px;
}

.testi-single img {
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto
}

.testi-single h4 {
    font-weight: 600;
    margin: 0;
}

.testi-single.two {
    overflow: hidden
}

.testi-single.two .client-img {
    width: 30%;
    float: left;
    margin: 0
}

.testi-single.two .client-comment {
    width: 70%;
    float: left;
    padding-left: 10px
}

.testi-single.two p {
    margin: 10px 0 25px;
}

.testi-carousel-three .testi-single {
    border: 0;
    padding: 0 50px;
}

.testi-carousel .owl-dots,
.testi-carousel-two .owl-dots,
.testi-carousel-three .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    text-align: center;
    width: 100%;
}

.testi-carousel .owl-dot,
.testi-carousel-two .owl-dot,
.testi-carousel-three .owl-dot {
    width: 16px;
    height: 16px;
    background-color: #0c2461;
    display: inline-block;
    margin: 0 6px;
    text-align: center;
    border-radius: 50%;
}

.testi-carousel .owl-dot.active,
.testi-carousel-two .owl-dot.active,
.testi-carousel-three .owl-dot.active {
    background-color: #032b47;
}

/*-------------------------------------------------------------------------------------
    newsletter area
---------------------------------------------------------------------------------------*/
#newsletter-area {
    padding: 95px 0 100px;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input {
    height: 65px;
    padding-left: 20px;
    font-family: 'Barlow', sans-serif;
}

.newsletter-form button {
    background-color: #032b47;
    color: #fff;
    border: 0;
    font-size: 18px;
    height: 50px;
    padding: 0 35px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.newsletter-form button:hover {
    background-color: #011829;
}

/*-------------------------------------------------------------------------------------
    why choose area
---------------------------------------------------------------------------------------*/
#why-choose-area {
    padding: 100px 0 60px;
}

#why-choose-area .sec-heading {
    margin: 0 0 40px 30px
}

.why-choose-cont {
    margin-left: 30px;
}

.why-choose-single {
    overflow: hidden;
    margin: 0 0 22px;
}

.why-choose-single .icon {
    width: 10%;
    float: left;
}

.why-choose-single .cont {
    float: left;
    width: 80%;
}

.why-choose-single i {
    display: inline-block;
    color: #032b47;
    font-size: 30px;
}

.why-choose-single h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}

.why-choose-single.two .icon {
    width: 16%;
}

.why-choose-single.two .cont {
    width: 84%;
}

.why-choose-single.two h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px
}

#why-choose-area.two {
    padding: 95px 0 55px;
}

/*-------------------------------------------------------------------------------------
    contact area
---------------------------------------------------------------------------------------*/
#contact-area {
    padding: 95px 0 85px;
}

input,
textarea {
    font-size: 15px !important;
    border-color: #daecfd !important;
}

input {
    height: 55px !important
}

input,
textarea {
    height: 200px !important
}

input {
    height: 50px !important;
}

.contact-form label {
    font-weight: 700;
}

.contact-form button, .btn {
    background-color: #032b47 !important;
    padding: 10px 30px !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    border: 0 !important;
    font-family: 'Barlow', sans-serif !important
}

.contact-form button:hover, .btn:hover {
    background-color: #011829;
}

.help-block.with-errors li {
    color: #ff0000;
    margin: 4px 0 0;
}

.messages {
    margin: 15px 0 0
}

.messages button {
    color: #000;
    padding: 0;
    background-color: transparent
}

.messages button:hover {
    background-color: transparent
}

.cont-info {
    margin: 30px 0 0 30px;
}

.cont-info-single {
    margin: 0 0 40px
}

.cont-info-single h5 {
    font-weight: 600
}

.cont-info-single i {
    color: #032b47
}

/*-------------------------------------------------------------------------------------
    facilities area
---------------------------------------------------------------------------------------*/

#facilities-area {
    padding: 100px 0 95px;
}

.facilty-single {
    overflow: hidden
}

.facilty-single .icon {
    float: left;
    width: 30%
}

.facilty-single i {
    display: inline-block;
    background-color: #fff;
    color: #032b47;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 50px;
    text-align: center;
    border-radius: 5px
}

.facilty-single .cont {
    float: left;
    width: 70%;
    padding: 12px 0 0 20px
}

.facilty-single h4 {
    font-weight: 600;
    margin: 0;
}

/*-------------------------------------------------------------------------------------
    footer
---------------------------------------------------------------------------------------*/
#footer {
    overflow: hidden
}

.footer-top {
    padding: 90px 0 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.footer-single img {
    margin: 0 0 20px;
}

.footer-single li {
    display: block
}

.footer-single a {
    font-weight: normal;
    display: inline-block;
    color: #0c2461;
	color: #ffffff;
}

.footer-single p {
    color: #0c2461
}

.subscribe input {
    height: 60px;
    border-radius: 30px;
    border: 0;
    padding-left: 30px;
}

.subscribe input,
.subscribe textarea {
    font-size: 15px;
    border-color: #e6f0fa;
}

.subscribe button {
    border: 0;
    height: 50px;
    border-radius: 30px;
    padding: 0 30px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: 25px;
    top: 5px;
    background: #032b47;
}

.subscribe button:hover {
    background: #011829;
    color: #fff;
}

.footer-social {
    margin: 25px 0 0 15px;
}

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    display: block;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 2px;
    border: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center
}

.footer-icon li a:hover {
    background: #011829;
    color: #fff;
}

.footer-btm {
    padding: 25px 0;
}

.footer-btm p {
    font-weight: 500;
	color:#cccccc;
    margin: 0
}

.footer-btm p.small, .footer-btm p.small a{
	font-size: 12px;
}

.footer-btm p.small a{
	color:#CCC !important;
	text-decoration: underline;
}

.footer-btm p a {
    color: #032b47
}

.footer-btm p a:hover {
    color: #011829
}

/*-------------------------------------------------------------------------------------
    demo area
---------------------------------------------------------------------------------------*/

.demo-header {
    padding: 100px 0;
}

.demo-header h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px
}

.demo-body {
    padding: 100px 0 40px;
}

.demo-img {
    border: 1px solid #e6f0fa;
    border-radius: 10px;
    overflow: hidden
}

.demo-sing-cont h5 {
    font-weight: 700;
    margin: 24px 0 0;
    color: #3b04db;
    font-size: 20px
}

.demo-sing-cont a {
    display: inline-block;
    padding: 8px 26px;
    color: #3b04db;
    border-radius: 30px;
}

.demo-sing-cont a:hover {
    color: #011829;
}

.demo-sing-cont a:hover {
    background-size: 200% auto
}

.demo-single {
    margin: 0 0 60px;
}

.demo-header-cont a {
    display: inline-block;
    padding: 10px 33px;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    margin: 30px 10px 0 0;
    background-color: #011829
}

.demo-header-cont a:hover {
    background-color: #e03b0d
}

.demo-sing-cont a.live-demo {
    background-color: #011829;
    color: #fff;
    font-weight: 500;
}

.demo-sing-cont a.live-demo:hover{
    background-color: #e03b0d
}


.whatsapp{
	right: 0%;
	bottom: 2%;
	z-index: 9999999;
	padding: 10px;
    box-shadow: rgb(0 0 0 / 15%) 0 3px 12px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: fixed;
    background-color: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 50%;
    outline: transpare;
}

.whatsapp_link a {
    color: #000!important;
}


.btn{
	background-color: #032b47;
    color: #fff;
    border: 0;
    font-size: 18px;
    border-radius: 4px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.btn:hover{
	color: #fff;
}

.brands .prod-img img{
	display: block;
    width: 100%;
}


.card{
	background: #FFF;
    border: 1px solid #e6f0fa;
    border-radius: 20px;
    box-shadow: 1px 0px 20px rgb(0 0 0 / 5%);
    padding: 2rem;
}

.has-danger .form-control{
	border-color: #ff0000 !important;
}

.navbar-nav li{
	position: relative;
	cursor:pointer;
}

.navbar-nav li:hover ul,
.navbar-nav li a:hover ul{
	display:block;
}

.navbar-nav li ul{
	display:none;
	list-style:none;
	position: absolute;
	background:#FFF;
	border: 1px solid #e6f0fa;
	border-radius: 10px;
	box-shadow: 0.5px 0px 10px rgb(0 0 0 / 5%);
	min-width:50%;
	overflow: hidden;
	top: 98%;
	z-index:999;
}

.navbar-nav li ul li a{
	padding:10px 20px;
	display: block;
}
.navbar-nav li ul li a:hover{
	color: #032b47 !important;
	background:#f8f8f8;
}

.navbar-nav li ul.mega li{
	flex-grow: 1;
	width: 33.33%;
	flex: none;
}

.navbar-nav li:hover ul.mega,
.navbar-nav li a:hover ul.mega{
	display:flex;
}

.navbar-nav li ul.mega{
	display:none;
	flex-wrap: wrap;
	list-style:none;
	position: absolute;
	background:#FFF;
	border: 1px solid #e6f0fa;
	border-radius: 10px;
	box-shadow: 0.5px 0px 10px rgb(0 0 0 / 5%);
	min-width: 600px;
	overflow: hidden;
	top: 98%;
	text-align: left;
	z-index:999;
}

.nav-link:hover:after,
.nav-link.active:after{
	content: "";
	position: absolute;
	bottom: 5px;
	left: 35%;
	right: 0;
	height: 0em;
	border-top: 2px solid #000042;
	z-index: -1;
	width: 30%;
}

/* product list page */

.card.br10{
	border-radius:10px !important;
}

.card-head{
	margin-bottom:0px !important;
}

.card-head h5{
	padding: 15px !important;
	margin: 0px !important;
}

.card.no-pad{
	padding:0px !important;
}

.acc-head{
	padding: 10px 15px;
}

.accord a{
	display:block;
	position:relative;
	border-bottom: 1px solid #daecfd;
}

.accord a:first-child{
	border-top: 1px solid #daecfd;
}

.accord a:last-child{
	border-bottom: 0px solid #daecfd !important;
}

.accord a:before {
   font: normal normal normal 14px/1 FontAwesome;
   content: "\f107";
   top: calc(50% - 10px);
   position: absolute;
   right: 14px;
   font-size: 18px;
   transition: all 0.5s;
}

.accord a.active:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

input[type=checkbox], input[type=radio]{
	height: auto !important;
	cursor: pointer;
}

.accord ul{
	max-height: 300px;
	overflow-y: auto;
}

.accord ul li label{
	margin:0px !important;
	display: block;
	padding: 10px 10px 10px 15px;
	cursor: pointer;
}

.accord ul li label:hover{
	background: #f8f8f8;
}

.accord ul li label.not-found:hover{
	background: #FFF;
}

.accord ul li label.not-found{
	margin:0px !important;
	display: block;
	padding: 10px 10px 10px 15px;
	cursor: pointer;
	text-align:center;
}

.accord input[type='text']{
	box-shadow: none;
	border: 0px;
	border-radius: 0px;
	background: #f8f8f8;
}

h1.page-head{
	font-size: 20px;
	text-align: center;
	margin: 0px;
	line-height: 20px;
}

select{
	border: 1px solid #e6f0fa !important;
	border-radius: 10px !important;
	box-shadow: 1px 0px 20px rgb(0 0 0 / 5%) !important;
}

.card .img-box{
	position: relative;
	min-height: 200px;
}

.card .img-box img{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.pad-10{
	padding:10px !important;
}

.btnc img{
	width: 30px;
}

.ker_brand_grids .card p{
	margin: 0px
}

#content-area{
	padding: 20px 0 100px;
}

.bold{
	font-weight: bold;
}

.hrm{
	margin: 0px 0px 10px 0px;
}

.btn-sm{
	padding: 5px 30px !important;
}

.img-responsive{
	display: block;
    max-width: 100%;
    height: auto;
}

.breadcrumb{
	background-color: transparent !important;
}

.breadcrumb li:first-child{
	padding-left: 0px !important;
}

.breadcrumb li:last-child{
	padding-right: 0px !important;
}

.breadcrumb li{
	display:inline-block;
	position:relative;
	padding: 0px 16px 0px 8px;
}

.breadcrumb li a{
	display:inline-block;
}

.breadcrumb li:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	top: calc(50% - 8px);
	position: absolute;
	right: 2px;
	font-size: 18px;
}

.breadcrumb li:last-child:after {
	content: "" !important;
}

.col-md-4 .promotion-badge,
.col-md-3 .promotion-badge {
	top: 10px !important;
    right: 26px !important;
}

.promotion-badge {
	position: absolute !important;
	top: 0px !important;
	right: 30px !important;
	background: #ff6161 !important;
	color: #fff !important;
	padding: 0px 10px !important;
	font-size: 13px !important;
	line-height: 21px !important;
	border-radius: 10px;
	z-index: 998;
}

.chips-ui li{
	cursor: pointer;
	display: inline-block;
	background: #FFF;
	border-radius: 50px;
	margin-bottom: 10px;
	border: 1px solid #032b47;
}

.chips-ui li a{
	color: #032b47;
	text-transform: capitalize;
	border-radius: 50px;
	padding: 2px 20px;
	display: block;
}

.chips-ui li a:hover{
	color: #FFF;
	background:#032b47;
}

.nav.nav-tabs li a{
	padding: 10px;
	display: block;
}

.nav.nav-tabs li a.active{
	background: #dee2e6;
}

.nav.nav-tabs li:first-child a.active{
	border-top-left-radius: 5px;
}

.nav.nav-tabs li a:hover{
	color: #032b47;
}

.nav.nav-tabs li:last-child a.active{
	border-top-right-radius: 5px;
}

#star-review .fa{
	font-size: 30px !important;
	margin: 5px !important;
}

.tab-content .tab-pane{
	padding: 15px !important;
}

.starr_main .fa{
	font-size: 30px !important;
	margin:0px 2px;
}

small.top-m10{
	position: relative;
	top: -10px;
	left: 5px;
}

.single-bar .star-progress{
	display: inline-block;
	width: 80%;
}

.single-bar .star-progress .progress{
	height: 0.5rem !important;
}

.single-bar .star-count{
	display: inline-block;
	width: 5%;
}

.single-bar .rat-count{
	display: inline-block;
	width: 10%;
}

.review-block-rate .fa.active{
	color: #fcd703;
	margin:0px 2px;
}

.review-block-rate .fa.not-active{
	color: #dee2e6;
	margin:0px 2px;
}


.cart-badge{
	position: absolute;
    top: 0pc;
    right: 0px;
    background: red;
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
}


.expcoll{
	height: 20px;
    display: block;
	cursor:pointer;
}

.expcoll:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
	top: -10px;
	position: absolute;
	left: calc(50% - 10px);
	font-size: 38px;
	transition: all 0.5s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.expcoll.collapsed:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

.expcallapse .collapse, .expcallapse .collapsing{
	height: 3rem;
}

.expcallapse .collapse{
	position: relative;  /* For ...'s content absolute positioning */
	display: block;
	overflow: hidden;
}

.expcallapse .collapse.show {
  height: auto;  /* You need to reset the height when not collapsed */
}

.expcallapse p{
	line-height: 22px;
}

.card.nopad{
	padding: 0px !important;
	overflow: hidden;
}

.footer-single ul li.divider{
	margin:0px !important;
}

.footer-single ul li{
	display: inline-block;
	margin: 0px 10px !important;
	position:relative;
	color: #FFFF;
}

.footer-social{
	margin:0px !important;
}

.footer-btm .small{
	font-weight:normal !important;
	font-size: 14px !important;
}

.footer-btm .hrmw{
	border-top: 1px solid rgb(255 255 255 / 10%) !important;
}





.search-input[readonly]{
	background-color:#fff;
	cursor: pointer;
}

.form-control:focus{
	box-shadow:none !important;
}

.search-content ul{
	font-size:16px;
	margin-bottom:10px;
}

.search-content ul li{
	display:inline-block;
	margin:0px 5px;
}

.search-content ul label{
	cursor:pointer;
}

.search-content .fa-close{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 20px;
	cursor: pointer;
}

.promo-main-title {
    text-align: center;
    text-transform: uppercase;
    color: #2E397A;
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
}

.promo-long-desc {
    text-align: center;
    color: #444;
    font-size: 16px;
    line-height: 22px;
    margin-top: 26px;
    text-transform: capitalize;
}


.promo-short-desc {
    text-align: center;
    text-transform: uppercase;
    color: #2E397A;
    font-size: 30px;
    line-height: 32px;
    margin-top: 6px;
}



.whatsapp {
	right: 0;
	height: 64px;
	box-shadow: rgba(0, 0, 0, .15) 0 3px 12px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	position: relative;
	background-color: #fff;
	margin-bottom: 0;
	margin-right: 87px;
	margin-left: 20px;
	width: 64px;
	border-radius: 50%;
	outline: transpare
}

.whatsapp_link a {
	color: #000!important
}

@media (max-width:767px) {
	.whatsapp {
		bottom: 0!important
	}
}


.accord ul, .navbar-nav ul{
	list-style:none;
	margin: 0;
    padding: 0;
}