@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&family=Raleway&display=swap'); 

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800;900&display=swap');


/*
font-family: 'Quicksand', sans-serif;
font-family: 'Raleway', sans-serif;

*/
body {
    font-family: 'Raleway', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}

.about-img {
    padding: 16px;
    background: #fff;
    height: auto;
    /* border: 1px solid #e7e7e7; */
    color: #000;
}

.about-img p {
    font-size: 15px;
}

span {
    font-family: 'Raleway', sans-serif;
}

p {
    font-size: 1rem;
    line-height: 1.8;
}

.banner-text span {
    font-size: 17px;
    /* color: #fff; */
    text-transform: uppercase;
}

.banner-text h1 {
    font-size: 60px;
    margin-bottom: 25px;
}

.banner-area .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    z-index: -1;
}

.text-part {
    padding: 6rem 0 0 0;
    background: #fff;
}

.about-img02 {
    padding: 60px 0px 0 0;
    background: #fff;
    height: auto;
    /* border: 1px solid #e7e7e7; */
    text-align: center;
}

img {
}

.banner-area .shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    z-index: -1;
}

.banner-area .banner-images-right {
    position: absolute;
    max-width: 40%;
    top: 82px;
    right: 80px;
}

.default-btn {
    background-color: #00963b;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 1rem;
    padding: 10px 46px;
    text-align: center;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.default-btn:hover {
    color: #ffffff;
}

.default-btn:hover::before {
    opacity: 1;
    left: 0;
}

ul.navbar-item li {
    padding-right: 23px;
    font-size: 1rem;
    padding: 20px 15px;
}

ul.navbar-item li a:hover {
    color: #fff;
}

ul.navbar-item li i {
    font-size: 1.3rem;
    color: #00963b;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.main-nav {
    /*! box-shadow: 0 0 4px #ccc; */
    padding: 0px 0;
    background: #fff;
    border-bottom: none;
}

.box-area {
    position: relative;
    width: 100%;
    padding: 7rem 0rem;
    background: #f6f6f6;
}

.box-area .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 200px;
    z-index: -1;
}

.box-area .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 200px;
    z-index: -1;
}

.single-box {
    padding: 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    text-align: center;
    margin-bottom: 0;
    transition: all 0.5s;
    position: relative;
    border-radius: 3px;
}

.single-box .box-icon {
}

.single-box .box-icon i {
    color: #8dc446;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background: #f9f9f9;
    z-index: 1;
    font-size: 35px;
    position: relative;
    transition: all 0.5s;
}

.single-box .box-icon i::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -7px;
    border: 2px dotted #8dc446;
    border-radius: 50%;
    z-index: -1;
    transition: 0.5s;
    animation: rotation 50s infinite linear;
    transition: all 0.5s;
}

.navbar-light .navbar-brand {
    color: #e9132a;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

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

.single-box h3 {
    margin-bottom: 15px;
    font-size: 21px;
}

.single-box p {
    margin-bottom: 20px;
}

.single-box:hover {
    transform: translateY(-5px);
}

.single-box:hover .read-more {
    color: #3a8d00;
}

.single-box:hover i {
    background-color: #3a8d00;
    color: #fff;
}

.single-box:hover i::after {
    border: 2px dotted #3a8d00;
    animation: rotation 10s infinite linear;
}

.single-box:hover .read-more i {
    background-color: transparent !important;
}

.single-box:hover .shape-3 {
    opacity: 0.1;
}

.single-box:hover .shape-4 {
    opacity: 0.1;
}

.single-box .shape-3 {
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0;
    transition: all 0.5s;
}

.single-box .shape-4 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.5s;
}

.icon-color:nth-child(2) .single-box .box-icon i {
    color: #f0b912;
}

.icon-color:nth-child(2) .single-box .box-icon i::after {
    border: 2px dotted #f0b912;
}

.icon-color:nth-child(2) .single-box:hover .box-icon i {
    color: #fff;
}

.icon-color:nth-child(2) .single-box:hover .box-icon i::after {
    border: 2px dotted #3a8d00;
}

.icon-color:nth-child(3) .single-box .box-icon i {
    color: #f17d28;
}

.icon-color:nth-child(3) .single-box .box-icon i::after {
    border: 2px dotted #f0b912;
}

.icon-color:nth-child(3) .single-box:hover .box-icon i {
    color: #fff;
}

.icon-color:nth-child(3) .single-box:hover .box-icon i::after {
    border: 2px dotted #3a8d00;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.read-more i::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 8px;
    width: 15px;
    height: 15px;
    background-color: #3a8d00;
    z-index: -1;
    border-radius: 4px;
}

.about-us-area {
    position: relative;
}

.about-us-area .shape-1 {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-2 {
    position: absolute;
    top: 0;
    left: 600px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-3 {
    position: absolute;
    bottom: 10px;
    right: 100px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-4 {
    position: absolute;
    bottom: 200px;
    right: 50px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-5 {
    position: absolute;
    bottom: 0;
    left: 700px;
    z-index: -1;
    opacity: 0.1;
}

.about-content {
    padding-left: 0px;
}

.about-content span {
    color: #fe532f;
    font-size: 30px;
    font-weight: 600;
    margin-top: -7px;
    margin-bottom: 8px;
    position: relative;
}

.about-content h2 {
    margin-bottom: 20px;
    font-size: 35px;
}

.about-content ul {
    margin-bottom: 30px;
    padding-left: 0;
}

.about-content ul li {
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #3a8d00;
    transition: all 0.5s;
    list-style-type: none;
}

.about-content ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #3a8d00;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-weight: normal;
    font-size: 11px;
}

.about-content ul li:last-child {
    margin-bottom: 0;
}

.about-content ul li:hover {
    transform: translateY(-5px);
}

section {
    padding-top: 92px;
    padding-bottom: 90px;
}

.see-product-area {
    background-image: url(../images/see-product-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

.see-product-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    z-index: -1;
}

.see-product-area .section-title h2 {
    color: #ffffff;
}

.see-product-area .section-title p {
    margin-bottom: 30px;
    color: #ffffff;
}

.our-product-area {
    overflow: hidden;
    background: #f9f2f0;
    padding: 60px 0;
    
}

.our-product-area h2{
    color: #6a00ab;
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
}

.shorting-menu {
    text-align: center;
}

.shorting-menu .filter {
    background: transparent;
    padding: 5px 20px;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 0;
    outline: 0 !important;
    border: 1px solid #fe532f;
    color: #fe532f;
    font-weight: 600;
    margin-right: 4px;
    border-radius: 40px;
}

.shorting-menu .filter:hover {
    background: #fe532f;
    color: #fff;
    border-color: #fe532f;
}

.shorting-menu .filter i {
    margin-right: 3px;
}

.shorting-menu .filter.active {
    background: #fe532f;
    color: #fff;
    border-color: #fe532f;
}

.shorting {
    margin-top: 50px;
}

.shorting .mix {
    display: none;
}

.single-product-box {
    margin-bottom: 46px;
    transition: 0.5s;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    position: relative;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
    text-align: center;
}

.single-product-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5%;
    width: 90%;
    height: 90%;
    background: #8dc446;
    opacity: 0;
    transition: 0.5s;
    border-radius: 10px;
    margin: auto;
    right: 0;
}

.single-product-box .product-content {
    background: #fff;
    text-align: center;
    transition: 0.5s;
}

.single-product-box .product-content h3 {
    margin-bottom: 10px;
    transition: 0.5s;
    color: #333;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 200;
}

.single-product-box .product-content ul {
    margin-bottom: 10px;
    line-height: 1;
}

.single-product-box .product-content ul li {
    display: inline-block;
}

.single-product-box .product-content ul li i {
    color: #fe532f;
}

.single-product-box .product-content span {
    display: block;
    color: #333;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 200;
}

.single-product-box .product-content .default-btn {
    padding: 10px 25px;
}

.single-product-box .btn-box {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    text-align: center;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    transition: 0.5s;
}

.single-product-box .btn-box a i {
    font-size: 15px;
    display: inline-block;
    color: #fe532f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    font-weight: 600;
}

.single-product-box .btn-box a i:hover {
    color: #fff;
    background: #fe532f;
}

.single-product-box:hover::before {
    opacity: 0.8;
}

.single-product-box:hover .btn-box {
    opacity: 1;
    visibility: visible;
    margin: -10px auto 0;
}

.single-product-box .product-offer {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 14px;
    background-color: #3a8d00;
    padding: 2px 15px;
    border-radius: 10px;
    font-size: 12px;
}

.single-product-box .product-offer.offer-10 {
    background-color: #fe532f;
}

.single-product-box .product-offer.hot-offer {
    background-color: red;
}

.footer-top-area {
    background-color: #3f3f3f;
}

.single-widget {
    margin-bottom: 25px;
}

.single-widget p {
    color: #efe8e8;
    margin-top: 16px;
}

.single-widget .address {
    margin-top: 20px;
}

.single-widget .address li {
    color: #fff;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.single-widget .address li a {
    color: #fff8f8;
    transition: all 0.5s;
}

.single-widget .address li a:hover {
    list-style-type: none;
}

.single-widget .address li i {
    position: absolute;
    top: -4px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #3a8d00;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.single-widget .address li:hover {
    color: #3a8d00;
}

.single-widget .address li:hover a {
    color: #3a8d00;
}

.single-widget .address li:last-child {
    margin-bottom: 0;
}

.single-widget .links li {
    margin-bottom: 14px;
}

.single-widget .links li a {
    color: #fbf3f3;
    text-decoration: none;
}

.single-widget .links li:last-child {
    margin-bottom: 0;
}

.single-widget .links li:hover {
    color: #3a8d00;
}

.single-widget .links li:hover a {
    color: #3a8d00;
}

.single-widget .instagram {
    margin-top: 27px;
}

.single-widget .instagram li {
    display: inline-block;
    width: 25%;
    margin-bottom: 10px;
    padding-right: 7px;
}

.single-widget .instagram li pl a {
    color: #fafafa;
}

.single-widget .instagram li:hover {
    color: #3a8d00;
}

.single-widget .instagram li:hover a {
    color: #3a8d00;
}

.single-widget .social-icon {
    margin-top: 15px;
}

.single-widget .social-icon li {
    display: inline-block;
    padding-left: 5px;
}

.single-widget .social-icon li a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #3a8d00;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s;
}

.single-widget .social-icon li a i:hover {
    background-color: #333;
}

.single-widget.single-widget-4 {
    padding-left: 30px;
}

.footer-bottom-area {
    background-color: #3a8d00;
    padding: 15px 0;
    height: 60px;
}

.footer-bottom-area p {
    color: #fff;
    margin-top: 4px;
}

.footer-bottom-area .conditions {
    float: right;
}

.footer-bottom-area .conditions li {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.footer-bottom-area .conditions li::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -14px;
    width: 1px;
    height: 15px;
    background-color: #fff;
}

.footer-bottom-area .conditions li a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom-area .conditions li:last-child::before {
    display: none;
}

.single-widget ul {
    padding-left: 0;
}

.single-widget ul li {
    list-style-type: none;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.page-title-area {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url(../images/page-bg.jpg);
}

.page-title-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.5);
    opacity: 0.9;
}

.page-title-area::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 0;
    font-size: 73px;
    color: #fff;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.page-title-area .page-title-content ul li a {
    color: #fff;
}

.page-title-area .page-title-content ul li i {
    font-size: 12px;
}

.product-details-image {
    text-align: center;
    background-color: #f7f7f7;
}

.cart-wraps {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 40px;
}

.sec1-prodiv-rgt-mid select {
    height: 45px;
    color: #333333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    padding-left: 12px;
    border-radius: 2px;
}

{
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead {
    text-align: center;
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 16px;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
    text-align: center;
}

.cart-table table tbody tr td.product-thumbnail img {
    width: 60px;
    height: 60px;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}

.cart-table table tbody tr td.product-name a {
    color: #666;
    font-weight: 600;
    display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
    color: #333;
}

.cart-table table tbody tr td.product-price span {
    font-weight: 500;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: #666;
    float: right;
    position: relative;
    top: 1px;
    transition: all 0.5s;
}

.cart-table table tbody tr td.product-subtotal .remove i {
    font-size: 22px;
}

.cart-table table tbody tr td.product-subtotal .remove:hover {
    color: red;
}

.cart-table table tbody tr td.product-subtotal span {
    font-weight: 500;
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    transition: 0.5s;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #333;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #333;
}

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: #fff;
    padding: 40px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
    margin: auto;
    margin-top: 50px;
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-weight: 700;
}

.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 700;
}

.cart-totals ul li:first-child {
    border-bottom: none;
}

.cart-totals ul li:last-child {
    border-top: none;
}

.cart-totals ul li span {
    float: right;
    color: #666;
    font-weight: normal;
}

.cart-area .nice-select {
    height: 50px;
    line-height: 49px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 18px;
}

.cart-area .coupon-wrap {
    margin-top: 50px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-area .coupon-wrap h3 {
    padding-bottom: 25px;
}

.cart-area .coupon-wrap .form-group {
    margin-bottom: 18px;
}

.cart-wraps {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 40px;
}

a.btn.default-btn i {
    padding-left: 6px;
}

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #3a8d00;
    position: relative;
    color: #666666;
}

.user-actions span a {
    display: inline-block;
    color: #3a8d00;
    font-size: 15px;
}

.user-actions::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.billing-details {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.billing-details .form-group {
    margin-bottom: 20px;
}

.billing-details .form-group label {
    display: block;
    color: #666666;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.form-control {
    height: 50px;
    color: #6e6e6e;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}

.billing-details .form-group label .required {
    color: #fe532f;
}

select.form-control {
    height: 50px !important;
}

.banner-area .shape-text span {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 700;
    left: 130px;
    position: absolute;
    bottom: -50px;
    opacity: 0.3;
    color: #e4d7d7;
}

p:last-child {
    margin-bottom: 0;
}

.contact-info-area .single-contact-info {
    text-align: center;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px;
    transition: all 0.5s;
}

.contact-info-area .single-contact-info i {
    display: block;
    color: #3a8d00;
    transition: all 0.5s;
    font-size: 25px;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    line-height: 50px;
    border: 2px dotted #3a8d00;
    border-radius: 50%;
}

.contact-info-area .single-contact-info h3 {
    transition: all 0.5s;
    font-size: 18px;
    line-height: 18px;
}

.contact-info-area .single-contact-info a {
    color: #686868;
    transition: all 0.5s;
    display: block;
}

.contact-info-area .single-contact-info:hover {
    background-color: #3a8d00;
}

.contact-info-area .single-contact-info:hover i {
    color: #fff;
    border-color: #fff;
}

.contact-info-area .single-contact-info:hover h3 {
    color: #fff;
}

.contact-info-area .single-contact-info:hover a {
    color: #fff;
}

.blog-area {
    position: relative;
}

.blog-area .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 150px;
    z-index: -1;
}

.blog-area .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 150px;
    z-index: -1;
}

.blog-wrap.owl-theme .owl-nav.disabled + .owl-dots {
    line-height: 0.01;
    margin-top: 0;
}

.blog-wrap.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: transparent;
    border: 1px solid #3a8d00;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.blog-wrap.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #3a8d00;
}

.blog-wrap.owl-theme .owl-dots .owl-dot:hover span::before {
    background-color: #3a8d00;
}

.blog-wrap.owl-theme .owl-dots .owl-dot.active span {
    border-color: #3a8d00;
    position: relative;
}

.blog-wrap.owl-theme .owl-dots .owl-dot.active span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #3a8d00;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    margin: 3px;
}

.single-blog-post {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
    transition: all 0.5s;
}

.single-blog-post .post-image {
    position: relative;
    overflow: hidden;
}

.single-blog-post .post-image a {
    display: block;
}

.single-blog-post .post-image a img {
    border-radius: 5px;
    transition: 0.5s;
}

.single-blog-post .post-content {
    padding: 25px;
    min-height: 234px;
}

.single-blog-post .post-content .date {
    color: #3a8d00;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: -4px;
}

.single-blog-post .post-content .date i {
    font-size: 12px;
}

.single-blog-post .post-content h3 a {
    margin-bottom: 8px;
    line-height: 1.4;
    color: #333;
    font-size: 1.3rem;
}

.single-blog-post .post-content p {
    margin-bottom: 0;
}

.single-blog-post .post-content .read-more {
    margin-top: 22px;
}

.single-blog-post:hover {
    transform: translateY(-5px);
}

.single-blog-post:hover h3 a {
    color: #3a8d00;
}

.single-blog-post:hover .post-image a img {
    transform: scale(1.3) rotate(4deg);
}

.single-blog-post:hover .read-more {
    color: #3a8d00;
}

.single-blog-post:hover .read-more i::after {
    animation: rotation 10s infinite linear;
}

.banner-area .banner-images-right {
    position: absolute;
    max-width: 40%;
    top: 110px;
    right: 80px;
}

span.rounded-area {
    margin-left: 20px;
    background-color: #00963b;
    padding: 3px 0;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    font-size: 11px;
    top: 12px;
    border: 1px solid #310808;
    text-align: center;
}

.nav-cart-content {
    top: 100%;
    right: 0px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 2px;
    border: 3px solid #e2dddb;
    width: 336px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    border-radius: 3px;
    display: none;
    transition: all 0.3s ease;
}

.nav-cart-item-desc a {
    color: #222;
}

li.nav-item.cart-sec {
    position: relative;
}

.nav-cart-item:first-child {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}

.nav-cart-item-image {
    border: 2px solid #eee;
    height: 48px;
    margin-right: 15px;
    transition: border-color 0.2s linear 0s;
    width: 48px;
}

.nav-cart-item-image a, .nav-cart-item-image img {
    display: block;
    height: 100%;
    width: 100%;
}

.nav-cart-item-quantity {
    padding: 4px 9px;
    margin-left: 13px;
    border-radius: 50%;
}

.banner-text p {
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(254, 83, 47);
}

.ai-text h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.ai-text p {
    font-size: 16px;
    margin-bottom: 0;
}

.ai-text {
    position: relative;
}

.site-btn {
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 600;
    min-width: 167px;
    padding: 14px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    background: -o-linear-gradient(305deg,#fdb07d 0%,#f65d5d 100%);
    background: #00963b;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb07d",endColorstr="#f65d5d",GradientType=1);
    color: #fff;
}

.pricing-item {
    text-align: center;
    background: #fff;
    padding-bottom: 40px;
    margin: 15px 0;
    overflow: hidden;
    transition: all .4s;
    /* border: 1px solid #5d5d5d7a; */
    /* height: 95%; */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    padding-bottom: 0;
    border-bottom: 5px solid #6a00ab;
}

.pricing-item .pi-top {
}

.pricing-item .pi-top h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

.pricing-item .pi-price h3 {
    font-size: 40px;
    font-weight: 700;
    color: #666;
}

.pricing-item .pi-price p {
    text-transform: uppercase;
    color: #999;
}

.pricing-item .pi-price p {
    text-transform: uppercase;
    color: #999;
    font-size: 15px
}

.pricing-item .pi-price h3 {
    font-size: 30px;
    font-weight: 700;
    color: #666;
}

.site-btn:hover {
    color: #fff;
}

.three_section {
    /* background: url(../images/course_bg.png) 0 0 no-repeat; */
    padding: 4% 0;
}

.min-height60 {
    min-height: 500px;
}

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

.top_menu .navbar-light .navbar-nav .nav-link:hover {
    color: #00963b;
}

.blog-area {
    background: url(../images/video_bg.png) 0 0 no-repeat;
    padding: 4% 0;
}

.blog-area .sec-title p, .blog-area .sec-title h1 {
    color: #fff;
}

.three_section h2 {
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap'); @import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800&display=swap'); body {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
      max-width: 1920px;
    margin: 0 auto;
}

.banner-area {
    /* padding-top: 0; */
    /* padding-bottom: 0; */
    /* position: relative; */
    /* z-index: 1; */
    /* overflow: hidden; */
    /*! box-shadow: inset 16px 11px 33px 10px rgba(204, 204, 204, 0.65); */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.banner-text h1 {
    font-size: 60px;
    margin-bottom: 0;
}

.banner-area .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    z-index: -1;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.banner-area .shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    z-index: -1;
}

.banner-area .banner-images-right {
    position: absolute;
    max-width: 40%;
    top: 82px;
    right: 80px;
}

.default-btn {
    background-color: #8e1cb3;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 1rem;
    padding: 10px 46px;
    text-align: center;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.default-btn:hover {
    color: #ffffff;
}

.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -180px;
    width: 100%;
    height: 100%;
    background-color: #c23b5d;
    z-index: -1;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    opacity: 0;
}

.default-btn:hover::before {
    opacity: 1;
    left: 0;
}

ul.navbar-item li {
    padding-right: 23px;
    font-size: 1rem;
    padding: 0px 15px;
}

ul.navbar-item li a:hover {
    color: #fff;
}

ul.navbar-item li i {
    font-size: 1.3rem;
    color: #ddd0db;
}

.box-area .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 200px;
    z-index: -1;
}

.box-area .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 200px;
    z-index: -1;
}

.single-box {
    padding: 50px 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: rgb(255 255 255);
    text-align: center;
    margin-bottom: 0;
    transition: all 0.5s;
    position: relative;
    border-radius: 3px;
    /* border: 1px solid #8e1cb3; */
}

.single-box .box-icon {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 3px solid #8e1cb3;
}

.single-box .box-icon i {
    color: #8dc446;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background: #f9f9f9;
    z-index: 1;
    font-size: 35px;
    position: relative;
    transition: all 0.5s;
}

.single-box .box-icon i::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -7px;
    border: 2px dotted #8dc446;
    border-radius: 50%;
    z-index: -1;
    transition: 0.5s;
    animation: rotation 50s infinite linear;
    transition: all 0.5s;
}

.single-box h3 {
    margin-bottom: 15px;
    font-size: 21px;
}

.single-box p {
    margin-bottom: 20px;
}

.single-box:hover {
    transform: translateY(-5px);
}

.single-box:hover .read-more {
    color: #3a8d00;
}

.single-box:hover i {
    background-color: #3a8d00;
    color: #fff;
}

.single-box:hover i::after {
    border: 2px dotted #3a8d00;
    animation: rotation 10s infinite linear;
}

.single-box:hover .read-more i {
    background-color: transparent !important;
}

.single-box:hover .shape-3 {
    opacity: 0.1;
}

.single-box:hover .shape-4 {
    opacity: 0.1;
}

.single-box .shape-3 {
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0;
    transition: all 0.5s;
}

.single-box .shape-4 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.5s;
}

.icon-color:nth-child(2) .single-box .box-icon i {
    color: #f0b912;
}

.icon-color:nth-child(2) .single-box .box-icon i::after {
    border: 2px dotted #f0b912;
}

.icon-color:nth-child(2) .single-box:hover .box-icon i {
    color: #fff;
}

.icon-color:nth-child(2) .single-box:hover .box-icon i::after {
    border: 2px dotted #3a8d00;
}

.icon-color:nth-child(3) .single-box .box-icon i {
    color: #f17d28;
}

.icon-color:nth-child(3) .single-box .box-icon i::after {
    border: 2px dotted #f0b912;
}

.icon-color:nth-child(3) .single-box:hover .box-icon i {
    color: #fff;
}

.icon-color:nth-child(3) .single-box:hover .box-icon i::after {
    border: 2px dotted #3a8d00;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.read-more i::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 8px;
    width: 15px;
    height: 15px;
    background-color: #3a8d00;
    z-index: -1;
    border-radius: 4px;
}

.about-us-area {
    position: relative;
}

.about-us-area .shape-1 {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-2 {
    position: absolute;
    top: 0;
    left: 600px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-3 {
    position: absolute;
    bottom: 10px;
    right: 100px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-4 {
    position: absolute;
    bottom: 200px;
    right: 50px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-5 {
    position: absolute;
    bottom: 0;
    left: 700px;
    z-index: -1;
    opacity: 0.1;
}

.about-content {
    padding-left: 0px;
}

.about-content span {
    color: #fe532f;
    font-size: 30px;
    font-weight: 600;
    margin-top: -7px;
    margin-bottom: 8px;
    position: relative;
}

.about-content h2 {
    margin-bottom: 20px;
    font-size: 35px;
}

.about-content ul {
    margin-bottom: 30px;
    padding-left: 0;
}

.about-content ul li {
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #3a8d00;
    transition: all 0.5s;
    list-style-type: none;
}

.about-content ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #3a8d00;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-weight: normal;
    font-size: 11px;
}

.about-content ul li:last-child {
    margin-bottom: 0;
}

.about-content ul li:hover {
    transform: translateY(-5px);
}

.single-box .box-icon img {
    border-radius: 0;
    border: 3px dashed #59c;
    padding: 5px;
}

.see-product-area {
    background-image: url(../images/see-product-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

.see-product-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    z-index: -1;
}

.see-product-area .section-title h2 {
    color: #ffffff;
}

.see-product-area .section-title p {
    margin-bottom: 30px;
    color: #ffffff;
}

.our-product-area {
    overflow: hidden;
    background: #fff;
}

.shorting-menu {
    text-align: center;
}

.shorting-menu .filter {
    background: transparent;
    padding: 5px 20px;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 0;
    outline: 0 !important;
    border: 1px solid #fe532f;
    color: #fe532f;
    font-weight: 600;
    margin-right: 4px;
    border-radius: 40px;
}

.shorting-menu .filter:hover {
    background: #fe532f;
    color: #fff;
    border-color: #fe532f;
}

.shorting-menu .filter i {
    margin-right: 3px;
}

.shorting-menu .filter.active {
    background: #fe532f;
    color: #fff;
    border-color: #fe532f;
}

.shorting {
    margin-top: 50px;
}

.shorting .mix {
    display: none;
}

.single-product-box {
    margin-bottom: 46px;
    transition: 0.5s;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    position: relative;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
    text-align: center;
}

.single-product-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5%;
    width: 90%;
    height: 90%;
    background: #8dc446;
    opacity: 0;
    transition: 0.5s;
    border-radius: 10px;
    margin: auto;
    right: 0;
}

.single-product-box .product-content {
    background: #fff;
    text-align: center;
    transition: 0.5s;
}

.single-product-box .product-content h3 {
    margin-bottom: 10px;
    transition: 0.5s;
    color: #333;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 200;
}

.single-product-box .product-content ul {
    margin-bottom: 10px;
    line-height: 1;
}

.single-product-box .product-content ul li {
    display: inline-block;
}

.single-product-box .product-content ul li i {
    color: #fe532f;
}

.single-product-box .product-content span {
    display: block;
    color: #333;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 200;
}

.single-product-box .product-content .default-btn {
    padding: 10px 25px;
}

.single-product-box .btn-box {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    text-align: center;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    transition: 0.5s;
}

.single-product-box .btn-box a i {
    font-size: 15px;
    display: inline-block;
    color: #fe532f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    font-weight: 600;
}

.single-product-box .btn-box a i:hover {
    color: #fff;
    background: #fe532f;
}

.single-product-box:hover::before {
    opacity: 0.8;
}

.single-product-box:hover .btn-box {
    opacity: 1;
    visibility: visible;
    margin: -10px auto 0;
}

.single-product-box .product-offer {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 14px;
    background-color: #3a8d00;
    padding: 2px 15px;
    border-radius: 10px;
    font-size: 12px;
}

.single-product-box .product-offer.offer-10 {
    background-color: #fe532f;
}

.single-product-box .product-offer.hot-offer {
    background-color: red;
}

.single-widget {
    margin-bottom: 25px;
}

.single-widget h3 {
    color: #e641a1;
    margin-bottom: 20px;
    font-size: 19px;
}

.single-widget p {
    color: #efe8e8;
    margin-top: 16px;
    font-size: 14px;
}

.single-widget .address {
    margin-top: 20px;
}

.single-widget .address li {
    color: #fff;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.single-widget .address li a {
    color: #fff8f8;
    transition: all 0.5s;
}

.single-widget .address li a:hover {
    list-style-type: none;
}

.single-widget .address li i {
    position: absolute;
    top: -4px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #e64181;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.single-widget .address li:hover {
    color:#e64181;
}

.single-widget .address li:hover a {
    color:#e64181;
}

.single-widget .address li:last-child {
    margin-bottom: 0;
}

.single-widget .links li {
    margin-bottom: 14px;
}

.single-widget .links li a {
    color: #fbf3f3;
    text-decoration: none;
}

.single-widget .links li:last-child {
    margin-bottom: 0;
}

.single-widget .links li:hover {
    color: #e64181;
}

.single-widget .links li:hover a {
    color: #e64181;
}

.single-widget .instagram {
    margin-top: 27px;
}

.single-widget .instagram li {
    display: inline-block;
    width: 25%;
    margin-bottom: 10px;
    padding-right: 7px;
}

.single-widget .instagram li pl a {
    color: #fafafa;
}

.single-widget .instagram li:hover {
    color: #3a8d00;
}

.single-widget .instagram li:hover a {
    color: #3a8d00;
}

.single-widget .social-icon {
    margin-top: 15px;
}

.single-widget .social-icon li {
    display: inline-block;
    padding-left: 5px;
}

.single-widget .social-icon li a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #3a8d00;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s;
}

.single-widget .social-icon li a i:hover {
    background-color: #333;
}

.single-widget.single-widget-4 {
    padding-left: 30px;
}

.footer-bottom-area {
    background-color: #8a8a8a;
    padding: 15px 0;
    height: 60px;
}

.footer-bottom-area p {
    color: #fff;
    margin-top: 4px;
}

.footer-bottom-area .conditions {
    float: right;
}

.footer-bottom-area .conditions li {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.footer-bottom-area .conditions li::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -14px;
    width: 1px;
    height: 15px;
    background-color: #fff;
}

.footer-bottom-area .conditions li a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom-area .conditions li:last-child::before {
    display: none;
}

.single-widget ul {
    padding-left: 0;
}

.single-widget ul li {
    list-style-type: none;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.page-title-area {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 100px;
    /* background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url(../images/page-bg.jpg); */
    background-color: #6a00ab;
}

.page-title-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.5);
    opacity: 0.9;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 0;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.page-title-area .page-title-content ul li a {
    color: #fff;
}

.page-title-area .page-title-content ul li i {
    font-size: 12px;
}

.product-details-image {
    text-align: center;
    background-color: #f7f7f7;
}

.cart-wraps {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 40px;
}

.sec1-prodiv-rgt-mid select {
    height: 45px;
    color: #333333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    padding-left: 12px;
    border-radius: 2px;
}

{
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead {
    text-align: center;
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 16px;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
    text-align: center;
}

.cart-table table tbody tr td.product-thumbnail img {
    width: 200px;
    height: 200px;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}

.cart-table table tbody tr td.product-name a {
    color: #666;
    font-weight: 600;
    display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
    color: #333;
}

.cart-table table tbody tr td.product-price span {
    font-weight: 500;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: #666;
    float: right;
    position: relative;
    top: 1px;
    transition: all 0.5s;
}

.cart-table table tbody tr td.product-subtotal .remove i {
    font-size: 22px;
}

.cart-table table tbody tr td.product-subtotal .remove:hover {
    color: red;
}

.cart-table table tbody tr td.product-subtotal span {
    font-weight: 500;
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    transition: 0.5s;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #333;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #333;
}

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: #fff;
    padding: 40px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
    margin: auto;
    margin-top: 50px;
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-weight: 700;
}

.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 700;
}

.cart-totals ul li:first-child {
    border-bottom: none;
}

.cart-totals ul li:last-child {
    border-top: none;
}

.cart-totals ul li span {
    float: right;
    color: #666;
    font-weight: normal;
}

.cart-area .nice-select {
    height: 50px;
    line-height: 49px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 18px;
}

.cart-area .coupon-wrap {
    margin-top: 50px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-area .coupon-wrap h3 {
    padding-bottom: 25px;
}

.cart-area .coupon-wrap .form-group {
    margin-bottom: 18px;
}

.cart-wraps {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 40px;
}

a.btn.default-btn i {
    padding-left: 6px;
}

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #3a8d00;
    position: relative;
    color: #666666;
}

.user-actions span a {
    display: inline-block;
    color: #3a8d00;
    font-size: 15px;
}

.user-actions::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.billing-details {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.billing-details .form-group {
    margin-bottom: 20px;
}

.billing-details .form-group label {
    display: block;
    color: #666666;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.form-control {
    height: 50px;
    color: #6e6e6e;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}

.billing-details .form-group label .required {
    color: #fe532f;
}

select.form-control {
    height: 50px !important;
}

.banner-area .shape-text span {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 700;
    left: 130px;
    position: absolute;
    bottom: -50px;
    opacity: 0.3;
    color: #e4d7d7;
}

p:last-child {
    margin-bottom: 0;
}

.contact-info-area .single-contact-info {
    text-align: center;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px;
    transition: all 0.5s;
}

.contact-info-area .single-contact-info i {
    display: block;
    color: #3a8d00;
    transition: all 0.5s;
    font-size: 25px;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    line-height: 50px;
    border: 2px dotted #3a8d00;
    border-radius: 50%;
}

.contact-info-area .single-contact-info h3 {
    transition: all 0.5s;
    font-size: 18px;
    line-height: 18px;
}

.contact-info-area .single-contact-info a {
    color: #686868;
    transition: all 0.5s;
    display: block;
}

.contact-info-area .single-contact-info:hover {
    background-color: #3a8d00;
}

.contact-info-area .single-contact-info:hover i {
    color: #fff;
    border-color: #fff;
}

.contact-info-area .single-contact-info:hover h3 {
    color: #fff;
}

.contact-info-area .single-contact-info:hover a {
    color: #fff;
}

.blog-area {
    position: relative;
}

.blog-area .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 150px;
    z-index: -1;
}

.blog-area .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 150px;
    z-index: -1;
}

.blog-wrap.owl-theme .owl-nav.disabled + .owl-dots {
    line-height: 0.01;
    margin-top: 0;
}

.blog-wrap.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: transparent;
    border: 1px solid #3a8d00;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.blog-wrap.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #3a8d00;
}

.blog-wrap.owl-theme .owl-dots .owl-dot:hover span::before {
    background-color: #3a8d00;
}

.blog-wrap.owl-theme .owl-dots .owl-dot.active span {
    border-color: #3a8d00;
    position: relative;
}

.blog-wrap.owl-theme .owl-dots .owl-dot.active span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #3a8d00;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    margin: 3px;
}

.single-blog-post {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
    transition: all 0.5s;
}

.single-blog-post .post-image {
    position: relative;
    overflow: hidden;
}

.single-blog-post .post-image a {
    display: block;
}

.single-blog-post .post-image a img {
    border-radius: 5px;
    transition: 0.5s;
}

.single-blog-post .post-content {
    padding: 25px;
    min-height: 234px;
}

.single-blog-post .post-content .date {
    color: #3a8d00;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: -4px;
}

.single-blog-post .post-content .date i {
    font-size: 12px;
}

.single-blog-post .post-content h3 a {
    margin-bottom: 8px;
    line-height: 1.4;
    color: #333;
    font-size: 1.3rem;
}

.single-blog-post .post-content p {
    margin-bottom: 0;
}

.single-blog-post .post-content .read-more {
    margin-top: 22px;
}

.single-blog-post:hover {
    transform: translateY(-5px);
}

.single-blog-post:hover h3 a {
    color: #3a8d00;
}

.single-blog-post:hover .post-image a img {
    transform: scale(1.3) rotate(4deg);
}

.single-blog-post:hover .read-more {
    color: #3a8d00;
}

.single-blog-post:hover .read-more i::after {
    animation: rotation 10s infinite linear;
}

.banner-area .banner-images-right {
    position: absolute;
    max-width: 40%;
    top: 110px;
    right: 80px;
}

span.rounded-area {
    margin-left: 20px;
    background-color: #ff6b8d;
    padding: 3px 0;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    font-size: 11px;
    top: 12px;
    border: 1px solid #fe678a;
    text-align: center;
}

.nav-cart-content {
    top: 100%;
    right: 0px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 2px;
    border: 3px solid #e2dddb;
    width: 336px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    border-radius: 3px;
    display: none;
    transition: all 0.3s ease;
}

.nav-cart-item-desc a {
    color: #222;
}

li.nav-item.cart-sec {
    position: relative;
}

.nav-cart-item:first-child {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}

.nav-cart-item-image {
    border: 2px solid #eee;
    height: 48px;
    margin-right: 15px;
    transition: border-color 0.2s linear 0s;
    width: 48px;
}

.nav-cart-item-image a, .nav-cart-item-image img {
    display: block;
    height: 100%;
    width: 100%;
}

.nav-cart-item-quantity {
    padding: 4px 9px;
    margin-left: 13px;
    border-radius: 50%;
}

.banner-text p {
    padding-right: 0;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(254, 83, 47);
}

.ai-text h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.ai-text p {
    font-size: 16px;
    /* margin-bottom: 28px; */
    color: #000;
}

.site-btn {
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 600;
    min-width: 167px;
    padding: 14px 30px;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    background: -o-linear-gradient(305deg,#fdb07d 0%,#f65d5d 100%);
    background: #6a00ab;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb07d",endColorstr="#f65d5d",GradientType=1);
    color: #fff;
    margin-top: 25px;
    border-radius: 15px 15px 0 0;
}

.about-bga .site-btn{
    background-color: #333;
    border-radius: 15px;
}

.pricing-item .pi-top {
    padding: 15px;
    background: #6a00ab;
    width: 95%;
    display: block;
    margin: auto;
        border-radius: 0 0 20px 20px;
}

.pricing-item .pi-top h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    /* letter-spacing: 4px; */
}

.pricing-item .pi-price {
    margin: 0px auto 0px;
    background: #fff;
}

.pricing-item .pi-price h3 {
    font-size: 40px;
    font-weight: 700;
    color: #6a00ab;
}

.pricing-item .pi-price p {
    text-transform: uppercase;
    color: #999;
}

.pricing-item .pi-price p {
    text-transform: uppercase;
    color: #999;
    font-size: 15px
}

.pricing-item .pi-price h3 {
    font-size: 30px;
    font-weight: 700;
    color: #6a00ab;
    line-height: 2.7;
}

.site-btn:hover {
    color: #fff;
}

.three_section {
    width: 100%;
    padding: 7rem 0rem;
    position: relative;
    background: #7209e8;
}

.banner-area {
    width: 100%;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-position: center;
    padding: 7rem 0rem;
    z-index: 1;
    padding-top: 0rem;
    margin-bottom: 0px;
}

.min-height60 {
    min-height: 500px;
}

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

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

.blog-area {
    background: #222 url(../images/video_bg.png) 0 0 no-repeat;
    padding: 4% 0;
}

.blog-area .sec-title p, .blog-area .sec-title h1 {
    color: #fff;
}

.three_section h2 {
    font-size: 41px;
    font-weight: bold;
    color: #8e1cb3;
}

.cart-area, .contact-info-area {
    background: #f4f4f4;
}

.about-img img {
    margin: 0 auto;
    display: block;
}

.pro_detils ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-radius: 5px;
    width: 79%;
}

.pro_detils ul li {
    background: #f4f4f4;
    padding: 10px;
    margin: 0 0 5px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.list-type1 {
    width: 427px;
    /*! margin:0 auto; */
}

.list-type1 ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin-bottom: 20px;
}

.list-type1 ol ol {
    margin: 0 0 0 20px;
}

.list-type1 a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    padding: .9em;
    margin: .5em 0;
    background:#e76d9d;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: 10em;
    transition: all .2s ease-in-out;
    font-size: 18px;
}

.list-type1 a:hover {
    background: #494949;
    text-decoration: none;
    transform: scale(1.1);
}

.list-type1 a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #6c6c6c;
    height: 2em;
    width: 2em;
    line-height: 1.3;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color: #FFF;
}

.how h2 {
    font-size: 16px;
}

.hdng1-pro {
    font-weight: 700;
    font-size: 20px;
}

.how {
    width: 78%;
    margin-bottom: 22px;
    background: #f4f4f4;
    padding: 10px;
}

.how a {
    text-transform: uppercase;
}

.shippinAddress {
    background: #f4f4f4;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
}

.question1 {
    padding-left: 20px;
}

.question1 span {
    padding: 0 6px;
}

.second-blk-left-img2 {
    position: absolute;
    bottom: -70px;
    right: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.second-blk-left-img2 .img2 {
    box-shadow: 0 0 8px #d2d2d2;
    background: rgba(255, 165, 53, 0.42);
    padding: 7px;
    border-radius: 50%;
}

.ai-text abt1 p {
    margin-bottom: 10px;
}

.banner-text {
    color: #000;
}

.about-img h4 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 3rem;
    padding-bottom: 2rem;
    line-height: 52px;
}

.sec-title {
    margin-bottom: 40px;
    /* color: #fff; */
}

.sec-title h1 {
    /* color: #fff; */
    font-size: 47px;
}

/*---------------------------*/
.banner-area h3 {
    color:#000;
    text-transform: uppercase;
    font-weight: normal;
    /* padding: 3rem 0rem; */
    margin-bottom: 0;
    padding-bottom: 2rem;
    margin-top: 3rem;
    /* font-family: 'Spartan', sans-serif; */
    font-family: 'Roboto Slab', serif;
}

.banner-area h1 {
    /* font-family: 'Roboto', sans-serif; */
    color: #6a00ab;
    text-transform: uppercase;
    font-size: 2rem;
    padding-bottom: 1rem;
    line-height: 52px;
    font-family: 'Roboto Slab', serif;
}

.banner-area p {
    color: #1f1f1f;
    /* padding-bottom: 4rem; */
}

/*---------------------*/
.button-m {
    /* text-transform: uppercase;
    letter-spacing: 1px;
    color: #9e005d;
    border-radius: 0;
    position: relative;
    padding: 20px 30px;
    font-size: 20px;
    letter-spacing: 12px; */
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 600;
    min-width: 167px;
    padding: 14px 30px;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    background: -o-linear-gradient(305deg,#fdb07d 0%,#f65d5d 100%);
    background: #6a00ab;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb07d",endColorstr="#f65d5d",GradientType=1);
    color: #fff;
    margin-top: 25px;
    border-radius: 15px;
}

/* .button-m:hover {
    color: #fe6d6d;
} */

/* .button-m:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #fe6d6d;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.2s ease 0s, height 0.2s ease 0.1s, border-top-width 0.1s ease 0.2s, margin 0.2s ease 0s; */
}

/* .button-m:hover:after {
    width: 60%;
    height: 0;
    border-width: 0 2px 2px;
    margin: 0 20%;
    transition: width 0.2s ease 0.2s, height 0.2s ease 0.1s, border-top-width 0.1s ease 0s, margin 0.2s ease 0.2s;
} */

.button-m.blue, .button-m.blue:hover {
    color: #524c43;
}

.button-m.blue:after {
    border-color:#b7046b;
}

.button-m.orange, .button-m.orange:hover {
    color: #f56f17;
}

.button-m.orange:after {
    border-color: #f56f17;
}

.button-m.green, .button-m.green:hover {
    color: #47cf77;
}

.button-m.green:after {
    border-color: #47cf77;
}

@media only screen and (max-width: 767px) {
    .button-m {
        margin-bottom: 20px;
    }
}

/*-------------------------------------*/
.three_section h1 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 3rem;
    padding-bottom: 2rem;
    line-height: 52px;
}

.three_section h4 {
    font-family: 'Spartan', sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 26px;
    padding-bottom: 3rem;
}

/*---------------------------*/
.serviceBox {
    color: #999;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 10px 0 15px;
    position: relative;
}

.serviceBox:before, .serviceBox:after {
    content: "";
    background: #1e5270;
    width: 150px;
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    clip-path: polygon(7% 0%, 93% 0%, 100% 100%, 0% 100%);
}

.serviceBox:after {
    width: 80%;
    height: 15px;
    border-radius: 0 0 10px 10px;
    top: auto;
    bottom: 0;
    clip-path: none;
}

.serviceBox .service-content {
    background: #fff;
    padding: 25px 20px;
    border-radius: 10px;
}

.serviceBox .service-content:before {
    content: "";
    background: #1b657e;
    width: 128px;
    height: 100px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.serviceBox .service-icon {
    color: #77787a;
    background: linear-gradient(to left, #dedfe1, #f3f3f3);
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.03);
    position: relative;
    z-index: 1;
}

.serviceBox .service-icon:before {
    content: "";
    background: linear-gradient(to right, #dedfe1, #f3f3f3);
    width: 88%;
    height: 88%;
    border-radius: 50%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.serviceBox .title {
    color: #1e5270;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.serviceBox .description {
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    color: #858181;
}

.serviceBox.green:before {
    background: #450989;
}

.serviceBox.green:after, .serviceBox.green .service-content:before {
    background: #570aae;
}

.serviceBox.green .title {
    color: #7209e8;
    font-family: 'Spartan', sans-serif;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

.box-area h4 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 3rem;
    padding-bottom: 1rem;
    line-height: 52px;
}

.box-area p {
    font-size: 18px;
}

.box-area img {
    box-shadow: -11px 10px 0px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -11px 10px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -11px 10px 0px 0px rgba(0,0,0,0.75);
    border: 1px solid #28054f;
}

.part {
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.part h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #9e005d;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    padding-top: 20px;
}

.part p {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #000;
    font-size: 17px;
}

.part:hover {
    -webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
}

.index-about {
    padding: 100px 0;
    background: #fff;
}

.img-colarge2 {
    *position: relative;
    height: 100%;
    margin-bottom: 110px;
}

.colarge-2 {
    position: relative;
    margin-right: 300px;
    z-index: 1;
    border: 10px solid #b7005d;
    padding: 11px;
    background: #fff;
}

.colarge-2-1 {
    position: absolute;
    left: 160px;
    bottom: 80px;
    max-width: 370px;
}

.since-year-outer2 {
    position: relative;
}

.since-year2 span {
    color: #000000;
    font-size: 65px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    line-height: 40px;
    position: relative;
    padding-top: 20px;
    text-transform: uppercase;
    -webkit-text-stroke: 3px black;
    -webkit-text-fill-color: white;
}

.since-year2 strong {
    color: #b7005d;
    font-size: 50px;
    font-weight: 800;
    display: block;
    line-height: 60px;
    text-transform: uppercase;
    padding: 17px 0 0 0;
    -webkit-text-stroke: none;
    -webkit-text-stroke: 0;
    letter-spacing: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

.index-about-txt {
    margin: 0;
    background: #f2f2f2;
    padding: 100px 40px 80px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    text-align: center;
}

.index-about-txt p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    padding: 10px 0 0 0;
    color: #212020;
}

.our-team {
    border: transparent;
    padding: 20px;
    height: 250px;
    margin: 20% 0 0 0;
    /* background: #fff; */
}

.our-team .team-prof {
    color: #fff;
    display: block;
    font-size: 36px;
    margin-top: 15%;
    /* text-transform: uppercase; */
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 800;
    text-align: center;
}

.our-team .description {
    font-size: 18px;
    color: #fff;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-align: center;
    margin: 20px 0;
    font-weight: 400;
    line-height: 30px;
}

.help-each {
    border: 3px solid #fff;
    background-size: cover;
    height: 560px;
}

.top-header {
    background: #6a00ab;
}

.top-head {
    margin: 0;
}

.top-head li {
    display: inline-block;
    font-weight: 500;
    padding: 15px 30px;
    border-right: 1px solid rgb(204, 204, 204);
}

.top-head li, .top-head li a {
    color: #fff;
    font-size: 16px;
    list-style: none;
    padding: 8px 0 8px 0px;
    font-weight: 400;
    font-family: 'Fira Sans Condensed', sans-serif;
}

.top-head li, .top-head li a {
    color: #fff;
    font-size: 16px;
    list-style: none;
    padding: 15px 30px;
    font-weight: 400;
    font-family: 'Fira Sans Condensed', sans-serif;
}

.top-head li i {
    background:#b7046b;
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    margin-right: 6px;
}

.about-bga{
    position: relative;
    /* padding: 60px 0; */
    background-color: #6a00ab;
    padding-bottom: 0;
}
.about-bga p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
.about-bga h1{
    color: #fff;
    font-family: 'Roboto Slab', serif;
}
.about-bga h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Roboto Slab', serif;
}

.home-bnermin .bg-white{
  background-color: rgb(251 251 251 / 60%) !important;
}

.medilboxa{
    /* box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
    border: 1px solid #000;
    padding: 3rem 1rem; */
    
}

.medilboxa-bg .icon-box{
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    margin-bottom: 50px;
}



.medilboxa-bg{
  width: 100%;
    position: relative;
    padding: 60px 0 0;
}
.medilboxa h3{ 
      color: #6a00ab;
      text-align: center;
    font-family: 'Roboto Slab', serif;
}
.medilboxa p{ 
      color: #000;
    font-size: 17px;
    text-align: center;
}

.top-head li i {
 display: none;
}

.medilboxa-bg .icon-box{
        padding: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    padding-top: 50px;
}

.medilboxa-bg .icon-box .img-box{
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}

.about-bga .img-box{
    max-width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
}

.about-bga .img-box img{
    width: 100%;
    object-fit: cover;
}






