@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap);
body {
    padding: 0;
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 15px
}

img {
    max-width: 100%;
    height: auto
}

button {
    outline: 0!important
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-0 {
    padding-bottom: 0
}

a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    outline: 0!important;
    color: #202647
}

a:hover {
    text-decoration: none;
    color: #ed194e
}

p {
    font-size: 15px;
    line-height: 1.8;
    color: #6a6c72;
    margin-bottom: 15px
}

p:last-child {
    margin-bottom: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

.default-btn-one {
    display: inline-block;
    padding: 13px 30px;
    color: #fff;
    text-transform: capitalize;
    background-color: #ed194e;
    border: 1px solid #ed194e;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500
}

.default-btn-one:hover {
    background-color: #fff;
    color: #ed194e
}

.section-title {
    text-align: center;
    margin-bottom: 50px
}

.section-title span {
    font-size: 14px;
    color: #ed194e;
    font-weight: 500;
    text-transform: uppercase
}

.section-title h3 {
    font-size: 38px;
    color: #202647;
    font-weight: 700;
    margin: 10px 0 34px 0;
    position: relative;
    padding-bottom: 20px
}

.section-title h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    background-color: #fab4a2;
    bottom: 0;
    left: 0;
    right: 35px;
    margin: auto
}

.section-title h3::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background-color: #ff724e;
    bottom: 0;
    margin: 0 auto 0;
    left: 95px;
    right: 0
}

.bg-fafafa {
    background-color: #fafafa
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #ed194e;
    top: 0;
    left: 0
}

.preloader .loader {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px
}

.preloader .box {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-animation: animate .5s linear infinite;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px
}

.preloader .shadow {
    width: 100%;
    height: 5px;
    background: #fff;
    opacity: .1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow .5s linear infinite;
    animation: shadow .5s linear infinite
}

@-webkit-keyframes loader {
    0% {
        left: -100px
    }
    100% {
        left: 110%
    }
}

@keyframes loader {
    0% {
        left: -100px
    }
    100% {
        left: 110%
    }
}

@-webkit-keyframes animate {
    17% {
        border-bottom-right-radius: 3px
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg)
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, .9) rotate(45deg);
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg)
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg)
    }
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg)
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, .9) rotate(45deg);
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg)
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg)
    }
}

@-webkit-keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1)
    }
}

@keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1)
    }
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #fff;
    background-color: #ed194e;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s
}

.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: #202647;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%
}

.go-top:focus,
.go-top:hover {
    color: #fff
}

.go-top:focus::before,
.go-top:hover::before {
    opacity: 1;
    visibility: visible
}

.go-top:focus i:first-child,
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:focus i:last-child,
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.webase-responsive-nav {
    display: none
}

.webase-nav {
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0
}

.webase-nav .navbar {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

.webase-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.webase-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto
}

.webase-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0
}

.webase-nav .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    font-weight: 500;
    color: #131f58;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 20px;
    margin-right: 20px
}

.webase-nav .navbar .navbar-nav .nav-item a.active,
.webase-nav .navbar .navbar-nav .nav-item a:focus,
.webase-nav .navbar .navbar-nav .nav-item a:hover {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item a i {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-left: 1px
}

.webase-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0
}

.webase-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0
}

.webase-nav .navbar .navbar-nav .nav-item.active a,
.webase-nav .navbar .navbar-nav .nav-item:focus a,
.webase-nav .navbar .navbar-nav .nav-item:hover a {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    background: #fff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 230px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 0;
    margin: 0;
    color: #131f58;
    font-size: 15px
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #131f58
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #131f58;
    text-transform: capitalize
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #ed194e
}

.webase-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.webase-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.webase-nav .navbar .others-options {
    margin-left: 30px
}

.webase-nav .navbar .others-options .option-item {
    color: #5b5b98;
    display: inline-block;
    position: relative;
    line-height: 1
}

.webase-nav .navbar .others-options .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    color: #5b5b98;
    font-size: 20px;
    font-weight: 600
}

.webase-nav .navbar .others-options .option-item .search-btn:hover {
    color: #ed194e
}

.webase-nav .navbar .others-options .option-item .close-btn {
    cursor: pointer;
    display: none;
    -webkit-transition: .5s;
    transition: .5s;
    width: 20px;
    color: #5b5b98;
    font-size: 18px
}

.webase-nav .navbar .others-options .option-item .close-btn.active {
    display: block
}

.webase-nav .navbar .others-options .option-item .close-btn:hover {
    color: #ed194e
}

.webase-nav .navbar .others-options .burger-menu {
    width: 35px;
    height: auto;
    background-color: transparent;
    margin-left: 30px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 1px
}

.webase-nav .navbar .others-options .burger-menu span {
    display: block;
    width: 35px;
    height: 3px;
    background: #5b5b98;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 30px;
    margin-left: auto;
    margin-bottom: 4px
}

.webase-nav .navbar .others-options .burger-menu span:nth-child(3) {
    margin-bottom: 0;
    width: 28px;
    margin-left: auto
}

.webase-nav .navbar .others-options .burger-menu:hover span {
    background: #202647
}

.webase-nav .navbar .others-options .burger-menu:hover span:nth-child(3) {
    width: 35px
}

.navbar-area {
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: auto
}

.navbar-brand img {
    width: 100px
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    background: #fff!important;
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: .5s;
    transition: .5s
}

.search-overlay {
    display: none
}

.search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin-top: 25px
}

.search-overlay.search-popup .search-form {
    position: relative
}

.search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #202647;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 4px;
    padding-left: 10px
}

.search-overlay.search-popup .search-form .search-input:focus {
    border-color: #ed194e
}

.search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: 0 0;
    border: none;
    width: 50px;
    outline: 0;
    color: #6a6c72;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0
}

.search-overlay.search-popup .search-form .search-button:focus,
.search-overlay.search-popup .search-form .search-button:hover {
    color: #ed194e
}

.sidebar-modal {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden
}

.sidebar-modal .sidebar-modal-inner {
    position: absolute;
    right: -100%;
    top: 0;
    width: 30%;
    overflow-y: scroll;
    height: 100%;
    background-color: #fff;
    -webkit-transition: .7s;
    transition: .7s;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px
}

.sidebar-modal .sidebar-modal-inner .close-btn {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #202647;
    opacity: .66;
    cursor: pointer
}

.sidebar-modal .sidebar-modal-inner .close-btn:hover {
    opacity: 1
}

.sidebar-modal .sidebar-about-area {
    margin-bottom: 40px
}

.sidebar-modal .sidebar-about-area .title h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700
}

.sidebar-modal .sidebar-about-area .title p {
    margin-top: 15px;
    font-size: 15px
}

.sidebar-modal .sidebar-instagram-feed {
    margin-bottom: 40px
}

.sidebar-modal .sidebar-instagram-feed h2 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700
}

.sidebar-modal .sidebar-instagram-feed ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    margin-top: -10px
}

.sidebar-modal .sidebar-instagram-feed ul li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px
}

.sidebar-modal .sidebar-instagram-feed ul li a {
    display: block;
    position: relative
}

.sidebar-modal .sidebar-instagram-feed ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
    opacity: .5;
    visibility: visible
}

.sidebar-modal .sidebar-contact-area .contact-info {
    text-align: center
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a {
    display: inline-block;
    color: #ed194e
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:hover {
    color: #202647
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child) {
    color: #202647
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child):hover {
    color: #ed194e
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 span {
    display: block;
    color: #6a6c72;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 1px;
    padding-left: 0
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #aba5a5;
    display: block
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a i {
    font-size: 14px
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a:hover {
    color: #fff;
    border-color: #ed194e;
    background-color: #ed194e
}

.sidebar-modal.active {
    opacity: 1;
    visibility: visible
}

.sidebar-modal.active .sidebar-modal-inner {
    right: 0
}
.mobile-options {
    display: none;
}

@media only screen and (max-width:991px) {
    .navbar-area {
        padding-top: 20px;
        /*padding-bottom: 20px*/
    }
    .navbar-area.is-sticky {
        border-bottom: none;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
        padding-top: 15px;
        /*padding-bottom: 15px*/
    }
    .webase-responsive-nav {
        display: block
    }
    .webase-responsive-nav .webase-responsive-menu {
        position: relative
    }
    .webase-responsive-nav .webase-responsive-menu.mean-container .mean-nav ul {
        font-size: 14px
    }
    .webase-responsive-nav .webase-responsive-menu.mean-container .mean-nav ul li a {
        font-size: 15px
    }
    .webase-responsive-nav .webase-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #ed194e
    }
    .webase-responsive-nav .webase-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 15px
    }
    .webase-responsive-nav .webase-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 336px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
        padding: 0 0 10px;
    }
    .webase-responsive-nav .webase-responsive-menu.mean-container .others-options {
        display: none;
    }
    .webase-responsive-nav .webase-responsive-menu.mean-container .mobile-options {
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 10px 15px;
    }
    .webase-responsive-nav .mean-container a.meanmenu-reveal {
        color: #202647
    }
    .webase-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #202647
    }
    .webase-responsive-nav .logo {
        position: relative;
        top:-10px;
        width: 20%;
        z-index: 999
    }
    .webase-nav {
        display: none
    }
}

.navbar-two {
    background-color: #fff!important;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.navbar-two.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    background: #fff!important;
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: .5s;
    transition: .5s
}

.main-banner {
    position: relative;
    height: 950px;
    overflow: hidden;
    border-bottom: 1px solid #fafafa
}

.main-banner .banner-image {
    position: relative
}

.main-banner .banner-image img {
    position: absolute
}

.main-banner .banner-image img:nth-child(1) {
    top: -200px;
    right: 0
}

.main-banner .banner-image img:nth-child(2) {
    right: 55px;
    top: -100px
}

.main-banner .banner-image img:nth-child(3) {
    right: 36%;
    z-index: 1;
    top: -170px
}

.main-banner .banner-image img:nth-child(4) {
    left: 27%;
    top: 110px;
    z-index: 2
}

.main-banner .banner-image img:nth-child(5) {
    left: 15%;
    top: 80px;
    z-index: 2
}

.main-banner .banner-image img:nth-child(6) {
    left: 25%;
    top: -170px
}

.main-banner .banner-image img:nth-child(7) {
    left: 47%;
    top: 96px;
    z-index: 2
}

.main-banner .banner-image img:nth-child(8) {
    left: 22%;
    top: 45px;
    z-index: 1
}

.main-banner .banner-image img:nth-child(9) {
    left: 75px;
    top: 20px
}

.main-banner .banner-image img:nth-child(10) {
    right: 32%;
    top: -76px;
    z-index: 1
}

.main-banner .banner-image img:nth-child(11) {
    left: 40%;
    top: -20px
}

.main-banner .banner-image img:nth-child(12) {
    top: -292px;
    right: 45px
}

.main-banner .banner-image img:nth-child(13) {
    left: 38%;
    top: 100px;
    z-index: 2
}

.main-banner .banner-image img:nth-child(14) {
    left: 16%;
    bottom: 120px;
    z-index: 2
}

.main-banner .banner-image img:last-child {
    display: none
}

.main-banner-content h1 {
    font-size: 60px;
    color: #202647;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0
}

.main-banner-content p {
    font-size: 18px;
    color: #404142;
    font-weight: 500;
    margin: 0
}

.main-banner-content .banner-btn {
    margin-top: 40px
}

.main-banner-content .banner-btn .popup-youtube {
    display: inline-block;
    font-size: 16px;
    color: #131f58;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-left: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

.main-banner-content .banner-btn .popup-youtube i {
    color: #e72f64;
    margin-left: 8px;
    position: relative;
    top: 2px
}

.main-banner-content .banner-btn .popup-youtube i::before {
    font-size: 20px;
    font-weight: 400;
    font-weight: 700
}

.main-banner-content .banner-btn .popup-youtube:hover {
    color: #ed194e
}

.banner-bg-text {
    font-size: 200px;
    color: #f9f8fc;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 30%;
    font-family: Poppins, sans-serif;
    line-height: 1
}

.shape-img1 {
    position: absolute;
    left: 12%;
    top: 14%;
    z-index: -1;
    width: 100%;
    height: auto;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.shape-img2 {
    position: absolute;
    left: 30%;
    top: 17%;
    -webkit-transform: translateY(-20%) translateX(-15%);
    transform: translateY(-20%) translateX(-15%);
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear
}

.shape-img3 {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 10%;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite
}

.shape-img4 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0
}

.shape-img5 {
    position: absolute;
    z-index: -1;
    bottom: 8%;
    left: 20%;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.shape-img6 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
    top: 20%;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite
}

.shape-img7 {
    position: absolute;
    left: 50%;
    bottom: 28%;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite
}

.shape-img8 {
    position: absolute;
    bottom: 12%;
    right: 25%;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.shape-img9 {
    position: absolute;
    right: 10%;
    top: 15%;
    z-index: -1;
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite
}

.shape-img10 {
    position: absolute;
    left: 5%;
    z-index: -1;
    top: 5%;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.shape-img11 {
    position: absolute;
    right: 5%;
    z-index: -1;
    bottom: 5%;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg)
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg)
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg)
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg)
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg)
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg)
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes moveScale {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.features-section {
    padding-top: 100px;
    padding-bottom: 0px;
    position: relative;
    line-height: 1;
    overflow: hidden
}

.features-content-area span {
    font-size: 14px;
    color: #ed194e;
    font-weight: 500;
    text-transform: uppercase
}

.features-content-area h3 {
    font-size: 38px;
    color: #202647;
    font-weight: 700;
    margin: 10px 0 25px 0;
    position: relative;
    padding-bottom: 20px
}

.features-content-area h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    background-color: #fab4a2;
    bottom: 0;
    left: 0
}

.features-content-area h3::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background-color: #ff724e;
    bottom: 0;
    margin: 0 auto 0;
    left: 95px
}

.features-content-area p {
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400;
    margin: 0
}

.features-content-area .features-btn {
    margin-top: 25px
}

.features-content-area .features-btn .features-btn-one {
    display: inline-block;
    padding: 12px 32px;
    color: #fff;
    text-transform: capitalize;
    background-color: #e60459;
    border: 1px solid #e60459;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500
}

.features-content-area .features-btn .features-btn-one:hover {
    background-color: #fff;
    color: #e60459
}

.col-lg-7 .col-lg-6:nth-child(2) .single-features-item {
    margin-top: 40px
}

.col-lg-7 .col-lg-6:nth-child(3) .single-features-item {
    margin-top: -40px;
    margin-bottom: 0
}

.col-lg-7 .col-lg-6:nth-child(4) .single-features-item {
    margin-top: 0;
    margin-bottom: 0
}

.single-features-item {
    -webkit-box-shadow: 0 0 30px rgba(56, 46, 46, .1);
    box-shadow: 0 0 30px rgba(56, 46, 46, .1);
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 30px
}

.single-features-item h3 {
    font-size: 20px;
    color: #3b3663;
    font-weight: 600;
    margin: 20px 0 10px 0
}

.single-features-item p {
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400;
    margin: 0
}

.single-features-item.bg-f1eff8 {
    background: #f1eff8;
    border: 1px solid #f1eff8
}

.single-features-item.bg-f1eff8 .icon i {
    display: inline-block;
    height: 65px;
    width: 65px;
    color: #5d43bc;
    border: 2px dotted #5d43bc;
    line-height: 65px;
    border-radius: 50px
}

.single-features-item.bg-f1eff8 .icon i::before {
    font-size: 30px
}

.single-features-item.bg-fbe6d4 {
    background: #fbe6d4;
    border: 1px solid #fbe6d4
}

.single-features-item.bg-fbe6d4 .icon i {
    display: inline-block;
    height: 65px;
    width: 65px;
    color: #f1760c;
    border: 2px dotted #f1760c;
    line-height: 65px;
    border-radius: 50px
}

.single-features-item.bg-fbe6d4 .icon i::before {
    font-size: 30px
}

.single-features-item.bg-f0fffc {
    background: #f0fffc;
    border: 1px solid #f0fffc
}

.single-features-item.bg-f0fffc .icon i {
    display: inline-block;
    height: 65px;
    width: 65px;
    color: #19b192;
    border: 2px dotted #19b192;
    line-height: 65px;
    border-radius: 50px
}

.single-features-item.bg-f0fffc .icon i::before {
    font-size: 30px
}

.single-features-item.bg-f8e1eb {
    background: #f8e1eb;
    border: 1px solid #f8e1eb
}

.single-features-item.bg-f8e1eb .icon i {
    display: inline-block;
    height: 65px;
    width: 65px;
    color: #f0116f;
    border: 2px dotted #f0116f;
    line-height: 65px;
    border-radius: 50px
}

.single-features-item.bg-f8e1eb .icon i::before {
    font-size: 30px
}

.single-features-item:hover {
    background-color: transparent;
    border: 1px dotted #ed194e
}

.features-animation .shape-img1 {
    position: absolute;
    left: 25%;
    top: 20%;
    z-index: -1;
    height: auto;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
    width: 12px
}

.features-animation .shape-img2 {
    position: absolute;
    left: 36%;
    top: 16%;
    z-index: -1;
    width: 100%;
    height: auto;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.about-section {
    padding-bottom: 100px
}

.about-area-content span {
    font-size: 14px;
    color: #ed194e;
    font-weight: 500;
    text-transform: uppercase
}

.about-area-content h3 {
    font-size: 38px;
    color: #202647;
    font-weight: 700;
    margin: 10px 0 25px 0;
    position: relative;
    padding-bottom: 25px
}

.about-area-content h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    background-color: #fab4a2;
    bottom: 0;
    left: 0
}

.about-area-content h3::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background-color: #ff724e;
    bottom: 0;
    margin: 0 auto 0;
    left: 95px
}

.about-area-content p {
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400;
    margin: 15px 0 0 0
}

.about-area-content strong {
    font-size: 15px;
    color: #6a6c72;
    font-weight: 500
}

.single-fun-facts {
    position: relative;
    margin-top: 18px
}

.single-fun-facts h3 {
    position: relative;
    color: #474545;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 700
}

.single-fun-facts h3 .sign-icon {
    display: inline-block;
    font-size: 35px;
    margin-left: 5px;
    color: #ff724e
}

.single-fun-facts p {
    line-height: initial;
    color: #6a6c72;
    margin: 6px 0 0 0;
    font-size: 18px;
    font-weight: 700
}

.services-section {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #f6f5fb;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.single-services-box {
    position: relative;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px
}

.single-services-box h3 {
    font-size: 20px;
    margin-top: 18px;
    margin-bottom: 10px;
    color: #202647;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: capitalize
}

.single-services-box h3 a:hover {
    color: #fff
}

.single-services-box p {
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-services-box .icon {
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block
}

.single-services-box .icon.bg-faddd4 {
    color: #fa9979;
    background: #faddd4
}

.single-services-box .icon.bg-cafbf1 {
    color: #23b396;
    background: #cafbf1
}

.single-services-box .icon.bg-ddd5fb {
    color: #8973d9;
    background: #c5ebf9
}

.single-services-box .icon.bg-fcdeee {
    color: #ddd5fb;
    background: #ddd5fb
}

.single-services-box .icon.bg-c5ebf9 {
    color: #f8fbd5;
    background: #f8fbd5
}

.single-services-box .icon.bg-f8fbd5 {
    color: #eddf39;
    background: #fcdeee
}

.single-services-box .icon i::before {
    font-size: 30px
}

.single-services-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background-color: #ed194e
}

.icon .hover-img {
    display: none
}

.icon img {
    width: 35px;
    margin: 17px auto
}

.single-services-box:hover .icon {
    background: #fff;
    color: #ed194e
}

.single-services-box:hover .service-icon {
    display: none
}

.single-services-box:hover .hover-img {
    display: block
}

.single-services-box:hover .icon.bg-faddd4 {
    background: #fff
}

.single-services-box:hover h3 {
    color: #fff
}

.single-services-box:hover h3 a {
    color: #fff
}

.single-services-box:hover p {
    color: #fff
}

.choose-section {
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 1
}

.choose-content-area span {
    font-size: 14px;
    color: #ed194e;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -8px
}

.choose-content-area h3 {
    font-size: 38px;
    color: #202647;
    font-weight: 700;
    margin: 10px 0 26px 0;
    position: relative;
    padding-bottom: 20px;
    max-width: 600px
}

.choose-content-area h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    background-color: #fab4a2;
    bottom: 0;
    left: 0
}

.choose-content-area h3::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background-color: #ff724e;
    bottom: 0;
    margin: 0 auto 0;
    left: 95px
}

.choose-content-area p {
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400;
    margin: 0
}

.choose-content-area .choose-text {
    margin-top: 20px;
    position: relative;
    padding-left: 35px
}

.choose-content-area .choose-text i {
    position: absolute;
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    text-align: center;
    color: #ed194e;
    border-radius: 50px;
    top: 4px;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.choose-content-area .choose-text i::before {
    font-size: 12px
}

.choose-content-area .choose-text p {
    margin: 0;
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400
}

.choose-content-area .choose-text:hover i {
    background-color: #ed194e;
    color: #fff
}

.choose-content-area .choose-text h4 {
    font-size: 18px;
    color: #202647;
    font-weight: 500;
    margin: 0 0 8px 0
}

.choose-content-area .choose-btn {
    margin-top: 30px
}

.tab-section {
    padding-bottom: 100px;
    line-height: 1
}

.tab .tabs_item {
    display: none
}

.tab .tabs_item:first-child {
    display: block
}

.boosting-list-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px
}

.boosting-list-tab .tabs li {
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 15.6666666667%;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px
}

.boosting-list-tab .tabs li a {
    display: block;
    border-radius: 2px;
    color: #292a2c;
    -webkit-box-shadow: 0 10px 40px 0 rgba(107, 125, 179, .11);
    box-shadow: 0 10px 40px 0 rgba(107, 125, 179, .11);
    padding-right: 18px;
    padding-top: 15px;
    padding-bottom: 18px;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 700
}

.boosting-list-tab .tabs li a i {
    color: #ed194e;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 400;
    font-size: 40px;
    line-height: normal
}

.boosting-list-tab .tabs li a span {
    display: block;
    margin-top: 10px
}

.boosting-list-tab .tabs li.bg-eff7e9 {
    background: -webkit-gradient(linear, left top, right top, from(#f3fbed), color-stop(#f1f9eb), color-stop(#f0f7e9), color-stop(#eef5e8), to(#ecf3e6));
    background: linear-gradient(to right, #f3fbed, #f1f9eb, #f0f7e9, #eef5e8, #ecf3e6)
}

.boosting-list-tab .tabs li.bg-eff7e9 i {
    color: #53ba05
}

.boosting-list-tab .tabs li.bg-fff8f0 {
    background: -webkit-gradient(linear, left top, right top, from(#fff8f0), color-stop(#fdf6ee), color-stop(#fbf4ec), color-stop(#f9f2ea), to(#f7f0e8));
    background: linear-gradient(to right, #fff8f0, #fdf6ee, #fbf4ec, #f9f2ea, #f7f0e8)
}

.boosting-list-tab .tabs li.bg-fff8f0 i {
    color: #e3841a
}

.boosting-list-tab .tabs li.bg-ecfaf7 {
    background: -webkit-gradient(linear, left top, right top, from(#ecfaf7), color-stop(#eaf8f5), color-stop(#e8f6f3), color-stop(#e7f4f1), to(#e5f2ef));
    background: linear-gradient(to right, #ecfaf7, #eaf8f5, #e8f6f3, #e7f4f1, #e5f2ef)
}

.boosting-list-tab .tabs li.bg-ecfaf7 i {
    color: #04b994
}

.boosting-list-tab .tabs li.bg-f2f0fb {
    background: -webkit-gradient(linear, left top, right top, from(#f2f0fb), color-stop(#f2f0fb), color-stop(#f2f0fb), color-stop(#f2f0fb), to(#f2f0fb));
    background: linear-gradient(to right, #f2f0fb, #f2f0fb, #f2f0fb, #f2f0fb, #f2f0fb)
}

.boosting-list-tab .tabs li.bg-f2f0fb i {
    color: #775dda
}

.boosting-list-tab .tabs li.bg-c5ebf9 {
    background: -webkit-gradient(linear, left top, right top, from(#c5ebf9), color-stop(#c5ebf9), color-stop(#c5ebf9), color-stop(#c5ebf9), to(#c5ebf9));
    background: linear-gradient(to right, #c5ebf9, #c5ebf9, #c5ebf9, #c5ebf9, #c5ebf9)
}

.boosting-list-tab .tabs li.bg-c5ebf9 i {
    color: #37acd7
}

.boosting-list-tab .tabs li.current a,
.boosting-list-tab .tabs li:hover a {
    background-color: #ed194e;
    color: #fff;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 255, .22);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 255, .22)
}

.boosting-list-tab .tabs li.current a i,
.boosting-list-tab .tabs li:hover a i {
    color: #fff
}

.boosting-list-tab .tab_content {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    background-color: #fff;
    padding: 50px 30px;
    position: relative
}

.boosting-list-tab .tab_content .tabs_item .content h2 {
    font-size: 18px;
    color: #202647;
    font-weight: 600;
    margin: 0 0 16px 0;
    text-transform: uppercase
}

.boosting-list-tab .tab_content .tabs_item .content p {
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400;
    margin: 0
}

.boosting-list-tab .tab_content .tabs_item .tab-text-content {
    margin-top: 20px;
    position: relative;
    padding-left: 60px
}

.boosting-list-tab .tab_content .tabs_item .tab-text-content i {
    color: #e84f1c;
    position: absolute;
    left: 0;
    top: 0
}

.boosting-list-tab .tab_content .tabs_item .tab-text-content i::before {
    font-size: 40px;
    line-height: normal
}

.boosting-list-tab .tab_content .tabs_item .tab-text-content p {
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400;
    margin: 0
}

.boosting-list-tab .tab_content .tabs_item .tab-btn {
    margin-top: 25px
}

.boosting-list-tab .tab_content .tabs_item .tab-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 165px
}

.project-section {
    position: relative;
    padding-bottom: 70px;
    line-height: 1
}

.filter-menu {
    list-style-type: none;
    margin-bottom: 0;
    text-align: center;
    padding-left: 0;
    margin-bottom: 35px
}

.filter-menu li {

    padding-bottom: 20px;
    border: none;
    background: 0 0;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 0;
    color: #666;
    outline: 0!important;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 35px;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.filter-menu li:last-child {
    margin-right: 0
}

.filter-menu li:hover {
    background: 0 0;
    color: #ed194e
}

.filter-menu .filter.active {
    color: #ed194e;
    background-color: transparent
}

.single-project-box {
    text-align: center;
    margin-bottom: 30px;
    border-radius: 0;
    border: 1px solid #c64b4b26;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fafafa;
    position: relative;
    overflow: hidden;
    padding: 5px
}

.single-project-box .project-hover-content {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 25px 50px;
    background-color: #fafafa;
    opacity: 0;
    visibility: hidden;
    z-index: 2
}

.single-project-box .project-hover-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.single-project-box:hover {
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, .05);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #fff
}

.single-project-box:hover .project-hover-content {
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.single-project-box:hover img {
    -webkit-transition: .5s;
    transition: .5s
}

#Container .mix {
    display: none
}

.team-section {
    position: relative;
    line-height: 1;
    background-color: #f5f5ff;
    overflow: hidden;
    z-index: 1
}

.team-item-area .team-content {
    text-align: center;
    margin-top: 20px;
}

.team-item-area .team-content h3 {
    font-size: 20px;
    color: #fa579d;
    font-weight: 600;
    margin: 0 0 6px 0
}

.team-item-area .team-content span {
    font-size: 14px;
    color: #908e8e;
    font-weight: 500
}

.team-item-area .team-content .team-social {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px
}

.team-item-area .team-content .team-social li {
    display: inline-block;
    margin-right: 10px
}

.team-item-area .team-content .team-social li:last-child {
    margin-right: 0
}

.team-item-area .team-content .team-social i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #f272bc;
    border-radius: 50px;
    color: #f272bc;
    -webkit-transition: .5s;
    transition: .5s
}

.team-item-area .team-content .team-social i::before {
    font-size: 18px
}

.team-item-area .team-content .team-social i:hover {
    background-color: #f272bc;
    color: #fff
}

.team-animation .shape-img1 {
    position: absolute;
    left: 12%;
    top: 14%;
    z-index: -1;
    width: 100%;
    height: auto;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.team-animation .shape-img2 {
    position: absolute;
    right: 16%;
    left: auto;
    top: 5%;
    -webkit-transform: translateY(-20%) translateX(-15%);
    transform: translateY(-20%) translateX(-15%);
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear
}

.team-animation .shape-img3 {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 10%;
    left: auto;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite
}

.team-animation .shape-img4 {
    position: absolute;
    z-index: -1;
    bottom: 30%;
    left: 15%;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear
}

.team-animation .shape-img5 {
    position: absolute;
    z-index: -1;
    bottom: 25%;
    left: auto;
    right: 18%;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.testimonial-section {
    position: relative;
    line-height: 1
}

.testimonial-content-area span {
    font-size: 14px;
    color: #ed194e;
    font-weight: 500;
    text-transform: uppercase
}

.testimonial-content-area h3 {
    font-size: 38px;
    color: #202647;
    font-weight: 700;
    margin: 10px 0 25px 0;
    position: relative;
    padding-bottom: 20px
}

.testimonial-content-area h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    background-color: #fab4a2;
    bottom: 0;
    left: 0
}

.testimonial-content-area h3::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background-color: #ff724e;
    bottom: 0;
    margin: 0 auto 0;
    left: 95px
}

.testimonial-content-area p {
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400;
    margin: 0
}

.testimonial-slides .testimonial-single-item {
    text-align: center;
    background-color: #f6f5fb;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    padding: 30px 20px;
    position: relative;
    margin-top: 78px;
    border-radius: 10px
}

.testimonial-slides .testimonial-single-item::before {
    position: absolute;
    content: "";
    height: 130px;
    width: 130px;
    line-height: 130px;
    background-color: #ed194e;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -76px
}

.testimonial-slides .testimonial-single-item .testimonial-image {
    position: absolute;
    left: 0;
    right: 0;
    top: -70px
}

.testimonial-slides .testimonial-single-item .testimonial-image img {
    display: inline-block;
    width: 125px;
    height: auto;
    border-radius: 100px
}

.testimonial-slides .testimonial-single-item .testimonial-content-text h3 {
    font-size: 20px;
    color: #202647;
    font-weight: 500;
    margin: 40px 0 6px 0
}

.testimonial-slides .testimonial-single-item .testimonial-content-text span {
    font-size: 13px;
    color: #a0a1a3;
    font-weight: 400
}

.testimonial-slides .testimonial-single-item .testimonial-content-text .icon {
    margin-top: 8px;
    margin-bottom: 8px
}

.testimonial-slides .testimonial-single-item .testimonial-content-text .icon i {
    color: #848281
}

.testimonial-slides .testimonial-single-item .testimonial-content-text .icon i::before {
    font-size: 20px;
    line-height: normal
}

.testimonial-slides .testimonial-single-item .testimonial-content-text p {
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400;
    margin: 0
}

.testimonial-slides.owl-theme .owl-dots {
    line-height: .01;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: 5px;
    margin-bottom: 4px
}

.testimonial-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: #dfdfdf;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50px
}

.testimonial-slides.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ed194e
}

.testimonial-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ed194e
}

.testimonial-slides.owl-theme .owl-nav {
    margin-top: 30px
}

.analysis-section {
    padding-bottom: 100px;
    position: relative;
    line-height: 1
}

.analysis-area-content span {
    font-size: 14px;
    color: #ed194e;
    font-weight: 500;
    text-transform: uppercase
}

.analysis-area-content h3 {
    font-size: 38px;
    color: #202647;
    font-weight: 700;
    margin: 10px 0 25px 0;
    position: relative;
    padding-bottom: 20px
}

.analysis-area-content h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    background-color: #fab4a2;
    bottom: 0;
    left: 0
}

.analysis-area-content h3::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background-color: #ff724e;
    bottom: 0;
    margin: 0 auto 0;
    left: 95px
}

.analysis-area-content strong {
    font-size: 16px;
    color: #6a6c72;
    font-weight: 500;
    line-height: 30px
}

.contactForm {
    margin-top: 20px
}

.contactForm .form-group .form-control {
    height: 55px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-bottom: 1px solid #dbdbdc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 14px;
    font-size: 14px;
    color: #9a9b9f;
    font-weight: 400
}

.contactForm .form-group .form-control:focus {
    background-color: #fff;
    border-color: #ed194e;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contactForm .send-btn {
    margin-top: 14px
}

.blog-section {
    padding-bottom: 70px
}

.blog-item {
    -webkit-transition: .5s;
    transition: .5s
}

.blog-item .single-blog-item {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-top: none;
    padding: 20px 25px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    margin-bottom: 30px
}

.blog-item .single-blog-item .date {
    padding-left: 0;
    position: absolute;
    top: -40px;
    right: 10px;
    margin-bottom: 0;
    text-align: center;
    background-color: #e4045e;
    padding: 8px
}

.blog-item .single-blog-item .date li {
    list-style-type: none;
    color: #fff;
    font-size: 12px
}

.blog-item .single-blog-item .blog-list {
    padding-left: 0;
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-item .single-blog-item .blog-list li {
    list-style-type: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-right: 18px;
    color: #93908f
}

.blog-item .single-blog-item .blog-list li:last-child {
    margin-right: 0
}

.blog-item .single-blog-item .blog-list li i::before {
    font-size: 13px;
    margin-right: 5px
}

.blog-item .single-blog-item .blog-list a {
    color: #93908f;
    text-decoration: none
}

.blog-item .single-blog-item .blog-list i::before {
    font-size: 14px;
    color: #93908f;
    margin-right: 5px
}

.blog-item .single-blog-item .blog-content {
    -webkit-transition: .5s;
    transition: .5s
}

.blog-item .single-blog-item .blog-content h3 {
    color: #343846;
    font-size: 20px;
    margin: 10px 0 10px 0;
    line-height: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-item .single-blog-item .blog-content h3:hover {
    color: #ed194e;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s;
    text-decoration: none
}

.blog-item .single-blog-item .blog-content p {
    margin: 0;
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400
}

.blog-item .single-blog-item .blog-content a {
    text-decoration: none
}

.blog-item .single-blog-item .blog-content .blog-btn-one {
    font-size: 15px;
    border: 1px solid #ed194e;
    padding: 7px 20px;
    display: inline-block;
    margin-top: 20px;
    background-color: #ed194e;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    text-transform: uppercase
}

.blog-item .single-blog-item .blog-content .blog-btn-one:hover {
    background-color: #fff;
    color: #ed194e
}

.blog-item .single-blog-item .blog-content .blog-btn-one i::before {
    font-size: 12px;
    position: relative;
    left: 2px
}

.blog-item .single-blog-item .blog-btn {
    margin-top: 16px
}

.blog-item .single-blog-item .blog-btn .blog-btn-one {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-transform: capitalize;
    background-color: #ed194e;
    border: 1px solid #ed194e;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500
}

.blog-item:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    background-color: #fff
}

.blog-item:hover .single-blog-item {
    border: 1px solid #fff;
    border-top: none
}

.blog-item:hover .blog-content h3 {
    color: #ed194e
}

.blog-item:hover .blog-btn .blog-btn-one {
    background-color: transparent;
    color: #ed194e
}

.partner-section {
    line-height: 1;
    position: relative;
    padding-bottom: 100px
}

.partner-slider .partner-item {
    text-align: center;
    border: 1px solid #cce;
    padding: 12px 8px;
    height: 85px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 6px
}

.partner-slider .partner-item img {
    display: inline-block;
    margin: auto
}

.subscribe-area {
    position: relative;
    background-color: #f6f5fb;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 1
}

.subscribe-content {
    text-align: left
}

.subscribe-content .sub-title {
    color: #6a75b3;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400
}

.subscribe-content h2 {
    color: #202647;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-size: 24px
}

.newsletter-form {
    max-width: 580px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    background-color: #fff;
    border: none;
    height: 50px;
    padding-left: 25px;
    border-radius: 5px;
    outline: 0;
    color: #202647
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #6a6c72
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #6a6c72
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #6a6c72
}

.newsletter-form .input-newsletter::placeholder {
    color: #6a6c72
}

.newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ed194e;
    color: #fff;
    border: none;
    height: 50px;
    padding: 0 30px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 50px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400
}

.newsletter-form button:hover {
    background-color: #202647;
    color: #fff
}

.home-banner-two {
    position: relative;
    height: 800px;
    overflow: hidden;
    border-bottom: 1px solid #fafafa
}

.home-banner-two .main-banner-content h1 {
    font-size: 70px;
    color: #202647;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0
}

.home-banner-two .main-banner-content p {
    font-size: 18px;
    color: #404142;
    font-weight: 400;
    margin: 0
}

.home-banner-two .main-banner-content .banner-btn {
    margin-top: 40px
}

.home-banner-two .main-banner-content .banner-btn .popup-youtube {
    display: inline-block;
    font-size: 16px;
    color: #131f58;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-left: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

.home-banner-two .main-banner-content .banner-btn .popup-youtube i {
    color: #e72f64;
    margin-left: 8px;
    position: relative;
    top: 2px
}

.home-banner-two .main-banner-content .banner-btn .popup-youtube i::before {
    font-size: 20px;
    font-weight: 400;
    font-weight: 700
}

.home-banner-two .main-banner-content .banner-btn .popup-youtube:hover {
    color: #ed194e
}

.home-banner-two .banner-img-wrapper .banner-img-1 {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    opacity: .4
}

.home-banner-two .banner-img-wrapper .banner-img-2 {
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    opacity: .4
}

.home-banner-two .banner-form {
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    padding: 50px 30px;
    border-radius: 5px
}

.home-banner-two .banner-form form .form-control {
    height: 50px;
    padding: 10px;
    font-size: 14px;
    color: #0e314c;
    border: 1px solid #eee;
    border-radius: 0;
    background: #fafafa;
    -webkit-transition: .5s;
    transition: .5s
}

.home-banner-two .banner-form form .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.home-banner-two .banner-form form .btn {
    font-weight: 400;
    font-size: 16px;
    border: none;
    padding: 15px 40px;
    position: relative;
    border-radius: 4px;
    z-index: 1;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    margin-top: 20px
}

.home-banner-two .banner-form form .btn-primary {
    color: #fff;
    background-color: #ed194e;
    -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, .25);
    box-shadow: 0 13px 27px 0 rgba(255, 255, 255, .25);
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #ed194e
}

.home-banner-two .banner-form form .btn-primary:hover {
    background-color: #fff;
    color: #ed194e
}

.home-banner-two .banner-form form label {
    color: #202647;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px
}

.partner-area {
    line-height: 1;
    position: relative
}

.partner-title {
    margin-bottom: 45px;
    text-align: center
}

.partner-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #202647;
    margin: 0
}

.features-area {
    position: relative;
    line-height: 1;
    padding-top: 100px;
    padding-bottom: 70px;
    overflow: hidden;
    background-color: #F8F8F9;
}

.features-area .features-title {
    text-align: center;
    margin-bottom: 60px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
}

.features-area .features-title span {
    font-size: 18px;
    color: #ed194e;
    font-weight: 700;
    text-transform: uppercase
}

.features-area .features-title h3 {
    font-size: 38px;
    color: #202647;
    font-weight: 700;
    margin: 10px 0 0 0;
    position: relative;
    padding-bottom: 20px
}

.features-area .features-title h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    background-color: #fab4a2;
    bottom: 0;
    left: 0;
    right: 35px;
    margin: auto
}

.features-area .features-title h3::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background-color: #ff724e;
    bottom: 0;
    margin: 0 auto 0;
    left: 95px;
    right: 0
}

.features-area .single-features-item {
    text-align: center;
    padding: 45px 25px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.features-area .single-features-item h3 {
    font-size: 18px;
    color: #3b3663;
    font-weight: 700;
    margin: 20px 0 10px 0;
    -webkit-transition: .5s;
    transition: .5s
}

.features-area .single-features-item p {
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.features-area .single-features-item.bg-b5a2f8 {
    background: 0 0;
    border: 1px dotted #b5a2f8;
    -webkit-transition: .5s;
    transition: .5s
}

.features-area .single-features-item.bg-b5a2f8 .icon i {
    display: inline-block;
    height: 65px;
    width: 65px;
    color: #5d43bc;
    border: 2px dotted #5d43bc;
    line-height: 65px;
    border-radius: 50px;
    -webkit-transition: .5s;
    transition: .5s
}

.features-area .single-features-item.bg-b5a2f8 .icon i::before {
    font-size: 30px
}

.features-area .single-features-item.bg-b5a2f8:hover {
    background-color: #b5a2f8
}

.features-area .single-features-item.bg-b5a2f8:hover h3 {
    color: #fff
}

.features-area .single-features-item.bg-b5a2f8:hover p {
    color: #fff
}

.features-area .single-features-item.bg-b5a2f8:hover .icon i {
    color: #fff;
    border: 2px dotted #fff
}

.features-area .single-features-item.bg-f27e19 {
    background: 0 0;
    border: 1px dotted #f27e19;
    -webkit-transition: .5s;
    transition: .5s
}

.features-area .single-features-item.bg-f27e19 .icon i {
    display: inline-block;
    height: 65px;
    width: 65px;
    color: #f27e19;
    border: 2px dotted #f27e19;
    line-height: 65px;
    border-radius: 50px;
    -webkit-transition: .5s;
    transition: .5s
}

.features-area .single-features-item.bg-f27e19 .icon i::before {
    font-size: 30px
}

.features-area .single-features-item.bg-f27e19:hover {
    background-color: #f27e19
}

.features-area .single-features-item.bg-f27e19:hover h3 {
    color: #fff
}

.features-area .single-features-item.bg-f27e19:hover p {
    color: #fff
}

.features-area .single-features-item.bg-f27e19:hover .icon i {
    color: #fff;
    border: 2px dotted #fff
}

.features-area .single-features-item.bg-1db294 {
    background: 0 0;
    border: 1px dotted #1db294;
    -webkit-transition: .5s;
    transition: .5s
}

.features-area .single-features-item.bg-1db294 .icon i {
    display: inline-block;
    height: 65px;
    width: 65px;
    color: #1db294;
    border: 2px dotted #1db294;
    line-height: 65px;
    border-radius: 50px;
    -webkit-transition: .5s;
    transition: .5s
}

.features-area .single-features-item.bg-1db294 .icon i::before {
    font-size: 30px
}

.features-area .single-features-item.bg-1db294:hover {
    background-color: #1db294
}

.features-area .single-features-item.bg-1db294:hover h3 {
    color: #fff
}

.features-area .single-features-item.bg-1db294:hover p {
    color: #fff
}

.features-area .single-features-item.bg-1db294:hover .icon i {
    color: #fff;
    border: 2px dotted #fff
}

.features-area .single-features-item.bg-e80d82 {
    background: 0 0;
    border: 1px dotted #e80d82;
    -webkit-transition: .5s;
    transition: .5s
}

.features-area .single-features-item.bg-e80d82 .icon i {
    display: inline-block;
    height: 65px;
    width: 65px;
    color: #e80d82;
    border: 2px dotted #e80d82;
    line-height: 65px;
    border-radius: 50px;
    -webkit-transition: .5s;
    transition: .5s
}

.features-area .single-features-item.bg-e80d82 .icon i::before {
    font-size: 30px
}

.features-area .single-features-item.bg-e80d82:hover {
    background-color: #e80d82
}

.features-area .single-features-item.bg-e80d82:hover h3 {
    color: #fff
}

.features-area .single-features-item.bg-e80d82:hover p {
    color: #fff
}

.features-area .single-features-item.bg-e80d82:hover .icon i {
    color: #fff;
    border: 2px dotted #fff
}

.pricing-section {
    position: relative;
    line-height: 1
}

.tabs-item {
    display: none
}

.tabs-item:first-child {
    display: block
}

.pricing-tab {
    text-align: center
}

.pricing-tab .tabs {
    padding-left: 0;
    margin-bottom: 45px;
    list-style-type: none;
    display: inline-block;
    position: relative;
    border-radius: 35px;
    border: 1px solid #ed194e
}

.pricing-tab .tabs li {
    display: inline-block
}

.pricing-tab .tabs li a {
    background-color: #fff;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 30px
}

.pricing-tab .tabs li a:hover {
    color: #fff;
    background-color: #ed194e
}

.pricing-tab .tabs li.current a {
    color: #fff;
    background-color: #ed194e
}

.tab-content .tabs-item .single-pricing-box {
    text-align: center;
    position: relative
}

.tab-content .tabs-item .single-pricing-box.bg-f6f5fb {
    background-color: #f6f5fb;
    padding: 50px 68px;
    margin-top: 20px
}

.tab-content .tabs-item .single-pricing-box.bg-f6f5fb .pricing-header h3 {
    font-size: 24px;
    color: #202647;
    font-weight: 700;
    margin: 0
}

.tab-content .tabs-item .single-pricing-box.bg-f6f5fb .price {
    margin-top: 25px;
    margin-bottom: 28px
}

.tab-content .tabs-item .single-pricing-box.bg-f6f5fb .price strong {
    font-size: 16px;
    color: #7a55d0;
    font-weight: 700
}

.tab-content .tabs-item .single-pricing-box.bg-f6f5fb .price span {
    font-size: 36px;
    color: #7a55d0;
    font-weight: 700
}

.tab-content .tabs-item .single-pricing-box.bg-f6f5fb .pricing-features {
    padding-left: 45px;
    margin-bottom: 0;
    text-align: left
}

.tab-content .tabs-item .single-pricing-box.bg-f6f5fb .pricing-features li {
    list-style-type: none;
    font-size: 15px;
    color: #6a6c72;
    font-weight: 400;
    padding-bottom: 20px
}

.tab-content .tabs-item .single-pricing-box.bg-f6f5fb .pricing-features li:last-child {
    padding-bottom: 0
}

.tab-content .tabs-item .single-pricing-box.bg-f6f5fb .pricing-features i {
    color: #fa5eb1;
    margin-right: 4px
}

.tab-content .tabs-item .single-pricing-box.bg-f6f5fb .pricing-features i::before {
    font-size: 16px
}

.tab-content .tabs-item .single-pricing-box.bg-f6f5fb .price-btn {
    margin-top: 25px
}

.tab-content .tabs-item .single-pricing-box.bg-f6f5fb .price-btn .price-btn-one {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#7b55d0), color-stop(#8c65d9), color-stop(#9d75e3), color-stop(#ad85ec), to(#bd96f6));
    background: linear-gradient(to right, #7b55d0, #8c65d9, #9d75e3, #ad85ec, #bd96f6);
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 50px
}

.tab-content .tabs-item .single-pricing-box.bg-ed0678 {
    background-color: #ed0678;
    padding: 50px 68px;
    position: relative
}

.tab-content .tabs-item .single-pricing-box.bg-ed0678 .pricing-header h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0
}

.tab-content .tabs-item .single-pricing-box.bg-ed0678 .price {
    margin-top: 25px;
    margin-bottom: 28px
}

.tab-content .tabs-item .single-pricing-box.bg-ed0678 .price strong {
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

.tab-content .tabs-item .single-pricing-box.bg-ed0678 .price span {
    font-size: 36px;
    color: #fff;
    font-weight: 700
}

.tab-content .tabs-item .single-pricing-box.bg-ed0678 .pricing-features {
    padding-left: 45px;
    margin-bottom: 0;
    text-align: left
}

.tab-content .tabs-item .single-pricing-box.bg-ed0678 .pricing-features li {
    list-style-type: none;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 20px
}

.tab-content .tabs-item .single-pricing-box.bg-ed0678 .pricing-features li:last-child {
    padding-bottom: 0
}

.tab-content .tabs-item .single-pricing-box.bg-ed0678 .pricing-features i {
    color: #fff;
    margin-right: 4px
}

.tab-content .tabs-item .single-pricing-box.bg-ed0678 .pricing-features i::before {
    font-size: 16px
}

.tab-content .tabs-item .single-pricing-box.bg-ed0678 .price-btn {
    margin-top: 25px
}

.tab-content .tabs-item .single-pricing-box.bg-ed0678 .price-btn .price-btn-one {
    display: inline-block;
    background: #fff;
    color: #ed194e;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 50px
}

.tab-content .tabs-item .single-pricing-box.bg-ed0678 .pricing-shape {
    position: absolute;
    bottom: 0;
    right: 0
}

.tab-content .tabs-item .single-pricing-box.bg-edfbf8 {
    background-color: #edfbf8;
    padding: 50px 68px;
    margin-top: 20px
}

.tab-content .tabs-item .single-pricing-box.bg-edfbf8 .pricing-header h3 {
    font-size: 24px;
    color: #202647;
    font-weight: 700;
    margin: 0
}

.tab-content .tabs-item .single-pricing-box.bg-edfbf8 .price {
    margin-top: 25px;
    margin-bottom: 28px
}

.tab-content .tabs-item .single-pricing-box.bg-edfbf8 .price strong {
    font-size: 16px;
    color: #0ead8b;
    font-weight: 700
}

.tab-content .tabs-item .single-pricing-box.bg-edfbf8 .price span {
    font-size: 36px;
    color: #0ead8b;
    font-weight: 700
}

.tab-content .tabs-item .single-pricing-box.bg-edfbf8 .pricing-features {
    padding-left: 45px;
    margin-bottom: 0;
    text-align: left
}

.tab-content .tabs-item .single-pricing-box.bg-edfbf8 .pricing-features li {
    list-style-type: none;
    font-size: 15px;
    color: #6a6c72;
    font-weight: 400;
    padding-bottom: 20px
}

.tab-content .tabs-item .single-pricing-box.bg-edfbf8 .pricing-features li:last-child {
    padding-bottom: 0
}

.tab-content .tabs-item .single-pricing-box.bg-edfbf8 .pricing-features i {
    color: #fa5eb1;
    margin-right: 4px
}

.tab-content .tabs-item .single-pricing-box.bg-edfbf8 .pricing-features i::before {
    font-size: 16px
}

.tab-content .tabs-item .single-pricing-box.bg-edfbf8 .price-btn {
    margin-top: 25px
}

.tab-content .tabs-item .single-pricing-box.bg-edfbf8 .price-btn .price-btn-one {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#02a180), color-stop(#2fae90), color-stop(#48baa1), color-stop(#5ec7b1), to(#73d4c1));
    background: linear-gradient(to right, #02a180, #2fae90, #48baa1, #5ec7b1, #73d4c1);
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 50px
}

.portfolio-section {
    line-height: 1;
    padding-bottom: 70px
}

.single-portfolio-box {
    text-align: center;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fafafa;
    position: relative;
    margin-bottom: 30px
}

.single-portfolio-box .portfolio-hover-content {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 25px 50px;
    background-color: #fafafa;
    opacity: 0;
    visibility: hidden;
    z-index: 2
}

.single-portfolio-box .portfolio-hover-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.single-portfolio-box:hover {
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, .05);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #fff
}

.single-portfolio-box:hover .portfolio-hover-content {
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.single-portfolio-box:hover img {
    -webkit-transition: .5s;
    transition: .5s
}

.client-section {
    position: relative;
    line-height: 1;
    padding-bottom: 100px
}

.client-slides .testimonial-single-item {
    text-align: center;
    position: relative
}

.client-slides .testimonial-single-item::before {
    position: absolute;
    content: "";
    height: 104px;
    width: 105px;
    line-height: 130px;
    background-color: #ed194e;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 60px;
    z-index: -1
}

.client-slides .testimonial-single-item .testimonial-image {
    margin-top: 30px
}

.client-slides .testimonial-single-item .testimonial-image img {
    display: inline-block;
    width: 100px;
    height: auto;
    border-radius: 100px
}

.client-slides .testimonial-single-item .testimonial-image h3 {
    font-size: 15px;
    color: #202647;
    font-weight: 500;
    margin: 18px 0 6px 0
}

.client-slides .testimonial-single-item .testimonial-image span {
    font-size: 14px;
    color: #a0a1a3;
    font-weight: 400
}

.client-slides .testimonial-single-item .testimonial-content-text .icon {
    margin-top: 0;
    margin-bottom: 35px
}

.client-slides .testimonial-single-item .testimonial-content-text .icon i {
    color: #fc92c0;
    line-height: normal
}

.client-slides .testimonial-single-item .testimonial-content-text .icon i::before {
    font-size: 40px
}

.client-slides .testimonial-single-item .testimonial-content-text p {
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400;
    margin: 0;
    font-style: italic
}

.client-slides.owl-theme .owl-dots {
    line-height: .01;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: 5px;
    margin-bottom: 4px
}

.client-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: #dfdfdf;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50px
}

.client-slides.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ed194e
}

.client-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ed194e
}

.client-slides.owl-theme .owl-nav {
    margin-top: 30px
}

.faq-section {
    position: relative;
    line-height: 1;
    padding-bottom: 100px
}

.faq-area-content span {
    font-size: 18px;
    color: #ed194e;
    font-weight: 700;
    text-transform: uppercase
}

.faq-area-content h3 {
    font-size: 38px;
    color: #202647;
    font-weight: 700;
    margin: 10px 0 40px 0;
    position: relative;
    padding-bottom: 20px
}

.faq-area-content h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    background-color: #fab4a2;
    bottom: 0;
    left: 0
}

.faq-area-content h3::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background-color: #ff724e;
    bottom: 0;
    margin: 0 auto 0;
    left: 95px
}

.faq-accordion .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
    margin-bottom: 0;
    position: relative
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 12px
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item .accordion-title {
    padding: 16px 35px 16px 25px;
    color: #202647;
    position: relative;
    background: #f7f5fd;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    display: block
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 12px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 5px;
    background-color: #ed194e;
    text-align: center
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
    content: "\f068"
}

.faq-accordion .accordion .accordion-item .accordion-content {
    display: none;
    background-color: #f7f5fd;
    margin-bottom: 0;
    padding: 0 15px 12px 25px;
    font-size: 14px
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
    display: block
}

.subscribe-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #ed194e;
    background-image: url('https://webase.com.bd/local/public/uploads/testimonial/newsletter.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px
}

.subscribe-section .subscribe-area-content {
    position: relative;
    z-index: 1
}

.subscribe-section .subscribe-content {
    text-align: center
}

.subscribe-section .subscribe-content .sub-title {
    color: #fff;
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400
}

.subscribe-section .subscribe-content h2 {
    color: #fff;
    max-width: 700px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-size: 38px
}

.subscribe-section .subscribe-content .newsletter-form {
    max-width: 830px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px
}

.subscribe-section .subscribe-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    background-color: #fff;
    border: none;
    height: 55px;
    padding-left: 25px;
    border-radius: 70px;
    padding-top: 5px;
    outline: 0;
    color: #202647
}

.subscribe-section .subscribe-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #6a6c72
}

.subscribe-section .subscribe-content .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #6a6c72
}

.subscribe-section .subscribe-content .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #6a6c72
}

.subscribe-section .subscribe-content .newsletter-form .input-newsletter::placeholder {
    color: #6a6c72
}

.subscribe-section .subscribe-content .newsletter-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #e4045e;
    color: #fff;
    border: none;
    height: 45px;
    padding: 0 30px;
    border-radius: 70px;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 45px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500
}

.subscribe-section .subscribe-content .newsletter-form button:hover {
    background-color: #202647;
    color: #fff
}

.page-title-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/page-title-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 100px
}

.page-title-content {
    text-align: center
}

.page-title-content h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 700
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0
}

.page-title-content ul li {
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px
}

.page-title-content ul li a {
    display: inline-block;
    color: #fff
}

.page-title-content ul li::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ed194e
}

.page-title-content ul li:last-child::before {
    display: none
}

.default-animation .shape-img1 {
    position: absolute;
    left: 12%;
    top: 14%;
    z-index: -1;
    width: 100%;
    height: auto;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.default-animation .shape-img2 {
    position: absolute;
    right: 16%;
    left: auto;
    top: 5%;
    -webkit-transform: translateY(-20%) translateX(-15%);
    transform: translateY(-20%) translateX(-15%);
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear
}

.default-animation .shape-img3 {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 10%;
    left: auto;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite
}

.default-animation .shape-img4 {
    position: absolute;
    z-index: -1;
    bottom: 30%;
    left: 15%;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear
}

.default-animation .shape-img5 {
    position: absolute;
    z-index: -1;
    bottom: 25%;
    left: auto;
    right: 18%;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.services-details-overview {
    margin-bottom: 60px
}

.services-details-overview:last-child {
    margin-bottom: 0
}

.services-details-overview .services-details-desc h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600
}

.services-details-overview .services-details-desc .features-text {
    margin-top: 25px
}

.services-details-overview .services-details-desc .features-text h4 {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 600
}

.services-details-overview .services-details-desc .features-text h4 i {
    font-size: 15px;
    margin-right: 4px;
    color: #ed194e
}

.services-details-overview .services-details-desc .services-details-accordion {
    margin-top: 25px
}

.services-details-overview .services-details-desc .services-details-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item {
    display: block;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    background: #fff;
    margin-bottom: 10px
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item a {
    text-decoration: none
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
    padding: 15px 20px 15px 51px;
    color: #000;
    position: relative;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    display: inline-block
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #ed194e;
    color: #fff
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active {
    border-bottom-color: #eee
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active i::before {
    content: "\f068"
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px 15px
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content.show {
    display: block
}

.project-details-image {
    margin-bottom: 30px
}

.projects-details-desc {
    margin-top: 5px
}

.projects-details-desc h3 {
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 700
}

.projects-details-desc .features-text {
    margin-top: 25px;
    margin-bottom: 25px
}

.projects-details-desc .features-text h4 {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 600
}

.projects-details-desc .features-text h4 i {
    font-size: 16px;
    margin-right: 4px;
    color: #ed194e
}

.projects-details-desc .project-details-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 35px
}

.projects-details-desc .project-details-info .single-info-box {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px
}

.projects-details-desc .project-details-info .single-info-box h4 {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700
}

.projects-details-desc .project-details-info .single-info-box span {
    display: block;
    color: #6a6c72;
    font-size: 15px
}

.projects-details-desc .project-details-info .single-info-box .social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.projects-details-desc .project-details-info .single-info-box .social li {
    display: inline-block;
    margin-right: 8px
}

.projects-details-desc .project-details-info .single-info-box .social li a {
    color: #6a6c72;
    display: inline-block
}

.projects-details-desc .project-details-info .single-info-box .social li a:hover {
    color: #ed194e;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.pagination-area {
    margin-top: 20px;
    text-align: center
}

.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    margin: 0 3px;
    display: inline-block;
    background-color: #fff;
    line-height: 48px;
    color: #202647;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;
    font-weight: 700
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:focus,
.pagination-area .page-numbers:hover {
    background: #ed194e;
    color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6
}

.blog-details-desc .article-content {
    margin-top: 30px
}

.blog-details-desc .article-content .entry-meta {
    margin-bottom: -8px
}

.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #202647;
    margin-right: 21px
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: #202647;
    font-weight: 500
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #6a6c72
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #ed194e
}

.blog-details-desc .article-content .entry-meta ul li i {
    color: #ed194e;
    margin-right: 2px
}

.blog-details-desc .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 12px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #ed194e
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none
}

.blog-details-desc .article-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px;
    font-weight: 600
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0
}

.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px
}

.blog-details-desc .article-content .features-list li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
    color: #6a6c72
}

.blog-details-desc .article-content .features-list li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 40px;
    background-color: #faf5f5;
    color: #ed194e;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px
}

.blog-details-desc .article-content .features-list li:hover i {
    background-color: #ed194e;
    color: #fff
}

.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0
}

.blog-details-desc .article-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog-details-desc .article-footer .article-tags {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #6a6c72
}

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #202647;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #6a6c72
}

.blog-details-desc .article-footer .article-tags a:hover {
    color: #ed194e
}

.blog-details-desc .article-footer .article-share {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0
}

.blog-details-desc .article-footer .article-share .social li {
    display: inline-block
}

.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #6a6c72
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #ed194e;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #eeeef0;
    text-align: center;
    font-size: 12px
}

.blog-details-desc .article-footer .article-share .social li a:hover {
    color: #fff;
    background-color: #ed194e;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.blog-details-desc .post-navigation {
    margin-top: 30px
}

.blockquote,
blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px!important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px
}

.blockquote p,
blockquote p {
    color: #202647;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 24px!important
}

.blockquote cite,
blockquote cite {
    display: none
}

.blockquote::before,
blockquote::before {
    color: #efefef;
    content: "\f10e";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: "Font Awesome 5 Free";
    font-size: 140px;
    font-weight: 900
}

.blockquote::after,
blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #ed194e;
    margin-top: 20px;
    margin-bottom: 20px
}

.post-navigation {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px
}

.post-navigation .navigation-links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-navigation .navigation-links .nav-previous {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.post-navigation .navigation-links .nav-previous a i {
    margin-right: 2px;
    -webkit-transition: .5s;
    transition: .5s
}

.post-navigation .navigation-links .nav-previous a:hover i {
    margin-right: 0
}

.post-navigation .navigation-links .nav-next {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right
}

.post-navigation .navigation-links .nav-next a i {
    margin-left: 2px;
    -webkit-transition: .5s;
    transition: .5s
}

.post-navigation .navigation-links .nav-next a:hover i {
    margin-left: 0
}

.post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 600
}

.comments-area {
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
    background-color: #fff
}

.comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 24px;
    font-weight: 600
}

.comments-area ol,
.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .comment-body {
    border-bottom: 1px solid #eee;
    padding-left: 65px;
    color: #202647;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.comments-area .comment-body .reply {
    margin-top: 15px
}

.comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #202647;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 600
}

.comments-area .comment-body .reply a:hover {
    color: #fff;
    background-color: #ed194e;
    border-color: #ed194e
}

.comments-area .comment-author {
    font-size: 17px;
    margin-bottom: .1em;
    position: relative;
    z-index: 2
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px
}

.comments-area .comment-author .fn {
    font-weight: 600
}

.comments-area .comment-author .says {
    display: none
}

.comments-area .comment-metadata {
    margin-bottom: .8em;
    color: #6a6c72;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400
}

.comments-area .comment-metadata a {
    color: #6a6c72
}

.comments-area .comment-metadata a:hover {
    color: #ed194e
}

.comments-area .comment-respond {
    margin-top: 30px
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    position: relative;
    font-size: 24px;
    font-weight: 600
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block
}

.comments-area .comment-respond .comment-form {
    overflow: hidden
}

.comments-area .comment-respond .comment-notes {
    margin-bottom: 0;
    margin-top: 10px
}

.comments-area .comment-respond .comment-notes .required {
    color: red
}

.comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%
}

.comments-area .comment-respond label {
    display: block;
    font-weight: 600;
    color: #202647;
    margin-bottom: 5px
}

.comments-area .comment-respond input[type=date],
.comments-area .comment-respond input[type=datetime-local],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=month],
.comments-area .comment-respond input[type=number],
.comments-area .comment-respond input[type=password],
.comments-area .comment-respond input[type=search],
.comments-area .comment-respond input[type=tel],
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=time],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond input[type=week],
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=date]:focus,
.comments-area .comment-respond input[type=datetime-local]:focus,
.comments-area .comment-respond input[type=email]:focus,
.comments-area .comment-respond input[type=month]:focus,
.comments-area .comment-respond input[type=number]:focus,
.comments-area .comment-respond input[type=password]:focus,
.comments-area .comment-respond input[type=search]:focus,
.comments-area .comment-respond input[type=tel]:focus,
.comments-area .comment-respond input[type=text]:focus,
.comments-area .comment-respond input[type=time]:focus,
.comments-area .comment-respond input[type=url]:focus,
.comments-area .comment-respond input[type=week]:focus,
.comments-area .comment-respond textarea:focus {
    border-color: #ed194e
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 4px
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #6a6c72;
    font-weight: 400;
    position: relative;
    top: -2px
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%
}

.comments-area .comment-respond .form-submit input {
    background: #ed194e;
    border: none;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 600;
    font-size: 14px
}

.comments-area .comment-respond .form-submit input:focus,
.comments-area .comment-respond .form-submit input:hover {
    color: #fff;
    background-color: #202647
}

.widget-area .widget {
    margin-top: 35px
}

.widget-area .widget:first-child {
    margin-top: 0
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    font-size: 22px
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    background: #ed194e;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.widget-area .widget_search {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    background-color: #fff;
    padding: 15px
}

.widget-area .widget_search form {
    position: relative
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0
}

.widget-area .widget_search form .screen-reader-text {
    display: none
}

.widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.widget-area .widget_search form .search-field:focus {
    border-color: #ed194e
}

.widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #fff;
    background-color: #ed194e;
    -webkit-transition: .5s;
    transition: .5s
}

.widget-area .widget_search form button:hover {
    background-color: #202647;
    color: #fff
}

.widget-area .widget_zash_posts_thumb {
    position: relative;
    overflow: hidden
}

.widget-area .widget_zash_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px
}

.widget-area .widget_zash_posts_thumb .item:last-child {
    margin-bottom: 0
}

.widget-area .widget_zash_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px
}

.widget-area .widget_zash_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center center!important
}

.widget-area .widget_zash_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../img/blog-details-image/1.jpg)
}

.widget-area .widget_zash_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../img/blog-details-image/2.jpg)
}

.widget-area .widget_zash_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../img/blog-details-image/3.jpg)
}

.widget-area .widget_zash_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px
}

.widget-area .widget_zash_posts_thumb .item .info time {
    display: block;
    color: #6a6c72;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 11px
}

.widget-area .widget_zash_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 500
}

.widget-area .widget_zash_posts_thumb .item .info .title a {
    display: inline-block
}

.widget-area .widget_recent_entries ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #202647;
    padding-left: 14px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 15.5px
}

.widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_recent_entries ul li::before {
    background: #ed194e;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px
}

.widget-area .widget_recent_entries ul li a {
    display: inline-block;
    color: #202647
}

.widget-area .widget_recent_entries ul li a:hover {
    color: #ed194e
}

.widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #6a6c72;
    margin-top: 4px
}

.widget-area .widget_recent_comments ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.widget-area .widget_recent_comments ul li {
    position: relative;
    margin-bottom: 12px;
    color: #6a6c72;
    padding-left: 14px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 15.5px
}

.widget-area .widget_recent_comments ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_recent_comments ul li::before {
    background: #ed194e;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px
}

.widget-area .widget_recent_comments ul li a {
    display: inline-block;
    color: #202647
}

.widget-area .widget_recent_comments ul li a:hover {
    color: #ed194e
}

.widget-area .widget_archive ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.widget-area .widget_archive ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    color: #202647;
    font-size: 15.5px;
    font-weight: 400
}

.widget-area .widget_archive ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_archive ul li::before {
    background: #ed194e;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
    position: absolute
}

.widget-area .widget_archive ul li a {
    display: inline-block;
    color: #202647
}

.widget-area .widget_archive ul li a:hover {
    color: #ed194e
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    color: #6a6c72;
    padding-left: 14px;
    font-size: 15.5px;
    font-weight: 400
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_categories ul li::before {
    background: #ed194e;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
    position: absolute
}

.widget-area .widget_categories ul li a {
    color: #202647;
    display: block
}

.widget-area .widget_categories ul li a:hover {
    color: #ed194e
}

.widget-area .widget_categories ul li .post-count {
    float: right
}

.widget-area .widget_meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.widget-area .widget_meta ul li {
    position: relative;
    margin-bottom: 12px;
    color: #202647;
    padding-left: 14px;
    font-size: 15.5px;
    font-weight: 400
}

.widget-area .widget_meta ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_meta ul li::before {
    background: #ed194e;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
    position: absolute
}

.widget-area .widget_meta ul li a {
    display: inline-block;
    color: #202647
}

.widget-area .widget_meta ul li a:hover {
    color: #ed194e
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px
}

.widget-area .tagcloud a {
    display: inline-block;
    color: #202647;
    font-weight: 400;
    font-size: 14.5px!important;
    padding: 6px 13px;
    border: 1px dashed #eee;
    margin-top: 8px;
    margin-right: 4px
}

.widget-area .tagcloud a:focus,
.widget-area .tagcloud a:hover {
    color: #fff;
    background-color: #ed194e;
    border-color: #ed194e
}

.widget-area .widget_event_details ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.widget-area .widget_event_details ul li {
    border-bottom: 1px solid #eee;
    color: #888f96;
    padding-bottom: 10px;
    padding-top: 10px
}

.widget-area .widget_event_details ul li:first-child {
    padding-top: 0
}

.widget-area .widget_event_details ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.widget-area .widget_event_details ul li span {
    display: inline-block;
    color: #202647;
    font-weight: 400
}

.widget-area .widget_event_details ul li a {
    display: inline-block;
    color: #888f96
}

.widget-area .widget_event_details ul li a:hover {
    color: #ed194e
}

.team-page-section {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 70px;
    overflow: hidden
}

.team-page-section .team-item-area {
    margin-bottom: 30px
}

.team-page-section .team-item-area .team-content {
    text-align: center;
    margin-top: 20px
}

.team-page-section .team-item-area .team-content h3 {
    font-size: 20px;
    color: #fa579d;
    font-weight: 500;
    margin: 0 0 6px 0
}

.team-page-section .team-item-area .team-content span {
    font-size: 14px;
    color: #908e8e;
    font-weight: 500
}

.team-page-section .team-item-area .team-content .team-social {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px
}

.team-page-section .team-item-area .team-content .team-social li {
    display: inline-block;
    margin-right: 10px
}

.team-page-section .team-item-area .team-content .team-social li:last-child {
    margin-right: 0
}

.team-page-section .team-item-area .team-content .team-social i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #f272bc;
    border-radius: 50px;
    color: #f272bc;
    -webkit-transition: .5s;
    transition: .5s
}

.team-page-section .team-item-area .team-content .team-social i::before {
    font-size: 18px
}

.team-page-section .team-item-area .team-content .team-social i:hover {
    background-color: #f272bc;
    color: #fff
}

.woocommerce-topbar {
    margin-bottom: 40px
}

.woocommerce-topbar .woocommerce-topbar-ordering {
    text-align: right
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
    background-color: #fff;
    color: #666;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    float: unset;
    height: unset;
    line-height: initial;
    padding: 17px 35px 13px 20px;
    font-size: 16px
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
    background-color: #ed194e!important;
    color: #fff
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 700
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
    right: 20px
}

.single-product-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, .05)
}

.single-product-box .product-image {
    overflow: hidden;
    position: relative;
    text-align: left
}

.single-product-box .product-image a img {
    -webkit-transition: .6s;
    transition: .6s
}

.single-product-box .product-image .add-to-cart-btn {
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 18px 20px 13px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    font-size: 15px;
    font-weight: 700
}

.single-product-box .product-image .add-to-cart-btn i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-product-box .product-image .add-to-cart-btn:hover {
    background-color: #ed194e;
    color: #fff
}

.single-product-box .product-image .sale-btn {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #ed194e;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.single-product-box .product-content {
    padding: 30px 25px
}

.single-product-box .product-content h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700
}

.single-product-box .product-content h3 a {
    display: inline-block;
    color: #ed194e;
    text-decoration: none
}

.single-product-box .product-content .price {
    color: #000;
    font-weight: 600;
    font-size: 15px
}

.single-product-box .product-content .price .old {
    text-decoration: line-through;
    color: #828893;
    font-size: 14px
}

.single-product-box .product-content .rating {
    margin-top: 12px;
    color: #ffb708;
    font-size: 15px
}

.single-product-box .product-content .rating i {
    margin-right: -1px
}

.single-product-box:hover .product-image .add-to-cart-btn {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .6s;
    transition: .6s;
    text-decoration: none
}

.product-details-desc h3 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700
}

.product-details-desc .price {
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 600
}

.product-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893
}

.product-details-desc .product-review {
    margin-bottom: 15px
}

.product-details-desc .product-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 14px
}

.product-details-desc .product-review .rating i {
    color: #ffba0a
}

.product-details-desc .product-review .rating-count {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
    line-height: initial
}

.product-details-desc .product-review .rating-count:hover {
    color: #ed194e;
    border-color: #ed194e;
    text-decoration: none
}

.product-details-desc .product-add-to-cart {
    margin-top: 20px
}

.product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative
}

.product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 50px;
    height: 100%;
    line-height: 55px;
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #ed194e
}

.product-details-desc .product-add-to-cart .input-counter input {
    height: 50px;
    color: #000;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #000
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #000
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #000
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #000
}

.product-details-desc .product-add-to-cart .default-btn {
    position: relative;
    border: none;
    padding: 12px 30px;
    background-color: #ed194e;
    color: #fff;
    border: 1px solid #ed194e
}

.product-details-desc .product-add-to-cart .default-btn i {
    margin-right: 2px
}

.product-details-desc .product-add-to-cart .default-btn:hover {
    background-color: #fff;
    color: #ed194e;
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .buy-checkbox-btn {
    margin-top: 20px
}

.product-details-desc .buy-checkbox-btn input {
    display: none
}

.product-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.product-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
    position: relative;
    top: 2px;
    padding-left: 4px;
    color: #666
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: #ed194e
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: #ed194e;
    border-color: #ed194e;
    -webkit-animation: wave .4s ease;
    animation: wave .4s ease
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 15px
}

.product-details-desc .buy-checkbox-btn .btn-light {
    background-color: #f2f2f2;
    border: none;
    padding: 13px 25px 10px 25px;
    -webkit-transition: .6s;
    transition: .6s;
    font-weight: 600;
    display: block;
    width: 100%
}

.product-details-desc .buy-checkbox-btn .btn-light:hover {
    background-color: #ed194e;
    color: #fff
}

.product-details-desc .custom-payment-options {
    margin-top: 20px
}

.product-details-desc .custom-payment-options span {
    display: block;
    color: #666;
    margin-bottom: 8px
}

.product-details-desc .custom-payment-options .payment-methods a {
    display: inline-block
}

.product-details-desc .custom-payment-options .payment-methods a img {
    width: 40px
}

.products-details-tab {
    margin-top: 50px
}

.products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0
}

.products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px
}

.products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #202647;
    border: 1px dashed #eee;
    text-decoration: none;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 700;
    font-size: 15px
}

.products-details-tab .tabs li a:focus,
.products-details-tab .tabs li a:hover {
    color: #fff;
    background-color: #ed194e;
    border-color: #ed194e
}

.products-details-tab .tabs li.current a {
    color: #fff;
    background-color: #ed194e;
    border-color: #ed194e
}

.products-details-tab .tabs li:last-child {
    margin-right: 0
}

.products-details-tab .tab_content {
    border: 1px dashed #eee;
    padding: 30px
}

.products-details-tab .tab_content .tabs_item {
    display: none
}

.products-details-tab .tab_content .tabs_item:first-child {
    display: block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
    margin-bottom: 20px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
    margin-bottom: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
    border: 1px solid #eee;
    border-bottom: none;
    padding: 10px 15px 7px;
    color: #666
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
    border-bottom: 1px solid #eee
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: inline-block;
    width: 30%;
    color: #202647;
    font-weight: 700
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
    position: relative
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
    display: inline-block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
    color: #ffba0a
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    color: #ebebeb;
    font-size: 14px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 14px 25px;
    background-color: #ed194e;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn:hover {
    background-color: #fff;
    color: #ed194e;
    text-decoration: none
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
    margin-top: 35px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eee;
    padding-top: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
    color: #ffba0a
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 14px;
    color: #ebebeb
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 13px;
    display: block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
    font-weight: 600
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
    margin-bottom: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #666;
    top: 40px;
    text-decoration: underline;
    font-weight: 500;
    font-size: 15px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #ed194e
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
    margin-top: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form h3 {
    margin-bottom: 20px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form {
    max-width: 800px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
    margin-bottom: 15px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
    height: 55px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    border: none
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
    padding-top: 15px;
    height: auto
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .default-btn {
    border: none;
    margin-top: 10px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    padding: 14px 25px;
    background-color: #ed194e;
    color: #fff;
    border: 1px solid #ed194e;
    text-transform: uppercase
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .default-btn:hover {
    background-color: #fff;
    color: #ed194e;
    -webkit-transition: .6s;
    transition: .6s
}

.related-products {
    margin-top: 70px
}

.related-products .section-title {
    margin-bottom: 10px
}

.related-products .single-product-box {
    margin-bottom: 0;
    margin-top: 30px
}

.cart-table table {
    margin-bottom: 0
}

.cart-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
    font-weight: 700
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: .6s;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    border-color: #eaedff;
    border-left: none;
    border-right: none
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 80px
}

.cart-table table tbody tr td.product-name a {
    color: #666;
    font-weight: 500;
    display: inline-block;
    text-decoration: none
}

.cart-table table tbody tr td.product-name a:hover {
    color: #ed194e
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: #ed194e;
    float: right;
    position: relative;
    top: -1px
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .6s;
    transition: .6s
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #ed194e
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #ed194e;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 600
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #ed194e
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #ed194e
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #ed194e
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #ed194e
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden
}

.cart-buttons {
    margin-top: 30px
}

.cart-buttons .shopping-coupon-code {
    position: relative;
    max-width: 530px
}

.cart-buttons .shopping-coupon-code .form-control {
    height: 53px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ed194e
}

.cart-buttons .shopping-coupon-code button {
    position: absolute;
    right: 0;
    top: 0;
    height: 53px;
    background: #ed194e;
    color: #fff;
    border: none;
    padding: 0 25px;
    line-height: 54px;
    font-weight: 600;
    outline: 0;
    -webkit-transition: .6s;
    transition: .6s;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cart-buttons .shopping-coupon-code button:hover {
    background-color: #3a60cd;
    color: #fff
}

.cart-buttons .default-btn {
    padding: 14px 30px;
    background-color: #ed194e;
    color: #fff;
    border: 1px solid #ed194e;
    text-decoration: none;
    display: inline-block
}

.cart-buttons .default-btn:hover {
    background-color: #fff;
    color: #ed194e;
    -webkit-transition: .6s;
    transition: .6s
}

.cart-totals {
    background: #fff;
    padding: 40px;
    max-width: 620px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700
}

.cart-totals ul {
    padding-left: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #202647;
    overflow: hidden;
    font-weight: 600
}

.cart-totals ul li:first-child {
    border-bottom: none
}

.cart-totals ul li:last-child {
    border-top: none
}

.cart-totals ul li b {
    font-weight: 500
}

.cart-totals ul li span {
    float: right;
    color: #666;
    font-weight: 400
}

.cart-totals .default-btn {
    padding: 14px 30px;
    background-color: #ed194e;
    color: #fff;
    border: 1px solid #ed194e;
    text-decoration: none;
    display: inline-block
}

.cart-totals .default-btn:hover {
    background-color: #fff;
    color: #ed194e;
    -webkit-transition: .6s;
    transition: .6s
}

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background: #fff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #202647;
    position: relative
}

.user-actions::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eee
}

.user-actions i {
    color: #202647;
    margin-right: 2px
}

.user-actions span {
    display: inline-block;
    font-weight: 400;
    color: #202647;
    font-size: 16px
}

.user-actions span a {
    display: inline-block;
    color: #202647;
    text-decoration: none
}

.user-actions span a:focus,
.user-actions span a:hover {
    color: #ed194e
}

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    font-weight: 700
}

.billing-details .title::before {
    content: '';
    position: absolute;
    background: #ed194e;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.billing-details .form-group {
    margin-bottom: 25px
}

.billing-details .form-group label {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 400
}

.billing-details .form-group label .required {
    color: #202647
}

.billing-details .form-group .nice-select {
    float: unset;
    line-height: 53px;
    color: #666;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0
}

.billing-details .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.billing-details .form-group .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    padding-left: 20px;
    padding-right: 20px
}

.billing-details .form-group .nice-select .list .option:hover {
    background-color: #ed194e!important;
    color: #fff
}

.billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600
}

.billing-details .form-group .nice-select:after {
    right: 20px
}

.billing-details .form-group .form-control {
    height: 50px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.billing-details .form-group .form-control:focus {
    border-color: #ed194e;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.billing-details .form-group textarea.form-control {
    height: auto;
    padding-top: 15px
}

.billing-details .form-check {
    margin-bottom: 20px
}

.billing-details .form-check .form-check-label {
    color: #202647
}

.billing-details .form-check label {
    position: relative;
    left: -3px;
    top: 1px;
    font-weight: 500
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    font-weight: 700
}

.order-details .title::before {
    content: '';
    position: absolute;
    background: #ed194e;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.order-details .order-table table {
    margin-bottom: 0
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-weight: 600
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    border-color: #eaedff;
    font-size: 15.5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 13px
}

.order-details .order-table table tbody tr td.product-name a {
    color: #666;
    display: inline-block;
    text-decoration: none;
    font-weight: 500
}

.order-details .order-table table tbody tr td.product-name a:hover {
    color: #ed194e
}

.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.total-price span {
    color: #666;
    font-weight: 500
}

.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal,
.order-details .order-table table tbody tr td.shipping-price {
    font-weight: 600
}

.order-details .payment-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    margin-top: 30px;
    padding: 30px
}

.order-details .payment-box .payment-method p [type=radio]:checked,
.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
    display: none
}

.order-details .payment-box .payment-method p [type=radio]:checked+label,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    color: #202647;
    position: relative;
    margin-bottom: 8px;
    font-weight: 600
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::before,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ed194e;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.order-details .payment-box .default-btn {
    padding: 14px 30px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    color: #202647;
    background-color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.order-details .payment-box .default-btn:hover {
    background-color: #ed194e;
    color: #fff
}

.order-details .payment-box .default-btn.order-btn {
    display: block;
    margin-top: 25px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2)
}

.contact-box {
    background: #fff;
    padding: 25px 25px 25px 95px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    -webkit-transition: .4s;
    transition: .4s;
    height: 180px
}

.contact-box .icon {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #28406d;
    line-height: 47px;
    border: 1px dashed #28406d;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: .4s;
    transition: .4s
}

.contact-box:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, .15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, .15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.contact-box:hover .icon {
    color: #fff;
    background: #ed194e;
    border: 1px dashed #ed194e
}

.contact-box .content h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600
}

.contact-box .content p {
    margin-bottom: 0;
    font-size: 16px
}

.contact-box .content a {
    color: #777;
    text-decoration: none
}

.contact-box .content a:hover {
    color: #28406d
}

.contact-text {
    margin-top: 40px
}

.contact-text h3 {
    font-size: 22px;
    margin-bottom: 14px;
    font-weight: 600
}

.contact-text p {
    margin-top: 0
}

.contact-text .social-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 20px
}

.contact-text .social-links li {
    display: inline-block;
    margin-left: 5px
}

.contact-text .social-links a {
    display: inline-block;
    border: 1px solid #202647;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-size: 15px
}

.contact-text .social-links a:hover {
    background: #ed194e;
    color: #fff;
    border-color: #ed194e
}

#contactForm {
    margin-top: 40px
}

#contactForm .form-group .form-control {
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #f3f5fe;
    outline: 0;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #f3f5fe
}

#contactForm .form-group .form-control:focus {
    color: #666;
    background-color: #fff;
    border-color: #ed194e;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#contactForm textarea {
    height: 150px!important
}

#contactForm .send-btn .send-btn-one {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-transform: capitalize;
    background-color: #ed194e;
    border: 1px solid #ed194e;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500
}

#contactForm .send-btn .send-btn-one:hover {
    background-color: #fff;
    color: #ed194e
}

.error-area {
    height: 100vh
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px
}

.error-content h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 18px
}

.error-content p {
    max-width: 520px;
    margin: 0 auto 20px;
    line-height: 30px
}

.error-content .default-btn-one {
    display: inline-block;
    padding: 12px 30px;
    background: #ed194e;
    border: 1px solid #ed194e;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .6s;
    transition: .6s
}

.error-content .default-btn-one:hover {
    text-decoration: none;
    background-color: #fff;
    color: #ed194e
}

.coming-soon-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    background-image: url(../img/coming-soon-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.coming-soon-area::before {
    z-index: -1;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .8
}

.coming-soon-area .social-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 30px
}

.coming-soon-area .social-list li {
    display: inline-block
}

.coming-soon-area .social-list li.list-heading {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500
}

.coming-soon-area .social-list li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #f45a43;
    border: 1px solid #f45a43;
    color: #fff;
    border-radius: 50%;
    margin: 0 2px;
    display: inline-block
}

.coming-soon-area .social-list li a:hover {
    background-color: transparent;
    color: #f45a43;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.coming-soon-content {
    text-align: center;
    max-width: 820px;
    margin: -80px auto 0
}

.coming-soon-content h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 46px;
    font-weight: 700
}

.coming-soon-content p {
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    max-width: 620px;
    line-height: 30px
}

.coming-soon-content form {
    position: relative;
    margin: 35px auto 55px;
    max-width: 520px
}

.coming-soon-content form .email-input {
    display: block;
    width: 100%;
    height: 56px;
    border: none;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1), 0 0 0 5px rgba(255, 255, 255, .3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .1), 0 0 0 5px rgba(255, 255, 255, .3);
    border-radius: 40px;
    padding: 15px 25px;
    outline: 0!important;
    background: #f1f2f3
}

.coming-soon-content form .submit-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 50px;
    background: #f45a43;
    color: #fff;
    border: none;
    border-radius: 40px;
    width: 130px;
    outline: 0!important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.coming-soon-content form .submit-btn:focus,
.coming-soon-content form .submit-btn:hover {
    background-color: #ff3547
}

.coming-soon-content #timer div {
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    color: #ff3547;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .5);
    margin: 0 10px;
    padding-top: 18px;
    font-size: 40px;
    font-weight: 700
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -4px;
    color: #777;
    font-size: 14px;
    font-weight: 600
}

.footer-section {
    background-image: url(../img/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.footer-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #202647;
    left: 0;
    right: 0;
    top: 0;
    opacity: .5
}

.footer-heading {
    margin-bottom: 25px
}

.footer-heading h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.footer-area .footer-social {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px
}

.footer-area .footer-social li {
    display: inline-block;
    margin-right: 10px
}

.footer-area .footer-social li:last-child {
    margin-right: 0
}

.footer-area .footer-social i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #f272bc;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center
}

.footer-area .footer-social i::before {
    font-size: 13px
}

.footer-area .footer-social i:hover {
    background-color: #ed194e;
    color: #fff;
    border: 1px solid #ed194e
}

.footer-area p {
    font-size: 14px;
    color: #d1cfcf;
    font-weight: 400
}

.footer-item-area .footer-heading {
    margin-bottom: 25px
}

.footer-item-area .footer-heading h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.footer-item-area .footer-quick-links {
    padding-left: 0;
    margin-bottom: 0
}

.footer-item-area .footer-quick-links li {
    list-style-type: none;
    padding-bottom: 16px
}

.footer-item-area .footer-quick-links li a {
    display: inline-block;
    color: #e0dbdb;
    font-size: 14px;
    font-weight: 400
}

.footer-item-area .footer-quick-links li a:hover {
    color: #ed194e;
    -webkit-transition: .5s;
    transition: .5s
}

.footer-info-contact {
    position: relative;
    padding-left: 35px;
    margin-bottom: 14px
}

.footer-info-contact:last-child {
    margin-bottom: 0
}

.footer-info-contact i {
    color: #fff;
    position: absolute;
    left: 0;
    top: -4px
}

.footer-info-contact i::before {
    font-size: 20px
}

.footer-info-contact h3 {
    font-size: 16px;
    color: #e0dbdb;
    font-weight: 500;
    margin: 0 0 10px 0
}

.footer-info-contact span {
    font-size: 14px;
    color: #e0dbdb;
    font-weight: 400
}

.footer-info-contact span a {
    font-size: 14px;
    color: #e0dbdb;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s
}

.footer-info-contact span a:hover {
    color: #ed194e
}

.copyright-area {
    background-color: #01082d;
    padding-top: 35px;
    padding-bottom: 35px
}

.copyright-area p {
    color: #d9d3d3;
    font-size: 14px
}

.copyright-area p a {
    color: #d9d3d3;
    display: inline-block;
    font-weight: 600
}

.copyright-area p a:hover {
    color: #ed194e
}

.copyright-area ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right
}

.copyright-area ul li {
    display: inline-block;
    color: #d9d3d3;
    font-size: 14px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px
}

.copyright-area ul li a {
    display: inline-block;
    color: #d9d3d3
}

.copyright-area ul li a:hover {
    color: #ed194e
}

.copyright-area ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    right: -13px;
    width: 1px;
    height: 14px;
    background-color: #fff
}

.copyright-area ul li:last-child {
    margin-right: 0
}

.copyright-area ul li:last-child::before {
    display: none
}

.copyright-area ul li:first-child {
    margin-left: 0
}

.agile-icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    color: #5d43bc;
    border: 2px dotted #5d43bc;
    border-radius: 50%
}

.agile-icon img,
.d-process-icon img,
.home-support-icon img,
.personal-involvment-icon img {
    width: 30px;
    margin: 10px auto
}

.home-support-icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    color: #f1760c;
    border: 2px dotted #f1760c;
    border-radius: 50%
}

.d-process-icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    color: #19b192;
    border: 2px dotted #19b192;
    border-radius: 50%
}

.personal-involvment-icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    color: #f0116f;
    border: 2px dotted #f0116f;
    border-radius: 50%
}

.team-item-area {
    margin-bottom: 50px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

span.small_text {
    color: #ed194e;
    font-size: 12px;
    padding: 0 5px
}

form#contactForm {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px 20px;
    margin-bottom: 61px;
    box-shadow: 1px 1px 10px -3px #ccc
}

.quote_form .form-group .form-control {
    width: 100%;
    margin-bottom: 20px
}

.success-message.text-center {
    text-align: center
}

.success-message p {
    font-size: 18px;
    color: green;
    font-weight: 700;
    border: 1px solid green;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 24px;
    background: #f3f3f3
}

.page-content {
    color: #000;
    border: 1px solid #eee;
    padding: 20px 20px;
    margin: 50px 0
}

.gutenberg__content.wp-embed-responsive ul {
    margin-left: 20px
}

.gutenberg__content.wp-embed-responsive li {
    list-style: inherit
}

.gutenberg__content.wp-embed-responsive p {
    margin: 0;
}

.wp-block-quote {
    border-left: none;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.product_box_item {
    border: 1px solid #ccc;
    margin: 17px 4px;
    color: #000;
    padding: 20px 5px;
    height: 150px;
    text-align: center;
}

.product_box_item h4 {
    font-size: 16px;
    padding-top: 5px;
}

.service_single_box {
    border: 1px solid #eeee;
    text-align: center;
    padding: 20px 5px;
    height: 130px;
    transition: .5s;
    align-items: center;
    box-shadow: 0 1px 10px rgba(48, 59, 60, .5);
}

.service_single_box:hover {
    box-shadow: 0 2px 8px rgba(61, 65, 84, .12);
}

.service_single_box h4 {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

.wp-block-column.service_single_box figure {
    display: block;
}

.border_dotted {
    border-bottom: 2px dotted #28a745;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 20px !important;
}

.about-image {
    text-align: center;
}

.about-image img {
    width: 80%;
}
.mobile_description{
    display: none;
}
.service_single_full{
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.service_single_full2{
    display: flex;
    align-items: center;
    padding-top: 25px;
}
.service_single_full3{
    display: flex;
    align-items: center;
    padding-top: 25px;
}
.service_single_full4{
    padding-top: 25px;
    display: block;
}


/* service1 */
.service_single_full .service_img{
    width: 35%;
    float: left;
}
.service_single_full .service_text{
    width: 65%;
    overflow: hidden;
    padding-left: 3%;
}
/* service2 */
.service_single_full2 .service_text2{
    width: 65%;
    float: left;
    padding-right: 3%;
}
.service_single_full2 .service_img2{
    width: 35%;
    overflow: hidden;
}/* service3 */
.service_single_full3 .service_img3{
    width: 35%;
    float: left;
}
.service_single_full3 .service_text3{
    width: 65%;
    overflow: hidden;
    padding-left: 3%;
}
.service_text h3{
    border-bottom: 2px dotted #ED194E;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 15px !important;
}
.service_text p{
    text-align: justify;
}
.service_text ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 20px;
    
}
.service_text ul li{
    font-size: 15px;
    line-height: 1.8;
    color: #6a6c72;
    position: relative;
}
.service_text ul li::before {
	content: "☆";
	font-size: 19px;
	left: -21px;
	top: -3px;
	color: #FF0080;
	background-color: transparent;
	font-family: FontAwesome;
	position: absolute;
}
.service_text2 h3{
    border-bottom: 2px dotted #ED194E;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 15px !important;
}
.service_text2 p{
    text-align: justify;
}
.service_text2 ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 20px;
    
}
.service_text2 ul li{
    font-size: 15px;
    line-height: 1.8;
    color: #6a6c72;
    position: relative;
}
.service_text2 ul li::before {
	content: "☆";
	font-size: 19px;
	left: -21px;
	top: -3px;
	color: #FF0080;
	background-color: transparent;
	font-family: FontAwesome;
	position: absolute;
}
.service_text3 h3{
    border-bottom: 2px dotted #ED194E;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 15px !important;
}
.service_text3 p{
    text-align: justify;
}
.service_text3 ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 20px;
    
}
.service_text3 ul li{
    font-size: 15px;
    line-height: 1.8;
    color: #6a6c72;
    position: relative;
}
.service_text3 ul li::before {
	content: "☆";
	font-size: 19px;
	left: -21px;
	top: -3px;
	color: #FF0080;
	background-color: transparent;
	font-family: FontAwesome;
	position: absolute;
}




.mobile_content {
	margin-bottom: 15px !important;
}
/* ux-service design */
.ux_full {
	overflow: hidden;
	display: block;
	width: 100%;
}
.ux_full h3 {
	text-align: center;
	border-bottom: 2px dotted #ED194E;
	/* display: inline-block; */
	padding-bottom: 4px;
	margin-bottom: 15px !important;
	width: 19%;
	margin: auto;
}
.ux_single {
	width: 23%;
	float: left;
	overflow: hidden;
	margin: 2% 1%;
	text-align: center;
	border: 1px solid #c64b4b26;
	padding: 25px 10px;
	transition: .2s ease-in-out;
	border-radius: 5px;
	height: 300px;
}
.ux_single img{
    width: 60px;
    margin: auto !important;
}
.ux_single h4{
    margin-bottom: 10px;
    font-size: 22px;
    padding-top: 15px;
}
.ux_single p{
    width: 85%;
    margin: auto !important;
    text-align: center;
}
.ux_single:hover{
    box-shadow: 0 2px 8px rgba(61, 65, 84, .12);
	transform: translateY(-4px);
}
/* product-page */
.product_f_grid{
    border: 1px solid #c64b4b26 !important;
    transition: .3s ease-in-out;
}
.product_f_grid a{
    background: white !important;
    color: black !important;
    border-radius: 20px;
    border: 1px solid #ed194e !important;
}
.product_f_grid a:hover{
   
    background:#ed194e !important;
    color: white !important;
    border: 1px solid #ed194e !important;
}
.product_f_grid h3{
    font-size: 21px !important; 
}
.product_f_grid:hover{
    box-shadow: 0 2px 8px rgba(61, 65, 84, .12);
    transform: translateY(-4px);
}

/* Trusted Partner */
.trustedpartner-area{
	overflow: hidden;
	margin-top: -40px;
}
.trustedpartner-full{
	position: relative;
}
/*.trustpartnertop h1 {*/
/*	font-size: 45px;*/
/*	color: #282745;*/
/*	font-weight: 700;*/
/*	background: #fff;*/
/*	background: #fff;*/
/*	padding: 3px 0px;*/
/*	border-radius: 5px;*/
/*}*/
.trustpartnertop h3{
	padding-bottom: 15px;
}
.trustedpartner{
	
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.trustedpartner-single img{
	max-width: auto;
}


/* Career Page Design */
.custom_job_area{
	max-width: 900px;
	width: 100%;
	margin: auto;
}
.webase_job_single{
	margin: 50px 0px;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0px 3px 15px #ddd;
	position: relative;
}
.webase_job_single h3 a{
	text-decoration: none;
	font-size: 22px;
	color: #222;
	display: inline-block;
	padding: 5px 0px;
}
.webase_job_single h3{
	margin: 0px;
	padding-bottom: 10px;
}
.webase_job_single ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.webase_job_single ul li {
	font-size: 16px;
	display: inline;
	padding-right: 15px;
	color: #4f4f4f;
}
.webase_job_single span {
	position: absolute;
	right: 0%;
	top: 35%;
	background: green;
	color: #fff;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 4px;
	font-size: 14px;
}

/*custom code start  */

.start-prj-sec {
    background: #ED194E !important;
}

.services-details-area .product_grid_area .product_f_grid img {
    width: 85px;
    height: auto;
    object-fit: contain;
}
.home-products.product_grid_area .product_f_grid img {
    width: 110px;
    height: auto;
    object-fit: contain;
}
.page-title-content h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}
.quote_btn {
    border: 1px solid #fff;
    color: #fdfdfd;
    font-size: 16px;
    font-weight: 900;
    padding: 5px 25px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    display: inline-block;
    text-transform: uppercase;
    background: #bbc2cc73;
    border-radius: 5px;
    margin-top: 20px;
}
.service_bread_content {
    font-style: italic;
    color: #fff;
    font-size: 20px;
    padding-left: 12px;
    text-align: left;
    border-left: 3px solid #0a57f5;
}
.product_f_grid.pose_grid {
    padding: 10px;
    height: 100%;
    margin-top: 0px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product_f_grid.pose_grid img {
    border: 1px solid #ccc;
    padding: 10px 12px;
    border-radius: 50%;
}
.product_f_grid.pose_grid h3 {
    text-align: center;
    padding-top: 10px;
    font-size: 15px !important;
    margin-bottom: 0px;
}
.product_f_grid.pose_grid h3::after,
.product_f_grid.pose_grid h3::before {
    display: none;
}
.sub-choose-text {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Appoinment style  */
.calendly-inline-widget {
   height: 1024px !important;
}
.calendly-inline-widget img {
    display: none !important;
}
/* about page style  */
.mission-vision-section {
    padding: 80px 0;
    background-color: #F8F8F9;
}
.mission-vision-section .mv-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.mission-vision-section .mv-content h3 {
    font-size: 25px;
    font-weight: 700;
}
.mission-vision-section .mv-content p {
    font-size: 15px;
    font-style: italic;
}
.ceo-section {
    padding: 70px 0;
}
.ceo-info {
    margin-top: 15px;
}
.ceo-info p {
    margin-top: 0 !important;
    font-size: 16px;
    font-weight: 600;
}
.ceo-info span {
    color: #6a6c72;
}
.single-features-item.h-screen {
    height: 100%;
}
.different-webase-section {
    padding: 70px 0;
    background-color: #F8F8F9;
}
.different-webase-section .single-services-box {
    height: 100%;
}
/*end custom code end  */
@media(max-width: 991px){
    
    .trustpartnertop h1 {
    	position: inherit;
    	padding: 0px;
    }
    .trustedpartner {
    	display: block;
    	overflow: hidden;
    }
    .trustedpartner-single {
    	width: 50%;
    	float: left;
    	overflow: hidden;
    	/*padding: 20px 10px;*/
    	box-sizing: border-box;
    }
    /*.trustedpartner-single:last-child {*/
    /*	width: 51%;*/
    /*	margin: auto;*/
    /*	float: inherit;*/
    /*}*/
}
@media(max-width: 767px){
    .trustedpartner-full{
        padding: 5px;
    }
    .webase_job_single{
        margin: 30px 0px;
    }
    .webase_job_single ul li{
        font-size: 14px;
        display: block;
    }
    .webase_job_single span{
        position: inherit;
        margin-top: 10px;
    }
        .mission-vision-section {
            padding: 40px 0;
        }
}














