
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap'); /* 1. Theme default css */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #777;
    font-style: normal;
    line-height: 30px;
    position: relative;
}

#preloader {
    background: #111 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.banner.pl-85 {
    padding-left: 86px;
}

.s-brl {
    border-bottom: 1px solid #e7eef3;
}

.line-animations {
    width: 66px;
    height: 12px;
    overflow: hidden;
    display: inline-block;
}

.line-bg {
    position: relative;
    background: url("../img/bg/line.png")repeat-x;
    width: 1320px;
    height: 12px;
    animation: backdrop_roll linear 12s infinite;
}

.line-bg2 {
    position: relative;
    background: url("../img/bg/line2.png")repeat-x;
    width: 1320px;
    height: 12px;
    animation: backdrop_roll linear 12s infinite;
}


@keyframes backdrop_roll {
    from {
        right: 0px;
    }

    to {
        right: 320px;
    }
}

.container {
    max-width: 1320px;
}

.logo {
    width: 190px;
}


.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: #000;
    outline: medium none;
}

a:hover {
    color: #000;
}

.box20 .title a {
    color: #fff;
}

.box20 .title a:hover {
    color: #444;
}

button:focus,input:focus,input:focus,textarea,textarea:focus {
    outline: none;
    box-shadow: none;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    color: #000;
    margin-top: 0px;
    font-style: normal;
    font-weight: 300;
    text-transform: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 300;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

ol li {
    list-style: decimal !important;
}

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: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}


/* button style */
.btn {
    -moz-user-select: none;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 45px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 999;
    border-radius: 0px;
    background-image: -moz-linear-gradient( 0deg, rgb(237,30,36) 0%, rgb(237,80,27) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(237,30,36) 0%, rgb(237,80,27) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(237,30,36) 0%, rgb(237,80,27) 100%);
    transition: 0.3s;
    overflow: hidden;
}

.btn:hover {
    color: #fff;
}

.btn:hover::before {
    opacity: 0;
}



.btn.ss-btn::after {
    content: "";
    position: relative;
    width: 30px;
    display: inline-block;
    background: #fff;
    height: 1px;
    margin-left: 15px;
    top: -5px;
}

/* scrollUp */
#scrollUp {
    background: #000;
    height: 70px;
    width: 70px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 16px;
    transition: .3s;
    text-transform: uppercase;
    padding-top: 22px;
}

#scrollUp:hover {
    background: #000;
}

/* 2. header */
.header-area.header-one {
    padding: 0 60px;
}

.innder-ht {
    padding: 10px 0;
}

.wellcome-text p {
    margin-bottom: 0;
    color: #8a8a8a;
}


.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;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.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;
    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 {
    margin-left: 0 !important;
    float: left;
    width: 100%;
    text-align: left;
}

.menu .has-sub:hover > ul {
    display: block;
    margin-top: 0px;
}

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

.menu .has-sub: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 .has-sub > ul > .has-sub:hover > ul,.menu .page_item_has_children > ul > .page_item_has_children:hover > ul {
    display: block;
}

.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 ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.main-menu ul li.active a {
    color: #000;
}

.main-menu ul li a {
    display: block;
    color: #4f4f4f;
    font-weight: 400;
    padding: 20px 0;
    position: relative;
    font-size: 16px;
}

.main-menu ul li:first-child {
    margin-left: 0;
}

.menu-area .menu-tigger {
    cursor: pointer;
    display: block;
    background: #000;
    color: #fff;
}

.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: #000;
}

.main-menu ul li:hover > a::before {
    width: 100%;
}

.display-ib {
    display: inline-block;
}


.sticky-menu {
    left: 0;
    margin: auto;
    position: relative;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 9999;
    background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.responsive {
    display: none;
}

#mobile-menu {
    display: block;
}

.right-menu li {
    float: right;
    padding: 10px 0 10px 0;
}

.right-menu .icon {
    float: left;
    margin-right: 20px;
}

.right-menu .text {
    float: left;
    padding-top: 5px;
}

.right-menu .text span {
    display: block;
    color: #517496;
}

.right-menu .text strong {
    color: #002e5b;
    font-size: 20px;
}

.menu-search {
    padding: 10px 0;
}

.menu-search a {
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
    background: #ffffff4a;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    color: #b8bfc3;
}

.top-btn {
    background: #000;
    padding: 16px 30px !important;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 !important;
}

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

.sticky-menu .logo {
    margin-top: 0;
    line-height: 61px;
    height: auto;
}

.sticky-menu::before {
    height: 71px;
    top: 0;
    left: -20px;
}

.slider-content {
    position: relative;
    z-index: 9;
}

.s-slider-content {
    margin-top: 144px;
}

.slider-content.s-slider-content.text2 {
    margin-top: 0;
}

.slider-content.s-slider-content.text3 {
    margin-top: 168px;
}

.slider-area-ten .slider-content {
    margin-top: 0;
}

.slider-price {
    position: absolute;
    right: 0;
    bottom: 0;
}

.slider-price h3 {
    color: #fff;
}

.slider-price h2 {
    color: #000;
    font-size: 60px;
    font-weight: 500;
}

.slider-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.slider-active .slick-dots {
    position: absolute;
    top: 40%;
    left: 22%;
}

.slider-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 1px;
    margin-left: 10px;
    background: #000;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
}

.slider-active .slick-dots li.slick-active button {
    width: 50px;
    background: #000;
}

.slider-active .slick-dots li.slick-active button::before {
    opacity: 1;
}

.slider-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;
}

.second-header {
    border: none;
    color: #fff;
    z-index: 1;
    position: relative;
    background: #2d2d2d;
    z-index: 9;
}

.second-header a,.second-header span {
    color: #fff;
}

.second-header a:hover {
    color: #111;
}

.second-menu {
    position: relative;
    z-index: 9;
}

.sticky-menu .second-menu {
    margin: 0;
    box-shadow: none;
    padding: 0;
}

.sticky-menu .second-menu::before {
    content: none;
}

.second-menu .main-menu ul li {
    margin-left: 50px;
}

.second-menu .main-menu ul li:first-child {
    margin-left: 0;
}

.second-menu .main-menu ul li a::before {
    content: none;
}

/* 3. slider */
.slider-bg {
    min-height: 950px !important;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}


.slider-content h2 {
    font-size: 80px;
    color: #000;
    line-height: 1.2;
    font-weight: 300;
}

.slider-content h2 span {
    color: #000;
    font-weight: 500;
}

.slider-content h5 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase;
}

.slider-content p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #000;
    margin-right: 20px;
    position: relative;
    top: -4px;
}

.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.slider-btn .btn {
    background-image: -moz-linear-gradient( 0deg, rgb(237,30,36) 0%, rgb(237,80,27) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(237,30,36) 0%, rgb(237,80,27) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(237,30,36) 0%, rgb(237,80,27) 100%);
    color: #000;
}

.slider-btn .btn::before {
    content: none;
}

.slider-btn .btn:hover {
    box-shadow: none;
}

.p-relative {
    position: relative;
}

.down-arrow {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
    height: 60px;
    width: 30px;
    margin: auto;
    text-align: center;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 18px;
}

.down-arrow:hover {
    color: #fff;
}

.slider-active .slick-arrow {
    position: absolute;
    bottom: 35%;
    transform: translateY(-50%);
    left: 86.85%;
    height: 60px;
    width: 60px;
    color: #fff;
    font-size: 29px;
    line-height: 65px;
    border: none;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    transition: .5s;
    background: #ffffff21;
}

.slider-active .slick-next {
    bottom: 43%;
    left: auto;
    right: 10%;
}

.slider-active .slick-arrow:hover {
    color: #000;
    background: #fff;
}

.slider-active2 {
    margin-right: -30px;
}

.slider-active2 .slick-slide img {
    width: 100%;
}

.slider-active2 figcaption {
    margin-top: 30px;
}

.slider-active2 figcaption h3 {
    font-size: 36px;
}

.slider-active2 figcaption span {
    color: #777777;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}

.slider-active2 .slick-dots {
    position: absolute;
    top: 30%;
    left: 60px;
}

.slider-active2 .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-bottom: 5px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    background-color: #000;
    height: 18px;
    width: 3px;
}

.slider-active2 .slick-dots .slick-active button {
    background-color: #000;
    height: 22px;
}

.slider-three {
    position: absolute;
    bottom: 80px;
    right: 2%;
    z-index: 99;
}

.second-slider-content h2 {
    font-size: 90px;
    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 p {
    font-size: 18px;
    padding-right: 50px;
    color: #777;
    line-height: 26px;
}

.btn.ss-btn {
    background: #000;
    color: #FFF;
    padding: 20px 35px;
    text-transform: capitalize;
    border: 1px solid #000;
    width: 200px;
}

.btn.ss-btn span {
    position: relative;
    z-index: 1;
}

.btn.ss-btn::before {
    content: "";
    position: relative;
    width: 0;
    display: inline-block;
    background: #fff;
    height: 1px;
    top: -5px;
    left: -15px;
    transition: all 0.3s ease-out 0s;
}

.btn.ss-btn:hover::before {
    opacity: 1;
    width: 30px;
}

.btn.ss-btn:hover::after {
    width: 0;
}

.btn-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    background: #ffb3a5;
    padding: 10px 15px;
    color: #fff;
}

.btn.ss-btn.active {
    background: #FFF;
    color: #000;
}

.slider-shape {
    position: absolute !important;
    z-index: 9;
}

.ss-one {
    top: 180px !important;
    left: 20% !important;
}

.ss-two {
    top: 74% !important;
    left: 40% !important;
    z-index: 13;
}

.ss-three {
    top: 80% !important;
    left: 8% !important;
}

.ss-four {
    top: 85% !important;
    left: 30% !important;
}

.ss-five {
    left: 61% !important;
    top: 83% !important;
}

.ss-six {
    left: 88% !important;
    top: 80% !important;
}

.ss-seven {
    top: 20% !important;
    left: 89% !important;
}

.ss-eight {
    top: 210px !important;
    left: 48% !important;
}

.slider-area-ten .ss-one {
    top: 180px !important;
    left: 80% !important;
}

.slider-area-ten .ss-eight {
    top: 400px !important;
    left: 12% !important;
}

.slider-area-ten .ss-two {
    top: 46% !important;
    left: 57.4% !important;
    z-index: 13;
}

.slider-bg .text2 h2 {
    font-size: 58px;
}

.slider-bg .text2 a {
    color: #FFF;
}

.slider-bg .text2 .btn.ss-btn.active {
    background: #000;
    border: 2px solid #000;
    color: #FFF;
}

.slider-bg .text2 p {
    padding-right: 22%;
    color: #fff;
}

.text-bg-slider {
    background: #fff;
    height: 75%;
    display: block;
    width: 50%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.slick-slider {
    z-index: 12;
}

/* 4. about */
.about-area h2 {
    color: #fff;
}

.about-area {
    color: #b1b1b1;
}

.about-img {
    margin-left: -50px;
}

.about-text {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.about-text h3 {
    color: #fff;
    font-size: 44px;
}

.about-text h3 sub {
    font-size: 22px;
    bottom: 0;
}

.about-text span {
    font-size: 16px;
    position: relative;
    display: block;
}

.about-text span sub {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin-left: -20px;
}

.about-title > span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.about-title h2 {
    font-size: 60px;
    margin-bottom: 0 !important;
    font-weight: 300;
}

.about-title h5 {
    color: #000;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-title .title-strong {
    color: #4f4f4f;
    font-weight: 500;
    font-size: 18px;
}

.about-title .title-strong span {
    padding: 3px 12px;
    background: #000;
    border-radius: 5px;
    color: #fff;
}

.about-title p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #000;
    margin-right: 20px;
    position: relative;
    top: -5px;
}

.about-title p {
    margin-bottom: 0;
}

.about-content p {
    margin-bottom: 45px;
}

.about-content li {
    display: flex;
    margin-bottom: 0px;
}

.about-content li .text {
    padding-top: 5px;
}

.about-title h2 span,.second-atitle span {
    font-weight: 500;
}

.about-content li .icon i {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-right: 20px;
    color: #000;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 30px 0px rgba(0, 0, 0, 0.1);
}


.second-about {
    top: 67%;
    right: 0;
    bottom: 0;
}

.second-atitle > span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
    background: transparent;
}

.s-about-content p {
    margin-bottom: 15px;
}


.about-area2 {
    border-bottom: 1px solid #e7eef3;
}

.section-title h2 {
    font-size: 60px;
    padding-bottom: 0;
    margin-bottom: 0px !important;
    position: relative;
}

.section-title strong {
    font-weight: 500;
}

.section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
    background: #000;
    margin: auto;
    transition: .3s;
    display: none;
}

.section-title a {
    display: inline-block;
    color: #000;
    text-align: center;
    font-size: 14px;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
}

.section-title p {
    margin-top: 15px;
}

section:hover .section-title h2::before {
    width: 100px;
}



.services-content span {
    font-weight: 500;
}


.services-item {
}

.services-active2 .slider-nav {
    position: absolute;
    bottom: 0px;
}

.services-active2 li {
    display: flex;
    margin-bottom: 10px;
}

.services-item h3 {
    font-size: 40px;
    margin-bottom: 30px;
}

.services-item .readmore {
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    position: relative;
}

.services-item .readmore {
    color: #000;
}

.services-item .readmore::before {
    content: "";
    width: 25px;
    height: 1px;
    background: #000;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: -4px;
    transition: all 0.3s ease-out 0s;
}

.services-item .readmore:hover::before {
    opacity: 0;
    width: 0;
}

.services-item .readmore::after {
    content: "";
    width: 0;
    height: 1px;
    background: #000;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: -4px;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}



.slick-slide {
    outline: none;
}


.ta-info {
    overflow: hidden;
    display: block;
}

.ta-info h6 {
    font-size: 20px;
    margin-bottom: 5px;
}

.ta-info span {
    font-size: 14px;
}

.testi-author {
    overflow: hidden;
    align-items: center;
}


.testimonial-active {
    margin: 0 -12px;
}

.testimonial-active .testi-img {
    float: left;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 80px;
}

.testimonial-active .ta-info {
    overflow: hidden;
}

.testimonial-active .ta-info span {
    color: #777;
    font-size: 14px;
    position: relative;
}

.testimonial-active .ta-info h6 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
}

.testimonial-active p {
    margin-bottom: 0;
}

.testimonial-active .com-icon {
    position: absolute;
    right: 50px;
    top: 45px;
}

.testimonial-active .slick-dots {
    position: absolute;
    top: 20%;
    right: 30px;
}

.testimonial-active .slick-dots li {
    margin: 0 0px;
}

.testimonial-active .slick-dots li button {
    border: none;
    background: none;
    color: #777;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px;
}

.testimonial-active .slick-dots .slick-active button {
    color: #000;
    text-decoration: underline;
}

.testimonial-active .qt-img img {
    display: inline-block;
    margin-bottom: 30px;
}



.home-blog-active .slick-arrow,.home-blog-active2 .slick-arrow {
    position: absolute;
    top: 76.8%;
    transform: translateY(-50%);
    left: -425px;
    border: none;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    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;
}

.home-blog-active .slick-arrow i {
    width: 60px;
    height: 60px;
    text-align: center;
    color: #000;
    background-color: rgb(255, 255, 255);
    font-size: 24px;
    border-radius: 0;
    position: relative;
    border: 1px solid #000;
    line-height: 55px;
}

.home-blog-active .slick-prev {
}

.home-blog-active .slick-arrow.slick-next,.home-blog-active2 .slick-arrow.slick-next {
    right: inherit;
    left: -350px;
}

.home-blog-active .slick-arrow::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: #e7eef3;
    right: 0;
    top: 0;
    border: 1px solid;
    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;
}

.home-blog-active .slick-arrow:hover::before {
    opacity: 1;
    right: -10px;
    top: 10px;
}



.blog-thumb2 {
    overflow: hidden;
    width: 100%;
}

.blog-thumb2 .b-meta {
    padding: 30px 25px 0;
    color: #000;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog-content2 {
    background: #fff;
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
    margin: auto;
}

.blog-content2 .date-home {
    position: absolute;
    top: -60px;
    background: #000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 6px;
    left: 30px;
}

.blog-area .single-post2 {
    overflow: hidden;
}

.blog-content2 .b-meta {
    margin-bottom: 15px;
    font-size: 14px;
}

.blog-content2 .b-meta ul {
    padding-left: 0 !important;
}

.blog-content2 a {
    font-size: 30px;
    margin-bottom: 15px;
    text-decoration: none;
    line-height: 30px;
}


.adim-box {
    display: flex;
}

.adim-box .text {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
}

.blog-thumb:hover .b-meta h4,.blog-thumb:hover .b-meta h4 a:hover {
    color: #fff;
}

.b-meta ul li {
    display: inline-block;
    margin-right: 8px;
}

.b-meta ul li::after {
    position: relative;
    content: "/";
    margin-left: 8px;
}

.b-meta ul li:last-child::after {
    display: none;
}

.b-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}



.f-contact {
    display: flex;
}

.f-contact a {
    color: #bababa !important;
}

.f-contact a:hover {
    color: #000!important;
}

.footer-top-heiding .col-lg-4 {
    border-right: 2px solid #20282E;
}

.footer-top-heiding .col-lg-4:last-child {
    border-right: none;
}

.f-contact .icon {
    margin-right: 15px;
}

.f-contact span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.f-contact h3 {
    color: #fff;
    font-size: 24px;
}

.footer-top-heiding h2 {
    color: #fff;
}

.footer-bg {
    color: #777;
    background-position: center 0 !important;
}

.footer-bg strong {
    font-weight: 500;
    color: #000;
}

.f-cta-area.gray-bg {
    background: #f4f4fe;
    border-top: 3px solid #000;
}

.footer-text p {
    color: #ddd;
    margin-bottom: 0;
}

.footer-social span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    margin-right: 20px;
}

.footer-social a {
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.footer-social strong {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.footer-social a:hover {
    color: #000 !important;
    text-decoration: underline;
}

.f-widget-title h2,.footer-widget .widgettitle {
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
}

.footer-link ul li i {
    color: #000;
    margin-right: 5px;
}

.footer-link ul li a {
    color: #777;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.footer-link ul li a:hover {
    color: #000;
}

.footer-link ul li {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.footer-link ul li:last-child {
    margin-bottom: 0;
}


.copyright-wrap {
    background: #e7eef3;
    padding: 30px 0;
    font-size: 15px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 400;
}

.copyright-wrap .container {
    position: relative;
    z-index: 9;
}

.copyright-wrap strong {
    color: #000;
}

.copyright-wrap li {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.copyright-wrap li:last-child {
    border: none;
}

.copyright-wrap .text {
    background: #222629;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5PX;
}

.copyright-wrap li a {
    display: flex;
    color: #777;
}

.copyright-wrap li a .icon {
    margin-right: 15px;
}

.f-contact i {
    width: 40px;
    height: 40px;
    background: #3763eb;
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    float: left;
    background-image: -moz-linear-gradient( 0deg, rgb(237,30,36) 0%, rgb(237,80,27) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(237,30,36) 0%, rgb(237,80,27) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(237,30,36) 0%, rgb(237,80,27) 100%);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

.f-contact li {
    float: left;
    margin-bottom: 20px !important;
    width: 100%;
}

.f-contact li:last-child {
    margin-bottom: 0px !important;
}


.main-menu ul li.current a {
    color: #000;
}

.main-menu .has-sub > ul {
    opacity: 0;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    visibility: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.main-menu .has-sub li a {
    padding: 7px 15px;
}

.main-menu .has-sub li {
    margin-left: 0 !important;
    float: left;
    width: 100%;
    text-align: left;
}

.main-menu .has-sub li a:hover {
    font-weight: 700;
}

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

.main-menu .has-sub:hover > ul {
    opacity: 1;
    margin-top: 0px;
    visibility: visible;
}

.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: #000;
}



a, h1, h2, h3, h4, h5, h6, p, span {
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}


iframe {
    width: 100%;
}


.footer-widget {
    position: relative;
    z-index: 9;
}



.img, img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}



/* 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;
}


figcaption {
    font-weight: 600;
    color: #202020;
}


figure img {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-widget .textwidget,.footer-widget .recentcomments a,.footer-widget a,.footer-widget .widget_categories a {
    color: #99A3AC;
}

.logo a {
    color: #fff;
}

blockquote a {
    color: #000;
}

/* 29. new css */
.circle, .cursor {
    position: fixed;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.cursor {
    height: 5px;
    width: 5px;
    z-index: 99;
    background: #000;
}

.circle {
    height: 30px;
    width: 30px;
    border: 1px solid #000;
    z-index: 98;
    transition: left 0.25s ease-out, top 0.25s ease-out, transform 0.25s linear;
}

.circle.hover {
    transform: translate(-50%, -50%) scale(2.5);
    animation: liquid 2.5s linear infinite;
}

@keyframes liquid {
    0%, 100% {
        border-radius: 28% 72% 46% 54% / 22% 50% 50% 78%;
    }

    25% {
        border-radius: 73% 27% 41% 59% / 49% 20% 80% 51%;
    }

    50% {
        border-radius: 47% 53% 28% 72% / 49% 76% 24% 51%;
    }

    75% {
        border-radius: 48% 52% 68% 32% / 78% 54% 46% 22%;
    }
}

.gallery-image-home {
    text-decoration: none;
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
}

.gallery-area a,.team-area2 a {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-image-home img {
    margin-bottom: 0;
    width: 100%;
}

.gallery-image-home figcaption {
    padding: 15px 10px 10px;
    left: 40px;
    bottom: -100px;
    transition: all 0.5s ease 0s;
    opacity: 0;
    position: absolute;
}

.gallery-image-home figcaption span {
    color: #ccc;
    font-size: 14px;
    font-weight: 300;
}

.gallery-image-home figcaption h2 {
    background: #fff;
    padding: 15px 10px 10px;
    text-align: left;
    display: inline-block;
}

.gallery-image-home::before {
    opacity: 0;
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0.2s;
    bottom: 0;
}

.gallery-image-home:hover::before {
    opacity: 1;
    bottom : 0;
}

.gallery-image-home:hover figcaption {
    opacity: 1;
    position: absolute;
    z-index: 9;
    bottom: 40px;
}

.gallery-image-home h4 {
    color: #fff;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.swiper-container img {
    width: auto;
}

.single-testimonial .autor-img {
    margin-right: 60px;
    width: 17%;
    float: left;
}

.single-testimonial .text {
    width: 78%;
    float: left;
}

.single-testimonial .text h3 {
    font-size: 36px;
    margin-bottom: 20px;
    width: 95%;
}

@media only screen and (max-width: 992px) {
    .single-testimonial .text h3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
        width: 95%;
    }
}

.single-testimonial .text .ta-info h6 {
    font-size: 18px;
    margin-bottom: 5px;
    float: left;
    margin-right: 6px;
    font-weight: 500;
}

.single-testimonial .text .ta-info span {
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    margin-top: 3px;
}

.home-blog-active {
    margin-right: -420px;
}


@media only screen and (min-width: 1200px) {
    #translation-toggle {
        margin-left: 300px;
    }
}

#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
}

.cookie-card {
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    bottom: -0rem;
    left: 1.25rem;
    right: 1.25rem;
    padding: 0.625rem 0.9375rem;
    box-shadow: 0 0 0.625rem 0 rgba(0,0,0, .15);
    line-height: 150%;
    transition: opacity .5s;
    /* opacity: 0; */
    right: none;
    z-index: 10;
    /* width: 21.875rem;  */
}

.cookie-button {
}

.cookies a {
    text-decoration: none;
    color: #000;
    margin-top: 8px;
}

.cookies a:hover {
    text-decoration: none;
    color: blue;
    margin-top: 8px;
}

.header-one .menu-area {
    margin-bottom: -130px;
    border-top: 0;
    position: relative;
    z-index: 999;
    padding: 20px 0;
    }