﻿@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,800;1,400;1,600;1,700&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,500&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,500&amp;display=swap";
body {
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    color: #444;
}
a {
    display: inline-block;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #444;
}
a:hover {
    text-decoration: none;
    color: #1c85de;
}
a:focus {
    text-decoration: none;
}
button {
    outline: 0 !important;
    box-shadow: none;
    border: none;
}
button:focus {
    box-shadow: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #192436;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
}
h3 {
    font-size: 22px;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-control {
    height: 50px;
    color: #1c85de;
    border: 1px solid #ebebeb;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}
.form-control::placeholder {
    color: #676a6a;
}
.form-control:focus {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: unset;
    outline: 0;
    border: 1px solid #1c85de;
}
.form-control:hover:focus,
.form-control:focus {
    box-shadow: unset;
}
textarea.form-control {
    height: auto;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-minus-100 {
    margin-top: -100px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.agency-body-color {
    background-color: #f3f3f4;
}
.saas-body-color {
    background-color: #fafafa;
}
.saas-body-color .h1,
.saas-body-color .h2,
.saas-body-color .h3,
.saas-body-color .h4,
.saas-body-color .h5,
.saas-body-color .h6,
.saas-body-color h1,
.saas-body-color h2,
.saas-body-color h3,
.saas-body-color h4,
.saas-body-color h5,
.saas-body-color h6 {
    font-family: "DM Sans", sans-serif;
    color: #20323c;
    font-weight: 800;
}
.consulting-body-color .h1,
.consulting-body-color .h2,
.consulting-body-color .h3,
.consulting-body-color .h4,
.consulting-body-color .h5,
.consulting-body-color .h6,
.consulting-body-color h1,
.consulting-body-color h2,
.consulting-body-color h3,
.consulting-body-color h4,
.consulting-body-color h5,
.consulting-body-color h6 {
    font-family: "DM Sans", sans-serif;
    color: #20323c;
    font-weight: 800;
}
.personal-body-color .h1,
.personal-body-color .h2,
.personal-body-color .h3,
.personal-body-color .h4,
.personal-body-color .h5,
.personal-body-color .h6,
.personal-body-color h1,
.personal-body-color h2,
.personal-body-color h3,
.personal-body-color h4,
.personal-body-color h5,
.personal-body-color h6 {
    font-family: 'DM Sans', sans-serif;
    color: #111;
    font-weight: 800;
}
.personal-body-color h3 {
    font-size: 24px;
}
.seo-body-color {
    background-color: #fafafa;
}
.seo-body-color .h1,
.seo-body-color .h2,
.seo-body-color .h3,
.seo-body-color .h4,
.seo-body-color .h5,
.seo-body-color .h6,
.seo-body-color h1,
.seo-body-color h2,
.seo-body-color h3,
.seo-body-color h4,
.seo-body-color h5,
.seo-body-color h6 {
    font-family: 'DM Sans', sans-serif;
    color: #00041b;
    font-weight: 800;
}
.seo-body-color h3 {
    font-size: 24px;
}
.default-btn {
    font-size: 16px;
    color: #192436;
    padding: 15px 40px;
    line-height: 1;
    transition: all ease 0.5s;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
}
.default-btn:hover {
    color: #fff;
    border-color: #1c85de;
    background-color: #1c85de;
}
.default-btn.saas-btn {
    background-color: #8C3568;
    color: #fff;
}
.default-btn.saas-btn:hover {
    background-color: #fff;
    color: #192436;
    border-color: #00b9a1;
}
.default-btn.seo-btn {
    background-color: #fd5444;
    color: #fff;
}
.default-btn.seo-btn:hover {
    background-color: #00b9a1;
}
.read-more {
    font-weight: 600;
    font-size: 15px;
    color: #192436;
    position: relative;
    z-index: 1;
}
.read-more::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #77ceec;
    transition: all ease 0.5s;
    z-index: -1;
}
.read-more:hover::before {
    width: 50%;
}
.section-title {
    max-width: 700px;
    margin: -1px auto 50px;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
}
.section-title span {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1c85de;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.section-title span::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 10px;
    height: 25px;
    border-top: 2px solid #1c85de;
    border-left: 2px solid #1c85de;
    border-bottom: 2px solid #1c85de;
}
.section-title span::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 5px;
    width: 10px;
    height: 25px;
    border-top: 2px solid #1c85de;
    border-right: 2px solid #1c85de;
    border-bottom: 2px solid #1c85de;
}
.section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
}
.section-title h2:last-child {
    margin-bottom: 0;
}
.section-title.saas-title {
    margin-top: -8px;
    max-width: 600px;
}
.section-title.consulting-title {
    margin-top: -8px;
    max-width: 600px;
}
.section-title.personal-title span {
    font-weight: normal;
}
.section-title.personal-title span::before {
    display: none;
}
.section-title.personal-title span::after {
    display: none;
}
.section-title.seo-title span {
    font-weight: normal;
    color: #fd5444;
}
.section-title.seo-title span::before {
    display: none;
}
.section-title.seo-title span::after {
    display: none;
}
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    transition: all ease 0.5s;
    border-bottom: 1px solid #3489d9;
    padding: 15px 0;
}
.navbar .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.navbar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-image: linear-gradient(to right, #1c86de, #1d50df);
    border: none;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar .navbar-nav {
    margin-left: auto;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-left: 13px;
    margin-right: 13px;
}
.navbar .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 2px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link:hover::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
    right: auto;
    left: 0;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link.active::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
    right: auto;
    left: 0;
}
.navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}
.navbar .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0;
}
.navbar.saas-navbar {
    border-bottom: 1px solid #d6e6e6;
    background-color: #ffffff;
}
.navbar.saas-navbar.is-sticky {
    background: linear-gradient(to bottom,  #ffe4fb 0%,  #ffe4fb 1%,  #ffffff 18%);
    border: none;
}
.navbar.saas-navbar .navbar-nav .nav-item .nav-link {
    color: #192436;
    font-size: 1.25rem;
}
.navbar.saas-navbar .navbar-nav .nav-item .nav-link::before {
    display: none;
}
.navbar.saas-navbar .navbar-nav .nav-item .nav-link:hover {
    color: #00b9a1;
}
.navbar.saas-navbar .navbar-nav .nav-item .nav-link.active {
    color: #00b9a1;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.others-option-for-responsive {
    display: none;
}
.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: 20px;
}
.others-option-for-responsive .dot-menu .inner {
    display: flex;
    align-items: center;
    height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    transition: all ease 0.5s;
    background-color: #000;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #1c85de;
}
.others-option-for-responsive .container {
    position: relative;
}
.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 262px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    transition: all ease 0.5s;
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}
.others-option-for-responsive .option-inner {
    padding: 15px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}
.others-option-for-responsive .option-inner .others-option {
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.others-option-for-responsive .option-inner .others-option .option-item {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.others-option-for-responsive
    .option-inner
    .others-option
    .option-item:first-child {
    margin-left: 0;
    padding-left: 0;
}
.others-option-for-responsive .sidebar-menu {
    display: inline-block;
    margin-left: 10px;
}
.others-option-for-responsive .sidebar-menu a i {
    font-size: 25px;
    background-color: #1c85de;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50px;
}
.agency-banner-area {
    background-image: url(../img/agency/banner/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    z-index: 1;
}
.agency-banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#1c86de, #1d52df);
    opacity: 0.9;
    z-index: -1;
}
.agency-banner-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
}
.agency-banner-area .banner-bottom-shape {
    position: absolute;
    bottom: 0;
    left: -5px;
    right: 0;
}
.agency-banner-content h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px;
}
.agency-banner-content p {
    color: #fff;
}
.agency-banner-content .social-link span {
    color: #fff;
    display: inline-block;
    margin-right: 90px;
    position: relative;
}
.agency-banner-content .social-link span::before {
    content: "";
    position: absolute;
    top: 13px;
    right: -79px;
    width: 60px;
    height: 1px;
    background-color: #fff;
}
.agency-banner-content .social-link ul {
    display: inline-block;
    line-height: 1;
    margin-top: 40px;
}
.agency-banner-content .social-link ul li {
    display: inline-block;
}
.agency-banner-content .social-link ul li a {
    padding: 0 5px;
}
.agency-banner-content .social-link ul li a i {
    color: #fff;
    transition: all ease 0.5s;
}
.agency-banner-content .social-link ul li a:hover i {
    transform: translateY(-2px);
}
.agency-banner-img {
    text-align: right;
    position: relative;
    z-index: 1;
}
.agency-banner-img .banner-img-shape {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: -1;
}
.feature-area .feature-content {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    border-radius: 4px;
}
.feature-area .col-lg-4:last-child .single-feature::before {
    display: none;
}
.single-feature {
    position: relative;
    text-align: center;
    transition: all ease 0.5s;
}
.single-feature::before {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 1px;
    height: 100%;
    background-color: #1c85de;
}
.single-feature i {
    font-size: 50px;
    top: -21px;
    left: 0;
    color: #1c85de;
    line-height: 1;
}
.single-feature span {
    font-size: 18px;
    color: #192436;
    position: relative;
    font-weight: 600;
    top: -10px;
    padding-left: 35px;
}
.about-img {
    position: relative;
}
.about-img .video-button {
    position: absolute;
    bottom: 0;
    right: 110px;
}
.about-content {
    max-width: 600px;
}
.about-content .top-title {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    color: #1c85de;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 1.5;
}
.about-content .top-title::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #1c85de;
}
.about-content h2 {
    font-size: 30px;
    margin-bottom: 25px;
}
.about-content ul {
    margin-top: 30px;
}
.about-content ul li {
    display: inline-block;
    font-size: 16px;
    color: #192436;
    font-weight: 600;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #c7cace;
}
.about-content ul li:last-child {
    margin-left: 0;
    margin-right: 0;
    border: none;
}
.about-content ul li span {
    display: block;
    font-weight: normal;
    font-size: 15px;
}
.about-content ul li img {
    position: relative;
    top: -14px;
}
.counter-area {
    background-image: url(../img/agency/counter-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
.single-counter {
    position: relative;
    padding-left: 110px;
    margin-bottom: 30px;
}
.single-counter i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #1c85de;
    font-size: 70px;
    line-height: 1;
}
.single-counter i::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    background-color: #b5b9bf;
}
.single-counter h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #1c85de;
    margin-bottom: 0;
}
.single-counter p {
    font-weight: 600;
    color: #192436;
}
.single-services-box {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: all ease 0.5s;
}
.single-services-box .icon {
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}
.single-services-box .icon i {
    position: absolute;
    top: 5px;
    left: -5px;
    right: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 1;
    font-size: 60px;
    color: #1c85de;
}
.single-services-box .icon .services-icon-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease 0.5s;
}
.single-services-box .icon .services-icon-shape-2 {
    transition: all ease 0.5s;
}
.single-services-box .services-content {
    text-align: center;
}
.single-services-box .services-content h3 {
    margin-bottom: 15px;
}
.single-services-box .services-box-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.single-services-box:hover {
    transform: translateY(-5px);
}
.single-services-box:hover .icon .services-icon-shape-1 {
    transform: rotateX(360deg);
}
.single-services-box:hover .icon .services-icon-shape-2 {
    transform: rotateY(-360deg);
}
.case-area {
    position: relative;
}
.case-area .case-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.case-area .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.case-area .owl-nav .owl-next {
    margin-left: 20px !important;
    position: absolute;
    right: 30px;
    top: -45px;
}
.case-area .owl-nav .owl-next i {
    font-size: 50px;
    transition: all ease 0.5s;
}
.case-area .owl-nav .owl-prev {
    margin-right: 20px !important;
    position: absolute;
    left: 30px;
    top: -45px;
}
.case-area .owl-nav .owl-prev i {
    font-size: 50px;
    transition: all ease 0.5s;
}
.case-area .owl-nav [class*="owl-"]:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #1c85de;
}
.single-case {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.single-case .case-content {
    background-image: linear-gradient(to bottom right, #1c86de, #1d50df);
    padding: 25px;
    z-index: 1;
    position: absolute;
    width: 100%;
    bottom: -30px;
    left: 30px;
    transition: all ease 0.5s;
}
.single-case .case-content h3 {
    color: #fff;
    margin-bottom: 0;
}
.single-case:hover .case-content {
    left: 0;
}
.partner-item {
    text-align: center;
    padding: 10px;
}

.partner-item .logo-wrapper {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-item .logo-wrapper img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.single-pricing {
    padding: 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
    transition: all ease 0.5s;
}
.single-pricing h3 {
    margin-bottom: 30px;
}
.single-pricing .price {
    position: relative;
    background-image: linear-gradient(to bottom right, #1c86de, #1d50df);
    display: inline-block;
    padding: 23px 25px;
    border-radius: 50%;
    margin-bottom: 25px;
}
.single-pricing .price h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 40px;
}
.single-pricing .price span {
    color: #fff;
    font-size: 14px;
}
.single-pricing ul {
    margin-bottom: 30px;
}
.single-pricing ul li {
    margin-bottom: 12px;
}
.single-pricing ul li:last-child {
    margin-bottom: 0;
}
.single-pricing .default-btn {
    border: 1px solid #444;
}
.single-pricing .default-btn:hover {
    border-color: #1c85de;
}
.single-pricing:hover {
    transform: translateY(-5px);
}
.single-pricing.active {
    background-image: linear-gradient(to bottom right, #1c86de, #1d50df);
    overflow: hidden;
    position: relative;
}
.single-pricing.active p {
    position: absolute;
    top: 27px;
    right: -55px;
    background-color: #fff;
    padding: 2px 70px;
    transform: rotate(45deg);
}
.single-pricing.active h3 {
    color: #fff;
}
.single-pricing.active .price {
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}
.single-pricing.active .price h2 {
    color: #192436;
}
.single-pricing.active .price span {
    color: #192436;
}
.single-pricing.active ul li {
    color: #fff;
}
.single-pricing.active .default-btn {
    background-color: #fff;
    color: #444;
    border-color: #fff;
}
.get-in-touch-area {
    background-image: linear-gradient(to right, #1c86de, #1d50df);
    position: relative;
    z-index: 1;
}
.get-in-touch-area .get-in-touch-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.get-in-touch-area .container {
    max-width: 1050px;
    margin: auto;
}
.get-in-touch-content h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0;
}
.get-in-touch-btn {
    text-align: right;
}
.single-team {
    transition: all ease 0.5s;
    margin-bottom: 30px;
    text-align: center;
}
.single-team .team-content {
    position: relative;
    background-image: linear-gradient(to right, #1c86de, #1d50df);
    padding: 20px 30px;
    margin-left: 15px;
    margin-right: -15px;
    margin-top: -60px;
    transition: all ease 0.5s;
}
.single-team .team-content h3 {
    color: #fff;
}
.single-team .team-content span {
    color: #fff;
}
.single-team .team-content ul {
    transition: all ease 0.5s;
    background-image: linear-gradient(to right, #1c86de, #1d50df);
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.single-team .team-content ul li {
    display: inline-block;
    padding: 0 10px;
}
.single-team .team-content ul li a {
    color: #fff;
}
.single-team .team-content ul li a i {
    font-size: 20px;
    transition: all ease 0.5s;
    position: relative;
    top: 4px;
}
.single-team .team-content ul li a:hover i {
    transform: translateY(-2px);
}
.single-team:hover {
    transform: translateY(-5px);
}
.single-team:hover .team-content {
    margin-left: 0;
    margin-right: 0;
}
.single-team:hover .team-content ul {
    bottom: -30px;
    opacity: 1;
}
.testimonial-area .owl-nav {
    right: 25px;
    position: absolute;
    bottom: 10px;
}
.testimonial-area .owl-nav .owl-next {
    margin-left: 20px !important;
}
.testimonial-area .owl-nav .owl-next i {
    font-size: 50px;
    transition: all ease 0.5s;
}
.testimonial-area .owl-nav .owl-prev {
    margin-right: 20px !important;
}
.testimonial-area .owl-nav .owl-prev i {
    font-size: 50px;
    transition: all ease 0.5s;
}
.testimonial-area .owl-nav [class*="owl-"]:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #1c85de;
}
.testimonial-content {
    background-color: #fff;
    padding: 80px;
    padding-left: 50px;
    position: relative;
}
.testimonial-content p {
    margin-bottom: 20px;
}
.testimonial-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 200px;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
.single-blog-post {
    margin-bottom: 30px;
    transition: all ease 0.5s;
}
.single-blog-post .blog-img {
    position: relative;
    overflow: hidden;
}
.single-blog-post .blog-img .date {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #1c86de, #1d50df);
    padding: 10px 30px;
    color: #fff;
}
.single-blog-post .news-content {
    position: relative;
    margin-top: 30px;
}
.single-blog-post .news-content a h3 {
    transition: all ease 0.5s;
    margin-bottom: 15px;
    line-height: 1.5;
}
.single-blog-post .news-content a:hover h3 {
    color: #1c85de;
}
.single-blog-post .news-content .admin {
    margin-bottom: 20px;
    color: #1c85de;
}
.single-blog-post .news-content .admin img {
    margin-right: 10px;
    border-radius: 50px;
}
.single-blog-post:hover {
    transform: translateY(-5px);
}
.contact-area {
    background-color: #fff;
    background-image: url(../img/agency/contact-bg-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.contact-form {
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.contact-form .form-group {
    margin-bottom: 30px;
}
.contact-form .form-group .form-control {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}
.contact-form .form-group .form-control::placeholder {
    color: #a8a8a8;
}
.contact-form .default-btn {
    background-color: #1c85de;
    color: #fff;
}
.list-unstyled {
    font-size: 14px;
    margin-top: 10px;
    color: #dc3545;
    text-align: left;
}
.text-success {
    color: #28a745 !important;
}
#msgSubmit {
    margin-top: 20px;
    margin-bottom: 0;
}
.hidden {
    display: none;
}
.footer-area {
    background-color: #111;
}
.single-footer-widget {
    margin-bottom: 30px;
}
.single-footer-widget h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
}
.single-footer-widget img {
    margin-bottom: 20px;
}
.single-footer-widget p {
    color: #f5f5f5;
}
.single-footer-widget .address li {
    color: #f5f5f5;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.single-footer-widget .address li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .address li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #1c85de;
}
.single-footer-widget .address li a {
    display: block;
    color: #f5f5f5;
}
.single-footer-widget .twitter-text {
    background-color: #222;
    padding: 10px 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.single-footer-widget .twitter-text::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 30px;
    transform: rotate(-65deg);
    border-top: 35px solid #222;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: 50px solid rgba(0, 0, 0, 0);
    z-index: -1;
}
.single-footer-widget .twitter-text a {
    color: #1c85de;
}
.single-footer-widget .twitter {
    position: relative;
    padding-left: 55px;
}
.single-footer-widget .twitter i {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.single-footer-widget .twitter span {
    display: block;
    color: #f5f5f5;
}
.single-footer-widget .newsletter-form {
    position: relative;
    border-radius: 4px;
    margin-bottom: 20px;
}
.single-footer-widget .newsletter-form .form-control {
    background-color: #fff;
}
.single-footer-widget .newsletter-form .send-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    background-color: #1c85de;
    color: #fff;
    padding: 5px 10px;
    font-size: 30px;
}
.single-footer-widget .social-area li {
    display: inline-block;
    margin-right: 10px;
}
.single-footer-widget .social-area li a i {
    font-size: 18px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #292929;
    text-align: center;
    transition: all ease 0.5s;
    border-radius: 4px;
}
.single-footer-widget .social-area li a:hover i {
    background-color: #1c85de;
}
#validator-newsletter {
    color: #dc3545;
    font-size: 14px;
    margin-top: 10px;
}
.copy-right {
    background-color: #111;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #292929;
    text-align: center;
}
.copy-right p {
    color: #f9f9f9;
}
.copy-right p a {
    color: #1c85de;
}
.copy-right p i {
    position: relative;
    top: 1px;
}
.navbar.saas-navbar {
    border-bottom: 1px solid #d6e6e6;
}
.navbar.saas-navbar.is-sticky {
    background: linear-gradient(to bottom,  #ffe4fb 0%,  #ffe4fb 1%,  #ffffff 18%);
    border: none;
}
.navbar.saas-navbar .navbar-nav .nav-item .nav-link {
    color: #192436;
}
.navbar.saas-navbar .navbar-nav .nav-item .nav-link::before {
    display: none;
}
.navbar.saas-navbar .navbar-nav .nav-item .nav-link:hover {
    color: #00b9a1;
}
.navbar.saas-navbar .navbar-nav .nav-item .nav-link.active {
    color: #000;
    border-bottom: 3px solid #F3B0DC;
}

.navbar.saas-navbar .navbar-nav .nav-item .nav-link.active {
    color: #000;
    border-bottom: 3px solid #F3B0DC;
}

.navbar.saas-navbar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: white;
    border: none;
}

.navbar.saas-navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item.active {
    color: #000;
    border-bottom: 3px solid #F3B0DC;
    background: transparent;
}

.saas-banner-area {
    background-image: linear-gradient(#faebf8, #fafafa);
    text-align: center;
    height: 100vh;
    padding-top: 170px;
    padding-bottom: 100px;
}
.saas-banner-content {
    max-width: 720px;
    margin: 0 auto 50px;
}
.saas-banner-content h1 {
    font-size: 72px;
    margin-bottom: 30px;
}
.saas-banner-content h1 span {
    position: relative;
    display: inline-block;
}
.saas-banner-content h1 span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right, #00b9a1, #31b2cb);
}
.saas-banner-content p {
    margin-bottom: 30px;
}
.saas-banner-img {
    position: relative;
    z-index: 1;
}
.saas-banner-img .banner-shape-1 {
    position: absolute;
    bottom: 0;
    left: 100px;
    z-index: -1;
    animation: moveScale 3s linear infinite;
}
.saas-banner-img .banner-shape-2 {
    position: absolute;
    right: 0;
    top: -100px;
    animation: moveScale 3s linear infinite;
}
@keyframes moveScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
.saas-partner-area {
    border-bottom: 1px solid #ececec;
}
.new-services-content h2 {
    font-size: 40px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.new-services-content h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 5px;
    background-image: linear-gradient(to right, #00b9a1, #31b2cb);
}
.new-services-img {
    position: relative;
    z-index: 1;
    text-align: center;
}
.new-services-img .new-services-shape {
    position: absolute;
    bottom: 15px;
    left: 50px;
    z-index: -1;
    animation-name: rotateMe;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotateMe {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.sass-services-area {
    border-top: 1px solid #ececec;
}
.sass-services-area .col-sm-6:nth-child(2) .sass-single-services-box {
    margin-top: 30px;
}
.sass-services-area .col-sm-6:nth-child(3) .sass-single-services-box {
    margin-top: -30px;
}
.sass-services-area .col-lg-6 .row {
    position: relative;
    z-index: 1;
}
.sass-services-area .col-lg-6 .row::before {
    content: "";
    position: absolute;
    top: 150px;
    left: 150px;
    width: 300px;
    height: 300px;
    background-color: #ebfaf9;
    border-radius: 50%;
    z-index: -1;
}
.services-contents {
    max-width: 600px;
}
.services-contents .top-title {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    color: #00b9a1;
    font-weight: 600;
    margin-bottom: 18px;
}
.services-contents .top-title::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #00b9a1;
}
.services-contents h2 {
    font-size: 40px;
    margin-bottom: 25px;
}
.services-contents p {
    margin-bottom: 30px;
}
.services-contents img {
    margin-bottom: 30px;
}
.sass-single-services-box {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: all ease 0.5s;
}
.sass-single-services-box i {
    font-size: 50px;
    color: #00b9a1;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}
.sass-single-services-box h3 {
    margin-bottom: 15px;
}
.sass-single-services-box:hover {
    transform: translateY(-5px);
}
.our-work-area {
    background-image: linear-gradient(#ebfaf9, #fafafa);
}
.our-work-area .owl-carousel .owl-item img {
    width: unset;
    margin: auto;
}
.our-work-area .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.our-work-area .owl-nav .owl-next {
    margin-left: 20px !important;
    position: absolute;
    right: 120px;
    top: -60px;
}
.our-work-area .owl-nav .owl-next i {
    font-size: 50px;
    transition: all ease 0.5s;
}
.our-work-area .owl-nav .owl-prev {
    margin-right: 20px !important;
    position: absolute;
    left: 120px;
    top: -60px;
}
.our-work-area .owl-nav .owl-prev i {
    font-size: 50px;
    transition: all ease 0.5s;
}
.our-work-area .owl-nav [class*="owl-"]:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #00b9a1;
}
.tab .tabs_item {
    display: none;
}
.tab .tabs_item:first-child {
    display: block;
}
.price-tab {
    text-align: center;
}
.price-tab .tabs {
    border-radius: 4px;
    display: inline-block;
    background-color: #20323c;
    margin-bottom: 50px;
    text-align: center;
}
.price-tab .tabs li {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
}
.price-tab .tabs li a {
    color: #fff;
    padding: 10px 20px;
}
.price-tab .tabs li.current {
    background-color: #00b9a1;
    border-radius: 4px;
}
.saas-pricing-area .single-pricing .price {
    background-image: linear-gradient(to bottom right, #20323c, #20323c);
}
.saas-pricing-area .single-pricing .price h2 {
    font-family: 'DM Sans', sans-serif;
}
.saas-pricing-area .single-pricing .default-btn:hover {
    background-color: #00b9a1;
    border-color: #00b9a1;
}
.saas-pricing-area .single-pricing.active {
    background-image: linear-gradient(to bottom right, #20323c, #20323c);
}
.saas-pricing-area .single-pricing.active .price {
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}
.saas-pricing-area .single-pricing.active p {
    background-color: #00b9a1;
    color: #fff;
}
.saas-pricing-area .single-pricing.active .default-btn:hover {
    color: #fff;
}
.saas-testimonial-area {
    background-image: linear-gradient(to right, #ffffff, #ecfaf9);
    position: relative;
    z-index: 1;
}
.saas-testimonial-area .testimonial-title span {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    color: #00b9a1;
    font-weight: 600;
    margin-bottom: 18px;
}
.saas-testimonial-area .testimonial-title span::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #00b9a1;
}
.saas-testimonial-area .testimonial-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.saas-testimonial-area .testimonial-content {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.saas-testimonial-area .testimonial-content::before {
    display: none;
}
.saas-testimonial-area .testimonial-content p {
    margin-bottom: 25px;
}
.saas-testimonial-area .testimonial-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.thumbs {
    position: relative;
}
.thumbs .owl-thumb-item .testimonial-thumbs {
    position: absolute;
}
.thumbs .owl-thumb-item .testimonial-thumbs i {
    color: #00b9a1;
    font-size: 35px;
    position: relative;
    top: -30px;
    right: 10px;
    opacity: 0;
    transition: all ease 0.5s;
}
.thumbs .owl-thumb-item .testimonial-thumbs img {
    border-radius: 50%;
    cursor: pointer;
    transition: all ease 0.5s;
}
.thumbs .owl-thumb-item .testimonial-thumbs.img-1 {
    z-index: 1;
}
.thumbs .owl-thumb-item .testimonial-thumbs.img-2 {
    left: 360px;
    top: -70px;
    z-index: 1;
}
.thumbs .owl-thumb-item .testimonial-thumbs.img-3 {
    left: 500px;
    top: 130px;
    z-index: 1;
}
.thumbs .owl-thumb-item .testimonial-thumbs.img-4 {
    left: 300px;
    top: 280px;
    z-index: 1;
}
.thumbs .owl-thumb-item .testimonial-thumbs.img-5 {
    left: 45px;
    top: 230px;
    z-index: 1;
}
.thumbs .owl-thumb-item .testimonial-thumbs.img-6 {
    left: 0;
    right: 0;
    top: 145px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.thumbs .owl-thumb-item.active .testimonial-thumbs img {
    border: 5px solid #00b9a1;
}
.thumbs .owl-thumb-item.active .testimonial-thumbs i {
    opacity: 1;
}
.saas-counter-area {
    background-image: none;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ececec;
}
.saas-counter-area .single-counter i {
    color: #00b9a1;
}
.saas-counter-area .single-counter h2 {
    color: #00b9a1;
}
.saas-blog-area .single-blog-post .news-content .product {
    margin-bottom: 15px;
    display: block;
    color: #00b9a1;
}
.saas-blog-area .single-blog-post .news-content .admin-content li {
    display: inline-block;
}
.saas-blog-area .single-blog-post .news-content .admin-content li img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.saas-blog-area .single-blog-post .news-content .admin-content li .admin {
    color: #444;
}
.saas-blog-area .single-blog-post .news-content .admin-content li .admin:hover {
    color: #00b9a1;
}
.saas-blog-area .single-blog-post .news-content .admin-content .date {
    float: right;
}
.saas-blog-area .single-blog-post .news-content a h3 {
    margin-bottom: 20px;
}
.saas-blog-area .single-blog-post .news-content a h3:hover {
    color: #00b9a1;
}
.saas-contact-area {
    background-image: none;
}
.saas-contact-area .contact-form {
    max-width: unset;
    text-align: left;
}
.saas-contact-area .contact-form h2 {
    margin-bottom: 30px;
    font-size: 35px;
}
.saas-contact-area .contact-form .default-btn {
    background-color: #00b9a1;
}
.saas-contact-area .contact-form .default-btn:hover {
    color: #fff;
}
.faq-accordion h2 {
    font-size: 35px;
    margin-bottom: 30px;
}
.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 12px;
    background-color: #fafafa;
    border: 1px solid #e7e7e7;
    padding-left: 20px;
}
.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item.active {
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
    padding: 15px;
    color: #192436;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding-left: 30px;
    font-family: 'DM Sans', sans-serif;
}
.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 17px;
    font-size: 25px;
    transition: all ease 0.5s;
    color: #00b9a1;
}
.faq-accordion .accordion .accordion-title.active i::before {
    content: "";
}
.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.faq-accordion .accordion .accordion-content p {
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-content.show {
    display: block;
}
.saas-footer-area {
    /* background-image: linear-gradient(#fafafa, #ebfaf9); */
    /* background-color: rgba(0, 0, 0, 0); */
    background-color: #8c3568;
}
.saas-footer-area .single-footer-widget h3 {
    color: #192436;
}
.saas-footer-area .single-footer-widget p {
    color: #444;
}
.saas-footer-area .single-footer-widget .address li {
    color: #444;
}
.saas-footer-area .single-footer-widget .address li::before {
    background-color: #00b9a1;
}
.saas-footer-area .single-footer-widget .address li a {
    color: #444;
}
.saas-footer-area .single-footer-widget .twitter-text {
    background-color: #daf3f1;
}
.saas-footer-area .single-footer-widget .twitter-text::before {
    border-top: 35px solid #daf3f1;
}
.saas-footer-area .single-footer-widget .twitter i {
    color: #444;
}
.saas-footer-area .single-footer-widget .twitter span {
    color: #444;
}
.saas-footer-area .single-footer-widget .social-area li a i {
    background-color: #d8f3f0;
    color: #192436;
}
.saas-footer-area .single-footer-widget .social-area li a:hover i {
    background-color: #192436;
    color: #fff;
}
.saas-footer-area .single-footer-widget .newsletter-form .send-btn {
    background-color: #00b9a1;
}
.saas-copy-right {
    background-color: #8c3568;
    border-top: 1px solid #d7e6e6;
    color: #fff;
}
.saas-copy-right p {
    color: #444;
}
.saas-copy-right p a {
    color: #00b9a1;
}
.saas-go-top.active {
    background-color: #F3B0DC;
}
.saas-our-work-area {
    text-align: center;
}
.navbar.consulting-navbar {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
.navbar.consulting-navbar.is-sticky {
    background-image: linear-gradient(#ffffff, #ffffff);
    border: none;
}
.navbar.consulting-navbar .navbar-nav .nav-item .nav-link {
    color: #192436;
}
.navbar.consulting-navbar .navbar-nav .nav-item .nav-link::before {
    display: none;
}
.navbar.consulting-navbar .navbar-nav .nav-item .nav-link:hover {
    color: #f33;
}
.navbar.consulting-navbar .navbar-nav .nav-item .nav-link.active {
    color: #f33;
}
.navbar.consulting-navbar .other-option a {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    color: #20323c;
}
.navbar.consulting-navbar .other-option i {
    color: #f33;
    font-size: 25px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.navbar.consulting-navbar .other-option:hover a {
    color: #f33;
}
.consulting-banner-area {
    background-color: #0f1a26;
    height: 850px;
    position: relative;
    z-index: 1;
}
.consulting-banner-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.consulting-banner-area .shape-1 {
    position: absolute;
    left: 50px;
    top: 100px;
    z-index: -1;
    animation: moveScale 3s linear infinite;
}
.consulting-banner-area .shape-2 {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
}
.consulting-banner-content {
    margin-top: 20px;
}
.consulting-banner-content h1 {
    font-size: 58px;
    color: #fff;
    margin-bottom: 30px;
}
.consulting-banner-content p {
    color: #fff;
}
.consulting-banner-content .social-link span {
    color: #fff;
    display: inline-block;
    margin-right: 90px;
    position: relative;
}
.consulting-banner-content .social-link span::before {
    content: "";
    position: absolute;
    top: 13px;
    right: -79px;
    width: 60px;
    height: 1px;
    background-color: #fff;
}
.consulting-banner-content .social-link ul {
    display: inline-block;
    line-height: 1;
    margin-top: 40px;
}
.consulting-banner-content .social-link ul li {
    display: inline-block;
}
.consulting-banner-content .social-link ul li a {
    padding: 0 5px;
}
.consulting-banner-content .social-link ul li a i {
    color: #fff;
    transition: all ease 0.5s;
}
.consulting-banner-content .social-link ul li a:hover i {
    transform: translateY(-2px);
}
.consulting-banner-img {
    margin-top: 40px;
    position: relative;
}
.consulting-banner-img .video-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.consulting-banner-img .video-button .video-btn {
    background-color: #fff;
}
.consulting-banner-img .video-button .video-btn i {
    color: #f33;
}
.consulting-banner-img .video-button .video-btn::after,
.consulting-banner-img .video-button .video-btn::before {
    background-color: #f33;
}
.consulting-feature-area {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}
.single-consulting-feature {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    padding-top: 80px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: all ease 0.5s;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-consulting-feature.bg-1 {
    background-image: url(../img/consulting/feature/feature-bg-1.jpg);
}
.single-consulting-feature.bg-2 {
    background-image: url(../img/consulting/feature/feature-bg-2.jpg);
}
.single-consulting-feature.bg-3 {
    background-image: url(../img/consulting/feature/feature-bg-3.jpg);
}
.single-consulting-feature::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), #ffffff);
    z-index: -1;
}
.single-consulting-feature h3 {
    margin-bottom: 10px;
}
.single-consulting-feature:hover {
    transform: translateY(-5px);
}
.consulting-about-area {
    overflow: hidden;
}
.consulting-about-content span {
    color: #f33;
    display: block;
    margin-bottom: 15px;
}
.consulting-about-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
.consulting-about-content .use-mb {
    margin-bottom: 30px;
}
.consulting-about-content .single-about {
    margin-bottom: 30px;
}
.consulting-about-content .single-about i {
    color: #f33;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}
.consulting-about-content .single-about h3 {
    margin-bottom: 12px;
}
.consulting-about-img {
    margin-top: 60px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.consulting-about-img::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 190px;
    width: 750px;
    height: 400px;
    background-color: #0f1a26;
    z-index: -1;
}
.consulting-about-img .shape {
    position: absolute;
    top: -50px;
    right: -100px;
    z-index: -1;
    animation: moveScale 3s linear infinite;
}
.consulting-services-area {
    background-color: #fcfcfc;
    position: relative;
}
.consulting-services-area .shape {
    position: absolute;
    top: 60px;
    left: 0;
}
.single-consulting-services {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: all ease 0.5s;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-consulting-services.bg-1 {
    background-image: url(../img/consulting/services/services-bg-1.jpg);
}
.single-consulting-services.bg-2 {
    background-image: url(../img/consulting/services/services-bg-2.jpg);
}
.single-consulting-services.bg-3 {
    background-image: url(../img/consulting/services/services-bg-3.jpg);
}
.single-consulting-services.bg-4 {
    background-image: url(../img/consulting/services/services-bg-4.jpg);
}
.single-consulting-services.bg-5 {
    background-image: url(../img/consulting/services/services-bg-5.jpg);
}
.single-consulting-services.bg-6 {
    background-image: url(../img/consulting/services/services-bg-6.jpg);
}
.single-consulting-services::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transition: all ease 0.5s;
    transform: scale(1);
}
.single-consulting-services::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f1a26;
    z-index: -1;
    transition: all ease 0.5s;
    transform: scale(0);
    opacity: 0.85;
}
.single-consulting-services i {
    display: block;
    font-size: 40px;
    color: #f33;
    position: absolute;
    top: 78px;
    left: 26px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: #f3f3f4;
    text-align: center;
    transition: all ease 0.5s;
}
.single-consulting-services h3 {
    margin-bottom: 15px;
    transition: all ease 0.5s;
}
.single-consulting-services p {
    padding-left: 65px;
    transition: all ease 0.5s;
}
.single-consulting-services:hover {
    transform: translateY(-5px);
}
.single-consulting-services:hover::before {
    transform: scale(0);
}
.single-consulting-services:hover::after {
    transform: scale(1);
}
.single-consulting-services:hover i {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}
.single-consulting-services:hover h3 {
    color: #fff;
}
.single-consulting-services:hover p {
    color: #fff;
}
.consulting-counter-area {
    background-image: none;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ececec;
    position: relative;
}
.consulting-counter-area .shape {
    position: absolute;
    bottom: -100px;
    right: 50px;
    animation: moveScale 3s linear infinite;
    z-index: -1;
}
.consulting-counter-area .single-counter i {
    color: #f33;
}
.consulting-counter-area .single-counter h2 {
    color: #f33;
}
.consultancy-area {
    position: relative;
    overflow: hidden;
    padding-top: 160px;
}
.consultancy-area .container-fluid {
    padding-left: 30px;
    padding-right: 0;
    max-width: 100%;
}
.consultancy-area::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    width: 50%;
    height: 360px;
    background-color: #0f1a26;
}
.consultancy-area .owl-nav {
    text-align: left;
    margin-top: 5px !important;
}
.consultancy-area .owl-nav .owl-next {
    margin-left: 10px !important;
}
.consultancy-area .owl-nav .owl-next i {
    font-size: 50px;
    transition: all ease 0.5s;
}
.consultancy-area .owl-nav .owl-prev {
    margin-right: 10px !important;
}
.consultancy-area .owl-nav .owl-prev i {
    font-size: 50px;
    transition: all ease 0.5s;
}
.consultancy-area .owl-nav [class*="owl-"]:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #f33;
}
.consultancy-content {
    max-width: 490px;
    margin-left: auto;
}
.consultancy-item span {
    color: #f33;
    margin-bottom: 10px;
    display: block;
}
.consultancy-item h3 {
    margin-bottom: 15px;
    font-size: 30px;
    color: #fff;
}
.consultancy-item p {
    color: #fff;
}
.project-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.project-item .project-content {
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    padding: 20px 30px;
    transition: all ease 0.5s;
}
.project-item .project-content span {
    color: #f33;
    display: block;
    margin-bottom: 10px;
}
.project-item .project-content h3 {
    margin-bottom: 0;
    transition: all ease 0.5s;
}
.project-item .project-content h3:hover {
    color: #f33;
}
.project-item:hover .project-content {
    bottom: 0;
}
.consulting-testimonial-area .testimonial-title {
    max-width: 600px;
    margin-left: auto;
    position: absolute;
    right: 15px;
    top: 0;
}
.consulting-testimonial-area .testimonial-title span {
    color: #f33;
    display: block;
    margin-bottom: 10px;
}
.consulting-testimonial-area .testimonial-content {
    padding: 0;
}
.consulting-testimonial-area .owl-carousel .owl-item img {
    width: unset;
    margin: auto;
}
.consulting-testimonial-area .owl-nav {
    text-align: left;
    margin-top: 5px !important;
    width: 605px;
    margin-left: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.consulting-testimonial-area .owl-nav .owl-next {
    margin-left: 10px !important;
}
.consulting-testimonial-area .owl-nav .owl-next i {
    font-size: 50px;
    transition: all ease 0.5s;
}
.consulting-testimonial-area .owl-nav .owl-prev {
    margin-right: 10px !important;
}
.consulting-testimonial-area .owl-nav .owl-prev i {
    font-size: 50px;
    transition: all ease 0.5s;
}
.consulting-testimonial-area .owl-nav [class*="owl-"]:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #f33;
}
.consulting-team-area {
    background-color: #fcfcfc;
}
.consulting-team-area .single-team .team-content {
    margin-left: 0;
    margin-right: 0;
    background-image: linear-gradient(to right, #0f1a26, #0f1a26);
}
.consulting-team-area .single-team .team-content ul {
    background-image: linear-gradient(to right, #0f1a26, #0f1a26);
}
.consulting-pricing-area {
    position: relative;
}
.consulting-pricing-area .shape {
    position: absolute;
    top: 100px;
    left: 50px;
    animation: moveScale 3s linear infinite;
    z-index: -1;
}
.consulting-pricing-area .single-pricing .price {
    background-image: linear-gradient(to bottom right, #20323c, #20323c);
    padding: 25px 40px;
}
.consulting-pricing-area .single-pricing .price i {
    font-size: 40px;
    display: block;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
.consulting-pricing-area .single-pricing .price span {
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
}
.consulting-pricing-area .single-pricing .prices {
    margin-bottom: 30px;
}
.consulting-pricing-area .single-pricing .prices h2 {
    margin-bottom: 0;
    font-family: 'DM Sans', sans-serif;
}
.consulting-pricing-area .single-pricing .default-btn:hover {
    background-color: #00b9a1;
    border-color: #00b9a1;
}
.consulting-pricing-area .single-pricing.active {
    background-image: linear-gradient(to bottom right, #20323c, #20323c);
}
.consulting-pricing-area .single-pricing.active .price {
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}
.consulting-pricing-area .single-pricing.active .price i {
    color: #20323c;
}
.consulting-pricing-area .single-pricing.active .prices h2 {
    color: #fff;
}
.consulting-pricing-area .single-pricing.active .prices span {
    color: #fff;
}
.consulting-pricing-area .single-pricing.active .default-btn:hover {
    color: #fff;
}
.consulting-get-in-touch-area {
    background-image: linear-gradient(to right, #20323c, #20323c);
}
.consulting-get-in-touch-area .get-in-touch-btn .default-btn {
    background-color: #f33;
    border-color: #f33;
    color: #fff;
}
.consulting-get-in-touch-area .get-in-touch-btn .default-btn:hover {
    background-color: #00b9a1;
}
.consulting-blog-area {
    border-bottom: 1px solid #e7e8e9;
}
.consulting-blog-area .news-content img {
    margin-right: 10px;
}
.consulting-blog-area .news-content .admin {
    color: #20323c;
}
.consulting-blog-area .news-content .admin:hover {
    color: #f33;
}
.consulting-blog-area .news-content a:hover h3 {
    color: #f33;
}
.consulting-contact-area {
    background-image: none;
    position: relative;
    z-index: 1;
}
.consulting-contact-area .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.consulting-contact-area .contact-form {
    text-align: left;
}
.consulting-contact-area .contact-form .default-btn {
    background-color: #20323c;
    border-color: #20323c;
}
.consulting-contact-area .contact-form .default-btn:hover {
    background-color: #f33;
    border-color: #f33;
    color: #fff;
}
.consulting-contact-area .contact-info h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
.consulting-contact-area .contact-info p {
    font-size: 22px;
    font-family: 'DM Sans', sans-serif;
    color: #20323c;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 30px;
}
.consulting-contact-area .contact-info .address .location {
    position: relative;
    color: #20323c;
}
.consulting-contact-area .contact-info .address .location i {
    position: absolute;
    color: #f33;
    left: 0;
    top: 5px;
    font-size: 25px;
}
.consulting-contact-area .contact-info .address li {
    position: relative;
    margin-bottom: 25px;
}
.consulting-contact-area .contact-info .address li span {
    font-weight: 600;
    color: #f33;
    display: block;
    margin-bottom: 5px;
}
.consulting-contact-area .contact-info .address li a {
    color: #20323c;
    display: block;
}
.consulting-contact-area .contact-info .address li a:hover {
    color: #f33;
}
.consulting-contact-area .contact-info .address li:last-child {
    margin-bottom: 0;
}
.consulting-contact-area .contact-info .address li i {
    position: absolute;
    color: #f33;
    left: 0;
    top: 5px;
    font-size: 25px;
}
.consulting-footer-area {
    background-color: #20323c;
}
.consulting-footer-area .single-footer-widget .address li::before {
    background-color: #f33;
}
.consulting-footer-area .single-footer-widget .twitter-text {
    background-color: #202a35;
}
.consulting-footer-area .single-footer-widget .twitter-text::before {
    border-top: 35px solid #202a35;
}
.consulting-footer-area .single-footer-widget .twitter-text a {
    color: #f33;
}
.consulting-footer-area .single-footer-widget .social-area li a i {
    background-color: #202a35;
    color: #fff;
}
.consulting-footer-area .single-footer-widget .social-area li a:hover i {
    background-color: #f33;
    color: #fff;
}
.consulting-footer-area .single-footer-widget .newsletter-form .send-btn {
    background-color: #f33;
}
.consulting-copy-right {
    background-color: #20323c;
    border-top: 1px solid #3c4752;
}
.consulting-copy-right p {
    color: #fff;
}
.consulting-copy-right p a {
    color: #f33;
}
.consulting-go-top.active {
    background-color: #f33;
}
.navbar.personal-navbar {
    background-color: #fff;
    border-bottom: none;
}
.navbar.personal-navbar.is-sticky {
    background-image: linear-gradient(#ffffff, #ffffff);
    border: none;
}
.navbar.personal-navbar .navbar-nav .nav-item .nav-link {
    color: #192436;
}
.navbar.personal-navbar .navbar-nav .nav-item .nav-link::before {
    display: none;
}
.navbar.personal-navbar .navbar-nav .nav-item .nav-link:hover {
    color: #f33;
}
.navbar.personal-navbar .navbar-nav .nav-item .nav-link.active {
    color: #f33;
}
.navbar.personal-navbar .other-option ul li {
    display: inline-block;
    margin-left: 5px;
}
.navbar.personal-navbar .other-option ul li a i {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background-color: #00ade4;
    color: #fff;
    font-weight: normal;
    transition: all ease 0.5s;
}
.navbar.personal-navbar .other-option ul li a:hover i {
    background-color: #fff;
    color: #00ade4;
}
.personal-banner-area {
    background-color: #eff0f4;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.personal-banner-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}
.personal-banner-content {
    margin-top: 75px;
    max-width: 660px;
    position: relative;
}
.personal-banner-content span {
    color: #111;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
}
.personal-banner-content h1 {
    font-size: 100px;
    margin-bottom: 10px;
}
.personal-banner-content h3 {
    font-size: 60px;
    color: #00ade4;
    margin-bottom: 20px;
}
.personal-banner-content p {
    margin-bottom: 30px;
}
.personal-banner-content .personal-btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #111;
}
.personal-banner-content .personal-btn::before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #77ceec;
    transition: all ease 0.5s;
    z-index: -1;
}
.personal-banner-content .personal-btn:hover::before {
    width: 50%;
}
.personal-banner-content .shape-1 {
    position: absolute;
    left: 30px;
    top: -30px;
    z-index: -1;
    animation: moveScale 3s linear infinite;
    opacity: 0.5;
}
.personal-banner-content .shape-2 {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: -1;
    animation: moveScale 4s linear infinite;
    opacity: 0.5;
}
.personal-banner-content .shape-3 {
    position: absolute;
    right: 30px;
    bottom: -50px;
    z-index: -1;
    animation: moveScale 5s linear infinite;
    opacity: 0.5;
}
.personal-banner-img {
    margin-top: 85px;
    position: relative;
}
.skill-area {
    position: relative;
    overflow: hidden;
}
.skill-area .introduction {
    max-width: 630px;
    margin: auto;
    text-align: center;
    padding-bottom: 100px;
}
.skill-area .introduction h3 {
    margin-bottom: 15px;
    font-size: 30px;
}
.skill-area .shape-3 {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: -1;
}
.skill-content {
    background-color: #f5f6fa;
    padding: 70px;
    position: relative;
}
.skill-content .shape-1 {
    position: absolute;
    top: -30px;
    right: -50px;
    z-index: -1;
}
.skill-content .shape-2 {
    position: absolute;
    bottom: 0;
    left: -120px;
    z-index: -1;
}
.skill-content .skill-title span {
    color: #00ade4;
    display: block;
    margin-bottom: 12px;
}
.skill-content .skill-title h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.skill-content .skill-title p {
    margin-bottom: 30px;
}
.skill-bar {
    margin-bottom: 30px;
}
.skill-bar .progress-title-holder {
    position: relative;
}
.skill-bar .progress-title {
    font-size: 18px;
    font-weight: 500;
}
.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: #fff;
}
.skill-bar .progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    color: #1a1a1a;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 600;
}
.skill-bar .down-arrow {
    border: 1px solid #111;
    position: absolute;
    left: 49%;
    top: 131%;
    height: 16px;
    transform: translateX(0);
}
.skill-bar .progress-content-outter {
    height: 6px;
    background-color: rgba(0, 0, 0, 0);
}
.skill-bar .progress-content {
    height: 6px;
    background-color: #111;
    width: 0%;
}
.skill-img {
    text-align: center;
    position: relative;
    z-index: 1;
    top: 70px;
}
.skill-img .skill-shape {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    z-index: -1;
}
.personal-services-area .services-content span {
    color: #00ade4;
    display: block;
    margin-bottom: 12px;
}
.personal-services-area .services-content h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.personal-services-area .services-content h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.personal-services-area .services-content a {
    font-size: 30px;
    color: #00ade4;
    margin-bottom: 10px;
}
.personal-services-area .single-personal-services {
    margin-bottom: 30px;
}
.personal-services-area .single-personal-services i {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 25px;
    display: block;
    color: #00ade4;
}
.personal-services-area .single-personal-services h3 {
    margin-bottom: 15px;
}
.portfolio-area {
    background-color: #f5f6fa;
}
.portfolio-area .container-fluid {
    max-width: 100%;
    padding: 0;
}
.portfolio-area .owl-theme .owl-dots {
    margin-top: 30px !important;
    line-height: 1;
}
.portfolio-area .owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background-color: #86d0fd;
    width: 15px;
    height: 15px;
}
.portfolio-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: #00ade4;
}
.portfolio-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.portfolio-item .portfolio-content {
    padding: 0;
    background-color: #fff;
    line-height: 1;
    padding: 20px 30px;
    transition: all ease 0.5s;
}
.portfolio-item .portfolio-content h3 {
    margin-bottom: 0;
    transition: all ease 0.5s;
}
.portfolio-item .portfolio-content h3:hover {
    color: #00ade4;
}
.personal-testimonial-area {
    background-image: linear-gradient(to right, #fafafa, #fafafa);
    position: relative;
}
.personal-testimonial-area .shape-1 {
    position: absolute;
    top: 50px;
    right: 50px;
}
.personal-testimonial-area .shape-2 {
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.personal-testimonial-area .shape-3 {
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.personal-testimonial-area .testimonial-title span {
    padding-left: 0;
    color: #00ade4;
}
.personal-testimonial-area .testimonial-title span::before {
    display: none;
}
.personal-testimonial-area .testimonial-bg {
    position: absolute;
    left: 30px;
    right: unset;
    top: -60px;
    z-index: -1;
}
.personal-testimonial-area
    .thumbs
    .owl-thumb-item.active
    .testimonial-thumbs
    img {
    border-color: #00ade4;
}
.personal-testimonial-area
    .thumbs
    .owl-thumb-item.active
    .testimonial-thumbs
    i {
    color: #00ade4;
}
.personal-partner-area {
    background-color: #fafafa;
    border-bottom: 1px solid #ececec;
}
.personal-blog-area {
    background-color: #fafafa;
}
.personal-blog-area .admin-content li {
    display: inline-block;
}
.personal-blog-area .admin-content li i {
    margin-right: 5px;
    color: #00ade4;
}
.personal-blog-area .admin-content li .admin {
    color: #444;
}
.personal-blog-area .admin-content li .admin:hover {
    color: #00b9a1;
}
.personal-blog-area .admin-content .date {
    float: right;
}
.personal-contact-area {
    background-image: none;
    background-color: #f5f6fa;
    position: relative;
}
.personal-contact-area .shape-1 {
    position: absolute;
    top: 50px;
    left: 50px;
}
.personal-contact-area .shape-2 {
    position: absolute;
    top: 50px;
    right: 50px;
}
.personal-contact-area .shape-3 {
    position: absolute;
    bottom: 100px;
    left: 100px;
}
.personal-contact-area .shape-4 {
    position: absolute;
    bottom: 100px;
    right: 100px;
}
.personal-contact-area .personal-title h2 {
    font-size: 30px;
}
.personal-contact-area .personal-btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #111;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    padding: 0;
}
.personal-contact-area .personal-btn::before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #77ceec;
    transition: all ease 0.5s;
    z-index: -1;
}
.personal-contact-area .personal-btn:hover::before {
    width: 50%;
}
.personal-footer-area {
    background-image: linear-gradient(#fafafa, #fafafa);
}
.personal-footer-area .single-footer-widget h3 {
    color: #192436;
}
.personal-footer-area .single-footer-widget p {
    color: #444;
}
.personal-footer-area .single-footer-widget .address li {
    color: #444;
}
.personal-footer-area .single-footer-widget .address li::before {
    background-color: #00ade4;
}
.personal-footer-area .single-footer-widget .address li a {
    color: #444;
}
.personal-footer-area .single-footer-widget .twitter-text {
    background-color: #e8f3fb;
}
.personal-footer-area .single-footer-widget .twitter-text::before {
    border-top: 35px solid #e8f3fb;
}
.personal-footer-area .single-footer-widget .twitter i {
    color: #444;
}
.personal-footer-area .single-footer-widget .twitter span {
    color: #444;
}
.personal-footer-area .single-footer-widget .social-area li a i {
    background-color: #00ade4;
    color: #fff;
}
.personal-footer-area .single-footer-widget .social-area li a:hover i {
    background-color: #192436;
    color: #fff;
}
.personal-footer-area .single-footer-widget .newsletter-form .send-btn {
    background-color: #00ade4;
}
.personal-copy-right {
    background-color: #fafafa;
    border-top: 1px solid #d7e6e6;
}
.personal-copy-right p {
    color: #444;
}
.personal-copy-right p a {
    color: #00ade4;
}
.personal-go-top.active {
    background-color: #00ade4;
}
.navbar.seo-navbar {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: none;
}
.navbar.seo-navbar.is-sticky {
    background-image: linear-gradient(#ffffff, #ffffff);
    border: none;
}
.navbar.seo-navbar .navbar-nav .nav-item .nav-link {
    color: #192436;
}
.navbar.seo-navbar .navbar-nav .nav-item .nav-link::before {
    display: none;
}
.navbar.seo-navbar .navbar-nav .nav-item .nav-link:hover {
    color: #fd5444;
}
.navbar.seo-navbar .navbar-nav .nav-item .nav-link.active {
    color: #fd5444;
}
.seo-banner-area {
    background-color: rgba(0, 0, 0, 0);
    height: 100vh;
    position: relative;
    z-index: 1;
    background-image: url(../img/seo/banner-bg-shape.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.seo-banner-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.seo-banner-content {
    margin-top: 60px;
}
.seo-banner-content h1 {
    font-size: 55px;
    margin-bottom: 20px;
}
.seo-banner-content h1 span {
    color: #4355d5;
}
.seo-banner-content p {
    margin-bottom: 30px;
}
.seo-about-area .about-content {
    max-width: 600px;
}
.seo-about-area .about-content .top-title {
    font-weight: normal;
    color: #fd5444;
    padding-left: 0;
}
.seo-about-area .about-content .top-title::before {
    display: none;
}
.seo-about-area .faq-accordion .accordion .accordion-item {
    padding: 0;
    margin-right: 0;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-color: #fff;
}
.seo-about-area .faq-accordion .accordion .accordion-title {
    padding: 15px 20px;
    padding-right: 50px;
    font-family: 'DM Sans', sans-serif;
}
.seo-about-area .faq-accordion .accordion .accordion-title i {
    left: unset;
    right: 15px;
    color: #444;
}
.seo-about-area .faq-accordion .accordion .accordion-content {
    padding-top: 0;
    padding-left: 20px;
    font-weight: normal;
}
.process-area .col-lg-3:nth-child(1) .single-process {
    background-color: #f1eff8;
}
.process-area .col-lg-3:nth-child(1) .single-process span {
    color: #5d43bc;
}
.process-area .col-lg-3:nth-child(2) .single-process {
    background-color: #fbe6d4;
}
.process-area .col-lg-3:nth-child(2) .single-process span {
    color: #f1760c;
}
.process-area .col-lg-3:nth-child(3) .single-process {
    background-color: #f0fffc;
}
.process-area .col-lg-3:nth-child(3) .single-process span {
    color: #19b192;
}
.process-area .col-lg-3:nth-child(4) .single-process {
    background-color: #f8e1eb;
}
.process-area .col-lg-3:nth-child(4) .single-process span {
    color: #f0116f;
}
.single-process {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 20px;
    z-index: 1;
    background-color: #fff;
    transition: all ease 0.5s;
}
.single-process span {
    font-weight: 700;
    color: #cdcfd9;
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
}
.single-process h3 {
    margin-bottom: 10px;
}
.single-process:hover {
    transform: translateY(-5px);
}
.seo-counter-area {
    background-image: url(../img/seo/counter-bg.png);
    background-color: rgba(0, 0, 0, 0);
    border-bottom: none;
}
.seo-counter-area .single-counter i {
    color: #fd5444;
}
.seo-counter-area .single-counter h2 {
    color: #fd5444;
}
.seo-services-area .col-lg-4:nth-child(2) .single-services::before {
    border-color: #4355d5;
}
.seo-services-area .col-lg-4:nth-child(2) .single-services::after {
    border-color: #4355d5;
}
.seo-services-area .col-lg-4:nth-child(4) .single-services::before {
    border-color: #4355d5;
}
.seo-services-area .col-lg-4:nth-child(4) .single-services::after {
    border-color: #4355d5;
}
.seo-services-area .col-lg-4:nth-child(6) .single-services::before {
    border-color: #4355d5;
}
.seo-services-area .col-lg-4:nth-child(6) .single-services::after {
    border-color: #4355d5;
}
.seo-services-area .single-services {
    position: relative;
    border-radius: 20px;
    z-index: 1;
    margin-bottom: 45px;
    transition: all ease 0.5s;
}
.seo-services-area .single-services::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 100%;
    height: 57%;
    border: 5px solid #fd5444;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
    z-index: -1;
}
.seo-services-area .single-services::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100%;
    height: 57%;
    border: 5px dashed #fd5444;
    border-radius: 0 0 20px 20px;
    border-top: none;
    z-index: -1;
}
.seo-services-area .single-services .services-content {
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    margin: 15px;
    border-radius: 20px;
}
.seo-services-area .single-services .services-content i {
    font-size: 50px;
    color: #fd5444;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}
.seo-services-area .single-services .services-content h3 {
    margin-bottom: 12px;
}
.seo-services-area .single-services:hover {
    transform: translateY(-5px);
}
.seo-work-area {
    background-image: url(../img/seo/work/work-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-seo-work {
    text-align: center;
    margin-bottom: 30px;
    transition: all ease 0.5s;
}
.single-seo-work .seo-work-content {
    margin-top: 20px;
    margin-bottom: 0;
}
.single-seo-work .seo-work-content h3 {
    transition: all ease 0.5s;
}
.single-seo-work .seo-work-content h3:hover {
    color: #fd5444;
}
.single-seo-work:hover {
    transform: translateY(-5px);
}
.different-content h2 {
    font-size: 40px;
}
.different-content p {
    margin-bottom: 30px;
}
.different-content ul li {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    transition: all ease 0.5s;
}
.different-content ul li:last-child {
    margin-bottom: 0;
}
.different-content ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #fd5444;
    transition: all ease 0.5s;
}
.different-content ul li h3 {
    margin-bottom: 10px;
}
.different-content ul li p {
    margin-bottom: 0;
}
.different-content ul li:hover {
    transform: translateY(-5px);
}
.different-content ul li:hover::before {
    height: 100%;
}
.seo-pricing-area {
    background-image: url(../img/seo/price-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.seo-pricing-area .single-pricing .price {
    background-image: linear-gradient(
        to bottom right,
        transparent,
        transparent
    );
    padding: 0;
}
.seo-pricing-area .single-pricing .price i {
    background-image: linear-gradient(to bottom right, #fd5444, #fd5444);
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 40px;
    display: block;
    color: #fff;
    margin-bottom: 0;
    line-height: 100px;
    border-radius: 50%;
}
.seo-pricing-area .single-pricing .package {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
}
.seo-pricing-area .single-pricing .prices {
    margin-bottom: 30px;
}
.seo-pricing-area .single-pricing .prices h2 {
    margin-bottom: 0;
    font-family: 'DM Sans', sans-serif;
}
.seo-pricing-area .single-pricing .default-btn:hover {
    background-color: #00b9a1;
    border-color: #00b9a1;
}
.seo-pricing-area .single-pricing.active {
    background-image: linear-gradient(to bottom right, #fd5444, #fd5444);
    position: relative;
    z-index: 1;
}
.seo-pricing-area .single-pricing.active .price i {
    color: #00041b;
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}
.seo-pricing-area .single-pricing.active .package {
    color: #fff;
}
.seo-pricing-area .single-pricing.active .prices h2 {
    color: #fff;
}
.seo-pricing-area .single-pricing.active .prices span {
    color: #fff;
}
.seo-pricing-area .single-pricing.active .default-btn:hover {
    color: #fff;
}
.seo-pricing-area .single-pricing.active .shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.seo-testimonial-area .owl-carousel .owl-item img {
    width: unset;
    text-align: center;
    margin: 0 auto 10px;
}
.seo-testimonial-area .single-testimonial {
    text-align: center;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    transition: all ease 0.5s;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    max-width: 800px;
    margin: 30px auto 165px;
}
.seo-testimonial-area .single-testimonial .quotes {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    color: #fd5444;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    transition: all ease 0.5s;
}
.seo-testimonial-area .single-testimonial p {
    margin-bottom: 20px;
}
.seo-testimonial-area .single-testimonial ul li {
    display: inline-block;
}
.seo-testimonial-area .single-testimonial ul li i {
    font-size: 20px;
    color: #fd5444;
    transition: all ease 0.5s;
}
.seo-testimonial-area .single-testimonial::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 50px solid #fff;
    border-right: 50px solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: 50px solid rgba(0, 0, 0, 0);
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease 0.5s;
}
.seo-testimonial-area .single-testimonial .testimonial-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -170px;
}
.seo-testimonial-area .single-testimonial .testimonial-img img {
    border-radius: 50%;
    margin-bottom: 15px;
}
.seo-testimonial-area .single-testimonial .testimonial-img h3 {
    margin-bottom: 0;
    font-size: 20px;
}
.seo-testimonial-area .single-testimonial .testimonial-img span {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #fd5444;
}
.seo-blog-area {
    background-color: #fafafa;
}
.seo-blog-area .admin-content li {
    display: inline-block;
}
.seo-blog-area .admin-content li i {
    margin-right: 5px;
    color: #fd5444;
}
.seo-blog-area .admin-content li .admin {
    color: #444;
}
.seo-blog-area .admin-content li .admin:hover {
    color: #00b9a1;
}
.seo-blog-area .admin-content .date {
    float: right;
}
.seo-blog-area .news-content a:hover h3 {
    color: #00b9a1;
}
.seo-blog-area .news-content .default-btn {
    margin-top: 15px;
}
.seo-contact-area {
    background-image: none;
    border-top: 1px solid #e1e1e3;
    background-color: #fafafa;
}
.seo-contact-area .contact-form {
    text-align: left;
}
.seo-contact-area .contact-form h2 {
    margin-bottom: 30px;
    font-size: 30px;
}
.seo-contact-area .contact-form .default-btn.seo-btn {
    background-color: #fd5444;
    border-color: #fd5444;
}
.seo-contact-area .contact-form .default-btn.seo-btn:hover {
    background-color: #00b9a1;
    border-color: #00b9a1;
}
.seo-partner-area {
    background-image: url(../img/seo/partner-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.seo-footer-area {
    background-color: #00041b;
}
.seo-footer-area .single-footer-widget .address li::before {
    background-color: #fd5444;
}
.seo-footer-area .single-footer-widget .twitter-text {
    background-color: #0f1328;
}
.seo-footer-area .single-footer-widget .twitter-text::before {
    border-top: 35px solid #0f1328;
}
.seo-footer-area .single-footer-widget .social-area li a i {
    background-color: #0f1328;
    color: #fff;
}
.seo-footer-area .single-footer-widget .social-area li a:hover i {
    background-color: #fd5444;
    color: #fff;
}
.seo-footer-area .single-footer-widget .newsletter-form .send-btn {
    background-color: #fd5444;
}
.seo-copy-right {
    background-color: #00041b;
}
.seo-go-top.active {
    background-color: #fd5444;
}
.demo-side-icon {
    position: fixed;
    right: -1px;
    top: 50%;
    z-index: 1;
    transform: translateY(-45px);
}
.demo-side-icon .modal-btn {
    padding: 0;
    border-radius: 5px 0 0 5px;
}
.demo-side-icon .modal-btn span {
    display: block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1c85de;
    padding: 10px 7px;
    border-radius: 5px 0 0 5px;
    transition: all ease 0.5s;
}
.demo-side-icon .modal-btn span:hover {
    background-color: #1c85de;
}
.demos-side-content .modal {
    padding-right: 0 !important;
}
.demos-side-content .modal-header h2 {
    font-size: 18px;
    color: #1c85de;
    font-weight: 700;
    margin-bottom: 0;
}
.demos-side-content .modal-body {
    padding: 30px 30px 25px;
}
.demos-side-content .modal-body ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.demos-side-content .modal-body ul li {
    list-style-type: none;
    display: inline-block;
    flex: 0 0 45%;
    max-width: 45%;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.demos-side-content .modal-body ul li .demo-item a {
    display: block;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    z-index: 1;
    position: relative;
}
.demos-side-content .modal-body ul li .demo-item a span {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all ease 0.5s;
    opacity: 0;
}
.demos-side-content .modal-body ul li .demo-item a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1c85de;
    opacity: 0;
    border-radius: 4px;
    transition: all ease 0.5s;
}
.demos-side-content .modal-body ul li .demo-item:hover a {
    box-shadow: none;
}
.demos-side-content .modal-body ul li .demo-item:hover a span {
    opacity: 1;
}
.demos-side-content .modal-body ul li .demo-item:hover a:before {
    opacity: 0.9;
}
.demos-side-content #myModalRight {
    z-index: 99999;
}
.demos-side-content .modal.modal-right .modal-dialog {
    max-width: 500px;
    min-height: 100vh;
}
.demos-side-content .modal.modal-right.show .modal-dialog {
    transform: translate(0, 0);
}
.demos-side-content .modal.modal-right .modal-content {
    height: 100vh;
    overflow-y: auto;
    border-radius: 0;
}
.demos-side-content .modal.modal-left .modal-dialog {
    transform: translate(-100%, 0);
    margin: 0 auto 0 0;
}
.demos-side-content .modal.modal-right .modal-dialog {
    transform: translate(100%, 0);
    margin: 0 0 0 auto;
}
.blog-details-content .blog-top-content {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
}
.blog-details-content .blog-top-content .blog-details-img {
    margin-bottom: 30px;
}
.blog-details-content .blog-top-content .news-content h3 {
    transition: all ease 0.5s;
    margin-bottom: 20px;
    font-size: 25px;
}
.blog-details-content .blog-top-content .news-content .admin {
    padding-bottom: 24px;
    line-height: 1;
}
.blog-details-content .blog-top-content .news-content .admin li {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    border-right: 2px solid #444;
    padding-right: 20px;
}
.blog-details-content .blog-top-content .news-content .admin li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.blog-details-content .blog-top-content .news-content .admin li i {
    color: #1c85de;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.blog-details-content .blog-top-content .news-content .admin li a img {
    margin-right: 5px;
    border-radius: 50px;
    margin-bottom: 0;
    border-radius: 50%;
}
.blog-details-content .blog-top-content blockquote {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-details-content .blog-top-content blockquote p {
    padding: 30px;
    font-weight: 500;
    font-size: 18px;
    color: #192436;
    border-left: 2px solid #1c85de;
    background-color: #f9f9f9;
}
.blog-details-content .news-content-2 {
    margin-bottom: 30px;
}
.blog-details-content .news-content-2 h3 {
    font-size: 24px;
}
.blog-details-content .single-blog-post-img {
    margin-bottom: 30px;
}
.blog-details-content .social {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-details-content .social li {
    display: inline-block;
}
.blog-details-content .social li span {
    margin-right: 10px;
    font-weight: 500;
}
.blog-details-content .social li a {
    font-size: 16px;
    margin-right: 10px;
}
.blog-details-content .social li a:hover {
    transform: translateY(-2px);
}
.blog-details-content .social li:last-child a {
    margin-right: 0;
}
.blog-details-content .comments {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 35px;
}
.blog-details-content .comments h3 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 24px;
    position: relative;
    display: inline-block;
}
.blog-details-content .comments h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1c85de;
}
.blog-details-content .comments ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}
.blog-details-content .comments ul li:last-child {
    margin-bottom: 0;
}
.blog-details-content .comments ul li img {
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.blog-details-content .comments ul li h3 {
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 0;
}
.blog-details-content .comments ul li h3::before {
    display: none;
}
.blog-details-content .comments ul li span {
    display: block;
    margin-bottom: 15px;
}
.blog-details-content .comments ul li a {
    font-size: 14px;
    font-weight: 600;
}
.blog-details-content .comments ul li a:hover {
    letter-spacing: 1px;
}
.blog-details-content .comments ul li a i {
    margin-right: 5px;
}
.blog-details-content .leave-reply {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
}
.blog-details-content .leave-reply h3 {
    margin-bottom: 30px;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}
.blog-details-content .leave-reply h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1c85de;
}
.blog-details-content .leave-reply p {
    margin-bottom: 30px;
}
.blog-details-content .leave-reply .form-group {
    margin-bottom: 25px;
}
.blog-details-content .leave-reply .form-group #chb1 {
    margin-right: 5px;
}
.blog-details-content .leave-reply .form-group label {
    margin-bottom: 10px;
}
.blog-details-content .leave-reply input[type="checkbox"],
.blog-details-content .leave-reply input[type="radio"] {
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.sidebar-widget {
    margin-bottom: 35px;
}
.sidebar-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -5px;
    padding-bottom: 10px;
    display: inline-block;
}
.sidebar-widget h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1c85de;
}
.sidebar-widget.search .search-form {
    position: relative;
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.sidebar-widget.search .search-form .search-button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #1c85de;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: #fff;
    transition: all ease 0.5s;
}
.sidebar-widget.search .search-form .search-button:hover {
    background-color: #192436;
}
.sidebar-widget.latest-news {
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.sidebar-widget.latest-news ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.sidebar-widget.latest-news ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #1c85de;
}
.sidebar-widget.latest-news ul li:last-child {
    margin-bottom: 0;
}
.sidebar-widget.latest-news ul li a {
    font-size: 17px;
    color: #192436;
    margin-bottom: 10px;
}
.sidebar-widget.latest-news ul li a:hover {
    color: #1c85de;
}
.sidebar-widget.latest-news ul li span {
    display: block;
    font-size: 14px;
}
.sidebar-widget.categories {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    overflow: hidden;
}
.sidebar-widget.categories ul li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
    font-size: 17px;
}
.sidebar-widget.categories ul li span {
    float: right;
    display: inline-block;
}
.sidebar-widget.categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar-widget.categories ul li:first-child::before {
    display: none;
}
.sidebar-widget.categories ul li:last-child {
    margin-bottom: 0;
}
.sidebar-widget.tags {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
}
.sidebar-widget.tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.sidebar-widget.tags ul li a {
    border: 1px solid #eee;
    padding: 8px 12px;
}
.sidebar-widget.tags ul li a:hover {
    transform: translateY(-2px);
    background-color: #1c85de;
    color: #fff;
    border-color: #1c85de;
}
.sidebar-widget.tags ul li:last-child {
    margin-bottom: 0;
}
.page-title-area {
    padding-top: 278px;
    padding-bottom: 150px;
    text-align: center;
    background-color: #1c85de;
}
.page-title-area .page-title-content {
    position: relative;
    margin-top: -10px;
}
.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    font-size: 50px;
    color: #fff;
}
.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px;
}
.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
}
.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -3px;
    background-color: #444;
    width: 1px;
    height: 15px;
    transform: rotate(25deg);
}
.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}
.page-title-area .page-title-content ul li a {
    color: #fff;
}
.page-title-area .page-title-content ul li a:hover {
    color: #1c85de;
}
.page-title-area .page-title-content ul .active {
    color: #444;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
}
.spinner {
    width: 40px;
    height: 40px;
    background-color: #8C3568;
    margin: 100px auto;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 82%;
    right: -10%;
    background-color: #1c85de;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s;
}
.go-top i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    transition: 0.5s;
    font-size: 20px;
}
.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1c85de;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.go-top:hover {
    color: #fff;
    background-color: #1c85de;
}
.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.go-top:focus {
    color: #fff;
}
.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.go-top.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 82%;
}
.video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 0;
    color: #1c85de;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(28, 133, 222, 0.9);
    border-radius: 50%;
    transition: all ease 0.5s;
}
.video-btn i {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 1px;
    left: 4px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
}
.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    transition: all ease 0.5s;
    animation: ripple 1.6s ease-out infinite;
    background-color: rgba(28, 133, 222, 0.9);
}
.video-btn:hover::before,
.video-btn:hover::after {
    background-color: rgba(255, 255, 255, 0.9);
}
@keyframes ripple {
    0%,
    35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
} /*# sourceMappingURL=style.css.map */
