/*===============================================
	Template Name: Zomia - Digital Agency & Marketing Agency HTML5 Template
	Version: 0.1
================================================*/

/*============================
	header-area-start
==============================*/
.mobile-menu-logo.text-center {
    padding: 20px 0;
}

.zomia_nav_manu {
    background: transparent;
    transition: 0.5s;
    margin-bottom: 0;
    z-index: 999;
    position: relative;
    /*margin-bottom: -91px;*/
    margin-bottom: -105px;
    /*padding: 0 100px;*/
}

.zomia_nav_manu.style-three {
    padding: 15px 0;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    /*background: #211e3b !important;*/
    background: #ffffff !important;
    transition: 0.5s;
}

/* petech Menu Css*/
nav.zomia_menu {
    text-align: center;
}

.zomia_menu ul {
    text-align: center;
    list-style: none;
    display: inline-block;
}

.zomia_menu > ul > li {
    display: inline-block;
    position: relative;
}

.zomia_menu > ul > li > a {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 30px 14px;
    font-size: 17px;
}

.zomia_menu ul li:last-child a {
    margin-right: 0px;
}

.zomia_menu > ul > li.current > a {
    color: #43baff;
}

.white .zomia_menu > ul > li.current > a {
    color: #fff;
}

/* sub menu style */
.zomia_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 120px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    /*-webkit-transition: 0.5s;*/
    /*-o-transition: 0.5s;*/
    /*transition: 0.5s;*/
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    border-top: 2px solid #43baff;
}

.zomia_menu ul li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    border-radius: 0 0 5px 5px;
    z-index: 9;
    padding: 5px 0 5px 0;
}

.zomia_menu ul .sub-menu li {
    position: relative;
}

.zomia_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    font-weight: 500;
    color: #6c7178;
    transition: 0.1s;
    visibility: inherit !important;
}

.zomia_menu ul .sub-menu li:hover > a,
.zomia_menu ul .sub-menu .sub-menu li:hover > a,
.zomia_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.zomia_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
    background: #43baff;
    color: #fff !important;
}

a.added-new-demo:after {
    margin-left: 5px;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 13px;
    opacity: 0.5;
}

.header-search-button {
    text-align: right;
}

.search-box-btn.search-box-outer {
    display: inline-block;
}

.search-box-btn.search-box-outer i {
    cursor: pointer;
    color: #fff;
    margin-right: 15px;
}

.header-donate-btn {
    display: inline-block;
}

.header-donate-btn a.header-btn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 35px;
    vertical-align: middle;
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
}

.header-donate-btn a:hover {
    background: #fff;
    border-color: #fff;
    color: #5f4ff8;
}

/*============================
	header-area-end
==============================*/

/*============================
	hero-area-start
==============================*/
/*.hero-section {*/
/*    background: url("assets/images/hero-bg1.png");*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    height: 960px;*/
/*    display: flex;*/
/*}*/

.hero-single-thumb img {
    width: 100%;
}

.hero-title h1 {
    color: #fff;
    font-size: 65px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1;
}

.hero-title h1 span {
    font-size: 60px;
}

.hero-description p {
    color: #fff;
    padding-right: 0;
    margin: 30px 0 40px 0;
    width: 93%;
}

.hero-button a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 14px 32px;
    font-weight: 600;
    transition: 0.5s;
}

a.hero-button-01 {
    background: #36bafe;
}

a.hero-button-02 {
    background: transparent;
    text-decoration: underline;
}

.hero-button i {
    font-size: 16px;
    margin-left: 7px;
}

a.hero-button-01:hover {
    background: transparent;
    text-decoration: underline;
}

a.hero-button-02:hover {
    text-decoration: none;
    background: #36b9fe;
}

/*============================
	hero-area-end
==============================*/

/*============================
	breatcome area Start
==============================*/
.breatcome-area {
    background: url(assets/images/brc.jpg);
    background-repeat: no-repeat;
    background-color: #121b51;
    background-position: center top;
    padding: 170px 0 143px 0;
}

.breatcome-title h1 {
    color: #fff;
    font-size: 55px;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 600;
}

.breatcome-content {
    text-align: center;
}

.breatcome-text ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
}

.breatcome-text ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.breatcome-text ul li i {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin: 0 6px;
}

.breatcome-text ul li span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

/*============================
	services-area-start
==============================*/
.services-area {
    background: url("assets/images/bg7.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0px 105px 0px;
}

.section-title.t-center {
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 99;
    margin-bottom: 65px;
}

.services-area .section-title.t-center {
    margin-bottom: 75px;
}

.section-main-title h2 {
    font-size: 42px;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 600;
}

.section-main-title h2 {
    font-size: 42px;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 600;
}

.section-main-title h1 {
    font-size: 42px;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 600;
}

.section-sub-title h5 {
    color: #5a49f8;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 15px 55px;
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 0 0 15px 0;
}

.section-sub-title h5::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 20px;
    background: #cdc8fd;
    top: 46%;
    border-radius: 15px;
    left: -40px;
}

.section-sub-title h5::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    top: 46%;
    background: #cdc8fd;
    border-radius: 50%;
    left: -53px;
}

.t-center .section-sub-title h5 span::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 20px;
    background: #cdc8fd;
    top: 46%;
    border-radius: 15px;
    right: -40px;
}

.t-center .section-sub-title h5 span::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    top: 46%;
    background: #cdc8fd;
    border-radius: 50%;
    right: -53px;
}

.single-service {
    margin: 0;
    margin-bottom: 30px;
}

.single-service-inner {
    padding: 42px 29px 22px;
    text-align: center;
    position: relative;
    background: #f8fafb;
    transition: 0.5s;
    z-index: 1;
    border-radius: 7px;
    overflow: hidden;
}

.single-service-inner::before {
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    transition: 0.5s;
    background: #5a49f8;
}

.service-icon-thumb {
    position: relative;
    display: inline-block;
    z-index: 1;
    top: 6px;
}

.service-number {
    position: absolute;
    top: 77px;
    left: 80px;
    z-index: -1;
}

.service-number span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 150px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #eceded;
}

.service-title {
    overflow: hidden;
}

.service-title h4 {
    transition: 0.5s;
    font-size: 24px;
    font-weight: 600;
    margin: 39px 0 16px;
}

.service-description {
    transition: 0.5s;
}

.service-button {
    margin-top: 30px;
    border-top: 2px solid #eeecfe;
    padding-top: 18px;
}

.zomia-learn-button {
    color: #5a49f8;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    font-weight: 500;
}

.zomia-learn-button a {
    box-shadow: none;
    text-decoration: none;
    font-size: 16px;
    color: #5a49f8;
    transition: 0.3s;
}

.zomia-learn-button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    background: #8277f9;
    height: 2px;
    transition: 0.3s;
}

.zomia-learn-button i {
    font-size: 12px;
    margin-left: 7px;
    transition: 0.5s;
}

.zomia-learn-button a:hover i {
    margin-left: 12px;
}

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

.single-service-inner:hover .service-title h4 {
    color: #fff;
}

.single-service-inner:hover .service-description p {
    color: #fff;
}

.single-service-inner:hover .zomia-learn-button::before {
    opacity: 0;
}

.single-service-inner:hover .zomia-learn-button a {
    color: #fff;
}

/*============================
	services-area-end
==============================*/

/*============================
	about-us-area-start
==============================*/
.about-us-area {
    padding: 125px 0px 125px 0px;
}

.about-us-right {
    padding-left: 90px;
}

.about-single-thumb img {
    width: 100%;
}

.t-left .section-sub-title h5 {
    left: 53px;
}

.t-left .section-description p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 16px;
    width: 73%;
    margin: 21px 0 20px;
}

.t-left .section-description p {
    width: 100%;
}

.progress-title h5 {
    display: inline-block;
    position: absolute;
    color: #1d2124;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 50px;
}

.progress-title p {
    text-align: right;
}

p.progress-num {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 65px;
    color: #1d2124;
    font-size: 20px;
    font-weight: 600;
}

.about-progress-bar {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 5px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.about-progress-bar::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    height: 3px;
    width: 0%;
    background: #5a49f8;
    border-radius: 1000px;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

.about-progress-bar::before {
    animation-name: skillbar01;
}

@keyframes skillbar01 {
    to {
        width: 76%;
        background-color: #5a49f8;
    }
}

.about-progress-bar.upper::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    height: 3px;
    width: 0%;
    background: #ff930e;
    border-radius: 1000px;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

.about-progress-bar.upper::after {
    animation-name: skillbar02;
}

@keyframes skillbar02 {
    to {
        width: 94%;
        background-color: #ff930e;
    }
}

.about-btn.left {
    margin-top: 30px;
}

.about-btn.left a {
    background: linear-gradient(to right, #533efe, #740fd6);
}

.zomia-button {
    padding: 0;
}

.zomia-button a {
    display: inline-block;
    color: #fff;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
    border-radius: 5px;
}

.about-btn.left a i {
    padding: 0 0 0 7px;
    font-size: 16px;
}

.about-btn.left a:hover {
    background: linear-gradient(to right, #740fd6, #533efe);
}

/*============================
	about-us-area-end
==============================*/

/*============================
	about-us-area-start
==============================*/
.paginations {
    text-align: left;
    margin-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.page-numbers li {
    display: inline-block;
    text-align: center;
}

.paginations a,
.page-numbers span.current {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #9990b8;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
    background: #5f4ff8;
    border-color: #5f4ff8;
    color: #fff;
}

.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
    background: #5f4ff8;
    border-color: #5f4ff8;
    color: #fff;
}

/*============================
	about-us-area-end
==============================*/

/*============================
	counter-area-start
==============================*/
.counter-area {
    background: url("assets/images/bg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 52px 0 55px 0;
}

.single-counter {
    display: flex;
    align-items: baseline;
    overflow: hidden;
}

.counter-icon i {
    color: #fff;
    font-size: 35px;
    transition: 0.5s;
    margin-right: 20px;
}

.counter-number {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.counter-title h4 {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    font-weight: 500;
}

/*============================
	counter-area-end
==============================*/

/*============================
	portfolio-section-start
==============================*/
.portfolio-section {
    padding: 125px 0px 120px 0px;
}

.single-prot-row {
    padding: 10px;
}

.single-portfolio {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background: #f3f2ff;
    border-radius: 6px;
    padding: 25px 30px 30px;
    transition: 0.5s;
}

.portfolio-inner {
    text-align: center;
    margin-bottom: 25px;
}

.portfolio-thumb img {
    width: 100%;
    transition: 0.5s;
}

.portfolio-thumb {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.portfolio-inner h3 a {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.5s;
}

.portfolio-button a {
    background: transparent;
    color: #1d2124;
    border: 2px solid #f3f2ff;
    transition: 0.3s;
}

.portfolio-button {
    text-align: center;
    margin-top: 30px;
}

.portfolio-button a i {
    margin-left: 7px;
    font-size: 16px;
    font-weight: 800;
}

.portfolio-thumb:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(to right, #533efe, #740fd6);
    content: "";
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.6;
    border-radius: 5px;
}

.portfolio-inner h3 a:hover {
    color: #5a49f8;
}

.portfolio-button a:hover {
    background: #533efe;
    color: #fff;
}

.single-portfolio:hover .portfolio-thumb:before {
    width: 100%;
    left: 0;
}

.single-portfolio:hover {
    transform: translate3d(0, -8px, 0);
}

/*============================
	portfolio-section-end
==============================*/

/*==========================================
	single-portfolio-information-area start
===========================================*/
.single-portfolio-information-area {
    padding: 90px 0 100px;
    background: #f6f6f6;
}

.portfolio-details {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 65px 50px 50px;
}

.portfolio-info {
    padding-top: 0;
    padding-left: 5px;
}

.portfolio-info h2 {
    font-size: 25px;
    padding-bottom: 17px;
}

.portfolio-info-content ul {
    margin-bottom: 20px;
}

.portfolio-info-content li:first-child {
    padding-top: 0;
}

.portfolio-info-content li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 0;
    text-transform: capitalize;
    list-style: none;
    text-align: right;
}

.portfolio-info-content li strong {
    font-size: 20px;
    margin-right: 5px;
    float: left;
}

.portfolio-info-content ul {
    margin-bottom: 20px;
}

.portfolio-info-content li:first-child {
    padding-top: 0;
}

.port-info-social-media ul li {
    display: inline-block;
    border: none;
}

.port-info-social-media i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #5f4ff8;
    margin: 0 5px;
    color: #fff;
    border-radius: 3px;
}

.pr-title {
    padding: 24px 0 18px;
}

.pr-title h2 {
    font-size: 27px;
    text-transform: capitalize;
    padding-top: 10px;
}

/*==========================================
	single-portfolio-information-area end
===========================================*/

/*============================
	feature-area-start
==============================*/
.feature-area {
    padding: 125px 0px 120px 0px;
    background: url("assets/images/bg3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-area .section-title.t-center {
    width: 100%;
    margin-bottom: 45px;
}

.feature-area .section-sub-title h5 {
    color: #fff;
}

.feature-area .section-main-title h1 {
    color: #fff;
}

.single-featur-box {
    text-align: center;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 39px 15px 30px 15px;
    transition: 0.5s;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 4px rgb(0 0 0 / 15%);
}

.featur-box-icon {
    text-align: center;
}

.featur-box-icon i {
    margin-bottom: 32px;
    display: inline-block;
    color: #5a49f8;
    font-size: 40px;
    transition: 0.5s;
    position: relative;
}

.featur-box-icon::before {
    content: url(assets/images/bg-shape.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 25px;
    transition: 0.3s;
}

.feature-title {
    overflow: hidden;
}

.feature-title h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
    padding: 0;
    transition: 0.5s;
}

.featur-text {
    padding-top: 38px;
    text-align: center;
}

.featur-text p {
    color: #fff;
    margin-bottom: 0;
}

.featur-text p a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: 0.5s;
    text-decoration: underline;
}

.single-featur-box::before {
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    transition: 0.5s;
    background: linear-gradient(to right, #740fd6, #533efe);
    border-radius: 0 0 4px 4px;
    opacity: 0.9;
}

.feature-title h3:hover {
    color: #5a49f8;
}

.featur-text p a:hover {
    color: #ff930e !important;
}

.single-featur-box:hover .featur-box-icon::before {
    transform: rotate(-15deg);
}

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

.single-featur-box:hover .featur-box-icon i {
    color: #fff;
}

.single-featur-box:hover .feature-title h3 {
    color: #fff;
}

.single-featur-box:hover .feature-description p {
    color: #fff;
}

.single-featur-box:hover .zomia-learn-button a {
    color: #fff;
}

.single-featur-box:hover .zomia-learn-button::before {
    opacity: 0;
}

.single-featur-box:hover .featur-box-icon::before {
    filter: brightness(0) invert(1);
}

/*============================
	feature-area-end
==============================*/

/*============================
	testimonial-area-start
==============================*/
.testimonial-area {
    padding: 125px 0px 130px 0px;
}

.testimonial-area .section-title.t-left {
    margin-bottom: 48px;
}

.testimonial-single-thumb img {
    width: 100%;
}

.testi-text {
    font-size: 18px;
    font-weight: 400;
    margin: auto;
}

.testi-text span {
    color: #646464;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
}

.testimonial-introduce {
    display: flex;
    margin-top: 26px;
}

.testi-thumb {
    margin-right: 25px;
    position: relative;
}

.testi-thumb img {
    width: 90px;
    height: auto;
    border-radius: 100%;
}

.testi-title {
    overflow: hidden;
}

.testi-title h4.name {
    font-size: 24px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    color: #1d2124;
}

.testi-title p.designation {
    color: #5a49f8;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding-top: 8px;
    font-family: "Rubik", sans-serif;
}

.testimonial-area .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-prev {
    display: none;
}

.owl-next {
    display: none;
}

.owl-dot.active {
    border: 1px solid blue !important;
    height: 22px;
    width: 22px;
    border-radius: 100%;
}

.owl-dots {
    opacity: 1;
    position: absolute;
    left: 10px;
    display: inline-flex;
    bottom: -60px;
}

.owl-dot.active span {
    background: #5a49f8;
    width: 10px;
}

.owl-dot span {
    z-index: 999;
    opacity: 1;
    background: #e4e1fe;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 5px 4px 5px;
}

/*============================
	fedback-area-end
==============================*/

/*============================
	faq-area-start
==============================*/
.faq-area {
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #f4f3ff;
    padding: 125px 0px 110px 0px;
}

.faq-area .accordion {
    max-width: 480px;
    margin: 33px 0 auto 0px;
    border-top: 1px solid #d9e5e8;
    list-style: none;
}

.faq-single-thumb img {
    width: 100%;
}

.faq-area .accordion li {
    background: #ffffff;
    position: relative;
    margin-bottom: 15px;
}

.faq-area .accordion a {
    width: 100%;
    display: block;
    border: none;
    outline: 0;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    line-height: 3;
    font-size: 18px;
    text-indent: 40px;
    user-select: none;
    color: #1d2124;
    font-family: "Poppins", sans-serif;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    padding: 8px 0;
}

.faq-area .accordion a:hover {
    text-decoration: underline;
    color: #5a49f8;
}

.faq-area .accordion li a.active {
    background: #f3f1ff;
    color: #1d2124;
    padding: 6px 0;
    border-radius: 5px;
    font-size: 18px;
    transition: 0.5s;
}

.faq-area .accordion li a.active:hover {
    color: #5a49f8;
}

.faq-area .accordion a.active::before {
    display: none;
}

.faq-area .accordion p {
    display: none;
    padding: 10px 25px 10px;
    color: #646464;
    font-size: 16px;
}

.accordion li a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -25px;
    top: 7px;
}

.accordion li a.active::after {
    content: "\f068";
}

.faq-single-thumb {
    text-align: center;
}

/*============================
	faq-area-end
==============================*/

/*============================
	pricing-area-start
==============================*/
.pricing-area {
    padding: 125px 0px 130px 0px;
    background: url("assets/images/bg4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-area .section-title.t-center {
    width: 100%;
}

.pricing-area .section-sub-title h5 {
    color: #fff;
}

.pricing-area .section-main-title h1 {
    color: #fff;
}

.single-pricing {
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    transition: 0.5s;
    padding: 25px 35px 40px;
}

.single-pricing::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: linear-gradient(to right, #740fd6, #533efe);
    z-index: -1;
    transition: 0.5s;
    border-radius: 7px;
    opacity: 0.8;
}

.single-pricing.active::before {
    content: "* 5 Rating";
    color: #fff;
    background: #ff8800;
    padding: 3px 16px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 45px;
    right: -24px;
    transform: rotate(90deg);
}

.pricing-title h6 {
    font-size: 18px;
    color: #1d2124;
    transition: 0.5s;
    text-transform: capitalize;
    padding: 12px 0 20px 0;
    font-weight: 400;
}

.pricing-item {
    transition: 0.5s;
    margin-bottom: 17px;
    margin-top: 15px;
}

span.price-dolar-sign {
    display: inline-block;
    transition: 0.5s;
    font-weight: 400;
    text-align: center;
    color: #5a49f8;
    font-family: "Poppins", sans-serif;
    font-size: 18px !important;
    position: relative;
    top: -1px;
}

span.price-dolar {
    transition: 0.5s;
    font-size: 65px;
    font-weight: 400;
    text-align: center;
    color: #5a49f8;
    font-family: "Poppins", sans-serif;
}

.featur {
    border-top: 1px solid #e9ebeb;
    transition: 0.5s;
    margin-top: 32px;
}

.featur ul {
    padding: 25px 0 0;
}

.featur ul li {
    display: block;
    font-size: 17px;
    padding: 8px 0;
    text-transform: capitalize;
    transition: 0.5s;
}

.featur ul li:last-child {
    padding-bottom: 0;
}

.pricing-button {
    transition: 0.5s;
    margin-top: 30px;
}

.pricing-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 33px;
    position: relative;
    text-transform: capitalize;
    transition: 0.5s;
    color: #5a49f8;
    border: 1px solid #5a49f8;
    border-radius: 5px;
}

.pricing-button.upper a {
    color: #fff;
    background: linear-gradient(to right, #533efe, #740fd6);
}

.single-pricing:hover {
    transform: translate3d(0, -6px, 0);
}

.single-pricing:hover .pricing-button a:hover {
    color: #fff;
    background: linear-gradient(to right, #740fd6, #533efe);
}

.single-pricing:hover .pricing-button a {
    color: #fff;
    background: linear-gradient(to right, #533efe, #740fd6);
}

.single-pricing:hover .featur {
    border-top: 1px solid #fff;
}

.single-pricing:hover::after {
    height: 100%;
}

.single-pricing:hover .pricing-title h6 {
    color: #fff;
}

.single-pricing:hover .featur ul li {
    color: #fff;
}

.single-pricing:hover span.price-dolar {
    color: #fff;
}

.single-pricing:hover span.price-dolar-sign {
    color: #fff;
}

/*============================
	pricing-area-end
==============================*/

/*============================
	contact-area-start
==============================*/
.contact-area {
    background-color: #f3f2ff;
    padding: 125px 0px 100px 0px;
    position: relative;
}

.input-box {
    margin-bottom: 15px;
}

.input-box input {
    width: 100%;
    height: 54px;
    border: transparent;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: none;
    padding: 6px 20px;
    outline: none;
    color: #495057;
    border-radius: 5px;
    transition: 0.3s;
}

.input-box textarea {
    width: 100%;
    height: 176px;
    border: transparent;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: none;
    padding: 6px 20px;
    color: #fff;
    border-radius: 5px;
    outline: none;
    transition: 0.3s;
}

.contact-area .input-button {
    text-align: center;
}

.contact-area .input-button {
    padding-bottom: 25px;
}

.input-button button {
    display: inline-block;
    padding: 14px 39px;
    text-align: center;
    border: transparent;
    border-radius: 7px;
    font-weight: 400;
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
    transition: 0.5s;
}

.input-box ::placeholder {
    color: #495057;
}

.input-box input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(115 17 216 / 25%);
    background-color: rgba(255, 255, 255, 0.7);
}

.input-box textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(115 17 216 / 25%);
    background-color: rgba(255, 255, 255, 0.7);
}

.input-button button:hover {
    background: linear-gradient(to right, #740fd6, #533efe);
    color: #fff;
}

/*============================
	contact-area-end
==============================*/

/*============================
	google-map-area-start
==============================*/
.map-area iframe {
    height: 300px;
    width: 100%;
}

/*============================
	google-map-area-end
==============================*/

/*============================
	blog-area-start
==============================*/
.blog-area {
    padding: 125px 0px 70px 0px;
    background: url("assets/images/bg5.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-area.searvices-blg {
    padding: 130px 0px 75px 0px;
}

.blog-area.contact-blg {
    padding: 10px 0px 88px 0px;
    background: #ffffff;
}

.single-blog {
    margin-bottom: 16px;
    overflow: hidden;
    text-align: left;
    transition: 0.5s;
    background: #fff;
    border: 0;
    box-shadow: 0px 8px 60px rgb(243, 242, 255);
    border-radius: 7px;
}

.blog-content {
    overflow: hidden;
    padding: 22px 22px 28px;
}

.blog-meta a,
.blog-meta span {
    margin-right: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    color: #646464;
    position: relative;
    font-weight: 400;
}

.blog-meta span::before {
    content: "";
    background: #e0e1fc;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -28px;
    top: 10px;
    border-radius: 50%;
}

.blog-meta i {
    color: #5f4ff8;
    margin-right: 5px;
}

.blog-meta a:last-child {
    margin-right: 0;
}

.blog-title h3 {
    font-size: 22px;
    margin: 20px 0 16px;
    line-height: 1.2;
    position: relative;
    border-top: 1px solid #f0effe;
    padding-top: 26px;
    transition: 0.5s;
}

.blog-title a {
    margin-bottom: 0;
    text-transform: none;
    transition: 0.5s;
    font-weight: 600;
}

.blog-description p {
    margin: 16px 0 15px;
    text-align: justify;
}

.blog-details-inner p {
    text-align: justify;
}

.zomia-learn-button.upper a::before {
    position: absolute;
    content: "\f061";
    top: 1px;
    font-size: 12px;
    font-family: "FontAwesome";
    font-weight: 900;
    right: -16px;
    color: #5a49f8;
    transition: 0.5s;
}

.zomia-learn-button.upper a:hover::before {
    right: -22px;
}

.single-blog-brand {
    padding-top: 75px;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

.blog-meta a:hover,
.blog-meta span:hover {
    color: #5f4ff8;
}

.blog-title a h3:hover {
    color: #5a49f8;
}

.single-blog:hover {
    -webkit-box-shadow: 0 2px 4px #0003;
    box-shadow: 0 2px 4px #0003;
    transform: translate3d(-6px, 0, 0);
}

/*============================
	blog-area-end
==============================*/

/*============================
	blog-grid-area-start
==============================*/
.blog-area.blog-grid-area {
    padding: 125px 0 105px 0;
}

.blog-grid-area .single-blog {
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-grid-meta-top {
    position: absolute;
    left: 30px;
    top: 30px;
}

.blog-list-thumb .blog-grid-meta-top {
    position: absolute;
    left: 70px;
    top: 50px;
}

.blog-grid-meta-top ul {
    list-style: none;
}

.blog-grid-meta-top li {
    display: inline-block;
}

.blog-grid-meta-top li a {
    display: inline-block;
    background: #5a49f8;
    padding: 0 16px;
    line-height: 19px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}

.blog-grid-content .blog-meta span::before {
    content: "";
    background: #e0e1fc;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: -22px;
    border-radius: 50%;
}

.blog-project-area .single-blog {
    margin-bottom: 20px;
}

/*============================
	blog-grid-area-end
==============================*/

/*============================
	blog-list-area-start
==============================*/
.blog-thumb.blog-list-thumb img {
    width: 100%;
}

.blog-list-left {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.blog-form-field {
    display: block;
    position: relative;
    width: 90%;
}

label {
    color: #616161;
    cursor: pointer;
    margin-bottom: 10px;
    width: 100%;
}

p.blog-submit-button {
    border: 1px solid #533efe;
    color: #fff;
    border-radius: 3px;
    border: initial;
    position: absolute;
    padding: 0 0 0 8px;
    right: -30px;
    top: 0;
}

.blog-list-left input[type="submit"] {
    color: #fff;
    border-radius: 3px;
    border: 1px solid #533efe;
    background: linear-gradient(to right, #533efe, #740fd6);
    padding: 8px 15px;
}

.blog-list-left input[type="email"] {
    padding: 8px;
    border-radius: 3px;
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #5d2ff1;
    font-size: inherit;
    font-family: inherit;
    width: 75% !important;
    line-height: inherit;
}

input[type="email"]:focus {
    outline: 0;
    border: 1px solid #5d2ff1;
}

.blog-list-left input[type="submit"]:hover {
    background: linear-gradient(to left, #533efe, #740fd6);
}

.single-blog-list {
    margin-bottom: 40px;
    padding: 35px 30px 10px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.single-blog.list {
    margin-bottom: 40px;
}

.single-blog-list:hover {
    -webkit-box-shadow: 0 2px 4px #0003;
    box-shadow: 0 2px 4px #0003;
}

.single-widget-item h2.widget-title {
    color: #232323;
    display: block;
    font-size: 21px;
    margin-bottom: 40px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
}

.single-widget-item h2.widget-title:before {
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 88px;
    height: 3px;
    background: #aec6ef;
    content: "";
}

.single-widget-item h2.widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #5a49f8;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

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

.single-blog-list .recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 14px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-top: 0;
    overflow: hidden;
}

.recent-post-item:last-child {
    border-bottom: 0;
}

.recent-post-thumb {
    margin-right: 25px;
    width: 45%;
}

.recent-post-thumb a {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 17px;
}

.recent-post-thumb img {
    border-radius: 5px;
    height: 55px;
    width: 80px;
}

.recent-post-text .rcomment {
    color: #616161;
    font-weight: 400;
    font-size: 15px;
}

.recent-post-text h4 a {
    color: #1d2124;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}

.recent-post-text h4 a:hover {
    color: #5f4ff8;
}

.recent-post-text .rcomment {
    color: #616161;
    font-size: 15px;
}

.single-blog.list.search {
    border: 1px solid #e6e6e6;
}

.single-blog.list.search .blog-content {
    overflow: hidden;
    padding: 28px 35px 30px;
}

.blog-area.home {
    padding: 100px 0px 70px 0px;
}

.blog-area.home .single-blog.list.search:hover {
    -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    border-color: transparent;
}

.search-error h3 {
    display: block;
    font-size: 60px;
    color: #5f4ff8;
}

.search-error p {
    font-size: 18px;
    margin: 14px 0 20px;
}

.search {
    position: relative;
    border-radius: 8px;
}

.search input {
    background: #fff none repeat scroll 0 0;
    height: 55px;
    position: relative;
    width: 100%;
    border: 1px solid #ced4da;
    color: #616161;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 8px;
}

.search button {
    border: 0 none;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    width: 3%;
    height: 100%;
    background: scroll;
    outline: none;
}

button.icons i {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #616161;
    font-size: 18px;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
}

.search-error .search input {
    height: 54px;
    border: 1px solid #ddd;
}

/*============================
	blog-list-area-end
==============================*/

/* Calender*/
.calender-area {
    height: 465px;
    padding: 25px 0px 38px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #e6e6e6;
}

.celender-box {
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 13px 4px 8px 19px;
    color: #fff;
}

.sidebar-search {
    padding-top: 11px;
    padding-bottom: 13px;
}

.sidebar-search input:focus {
    border: 1px solid #f00;
}

.widget-title h2 {
    font-size: 25px;
    padding-left: 10px;
}

.curr-month {
    display: block;
    font-size: 21px;
    margin-bottom: 5px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    color: #255946;
    padding-left: 25px;
}

.curr-month-name p {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    color: #616161;
    padding-left: 25px;
    margin-bottom: 25px;
}

.all-days {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
    list-style: none;
    display: block;
    height: 30px;
    width: 95%;
    background: #fff;
    margin: 0 auto 0;
    font-size: 14px;
    font-weight: 300;
    padding-left: 18px;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
    float: left;
    width: 50px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    color: #333;
    height: 40px;
    background: #fff;
}

.tag-item .all-days ul li {
    font-weight: 600;
}

.all-date {
    width: 100%;
    height: 280px;
    float: left;
    overflow: hidden;
}

.all-date li {
    height: 40px;
    width: 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.all-date li.monthdate:hover {
    background: linear-gradient(to right, #740fd7 0%, #533eff 97%);
    color: #fff;
}

/*============================
	calendar-area-end
==============================*/

/*============================
	blog-details-area-start
==============================*/
.blog-area.blog-details-area {
    background: #f6f6f6;
}

.single-blog-list.single-blog-details {
    margin-bottom: 40px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    padding: 0;
}

.single-blog-details .blog-content {
    overflow: hidden;
    padding: 38px 45px 45px;
}

.blog-details-inner h3 {
    font-size: 30px;
    margin: 17px 0 10px 0;
}

.blog-details-social-icon {
    padding-top: 40px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    margin-top: 40px;
    text-align: left;
}

.blog-details-social-icon a i {
    border: 1px solid #e6e6e6;
    color: #565872;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
    transition: 0.5s;
}

.blog-details-social-icon a i:hover {
    background: #5f4ff8;
    border-color: #5f4ff8;
    color: #fff;
}

.single-widget-item.blg-dtls-bar {
    padding-top: 14px;
    padding-bottom: 20px;
}

.single-widget-item.blg-dtls-bar h2 {
    padding-bottom: 6px;
}

.comment-area .input-button i {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
}

p.comment-form-cookies-consent {
    display: flex;
}

.dtls-checkmark label {
    margin-top: 11px;
    padding-left: 10px;
}

.portfolio-dtls-thumb img {
    width: 100%;
}

.portfolio-info-description {
    text-align: justify;
}

/*============================
	blog-details-area-end
==============================*/
/*============================

/*============================
	Subscribe section start
==============================*/
.Subscribe-section {
    background: url("assets/images/bg6.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: 0.3s;
    padding: 45px 0px 50px 0px;
}

.subscibe-title {
    padding: 10px 0;
    margin: 0;
    line-height: 1;
    border-style: solid;
    border-width: 0px 2px 0px 0px;
    border-color: #ffffff;
    transition: 0.3s;
}

.subscibe-title h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 35px;
}

.subscibe-title h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 35px;
}

.form-field p {
    color: #333;
    font-size: 16px;
    text-align: center;
}

.form-field input {
    font-size: 16px;
    height: 55px;
    padding: 5px 25px;
    position: relative;
    width: 60%;
    background: #fff;
    margin: auto;
    border: 0;
    border-radius: 5px;
    color: #1d2124;
}

.submit-button input {
    background: #0066ff;
    border: 1px solid #0066ff;
    color: #fff;
    width: 100%;
    transition: 0.3s;
}

.submit-button {
    position: absolute;
    right: -10px;
    top: 0;
    border: 0;
    padding: 0;
    border-radius: 5px;
}

.submit-button input:hover {
    background: #740fd6;
    border-color: #fff;
}

.form-field input:focus {
    outline: none;
    border: none;
}

/*============================
	Subscribe section end
==============================*/

/*============================
	footer-area-start
==============================*/
.footer-area {
    padding: 80px 0 110px;
    position: relative;
    background: #ffff;
    z-index: 1;
}

.widge-about-text {
    margin-top: 25px;
}

.widge-social-icon {
    margin-top: 25px;
}

.widget-title h4 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
    color: #1d2124;
    font-weight: 600;
}

.widge-social-icon a {
    background: #eeecfe;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #5a49f8;
    transition: 0.3s;
    margin-right: 10px;
}

.single-widget.upper {
    position: relative;
    padding-left: 35px;
}

.single-widget.upper::before {
    content: "";
    position: absolute;
    left: 0;
    top: -125px;
    height: 421px;
    width: 2px;
    background-color: #f2f1fe;
}

.widge-link ul li:first-child {
    padding-top: 0;
}

.widge-link ul li {
    position: relative;
    list-style: none;
    margin-bottom: 13px;
}

.widge-link ul li a {
    color: #646464;
    font-size: 16px;
    display: inline-block;
    transition: 0.5s;
    padding: 0 0 0 20px;
    text-decoration: none;
}

.widge-link ul li::before {
    position: absolute;
    content: "\f061";
    left: 0;
    top: 0;
    font-size: 12px;
    font-family: "FontAwesome";
    font-weight: 900;
    color: #646464;
    padding-right: 14px;
}

.widget-inner {
    margin-top: 0px;
    margin-bottom: 0;
}

.widget-social-information {
    overflow: hidden;
    margin-bottom: 8px;
}

.widget-social-information h5 {
    color: #1d2124;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}

.widget-social-information p {
    color: #1d2124;
    font-size: 16px;
    font-weight: 400;
}

.widget-icon {
    margin-right: 17px;
    overflow: hidden;
}

.widget-icon i {
    height: 45px;
    width: 45px;
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    font-size: 18px;
}

.widge-social-icon a:hover {
    background: #5a49f8;
    color: #fff;
}

.widge-link ul li a:hover {
    color: #5f4ff8;
}

.widge-link ul li:hover:before {
    color: #5f4ff8;
}

/*============================
	footer-area-end
==============================*/

/*============================
	footer-copy-right-area-start
==============================*/
.footer-copyright-area {
    background: #f3f2ff;
    padding: 20px 0;
}

.copyright-text {
    text-align: center;
}

.copyright-text img {
    float: left;
}

.copyright-text p {
    color: #333333;
    padding: 0;
    margin: 0 20px;
    line-height: 84px;
    float: left;
}


/*============================
	footer-copy-right-area-end
==============================*/

/*==================
    Search Popup
====================
***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup {
    width: 100%;
}

.search-box-btn.search-box-outer {
    display: inline-block;
}

.search-box-btn.search-box-outer i {
    cursor: pointer;
    color: #fff;
    margin-right: 15px;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #5a49f8;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #5a49f8;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

span.flaticon-multiply i {
    display: inline-block;
    color: #36bafe;
}

#scrollUp {
    background: #43baff none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 80px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
}

/*Loader*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #533eff;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #36bafe;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/* Here comes the Magic  */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.3s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.3s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}


/*--------*/


.logo {
    margin-left: 100px;
}

/* 底部 */

.footer-nav {
    float: left;
    margin-right: 40px;
}

.footer-nav ul {
    list-style: none;
    line-height: 46px;
}

.footer-nav li a {
    color: #777777;
}

.footer-nav-header {
    font-weight: bold;
    font-size: 16px;
}

.footer-area .qrcode {
    width: 200px;
    text-align: center;
}

.footer-area .qrcode img {
    height: 150px;
}

.footer-area .qrcode span {
    display: block;
    font-size: 16px;
    text-align: center;
}

/* 菜单 */

.zomia_menu > ul > li > a {
    color: #6B6E70;
}

.zomia_menu .active {
    color: #057CD0;
}

.index {
    position: relative;
}

.index-title {
    position: absolute;
    top: 80%;
    left: 10%;
    color: #FFFFFF;
    font-size: 26px;
}

.index-title-desc {
    position: absolute;
    top: 86%;
    left: 10%;
    color: #FFFFFF;
    font-size: 36px;
}

.index-menu ul {
    background: #FFFFFF;
    padding: 0 60px;
    opacity: 0.7;
}

.index-menu ul li a {
    margin: 15px 7px !important;
}

/* 关于 */

.about, .about p {
    color: #777777;
    text-align: center;
    margin: 10px;
}

.about h3 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 30px;
}

.about ul {
    display: inline-block;
    margin-top: 50px;
}

.about li {
    list-style: none;
    float: left;
    text-align: center;
}

.about li span {
    font-size: 70px;
}

.about-center {
    height: 300px;
    background-image: url("../images/index/关于我们-中间背景图.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 100px;
}

.about-box {
    width: 800px;
    height: 300px;
    margin: auto;
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px 1px #777777;
}

.about-box-left {
    width: 70%;
    float: left;
    margin: 30px;
}


.about-box-right {
    width: 20%;
    height: 100%;
    float: right;
    background-color: #057CD0;
    padding: 30px;
    line-height: 10px;
    position: relative;
}

.about-box-right, .about-box-right a {
    color: #ffffff;
}

.about-box-more {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.about-mission {
    margin-top: 100px
}

.about-mission-imgbox {
    width: 50%;
    border-right: 2px solid #333333;
    float: left;
    text-align: center;
}

.about-mission img {
    width: 380px;
    height: 140px
}

.about-mission p {
    float: right;
    margin: auto;
    width: 50%;
    padding: 50px 150px 50px 50px;
    font-size: 18px;
}

.about-mission p:hover {
    /*font-size: 26px;*/
    /*color: #057CD0;*/
}

.about-platform h6 {
    text-align: center;
    color: #057CD0;
    font-size: 40px;
}

.about-platform p {
    width: 90%;
    text-indent: 50px;
    line-height: 40px;
    letter-spacing: 6px;
}

.about-q {
    list-style: none;
}

.about-q li {
    float: left;
    width: 370px;
    height: 316px;
    text-align: center;
    line-height: 250px;
    overflow: hidden;
    font-size: 30px;
}

.about-q .about-q-gray {
    background-image: url(../images/index/关于我们-中间椭圆.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #057CD0;
}

.about-q .about-q-blue {
    background-image: url(../images/index/关于我们-中间蓝色椭圆.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    background-position: bottom;
}

.about-service {
    height: 570px;
    background-image: url(../images/index/关于我们-尾部背景图.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    text-align: center;
    color: #ffffff;

    background-color: rgba(0, 0, 0, .6);
    background-blend-mode: multiply;
    background-position: center center;
}

.about-service h6 {
    color: #ffffff;
}

.about-service img {
    width: 200px;
    margin: 0 0 30px 0;
}

.about-service ul {
    list-style: none;
}

.about-service ul li {
    float: left;
    width: 20%;
    padding: 20px;
}

.about-service .about-service-img1 {
    width: 50px;
    height: 50px;
}

.about-service .about-service-img2 {
    width: 120px;
    margin-top: 10px;
}

/* 项目介绍 */

.introduction-box {
    height: 550px;
}

.introduction-box img {
    float: left;
    width: 50%;
}

.introduction-box-desc {
    float: right;
    width: 50%;
    padding-top: 30px;
    padding-right: 50px;
    height: 550px;
}

.introduction-box-desc h3 {
    text-align: center;
    font-size: 30px;
    color: #057CD0;
    float: left;
    text-indent: 40px
}

.introduction-box-desc h5 {
    font-size: 30px;
    color: #057CD0;
}

.introduction-box-desc h6 {
    margin-top: 20px;
    font-size: 20px;
    text-indent: 40px;
    color: #6B6E70;
    line-height: 60px;
    font-weight: normal;
}

.introduction-box-desc span {
    color: #057CD0;
}

.introduction-box-desc p {
    line-height: 60px;
    font-size: 20px;
    text-indent: 40px;
    overflow: hidden;
}


.introduction-box2 {
    height: 450px;
}

.introduction-box2 img {
    float: right;
    width: 50%;
}

.introduction-box2 p {
    width: 50%;
    padding-top: 30px;
    padding-left: 50px;
    height: 400px;
    line-height: 60px;
    font-size: 20px;
    text-indent: 40px;
    overflow: hidden;
}

.introduction-box2 span {
    color: #057CD0;
}

.introduction-imgs-title {
    width: 100%;
    border-bottom: 1px solid #797979;
    text-align: center;
}

.introduction-imgs-title div {
    width: 50%;
    float: left;
    padding-bottom: 30px;
}

.introduction-imgs-title a {
    font-size: 26px;
    color: #6B6E70;

    padding-bottom: 31px;
}

.introduction-imgs-title a:hover {
    border-bottom: 2px solid #439cdb;
}

.introduction-imgs-title div:first-child a:hover {

}

.introduction-imgs-title div:nth-child(2) a:hover {

}

.introduction-imgs {
    margin-top: 60px;
}

.introduction-imgs img {
    float: left;
    width: 300px;
    margin-left: 20px;
}

.introduction-map {
    width: 60%;
    float: left;
}

.introduction-map-desc {
    width: 40%;
    float: right;
}

.introduction-map-desc span {
    font-size: 40px;
    color: #057CD0;
    text-align: center;
    display: block;
    padding-top: 80px;
}

.introduction-map-desc p {
    color: #6B6E70;
    font-size: 20px;
    line-height: 40px;
    margin-top: 40px;
    text-indent: 2em;
}

/* 公司动态 */
.news {
    list-style: none;
    width: 100%;
}

.news li {
    height: 280px;
    border-bottom: 1px dashed #F2F2F2;
}

.news-date {
    width: 146px;
    height: 146px;
    background-color: #F2F2F2;
    float: left;
    margin-top: 67px;
    padding-top: 40px;
    text-align: center;
    margin-right: 60px;
}

.news-date-date {
    font-size: 40px;
}

.news-date-year {
    font-size: 30px;
}

.news h3 {
    text-align: left;
    padding-top: 67px;
    color: #057CD0;
    font-size: 30px;
    font-weight: normal;
}

.news .news-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}

/* 新闻落地 */
.news-detail-box {
    border-bottom: 1px solid #EDE5E5;
}

.news-detail-title {
    font-size: 26px;
    color: #333333;
}

.news-detail-date {
    color: #A19B9B;
    line-height: 28px;
    margin-top: 30px;
}

.news-detail-desc {
    color: #8B8686;
    line-height: 45px;
    text-indent: 2em;
}

.news-detail-next {
    padding: 30px 0 0 0;
}

.news-detail-next a {
    margin-left: 60px;
    color: #777777;
}

/* 联系我们 */
.contact {
    margin-top: 60px;
}

.contact h1 {
    color: #333333;
    font-size: 36px;
    text-align: center;
}

.contact h2 {
    color: #057CD0;
    font-size: 40px;
    text-align: center;
    margin: 20px 0 60px 0;
}

.contact ul {

}

.contact ul li {
    float: left;
}


.contact-submit button {
    background-color: #057CD0;
    padding: 12px 100px;
    color: #ffffff;
    margin-left: 56px;
}

.contact .contact-star {
    float: right;
    color: red;
    line-height: 54px;
    padding: 0 20px;
}

.contact-phone h5 {
    color: #333333;
    font-size: 30px;
}

.contact-phone h6 {
    color: #057CD0;
    font-size: 30px;
    padding: 20px 0 20px 0;
}

.contact-phone img {
    width: 32px;
    height: 32px;
    margin: 6px 16px 0 10px;
}

.contact-phone {
    font-size: 20px;
}

.contact-ask-title {
    float: left;
    line-height: 54px;
    padding-right: 20px;
}

input::placeholder, textarea::placeholder {
    font-weight: bold;
    opacity: 0.5;
}

.contact-method {
    margin-top: 60px;
    margin-left: 2em
}

.contact-method-img {
    float: left;
}

.contact-method-desc {
    line-height: 40px;
}

/* join */
.join {
    height: 960px;
    display: flex;
    background: no-repeat center/100% url("../images/index/加入启程社会招聘背景图.jpg");
}

.join-search {
    position: absolute;
    top: 75%;
    left: 15%;
}

.join-list-title {
    padding: 60px 0;
    text-align: center;
    color: #057CD0;
    font-size: 50px;
    line-height: 60px;
}

.join-list-desc {
    padding: 30px 0 60px 0;
    text-align: center;
    color: #6B6E70;
    font-size: 30px;
}


.join-list-box a {
    list-style: none;
}

.join-list-box-border {
    border: 1px solid #EDE5E5;
    border-radius: 10px;
    height: 80px;
    margin: 0 30px 30px 0;
}

.join-list-box-border a {
    list-style: none;
    color: #6B6E70;
    font-size: 20px;
    line-height: 80px;
}

.join-list-box-border:last-child {
    margin-right: 0;
}

.join-list-box-border a p {
    float: left;
}

.join-list-box-border a span {
    float: right;
}

.join-detail-table {
    width: 100%;
}

.join-detail-table-header {
    background-color: #057CD0;
    color: #fff;
}

.join-detail-table li:first-child {
    border-radius: 6px;
}

.join-detail-table .join-detail-table-border {
    border-bottom: 1px solid #EDE5E5 !important;
    line-height: 50px;
}

.join-detail-table-btn {
    color: #057CD0;
    cursor: pointer;
}

/* 首页轮播 */
.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: fill
}

.swiper {
    --swiper-theme-color: #ffffff;
}
