/*********************  Default-CSS  *********************/

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"],
a[href],
input[type='submit'],
input[type='button'],
input[type='image'],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}

::-moz-focus-inner {
    border: 0px solid transparent;
}

::-webkit-focus-inner {
    border: 0px solid transparent;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

html body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    line-height: 1.3;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
    list-style: inside none none;
}

.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #555;
}

a:hover {
    color: #000;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: 'Lato', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Lato', sans-serif;
    line-height: 120%;
    color: #333;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 140%;
    margin: 0 0 15px;
    padding: 0;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: bold;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

.a-center {
    text-align: center;
}

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

ul {
    margin: 0;
    padding: 0;
}


/*********************  scroll Hide  *********************/

html.show-menu {
    overflow: hidden;
}

html.show-menu body {
    overflow: hidden;
    height: 100%;
}


/*********************  Default-CSS close  *********************/


/*********************  Gapping  *********************/

section {
    padding-bottom: 60px;
    padding-top: 60px;
}


/*********************  Gapping close  *********************/


/*********************  Default-CSS  *********************/


/*********************  Common-Css  *******************/

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}


/*********************  Common-Css Close  *******************/


/*********************  Header  *******************/

header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: all 0.5s;
    z-index: 999;
}


/*  Header Start  */

header {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    transition: all 0.5s;
    z-index: 999;
    /* padding: 30px 0; */
    background: white;
    /* overflow: hidden; */
}

.navbar-nav li a {
    margin-left: 35px;
    font-size: 15px;
    font-weight: 500;
    color: #2a166f;
    transition: all 0.5s;
}

.navbar-nav li a:after {
    margin-left: 10px;
}

a.navbar-brand {
    max-width: 100px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

a.navbar-brand img {
    width: 100%;
}

header .navbar-nav li a.nav-link:hover,
header .navbar-nav li a.nav-link.active {
    color: #e67817;
    transition: all 0.5s;
}

.navbar.navbar-expand-lg {
    padding: 0;
}

header.fixed {
    background: var(--white);
    backdrop-filter: blur(80px);
    /* padding: 15px 0; */
    box-shadow: 0 0 40px 0px #00000014;
}

header.fixed .navbar-nav li a {
    color: var(--black);
    transition: all 0.5s;
}

li.nav-item.dropdown .dropdown-menu {
    padding: 5px 0;
    min-width: 170px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 40px 0px rgb(0 0 0 / 5%);
    border: 1px solid #00000008;
    background: white;
}

li.nav-item.dropdown .dropdown-menu a {
    margin: 0;
    color: var(--black);
    padding: 6px 16px;
    display: block;
    transition: all 0.5s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
}

li.nav-item.dropdown .dropdown-menu a:hover {
    background: #e67716;
    color: var(--white);
    transition: all 0.5s;
}

header.indexv2 {
    background: #fff;
}

header.indexv2 .navbar-nav li a {
    color: var(--black);
}

.navtop {
    width: 100%;
    padding: 10px;
    background: #493883;
}

ul.social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.social a {
    color: white;
    margin: 0px 10px;
    border: 1px solid #ffffff40;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 10px;
}

.topheading h6 {
    color: white;
}

.navtop .row {
    align-items: center;
}

ul.phone {
    display: flex;
    justify-content: center;
}

ul.phone li {
    margin: 0px 10px;
    color: white;
}

ul.phone i {
    margin-right: 10px;
}

ul.phone a {
    color: white;
}

.item a {
    width: 120px;
    height: 40px;
    background: #493883;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin: 30px 0px 0px;
}


/*  Header End  */

.item h1 {
    color: #493883;
    font-size: 4rem;
}

.owl-dots {
    height: auto !important;
    /* position: absolute; */
    /* inset: auto 50% 20px; */
    display: flex;
    /* width: fit-content; */
    /* transform: translateX(-50%); */
    z-index: 9999;
    justify-content: center;
    position: relative;
    bottom: 70px;
}

.owl-dot span {
    width: 30px !important;
    height: 5px !important;
    border-radius: 2.5px !important;
    background: white !important;
}

section.herosection {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
}

div#hero {
    height: 100%;
}

.owl-stage-outer {
    height: 100%;
}

.owl-stage {}

.owl-stage {
    height: 100%;
}

.item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-item {
    height: 100%;
}

.owl-dots button {
    width: 30px;
    height: 9px;
    background: #e67e21 !important;
    border: none !important;
    margin: 0px 5px;
}

button.owl-dot.active {
    background: white !important;
}

.col-lg-6 p {}

.item p {
    font-size: 20px;
    max-width: 490px;
}

.menu {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.5s ease;
}

.menu:hover .bar {
    box-shadow: 1px 1px 7px 1px RGBa(0, 0, 0, 0.3);
}

.menu .bar {
    width: 45px;
    height: 5px;
    background: #493883;
    box-shadow: 1px 1px 3px RGBa(0, 0, 0, 0.4);
    border-radius: 2px;
    transition: 0.4s ease;
}

.menu .bar:not(:first-child) {
    margin-top: 10px;
}

#hi {
    position: absolute;
    left: -999px;
    top: -999px;
}

#hi:checked+.menu {
    transform: translate(-50%, -50%) rotatey(180deg);
}

#hi:checked+.menu .bar {
    transform: rotatey(180deg) rotatex(360deg);
}

#hi:checked+.menu .bar:first-child {
    transform: rotate(-45deg);
    margin-top: 20px;
}

#hi:checked+.menu .bar:nth-child(2) {
    opacity: 0;
}

#hi:checked+.menu .bar:nth-child(3) {
    margin-top: -30px;
    transform: rotate(45deg);
}


/*********************  About  *******************/

.about-left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 100px;
}

.common-title {
    color: #493883;
    font: 700 28px/30px 'Lato', sans-serif;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 30px;
    text-align: center;
}

.common-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
    width: 36px;
    height: 3px;
    background-color: #e67e21;
}

.about-content h4 {
    color: #493883;
    font-size: 36px;
}

.about-content .more-btn,
.btn-primary {
    background: #493883;
    border: #493883;
    font-size: 14px;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-content .more-btn:hover,
.about-content .more-btn:focus,
.about-content .more-btn:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #e67e21;
}

.sec-heading {
    text-align: center;
}

.sec-heading h2 {
    color: #493883
}

.about-head {
    background: #493883;
    padding: 40px 0px;
}

.banner-text h3 {
    color: #fff;
    text-align: center;
}

.mission {
    padding-top: 0;
}

.mission-box {
    padding: 15px;
    background-color: #fff;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
}

.mission-box h3 {
    font-size: 20px;
    color: #493883;
    font-weight: 600;
    margin-bottom: 10px;
}

.mission-box p {
    color: #aaa;
}

.about-banner {
    padding: 30px 0;
}

.right-banner {
    padding: 0 0 30px;
}

.right-banner:last-child {
    padding: 0
}

.about-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 650px;
    margin: 40px auto 0;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
}

.about-item {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.about-list h4 {
    font-size: 16px;
    font-weight: 700;
    color: #493883;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.about-list ul {
    padding: 0 0 0 15px;
}

.about-list ul li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #505050;
    position: relative;
}


/*********************  About Close  *******************/


/*********************  Product  *******************/

.product-img {
    display: block;
    position: relative;
    background-color: #efeff1;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.product-block {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.product-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 200px;
}

.product-name {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 13px 15px 14px;
    background-color: #493883;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.2s;
}

.product-block:hover .product-name {
    background: #e67e21;
}


/*********************  Product close  *******************/


/*********************  contact  *******************/

.Contact {
    padding-top: 0px;
}

.address-box {
    border: 1px solid #dfdfdf;
    background: #ffffff;
    transition: 0.3s;
    padding: 15px;
    margin-bottom: 15px;
}

.address {
    padding: 30px;
}

.address-box:hover {
    box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.1);
}

.address-box i {
    color: #493883;
    margin-bottom: 10px;
    font-size: 40px;
    display: inline-block;
}

.address-box h5 {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #151515;
    font-size: 20px;
    margin-bottom: 8px;
}

.address {
    background-color: #f1f1f1;
    border-right: 1px solid #dfdfdf;
}

.address-box p {
    font-weight: 400;
    color: #858585
}

.Contact .contact-form {
    background-color: #f1f1f1;
    padding: 30px;
}

.contact-form h3 {
    margin-bottom: 20px;
    color: #493883;
    font-weight: 700;
    font-size: 26px;
}

.contact-form p {
    margin-bottom: 25px;
    color: #858585;
}

.form-control {
    width: 100%;
    border: none;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #ffffff;
    transition: 0.4s;
}

.contact-form-1 input:focus {
    border-color: #5a02b4 !important;
    box-shadow: inherit;
    outline: none;
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
}

.contact-form-1 input {
    width: 100%;
    padding: 24px 10px;
    margin-bottom: 31px;
    background-color: #ffffff;
    transition: 0.4s;
}

.contact-form-1 textarea:focus {
    border-color: #5a02b4 !important;
    box-shadow: inherit;
    outline: none;
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
}

.contact-form-1 textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 31px;
    background-color: #ffffff;
    transition: 0.4s;
}


/*********************  contact close  *******************/


/*********************  Footer  *******************/

.footer {
    color: #ffffff;
    background: #f6f6f6;
    padding: 0px;
    border-top: 1px solid #d5d5d5;
    padding-top: 50px;
}

.footer-top p {
    margin-bottom: 60px;
    color: #fff;
    margin-top: 30px;
}

.footer-top .logo img {
    max-width: 150px;
    max-height: 150px;
}

.social-icon {
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    box-shadow: 0 0 0 2px rgb(255 255 255 / 44%);
    overflow: hidden;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    font-size: 25px;
    line-height: 50px;
}

.social-icon:hover {
    background: linear-gradient(to right bottom, #6509e2 40%, #5a02b4 70%);
    background-color: #5a02b4;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.05);
    color: #ffffff;
}

.social-icon i {
    color: #ffffff;
    font-size: 20px;
}

.social-icon {
    display: inline-block;
    margin: 0px 8px;
}

.footer-top {
    border-bottom: 1px solid #dfdfdf;
    padding: 30px 15px 60px;
}

.footer-copy {
    padding: 20px 15px;
    float: left;
    width: 100%;
}

.footer-copy p,
.footer-copy a {
    color: #fff;
}


/*********************  Footer Close  *******************/

.container {
    max-width: 1440px;
}

.common-title {
    margin: 100px 0px 120px;
    font-size: 40px;
}

.about-content p {
    font-size: 18px;
    line-height: 33px;
}

.about-img {
    text-align: center;
}

.about-img img {
    width: 100%;
}

.about-banner img {
    width: 100%;
}

.sec-heading {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 50px;
}

.sec-heading h2 {
    font-size: 35px;
    margin: 40px 0px 20px;
}


/*********************  Contact  *******************/

.contact {
    background-color: #f1f1f1;
}

.from-control {
    border: 1px solid #ccc;
    padding: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.contact .contact-form {
    margin-top: 30px;
}

.contact textarea {
    width: 100%;
    height: 132px;
    background: #fff;
    border: 1px solid #ccc;
    padding-top: 8px;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 10px;
    margin-bottom: 22px;
}

.contact textarea:focus {
    outline: none;
}

.contact .contact-box {
    /* background-color: #493883; */
    padding: 30px 40px;
    /* margin-top: 30px; */
    width: 100%;
    color: #fff;
}

.contact .co-li {
    margin-bottom: 15px;
}

.contact .co-li:last-child {
    margin-bottom: 0px;
}


/*********************  Contact close  *******************/


/*********************  Product  *******************/

.product-banner {
    background-image: url('../images/product-banner.jpg');
    height: 400px;
    background-size: cover;
}

.product-banner .product-screen img {
    max-height: 400px;
    max-width: 400px;
}

.product-banner .product-info {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-banner .product-des {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Lato', sans-serif;
}

.product-banner .product-info .product-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #493883;
    margin-top: 30px;
}

.product-left h4 {
    color: #493883;
}

.product-left .product-price {
    margin: 0 0 15px;
}

.product-left .product-price .price {
    color: #493883;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.product-left .product-price .discount-percentage {
    color: #FF0000;
    margin: 0 2px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.product-left .product-price .regular-price {
    text-decoration: line-through;
    display: inline-block;
    vertical-align: middle;
}

.product-left .product-add-to-cart {
    padding: 0 0 30px;
}

.product-feature .Feature-title {
    font-weight: 700;
    color: #be0028;
    position: relative;
    padding-bottom: 10px;
    margin: 0 0 25px;
    color: #493883;
}

.product-feature .Feature-title:after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #e67e21;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
}

.product-feature ul {
    padding: 0 0 0 20px;
}

.latest-proudct .product-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

li.nav-item.dropdown .dropdown-menu:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 0px solid #00000024;
    left: 50%;
    top: -8px;
    transform: translateX(-50%) rotate(45deg);
    background: white;
    z-index: -99999999;
}

li.nav-item.dropdown .dropdown-menu li {
    margin: 5px 0px;
}

li.nav-item.dropdown .dropdown-menu a:hover i {
    transform: translateX(5px);
    color: white;
}

li.nav-item.dropdown .dropdown-menu a i {
    transition: all 0.5s;
}

.footerlogo img {
    width: 160px;
}

.footermenu ul {
    display: block;
    align-items: center;
    justify-content: space-around;
    /* text-align: center; */
}

.footermenu a {
    font-size: 18px;
}

.footerinput h3 {
    font-size: 22px;
    color: #000000;
}

.mail input {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: none;
    border-radius: 14px;
    padding-left: 11px;
}

ul.socialmenu {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

ul.socialmenu a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #0000002b;
    border-radius: 100%;
}

ul.socialmenu li {
    margin-right: 21px;
}

.mail {
    position: relative;
    margin-right: 70px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.mail a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #493883;
    border-radius: 10px;
}

.footer-copy.text-center {
    border-top: 1px solid black;
    margin-top: 60px;
}

.footer-copy.text-center p {
    color: black;
}

.footermenu ul li {
    margin: 14px 0px;
}

.footermenu {
    display: flex;
    justify-content: space-around;
}

.footermenu h3 {
    font-size: 22px;
    margin-bottom: 20px !important;
}

.footermenu {
    margin-top: 25px;
}

.footerinput {
    margin-top: 36px;
}

ul.socialmenu a:hover {
    background: #493883;
    color: white;
    transform: translateY(-5px);
}

section.product-banner img {
    width: 100%;
    max-width: 419px;
}

li.co-li {
    display: flex;
    align-items: flex-start;
}

li.co-li i {
    margin-right: 13px;
    margin-top: 4px;
}

.contact-box ul {
    margin-bottom: 30px;
    background-color: #493883;
    padding: 28px;
}

.phone a {
    width: 100%;
    color: white;
}

.phone {
    display: flex;
    flex-wrap: wrap;
}

li.co-li a {
    color: white;
}

.col-lg-4.address.col-md-6 .phone a {
    color: #9b9b9b;
}

ul.dropdown-menu.show svg {
    width: 8px;
}

li.nav-item.dropdown .dropdown-menu a:hover svg path {
    fill: white;
}

li.nav-item.dropdown .dropdown-menu svg {
    font-size: 9px;
}

ul.dropdown-menu.show svg {
    width: 8px;
}

li.nav-item.dropdown .dropdown-menu a:hover svg path {
    fill: white;
}

ul.socialmenu svg {
    width: 12px;
}

ul.socialmenu a:hover svg path {
    fill: white;
}

.mail svg {
    width: 20px;
    fill: white;
}


/*********************  Product close  *******************/


/*********************  Owl  *******************/


/*********************  Owl Close  *******************/


/*********************  Fancy-box  *******************/


/*********************  Fancy-box Close  *******************/