body {
    font-size: 16px;
    font-family: poppins, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: black;
}

body.body-color-three {
    background-color: #f5f7fa
}

.container {
    max-width: 1260px
}

.main_header {
    max-width: 80% !important
}

a {
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-decoration: none;
    color: #f13f4b
}

a:hover {
    text-decoration: none;
    color: #3f3f3f
}

a:focus {
    text-decoration: none
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000219;
    font-weight: 800
}

h3 {
    font-size: 20px;
    line-height: 1.4
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-weight: 500
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.form-control {
    height: 50px;
    color: #242424;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%
}

.form-control::-webkit-input-placeholder {
    color: #676a6a
}

.form-control:-ms-input-placeholder {
    color: #676a6a
}

.form-control::-ms-input-placeholder {
    color: #676a6a
}

.form-control::placeholder {
    color: #676a6a
}

.form-control:focus {
    color: black;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #f13f4b
}

.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

textarea.form-control {
    height: auto
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-20 {
    padding-bottom: 20px
}

.mt-100 {
    margin-top: 100px
}

.mt-minus-100 {
    margin-top: -100px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-100 {
    margin-bottom: 100px
}

.pt-30 {
    padding-top: 30px
}

.center {
    text-align: center
}

.bg-color {
    background-color: #f9fafb
}

.white-bg {
    background-color: #fff
}

.color-red-title {
    color: #eb5c66 !important
}

.color-white-title {
    color: #fff !important
}

.w-6-v {
    width: 6vw
}

.w-5 {
    width: 2vh
}

.w-10 {
    width: 10%
}

.w-15 {
    width: 15%
}

.w-25 {
    width: 25%
}

.w-30 {
    width: 30%
}

.w-35 {
    width: 35%
}

.w-50 {
    width: 50%
}

.w-100 {
    width: 100%
}

.default-btn {
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 15px 30px 16px;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    background-color: #f13f4b;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.default-btn span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
    background: linear-gradient(top, #ffffff, transparent);
    -webkit-animation: top 2s linear infinite;
    animation: top 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.default-btn span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
    background: linear-gradient(bottom, #ffffff, transparent);
    -webkit-animation: bottom 2s linear infinite;
    animation: bottom 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
    background: linear-gradient(right, #ffffff, transparent);
    -webkit-animation: right 2s linear infinite;
    animation: right 2s linear infinite
}

.default-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
    background: linear-gradient(left, #ffffff, transparent);
    -webkit-animation: left 2s linear infinite;
    animation: left 2s linear infinite
}

.default-btn:hover {
    background-color: #000 !important;
    color: #fff
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.read-more {
    font-weight: 600;
    font-size: 15px;
    color: #f13f4b
}

.read-more i {
    position: relative;
    position: relative;
    top: 1.7px;
    margin-left: 5px
}

.read-more:hover {
    color: #f13f4b
}

.section-title,
h1.color-red-title {
    text-transform: uppercase;
}

.section-title {
    max-width: 750px;
    margin: -5px auto 50px;
    text-align: center;
    position: relative;
}

.section-title span {
    display: block;
    margin-bottom: 12px;
    color: #f13f4b;
    font-weight: 600
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4
}

.section-title h2:last-child {
    margin-bottom: 0
}

.section-title.white-title span {
    color: #fff
}

.section-title.white-title h2 {
    color: #fff
}

.section-title.white-title p {
    color: #fff
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999
}

.header-area.p-relative {
    position: relative
}

.top-header {
    background-color: #f13f4b;
    padding-top: 15px;
    padding-bottom: 15px
}

.top-header .header-left-content {
    line-height: 1
}

.top-header .header-left-content li {
    display: inline-block;
    margin-right: 30px;
    color: #999;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    font-weight: 600
}

.top-header .header-left-content li:last-child {
    margin-right: 0
}

.top-header .header-left-content li i {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: 0
}

.top-header .header-left-content li a {
    display: block;
    color: #fff
}

.top-header .header-left-content li a:hover {
    color: #fff
}

.top-header .header-right-content {
    line-height: 1;
    text-align: right
}

.top-header .header-right-content li {
    display: inline-block;
    margin-right: 15px
}

.top-header .header-right-content li:last-child {
    margin-right: 0
}

.top-header .header-right-content li a i {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center
}

.top-header .header-right-content li a:hover i {
    color: #fff
}

.top-header.bg-dark {
    background-color: #000 !important
}

.top-header.top-header-three .header-left-content li {
    color: #000219
}

.top-header.top-header-three .header-left-content li i {
    color: #f13f4b
}

.top-header.top-header-three .header-left-content li a {
    color: #000219
}

.top-header.top-header-three .header-left-content li a:hover {
    color: #f13f4b
}

.top-header.top-header-three .header-right-content li a i {
    color: #000219
}

.top-header.top-header-three .header-right-content li a:hover i {
    color: #f13f4b
}

.top-header.top-header-four {
    background-color: transparent
}

.top-header.top-header-five {
    background-color: transparent
}

.navbar-area {
    background-color: rgba(255, 255, 255, .08)
}

.navbar-area .main-nav {
    padding-top: 0;
    padding-bottom: 0
}

.navbar-area .main-nav .navbar {
    padding: 0
}

.navbar-area .main-nav .navbar .navbar-brand {
    font-size: 0;
    padding: 0;
    width: 50%
}

.navbar-area .main-nav .navbar .navbar-brand img {
    max-width: none;
}

.navbar-area .main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 0;
    padding-left: 15px;
    width: max-content
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: rgb(0 0 0/80%);
    text-transform: uppercase;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-left: 0;
    margin-right: 0;
    padding: 35px 0;
    position: relative;
    z-index: 1;
    margin: 0 15px
}

.navbar-area .main-nav nav .navbar-nav .nav-item a i {
    line-height: 0;
    position: relative;
    margin-left: -2px
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #f13f4b
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #f13f4b
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 15px;
    opacity: 0;
    width: 150px;
    visibility: hidden;
    z-index: 99;
    display: block;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border-top: 2px solid #f13f4b
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15.5px;
    color: #000219;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eee;
    margin-left: 0;
    margin-right: 0;
    text-transform: capitalize;
    display: block;
    font-weight: 600
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 12px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 20px
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    display: none
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #f13f4b
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #f13f4b
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -98%;
    top: 20px !important;
    opacity: 0 !important;
    visibility: hidden !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #000219;
    text-transform: capitalize;
    font-weight: 600
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #f13f4b
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color: #f13f4b
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #f13f4b
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -4px !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
    left: auto;
    right: -100%
}

.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.navbar-area .others-option .get-quote {
    display: inline-block;
    position: relative;
    top: 7.5px
}

.navbar-area.navbar-area-five {
    background-color: rgb(255 255 255)
}

.navbar-area.navbar-area-five .others-option .cart-icon {
    margin-left: 30px;
    margin-right: 10px
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}

.mobile-nav {
    display: none
}

@media only screen and (max-width:991px) {
    .mobile-nav {
        display: block;
        position: relative
    }

    .mobile-nav .logo {
        text-decoration: none;
        position: absolute;
        top: 10px;
        z-index: 999;
        left: 15px;
        color: #f13f4b;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
        width: 80px !important;
    }

    .mobile-nav nav .navbar-nav {
        height: 300px;
        overflow-y: scroll !important
    }

    .mobile-nav nav .navbar-nav .nav-item a i {
        display: none
    }

    .mean-container .mean-bar {
        background-color: white;
        height: 10vh;
        padding: 0;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
    }

    .mean-container .mean-nav {
        margin-top: 70px
    }

    .mean-container .mean-nav ul li a:hover {
        color: #f13f4b
    }

    .mean-container .mean-nav ul li a.active {
        color: #f13f4b
    }

    .mean-container a.meanmenu-reveal {
        padding: 23px 15px 0 0;
        color: black;
    }

    .mean-container a.meanmenu-reveal span {
        background-color: black;
        position: relative;
        top: 8px;
        margin-top: -5px;
        border-radius: 0
    }

    .main-nav {
        display: none !important
    }

    .navbar-area .others-option {
        display: none
    }

    .navbar-area .others-option .get-quote {
        top: 4.5px
    }

    .navbar-area.is-sticky .mean-container .mean-bar {
        background-color: #fff;
        border: none;
        color: black;
    }

    .navbar-area.navbar-area-two .mean-container .mean-bar {
        background-color: #fff;
        border: none;
        color: black;
    }

    .navbar-area.navbar-area-two .mean-container a.meanmenu-reveal {
        color: black;
    }

    .navbar-area.navbar-area-two .mean-container .meanmenu-reveal a span:hover {
        background-color: #f13f4b
    }

    .navbar-area.navbar-area-two .mean-container a.meanmenu-reveal span {
        background-color: black;
    }

    .navbar-area.navbar-area-two .others-option-for-responsive .dot-menu .inner .circle {
        background-color: black;
    }

    .top-header.top-header-three .appointment {
        display: none
    }
}

.others-option-for-responsive {
    display: none
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: 21px
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: black;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #f13f4b
}

.others-option-for-responsive .container {
    position: relative
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 262px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible
}

.others-option-for-responsive .option-inner {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff
}

.others-option-for-responsive .option-inner .others-option {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    top: 61px;
    right: 0;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.others-option-for-responsive .option-inner .others-option .option-item {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
    margin-left: 0;
    padding-left: 0;
}

.others-option-for-responsive .sidebar-menu {
    display: inline-block;
    margin-left: 10px;
}

.others-option-for-responsive .sidebar-menu a i {
    font-size: 25px;
    background-color: #f13f4b;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50px;
}

@media only screen and (max-width:991px) {
    .others-option-for-responsive {
        display: block;
    }

    .others-option-for-responsive .container {
        max-width: 100%
    }

    .others-option-for-responsive .container .container {
        max-width: 400px;
        margin: auto;
    }

    .others-option-for-responsive .option-inner .others-option {
        background-color: black;
        margin-right: 15px;
    }

    .others-option-for-responsive .option-inner .others-option .dot-menu:hover .inner .circle {
        background-color: #fff;
    }

    .others-option-for-responsive .option-inner .others-option .cart-icon a i {
        color: #fff;
    }

    .others-option-for-responsive .option-inner .others-option .cart-icon a span {
        background-color: #fff !important;
        color: black;
    }

    .others-option-for-responsive .option-inner .others-option .search-btn {
        color: #fff;
    }

    .others-option-for-responsive .option-inner .others-option .search-btn:hover {
        color: #fff !important;
    }

    .others-option-for-responsive .option-inner .others-option .close-btn {
        color: #fff;
    }
}

.banner-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px;
}

.banner-area.bg {
    background-image: url(../img/banner/background.png);
}

.banner-area.banner-area-five .banner-content {
    max-width: 680px;
    text-align: center;
    margin: 80px auto 0;
}

.banner-area.banner-area-five .banner-content img {
    margin-bottom: 20px;
    filter: invert(100%);
}

.banner-area.banner-area-five .banner-content .top-title {
    color: #f13f4b
}

.banner-area.banner-area-five .banner-content h1 {
    color: #fff
}

.banner-area.banner-area-five .banner-content p {
    color: #fff
}

.banner-content .top-title {
    display: block;
    margin-bottom: 15px;
    font-weight: 600
}

.banner-content h1 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 25px
}

.banner-content p {
    margin-bottom: 30px;
    font-size: 16.5px
}

.banner-image {
    text-align: center
}

.banner-image img {
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

.feature-area {
    position: relative;
    margin-top: -130px;
    z-index: 1;
    overflow: hidden
}

.feature-area.feature-area-two {
    margin-top: 0
}

.feature-area.feature-area-two .single-feature {
    margin-top: 0;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.feature-area.feature-area-two .single-feature .feature-shape {
    position: absolute;
    bottom: 0;
    right: 0
}

.feature-area.feature-area-two .single-feature:hover {
    background-color: #f13f4b
}

.feature-area.feature-area-two .single-feature:hover i {
    color: #fff
}

.feature-area.feature-area-three {
    z-index: 1;
    position: relative
}

.feature-area.feature-area-three .feature-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .4
}

.feature-area.feature-area-four .single-feature {
    background-color: #000219
}

.feature-area.feature-area-four .single-feature h3 {
    color: #fff
}

.feature-area.feature-area-four .single-feature p {
    color: #fff
}

.feature-area.feature-area-five .single-feature {
    background-color: #000219
}

.feature-area.feature-area-five .single-feature h3 {
    color: #fff
}

.feature-area.feature-area-five .single-feature p {
    color: #fff
}

.single-feature {
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: #fff
}

.single-feature .title {
    position: relative;
    margin-bottom: 28px
}

.single-feature .title i {
    position: absolute;
    top: 0;
    font-size: 50px;
    line-height: 1;
    color: #f13f4b;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-feature .title h3 {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    padding-left: 65px;
    padding-top: 12px
}

.single-feature p {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 0
}

.single-feature:hover {
    background-color: #f13f4b;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-feature:hover .title i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: #fff
}

.single-feature:hover .title h3 {
    color: #fff
}

.single-feature:hover p {
    color: #fff
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach {
    background-color: transparent;
    background-color: #fff;
    z-index: 1
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach:hover::before {
    width: 0
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach:hover h3 {
    color: #000219
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach:hover p {
    color: #4b5280
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach {
    background-color: transparent
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach h3 {
    color: #000219
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach p {
    color: #4b5280
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #000219;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach:hover::before {
    width: 100%
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach:hover h3 {
    color: #fff
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach:hover p {
    color: #fff
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach {
    background-color: transparent
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach h3 {
    color: #000219
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach p {
    color: #4b5280
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #000219;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach:hover::before {
    width: 100%
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach:hover h3 {
    color: #fff
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach:hover p {
    color: #fff
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach {
    background-color: transparent;
    background-color: #fff;
    z-index: 1
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach:hover::before {
    width: 0
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach:hover h3 {
    color: #000219
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach:hover p {
    color: #4b5280
}

.our-approach-area.our-approach-area-four .single-approach h3 {
    color: #fff
}

.our-approach-area.our-approach-area-four .single-approach p {
    color: #fff
}

.approach-content {
    margin-left: 30px
}

.approach-content h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 40px
}

.single-approach {
    background-color: #fff;
    border-left: 2px solid #f13f4b;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    position: relative
}

.single-approach h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-approach p {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-approach:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.approach-img {
    margin-bottom: 30px
}

.challenges-area {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.challenges-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #303030;
    opacity: .75
}

.challenges-area.challenges-area-two {
    background-image: unset;
    background-color: #303030
}

.challenges-area.challenges-area-two::before {
    display: none
}

.challenges-area.challenges-area-two .challenges-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.challenges-area.challenges-area-two .single-challenges i {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.challenges-area.challenges-area-two .single-challenges h3 {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.challenges-area.challenges-area-two .single-challenges p {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.challenges-area.challenges-area-two .single-challenges:hover {
    background-color: #f13f4b
}

.challenges-area.challenges-area-two .single-challenges:hover i {
    color: #fff
}

.challenges-area.challenges-area-two .single-challenges:hover h3 {
    color: #fff
}

.challenges-area.challenges-area-two .single-challenges:hover p {
    color: #fff
}

.single-challenges {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 30px 25px;
    text-align: center;
    z-index: 1
}

.single-challenges i {
    font-size: 50px;
    color: #f13f4b;
    line-height: 1;
    margin-bottom: 20px;
    display: block
}

.single-challenges h3 {
    margin-bottom: 10px
}

.single-challenges p {
    margin-bottom: 0
}

.single-challenges span {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 100px;
    z-index: -1;
    opacity: .06;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-challenges:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-services {
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    overflow: hidden;
    margin-bottom: 30px
}

.single-services .services-img a {
    position: relative
}

.single-services .services-img a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000219), to(transparent));
    background: linear-gradient(bottom, #000219, transparent)
}

.single-services .services-content {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    padding: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-services .services-content h3 {
    margin-bottom: 15px
}

.single-services .services-content h3 a {
    color: #fff
}

.single-services .services-content h3 a:hover {
    color: #f13f4b
}

.single-services .services-content p {
    color: #fff
}

.single-services:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-services:hover .services-content {
    bottom: 0
}

.solution-area {
    overflow: hidden
}

.solution-area .col-lg-6.pr-0 {
    padding-right: 0
}

.solution-area.solution-area-three {
    position: relative;
    z-index: 1
}

.solution-area.solution-area-three .container-fluid {
    max-width: 100%
}

.solution-area.solution-area-three .solution-shape-left {
    z-index: -1;
    position: absolute;
    top: 50px;
    left: 50px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.solution-content {
    max-width: 600px;
    margin-left: auto
}

.solution-title {
    margin-bottom: 40px
}

.solution-title span {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #f13f4b
}

.solution-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4
}

.single-solution {
    padding: 30px;
    position: relative;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 30px
}

.single-solution h3 {
    margin-bottom: 12px;
    color: black;
    font-size: 18px;
    font-weight: 700
}

.single-solution h3 a {
    color: black;
}

.single-solution p {
    margin-bottom: 0
}

.single-solution span {
    position: absolute;
    top: -13px;
    right: -4px;
    line-height: 1;
    font-size: 80px;
    opacity: .1;
    font-weight: 700
}

.solution-img {
    background-image: url(../img/solution-img.png.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-bottom: 30px;
    position: relative
}

.solution-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff
}

.solution-img img {
    display: none
}

.get-in-touch-area {
    background-image: url(../img/get-in-touch-bg.jpg.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.get-in-touch-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    opacity: .75;
    z-index: -1
}

.get-in-touch-area.get-in-touch-area-two {
    background-image: unset;
    z-index: 1
}

.get-in-touch-area.get-in-touch-area-two::before {
    display: none
}

.get-in-touch-area.get-in-touch-area-two .get-in-touch-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1
}

.get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group label {
    color: black;
}

.get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group .form-control {
    border: 1px solid #ebebeb
}

.get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group .form-control:focus {
    border-color: #f13f4b !important
}

.get-in-touch-form {
    text-align: center;
    max-width: 810px;
    margin: auto
}

.get-in-touch-form .form-group {
    margin-bottom: 30px
}

.get-in-touch-form .form-group label {
    text-align: left;
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600
}

.get-in-touch-form .form-group .form-control {
    background-color: #fff;
    border: none !important;
    height: 50px;
    padding-left: 15px;
    border-radius: 15px !important;
    border: 1px solid #000000ad !important
}

.get-in-touch-form .form-group textarea {
    height: 100% !important
}

.form-check-input {
    height: 26px;
    width: 26px;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer
}

.form-check-input:checked {
    background-color: #f13f4b;
    border-color: #f13f4b
}

.contact-form {
    border-radius: 15px !important;
    border: 1px solid #000000ad
}

.select-form {
    display: none;
    color: black;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%
}

.testimonials-area {
    background-image: url(../img/testimonials-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.testimonials-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    opacity: .75;
    z-index: -1
}

.testimonials-area.testimonials-page-area {
    background-image: unset
}

.testimonials-area.testimonials-page-area::before {
    display: none
}

.testimonials-area.testimonials-page-area .testimonials-item {
    margin-bottom: 30px;
    text-align: center
}

.testimonials-area.testimonials-page-area .testimonials-item p {
    color: #4b5280
}

.testimonials-area.testimonials-page-area .testimonials-item h3 {
    color: #000219
}

.testimonials-area.testimonials-page-area .testimonials-item span {
    color: #4b5280
}

.testimonials {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.testimonials span {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
    display: block;
    color: #fff
}

.testimonials .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testimonials .owl-nav .owl-prev i {
    font-size: 20px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .8);
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.testimonials .owl-nav .owl-prev:hover i {
    background-color: #f13f4b;
    border-color: #f13f4b
}

.testimonials .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testimonials .owl-nav .owl-next i {
    font-size: 20px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .8);
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.testimonials .owl-nav .owl-next:hover i {
    background-color: #f13f4b;
    border-color: #f13f4b
}

.testimonials .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.testimonials-item i {
    color: #f13f4b;
    font-size: 50px;
    line-height: 1;
    display: block;
    margin-bottom: 10px
}

.testimonials-item p {
    color: #fff;
    margin-bottom: 22px;
    font-size: 20px;
    text-align: left
}

.testimonials-item ul {
    line-height: 1;
    margin-bottom: 5px
}

.testimonials-item ul li {
    display: inline-block;
    margin: 0 1px
}

.testimonials-item ul li i {
    font-size: 18px;
    color: #f13f4b
}

.testimonials-item h3 {
    color: #fff;
    margin-bottom: 10px
}

.testimonials-item span {
    color: rgba(255, 255, 255, .8);
    font-weight: 500;
    margin-bottom: 0;
    display: block
}

.client-image {
    display: block;
    margin: 0 auto 25px;
    padding: 4px;
    border: 2px solid #4e5152;
    border: 2px solid #a57276;
    max-width: 160px;
    width: 100%;
    border-radius: 50%
}

.img-border {
    border-radius: 50%
}

.small i {
    font-size: 15px !important
}

.partner-area {
    text-align: center
}

.partner-area .owl-carousel .owl-item {
    line-height: 1
}

.partner-area .owl-carousel .owl-item img {
    width: auto
}

.footer-area {
    background-image: url(../img/banner/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.footer-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: .9;
    z-index: -1
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget .logo {
    margin-bottom: 20px;
    filter: invert(100%);
}

.single-footer-widget .logo img {
    width: 150px;
}

.single-footer-widget p {
    margin-bottom: 20px;
    color: #fff
}

.single-footer-widget .social-icon {
    display: none;
    line-height: 1;
}

.single-footer-widget .social-icon li {
    display: inline-block;
    margin-right: 5px
}

.single-footer-widget .social-icon li a i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .1)
}

.single-footer-widget .social-icon li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.single-footer-widget .social-icon li a:hover i {
    background-color: #f13f4b
}

.single-footer-widget h3 {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative
}

.single-footer-widget h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #31354d
}

.single-footer-widget .address {
    color: #fff
}

.single-footer-widget .address .location {
    padding-left: 40px;
    position: relative
}

.single-footer-widget .address .location i {
    position: absolute;
    color: #f13f4b;
    left: 0
}

.single-footer-widget .address li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 16px;
    color: #fff
}

.single-footer-widget .address li a {
    display: block;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 6px
}

.single-footer-widget .address li a:last-child {
    margin-bottom: 0
}

.single-footer-widget .address li a:hover {
    color: #fff
}

.single-footer-widget .address li:last-child {
    margin-bottom: 0
}

.single-footer-widget .address li i {
    position: absolute;
    color: #f13f4b;
    left: 0
}

.single-footer-widget .import-link li {
    margin-bottom: 11px;
    position: relative;
    padding-left: 20px;
    color: rgba(255, 255, 255, .9)
}

.single-footer-widget .import-link li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 11px;
    height: 11px;
    background-color: #f13f4b;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-footer-widget .import-link li:last-child {
    margin-bottom: 0
}

.single-footer-widget .import-link li a {
    color: rgba(255, 255, 255, .9)
}

.single-footer-widget .import-link li a:hover {
    color: #fff
}

.single-footer-widget .import-link li:hover::before {
    border-radius: 50%
}

.copy-right-area {
    background-color: #242424;
    border-top: 1px solid #303030;
    padding-top: 15px;
    padding-bottom: 15px
}

.copy-right-area p {
    color: #fff
}

.copy-right-area p i {
    position: relative;
    top: 1px
}

.copy-right-area p a {
    color: #f13f4b;
    font-weight: 600
}

.copy-right-area .footer-menu {
    text-align: right
}

.copy-right-area .footer-menu li {
    display: inline-block;
    margin-right: 15px
}

.copy-right-area .footer-menu li:last-child {
    margin-right: 0
}

.copy-right-area .footer-menu li a {
    color: #fff
}

.copy-right-area .footer-menu li a:hover {
    color: #f13f4b
}

.about-content {
    margin-left: 30px;
    margin-bottom: 50px;
}

.about-content .about-title {
    margin-bottom: 40px;
}

.about-content .about-title span {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #f13f4b;
}

.about-content .about-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4;
}

.about-content .tab {
    margin-bottom: 30px
}

.about-content .tabs {
    margin-bottom: 30px
}

.about-content .tabs li {
    display: inline-block;
    margin-right: 30px;
    font-weight: 700;
    font-size: 16px;
    color: #000219;
    border-bottom: 2px solid #000219;
    padding-bottom: 5px;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.about-content .tabs li.current {
    border-color: #f13f4b;
    color: #f13f4b
}

.about-content .tab_content .tabs_item p {
    margin-bottom: 0
}

.about-content .tab_content .tabs_item ul {
    margin-top: 25px
}

.about-content .tab_content .tabs_item ul li {
    margin-bottom: 10px;
    font-weight: 600;
    color: #000219;
    position: relative;
    font-size: 16px;
    padding-left: 25px
}

.about-content .tab_content .tabs_item ul li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 18px;
    color: #f13f4b
}

.about-content .tab_content .tabs_item ul li:last-child {
    margin-bottom: 0
}

.about-content ul li {
    line-height: 2em;
}

.about-img {
    margin-bottom: 30px
}

.pricing-area {
    overflow: hidden
}

.pricing-area .shape-three {
    display: none
}

.single-pricing {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    position: relative;
    z-index: 1
}

.single-pricing .pricing-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.single-pricing .pricing-shape-2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0
}

.single-pricing .pricing-title {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-pricing .pricing-title h3 {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-pricing .pricing-title h2 {
    color: #f13f4b;
    font-size: 50px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 0
}

.single-pricing .pricing-title h2 sub {
    font-size: 35px;
    position: relative;
    top: 0
}

.single-pricing .pricing-title span {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    display: block;
    margin-bottom: 0
}

.single-pricing ul {
    padding: 30px 0
}

.single-pricing ul li {
    padding-bottom: 15px;
    color: #555;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-pricing ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.single-pricing.active {
    background-color: #000219
}

.single-pricing.active .pricing-title h3 {
    color: #fff
}

.single-pricing.active .pricing-title h2 {
    color: #fff
}

.single-pricing.active .pricing-title span {
    color: #fff
}

.single-pricing.active .pricing-title h4 {
    color: #fff;
    border-color: #fff
}

.single-pricing.active ul li {
    color: #fff
}

.single-pricing.active .pricing-shape {
    opacity: 0
}

.single-pricing.active .pricing-shape-2 {
    opacity: 1
}

.single-pricing:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #000219
}

.single-pricing:hover .pricing-title h3 {
    color: #fff
}

.single-pricing:hover .pricing-title h2 {
    color: #fff
}

.single-pricing:hover .pricing-title span {
    color: #fff
}

.single-pricing:hover .pricing-title h4 {
    color: #fff;
    border-color: #fff
}

.single-pricing:hover ul li {
    color: #fff
}

.single-pricing:hover .pricing-shape {
    opacity: 0
}

.single-pricing:hover .pricing-shape-2 {
    opacity: 1
}

.counter-area {
    background-color: #303030;
    position: relative;
    overflow: hidden;
    z-index: 1;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.counter-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    opacity: .2;
    z-index: -1
}

.counter-area .section-title span {
    color: #f13f4b;
    font-weight: 800
}

.counter-area .counter-max-wide {
    max-width: 810px;
    margin-left: auto
}

.counter-area .overly-one::before {
    bottom: -1px
}

.counter-area .overly-one::after {
    left: -1px
}

.counter-area .overly-one .overly-two::before {
    top: -1px
}

.counter-area .overly-one .overly-two::after {
    right: -1px
}

.counter-area.counter-area-three {
    background-image: unset
}

.counter-area.counter-area-three::before {
    display: none
}

.counter-area.counter-area-three .container-fluid {
    max-width: 100%
}

.counter-area.counter-area-three .counter-max-wide {
    margin-left: 0;
    margin-right: auto;
    max-width: 825px
}

.counter-area.counter-area-three .single-counter {
    border-color: #edeaea
}

.counter-area.counter-area-three .single-counter i {
    border-color: #edeaea
}

.counter-area.counter-area-three .single-counter h2 {
    color: #fff
}

.counter-area.counter-area-three .single-counter h3 {
    color: #fff
}

.section-title h2 {
    color: #fff
}

.single-counter {
    border: 1px solid #202132;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
    padding-left: 170px
}

.single-counter i {
    font-size: 80px;
    color: #f13f4b;
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1;
    border-right: 1px solid #202132;
    padding-right: 30px
}

.single-counter h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 1
}

.single-counter h2 .target {
    position: relative;
    top: 2px
}

.single-counter h3 {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-weight: 600
}

.counter-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.team-area.team-area-three {
    position: relative;
    z-index: 1
}

.team-area.team-area-three .single-team .team-content {
    background-color: #f5f7fa
}

.team-area.team-area-three .single-team .team-content h3 {
    color: #000219
}

.team-area.team-area-three .single-team .team-content span {
    color: #4b5280;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.team-area.team-area-three .single-team .team-content ul {
    background-color: #fff
}

.team-area.team-area-three .single-team .team-content ul li a i {
    color: #000219
}

.team-area.team-area-three .single-team .team-content ul li a:hover i {
    color: #f13f4b
}

.team-area.team-area-three .single-team:hover .team-content {
    background-color: #eae1d6
}

.team-area.team-area-three .single-team:hover .team-content ul {
    background-color: #eae1d6
}

.team-area.team-area-three .single-team:hover .team-content span {
    color: #000219
}

.team-area.team-area-three .team-right-shape {
    z-index: -1;
    position: absolute;
    bottom: 50px;
    right: 50px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.single-team {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 30px;
    text-align: center
}

.single-team .team-content {
    position: relative;
    background-color: #000219;
    padding: 20px 30px;
    margin-top: -60px;
    margin-left: 30px;
    margin-right: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team .team-content h3 {
    color: #fff
}

.single-team .team-content span {
    color: #fff
}

.single-team .team-content ul {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: #f13f4b;
    padding: 10px 20px 25px;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0
}

.single-team .team-content ul li {
    display: inline-block;
    padding: 0 10px
}

.single-team .team-content ul li a {
    color: #fff
}

.single-team .team-content ul li a i {
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
    top: 4px
}

.single-team .team-content ul li a:hover i {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-team:hover .team-content {
    background-color: #f13f4b
}

.single-team:hover .team-content ul {
    bottom: -35px;
    opacity: 1
}

.our-approach-area-three {
    overflow: hidden;
    position: relative
}

.our-approach-area-three .approach-right-shape {
    position: absolute;
    top: 0;
    right: 50px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.single-approach-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 30px 20px;
    text-align: center;
    margin-top: 40px;
    z-index: 1
}

.single-approach-box .icon {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #f13f4b;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto
}

.single-approach-box .icon::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #f13f4b;
    border-radius: 50%
}

.single-approach-box h3 {
    margin-bottom: 12px;
    margin-top: 35px
}

.single-approach-box p {
    margin-bottom: 0
}

.single-approach-box .approach-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .7;
    z-index: -1
}

.single-approach-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes movebounce-right {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes movebounce-right {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.safety-area {
    overflow: hidden;
    background-color: #fffaf3;
    position: relative;
    z-index: 1
}

.safety-area .safety-shape-1 {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.safety-area .safety-shape-2 {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: -1;
    -webkit-animation: movebounce-right 5s linear infinite;
    animation: movebounce-right 5s linear infinite
}

.safety-area .safety-shape-3 {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.single-safety {
    text-align: center;
    padding: 30px
}

.single-safety img {
    margin-bottom: 30px
}

.single-safety h3 {
    margin-bottom: 12px
}

.single-safety a {
    display: block
}

.single-safety a h3 {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-safety:hover a h3 {
    color: #f13f4b
}

.page-title-area {
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    background-color: #cf4752;
    padding-top: 100px;
    padding-bottom: 100px
}

.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/page-bg-shape.png.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: .1
}

.page-title-area .page-title-content {
    position: relative;
    margin-top: -10px
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 40px
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
    font-weight: 500
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -3px;
    background-color: #f13f4b;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none
}

.page-title-area .page-title-content ul li a {
    color: #fff
}

.page-title-area .page-title-content ul li a:hover {
    color: #f13f4b
}

.page-title-area .page-title-content ul .active {
    color: #f13f4b
}

.page-title-area.page-title-style-two {
    padding-top: 260px;
    padding-bottom: 100px
}

@-webkit-keyframes FocuS {
    0% {
        opacity: 0
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes FocuS {
    0% {
        opacity: 0
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.faq-area {
    position: relative;
    z-index: 1
}

.faq-area .faq-right-shape {
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.faq-bg {
    max-width: 700px;
    margin: auto
}

.faq-accordion .faq-title {
    margin-bottom: 25px
}

.faq-accordion .faq-title h2 {
    font-size: 40px;
    margin-bottom: 15px
}

.faq-accordion .faq-title span {
    font-size: 18px
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 10px
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item.active {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-title {
    padding: 15px 15px 15px 30px;
    color: #000219;
    text-decoration: none;
    position: relative;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    font-size: 18px;
    font-weight: 600
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: unset;
    left: 0;
    top: 17px;
    font-size: 25px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #f13f4b
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaf8"
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-top: 15px
}

.faq-accordion .accordion .accordion-content span {
    font-weight: 500;
    color: #000219
}

.faq-accordion .accordion .accordion-content p {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-content.show {
    display: block
}

.privacy-policy {
    max-width: 800px;
    margin: auto
}

.privacy-policy .title {
    margin-bottom: 30px;
    text-align: center
}

.privacy-policy .title h2 {
    font-size: 36px
}

.privacy-policy .privacy-content {
    margin-bottom: 30px
}

.privacy-policy .privacy-content h3 {
    margin-bottom: 15px
}

.privacy-policy .privacy-content p {
    margin-bottom: 10px
}

.privacy-policy .privacy-content ul {
    margin-left: 20px;
    margin-bottom: 15px;
    list-style-type: disc;
    margin-top: 15px
}

.privacy-policy .privacy-content ul li {
    margin-bottom: 10px
}

.privacy-policy .privacy-content ul li:last-child {
    margin-bottom: 0
}

.privacy-policy .privacy-content.eight {
    margin-bottom: 0
}

.privacy-policy .privacy-content.eight p {
    margin-bottom: 0
}

.terms-conditions {
    max-width: 800px;
    margin: auto
}

.terms-conditions .title {
    margin-bottom: 30px
}

.terms-conditions .title span {
    color: #f13f4b;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.terms-conditions .title h2 {
    font-size: 36px
}

.terms-conditions .conditions-content {
    margin-bottom: 30px
}

.terms-conditions .conditions-content h3 {
    margin-bottom: 15px
}

.terms-conditions .conditions-content p {
    margin-bottom: 10px
}

.terms-conditions .conditions-content ul {
    margin-left: 20px;
    margin-bottom: 15px;
    list-style-type: disc;
    margin-top: 15px
}

.terms-conditions .conditions-content ul li {
    margin-bottom: 10px
}

.terms-conditions .conditions-content ul li:last-child {
    margin-bottom: 0
}

.terms-conditions .conditions-content.six {
    margin-bottom: 0
}

.terms-conditions .conditions-content.six p {
    margin-bottom: 0
}

.preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.preloader .loader {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.preloader .loader .loader-outter {
    position: absolute;
    border: 4px solid #fff;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite
}

.preloader .loader .loader-inner {
    position: absolute;
    border: 4px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: calc(40% - 21px);
    top: calc(40% - 21px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite
}

.preloader .loader .indicator {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5)
}

.preloader .loader .indicator svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.preloader .loader .indicator svg polyline#back {
    stroke: #fff
}

.preloader .loader .indicator svg polyline#front {
    stroke: #f13f4b;
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    -webkit-animation: dash 1s linear infinite;
    animation: dash 1s linear infinite
}

.preloader::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #f13f4b;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #f13f4b;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    left: auto;
    right: 0
}

.preloader.preloader-deactivate {
    visibility: hidden
}

.preloader.preloader-deactivate::after {
    width: 0
}

.preloader.preloader-deactivate::before {
    width: 0
}

.preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden
}

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes dash {
    62.5% {
        opacity: 0
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    62.5% {
        opacity: 0
    }

    to {
        stroke-dashoffset: 0
    }
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 82%;
    right: -10%;
    background-color: #f13f4b;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f13f4b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.go-top:hover {
    color: #fff;
    background-color: #f13f4b
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top:focus {
    color: #fff
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 82%
}

.video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 0;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(255, 42, 96, .9);
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.video-btn i {
    font-size: 42px;
    color: #fff;
    position: absolute;
    top: 1px;
    left: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    background-color: rgba(255, 42, 96, .9)
}

.video-btn:hover {
    background-color: rgba(255, 90, 0, .9)
}

.video-btn:hover::before,
.video-btn:hover::after {
    background-color: rgba(255, 90, 0, .9)
}

@-webkit-keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.pagination-area {
    margin-top: 10px;
    text-align: center
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000219;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    background-color: #f5f6fa;
    border: 1px solid #d7d7d7
}

.pagination-area .page-numbers:hover {
    color: #fff;
    border-color: #f13f4b;
    background-color: #f13f4b
}

.pagination-area .page-numbers i {
    position: relative;
    font-size: 25px;
    top: 5px
}

.pagination-area .page-numbers.current {
    color: #fff;
    border-color: #f13f4b;
    background-color: #f13f4b
}

.overly-one {
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.overly-one::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#f13f4b), to(transparent));
    background: linear-gradient(left, #f13f4b, transparent);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    z-index: 1
}

.overly-one::after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f13f4b), to(transparent));
    background: linear-gradient(top, #f13f4b, transparent);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0
}

.overly-one .overly-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#f13f4b));
    background: linear-gradient(left, transparent, #f13f4b);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0
}

.overly-one .overly-two::after {
    content: "";
    position: absolute;
    top: -100%;
    right: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#f13f4b), to(transparent));
    background: linear-gradient(bottom, #f13f4b, transparent);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0
}

.overly-one:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.overly-one:hover .overly-two::before {
    left: 20px;
    opacity: 1
}

.overly-one:hover .overly-two::after {
    top: 20px;
    opacity: 1
}

.overly-one:hover::before {
    right: 20px;
    opacity: 1
}

.overly-one:hover::after {
    bottom: 20px;
    opacity: 1
}

.tab .tabs_item {
    display: none
}

.tab .tabs_item:first-child {
    display: block
}

#overbox3 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: block
}

#infobox3 {
    margin: auto;
    position: relative;
    top: 0;
    height: 58px;
    width: 100%;
    text-align: center;
    background-color: #eee
}

#infobox3 p {
    line-height: 58px;
    font-size: 14px;
    text-align: center;
    color: #525252
}

#infobox3 p a {
    margin-right: 5px;
    text-decoration: underline
}

#button_cookie {
    text-transform: none;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 15px;
    float: right
}

::-moz-selection {
    color: #fff;
    background: #eb5c66
}

::selection {
    color: #fff;
    background: #eb5c66
}



img.rounded-circle {
    transition: all 0.5s;
}
img.rounded-circle:hover {
    box-shadow: 0 0 30px #f13f4b;
}
