/*
** - Default CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Banner Area CSS
** - Features Area CSS
** - Creative Area CSS
** - Services Area CSS
** - Development Area CSS
** - Video Section CSS
** - Choose Area CSS
** - Projects Area CSS
** - Clients Area CSS
** - Blog Area CSS
** - Banner Area Two CSS
** - Banner Area Three CSS
** - Banner Area Four CSS
** - Banner Area Five CSS
** - Banner Area Six CSS
** - Banner Area Eight CSS
** - Work Area CSS
** - Support Area CSS
** - Overview Area CSS
** - Fun Facts Area CSS
** - Team Area CSS
** - Skill Area CSS
** - Audience Area CSS
** - Solutions Area CSS
** - Design Area CSS
** - Counter Area CSS
** - Pricing Area CSS
** - Protfolio Area CSS
** - Process Area CSS
** - About Area CSS
** - Review Area CSS
** - Subscribe Area CSS
** - FAQ Area CSS
** - Learn Area CSS
** - App Area CSS
** - Data Area CSS
** - Customer Area CSS
** - More Features Area CSS
** - Digital Area CSS
** - Experience Area CSS
** - Contact Area CSS
** - Tech Area CSS
** - Agency Services Area CSS
** - Tab Area CSS
** - Page Title Area CSS
** - Pagination Area CSS
** - Login In CSS
** - Sign Up CSS
** - 404 Error Area CSS
** - Privacy Section CSS
** - Coming Soon Area CSS
** - Contact Section CSS
** - Services Details CSS
** - Projects Details Area CSS
** - Sidebar Widget Area CSS
** - Blog Details Area CSS
** - Fooetr Area CSS
** - Copy Right Area CSS
** - Go Top CSS
*/

/*================================================
Default CSS
=================================================*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: var(--main-color);
}

a:hover,
a:focus {
    color: var(--sec-color);
    text-decoration: none;
}

button {
    outline: 0 !important;
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #666666;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

p:last-child {
    margin-bottom: 0;
}

i {
    line-height: normal;
}

.row-reverse {
    flex-direction: row-reverse;
    margin: 0;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-30 {
    padding-top: 30px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    font-family: "Catamaran", sans-serif;
    font-weight: bold;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

.default-btn {
    display: inline-block;
    padding: 14px 35px;
    background-color: var(--main-color);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 2px;
}

.default-btn:hover {
    background-color: var(--sec-color);
    color: #ffffff;
}

.optional-btn {
    display: inline-block;
    padding: 14px 35px;
    background-color: #10dce8;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 2px;
    margin-left: 16px;
}

.optional-btn:hover {
    background-color: var(--sec-color);
    color: #ffffff;
}

.btn-image {
    padding: 0;
    background-color: transparent;
    max-width: 145px;
}

.btn-image:hover {
    opacity: 0.8;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 50px;
    margin: 0 0 12px 0;
    position: relative;
    line-height: 1;
}

.section-title p {
    max-width: 750px;
    margin: auto;
}

.section-title .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    margin: 20px auto 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.section-title .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(85px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(85px);
        transform: translateX(85px);
    }
}

.default-shape .shape-1 {
    position: absolute;
    right: 10%;
    top: 16%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.default-shape .shape-2 {
    position: absolute;
    left: 10%;
    top: 16%;
    z-index: -1;
}

.default-shape .shape-2 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.default-shape .shape-3 {
    position: absolute;
    left: 5%;
    bottom: 25%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.default-shape .shape-4 {
    position: absolute;
    right: 10%;
    bottom: 25%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.default-shape .shape-5 {
    position: absolute;
    left: 50%;
    top: 10%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

/*================================================
Preloader Area CSS
=================================================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.preloader .preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: var(--sec-color) !important;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader .preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/*================================================
Navbar Area CSS
=================================================*/

.mapp-responsive-nav {
    display: none;
}

.mapp-nav {
    padding-top: 0;
}

.mapp-nav .navbar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    min-height: 15vh;
}

.mapp-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.mapp-nav .navbar .navbar-brand {
    width: 130px;
}

.mapp-nav .navbar .navbar-nav {
    margin-left: auto;
}

.mapp-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0;
}

.mapp-nav .navbar .navbar-nav .nav-item span {
    display: block;
    font-size: 12px;
    color: #918ac5;
}

.mapp-nav .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    color: var(--st-color-fonte-topo);
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    margin-left: 14px;
    margin-right: 14px;
}

.mapp-nav .navbar .navbar-nav .nav-item a:hover,
.mapp-nav .navbar .navbar-nav .nav-item.active a,
.navbar-area.is-sticky .mapp-nav .navbar .navbar-nav .nav-item.active a {
    color: var(--st-color-font-secundaria-n20);
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mapp-nav .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -4px;
    margin-right: -4px;
}

.mapp-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.mapp-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.mapp-nav .navbar .navbar-nav .nav-item:hover a,
.mapp-nav .navbar .navbar-nav .nav-item.active a {
    color: var(--st-color-font-sec-nav);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    position: relative;
    color: var(--main-color);
    font-size: 15.5px;
    font-weight: 400;
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--sec-color);
    letter-spacing: 1px;
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before,
.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
    display: none;
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -255px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: var(--main-color);
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: var(--sec-color);
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: var(--main-color);
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--sec-color);
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: var(--main-color);
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--sec-color);
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: var(--main-color);
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--sec-color);
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.mapp-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: var(--main-color);
}

.mapp-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,
.mapp-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,
.mapp-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 {
    color: var(--sec-color);
}

.mapp-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: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.mapp-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: var(--main-color);
}

.mapp-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,
.mapp-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,
.mapp-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 {
    color: var(--sec-color);
}

.mapp-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: var(--sec-color);
}

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

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--sec-color);
}

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

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--sec-color);
}

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

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--sec-color);
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: var(--sec-color);
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: var(--sec-color);
}

.mapp-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.mapp-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    margin-top: 0;
}

.mapp-nav .navbar .others-options {
    margin-left: 100px;
}

.mapp-nav .navbar .others-options .option-item {
    color: var(--main-color);
    display: inline-block;
    position: relative;
    line-height: 1;
}

.mapp-nav .navbar .others-options .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: var(--st-color-fonte-topo);
    font-size: 20px;
    font-weight: 600;
}

.mapp-nav .navbar .others-options .option-item .close-btn {
    cursor: pointer;
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 20px;
    color: var(--main-color);
    font-size: 18px;
}

.mapp-nav .navbar .others-options .option-item .close-btn.active {
    display: block;
}

.mapp-nav .navbar .others-options .burger-menu {
    width: 35px;
    height: auto;
    background-color: transparent;
    margin-left: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 1px;
}

.mapp-nav .navbar .others-options .burger-menu span {
    display: block;
    width: 35px;
    height: 3px;
    background: var(--main-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 30px;
    margin-left: auto;
    margin-bottom: 4px;
}

.mapp-nav .navbar .others-options .burger-menu span:nth-child(3) {
    margin-bottom: 0;
    width: 28px;
    margin-left: auto;
}

.mapp-nav .navbar .others-options .burger-menu:hover span {
    background: var(--sec-color);
}

.mapp-nav .navbar .others-options .burger-menu:hover span:nth-child(3) {
    width: 35px;
}

.mapp-nav .navbar .others-options .default-btn {
    margin-left: 20px;
}

.mapp-nav .nav-btn {
    margin-left: 30px;
}

.navbar-area.navbar-two {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    max-height: 15vh;
}

.navbar-area.navbar-two.navlogar {
    position: relative;
}

.navbar-area.navbar-two.navlogar.is-sticky {
    position: fixed;
}

.navbar-area.navbar-two .mapp-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.navbar-area.navbar-two .mapp-nav .navbar .others-options {
    margin-left: 0;
    display: flex;
    align-items: center;
}

.navbar-area.navbar-two .mapp-nav .navbar .others-options .default-btn {
    margin-left: 20px;
    background-color: var(--main-color);
    border-radius: 30px;
    box-shadow: 1.389px 7.878px 16px 0px rgba(0, 0, 0, 0.2);
}

.navbar-area.navbar-two .mapp-nav .navbar .others-options .default-btn:hover {
    background-color: var(--sec-color);
}

.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, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.is-sticky .mapp-nav {
    padding-top: 0;
}

.mapp-nav .navbar .navbar-nav .nav-item.mobile {
    display: none;
}

.mapp-responsive-nav .mapp-responsive-menu.mean-container .navbar-nav .nav-item.mobile {
    display: block;
}

.navbar-area.is-sticky .mapp-nav .navbar .navbar-nav .nav-item a {
    color: var(--main-color);
}

.navbar-area.is-sticky .mapp-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area.is-sticky .mapp-nav .navbar .navbar-nav .nav-item.active a {
    color: var(--st-color-font-sec-nav);
}

.navbar-area.is-sticky .mapp-nav .navbar .others-options .option-item {
    color: var(--main-color);
}

.navbar-area.is-sticky .mapp-nav .navbar .others-options .option-item .search-btn {
    color: var(--main-color);
}

.navbar-area.is-sticky .mapp-nav .navbar .others-options .option-item .close-btn {
    color: var(--main-color);
}

.navbar-area.is-sticky .mapp-nav .navbar .others-options .burger-menu span {
    background: var(--main-color);
}

.navbar-area.is-sticky .mapp-nav .navbar .others-options .burger-menu:hover span {
    background: var(--sec-color);
}

.search-overlay {
    display: none;
}

.search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #ffffff;
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-top: 25px;
}

.search-overlay.search-popup.login-popup {
    top: 60px;
}

.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 #eeeeee;
    color: var(--main-color);
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 4px;
    padding-left: 10px;
}

.search-overlay.search-popup .search-form .search-input:focus {
    border-color: var(--sec-color);
}

.search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: transparent;
    border: none;
    width: 50px;
    outline: 0;
    color: #666666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
}

.search-overlay.search-popup .search-form .search-button:hover,
.search-overlay.search-popup .search-form .search-button:focus {
    color: var(--sec-color);
}

.sidebar-modal {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
    position: absolute;
    right: -100%;
    top: 0;
    width: 30%;
    overflow-y: scroll;
    height: 100%;
    background-color: #ffffff;
    -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: 0.5s;
    transition: 0.5s;
    color: var(--main-color);
    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;
    font-family: "Open Sans", sans-serif;
}

.sidebar-modal .sidebar-about-area .title p {
    margin-top: 15px;
    font-size: 15px;
}

.sidebar-modal .sidebar-contact-feed {
    margin-bottom: 40px;
}

.sidebar-modal .sidebar-contact-feed h2 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.sidebar-modal .sidebar-contact-feed .contact-form form .form-group {
    margin-bottom: 15px;
}

.sidebar-modal .sidebar-contact-feed .contact-form form .form-control {
    height: 50px;
    padding: 0 15px;
    line-height: initial;
    color: var(--main-color);
    background-color: transparent;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-modal .sidebar-contact-feed .contact-form form .form-control:focus {
    border-color: var(--sec-color);
}

.sidebar-modal .sidebar-contact-feed .contact-form form .form-control::-webkit-input-placeholder {
    color: #666666;
}

.sidebar-modal .sidebar-contact-feed .contact-form form .form-control:-ms-input-placeholder {
    color: #666666;
}

.sidebar-modal .sidebar-contact-feed .contact-form form .form-control::-ms-input-placeholder {
    color: #666666;
}

.sidebar-modal .sidebar-contact-feed .contact-form form .form-control::placeholder {
    color: #666666;
}

.sidebar-modal .sidebar-contact-feed .contact-form form textarea.form-control {
    height: auto !important;
    padding-top: 15px;
}

.sidebar-modal .sidebar-contact-feed .contact-form .send-btn {
    margin-top: 10px;
}

.sidebar-modal .sidebar-contact-feed .contact-form .with-errors ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0;
}

.sidebar-modal .sidebar-contact-feed .contact-form .with-errors ul li {
    color: red;
}

.sidebar-modal .sidebar-contact-feed .contact-form #msgSubmit {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.sidebar-modal .sidebar-contact-feed .contact-form #msgSubmit.text-danger {
    margin-top: 20px !important;
    font-family: "Open Sans", sans-serif;
}

.sidebar-modal .sidebar-contact-feed .contact-form .send-btn .send-btn-one {
    display: inline-block;
    padding: 14px 35px;
    background-color: var(--sec-color);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
}

.sidebar-modal .sidebar-contact-feed .contact-form .send-btn .send-btn-one:hover {
    background-color: #10dce8;
    color: #ffffff;
}

.sidebar-modal .sidebar-contact-area .contact-info {
    text-align: center;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 {
    margin-bottom: 0;
    text-transform: lowercase;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a {
    display: inline-block;
    color: var(--sec-color);
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:hover {
    color: var(--main-color);
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child) {
    color: var(--main-color);
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child):hover {
    color: var(--sec-color);
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 span {
    display: block;
    color: #666666;
    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: #ffffff;
    border-color: var(--sec-color);
    background-color: var(--sec-color);
}

.sidebar-modal.active {
    opacity: 1;
    visibility: visible;
}

.sidebar-modal.active .sidebar-modal-inner {
    right: 0;
}

@media only screen and (max-width: 991px) {
    .mapp-responsive-nav {
        display: block;
    }

    .mapp-responsive-nav .mapp-responsive-menu {
        position: relative;
        height: calc(15vh - 30px);
        display: flex;
        align-items: center;
    }

    .mapp-responsive-nav .mapp-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }

    .mapp-responsive-nav .mapp-responsive-menu.mean-container .mean-nav ul li a.active {
        color: var(--sec-color);
    }

    .mapp-responsive-nav .mapp-responsive-menu.mean-container .mean-nav ul li a i {
        display: none;
    }

    .mapp-responsive-nav .mapp-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14px;
    }

    .mapp-responsive-nav .mapp-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.4);
    }

    .mapp-responsive-nav .mean-container a.meanmenu-reveal {
        color: var(--main-color);
    }

    .mapp-responsive-nav .mean-container a.meanmenu-reveal span {
        background: var(--main-color);
    }

    .mapp-responsive-nav .mean-container .others-options {
        display: none;
    }

    .mapp-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999;
    }

    .navbar-area {
        background-color: #ffffff;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .mapp-nav {
        display: none;
    }
}

/*================================================
Banner Area CSS
=================================================*/

.main-banner-area {
    position: relative;
    overflow: hidden;
}

.home-sliders .home-item {
    position: relative;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.home-sliders .home-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--sec-color);
    opacity: 0.6;
}

.home-sliders .home-item.item-bg1 {
    background-image: url(../../assets/img/home-one/slider-bg.jpg);
}

.home-sliders .home-item.item-bg2 {
    background-image: url(../../assets/img/home-one/slider-bg-2.jpg);
}

.home-sliders .home-item.item-bg3 {
    background-image: url(../../assets/img/home-one/slider-bg-3.jpg);
}

.home-sliders .home-item .main-banner-content {
    position: relative;
    max-width: 630px;
}

.home-sliders .home-item .main-banner-content h1 {
    font-size: 70px;
    color: #ffffff;
    margin: 5px 0 15px 0;
}

.home-sliders .home-item .main-banner-content p {
    color: #ffffff;
    margin-bottom: 0;
}

.home-sliders .home-item .main-banner-content .banner-btn {
    margin-top: 30px;
}

.home-sliders .home-item .main-banner-content .banner-btn .default-btn:focus {
    color: var(--main-color);
}

.home-sliders .home-item .main-banner-content .banner-btn .default-btn {
    -webkit-box-shadow: 5px 5px #10dce875;
    box-shadow: 5px 5px #10dce875;
}

.home-sliders .home-item .main-banner-content .banner-btn .default-btn:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.home-sliders .banner-image {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
}

.home-sliders .banner-image .banner-img {
    position: absolute;
    top: 70px;
    right: 0;
    text-align: right;
    max-width: 550px;
}

.home-sliders.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.home-sliders.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: var(--main-color);
    border-radius: 2px;
    width: 55px;
    height: 55px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
}

.home-sliders.owl-theme .owl-nav [class*=owl-] i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-sliders.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
}

.home-sliders.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--sec-color);
    color: #ffffff;
}

.home-sliders.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.home-sliders.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.home-sliders.owl-theme .owl-dots .owl-dot:hover span,
.home-sliders.owl-theme .owl-dots .owl-dot.active span {
    background-color: #10dce8;
}

.home-sliders.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.home-sliders.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

/*================================================
Features Area CSS
=================================================*/

.features-content {
    text-align: center;
    margin-bottom: 20px;
}

.features-content .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: var(--main-color);
    color: var(--sec-color);
    text-align: center;
    border-radius: 50px;
    font-size: 35px;
}

.features-content .icon.left-icon i {
    padding-left: 5px;
}

.features-section .features-content h3 {
    text-transform: uppercase;
    font-size: 18px;
    min-height: 45px;
    margin: 16px 0 8px 0;
}

/*================================================
Creative Area CSS
=================================================*/

.creative-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
    position: relative;
}

.creative-content h3::before {
    content: "";
    position: absolute;
}

.creative-content span {
    color: var(--sec-color);
}

.creative-content .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.creative-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.skill-bar {
    margin-top: 30px;
    font-family: "Open Sans", sans-serif;
}

.skill-bar .progress-title-holder {
    position: relative;
    margin-bottom: 10px;
}

.skill-bar .progress-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
}

.skill-bar .progress-number-wrapper {
    width: 100%;
    z-index: 10;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
}

.skill-bar .progress-number-mark {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500;
}

.skill-bar .progress-content-outter {
    height: 6px;
    background-color: #e4e4e4;
    border-radius: 4px;
}

.skill-bar .progress-content {
    height: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#bcf2f5), color-stop(#b0eaf7), color-stop(#a9e0f9), color-stop(#a7d6f9), to(#abcbf6));
    background: linear-gradient(to right, #bcf2f5, #b0eaf7, #a9e0f9, #a7d6f9, #abcbf6);
    border-radius: 4px;
    width: 0%;
}

.creative-image {
    background-image: url(../../assets/img/about/about.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
}

.creative-image img {
    display: none;
}

.creative-video {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 210px;
    margin: auto;
}

.creative-video .video-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    color: var(--sec-color);
    position: relative;
    z-index: 1;
}

.creative-video .video-btn i {
    font-size: 35px;
    position: relative;
    top: 5px;
    left: 4px;
}

.creative-video .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.creative-video .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.creative-video .video-btn:hover,
.creative-video .video-btn .video-content .video-btn:focus {
    background-color: var(--sec-color);
    color: #ffffff;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

/*================================================
Services Area CSS
=================================================*/

.services-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-section.bg-color {
    background-color: #f0f4f8;
    border-bottom: 1px solid #f3f3f3;
}

.services-section.bg-background {
    background-image: url(../../assets/img/services-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.single-services {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services .icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services .icon i {
    display: inline-block;
    height: 70px;
    width: 90px;
    line-height: 70px;
    background-color: #f0f4f8;
    text-align: center;
    font-size: 30px;
    color: var(--main-color);
    border-radius: 30px 5px 30px 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services .icon.bg-deb0fe i {
    background-color: #deb0fe;
    color: #ffffff;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    line-height: 70px;
}

.single-services .icon.bg-79e8e2 i {
    background-color: #79e8e2;
    color: #ffffff;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    line-height: 70px;
}

.single-services .icon.bg-fcc774 i {
    background-color: #fcc774;
    color: #ffffff;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    line-height: 70px;
}

.single-services .icon.bg-84b7fd i {
    background-color: #84b7fd;
    color: #ffffff;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    line-height: 70px;
}

.single-services .icon.bg-fe929f i {
    background-color: #fe929f;
    color: #ffffff;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    line-height: 70px;
}

.single-services .icon.bg-2e1342 i {
    background-color: #2e1342;
    color: #ffffff;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    line-height: 70px;
}

.single-services h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services p {
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services .read-btn {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    font-size: 15px;
}

.single-services::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
    background: var(--sec-color);
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}

.single-services:hover {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services:hover::before {
    height: 100%;
}

.single-services:hover h3 {
    color: #ffffff;
}

.single-services:hover p {
    color: #ffffff;
}

.single-services:hover .read-btn {
    color: #ffffff;
}

.single-services-two {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px dashed #c77efb;
}

.single-services-two .icon i {
    color: #c77efb;
    font-size: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-two h3 {
    font-size: 25px;
    margin: 10px 0 10px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-two p {
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-two .read-btn {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    font-size: 15px;
}

.single-services-two::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
    background: #c77efb;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}

.single-services-two:hover {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services-two:hover::before {
    height: 100%;
}

.single-services-two:hover h3 {
    color: #ffffff;
}

.single-services-two:hover p {
    color: #ffffff;
}

.single-services-two:hover .read-btn {
    color: #ffffff;
}

.single-services-two:hover .icon i {
    color: #ffffff;
}

.single-services-two.bg-fc9ba7 {
    border: 1px dashed #fc9ba7;
}

.single-services-two.bg-fc9ba7 .icon i {
    color: #fc9ba7;
}

.single-services-two.bg-fc9ba7::before {
    background: #fc9ba7;
}

.single-services-two.bg-fc9ba7:hover {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services-two.bg-fc9ba7:hover::before {
    height: 100%;
}

.single-services-two.bg-fc9ba7:hover .icon i {
    color: #ffffff;
}

.single-services-two.bg-2cdcf7 {
    border: 1px dashed #2cdcf7;
}

.single-services-two.bg-2cdcf7 .icon i {
    color: #2cdcf7;
}

.single-services-two.bg-2cdcf7::before {
    background: #2cdcf7;
}

.single-services-two.bg-2cdcf7:hover {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services-two.bg-2cdcf7:hover::before {
    height: 100%;
}

.single-services-two.bg-2cdcf7:hover .icon i {
    color: #ffffff;
}

.single-services-two.bg-009af0 {
    border: 1px dashed #009af0;
}

.single-services-two.bg-009af0 .icon i {
    color: #009af0;
}

.single-services-two.bg-009af0::before {
    background: #009af0;
}

.single-services-two.bg-009af0:hover {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services-two.bg-009af0:hover::before {
    height: 100%;
}

.single-services-two.bg-009af0:hover .icon i {
    color: #ffffff;
}

.single-services-two.bg-f4d62c {
    border: 1px dashed #f4d62c;
}

.single-services-two.bg-f4d62c .icon i {
    color: #f4d62c;
}

.single-services-two.bg-f4d62c::before {
    background: #f4d62c;
}

.single-services-two.bg-f4d62c:hover {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services-two.bg-f4d62c:hover::before {
    height: 100%;
}

.single-services-two.bg-f4d62c:hover .icon i {
    color: #ffffff;
}

.single-services-two.bg-1e2d75 {
    border: 1px dashed #1e2d75;
}

.single-services-two.bg-1e2d75 .icon i {
    color: #1e2d75;
}

.single-services-two.bg-1e2d75::before {
    background: #1e2d75;
}

.single-services-two.bg-1e2d75:hover {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services-two.bg-1e2d75:hover::before {
    height: 100%;
}

.single-services-two.bg-1e2d75:hover .icon i {
    color: #ffffff;
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    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(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    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(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    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(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    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(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes moveScale {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/*================================================
Development Area CSS
=================================================*/

.development-text h3 {
    font-size: 40px;
    margin-bottom: 16px;
    position: relative;
}

.development-text h3::before {
    content: "";
    position: absolute;
}

.development-text span {
    color: var(--sec-color);
}

.development-text .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.development-text .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.development-content {
    position: relative;
    padding-left: 85px;
    margin-top: 30px;
}

.development-content .icon {
    position: absolute;
    left: 0;
}

.development-content .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: #e5c2fe;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    font-size: 35px;
}

.development-content .icon.bg-05dbcf i {
    background-color: #05dbcf;
}

.development-content .icon.bg-fec66f i {
    background-color: #fec66f;
}

.development-content .icon.bg-66a6ff i {
    background-color: #66a6ff;
}

.development-content span {
    color: var(--sec-color);
}

.development-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

/*================================================
Video Section CSS
=================================================*/

.video-section {
    background-image: url(../../assets/img/video-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 100px;
    height: 400px;
}

.video-content {
    text-align: center;
    position: relative;
}

.video-content .video-btn {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 100px;
    background-color: var(--sec-color);
    border-radius: 50%;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.video-content .video-btn i {
    font-size: 30px;
    position: relative;
    top: 2px;
    left: 4px;
}

.video-content .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid "Open Sans", sans-serif;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.video-content .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid var(--sec-color);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.video-content .video-btn:hover,
.video-content .video-btn .video-content .video-btn:focus {
    background-color: #ffffff;
    color: var(--sec-color);
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

/*================================================
Choose Area CSS
=================================================*/

.choose-content {
    position: relative;
    margin-top: 40px;
    padding: 20px 40px 20px 120px;
    background-color: #f0f4f8;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}

.choose-content .icon {
    position: absolute;
    left: 30px;
    top: 26px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-content .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: var(--main-color);
    color: var(--sec-color);
    text-align: center;
    border-radius: 50px;
    font-size: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    background: var(--sec-color);
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
}

.choose-content:hover {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.choose-content:hover::before {
    width: 100%;
}

.choose-content:hover h3 {
    color: #ffffff;
}

.choose-content:hover p {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-content:hover .icon i {
    background-color: #ffffff;
    color: var(--sec-color);
}

.choose-text {
    position: relative;
    padding-left: 88px;
    margin-bottom: 30px;
}

.choose-text .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.choose-text .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    background: -webkit-gradient(linear, left top, right top, from(#85edfe), color-stop(#6ee0ff), color-stop(#60d2ff), color-stop(#5fc2ff), to(#6bb1ff));
    background: linear-gradient(to right, #85edfe, #6ee0ff, #60d2ff, #5fc2ff, #6bb1ff);
    line-height: 70px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}

.choose-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.image {
    text-align: center;
}

/*================================================
Projects Area CSS
=================================================*/

.single-projects {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.single-projects.two {
    margin-bottom: 0;
}

.single-projects::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--sec-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-projects .projects-content {
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    text-align: center;
    right: 0;
    color: #ffffff;
    margin-top: 0;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-projects .projects-content:hover {
    text-decoration: none;
}

.single-projects .projects-content h3 {
    color: #ffffff;
    font-size: 24px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 5px;
}

.single-projects .projects-content span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-projects:hover::before,
.single-projects:focus::before {
    opacity: 0.8;
    visibility: visible;
}

.single-projects:hover .projects-content,
.single-projects:focus .projects-content {
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
}

.single-projects .projects-image img {
    width: 100%;
}

/*================================================
Clients Area CSS
=================================================*/

.clients-section.bg-background {
    background-image: url(../../assets/img/clients-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.clients-section.bg-background .section-title h2 {
    color: #ffffff;
}

.clients-section.bg-background .section-title p {
    color: #ffffff;
}

.clients-section.bg-background .clients-slider .clients-item p {
    color: #ffffff;
}

.clients-section.bg-background .clients-slider .clients-item .clients-content h3 {
    color: #ffffff;
}

.clients-section.bg-background .clients-slider .clients-item .clients-content span {
    color: #ffffff;
}

.clients-slider .clients-item {
    text-align: center;
}

.clients-slider .clients-item .icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: var(--sec-color);
    color: #ffffff;
    font-size: 40px;
    border-radius: 50px;
}

.clients-slider .clients-item p {
    font-style: italic;
    max-width: 860px;
    margin: 20px auto 0;
}

.clients-slider .clients-item .clients-content {
    margin-top: 50px;
    position: relative;
}

.clients-slider .clients-item .clients-content::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    background-color: var(--sec-color);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -25px;
}

.clients-slider .clients-item .clients-content h3 {
    font-size: 25px;
    margin-bottom: 5px;
}

.clients-slider .clients-item .clients-content span {
    font-weight: 500;
    font-size: 15px;
}

.clients-slider.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: var(--main-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.clients-slider.owl-theme .owl-dots .owl-dot:hover span,
.clients-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--sec-color);
}

.clients-slider.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.clients-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

/*================================================
Blog Area CSS
=================================================*/

.single-blog {
    margin-bottom: 30px;
}

.single-blog .content {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    padding: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog .content span {
    font-size: 14px;
    color: var(--sec-color);
}

.single-blog .content h3 {
    font-size: 22px;
    margin: 10px 0 6px 0;
    line-height: 1.5;
}

.single-blog .content .read-more {
    font-size: 15px;
    font-weight: 600;
}

.single-blog:hover h3 a {
    color: var(--sec-color);
}

.single-blog:hover .read-more {
    color: var(--sec-color);
    letter-spacing: 1px;
}

/*================================================
Banner Area Two CSS
=================================================*/

.main-banner-area-two {
    position: relative;
    height: 100vh;
    z-index: 1;
    background-color: #d0e8fc;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

.main-banner-area-two .main-banner-content {
    position: relative;
    max-width: 530px;
    margin-left: auto;
    margin-top: -130px;
}

.main-banner-area-two .main-banner-content h1 {
    font-size: 70px;
    color: var(--main-color);
    margin: 5px 0 15px 0;
}

.main-banner-area-two .main-banner-content p {
    color: var(--main-color);
    margin-bottom: 0;
}

.main-banner-area-two .main-banner-content .banner-btn {
    margin-top: 30px;
}

.main-banner-area-two .banner-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.main-banner-area-two .banner-image {
    position: relative;
    margin-top: -40px;
}

.main-banner-area-two .banner-image img {
    position: absolute;
}

.main-banner-area-two .banner-image img:nth-child(1) {
    top: 12px;
    left: 0;
    z-index: 999;
    max-width: 156px;
}

.main-banner-area-two .banner-image img:nth-child(2) {
    left: 16%;
    top: -214px;
    z-index: 999;
}

.main-banner-area-two .banner-image img:nth-child(3) {
    left: 30%;
    z-index: 999;
    top: -246px;
}

.main-banner-area-two .banner-image img:nth-child(4) {
    right: -24px;
    top: -172px;
    max-width: 820px;
}

.main-banner-area-two .banner-image img:nth-child(5) {
    top: 12px;
    right: 0;
    z-index: 999;
    max-width: 156px;
}

.main-banner-area-two .banner-image img:last-child {
    display: none;
}

/*================================================
Banner Area Three CSS
=================================================*/

.main-banner-area-three {
    position: relative;
    height: 780px;
    z-index: 1;
    background-image: url(../../assets/img/home-three/banner-bg1.jpg);
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.main-banner-area-three .main-banner-content {
    position: relative;
    max-width: 530px;
    margin-left: auto;
}

.main-banner-area-three .main-banner-content h1 {
    font-size: 70px;
    color: var(--main-color);
    margin: 10px 0 15px 0;
}

.main-banner-area-three .main-banner-content span {
    font-size: 16px;
    color: var(--sec-color);
    font-weight: 600;
}

.main-banner-area-three .main-banner-content p {
    color: var(--main-color);
    margin-bottom: 0;
}

.main-banner-area-three .main-banner-content .banner-btn {
    margin-top: 30px;
}

.main-banner-area-three .banner-image {
    position: relative;
    margin-top: -40px;
}

.main-banner-area-three .banner-image img {
    position: absolute;
}

.main-banner-area-three .banner-image img:nth-child(1) {
    top: 12px;
    right: -30px;
    z-index: 999;
}

.main-banner-area-three .banner-image img:nth-child(2) {
    left: 45%;
    top: 100px;
    z-index: 999;
}

.main-banner-area-three .banner-image img:nth-child(3) {
    left: 100px;
    z-index: 999;
    top: 109px;
}

.main-banner-area-three .banner-image img:nth-child(4) {
    left: -112px;
    top: -85px;
}

.main-banner-area-three .banner-image img:nth-child(5) {
    top: -192px;
    left: 15%;
}

.main-banner-area-three .banner-image img:last-child {
    display: none;
}

/*================================================
Banner Area Four CSS
=================================================*/

.main-banner-area-four {
    position: relative;
    height: 900px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background-image: url(../../assets/img/home-one/slider-bg.jpg);
    overflow: hidden;
}

.main-banner-area-four::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.9;
}

.main-banner-area-four .main-banner-content {
    position: relative;
    max-width: 530px;
    margin-left: auto;
}

.main-banner-area-four .main-banner-content h1 {
    font-size: 70px;
    color: var(--main-color);
    margin: 10px 0 15px 0;
}

.main-banner-area-four .main-banner-content span {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
}

.main-banner-area-four .main-banner-content p {
    color: var(--main-color);
    margin-bottom: 0;
}

.main-banner-area-four .main-banner-content .banner-btn {
    margin-top: 30px;
}

.main-banner-area-four .banner-image {
    margin-top: 60px;
}

/*================================================
Banner Area Five CSS
=================================================*/

.main-banner-area-five {
    position: relative;
    height: 900px;
    z-index: 1;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

.main-banner-area-five .main-banner-content {
    position: relative;
    max-width: 530px;
    margin-left: auto;
}

.main-banner-area-five .main-banner-content h1 {
    font-size: 70px;
    color: var(--main-color);
    margin: 10px 0 15px 0;
}

.main-banner-area-five .main-banner-content span {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
}

.main-banner-area-five .main-banner-content p {
    color: var(--main-color);
    margin-bottom: 0;
}

.main-banner-area-five .main-banner-content .banner-btn {
    margin-top: 30px;
}

.main-banner-area-five .banner-image {
    margin-top: 60px;
    text-align: right;
}

.main-banner-area-five .banner-shape {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

/*================================================
Banner Area Six CSS
=================================================*/

.main-banner-area-six {
    position: relative;
    min-height: 590px;
    height: 100vh;
    z-index: 1;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

.main-banner-area-six .main-banner-content {
    position: relative;
    max-width: 530px;
    margin-left: auto;
}

.main-banner-area-six .main-banner-content h1 {
    font-size: 70px;
    color: var(--main-color);
    margin: 10px 0 15px 0;
}

.main-banner-area-six .main-banner-content span {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
}

.main-banner-area-six .main-banner-content p {
    color: var(--main-color);
    margin-bottom: 0;
}

.main-banner-area-six .main-banner-content .banner-btn {
    margin-top: 30px;
}

.main-banner-area-six .banner-image {
    margin-top: 0;
    text-align: right;
}

.main-banner-area-six .banner-shape {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

/*================================================
Banner Area Seven CSS
=================================================*/

.main-banner-area-seven {
    position: relative;
    height: 900px;
    z-index: 1;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

.main-banner-area-seven .main-banner-content {
    position: relative;
    max-width: 530px;
    margin-left: auto;
}

.main-banner-area-seven .main-banner-content h1 {
    font-size: 70px;
    color: var(--main-color);
    margin: 10px 0 15px 0;
}

.main-banner-area-seven .main-banner-content span {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
}

.main-banner-area-seven .main-banner-content p {
    color: var(--main-color);
    margin-bottom: 0;
}

.main-banner-area-seven .main-banner-content .banner-btn {
    margin-top: 30px;
}

.main-banner-area-seven .banner-image {
    position: relative;
}

.main-banner-area-seven .banner-image img {
    position: absolute;
}

.main-banner-area-seven .banner-image img:nth-child(1) {
    top: -24px;
    left: 8%;
    z-index: 999;
}

.main-banner-area-seven .banner-image img:nth-child(2) {
    left: 35%;
    top: 60px;
    z-index: 999;
}

.main-banner-area-seven .banner-image img:nth-child(3) {
    left: 28%;
    z-index: 999;
    top: -50px;
}

.main-banner-area-seven .banner-image img:nth-child(4) {
    left: 36%;
    top: 40px;
    z-index: 999;
}

.main-banner-area-seven .banner-image img:nth-child(5) {
    right: 0;
    top: -40px;
    z-index: 999;
}

.main-banner-area-seven .banner-image img:nth-child(6) {
    right: 10%;
    top: 102px;
    z-index: 999;
}

.main-banner-area-seven .banner-image img:nth-child(7) {
    right: 16%;
    top: -172px;
    z-index: 999;
}

.main-banner-area-seven .banner-image img:nth-child(8) {
    right: 5px;
    top: -320px;
    z-index: 999;
}

.main-banner-area-seven .banner-image img:nth-child(9) {
    left: 30%;
    top: -300px;
    z-index: 999;
}

.main-banner-area-seven .banner-image img:nth-child(10) {
    left: 20%;
    top: -158px;
    z-index: 999;
}

.main-banner-area-seven .banner-image img:nth-child(11) {
    right: 0;
    top: -265px;
}

.main-banner-area-seven .banner-image img:last-child {
    display: none;
}

/*================================================
Banner Area Eight CSS
=================================================*/

.main-banner-area-eight {
    position: relative;
    min-height: 735px;
    height: 110vh;
    z-index: 1;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

.main-banner-area-eight .main-banner-content {
    position: relative;
    max-width: 530px;
    margin-left: auto;
}

.main-banner-area-eight .main-banner-content h1 {
    font-size: 70px;
    color: var(--main-color);
    margin: 10px 0 15px 0;
}

.main-banner-area-eight .main-banner-content span {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
}

.main-banner-area-eight .main-banner-content p {
    color: var(--main-color);
    margin-bottom: 0;
}

.main-banner-area-eight .main-banner-content .banner-btn {
    margin-top: 30px;
}

.main-banner-area-eight .banner-form {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    padding: 30px;
    position: relative;
    z-index: 1;
}

.main-banner-area-eight .banner-form h2 {
    text-align: center;
    margin-bottom: 5px;
}

.main-banner-area-eight .banner-form::before {
    left: 0;
    right: 0;
    height: 20px;
    content: '';
    position: absolute;
    background: #f4f4f4;
    bottom: -20px;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    border-radius: 0 0 5px 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.main-banner-area-eight .banner-form h3 {
    margin-bottom: 25px;
    font-size: 26px;
    text-align: center;
    font-family: "Catamaran", sans-serif;
}

.main-banner-area-eight .banner-form form .form-control {
    height: 55px;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #333333;
    background-color: transparent;
    border: 1px solid #e5e0e0;
    border-radius: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
}

.main-banner-area-eight .banner-form form .form-control:focus {
    border-color: var(--sec-color);
}

.main-banner-area-eight .banner-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
}

.main-banner-area-eight .banner-form form button {
    display: block;
    width: 100%;
    margin-top: 20px;
    color: #ffffff;
    background-color: var(--sec-color);
    padding: 14px 25px;
    border: 1px solid var(--sec-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.main-banner-area-eight .banner-form form button:hover {
    border-color: var(--sec-color);
    color: var(--sec-color);
    background-color: transparent;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
}

.main-banner-area-eight .banner-form .with-errors ul li {
    color: red;
    margin-top: 5px;
}

.main-banner-area-eight .banner-form .text-danger {
    color: #dc3545 !important;
    margin-bottom: 0 !important;
    text-align: center;
    margin-top: 20px;
}

/*================================================
Work Area CSS
=================================================*/

.work-section.bg-f6f6fe {
    background-color: #f6f6fe;
}

.work-content {
    max-width: 550px;
    margin-left: auto;
}

.work-content h3 {
    font-size: 36px;
}

.work-content span {
    color: var(--sec-color);
}

.work-content p {
    margin-bottom: 0;
}

.work-content h4 {
    font-size: 25px;
    margin: 6px 0 8px 0;
}

.work-content .work-status {
    position: relative;
    margin-top: 20px;
}

.work-content .work-status h3 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 50px;
    color: var(--sec-color);
}

.work-content .work-status h3 .sign-icon {
    display: inline-block;
    font-size: 46px;
    position: absolute;
    top: 6px;
}

.work-content .work-status p {
    margin: 0 0 0 0;
}

.work-image {
    background-image: url(../../assets/img/work-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
}

.work-image img {
    display: none;
}

.work-video {
    text-align: center;
    position: absolute;
    left: -25px;
    bottom: 210px;
    margin: auto;
}

.work-video .video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 82px;
    background-color: var(--sec-color);
    border-radius: 50%;
    color: var(--sec-color);
    position: relative;
    z-index: 1;
}

.work-video .video-btn i {
    font-size: 35px;
    position: relative;
    top: 5px;
    left: 4px;
    color: #ffffff;
}

.work-video .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid var(--sec-color);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.work-video .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid var(--sec-color);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.work-video .video-btn:hover,
.work-video .video-btn .video-content .video-btn:focus {
    background-color: var(--sec-color);
    color: var(--sec-color);
}

/*================================================
Support Area CSS
=================================================*/

.support-content {
    position: relative;
    margin-bottom: 30px;
    padding-left: 65px;
}

.support-content:last-child {
    margin-bottom: 0;
}

.support-content .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.support-content .icon i {
    font-size: 50px;
    color: var(--sec-color);
}

.support-content h3 {
    font-size: 25px;
    margin: 0 0 4px 0;
}

/*================================================
Overview Area CSS
=================================================*/

.overview-section {
    background-color: #f0f1fe;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.overview-content {
    text-align: center;
    margin-bottom: 30px;
}

.overview-content .icon {
    display: inline-block;
    height: 100px;
    width: 100px;
    background-color: #ffffff;
    line-height: 108px;
    border-radius: 50px;
    border: 1px dashed var(--sec-color);
}

.overview-content .icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    background: -webkit-gradient(linear, left top, right top, from(#85edfe), color-stop(#6ee0ff), color-stop(#60d2ff), color-stop(#5fc2ff), to(#6bb1ff));
    background: linear-gradient(to right, #85edfe, #6ee0ff, #60d2ff, #5fc2ff, #6bb1ff);
    line-height: 80px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 30px;
}

.overview-content h3 {
    margin: 14px 0 10px 0;
    font-size: 30px;
}

.overview-content p {
    margin-bottom: 0;
}

/*================================================
Fun Facts Area CSS
=================================================*/

.fun-facts-area {
    position: relative;
    background-image: url(../../assets/img/counter-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.single-fun-fact {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 10px;
}

.single-fun-fact h3 {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1;
    font-size: 50px;
}

.single-fun-fact p {
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: 500;
}

.single-fun-fact .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #e2edfd;
    color: var(--sec-color);
    font-size: 30px;
    border-radius: 50px;
}

/*================================================
Team Area CSS
=================================================*/

.team-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-team {
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.single-team .content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    padding: 20px;
    max-width: 300px;
    margin: -80px auto 0;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team .content h3 {
    font-size: 22px;
    margin-bottom: 6px;
}

.single-team .content span {
    font-size: 15px;
    font-weight: 500;
}

.single-team .content .social {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -40px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team .content .social li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.single-team .content .social li:last-child {
    margin-right: 0;
}

.single-team .content .social i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: var(--sec-color);
    color: #ffffff;
    font-size: 14px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team .content .social i:hover {
    background-color: #10dce8;
}

.single-team:hover .content .social {
    margin-top: 15px;
    opacity: 1;
}

.team-item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.team-item .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-item .image .social {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.team-item .image .social li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-left: 1px;
    margin-right: 1px;
}

.team-item .image .social li a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--sec-color);
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-item .image .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.team-item .image .social li a:hover {
    color: #ffffff;
    background-color: #10dce8;
}

.team-item .image .social li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.team-item .image .social li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.team-item .image .social li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.team-item .image .social li:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.team-item .content {
    background-color: #ffffff;
    -webkit-box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
    padding: 30px;
}

.team-item .content h3 {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
}

.team-item .content span {
    display: block;
    color: var(--sec-color);
    font-size: 14px;
    margin-top: 6px;
}

.team-item:hover .image .social li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/*================================================
Skill Area CSS
=================================================*/

.skills-section {
    overflow: hidden;
}

.skills-image {
    background-image: url(../../assets/img/skills.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}

.skills-image img {
    display: none;
}

.skills-area {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding: 50px;
    margin-left: -200px;
    margin-right: 200px;
}

.skills-area .skills-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
    position: relative;
}

.skills-area .skills-content h3::before {
    content: "";
    position: absolute;
}

.skills-area .skills-content span {
    color: var(--sec-color);
}

.skills-area .skills-content .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.skills-area .skills-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.skills-area .skill-bar {
    margin-top: 30px;
    font-family: "Open Sans", sans-serif;
}

.skills-area .skill-bar .progress-title-holder {
    position: relative;
    margin-bottom: 10px;
}

.skills-area .skill-bar .progress-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
}

.skills-area .skill-bar .progress-number-wrapper {
    width: 100%;
    z-index: 10;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
}

.skills-area .skill-bar .progress-number-mark {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500;
}

.skills-area .skill-bar .progress-content-outter {
    height: 6px;
    background-color: #e4e4e4;
    border-radius: 4px;
}

.skills-area .skill-bar .progress-content {
    height: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#bcf2f5), color-stop(#b0eaf7), color-stop(#a9e0f9), color-stop(#a7d6f9), to(#abcbf6));
    background: linear-gradient(to right, #bcf2f5, #b0eaf7, #a9e0f9, #a7d6f9, #abcbf6);
    border-radius: 4px;
    width: 0%;
}

/*================================================
Audience Area CSS
=================================================*/

.audience-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.audience-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
    position: relative;
}

.audience-content h3::before {
    content: "";
    position: absolute;
}

.audience-content span {
    color: var(--sec-color);
}

.audience-content .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.audience-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.audience-content .audience-btn {
    margin-top: 25px;
}

/*================================================
Solutions Area CSS
=================================================*/

.solutions-content-area {
    max-width: 535px;
    margin-left: auto;
}

.solutions-content-area .solutions-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
    position: relative;
}

.solutions-content-area .solutions-content h3::before {
    content: "";
    position: absolute;
}

.solutions-content-area .solutions-content span {
    color: var(--sec-color);
}

.solutions-content-area .solutions-content .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.solutions-content-area .solutions-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.solutions-content-area .solutions-content .audience-btn {
    margin-top: 25px;
}

.solutions-content-area .solutions-details {
    margin-top: 30px;
    position: relative;
    padding-left: 85px;
}

.solutions-content-area .solutions-details .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.solutions-content-area .solutions-details .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: #f2e4fc;
    color: #b45df5;
    text-align: center;
    font-size: 32px;
    border-radius: 50px;
}

.solutions-content-area .solutions-details .icon.bg-d3fbf9 i {
    background-color: #d3fbf9;
    color: #4ee8df;
}

.solutions-content-area .solutions-details .icon.bg-fce8c9 i {
    background-color: #fce8c9;
    color: #f7b042;
}

.solutions-content-area .solutions-details .icon.bg-d5e6fe i {
    background-color: #d5e6fe;
    color: #7fb4ff;
}

.solutions-content-area .solutions-details h3 {
    font-size: 22px;
    margin: 0 0 8px 0;
}

.solutions-content-area .solutions-details p {
    margin-bottom: 0;
    font-size: 14px;
}

.solutions-image {
    background-image: url(../../assets/img/solutions.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
}

.solutions-image img {
    display: none;
}

/*================================================
Design Area CSS
=================================================*/

.design-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.design-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
}

.design-content span {
    color: var(--sec-color);
}

.design-content p {
    margin-bottom: 0;
}

.design-content .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.design-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.design-content .design-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.design-content .design-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
}

.design-content .design-list i {
    color: var(--sec-color);
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: #d7f2fc;
    text-align: center;
    margin-right: 5px;
}

/*================================================
Counter Area CSS
=================================================*/

.counter-section {
    background-color: #eceefe;
}

.single-counter {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-counter h3 {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1;
    font-size: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-counter p {
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-counter .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #e2edfd;
    color: var(--sec-color);
    font-size: 30px;
    border-radius: 50px;
}

.single-counter::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
    background: var(--sec-color);
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}

.single-counter:hover::before {
    height: 100%;
}

.single-counter:hover h3 {
    color: #ffffff;
}

.single-counter:hover p {
    color: #ffffff;
}

/*================================================
Pricing Area CSS
=================================================*/

.pricing-section {
    background-color: #faf9ff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-pricing {
    background-color: #c2f2fd;
    padding: 50px 90px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 50px 4px 50px 4px;
}

.single-pricing .pricing-header h3 {
    font-size: 25px;
    color: #000000;
    margin-bottom: 0;
}

.single-pricing .pricing-header p {
    color: #000000;
    font-weight: 500;
}

.single-pricing .price {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    font-size: 25px;
    border-radius: 50px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: bold;
}

.single-pricing .price sup {
    font-weight: 400;
}

.single-pricing .price sub {
    font-weight: 400;
}

.single-pricing .pricing-list {
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
}

.single-pricing .pricing-list li {
    list-style-type: none;
    padding-bottom: 12px;
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500;
}

.single-pricing .pricing-list li:last-child {
    padding-bottom: 0;
}

.single-pricing .pricing-list i {
    color: var(--sec-color);
    margin-right: 5px;
}

.single-pricing .price-btn {
    margin-top: 25px;
}

.single-pricing .price-btn .default-btn {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    padding: 12px 30px;
    display: inline-block;
    background-color: #ffffff;
    color: var(--main-color);
    font-weight: 600;
    border-radius: 30px;
}

.single-pricing:hover .price-btn .default-btn {
    background-color: var(--sec-color);
    color: #ffffff;
}

/*================================================
Protfolio Area CSS
=================================================*/

.protfolio-section.bg-color {
    background-color: #f2f0fe;
}

.single-protfolio {
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.single-protfolio .content {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    padding: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-protfolio .content h3 {
    font-size: 25px;
    margin-bottom: 5px;
}

.single-protfolio .content span {
    font-weight: 600;
}

.single-protfolio:hover {
    background-color: var(--sec-color);
}

.single-protfolio:hover h3 {
    color: #ffffff;
}

.single-protfolio:hover span {
    color: #ffffff;
}

/*================================================
Process Area CSS
=================================================*/

.process-content {
    background-color: #f5f6fe;
    padding: 30px;
    margin-bottom: 30px;
}

.process-content .number {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--sec-color);
    color: #ffffff;
    border-radius: 30px;
}

.process-content h3 {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 10px;
}

.process-content .content {
    margin-top: 30px;
}

.process-content .content h4 {
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 0;
}

.process-content .image {
    margin-top: 20px;
}

/*================================================
About Area CSS
=================================================*/

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.about-tab {
    max-width: 620px;
    padding: 100px 0;
    margin-left: 50px;
}

.about-tab h2 {
    font-size: 38px;
    margin: 0 0 15px 0;
}

.about-tab .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.about-tab .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.about-tab .about-list-tab .tabs {
    border-bottom: 1px solid #eeeeee;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.about-tab .about-list-tab .tabs li {
    padding: 0;
    margin-right: 30px;
    padding-bottom: 10px;
    display: inline-block;
}

.about-tab .about-list-tab .tabs li.current {
    border-bottom: 2px solid var(--sec-color);
}

.about-tab .about-list-tab .tabs li.current a {
    color: var(--sec-color);
}

.about-tab .about-list-tab .tabs li a {
    position: relative;
}

.about-tab .about-list-tab .tab_content .tabs_item .text h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.about-tab .about-list-tab .tab_content .tabs_item .list {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-tab .about-list-tab .tab_content .tabs_item .list li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.about-tab .about-list-tab .tab_content .tabs_item .list li:last-child {
    margin-bottom: 0;
}

.about-tab .about-list-tab .tab_content .tabs_item .list i {
    color: var(--sec-color);
    margin-right: 5px;
}

.about-tab .about-list-tab .tab_content .tabs_item p {
    margin-bottom: 0;
}

.about-tab .about-list-tab .tab_content .tabs_item .default-btn {
    margin-top: 30px;
}

.about-image {
    background-image: url(../../assets/img/about/about-2.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.about-image img {
    display: none;
}

/*================================================
Review Area CSS
=================================================*/

.review-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
    position: relative;
}

.review-content h3::before {
    content: "";
    position: absolute;
}

.review-content span {
    color: var(--sec-color);
}

.review-content p {
    margin-bottom: 0;
}

.review-content .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.review-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.review-text {
    position: relative;
    margin-top: 30px;
    padding-left: 35px;
}

.review-text .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.review-text .icon i {
    font-size: 20px;
    color: var(--sec-color);
}

.review-text h3 {
    font-size: 25px;
}

/*================================================
Subscribe Area CSS
=================================================*/

.subscribe-inner-area {
    position: relative;
    z-index: 1;
    background-image: url(../../assets/img/subscribe-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.subscribe-inner-area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-color: var(--sec-color);
    opacity: 0.8;
}

.subscribe-inner-text {
    text-align: center;
}

.subscribe-inner-text h2 {
    color: #ffffff;
    max-width: 700px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
}

.subscribe-inner-text p {
    color: #ffffff;
}

.subscribe-inner-text .newsletter-form {
    max-width: 550px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.subscribe-inner-text .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    height: 65px;
    padding-left: 25px;
    border-radius: 70px;
    padding-top: 5px;
    outline: 0;
    color: var(--main-color);
}

.subscribe-inner-text .newsletter-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: var(--main-color);
    color: #ffffff;
    border: none;
    height: 55px;
    padding: 0 30px;
    border-radius: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 55px;
    font-size: 15px;
    font-weight: 700;
}

.subscribe-inner-text .newsletter-form button:hover {
    background-color: var(--sec-color);
    color: #ffffff;
}

.subscribe-inner-text .newsletter-form #validator-newsletter {
    color: red;
    margin-top: 15px;
}

/*================================================
FAQ Area CSS
=================================================*/

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
    background-color: #f7f5fd;
    padding: 25px;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 0 60px 0 0;
    color: var(--main-color);
    text-decoration: none;
    position: relative;
    display: block;
    font-family: "Catamaran", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active {
    color: var(--main-color);
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.faq-accordion .accordion .accordion-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-content ul li {
    color: #10dce8;
    position: relative;
    margin-bottom: 12px;
    line-height: 25px;
    padding-left: 15px;
}

.faq-accordion .accordion .accordion-content ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--sec-color);
    border-radius: 50%;
}

.faq-accordion .accordion .accordion-content ul li:last-child {
    margin-bottom: 0;
}

/*================================================
Learn Area CSS
=================================================*/

.learn-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
}

.learn-content p {
    margin-bottom: 0;
}

.learn-content .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.learn-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.learn-content .learn-list {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

.learn-content .learn-list li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.learn-content .learn-list li:last-child {
    margin-bottom: 0;
}

.learn-content .learn-list i {
    color: var(--sec-color);
    margin-right: 5px;
    font-size: 20px;
}

.learn-inner-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}

.learn-inner-content.mb-30 {
    margin-bottom: 30px;
}

.learn-inner-content .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: var(--sec-color);
    color: #ffffff;
    font-size: 35px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.learn-inner-content .icon.bg-ba60fc i {
    background-color: #ba60fc;
}

.learn-inner-content .icon.bg-04cfc4 i {
    background-color: #04cfc4;
}

.learn-inner-content .icon.bg-f9b854 i {
    background-color: #f9b854;
}

.learn-inner-content h3 {
    font-size: 20px;
    margin: 15px 0 8px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.learn-inner-content p {
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.learn-inner-content .read-btn {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.learn-inner-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
    background: var(--sec-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}

.learn-inner-content:hover {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.learn-inner-content:hover::before {
    height: 100%;
}

.learn-inner-content:hover h3 {
    color: #ffffff;
}

.learn-inner-content:hover p {
    color: #ffffff;
}

.learn-inner-content:hover .read-btn {
    color: #ffffff;
}

.learn-inner-content:hover .icon i {
    background-color: #ffffff;
    color: var(--sec-color);
}

/*================================================
App Area CSS
=================================================*/

.app-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
}

.app-content .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.app-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.app-inner-text {
    position: relative;
    margin-top: 30px;
    padding-left: 85px;
}

.app-inner-text .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.app-inner-text .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: var(--sec-color);
    color: #ffffff;
    text-align: center;
    font-size: 35px;
    border-radius: 50px;
}

.app-inner-text h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.app-inner-text p {
    margin-bottom: 0;
}

/*================================================
Data Area CSS
=================================================*/

.data-section {
    background-color: #f8fcfe;
}

.data-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
}

.data-content .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.data-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.data-inner-content {
    background-color: #ffffff;
    padding: 30px;
}

.data-inner-content i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    background-color: var(--sec-color);
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}

.data-inner-content h3 {
    font-size: 20px;
    margin: 15px 0 2px 0;
}

.data-inner-content.bg-facf34 i {
    background-color: #facf34;
}

/*================================================
Customer Area CSS
=================================================*/

.customer-section {
    background: -webkit-linear-gradient(left, var(--sec-color), var(--main-color));
    background: linear-gradient(to right, var(--sec-color), var(--main-color));
}

.customer-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
}

.customer-content .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.customer-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.customer-content .customer-btn {
    margin-top: 30px;
}

.customer-image {
    text-align: center;
}

/*================================================
More Features Area CSS
=================================================*/

.more-features-content {
    text-align: center;
    margin-bottom: 30px;
    background-color: #f1eff8;
    border-radius: 5px;
    padding: 40px 20px 36px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.more-features-content .icon i {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #ffffff;
    color: var(--sec-color);
    font-size: 30px;
    border-radius: 50px;
    border: 1px dashed var(--sec-color);
}

.more-features-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.more-features-content p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.more-features-content.bg-f0fffc {
    background-color: #f0fffc;
}

.more-features-content.bg-f0fffc .icon i {
    background-color: #ffffff;
    color: #22b396;
    border: 1px dashed #22b396;
}

.more-features-content.bg-fceee2 {
    background-color: #fceee2;
}

.more-features-content.bg-fceee2 .icon i {
    background-color: #ffffff;
    color: #f1760c;
    border: 1px dashed #f1760c;
}

.more-features-content.bg-fde2ee {
    background-color: #fde2ee;
}

.more-features-content.bg-fde2ee .icon i {
    background-color: #ffffff;
    color: #f23e8a;
    border: 1px dashed #f23e8a;
}

.more-features-content:hover {
    background-color: var(--sec-color);
}

.more-features-content:hover h3 {
    color: #ffffff;
}

.more-features-content:hover p {
    color: #ffffff;
}

/*================================================
Digital Area CSS
=================================================*/

.digital-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
}

.digital-content span {
    color: var(--sec-color);
}

.digital-content p {
    margin-bottom: 0;
}

.digital-content .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.digital-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.digital-content .digital-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.digital-content .digital-list li {
    width: 100%;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
}

.digital-content .digital-list i {
    color: var(--st-color-fonte-topo);
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: #d7f2fc;
    text-align: center;
    margin-right: 5px;
}

.digital-content .digital-btn {
    margin-top: 30px;
}

/*================================================
Experience Area CSS
=================================================*/

.experience-inner-area {
    max-width: 560px;
    margin-left: auto;
}

.experience-inner-area .experience-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
}

.experience-inner-area .experience-content span {
    color: var(--sec-color);
}

.experience-inner-area .experience-content p {
    margin-bottom: 0;
}

.experience-inner-area .experience-content .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.experience-inner-area .experience-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.experience-inner-area .experience-inner-content {
    position: relative;
    margin-top: 30px;
    padding-left: 50px;
}

.experience-inner-area .experience-inner-content .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.experience-inner-area .experience-inner-content .icon i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: var(--sec-color);
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 2px;
}

.experience-inner-area .experience-inner-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

/*================================================
Contact Area CSS
=================================================*/

.contact-text {
    margin-bottom: 30px;
}

.contact-text h3 {
    margin-bottom: 10px;
    font-size: 32px;
}

.contact-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    padding: 35px;
}

.contact-form form .form-group {
    margin-bottom: 15px;
}

.contact-form form .form-control {
    height: 48px;
    padding: 0 15px;
    line-height: initial;
    color: var(--main-color);
    background-color: #f8f6f6;
    border: 1px solid #f8f6f6;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
}

.contact-form form .form-control:focus {
    border-color: var(--sec-color);
}

.contact-form form .form-control::-webkit-input-placeholder {
    color: #999999;
}

.contact-form form .form-control:-ms-input-placeholder {
    color: #999999;
}

.contact-form form .form-control::-ms-input-placeholder {
    color: #999999;
}

.contact-form form .form-control::placeholder {
    color: #999999;
}

.contact-form form textarea.form-control {
    height: auto !important;
    padding-top: 15px;
}

.contact-form .send-btn {
    margin-top: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-form .send-btn .default-btn {
    border: none;
    display: inline-block;
    width: 100%;
}

.contact-form .with-errors ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0;
}

.contact-form .with-errors ul li {
    color: red;
}

.contact-form #msgSubmit {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.contact-form #msgSubmit.text-danger {
    margin-top: 20px !important;
    font-family: "Open Sans", sans-serif;
}

/*================================================
Tech Area CSS
=================================================*/

.tech-section {
    background-color: #f6f6fe;
}

.tech-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
}

.tech-content p {
    margin-bottom: 0;
}

.tech-content .bar {
    height: 4px;
    width: 85px;
    background: var(--sec-color);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.tech-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.tech-content .tech-btn {
    margin-top: 30px;
}

/*================================================
Agency Services Area CSS
=================================================*/

.agency-services-section {
    background-color: #f6f6fe;
    position: relative;
}

.single-agency {
    margin-bottom: 30px;
    position: relative;
}

.single-agency .content {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 320px;
    margin: -50px auto 0px;
}

.single-agency .content h3 {
    font-size: 25px;
    margin-bottom: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-agency .content span {
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-agency .content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
    background: var(--sec-color);
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-agency:hover .content::before {
    height: 100%;
}

.single-agency:hover .content h3 {
    color: #ffffff;
}

.single-agency:hover .content span {
    color: #ffffff;
}

/*================================================
Tab Area CSS
=================================================*/

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.schedule-list-tab .tabs {
    padding-left: 0;
    margin-bottom: 65px;
    text-align: center;
}

.schedule-list-tab .tabs li {
    text-align: center;
    display: inline-block;
    list-style: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    margin-right: 15px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.schedule-list-tab .tabs li:last-child {
    margin-right: 0;
}

.schedule-list-tab .tabs li a {
    display: block;
    color: var(--main-color);
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 500;
}

.schedule-list-tab .tabs li a span {
    display: block;
    margin-top: 0;
}

.schedule-list-tab .tabs li a span i {
    display: block;
    font-size: 35px;
    margin-bottom: 8px;
    color: var(--sec-color);
}

.schedule-list-tab .tabs li.current,
.schedule-list-tab .tabs li:hover {
    background-color: var(--sec-color);
}

.schedule-list-tab .tabs li.current a,
.schedule-list-tab .tabs li:hover a {
    color: #ffffff;
}

.schedule-list-tab .tabs li.current a span i,
.schedule-list-tab .tabs li:hover a span i {
    color: #ffffff;
}

.schedule-list-tab .tab_content .tabs_item .tab-content h3 {
    font-size: 30px;
    margin-bottom: 8px;
}

.schedule-list-tab .tab_content .tabs_item .tab-content p {
    margin-bottom: 0;
}

.schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content {
    margin-top: 25px;
    position: relative;
    padding-left: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content .icon i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: var(--sec-color);
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content p {
    margin-bottom: 0;
}

.schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content:hover .icon i {
    background-color: #10dce8;
    color: #ffffff;
}

/*================================================
Page Title Area CSS
=================================================*/

.page-title-area {
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 65vh;
    background-attachment: fixed;
}

.page-title-area.item-bg-1 {
    background-image: url(../../assets/img/bg/3.jpg);
}

.page-title-area.item-bg-2 {
    background-image: url(../../assets/img/page-title/bg-2.jpg);
}

.page-title-area.item-bg-4 {
    background-image: url(../../assets/img/page-title/bg-4.jpg);
}

.page-title-area.item-bg-5 {
    background-image: url(../../assets/img/page-title/bg-5.jpg);
}

.page-title-area.page-bg-1 {
    background-image: url(../../assets/img/bg/1.jpg);
}

.page-title-area.page-bg-2 {
    background-image: url(../../assets/img/bg/2.jpg);
}

.page-title-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .55;
}

.page-title-content {
    text-align: center;
    margin-top: 0;
}

.page-title-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
    cursor: context-menu;
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
}

.page-title-content ul li {
    color: #ffffff;
    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: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.page-title-content ul li a:hover {
    color: var(--sec-color);
}

.page-title-content ul li::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--sec-color);
}

.page-title-content ul li:last-child::before {
    display: none;
}

/*================================================
Pagination Area CSS
=================================================*/

.pagination-area {
    text-align: center;
    display: block;
    margin: 30px auto;
    width: 100%;
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    margin: 5px 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 43px;
    color: var(--main-color);
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 16px;
    font-weight: 700;
    border-radius: .25rem;
    cursor: pointer;
    text-align: center;
}

.pagination-area span.page-numbers {
    cursor: context-menu;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
    background: var(--sec-color);
    color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Login In CSS
=================================================*/

.login-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.login-form {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.3);
    padding: 40px 22px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto;
    margin-top: 0;
}

.login-form form br {
    height: 0;
    width: 0;
    display: none;
}

.login-form .login-title {
    text-align: center;
    margin-bottom: 30px;
}

.login-form .login-title h3 {
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 8px;
}

.login-form .login-title p {
    margin-bottom: 30px;
}

.login-form form .form-control {
    height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: var(--main-color);
    padding-left: 20px;
    background: transparent;
}

.login-form form .form-control:focus {
    border-color: var(--sec-color);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-form form .form-control::-webkit-input-placeholder {
    color: #666666;
}

.login-form form .form-control:-ms-input-placeholder {
    color: #666666;
}

.login-form form .form-control::-ms-input-placeholder {
    color: #666666;
}

.login-form form .form-control::placeholder {
    color: #666666;
}

.login-form form .form-check {
    margin-top: 18px;
}

.login-form form .form-check .form-check-label {
    color: #666666;
    position: relative;
    top: -2px;
    z-index: 1;
}

.login-form form .form-check-input {
    margin-top: 3px;
}

.login-form form .send-btn {
    margin-top: 20px;
}

.login-form form .send-btn .default-btn-one {
    display: inline-block;
    padding: 12px 30px;
    background: var(--sec-color);
    border: 1px solid var(--sec-color);
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .6s;
    transition: .6s;
}

.login-form form .send-btn .default-btn-one:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: var(--sec-color);
}

.login-form form span {
    display: block;
    color: #777777;
}

.login-form form span a {
    color: var(--sec-color);
}

.login-form .forgot-password {
    margin-bottom: 0;
    margin-top: -25px;
}

.login-form .forgot-password a {
    color: #777777;
}

.login-form .forgot-password a:hover {
    color: var(--sec-color);
}

/*================================================
Sign Up CSS
=================================================*/

.signup-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.signup-form {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.3);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto;
}

.signup-form h3 {
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
    text-align: center;
}

.signup-form form .form-control {
    height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: var(--main-color);
    padding-left: 20px;
    background: transparent;
}

.signup-form form .form-control:focus {
    border-color: var(--sec-color);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.signup-form form .form-control::-webkit-input-placeholder {
    color: #666666;
}

.signup-form form .form-control:-ms-input-placeholder {
    color: #666666;
}

.signup-form form .form-control::-ms-input-placeholder {
    color: #666666;
}

.signup-form form .form-control::placeholder {
    color: #666666;
}

.signup-form form .form-check {
    margin-top: 18px;
}

.signup-form form .form-check .form-check-label {
    color: #666666;
    position: relative;
    top: -2px;
}

.signup-form form .send-btn {
    margin-top: 20px;
}

.signup-form form .send-btn .default-btn-one {
    display: inline-block;
    padding: 12px 30px;
    background: var(--sec-color);
    border: 1px solid var(--sec-color);
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .6s;
    transition: .6s;
}

.signup-form form .send-btn .default-btn-one:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: var(--sec-color);
}

.signup-form form span {
    display: block;
    color: #666666;
}

.signup-form form span a {
    color: var(--sec-color);
}

/*================================================
404 Error Area CSS
=================================================*/

.error-area {
    height: 100vh;
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}

.error-content h3 {
    font-size: 50px;
    font-family: "Open Sans", sans-serif;
    margin-top: 45px;
    margin-bottom: 15px;
}

.error-content p {
    max-width: 520px;
    margin: 0 auto 20px;
}

/*================================================
Privacy Section CSS
=================================================*/

.conditions-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.privacy-policy {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-privacy h3 {
    font-size: 30px;
    margin: 0 0 12px 0;
}

/*================================================
Coming Soon Area CSS
=================================================*/

.coming-soon-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    background-image: url(../../assets/img/page-title/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-area::before {
    z-index: -1;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .80;
}

.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: #ffffff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.coming-soon-area .social-list li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--sec-color);
    border: 1px solid var(--sec-color);
    color: #ffffff;
    border-radius: 50%;
    margin: 0 2px;
    display: inline-block;
}

.coming-soon-area .social-list li a:hover {
    background-color: transparent;
    color: var(--sec-color);
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: 0.5s;
}

.coming-soon-content {
    text-align: center;
    max-width: 820px;
    margin: -80px auto 0;
}

.coming-soon-content h1 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 46px;
    font-weight: 700;
}

.coming-soon-content p {
    color: #ffffff;
    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, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.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: var(--sec-color);
    color: #ffffff;
    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:hover,
.coming-soon-content form .submit-btn:focus {
    background-color: var(--sec-color);
}

.coming-soon-content #timer div {
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    color: var(--sec-color);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.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: #777777;
    font-size: 14px;
    font-weight: 600;
}

/*================================================
Contact Section CSS
=================================================*/

.single-contact-box {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
}

.single-contact-box i {
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 1px dashed var(--sec-color);
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
    color: var(--sec-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 20px;
}

.single-contact-box:hover i {
    background-color: var(--sec-color);
    color: #ffffff;
}

.single-contact-box .content-title h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.single-contact-box .content-title a {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.single-contact-box .content-title a:hover {
    color: var(--sec-color);
}

/*================================================
Services Details CSS
=================================================*/

.services-details-overview {
    margin-bottom: 60px;
    margin-top: 60px;
}

.services-details-overview:last-child {
    margin-bottom: 0;
}

.services-details-overview .services-details-desc h3 {
    margin-bottom: 15px;
    font-size: 30px;
    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: 10px;
    font-size: 20px;
    font-weight: 500;
}

.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, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    background: #ffffff;
    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: #000000;
    position: relative;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
}

.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: var(--sec-color);
    color: #ffffff;
}

.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: 20px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active {
    border-bottom-color: #eeeeee;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active i::before {
    content: "\eaf8";
}

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

.services-details-video {
    position: relative;
}

.services-details-video .details-video {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    margin: auto;
}

.services-details-video .details-video .video-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    color: var(--sec-color);
    position: relative;
    z-index: 1;
}

.services-details-video .details-video .video-btn i {
    font-size: 35px;
    position: relative;
    top: 5px;
    left: 4px;
}

.services-details-video .details-video .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.services-details-video .details-video .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.services-details-video .details-video .video-btn:hover,
.services-details-video .details-video .video-btn .video-content .video-btn:focus {
    background-color: var(--sec-color);
    color: #ffffff;
}

.services-details-video .text {
    margin-top: 10px;
}

.services-details-video .text h3 {
    font-size: 30px;
    margin: 25px 0 10px 0;
}

/*================================================
Projects Details Area CSS
=================================================*/

.project-details-image {
    margin-bottom: 30px;
}

.projects-details-desc {
    margin-top: 5px;
}

.projects-details-desc h3 {
    margin-bottom: 13px;
    font-size: 30px;
    font-weight: 700;
}

.projects-details-desc .features-text {
    margin-top: 20px;
    margin-bottom: 25px;
}

.projects-details-desc .features-text h4 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}

.projects-details-desc .features-text h4 i {
    font-size: 16px;
    margin-right: 4px;
    color: #f20791;
}

.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: 18px;
    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 a {
    color: #6a6c72;
    display: inline-block;
}

.projects-details-desc .project-details-info .single-info-box .social a:hover {
    color: var(--sec-color);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*================================================
Sidebar Widget Area CSS
=================================================*/

.widget-area .widget {
    margin-top: 35px;
}

.widget-area .widget:first-child {
    margin-top: 0;
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    background: var(--sec-color);
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.widget-area .widget_search {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
}

.widget-area .widget_search form{
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-area .widget_search form[name="pay"] {
    display: block;
}

.widget-area .widget_search form[name="pay"] button {
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
}

.widget-area .widget_search form[name="pay"] button i {
    margin-right: 5px;
}

#divRetorno #divRetornoCartao .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

#divRetorno #divRetornoCartao label {
    width: 100%;
    text-align: center;
}

#divRetorno #divRetornoCartao .bordaCadastroCardN20 {
    border: none!important;
}

#divRetorno #divRetornoCartao #retornoDiv>.row {
    align-items: center;
    justify-content: center;
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
    width: 100%;
}

.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 #a79a9a80;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-area .widget_search .card {
    border: 1px solid #a79a9a80;
}

.widget-area .widget_search form .search-field:focus {
    border-color: var(--st-color-borda-topo);
}

.widget-area .widget_search form button {
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    background-color: var(--sec-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #adb5bd;
}

.custom-control-input:focus~.custom-control-label::before {
    outline: none;
    box-shadow: none;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: var(--main-color);
    border-color: var(--main-color);
    outline: none;
    box-shadow: none;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.widget-area .widget_search form button:hover {
    background-color: var(--main-color);
    color: #ffffff;
}

.widget-area .widget_search form button.filter {
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    background-color: var(--main-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search .togglefilter .btn-primary:focus,
.widget-area .widget_search .togglefilter .btn-primary:hover,
.widget-area .widget_search form button.filter:not(.collapsed),
.widget-area .widget_search form button.filter:hover {
    outline: none;
    box-shadow: none;
    background-color: var(--main-color);
    color: #ffffff;
    opacity: 0.7;
}

.widget-area .widget_search form button.filter:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.widget-area .widget_search .togglefilter .btn-primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.widget-area .widget_search .custom-select:focus {
    outline: none;
    box-shadow: none;
}

.widget-area .widget_fria_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_fria_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}

.widget-area .widget_fria_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_fria_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}

.widget-area .widget_fria_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_fria_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/img/blog-details/1.jpg);
}

.widget-area .widget_fria_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/img/blog-details/2.jpg);
}

.widget-area .widget_fria_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/img/blog-details/3.jpg);
}

.widget-area .widget_fria_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_fria_posts_thumb .item .info time {
    display: block;
    color: #666666;
    text-transform: capitalize;
    margin-top: -2px;
    margin-bottom: 3px;
    font-size: 14px;
}

.widget-area .widget_fria_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.widget-area .widget_fria_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: var(--main-color);
    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: var(--sec-color);
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
}

.widget-area .widget_recent_entries ul li a {
    display: inline-block;
    color: var(--main-color);
}

.widget-area .widget_recent_entries ul li a:hover {
    color: var(--sec-color);
}

.widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #666666;
    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: #666666;
    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: var(--sec-color);
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
}

.widget-area .widget_recent_comments ul li a {
    display: inline-block;
    color: var(--main-color);
}

.widget-area .widget_recent_comments ul li a:hover {
    color: var(--sec-color);
}

.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: var(--main-color);
    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: var(--sec-color);
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
    position: absolute;
}

.widget-area .widget_archive ul li a {
    display: inline-block;
    color: var(--main-color);
}

.widget-area .widget_archive ul li a:hover {
    color: var(--sec-color);
}

.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: #666666;
    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: var(--sec-color);
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
    position: absolute;
}

.widget-area .widget_categories ul li a {
    color: var(--main-color);
    display: block;
}

.widget-area .widget_categories ul li a:hover {
    color: var(--sec-color);
}

.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: var(--main-color);
    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: var(--sec-color);
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
    position: absolute;
}

.widget-area .widget_meta ul li a {
    display: inline-block;
    color: var(--main-color);
}

.widget-area .widget_meta ul li a:hover {
    color: var(--sec-color);
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.widget-area .tagcloud a {
    display: inline-block;
    color: var(--main-color);
    font-weight: 400;
    font-size: 14.5px !important;
    padding: 6px 13px;
    border: 1px dashed #eeeeee;
    margin-top: 8px;
    margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
    color: #ffffff;
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}

.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 #eeeeee;
    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: var(--main-color);
    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: var(--sec-color);
}

/*================================================
Blog Details Area CSS
=================================================*/

.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: var(--main-color);
    margin-right: 21px;
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: var(--main-color);
    font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #666666;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
    color: var(--sec-color);
}

.blog-details-desc .article-content .entry-meta ul li i {
    color: var(--sec-color);
    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: var(--sec-color);
}

.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: 30px;
    font-family: "Open Sans", sans-serif;
}

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

.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: var(--sec-color);
    -webkit-transition: 0.5s;
    transition: 0.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: var(--sec-color);
    color: #ffffff;
}

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

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: var(--main-color);
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #666666;
}

.blog-details-desc .article-footer .article-tags a:hover {
    color: var(--sec-color);
}

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

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: var(--sec-color);
    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: #ffffff;
    background-color: var(--sec-color);
    -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: var(--main-color);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 24px !important;
}

blockquote cite,
.blockquote cite {
    display: none;
}

blockquote::after,
.blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--sec-color);
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-navigation {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    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: 0.5s;
    transition: 0.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: 0.5s;
    transition: 0.5s;
}

.post-navigation .navigation-links .nav-next a:hover i {
    margin-left: 0;
}

.post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 400;
}

.comments-area {
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    background-color: #ffffff;
}

.comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 25px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.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 #eeeeee;
    padding-left: 65px;
    color: var(--main-color);
    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: var(--main-color);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 400;
}

.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}

.comments-area .comment-author {
    font-size: 17px;
    margin-bottom: 0.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-size: 20px;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    margin-bottom: .8em;
    color: #666666;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.comments-area .comment-metadata a {
    color: #666666;
}

.comments-area .comment-metadata a:hover {
    color: var(--sec-color);
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    position: relative;
    font-size: 25px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.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-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.comments-area .comment-respond label {
    display: block;
    font-weight: 400;
    color: var(--main-color);
    margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.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="number"],
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus,
.comments-area .comment-respond input[type="time"]:focus,
.comments-area .comment-respond input[type="datetime-local"]:focus,
.comments-area .comment-respond input[type="week"]:focus,
.comments-area .comment-respond input[type="month"]:focus,
.comments-area .comment-respond input[type="text"]:focus,
.comments-area .comment-respond input[type="email"]:focus,
.comments-area .comment-respond input[type="url"]: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="number"]:focus,
.comments-area .comment-respond textarea:focus {
    border-color: var(--sec-color);
}

.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: #666666;
    font-weight: normal;
    position: relative;
    top: -2px;
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    background: var(--sec-color);
    border: none;
    color: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 400;
    font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
    color: #ffffff;
    background-color: var(--main-color);
}

/*================================================
Fooetr Area CSS
=================================================*/

.footer-section {
    background-color: var(--st-color-rodape);
}

.subscribe-area {
    margin-bottom: 50px;
}

.subscribe-area .subscribe-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.subscribe-area .newsletter-form {
    max-width: 580px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.subscribe-area .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    height: 70px;
    padding-left: 25px;
    border-radius: 10px;
    outline: 0;
    color: var(--main-color);
}

.subscribe-area .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #666666;
}

.subscribe-area .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #666666;
}

.subscribe-area .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #666666;
}

.subscribe-area .newsletter-form .input-newsletter::placeholder {
    color: #666666;
}

.subscribe-area .newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: var(--sec-color);
    color: #ffffff;
    border: none;
    height: 62px;
    padding: 0 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 50px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.subscribe-area .newsletter-form button:hover {
    background-color: var(--main-color);
    color: #ffffff;
}

.subscribe-area .newsletter-form #validator-newsletter {
    color: red;
    position: relative;
    top: 8px;
    font-size: 16px;
    font-weight: 500;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget .footer-heading {
    margin-bottom: 20px;
}

.single-footer-widget .footer-heading h3 {
    font-size: 20px;
}

.single-footer-widget .footer-social {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.single-footer-widget .footer-social li {
    display: flex;
    margin-right: 10px;
    list-style-type: none;
}

.single-footer-widget .footer-social li:last-child {
    margin-right: 0;
}

.single-footer-widget .footer-social img,.single-footer-widget .footer-social i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: var(--sec-color);
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-footer-widget .footer-social i:hover {
    filter: opacity(0.5);
}

.single-footer-widget .footer-quick-links {
    padding-left: 0;
    margin-bottom: 0;
}

.single-footer-widget .footer-quick-links li {
    list-style-type: none;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
}

.single-footer-widget .footer-quick-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-info-contact {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
}

.single-footer-widget .footer-info-contact:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-info-contact i {
    position: absolute;
    left: 0;
    font-size: 25px;
    color: var(--main-color);
}

.single-footer-widget .footer-info-contact h3 {
    margin-bottom: 5px;
    font-size: 20px;
    color: var(--st-color-principal);
}

.single-footer-widget .footer-info-contact span {
    font-size: 15px;
}

/*================================================
Copy Right Area CSS
=================================================*/

.copyright-area {
    padding-top: 30px;
    padding-bottom: 30px;
}

.copyright-area .copyright-area-content p {
    font-size: 14px;
}

.copyright-area .copyright-area-content p a {
    display: inline-block;
    font-weight: 600;
}

.copyright-area .copyright-area-content p a:hover {
    color: var(--sec-color);
}

.copyright-area .copyright-area-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right;
}

.copyright-area .copyright-area-content ul li {
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.copyright-area .copyright-area-content ul li a {
    display: inline-block;
}

.copyright-area .copyright-area-content ul li a:hover {
    color: var(--sec-color);
}

.copyright-area .copyright-area-content ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    right: -13px;
    width: 1px;
    height: 14px;
    background-color: var(--sec-color);
}

.copyright-area .copyright-area-content ul li:last-child {
    margin-right: 0;
}

.copyright-area .copyright-area-content ul li:last-child::before {
    display: none;
}

.copyright-area .copyright-area-content ul li:first-child {
    margin-left: 0;
}

/*================================================
Go Top CSS
=================================================*/

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background-color: var(--sec-color);
    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%;
    border: 1px solid var(--sec-color);
}

.go-top.active {
    top: 85%;
    -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: 0.5s;
    transition: 0.5s;
    font-size: 30px;
}

.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: var(--main-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.go-top:hover,
.go-top:focus {
    color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

#cadastro {
    padding: 10px 15px;
}

#divBtnCadastro input[name="Cadastrar"],
#btn-cadastrar,
#emailSenha input[name="logar"] {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    margin-right: 10px;
}

#divBtnCadastro input[name="Cadastrar"],
#bt-cadastrar-cliente,
#btn-cadastrar,
#emailSenha input[name="logar"]:active,
#emailSenha input[name="logar"]:focus {
    box-shadow: none;
    outline: none;
}

#btn-cadastrar {
    margin: 0 auto;
    display: block;
}

#divBtnCadastro {
    padding: 0 25px;
}

#bt-cadastrar-cliente {
    display: block;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    margin: 0;
    margin-left: auto;
}

.doc-nav .nav-link:hover,
.doc-nav .nav-link:focus,
.doc-nav .nav-link.active {
    color: var(--sec-color);
}

.doc-nav .doc-sub-menu {
    display: flex;
    flex-direction: column;
}

.doc-nav .doc-sub-menu .nav-link {
    width: 100%;
    margin-left: 15px;
}

.doc-nav .doc-sub-menu .nav-link i {
    min-width: 20px;
}

.btn-notification .badge {
    background-color: #d90000;
    border: 1px solid #fff;
    color: #fff;
    line-height: 14px;
    padding: 0 2px;
    position: absolute;
    top: -5px;
    right: -11px;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    text-indent: 0;
    text-align: center;
    border-radius: 4px;
    min-width: 15px;
    font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.top-bar {
    background-color: var(--main-color);
    padding: 2.5px 0;
}

.top-bar .dropdown>a {
    color: #fff;
    font-size: 14px;
}

.navbar-area.navbar-two.nav-logado {
    position: relative;
    z-index: 999;
    width: 100%;
    top: 0;
    max-height: 100%;
    background-color: #fff;
}

.servicos-abertos {
    /*display: flex;*/
    flex-wrap: wrap;
    max-width: 100%;
}

.servicos-abertos .servico {
    width: 100%;
    margin-bottom: 27px;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    border-radius: 10px;
}

.servicos-abertos .servico .card-header {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #e1e1e1;
    background-color: transparent;
}

.servicos-abertos .servico .card-header h4 {
    width: calc(100% / 7);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 0 5px;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

.servicos-abertos .servico .card-header h4.distancia,
.servicos-abertos .servico .card-header h4.info-servico,
.servicos-abertos .servico .card-header h4.duracao {
    text-align: center;
}

.servicos-abertos .servico .card-header h4.info-servico {
    font-size: 16px;
    margin: 0;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
}

.servicos-abertos .servico .card-header h4.titulo {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    /*color: var(--sec-color);*/
}

.servicos-abertos .servico .card-header h4.data .ag {
    color: var(--sec-color);
}

.servicos-abertos .servico .card-header h4:last-child {
    padding: 0;
}

.servicos-abertos .servico .card-header h4 span {
    width: 100%;
    display: block;
}

.servicos-abertos .servico .card-header .botoes {
    display: flex;
    min-height: 25px;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px 5px 0 5px;
    border-top: 1px solid #dfdfdf;
    margin-top: 10px;
    flex-wrap: wrap;
}

.servicos-abertos .servico .card-header .botoes>.btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 14px;
    margin-left: 5px;
    margin-top: 5px;
}

.servicos-abertos .servico .card-header .botoes .btn-primary {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.servicos-abertos .servico .card-header .botoes .custom-select:hover,
.servicos-abertos .servico .card-header .botoes .custom-select:focus,
.servicos-abertos .servico .card-header .botoes .btn:hover,
.servicos-abertos .servico .card-header .botoes .btn:focus {
    outline: none;
    box-shadow: none;
    opacity: 0.8;
}

.servicos-abertos .servico .card-header .input-group {
    padding: 0;
    min-width: 265px;
    max-width: 300px;
    margin-top: 5px;
}

.servicos-abertos .servico .card-header .input-group .input-group-append .btn:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.servicos-abertos .servico .card-header .input-group .btn,
.servicos-abertos .servico .card-header .input-group .custom-select {
    padding: 2.5px 10px;
    font-size: 14px;
    line-height: 16px;
    max-height: 26px;
}

.servicos-abertos .servico .card-header .input-group .msg>p {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    margin-top: 3px;
}

.servicos-abertos .servico .card-header .input-group .msg {
    display: block;
    width: 100%;
    padding-left: 6px;
    min-height: 15px;
}

.servicos-abertos .servico .card-header .botoes .custom-select {
    margin-left: 5px;
}

.servicos-abertos .servico .enderecos {
    padding: 0;
    border-right: 1px solid #e1e1e1;
}

.servicos-abertos .servico .enderecos .item {
    margin: 0;
    padding: 5px 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.servicos-abertos .servico .enderecos .item .container-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.servicos-abertos .servico .enderecos .item .endtitulo {
    margin: 0;
    flex: 1;
}

.servicos-abertos .servico .enderecos .item .badge {
    padding: 7.5px 10px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.servicos-abertos .servico .enderecos .item .badge-primary.btn {
    color: #fff;
    background-color: var(--main-color);
    cursor: pointer;
    opacity: 1;
}

.servicos-abertos .servico .enderecos .item.oculto {
    display: none;
}

.servicos-abertos .servico .enderecos .item.bbnone {
    border-bottom: none;
}

.servicos-abertos .servico .enderecos .open-more {
    position: absolute;
    width: 45px;
    min-height: 45px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(50% - 12.5px);
    bottom: -23.5px;
    color: var(--main-color);
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background-image: linear-gradient(180deg, transparent 50%, #dfdfdf 50%), linear-gradient(90deg, transparent 50%, transparent 50%);
}

.servicos-abertos .servico .enderecos .open-more>i {
    margin-bottom: -19.5px;
    transition: transform 0.5s;
    padding: 4px 16px;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    cursor: pointer;
}

.servicos-abertos .servico .enderecos .open-more.rotate>i {
    transform: rotate(180deg);
}

.servicos-abertos .servico .infos-entregador {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}

.servicos-abertos .servico .infos-entregador .img img {
    width: 90px;
    height: 90px;
    margin: 10px auto;
    border-radius: 50%;
    display: block;
}

.servicos-abertos .servico .infos-entregador .descrition {
    border-top: 1px solid #e1e1e1;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 0 10px;
    max-height: 82px;
}

/*.servicos-abertos .servico .infos-entregador .descrition.bbok {
    border-bottom: 1px solid #e1e1e1;
}*/

.servicos-abertos .servico .infos-entregador .descrition p {
    margin: 0;
    font-size: 14px;
    line-height: inherit;
}

.servicos-abertos .servico .infos-entregador .rastrear {
    width: 100%;
}

.servicos-abertos .servico .infos-entregador .rastrear .btn.btn-rastrear {
    border-top: 1px solid #e1e1e1;
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 14px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
}

.servicos-abertos .servico .infos-entregador .rastrear .btn:hover,
.servicos-abertos .servico .infos-entregador .rastrear .btn:focus {
    outline: none;
    box-shadow: none;
    opacity: 0.8;
}

.servicos-abertos .servico.noentregador .infos-entregador {
    /*text-align: center;*/
    padding: 12px 5px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
    min-height: 150px;
    height: 100%;
}

.servicos-abertos .servico.noentregador .infos-entregador .btn-primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.servicos-abertos .servico.noentregador .infos-entregador .btn:hover,
.servicos-abertos .servico.noentregador .infos-entregador .btn:focus {
    outline: none;
    box-shadow: none;
    opacity: 0.8;
}

.divnotification {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.divnotification a {
    text-decoration: underline;
}

.divnotification .alert {
    margin-bottom: 10px;
}

.divnotification .alert:last-child {
    margin-bottom: 0;
}

.divnotification .alert .fechar-alert {
    position: absolute;
    right: 2.5%;
    top: 2.5%;
    font-size: 18px;
    cursor: pointer;
    padding: 0 5px;
}

.search-box .alert-clean {
    font-size: 12px;
    margin: 0;
    border: none;
    background: transparent;
    color: var(--main-color);
}

.widget-area .widget_search .radio.form-check {
    margin: 15px 0;
}

#divAlterarMeusDados>.bordaDiv>div>.text-info {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--main-color) !important;
    font-family: "Open Sans", sans-serif;
}

.modalStart .modal-header {
    flex-direction: row-reverse;
    align-items: center;
}

.modalStart .modal-header .close {
    margin-bottom: 0 !important;
}

.modalStart .modal-header .modal-title {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
}

.modalStart .modal-header .modal-title {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
}

.modalStart .text-white {
    color: var(--main-color) !important;
}

.modalStart button[id^="bnt-close"] {
    display: none;
}

.mapp-nav{
    background-color: var(--st-color-fundo-topo)
}
.fechar{
    position: absolute;
    top: -10px;
    right: -7px;
    background-color: #ffffff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    color: var(--main-color);
    z-index: 985;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border: 0;
}
.copyright-area{
    background-color: var(--main-color);
}
.disabelDiv{
    pointer-events: none;
    opacity: 0.4;
}
#retornoServicosAbertos button {
    padding: .150rem .50rem;
}

.btnsCards {
    padding: 5px !important;
}
.botoesacoes br{
    display: none;
}

#sem-servico img {
    filter: grayscale(1);
}