* {
    margin: 0;
    padding: 0;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

a:hover, a:focus {
    color: #c32526;
}

body {
    margin: 0px;
    padding: 0px;
    outline: none;
    font-family: 'lato';
    font-weight: normal;
    color: #444;
    overflow-x: hidden;
}

a {
    color: #000080;
}

a:hover, a:focus {
    outline: none !important;
    outline-offset: 0 !important;
    text-decoration: none;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    cursor: pointer;
}

@keyframes mover {
    0% {
        transform: translate(0px);
    }
    100% {
        transform: translateY(-10px);
    }
}

.woocommerce a {
    font-size: 17px;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/Lato-HairlineItalic.woff2') format('woff2'), url('../fonts/Lato-HairlineItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-ThinItalic.woff2') format('woff2'), url('../fonts/Lato-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-HeavyItalic.woff2') format('woff2'), url('../fonts/Lato-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-SemiboldItalic.woff2') format('woff2'), url('../fonts/Lato-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Heavy.woff2') format('woff2'), url('../fonts/Lato-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-MediumItalic.woff2') format('woff2'), url('../fonts/Lato-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-BoldItalic.woff2') format('woff2'), url('../fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Italic.woff2') format('woff2'), url('../fonts/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.woff2') format('woff2'), url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Thin.woff2') format('woff2'), url('../fonts/Lato-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Semibold.woff2') format('woff2'), url('../fonts/Lato-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-LightItalic.woff2') format('woff2'), url('../fonts/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.woff2') format('woff2'), url('../fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-BlackItalic.woff2') format('woff2'), url('../fonts/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/Lato-Hairline.woff2') format('woff2'), url('../fonts/Lato-Hairline.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* HEADER CSS */

.hdr_sec {
    background: #dcb9fb;
}

.hdr_top {
    min-height: 134px;
    margin-bottom: 1px;
    border-bottom: 1px solid #222222;
    background: #0f0f0f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hdr_bottom {
    background: #000;
    height: 51px;
}

#menu-main-menu {
    display: flex;
    list-style: none;
}

#menu-main-menu li.current-menu-item a, #menu-main-menu li:hover a {}

#menu-main-menu li a {
    transition: all .2s ease !important;
    color: #000080;
    font-size: 14px;
    font-family: 'lato';
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: none;
    margin: 37px 0;
}

.hdr_bottom .col-md-6 {
    padding: 0px;
}

.nvlink_rt {
    display: flex;
    justify-content: flex-end;
}

#menu-main-menu li {
    transition: all .4s ease;
    padding: 0 16px;
    margin: 0;
    border-radius: 5px;
    background: transparent;
}

#menu-main-menu li.current-menu-item, #menu-main-menu li:hover {}

.srch_fm input {
    width: 235px !important;
    height: 35px !important;
    background: #181818 !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 6px 12px !important;
    font-size: 16px !important;
    color: #9e9e9e !important;
    font-family: 'lato' !important;
    min-height: auto;
}

.srch_fm .aws-search-btn {
    background: transparent !important;
    font-size: 15px !important;
    color: #999999 !important;
    border: none !important;
    margin: -7px 0px 0 -40px !important;
    position: relative !important;
}

.acnt {
    margin: 10px 0 0;
    position: relative;
}

.srch_fm {
    margin: 7px 30px 0 0;
}

.acnt ul {
    display: flex;
    list-style: none;
}

.acnt ul li a {
    font-size: 15px;
    color: #d9d9d9;
    font-family: 'lato';
    letter-spacing: 1px;
}

.acnt ul li:first-child {
    border-right: 1px solid #5c5c5c;
    padding-right: 22px;
    margin-right: 20px;
    padding-top: 4px;
}

.acnt ul li:first-child a i {
    margin-right: 3px;
}

.acnt ul li:last-child span {
    width: 18px;
    height: 18px;
    background: #e31f26;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    top: -2px;
    right: -5px;
}

.aws-container .aws-search-form .aws-search-clear span {
    width: 30px !important;
    background: #c72827 !important;
    padding: 6px 0 5px 8px !important;
    color: #fff !important;
    z-index: 999999 !important;
    position: relative !important;
    margin: -22px 0 0 !important;
    z-index: 99 !important;
}

.aws-container .aws-search-form .aws-search-btn svg {
    z-index: 9 !important;
    position: relative !important;
}

.aws-container .aws-search-form .aws-search-clear {
    z-index: 99 !important
}

/* SLIDER CSS */

.metaslider .caption-wrap {
    background: none !important;
    opacity: 10 !important;
    height: 100% !important;
}

.slidr_txt {
    width: 395px;
    height: 191px;
    background: #ffffffd9;
    float: right;
    margin: 160px 0 0;
    position: relative;
    padding: 22px 20px;
    margin-right: 50px;
}

.slidr_txt h1 {
    color: #101010;
    font-size: 45px;
    line-height: 46px;
    font-family: 'lato';
    margin: 0 0 17px;
}

.slidr_txt h1 span {
    font-family: 'lato';
    font-size: 38px;
    color: #e31f26;
}

.slidr_txt a {
    background: #2e3492;
    border: 3px solid #fff;
    font-family: 'lato';
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 25px 9px;
    color: #fff;
    border-radius: 50px;
    letter-spacing: 1px;
    display: inline-block;
    transition: all .4s ease;
}

.slidr_txt::before {
    position: absolute;
    content: "";
    width: 57px;
    height: 58px;
    background: url(../images/sldrdsn1.png) no-repeat center center;
    background-size: contain;
    transition: all .4s ease;
    top: -6px;
    left: -4px;
}

.slidr_txt::after {
    position: absolute;
    content: "";
    width: 57px;
    height: 58px;
    background: url(../images/sldrdsn2.png) no-repeat center center;
    background-size: contain;
    transition: all .4s ease;
    right: -5px;
    bottom: -5px;
}

.slidr_txt:hover::before {
    background: url(../images/sldrdsn3.png);
}

.slidr_txt:hover::after {
    background: url(../images/sldrdsn4.png);
}

.slidr_txt a:hover {
    background: #e31f26;
}

/* SEC1 CSS */

.sec_1 {
    background: #dcb9fb;
    padding: 55px 0;
}

.sec_1 h4 {
    font-size: 30px;
    color: #010080;
    margin: 30px 0 10px;
    position: relative;
    font-family: 'Libre Baskerville';
    font-weight: bold;
}

.sec_1 h4::after {
    background: url(../images/line.png) repeat-x;
    width: 435px;
    height: 10px;
    position: absolute;
    content: "";
    top: 12px;
    right: 0;
    left: 250px;
}
.sec_1 h3 {
    position: relative;
    font-size: 18px;
    font-family: 'lato';
    font-weight: 600;
    color: #ff0000;
    line-height: 30px;
    margin: 20px 0 15px;
    font-style: italic;
}

.sec_1 h3 span {
    font-family: 'lato';
    font-weight: 500;
}

.sec_1 p {
    font-size: 17px;
    color: #555;
    line-height: 33px;
    font-family: 'lato';
    margin: 10px 0 30px;
    padding-right: 40px;
}

.sec_1 a:hover {
    background: #ff0000;
    color: #fff;
}

.sec_1 a {
    font-size: 15px;
    font-family: 'lato';
    text-transform: capitalize;
    background: #010080;
    padding: 13px 25px 12px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all .4s ease;
    display: inline-block;
}

/* SEC2 CSS */

.sec_2 {
    padding: 45px 0;
    background: #fff;
    min-height: auto;
    background-attachment: fixed;
}

.sec_2_bximg {
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.sec_2_bx:hover .sec_2_bximg img {
    transform: scale(1.1);
}

.sec_2_bximg img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center;
    transition: all 2.2s ease;
}

.sec_2_bxtxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px 20px !important;
    text-align: left;
}

.sec_2_bxtxt h3 {
    font-weight: bold;
    font-size: 20px;
    color: #e31f26;
    font-family: 'lato';
    position: relative;
    letter-spacing: 0;
    margin: 10px 0 10px;
}

.sec_2_bxtxt h1 {
    font-weight: bold;
    font-size: 20px;
    color: #e31f26;
    font-family: 'lato';
    position: relative;
    letter-spacing: 0;
    margin: 10px 0 10px;
}



.sec_2_bxtxt a {
    display: block;
    color: #e31f26;
    font-family: 'lato';
    font-size: 13px;
    text-transform: capitalize;
    padding: 0;
    transition: all .4s ease;
    font-weight: 800;
}

.sec_2_bxtxt p {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    font-family: 'lato';
    margin: 40px 0 35px;
}

.sec_2 .row .col-md-6 .sec_2_bxtxt {
    padding: 215px 20px 25px 320px !important;
}

.sec_2 .row .col-md-6 .sec_2_bxtxt h3 {
    font-size: 25px;
    margin: 0 0 6px;
}

.sec_2_bxtxt .gr-bg {
    background: #ffffffb8;
    min-height: 300px;
    padding: 20px 0 0;
}

.sec_2_bxtxt .gr-bg h3 {
    font-size: 24px;
    color: #252525;
    margin: 0 0 26px;
}

.sec_2_bxtxt .gr-bg a {
    background: #c32526;
    margin: 18px auto 0;
}

/* SEC3 CSS */

.sec_3 {
    min-height: auto;
    padding: 55px 0;
    background: #dcb9fb;
}

.sec_3 h2 {
    font-size: 30px;
    color: #010080;
    margin: 0 0 40px;
    position: relative;
    font-family: 'Libre Baskerville';
    font-weight: bold;
}

.sec_3 h2::after {
    background: url(../images/line.png) repeat-x;
    width: 670px;
    height: 10px;
    position: absolute;
    content: "";
    top: 15px;
    right: 0;
    left: 340px;
}

.product_bx {
    min-height: auto;
    text-align: center;
    margin: 0px 15px;
    box-sizing: border-box;
}

.product_bx img {
    margin: 0 auto 25px;
    height: 185px;
    width: 100%;
    object-position: center;
    object-fit: contain;
    box-shadow: -1px 3px 10px 0px rgba(138, 138, 138, 0.75);
    background: #fff;
    padding: 5px;
}

.product_bx_txt {
    position: relative;
    width: 100%;
    margin: 0px auto 0;
    text-align: center;
    padding: 0;
}

.product_bx_txt h3 {
    font-size: 17px;
    color: #010080;
    font-family: 'lato';
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: initial;
    min-height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_bx_txt div {
    padding: 0px;
}

.slick-prev {
    left: inherit;
    right: 45px;
}

.slick-next {
    right: 5px;
}

.product_bx_txt h5 {
    color: #e31f26;
    font-family: 'lato';
    font-size: 17px;
    font-weight: 600;
}

.product_bx:hover .product_bx_txt i {
    background: #e31f26;
    color: #fff;
}

.product_bx_txt i {
    width: 40px;
    height: 40px;
    background: #3a3a3a;
    color: #fff;
    font-size: 15px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
    margin: 13px 0 0;
}

.slick-prev, .slick-next {
    transition: all .4s ease;
    background: url(../images/slickbtn.png);
    width: 31px;
    height: 30px;
    z-index: 9;
    top: -55px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: url(../images/slickbtnhvr.png);
    background-position: 0px 0px;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-next, .slick-next:hover, .slick-next:focus {
    background-position: -33px 0px !important;
}

/* SEC4 CSS */

.sec_4 {
    position: relative;
    background: url(../images/pinkbg.jpg)no-repeat center center;
    background-size: cover;
    text-align: center;
}

.sec4_box .row {
    min-height: 390px;
    display: flex;
    align-items: center;
}

.sec_4 .container {
    position: relative;
}

.sec_4 h3 {
    font-family: 'Libre Baskerville';
    font-size: 35px;
    margin: 0;
    font-weight: bold;
    color: #101010;
}

.sec_4 a.but {
    font-family: 'lato';
    font-size: 16px;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    border: 2px solid #101010;
    padding: 12px 30px;
    display: inline-block;
    transition: all .4s ease;
    background: transparent;
}

.sec_4 a.but:hover {
    color: #ffffff;
    border: 2px solid #ff0101;
    background: #ff0101;
}

/* SEC5 CSS */

.sec_5 {
    background: #fff;
    min-height: auto;
    padding: 40px 0;
}

.sec_5 form {
    position: relative;
    margin: 4px 0 0;
}

.sec_5 h3 {
    font-size: 30px;
    color: #101010;
    font-family: 'Libre Baskerville';
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin: 15px 0 0;
}

.sec_5 #mailpoet_form_1 .mailpoet_submit:hover {}

.sec_5 p {
    font-size: 16px;
    color: #5b5b5b;
    font-family: 'lato';
    text-align: center;
    margin: 10px 0 40px;
}

.sec_5 input[type="text"]::placeholder {
    font-family: 'lato';
    font-size: 18px;
    color: #8a8787;
}

.sec_5 #mailpoet_form_1 .mailpoet_text {
    min-height: 50px;
    background: transparent;
    width: 100%;
    font-family: 'lato';
    font-size: 18px;
    color: #8a8787;
    border: none;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}

.sec_5 #mailpoet_form_1 .mailpoet_submit {
    text-transform: uppercase;
    font-family: 'lato';
    font-size: 17px;
    letter-spacing: 0px;
    width: 135px;
    height: 50px;
    border: none;
    color: #ff0101;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .4s ease;
    background: transparent;
    font-weight: 700;
    padding: 0;
}

/* FOOTER CSS */

.footer_sec {
    background: #010080;
    color: #fff;
    padding: 55px 0 0px;
}

.ftr_copy img {
    filter: grayscale(100%);
}

.footer_sec h3 {
    font-size: 22px !important;
    font-family: 'Libre Baskerville' !important;
    color: #fff !important;
    margin: 0 0 25px !important;
    font-style: italic;
    letter-spacing: 1px;
}

.footer_sec p, .footer_sec p a {
    transition: all .4s ease;
    font-size: 15px;
    color: #c4c4c4 !important;
    line-height: 28px;
    font-family: 'lato';
    margin: 0 0 10px;
}

.footer_sec p i {
    width: 25px;
}

.ftr-mnu li a {
    font-size: 15px;
    color: #c4c4c4;
    line-height: 27px;
    transition: all .4s ease;
    font-family: 'lato';
}

.footer_sec p span {}

.ftr-mnu ul {
    list-style: none;
    padding: 0;
}

.ftr-mnu ul li {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.ftr_copy li i {
    color: #fff;
    transition: all .4s ease;
}

.ftr-mnu ul li::after {
    position: absolute;
    content: "\f101";
    font-family: "FontAwesome";
    left: 7px;
    top: 1px;
    color: #dedddd;
    font-size: 16px;
}

.footer_sec a:hover, .ftr_copy li i:hover {
    color: #e31f26 !important;
}

.ftr_copy {
    padding: 25px 0 20px;
    border-top: 1px solid #3d3cf7;
    margin: 30px 0 0;
}

.ftr_copy ul {
    display: flex;
}

.ftr_copy p {
    color: #9f9e9e
}

.ftr_copy li {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background: #3d3d3d;
    margin: 0 5px 0 0;
}

/* INNER PAGE */

input, select, textarea {
    width: 100%;
    min-height: 45px;
    font-family: 'lato';
    font-size: 17px;
    color: #444;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0px;
    margin-bottom: 15px;
    padding: 7px 15px;
}

.about-banner {
    min-height: 255px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

input[type="submit"] {
    width: auto;
}

.about-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 255px;
    position: relative;
    z-index: 9;
    padding: 360px 0 0;
}

.about-right {
    width: 100%;
}

.about-right ul {
    list-style: none;
    display: flex;
    justify-content: center;
    color: #fff;
}

.about-right ul li {
    padding: 0 15px;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-family: 'lato';
}

.cms-page {
    padding: 35px 0 25px;
}

.cms-page h1 {
    font-family: 'lato';
    font-size: 30px;
    color: #000080;
    position: relative;
    font-weight: 800;
    padding: 0px 0 10px;
    border-bottom: 4px double #ddd;
    margin: 0 0 15px;
}

.about-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* background: #0000002b; */
    top: 0;
    left: 0;
}

.about-left h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'lato';
    font-size: 50px;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 15px;
    display: none;
}

.cms-page p {
    text-align: justify;
    font-size: 17px;
    color: #555;
    line-height: 32px;
    font-family: 'lato';
    margin: 0 0 15px;
}

.cms-page ul {
    list-style-type: square;
    padding-left: 19px;
}

.cms-page li {
    font-size: 17px;
    color: #5b5b5b;
    line-height: 31px;
    font-family: 'lato';
    padding-bottom: 10px;
    text-align: justify;
}

.about-banner {
    background: url(../images/inner-banner.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: inherit;
    min-height: 500px;
	display: flex;
    align-items: flex-end;
    padding-bottom: 5%;
}

img.xyz:hover {
    outline: 4px solid #000080;
    outline-offset: -20px;
}

.about-right ul li:last-child {
    border-right: none;
}

.about-right ul li a {
    color: #fff;
}

.about-right ul li i {
    display: none;
}

.cms-page h2, .cms-page h3 {
    font-size: 20px;
    color: #333;
    margin: 20px 0 10px;
    font-family: 'lato';
    font-weight: 700;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products {
    margin: 0 -1% !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0px 1% 35px !important;
    width: 23% !important;
    background: #fff;
    text-align: center;
    box-shadow: 0px 3px 0px 0px #2e3492;
    transition: all .4s ease;
    border: 1px solid #ddd;
}

img.xyz {
    float: right;
    margin: 75px 0 20px 30px;
    transition: all .5s !important;
    background: #ddd;
    padding: 3px;
    outline: 4px solid transparent;
    outline-offset: -20px;
    max-width: 295px;
}

.woocommerce ul.products li.product h2 {
    padding: 0 !important;
    font-size: 15px !important;
    color: #010080 !important;
    font-family: 'lato' !important;
    margin: 20px 0 5px !important;
    line-height: 22px;
    min-height: 50px;
}

.woocommerce ul.products li.product .amount {
    color: #2e3492;
    font-family: 'lato';
    font-size: 19px;
    display: inline-block;
    margin-bottom: 12px;
}

textarea {
    min-height: 165px;
    resize: initial;
}

.woocommerce ul.products li.product .button:hover {
    background: #2e3492;
    color: #fff;
}

input[type="radio"], input[type="checkbox"] {
    min-height: auto;
    width: auto;
    margin: 0 0 0 10px;
}

.woocommerce ul.products li.product .button {
    background: #e31f26;
    color: #fff;
    font-family: 'lato';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 21px 10px;
    border-radius: 5px;
    margin: 0 0 25px;
    transition: all .4s ease;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: 170px;
    object-fit: contain;
    object-position: center;
    margin: 10px 0 0;
    padding: 0 0 0;
    object-position: top;
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    box-shadow: 0px 3px 0px 0px #e31f26;
}

.woocommerce .woocommerce-ordering select {
    min-height: 40px;
    padding: 5px 15px 5px;
    font-size: 16px;
    background: #f5f5f5;
    border: 1px solid #ccc;
}

.woocommerce ul.products li.product .wc-forward {
    background: #2e3492;
    color: #fff;
    font-size: 12px;
    height: auto;
    padding: 0 10px;
    border-radius: 5px;
    min-height: 33px;
}

.woocommerce-cart-form {
    margin: 25px 0 0;
    background: #f5f5f5;
    padding: 25px 25px 2px;
    outline: 1px dashed #0000003d;
    outline-offset: -6px;
    margin-bottom: 40px;
}

.woocommerce-cart-form .shop_table {
    background: #fff;
}

.button:hover {
    background: #010080!important;
    color: #fff !important;
}

.button {
    background: #e31f26 !important;
    color: #fff !important;
    font-family: 'lato' !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    font-size: 15px !important;
    padding: 10px 20px 10px !important;
    border-radius: 5px !important;
    margin: 0 0 25px !important;
    transition: all .4s ease !important;
    min-height: auto !important;
    line-height: normal !important;
}

.woocommerce table.shop_table th {
    line-height: normal !important;
    font-family: 'lato' !important;
    color: #222 !important;
    font-size: 19px !important;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table td a {
    line-height: normal !important;
    font-family: 'lato' !important;
    color: #444 !important;
    font-size: 17px !important;
}

.quantity .qty::-webkit-inner-spin-button {
    height: 33px !important;
    opacity: 10 !important;
    margin: 0 0 0 10px !important;
}

.quantity .qty:hover::-webkit-inner-spin-button {
    height: 33px !important;
    opacity: 10 !important;
    margin: 0 0 0 10px !important;
}

.coupon input[type="text"] {
    min-height: 40px !important;
    width: auto !important;
    padding: 6px 14px !important;
    border: 1px solid #ddd !important;
    font-family: 'lato' !important;
    font-size: 17px !important;
}

.woocommerce p {}

.quantity .qty {
    width: 80px;
    text-align: center;
    height: 40px;
    font-size: 18px;
    padding: 0 4px 0 0;
}

.woocommerce h2 {
    font-size: 25px;
    color: #333;
    margin: 25px 0 5px;
    font-family: 'lato';
}

.woocommerce p {
    font-family: 'lato';
    font-size: 17px;
    color: #444;
}

.woocommerce form .form-row label {
    font-family: 'lato';
    font-size: 18px;
    color: #333;
    margin: 10px 0 5px;
    padding: 0;
    font-weight: 500;
    line-height: normal;
}

.woocommerce-password-hint {
    font-family: 'lato';
    font-size: 15px;
    color: #333;
    margin: 10px 0 5px;
    padding: 0;
    font-weight: 500;
    line-height: normal;
}

.page-id-43 h2 {
    font-size: 25px;
    margin: 0px 0 -15px;
}

.site-main {
    padding: 40px 0 30px;
}

.product-remove {
    width: 32px !important;
}

.woocommerce-message {
    border-top-color: #e31f26;
}

.woocommerce-message::before {
    color: #e31f26;
}

.woocommerce-info {
    border-top-color: #e31f26;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #e31f26;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    color: #e31f26;
}

.product-remove a {
    height: 25px !important;
    width: 20px !important;
}

.select2-container .select2-selection--single {
    min-height: 45px;
}

.page-id-42 h3 {
    font-size: 25px;
    color: #333;
    margin: 25px 0 5px;
    font-family: 'lato';
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 22px;
}

.woocommerce .checkbox {
    padding-left: 20px !important;
}

.woocommerce .input-checkbox {
    margin: 7px 0 0 -20px !important;
}

.tudelist {
    display: flex;
    justify-content: space-around;
}

.tudelist .twenty20 {
    margin: 0px 10px;
}

.woocommerce ul.products li.product:hover .button {
    background: #010080!important;
}

.twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-overlay .twentytwenty-before-label {
    opacity: 10;
}

.twentytwenty-horizontal .twentytwenty-after-label, .twentytwenty-horizontal .twentytwenty-before-label {
    background: #000;
    padding: 6px 15px;
}

.abt_mid_bx {
    background: #f5f5f5;
    padding: 30px 50px;
    margin: 30px 0 50px;
    outline: 1px dashed #0000006b;
    outline-offset: -8px;
    text-align: center;
}

.woocommerce ul.products li.product:hover .button {
    background: #2e3492;
    color: #fff;
}

.abt_mid_bx h1 {
    font-family: 'lato';
    color: #e31f26;
    font-size: 35px;
    margin: 10px 0 15px;
}

.kkl {
    margin: 10px 0 -15px;
}

.abt_mid_bx p {
    font-family: 'lato';
    font-size: 25px;
    margin: -5px 0 25px;
    color: #555;
}

.cusreview:hover {
    background: #e31f26;
}

.abt_mid_bx textarea {
    height: 170px;
    resize: initial;
}

.sbmt {
    width: 100%;
    float: left;
}

.sbmt .sub:hover {
    background: #e31f26;
    color: #fff;
}

.sbmt .sub {
    font-size: 18px;
    font-family: 'lato';
    text-transform: uppercase;
    background: #2e3492;
    padding: 13px 40px 10px;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 50px;
    transition: all .4s ease;
    display: inline-block;
    margin: 0;
}

.side-bar {
    background: #f5f5f5;
    padding: 35px 25px 20px;
    outline: 1px dashed #00000038;
    outline-offset: -6px;
    text-align: center;
}

.side-bar h2, .side-bar h3 {
    font-size: 27px;
    color: #333;
    margin: 40px 0 10px;
    font-family: 'lato';
    text-transform: capitalize;
    position: relative;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    text-align: center;
}

.side-bar textarea {
    height: 100px;
}

.side-bar h3:first-child {
    margin-top: 0px;
}

#wpcf7-f173-p1015-o1 .sub:hover {
    background: #e31f26;
    color: #fff;
}

#wpcf7-f173-p1015-o1 .sub {
    font-size: 16px;
    font-family: 'lato';
    text-transform: uppercase;
    background: #2e3492;
    padding: 9px 30px 5px;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 0px;
    transition: all .4s ease;
    display: inline-block;
    margin: 0;
    width: 100%;
}

#wpcf7-f173-p1015-o1 {
    margin-bottom: -33px
}

.cusreview a {
    font-family: 'lato';
    color: #fff;
    font-size: 15px;
    padding-right: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 18px;
}

.cusreview {
    -webkit-clip-path: polygon(80% 0%, 100% 50%, 80% 100%, 0 100%, 0 0);
    clip-path: polygon(80% 0%, 100% 50%, 80% 100%, 0 100%, 0 0);
    background: #2e3492;
    width: 245px;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 40px;
    transition: all .4s ease;
}

.single .woocommerce div.product div.images img {
    height: 350px;
    object-fit: scale-down;
    object-position: center;
    background: #fff;
    border: 1px solid #ddd;
}

.related {
    width: 100%;
    clear: both;
    padding: 5px 0 0;
}

.related h2 {
    font-size: 28px;
    color: #333;
    margin: 5px 0 15px;
    font-family: 'lato';
}

.flex-control-nav img {
    height: 94px !important;
    object-fit: cover !important;
    width: 95px !important;
}

.flex-control-nav {
    background: #f5f5f5;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: auto !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #e31f26 !important;
    font-family: 'lato';
    font-size: 24px;
    margin: 0px 0 14px !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 17px;
    font-family: 'lato';
    color: #010080  !important;
}

#wpcf7-f173-p21-o1 textarea {
    height: 150px;
    resize: initial;
}

#wpcf7-f173-p21-o1 .sub:hover {
    background: #e31f26;
    color: #fff;
}

#wpcf7-f173-p21-o1 .sub {
    font-size: 18px;
    font-family: 'lato';
    text-transform: uppercase;
    background: #000080;
    padding: 3px 32px 4px;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 0;
    transition: all .4s ease;
    display: inline-block;
    margin: 0;
}

.single .woocommerce ul.products li.product .wc-forward {
    padding: 8px 10px 4px;
}

/* EXTRA CSS */

.hdr_sec .row {
    min-height: 90px;
    display: flex;
    align-items: center;
}

.container-fluid {
    padding: 0 20px;
}

.hdr_rt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

li.crt_itm {
    position: relative;
    padding-left: 6px !important;
}

li.crt_itm span {
    width: 18px;
    height: 18px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #dcb9fb;
    border-radius: 20px;
    position: absolute;
    top: -3px;
    right: 0px;
}

.woocm_info {
    margin-left: 10px;
    border-left: 1px solid #100d89;
    padding-left: 20px;
    margin-right: -10px;
}

.woocm_info li {
    padding: 0 12px;
}

.slider_txt .col-md-5 {
    position: relative;
    margin: 0;
}

.slider_txt .col-md-5 img.vert-move {
    position: absolute;
    bottom: -45px;
    right: 90px;
}

.slider_txt h3 {
    font-family: 'Libre Baskerville';
    font-size: 40px;
    line-height: 56px;
    color: #101010;
    font-weight: bold;
    padding: 0 70px 0 0;
    margin: 75px 0 0;
}

.slider_txt p {
    font-size: 18px;
    line-height: 31px;
    color: #101010;
    padding-right: 45px;
    margin: 10px 0 20px;
}

.slider_txt a.but {
    font-size: 14px;
    text-transform: uppercase;
    background: #e31f26;
    padding: 13px 25px 12px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all .4s ease;
    display: inline-block;
    font-weight: bold;
}

.slider_txt a.but i {
    position: relative;
    top: -1px;
}

.slider_txt a.but:hover {
    background: #010080;
}

#menu-main-menu li a:hover {
    color: #ffffff;
}

.sec1_box {
    background: #dcb9fb;
    padding: 45px 45px 65px;
    position: relative;
    min-height: auto;
    border: 4px solid #ff0000;
}

.sec1lt_img {
    position: relative;
    z-index: 9;
}

.sec1_dsn {
    position: absolute;
    left: -5px;
    top: 64px;
	display:none;
}

.sec_2 .row div {
    padding: 0px;
}

.sec_2 .row .sssd {
    padding: 0 25px;
}

.sec_2 .col-md-3 .text-right {
    text-align: right !important;
}

.sec3_boxmain {
    background: #dcb9fb;
    padding: 45px 30px 50px;
    position: relative;
    min-height: 385px;
    border: 4px solid #010080;
}

.wtrmk {
    position: absolute;
    margin: -115px 0px 0 173px;
}

.ftr-mnusngle ul li {
    width: 100%;
}

.ftr_scl {
    list-style: none;
    display: flex;
}

.ftr_scl li i {
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #3d3cf7;
    margin: 0 2px;
    font-size: 16px;
    transition: all .4s ease;
}

.metaslider .caption {
    height: 100%;
    display: flex;
    align-items: center;
}

.sec4_box h2 {
    font-size: 50px;
    color: #ff0101;
    font-family: 'Libre Baskerville';
    font-weight: bold;
    letter-spacing: 5px;
    margin: 17px 0 18px;
}

.sec4_box p {
    font-size: 24px;
    color: #101010;
    font-weight: 600;
    letter-spacing: 6px;
    margin: 0 0 27px;
}

.sec4_box {
    max-width: 850px;
}

.sec4_box p span {
    font-weight: 800;
}

.sec_5 .row {
    padding: 0 50px;
}

/* li#menu-item-1128 {
    width: 100%;
} */

.ftr_scl li:hover i {
    color: #fff;
}

.ftr_scl li:nth-child(1):hover i {
    background: #34548d;
}

.ftr_scl li:nth-child(2):hover i {
    background: #4ea6ea;
}

.ftr_scl li:nth-child(3):hover i {
    background: #0472b1;
}

.ftr_scl li:nth-child(4):hover i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

#foo {
    display: none;
    position: absolute;
    bottom: -50px;
    right: 0;
}

#foo button {
    background: #e31f26;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}

.single .related h2 {
    font-family: 'lato' !important;
    font-size: 27px !important;
    margin: 25px 0 20px !important;
    padding-bottom: 10px !important;
    color: #070779;
    border-bottom: 2px solid #070779 !important;
    font-weight: bold !important;
}
.woocommerce .quantity .qty{
    color: #070779; 
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
       color: #070779 !important;   
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    border: 2px solid #071e9e;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{
              background:  #070779 !important;  
    }
.single .related h2.woocommerce-loop-product__title {
    border-bottom: none !important;
    font-size: 20px !important;
}

.yith-wcwl-add-to-wishlist a {
    background: #e31f26;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}

.gr-bx {
    background: #f5f5f5;
    padding: 17px 30px 10px;
    border: 1px solid #ddd;
    width: 90%;
    float: right;
}


div.coupon:not(.under-proceed) { 
display: none !important; 
}



.cc_imge{
	    padding: 0 !important;
	    display: flex;
	    list-style: none !important;
	    flex-wrap: wrap;
	    justify-content: center;
}

.cc_imge li {
    flex: 1 1 100%;
    padding: 0;
}


body li#menu-item-1155 a {
    background: #fff;
    text-align: center;
    text-transform: lowercase;
    padding: 1px 4px;
    position: relative;
    top: -5px;
    left: 2px;
    color: #dcb9fb;
    font-size: 13px;
    line-height: 15px;
}

body li#menu-item-1155 a:hover{
	color:#dcb9fb;
}

body li#menu-item-1155 a b{
	color:#fff;
	font-size: 35px;
	position: absolute;
}
body li#menu-item-1155 a b:first-child{
	left: -18px;
	top: 5px;
	transform: rotate(-7deg);
}
body li#menu-item-1155 a b:nth-child(2){
	right: -16px;
	top: 8px;
	transform: rotate(-7deg);
}

.navmenu{
	position:relative;
	top:7px;
}

body li#menu-item-1155 a{
	position:relative;
}


body li#menu-item-1155 a::before{
	position:absolute;
	content:"";
	width: 20px;
	height: 60px;
	background:url(../images/lvrt.png)no-repeat center center;
	background-size:contain;
	top: -16px;
	left: -16px;
}

body li#menu-item-1155 a::after{
	position:absolute;
	content:"";
	width: 20px;
	height: 60px;
	background:url(../images/lvrt.png)no-repeat center center;
	background-size:contain;
	top: -12px;
	right: -15px;
}

.woocommerce .woocommerce-result-count {
    color: #010080;
}
.woocommerce .woocommerce-ordering select{
	color: #010080;
}

.content_main{
	    background: #dcb9fb;
}

.page-id-1151 .about-banner{
	display:none;
}

/* .page-id-1151 .content_main {
    background: #fff;
} */
.pswp__zoom-wrap, .pswp__bg{
	background:#fff !important;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: #dcb9fb !important;
    color: #fff !important;
}

.pswp__caption__center {
    color: #fff !important;
}

.abtsite iframe{
	width: 100%;
    height: 360px;
    
    margin-bottom: 30px;
}
.abtsite .if2 iframe{ border: 4px solid #fff;}
.abtsite img {
    border: 4px solid #fff;
    height: 365px;
    width: 100%;
    margin-bottom: 30px;
}
.woocommerce ul.products li.product .price {
	color: #e31f26;
	font-weight: 700;
	}
.woocommerce ul.products li.product .amount {
	color: #e31f26;
	font-weight: 600;
}

.summary  .woocommerce-Price-amount  {
    color:#e31f26  !important;
}

.summary .posted_in {
    color: #070779;
    font-size: 18px !important;
}

.summary .posted_in a{
       color: #e31f26 !important;
    font-size: 18px !important; 
}

.about-right.bar_cu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    color: #fff;
}
.about-right.bar_cu {
    width: 100%;
    background: #dcb9fb;
    padding: 11px 0px;
    border-bottom: 1px solid #ffff;
}

.summary .button{
    padding: 14px 20px 14px !important;
}
  input[type=number] {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 8px;
}
 input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:8px;
    color: #333;
    text-align:center;
    position:relative;
}    
 input[type=number]::-webkit-inner-spin-button { 
    background:  url('../images/button.png') no-repeat 50% 50%;  
    width: 10px;
    height: 10px;
    padding: 4px;
    position: relative;
    right: 4px;
    border-radius: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #010080;
    line-height: 41px;
}



body .inner-page table.shop_table th {
    color: #010080 !important;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table td a{
    color: #010080 !important;
}

.woocommerce h2 {
    font-size: 25px;
    color: #010080;
    margin: 25px 0 5px;
    font-family: 'lato';
}

.page-id-42 h3 {
    color: #010080 !important;
    }

    .woocommerce form .form-row label{
      color: #010080 !important;  
    }

.woocommerce p{      color: #010080 !important;   
    }

.woocommerce .footer_sec p{      color: #c4c4c4 !important;   
    }



    #foo input::placeholder{
        color: #010080 !important; 
    }

      #foo input{
        color: #010080 !important; 
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/drop.png) !important;
    background-size: 9% !important;
    background-position: 93% 13px!important;
    background-repeat: no-repeat !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #010080  transparent transparent transparent !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
    color: #010080 !important;
}
#foo .input-group{
    border:0px !important;
}
::placeholder{
     color: #010080 !important;
}

.postid-1420 .about-right ul li:last-child {
    border-right: none;
    margin-left: 35px;
    margin-bottom: 8px;
    padding: 0px;
    background: #fff;
    color: #dcb9fb;
    padding: 0px 9px;
    position: relative;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    top: 3px;
    width: 70px;
    text-align: center;
}

.postid-1420 .about-right ul li a {
    margin-top: 8px;
    display: inline-block;
}
.postid-1420 .about-right ul li:last-child:before {
    position: absolute;
    content: "";
    width: 19px;
    height: 50px;
    background: url(../images/lvrt.png)no-repeat center center;
    background-size: cover;
    top: -8px;
    left: -14px;
}
.postid-1420 .about-right ul li:last-child:after {
    position: absolute;
    content: "";
    width: 19px;
    height: 50px;
    background: url(../images/lvrt.png)no-repeat center center;
    background-size: cover;
    top: -8px;
    right: -14px;
}

.page-id-42 .footer_sec h3
{
    color: #fff !important;
} 

.error-404 h1, .error-404 h2, .error-404 p {
        color: #010080 !important; 
}

.error-404 a {
    background: #010080 !important;
}
.error-404 a:hover {
    background: #e31f26 !important;
}

.search  h4{
        font-size: 22px;
    margin-bottom: 20px;
    color: #000080;
    font-weight: 700;
}
.search h2{

    margin-bottom: 18px;
    margin-top: 16px;
    font-size: 23px;
     color: #000080;
    font-weight: 700;
}

.search ul{
    margin-left: 15px;
     color: #000080;
    margin-bottom: 10px;
}

.search ul li{
    margin-bottom: 10px;
     margin-bottom: 18px;
    margin-top: 16px;
     color: #000080;
    font-size: 19px;
}

.search h1, .search h2, .search p {
        color: #010080 !important; 
}

@media screen and (max-width:767px){
.abtsite .col-md-6 {
    width: 100% !important;
    min-height: auto !important;
}	
	.abtsite img {
    height: auto !important;
}
	.abtsite iframe{
		height:auto !important;
	}
}