:root {
    /*color*/
    --text-main-color: #E5E5E5;
    --text-red-color: #B72913;
    --text-gray-color: #9C9C9C;
    --text-white-color: #fff;
    --color-stroke-gray: #2B2B2B;
    --bg-main: #131313;
    --bg-200: #1E1E1E;
    --bg-300: #292929;
    --bg-400: #191919;
    --bg-black: #000000;
    --bg-red: #df2919;

    /*font-size*/
    --font-size-1: 90px;
    --font-size-2: 70px;
    --font-size-3: 64px;
    --font-size-4: 62px;
    --font-size-5: 60px;
    --font-size-6: 52px;
    --font-size-7: 48px;
    --font-size-8: 40px;
    --font-size-9: 36px;
    --font-size-10: 32px;
    --font-size-11: 30px;
    --font-size-12: 28px;
    --font-size-13: 26px;
    --font-size-14: 24px;
    --font-size-15: 22px;
    --font-size-16: 20px;
    --font-size-17: 18px;
    --font-size-18: 16px;
    --font-size-19: 14px;
    --font-size-20: 12px;
    --font-size-21: 10px;

    /*font-weight*/
    --font-weight-300: 300;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;
}


@font-face {
    font-family: 'Poppins';
    font-weight: var( --font-weight-400);
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Poppins-SemiBold';
    font-weight: var( --font-weight-600);
    src: url(../fonts/Poppins-SemiBold.ttf);
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-18);
    font-weight: var( --font-weight-400);
    color: var(--text-gray-color);
    font-style: normal;
    line-height: 26px;
    background: var(--bg-main);
    position: relative;
    background: url('../img/slider/line-bg.png') no-repeat;

}

a, .btn, button, span, p, i, input, select, textarea, li, img, svg path, ::after, ::before, .transition-3, h1, h2, h3, h4, h5, h6 {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.inner-blog {
    position: relative;
}

.pr-60 {
    padding-right: 120px;
}

.ml {
    margin-left: 43px;
}

.dark {
    background-color: var(--bg-main);
}

.dark .slider-content h2, .dark .section-title h2, .dark .skills-title h2, .dark .skills-title h6, .dark .section-title h6, .dark .testimonial-area h2, .dark .about-user .text h5, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark .scrollbox__item, .dark .skill-name, .dark .s-slider-content h6, .dark .slider-content .expert strong, .dark .btn.ss-btn.active {
    color: var(--text-white-color);
}

.dark .footer-top .anim-01, .dark .footer-top .anim-02 {
    background: var(--bg-300);
}

.dark .footer-social a {
    background: var(--bg-main);
    color: var(--text-gray-color) !important;
}

.dark .fbtd {
    border-top: 1px solid var(--bg-300);
}

.dark .awards-box {
    border-top: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
}

.dark .btn.ss-btn.white {
    color: var(--text-white-color);
    border: 2px solid #333;
    background: var(--bg-400);
}

.dark .btn:hover {

}

.dark .btn::before {
    background-color: var(--bg-red);
    content: "";
    height: 100px;
    left: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    z-index: -1;

}

.dark .btn:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.dark .btn:hover::after {
    color: var(--text-white-color);
    background: var(--bg-red);
}

.dark .btn.ss-btn.white:hover {
    background: var(--bg-red);
}

.dark .follower-box {
    background: #1c1c1c;
    color: #999;
}

.dark .follower-contner .text::before {
    background: #1a1a1a;
}

.dark .second-menu, .dark .header-three .sticky-menu {
    border-bottom: 1px solid #ffffff1a;
    background: no-repeat;
    padding-bottom: 20px;
}

.dark .main-menu ul li a, .dark .header-social a {
    color: var(--text-white-color);
}

.dark .main-menu ul li a:hover, .dark .header-social a:hover {
    color: var(--bg-red);
}

.dark .header-three .btn.ss-btn::before {
    border-color: #000;
}

.dark .header-three .btn.ss-btn {
    background: var(--bg-red);
}

.dark .header-three .btn.ss-btn:hover {
    color: var(--text-white-color);
    background: #000;
    border-color: #212121;
}

.dark .home-blog-active .slick-arrow, .dark .home-blog-active2 .slick-arrow {
    color: var(--text-white-color);
    background: #323338;
    border-color: #323338;
}

.dark .home-blog-active .slick-arrow:hover, .dark .home-blog-active2 .slick-arrow:hover {
    background: var(--bg-red);
}

.dark .gallery-image figcaption span {
    color: var(--bg-red);
}

.dark .counter-area .single-counter .number, .dark .team-area2 .section-title h2 {
    color: var(--bg-red);
    -webkit-text-stroke: 2px #0000000a;
    -webkit-text-fill-color: var(--bg-red);
}

.dark .bdr {
    border-top: 1px solid #202020;
}

.dark .about-user .text span {
    color: var(--bg-red);
}

.dark .awards-box:hover .sine, .dark .awards-box:hover h3 {
    color: var(--bg-red);
}

.dark .contact-field input, .dark .contact-field select, .dark .contact-field textarea {
    border: 1px solid #161616;
    background: #161616;
    color: var(--text-white-color);
}

.dark .contact-field i {
    color: var(--bg-red);
}

.dark .copy-text strong {
    color: var(--bg-red);
}

.dark .skill-per::before {
    background-color: #161616;
    color: var(--text-white-color);
}

.dark .skill-per::after {
    background-color: #161616;
}

.dark .testimonial-area .anim-01, .dark .testimonial-area .anim-03 {
    background-color: var(--bg-300);
}

.dark .s-slider-content p {
    font-size: var(--font-size-18);
    color: var(--text-gray-color);
    padding-left: 100px;
}

.dark .content-lines-inner {
    border-left: 1px solid #ffffff2e;
    border-right: 1px solid #ffffff2e;
    border-bottom: none;
}

.dark .content-lines {
    border-left: 1px solid #ffffff2e;
    border-right: 1px solid #ffffff2e;
}

.dark .single-counter p {
    color: var(--text-gray-color);
    font-family: inherit;
    font-size: var(--font-size-18);
    font-style: normal;
    font-weight: var( --font-weight-700);
    padding-top: 0;
    padding-left: 30px;
    margin-top: -10px;
}

.dark .single-counter h6 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
}

.content-lines-inner {
    position: absolute;
    width: 1390px;
    left: 13.8%;
    margin: auto;
    top: 0;
    height: 100%;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    z-index: 0;
}

.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}


.content-lines-wrapper2 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
    top: 0;
}

.content-lines-inner2 {
    position: absolute;
    width: 1110px;
    left: 50.8%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.content-lines2 {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}


.text-left {
    text-align: left !important;
}

.mean-container a.meanmenu-reveal span {
    background: no-repeat;
    display: block;
    height: 3px;
    margin-top: 3px;
    border-top: 3px solid var(--text-white-color);
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(217, 217, 217, 0.5);
    color: #333;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-size: 15px;
    font-weight: var( --font-weight-600);
}

.mean-container .mean-nav {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #0000001A;
    position: absolute;
}

.mean-container .mean-nav ul {
    overflow: hidden;
}

.mean-container .mean-nav ul li a.mean-expand {
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 9px 12px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0);
}

.srb-line {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -90px;
}

.line5 {
    display: block;
}

.mr-15 {
    margin-right: 15px;
}

.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: var(--bg-black);
    outline: medium none;
}

a:hover {
    color: var(--bg-red);
}

.box20 .title a {
    color: var(--text-white-color);
}

.box20 .title a:hover {
    color: #444;
}

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-SemiBold', sans-serif;
    color: var(--bg-black);
    margin-top: 0;
    font-style: normal;
    font-weight: var( --font-weight-700);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: var(--font-size-8);
    font-weight: var( --font-weight-600);
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: var(--font-size-12);
}

h4 {
    font-size: var(--font-size-15);
}

h5 {
    font-size: var(--font-size-17);
}

h6 {
    font-size: var(--font-size-18);
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {


    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: var(--font-size-19);
    font-weight: var( --font-weight-400);
}

*::-moz-selection {
    background: #d6b161;
    color: var(--text-white-color);
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: var(--text-white-color);
    text-shadow: none;
}

::selection {
    background: #444;
    color: var(--text-white-color);
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: var(--font-size-19);
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: var(--font-size-19);
    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
}


/* button style */

.btn {
    border-radius: 0px;
    color: var(--text-white-color);
    display: inline-block;
    font-size: var(--font-size-19);
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 30px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    background: var(--bg-red);
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: var( --font-weight-500);
    text-transform: capitalize;
    overflow: hidden;
}

.btn i {
    margin-left: 10px;
    font-size: var(--font-size-19);
    transform: rotate(45deg);
}

.btn::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: var(--font-size-19);
    position: absolute;
    right: 0;
    color: #222327;
    top: 0;
    background: #dda902;
    width: 50px;
    height: 54px;
    line-height: 54px;
    display: none;
}

.btn.ss-btn.white::after {
    color: #dfdede75;
    z-index: -1;
}

.btn:hover {
    color: var(--text-white-color);
}


.slider-btn:hover .btn-after {
    margin-top: -50px;
    margin-left: 0px;
}

.slider-btn .rating {
    color: var(--text-white-color);
}

.slider-btn .rating span {
    color: var(--bg-red);
    margin-right: 10px;
}

.slider-btn2 a {
    font-family: 'Poppins';
    font-size: var(--font-size-19);
    font-weight: var( --font-weight-700);
    color: var(--text-white-color);
}

.slider-btn2 a:hover {
    color: var(--bg-red);
}

.slider-btn2 a i {
    transform: rotate(45deg);
    margin-left: 5px;
    color: var(--bg-red);
}

.slider-btn2 a::before {
    content: "";
    width: 40%;
    position: relative;
    display: inline-block;
    height: 1px;
    background: var(--bg-red);
    top: -5px;
    margin-right: 30px;
}

/* scrollUp */
#scrollUp {
    background: var(--bg-red);
    height: 45px;
    width: 45px;
    right: 50px;
    bottom: 77px;
    color: #000;
    text-align: center;
    border-radius: 50%;
    font-size: var(--font-size-15);
    line-height: 45px;
    transition: .3s;
}

#scrollUp:hover {
    background: var(--bg-red);
}

/* 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;
    padding-right: 30px;
}

.header-cta ul li a {
    color: var(--text-gray-color);
}

.header-cta ul li:first-child {
    margin-left: 0;
    border-left: none;
}

.header-cta ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.header-cta ul li i {
    display: inline-block;
    margin-right: 5px;
}

.header-top-cta ul li {
    display: inline-block;
    width: 200px;
    margin-right: 80px;
}

.header-top-cta ul li:last-child {
    margin-right: 0;
}

.header-top .header-cta ul li {
    border-right: 1px solid #e1e1e1;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-top .header-cta ul li a {
    color: #000;
    background: none;
}

.header-top .header-cta ul li a:hover {
    color: var(--bg-red);
}

.header-top .header-cta ul li:last-child {
    border-right: none;
}

.h-cta-icon {
    float: left;
    display: block;
    margin-right: 20px;
}

.h-cta-content {
    overflow: hidden;
}

.h-cta-content h5 {
    font-size: var(--font-size-19);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.h-cta-content p {
    margin-bottom: 0;
    line-height: 1.5;
}

.menu-area {
    position: relative;
}

.menu .sub-menu {
    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 #faa292;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.menu .sub-menu, .menu .children {
    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 var(--bg-red);
    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 {
    position: relative;
    z-index: 9;
}

.menu .sub-menu li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.main-menu .sub-menu li a {
    padding: 15px;
}

.menu .sub-menu li, .menu .children li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.menu .menu-item-has-children:hover > ul {
    display: block;
    margin-top: 0px;
}

.main-menu .menu-item-has-children > ul > .menu-item-has-children > ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: -255px;
    margin-top: 0;
    top: -3px;
}

.menu .menu-item-has-children:hover > ul, .menu .page_item_has_children:hover > ul {
    display: block;
    margin-top: 0px;
}

.menu .page_item_has_children > ul > .page_item_has_children:hover > ul {
    margin-left: -265px;
    margin-top: 0;
    top: -3px;
}

.main-menu .menu-item-has-children > ul > .menu-item-has-children:hover > ul, .menu .page_item_has_children > ul > .page_item_has_children:hover > ul {
    display: block;
}

.main-menu .menu-item-has-children > ul > .menu-item-has-children:hover > ul {
    display: block;
}

.main-menu .menu-item-has-children > ul > .menu-item-has-children > ul > .menu-item-has-children > 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 ul li {
    display: inline-block;
    margin-left: 40px;
    position: relative;
}

.main-menu ul li.active a {
    color: var(--bg-red);
}

.main-menu ul li a {
    display: block;
    color: var(--bg-black);
    padding: 16px 0;
    font-weight: var( --font-weight-500);
    position: relative;
    font-size: var(--font-size-18);
    font-family: 'Poppins', sans-serif;
}

.main-menu ul li a::after {
    content: "+";
    margin-left: 10px;
    color: var(--bg-red);
    display: none;
}

.main-menu ul li:last-child a::after, .main-menu .has-sub ul li a::after {
    display: none;
}

.main-menu ul li:first-child {
    margin-left: 0;
}

.menu-area .menu-tigger {
    cursor: pointer;
    float: right;
    margin-top: -40px;
}

.sticky-menu .menu-tigger {
    margin-left: 0;
}

.sticky-menu .right-menu li {
    margin-right: 0;
}

.menu-area .menu-tigger span {
    height: 2px;
    width: 30px;
    background: #2935bb;
    display: block;
    margin: 7px 0;
    transition: .3s;
}

.main-menu ul li:hover > a {
    color: var(--bg-red);
}

.main-menu ul li:hover > a::before {
    width: 100%;
}

.display-ib {
    display: inline-block;
}

.header-social a {
    font-size: var(--font-size-19);
    display: inline-block;
    margin-left: 15px;
    text-align: center;
    color: #191D3B;
}

.search-top {
    display: inline-block;
    position: absolute;
    top: 16px;
    border: 2px solid var(--bg-black);
    border-radius: 30px;
    left: 20%;
}

.search-top ul {
    background: #4CC3C1 0% 0% no-repeat padding-box;
    border-radius: 23px;
    margin: 5px;
    padding: 10px 5px 5px;
}

.search-top li {
    display: inline-block;
    padding: 0px 15px;
    border-right: 1px solid #ffffff38;
}

.search-top li a {
    color: var(--text-white-color);
    font-size: var(--font-size-17);
    float: left;
}

.search-top li:last-child {
    border: none;
}

.header-social a:hover {
    color: var(--text-white-color);
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 5 !important;
    background: var(--bg-200);
    -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;
}

.right-menu li {
    float: right;
    padding: 13px 30px 13px 30px;
    background: #222327;
    margin-right: -12px;
}

.right-menu .icon {
    float: left;
    margin-right: 20px;
}

.right-menu .icon img {
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.right-menu .text {
}

.right-menu .text span {
    display: block;
    color: #67686e;
    text-transform: uppercase;
}

.right-menu .text strong {
    color: var(--bg-red);
    font-size: var(--font-size-15);
    font-weight: var( --font-weight-600);
    font-family: 'Poppins', sans-serif;
}

.menu-search {
    padding: 10px 22px 10px 0;
    border-right: 1px solid #e7e7e7;
}

.menu-search a {
    font-size: var(--font-size-18);
    display: inline-block;
    margin-top: 5px;
    background: #ffffff4a;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    color: var(--bg-black);
}

.top-btn {
    background: var(--bg-red);
    padding: 16px 30px;
    width: 100%;
    float: left;
    color: var(--text-white-color);
    font-family: 'Poppins', sans-serif;
    font-weight: var( --font-weight-600);
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
}

.top-btn i {
    font-size: var(--font-size-18);
    margin-left: 10px;
}

.top-btn:hover {
    background: transparent linear-gradient(90deg, #df29190%, #df2919100%) 0% 0% no-repeat padding-box;
    color: var(--text-white-color);
}

.sticky-menu .logo {
    margin-top: 0;
    line-height: 61px;
    height: auto;
}

.slider-content {
    position: relative;
    z-index: 2;
}

.slider-content .expert {
    display: flex;
    margin-top: 30px;
    margin-bottom: 15px;
    gap: 15px;
}

.slider-content .expert strong {
    color: #000;
    font-size: var(--font-size-16);
    line-height: 40px;
    font-weight: var( --font-weight-600);
    text-decoration: underline;
    margin-right: 15px;
}

.slider-bg .banner-img {
    overflow: hidden;
    height: 738px;
    margin-top: 115px;
    margin-right: -62px;
}

.slider-content.s-slider-content.text2 {
    margin-top: 0;
}

.slider-content.s-slider-content.text3 {
    margin-top: 168px;
}

.slider-btn {
    display: inline-block;
    position: relative;
}

.slider-active .slick-dots {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background: #161616;
    width: 79px;
    padding-top: 30px;
}

.slider-active .slick-dots li {
    padding-left: 25px;
}

.slider-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 19px;
    margin-left: 10px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;

}

.slider-active .slick-dots li.slick-active button {
    width: 3px;
    background: var(--bg-red);
}

.slider-active .slick-dots li.slick-active button::before {

    opacity: 1;
}

.slider-active .slick-dots li button::before {
    content: "";
    width: 3px;
    height: 19px;
    float: left;
    position: relative;
    margin-top: 0;
    background: #3a3c40;
    z-index: -2;
}

.second-header {
    border: none;
    padding-bottom: 0;
    background: var(--bg-black);
    padding-top: 0;
    color: var(--text-white-color);
    position: relative;
    z-index: 1;
}

.second-header a, .second-header span {
    color: var(--text-white-color);
}

.second-header a:hover {
    color: var(--text-white-color);
    background: #10336a;
}

.second-menu {
    position: relative;
    z-index: 9;
    background: var(--text-white-color);
    box-shadow: 0px 60px 120px 0px rgba(0, 0, 0, 0.06);
}

.second-menu a i {
    font-size: var(--font-size-18);
}

.header-social {
    margin-right: 20px;
}

.sticky-menu .second-menu {
    margin: 0;
    box-shadow: none;
    padding: 0;
    border: none;
}

.sticky-menu .second-menu::before {
    content: none;
}

.second-menu .main-menu ul li {
    margin-left: 40px;
}

.second-menu .main-menu ul li a::before {
    content: none;
}

.second-header-btn .btn {
    background: var(--bg-red);
    font-size: var(--font-size-18);
    text-transform: uppercase;
    color: var(--text-white-color);
    padding: 20px 30px;
    position: relative;
}

.second-header-btn .btn:hover {
    color: var(--text-white-color);
    background: var(--bg-black);
}

.img-main {
    position: relative;
    z-index: 2;
}

.offcanvas-menu {
    position: fixed;
    right: 0;
    height: 100%;
    width: 300px;
    z-index: 999;
    background: #00081b;
    top: 0;
    padding: 30px;
    transition: .5s;
    transform: translateX(100%);
}

.offcanvas-menu.active {
    transform: translateX(0)
}

.menu-close i {
    font-size: var(--font-size-17);
    color: var(--text-white-color);
    transition: .3s;
    cursor: pointer;
}

.menu-close:hover i {
    color: var(--bg-red);
}

.offcanvas-menu ul {
    margin-top: 30px;
}

.offcanvas-menu ul li {
    border-bottom: 1px solid #101c38;
}

.offcanvas-menu ul li a {
    color: var(--text-white-color);
    font-size: var(--font-size-17);
    text-transform: capitalize;
    padding: 6px 0;
    display: block;
}

.offcanvas-menu ul li:hover a {
    color: var(--bg-red);
}

.side-social a {
    color: var(--text-white-color);
    margin-right: 10px;
}

.side-social {
    margin-top: 30px;
}

.side-social a:hover {
    color: var(--bg-red);
}

.offcanvas-menu form {
    position: relative;
    margin-top: 30px;
}

.offcanvas-menu form input {
    width: 100%;
    background: none;
    border: 1px solid #2d3547;
    padding: 7px 10px;
    color: var(--text-white-color);
}

.offcanvas-menu form button {
    position: absolute;
    border: none;
    right: 0;
    background: var(--bg-red);
    padding: 8px 14px;
    top: 0;
    cursor: pointer;
}

.offcanvas-menu form button i {
    color: var(--text-white-color);
}

.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.offcanvas-overly.active {
    opacity: .5;
    visibility: visible;
}

.off-logo {
    display: none;
}

.header {
    padding-top: 0;
    margin-bottom: -105px;
    position: relative;
    z-index: 2;
    margin-top: 25px;
}

.header-two .menu-area {
    padding-top: 0;
}

.header-two .top-callus {
    background: var(--bg-red);
    color: var(--text-white-color);
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0 0px 10px 10px;
    width: 100%;
}

.header-three {

}

.header-three .container {
    max-width: 1500px;
}

.header-three .second-header {
    background: #f7f7f7;
}

.header-three .menu-area::after {
    background: var(--bg-red);
    content: "";
    position: absolute;
    width: 45%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.header-three .call-box .sc a, .call-box .text {
    color: var(--text-white-color);
}

.header-three .menu-area {
    border-top: 0;
    position: relative;
    z-index: 9;
    padding-top: 25px;
    padding-bottom: 25px;
}

.header-three .sticky-menu {
    margin-top: 0;
    background: var(--text-white-color);
}

.header-three .main-menu ul li a {
    font-family: 'Poppins', sans-serif;
}

.header-three .main-menu .sub-menu li a, .menu .children li a {
    color: #4f4f4f !important;
}

.header-three .main-menu .sub-menu li a:hover, .menu .children li a:hover {
    color: #df2919 !important;
}

.header-three .btn.ss-btn {
    float: right;
    background: #000;
}

.header-three .btn.ss-btn::before {
    border-color: var(--bg-red);
}

.header-three .btn.ss-btn:hover {
    background: var(--bg-red);
}

.header-three .btn.ss-btn:hover::before {
    border-color: var(--text-white-color);
}

.login li {
    display: inline-block;
}

.login li a {
    color: var(--text-white-color);
    text-transform: uppercase;
}

.slider-three .slider-img {
    margin-left: -25px;
    margin-top: 50px;
    margin-right: -227px;
}

.slider-bg-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040f2d91;
    z-index: 1;
}

.slider-four .slider-bg h5 {
    border: none;
    color: #ffffff1c;
    font-size: 170px;
}

.slider-four .slider-img {
    margin-left: 0;
    margin-top: 136px;
    margin-right: -235px;
    float: right;
}

.slider-four .slider-img img {
    position: relative;
    z-index: 1;
}

.slider-four .slider-bg .text2 h5 {
    color: var(--bg-red);
    font-size: var(--font-size-17);
    font-family: 'Poppins', sans-serif;
    font-weight: var( --font-weight-500);
}

.slider-four .slider-bg .video-i i {
    border: none;
    color: var(--bg-red);
    margin-right: 10px;
}

.slider-four .slider-bg .text2 p {
    color: #777;
}

.single-slider .subricbe {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 15px;
    margin-top: 40px;
    width: 92%;
}

.header-input {
    padding: 0 1rem;
    width: 100%;
    height: 3.4rem;
    outline: none !important;
    margin-bottom: 0;
    border: 1px solid var(--text-white-color);
    background: var(--text-white-color);
    border-radius: 0;
}

.header-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0px;
    background: var(--bg-red);
    border: none;
    color: #000;
    padding: 5px 26px;
    text-transform: uppercase;
    font-size: var(--font-size-19);
    font-weight: var( --font-weight-500);
}

.header-btn i {
    margin-left: 0;
}

.header-btn:hover {
    background: var(--text-white-color);
}

.search-top2 {
    float: right;
}

.search-top2 li {
    margin-left: 20px;
    float: left;
    border-radius: 10px;
    background: var(--bg-black);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.search-top2 li a {
    float: none !important;
}

.search-top2 li .fas.fa-search {
    color: #36383a;
}

/* breadcrumb */
.breadcrumb-area {
    position: relative;
    min-height: 378px;
}

.breadcrumb-title {
    margin-top: 60px;
}

.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;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li a {
    font-size: var(--font-size-18);
    color: #ffffff85;
    font-weight: var( --font-weight-500);
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #ffffff85;
    content: "|";
}

.breadcrumb-title h2 {
    font-size: 82px;
    margin-bottom: 25px;
    line-height: 1;
    letter-spacing: 1px;
}

.breadcrumb-title p {
    margin-bottom: 0;
    color: #777;
    font-size: var(--font-size-18);
}

.breadcrumb > .active {
    color: #df2919 !important;
    font-weight: var( --font-weight-500);
}

.cart-top {
    display: inline-block;
}

.cart-top li {
    display: inline-block;
    padding: 0px 17px;
}

.cart-top li a {
    color: var(--text-white-color);
    font-size: var(--font-size-17);
    float: none !important;
}

.cart-top li:last-child {
    border: none;
}

.call-box .icon {
    display: inline-block;
}

.call-box .icon, .call-box .text {
    float: left;
    text-align: left;
}

.call-box li {
    float: left;
    color: var(--text-white-color);
}

.call-box .text {
    width: 230px;
    font-size: var(--font-size-18);
    font-weight: var( --font-weight-600);
}

.call-box span {
    display: block;
}

.call-box strong {
    font-size: var(--font-size-16);
    color: #1b2336;
    font-family: 'Poppins', sans-serif;
}

.call-box .sc {
    width: 100px;
    text-align: left;
    float: left;
}

.call-box .sc a {
    color: var(--text-gray-color);
    margin-right: 5px;
    font-size: var(--font-size-18);
    font-weight: var( --font-weight-700);
}

.call-box .sc a:hover {
    color: var(--bg-red);
}

.header-social a {
    color: #000;
    margin-right: 15px;
    font-size: var(--font-size-17);
    margin-left: 0;
}

.header-social a:hover {
    background: none;
    color: var(--bg-red);
}

/* 3. slider */
.overlay-bg {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.502;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.overlay-bg-01 {
    position: absolute;
    left: 0;
    top: 0;
}

.overlay-bg-02 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.overlay-bg-03 {
    position: absolute;
    right: 0;
    top: 30px;
}

.overlay-bg-04 {
    position: absolute;
    right: 0;
    bottom: 100px;
}

.slider-bg {
    min-height: 1108px !important;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider-bg .number-content {
    position: absolute;
    bottom: 5%;
    left: 16.6%;
}

.slider-bg .number-content li {
    display: inline-block;
    width: 23%;
    margin-right: 15px;
    font-size: var(--font-size-17);
    font-weight: var( --font-weight-500);
    line-height: 28px;
}

.single-slider2 {
    min-height: 980px !important;
}

.slick-track div:nth-child(1) .number-content li:nth-child(1) {
    color: var(--text-white-color);
}

.slick-track div:nth-child(2) .number-content li:nth-child(1), .slick-track div:nth-child(3) .number-content li:nth-child(1) {
    color: #ffffff9e;
}

.slick-track div:nth-child(2) .number-content li:nth-child(2) {
    color: var(--text-white-color);
}

.slick-track div:nth-child(3) .number-content li:nth-child(2), .slick-track div:nth-child(4) .number-content li:nth-child(2) {
    color: #ffffff9e;
}

.slick-track div:nth-child(3) .number-content li:nth-child(3) {
    color: var(--text-white-color);
}

.slick-track div:nth-child(4) .number-content li:nth-child(3), .slick-track div:nth-child(4) .number-content li:nth-child(3) {
    color: #ffffff9e;
}

.slick-track div:nth-child(4) .number-content li:nth-child(4) {
    color: var(--text-white-color);
}

.slider-bg .number-content li span {
    margin-bottom: 10px;
    display: block;
}

.slider-bg .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
}

.slider-bg.slick-active .image-layer {
    transform: scale(1.15);
}

.slider-bg .video-i.popup-video {
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: var( --font-weight-600);
    font-size: var(--font-size-18);
    color: var(--text-white-color);
    font-family: 'Poppins', sans-serif;
}

.slider-bg .video-i.popup-video img {
    display: inline-block;
}

.show-bg3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    z-index: 1;
}

.slider-bg2 {
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 50px;
    z-index: 1;
    height: 800px;
}

.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: var(--text-white-color);
}

.slider-bg2 .slider-content p {
    color: #676f67;
    font-size: var(--font-size-18);
    margin-bottom: 0;
}

.slider-bg2 .slider-content > span {
    font-size: var(--font-size-15);
    font-weight: var( --font-weight-500);
    color: var(--bg-red);
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
}

.slider-bg .video-i i {
    background: var(--text-white-color);
    padding: 14px;
    border-radius: 100%;
    width: 60px;
    display: inline-block;
    text-align: center;
    color: var(--bg-red);
    height: 60px;
    line-height: 30px;
    box-shadow: 1px 1.732px 60px 0px rgba(250, 63, 108, 0.1);
    margin-right: 10px;
}

.slider-bg2 .video-i {
    background: #383838;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: var(--text-white-color);
    margin-left: 20px;
}

.slider-bg2 .video-i:hover {
    background: var(--bg-red);
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: var(--text-white-color);
    margin-left: 20px;
}

#particles-js {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slider-content > span {
    font-size: var(--font-size-18);
    font-weight: var( --font-weight-500);
    color: var(--bg-red);
    text-transform: uppercase;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 20px;
}

.slider-content h2 {
    font-size: 82px;
    letter-spacing: 1.0px;
    line-height: 1.2;
    color: #000;
    font-weight: var( --font-weight-700);
}

.slider-content h2 span {
    color: var(--bg-red);
}

.slider-content h5 {
    margin-bottom: 30px;
    font-size: var(--font-size-19);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.slider-content h5::before {
    position: absolute;
    left: -20px;
    top: -5px;
    width: 91px;
    height: 30px;
    content: "";
}

.slider-active::before {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider-content h5 span {
    color: var(--bg-red);
}

.slider-content p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: var(--bg-red);
    margin-right: 20px;
    position: relative;
    top: -4px;
}

.slider-content p {
    color: var(--text-white-color);
    font-size: var(--font-size-17);
    margin-bottom: 0;
}

.p-relative {
    position: relative;
}

.down-arrow {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    color: var(--text-white-color);
    z-index: 1;
    height: 60px;
    width: 30px;
    margin: auto;
    text-align: center;
    line-height: 60px;
    border: 2px solid var(--text-white-color);
    border-radius: 50px;
    font-size: var(--font-size-17);
}

.down-arrow:hover {
    color: var(--text-white-color);
}

.slider-active .slick-arrow {
    position: absolute;
    bottom: 50px;
    transform: translateY(-50%);
    left: 20px;
    color: var(--text-white-color);
    font-size: var(--font-size-18);
    line-height: 40px;
    border: none;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: .5s;
    width: 40px;
    height: 40px;
    background: #333438;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}


.slider-active .slick-next {
    bottom: 0;
}


.slider-active .slick-arrow:hover {
    color: var(--text-white-color);
    background: var(--bg-red);
}

.second-slider-content h2 {
    font-size: var(--font-size-1);
    margin-bottom: 20px;
}

.second-slider-bg::before {
    opacity: .5;
}

.second-slider-content {
    padding-top: 85px;
    padding-bottom: 5px;
}

.s-slider-content h2 {
    margin-bottom: 25px;
}

.s-slider-content h6 {
    color: #000;
    border: 2px solid var(--bg-red);
    padding: 3px 10px;
    display: inline-block;
    transform: rotate(-90deg);
    position: absolute;
    left: -28px;
    top: 32px;
    font-size: var(--font-size-19);
}

.s-slider-content p {
    font-size: var(--font-size-17);
    color: #777;
    line-height: 26px;
    margin: auto;
}

.s-slider-content ul {
    width: 50%;
}

.s-slider-content li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.s-slider-content li a {
    padding: 5px 15px;
    border: 1px solid #FFFFFF1A;
    border-radius: 5px;
    color: #FFFFFF;
}

.s-slider-content li a:hover {
    background: var(--bg-red);
    border-color: var(--bg-red);
}

.slider-content3 {
    position: absolute;
    left: 45%;
    top: 86%;
}

.slider-content3 h5 {
    color: var(--text-white-color);
    font-size: var(--font-size-10);
    font-weight: var( --font-weight-700);
    margin-top: 30px;
}

.slider-content3 span {
    font-size: var(--font-size-18);
    color: var(--bg-red);
}

.slider-four .s-slider-content p {
    font-size: var(--font-size-17);
    color: var(--text-white-color);
    line-height: 26px;
    padding-bottom: 30px;
    width: 90%;
    margin: auto;
}

.btn-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    background: #ffb3a5;
    padding: 10px 15px;
    color: var(--text-white-color);
}

.btn.ss-btn.active {
    background: none;
    color: #000;
    border: none;
    box-shadow: none;
}

.btn.ss-btn.white {
    background: none;
    color: #000;
    border: 2px solid #f3f3f3;
}

.btn.ss-btn.white:hover {
    background: var(--bg-red);
    color: var(--text-white-color);
}

.btn.ss-btn.active::before {
    display: none;
}

.btn.ss-btn.active span {
    color: #d2d2d2;
}

.slider-bg2 .s-slider-content2 p {
    color: #FFFFFFB2;
    width: 90%;
    margin-top: 20px;
}

.slider-bg2 .s-slider-content2 .btn {
    background: var(--bg-main);
}

.line {
    margin-right: 5px;
}

.slider-shape {
    position: absolute !important;
    z-index: 9;
}

.ss-one {
    top: 193px !important;
    left: 720px !important;
    z-index: 0;
}

.ss-two {
    top: 435px !important;
    left: 150px !important;
}

.ss-three {
    top: 548px !important;
    left: 90px !important;
    z-index: 0;
}

.ss-four {
    top: 65% !important;
    left: 27% !important;
}

.ss-five {
    left: 56% !important;
    top: 40% !important;
}

.ss-six {
    left: 68% !important;
    top: 17% !important;
}

.ss-seven {
    top: 20% !important;
    left: 89% !important;
}

.slider-bg .text2 h2 {
    font-size: var(--font-size-5);
}

.slider-bg .text2 a {
    color: var(--text-white-color);
}

.slider-bg .text2 .btn.ss-btn.active {
    background: var(--bg-red);
    border: 2px solid var(--bg-red);
    color: var(--text-white-color);
}

.slider-bg .text2 p {
    padding-right: 22%;
    color: var(--text-white-color);
}

.slider-text-2 h2 {
    color: var(--text-white-color);
}

.s-aliment-1 {
    position: absolute;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.2);
    top: 361px;
    right: -122px;
    display: flex;
    align-items: center;
    z-index: 1;
    animation: movedelement 5s linear infinite;
    width: 250px;
}

.aliment-icon-red {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aliment-content {
    margin-left: 15px;
    padding-top: 15px;
}

.aliment-content p {
    margin-bottom: 0;
}

.aliment-content .h3-title {
    font-size: 15px;
    line-height: 15px;
    font-weight: var( --font-weight-600);
    margin-bottom: 5px;
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.slider-content2 h2 {
    color: var(--bg-black);
}

.slider-content2 p {
    color: #777777;
}

.slider-content2 h5 {
    color: #777777;
}

.slider-price {
    position: absolute;
    right: 16.5%;
    bottom: 5%;
    z-index: 1;
}

.slider-price h2 {
    font-size: 34px;
    font-weight: var( --font-weight-600);
    color: #222327;
    -webkit-text-stroke: 1px var(--bg-red);
    -webkit-text-fill-color: #222327;
}

.slider-price h2 sub {
    bottom: 0;
}

.slider-price p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: var( --font-weight-500);
}

.slider-price li {
    display: inline;
    margin-left: 23px;
}

.slider-price li a {
    color: var(--text-white-color);
    font-size: var(--font-size-17);
    font-weight: var( --font-weight-600);
    padding-bottom: 3px;
}

.slider-price li a:hover {
    border-bottom: 2px solid var(--text-white-color);
}

.slider-info {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 79px;
    height: 100%;
    background: #161616;
}

.slider-info .social {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.slider-info .social a {
    display: inline-block;
    color: var(--text-white-color);
    width: 50px;
    height: 50px;
    background: #333438;
    line-height: 50px;
    margin-bottom: 15px;
}

.slider-info .social a:hover {
    color: #000;
    background: var(--bg-red);
}

.slider-info .email {
    position: absolute;
    top: 58px;
    transform: rotate(-90deg);
    width: 255px;
    height: 200px;
    color: var(--text-white-color);
    text-transform: uppercase;
}

.slider-info .email span {
    color: #67686e;
}

/* 4. about */

.s-about-img2 {
    margin-left: -200px;
}

.about-img {
    margin-left: -50px;
}

.about-user {
    display: flex;
}

.about-user p {
    color: var(--bg-red);
}

.about-user .img {
    margin-right: 20px;
}

.about-user .text h5 {

}

.about-text {
    position: absolute;
    bottom: 0px;
    right: 30px;
    width: 150px;
    background: var(--bg-red);
    padding: 30px;
    border-radius: 0;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.about-text span {
    font-size: var(--font-size-7);
    color: #000;
    position: relative;
    display: inline-block;
    font-weight: var( --font-weight-600);
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}

.about-text span sub {
    font-size: var(--font-size-11);
    color: var(--text-white-color);
    font-weight: var( --font-weight-600);
    margin-left: -10px;
    bottom: 5px;
}

.about-title > span {
    font-size: var(--font-size-19);
    font-weight: var( --font-weight-500);
    text-transform: uppercase;
    color: var(--text-white-color);
    background: var(--bg-red);
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.about-title h2 {
    font-size: var(--font-size-6);
    margin-bottom: 0 !important;
}

.pline {
    color: var(--text-gray-color);
    padding-bottom: 25px;
    border-bottom: 1px solid var(--text-red-color);
    font-size: var(--font-size-17);
    font-family: 'Poppins', sans-serif;
    font-weight: var( --font-weight-600);
    margin-bottom: 25px !important;
}

.logo-image-circle {
    position: absolute;
    left: 30px;
    bottom: 8px;
}

.about-title h5 {
    color: var(--text-gray-color);
    font-size: var(--font-size-19);
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 4.2px;
}

.about-title .title-strong {
    color: #4f4f4f;
    font-weight: var( --font-weight-500);
    font-size: var(--font-size-17);
}

.about-title .title-strong span {
    padding: 3px 12px;
    background: var(--bg-red);
    border-radius: 5px;
    color: var(--text-white-color);
}

.about-title p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: var(--bg-red);
    margin-right: 20px;
    position: relative;
    top: -5px;
}

.about-title p {
    margin-bottom: 0;
}

.about-content p {
    margin-bottom: 45px;
}

.about-content li {
    margin-bottom: 5px;
    padding-left: 40px;
    display: inherit;
    position: relative;
    color: var(--text-white-color);
}


.about-content li .text {
    padding-top: 0;
}

.about-title h2 span {
    color: var(--bg-red);
}

.about-content li .icon i {
    width: 40px;
    height: 40px;
    background: #ebebeb;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: var(--bg-red);
}

.product-qulity li h3 {
    font-size: var(--font-size-13);
    font-weight: var( --font-weight-600);
}

.product-qulity li .icon {
    width: 140px;
    margin-top: 12px;
}

.about-content .exprince {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 30px 0;
}

.about-content .exprince h5 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: var( --font-weight-500);
    color: #0595b8;
}

.about-content .exprince p {
    margin-bottom: 0;
}

.about-content .nav-tabs {
    border: 1px solid var(--bg-black);
    width: 54%;
    padding: 6px;
    display: inherit;
    border-radius: 10px;
    margin-bottom: 30px;
}

.about-content .nav-tabs .nav-item {
    margin-bottom: 0;
    display: inline-block;
    margin-top: 0;
}

.about-content .nav-tabs .nav-item.show .nav-link, .about-content .nav-tabs .nav-link.active {
    color: #495057;
    background-color: var(--bg-black);
    border: none;
    border-radius: 10px;
    padding: 12px 32px;
    color: var(--text-white-color);
    text-transform: uppercase;
}

.about-content .nav-tabs .nav-link {
    padding: 12px 32px;
    text-transform: uppercase;
    border: none;
}


.s-about-content p {
    margin-bottom: 15px;
}

.about-sbox {
    background: #181818;
    padding: 20px;
}

.about-sbox .icon {
    margin-bottom: 20px;
}

.about-sbox p {
    margin-bottom: 0 !important;
}

.about-sbox h6 {
    font-size: var(--font-size-17);
}

.about-sbox.active {
    background: var(--bg-red);
}

.about-sbox.active p {
    color: var(--text-white-color);
}

.ab-ul {
    margin-top: 30px;
}

.ab-ul li {
    float: left;
    width: 50%;
}

.ab-ul li .icon i {
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: var(--bg-red);
}

.sr-ul {
    margin-top: 30px;
}

.sr-ul li {
    float: left;
    width: 46.2%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    margin: 0 20px 30px 0;
    padding: 15px 20px;
}

.sr-ul li .icon i {
    width: inherit;
    height: inherit;
    background: inherit;
    border: inherit;
    border-radius: inherit;
    line-height: inherit;
    font-size: var(--font-size-11);
    color: #4cc3c1;
}

.sr-ul li .text {
    font-size: var(--font-size-19);

    color: var(--bg-black);
}

.sr-tw-ul {
    position: relative;
    z-index: 1;
}

.sr-tw-ul li {
    float: left;
    width: 100%;
    border: 1px solid;
    padding: 30px;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 15px;
}

.sr-tw-ul li p {
    margin-bottom: 0;
}

.sr-tw-ul li .icon {
    width: 108px;

}

.sr-tw-ul li .icon img, .sr-tw-ul li .icon-right img {
    width: 54px;
}

.sr-tw-ul li .icon-right {
    width: 108px;
}

.sd-img {
    margin: 0 -50px;
}

.sd-img img {
    width: 100%;
}

.section-t h2 {
    font-size: 350px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
    color: var(--bg-black);
    opacity: .05;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: var( --font-weight-500);
    font-style: italic;
    top: -35px;
    line-height: 1;
}

.second-about {
    transform: translate(0, 1px);
    left: 48.8%;
    right: 0;
    bottom: inherit;
    text-align: center;
    top: 56.5%;
}

.second-about p {
    margin-bottom: 0;
    color: #000;
    font-size: var(--font-size-19);
    font-weight: var( --font-weight-600);
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
}

.second-atitle > span {
    font-size: var(--font-size-18);
    font-weight: var( --font-weight-500);
    text-transform: uppercase;
    color: var(--bg-red);
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
    background: transparent;
}

.s-about-content p {
    margin-bottom: 15px;
}

.about-content strong {
    color: var(--text-white-color);
    font-weight: var( --font-weight-400);
}

.about-content .skill-bar {
    height: 20px;
}

.about-content .skill-per {
    height: 20px;
    background-color: #FFFFFF26;
}

.about-content .skill-per::before {
    display: none;
}

.sinature-box {
    float: left;
    width: 100%;
    box-shadow: 0px 16px 32px #0000000A;
    padding: 25px 30px 15px 30px;
    margin-top: 50px;
}

.sinature-box h2 {
    font-size: var(--font-size-16);
    font-weight: var( --font-weight-500);
    font-family: 'Poppins-SemiBold', sans-serif;
    color: var(--bg-black);
    margin-bottom: 5px;
}

.sinature-box h3 {
    font-size: var(--font-size-19);
    font-family: 'Poppins', sans-serif;
    color: #4CC3C1;
}

.sinature-box .user-box {
    display: flex;
}

.sinature-box .user-box .text {
    padding-top: 10px;
    padding-left: 15px;
}

.signature-text {
    font-size: var(--font-size-15);
    color: var(--bg-red);
    font-family: 'Poppins', sans-serif;
    font-weight: var( --font-weight-600);
}

.circle-right {
    display: inline-block;
}

.ab-coutner li {
    display: inline-block;
    margin-right: 22px;
}

.ab-coutner .single-counter {
    background-color: rgb(250, 162, 146);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 70px 0;
}

.ab-coutner .single-counter p {
    margin-top: 15px;
    color: #4f4f4f;
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-16);
    font-weight: var( --font-weight-600);
}

.clinet-abimg {
    position: absolute;
    bottom: -76px;
    right: 0;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.about-content2 li {
    display: inherit;
    margin-top: 10px;
    width: 50%;
    float: left;
    margin-bottom: 0;
    color: #777;
    padding-left: 0;
}

.about-content2 .abcontent {
    display: flex;
}

.about-content2 li .ano {
    font-size: var(--font-size-16);
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 15px;
    color: var(--text-white-color);
    display: block;
    border-radius: 50%;
    font-weight: var( --font-weight-500);
    line-height: 48px;
    margin-top: 6px;
}

.about-content2 li .text {
    padding-top: 5px;
}

.about-content2 li .text h3 {
    font-size: var(--font-size-14);
}

.about-content .btn {
    padding: 23px 30px;
    background: none;
    border: 1px solid #FFFFFF1A;
}

.about-content .ss-btn2 {
    padding: 23px 30px;
    background: var(--bg-red);
    border: 1px solid var(--bg-red);
}

.experience-text {
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ffffff4f;
    border-bottom: 1px solid #ffffff4f;
    width: 100%;
    display: flex;
}

.experience-text span {
    font-size: var(--font-size-5);
    color: var(--bg-red);
    position: relative;
    font-weight: var( --font-weight-600);
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
    float: left;
    margin-right: 15px;
}

.experience-text span sub {
    font-size: var(--font-size-11);
    color: var(--bg-red);
    font-weight: var( --font-weight-600);
    margin-left: -10px;
    bottom: 5px;
}

.exp-no {
    width: 66%;
    border-right: 1px solid #ffffff4f;
}

.exp-no p {
    float: left;
    color: var(--text-white-color);
    width: 48%;
}

.exp-text {
    padding-left: 30px;
    color: #ffffffab;
}

.achivments-outer {
    display: flex;
}

.achivments-outer .text {
    padding-left: 15px;
}

.achivments-outer .text h5 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: var(--font-size-14);
    font-weight: var( --font-weight-600);
}

.achivments-outer .text p {
    color: var(--bg-red);
}

.cmmi-wrapper {
    display: flex;
    padding-bottom: 100px;
    justify-content: center;
}

.cmmi-wrapper img {
    width: 40%;
}

.s-about-img .logo-image-circle {
    width: 24% !important;
}

.s-about-img .img-text {
    position: absolute;
    top: 130px;
    right: 0;
    width: 33%;
}

.s-about-img .img-text a {
    color: var(--text-gray-color);
}

.s-about-img .img-text a:hover {
    color: var(--bg-red);
}

.s-about-img .img-text a i {
    margin-left: 5px;
    font-size: var(--font-size-19);
    transform: rotate(45deg);
}

/* 5. features */
.features-services-area .container {
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 50px 20px;
    margin-top: -180px;
}

.features-services-area .features-icon img {
    height: 57px;
    margin-bottom: 30px;
}

.features-services-area p {
    margin-bottom: 0;
}

.features-content h4 {
    font-size: var(--font-size-14);
    margin-bottom: 17px;
}

.s-btn {
    font-size: var(--font-size-19);
    font-weight: var( --font-weight-500);
    color: var(--bg-black);
    display: inline-block;
    border: 1px solid #ccc;
    padding: 9px 30px;
    border-radius: 50px;
}

.s-btn:hover {
    background: var(--bg-red);
    border-color: var(--bg-red);
    color: var(--text-white-color);
}

.section-title h5 {
    color: var(--bg-red);
    text-transform: uppercase;
    font-size: var(--font-size-15);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.section-title h5::before {
    background: url(../img/bg/left-line.png);
    position: absolute;
    left: -20px;
    top: -5px;
    width: 91px;
    height: 30px;
    content: "";
    display: none;
}

.section-title h5 div {
    display: inline-block;
    margin: 0 10px;
}

.section-title h2 {
    font-size: var(--font-size-3);
    padding-bottom: 0;
    margin-bottom: 15px !important;
    position: relative;
}

.section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
    background: var(--bg-red);
    margin: auto;
    transition: .3s;
    display: none;
}

.section-title h6 {
    color: #000;
    border: 2px solid var(--bg-red);
    padding: 3px 10px;
    display: inline-block;
    transform: rotate(-90deg);
    position: absolute;
    left: -28px;
    top: 35px;
    font-size: var(--font-size-19);
}

section:hover .section-title h2::before {
    width: 100px;
}

.features-p {
    padding-top: 380px;
}

.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%;
}

.s-about-img img {

}

.about-content3 li::before {
    content: "";
    width: 30px;
    height: 3px;
    margin-right: 10px;
    background: var(--bg-red);
    margin-top: 11px;
    position: absolute;
    left: 0;
}

.about-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.about-icon img {
    margin-bottom: 0;
}

/* 6. services */
.feature-area {

    margin-top: -80px;
    z-index: 1;
    position: relative;

}

.services-two .s-single-services {
    border-radius: 0 0 0 0;
}

.services-two .s-single-services .btn2 {
    display: inline-block;
    color: var(--bg-red);
}

.services-area.gray-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-services {
    background: var(--text-white-color);
    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: var(--bg-red);
    z-index: -1;
    transition: .3s;
    opacity: 0;
}

.service-t h2 {
    top: 55px;
}

.services-thumb img {
    width: 100%;
}

.services-content span {
    display: block;
    height: 2px;
    width: 150px;
    background: var(--bg-red);
    transition: .3s;
    margin-bottom: 55px;
}

.services-content {
    padding: 60px 40px;
    padding-bottom: 55px;
}

.services-content small {
    font-size: var(--font-size-19);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.services-content h4 {
    font-size: var(--font-size-14);
    margin-bottom: 23px;
}

.services-content h4:hover a {
    color: var(--bg-red);
}

.services-content p {
    margin-bottom: 0;
}

.single-services:hover .services-content span {
    background: var(--bg-red);
}

.single-services:hover::before {
    opacity: 1;
}

.services-active .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    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: 12px;
    width: 12px;
    background: none;
    border-radius: 0;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #FFFFFF1A;
    position: relative;
}

.services-active .slick-dots li.slick-active button::after {
    background: var(--bg-red);
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    width: 5px;
    height: 5px;
}

.services-active .slick-track {
    padding-bottom: 10px;
}
.services-icon {
    text-align: center;
    padding-bottom: 20px;
}
.services-icon i {
    font-size: var(--font-size-7);
    border-radius: 50%;
    color: #ff4328;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #ff4328;
}

.services-two .services-icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 50%;
    padding: 25px;
    margin-bottom: 30px;
}

.services-two .services-icon img {
    width: 100%;
}

.services-two .brline {
    margin-top: 15px;
    margin-bottom: 25px;
}

.services-two ul li {
    margin-bottom: 25px;
}

.services-two ul li::before {
    font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
    margin-right: 10px;
    color: var(--bg-red);
}

.services-icon .glyph-icon::before {
    font-size: var(--font-size-7);
    color: #3763eb;
    margin-left: 0;
}

.services-icon2 {
    position: absolute;
    right: -40px;
    bottom: 34px;
    z-index: -1;
}

.services-icon2 .glyph-icon::before {
    font-size: 120px;
    color: #8ca8ff29;
    margin-left: 0;
}

.services-two .second-services-content {
    float: left;
    width: 100%;
}

.s-single-projects {
    height: 450px;
}

.s-single-projects .second-services-content h5 {
    font-size: 72px !important;
}

.s-single-projects:hover .second-services-content h5 {
    opacity: 0;
}

.services-two .s-single-services {
    transition: .3s;
    padding: 45px;
    border: none;
    margin-bottom: 30px;
    border-radius: 0;
}

.services-two .s-single-services {
    float: left;
    width: 100%;
}

.services-icon3 {
    width: 86px;
    height: 86px;
    position: absolute;
    right: 0;
    background: #181818;
    padding: 20px;
    bottom: -43px;
}

.services-icon3 img {
    width: 100%;
}

.service-img {
    position: relative;
    margin-bottom: 15px;
}

.service-img img {
    width: 100%;
}

.services-active2 .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    line-height: 1;
}

.services-active2 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.services-active2 .slick-dots li button {
    text-indent: -99999px;
    padding: 0;
    height: 12px;
    width: 12px;
    background: none;
    border-radius: 0;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #FFFFFF1A;
    position: relative;
}

.services-active2 .slick-dots li.slick-active button::after {
    background: var(--bg-red);
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    width: 5px;
    height: 5px;
}

.services-active2 .s-single-services {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.services-active2 .sr-h-bg {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 0;
    transition: all 0.7s ease 0s;
}

.services-active2 .btn i {
    margin-left: 0;
    font-size: var(--font-size-11);
    transform: rotate(45deg);
}

.services-three .services-icon {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin-bottom: 30px;
}

.services-three .services-icon img {
    width: 100%;
}

.services-three .brline {
    margin-top: 15px;
    margin-bottom: 25px;
}

.services-three ul li {
    margin-bottom: 25px;
}

.services-three ul li::before {
    font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
    margin-right: 10px;
    color: var(--bg-red);
}

.services-three .second-services-content {
    float: left;
    width: 100%;
}

.services-three .s-single-services {
    transition: .3s;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 2px solid #F0F0F0;
    display: block;
    box-shadow: none;

}

.services-three .s-single-services.active {
    background: var(--text-white-color);
    margin-top: 0;
    position: relative;
    z-index: 1;
    left: 0;
}

.services-icon img {
    display: inline-block;
}

.services-icon .hover {
    display: none;
}

.s-single-services:hover .services-icon .hover {
    display: inline-block;
}

.s-single-services:hover .services-icon img {
    display: none;
}

.services-three .s-single-services.active a.ss-btn {
    display: none;
}

.second-services-content {
    position: relative;
    z-index: 1;
}

.second-services-content h5 {
    transition: .3s;
    letter-spacing: 0;
    font-size: var(--font-size-10);
    color: var(--text-white-color);
    margin-bottom: 20px;
}

.second-services-content p {
    margin-bottom: 45px;
}

.second-services-content a {
    /*font-size: var(--font-size-19);
	font-weight: var( --font-weight-500);
	color: #444d69;
	position: relative;
	transition: .5s;*/
}

.second-services-content a.btn {
    background: #181818;
    padding: 10px 20px;
}

.second-services-content a::after {
    left: -40px;
    right: unset;
    opacity: 0;
}

.s-single-services {
    transition: .3s;
    background: var(--bg-main);
    padding: 30px 30px 50px;
    border: 1px solid #FFFFFF1A;
    overflow: hidden;
}

.s-single-services.active {

}

.s-single-services.active h3 a {
    color: var(--text-white-color);
}

.services-active .s-single-services {
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.second-services-content h3 a {
    font-size: var(--font-size-16);
}

.s-single-services .services-icon {
    width: 100%;
    height: 128px;
}

.s-single-services.s-single-services2 {
    overflow: hidden;
    padding: 50px;
}

.s-single-services.s-single-services2 .services-icon {
    width: 100%;
    height: 120px;
    margin-bottom: 0;
}

.s-single-services.s-single-services2 .second-services-content p {
    margin-bottom: 0;
}

.s-single-services.s-single-services2 .sr-h-bg {
    position: absolute;
    right: -420px;
    top: 0;
    z-index: 0;
    transition: all 0.7s ease 0s;
}

.s-single-services.s-single-services2:hover .sr-h-bg {
    right: 0;
    top: 0;
}

.s-single-services.s-single-services2 .icon-plus {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #181818;
    color: var(--text-gray-color);
    line-height: 40px;
    border-radius: 50%;
    z-index: 1;
}

.s-single-services.s-single-services2:hover .icon-plus {
    background: var(--text-white-color);
    color: var(--bg-red);
}

.s-single-services.s-single-services2 .second-services-content h5 a {
    color: var(--text-gray-color);
}

.s-single-services.s-single-services2:hover .second-services-content h5 a {
    color: var(--text-white-color);
    text-decoration: underline;
}

.h-service {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #0000009c;
    padding-top: 45%;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    transform: scaleY(1);
}

.h-service h5 {
    color: var(--text-white-color);
    font-size: var(--font-size-13);
    font-weight: var( --font-weight-600);
}

.s-single-services:hover .h-service {
    transform: scaleY(0);
    opacity: 0;
}

.services-hover .box1 {
    content: "";
    width: 60px;
    height: 60px;
    border: 1px solid var(--bg-red);
    position: absolute;
    z-index: 11;
    left: 40px;
    top: 40px;
    border-right: 0;
    border-bottom: 0;
}

.services-hover .box2 {
    content: "";
    width: 60px;
    height: 60px;
    border: 1px solid var(--bg-red);
    position: absolute;
    z-index: 11;
    right: 40px;
    top: 40px;
    border-left: 0;
    border-bottom: 0;
}

.services-hover {
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 60px 0;
    background: var(--bg-black);
    height: 100%;
    width: 100%;
    color: var(--text-white-color);
    transform: scaleY(0);
    opacity: 0;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
}

.s-single-services:hover .services-hover {
    transform: scaleY(1);
    opacity: 1;
}

.services-hover h5 {
    color: var(--text-white-color);
    font-weight: var( --font-weight-600);
    margin-bottom: 15px;
}

.services-hover a {
    color: var(--text-white-color);
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}

.services-hover:hover p {
    height: auto;
    width: auto;

}

.services-hover:hover .services-icon {
    margin-top: 20px;
}

.second-services-content a {
    color: 000f38;
    transition: all 0.3s ease 0s;
}

.s-single-services a.ss-btn {
    display: none;
}

.s-single-services .active-icon {
    display: none;
}

.s-single-services .d-active-icon {
    display: block;
}

.second-services-content span {
    margin-bottom: 20px;
    font-size: var(--font-size-19);
    font-weight: var( --font-weight-600);
    display: inline-block;
}

.s-single-services.active a.ss-btn {
    display: inline-block;
}

.s-single-services.active .second-services-content h5 {
}

.s-single-services.active .second-services-content a, #feature-top .s-single-services.active .btn2, .s-single-services.active .services-icon .glyph-icon::before {
}

.s-single-services.active .second-services-content p {

}

.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;
}

.sr-h-bg {
    position: absolute;
    bottom: -50px;
    right: -147px;
    z-index: 0;
    transition: all 0.7s ease 0s;
}

.services-active .s-single-services:hover .sr-h-bg, .s-single-services:hover .sr-h-bg {
    right: 0;
    bottom: 0;
}

.services-item {
    background: var(--text-white-color);
    margin: 22px 15px;
    box-shadow: 3px 4px 15px #0000001A;
    text-align: center;
    border-radius: 10px;
}

.services-active2 .slider-nav {
    position: absolute;
    bottom: 0px;
}

.services-active2 li {
    display: flex;
    margin-bottom: 10px;
}

.services-item h3 {
    font-size: var(--font-size-16);
}

.services-item .glyph-icon:before {
    font-size: var(--font-size-5);
}

.services-active2 li .icon {
    padding-right: 10px;
}

.services-item.slick-slide.slick-current.slick-active {
    background: #3763eb;
}

.services-item.slick-slide.slick-current.slick-active .glyph-icon:before {
    color: var(--text-white-color);
}

.services-item.slick-slide.slick-current.slick-active h3 {
    color: var(--text-white-color);
}

.services-area .services-box {
    background: #f7f6fb;
    padding-top: 30px;
}

.services-box .services-content2 {
    margin-top: 25px;
    padding-bottom: 30px;
    transition: .3s;
    padding-left: 30px;
    padding-right: 30px;
}

.services-box .services-content2 p {
    margin-bottom: 0;
}

.services-content2 h5 {
    font-size: var(--font-size-14);
    margin-bottom: 15px !important;
}

.services-content2 h5 a {
    color: #30313d;
}

.services-box .ss-btn2 {
    width: 60px;
    height: 60px;
    background: #df29190% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #df291933;
    display: none;
    color: var(--text-white-color);
    line-height: 60px;
    font-size: 31px;
    border-radius: 50%;
    position: absolute;
    left: 42%;
    bottom: -25px;
    transition: .3s;
}

.services-box .services-content2:hover .ss-btn2 {
    display: inline-block;
}

.services-02 ul {
    display: flex;
    border: 2px solid #F5F5F5;
}

.services-02 ul li {
    padding: 30px;
    border-right: 2px solid #F5F5F5;
    background: var(--text-white-color);
    transition: .2s;
}

.services-02 ul li:last-child {
    border: none;
}

.services-icon-02 {
    margin-bottom: 30px;

}

.services-content-02 h5 {
    font-size: var(--font-size-14);
    margin-bottom: 20px;
}

.services-content-02 {
    font-size: var(--font-size-19);
}

.services-content-02 .ss-btn2 {
    margin-top: 20px;
    display: block;
}

.services-content-02 .ss-btn2 i {
    width: 40px;
    height: 40px;
    border: 2px solid #E6E6E6;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #777;
}

.services-content-02 .ss-btn2 span {
    color: var(--bg-red);
    margin-left: -10px;
    font-weight: var( --font-weight-600);
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.services-02 ul li:hover {
    border: none;
    box-shadow: 0px 16px 32px #0000000A;
    transform: scale(1.08);
    transition: .2s;
}

.services-02 ul li:hover .ss-btn2 span {
    margin-left: 5px;
    opacity: 1;
    transition: .2s;
}

.services-box-03 {
    background: var(--text-white-color);
    padding: 50px;
}

.services-box-04 {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 38px 0px rgba(40, 40, 40, 0.04);
    padding: 45px;
}

.services-icon-04 {
    display: flex;
    margin-bottom: 30px;
}

.services-icon-04 img {
    margin-right: 15px;
}

.services-icon-04 h4 {
    padding: 15px 0 0;
}

.services-box-04 .services-content-02 li {
    font-weight: var( --font-weight-500);
    font-size: var(--font-size-18);
    margin-top: 10px;
    color: var(--bg-black);
}

.services-box-04 .services-content-02 li::before {
    font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
    margin-right: 10px;
    color: var(--bg-red);
}

.services-box-04 .services-content-02 .blue li::before {
    color: #4cc3c1;
}

.services-box-04 .services-content-02 .green li::before {
    color: #2db065;
}

.services-05 h2 {
    color: var(--text-white-color);
}

.services-05::before {
    content: "";
    background: var(--bg-black);
    position: absolute;
    top: 0;
    width: 100%;
    height: 529px;
}

.services-content-05 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 38px 0px rgba(40, 40, 40, 0.04);
    padding: 30px;
    margin-bottom: 50px;
}

.services-content-05 span {
    color: var(--bg-red);
    font-size: 15px;
    font-weight: var( --font-weight-500);
    margin-bottom: 10px;
    display: block;
}

.services-text05 p {
    font-size: var(--font-size-16);
    color: #777 !important;
}

.services-text05 a {
    font-size: var(--font-size-16);
    color: var(--bg-red);
    font-weight: var( --font-weight-500);
    text-decoration: underline;
}

.services-icon-05 img {
    width: 100%;
}

.services-07 .section-title h2 {
    color: var(--text-white-color);
}

.services-box07 {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.services-box07 .sr-contner {
    display: flex;
}

.services-box07 .sr-contner .icon {
    width: 119px;
    margin-right: 20px;
}

.services-box07 .sr-contner .text h5 {
    font-size: 25px;

}

.services-box07 .sr-contner .text p {
    margin-top: 15px;
    margin-bottom: 0;
}

.services-07 .user-box {
    display: flex;
}

.services-07 .user-box .text {
    padding-top: 10px;
    padding-left: 15px;
}

.services-07 .user-box .text h2 {
    font-size: var(--font-size-14);
    font-weight: var( --font-weight-500);
    font-family: 'Poppins', sans-serif;
    color: var(--text-white-color);
    margin-bottom: 5px;
}

.services-07 .user-box .text h3 {
    font-size: var(--font-size-19);
    font-family: 'Poppins', sans-serif;
    color: #9a9fa2;
}

.services-08-item {
    text-align: center;
    padding: 50px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.services-08-item .readmore {
    width: 50px;
    height: 50px;
    background: #d7d7d7;
    font-size: var(--font-size-14);
    text-align: center;
    line-height: 50px;
    color: #162542;
    display: inline-block;
    margin-top: 15px;
}

.services-08-item .readmore:hover {
    color: var(--text-white-color);
    background: var(--bg-red);
}

.services-08 h2 {
    color: var(--text-white-color);
}

.services-08 .bg-outer {
    background-color: var(--text-white-color);
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}

.services-08 .col-lg-4.col-md-4 {
    position: relative;
}

.services-08 .services-08-item--wrapper {
    border-bottom: 2px solid #ffffff12;
}

.services-08 .services-08-item--wrapper:nth-child(2) {
    border-bottom: none;
}

.services-08-item--wrapper > div {
    border-right: 2px solid #ffffff12;
}

.services-08-item--wrapper > div:nth-child(3) {
    border-right: none;
}

.services-08-content h3 {
    margin-bottom: 15px;
    font-size: var(--font-size-14);
}

.services-08-content, .services-08-thumb {
    position: relative;
    z-index: 1;
}

.services-08-thumb img {
    height: 40px;
}

.services-08-content .number {
    color: #f5f5f5;
    -webkit-text-stroke: 1px var(--bg-red);
    -webkit-text-fill-color: var(--text-white-color);
    font-size: var(--font-size-2);
    font-weight: bold;
    margin-bottom: 35px;
}

.services-08-item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.services-08-item:hover::before {
    background-color: var(--text-white-color);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: var(--text-white-color);
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}

.services-09::before {
    display: none;
}

.services-09 p, .services-09 .section-title h5 {
    color: var(--text-white-color);
}

.services-area2 .container {
    z-index: 1;
    position: relative;
}

.services-area2 h2 {
    color: #30313d;
}

.services-area2 .services-box2 {
    background-color: rgb(255, 255, 255);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07);
}

.services-area2 .services-box2 h3 {
    padding-left: 30px;
    border-left: 5px solid var(--bg-red);
}

.services-area2 .services-box2 .services-icon {
    border-radius: 15px;
    background-color: #fff7e7;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}

.services-area2 .services-box2 .services-icon i {
    border: none;
    color: var(--bg-red);
}

.services-area2 .services-box2 p {
    margin-bottom: 0;
}

.services-box2 .services-content2 {
    padding: 30px 0 30px 0;
    position: relative;
}

.services-box2 .services-content2 h3 {
    font-weight: var( --font-weight-600);
    font-size: var(--font-size-14);
}

.services-box2 .services-content2 .icon {
    color: #777777;
    width: 50px;
    height: 50px;
    border: 2px solid #7777777d;
    text-align: center;
    font-size: var(--font-size-11);
    line-height: 48px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 28%;
    right: 30px;
}

.services-box2 .services-content2 .icon:hover {
    color: var(--bg-red);
    border: 2px solid var(--bg-red);
}

.services-area2 figcaption {
    background: #000000d6;
}

.services-area2 .gallery-image:hover figcaption {
    bottom: 0;
}

.simple-services-area .btn {
    background: none;
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-18);
    font-weight: var( --font-weight-700);
    border: 1px solid #FFFFFF1A;
    padding-left: 38px;
    padding-right: 38px;
}

.simple-services-area .btn.active {
    border: 1px solid var(--bg-red);
}

.simple-services-area .about-sbox {
    background: var(--bg-main);
}

.simple-services-area .about-sbox.active {
    background: var(--bg-red);
}

.animations-01 {
    position: absolute;
    left: 130px;
    bottom: 100px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-02 {
    position: absolute;
    left: 250px;
    top: 150px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.animations-03 {
    position: absolute;
    left: -50px;
    top: 240px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-04 {
    position: absolute;
    left: 235px;
    bottom: 195px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-05 {
    position: absolute;
    animation: alltuchtopdown 5s infinite;
    width: 100%;
    text-align: center;
    top: 24px;
    z-index: -1;
}

.animations-06 {
    position: absolute;
    left: 120px;
    top: 240px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-07 {
    position: absolute;
    left: 130px;
    bottom: 420px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-08 {
    position: absolute;
    right: 120px;
    top: 550px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.animations-09 {
    position: absolute;
    right: 120px;
    bottom: 150px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.animations-10 {
    position: absolute;
    left: 110px;
    top: 155px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-11 {
    position: absolute;
    left: 160px;
    bottom: 165px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-12 {
    position: absolute;
    left: 120px;
    top: 240px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-13 {
    position: absolute;
    left: 250px;
    bottom: 180px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-14 {
    position: absolute;
    right: 80px;
    top: 150px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.animations-15 {
    position: absolute;
    right: 120px;
    bottom: 0;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

@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(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    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(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    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);
    }
}

.sbox div:nth-child(1) .services-box07 {
    background: #ffeec4;
}

.sbox div:nth-child(2) .services-box07 {
    background: #e5f3ff;
}

.sbox div:nth-child(3) .services-box07 {
    background: #e1ffe5;
}

.sbox div:nth-child(4) .services-box07 {
    background: #fff4f3;
}

.service-details-two {
    margin-top: -90px;
}

/* steps area */
.steps-area h2, .steps-area h3 {
    color: var(--text-white-color);
}

.steps-area h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.steps-area h3::after {
    content: "";
    height: 2px;
    width: 50px;
    background: var(--text-white-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.steps-area li {
    margin-bottom: 30px;

}

.steps-area li:last-child {
    margin-bottom: 0;
}

.step-box {
    display: flex;
    align-items: center;
}

.step-box .text p {
    margin-bottom: 0;
    color: #9f9f9f;
}

.step-box .date-box {
    width: 120px;
    height: 120px;
    margin-right: 30px;
    text-align: center;
    position: relative;
    float: left;
    color: var(--text-white-color);
    font-size: var(--font-size-14);
    font-weight: var( --font-weight-600);
    line-height: 60px;
    border-left: 1px solid var(--bg-red);
    border-bottom: 1px solid var(--bg-red);
    display: flex;
    align-items: center;
}

.step-box .date-box::before {
    content: "";
    width: 120px;
    height: 120px;
    left: -10px;
    border-right: 1px solid var(--bg-red);
    position: absolute;
    top: 10px;
    border-top: 1px solid var(--bg-red);
}

.step-box .date-box span {
    width: 90%;
    font-size: var(--font-size-12);
    font-family: 'Poppins', sans-serif;
}

.step-img {
    margin-left: -315px;
}

/*Apartments  tabs */

.apartments h5::after, .team-area h5::after, .testimonial-area h5::after {
    /*background: url(../img/bg/right-line.png);*/
    position: absolute;
    right: -15px;
    top: -6px;
    width: 92px;
    height: 32px;
    content: "";
    display: none;
}

.apartments nav > .nav.nav-tabs {
    background: #161616;
    border: none;
    color: var(--text-white-color);
    border-radius: 0;
}

.apartments nav > div a.nav-item.nav-link,
.apartments nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 15px 18px;
    color: var(--text-white-color);
    border-radius: 0;
    margin: 0 0;
    text-transform: uppercase;
}

.apartments .tab-content {
    line-height: 25px;
    padding: 30px 25px;
}

.apartments nav > div a.nav-item.nav-link:hover,
.apartments nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #dda902;
    color: #000;
    transition: background 0.20s linear;
}

.apartments nav > div a.nav-item.nav-link.active {
    background: #dda902;
    color: #000;
}

.apartments .tab-content ul {
    padding: 0;
}

.apartments .tab-content ul li {
    font-size: var(--font-size-19);
    list-style: none;
    padding: 10px 0;
}

.apartments .tab-content ul li span.after {
    float: right;
    color: var(--text-white-color);
}

.apartments-img img {
    width: 100%;
}

.availability-table {
    position: relative;
    z-index: 1;
}

.availability-table table {
    border: none;
}

.availability-table th {
    border-bottom: 1px solid #2a2b2f !important;
    padding: 0px 0 15px;
}

.availability-table td {
    color: var(--text-white-color);
    padding: 15px 0;
    border-bottom: 1px solid #2a2b2f;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

.availability-section .availability-table table thead th {
    border: none;
    font-weight: var( --font-weight-500);
    color: #6a6b72;
    text-transform: uppercase;
}

.availability-section .availability-table table tbody .name, .availability-section .availability-table table tbody .price {
    font-weight: var( --font-weight-500);
    color: var(--text-white-color);
    text-transform: uppercase;
}

.availability-table table .popup-image {
    color: var(--bg-red);
    text-transform: capitalize;
}

.availability-table table .popup-image:hover {
    color: var(--text-white-color);
}

/* 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: .65;
}

.video-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: var(--font-size-11);
    color: var(--text-white-color);
    height: 80px;
    width: 80px;
    text-align: center;
    background: var(--bg-red);
    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, #df29190%, #df2919100%) 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;
    font-size: var(--font-size-17);
    line-height: 28px;
}

.rised ul {
    display: flex;
    gap: 60px;
}

.rised ul span {
    margin-bottom: 5px;
    display: inline-block;
}

.rised ul h3 {
    font-size: var(--font-size-8);
    font-weight: var( --font-weight-600);
}

.bdr {
    border-top: 1px solid #ffffff12;
}

.v-list ul li {
    margin-bottom: 20px;
}

.v-list ul li:last-child {
    margin-bottom: 0px;
}

.v-list ul li i {
    color: var(--bg-red);
    display: inline-block;
    margin-right: 5px;
}

.video-area .section-title h2 {
    font-size: 82px;
    margin-bottom: 30px !important;
}

.video-area .section-title p {
    font-size: var(--font-size-18);
    font-weight: var( --font-weight-400);
    line-height: 26px; /* 162.5% */
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

.video-area .btn {
    padding: 23px 30px;
    background: var(--bg-main);
    border: 1px solid var(--bg-main);
}

.video-area ul {
    text-align: center;
    border: none;
    display: inherit;
}

.video-area li {
    display: inline-block;
    margin: 50px 15px 0;
}

.video-area li span {
    padding: 15px 30px;
    color: var(--text-white-color);
    background: #161616;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

.video-area li span:hover, .video-area li span.active {
    color: #000;
    background: var(--bg-red);
}

.v-padding {
    padding-top: 35px;
}

.s-video-wrap {
    position: relative;
    width: 90%;
    margin: auto;
    min-height: 800px;
    padding: 300px 0 0;
}

.s-video-content {
    width: 100%;
    text-align: center;
}

.s-video-content a {
    z-index: 1;
    font-size: var(--font-size-19);
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    left: 0;
}

.s-video-content h2 {
    font-size: var(--font-size-5);
    color: var(--text-white-color);
    font-weight: var( --font-weight-600);
    margin-bottom: 20px;
}

.s-video-content p {
    font-size: var(--font-size-17);
    color: var(--text-white-color);
    margin-bottom: 0;
}

.s-video-wrap2 {
    height: 500px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

/* follower */
.follower {
    margin-right: -400px;
}

.follower-box {
    background: var(--text-white-color);
    padding: 30px;
    display: inline-block;
    width: 100%;
}

.follower-contner .icon {
    float: right;
}

.follower-contner .text {
    float: left;
    position: relative;
    width: 50%;
}

.follower-contner .text p {
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.follower-contner .text::before {
    height: 10px;
    width: 100%;
    background: #f8f8f8;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
}

/* 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: var(--bg-red);
    display: inline-block;
    margin-right: 5px;
    font-size: var(--font-size-17);
}

.choose-area {
    background-size: cover;
    background-position: center;
}

.choose-content p {
    margin-bottom: 15px;
    color: #444d69;
    padding-right: 50px;
}

.choose-btn a {
    border-radius: 8px;
    background-color: rgb(31, 83, 219);
    box-shadow: 0 2px 60px 0 rgba(31, 83, 219, 0.3);
    width: 241px;
    color: #fff !important;
    display: flex;
    padding: 10px 25px;
    float: left;
    margin-right: 25px;
    position: relative;
    border: 2px solid #1f53db;
    font-family: 'Poppins', sans-serif;
}

.choose-btn a .icon {
    padding: 0 20px 0 0;
    line-height: 50px;
    z-index: 99;
}

.choose-btn a .text {
    z-index: 99;
    font-size: var(--font-size-16);
}

.choose-btn a .text strong {
    font-size: var(--font-size-15);
    margin-top: 0px;
    display: block;
    font-weight: var( --font-weight-500);
}

.choose-btn a.g-btn {
    box-shadow: none;
    width: 262px;
    background: none;
    border: 2px solid #1f53db;
    margin-right: 0;
}

.g-btn .text {
    color: var(--bg-black);
}

.g-btn .text strong {
    color: #1F53DB;
}

/* 9. brand */


.brand-area p {
    margin-top: 30px;
    color: #85868e;
    font-size: var(--font-size-16);
}

.brand-area p strong {
    color: var(--text-white-color);
}

.single-brand {
    text-align: center;
}

.single-brand img {
    display: inline-block;
}

.brand-area2 {
    margin-top: -70px;
    position: relative;
}


/* 10. work-process */
.wp-bg {
    background-position: center;
    background-size: cover;
}

.w-title h2::before {
    background-color: var(--bg-red);
}

.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: var(--text-white-color);
    font-size: var(--font-size-14);
    margin-bottom: 15px;
}

.wp-content p {
    color: var(--text-white-color);
    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: var(--font-size-14);
    font-weight: var( --font-weight-600);
    margin-bottom: 15px;
}

.inner-wp-c p {
    margin-bottom: 0;
}

/* 11. team */
.team-area2 .section-title h2 {
    color: #f8f8f8;
    -webkit-text-stroke: 2px #e4e4e46e;
    -webkit-text-fill-color: #f8f8f8;
    font-size: 200px;
    font-weight: bold;
    text-align: center;
    z-index: -1;
    width: 100%;
    bottom: 0px;
    text-transform: uppercase;
    position: absolute;
}

.team-area .single-team {
    margin-left: 0;
    margin-right: 0;
}

.team-active .single-team {
    margin-left: 15;
    margin-right: 15px;
}

.team-area .container {
    z-index: 1;
    position: relative;
}

.team-active .slick-dots {
    text-align: center;
    display: none;
}

.team-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.team-active .slick-dots .slick-active button {

}

.team-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 12px;
    width: 12px;
    background: none;
    border-radius: 0;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #FFFFFF1A;
    position: relative;

}

.team-active .slick-dots li.slick-active button::after {
    background: var(--bg-red);
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    width: 5px;
    height: 5px;
}

.team-active .slick-dots li.slick-active button::before {
    opacity: 1;
}

.team-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}

.team-thumb {
    text-align: center;

}

.team-thumb .brd {
    transition: all 1s ease 0s;
    position: relative;
    overflow: hidden;
    padding: 0 25px
}

.team-thumb .brd::before {
    content: "";
    width: 100%;
    height: 85%;
    bottom: 0;
    position: absolute;
    left: 0;
    background: #181818;
    z-index: -1;
}

.team-thumb .brd2 {
    transition: all 1s ease 0s;
    position: relative;
    overflow: hidden;
    padding: 25px 25px 0;
    background: #181818;
}

.team-thumb img {
    display: inline-block !important;
    width: 100%;
}

.team-thumb .dropdown {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.team-thumb .dropdown .xbtn {
    width: 50px;
    height: 50px;
    background: #df2919 0% 0% no-repeat padding-box;
    display: inline-block;
    font-size: var(--font-size-17);
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
    color: var(--text-white-color);
    cursor: pointer;
    border-radius: 50%;
    position: relative;
}

.team-thumb .dropdown .xbtn::before {
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    border: 2px dashed #ffffff5c;
    border-radius: 50%;
    left: 5px;
    top: 5px;
}


.team-social li {
    display: list-item;
    margin: 0;
}

.team-thumb .dropdown-menu {
    background: none;
    border: none;
    padding: 0;
    transform: translate3d(0px, -107px, 0px) !important;
}

.team-thumb .social {
    position: absolute;
    top: 0;
}

.team-info {
    width: 100%;
    text-align: left;
    padding: 30px;
    background: #181818;
    position: relative;
}

.team-info .text {
    padding-left: 30px;
    border-left: 5px solid var(--bg-red);
}

.team-info h4 {
    font-size: var(--font-size-14);
    margin-bottom: 5px;
    transition: .3s;
    color: var(--text-white-color);
}

.team-info span {
    font-size: var(--font-size-18);
    transition: .3s;
    color: var(--bg-red);
    font-weight: var( --font-weight-600);
}

.team-info p {
    margin-bottom: 0;
}

.team-social {
    text-align: center;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 20px;
    right: 20px;
}

.team-social a {
    color: var(--text-gray-color);
    display: inline-block;
    text-align: center;
    font-size: var(--font-size-18);
    position: relative;
    z-index: 999;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: var(--bg-main);
    line-height: 50px;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.10);
}

.team-social ul {
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    display: inline-block;
    right: 0;
    top: -150px !important;
    z-index: 999;
}

.team-area .single-team:hover .team-social ul {
    opacity: 1;
    margin-top: 0;
}

.team-social li a {
    border: none;
    color: var(--text-white-color);
}

.team-social li a:hover {
    border: none;
    background: var(--bg-red);
    color: var(--text-white-color);
}


.single-team:hover .team-thumb .brd::before, .single-team:hover .team-thumb .brd::after {
    color: var(--bg-red);
}

.single-team:hover .team-info {
    border-color: var(--bg-red);
}

.team-t h2 {
    top: 50px;
}

.single-team:hover .team-info h4 {
    color: var(--text-white-color);
}

.slick-slide {
    outline: none;
}

.team-active {
    position: relative;
}

.team-active .slick-arrow {
    position: absolute;
    top: 30%;
    left: -50px;
    border: none;
    background: none;
    padding: 0;
    font-size: var(--font-size-16);
    color: var(--text-white-color);
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    background: var(--bg-red);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.team-active .slick-arrow:hover {
    background: #12265a;
}

.team-active .slick-next {
    left: inherit;
    right: -50px;
}

.team-area-content {
    padding: 100px 0;
}

.team-info h4 a:hover {
    color: var(--bg-red);
}

.team-area-content span {
    margin-bottom: 10px;
    color: var(--bg-red);
    font-size: var(--font-size-17);
    display: inline-block;
    font-weight: var( --font-weight-500);
    position: relative;
}

.team-area-content span::before {
    content: "";
    width: 50px;
    height: 1px;
    background: var(--bg-red);
    position: relative;
    display: inline-block;
    top: -5px;
    margin-right: 15px;
}

.team-area-content ul {
    margin-top: 30px;
    margin-bottom: 50px;
}

.team-area-content li {
    display: flex;
    margin-top: 15px;
}

.team-area-content li .icon i {
    margin-right: 10px;
    color: var(--bg-red);
    width: 20px;
}

.team-area-content li .icon strong {
    color: var(--text-white-color);
}

.team-area-content li .icon {
    margin-right: 10px;
    width: 35%;
}

.team-area-content .social a {
    font-size: var(--font-size-20);
    color: var(--text-white-color);
    margin: 0 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    box-shadow: 3px 4px 15px #00000026;
}

.team-area-content .social a:nth-child(1) {
    background: #345aa8;
}

.team-area-content .social a:nth-child(2) {
    background: #00ACED;
}

.team-area-content .social a:nth-child(3) {
    background: #0057FF;
}

.team-area-content .social a:nth-child(4) {
    background: #CD201F;
}

.per-info {
    background: #161616;
    padding: 30px;
    border: 2px solid #161616;
}

.per-info ul {
    margin-bottom: 0;
}

.brand-anim-01 {
    position: absolute;
    left: -40px;
    top: -60px;
}

.brand-anim-02 {
    position: absolute;
    right: -36px;
    top: 40px;
}

/* 12. awards */
.awards-box {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    padding: 30px 0;
}

.awards-box:hover {
    border-bottom: 1px solid #000;
}

.awards-box:hover .sine {
    color: #000;
}

.awards-box .img-hover {
    position: absolute;
    top: -150px;
    right: 10%;
    opacity: 0;
    z-index: 2;
    transition: .7s;
}

.awards-box:hover .img-hover {
    opacity: 1;
}

/* 12. project */
.project h2 {

}

.single-project .project-info {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: var(--text-white-color);
}

.single-project .project-info h4 {
    margin-bottom: 0;
}

.single-project .project-info h4 a {
    color: var(--text-white-color);
    font-size: var(--font-size-14);
}

.single-project .project-info p {
    color: var(--bg-red);
    margin-bottom: 0;
}

.single-project .project-info a {
    color: var(--bg-red);
}

.single-project .project-info a img {
    display: inline;
    margin-left: 5px;
}

.portfolio-active {
    padding: 0;
    margin-left: -250px;
    margin-right: -250px;
}

.portfolio-active2 .slick-track div:nth-child(8), .portfolio-active2 .slick-track div:nth-child(16) {
    margin-top: 105px;
}

.portfolio-active .gallery-image figcaption .date-home, .portfolio-active2 .gallery-image figcaption .date-home {
    width: 86px;
    height: 86px;
    padding: 18px;
    background: var(--bg-red);
    transition: all 0.5s ease 0s;
    color: var(--text-white-color);
    display: inline-block;
    margin-bottom: 40px;
}

.portfolio .portfolio-active .gallery-image figcaption .slider-btn a, .portfolio .portfolio-active2 .gallery-image figcaption .slider-btn a {
    color: var(--bg-red);
    font-size: var(--font-size-11);
}

.portfolio .portfolio-active .gallery-image figcaption p, .portfolio .portfolio-active2 .gallery-image figcaption p {
    margin-bottom: 5px;
    color: var(--text-white-color);
}

.portfolio .portfolio-active .gallery-image figcaption, .portfolio .portfolio-active2 .gallery-image figcaption {
    padding-top: 30%;
    width: 80%;
    left: 5%;
}

.portfolio .portfolio-active .gallery-image:hover figcaption {
    opacity: 1;
    top: 5%;
}

.portfolio-active .slick-dots, .portfolio-active2 .slick-dots {
    color: var(--bg-red);
    font-size: var(--font-size-18);
    text-align: center;
    margin-top: 35px;
}

.portfolio-active .slick-dots li, .portfolio-active2 .slick-dots li {
    font-size: var(--font-size-16);
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--text-white-color);
}

.portfolio-active .slick-dots li button, .portfolio-active2 .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 12px;
    width: 12px;
    background: none;
    border-radius: 0;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #FFFFFF1A;
    position: relative;
}

.portfolio-active .slick-dots li, .portfolio-active2 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    line-height: 0;
}

.portfolio-active .slick-dots li.slick-active button::after, .portfolio-active2 .slick-dots li.slick-active button::after {
    background: var(--bg-red);
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    width: 5px;
    height: 5px;
}

.portfolio-area2 h2 {
    color: var(--text-white-color);
}

.portfolio-box {
    width: 100%;
    height: 390px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.portfolio-box img {
    height: 390px !important;
    max-width: 600px !important;
    margin-left: -150px;
}

.portfolio-box .caption {
    position: absolute;
    bottom: -150px;
    padding: 30px;
    width: 100%;
    background: var(--text-white-color);
    transition: opacity .4s ease, visibility .2s ease;
    opacity: 0;
}

.portfolio-box:hover .caption {
    bottom: 0;
    opacity: 1;
}

.portfolio-box .caption .caption-text {
    position: relative;
}

.portfolio-box .caption .arrow-icon {
    position: absolute;
    right: 40px;
    top: 25%;
    font-size: var(--font-size-12);
    color: var(--bg-red);
}

.caption-text h5 {
    margin-bottom: 5px !important;
}

.caption-text p {
    margin-bottom: 0 !important;
}

.project-two h2 {
    color: var(--text-white-color);
}

.project-two .grid-item, .project-two .col-xl-6 {
    padding: 0;
    margin: 0;
}

/* 12. counter */

.counter-tittle {
    display: inline-block;
    background: var(--bg-red);
    padding: 11px 30px;
    position: relative;
    top: -60px;
}

.counter-tittle h2 {
    color: var(--text-white-color);
    font-size: 25px;
}

.counter-tittle::before {
    content: "";
    background: var(--bg-red);
    width: 17%;
    height: 62px;
    position: absolute;
    top: -2px;
    transform: skew(20deg);
    left: -13px;
}

.counter-tittle::after {
    content: "";
    background: var(--bg-red);
    width: 17%;
    height: 62px;
    position: absolute;
    top: -2px;
    transform: skew(-20deg);
    right: -13px;
}

.counter-area {
}

.counter-area .container {
}

.counter-area .single-counter {
    padding-left: 0;
    padding-right: 0;
}

.counter-area .single-counter .number {
    color: #f5f5f5;
    -webkit-text-stroke: 2px #eeeeee6e;
    -webkit-text-fill-color: var(--text-white-color);
    font-size: 200px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 36px;
}

.counter-area .row div:nth-child(4) .single-counter {
    display: ;
    border-right: none;
}

.single-counter {
    padding: 0 25px;
}

.single-counter i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #fe576b;
    border-radius: 50%;
    margin-bottom: 30px;
    color: #000;
    font-size: var(--font-size-8);
    line-height: 80px;
}

.single-counter .icon {
    margin-bottom: 15px;
    float: left;
    width: 100px;
}

.count, .counter span {
    color: var(--text-white-color);
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-6);
    font-style: normal;
    font-weight: var( --font-weight-300);
    text-transform: capitalize;
}

.counter {
    display: flex;
}

.counter small {
    font-size: 35px;
    font-weight: var( --font-weight-600);
    color: #002c47;
    line-height: 1;
    position: relative;
    width: 80%;
}

.single-counter p {
    font-size: var(--font-size-17);
    margin-bottom: 0;
    padding-top: 10px;
    color: var(--text-white-color);
}

.single-counter .line {
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #fe576b;
    margin-bottom: -5px;
    margin-top: 10px;
}

/* Classes */
.class-item {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 1px 1.732px 18px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    background: var(--text-white-color);
    border-radius: 4px;
}

.class-item::after {
    position: absolute;
    width: 80%;
    height: 20px;
    background: var(--bg-red);
    content: "";
    bottom: -21px;
    left: 10%;
    border-radius: 0 0 4px 4px;
    transform: translate(0, -103%);
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.class-item:hover::after {
    transform: translate(0, 0%);
}

.class-img-outer {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.class-content {
    padding: 60px 40px 25px;
    float: left;
    position: relative;

}

.class-content h4 {
    font-size: var(--font-size-13);
    margin-bottom: 15px;
}

.class-content .schedule span {
    display: block;
    line-height: 22px;
    color: #12265a;
}

.class-content .schedule li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #ccc;
}

.class-content span.class-price {
    background: var(--bg-red);
    font-size: var(--font-size-16);
    color: var(--text-white-color);
    padding: 7px 10px;
    border-radius: 30px;
    width: 98px;
    height: 34px;
    text-align: center;
    font-weight: var( --font-weight-600);
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
}

.class-tech {
    display: inline-block;
    width: 180px;
    background: var(--bg-red);
    color: var(--text-white-color);
    padding: 5px;
    border-radius: 30px;
    position: absolute;
    left: 25%;
    top: -25px;
}

.class-tech .img {
    float: left;
    margin-right: 10px;
}

.class-tech .text {
    padding-top: 5px;
}

.class-content .schedule span.class-size {
    color: var(--bg-red);
}

.class-content .schedule li:first-child {
    padding-left: 0;
}

.class-content .schedule li:last-child {
    padding-right: 0;
    border-right: none;
}

.course-widget-price ul {
    width: 100%;
    display: inline-block;
}

.course-widget-price li i {
    padding-right: 9px;
    font-size: var(--font-size-19);
    padding-left: 2px;
    color: var(--bg-red);
}

.course-widget-price li span:last-child {
    float: right;
}

.class-area2 h2 {
    color: var(--text-white-color);
}

.class-active .single-project {
    position: relative;
}

.class-active .slick-arrow {
    position: absolute;
    top: 30%;
    left: -60px;
    border: none;
    background: none;
    padding: 0;
    font-size: var(--font-size-9);
    color: var(--text-white-color);
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    background: var(--bg-red);
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.class-active .slick-arrow:hover {
    background: var(--bg-red);
    color: var(--text-white-color);
}

.class-active .slick-next {
    left: inherit;
    right: -60px;
}

/* 13. cta */
.cta-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.cta-bg::after {
    content: "";
    background: #181818;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.cta-title h2 {
    padding-bottom: 0;
    font-size: var(--font-size-4);
    color: var(--text-white-color);
}

.cta-title h3 {
    padding-bottom: 0;
    font-size: var(--font-size-17);
    color: var(--text-white-color);
    text-transform: uppercase;
}

.cta-title p {
    font-size: 15px;
}

.cta-title h2::before {
    content: none;
}

.cta-content p {
    color: var(--text-white-color);
    padding-right: 80px;
    margin-bottom: 35px;
}

.cta-btn .btn {
    background: #181818;
    padding-top: 23px;
    padding-bottom: 23px;
}

.cta-btn .btn::before {
    background: #000;
}

.cta-right p {
    margin-bottom: 0;
    color: var(--text-white-color);
    font-size: var(--font-size-14);
    font-weight: var( --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: 757px;
}

.cta-bg .social {
    text-align: center;
}

.cta-bg .social .icon {
    display: inline-block;
    width: 110px;
    height: 110px;
    background: var(--bg-red);
    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: var(--font-size-15);
    color: var(--text-white-color);
    font-weight: var( --font-weight-600);
}

.portfolio .button-group {
    padding-bottom: 0;
}

/* 14. testimonial */

.testimonial-area .container {
    z-index: 1;
    position: relative;
}

.testimonial-area .test-bg {
    position: absolute;
    top: 0;
    left: -27px;
}

.testimonial-active2 {
    width: 95%;
    margin: auto;
}

.testimonial-active p {
    font-size: var(--font-size-14);
    font-weight: var( --font-weight-400);
    line-height: 34px;
    margin: 30px 0;
}

.testimonial-area hr {
    margin: 15px 0 0;
}

.testimonial-area img {
    display: inline-block;
}

.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 {
    float: left;
}

.ta-info {
    overflow: hidden;
    display: block;
}

.ta-info h6 {
    font-size: var(--font-size-16);
    margin-bottom: 5px;
}

.ta-info span {
    font-size: var(--font-size-18);
    color: var(--bg-red);
}

.testi-author {
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
}

.single-testimonial {
    background: #161616;
    width: 90%;
    margin: auto;
    padding: 30px;
}

.testimonial-nav .slick-list {
    padding: 0 !important;
    margin-left: -150px;
}

.testimonial-item img {
    border: 3px solid #ccc;
}

.testimonial-nav .slick-list .slick-current img {
    border: 3px solid var(--bg-red);
    transform: scale(1.15);
}


.testimonial-active .slick-arrow {
    position: absolute;
    bottom: -80px;
    left: 0;
    border: none;
    background: none;
    padding: 0;
    font-size: var(--font-size-14);
    color: var(--text-white-color);
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    width: 94%;
}

.testimonial-active i {
    font-size: var(--font-size-11);
    color: var(--text-white-color);
    margin-bottom: 30px;
}

.testimonial-active .slick-next {
    left: 40px;
}

.testimonial-active .slick-arrow:hover {
    color: var(--bg-red);
}

.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;
    background-color: #26282c;
    padding: 40px;
    margin: 0 15px 15px;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.01);
    border-radius: 4px;
}

.testimonial-active .testi-img {
    float: left;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 80px;
}

.testimonial-active .ta-info {
    overflow: hidden;
    float: left;
    padding-top: 15px;
    margin-left: 15px;
}

.testimonial-active .ta-info span {
    color: var(--bg-red);
    font-size: var(--font-size-18);
}

.testimonial-active .ta-info h6 {
    font-size: var(--font-size-16);
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--text-white-color);
}

.testimonial-active .com-icon {
    position: absolute;
    right: 50px;
    top: 45px;
}

.testimonial-active .slick-dots, .testimonial-active3 .slick-dots {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    line-height: 0;
}

.testimonial-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 12px;
    width: 12px;
    background: none;
    border-radius: 0;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #FFFFFF1A;
    position: relative;
}

.testimonial-active .slick-dots li.slick-active button::after {
    background: var(--bg-red);
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    width: 5px;
    height: 5px;
}

.testimonial-active .qt-img {
    position: absolute;
    right: 30px;
    bottom: 70px;
}

.testimonial-active2 .qt-img {
    margin-bottom: 30px;
}

.testimonial-active2 .qt-img img {
    display: inline-block;
}

.testimonial-active2 .slider-nav {
    float: right;
    width: 100%;
}

.slider-nav .slick-list.draggable {
    width: 233px;
    float: right;
}

.testimonial-active2 .slick-arrow {
    position: absolute;
    top: inherit;
    left: inherit;
    border: none;
    background: none;
    padding: 0;
    font-size: var(--font-size-14);
    color: var(--text-white-color);
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    right: -96px;
    bottom: 0;
}

.testimonial-active2 .slick-next {
    left: inherit;
    right: -165px;
}

.testimonial-active2 .slick-arrow:hover {
    color: var(--bg-red);
}

.testimonial-avatar.p-relative {
    min-height: 455px;
    display: block;
    overflow: hidden;
}

.testimonial-active2 .slick-next.slick-arrow i, .testimonial-active2 .slick-arrow i {
    border-radius: 50%;
    background-color: rgb(80, 82, 171);
    box-shadow: 2.5px 4.33px 15px 0px rgba(80, 82, 171, 0.4);
    width: 60px;
    height: 60px;
    line-height: 60px;
}


.testimonial-active2 .ta-info span {
    color: var(--bg-red);
    font-size: var(--font-size-18);
}

.testimonial-active2 .testi-author {
    border-bottom: none;
    padding-bottom: 0;
}

.testimonial-active2 .ta-info h6 {
    font-size: var(--font-size-10);
    margin-bottom: 5px;
    color: var(--text-white-color);
}

.com-icon {
    position: absolute;
    right: 0;
    top: 20px;
}

.testimonial-item img {
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.testimonial-area h2 {
    color: var(--bg-black);
}

.testimonial-active2 .single-testimonial {
    padding: 30px 0 0;
    background: none;
}

.testimonial-active2 .testi-author img {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}

.testimonial-active2 .slick-dots li, .testimonial-active3 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.testimonial-active2 .slick-dots {
    text-align: left;
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.testimonial-active2 .slick-dots li button, .testimonial-active3 .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 12px;
    width: 12px;
    background: none;
    border-radius: 0;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #FFFFFF1A;
    position: relative;
}

.testimonial-active2 .slick-dots li.slick-active button::after, .testimonial-active3 .slick-dots li.slick-active button::after {
    background: var(--bg-red);
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    width: 5px;
    height: 5px;
}

.testimonial-active2 .ta-info {
    overflow: hidden;
}

.testimonial-active2 .single-testimonial p {
    margin-top: 30px;
    font-size: var(--font-size-10);
    line-height: 42px;
    color: var(--text-white-color);
    margin-bottom: 60px;
    font-family: 'Poppins', sans-serif;
}

.testimonial-active3 .single-testimonial {
    margin-left: 15px;
    margin-right: 15px;
}

.testimonial-active3 .testi-author img {
    float: left;
}

.testimonial-active3 .ta-info {
    overflow: hidden;
    float: left;
    padding-top: 15px;
    margin-left: 15px;
}

.testimonial-active3 .testi-author {
    margin-bottom: 20px;
}

.testimonial-active3 p {
    font-size: var(--font-size-14);
    font-weight: var( --font-weight-400);
    line-height: 34px;
    margin: 30px 0;
}

.testimonial-active3 .ta-info h6 {
    font-size: var(--font-size-16);
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--text-white-color);
}

.testimonial-area .test-an-01 {
    position: absolute;
    bottom: 0;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.testimonial-area .test-an-02 {
    position: absolute;
    top: 0;
    right: 0;

}

.testimonial-area .anim-01 {
    position: absolute;
    left: 11.3%;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    width: 20px;
    height: 20px;
    top: 30%;
}

.testimonial-area .anim-02 {
    position: absolute;
    left: 9.3%;
    border-radius: 50%;
    background-color: rgb(255, 174, 0);
    width: 92px;
    height: 92px;
    top: 60%;
}

.testimonial-area .anim-03 {
    position: absolute;
    right: 5%;
    border-radius: 50%;
    background-color: var(--text-white-color);
    width: 239px;
    height: 239px;
    top: 30%;
}

.test-line {
    margin-top: 30px;
    margin-bottom: 30px;
}

.test-line img {
    display: inline-block;
}

/* faq */
.faq-area .section-title h2 {
    color: var(--text-white-color);
}

.faq-area ul {
    display: inherit;
    border: none;
}

.faq-area ul li {
    margin-bottom: 15px;
}

.faq-area ul li span {
    color: #7f8189;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.faq-area ul li span::before {
    width: 0px;
    height: 1px;
    background: var(--bg-red);
    content: "";
    position: relative;
    display: inline-block;
    top: -4px;
    margin-right: 14px;
    transition: all 0.5s ease-out 0s;
}

.faq-area ul li span:hover::before {
    width: 25px;
}

.faq-area ul li span:hover {
    color: var(--text-white-color);
}

.faq-img {
    margin-right: -350px;
}

.faq-btn {
    font-size: var(--font-size-17);
    font-weight: var( --font-weight-700);
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 50px;
    width: 100%;
    text-align: left;
    padding-right: 75px;
    background: #181818;
    color: var(--text-white-color);
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
}
.card-body a {
    display: inline !important;
    color: #FFF !important;
}
.card-body a:hover {
    display: inline !important;
    color: #FFF !important;
    font-weight: bold;
}


.card .collapse.show {
    display: block;
}

.faq-btn.collapsed {
    color: var(--text-white-color);
    background: #181818;
    border: none;
}

.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 0px 0 50px
}

.faq-wrap .card-header h2 {
    font-size: unset;
}

.faq-wrap .card {
    border: none;
    border-radius: 0px !important;
    margin-bottom: 20px;
    box-shadow: none;
    overflow: hidden;
    background: no-repeat;
}

.faq-wrap .card:last-child {

}

.faq-wrap .card-header h2 button::after {
    position: absolute;
    content: "\f068";
    top: 22px;
    left: 20px;
    font-size: var(--font-size-21);
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    color: var(--text-white-color);
    width: 15px;
    height: 15px;
    background: var(--bg-red);
    line-height: 13px;
}

.faq-wrap .card-header h2 button.collapsed::after {
    content: "\f067";
    color: var(--text-white-color);
    box-shadow: none;
    line-height: 13px;
    font-size: var(--font-size-21);
    width: 15px;
    height: 15px;
}

/* 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: .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.png");
    opacity: 1;
}

.home-blog-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/bg/dote.png");
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}


.home-blog-active .slick-arrow, .home-blog-active2 .slick-arrow, .services-active .slick-arrow {
    position: absolute;
    top: -110px;
    transform: translateY(-50%);
    left: 69.5%;
    padding: 0;
    color: var(--text-white-color);
    z-index: 1;
    -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;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #323338;
    font-size: var(--font-size-18);
    border: none;
}


.home-blog-active .slick-prev {

}

.home-blog-active .slick-arrow.slick-next, .home-blog-active2 .slick-arrow.slick-next, .services-active .slick-arrow.slick-next {
    right: 24%;
    left: auto;
}

.home-blog-active .slick-arrow:hover, .home-blog-active2 .slick-arrow:hover, .services-active .slick-arrow:hover {
    background: var(--bg-red);
    color: #000;
}

.blog-content2 .category {
    position: absolute;
    top: -250px;
    background: var(--bg-red);
    padding: 10px 19px;
    left: 20px;
    border-radius: 10px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    font-weight: var( --font-weight-500);
    text-transform: uppercase;
    color: var(--text-white-color);
}

.blog-thumb img {
    width: 100%;
}

.blog-thumb .b-meta {
    padding: 30px 25px 0;
    color: var(--bg-red);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog-thumb img {
    visibility: hidden;
}

.blog-thumb:hover img {
    visibility: visible;
}

.blog-content {
    background: var(--text-white-color);
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

.single-post2 {
    display: inline-block;
    padding: 30px;
    border: 1px solid #FFFFFF1A;
}

.single-post3 {
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.single-post3 .btn {
    border: 1px solid #FFFFFF1A;
    background: none;
}

.single-post3 p {
    margin-bottom: 0;
}

.single-post3 h4 {
    font-size: var(--font-size-14);
    margin-top: 5px;
    line-height: 34px;
}

.single-post3 .date-home {
    width: 86px;
    height: 86px;
    padding: 18px;
    background: #181818;
    transition: all 0.5s ease 0s;
    color: var(--text-white-color);
}

.single-post3:hover .date-home {
    background: var(--bg-red);
}

.single-post3:hover h4 a {
    text-decoration: underline;
    color: var(--text-white-color);
}

.single-post3 .blog-content3 {
    padding: 0 30px;
}

.single-post3 .b-meta i {
    color: var(--text-gray-color);
}

.single-post .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    padding-bottom: 30px;
}

.blog-content h4 {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.blog-content h4:hover a {
    color: var(--bg-red);
}

.blog-thumb:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.8;
    display: inline-block;
}

.blog-thumb2 {
    overflow: hidden;
    background: #313236;
    position: relative;
}

.blog-thumb2 .date-home {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 86px;
    height: 86px;
    padding: 18px;
    background: #181818;
    transition: all 0.5s ease 0s;
    color: var(--text-white-color);
}

.blog-thumb2 .date-home i {
    margin-right: 5px;
}

.blog-thumb2 h6 {
    color: #000;
    border: 2px solid var(--bg-red);
    padding: 3px 10px;
    display: inline-block;
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    top: 60px;
    font-size: var(--font-size-19);
    background: var(--text-white-color);
    z-index: 1;
    font-weight: var( --font-weight-500);
}

.blog-thumb2 .b-meta {
    padding: 30px 25px 0;
    color: var(--bg-red);
    top: 0;
    left: 0;
    z-index: 1;
}

.blog-content2 {
    padding: 30px 0 0;
    position: relative;
}

.blog-content2 .b-cat {
    padding: 3px 16px;
    background: #FFFFFF1A;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px
}

.blog-content2 .b-meta {
    color: #898a91;
    padding: 15px 30px;
    font-size: var(--font-size-18);
    background: #181818;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.blog-content2 .b-meta i, .blog-content2 .b-meta ul li:last-child {
    color: var(--text-gray-color);
}

.blog-content2 .b-meta ul {
    padding-left: 0 !important;
}

.blog-content2 .btn {
    padding: 0;
    background: none;
    color: var(--text-gray-color);
    margin-left: 0px;
    padding-left: 15px;
    border-left: 1px solid #FFFFFF1A;
}

.blog-content2 .btn:hover.blog-content2 .btn:hover i {
    color: var(--bg-red);
}

.blog-content2 .btn::before {
    display: none;
}

.blog-content2 h4 {
    font-size: var(--font-size-13);
    margin-bottom: 15px;
}

.blog-content2 h4 a {
    text-decoration: none;
    line-height: 34px;
    font-size: var(--font-size-14);
    color: var(--text-white-color);
}

.blog-content2 h4 a:hover {
    color: var(--bg-red);
}

.blog-content2 .date-home {
    position: absolute;
    top: -60px;
    background: var(--bg-red);
    color: var(--text-white-color);
    right: 0;
    width: 86px;
    height: 86px;
    padding: 16px;
}

.adim-box {
    display: flex;
}

.adim-box .text {
    padding-top: 10px;
    padding-left: 15px;
    font-size: var(--font-size-19);
    color: var(--bg-black);
}

.blog-thumb:hover .b-meta h4, .blog-thumb:hover .b-meta h4 a:hover {
    color: var(--text-white-color);
}

.b-meta ul li {
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    color: #898a91;
}

.b-meta ul li:last-child {
    color: var(--bg-red);
}

.b-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.b-meta ul li a {
    font-size: var(--font-size-19);
    text-transform: uppercase;
    color: #444d69;
}

.b-meta ul li a.corpo {
    color: var(--bg-red);
}

.b-meta ul li a:hover {
    color: var(--bg-red);
}


.single-post:hover .blog-btn {
    opacity: 1;
}

.blog-btn a {
    display: inline-block;
    color: var(--bg-red);
    text-align: center;
    font-size: 15px;
    border-bottom: 3px solid var(--bg-red);
    text-transform: uppercase;
    font-weight: var( --font-weight-500);
}

.blog-btn a:hover {
    color: var(--bg-black);
    border-bottom: 3px solid var(--bg-black);
}

.blog-btn2 a {
    display: inline-block;
    color: #C0C0C0;
    text-align: center;
    font-size: var(--font-size-19);
}

.blog-btn a i {
    margin-left: 5px;
}

.b-meta i {
    margin-right: 5px;
    color: var(--bg-red);
}

.single-post {
    transition: .3s;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
}

.blog-thumb {
    position: relative;
}

.bsingle__post-thumb img {
    width: 100%;
    height: auto;
}

.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: var(--text-white-color);
    color: var(--bg-red);
}

.blog-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    border: none;
    background: none;
    padding: 0;
    font-size: var(--font-size-11);
    color: var(--text-white-color);
    z-index: 9;
    opacity: .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: #161616;
    border-style: solid;
    border-width: 2px;
    border-color: #161616;
    position: relative;
}

.bsingle__content .admin {
    position: absolute;
    top: -35px;
    background: #161616;
    padding: 15px 25px;
    border-radius: 10px;
    right: 20px;
    border-radius: 16px;
    background-color: #161616;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    font-weight: var( --font-weight-500);
}

.bsingle__content .admin i {
    margin-right: 10px;
    font-size: var(--font-size-17);
}

.blog-details-wrap .meta-info ul {
    padding-top: 25px;
    border-top: 2px solid #ffffff12;
    padding-bottom: 25px;
}

.blog-details-wrap .meta-info ul li {
    display: inline-block;
    font-size: var(--font-size-19);
    margin-right: 15px;
    font-weight: var( --font-weight-500);
    padding-right: 15px;
    border-right: 2px solid #ffffff12;
}

.blog-details-wrap .meta-info ul li i {
    color: var(--bg-red);
    margin-right: 5px;
}

.blog-details-wrap .meta-info ul li:last-child {
    border: none;
}

.blog-deatails-box02 .meta-info ul {
    margin-top: 15px;
    padding-left: 0;
    padding-top: 40px;
}

.bsingle__content .meta-info ul li {
    display: inline-block;
    font-size: var(--font-size-19);
    margin-right: 15px;
    font-weight: var( --font-weight-500);
}

.bsingle__content .meta-info ul li:last-child {
    border: none;
}

.bsingle__content .meta-info ul li i {
    color: var(--bg-red);
}

.bsingle__content .meta-info ul li a {
    color: #3763eb;
    text-transform: capitalize;
}

.bsingle__content .meta-info ul li a i {
    margin-right: 5px;
}

.bsingle__content .meta-info ul li a:hover {
    color: var(--bg-red);
}

.bsingle__content .meta-info ul li i {
    margin-right: 5px;
}

.bsingle__content h2 {
    font-size: var(--font-size-11);
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: var( --font-weight-500);
}

.bsingle__content h2:hover a {
    color: var(--bg-red);
}

.bsingle__content p {
    margin-bottom: 25px;
}

.bsingle__content .blog__btn .btn {
    text-transform: uppercase;
}

.bsingle__content .blog__btn .btn:hover {
    background: var(--text-white-color);
    color: var(--text-white-color);
    border-color: var(--text-white-color);
}


/* 18. pricing */
.pricing-area .nav {
    box-shadow: 0px 16px 32px #00000014;
    margin-top: 50px;
    border-radius: 30px;
    padding: 15px;
}

.pricing-area .nav-pills .nav-link {
    padding: 15px 30px;
}

.pricing-area .nav-pills .nav-link.active {
    background: #4cc3c1;
    padding: 15px 40px;
    border-radius: 30px;
}

.pricing-area .nav-pills .nav-link span {
    background: #ffebe4;
    padding: 5px 9px;
    font-size: var(--font-size-20);
    border-radius: 15px;
    color: var(--bg-red);
    font-weight: var( --font-weight-600);
}

.pricing-box {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 4px;
    padding: 50px;
    border: 1px solid #FFFFFF1A;
}

.pricing-head {
    float: left;
    width: 100%;
    position: relative;
}

.pricing-head .month {
    position: absolute;
    right: 0;
    top: 0;
}

.pricing-head h3 {
    font-size: var(--font-size-19);
    display: inline-block;
    font-weight: var( --font-weight-400);
    padding: 5px 16px;
    background: #FFFFFF1A;
}

.price-count sub {
    font-size: var(--font-size-19);
    bottom: 5px;
}

.pricing-head .glyph-icon::before {
    font-size: var(--font-size-10);
    margin-left: 0;
    width: 85px;
    background: #3763eb;
    height: 85px;
    display: inline-block;
    line-height: 65px;
    border-radius: 50%;
    color: var(--text-white-color);
    margin-bottom: 30px;
    border: 10px solid #eee;
}

.pricing-head h4 {
    font-size: var(--font-size-11);
    font-weight: var( --font-weight-600);
    color: var(--bg-black);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.price-count h2 {
    font-size: var(--font-size-6);
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    color: var(--bg-red);
}

.price-count h2 strong {
    font-size: 15px;
    margin-left: -12px;
    color: #777;
    font-weight: var( --font-weight-600);
}

.price-count small {
    font-size: var(--font-size-17);
    font-weight: var( --font-weight-600);
    position: relative;
    top: -20px;
    margin-right: 3px;
}

.price-count span {
    color: var(--bg-black);
    font-size: 15px;
    margin-left: -10px;
}

.pricing-body {
    padding: 0px;
    width: 100%;
}

.pricing-body li {
    margin-top: 15px;
    list-style: none !important;
    color: #7c7f87;
}

.pricing-body li:first-child {
    margin-top: 0;
}

.pricing-body li::before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    position: relative;
    font-size: var(--font-size-20);
    margin-right: 15px;
}

.pricing-body p {
    margin-bottom: 15px;
    font-size: var(--font-size-19);
}

.pricing-box.active {
    border-color: var(--bg-black);
    background: var(--bg-black);
}

.pricing-box.active .pricing-head .glyph-icon::before {
    background: var(--text-white-color);
    color: #3763eb;
}

.pricing-box.active .pricing-head h4 {
    color: var(--text-white-color);
}

.pricing-body {
    float: left;
}

.pricing-head h5 {
    font-size: var(--font-size-11);
    margin-bottom: 15px !important;
}

.pricing-box2 .icon {
    margin-bottom: 15px;
}

.pricing-box2 .icon img {
    height: 40px;
}

.pricing-box2 hr {
    background: #FFFFFF1A;
    margin: auto;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    border: none;
}

.price-ntext {
    display: flex;
    gap: 15px;
}

.price-ntext i {
    color: var(--bg-red);
    padding-top: 6px;
}


.pricing-box2.active {
    background: var(--bg-red);
}

.pricing-box2.active .price-count h2, .pricing-box2.active .pricing-body li, .pricing-box2.active .pricing-body li::before, .pricing-box2.active .pricing-head h3, .pricing-box2.active .pricing-head p {
    color: var(--text-white-color);
}

.pricing-box2.active .pricing-head .month {
    background-color: rgba(225, 225, 225, 0.18);
    color: var(--text-white-color);
}

.pricing-box.active .pricing-btn .btn {
    background: var(--text-white-color);
    color: var(--bg-red);
}

.pricing-box2 .pricing-head p {
    margin-bottom: 10px;
    margin-top: 0;
}

.pricing-box2 .price-count {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pricing-box2 .price-count h2 {
    color: var(--text-white-color);
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-6);
    font-style: normal;
    font-weight: 400 !important;
    text-transform: capitalize;
}

.pricing-btn .btn {
    width: 100%;
    background: #181818;
}

.pricing-btn .btn::before {

}

/* 19. contact */

.contact-bg02 h2 {
    font-size: var(--font-size-10);
}

.contact-area {
    background-repeat: no-repeat;
    background-position: center center;
}

.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: .3s;
    background: #f4f4fe;
    padding: 30px 40px;
}

.contact-wrapper textarea::-moz-placeholder {
    color: #b3bdcd;
    font-size: var(--font-size-19);
}

.contact-wrapper textarea::placeholder {
    color: #8990b0;
    font-size: var(--font-size-19);
}

.c-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    color: #8990b0;
    font-size: var(--font-size-19);
}

.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: .3s;
    background: #f4f4fe;
}

.contact-wrapper input::-moz-placeholder {
    color: #8990b0;
    font-size: var(--font-size-19);
}

.contact-wrapper input::placeholder {
    color: #8990b0;
    font-size: var(--font-size-19);
}

.contact-name {
    position: relative;
}

.contact-field label {
    display: block;
    font-size: var(--font-size-18);
    font-weight: var( --font-weight-500);
    text-transform: uppercase;
    color: var(--bg-black);
    margin-bottom: 20px;
    cursor: unset;
}

.contact-field {
    padding-right: 0;
}

.contact-field i {
    position: absolute;
    top: 20px;
    left: 15px;
    color: #000;
}

.contact-field input, .contact-field select {
    width: 100%;
    padding-left: 40px;
    transition: .3s;
    border-radius: 0;
    border: 1px solid #f8f8f8;
    height: calc(2.5em + .75rem + 2px);
    background: #f8f8f8;
}

.contact-field.c-name::after {
    content: "\f007";
}

.contact-field::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: var(--font-size-19);
    text-align: center;
    right: 25px;
    color: var(--bg-red);
    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: var( --font-weight-600);
    top: 20px;
    bottom: unset;
}

.contact-field input::placeholder, .contact-field textarea::placeholder {
    color: #9e9e9e;
}

.contact-field textarea {
    width: 100%;
    padding: 15px 40px;
    transition: .3s;
    height: 150px;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
}


.contact-bg {
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.contact-img {
    position: absolute;
    bottom: 0;
    right: 170px;
    z-index: -1;
}

/* 20. footer */
.footer-subscribe h6 {
    color: var(--9C9C9C, var(--text-gray-color));
    font-size: var(--font-size-19);
    font-style: normal;
    font-weight: var( --font-weight-700);
    line-height: 62px; /* 442.857% */
    letter-spacing: 4.2px;
}

.footer-subscribe .contact-form {
    display: flex;
    border-bottom: 1px solid #FFFFFF1A;
    width: 80%;
    margin-bottom: 30px;
}

.footer-subscribe .btn {
    background: none;
    border: none;
    padding-left: 15px;
}

.footer-subscribe .btn::before {
    display: none;
}

.footer-subscribe .header-input {
    background: none;
    border: none;
    padding: 0;
    color: var(--text-gray-color);
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-10);
    font-weight: var( --font-weight-700);
}

.footer-subscribe .header-input::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-10);
    font-style: normal;
    font-weight: var( --font-weight-700);
    line-height: 26px; /* 81.25% */
    text-transform: lowercase;
    color: #FFFFFF1A;
}

.recent-blog-footer li {
    display: flex;
    margin-bottom: 25px !important;
}

.recent-blog-footer li .thum {
    float: left;
    width: 155px;
    margin-right: 10px;
}

.recent-blog-footer li .thum img {
    border-radius: 10px;
}

.recent-blog-footer a {
    width: 100%;
    display: inline-block;
    color: #fffc !important;
}

.recent-blog-footer a:hover {
    color: #fff !important;
}

.recent-blog-footer span {
    color: var(--bg-red);
}

.footer-top .anim-01 {
    position: absolute;
    left: 15%;
    border-radius: 50%;
    background-color: rgb(248, 248, 248);
    width: 92px;
    height: 92px;
    top: 30%;
}

.footer-top .anim-02 {
    position: absolute;
    right: 18.3%;
    border-radius: 50%;
    background-color: rgb(248, 248, 248);
    width: 239px;
    height: 239px;
    top: 15%;
    z-index: 0;
}

.footer-top .f-logo {
    margin-bottom: 30px;
}

.footer-top .f-logo img {
    height: 24px;
}

.footer-top-heiding {

    margin-top: 20px;
}

.footer-top-heiding .f-contact {
    border: 1px solid;
    padding: 25px;
    align-items: center;
    margin-bottom: 30px;
}

.f-contact {
    display: flex;
}

.f-contact i {
    width: 40px;
    height: 40px;
    background-image: -moz-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    float: left;
}


.f-contact a {
    color: #fffc !important;
}

.f-contact a:hover {
    color: #fffc !important;
}

.f-contact span {
    color: #fffc;
}

.f-contact h3 {
    color: var(--text-white-color);
    font-size: var(--font-size-17);
}

.footer-top-heiding h2 {
    color: var(--text-white-color);
}

.footer-bg {
    background-position: -180px center !important;
    background-size: cover;
    position: relative;
    z-index: 1;
}

footer, footer a {
    color: var(--text-main-color) !important;
}

.f-cta-area.gray-bg {
    background: #f4f4fe;
    border-top: 3px solid var(--bg-red);
}

.footer-text p {
    color: #ddd;
    margin-bottom: 0;
}

.footer-social span {
    font-size: var(--font-size-19);
    color: var(--text-white-color);
    font-weight: var( --font-weight-500);
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    margin-right: 20px;
}

.footer-social a {
    font-size: var(--font-size-18);
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background-color: #f3f3f3;
    text-align: center;
    line-height: 50px;
    color: #000 !important;
}

.footer-social a:hover {
    background: var(--bg-red);
    color: #fff !important;
}

.f-widget-title h2, .footer-widget .widgettitle {
    font-size: var(--font-size-17);
    position: relative;
    padding-bottom: 30px;
    color: var(--text-white-color);
    margin-bottom: 0;
}

.f-widget-title h2::before, .footer-widget .widgettitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 1px;
    width: 54px;
    background: var(--bg-red);
    display: none;
}

.f-widget-title img {
    width: 50%;
}

.footer-link ul li i {
    color: var(--bg-red);
    margin-right: 5px;
}

.footer-link ul li a {
    color: #abadb7;
    display: inline-block;
}

.footer-link ul li a::before {
    content: "+";
    margin-right: 8px;
    color: var(--bg-red);
    font-size: var(--font-size-17);
    display: none;
}

.footer-link ul li a:hover {
    color: var(--bg-red);
}

.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: 15px;
    margin-right: 9px;
    width: 30% !important;
}

.f-insta ul li img {
    width: 100%;
}

.f-insta ul li:nth-child(3), .f-insta ul li:nth-child(6) {
    margin-right: 0 !important;
}

.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: var(--font-size-14);
    color: var(--text-white-color);
    transition: .3s;
    opacity: 0;
    z-index: 9;
}

.f-insta ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--bg-red);
    opacity: 0;
    transition: .3s;
}

.f-insta ul li:hover a::before {
    top: 50%;
    opacity: 1;
}

.f-insta ul li:hover a::after {
    opacity: .6;
}

.copyright-wrap {
    padding: 20px 0;
    background: #1A1A1A;
    color: var(--text-gray-color);
}

.copyright-wrap a {
    color: var(--bg-red);
}

.copyright-wrap strong {
    color: #000;
}

.copyright-wrap li {
    display: inline;
    margin-left: 0 !important;
    position: relative;
}

.copyright-wrap li a {
    color: var(--text-main-color) !important;
}

.copyright-wrap ol {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    background-color: unset;
    border-radius: 0;
    list-style-type: none;
}

.copyright-wrap ol {
    display: inline-block;
}

.copyright-wrap ol li a {
    font-size: var(--font-size-18);
    color: #ffffff85;
    font-weight: var( --font-weight-500);
}

.copyright-item + .copyright-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #ffffff85;
    content: "|";
}

.fbtd {
    border-top: 1px solid #ffffff12;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
}

.f-contact2 {

}

.f-contact .icon {
    float: left;
    margin-right: 15px;
}

.f-contact li {
    float: left;
    margin-bottom: 15px !important;
    width: 100%;
}

.f-contact li:last-child {
    margin-bottom: 0px !important;
}

#contact-form4 {
    margin-top: 20px;
}

#contact-form4 input {
    float: left;
    padding: 23px 30px;
    border: none;
    width: 75%;
}

#contact-form4 button {
    padding: 15px 30px;
    border-radius: 0;
}

/* Fillter css */

.portfolio .col2 .grid-item {
    width: 47.5%;
    padding: 0;
}

.portfolio .gallery-image figcaption {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: var(--font-size-18);
    font-weight: var( --font-weight-500);
    position: absolute;
    z-index: 2;
    background: var(--bg-main)B2;
    margin: 5%;
    top: -10px;
    width: 90%;
    height: 88%;
    text-align: center;
    padding-top: 20%;
    opacity: 0;
}

.portfolio .gallery-image:hover figcaption {
    opacity: 1;
    top: 0;
}

.portfolio .gallery-image figcaption p {
    color: var(--text-gray-color);
}

.portfolio .gallery-image figcaption .slider-btn a {
    color: var(--bg-red);
    font-size: var(--font-size-6);
    margin-top: 15px;
    display: inline-block;
}

.portfolio .gallery-image figcaption .slider-btn a i {
    transform: rotate(45deg);
}

.portfolio .col3 .grid-item {
    width: 33.33%;
    margin: 0;
    padding: 15px;
}

.portfolio .col3 .grid-item .box {
    position: relative;
    overflow: hidden;
}

.portfolio .col3 .grid-item .box a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #b68c5a;
    opacity: 0;
    transition: .3s;
}

.portfolio .col3 .grid-item .box a::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--font-size-14);
    color: var(--text-white-color);
    transition: .3s;
    opacity: 0;
    z-index: 9;
}

.portfolio .col3 .grid-item .box a:hover::before {
    top: 50%;
    opacity: 1;
}

.portfolio .col3 .grid-item .box a:hover::after {
    opacity: .6;
}

.portfolio .col3 .grid-item .box20 img {
    width: auto;
    height: 380px;
    border-radius: 0px;
    max-width: inherit;
    margin-left: -150px;
}

.portfolio .col4 .grid-item {
    width: 25%;
    margin: 0;
    padding: 0;
}

.strengths-section .fadeInUp {
    min-height: 400px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strengths-section .gallery-image:hover figcaption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    padding: 0;
    flex-direction: column;
    margin: 0;
}

.strengths-section .grid-item {
    position: relative !important;
    width: 80% !important;
}

.galler-outer {
    margin-left: -15px;
    margin-right: -15px;
}

.gallery-image {
    overflow: hidden;
    position: relative;
    margin: 0;
}

.gallery-image .price-tag {
    position: absolute;
    background: var(--bg-red);
    top: 20px;
    right: 0px;
    padding: 5px 15px;
    color: #000;
}

.gallery-image figcaption {
    width: 100%;
    padding: 20px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: var(--font-size-18);
    font-weight: var( --font-weight-500);
    position: absolute;
    bottom: -250px;
    z-index: 2;
    text-align: left;
}

.gallery-image::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--font-size-14);
    color: var(--text-white-color);
    transition: .3s;
    opacity: 0;
    z-index: 1;
    background: var(--bg-black);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: none;
}

.gallery-image figcaption a {
    color: var(--text-white-color);
}

.gallery-image:hover::before {
    top: 50%;
    opacity: 1;
    display: none;
}

.gallery-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--bg-red);
    opacity: 0;
    transition: .3s;
    display: none;
}

.gallery-image:hover::after {
    display: none;
    opacity: .85;

}

.slick-list .grid-item {

}

.masonry-gallery-huge {
    margin: auto;
    padding-right: 0%;
    padding-left: .60%;
}

.grid-item {
    margin: 15px;
}

.gallery-image:hover figcaption {
    opacity: 1;
    bottom: 30px;

}

.gallery-image figcaption h4 {
    font-size: var(--font-size-14);
    margin-top: 5px;
}

.gallery-image figcaption h4:hover {
    color: var(--bg-red);
}

.gallery-image figcaption span {
    color: #777;
    font-size: var(--font-size-19);
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.gallery-image figcaption .span::before {
    content: "";
    width: 30px;
    position: absolute;
    height: 2px;
    background: #b68c5a;
    top: 50%;
    left: 0;
}

.gallery-image figcaption .span p {
    margin-bottom: 0;
}

.gallery-image figcaption .icon {
    position: absolute;
    right: 0;
    background: #3763eb;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 0;
    color: var(--text-white-color);
    text-align: center;
    font-size: var(--font-size-8);
}

.button-group {
    padding-bottom: 15px;
}

.button-group button {
    border: none;
    background: none;
    transition: .3s;
    cursor: pointer;
    outline: none;
    color: #777;
    position: relative;
    padding-top: 0;
    margin-left: 15px;
    padding: 5px 15px;
    border: 1px solid #FFFFFF1A;
}

.button-group button:hover {
    color: var(--text-white-color);
    background: var(--bg-red);
    border-color: var(--bg-red);
}

.button-group button.active {
    border: 1px solid var(--bg-red);
    color: var(--text-white-color);
    background: var(--bg-red);
    font-weight: var( --font-weight-500);
}

.button-group button:first-child::before {
    display: none;
}

.gallery-image img {
    width: 100%;
    margin-bottom: 0;
}


/* 21. Menu Theme dropdown default css */

.single-cta {
    line-height: 28px;
}

.single-cta a {
    color: var(--bg-black);
}

.main-menu ul li.has-sub .current a {
    color: #222;
}

.main-menu ul li.current a {
    color: var(--bg-red);
}

.main-menu .has-sub > ul {
    visibility: hidden;
    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 var(--bg-red);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    opacity: 0;
}

.main-menu .has-sub li a {
    padding: 15px;

}

.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: var(--bg-red);
}

.main-menu .has-sub:hover > ul {
    visibility: visible;
    margin-top: 0px;
    opacity: 1;
}

.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: #4f4f4f;
}

.main-menu .has-sub ul li a:hover {
    color: var(--bg-red);
}

/* 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: var(--text-white-color);
    font-size: var(--font-size-19);
}

.offcanvas-menu .mega-menu-column.has-sub ul li a:hover {
    color: var(--bg-red);
}

.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: var(--bg-red);
}

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: 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;
}

.menu .children {
    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 var(--bg-red);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.menu .sub-menu li, .menu .children li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.main-menu .sub-menu li a, .menu .children li a {
    padding: 15px;
    color: #000;
}

.menu .menu-item-has-children:hover > ul, .menu .page_item_has_children:hover > ul {
    display: block;
    margin-top: 0px;
}

.main-menu ul li.page_item {
    margin-left: 15px;
}

.main-menu ul li.page_item::after {
    display: none;
}

.main-menu ul li.page_item.current_page_item {
    margin-left: 50px;
}

.main-menu ul li.page_item.current_page_item::after {
    display: block;
}

/* 22. Theme sidebar widge css */
.sidebar-widget a {
    color: #bcbcbc;
}

.tag-cloud-link {
    font-size: 14px !important;
    border: 1px solid #ffffff12;
    padding: 10px 19px !important;
    display: inline-block;
    margin: 5px 1px !important;
    text-transform: capitalize;
    float: none !important;
    width: auto !important;
}

.tag-cloud-link:hover {
    border: 1px solid var(--bg-red);
    color: #6a6a6a;
}

.widget_text img {

    height: auto;
}

.sidebar-widget select {
    width: 100%;
    padding: 3px 0;
    border: 2px solid #e4e4e4;
}

.recentcomments a {
    color: var(--bg-black);
}

.sidebar-widget a.rsswidget {
    color: var(--bg-black);
}

#wp-calendar caption {
    color: var(--bg-black);
    font-weight: var( --font-weight-500);
    font-size: var(--font-size-19);
}

.widget_media_image a:hover {
    padding-left: 0 !important;
}

.sidebar-widget .widget li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff12;
    padding-top: 5px;
    float: left;
    width: 100%;
    min-height: 42px;
}

.sidebar-widget .widget a {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 1;
}

.sidebar-widget .widget li .children {

    border-top: 1px solid #ffffff12;
    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: #e4e4e4;

}

.sticky .bsingle__content .meta-info ul {
    padding-top: 40px;
    border-top: 2px solid #e8e8e8;
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.sticky .bsingle__content ul li {
    margin-bottom: 0;
    list-style: disc;
    margin-left: 0;
    border-color: #e8e8e8;
}

#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: var(--bg-red);
}

.sidebar-widget .widget .widget_archive li:hover, .widget_categories li:hover, .sidebar-widget .widget_archive li:hover {
    color: var(--bg-red);
}

.post-password-form input[type="password"] {
    background: #e4e4e4;
    border: none;
    width: 300px;
    padding: 10px 30px;
}

.post-password-form input[type="submit"] {
    border: none;
    background: var(--bg-black);
    padding: 10px 30px;
    color: #ffffff;
    font-size: var(--font-size-19);
    cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
    background: var(--bg-red);
}

.wp-block-cover__video-background {
    width: 100%;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    padding-left: 15px;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
}

.with-avatar .avatar {
    border-radius: 50% !important;
    display: none !important;
}

.ab-submenu .ab-item img {
    display: none !important;
}

.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-image:not(.is-style-rounded) img {
    border-radius: inherit;
    height: auto;
}

.wp-block-columns.alignwide .wp-block-column {
    margin-left: 0;
}

.wp-block-column .wp-block-quote {
    margin-top: 0;
    margin-right: -15px;
    float: right;
}

.wp-block-columns.alignwide .wp-block-column {
    margin-left: 0;
    padding-right: 15px;
}

.wp-block-gallery.columns-2 li {
    width: 48%;
    padding: 10px;
}

.blocks-gallery-item img {
    margin: 0 1em 1em 0;
    margin-right: 1em;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-self: flex-start;
    width: calc(50% - 1em);
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-weight: var( --font-weight-400);
    color: #777;
}

.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, .8);
    color: #333;
    font-size: 13px;
    font-weight: var( --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: 48%;
    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: 17px;
}

.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 #ffffff12;
    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: var(--text-white-color);
    padding: 21px;
}

.wp-block-cover-text {
    color: #fff !important;
    padding: 30px;
}

.inner-linke-page a, .post-page-numbers {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    background: #c5015f;
    border-radius: 50%;
    color: var(--text-white-color);
    font-weight: var( --font-weight-400);
    font-size: var(--font-size-19);
    text-align: center;
}

.inner-linke-page a:hover, .post-page-numbers:hover {
    color: #ffffff;
    background: #010f2e;
}

.inner-linke-page > span, .post-page-numbers.current {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: var( --font-weight-400);
    border-radius: 50%;
    font-size: var(--font-size-19);
    text-align: center;
    background: #010f2e;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

.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, .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: var(--text-white-color);
}

ol {
    padding-left: 15px;
}

iframe {
    width: 100%;
}

.comment-list li {

    margin-bottom: 30px;

}

.wp-block-button__link {
    border: none;
    font-weight: var( --font-weight-600);
    padding: .76rem 1rem;
    outline: none;
    outline: none;
    display: inline-block;
    background: var(--bg-black);
    color: #fff !important;
    width: auto;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
}

.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 var(--bg-black);
    color: #000000 !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: 100%;
    margin-right: 20px;

}

.wp-block-media-text.alignwide .has-large-font-size {
    font-size: var(--font-size-12);
    color: var(--bg-black);
}

.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.columns-3.is-cropped.alignfull {
    margin-top: 0;
}

.blocks-gallery-grid, .wp-block-gallery {
    padding: 0 !important;
}

.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: var(--text-white-color);
}

.blog-deatails-box.single .single {
    display: none;
}

.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: #e4e4e4;
    padding: 10px 5px;
    text-align: center;
    color: var(--bg-black);
}

.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: var( --font-weight-600);
}

.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: var( --font-weight-600);
}

.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: var( --font-weight-600);
}

.inner-linke-page {
    font-size: var(--font-size-18);
    font-weight: var( --font-weight-600);
    color: var(--bg-black);
}

.inner-linke-page a {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    background: var(--bg-red);
    border-radius: 50%;
    color: var(--text-white-color);
    font-weight: var( --font-weight-400);
    font-size: var(--font-size-19);
    text-align: center;
}

.inner-linke-page a:hover {
    color: #ffffff;
    background: var(--bg-black);
}

.inner-linke-page > span {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: var( --font-weight-400);
    border-radius: 50%;
    font-size: var(--font-size-19);
    text-align: center;
    background: var(--bg-black);
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

pre {
    padding: 30px;
    background: #e4e4e4;
}

pre cite {
    color: #000;
}

.inner-linke-page {
    margin-bottom: 50px;
}

.attachment-aports-featured-large {
    width: 100%;
    height: auto;
}

.quote-post {
    min-height: 200px;
}

/* Here's the new CSS to add... */

.admin-bar .menu-area {

}

.admin-bar .second-header {

}

.admin-bar .sticky-menu {
    top: 32px;
    margin-top: 0;
}


/* 24. call */
.call-text {
    padding: 120px 0 0 60px;
}

.call-area h5 {
    color: var(--bg-red);
}

.call-area h2 {
    color: var(--text-white-color);
    font-size: 58px;
    margin-bottom: 30px;
}

.call-area h2 span {
    color: var(--bg-red);
}

.call-area p {
    color: var(--text-white-color);
    opacity: 0.9;
}

.number {
    font-size: 55px;
    font-weight: var( --font-weight-600);
    color: var(--bg-red);
}


/* Shop */
.shop-area select {
    padding: 10px;
}

.product {
    background: #181818;
    padding: 30px;
}

.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: var(--bg-red);
    line-height: 40px;
    color: var(--text-white-color);
    margin: 0 8px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    padding: 0 20px;
}

.product-action a:hover {
    background: var(--bg-red);
    color: #ffffff;
}

.pro-cat {
    margin-bottom: 15px;
    display: block;
}

.pro-cat a {
    color: var(--bg-red);
    font-size: var(--font-size-19);
    letter-spacing: 2px;

    text-transform: uppercase;
}

.pro-title {
    margin-bottom: 12px;
}

.pro-title a {
    font-size: var(--font-size-14);
}

.pro-title a:hover {
    color: var(--bg-red);
}

.price span {
    color: #595B6B;
    font-size: var(--font-size-19);
    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: var(--font-size-20);
    letter-spacing: 2px;
    font-weight: var( --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: var(--font-size-20);
    letter-spacing: 2px;
    line-height: 1;
    color: #6f7172;
    appearance: none;
    -moz-appearance: none;
    width: 145px;
    font-weight: var( --font-weight-500);
}

.pro-filter .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: var(--text-white-color);
    border-radius: 0;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: var(--font-size-19);
    font-weight: var( --font-weight-400);
    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: var( --font-weight-600);
}

.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: var(--font-size-19);
    font-weight: var( --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: var(--font-size-20);
    text-transform: uppercase;
    font-weight: var( --font-weight-500);
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product-details-title h1 {
    font-size: var(--font-size-8);
    margin: 0;
    line-height: 1.2;
    letter-spacing: -2px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .product-details-title h1 {
        font-size: var(--font-size-9);
    }
}

.details-price span {
    color: var(--bg-red);
    font-size: var(--font-size-16);
    font-weight: var( --font-weight-400);
    margin-left: 0;
    margin-right: 10px;
}

.details-price {
    border-bottom: 2px solid #FFFFFF1A;
}

.product-cat span {
    text-transform: uppercase;
    font-size: var(--font-size-19);
    font-weight: var( --font-weight-500);
}

.product-cat a {
    text-transform: uppercase;
    font-size: var(--font-size-19);
    font-weight: var( --font-weight-500);
    letter-spacing: 2px;
    color: var(--bg-red);
}

.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: var(--font-size-19);
}

@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: var(--bg-red);
    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: var(--font-size-16);
    color: #c4bedd;
    cursor: pointer;
}

.cart-plus-minus .inc {
    left: auto;
    right: 17px;
}

.additional-info .table {
    margin-top: 30px;
}

.additional-info .table td, .additional-info .table th {
    padding: .75rem 0;
    vertical-align: top;
    border-top: 1px solid #ffffff12;
    font-weight: var( --font-weight-400);
    color: var(--text-gray-color);
}

.additional-info .table tr {
    border-bottom: 1px solid #ffffff12;
}

.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: .3s;
}

.shop-cat a h4 {
    text-transform: uppercase;
    font-size: var(--font-size-18);
    font-weight: var( --font-weight-600);
    font-family: "Poppins", sans-serif;
    transition: .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 #ffffff1a;
}

.bakix-details-tab ul li a {
    font-size: var(--font-size-18);
    font-weight: var( --font-weight-500);
    color: var(--text-white-color);
    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, .bakix-details-tab ul li a:hover {
    color: var(--bg-red);
}

.bakix-details-tab ul li a.active:before {
    position: absolute;
    bottom: -32px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: var(--bg-red);
    transition: .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: var(--font-size-18);
    font-weight: var( --font-weight-400);
    text-transform: capitalize;
}

.table-content table td.product-name a:hover {
    color: var(--bg-red);
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: var(--font-size-18);
}

.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: var(--font-size-19);
    font-weight: var( --font-weight-400);
    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: var(--font-size-18);
}

.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: var( --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 var(--bg-red);
    font-size: var(--font-size-19);
    font-weight: var( --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: var( --font-weight-600);
}

.coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    transition: .3s;
}

.coupon-accordion span:hover, p.lost-password a:hover {
    color: var(--bg-red);
}

.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: var( --font-weight-600);
}

.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: #df2919 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: #000000 none repeat scroll 0 0;
    border: medium none;
    color: var(--text-white-color);
    display: inline-block;
    float: left;
    font-size: var(--font-size-20);
    font-weight: var( --font-weight-600);
    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: var(--font-size-13);
    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: var( --font-weight-600);
}

.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: var(--font-size-11);
    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: var(--font-size-19);
    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: var( --font-weight-400);
    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: var(--font-size-19);
}

.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: var(--bg-red);
    font-size: var(--font-size-17);
    font-weight: var( --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: var(--text-white-color);
    font-size: 15px;
    font-weight: var( --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: var(--font-size-19);
    font-weight: var( --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: var(--text-white-color);
    border-radius: 0;
    border: solid 1px #eaedff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: var(--font-size-19);
    font-weight: var( --font-weight-400);
    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: var(--font-size-11);
}

.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: var( --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-sidebar .sidebar-widget {
    background: #161616;
    padding: 40px;
    margin-bottom: 30px;
}

.services-categories {
    position: relative;
}

.services-categories li {
    position: relative;
    border: 1px solid #222327;
    margin-bottom: 15px;
    z-index: 1;
}

.services-categories li:last-child {
    border-bottom: 1px solid #222327;
}

.services-categories li:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #30313d;
    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: var(--font-size-18);
    color: var(--text-white-color);
    line-height: 30px;
    padding: 10px 25px;
    display: block;
    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;
    background: #222327;
}

.services-categories li a:hover {
    background: var(--bg-red);
}

.services-categories li.active a,
.services-categories li:hover a {
    color: #000;
    background: var(--bg-red);
}

.services-categories li a:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: var(--font-size-20);
    color: var(--text-white-color);
    font-weight: var( --font-weight-600);
    content: "\f061";
    font-family: "Font Awesome 5 pro";
    transition: all 300ms ease;
    width: 50px;
    height: 50px;
    background: #333438;
    text-align: center;
    line-height: 50px;
}

.services-categories li.active a:before,
.services-categories li:hover a:before {
    color: #ffffff;
}

.services-categories li:hover a::before, .services-categories li.active a::before {
    background: var(--bg-black);
}


/*=== Services Contact Box ===*/
.service-detail-contact h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.service-detail-contact {
    background-color: #161616;
    padding: 40px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.service-detail-contact h3::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 6px;
    background-color: var(--bg-red);
    border-radius: 10px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.service-detail-contact a {
    color: var(--bg-red);
    font-size: var(--font-size-13);
    font-weight: var( --font-weight-600);
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
}

.service-details-three h2 {
    color: var(--text-white-color);
}

/*=== Brochures Box ===*/

.brochures-box .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #222327;
    transition: 0.3s;
}

.brochures-box .box:hover {
    background-color: #000;
    color: var(--text-white-color);
}

.brochures-box .box:hover h4, .brochures-box .box:hover i {
    color: var(--text-white-color);
}

.brochures-box .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    max-width: 60px;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    background: var(--bg-red);
}

.brochures-box .icon i {
    font-size: 25px;
    color: #000;
    transition: .3s;
}

.brochures-box .content {
    padding-left: 20px;
}

/*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.90);
}

.help-box > span {
    position: relative;
    display: block;
    font-size: var(--font-size-19);
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.help-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 21px;
    font-weight: var( --font-weight-700);
    line-height: 1.2em;
    margin-bottom: 15px;
}

.help-box p {
    position: relative;
    color: #ffffff;
    font-size: var(--font-size-19);
    line-height: 24px;
    margin-bottom: 20px;
}

.help-box .theme-btn {
    padding: 8px 30px;
    font-size: var(--font-size-19);
    font-weight: var( --font-weight-600);
}


/***

====================================================================
		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: 0px 0 0;
}

.service-detail .content-box h2 {
    position: relative;
    display: block;
    font-size: var(--font-size-6);
    line-height: 1.2em;
    color: var(--text-white-color);
    margin-bottom: 20px;
}

.service-detail .content-box h3 {
    position: relative;
    display: block;
    font-size: var(--font-size-14);
    line-height: 1.2em;
    margin-bottom: 20px;
}

.service-detail .content-box p {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.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 .two-column li::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    margin-right: 20px;
    color: #ed1e24;
}

.service-detail .two-column2 strong {
    color: var(--text-white-color);
    display: block;
    margin-bottom: 25px;
}

.service-detail .two-column li {
    margin-top: 10px;
    list-style: none !important;
}

.service-detail .prod-tabs {
    position: relative;
}

.service-detail .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #dddddd;
}

.service-detail .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: var(--font-size-18);
    color: #333333;
    background: #ffffff;
    text-transform: capitalize;
    font-weight: var( --font-weight-400);
    line-height: 23px;
    cursor: pointer;
    border: 1px solid var(--text-main-color);
    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: var(--bg-red);
    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: var(--bg-red);
    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: var(--font-size-18);
    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: var(--font-size-19);
    line-height: 25px;
    color: var(--bg-red);
    content: "\f101";
    font-weight: var( --font-weight-600);
    font-family: "Font Awesome 5 Pro";
}

.service-detail .btb {
    border-bottom: 1px solid #FFFFFF1A;
    margin-bottom: 30px;
}

.service-detail .btb h6 {
    font-weight: var( --font-weight-400);
    margin-top: 5px;
}

/***

====================================================================
		Project Detail
====================================================================

***/

.project-detail {
    position: relative;
    padding: 100px 0 85px;
}

.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: var(--font-size-17);
    line-height: 100px;
    color: #ffffff;
    font-weight: var( --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, .5);
    color: var(--bg-black);
}

.project-detail .text-column {
    position: relative;
}

.project-detail .text-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.project-detail .text-column .inner-column .dropcap {
    float: left;
    background: var(--bg-red);
    border-radius: 20px;
    padding: 30px;
    color: #FFFFFF;
    font-size: var(--font-size-7);
    font-weight: var( --font-weight-600);
    margin-right: 20px;
}

.project-detail .text-column .inner-column p strong {
    color: var(--bg-black);
}

.project-detail .pr-ul {
    margin-top: 10px;
    float: left;
    margin-bottom: 0px;
}

.project-detail .pr-ul li {
    display: flex;
    margin-bottom: 15px;
    float: left;
    width: 50%;
}

.project-detail .pr-ul .icon i {
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: var(--bg-red);
}


/* Lower Content */

.project-detail .lower-content {
    position: relative;
}

.project-detail .lower-content h2 {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.project-detail .lower-content h3 {
    position: relative;
    display: block;
    font-size: var(--font-size-13);
    font-weight: var( --font-weight-600);
    margin-bottom: 20px;
}

.project-detail .lower-content h4 {
    position: relative;
    display: block;
    font-size: var(--font-size-15);
    margin-bottom: 20px;
}

.project-detail .lower-content p {
    position: relative;
    display: block;
    margin-bottom: 30px;
}


.project-detail .info-column {
    position: relative;
}

.project-detail .info-column .inner-column {
    position: sticky;
    padding: 30px;
    background: var(--text-white-color);
    border: 2px solid #ffffff12 !important;
    top: 0;
}

.project-detail .project-info {
    position: relative;
}

.project-detail .project-info li {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    gap: 15px;
}

.project-detail .project-info h5 {
    float: left;
}

.project-detail .project-info span {
    float: right;
}

.project-detail .project-info li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.project-detail .project-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: var(--font-size-17);
    line-height: 28px;
    color: var(--bg-red);
}

.project-detail .project-info li strong {
    color: var(--bg-black);
    font-size: var(--font-size-16);
    line-height: 24px;
    display: inline-block;
    font-weight: var( --font-weight-600);
}

.project-detail .project-info li p {
    font-size: 15px;
    line-height: 24px;

    font-weight: var( --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: var(--bg-red);
}

.project-detail .lower-content th {
    background: var(--bg-red);
    color: var(--text-white-color);
}

/* 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: var(--font-size-17);
    line-height: 20px;
    width: 80px;
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
    background-color: var(--bg-red);
    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: var(--font-size-11);
}

.load-more-option .load-more a {
    position: relative;
    display: inline-block;
    font-size: var(--font-size-11);
    line-height: 42px;
    color: var(--bg-red);
    -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: var(--bg-black);
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.video2 {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: -250px;
    width: auto;
    z-index: 0;
}

/* 8. newslater-area */
.newslater-area h2 {
    color: var(--text-white-color);
    font-size: var(--font-size-6);
    text-align: center;
}

.newslater-area .container {
    border-radius: 10px;
    background-color: rgb(33, 88, 232);
    box-shadow: 1px 1.732px 60px 0px rgba(33, 88, 232, 0.3);
    padding: 75px 0 0;
    z-index: 1;
    position: relative;
}

.newslater-area p {
    color: var(--text-white-color);
}

.newslater .input-bg {
    background: #3A3D3E;
    border-radius: 30px !important;
    float: left;
    padding-right: 5px;
    position: relative;
    z-index: 3;
    width: 40%;
}

.newslater .input-bg2 {
    background: #3A3D3E;
    border-radius: 30px !important;
    float: left;
    padding-right: 5px;
    position: relative;
    z-index: 2;
    margin-left: -35px;
    width: 40%;
}

.newslater input {
    background: #2a436c !important;
    border: 1px solid #2a436c !important;
    box-shadow: none !important;
    padding: 9px 20px !important;
    color: #030c26 !important;
    height: calc(1.5em + .75rem + 20px);
    width: 100% !important;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    border-radius: 0;
}

.newslater .form-group {
    margin-bottom: 0;
}

.newslater button:hover {
    background: #ff3494;
    color: var(--text-white-color);
}

.newslater *::-moz-placeholder {
    color: #939393;
    font-size: var(--font-size-19);
    opacity: 0.8;
    opacity: 1;
}

.newslater *::placeholder {
    color: #939393;
    opacity: 0.8;
    font-size: var(--font-size-19);
    opacity: 1;
}

.newslater-area #contact-form4 {
    width: 100%;
    margin-top: 0;
    display: inline-block;
}

.newslater-area #contact-form4 button {
    background: var(--bg-red);
    color: var(--text-white-color);
    height: 56px;
    z-index: 1;
    text-align: center;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
}

.slick-slide {
    outline: none;
}


.features-area h5 {
    margin-bottom: 15px;
}

.features-area ul {
    margin-top: 30px;
    color: var(--text-white-color);
    display: inherit;
}

.features-area li {
    display: flex;
    margin-bottom: 15px;
}

.features-area li .icon {
    margin-right: 20px;
    color: #84DAA9;
}

.features-area .nav-pills .nav-link {
    width: 100%;
    font-size: var(--font-size-14);
    font-family: 'Poppins', sans-serif;
    font-weight: var( --font-weight-600);
}

.features-area .nav-pills .nav-link img {
    margin-right: 15px;
}

.features-area .nav-pills .nav-link.active, .features-area .nav-pills .show > .nav-link {
    border-radius: 10px;
    background-color: var(--text-white-color);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    color: var(--bg-black);
}

.feature-text h3 {
    font-size: var(--font-size-7);
}

.fe-img {
    margin: 0 -40px;
}

/* 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: var(--bg-red);
    cursor: pointer;
    font-size: var(--font-size-19);
}

.search-bg a i {
    color: var(--bg-red);
    font-size: var(--font-size-17);
}

.search-outer {
    border-bottom: 1px solid var(--bg-black);
    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: var(--font-size-19);
    width: 100%;
}

.case-study-content {
    padding: 30px;
    background: #FFF5F4 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #FFF5F4;
}

.case-study-content span {
    margin-bottom: 10px;
    display: inline-block;
}

.case-study-content02 {
    padding: 30px 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #0000000A;
}

.case-study-content02 span {
    margin-bottom: 10px;
    display: inline-block;
    color: var(--bg-red);
}

.case-study-content02 .ss-btn {
    display: none;
    transition: all 0.5s ease 0s;
}

.case-study-box:hover .case-study-content02 .ss-btn {
    display: inline-block;
}

.case-study-box .case-study-content02 {
    transition: all 0.5s ease 0s;
}

.case-study-box:hover .case-study-content02 {
    transform: translate(0, -62px);
}

/* 24. process-area */
.process-area h2 {
    color: var(--text-white-color);
}

.process-area .section-title h5 {
    color: var(--bg-red);
}

.process-area .col-lg-3.col-md-12:nth-child(2), .process-area .col-lg-3.col-md-12:nth-child(4) {
    margin-top: 50px;
}

.process-area .col-lg-3.col-md-12:nth-child(2) .process-icon, .process-area .col-lg-3.col-md-12:nth-child(2) .no {
    background: #df29190% 0% no-repeat padding-box;
}

.process-area .col-lg-3.col-md-12:nth-child(3) .process-icon, .process-area .col-lg-3.col-md-12:nth-child(3) .no {
    background: #27ae61 0% 0% no-repeat padding-box;
}

.process-area .col-lg-3.col-md-12:nth-child(4) .process-icon, .process-area .col-lg-3.col-md-12:nth-child(4) .no {
    background: #8145DA 0% 0% no-repeat padding-box;
}

.process-area h5 {
    color: var(--text-white-color);
}

.process-icon {
    width: 180px;
    height: 180px;
    line-height: 180px;
    background: #4CC3C1 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.process-area .no {
    position: absolute;
    top: 0;
    line-height: 40px;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #4CC3C1 0% 0% no-repeat padding-box;
    border: 4px solid var(--bg-black);
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: var( --font-weight-600);
}

/* 24. skills-area */
.team-area-content .skill-name {
    color: var(--text-white-color);
}

.skills {
    width: 100%;
    padding: 0 20px 0 0;
}

.skills-content p {
    font-size: var(--font-size-17);
}

.skill-name {
    font-size: var(--font-size-17);
    font-weight: var( --font-weight-600);
    margin: 0px 0 15px;
    color: #000;
    font-family: 'Poppins', sans-serif;

}

.skill-bar {
    height: 10px;
    background: #333;
    border-radius: 0;
}

.skill-per {
    height: 10px;
    background-color: var(--bg-red);
    border-radius: 0;
    width: 0;
    position: relative;
    transition: 1s linear;
}

.skill-per::before {
    content: attr(id);
    position: absolute;
    padding: 4px 6px;
    background-color: #f8f8f8;
    color: #000;
    font-size: var(--font-size-18);
    border-radius: 4px;
    top: -43px;
    right: 0;
    transform: translateX(50%);
    font-weight: var( --font-weight-600);
}

.skill-per::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f8f8f8;
    top: -16px;
    right: 0;
    transform: translateX(50%) rotate(45deg);
    border-radius: 2px;
}

.skills-title h6 {
    color: #000;
    border: 2px solid var(--bg-red);
    padding: 3px 10px;
    display: inline-block;
    transform: rotate(-90deg);
    position: absolute;
    left: -70px;
    top: 35px;
    font-size: var(--font-size-19);
}

.skills-title h5 {
    color: var(--bg-red);
    font-size: var(--font-size-17);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.skills-title h2 {
    font-size: var(--font-size-8);
}

.progress-outer li {
    padding-left: 100px;
}

.progress-outer li:first-child {
    text-align: right;
    padding-right: 50px;
    margin-bottom: -50px;
}

.progress-outer li:last-child {
    text-align: right;
    padding-right: 50px;
    margin-top: -50px;
}

.progress-box {
    display: inline-block;
}

.progress {
    width: 235px;
    height: 235px;
    line-height: 235px;
    background: none;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
}

.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 101%;
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -101%;
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: none;
    font-size: var(--font-size-7);
    font-weight: var( --font-weight-600);
    color: var(--bg-red);
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 5%;
}

.progress .progress-value sub {
    font-size: var(--font-size-16);
    color: var(--bg-red);
    margin-left: 5px;
    font-weight: var( --font-weight-400);
}

.progress p {
    font-size: var(--font-size-18);
    line-height: inherit;
    color: #777777;
    font-weight: inherit;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.progress.blue .progress-bar {
    border-color: var(--bg-red);
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
    border-color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
    border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

.conunter-img {
    margin-left: -400px;
}

/* 27. map-area */
.map-img li {
    position: absolute;
    display: inline-block;
    z-index: 999;
    top: 93px;
    left: 0;
}

.map-img li:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 45%;
}

.map-img li:nth-child(2) .map-text-hover {
    left: -520px;
}

.map-img li:nth-child(3) {
    position: absolute;
    top: 100px;
    left: 85%;
}

.map-img li:nth-child(3) .map-text-hover {
    left: -520px;
}

.map-img li:nth-child(4) {
    position: absolute;
    top: 40%;
    left: 15%;
}

.map-img li:nth-child(4) .map-text-hover {
    left: 50px;
}

.map-img li:nth-child(5) {
    position: absolute;
    top: 43%;
    left: 70%;
}

.map-img li:nth-child(5) .map-text-hover {
    left: -520px;
}

.map-text-hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.15);
    position: absolute;;
    width: 510px;
    height: 133px;
    z-index: 138;
    top: 0;
    left: 50px;
    padding: 30px;
    display: none;
}

.map-img li:hover .map-text-hover {
    display: block;
}

.map-content {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 30px 60px 0px rgba(40, 40, 40, 0.04);
    margin-top: -150px;
    position: relative;
}

.map-text-user {
    display: flex;
}

.map-text-user .text {
    padding: 30px 30px 0px 30px;
}

.map-text-user .img img {
    max-width: initial;
    height: 152px;
}

.map-line {
    height: 100%;
    width: 5px;
    background: #27ac60;
    position: absolute;
    left: 50%;
}

.map-cirl {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 146;
    border: 5px solid #27ac60;
    text-align: center;
    line-height: 50px;
    color: #27ac60;
    left: 47.4%;
    top: 43px;
}


.contact-area .container {
    position: relative;
    z-index: 1;
}

.contact-bg02 .slider-btn {
    width: auto;
    margin-top: 30px;
}

.contact-bg02 .slider-btn .btn {
    width: auto;
}

.contact-bg02 .btn.ss-btn.active {
    background: var(--bg-red);
    border: 2px solid var(--bg-red);
    color: var(--text-white-color);
}

.contact-field select {
    width: 100%;
    border: none;
    background-color: #f8f8f8;
    transition: .3s;
    border-radius: 0;
    border: 1px solid #f8f8f8;
    height: calc(2.5em + .75rem + 2px);
    color: #777;
}

.contact-field .form-control:focus {
    color: #495057;
    background-color: var(--text-white-color);
    border-color: var(--text-white-color);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(225, 225, 225);
}

.contact-field .form-control {
    color: #9e9e9e;
}

.contact-bg-an-01 {
    position: absolute;
    left: 9.8%;
    top: 25%;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.contact-bg-an-02 {
    position: absolute;
    right: 3%;
    bottom: 7%;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}


@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(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    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(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    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);
    }
}


/* Here's the new blog dtl to add... */

.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;
}

.blog-deatails-box.single .bsingle__post {
    margin-bottom: 0;
}

.sidebar-widget .widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
}

.sidebar-widget .widget th, .footer-widget .widget th {
    background: var(--bg-red);
    padding: 10px 5px;
    text-align: center;
    color: var(--text-white-color);
}

.sidebar-widget .widget td {
    padding: 5px;
    text-align: center;
}

.sidebar-widget .widget {
    padding: 40px;
    overflow: hidden;
    margin-bottom: 40px;
    border: 2px solid #161616 !important;
    background: #161616;
}

.sidebar-widget .widget li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff12;
    padding-top: 5px;
    float: left;
    width: 100%;
}

.widget-title {
    margin-bottom: 40px;
}

.sidebar-widget .widgettitle, .sidebar-widget .widget-title, .wp-block-group__inner-container h2 {
    font-size: var(--font-size-16);
    margin-bottom: 0;
    line-height: 1;
    text-align: left;
    font-weight: var( --font-weight-600);
    margin-bottom: 30px;
    border-left: 4px solid var(--bg-red);
    padding-left: 15px;
}

.sidebar-widget .widget .gallery-icon a:hover {
    padding-left: 0;
}

.tags {
    border-bottom: 1px solid #ffffff12;
    /*float:left;*/
    width: 100%;
    display: inline-block;
}

.wp-block-search .wp-block-search__label {
    display: none;
}

.search-form, .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    position: relative;
}

.search-form label {
    width: 100%;
}

.search-form input, .wp-block-search .wp-block-search__input {
    background: #222327;
    border: none;
    width: 100%;
    padding: 18px 30px;
}

.search-form input::placeholder {
    font-size: var(--font-size-20);
    color: #b0b0b0;
}

.search-form .search-submit, .wp-block-search .wp-block-search__button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: var(--bg-red);
    padding: 18px 23px;
    color: var(--text-white-color);
    font-size: var(--font-size-19);
    cursor: pointer;
    min-height: 88%;
    width: 106px;
    text-transform: uppercase;
    font-weight: var( --font-weight-500);
}

.search-form .search-submit:hover, .wp-block-search .wp-block-search__button:hover {
    background: var(--text-white-color);
}

.sidebar-widget .widget .widget_archive, .widget_categories, .sidebar-widget .widget_archive {
    text-align: right;
}

.sidebar-widget .widget .widget_archive, .sidebar-widget .widget_categories a, .sidebar-widget .widget_archive a {
    float: left;
    height: 30px;
}

.widget-insta-post li {
    display: inline-block;
    margin: 5px 3px;
}

.widget-insta-post li:hover a::before {
    opacity: .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: var(--bg-red);
    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 !important;
    line-height: 40px !important;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #ffffff12;
    color: #bcbcbc;
    margin: 0 3px;
    text-align: center !important;
}

.widget-social a:hover {
    background: var(--bg-red);
    color: #ffffff !important;
    border-color: var(--bg-red);
    padding: 0 !important;
    box-shadow: 0px 10px 19px 0px #df291966 !important;
}

.rpwwt-widget a {
    padding-left: 0 !important;
}

.rpwwt-widget li {

    line-height: 23px !important;

}

.cat__list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff12;
    margin-bottom: 10px;
}

.cat__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.cat__list li:hover a {
    color: var(--bg-red);
}

.cat__list li a {
    font-size: var(--font-size-19);
    color: #777777;
}

.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: var(--font-size-18);
    margin-bottom: 1px;
    padding-right: 15px;

}

.widget__post-content h6:hover a {
    color: var(--bg-red);
}

.widget__post-content span {
    font-size: var(--font-size-19);
}

.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: var(--bg-red);
    border-color: var(--bg-red);
    color: #ffffff;
}

.widget__tag ul li a {
    display: block;
    border: 1px solid #d8d8d8;
    font-size: var(--font-size-19);
    color: #8f8bb8;
    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: var(--font-size-19);

    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 160px;
}

.widget__banner-overly h3 {
    color: #ffffff;
    font-size: var(--font-size-8);
    margin-bottom: 129px;

}

.widget__banner-overly h3 span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-11);
    font-weight: var( --font-weight-300);
}

.widget__banner-overly .btn {
    border-radius: unset;
    background: var(--text-white-color);
    border: 2px solid var(--text-white-color);
    font-size: var(--font-size-20);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 17px 35px;
    color: var(--bg-red);
}

.widget__banner-overly .btn:hover {
    background: transparent;
    color: var(--text-white-color);
}

.meta__info ul {
    margin-bottom: 7px;
}

.meta__info ul li {
    display: inline-block;
    font-size: var(--font-size-19);
    margin-right: 30px;
}

.meta__info ul li a {
    color: #777777;
    text-transform: capitalize;
}

.meta__info ul li a i {
    margin-right: 5px;
}

.meta__info ul li a:hover {
    color: var(--bg-red);
}

.meta__info ul li i {
    margin-right: 5px;
}

.details__content h2 {
    font-size: var(--font-size-10);
    line-height: 1.3;
    margin-bottom: 20px;
    padding-right: 0;
}

.details__content p {
    margin-bottom: 18px;
}

blockquote, .pages-content blockquote, .comment-list blockquote {
    background: #161616;
    border-radius: 10px;
    padding: 50px 45px 57px !important;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    font-size: var(--font-size-17);
}

.comment-list blockquote a:hover {
    color: var(--text-white-color);
}

.news-text blockquote h3 {
    color: var(--text-white-color);
}

.news-text blockquote i {
    font-size: 190px;
    color: #e4e9ff;
    z-index: -1;
    position: absolute;
    bottom: 15px;
    right: 30px;
}

blockquote p {
    color: var(--text-white-color);
}

.news-text blockquote footer {
    color: #FF8000 !important;
    font-weight: var( --font-weight-600);
    margin-bottom: 15px;
}

.news-text figure img {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}

.news-text ul li {
    line-height: 30px;
    list-style: none;
}

.news-text ul li i, .quote-post ul li i {
    color: #F15B26;
    padding-right: 5px;
}

.news-text blockquote p, .pages-content blockquote p, .comment-list blockquote p {
    color: var(--text-white-color);
    line-height: 28px;
}

.news-text blockquote footer, .pages-content blockquote footer {
    font-size: var(--font-size-19);
    margin-top: 15px;
    color: var(--text-white-color);
    font-weight: var( --font-weight-600);
}

.wp-block-media-text .wp-block-media-text__content {
    width: 100%;
}

.wp-block-pullquote cite {
    color: #bacdff !important;
}

cite {
    margin-top: 15px;
    color: var(--bg-red);
    font-weight: var( --font-weight-600);
}

.post-categories li {
    display: none !important;
}

.post-categories li:first-child {
    display: block !important;
}

.details__content-img {
    margin: 45px 0;
}

.details__content-img img {
    width: 100%;
    height: auto;
}

.details__content figure {
    margin-top: 45px;
    margin-bottom: 60px;
}

.details__content figure img {
    float: left;
    width: 255px;
    margin-right: 30px;
}

.tags.pb-50 {
    padding-bottom: 20px;
}

.post__tag h5 {
    font-size: var(--font-size-16);
    margin-bottom: 20px;
    font-weight: var( --font-weight-600);
    padding-top: 30px;
    border-top: 2px solid #ffffff12;
    margin-top: 25px;
}

.post__tag ul li {
    display: inline-block;
    margin-right: 10px;
}

.post__tag ul li a {
    font-size: var(--font-size-20);
    text-transform: uppercase;
    border: 2px solid #ffffff12;
    padding: 7px 10px;

    display: inline-block;
    border-radius: 3px;
    color: #9d9d9d;
    margin-bottom: 10px;
}

.post__tag ul li a:hover {
    border-color: var(--bg-red);
    background: var(--bg-red);
    color: #ffffff;
}

.post__share h5 {
    font-size: var(--font-size-17);
    margin-bottom: 30px;

}

.post__share ul li {
    margin-left: 20px;
    display: inline-block;
}

.post__share ul li a {
    font-size: var(--font-size-17);
    display: inline-block;
    color: #b5becc;
}

.post__share ul li a:hover {
    color: var(--bg-red);
}

.posts_navigation {
    border-top: 1px solid #ffffff12;
    border-bottom: 1px solid #ffffff12;
}

.posts_navigation .prev-link span {
    font-size: var(--font-size-20);
    text-transform: uppercase;

    display: block;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.posts_navigation .prev-link h4 {
    font-size: var(--font-size-16);
    margin-bottom: 0;

    text-transform: capitalize;
    height: 30px;
    overflow: hidden;
}

.navigation.posts-navigation {
    display: none;
}

.avatar {
    border-radius: 50% !important;
}

.wpding .footer-widget .widget_recent_comments ul li, .wpding .footer-widget .widget_rss ul li, .wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #ffffff12;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #62605c;
    min-height: 42px;
    line-height: 28px;
}

.wpding .footer-widget .widget_pages li .children li {
    min-height: 42px;
}

.comment-list .pingback, .comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}

.avatar_post img {
    border-radius: 50%;
    box-shadow: 1px 5px 6px #8a8a8a33;
}

.posts_navigation .prev-link h4:hover a {
    color: var(--bg-red);
}

.posts_navigation .next-link span {
    font-size: var(--font-size-20);
    margin-bottom: 15px;

    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.posts_navigation .next-link h4 {
    font-size: var(--font-size-16);
    margin-bottom: 0;

    height: 30px;
    overflow: hidden;
}

.posts_navigation .next-link h4:hover a {
    color: var(--bg-red);
}

.related__post .post-title {
    margin-bottom: 35px;
}

.related__post .post-title h4 {
    font-size: var(--font-size-13);
    margin-bottom: 0;

}

.related-post-wrap .post-thumb img {
    width: 100%;
}

.related-post-wrap .rp__content {
    padding: 30px;
    border: 2px solid #ffffff12;
    border-top: none;
}

.related-post-wrap .rp__content h3 {
    font-size: var(--font-size-14);
    margin-bottom: 20px;

    line-height: 1.4;
}

.related-post-wrap .rp__content h3:hover a {
    color: var(--bg-red);
}

.related-post-wrap .rp__content p {
    margin-bottom: 0;
    font-size: var(--font-size-19);
}

.avatar__wrap {
    background: #161616;
    padding: 50px 80px;
    float: left;
    width: 100%;
}

.avatar__wrap .avatar-img {
    margin-top: -115px;
    margin-bottom: 35px;
}

.avatar__wrap-content p {
    font-size: var(--font-size-19);
    margin-bottom: 0;
}

.avatar__info h5 {
    font-size: var(--font-size-13);
    margin-bottom: 10px;

}

.avatar__info-social {
    margin-bottom: 20px;
}

.avatar__info-social a {
    font-size: var(--font-size-20);
    color: var(--bg-red);
    display: inline-block;
    margin: 0 5px;
}

.avatar__info-social a:hover {
    color: var(--bg-red);
}

code {
    font-size: 15px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}

figcaption {
    font-weight: var( --font-weight-600);
    color: #202020;

}

.comment-form-comment label {
    display: none;

}

.form-submit {
    margin-bottom: 0;
}

.comment__wrap {
    border-bottom: 1px solid #ffffff12;
}

.comment__wrap-title {
    margin-bottom: 35px;
}

.comment__wrap-title h5 {
    font-size: var(--font-size-13);
    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: var(--font-size-20);
    color: #cacfef;
    margin-left: 20px;
}

.comment-text {
    overflow: hidden;
}

.comment-text .avatar-name {
    overflow: hidden;
}

.comment-text .avatar-name h6 {
    font-size: var(--font-size-18);
    margin-bottom: 7px;

}

.comment-text .avatar-name h6 i {
    display: none;
}

.comment-author-admin .avatar-name h6 i {
    font-size: var(--font-size-20);
    display: inline-block;
    color: #cacfef;
    margin-left: 20px;
}

.comment-text .avatar-name span {
    font-size: var(--font-size-20);

    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--bg-red);
}

.comment-text .comment-reply {
    display: inline-block;
    border: 2px solid #ffffff12;
    padding: 8px 18px;
    border-radius: 0;
    font-size: var(--font-size-19);
    position: relative;
    color: var(--text-white-color);
}

.comment-text .comment-reply a {
    color: #777777;
    width: 100%;
    position: absolute;
    left: 0;
    display: inline-block;
    top: -2px;
    padding: 10px 0 10px 41px;
}

.comment-text .comment-reply:hover a {
    color: var(--text-white-color);
}

.comment-list {
    padding: 0;
    border-bottom: 1px solid #ffffff12;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-bottom: 45px;
}

.comments-title {
    font-size: var(--font-size-15);
    margin-bottom: 0;

}

.comment-reply-title {
    font-size: var(--font-size-16);
    margin-bottom: 20px;
}

.comment-author-admin {
    margin-left: 130px;
}

.comment-text .comment-reply:hover {
    border-color: var(--bg-red);
    background: var(--bg-red);
    color: #ffffff;
}

.comment-text .comment-reply i {
    margin-right: 5px;
}

.comment-text p {
    font-size: var(--font-size-18);
    margin-bottom: 0;
}

.screen-reader-text {
    display: none;
}

.comment-form {
    padding: 50px;
    background: #161616;
    border-radius: 0px;
}

.comment-form .comment-field {
    position: relative;
}

.comment-form .comment-field.text-area i {
    top: 25px;
    transform: unset;
}

.comment-form i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bg-red);
    font-size: var(--font-size-19);
}

.comment-form textarea {
    height: 150px;
    width: 100%;
    padding: 20px;
    padding-right: 50px;
    background: #222327;
    border: none;
}

.comment-form textarea::placeholder {
    font-size: var(--font-size-19);
    color: #a7a7c1;
}

.comment-form textarea:focus {
    outline: 1px solid var(--bg-red);
}

.comment-form input {
    width: 100%;
    padding: 20px;
    padding-right: 50px;
    background: #222327;
    border: none;
}

.comment-form input::placeholder {
    font-size: var(--font-size-19);
    color: #b0b0b0;
}

.comment-form input:focus {
    outline: 1px solid var(--bg-red);
}

.comment-form .submit {
    background: var(--bg-red);
    border: none;
    font-size: var(--font-size-19);
    text-transform: uppercase;
    color: var(--text-white-color);
    border-radius: 0px;
    padding: 12px 45px;
    margin-top: 20px;
    border-radius: 0;
    width: auto;
    font-weight: var( --font-weight-500);
}

.comment-form .submit::before {
    content: none;
}

.comment-form .submit:hover {
    color: var(--text-white-color);
    background: var(--bg-200);
}

.page .comments-area ol .comment-respond {
    margin-bottom: 30px;
    margin-top: -26px;
}

.comments-area ol > .comment-respond {
    margin-bottom: 30px;
    margin-top: -30px;
}

.comments-area ol > li > ol .comment-respond {
    margin-left: -32px;
    margin-top: -35px;
}

.comments-area ol > li > ol > li > ol > .comment-respond {
    margin-left: -42px;
    margin-top: -30px;
}

.comments-area ol > li > ol > li > ol > li > ol > .comment-respond {
    margin-left: -62px;
    margin-top: -35px;
}

.comment-reply-title small {
    margin-left: 15px;
}

.blist li {
    list-style: none !important;
}

.wp-block-gallery.columns-3.is-cropped {
    margin-top: 30px;
}

.single-post .footer-widget {

}

figure.aligncenter img {
    margin-bottom: 15px;
}

.wp-image-907 {
    width: 100% !important;
    height: auto;
    margin-bottom: 15px;
}

figure img {
    display: inline-block;
    margin-bottom: 15px;
}


.tag-markup-2 ol li:last-child, .tag-markup-2 ul li:last-child {
    margin-bottom: 20px;
}

.bsingle__content table th, .pages-content table th, .comment-text table th {
    color: var(--bg-black);
}

.bsingle__content table a, .pages-content table a, .comment-text table a {
    color: #76BC02;
    outline: medium none;
}


.footer-widget select {
    width: 100%;
    padding: 3px 0;
    border: 2px solid #e4e4e4;
}


.footer-widget .tag-cloud-link {
    color: #020202;
}

.footer-widget .textwidget, .footer-widget .recentcomments a, .footer-widget a, .footer-widget .widget_categories a {
    color: #99A3AC;
}

.footer-widget .recentcomments a:hover, .footer-widget a:hover, .footer-widget .widget_categories a:hover {

}

.footer-widget .tag-cloud-link:hover {
    color: var(--text-white-color);
}

.single-post .bsingle__content .admin {
    display: none;
}

.single-post .blog-deatails-box.single p {
    margin-bottom: 25px;
}

.single-post .blog-deatails-box.single {
    padding: 40px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(243, 243, 243);
    float: left;
    width: 100%;
}

.single-post .blog-deatails-box.single p.form-submit {
    margin-bottom: 0;
}

.blog-deatails-box.single .bsingle__content {
    padding: 0;
    border: none;
}

.single-post .bsingle__post-thumb img {
    margin-bottom: 50px;
}

blockquote h3 {
    color: var(--text-white-color);
}

blockquote footer {
    color: var(--bg-red);
    margin-bottom: 30px;
}

.blist li i {
    color: #F15B26;
    padding-right: 5px;
}

.blist li {
    line-height: 30px;
    list-style: none;
}

.comment-form-cookies-consent input {
    width: auto;
    margin-top: 7px;
    margin-right: 10px;
}

.comment-text ul, .comment-text ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

/* 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: var(--font-size-19);
    border: none;
    font-weight: var( --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: var(--text-white-color);
}

.pagination .page-item.active a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #ff4a57;
    color: var(--text-white-color);
}

.pagination-wrap .pagination {
    display: block;
    border-radius: unset;
}

.pagination-wrap .pagination li {
    display: inline-block;
    margin-right: 6px;
    margin-left: 0;
    margin-bottom: 15px;
}

.pagination-wrap .pagination li.active a {
    background: var(--bg-red);
    color: #ffffff;
}

.pagination-wrap .pagination li a {
    border: none;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    background: #161616;
    color: var(--text-white-color);
    font-size: var(--font-size-19);
    text-align: center;
}

.pagination-wrap .pagination li a:hover {
    color: #ffffff;
    background: var(--bg-red);
}

/* 17. f-cta */
.cta-area {

}

.f-cta-area {
    background: var(--text-white-color);
    margin-left: 260px;
    margin-right: 260px;
    position: relative;
    top: -70px;
    margin-bottom: 30px;
    box-shadow: 0 -3px 65px 0 rgba(0, 0, 0, .09);
}

.f-cta-icon {
    width: 50px;
}

.f-cta-icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 78px;
    background: var(--bg-red);
    border-radius: 50%;
    color: var(--text-white-color);
    font-size: var(--font-size-12);
}

.contact-info {
    background: #181818;
    padding: 30px;
    display: inline-block;
    margin-top: -250px;
}

.contact-info li {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #FFFFFF1A;
}

.contact-info li:last-child {
    border: none;
    margin: 0px;
    padding: 0px;
}

.contact-info .single-cta {
    display: flex;
    gap: 30px;
}

.contact-info p {
    color: var(--text-gray-color);
    font-size: var(--font-size-17);
    margin-bottom: 10px;
}

.contact-info h5 {
    color: var(--text-white-color);
}

.single-cta {
    float: left;
    width: 100%;
}

div.single-cta:last-child {
    border: 0;
}

.single-cta h5 {
    font-size: var(--font-size-16);
    margin-bottom: 0 !important;
}

.single-cta p a {
    color: #bcbcbc;
}

.s-cta-btn .btn {
    color: var(--text-white-color);
    margin-top: 10px;
    border: none;
}


.widget.widget_media_image {
    margin: 25px 0 0;
}

.award-box .date {
    font-weight: var( --font-weight-600);
    font-size: var(--font-size-14);
    color: var(--bg-black);
    font-family: 'Poppins', sans-serif;
}

.aw-line {
    position: relative;
}

.aw-line::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 9%;
    border-bottom: 1px dashed;
    top: 32%;
    width: 81%;
    margin: auto;
}

/* --- blog new css ----*/

.bsingle__content .meta-info ul {
    padding-bottom: 0;
    border-bottom: none;
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
}

.blog-deatails-box02 .meta-info ul {
    margin-top: 0;
    padding-left: 0;
    padding-top: 0px;
}

.single-post .blog-deatails-box.single p {
    margin-bottom: 25px;
}

.sticky .bsingle__content .meta-info ul {
    padding-top: 0;
    border-top: none;
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-post .blog-deatails-box.single p.form-submit {
    margin-bottom: 0;
}

.blog-deatails-box.single .bsingle__content {
    padding: 0;
    border: none;
}

.sidebar-widget .widget li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff12;
    padding-top: 5px;
    float: left;
    width: 100%;
    min-height: 42px;
}

.sidebar-widget .widget a {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 1;
}

.wp-block-cover-text {
    color: #fff !important;
    padding: 30px;
}

.inner-linke-page a, .post-page-numbers {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    background: var(--bg-red);
    border-radius: 50%;
    color: var(--text-white-color);
    font-weight: var( --font-weight-400);
    font-size: var(--font-size-19);
    text-align: center;
}

.inner-linke-page a:hover, .post-page-numbers:hover {
    color: #ffffff;
    background: #010f2e;
}

.inner-linke-page > span, .post-page-numbers.current {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: var( --font-weight-400);
    border-radius: 50%;
    font-size: var(--font-size-19);
    text-align: center;
    background: #010f2e;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

.wp-block-media-text__media img {
    width: 100%;
    height: auto;
}

.wp-block-button__link {
    border: none;
    font-weight: var( --font-weight-600);
    padding: .76rem 1rem;
    outline: none;
    outline: none;
    display: inline-block;
    background: var(--bg-black);
    color: #fff !important;
    width: auto;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.tag-markup-2 ol li:last-child, .tag-markup-2 ul li:last-child {
    margin-bottom: 20px;
}

.bsingle__content table th, .pages-content table th, .comment-text table th {
    color: var(--bg-black);
}

.bsingle__content table a, .pages-content table a, .comment-text table a {
    color: var(--bg-red);
    outline: medium none;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
}

.with-avatar .avatar {
    border-radius: 50% !important;
    display: none !important;
}

.ab-submenu .ab-item img {
    display: none !important;
}

.avatar {
    border-radius: 50% !important;
}

.wpding .footer-widget .widget_recent_comments ul li, .wpding .footer-widget .widget_rss ul li, .wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #ffffff12;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #62605c;
    min-height: 42px;
    line-height: 28px;
}


.comment-list .pingback, .comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}

.wpding .footer-widget .widget ul li, .wpding .footer-widget .widget ul li a, .wpding .footer-widget p {
    color: #62605c;
}

.wpding .footer-widget .widget ul li:hover, .wpding .footer-widget .widget ul li a:hover {
    color: var(--bg-red);
}

.wpding .footer-widget .widget_recent_comments ul li, .wpding .footer-widget .widget_rss ul li, .wpding .footer-widget .widget_meta ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff12;
    padding-top: 0px;
    width: 100%;
    text-align: left;
    color: #62605c;
    margin-bottom: 10px;
}

.wpding .footer-widget .widgettitle {
    text-align: left;
    color: #0d0d0d;
    width: 100%;
    display: inline-block;
}

.sidebar-widget .widget .children, .footer-bg .widget .children {
    padding-left: 15px;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
}

.footer-top.wpding .menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 0;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
    box-shadow: none;
    padding-left: 10px;
    float: left;
    line-height: 28px;
    min-width: 100%;
}

.footer-top.wpding .menu .sub-menu li {
    float: none;
    line-height: 40px;
}

.footer-widget .menu-item-has-children {
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

.footer-bg .wpding .widget {
    margin-bottom: 30px;
}

.footer-bg .info .red {
    color: var(--bg-red);
    margin-right: 5px;
}

.blog-deatails-box.single .single {
    display: none;
}

.footer-widget .tag-cloud-link, .footer-widget p {
    color: #fffc;
}

.wpding .footer-widget .tag-cloud-link {
    color: #62605c;
}

.calendar_wrap {
    color: #777;
}

.logo {
    width: 196px;
    display: inline-block;
}

.logo a {
    color: var(--text-white-color);
}

blockquote a, blockquote cite {
    color: #bacdff;
}

.booking-area .contact-form {
    background: var(--text-white-color);
    padding: 50px 50px 30px 50px;
    border-radius: 4px;
    background-image: -moz-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
    box-shadow: 0px 20px 60px 0px rgba(54, 96, 217, 0.3);
    position: relative;
    z-index: 1;
}

.booking-area ul {
    display: flex;
}

.booking-area ul li {
    margin-right: 18px;
}

.booking-area input {
    width: 322px;
    border: none;
    background: var(--text-white-color);
    padding: 10px 20px;
    transition: .3s;
    border-radius: 4px;
}

.booking-area .custom-select {
    display: inline-block;
    width: 322px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: var( --font-weight-400);
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: calc(3.0em + 0.55rem + 2px);
}

.booking-area .bk-btn {
    border-radius: 4px;
    background-color: rgb(14, 38, 79);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
    padding: 17px 30px;
    width: 176px;
    float: left;
    color: var(--text-white-color);
    position: relative;
    border: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: var( --font-weight-500);
}

.booking-area .contact-field i {
    position: absolute;
    right: 10px;
    top: 22px;
    background: var(--text-white-color);
    padding: 0 5px;
}

.booking-area h2 {
    color: var(--text-white-color);
}

.booking-area h5 {
    color: var(--text-white-color);
    text-transform: uppercase;
}

.booking-area p {
    color: var(--text-white-color);
}

.booking-content-box a {
    color: var(--text-white-color);
    border-bottom: 5px solid var(--text-white-color);
    margin-top: 15px;
    display: inline-block;
    padding-bottom: 5px;
}

.booking-contact-box {
    background: var(--text-white-color);
    padding: 60px;
}

.booking-contact-box .nav.nav-tabs li {
    width: 50%;
    text-align: center;
    font-weight: var( --font-weight-600);
    font-size: var(--font-size-16);
}

.booking-contact-box .nav.nav-tabs li a {
    color: #777777;
    font-size: var(--font-size-16);
    border: none;
    text-align: center;
    font-weight: var( --font-weight-600);
    padding: 14px;
    display: inline-block;
    width: 100%;
}

.booking-contact-box .nav.nav-tabs li.active a, .booking-contact-box .nav.nav-tabs li a.active {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid var(--bg-red);
    color: #000;
}


.wpding .footer-widget {

}

.wpding .footer-widget .widget_categories ul li a, .wpding .footer-widget .widget_archive ul li a {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 2;
    float: left;
    color: #62605c;

}

.wpding .footer-widget li:hover {
    color: #faa292;
}

.wpding .footer-widget ul li:last-child, .wpding .footer-widget .children li:last-child {
    border-bottom: none;
}

.wpding .footer-widget .widget_categories .children li:last-child, .wpding .footer-widget .widget_archive .children li:last-child {
    padding-bottom: 0;
    margin-bottom: -8px;
}

.wpding .footer-widget .widget_categories ul li:last-child, .wpding .footer-widget .widget_archive ul li:last-child {
    margin-bottom: 30px;
}

.wpding .footer-widget .widget_pages ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #62605c;
    min-height: 42px;

}

.wpding .footer-widget .widget_pages li .children {
    border-top: 1px solid #ffffff4d;
    margin-top: 0;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.wpding .footer-widget .widget_pages ul li a {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #62605c;
    line-height: 40px;
    min-height: 40px;
}

.wpding .footer-widget .tag-cloud-link {
    color: var(--text-white-color);
    border: 2px solid #ffffff4d;
}

.wpding .footer-widget .widget ul li, .wpding .footer-widget .widget ul li a, .wpding .footer-widget p {
    color: var(--text-white-color);
}

.wpding .footer-widget .widget ul li:hover, .wpding .footer-widget .widget ul li a:hover {
    color: #bacdff;
}

.wpding .footer-widget .widgettitle {
    text-align: left;
    color: var(--text-white-color);
    width: 100%;
    display: inline-block;
}

.wpding .footer-widget .widget_recent_comments ul li, .wpding .footer-widget .widget_rss ul li, .wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: var(--text-white-color);
    min-height: 42px;
    line-height: 28px;
}


.comment-list .pingback, .comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}

.wpding .footer-widget .widget_recent_comments ul li, .wpding .footer-widget .widget_rss ul li, .wpding .footer-widget .widget_meta ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 0px;
    width: 100%;
    text-align: left;
    color: var(--text-white-color);
    margin-bottom: 10px;
}

.footer-bg .wpding .footer-widget .widget_archive:nth-child(1) {
    margin-top: 100px;
}

.footer-bg .wpding .widget_nav_menu {
    margin-bottom: 100px !important;
}

.footer-top.wpding .menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 0;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ffffff4d;
    box-shadow: none;
    padding-left: 10px;
    float: left;
    line-height: 28px;
    min-width: 100%;
    background: none;
}

.footer-top.wpding .menu .sub-menu li {
    float: none;
    line-height: 40px;
    border-bottom: 1px solid #ffffff4d;
    display: inherit;
}

.footer-top.wpding .menu .sub-menu li:last-child {
    border: none;
}

.footer-widget .menu-item-has-children {
    border-bottom: 1px solid #ffffff4d;
    line-height: 40px;
    display: inline-block;
    width: 100%;
}

.footer-bg .wpding .widget {
    margin-bottom: 30px;
}

.wpding .footer-widget .widget_categories ul li, .wpding .footer-widget .widget_archive ul li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 5px;
    float: left;
    width: 100%;
    text-align: right;
    color: var(--text-white-color);
}

.wpding .footer-widget .widget li .children {
    border-top: 1px solid #ffffff4d;
    margin-top: 10px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.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: -8px;
}

.sidebar-widget .widget_nav_menu .sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-top.wpding {
    background: #010c26;
}

.blog-banner {
    margin: -40px;
}


@-webkit-keyframes no-transform {
    100% {
        transform: none;
    }
}

@keyframes no-transform {
    100% {
        transform: none;
    }
}

.scrollbox {
    display: flex;
    align-items: center;
    padding: 15px 0;
    overflow: hidden;
    transform: rotate(-3deg);
    background: #181818;
}

.scrollbox--primary {
    color: #000;
}

.scrollbox--secondary {
    color: #000;
    margin: 50px 0;
}

.scrollbox--reverse .scrollbox__item {
    animation-direction: reverse;
}

.scrollbox:hover .scrollbox__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.scrollbox__item {
    flex: 1 0 auto;
    width: 20%;
    max-width: 20%;
    font-size: 1.5rem;
    transform: translateX(-100%);
    -webkit-animation: no-transform 7s linear infinite;
    animation: no-transform 7s linear infinite;
    font-size: var(--font-size-10);
    font-weight: var( --font-weight-600);
    text-align: center;
    padding: 10px 0;
}

.scrollbox--reverse .scrollbox__item i {
    color: #FFFFFF1A;
    margin-right: 5px;
    font-size: 25px;
}

.scrollbox--reverse .scrollbox__item .red, .scrollbox--reverse .scrollbox__item .red i {
    color: var(--bg-red);
}

.scrollbox--reverse .scrollbox__item .garry {
    color: #FFFFFF1A;
    -webkit-text-stroke: 1px #FFFFFF1A;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.scrollbox--reverse .scrollbox__item .garry2 {
    color: #FFFFFF1A;
}

.scrollbox--reverse .scrollbox__item .garry3 {
    color: #FFFFFF1A;
    -webkit-text-stroke: 1px var(--text-gray-color)80;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.scrollbox2::before {
    background: #FFFFFF1A;
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top: 28%;
}

.scrollbox2 {
    position: relative;
}

.no-bg-img {
    background-image: unset !important;
}

.border-top-1 {
    border-top: 1px solid var(--color-stroke-gray);
}

.card-project {
    .icon p {
        font-size: var(--font-size-19);
        padding: 0 14px;
        margin: 0;
    }

    .title {
        margin-top: 30px;

        h5 {
            font-size: var(--font-size-14);
        }
    ;

        p {
            font-size: var(--font-size-19);
        }
    }

    .info {
        p {
            font-size: var(--font-size-19);
            margin: 0 0 0 10px;
        }
    ;
    }
}

.card-img-overlay {
    background-color: rgba(0, 0, 0, 0.4);

    h5 {
        margin-top: 15px;
        font-size: var(--font-size-10);
        color: var(--text-gray-color);
    }
}

#work,
#strengths,
.project-country {
    .button-group {
        display: block;

        button {
            margin-bottom: 10px;
        }
    }
}

.call-box .text {
    width: 100%;
    font-size: 13px !important;
}


@media (max-width: 600px) {
    .s-single-services {
        .second-services-content {
            padding: 0;
        }

        .services-icon {
            width: 100% !important;
        }
    }

    .services-area .s-single-projects h5 {
        font-size: 35px !important;
    }

    .about-area .about-title h3 {
        display: block;
    }

    .project-country {
        .grid-item {
            .card-img-overlay {
                margin: 0 !important;
            }

            p {
                display: none;
            }
        }
    }

    .s-single-projects {
        height: auto;
    }

    .s-single-services .services-icon {
        margin-bottom: 0;
    }

    .slider-bg {
        min-height: 750px !important;

    }

    #services,
    #strengths,
    #cmmi,
    .about-area,
    .brand-area,
    .services-area {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .strengths-section .my-masonry {
        margin: 25px 0;
    }

    .cmmi-wrapper {
        padding-bottom: 50px;
    }

    .strengths-section .grid-item {
        width: 100% !important;
        padding: 0 !important;

        .gallery-image {
            h3 {
                font-size: 15px;
                line-height: 20px;
            }
        }
    }

    .strengths-section .fadeInUp {
        min-height: 200px !important;
    }

    .services-area .s-single-services .services-icon {
        height: 50px;
    }

    .footer-top {
        padding-bottom: 30px;
        padding-top: 30px;

        .f-widget-title {
            margin-bottom: 10px;

            h2 {
                padding-bottom: 15px;
            }
        }

        .footer-link li {
            font-size: var(--font-size-19);
        }

        .info li {
            font-size: 15px;
        }
    }

    .copyright-wrap ol li {
        font-size: var(--font-size-21);

        a {
            font-size: var(--font-size-21);
        }
    }

    #work .portfolio {
        .team-info h4{
            font-size: var(--font-size-18);
        }
    }

    .project-country {
        padding: 0 !important;
        .my-masonry {
            padding: 0 !important;
        }

        .zambia .card-img-overlay h5 {
            margin-top: 0;
        }
    }

    #scrollUp {
        bottom: 80px !important;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .services-area {
        .s-single-projects h5 {
            font-size: 40px !important;
        }
    }

    .project-country .grid-item p {
        display: none;
    }

    .about-area .about-title h3 {
        display: block;
    }

    #strengths {
        .portfolio .button-group {
            display: block;

            button {
                margin-bottom: 10px;
            }
        }
    }

    .slider-bg {
        min-height: 750px !important;

    }

    .portfolio div.my-masonry {
        margin-bottom: 0 !important;
    }

    #services,
    #strengths,
    #cmmi,
    .about-area,
    .brand-area,
    .services-area {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .cmmi-wrapper {
        padding-bottom: 50px;
    }

}

@media (min-width: 1025px) and (max-width: 1440px) {
    .project-country {
        .grid-item {
            width: 100% !important;
        }
    }

    .portfolio .col2 .grid-item {
        width: 100% !important;
        padding: 0;
    }

}

@media (min-width: 1441px) {
    .project-country .grid-item {
        width: 100% !important;
    }
}
