/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
5. features
6. services
7. video
8. choose
9. brand
10. work-process
11. team
12. counter
13. cta
14. testimonial
15. blog
16. pagination
17. f-cta
18. pricing
19. contact
20. footer
*/

/* 1. Theme default css */
/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");*/
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #444d69;
    font-style: normal;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.fix {
    overflow: hidden;
}
a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
a,
button {
    color: #1696e7;
    outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: none;
    box-shadow: none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #000;
    margin-top: 0px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
    font-weight: 700;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
p {
    line-height: 24px;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
.theme-overlay {
    position: relative;
}
.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.separator {
    border-top: 1px solid #f2f2f2;
}

.logo img {
    width: 100%;
}

.btn {
    -moz-user-select: none;
    background: transparent linear-gradient(90deg, #BD2224 0%, #BD2224 100%) 0%
        0% no-repeat padding-box;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 45px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 999;
    border-radius: 10px;
}

.btn:hover {
    color: #fff;
}
.btn:hover::before {
    opacity: 0;
}
.breadcrumb > .active {
    color: #888;
}
.btn-after {
    width: 100%;
    height: 45px;
    border: 1px solid #707070;
    border-radius: 8px;
    margin-top: -28px;
    margin-left: 15px;
    position: absolute;
    transition: all 0.3s ease 0s;
    display: none;
}
.slider-btn:hover .btn-after {
    margin-top: -50px;
    margin-left: 0px;
}
/* scrollUp */
/* #scrollUp {
    background: #ff2222;
    height: 45px;
    width: 45px;
    right: 30px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 45px;
    transition: 0.3s;
}
#scrollUp:hover {
    background: #ff2222;
} */
/* 2. header */
.header-top {
    padding-top: 40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}
.innder-ht {
    padding: 10px 0;
}
.wellcome-text p {
    margin-bottom: 0;
    color: #8a8a8a;
}
.header-cta ul li {
    display: inline-block;
    margin-left: 35px;
}
.header-cta ul li:first-child {
    margin-left: 0;
}
.header-cta ul li i {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: #ff2222;
}
.header-top-cta ul li {
    display: inline-block;
    width: 200px;
    margin-right: 80px;
}
.header-top-cta ul li:last-child {
    margin-right: 0;
}
.h-cta-icon {
    float: left;
    display: block;
    margin-right: 20px;
}
.h-cta-content {
    overflow: hidden;
}
.h-cta-content h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.h-cta-content p {
    margin-bottom: 0;
    line-height: 1.5;
}
.main-menu ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}
.main-menu ul li.active a {
    color: #ff2222;
}
.main-menu ul li a {
    display: block;
    color: #002e5b;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
}
.main-menu ul li:first-child {
    margin-left: 0;
}
.menu-area .menu-tigger {
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 40px;
    margin-top: 27px;
}
.menu-area .menu-tigger span {
    height: 2px;
    width: 30px;
    background: #2935bb;
    display: block;
    margin: 7px 0;
    transition: 0.3s;
}
.main-menu ul li:hover > a {
    color: #ff2222;
}
.main-menu ul li:hover > a::before {
    width: 100%;
}
.display-ib {
    display: inline-block;
}
.header-btn {
    margin-left: -40px;
}
.header-social a {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    height: 35px;
    width: 35px;
    background: #e9eaf8;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #191d3b;
}
.header-social a:hover {
    color: #fff;
    background: transparent linear-gradient(90deg, #ff2222 0%, #ff2222 100%) 0%
        0% no-repeat padding-box;
}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.responsive {
    display: none;
}
#mobile-menu {
    display: block;
}
.menu-area {
    border-top: 1px solid #e7e7e7;
}
.right-menu li {
    float: left;
    padding: 10px 20px 10px 0;
}
.right-menu .icon {
    float: left;
    margin-right: 10px;
}
.right-menu .text {
    float: left;
    padding-top: 12px;
}
.right-menu .text span {
    display: block;
    color: #517496;
}
.right-menu .text strong {
    color: #002e5b;
    font-size: 14px;
}
.menu-search {
    padding: 10px 0;
    border-right: 1px solid #e7e7e7;
}
.menu-search a {
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    height: 35px;
    width: 35px;
    background: #ffffff4a;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    color: #ff2222;
    border: 1px solid #ff2222;
}
.top-btn {
    background: #BD2224;/*#ff2222;*/
    padding: 16px 30px !important;
    width: 100%;
    /*float: left;*/
    text-align: center;
    color: #fff !important;
	border-radius: 10px;
}
.top-btn:hover {
    background: transparent linear-gradient(90deg, #ff2222 0%, #ff2222 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
}
.sticky-menu .logo {
    margin-top: 0;
    line-height: 61px;
    height: auto;
}
.sticky-menu::before {
    height: 71px;
    top: 0;
    left: -20px;
}
.slider-content {
    position: relative;
    z-index: 2;
}

.slider-price {
    position: absolute;
    right: 0;
    bottom: 0;
}
.slider-price h3 {
    color: #fff;
}
.slider-price h2 {
    color: #ff2222;
    font-size: 60px;
    font-weight: 500;
}
.slider-btn {
    display: inline-block;
    position: relative;
}
.slider-active .slick-track::before {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}
.slider-active .slick-dots {
    position: absolute;
    top: 40%;
    left: 22%;
}
.slider-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 1px;
    margin-left: 10px;
    background: #ff2222;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
}
.slider-active .slick-dots li.slick-active button {
    width: 50px;
    background: #ff2222;
}
.slider-active .slick-dots li.slick-active button::before {
    background: url("../img/bg/active-dote.html");
    opacity: 1;
}
.slider-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/bg/dote.html");
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-position: center;
}
.second-header {
    border: none;
    padding-bottom: 0;
    background: #fff;
    padding-top: 0;
}
.second-menu {
    position: relative;
    z-index: 9;
}
.sticky-menu .second-menu {
    margin: 0;
    box-shadow: none;
    padding: 0;
}
.sticky-menu .second-menu::before {
    content: none;
}
.second-menu .main-menu ul li {
    margin-left: 22px;
}
.second-menu .main-menu ul li:first-child {
    margin-left: 0;
}
.second-menu .main-menu ul li a::before {
    content: none;
}
.second-header-btn .btn {
    background: transparent;
    border: 2px solid #ff2222;
    font-size: 16px;
    text-transform: uppercase;
    color: #242f51;
}
.second-header-btn .btn:hover {
    color: #fff;
    background: #ff2222;
}
.second-header-btn .btn::before {
    content: none;
}
.offcanvas-menu {
    position: fixed;
    right: 0;
    height: 100%;
    width: 300px;
    z-index: 999;
    background: #00081b;
    top: 0;
    padding: 30px;
    transition: 0.5s;
    transform: translateX(100%);
}
.offcanvas-menu.active {
    transform: translateX(0);
}
.menu-close i {
    font-size: 18px;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}
.menu-close:hover i {
    color: #ff2222;
}
.offcanvas-menu ul {
    margin-top: 30px;
}
.offcanvas-menu ul li {
    border-bottom: 1px solid #101c38;
}
.offcanvas-menu ul li a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 6px 0;
    display: block;
}
.offcanvas-menu ul li:hover a {
    color: #ff2222;
}
.side-social a {
    color: #fff;
    margin-right: 10px;
}
.side-social {
    margin-top: 30px;
}
.side-social a:hover {
    color: #ff2222;
}
.offcanvas-menu form {
    position: relative;
    margin-top: 30px;
}
.offcanvas-menu form input {
    width: 100%;
    background: none;
    border: 1px solid #2d3547;
    padding: 7px 10px;
    color: #fff;
}
.offcanvas-menu form button {
    position: absolute;
    border: none;
    right: 0;
    background: #ff2222;
    padding: 8px 14px;
    top: 0;
    cursor: pointer;
}
.offcanvas-menu form button i {
    color: #fff;
}
.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.offcanvas-overly.active {
    opacity: 0.5;
    visibility: visible;
}
.off-logo {
    display: none;
}
/* breadcrumb */
.breadcrumb-area {
    min-height: 100px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 0;
	font-size:18px;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li a {
    font-size: 16px;
    color: #ddd;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    color: #ddd;
    content: ">";
}
.breadcrumb-title h2 {
    font-size: 60px;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff;
}
.breadcrumb-title p {
    margin-bottom: 0;
    padding: 0 40px;
    color: #fff;
    font-size: 16px;
}
.breadcrumb > .active {
    color: #ff2222;
    font-weight: 500;
}
/* 3. slider */

@media (min-width: 1920px) {
    #home{min-height: 450px;}
    .slider-bg {
        min-height: 450px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.about-slider-bg {
        min-height: 425px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.slider-bg-product {
        min-height: 440px;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.product-slider-bg {
        min-height: 450px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.news-slider-bg {
        min-height: 750px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .vision-mission-box{position:relative; top:25px; right:30px;}
    .product-feature-border {
        border-right: 2px solid transparent; border-image: linear-gradient(to bottom, #cf1011, #fae5e5); border-image-slice: 1;   
    }
    .product-video{width:100%;height:450px}
    #ezehealth-products-details .feature1{position:absolute; top:70px;left:190px;}
    #ezehealth-products-details .feature2{position:absolute; top:170px;right:205px;width: 60%;}
    #ezehealth-products-details .feature3{position:absolute; top:315px;right:370px;width: 45%;}
    #ezehealth-products-details .feature4{position:absolute; top:450px;left:308px;width: 42%;}
    #ezefind-products-details .feature1{position:absolute; top:55px;left:190px;}
    #ezefind-products-details .feature2{position:absolute; top:145px;right:205px;width: 65%;}
    #ezefind-products-details .feature3{position:absolute; top:300px;right:370px;width: 45%;}
    #ezefind-products-details .feature4{position:absolute; top:440px;left:308px;width: 42%;}
    .bc-meta-width{width: 90%;margin: 0 auto;}
    .contact-footer{min-height:495px}
}

@media (min-width: 1368px) and (max-width: 1919px) {
    #home{min-height: 360px;}
    .slider-bg {
        min-height: 360px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.about-slider-bg {
        min-height: 425px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.slider-bg-product {
        min-height: 440px;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.product-slider-bg {
        min-height: 360px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.news-slider-bg {
        min-height: 750px;
        /*background-position: center center;
        background-size: cover;
        position: relative;*/
        z-index: 1;
    }
    .vision-mission-box{position:relative; top:25px; right:30px;}
    .product-feature-border {
        border-right: 2px solid transparent; border-image: linear-gradient(to bottom, #cf1011, #fae5e5); border-image-slice: 1;   
    }
    .product-video{width:100%;height:450px}
    #ezehealth-products-details .feature1{position:absolute; top:70px;left:190px;}
    #ezehealth-products-details .feature2{position:absolute; top:170px;right:205px;width: 60%;}
    #ezehealth-products-details .feature3{position:absolute; top:315px;right:370px;width: 45%;}
    #ezehealth-products-details .feature4{position:absolute; top:450px;left:308px;width: 42%;}

    #ezefind-products-details .feature1{position:absolute; top:55px;left:190px;}
    #ezefind-products-details .feature2{position:absolute; top:145px;right:205px;width: 65%;}
    #ezefind-products-details .feature3{position:absolute; top:300px;right:370px;width: 45%;}
    #ezefind-products-details .feature4{position:absolute; top:440px;left:308px;width: 42%;}
    .bc-meta-width{width: 90%;margin: 0 auto;}
    .contact-footer{min-height:385px}
}

@media (min-width: 1201px) and (max-width: 1367px) {
    #home{min-height: 360px;}
    .slider-bg {
        min-height: 330px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.about-slider-bg {
        min-height: 400px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.slider-bg-product {
        min-height: 440px;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.product-slider-bg {
        min-height: 330px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.news-slider-bg {
        min-height: 750px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .vision-mission-box{position:relative; top:25px; right:30px;}
    .product-feature-border {
        border-right: 2px solid transparent; border-image: linear-gradient(to bottom, #cf1011, #fae5e5); border-image-slice: 1;   
    }
    .product-video{width:100%;height:450px}
    #ezehealth-products-details .feature1{position:absolute; top:70px;left:190px;}
    #ezehealth-products-details .feature2{position:absolute; top:170px;right:205px;width: 60%;}
    #ezehealth-products-details .feature3{position:absolute; top:315px;right:370px;width: 45%;}
    #ezehealth-products-details .feature4{position:absolute; top:450px;left:308px;width: 42%;}

    #ezefind-products-details .feature1{position:absolute; top:55px;left:190px;}
    #ezefind-products-details .feature2{position:absolute; top:145px;right:205px;width: 65%;}
    #ezefind-products-details .feature3{position:absolute; top:300px;right:370px;width: 45%;}
    #ezefind-products-details .feature4{position:absolute; top:440px;left:308px;width: 42%;}
    .bc-meta-width{width: 90%;margin: 0 auto;}
    .contact-footer{min-height:350px}
}

@media (min-width: 992px) and (max-width: 1200px) {
    #home{min-height: 270px;}
    .slider-bg {
        min-height: 270px;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.about-slider-bg {
        min-height: 300px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.slider-bg-product {
        min-height: 240px;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.product-slider-bg {
        min-height: 270px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.news-slider-bg {
        min-height: 750px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .vision-mission-box{position:relative; top:25px; right:30px;}
    .product-feature-border {
        border-right: 2px solid transparent; border-image: linear-gradient(to bottom, #cf1011, #fae5e5); border-image-slice: 1;   
    }
    .product-video{width:100%;height:400px}
    #ezehealth-products-details .feature1{position:absolute; top:60px;left:160px;}
    #ezehealth-products-details .feature2{position:absolute; top:130px;right:180px;width: 60%;}
    #ezehealth-products-details .feature3{position:absolute; top:260px;right:315px;width: 44%;}
    #ezehealth-products-details .feature4{position:absolute; top:370px;left:265px;width: 42%;}

    #ezefind-products-details .feature1{position:absolute; top:40px;left:170px;}
    #ezefind-products-details .feature2{position:absolute; top:120px;right:185px;width: 65%;}
    #ezefind-products-details .feature3{position:absolute; top:245px;right:320px;width: 45%;}
    #ezefind-products-details .feature4{position:absolute; top:355px;left:272px;width: 42%;}
    .contact-footer{min-height:320px}
}

@media (min-width: 768px) and (max-width: 991px) {
    #home{min-height: 200px;}
    .slider-bg {
        min-height: 200px;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.about-slider-bg {
        min-height: 230px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.slider-bg-product {
        min-height: 240px;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.product-slider-bg {
        min-height: 200px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.news-slider-bg {
        min-height: 750px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	#feature-top {
    	margin-top: -90px;
  	}
    .vision-mission-box{position:relative; top:25px; right:30px;}
    .col-md-5-5 {
        flex: 0 0 46.667%;
        max-width: 46.667%;
    }
    .product-video{width:100%;height:330px;}
    #ezehealth-products-details .feature1{position:absolute; top:50px;left:155px;}
    #ezehealth-products-details .feature2{position:absolute; top:125px;right:170px;width: 60%;}
    #ezehealth-products-details .feature3{position:absolute; top:230px;right:298px;width: 44%;}
    #ezehealth-products-details .feature4{position:absolute; top:345px;left:250px;width: 42%;}

    #ezefind-products-details .feature1{position:absolute; top:33px;left:155px;}
    #ezefind-products-details .feature2{position:absolute; top:112px;right:170px;width: 60%;}
    #ezefind-products-details .feature3{position:absolute; top:220px;right:298px;width: 44%;}
    #ezefind-products-details .feature4{position:absolute; top:330px;left:250px;width: 42%;}
    .contact-footer{min-height: 190px;}
}

@media (min-width: 481px) and (max-width: 767px) {
    #home{min-height: 135px;}
    .slider-bg {
        min-height: 135px;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .about-slider-bg {
        min-height: 150px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.slider-bg-product {
        min-height: 150px;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.product-slider-bg {
        min-height: 135px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.news-slider-bg {
        min-height: 750px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .vision-mission-box{position:relative; top:25px}
    #products-details h5{font-size:14px;}
    #products-details p{font-size:12px;}
    .ezecheck-details img{height:450px;}
    .product-video{width:100%;height:245px;}
    #ezehealth-products-details .feature1{position:absolute; top:15px;left:112px;}
    #ezehealth-products-details h5 {font-size: 15px;margin-bottom: 0.2rem;}
    #ezehealth-products-details p {font-size: 13px;line-height: 18px;}
    #ezehealth-products-details .feature2{position:absolute; top:75px;right:115px;width: 63%;}
    #ezehealth-products-details .feature3{position:absolute; top:155px;right:195px;width: 55%;}
    #ezehealth-products-details .feature4{position:absolute; top:227px;left:165px;width: 60%;}

    #ezefind-products-details .feature1{position:absolute; top:15px;left:112px;}
    #ezefind-products-details h5 {font-size: 15px;margin-bottom: 0.2rem;}
    #ezefind-products-details p {font-size: 13px;line-height: 18px;}
    #ezefind-products-details .feature2{position:absolute; top:75px;right:115px;width: 63%;}
    #ezefind-products-details .feature3{position:absolute; top:155px;right:195px;width: 55%;}
    #ezefind-products-details .feature4{position:absolute; top:227px;left:165px;width: 60%;}
    .contact-footer{min-height:150px}
}

@media (max-width: 480px) {
    #home{min-height: 100px;}
    .slider-bg {
        min-height: 100px;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .about-slider-bg {
        min-height: 120px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.slider-bg-product {
        min-height: 120px;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
	.product-slider-bg {
        min-height: 100px;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .vision-mission-box{position:relative; top:25px}
    #products-details h5{font-size:14px;}
    #products-details p{font-size:12px;}
    .ezecheck-details img{height:450px;}
    .product-video{width:100%;height:200px;}
    #ezehealth-products-details .feature1{position:absolute; top:28px;left:120px;}
    #ezehealth-products-details h5 {font-size: 15px;margin-bottom: 0.2rem;}
    #ezehealth-products-details p {font-size: 13px;line-height: 18px;}
    #ezehealth-products-details .feature2{position:absolute; top:90px;right:130px;width: 63%;}
    #ezehealth-products-details .feature3{position:absolute; top:175px;right:225px;width: 55%;}
    #ezehealth-products-details .feature4{position:absolute; top:255px;left:190px;width: 60%;}

    #ezefind-products-details .feature1{position:absolute; top:10px;left:120px;}
    #ezefind-products-details h5 {font-size: 15px;margin-bottom: 0.2rem;}
    #ezefind-products-details p {font-size: 13px;line-height: 18px;}
    #ezefind-products-details .feature2{position:absolute; top:82px;right:130px;width: 63%;}
    #ezefind-products-details .feature3{position:absolute; top:162px;right:225px;width: 55%;}
    #ezefind-products-details .feature4{position:absolute; top:240px;left:190px;width: 60%;}
    .contact-footer{min-height: 85px;}
}
#ezehealth-products-details .red-bar{width:455px;margin: 0 auto;}
#ezefind-products-details .red-bar{width:455px;margin: 0 auto;}

@media (max-width: 428px) {
    #ezehealth-products-details .feature1{position:absolute; top:15px;left:112px;}
    #ezehealth-products-details h5 {font-size: 15px;margin-bottom: 0.2rem;}
    #ezehealth-products-details p {font-size: 13px;line-height: 18px;}
    #ezehealth-products-details .feature2{position:absolute; top:75px;right:115px;width: 63%;}
    #ezehealth-products-details .feature3{position:absolute; top:155px;right:195px;width: 55%;}
    #ezehealth-products-details .feature4{position:absolute; top:227px;left:165px;width: 60%;}
    #ezehealth-products-details .red-bar{width:340px;margin: 0 auto;}

    #ezefind-products-details .feature1{position:absolute; top:5px;left:112px;}
    #ezefind-products-details h5 {font-size: 14px;margin-bottom: 0.1rem;}
    #ezefind-products-details p {font-size: 12px;line-height: 18px;}
    #ezefind-products-details .feature2{position:absolute; top:75px;right:115px;width: 63%;}
    #ezefind-products-details .feature3{position:absolute; top:150px;right:195px;width: 55%;}
    #ezefind-products-details .feature4{position:absolute; top:223px;left:165px;width: 60%;}
    #ezefind-products-details .red-bar{width:340px;margin: 0 auto;}
}
@media (max-width: 415px) {
    #ezehealth-products-details .feature1{position:absolute; top:15px;left:112px;}
    #ezehealth-products-details h5 {font-size: 14px;margin-bottom: 0.1rem;}
    #ezehealth-products-details p {font-size: 12px;line-height: 14px;}
    #ezehealth-products-details .feature2{position:absolute; top:75px;right:115px;width: 63%;}
    #ezehealth-products-details .feature3{position:absolute; top:155px;right:190px;width: 55%;}
    #ezehealth-products-details .feature4{position:absolute; top:227px;left:165px;width: 60%;}
    #ezehealth-products-details .red-bar{width:340px;margin: 0 auto;}

    #ezefind-products-details .feature1{position:absolute; top:10px;left:105px;}
    #ezefind-products-details h5 {font-size: 14px;margin-bottom: 0.1rem;}
    #ezefind-products-details p {font-size: 12px;line-height: 14px;}
    #ezefind-products-details .feature2{position:absolute; top:70px;right:115px;width: 63%;}
    #ezefind-products-details .feature3{position:absolute; top:135px;right:190px;width: 55%;}
    #ezefind-products-details .feature4{position:absolute; top:212px;left:165px;width: 60%;}
    #ezefind-products-details .red-bar{width:340px;margin: 0 auto;}
}
@media (max-width: 391px) {
    #ezehealth-products-details .feature1{position:absolute; top:10px;left:100px;}
    #ezehealth-products-details h5 {font-size: 14px;margin-bottom: 0.1rem;}
    #ezehealth-products-details p {font-size: 12px;line-height: 14px;}
    #ezehealth-products-details .feature2{position:absolute; top:75px;right:105px;width: 63%;}
    #ezehealth-products-details .feature3{position:absolute; top:140px;right:180px;width: 55%;}
    #ezehealth-products-details .feature4{position:absolute; top:205px;left:150px;width: 60%;}
    #ezehealth-products-details .red-bar{width:340px;margin: 0 auto;}

    #ezefind-products-details .feature1{position:absolute; top:5px;left:100px;}
    #ezefind-products-details h5 {font-size: 14px;margin-bottom: 0.1rem;}
    #ezefind-products-details p {font-size: 12px;line-height: 14px;}
    #ezefind-products-details .feature2{position:absolute; top:65px;right:105px;width: 63%;}
    #ezefind-products-details .feature3{position:absolute; top:125px;right:180px;width: 55%;}
    #ezefind-products-details .feature4{position:absolute; top:199px;left:150px;width: 60%;}
    #ezefind-products-details .red-bar{width:340px;margin: 0 auto;}
}
@media (max-width: 385px) {
    #ezehealth-products-details .feature1{position:absolute; top:15px;left:100px;}
    #ezehealth-products-details h5 {font-size: 13px;margin-bottom: 0.1rem;}
    #ezehealth-products-details p {font-size: 12px;line-height: 13px;}
    #ezehealth-products-details .feature2{position:absolute; top:63px;right:105px;width: 63%;}
    #ezehealth-products-details .feature3{position:absolute; top:138px;right:175px;width: 55%;}
    #ezehealth-products-details .feature4{position:absolute; top:190px;left:150px;width: 60%;}
    #ezehealth-products-details .red-bar{width:340px;margin: 0 auto;}

    #ezefind-products-details .feature1{position:absolute; top:5px;left:100px;}
    #ezefind-products-details h5 {font-size: 13px;margin-bottom: 0.1rem;}
    #ezefind-products-details p {font-size: 12px;line-height: 13px;}
    #ezefind-products-details .feature2{position:absolute; top:65px;right:105px;width: 63%;}
    #ezefind-products-details .feature3{position:absolute; top:125px;right:180px;width: 55%;}
    #ezefind-products-details .feature4{position:absolute; top:195px;left:150px;width: 60%;}
    #ezefind-products-details .red-bar{width:340px;margin: 0 auto;}
}
@media (max-width: 376px) {
    #ezehealth-products-details .feature1{position:absolute; top:15px;left:100px;}
    #ezehealth-products-details h5 {font-size: 13px;margin-bottom: 0.1rem;}
    #ezehealth-products-details p {font-size: 11px;line-height: 13px;}
    #ezehealth-products-details .feature2{position:absolute; top:75px;right:105px;width: 63%;}
    #ezehealth-products-details .feature3{position:absolute; top:135px;right:170px;width: 55%;}
    #ezehealth-products-details .feature4{position:absolute; top:195px;left:145px;width: 60%;}
    #ezehealth-products-details .red-bar{width:340px;margin: 0 auto;}

    #ezefind-products-details .feature1{position:absolute; top:10px;left:95px;}
    #ezefind-products-details h5 {font-size: 13px;margin-bottom: 0.1rem;}
    #ezefind-products-details p {font-size: 11px;line-height: 13px;}
    #ezefind-products-details .feature2{position:absolute; top:65px;right:100px;width: 63%;}
    #ezefind-products-details .feature3{position:absolute; top:120px;right:170px;width: 55%;}
    #ezefind-products-details .feature4{position:absolute; top:188px;left:145px;width: 60%;}
    #ezefind-products-details .red-bar{width:340px;margin: 0 auto;}
}
@media (max-width: 361px) {
    #ezehealth-products-details .feature1{position:absolute; top:14px;left:95px;}
    #ezehealth-products-details h5 {font-size: 13px;margin-bottom: 0.1rem;}
    #ezehealth-products-details p {font-size: 11px;line-height: 13px;}
    #ezehealth-products-details .feature2{position:absolute; top:75px;right:100px;width: 74%;}
    #ezehealth-products-details .feature3{position:absolute; top:125px;right:165px;width: 55%;}
    #ezehealth-products-details .feature4{position:absolute; top:180px;left:140px;width: 60%;}
    #ezehealth-products-details .red-bar{width:300px;margin: 0 auto;}

    #ezefind-products-details .feature1{position:absolute; top:14px;left:95px;}
    #ezefind-products-details h5 {font-size: 13px;margin-bottom: 0.1rem;}
    #ezefind-products-details p {font-size: 11px;line-height: 13px;}
    #ezefind-products-details .feature2{position:absolute; top:75px;right:100px;width: 74%;}
    #ezefind-products-details .feature3{position:absolute; top:125px;right:165px;width: 55%;}
    #ezefind-products-details .feature4{position:absolute; top:180px;left:140px;width: 60%;}
    #ezefind-products-details .red-bar{width:300px;margin: 0 auto;}
}


.slider-active .slider-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
}
.show-bg3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 1;
}
.slider-bg2 {
    min-height: 900px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: -118px;
    z-index: 1;
}
.slider-bg2 .slider-content > span::before {
    content: "";
    background: #383838;
    height: 3px;
    float: left;
    width: 60px;
    margin-top: 15px;
    margin-right: 10px;
}
.slider-bg2 .slider-content h2 {
    color: #383838;
}
.slider-bg2 .slider-content p {
    color: #676f67;
    font-size: 16px;
    margin-bottom: 0;
}
.slider-bg2 .slider-content > span {
    font-size: 22px;
    font-weight: 500;
    color: #ff2222;
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
}
.slider-bg .video-i {
    background: #fff;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #ff2222;
    margin-left: 50px;
}
.slider-bg .video-i:hover {
    background: #ff2222;
    color: #fff;
}
.slider-bg2 .video-i {
    background: #383838;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
.slider-bg2 .video-i:hover {
    background: #ff2222;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
#particles-js {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.slider-content > span {
    font-size: 16px;
    font-weight: 500;
    color: #ff2222;
    text-transform: uppercase;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 20px;
}
.slider-content h2 {
    font-size: 60px;
    color: #fff;
    letter-spacing: 1.8px;
    line-height: 1.1;
    margin-bottom: 40px;
}
.slider-content h2 span {
    color: #ff2222;
}
.slider-content p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #ff2222;
    margin-right: 20px;
    position: relative;
    top: -4px;
}
.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.slider-btn .btn {
    background: #fff;
    color: #ff2222;
}
.slider-btn .btn::before {
    content: none;
}
.slider-btn .btn:hover {
    box-shadow: none;
}
.p-relative {
    position: relative;
}
.down-arrow {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
    height: 60px;
    width: 30px;
    margin: auto;
    text-align: center;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 18px;
}
.down-arrow:hover {
    color: #fff;
}
.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    height: 60px;
    width: 60px;
    color: #ff2222;
    font-size: 24px;
    line-height: 60px;
    border: none;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    box-shadow: 4px 2px 0 0 transparent;
    transition: 0.5s;
}
.slider-active .slick-next {
    right: 35px;
    left: auto;
}
.slider-product .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 9;
    cursor: pointer;
    transition: 0.5s;
	background:transparent;
	height: 45px;
    width: 45px;
    color: #ff2222;
    font-size: 18px;
    line-height: 50px;
    border: 1px solid #ff2222;
	border-radius: 50%;
    text-align: center;
	box-shadow: 4px 2px 0 0 transparent;
}
.slider-product .slick-next {
    right: 15px;
    left: auto;
}
.slider-news .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    transition: 0.5s;
	background:transparent;
	height: 45px;
    width: 45px;
    color: #ff2222;
    font-size: 18px;
    line-height: 45px;
    border: 1px solid #ff2222;
	border-radius: 50%;
    text-align: center;
	box-shadow: 4px 2px 0 0 transparent;
}
.slider-news .slick-next {
    right: 0px;
    left: auto;
}
.slider-news .slick-prev {
    left: 0px;
}
.slider-active .slick-arrow:hover {
    box-shadow: 4px 2px 0 0 #ff2222;
}
.second-slider-content h2 {
    font-size: 90px;
    margin-bottom: 20px;
}
.second-slider-bg::before {
    opacity: 0.5;
}
.second-slider-content {
    padding-top: 85px;
    padding-bottom: 5px;
}
.s-slider-content h2 {
    margin-bottom: 25px;
}
.s-slider-content p {
    font-size: 16px;
    padding-right: 50px;
}
.btn.ss-btn {
    background: #BD2224;/*ff2222*/
    color: #fff;
}
.btn.ss-btn:hover {
    background: #BD2224;/*ff2222*/
    color: #fff;
}
.slider-shape {
    position: absolute !important;
    z-index: 9;
}
.ss-one {
    top: 180px !important;
    left: 115px !important;
}
.ss-two {
    top: 60% !important;
    left: 18% !important;
}
.ss-three {
    top: 80% !important;
    left: 8% !important;
}
.ss-four {
    top: 85% !important;
    left: 30% !important;
}
.ss-five {
    left: 61% !important;
    top: 83% !important;
}
.ss-six {
    left: 88% !important;
    top: 80% !important;
}
.ss-seven {
    top: 20% !important;
    left: 89% !important;
}
/* 4. about */
.about-img {
    margin-left: -50px;
}
.about-text {
    position: absolute;
    bottom: 65px;
    right: 30px;
    height: 135px;
    width: 265px;
    text-align: center;
    background: #ff2222;
    box-shadow: 5px 5px 0 0 #ff2222;
}
.about-text span {
    font-size: 24px;
    color: #fff;
    font-style: italic;
    top: 30px;
    position: relative;
}
.about-title > span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #ff2222;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}
.about-title h2 {
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 35px;
}
.about-title p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #ff2222;
    margin-right: 20px;
    position: relative;
    top: -5px;
}
.about-title p {
    font-size: 18px;
    margin-bottom: 0;
}
.about-content p {
    margin-bottom: 45px;
}
.section-t h2 {
    font-size: 350px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
    color: #242f51;
    opacity: 0.05;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: italic;
    top: -35px;
    line-height: 1;
}
.second-about {
    top: 62%;
    transform: translate(-50%, -50%);
    left: 74%;
    right: 0;
    bottom: 0;
}
.second-atitle > span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ff2222;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
    background: transparent;
}
.s-about-content p {
    margin-bottom: 15px;
}
.sinature-box {
    background: #ff2222;
    position: absolute;
    top: 55%;
    left: 0;
    width: 64%;
    padding: 30px;
    box-shadow: 3px 4px 25px #0000001a;
}
.sinature-box h2 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.sinature-box h3 {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.signature-text {
    font-size: 22px;
    color: #ff2222;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}
.circle-right {
    display: inline-block;
}
.ab-coutner li {
    display: inline-block;
    margin-right: 22px;
}
.ab-coutner .single-counter p {
    font-size: 20px;
    margin-bottom: 0;
    color: #444d69;
    font-weight: 500;
}
.about-more h3{font-size: 32px;}
/* 5. features */
.features-content h4 {
    font-size: 24px;
    margin-bottom: 17px;
}
.features-content p {
    padding: 0 40px;
    margin-bottom: 25px;
}
.s-btn {
    font-size: 14px;
    font-weight: 500;
    color: #242f51;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 9px 30px;
    border-radius: 50px;
}
.s-btn:hover {
    background: #ff2222;
    border-color: #ff2222;
    color: #fff;
}
.section-title span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ff2222;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}
.section-title h2 {
    font-size: 38px;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
}
.section-title h2 .red-bold {
    color: #ff2222;
    font-weight: bold;
}
.section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
    background: #ff2222;
    margin: auto;
    transition: 0.3s;
    display: none;
}
section:hover .section-title h2::before {
    width: 100px;
}
.features-p {
    padding-top: 380px;
}
.features-icon img {
    border: 5px solid transparent;
    border-radius: 50%;
    transition: 0.5s;
}
.s-features:hover .features-icon img {
    border: 5px solid #ff2222;
}
.features-shape {
    position: absolute;
    z-index: -1;
}
.fshape-one {
    left: 120px;
    top: 25%;
}
.fshape-two {
    left: 15%;
    top: 51%;
}
.fshape-three {
    top: 69%;
    left: 6%;
}
.fshape-four {
    top: 40%;
    left: 89%;
}
.fshape-five {
    top: 71%;
    left: 83%;
}
/* 6. services */
#feature-top {
    margin-top: -15px;
    z-index: 999;
    position: relative;
}
.services-two .s-single-services {
    box-shadow: 3px 4px 25px #0000001a;
    border-radius: 0 0 0 0;
    background-color: #fff;
}
.services-two .s-single-services .btn2 {
    display: inline-block;
    color: #ff2222;
}
.services-area.gray-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.single-services {
    background: #fff;
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
    position: relative;
}
.single-services::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #ff2222;
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
}
.service-t h2 {
    top: 55px;
}
.services-thumb img {
    width: 100%;
}
.services-content span {
    display: block;
    height: 2px;
    width: 150px;
    background: #ff2222;
    transition: 0.3s;
    margin-bottom: 55px;
}
.services-content {
    padding: 60px 40px;
    padding-bottom: 55px;
}
.services-content small {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}
.services-content h4 {
    font-size: 24px;
    margin-bottom: 23px;
}
.services-content h4:hover a {
    color: #ff2222;
}
.services-content p {
    margin-bottom: 0;
}
.single-services:hover .services-content span {
    background: #ff2222;
}
.single-services:hover::before {
    opacity: 1;
}
.services-active .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    line-height: 1;
}
.services-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.services-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 5px;
    width: 20px;
    background: #ff2222;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
}
.services-active .slick-dots li.slick-active button {
    width: 50px;
    background: #ff2222;
}
.services-active .slick-track {
    padding-bottom: 10px;
}

.services-icon i {
    font-size: 48px;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
}
.services-two .services-icon {
    display: inline-block;
    width: 136px;
    height: 110px;
    background: url(../img/bg/f-icon-bg.png);
    margin-bottom: 20px;
    margin-top: -30px;
    margin-left: -31px;
    text-align: center;
    line-height: 110px;
}
.services-icon .glyph-icon::before {
    font-size: 48px;
    color: #ff2222;
    margin-left: 0;
}
.services-icon2 {
    position: absolute;
    right: 5%;
    top: 0;
}
.services-icon2 .glyph-icon::before {
    font-size: 120px;
    color: #8ca8ff29;
    margin-left: 0;
}
.services-two .second-services-content {
    float: left;
    width: 100%;
}
.services-two .s-single-services {
    transition: 0.3s;
    padding: 30px 30px;
    border: none;
    margin-bottom: 30px;
    border-radius: 0;
}
.services-two .s-single-services {
    float: left;
    width: 100%;
}
.second-services-content h5 {
    font-weight: 700;
    transition: 0.3s;
    letter-spacing: 0;
    font-size: 22px;
    color: #242f51;
}
.second-services-content p {
    margin-bottom: 0;
}
.second-services-content a {
    /*font-size: 14px;
	font-weight: 500;
	color: #444d69;
	position: relative;
	transition: .5s;*/
}

.second-services-content a::after {
    left: -40px;
    right: unset;
    opacity: 0;
}
.s-single-services {
    transition: 0.3s;
    padding: 30px;
    border: 5px solid #f5f8fa;
}
.s-single-services .active-icon {
    display: none;
}
.s-single-services .d-active-icon {
    display: block;
}

.s-single-services:hover {
    background: #fff;
}
.s-single-services:hover .second-services-content h5 {
    color: #fff;
}
.s-single-services:hover .second-services-content a {
    color: #ff2222;
}

.s-single-services.active {
    background: url("../img/features/se-hover-bg.png");
    box-shadow: 3px 4px 25px #0000001a;
    background-repeat: no-repeat;
    background-size: cover;
}
.s-single-services.active .services-icon {
    background: url(../img/bg/f-icon-bg-hover.png);
}
.s-single-services.active .second-services-content h5 {
    color: #fff;
}
.s-single-services.active .second-services-content a,
#feature-top .s-single-services.active .btn2,
.s-single-services.active .services-icon .glyph-icon::before {
    color: #fff;
}
.s-single-services.active .second-services-content p {
    color: #fff;
}
.s-single-services.active .active-icon {
    display: block;
}
.s-single-services.active .d-active-icon {
    display: none;
}
.services-bg {
    background-position: center;
    background-size: cover;
}
.services-active2 {
    padding-top: 300px;
}
.services-active2 .slick-arrow {
    position: absolute;
    top: 50%;
    left: -60px;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #ff2222;
    z-index: 9;
    cursor: pointer;
    transition: 0.3s;
}
.services-active2 .slick-next {
    left: inherit;
    right: -60px;
}
.services-active2 .slider-nav .slick-list.draggable {
    width: 1100px;
    float: right;
}
.services-item {
    padding: 30px 0;
    background: #fff;
    margin: 22px 15px;
    box-shadow: 3px 4px 15px #0000001a;
    text-align: center;
    width: 336px;
    border-radius: 10px;
}
.services-active2 .slider-nav {
    position: absolute;
    top: 130px;
}
.services-active2 li {
    display: flex;
    margin-bottom: 10px;
}
.services-item h3 {
    font-size: 20px;
}
.services-item .glyph-icon:before {
    font-size: 60px;
}
.services-active2 li .icon {
    padding-right: 10px;
}
.services-item.slick-slide.slick-current.slick-active {
    background: #ff2222;
}
.services-item.slick-slide.slick-current.slick-active .glyph-icon:before {
    color: #fff;
}
.services-item.slick-slide.slick-current.slick-active h3 {
    color: #fff;
}
/* 7. video */
.video-position {
    position: absolute;
    bottom: -170px;
    left: 50px;
}
.video-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.video-img img {
    width: 100%;
}
.video-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.65;
}
.video-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 14px;
    color: #ff2222;
    height: 80px;
    width: 80px;
    text-align: center;
    background: transparent linear-gradient(90deg, #ff2222 0%, #ff2222 100%) 0%
        0% no-repeat padding-box;
    border-radius: 50%;
    padding: 25px;
}
.video-img a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    background: transparent linear-gradient(90deg, #ff2222 0%, #ff2222 100%) 0%
        0% no-repeat padding-box;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.left-align h2::before {
    margin: unset;
}
.video-content p {
    margin-bottom: 30px;
}
.v-list ul li {
    margin-bottom: 20px;
}
.v-list ul li:last-child {
    margin-bottom: 0px;
}
.v-list ul li i {
    color: #ff2222;
    display: inline-block;
    margin-right: 5px;
}
.v-padding {
    padding-top: 35px;
}
.s-video-wrap {
    background-position: center;
    background-size: cover;
    margin-bottom: -415px;
    height: 550px;
    display: flex;
    align-items: center;
    margin-top: 55px;
}
.s-video-content {
    padding-left: 200px;
}
.s-video-content a {
    z-index: 9;
    font-size: 14px;
    color: #ff2222;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin-bottom: 25px;
    position: relative;
}
.s-video-content a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    background: rgba(255, 255, 255, 0.479);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1500ms ease-out infinite;
}
.s-video-content h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 20px;
}
.s-video-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
/* 8. choose */
.chosse-img {
    background-size: cover;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.choose-list {
    float: left;
    width: 100%;
}
.choose-list ul li {
    margin-bottom: 20px;
    color: #444d69;
    width: 50%;
    float: left;
}
.choose-list ul li i {
    color: #ff2222;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
}
.choose-area {
    background-size: cover;
    background-position: center;
}
.choose-content p {
    margin-bottom: 15px;
    color: #444d69;
    padding-right: 50px;
}
/* 9. brand */
.single-brand {
    text-align: center;
}
.single-brand img {
    display: inline-block;
}
.single-brand img {
    height: 150px;
    width: 150px;
}
.single-brand-partners {
    text-align: center;
}
.single-brand-partners img {
    display: inline-block;
}
.single-brand-partners img {
    height: 128px;
    width: 128px;
}
.single-brand-social {
    text-align: center;
}
.single-brand-social img {
    display: inline-block;
}
.single-brand-social img {
    height: 75px;
    /*width: 100%;*/
}
/* 10. work-process */
.wp-bg {
    background-position: center;
    background-size: cover;
}
.w-title h2 {
    color: #383838;
}
.w-title h2::before {
    background-color: #ff2222;
}
.wp-list {
    background: #232c8e;
    box-shadow: 0px 10px 30px 0px rgba(29, 38, 129, 0.48);
    padding: 80px 50px;
    padding-bottom: 75px;
}
.wp-list ul li {
    display: flex;
    align-items: start;
    overflow: hidden;
    margin-bottom: 45px;
}
.wp-list ul li:last-child {
    margin-bottom: 0px;
}
.wp-icon {
    margin-right: 25px;
}
.wp-content h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}
.wp-content p {
    color: #fff;
    margin-bottom: 0;
}
.wp-tag {
    position: absolute;
    left: 70px;
    top: 90px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}
@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -moz-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        -o-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}
@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -moz-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        -o-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}
.wp-img {
    margin-right: -60px;
    margin-top: -60px;
    margin-bottom: -15px;
}
.wp-thumb img {
    width: 100%;
}
.inner-wp-icon {
    float: left;
    display: block;
    margin-right: 30px;
}
.inner-wp-c {
    overflow: hidden;
    display: block;
}
.inner-wp-c h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.inner-wp-c p {
    margin-bottom: 0;
}
/* 11. team */
.team-active .slick-dots {
    text-align: center;
}
.team-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.team-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: 0.3s;
}
.team-active .slick-dots li.slick-active button {
}
.team-active .slick-dots li.slick-active button::before {
    background: url("../img/bg/active-dote.html");
    opacity: 1;
}
.team-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/bg/dote.html");
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-position: center;
}

.team-thumb {
    text-align: center;
    display: block;
    width: 100%;
}
.team-thumb img {
    max-width: 100%;
    display: inline-block;
}
.team-info {
    background: #fff;
    transform: translateY(0);
    padding: 30px 20px;
    transition: 0.3s;
    box-shadow: 3px 4px 15px #00000026;
    position: relative;
    overflow: hidden;
    margin: -50px 30px 0;
    border-bottom: 5px solid #ff2222;
}

.team-info h4 {
    font-size: 20px;
    margin-bottom: 5px;
    transition: 0.3s;
}
.team-info span {
    font-size: 16px;
    transition: 0.3s;
}
.team-social a {
    font-size: 12px;
    color: #fff;
    margin: 0 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    box-shadow: 3px 4px 15px #00000026;
}
.team-info a:nth-child(2) {
    background: #345aa8;
}
.team-info a:nth-child(3) {
    background: #0294ee;
}
.team-info a:nth-child(4) {
    background: #da4032;
}
.team-thumb .brd img {
    width: 100%;
}
.single-team:hover .team-thumb .brd {
    border: 1px solid #ff22222b;
}
.single-team:hover .team-thumb .brd::before,
.single-team:hover .team-thumb .brd::after {
    color: #ff2222;
}

.single-team:hover .team-info {
    margin-top: -196px;
    /* position: absolute; */
}
.single-team:hover .team-info {
    border-color: #ff2222;
}
.team-t h2 {
    top: 50px;
}
.single-team:hover .team-info h4 {
    color: #ff2222;
}
.slick-slide {
    outline: none;
    padding: 0px 20px;
}
.team-info .team-social {
    display: none;
}
.single-team:hover .team-info .team-social {
    display: block;
}

.team-active {
    position: relative;
}
.team-active .slick-arrow {
    position: absolute;
    top: 40%;
    left: -40px;
    border: none;
    background: none;
    padding: 0;
    font-size: 50px;
    color: #ff2222;
    z-index: 9;
    cursor: pointer;
    transition: 0.3s;
}
.team-active .slick-next {
    left: inherit;
    right: -40px;
}
.team-area-content {
    padding: 100px 0;
}
.team-area-content .team-img-box {
    background: #fff;
    transform: translateY(0);
    padding: 30px 20px;
    transition: 0.3s;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-info h4 a:hover {
    color: #ff2222;
}
.team-area-content span {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #ff2222;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}
.team-area-content .social a i.fab {
    font-size: 12px;
    color: #f64b3c;
    margin: 0 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fddbd9;
    border-radius: 50%;
    line-height: 30px;
}
/* 12. project */
.project h2 {
    color: #fff;
}
.single-project .project-info {
    position: absolute;
    bottom: 15%;
    right: 13px;
    border-radius: 20px 0px 0px 20px;
    background: #ffffffed;
    padding: 20px;
    width: 85%;
}
.single-project .project-info h4 {
    font-size: 18px;
}
.single-project .project-info a {
    color: #ff2222;
}
.single-project .project-info a img {
    display: inline;
    margin-left: 5px;
}
.portfolio-active {
    margin-left: -150px;
    margin-right: -150px;
}
.portfolio-active .single-project {
    position: relative;
}

.portfolio-active .slick-arrow {
    position: absolute;
    top: -124px;
    left: 69.5%;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: 0.3s;
    width: auto;
}
.portfolio-active .slick-next {
    left: 73.5%;
}
/* 12. counter */
.single-counter i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #ff2222;
    border-radius: 50%;
    margin-bottom: 30px;
    color: #fff;
    font-size: 40px;
    line-height: 80px;
}
.single-counter img {
    margin-bottom: 30px;
}
.count {
    font-size: 35px;
    color: #ff2222;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin-bottom: 13px;
    line-height: 1;
    display: inline-block;
}
.counter small {
    font-size: 35px;
    font-weight: 500;
    color: #ff2222;
    line-height: 1;
    position: relative;
    font-family: "Rubik", sans-serif;
}
.single-counter p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}
.single-counter .line {
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #ff2222;
    margin-bottom: -5px;
    margin-top: 10px;
}
/* 13. cta */
.cta-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.cta-area.cta-bg::before {
    background: #f1f4ff;
    content: "";
    height: 70%;
    width: 100%;
    position: absolute;
    top: 15%;
}
.cta-title h2 {
    padding-bottom: 0;
    font-size: 35px;
}
.cta-title h3 {
    padding-bottom: 0;
    font-size: 50px;
}
.cta-title p {
    font-size: 15px;
}
.cta-title h2::before {
    content: none;
}
.cta-content p {
    color: #fff;
    padding-right: 80px;
    margin-bottom: 35px;
}
.cta-btn .btn::before {
    background: #fff;
}
.cta-right p {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.call-tag {
    margin-bottom: 20px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}
.cta-bg .video-img {
    height: 600px;
}
.cta-bg .social {
    text-align: center;
}
.cta-bg .social .icon {
    display: inline-block;
    width: 110px;
    height: 110px;
    background: #ff2222;
    padding: 30px;
    border-radius: 50%;
    line-height: 47px;
    margin-bottom: 30px;
    box-shadow: 3px 4px 15px #00000066;
}
.cta-bg .line {
    text-align: center;
}
.cta-bg .social a {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.portfolio .button-group {
    padding-bottom: 0;
}
/* 14. testimonial */
.testimonial-area h2,
.testimonial-area p {
}
.ta-bg {
    height: 475px;
    width: 475px;
    background-repeat: no-repeat;
    margin-top: 25px;
}
.testimonial-author .ta {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}
.author-one.now-in-view {
    top: -25px;
    left: 110px;
}
.author-two.now-in-view {
    top: 21%;
    left: 69%;
}
.author-three.now-in-view {
    left: 67%;
    top: 66%;
}
.author-four.now-in-view {
    top: 77%;
    left: 53px;
}
.author-five.now-in-view {
    left: 50px;
    top: 41%;
}
.testi-author img {
    display: inline-block;
    margin-bottom: 20px;
}
.ta-info {
    overflow: hidden;
    display: block;
}
.ta-info h6 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}
.ta-info span {
    color: #fff;
    font-size: 14px;
}
.testi-author {
    overflow: hidden;
    align-items: center;
}
.single-testimonial p {
    margin-bottom: 25px;
}
.testimonial-active .slick-arrow {
    position: absolute;
    bottom: -80px;
    left: 0;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: 0.3s;
    width: 94%;
}
.testimonial-active i {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.testimonial-active .slick-next {
    left: 40px;
}
.testimonial-active .slick-arrow:hover {
    color: #ff2222;
}
.testimonial-avatar.p-relative {
    min-height: 455px;
    display: block;
    overflow: hidden;
}
.testimonial-avatar .ta {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}
.avatar-one.now-in-view {
    top: 0%;
    left: 28%;
}
.avatar-two.now-in-view {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.avatar-three.now-in-view {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.avatar-four.now-in-view {
    top: 20%;
    left: 70%;
}
.avatar-five.now-in-view {
    top: 70%;
    left: 25%;
}
.avatar-six.now-in-view {
    top: 59%;
    left: 64%;
}
.single-testimonial-bg {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #0000001a;
    border-radius: 10px;
    width: 85%;
    float: right;
    padding: 30px 50px 100px 150px;
    margin: 20px;
    color: #525c7b;
}
.testimonial-active .slick-slide {
    position: relative;
}
.testimonial-active .testi-img {
    float: left;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 80px;
}
.testimonial-active .ta-info {
    overflow: hidden;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.testimonial-active .ta-info span {
    color: #ff2222;
    font-size: 14px;
}
.testimonial-active .ta-info h6 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #2a2e48;
}
.testimonial-active p {
    font-size: 18px;
    line-height: 28px;
}
.testimonial-active .com-icon {
    position: absolute;
    right: 50px;
    top: 45px;
}
.testimonial-active .slick-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 16%;
}
.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 0px;
}
.testimonial-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: 0.3s;
    background: #ff2222;
    height: 10px;
    width: 10px;
}
.testimonial-active .slick-dots .slick-active button {
    width: 30px;
    border-radius: 5px;
}
.testimonial-active2 {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 10px;
    width: 100%;
    float: left;
    padding: 30px;
}

.testimonial-active2 .slider-nav {
    float: right;
    width: 100%;
}
.slider-nav .slick-list.draggable {
    width: 233px;
    float: right;
}

.testimonial-active2 .slick-arrow {
    position: absolute;
    top: -140px;
    left: -82px;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: 0.3s;
}

.testimonial-active2 .slick-next {
    left: inherit;
    right: -82px;
}
.testimonial-active2 .slick-arrow:hover {
    color: #ff2222;
}
.testimonial-avatar.p-relative {
    min-height: 455px;
    display: block;
    overflow: hidden;
}
.testimonial-active2 .slick-next.slick-arrow i,
.testimonial-active2 .slick-arrow i {
    background: #ff2222;
    padding: 12px 15px;
}
.testimonial-active2 .testi-author img {
    float: left;
    margin-bottom: 20px;
}
.testimonial-active2 .ta-info {
    overflow: hidden;
    float: left;
    margin-top: 30px;
}
.testimonial-active2 .ta-info span {
    color: #ff2222;
    font-size: 14px;
}
.testimonial-active2 .ta-info h6 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #2a2e48;
}
.com-icon {
    position: absolute;
    right: 0;
    top: 20px;
}
.testimonial-item img {
    width: 80px;
    cursor: pointer;
}
/* faq */
.faq-btn {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 30px;
    width: 100%;
    text-align: left;
    padding-right: 55px;
    background: #ff2222;
    border-radius: 0;
}
.faq-btn-home {
    font-size: 17px;
    color: #190a32;
    font-weight: 600;
    border: none;
    outline: none;
    padding: 20px 30px;
    width: 100%;
    text-align: left;
    padding-right: 55px;
    background: #ffffff;
    border-radius: 0;
    cursor: auto !important;
}
.faq-btn-about {
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    border: none;
    outline: none;
    padding: 20px 30px;
    width: 100%;
    text-align: left;
    padding-right: 55px;
    background: #ff2222;
    border-radius: 0;
    cursor: auto !important;
}
.card .collapse.show {
    display: block;
    padding-top: 20px;
}
.faq-btn.collapsed {
    background: no-repeat;
    color: #190a32;
}
.faq-btn.collapsed-home {
    background: no-repeat;
    color: #ffffff;
}
.faq-btn.collapsed-about {
    background: no-repeat;
    color: #ff2222;
}
.faq-wrap .card-header:first-child {
    border-radius: 0;
}
.faq-wrap .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: none;
}
.faq-wrap .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: unset;
    padding: 25px 30px;
    padding-top: 0;
}
.faq-wrap .card-header h2 {
    font-size: unset;
}
.faq-wrap .card {
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: 1px 3px 11px #00000026;
}
.faq-wrap .card:last-child {
    margin-bottom: 0;
}
.faq-wrap .card-header h2 button.collapsed::after {
    content: "\f070";
    color: #000;
}
.faq-wrap .card-header h2 button::after {
    position: absolute;
    content: "\f06e";
    top: 19px;
    right: 30px;
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #fff;
}
/* 15. blog */
.home-blog-active .slick-dots {
    text-align: center;
    margin-top: 30px;
}
.home-blog-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.home-blog-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: 0.3s;
}
.home-blog-active .slick-dots li.slick-active button {
}
.home-blog-active .slick-dots li.slick-active button::before {
    background: url("../img/bg/active-dote.html");
    opacity: 1;
}
.home-blog-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/bg/dote.html");
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-thumb img {
    /*width: 100%;*/
	min-width:340px;
	height:200px
}
.blog-thumb .b-meta {
    padding: 10px 25px;
    background: #ff2222;
    color: #fff;
}

.blog-thumb .bc-meta, .large-blog-thumb .bc-meta {
    padding: 10px 15px;
    background: #ff2222;
    color: #fff;
    opacity: 0.7;
    min-height: 65px;
}
.blog-thumb .bc-meta h3, .large-blog-thumb .bc-meta h3 {
    font-size: 15px;
    color: #fff;
}

.blog-content {
    background: #fff;
    padding: 25px 25px;
    position: relative;
    z-index: 1;
	min-height:340px
}
.blog-content-1 {
    background: #fff;
    padding: 30px 25px;
    position: relative;
    z-index: 1;
}
.blog-content-text {
    background: #fff;
    padding: 30px 0px;
    position: relative;
    z-index: 1;
}
.b-meta ul li {
    display: inline-block;
    margin-right: 5px;
}
.b-meta ul li:last-child {
    margin-right: 0;
}
.b-meta ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #444d69;
}
.b-meta ul li a.corpo {
    color: #ff2222;
}
.b-meta ul li a:hover {
    color: #ff2222;
}
.blog-content h4 {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.blog-content h4:hover a {
    color: #ff2222;
}
.blog-content h3 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.blog-content h3:hover a {
    color: #ff2222;
}

.single-post:hover .blog-btn {
    opacity: 1;
}

.blog-btn a {
    display: inline-block;
    color: #ff2222;
    text-align: center;
    font-size: 14px;
}
.blog-btn a i {
    margin-left: 5px;
}
.b-meta i {
    margin-right: 5px;
    color: #fff;
}
.single-post {
    transition: 0.3s;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #00000026;
    overflow: hidden;
    margin: 10px 0;
}

.eze-post {
    transition: 0.3s;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 10px;
}

.bsingle__post-thumb img {
    width: 100%;
}
.bsingle__post .video-p {
    position: relative;
}
.bsingle__post .video-p .video-i {
    height: 80px;
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #fff;
    color: #ff2222;
}
.blog-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    border: none;
    background: none;
    padding: 0;
    font-size: 30px;
    color: #fff;
    z-index: 9;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.blog-active .slick-arrow.slick-next {
    right: 40px;
    left: auto;
}
.blog-active .slick-arrow:hover {
    opacity: 1;
}
.bsingle__content {
    padding: 40px 30px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
}
.bsingle__content .meta-info ul {
    margin-bottom: 20px;
}
.bsingle__content .meta-info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 30px;
    font-weight: 500;
}
.bsingle__content .meta-info ul li a {
    color: #ff2222;
    text-transform: capitalize;
}
.bsingle__content .meta-info ul li a i {
    margin-right: 5px;
}
.bsingle__content .meta-info ul li a:hover {
    color: #ff2222;
}
.bsingle__content .meta-info ul li i {
    margin-right: 5px;
}
.bsingle__content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
}
.bsingle__content h2:hover a {
    color: #ff2222;
}
.bsingle__content p {
    margin-bottom: 25px;
}
.bsingle__content .blog__btn .btn {
    background: transparent;
    border: 2px solid #ff2222;
    font-size: 16px;
    text-transform: uppercase;
    color: #242f51;
}
.bsingle__content .blog__btn .btn::before {
    content: none;
}
.bsingle__content .blog__btn .btn:hover {
    background: #ff2222;
    color: #fff;
}
.quote-post {
    background-position: center;
    background-repeat: no-repeat;
}
.quote-post .quote-icon {
    float: left;
    margin-right: 30px;
    display: block;
    margin-top: 20px;
}
.quote-post h2 {
    overflow: hidden;
    margin-bottom: 0;
}
.widget {
    padding: 35px 25px 35px 25px;
    box-shadow: 3px 4px 15px #00000026;
    overflow: hidden;
}
.widget-title {
    margin-bottom: 40px;
}
.widget-title h4 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1;
}
.slidebar__form {
    position: relative;
}
.slidebar__form input {
    background: #f5f8fa;
    border: none;
    width: 100%;
    padding: 18px 30px;
}
.slidebar__form input::placeholder {
    font-size: 12px;
    color: #444d69;
}
.slidebar__form button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #ff2222;
    padding: 18px 23px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
}
.widget-insta-post li {
    display: inline-block;
    margin: 5px 3px;
}
.widget-insta-post li:hover a::before {
    opacity: 0.7;
}
.widget-insta-post li a {
    position: relative;
    display: block;
}
.widget-insta-post li a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #ff2222;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.widget-social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #e4e4e4;
    color: #444d69;
    margin: 0 3px;
}
.widget-social a:hover {
    background: #ff2222;
    color: #ffffff;
    border-color: #ff2222;
}
.cat__list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}
.cat__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.cat__list li:hover a {
    color: #ff2222;
}
.cat__list li a {
    font-size: 14px;
    color: #444d69;
}
.cat__list li a span {
    float: right;
    display: block;
}
.widget__post ul li {
    margin-bottom: 20px;
    overflow: hidden;
}
.widget__post ul li:last-child {
    margin-bottom: 0;
}
.widget__post-thumb {
    float: left;
    display: block;
    margin-right: 20px;
}
.widget__post-content {
    overflow: hidden;
    display: block;
}
.widget__post-content h6 {
    font-size: 16px;
    margin-bottom: 1px;
    padding-right: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.widget__post-content h6:hover a {
    color: #ff2222;
}
.widget__post-content span {
    font-size: 14px;
}
.widget__post-content span i {
    margin-right: 8px;
}
.widget__tag ul li {
    display: inline-block;
    margin: 5px 3px;
}
.widget__tag ul li:hover a {
    background: #ff2222;
    border-color: #ff2222;
    color: #ffffff;
}
.widget__tag ul li a {
    display: block;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    color: #444d69;
    padding: 9px 20px;
}
.widget.widget__banner {
    border: none;
    padding: 0;
    position: relative;
}
.widget__banner-thumb img {
    width: 100%;
}
.widget__banner-overly {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
}
.widget__banner-overly > span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 160px;
}
.widget__banner-overly h3 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 129px;
    font-weight: 500;
}
.widget__banner-overly h3 span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    font-weight: 300;
}
.widget__banner-overly .btn {
    border-radius: unset;
    background: #fff;
    border: 2px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 17px 35px;
    color: #ff2222;
}
.widget__banner-overly .btn:hover {
    background: transparent;
    color: #fff;
}
.meta__info ul {
    margin-bottom: 20px;
}
.meta__info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 30px;
    font-weight: 500;
}
.meta__info ul li a {
    color: #ff2222;
    text-transform: capitalize;
}
.meta__info ul li a i {
    margin-right: 5px;
}
.meta__info ul li a:hover {
    color: #ff2222;
}
.meta__info ul li i {
    margin-right: 5px;
}
.details__content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-right: 0;
}
.details__content p {
    margin-bottom: 18px;
}
.details__content blockquote {
    background: #152136;
    padding: 30px 35px;
    padding-left: 90px;
    position: relative;
    font-size: 14px;
    padding-right: 50px;
    margin-top: 45px;
    margin-bottom: 45px;
    line-height: 1.7;
    color: #99a7c0;
    z-index: 1;
}
.details__content blockquote::before {
    position: absolute;
    content: "";
    left: 19px;
    top: 29px;
    background: url(../img/icon/blockquote_d.png);
    height: 86px;
    width: 92px;
    z-index: -1;
}
.details__content blockquote footer {
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
    font-weight: 600;
}
.details__content-img {
    margin: 45px 0;
}
.details__content-img img {
    width: 100%;
}
.details__content figure {
    margin-top: 45px;
    margin-bottom: 60px;
}
.details__content figure img {
    float: left;
    width: 255px;
    margin-right: 30px;
}
.post__tag h5 {
    font-size: 18px;
    margin-bottom: 20px;
}
.post__tag ul li {
    display: inline-block;
    margin-right: 15px;
}
.post__tag ul li a {
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #e5e5e5;
    padding: 12px 18px;
    font-weight: 500;
    display: inline-block;
    border-radius: 3px;
    color: #444d69;
}
.post__tag ul li a:hover {
    border-color: #ff2222;
    background: #ff2222;
    color: #ffffff;
}
.post__share h5 {
    font-size: 18px;
    margin-bottom: 30px;
}
.post__share ul li {
    margin-left: 20px;
    display: inline-block;
}
.post__share ul li a {
    font-size: 18px;
    display: inline-block;
    color: #444d69;
}
.post__share ul li a:hover {
    color: #ff2222;
}
.posts_navigation {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.posts_navigation .prev-link span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.posts_navigation .prev-link h4 {
    font-size: 24px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.posts_navigation .prev-link h4:hover a {
    color: #ff2222;
}
.posts_navigation .next-link span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}
.posts_navigation .next-link h4 {
    font-size: 24px;
    margin-bottom: 0;
}
.posts_navigation .next-link h4:hover a {
    color: #ff2222;
}
.related__post .post-title {
    margin-bottom: 35px;
}
.related__post .post-title h4 {
    font-size: 26px;
    margin-bottom: 0;
}
.related-post-wrap .post-thumb img {
    width: 100%;
}
.related-post-wrap .rp__content {
    padding: 44px;
    border: 2px solid #f4f3fb;
    border-top: none;
}
.related-post-wrap .rp__content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.related-post-wrap .rp__content h3:hover a {
    color: #ff2222;
}
.related-post-wrap .rp__content p {
    margin-bottom: 0;
    font-size: 14px;
}
.avatar__wrap {
    background: #f5f8fa;
    padding: 50px 80px;
}
.avatar__wrap .avatar-img {
    margin-top: -115px;
    margin-bottom: 35px;
}
.avatar__wrap-content p {
    font-size: 14px;
    margin-bottom: 0;
}
.avatar__info h5 {
    font-size: 26px;
    margin-bottom: 10px;
}
.avatar__info-social {
    margin-bottom: 20px;
}
.avatar__info-social a {
    font-size: 12px;
    color: #9498b6;
    display: inline-block;
    margin: 0 5px;
}
.avatar__info-social a:hover {
    color: #ff2222;
}

.comment__wrap {
    border-bottom: 1px solid #eaeaea;
}
.comment__wrap-title {
    margin-bottom: 35px;
}
.comment__wrap-title h5 {
    font-size: 26px;
    margin-bottom: 0;
}
.single__comment .comments-avatar {
    float: left;
    width: 100px;
    margin-right: 30px;
}
.single__comment.children {
    margin-left: 130px;
}
.single__comment.children .avatar-name h6 i {
    font-size: 12px;
    color: #444d69;
    margin-left: 20px;
}
.comment-text {
    overflow: hidden;
}
.comment-text .avatar-name {
    overflow: hidden;
}
.comment-text .avatar-name h6 {
    font-size: 18px;
    margin-bottom: 7px;
}
.comment-text .avatar-name span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff2222;
}
.comment-text .avatar-name .comment-reply {
    float: right;
    display: inline-block;
    border: 2px solid #f4f4ff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: -23px;
    color: #444d69;
}
.comment-text .avatar-name .comment-reply:hover {
    border-color: #ff2222;
    background: #ff2222;
    color: #ffffff;
}
.comment-text .avatar-name .comment-reply i {
    margin-right: 5px;
}
.comment-text p {
    font-size: 14px;
    margin-bottom: 0;
}
.comment__form {
    padding: 50px 50px 100px 50px;
    background: #f5f8fa;
}
.comment__form .comment-field {
    position: relative;
}
.comment__form .comment-field.text-area i {
    top: 25px;
    transform: unset;
}
.comment__form .comment-field i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff2222;
    font-size: 14px;
}
.comment__form .comment-field textarea {
    height: 150px;
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
}
.comment__form .comment-field textarea::placeholder {
    font-size: 14px;
    color: #a7a7c1;
}
.comment__form .comment-field textarea:focus {
    outline: 1px solid #ff2222;
}
.comment__form .comment-field input {
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
}
.comment__form .comment-field input::placeholder {
    font-size: 14px;
    color: #a7a7c1;
}
.comment__form .comment-field input:focus {
    outline: 1px solid #ff2222;
}
.comment__form .btn {
    background: #ff2222;
    border: 2px solid #ff2222;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: none;
}
.comment__form .btn::before {
    content: none;
}
.comment__form .btn:hover {
    color: #fff;
    background: #ff2222;
    border-color: #ff2222;
}
/* 16. pagination */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}
.pagination .page-item {
    display: inline-block;
    margin: 0 5px;
}
.pagination .page-item a.page-link {
    border-radius: 50%;
    padding: 0;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #f8f8f8;
    color: #9fa7c5;
    font-size: 14px;
    border: none;
    font-weight: 500;
}
.pagination .page-item:hover a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #ff4a57;
    color: #fff;
}
.pagination .page-item.active a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #ff4a57;
    color: #fff;
}
.pagination-wrap .pagination {
    display: block;
    border-radius: unset;
}
.pagination-wrap .pagination li {
    display: inline-block;
    margin-right: 6px;
    margin-left: 0;
    margin-bottom: 0;
}
.pagination-wrap .pagination li.active a {
    background: #ff2222;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}
.pagination-wrap .pagination li a {
    border: none;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    background: #ff2222;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.pagination-wrap .pagination li a:hover {
    color: #ffffff;
    background: #ff2222;
}
/* 17. f-cta */
.f-cta-area {
    background: #fff;
    margin-left: 260px;
    margin-right: 260px;
    position: relative;
    top: -70px;
    margin-bottom: 30px;
    box-shadow: 0 -3px 65px 0 rgba(0, 0, 0, 0.09);
}
.f-cta-icon i {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #ff2222;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.contact-info {
    padding: 30px 20px;
    background: #3c3935;
}
.contact-info p {
    color: #fff;
}
.contact-info h5 {
    color: #ff2222;
}
.single-cta {
    border-bottom: 1px solid;
}
div.single-cta:last-child {
    border: 0;
}
.single-cta h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.single-cta p {
    margin-bottom: 0;
}
.single-cta p a {
    color: #ff2222;
}
.s-cta-btn .btn {
    background: #383838;
    color: #fff;
    margin-top: 10px;
}
.s-cta-btn .btn::before {
    content: none;
}
/* 18. pricing */
.pricing-box {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 10px;
    box-shadow: 3px 4px 15px #0000001a;
}
.pricing-btn {
    margin-bottom: 50px;
}
.pricing-head {
    padding: 30px 0 0;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.pricing-head .glyph-icon::before {
    font-size: 32px;
    margin-left: 0;
    width: 85px;
    background: #ff2222;
    height: 85px;
    display: inline-block;
    line-height: 65px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 30px;
    border: 10px solid #eee;
}

.pricing-head h4 {
    font-size: 30px;
    font-weight: 700;
    color: #242f51;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.price-count h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
    color: #ff2222;
}
.price-count small {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -20px;
    margin-right: 3px;
}
.price-count span {
    font-size: 18px;
    font-weight: 400;
    color: #444d69;
}
.pricing-body {
    padding: 0px 50px 0;
    width: 100%;
}
.pricing-body li {
    margin-top: 15px;
}
.pricing-body li::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #ff2222;
    margin-right: 10px;
}
.pricing-body p {
    margin-bottom: 15px;
    font-size: 14px;
}
.pricing-btn .btn {
    background: #ff2222;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    padding: 15px 30px;
    box-shadow: 3px 4px 15px #00000026;
}
.pricing-btn .btn::before {
    content: none;
}
.pricing-btn .btn:hover {
    background: #ff2222;
    color: #fff;
    border-color: #ff2222;
}
.pricing-box.active {
    border-color: #ff2222;
    background: #ff2222;
    color: #fff;
}
.pricing-box.active .pricing-head .glyph-icon::before {
    background: #fff;
    color: #ff2222;
}
.pricing-box.active .pricing-head h4 {
    color: #fff;
}
.pricing-box.active .price-count span {
    color: #fff;
}
.pricing-body {
    float: left;
}
.pricing-box.active .price-count h2 {
    color: #fff;
}
.pricing-box.active .pricing-btn .btn {
    background: #ff2222;
    color: #fff;
    border-color: #ff2222;
}
/* 19. contact */
.contact-area {
    background-repeat: no-repeat;
    background-position: bottom;
    background-image:url(../img/bg/contact-us.webp);background-size: contain;
}
.contact-area .map {
    position: absolute;
    right: 0;
    top: 0;
}
.contact-wrapper textarea {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 200px;
    width: 100%;
    text-transform: capitalize;
    transition: 0.3s;
    background: #f4f4fe;
    padding: 30px 40px;
}
.contact-wrapper textarea::-moz-placeholder {
    color: #b3bdcd;
    font-size: 14px;
}
.contact-wrapper textarea::placeholder {
    color: #8990b0;
    font-size: 14px;
}
.c-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    color: #8990b0;
    font-size: 14px;
}
.contact-message.c-icon i {
    top: 30px;
    transform: unset;
}
.contact-wrapper input {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 80px;
    text-transform: capitalize;
    width: 100%;
    padding: 0 40px;
    transition: 0.3s;
    background: #f4f4fe;
}
.contact-wrapper input::-moz-placeholder {
    color: #8990b0;
    font-size: 14px;
}
.contact-wrapper input::placeholder {
    color: #8990b0;
    font-size: 14px;
}
.contact-name {
    position: relative;
}
.contact-field label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #242f51;
    margin-bottom: 20px;
    cursor: unset;
}
.contact-field {
    padding-right: 15px;
}
.contact-field input {
    width: 100%;
    border: none;
    background: #fff;
    padding: 14px 20px;
    transition: 0.3s;
    border: 1px solid #acacac;
    border-radius: 0;
}
.contact-field.c-name::after {
    content: "\f007";
}
.contact-field::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 14px;
    text-align: center;
    right: 25px;
    color: #ff2222;
    bottom: 22px;
    display: none;
}
.contact-field.c-email::after {
    content: "\f0e0";
}
.contact-field.c-subject::after {
    content: "\f249";
}
.contact-field.c-message::after {
    content: "\f303";
    font-weight: 700;
    top: 20px;
    bottom: unset;
}
.contact-field input::placeholder {
    color: #9e9e9e;
}
.contact-field textarea {
    width: 100%;
    border: none;
    background: #fff;
    padding: 14px 20px;
    transition: 0.3s;
    border: 1px solid #acacac;
    height: 100px;
    border-radius: 0;
}
.contact-bg {
    background-size: cover;
    background-position: center;
    z-index: 1;
    background: url(../img/bg/contact-us.webp)
}
.contact-img {
    position: absolute;
    bottom: 0;
    right: 170px;
    z-index: -1;
}
/* 20. footer */
.footer-top-heiding .container {
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.footer-top-heiding h2 {
    color: #fff;
}
.footer-bg {
    /*background: url(../img/bg/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;*/
    background-color: #091b27;
}
.f-cta-area.gray-bg {
    background: #f4f4fe;
    border-top: 3px solid #ff2222;
}
.footer-text p {
    color: #ddd;
    margin-bottom: 0;
}
.footer-social span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    display: inline-block;
    margin-right: 20px;
}
.footer-social a {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    height: 35px;
    width: 35px;
    background: #fff; /*ff222230*/
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #061118; /*ff2222*/
}
.footer-social a:hover {
    color: #ff2222;
}
.f-widget-title h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
}

.f-widget-title h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 60px;
    background: url("../img/bg/circle_right.png") no-repeat;
}
.footer-link ul li i {
    color: #ff2222;
    margin-right: 5px;
}
.footer-link ul li a {
    color: #ddd;
    font-size: 14px;
    display: inline-block;
}
.footer-link ul li a:hover {
    padding-left: 5px;
    color: #ff2222;
}
.footer-link ul li {
    margin-bottom: 10px;
}
.footer-link ul li:last-child {
    margin-bottom: 0;
}
.f-insta ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 5px;
}
.f-insta ul li a {
    display: block;
    position: relative;
}
.f-insta ul li a::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #ff2222;
    transition: 0.3s;
    opacity: 0;
    z-index: 9;
}
.f-insta ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ff2222;
    opacity: 0;
    transition: 0.3s;
}
.f-insta ul li:hover a::before {
    top: 50%;
    opacity: 1;
}
.f-insta ul li:hover a::after {
    opacity: 0.6;
}
.copyright-wrap {
    background: #061118;  /*270000*/
    padding: 10px 0;
    color: #fff;
}
.f-contact i {
    width: 40px;
    height: 40px;
    background: #ff2222;
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    float: left;
}
.f-contact span {
    float: left;
    color: #ddd;
    margin-left: 8px;
}
.f-contact li {
    float: left;
    margin-bottom: 20px !important;
    width: 100%;
}
#contact-form4 {
    margin-top: 20px;
}
#contact-form4 input {
    float: left;
    border-radius: 10px 0 0px 10px;
    padding: 23px 30px;
    border: none;
    width: 75%;
}
#contact-form4 button {
    padding: 15px 30px;
    border-radius: 0px 10px 10px 0;
}
/* Fillter css */

.portfolio .col2 .grid-item {
    width: 49%;
    padding: 15px;
}
.portfolio .col12 .grid-item {
    width: 100%;
    padding: 15px;
    text-align: center;
}
.portfolio .col3 .grid-item {
    width: 33.33%;
    margin: 0;
    padding: 15px;
}
.gallery-image figcaption {
    position: absolute;
    bottom: -50px;
    left: 15px;
    background: #fff;
    width: 85%;
    padding: 35px 0 35px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    color: #222;
    font-size: 12px;
    font-weight: 400;
}
.gallery-image:hover figcaption {
    opacity: 1;
    bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.gallery-image figcaption h4 {
    font-weight: 600;
    font-size: 20px;
}
.gallery-image figcaption span {
    color: #ff2222;
    font-size: 14px;
    position: relative;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 15px;
}
.gallery-image figcaption span::before {
    content: "";
    width: 30px;
    position: absolute;
    height: 2px;
    background: #ff2222;
    top: 50%;
    left: 0;
}
.gallery-image figcaption .icon {
    position: absolute;
    right: 0;
    background: #ff2222;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
}
.button-group {
    padding-bottom: 15px;
}

.button-group button {
    border: none;
    background: none;
    transition: 0.3s;
    font-size: 14px;
    margin: 0 15px;
    padding-bottom: 15px;
    cursor: pointer;
    outline: none;
    color: #000a2d;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.button-group button:hover {
    color: #ff2222;
}
.button-group button.active {
    background: transparent;
    color: #ff2222;
    box-shadow: inset 0 -2px 0 #ff2222;
}
.gallery-image img {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
/* 21. Menu Theme dropdown default css */
.single-cta {
    line-height: 28px;
}
.single-cta a {
    color: #242f51;
}
.main-menu ul li.has-sub .current a {
    color: #222;
}
.main-menu ul li.current a {
    color: #ff2222;
}
.main-menu .has-sub > ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid #ff2222;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.main-menu .has-sub li a {
    padding: 12px;
}
.main-menu .has-sub li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.main-menu .has-sub a:hover {
    color: #ff2222;
}

.main-menu .has-sub:hover > ul {
    display: block;
    margin-top: 0px;
}
.main-menu .has-sub > ul > .has-sub > ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: -255px;
    margin-top: 0;
    top: -3px;
}
.main-menu .has-sub > ul > .has-sub:hover > ul {
    display: block;
}
.main-menu .has-sub > ul > .has-sub > ul > .has-sub > ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: 255px;
    margin-top: 0;
    top: -3px;
}
.main-menu .has-sub > ul > .has-sub > ul > .has-sub:hover > ul {
    display: block;
}

.main-menu .has-sub ul li a {
    color: #000;
}
.main-menu .has-sub ul li a:hover {
    color: #ff2222;
    font-size: 18px;
    background-color: #f5f0f0;
}
/* 23. mega menu */

.offcanvas-menu .has-mega-menu ul {
    display: none;
}
.offcanvas-menu li.has-sub.has-mega-menu:hover > ul {
    margin-left: -1160px;
    background: #00081b;
    top: 121px;
}
.offcanvas-menu .mega-menu-column.has-sub ul li a {
    color: #fff;
    font-size: 14px;
}
.offcanvas-menu .mega-menu-column.has-sub ul li a:hover {
    color: #ff2222;
}
.has-mega-menu {
    position: static;
}

li.has-sub.has-mega-menu ul {
    position: absolute;
    top: NNpx; /*insert the needed value*/
    z-index: 100;
    left: 0px;
    right: 0px;
    width: 1180px;
}
.main-menu .mega-menu-column.has-sub a {
    color: #333;
}
.main-menu .mega-menu-column.has-sub a:hover {
    color: #ff2222;
}
li.has-sub.has-mega-menu:hover > ul {
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
    display: flex;
    flex-wrap: wrap;
    /*CSS GRID lyout*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    margin-left: -820px;
}
li.has-sub.has-mega-menu:hover > ul > li > ul {
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
    display: flex;
    flex-wrap: wrap;
    width: auto;
    background: none;
    /*CSS GRID lyout*/
    display: grid;
    position: relative;
    border: none;
    margin-left: 0;
}

@media screen and (min-width: 992px) {
    li.has-mega-menu:hover > ul {
        grid-template-columns: repeat(auto-fit, minmax(33.3333%, 1fr));
    }
}
@media screen and (min-width: 1200px) {
    li.has-mega-menu:hover > ul {
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }
}

@media screen and (min-width: 600px) {
    li.mega-menu-column {
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        padding: 10px 25px;
        flex: 1 0 calc(50%);
    }
}

@media screen and (min-width: 600px) {
    .mobile-video {
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        padding: 10px 25px;
        flex: 1 0 calc(50%);
    }
}

@media screen and (min-width: 992px) {
    li.mega-menu-column {
        flex: 1 0 calc(33.333%);
    }
}

.main-menu .has-sub .mega-menu-column li {
    flex: 1 0 calc(25%);
    border: none;
}

/* 22. Theme sidebar widge css */
.sidebar-widget a {
    color: #777;
}
.tag-cloud-link {
    font-size: 14px !important;
    border: 2px solid #f6f6f6;
    padding: 10px 19px !important;
    display: inline-block;
    margin: 10px 4px;
    text-transform: capitalize;
    float: none !important;
    width: auto !important;
}
.tag-cloud-link:hover {
    border: 2px solid #ff2222;
    color: #6a6a6a;
}
.widget_text img {
    width: 100%;
    height: auto;
}
.sidebar-widget select {
    width: 100%;
    padding: 10px;
    border: 2px solid #f6f6f6;
}
.recentcomments a {
    color: #242f51;
}
.sidebar-widget a.rsswidget {
    color: #242f51;
}
#wp-calendar caption {
    color: #242f51;
    font-weight: 500;
    font-size: 14px;
}
.quote-post {
    background: url(../images/quote_bg.html);
}
.widget_media_image a:hover {
    padding-left: 0 !important;
}
.sidebar-widget .widget li .children {
    border-top: 1px solid #f6f6f6;
    margin-top: 10px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.sidebar-widget .widget li.page_item_has_children {
    padding-bottom: 0;
}
.sidebar-widget .widget .children {
    padding-left: 15px;
}

.sidebar-widget .widget .children ul.children {
    padding-left: 30px;
}
.sidebar-widget .page_item_has_children li {
    padding-top: 10px;
    display: block;
}
.sidebar-widget .widget .children li {
    padding-top: 10px;
}
.sidebar-widget .widget .children .children li {
    padding-top: 10px;
}
.sidebar-widget .widget li:last-child,
.sidebar-widget .widget .children li:last-child,
.sidebar-widget .widget .children .children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sticky .bsingle__content,
.tag-sticky-2 {
    background: #f6f6f6;
}
.sticky .bsingle__content ul li {
    margin-bottom: 15px;
    list-style: disc;
    margin-left: 10px;
}

#attachment_907 {
    width: 100% !important;
}
.wp-image-907 {
    width: 100% !important;
    height: auto;
}
.sidebar-widget .widget a {
    width: 85%;
    text-align: left;
}
.sidebar-widget .widget a:hover {
    color: #ff2222;
    padding-left: 10px;
}
.sidebar-widget .widget .widget_archive li:hover,
.widget_categories li:hover,
.sidebar-widget .widget_archive li:hover {
    color: #ff2222;
}
.post-password-form input[type="password"] {
    background: #f6f6f6;
    border: none;
    width: 300px;
    padding: 10px 30px;
}
.post-password-form input[type="submit"] {
    border: none;
    background: #242f51;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.post-password-form input[type="submit"]:hover {
    background: #ff2222;
}
.wp-block-cover__video-background {
    width: 100%;
}
.sidebar-widget .widget_nav_menu .sub-menu {
    padding-left: 15px;
}
.page #comments {
    float: left;
    width: 100%;
    margin-top: 50px;
}
video {
    width: 100%;
}
.sidebar-widget .widget_text a:hover {
    padding-left: 0;
}
.dsnone {
    display: none;
}

.wp-block-media-text__media img {
    width: 100%;
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
}
.wp-block-image figure.alignright {
    margin-left: 1.5em;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
}
.wp-block-image img {
    max-width: 100%;
}

.wp-block-galler {
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 100%;
}
.blocks-gallery-item {
    margin: 0;
    position: relative;
}
.blocks-gallery-item img,
.blocks-gallery-item img:hover {
    background: 0 0;
    border: none;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
}
.blocks-gallery-item figcaption {
    background: #eee;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    opacity: 0;
}
.blocks-gallery-item:hover figcaption {
    opacity: 1;
}
.wp-block-gallery.columns-3 li {
    width: 33.333%;
    padding: 10px;
    height: 200px;
}
.wp-block-gallery.columns-2 li {
    width: 50%;
    padding: 10px;
}
.wp-block-gallery {
    width: 100%;
    float: left;
}

.wp-block-gallery.columns-5 li {
    width: auto;
    height: auto;
    overflow: hidden;
    columns: auto;
}
.bsingle__content .alignright {
    float: right;
    margin-left: 1.5em;
}
.bsingle__content .alignleft {
    float: left;
    margin-right: 1em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.alignleft {
    float: left;
    margin-right: 1em;
}
figure.aligncenter {
    width: 100% !important;
    text-align: center;
    float: left;
}
.aligncenter {
    margin: auto;
    display: inherit;
}
.page-links {
    float: left;
    width: 100%;
    margin-top: 50px;
}
#comments {
    float: left;
    width: 100%;
}
.bsingle__content ul,
.pages-content ul {
    padding-left: 0px;
}
.comment-text ul {
    padding-left: 20px;
}
.bsingle__content ul li,
.comment-text ul li,
.pages-content ul li {
    list-style: disc;
}
.bsingle__content table th,
.bsingle__content table td,
.comment-text table th,
.comment-text table td,
.pages-content table th,
.pages-content table td {
    border: 1px solid #f6f6f6;
    padding: 10px;
}
.bsingle__content table,
.comment-text table,
.pages-content table {
    margin-bottom: 20px;
}
.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    padding: 30px;
}
.bsingle__content ol {
    padding: 0 0 0 1.5em;
}
.bsingle__content ol li,
.comment-text ol li,
.pages-content ol li {
    list-style: decimal;
}
.bsingle__content figure {
    margin: 0 0 1rem;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    overflow-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}
.has-text-color.has-background.has-very-light-gray-color {
    color: #fff;
    padding: 21px;
}
.wp-block-cover-text {
    color: #fff;
    padding: 30px;
}
.tag-template img {
    width: auto !important;
}
.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}
.error-body a {
    margin-top: 30px;
    margin-bottom: 100px;
}
.tag-markup-2 li > ul,
li > ol,
.pages-content li > ul,
li > ol {
    padding-left: 1.5em;
}
.tag-markup-2 ul li,
.tag-markup-2 ol li,
.comment-text ul li,
.comment-text ol li,
.pages-content ul li,
.pages-content ol li {
    margin-top: 10px;
    margin-bottom: 0;
}
.parent-pageid-1725 figure.aligncenter {
    margin: 50px 0;
}
.bsingle__content ul ul li,
.pages-content ul ul li {
    list-style: circle;
}

footer #wp-calendar caption {
    color: #fff;
}
ol {
    padding-left: 15px;
}

.comment-list li {
    margin-bottom: 30px;
}
.wp-block-button__link {
    border: none;
    font-weight: 700;
    padding: 0.76rem 1rem;
    outline: none;
    outline: none;
    display: inline-block;
    background: #242f51;
    color: #fff !important;
    width: auto;
    border-radius: 5px;
    text-align: center;
}
.wp-block-button.aligncenter .wp-block-button__link {
    width: 50%;
    display: block;
    margin: auto;
}
.wp-block-button.is-style-outline .wp-block-button__link {
    background: none;
    border: 2px solid #242f51;
    color: #242f51 !important;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
.has-2-columns,
.has-3-columns,
.has-5-columns,
.has-6-columns {
    float: left;
    width: 100%;
}
.has-2-columns .wp-block-column {
    float: left;
    width: 50%;
    padding-right: 20px;
}
.has-3-columns .wp-block-column {
    float: left;
    width: 33.333%;
    padding-right: 20px;
}
.has-5-columns .wp-block-column {
    float: left;
    width: 20%;
    padding-right: 20px;
}
.has-4-columns .wp-block-column {
    float: left;
    width: 25%;
    padding-right: 20px;
}
.has-6-columns .wp-block-column {
    float: left;
    width: 16.66666666666667%;
    padding-right: 20px;
}
.wp-block-media-text.alignwide figure {
    float: left;
    width: 50%;
    margin-right: 20px;
}
.wp-block-media-text.alignwide .has-large-font-size {
    font-size: 28px;
    color: #242f51;
}
.wp-block-media-text__content {
    float: left;
    width: 47%;
    padding-top: 0;
}
.wp-block-columns.alignwide.has-3-columns blockquote {
    margin-top: 0;
    padding-left: 20px;
}
.columns-3.is-cropped li {
    list-style: none;
    float: left;
    width: 33.333%;
}
.wp-block-gallery.alignleft.columns-2.is-cropped li {
    float: left;
    list-style: none;
}
.wp-block-gallery.alignwide.columns-4.is-cropped li {
    float: left;
    list-style: none;
    width: 25%;
    padding: 10px;
}
.wp-block-gallery.columns-6.is-cropped li {
    float: left;
    width: 16.666%;
    height: 129px;
    list-style: none;
    padding: 10px;
}
.wp-block-gallery.columns-7.is-cropped li {
    float: left;
    width: 14%;
    padding: 10px;
    list-style: none;
    min-height: 150px;
}
.wp-block-gallery.columns-8.is-cropped li {
    float: left;
    width: 12%;
    padding: 10px;
    list-style: none;
    min-height: 100px;
}
.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    float: left;
}
.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile
    figure {
    float: left;
    width: 50%;
    margin-right: 20px;
}
.footer-widget .widgettitle,
.footer-widget .cat-item,
.footer-widget .widget ul li {
    text-align: left;
    color: #fff;
}
.footer-widget select {
    width: 100%;
    padding: 10px;
    border: 2px solid #f6f6f6;
}
.blog-deatails-box.single .single {
    display: none;
}
.footer-widget .tag-cloud-link,
.footer-widget p {
    color: #fff;
}
.redux-footer h2 {
    margin-top: 0px;
}
.footer-widget td {
    padding: 5px;
    text-align: center;
}

.footer-widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
}
.footer-widget th {
    background: #f6f6f6;
    padding: 10px 5px;
    text-align: center;
    color: #242f51;
}

.bsingle__content h1,
.bsingle__content h2,
.bsingle__content h3,
.bsingle__content h4,
.bsingle__content h5,
.bsingle__content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}
.pages-content h1,
.pages-content h2,
.pages-content h3,
.pages-content h4,
.pages-content h5,
.pages-content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}
.comment-list h1,
.comment-list h2,
.comment-list h3,
.comment-list h4,
.comment-list h5,
.comment-list h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}

.inner-linke-page {
    font-size: 16px;
    font-weight: 700;
    color: #242f51;
}
.inner-linke-page a {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    background: #ff2222;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.inner-linke-page a:hover {
    color: #ffffff;
    background: #242f51;
}
.inner-linke-page > span {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: 400;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    background: #242f51;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}
pre {
    padding: 30px;
    background: #f6f6f6;
}
pre cite {
    color: #000;
}
.inner-linke-page {
    margin-bottom: 50px;
}
.attachment-aports-featured-large {
    width: 100%;
    height: auto;
}
.quote-post {
    min-height: 200px;
}
/* 0. Woocommcrece Theme default css */
.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 400;
    display: inline-block;
}
.short-ul {
    margin-bottom: 50px;
}
.woocommerce .cst-woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce .cst-woocommerce #respond input#submit.alt,
.woocommerce .cst-woocommerce a.button.alt,
.woocommerce .cst-woocommerce button.button.alt,
.woocommerce .cst-woocommerce input.button.alt,
.woocommerce .cst-woocommerce #respond input#submit,
.woocommerce .cst-woocommerce a.button,
.woocommerce .cst-woocommerce button.button,
.woocommerce .cst-woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    text-transform: uppercase;
    -moz-user-select: none;
    background: #ff2222;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 30px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}
.woocommerce-cart .page,
.woocommerce-account .page,
.woocommerce-checkout .page {
    width: 100%;
}

.cst-woocommerce
    .columns-3
    .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    left: 30%;
}
.cst-woocommerce .columns-3 .button.product_type_variable.add_to_cart_button {
    left: 28%;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs img {
    width: auto;
}
.woocommerce .summary .price {
    font-size: 18px !important;
    font-weight: 500;
}
.woocommerce-review-link .count,
.woocommerce-review-link {
    font-size: 14px;
    color: #ababab;
}
.woocommerce .star-rating {
    color: #f1d700;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 48%;
    overflow: hidden;
}
.woocommerce .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce .button.product_type_variable.add_to_cart_button,
.woocommerce .button.product_type_grouped {
    top: 37%;
    opacity: 0;
    position: absolute !important;
    left: 21%;
}
.woocommerce
    .products
    li:hover
    .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce
    .products
    li:hover
    .button.product_type_variable.add_to_cart_button,
.woocommerce .products li:hover .button.product_type_grouped {
    opacity: 1;
    margin-top: 0px;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: 0.5em 0.5em 0 0;
    min-height: 2.236em;
    min-width: 5.236em;
    background-color: #f00;
    border-radius: 0;
    line-height: 2.236;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce span.onsale {
    margin: 15px;
    min-height: 2.236em;
    min-width: 5.236em;
    background-color: #f00;
    border-radius: 0;
    line-height: 2.236;
    font-weight: 500;
    text-transform: uppercase;
}
.posted_in a {
    color: #444d69;
    font-weight: 400;
}
.woocommerce div.product form.cart {
    margin: 2em 0;
}
.woocommerce .quantity .qty {
    width: 90px;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 3px 8px;
    margin-top: 3px;
    margin-bottom: 7px;
    margin-right: 7px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 18px;
}
.woocommerce
    div.product
    form.cart
    .group_table
    td.woocommerce-grouped-product-list-item__label {
    vertical-align: middle;
}
.woocommerce
    div.product
    form.cart
    .group_table
    td.woocommerce-grouped-product-list-item__label
    label
    a {
    margin-top: 10px;
    color: #242f51;
    display: inline-block;
}
.woocommerce ul li {
    list-style: none !important;
}
.woocommerce div.product form.cart .group_table td {
    border: 0;
    vertical-align: middle;
}
.woocommerce .orderby {
    width: 200px;
    line-height: 44px;
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin-top: -14px;
    background: #f5f5f5;
    color: #5a5a5a;
}
.woocommerce .product_meta {
    font-weight: 500;
    color: #242f51;
}
.woocommerce .sku {
    font-weight: 400;
    color: #444d69;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    box-shadow: inherit !important;
    border-radius: 0;
    border: none;
}
.woocommerce .sku_wrapper {
    display: block;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #f5f5f566;
    text-align: center;
    padding-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: none;
    border-radius: 0 0 0 0;
    margin: 0 0px;
    padding: 10px 3em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ff2222;
    z-index: 2;
    border-bottom-color: #ff2222;
    border: none;
    color: #fff;
    border-radius: 0;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #ff2222;
    font-size: 12px;
}
.woocommerce-tabs.wc-tabs-wrapper h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.3s;
}
.related.products h2,
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    transition: 0.3s;
}
.woocommerce-cart-form th,
.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.order_details th,
.account-orders-table th {
    background: #242f51;
    padding: 10px 0;
    color: #fff;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 173px;
    padding: 12px;
    border-radius: 30px;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 0.857em;
    position: absolute;
    top: 15px;
    left: 15px;
}
.cst-woocommerce .page-title {
    display: none;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}
.woocommerce form .form-row label {
    line-height: 2;
    width: 100%;
}
.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
}
.col2-set {
    margin-bottom: 50px;
}
.woocommerce-MyAccount-navigation li {
    background: #242f51;
    padding: 15px 25px;
    margin-bottom: 3px;
}
.woocommerce-MyAccount-navigation li:hover {
    background: #ff2222;
    padding: 15px 25px;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation li a {
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
    background: #f5f5f5;
    padding: 50px;
    min-height: 500px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #242f51;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #ff2222;
    color: #fff;
}
.wc-prodcut {
    background: #fff;
    transition: 0.3s;
}
.wc-prodcut:hover {
    box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);
}
.wc-prodcut:hover .blog-btn {
    color: #fff;
    background: #ff2222;
}
.wc-prodcut.active {
    box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);
}
.wc-prodcut.active .blog-btn {
    color: #fff;
    background: #ff2222;
}
.wc-content {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    z-index: 1;
}
.wc-content h4 {
    font-size: 19px;
    line-height: 1.3;
}
.wc-prodcut .product-buttons a {
    background: #ff2222;
    color: #fff;
    padding: 15px 30px;
    float: left;
    position: absolute;
    top: 30%;
    left: 32%;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    opacity: 0;
}
.wc-prodcut:hover .product-buttons a {
    opacity: 1;
    top: 40%;
}
.woocommerce-Price-amount.amount {
    color: #ff2222;
    font-size: 1.25em;
    font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.button.product_type_external {
    display: none !important;
}
/* 16. pagination */
.woocommerce-pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}
.woocommerce-pagination .page-numbers .page-numbers {
    display: inline-block;
    margin: 0 5px;
}
.woocommerce-pagination .page-numbers .page-numbers {
    border: none;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 40px;
    background: #ff2222;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.woocommerce-pagination .page-numbers .page-numbers:hover {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #242f51;
    color: #fff;
}
.woocommerce-pagination .page-numbers .page-numbers.current {
    background: #242f51;
    color: #ffffff;
}
.pagination-wrap .pagination {
    display: block;
    border-radius: unset;
}
.pagination-wrap .pagination li {
    display: inline-block;
    margin-right: 6px;
    margin-left: 0;
    margin-bottom: 0;
}
.pagination-wrap .pagination li.active a {
    background: #ff2222;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}
.pagination-wrap .pagination li a {
    border: none;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    background: transparent linear-gradient(90deg, #ff2222 0%, #ff2222 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #eb3449a6;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.pagination-wrap .pagination li a:hover {
    color: #ffffff;
    background: #ff2222;
}

/* Here's the new CSS to add... */

.admin-bar .menu-area {
    margin-top: 15px;
}
.admin-bar .second-header {
    margin-bottom: -70px;
}
.admin-bar .sticky-menu {
    top: 32px;
    margin-top: 0;
}

/* 24. call */

.call-area h2 {
    color: #fff;
    font-size: 38px;
}
.call-area h2 span {
    color: #ff2222;
}
.call-area p {
    color: #fff;
    opacity: 0.9;
}
.number {
    font-size: 55px;
    font-weight: 600;
    color: #ff2222;
}

/* Shop */
.shop-area select {
    padding: 10px;
}
.product__img {
    position: relative;
}
.product__img img {
    width: 100%;
}
.product:hover .product-action a {
    margin: 0 5px;
    opacity: 1;
    visibility: visible;
}

.product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.product-action a {
    display: inline-block;
    background: #ffffff;
    line-height: 40px;
    color: #a39fb4;
    margin: 0 8px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    padding: 0 20px;
}

.product-action a:hover {
    background: #ff2222;
    color: #ffffff;
}

.pro-cat {
    margin-bottom: 15px;
    display: block;
}

.pro-cat a {
    color: #ff2222;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.pro-title {
    margin-bottom: 12px;
}

.pro-title a {
    font-size: 24px;
}

.pro-title a:hover {
    color: #ff2222;
}

.price span {
    color: #595b6b;
    font-size: 14px;
    display: inline-block;
    margin: 0 5px;
}

.price span.old-price {
    color: #b5b5b5;
    text-decoration: line-through;
}

.product-showing p {
    margin: 0;
    border: 2px solid #eaedff;
    padding: 17px 30px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .product-showing p {
        padding: 17px 15px;
    }
}

.pro-filter {
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    .pro-filter {
        float: left;
    }
}
.img,
img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.pro-filter select {
    border: 2px solid #eaedff;
    padding: 17px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    color: #6f7172;
    appearance: none;
    -moz-appearance: none;
    width: 145px;
    font-weight: 500;
}
.pro-filter .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 48px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.pro-filter::before {
    content: "\f107";
    right: 15px;
    top: 15px;
    position: absolute;
    color: #758799;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.shop-tab ul li {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .shop-tab ul li {
        margin-left: 10px;
    }
}

.shop-tab ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #6f7172;
    letter-spacing: 2px;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #f6f6ff;
    line-height: 51px;
    text-align: center;
}

.shop-tab ul li a.active {
    color: white;
    background: #8fb569;
}

.shop-thumb-tab {
    width: 160px;
    float: right;
}

@media (max-width: 767px) {
    .shop-thumb-tab {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .shop-thumb-tab ul {
        margin: 0 -5px;
    }
}

.shop-thumb-tab ul li {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .shop-thumb-tab ul li {
        width: 33.33%;
        float: left;
        padding: 0 5px;
    }
}

.shop-thumb-tab ul li a {
    padding: 0;
}

.product-details-img {
    margin-right: 180px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product-details-img {
        margin-left: 0;
    }
}

.product-details-title p {
    color: #6a667b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product-details-title h1 {
    font-size: 40px;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -2px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .product-details-title h1 {
        font-size: 36px;
    }
}
.details-price span {
    color: #ff2222;
    font-size: 20px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 10px;
}

.details-price {
    border-bottom: 2px solid #eaedff;
}

.product-cat span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #100d1c;
}

.product-cat a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}

.product-cat a:hover {
    color: #8fb569;
}

.product-social a {
    margin-right: 10px;
    background: #f5f5ff;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border-radius: 30px;
    color: #6f7172;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 767px) {
    .product-social a {
        margin-bottom: 10px;
    }
}

.product-social a:hover {
    background: #8fb569;
    color: #ffffff;
}

.plus-minus {
    display: inline-block;
}

@media (max-width: 767px) {
    .plus-minus {
        display: block;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .plus-minus {
        display: inline-block;
        margin-bottom: 0;
    }
}

.action-btn {
    background: #8fb569;
    padding: 20px 25px;
    border: none;
    margin-left: 15px;
    color: #ffffff;
    display: inline-block;
}

.action-btn:hover {
    background: #ff2222;
    color: #ffffff;
}
.product-action-list {
    overflow: hidden;
}
.product-action-list a {
    float: left;
}

@media (max-width: 767px) {
    .product-action-list a.btn {
        padding: 23px 30px;
        margin-bottom: 7px;
    }
}

@media (max-width: 767px) {
    .product-action-list a.action-btn {
        margin-left: 5px;
        margin-bottom: 7px;
    }
}

.cart-plus-minus input {
    height: 60px;
    width: 100px;
    border: 0;
    border: 2px solid #eaedff;
    text-align: center;
    -moz-appearance: none;
    appearance: none;
}

.cart-plus-minus {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.cart-plus-minus .qtybutton {
    position: absolute;
    top: 15px;
    left: 17px;
    font-size: 20px;
    color: #c4bedd;
    cursor: pointer;
}

.cart-plus-minus .inc {
    left: auto;
    right: 17px;
}

.additional-info .table td,
.additional-info .table th {
    padding: 0.75rem 0;
    vertical-align: top;
    border-top: 1px solid #f6f6f6;
    font-weight: 400;
}

.shop-cat a {
    padding: 45px 30px;
    border: 2px solid #eaedff;
    display: block;
}

.shop-cat a i {
    font-size: 100px;
    color: #8fb569;
    margin-bottom: 30px;
    transition: 0.3s;
}

.shop-cat a h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    transition: 0.3s;
    letter-spacing: 1px;
}

.shop-cat a:hover {
    background: #8fb569;
    border-color: #8fb569;
}

.shop-cat a:hover i {
    color: #ffffff;
}

.shop-cat a:hover h4 {
    color: #ffffff;
}

.product-list-content .price span:first-child {
    margin-left: 0;
}

.bakix-details-tab ul {
    border-bottom: 2px solid #e1e1e1;
}

.bakix-details-tab ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #242f51;
    letter-spacing: 2px;
    padding: 0;
    text-transform: capitalize;
    position: relative;
    padding: 0 25px;
}

@media (max-width: 767px) {
    .bakix-details-tab ul li a {
        padding: 0 10px;
    }
}

.bakix-details-tab ul li a.active {
    color: #ff2222;
}

.bakix-details-tab ul li a.active:before {
    position: absolute;
    bottom: -32px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: #ff2222;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .bakix-details-tab ul li a.active:before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bakix-details-tab ul li a.active:before {
        display: block;
    }
}

/* Cart */
.table-content table {
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.table-content table td.product-name a:hover {
    color: #ff2222;
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #eaedff;
    border-right: 1px solid #eaedff;
}

.product-quantity input {
    border: none;
    color: #6f7172;
    font-size: 14px;
    font-weight: normal;
    border: 0;
}

.table td,
.table th {
    border-top: 1px solid #eaedff;
}

.product-quantity > input {
    width: 80px;
    border-radius: 3px;
}

.table-content table td.product-subtotal {
    font-size: 16px;
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}

.coupon-all {
    margin-top: 50px;
}

.coupon {
    float: left;
}

@media (max-width: 767px) {
    .coupon {
        float: none;
    }
}
#coupon_code {
    height: 62px;
    border: 2px solid #eaedff;
    padding: 0 15px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    #coupon_code {
        margin-bottom: 15px;
    }
}

.coupon2 {
    float: right;
}

@media (max-width: 767px) {
    .coupon2 {
        float: none;
        margin-top: 15px;
    }
}

.cart-page-total {
    padding-top: 50px;
}

.cart-page-total > h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cart-page-total > ul {
    border: 1px solid #eaedff;
}

.cart-page-total > ul > li {
    list-style: none;
    font-size: 15px;
    color: #6f7172;
    padding: 10px 30px;
    border-bottom: 1px solid #eaedff;
    font-weight: 400;
}

.cart-page-total ul > li > span {
    float: right;
}

.cart-page-total li:last-child {
    border-bottom: 0;
}
td.product-thumbnail img {
    width: 125px;
}

/*Checkout */
.coupon-accordion h3 {
    background-color: #fff1f0;
    border-top: 3px solid #ff2222;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}

.coupon-accordion h3::before {
    content: "\f07b";
    left: 15px;
    top: 13px;
    position: absolute;
    color: #6f7172;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    transition: 0.3s;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: #ff2222;
}

.coupon-content {
    border: 1px solid #eaedff;
    display: none;
    margin-bottom: 20px;
    padding: 30px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
}

.coupon-info p {
    margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
    color: #6f7172;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #eaedff;
    height: 45px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 100%;
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
    background: #ff2222 none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.form-row > label {
    margin-top: 15px;
    margin-left: 15px;
    color: #6f7172;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #242f51 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

p.lost-password {
    margin-top: 15px;
}

p.lost-password a {
    color: #6f6f6f;
}

p.checkout-coupon input[type="text"] {
    height: 45px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #eaedff;
    margin-bottom: 15px;
}

.coupon-checkout-content {
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

.country-select label,
.checkout-form-list label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: red;
}

.country-select select {
    -moz-appearance: none;
    border: 1px solid #eaedff;
    height: 45px;
    padding-left: 10px;
    width: 100%;
    color: #6f7172;
}

.country-select::before {
    content: "\f107";
    right: 15px;
    top: 38px;
    position: absolute;
    color: #6f7172;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.checkout-form-list {
    margin-bottom: 30px;
}

.checkout-form-list label {
    color: #6f7172;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 45px;
    padding: 0 0 0 10px;
    width: 100%;
}

.checkout-form-list input[type="text"]::-moz-placeholder,
.checkout-form-list input[type="password"]::-moz-placeholder,
.checkout-form-list input[type="email"]::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
}

.checkout-form-list input[type="text"]::placeholder,
.checkout-form-list input[type="password"]::placeholder,
.checkout-form-list input[type="email"]::placeholder {
    color: #6f7172;
    opacity: 1;
}

.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.create-acc label {
    color: #6f7172;
    display: inline-block;
}

.create-account {
    display: none;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    color: #6f7172;
}

.order-notes textarea {
    border: 1px solid #eaedff;
    height: 90px;
    padding: 15px;
    width: 100%;
}

.order-notes textarea::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
}

.order-notes textarea::placeholder {
    color: #6f7172;
    opacity: 1;
}

#ship-box-info {
    display: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    border-radius: 0;
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid #eaedff;
}

@media (max-width: 767px) {
    .your-order {
        padding: 15px;
    }
}

.your-order h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #eaedff;
    border-right: medium none;
    color: #6f7172;
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
}

@media (max-width: 767px) {
    .your-order-table table th,
    .your-order-table table td {
        padding-right: 10px;
    }
}

.your-order-table table th {
    border-top: medium none;
    color: #6f7172;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.panel-body > p {
    color: #222;
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}

.your-order-table table .shipping ul li label {
    color: #6f7172;
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
    color: #ff2222;
    font-size: 18px;
    font-weight: 500;
}

.payment-method {
    margin-top: 40px;
}

.panel-title > a {
    display: block;
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.order-button-payment input:hover {
    background: #fe4536 none repeat scroll 0 0;
}

.payment-method .btn-link {
    -moz-user-select: none;
    background: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.payment-method .card {
    background-color: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #eaedff;
}

.card-header:first-child {
    border-radius: 0;
}

.payment-method .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
    width: 100%;
}
.country-select .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0;
    border: solid 1px #eaedff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 19px;
}

/* 24. Login */
.zcube-login {
    padding: 90px;
    border: 2px solid #eaedff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .zcube-login {
        padding: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .zcube-login {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .zcube-login {
        padding: 30px;
    }
}

.zcube-login h3 {
    font-size: 30px;
}

.zcube-login input {
    width: 100%;
    height: 60px;
    border: 2px solid #eaedff;
    color: #6f7172;
    padding: 0 20px;
    margin-bottom: 20px;
}

.zcube-login label {
    color: #222;
    display: block;
}

.zcube-login label span {
    color: #fe4536;
}

.login-action input {
    width: inherit;
    height: auto;
}

.login-action label {
    display: inline-block;
    margin-left: 5px;
}

.or-divide {
    border-top: 2px solid #eaedff;
    margin: 40px 0;
    text-align: center;
    position: relative;
}

.or-divide span {
    position: absolute;
    left: 0;
    right: 0;
    top: -9px;
    background: #ffffff;
    display: inline-block;
    width: 40px;
    margin: auto;
    line-height: 1;
    font-weight: 500;
}

@media (max-width: 767px) {
    .forgot-login {
        float: none;
    }
}

.forgot-login a {
    color: #fe4536;
}

.forgot-login a:hover {
    color: #84b77c;
}

@media (max-width: 767px) {
    .log-rem {
        float: none;
        margin-bottom: 10px;
        display: block;
    }
}

/*Services Category*/

.services-categories {
    position: relative;
    margin-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.03);
}

.services-categories li {
    position: relative;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    z-index: 9;
}

.services-categories li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.services-categories li:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #dc3545;
    content: "";
    opacity: 0;
    visibility: hidden;
}

.services-categories li.active:before,
.services-categories li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-categories li a {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 30px;
    padding: 10px 25px;
    display: block;
    padding-left: 38px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-categories li.active a,
.services-categories li:hover a {
    color: #ffffff;
}

.services-categories li a:before {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 12px;
    line-height: 30px;
    color: #222222;
    font-weight: 900;
    content: "\f0da";
    font-family: "Font Awesome 5 pro";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-categories li.active a:before,
.services-categories li:hover a:before {
    color: #ffffff;
}

.services-categories li a:after {
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ff2222;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.services-categories li.active a:after,
.services-categories li:hover a:after {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*=== Brochures Box ===*/

.brochures-box {
    position: relative;
    margin-bottom: 50px;
}

.brochures-box .inner {
    position: relative;
    background-color: #2a2e48;
    padding: 35px 30px 25px;
}

.brochures-box h4 {
    display: block;
    font-size: 17px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}

.brochures-box .text {
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 20px;
}

.brochures-box .theme-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 20px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.brochures-box .theme-btn i {
    margin-right: 3px;
}
.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background-color: #cb212a;
    padding: 15px 35px;
    font-weight: 700;
    overflow: hidden;
}

/*Help Box*/

.help-box {
    position: relative;
    background-size: cover;
    padding: 30px 25px;
}

.help-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(54, 54, 54, 0.9);
}

.help-box > span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.help-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.help-box p {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.help-box .theme-btn {
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 700;
}

/***

====================================================================
		Service Detail
====================================================================

***/

.service-detail {
    position: relative;
    padding-left: 20px;
}

.service-detail .images-box {
    position: relative;
    margin: 0 -5px;
}

.service-detail .images-box .column {
    padding: 0 5px;
}

.service-detail .images-box .image {
    position: relative;
    margin-bottom: 10px;
}

.service-detail .images-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.service-detail .content-box {
    position: relative;
    padding: 20px 0 0;
}

.service-detail .content-box h2 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    color: #343a40;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-detail .content-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #343a40;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-detail .content-box p {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.service-detail .two-column {
    position: relative;
}

.service-detail .two-column .title {
    margin-bottom: 40px;
}

.service-detail .two-column p {
    margin-bottom: 25px;
}

.service-detail .two-column .image-column {
    position: relative;
    margin-bottom: 26px;
}

.service-detail .two-column .image-column .image {
    margin-bottom: 0;
}

.service-detail .two-column .text-column {
    position: relative;
}

.service-detail .prod-tabs {
    position: relative;
}

.service-detail .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #dddddd;
}

@media only screen and (min-device-width: 768px) {
    .service-detail .prod-tabs .tab-btns .tab-btn {
        position: relative;
        top: 1px;
        display: block;
        float: left;
        margin-right: 5px;
        font-size: 16px;
        color: #333333;
        background: #ffffff;
        text-transform: capitalize;
        font-weight: 400;
        line-height: 23px;
        cursor: pointer;
        border: 1px solid #e5e5e5;
        border-bottom: 0;
        padding: 10px 25px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .service-detail .prod-tabs .tab-btns .tab-btn {
        position: relative;
        top: 1px;
        display: block;
        font-size: 16px;
        color: #333333;
        background: #ffffff;
        text-transform: capitalize;
        font-weight: 400;
        line-height: 23px;
        cursor: pointer;
        border: 1px solid #e5e5e5;
        border-bottom: 0;
        padding: 10px 25px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
}

.service-detail .prod-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: #dc3545;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:before,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before {
    width: 100%;
    left: 0;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #ff2222;
    background: #ffffff;
}

.service-detail .prod-tabs .tabs-content {
    position: relative;
    padding: 25px 30px 45px;
    border: 1px solid #dddddd;
}

.service-detail .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.service-detail .prod-tabs .tabs-content .tab .content {
    position: relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 0px;
}
.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.list-style-one li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.list-style-one li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: #cb212a;
    content: "\f101";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}

/***

====================================================================
		Project Detail
====================================================================

***/

.project-detail {
    position: relative;
    padding: 100px 0 85px;
    z-index: 8;
}

.project-detail .upper-box {
    position: relative;
    margin-bottom: 40px;
}

.project-detail .upper-box .image {
    position: relative;
    margin-bottom: 0;
}

.project-detail .upper-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.project-detail .single-item-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -50px;
}

.project-detail .single-item-carousel .owl-next,
.project-detail .single-item-carousel .owl-prev {
    position: absolute;
    left: 0;
    height: 100px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 18px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .single-item-carousel .owl-next {
    left: auto;
    right: 0px;
}

.project-detail .single-item-carousel .owl-next:hover,
.project-detail .single-item-carousel .owl-prev:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000000;
}

.project-detail .text-column {
    position: relative;
}

.project-detail .text-column .inner-column {
    position: relative;
    padding-right: 30px;
}

/* Lower Content */

.project-detail .lower-content {
    position: relative;
}

.project-detail .lower-content h2 {
    position: relative;
    display: block;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.project-detail .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.project-detail .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.project-detail .lower-content p {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.project-detail .info-column {
    position: relative;
}

.project-detail .info-column .inner-column {
    position: relative;
    padding: 30px;
    box-shadow: 3px 4px 25px #0000001a;
}

.project-detail .project-info {
    position: relative;
}

.project-detail .project-info li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.project-detail .project-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 28px;
    color: #dc3545;
}

.project-detail .project-info li strong {
    color: #242f51;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.project-detail .project-info li p {
    font-size: 15px;
    line-height: 24px;

    font-weight: 400;
    margin-bottom: 0;
}

.project-detail .project-info li p a {
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .project-info li p a:hover {
    color: #dc3545;
}

/* Load More Option */
.load-more-option {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.load-more-option li.prev a,
.load-more-option li.next a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    width: 80px;
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
    background-color: #ff2222;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option li.prev a:hover,
.load-more-option li.next a:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.load-more-option .load-more {
    position: relative;
    display: inline-block;
    font-size: 30px;
}

.load-more-option .load-more a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 42px;
    color: #dc3545;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option .load-more a:hover {
    color: #000000;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.video2 {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 0;
}
/* 8. newslater-area */
.newslater-area h2,
.newslater-area p {
    color: #fff;
}
.newslater-area p {
    opacity: 0.8;
}
.newslater input {
    background: #fff !important;
    border-radius: 30px;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    padding: 9px 30px;
    color: #000 !important;
    height: calc(1.5em + 0.75rem + 10px);
    width: 100% !important;
    border-radius: 30px !important;
}
.newslater .form-group {
    margin-bottom: 0;
}
.newslater button {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
}
.newslater button:hover {
    background: #ff3494;
    color: #fff;
}

.newslater *::-moz-placeholder {
    color: #939393;
    font-size: 14px;
    opacity: 0.8;
    opacity: 1;
}
.newslater *::placeholder {
    color: #939393;
    opacity: 0.8;
    font-size: 14px;
    opacity: 1;
}
.newslater-area #contact-form4 {
    margin-top: 0;
    float: right;
    width: 80%;
}
.newslater-area #contact-form4 button {
    border-radius: 50%;
    background: #ff2222;
    color: #fff;
    width: 51px;
    height: 51px;
    padding: 0;
    right: 11px;
}
.slick-slide {
    outline: none;
}
.graph-area h2,
.graph-area h4 {
    color: #fff;
}
.graph-area p {
    color: #ffffffc4;
}
.graph-area ul {
    margin-top: 30px;
}
.graph-area li {
    display: flex;
    margin-bottom: 15px;
}
.graph-area li .icon {
    width: 100px;
    margin-left: -10px;
}
/* 8. search-popup */
.search-popup {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 0 0;
    margin-top: 200px;
    text-transform: uppercase;
}
.search-bg {
    background: #f5f5f5;
    opacity: 1;
}
.close2 {
    color: #ff2222;
    cursor: pointer;
    font-size: 14px;
}
.search-bg a i {
    color: #ff2222;
    font-size: 18px;
}
.search-outer {
    border-bottom: 1px solid #282828;
    float: left;
    margin-top: 100px;
    padding-bottom: 16px;
    width: 100%;
}
.search-outer input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-size: 14px;
    width: 100%;
}
span.red {
    color: red;
}
div.red {
    color: red;
}
.footer-address{flex:0 0 85%;max-width: 85%;padding:0;}


@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}

@media (max-width: 820px) {
    .hidden-pad {
        display: none;
    }
    .footer-address{flex:0 0 90%;max-width: 90%;padding:0;}
}

.onlymobile {
    display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .onlymobile {
        display: inline;
    }
}

h5.red {
    color: #ff2222;
}
h3.red {
    color: #ff2222;
}

hr.about {
    border: 1px solid red;
}
.problem-style {
    border: #ff2222 1px solid;
    border-radius: 4px;
    padding: 20px 30px;
    margin: 10px;
}
.problem-style:hover {
    background-color: #fff9f9;
    border-radius: 4px;
    padding: 20px 30px;
    margin: 10px;
}
.team-style {
    background-color: #fff7f7;
    padding: 20px;
    height: 400px;
}
.team-style:hover {
    box-shadow: 0 5px 10px #fe373777;
}

.healthcare_passion_img {
    height: 500px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .healthcare_passion_img {
        height: 100%;
    }
    .team-style {
        background-color: #fff7f7;
        padding: 20px;
        height: 420px;
    }
}

/*for home page social section*/
.main-socio {
    width: 100%;
    display: flex;
}

.total-screening {
    /* height: -10%; */
    justify-content: center;
    align-items: center;
    margin-right: 50px;
    left: 24%;
    display: flex;
    flex-direction: column;
    position: absolute;
    margin-top: 285px;
}

.total-text {
    font-size: 1.2rem;
    font-weight: 600;
}

.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 62%;
}
.usp{
    margin: 20px; 
    border:solid; 
    border-radius: 7px; 
    border-color:red; 
    width:37vw;
}

.gender{
    display: flex;
    justify-content: space-between;
    /* gap: 45%; */
    width: 80%
}
.usp-content{
    gap: 5%; 
    align-items:center;
    justify-content: center;
}
.social-impact{
    margin: 20px; 
    border:solid; 
    border-radius :10px; 
    border-color:red; 
    width: 45vw;
}

.flex-col{
    display: none;
    /* display: flex; */
    justify-content: center;
    width: 100%;
}
.row-one{
    display: flex;
    gap: 5%;
    width: 400px;
}
.row-two{
    display: flex;
    gap: 7%;
    width: 400px;
}

.uspofezecheck{
    position: absolute; 
    background: red; 
    padding: 6px; 
    left: 59%;
    margin-top: 4px; 
    border-radius: 20px; 
    color:white; 
    font-weight: 600;
    padding-left:15px; 
    padding-right:15px
}

.fordesktop{
    display: block;
    display: flex;
    justify-content: center;
    gap: 6%;
}

.socialimpact{
    position: absolute; 
    background: red; 
    padding: 6px; 
    left: 59%; 
    margin-top: 117px; 
    border-radius: 20px; 
    color:white; 
    font-weight: 600; 
    padding-left:25px; 
    padding-right:25px
}
.total-screen{
    font-size: 1.2rem; 
    color: red; 
    font-weight: 600;
}
.uspEzecheck{
    color: red; 
    font-weight:bold; 
    font-size:12px;
    margin-top: 10px;
}

.social-text{
    color: red; 
    font-weight:600; 
    font-size:12px;
}
.male-num{
    font-size: 3vh; 
    color:red; 
    font-weight: bold;
}

.IOT{
    margin-top: 20px;
}
@media only screen and (min-device-width: 760px) and (max-device-width: 1000px){
    .main-socio {
        width: 100%;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .social-text{
        color: red; 
        font-weight:500; 
        font-size:18px;
    }
    .number-social{
        font-size: 20px;
    }
    .total-screening {
        height: 53%;
        justify-content: center;
        align-items: center;
        margin-right: 80px;
        left: 41%;
        display: flex;
        position: absolute;

        img {
            height: 15vh;
        }
    }

    .total-text {
        font-size: 1.4rem;
        font-weight: 600;
    }

    .total-screen {
        font-size: 1.4rem;
        color: red;
        font-weight: 600;
    }
    .main-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .usp{
        margin: 20px;
        border:solid; 
        border-radius: 7px; 
        border-color:red; 
        width:80vw;
    }
    .gender{
        display: flex;
        justify-content: space-between;
        gap: 20%;
    }
    .social-impact{
        margin: 20px; 
        border:solid; 
        border-radius :10px; 
        border-color:red; 
        width: 95vw;
    }
    /* .usp-content{
        gap: 3%; 
        align-items:center;
    } */

    .uspEzecheck{
        color: red; 
        font-weight:bold; 
        font-size:18px;
        margin-top: 10px;
    }
    .flex-col{
        display: none;
        flex-direction: column;
    }
    .row-one{
        display: flex;
        gap: 10%;
    }
    .row-two{
        display: flex;
        justify-content: center;
        /* gap: 5%; */
    }
    .uspofezecheck{
        display: none;
    }
    .flex-col{
        display: none;
    }
    .socialimpact{
        display: none;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .male-num{
        font-size: 1.9vh; 
        color:red; 
        font-weight: bold;
    }
    .main-socio {
        width: 100%;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .total-screen{
        font-size: 0.8rem; 
        color: red; 
        font-weight: 600;
    }
    .uspEzecheck{
        color: red; 
        font-weight:bold; 
        font-size:10px;
        margin-top: 10px;
    }
    .IOT{
        margin-top: 15px;
    }
    
    .gender{
        display: flex;
        justify-content: space-between;
        /* gap: 20%; */
        width: 100%;
    }

    .total-screening {
        height: 0%;
        justify-content: center;
        align-items: center;
        /* margin-right: 16px; */
        left: 40%;
        display: flex;
        position: absolute;
        img {
            height: 77px;
        }
    }

    .total-text {
        font-size: 0.7rem;
        font-weight: 600;
    }

    .total-screen {
        font-size: 0.7rem;
        color: red;
        font-weight: 600;
    }
    .main-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .usp{
        margin: 20px;
        border:solid; 
        border-radius: 7px; 
        border-color:red; 
        width:95vw;
    }
    .gender{
        display: flex;
        justify-content: space-between;
        gap: 20%;
    }
    .social-impact{
        margin: 20px; 
        border:solid; 
        border-radius :10px; 
        border-color:red; 
        width: 95vw;
    }
    .usp-content{
        gap: 3%; 
        align-items:center;
    }
    .flex-col{
        display: flex;
        flex-direction: column;
    }
    .row-one{
        display: flex;
        gap: 10%;
    }
    .row-two{
        display: flex;
        justify-content: center;
        /* gap: 5%; */
    }
    .uspofezecheck{
        display: none;
    }
    .flex-col{
        display: block;
    }
    .fordesktop{
        display: none;
    }
    .socialimpact{
        display: none;
    }
}

@media only screen and (min-device-width: 1201px) and (max-device-width: 1367px) {
    .total-screening { left: 20%;margin-top: 305px; }
    .uspofezecheck {left: 63%;}
    .socialimpact {left: 63%;}
    
}

.achivement{
    border-style: solid;
    border-radius: 20px;
    color: red;
    margin-bottom: 20px;
    gap: 2%;
    padding: 10px;
    justify-content: center;
    width: 95%;
}
.border-of-achievement{
    display: flex;
    justify-content: center;
}
.achievement-text{
    font-weight: 1000;
}
.single-achievements img{
    width: 150px;
}
.single-achievements{
    text-align: center;
}

.slick-slider {
    &.certificate-logos{
        .slick-slide{
          &.slick-current,
            &.slick-center {
                transform: scale(1.4);
                transition: all 0.3s ease;
              }
        }
    }
    &.clinical-logos{
        .slick-slide{
          &.slick-current,
            &.slick-center {
                transform: scale(1.4);
                transition: all 0.3s ease;
              }
        }
    }
}

.socio-economic-box {
    background-color: #fb0000;
    border-radius: 25px; /* Adjust the value for more or less rounded corners */
    padding: 20px; /* Optional, to add space inside the box */
    color: white; /* Optional, to change the text color inside the box */
    width: 185px; /* Optional, specify the width */
    height: 200px; /* Optional, specify the height */
    overflow:hidden;
    margin: 0 auto;
}
.socio-economic-box .w-text-1{ font-size:16px;font-weight:bold;display:block;line-height: 18px;}
.socio-economic-box .w-text-2{ font-size:20px;padding-top: 3px;}
.socio-economic-box img{position:relative; left:45px;top:5px;max-width:none}
.grow img{ transition: 1s ease; }
.grow img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s ease;
}
h2 .white-bold {  color: #fff; font-weight: bold; }
.main-menu{font-size: 16px;}
.screening {display: none;}
.screening .w-text-1{ color:#fff;font-size:18px;font-weight:bold;display:block;line-height: 18px;text-align:left}
.screening .w-text-2{ color:#fff;font-size:20px;padding: 3px 3px;display:block;;text-align:left;background-color: #ff2222;line-height: 18px;}

.socio-economic {display: none;}
.socio-economic .w-text-1{ color:#fff;font-size:18px;font-weight:bold;display:block;line-height: 30px;text-align:left}
.socio-economic .w-text-2{ color:#fff;font-size:20px;padding: 3px 3px;text-align:left;background-color: #ff2222;line-height: 18px;}

#our-achievements-top .r-text-1{ color:#000;font-size:28px;display:block;line-height: 30px;text-align:center;}
#our-achievements-top .r-text-2{ color:#f00;font-size:40px;padding: 3px;text-align:center;line-height: 30px;font-weight:bolder;display:inline-block;} /*background-color: #fff2f2;*/

.tooltip .tooltip-inner {
    background-color: #fff;  /* Dark background */
    color: #343a40;                /* White text */
    font-weight: mormal;          /* Bold text */
    font-size: 16px;            /* Adjust font size */
    padding: 8px 12px;          /* Custom padding */
    border-radius: 6px;         /* Rounded corners */
    max-width: 400px !important; /* Increase max width */
}
.bs-tooltip-top .arrow::before{border-top-color: #fff}
.bs-tooltip-bottom .arrow::before{border-bottom-color: #fff}

.total-screening-parallax {
    /* The image used */
    background-image: url("../img/socio/screening-bg.webp?1");
    /* Set a specific height */
    min-height: 460px; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;
}
.our-associates-parallax{
    /* The image used */
    background-image: url("../img/brand/associates-bg.webp?1");
    /* Set a specific height */
    min-height: 450px; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;
}
.section-title-white h3 {
    font-size: 34px;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: bold;
    color: #fff;
}
/*.vision-mission{
    background-color: #ff0000;
    min-height: 400px; 
}*/
.section-title h3 .red-bold {
    color: #ff2222;
    font-weight: bold;
}
.product-logos-box{min-height:350px;border: 4px solid #c0c0c0;border-radius: 20px;box-shadow: 1px 2px 4px 4px #c0c0c0;margin:15px;padding:15px 25px;}
.product-view-btn{background: #BD2224; padding: 10px 25px !important;
    width: 90px; text-align: center;
    color: #fff !important; border-radius: 10px;display:block;height:40px;}

.product-features{border-style: solid; border-radius: 20px;
    color: red; margin-bottom: 20px; padding: 10px;
    justify-content: center; width: 95%;}   

@media (min-width: 992px) { /* Large screens (≥992px) */
    .custom-col-lg {
        flex: 0 0 calc(100% / 7);
        max-width: calc(100% / 7);
    }
}
.contact-us-field label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    cursor: unset;
}
.contact-us-field {
    /*padding-right: 15px;*/
}
.contact-us-field input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 14px 20px;
    transition: 0.3s;
    border: 2px solid #BD2224;
    border-radius: 0;
}
.contact-us-field.c-name::after {
    content: "\f007";
}
.contact-us-field::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 14px;
    text-align: center;
    right: 25px;
    color: #ff2222;
    bottom: 22px;
    display: none;
}
.contact-us-field.c-email::after {
    content: "\f0e0";
}
.contact-us-field.c-subject::after {
    content: "\f249";
}
.contact-us-field.c-message::after {
    content: "\f303";
    font-weight: 700;
    top: 20px;
    bottom: unset;
}
.contact-us-field ::placeholder {
    color: #ccc9c9;
}
.contact-us-field ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #ccc9c9;
}
.contact-us-field textarea {
    width: 100%;
    border: none;
    background: transparent;
    padding: 14px 20px;
    transition: 0.3s;
    border: 2px solid #BD2224;
    height: 95px;
    border-radius: 0;
}
.clinical-evidence-btn {
    background: #BD2224;
    padding: 10px 25px !important;
    width: 100%;
    text-align: center;
    color: #fff !important;
    border-radius: 10px;
    display: block;
    height: 40px;
    margin-bottom: 5px;
}
.clinical-evidence-btn.active {
    background: #fff;
    color: #BD2224 !important;
    border: 1px solid #BD2224;
    font-weight: bold;
}

#products-sliders, .b-details-p, .contact-area, #work{border-top: 2px solid #ece7e7;}
.single-slider{background-color: #fff;}
.single-post:hover {
    box-shadow: 5px 0px 10px #00000026;
    transform: scale(1.1);
}