/*------------------------------------------------------------------
Name: Cleanos -  Cleaning HTML Template
Author: Kazi Rabiul Islam
Author URL: https://www.templatemonster.com/authors/hastagthemes/
Description: Cleanos -  Cleaning HTML Template.
Version: 1.0.1

Create Date: 22-08-2023
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Banner Section
4. Services Section
5. Offers Section
6. About us Section
7. Achievements Section
8. Projects Section
9. Testimonials Section
10. Blog Section
11. Footer Section
*/

@import url('css2.css');

:root {
    --e-global-color-primary: #145fb8;
    --e-global-color-secondary: #cf6d11;
    --e-global-color-text: #656565;
    --e-global-color-black: #202020;
    --e-global-color-white: #ffffff;
    --e-global-color-light-white: #d6d8e2;
    --e-global-color-01: #2d96db;
    --e-global-color-02: #145fb8;
    --e-global-color-03: #353956;
    --e-global-color-04: #53b9fd;
    --e-global-color-05: #e4e4e4;
    --e-button-gradient-1: #0550a7;
    --e-button-gradient-2: #145fb8;
    --e-button-gradient-3: #53b9fd;
    --e-button-gradient-4: #2e9feb;
}

body {
    font-family: 'Î¢ÈíÑÅºÚ','Rajdhani', sans-serif;
}

.h1,
h1 {
    font-size: 100px;
    line-height: 90px;
    font-weight: 700;
    text-transform: uppercase;
}

.h2,
h2 {
    font-size: 56px;
    line-height: 54px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
}

.h3,
h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.h4,
h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.h5,
h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.h6,
h6 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
}

p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: var(--e-global-color-text);
}

.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    color: var(--e-global-color-text);
}

.text-size-16 {
    font-size: 15px;
    line-height: 26px;
    color: var(--e-global-color-text);
}

.v-align {
    align-items: center;
}

.comon-img-opa {
    opacity: 0.2;
}
.xgwz a:hover {
    color:#3c3c3c
}
/* Home Page Style */
.banner_outer {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner_outer::before {
    content: "";
    width: 65%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--e-global-color-02);

}

.banner_outer::after {
    content: "";
    background-image: url('../image/banner-background.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 15%;
}

.banner_outer .header {
    padding: 0 252px;
    position: relative;
    z-index: 2;
}

.banner_outer .banner-layout-01 {
    position: absolute;
    right: -200px;
    top: -200px;
}

.navbar-collapse {
    border-radius: 10px;
}

.navbar-collapse ul {
    align-items: center;
    display: inherit;
}

.navbar-nav .nav-item a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: var(--e-global-color-white) !important;
}

.navbar-nav .nav-item a:hover {
    color: var(--e-global-color-secondary) !important;
    background-color: transparent;
}

.navbar-nav .active>a {
    color: var(--e-global-color-secondary) !important;
}

.navbar-brand {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar {
    position: relative;
    padding: 42px 0;
    z-index: 1;
}

.navbar-nav li {
    margin: 0 15px;
}

.navbar-nav {
    padding-left: 80px;
}

.navbar-nav li:first-child {
    margin-left: 0;
}

.navbar-nav .dropdown {
    margin: 0 8px 0 10px;
}

.navbar-nav .nav-item .dropdown-item {
    color: var(--e-global-color-black) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item .dropdown-item:hover {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-01) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages .active>a {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-01) !important;
}

.last_list {
    margin-left: 40px;
}

.last_list figure {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    float: left;
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    color: var(--e-global-color-primary);
}

.last_list figure:hover {
    color: var(--e-global-color-secondary);
}

.last_list .content {
    padding-left: 75px;
    padding-top: 5px;
}

.last_list .content p {
    margin-bottom: 0px;
}

.last_list a {
    display: inline-block;
}

.last_list .last_list_atag {
    color: var(--e-global-color-white) !important;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.last_list .last_list_atag:hover {
    color: var(--e-global-color-secondary) !important;
}

.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}

.navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-white);
    position: absolute;
    left: -20px;
    top: 45px;
    padding: 0;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 20%);
    overflow: hidden;
}

.navbar-nav .drop-down-pages li {
    margin: 0;
}

.navbar-nav .drop-down-pages .nav-item a {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    padding: 8px 20px;
    margin-top: 0;
}

.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}

.navbar-nav .drop-down-pages li:last-child {
    margin-left: 0;
}

.nav-place .get_started {
    background-image: linear-gradient(to right, var(--e-button-gradient-3) 0%, var(--e-button-gradient-4) 100%);
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 30px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.nav-place .get_started:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-4) 0%, var(--e-button-gradient-3) 100%);
}

.nav-place {
    margin-left: 40px;
}

.nav-place figure {
    display: inline-block;
    margin-left: 12px;
}

.banner-section {
    position: relative;
    padding: 202px 200px 290px 246px;
    z-index: 1;
}

.banner-section .banner_content .banner-line {
    position: absolute;
    display: block;
    top: 2px;
    left: 18px;
}

.banner-section .banner_content h6 {
    margin-bottom: 18px;
    color: var(--e-global-color-secondary);
}

.banner-section .banner_content h1 {
    margin-bottom: 14px;
}

.banner-section .banner_content p {
    font-size: 22px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 28px;
    color: var(--e-global-color-light-white);
}

.banner-section .banner_content .button1 {
    margin-right: 10px;
}

.banner-section .banner_content .get_started {
    background-image: linear-gradient(to right, var(--e-button-gradient-3) 0%, var(--e-button-gradient-4) 100%);
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 30px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.banner-section .banner_content .get_started:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-4) 0%, var(--e-button-gradient-3) 100%);
}

.banner-section .banner_content .get_started figure {
    display: inline-block;
    margin-left: 14px;
}

.banner-section .banner_content .button2 figure {
    margin-left: 18px;
}

.banner-section .banner_content .banner-circle-left {
    position: absolute;
    left: -66px;
    bottom: -122px;
}

.banner-section .banner_content .banner-dot-left {
    position: absolute;
    left: 26px;
    bottom: -162px;
}

.banner-section .banner_wrapper {
    position: relative;
    z-index: 0;
}

.banner-section .banner_wrapper .banner-image {
    position: absolute;
    right: -4px;
    top: -120px;
    width: 600px;
    height: 600px;
    z-index: 1;
    border-radius: 100px 100px 100px 100px;
    overflow: hidden;
    transform: rotate(-45deg);
}

.banner-section .banner_wrapper .banner-vedio-play-icon {
    position: absolute;
    background-color: var(--e-global-color-secondary);
    top: -45px;
    left: 15px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    padding: 45px 50px;
    border: 4px solid;
    border-radius: 100%;
    font-size: 50px;
    line-height: 0;
}

.banner-section .banner_wrapper .banner-vedio-play-icon:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-3) 0%, var(--e-button-gradient-4) 100%);
    color: var(--e-global-color-06);
}

.banner-section .banner_wrapper a:hover {
    color: var(--e-global-color-06);
}

.banner-section .banner_wrapper .banner-drop-right {
    position: absolute;
    right: -116px;
    top: 242px;
}

.banner-section .banner_wrapper .banner-dot-right {
    position: absolute;
    right: -68px;
    top: 430px;
    opacity: 0.6;
}

.banner-section .social-icons {
    z-index: 999;
}

.banner-section .social-icons ul {
    left: -214px;
    top: 94px;
}

.banner-section .social-icons ul.innre-social {
    left: 0;
    z-index: 1;
}

.banner-section .social-icons ul li .social-medias {
    font-size: 15px;
    margin-top: 8px;
    color: var(--e-global-color-white);
    background-image: linear-gradient(to right, var(--e-button-gradient-3) 0%, var(--e-button-gradient-4) 100%);
    border-radius: 100px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 55px;
    height: 55px;
    line-height: 55px;
    transition: transform ease 300ms;
}

.banner-section .social-icons ul li .social-medias:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-4) 0%, var(--e-button-gradient-3) 100%);
    color: var(--e-global-color-white);
    transform: translateY(-5px);
}

/* Service */

.service-section {
    position: relative;
    padding: 130px 0 150px;
    overflow: hidden;
}

.service-section .service-left-layout {
    position: absolute;
    top: -190px;
    left: -190px;
}

.service-section .service-right-layout {
    position: absolute;
    bottom: -190px;
    right: -190px;
}

.service-section .service-dot-drop {
    position: absolute;
    left: 334px;
    bottom: 102px;
}

.service-section .service-box h4 {
    padding-right: 65px;
}

.service-section .service-box p {
    margin-bottom: 10px;
    color: var(--e-global-color-text);
}

.service-section .service_contentbox .box-top {
    padding-top: 37px;
}

.service-section .service_contentbox .service-box {
    background: var(--e-global-color-white);
    border-radius: 10px;
    padding: 38px 24px 28px 30px;
    margin-bottom: -12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 21px 46px rgb(0 0 0 / 4%);
    border: 1px solid var(--e-global-color-06);
}

.service-section .service_contentbox .service-box:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    transform: translateY(-5px);
}

.service-section .service-box:hover h4 {
    color: var(--e-global-color-white);
}

.service-section .service-box:hover p {
    color: var(--e-global-color-white);
}

.service-section .service_contentbox .service-box figure {
    background: var(--e-global-color-06);
    color: var(--e-global-color-primary);
    border-radius: 100px 100px 100px 100px;
    height: 100px;
    width: 100px;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    margin-left: 4px;
    transition: all 0.3s ease-in-out;
    transform: rotate(-45deg);
}

.service-section .service_contentbox .service-box figure .cleanos-icon {
    transform: rotate(45deg);
    line-height: 100px;
}

.service-section .service_contentbox .service-box:hover figure {
    color: var(--e-global-color-06);
}

.service-section .service-box:hover figure {
    background: var(--e-global-color-04);
}

.service-section .service-box:hover img {
    filter: brightness(0) invert(1);
}

.service-section .service-box .circle {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    border-radius: 100px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin-left: -2px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.service-section .service-box .circle:hover {
    transform: translateY(-5px);
}

.service-section .service-box:hover .circle {
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 51%, #ffffff 100%);
}

.service-section .service-box .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}

.service-section .service-box:hover .circle:before {
    color: var(--e-global-color-01);
}

.service-section .service_content .service-right-drop {
    position: absolute;
    right: -38px;
    top: 162px;
}

.service-section .service_content {
    padding-left: 48px;
    padding-top: 194px;
}

.service-section .service_content h2 {
    margin-bottom: 18px;
    padding-right: 10px;
}

.service-section .service_content p {
    margin-bottom: 12px;
}

.service-section .service_content .text {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: var(--e-global-color-primary);
}

.service-section .service_content .text:hover {
    color: var(--e-global-color-secondary);
}

.service-section .service_content ul li .circle {
    color: var(--e-global-color-primary);
    border-radius: 100px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    margin-right: 12px;
    margin-left: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.service-section .service_content ul li .circle:before {
    font-size: 12px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    font-size: 18px;
    transition: all 0.3s ease;
}

.service-section .service_content .text1 {
    margin-bottom: 36px;
}

.service-section .get_started {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 43px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.service-section .get_started figure {
    display: inline-block;
    margin-left: 16px;
}

.service-section .get_started:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-2) 0%, var(--e-button-gradient-1) 100%);
}

.service-section .phone-contact {
    margin: 0 15px 0 48px !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-06);
    text-align: center;
    border-radius: 60px;
}

.service-section .contact-num a {
    font-size: 15px;
    font-weight: 600;
    color: var(--e-global-color-primary);
}

/* Offer */

.offer-section {
    background-color: var(--e-global-color-06);
    position: relative;
    padding: 120px 0;
}

.offer-section .offer-top-layout {
    position: absolute;
    left: -24px;
    top: 0;
}

.offer-section .offer-bottomlayer {
    position: absolute;
    right: 0;
    bottom: 0;
}

.offer-section .offer-circle-drop {
    position: absolute;
    left: -146px;
    bottom: 70px;
}

.offer-section .offer_boxcontent {
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.offer-section .offer_boxcontent:hover {
    background: var(--e-global-color-primary);
}

.offer-section .offer_boxcontent:hover h4 {
    color: var(--e-global-color-white);
}

.offer-section .offer_content {
    text-align: center;
}

.offer-section .offer_content h2 {
    margin-bottom: 18px;
}

.offer-section .offer_content p {
    margin-bottom: 42px;
    padding: 0 135px;
}

.offer-section .offer_boxcontent .upper_portion {
    position: relative;
}

.offer-section .offer_boxcontent .upper_portion figure img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.offer-section .offer_boxcontent .upper_portion .image_content {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    box-shadow: 8px 2px 20px rgb(0 0 0 / 10%);
    border-radius: 100px 0 100px 100px;
    height: 105px;
    width: 105px;
    line-height: 105px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    transform: rotate(-45deg);
}

.offer-section .offer_boxcontent .upper_portion .image_content .cleanos-icon {
    transform: rotate(45deg);
    line-height: 103px;
    font-size: 30px;
    color: #ffffff;
}

.offer-section .offer_boxcontent .upper_portion .image_content:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-2) 0%, var(--e-button-gradient-1) 100%);
}

.offer-section .offer_boxcontent .lower_portion_wrapper {
    text-align: center;
    padding: 70px 45px 36px;
    border-radius: 0 0 10px 10px;
    border-top: none;
}

/* About us */

.about-section {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 277px 0 254px;
}

.about-section::before {
    content: "";
    width: 65%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 600px;
    background: var(--e-global-color-02);

}

.about-section::after {
    content: "";
    background: url('../image/clean-up-01.jpg') no-repeat;
    border-radius: 0 0 0 600px;
    width: 65%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 10%;
}

.about-section .about-rightimage {
    position: absolute;
    right: -150px;
    top: 254px;
    z-index: 1;
}

.about-section .about-drop-right {
    position: absolute;
    right: 170px;
    bottom: 212px;
    z-index: 1;
}

.about-section .about_wrapper {
    position: relative;
}

.about-section .about_wrapper .about-image1 {
    position: absolute;
    width: 600px;
    height: 600px;
    left: -60px;
    top: -65px;
    z-index: 1;
    border-radius: 100px 100px 100px 100px;
    overflow: hidden;
    transform: rotate(-45deg);
}

.about-section .about_wrapper .about-image1 img {
    max-width: 100%;
}

.about-section .about_wrapper .about-image2 {
    position: absolute;
    left: -108px;
    top: 280px;
    width: 200px;
    z-index: 1;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    transform: rotate(-45deg);
    border-top: 5px solid var(--e-global-color-white);
    border-right: 5px solid var(--e-global-color-white);
}

.about-section .about_wrapper .about-image2 img {
    max-width: 100%;
}

.about-section .about_wrapper .years {
    text-align: center;
    position: absolute;
    z-index: 2;
    right: -216px;
    top: -84px;
}

.about-section .about_wrapper .years .value {
    font-size: 56px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}

.about-section .about_wrapper .years .plus {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    display: inline-block;
}

.about-section .about_wrapper .years .text {
    font-size: 18px;
    line-height: 17px;
    font-weight: 600;
    display: block;
    padding: 0 200px;
}

.about-section .about_wrapper .about-imagecircle {
    position: absolute;
    right: -22px;
    top: -130px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    background: var(--e-global-color-secondary);
    width: 160px;
    height: 160px;
    border-radius: 160px 0 160px 160px;
    transform: rotate(-45deg);
}

.about-section .about_wrapper .years:hover .about-imagecircle {
    transform: translateY(-5px);
}

.about-section .about_wrapper .about-dot {
    position: absolute;
    left: -120px;
    top: -186px;
}

.about-section .about_wrapper .about-drop-left {
    position: absolute;
    left: -106px;
    top: 170px;
}

.about-section .about_wrapper .about-layer {
    position: absolute;
    left: -480px;
    top: 240px;
    position: absolute;
    left: -615px;
    top: 280px;
}

.about-section .about_content {
    padding-left: 55px;
    position: relative;
    z-index: 1;
}

.about-section .about_content h2 {
    margin-bottom: 16px;
    margin-right: -12px;
}

.about-section .about_content p {
    color: var(--e-global-color-light-white);
}

.about-section .about_content .text1 {
    margin-bottom: 8px;
}

.about-section .about_content .text2 {
    margin-bottom: 38px;
}

.about-section .about_content .read_more {
    background-image: linear-gradient(to right, var(--e-button-gradient-3) 0%, var(--e-button-gradient-4) 100%);
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 43px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.about-section .about_content .read_more figure {
    display: inline-block;
    margin-left: 20px;
}

.about-section .about_content .read_more:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-4) 0%, var(--e-button-gradient-3) 100%);
}

/* Expert Section */

.expert-section {
    background-color: var(--e-global-color-06);
    position: relative;
    padding: 130px 0 100px;
}

.expert-section .offer-top-layout {
    position: absolute;
    left: -24px;
    top: 0;
}

.expert-section .offer-bottomlayer {
    position: absolute;
    right: 0;
    bottom: 0;
}

.expert-section .expert_content {
    position: relative;
    margin-right: 80px;
    padding-top: 185px;
}

.expert-section .expert_content h2 {
    margin-bottom: 16px;
}

.expert-section .expert_content .text1 {
    margin-bottom: 12px;
}

.expert-section .expert_content .text2 {
    margin-bottom: 35px;
}

.expert-section .expert_content .get_started {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 43px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.expert-section .expert_content .get_started figure {
    display: inline-block;
    margin-left: 20px;
}

.expert-section .expert_content .get_started:hover {
    background-image: linear-gradient(to right, var(--e-global-color-desaturated-blue) 0%, var(--e-global-color-desaturated-blue) 100%);
}

.expert-section .expert_wrapper {
    position: relative;
    text-align: center;
}

.expert-section .expert_wrapper .offer-circle-drop {
    position: absolute;
    right: -70px;
    top: -60px;
}

.expert-section .expert_wrapper h2 {
    margin-bottom: 38px;
}

.expert-section .team-box {
    position: relative;
    text-align: center;
    margin-bottom: 26px;
    padding-bottom: 35px;
    background-color: var(--e-global-color-white);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.expert-section .team-box figure {
    margin-bottom: 25px;
}

.expert-section .team-box figure img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.expert-section .team-box h4 {
    margin-bottom: 2px;
}

.expert-section .team-box span {
    display: block;
    margin-bottom: 14px;
    font-weight: 500;
    color: var(--e-global-color-text);
}

.expert-section .team-box li {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.expert-section .team-box i {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    border-radius: 100px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0 3px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-size: 15px;
}

.expert-section .team-box li:hover {
    transform: translateY(-5px);
}

.expert-section .team-box li:first-child {
    margin-left: 0;
}

.expert-section .team-box li:last-child {
    margin-right: 0;
}

.expert-section .team-box li a {
    color: var(--e-global-color-white);
}

.expert-section .team-box:hover i {
    background-image: linear-gradient(to right, var(--e-global-color-desaturated-blue) 0%, var(--e-global-color-desaturated-blue) 100%);
}

/* About Page */
.sub-banner .banner-section .banner_content .about-drop-right {
    position: absolute;
    left: 268px;
    top: -44px;
}

.aboutus-section {
    background-color: var(--e-global-color-06);
    position: relative;
    overflow: hidden;
    padding: 120px 0 210px;
}

.aboutus-section .offer-top-layout {
    position: absolute;
    left: -24px;
    top: 0;
}

.aboutus-section .offer-bottomlayer {
    position: absolute;
    right: 0;
    bottom: 0;
}

.aboutus-section .about_wrapper {
    position: relative;
}

.aboutus-section .about_wrapper .aboutus-image1 {
    position: absolute;
    width: 500px;
    height: 500px;
    left: -60px;
    top: 100px;
    z-index: 1;
    border-radius: 100px 100px 100px 100px;
    overflow: hidden;
    transform: rotate(-45deg);
}

.aboutus-section .about_wrapper .aboutus-image1 img {
    max-width: 100%;
}

.aboutus-section .about_wrapper .image-circle {
    position: absolute;
    top: 35px;
    right: 45px;
}

.aboutus-section .about_wrapper .aboutus-image2 {
    position: absolute;
    left: -130px;
    top: 430px;
    width: 200px;
    z-index: 1;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    transform: rotate(-45deg);
    border-top: 5px solid var(--e-global-color-white);
    border-right: 5px solid var(--e-global-color-white);
}

.aboutus-section .about_wrapper .aboutus-image2 img {
    max-width: 100%;
}

.aboutus-section .about_wrapper .years {
    text-align: center;
    position: relative;
    z-index: 2;
    right: -215px;
    top: 70px;
}

.aboutus-section .about_wrapper .years .value {
    font-size: 56px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}

.aboutus-section .about_wrapper .years .plus {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    display: inline-block;
}

.aboutus-section .about_wrapper .years .text {
    font-size: 18px;
    line-height: 17px;
    font-weight: 600;
    display: block;
    padding: 0 200px;
}

.aboutus-section .about_wrapper .about-imagecircle {
    position: absolute;
    right: -22px;
    top: 25px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    background: var(--e-global-color-secondary);
    width: 160px;
    height: 160px;
    border-radius: 160px 160px 160px 160px;
    transform: rotate(-45deg);
}

.aboutus-section .about_wrapper .about-layer {
    position: absolute;
    left: -480px;
    top: 240px;
}

.aboutus-section .service_content .service-right-drop {
    position: absolute;
    right: -14px;
    top: 56px;
}

.aboutus-section .service_content {
    padding-left: 35px;
    padding-top: 126px;
    z-index: 1;
}

.aboutus-section .service_content h2 {
    margin-bottom: 18px;
    padding-right: 10px;
}

.aboutus-section .service_content p {
    margin-bottom: 16px;
    margin-right: 28px;
}

.aboutus-section .service_content .text {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: var(--e-global-color-primary);
}

.aboutus-section .service_content .text:hover {
    color: var(--e-global-color-secondary);
}

.aboutus-section .service_content ul li .circle {
    counter-reset: var(--e-global-color-primary);
    border-radius: 100px;
    line-height: 16px;
    text-align: center;
    margin-right: 12px;
    margin-left: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.aboutus-section .service_content ul li .circle:before {
    font-size: 12px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    font-size: 18px;
    transition: all 0.3s ease;
}

.aboutus-section .service_content .text1 {
    margin-bottom: 36px;
}

.aboutus-section .service_content .get_started {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 43px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.aboutus-section .service_content .get_started figure {
    display: inline-block;
    margin-left: 16px;
}

.aboutus-section .service_content .get_started:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-2) 0%, var(--e-button-gradient-1) 100%);
}

.aboutoffer-section {
    position: relative;
    padding: 120px 0 124px;
    overflow: hidden;
}

.aboutoffer-section .service-right-layout {
    position: absolute;
    top: 0;
    right: 110px;
}

.aboutoffer-section .service-left-layout {
    position: absolute;
    bottom: 0;
    left: 118px;
}

.aboutoffer-section .offer_content {
    text-align: center;
}

.aboutoffer-section .offer_content h2 {
    margin-bottom: 18px;
}

.aboutoffer-section .offer_content p {
    margin-bottom: 36px;
    padding: 0 135px;
}

.aboutoffer-section .achievement_wrapper {
    position: relative;
}

.aboutoffer-section .achievement_wrapper .offer-circle-drop {
    position: absolute;
    left: 0;
    top: -86px;
}

.aboutoffer-section .achievement_wrapper .achievement-box {
    background: var(--e-global-color-white);
    border-radius: 100px;
    width: 210px;
    height: 210px;
    line-height: 210px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 21px 46px rgb(0 0 0 / 10%);
    position: relative;
}

.aboutoffer-section .achievement_wrapper .achievement-box:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    transform: translateY(-5px);
}

.aboutoffer-section .achievement_wrapper .achievement-box .achievement-icon {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.aboutoffer-section .achievement_wrapper .achievement-box:hover img {
    filter: brightness(0) invert(1);
}

.aboutoffer-section .achievement_wrapper .achievement-box .wrapper {
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.aboutoffer-section .achievement_wrapper .achievement-box:hover h3 {
    color: var(--e-global-color-white);
}

.aboutoffer-section .achievement_wrapper .achievement-box p {
    padding: 0 65px;
    margin-top: -8px;
    line-height: 20px;
}

.aboutoffer-section .achievement_wrapper .achievement-box:hover p {
    color: var(--e-global-color-white);
}

.aboutoffer-section .achievement_wrapper .achievement-box .number {
    position: relative;
    top: 86px;
}

.aboutoffer-section .achievement_wrapper .achievement-box .value {
    display: inline-block;
}

.aboutoffer-section .achievement_wrapper .achievement-box .plus {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}

.aboutoffer-section .achievement_wrapper .achievement-box:hover .plus {
    color: var(--e-global-color-white);
}

/* Achievements */

.achievement-section {
    position: relative;
    padding: 170px 0 182px;
    overflow: hidden;
}

.achievement-section .service-right-layout {
    position: absolute;
    top: -270px;
    right: -300px;
}

.achievement-section .service-left-layout {
    position: absolute;
    bottom: -250px;
    left: -235px;
    z-index: -1;
}

.achievement-section .achievement_content {
    position: relative;
    margin-right: -8px;
}

.achievement-section .achievement_content .offer-circle-drop {
    position: absolute;
    left: -116px;
    top: 10px;
}

.achievement-section .achievement_content h2 {
    margin-bottom: 16px;
}

.achievement-section .achievement_content p {
    margin-bottom: 38px;
}

.achievement-section .achievement_content .get_started {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 43px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.achievement-section .achievement_content .get_started figure {
    display: inline-block;
    margin-left: 20px;
}

.achievement-section .achievement_content .get_started:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-2) 0%, var(--e-button-gradient-1) 100%);
}

.achievement-section .achievement_wrapper {
    position: relative;
}

.achievement-section .achievement_wrapper h3,
.achievement-section .achievement_wrapper p {
    color: var(--e-global-color-white);
}

.achievement-section .achievement_wrapper .achievement-box {
    background: var(--e-global-color-primary);
    width: 210px;
    height: 210px;
    line-height: 210px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 21px 46px rgb(0 0 0 / 2%);
    position: absolute;
    border-radius: 210px 0 210px 210px;
    transform: rotate(-45deg);
}

.achievement-section .achievement_wrapper .achievement-box:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
}

.achievement-section .achievement_wrapper .achievement-box .achievement-icon {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.achievement-section .achievement_wrapper .achievement-box .achievement-icon .cleanos-icon {
    font-size: 30px;
    color: var(--e-global-color-white);
}

.achievement-section .achievement_wrapper .achievement-box:hover img {
    filter: brightness(0) invert(1);
}

.achievement-section .achievement_wrapper .achievement-box .wrapper {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

.achievement-section .achievement_wrapper .achievement-box:hover h3 {
    color: var(--e-global-color-white);
}

.achievement-section .achievement_wrapper .achievement-box p {
    padding: 0 65px;
    margin-top: -8px;
    line-height: 20px;
}

.achievement-section .achievement_wrapper .achievement-box:hover p {
    color: var(--e-global-color-white);
}

.achievement-section .achievement_wrapper .achievement-box .number {
    position: relative;
    top: 86px;
}

.achievement-section .achievement_wrapper .achievement-box .plus {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}

.achievement-section .achievement_wrapper .achievement-box:hover .plus {
    color: var(--e-global-color-white);
}

.achievement-section .achievement_wrapper .box1 {
    top: -35px;
    left: 85px;
}

.achievement-section .achievement_wrapper .box2 {
    top: 55px;
    right: 45px;
}

.achievement-section .achievement_wrapper .box3 {
    top: 245px;
    left: 190px;
}

/* Project */

.project-section {
    background-color: var(--e-global-color-06);
    position: relative;
    padding: 120px 0 140px;
}

.project-section .offer-top-layout {
    position: absolute;
    left: -36px;
    top: 0;
}

.project-section .offer-bottomlayer {
    position: absolute;
    right: 0;
    bottom: 0;
}

.project-section .project_content {
    position: relative;
    text-align: center;
}

.project-section .project_content h2 {
    margin-bottom: 18px;
}

.project-section .project_content p {
    padding: 0 530px;
    margin-bottom: 40px;
}

.project-section .project_content .offer-circle-drop {
    position: absolute;
    right: 344px;
    top: 40px;
    z-index: -1;
}

.project-section .case-box .overlay-image {
    position: relative;
}

.project-section .case-box .overlay-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 38%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #000000 0%, #000000 100%);
}

.project-section .overlay:hover figure {
    border-radius: 10px;
    opacity: 1;
    background-image: linear-gradient(to top, #f86823 0%, #000000 100%);
}

.project-section .overlay:hover img {
    opacity: 0.4;
}

.project-section .case-box .image img {
    border-radius: 10px 10px 10px 10px;
    width: 100%;
}

.project-section .case-box .content {
    background: var(--e-global-color-primary);
    position: absolute;
    padding: 20px;
    margin-top: -175px;
    border-radius: 0 10px 10px 0;
}

.project-section .case-box .content h5 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.project-section .case-box .content .text-size-18 {
    display: inline-block;
    margin-bottom: 12px;
    line-height: 22px;
}

.project-section .case-box>span {
    position: absolute;
    top: 30px;
    left: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: var(--e-global-color-secondary);
    padding: 2px 18px;
    text-align: center;
    display: inline-block;
}

.project-section .case-box .circle {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    border-radius: 100px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin-left: -2px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 20px;
    top: 20px;
}

.project-section .case-box .circle:hover {
    transform: translateY(-5px);
}

.project-section .case-box1 .circle {
    right: -50px;
}

.project-section .case-box:hover .circle {
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 51%, #ffffff 100%);
}

.project-section .case-box:hover .circle:before {
    color: var(--e-global-color-secondary);
}

.project-section .case-box .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}

.project-section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 40px !important;
    line-height: 0;
}

.project-section .owl-carousel .owl-dots .owl-dot span {
    background: #d3d3d3;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    transition: all 0.3s ease-in-out;
}

.project-section .owl-carousel .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
}

.project-section .owl-carousel .owl-dots .owl-dot.active span {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    width: 20px;
    height: 20px;
}

.project-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Testimonial */

.testimonial-section {
    padding: 150px 0 180px;
    overflow: hidden;
}

.testimonial-section .service-left-layout {
    position: absolute;
    top: -220px;
    left: 10px;
}

.testimonial-section .service-right-layout {
    position: absolute;
    bottom: -280px;
    right: -200px;
}

.testimonial-section .testimonial_wrapper .service-right-drop {
    position: absolute;
    top: -42px;
    left: 0;
    z-index: -2;
}

.testimonial-section .testimonial_wrapper .circle_wrapper {
    height: 380px;
    width: 380px;
    border-radius: 100%;
    margin-left: -6px;
    margin-top: 18px;
    background: #fffaf8;
    z-index: -2;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .center-circle {
    height: 155px;
    width: 155px;
    border-radius: 100%;
    background: var(--e-global-color-white);
    position: relative;
    left: -4px;
    right: 0;
    margin: 0 auto;
    top: 120px;
}

.testimonial-section .testimonial_wrapper .circle_wrapper figure img {
    border-radius: 100px;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .center-circle .testimonial-centerimage {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image1 {
    right: -54px;
    top: -78px;
    transition: all 0.3s ease-in-out;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image1::after {
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    opacity: 0.3;
    border-radius: 50%;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image1:hover::after {
    width: 162px;
    height: 162px;
    background: var(--e-global-color-secondary);
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image2 {
    left: -42px;
    top: 32px;
    transition: all 0.3s ease-in-out;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image2::after {
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    opacity: 0.3;
    border-radius: 50%;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image2:hover::after {
    width: 154px;
    height: 154px;
    background: var(--e-global-color-secondary);
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image3 {
    left: 20px;
    bottom: -100px;
    transition: all 0.3s ease-in-out;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image3::after {
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    opacity: 0.3;
    border-radius: 50%;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image3:hover::after {
    width: 152px;
    height: 152px;
    background: var(--e-global-color-secondary);
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image4 {
    right: -58px;
    bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image4::after {
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    opacity: 0.3;
    border-radius: 50%;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image4:hover::after {
    width: 145px;
    height: 145px;
    background: var(--e-global-color-secondary);
}

.testimonial-section .testimonial_contentwrapper {
    padding-left: 40px;
}

.testimonial-section .heading {
    margin-bottom: 15px;
}

.testimonial-section .testimonial_content .content {
    display: flex;
}

.testimonial-section .testimonial_content .content .circle {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    border-radius: 100px;
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    margin-right: 16px;
    top: -4px;
    transition: all 0.3s ease-in-out;
}

.testimonial-section .testimonial_content .content .circle:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-2) 0%, var(--e-button-gradient-1) 100%);
    transform: translateY(-5px);
}

.testimonial-section .testimonial_content p {
    margin-bottom: 26px;
}

.testimonial-section .testimonial_content .content span {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-primary);
    margin-bottom: -2px;
    display: block;
}

.testimonial-section .testimonial_content .testimonial-quote {
    font-size: 25px;
    color: var(--e-global-color-white);
}

/* Blog */

.blog-section {
    background-color: var(--e-global-color-06);
    position: relative;
    padding: 120px 0;
}

.blog-section .offer-top-layout {
    position: absolute;
    left: -36px;
    top: 0;
}

.blog-section .offer-bottomlayer {
    position: absolute;
    right: 0;
    bottom: 0;
}

.blog-section .blog_content {
    position: relative;
    text-align: center;
}

.blog-section .blog_content h2 {
    margin-bottom: 18px;
}

.blog-section .blog_content p {
    padding: 0 150px;
    margin-bottom: 40px;
}

.blog-section .blog_content .offer-circle-drop {
    position: absolute;
    right: -130px;
    top: 138px;
    z-index: -1;
}

.blog-section .blog_boxcontent {
    width: 100%;
    border-radius: 10px;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.blog-section .blog_boxcontent:hover {
    background: var(--e-global-color-primary);
}

.blog-section .blog_boxcontent:hover h4 {
    color: var(--e-global-color-white);
}

.blog-section .blog_boxcontent:hover p {
    color: var(--e-global-color-white);
}

.blog-section .blog_boxcontent .upper_portion {
    position: relative;
}

.blog-section .blog_boxcontent .upper_portion figure img {
    border-radius: 10px 10px 0 0;
}

.blog-section .blog_boxcontent .upper_portion .image_content {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    box-shadow: 8px 2px 20px rgb(0 0 0 / 10%);
    border-radius: 20px 20px 20px 20px;
    height: 93px;
    width: 93px;
    line-height: 93px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -42px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    transform: rotate(-45deg);
}

.blog-section .blog_boxcontent .upper_portion .image_content:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-2) 0%, var(--e-button-gradient-1) 100%);
}

.blog-section .blog_boxcontent .upper_portion .image_content .content {
    position: relative;
    top: 22px;
    transform: rotate(45deg);
}

.blog-section .blog_boxcontent .upper_portion .image_content .content h3 {
    margin-bottom: 0;
}

.blog-section .blog_boxcontent .upper_portion .image_content .content span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    display: block;
}

.blog-section .blog_boxcontent .lower_portion_wrapper {
    text-align: center;
    padding: 60px 40px 30px;
}

.blog-section .blog_boxcontent .lower_portion_wrapper h4 {
    margin-bottom: 6px;
}

.blog-section .blog_boxcontent .lower_portion_wrapper p {
    margin-bottom: 14px;
}

.blog-section .blog_boxcontent .lower_portion_wrapper .read_more {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.blog-section .blog_boxcontent:hover .read_more {
    color: var(--e-global-color-white);
}

.blog-section .blog_boxcontent .lower_portion_wrapper .read_more figure {
    display: inline-block;
    margin-left: 8px;
}

.blog-section .blog_boxcontent .lower_portion_wrapper .read_more:hover {
    font-size: 22px;
    line-height: 30px;
}

.blog-section .blog_boxcontent:hover .arrow {
    filter: brightness(0) invert(1);
}

.blog-section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 40px !important;
    line-height: 0;
}

.blog-section .owl-carousel .owl-dots .owl-dot span {
    background: #d3d3d3;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    transition: all 0.3s ease-in-out;
}

.blog-section .owl-carousel .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
}

.blog-section .owl-carousel .owl-dots .owl-dot.active span {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    width: 20px;
    height: 20px;
}

.blog-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Footer */
.footer-section {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    position: relative;
    padding: 94px 0 0;
    overflow: hidden;
}

.footer-section::before {
    content: "";
    width: 62%;
    height: 449px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 100px 0;
    background: var(--e-global-color-02);
}

.footer-section .footer-leftimage {
    position: absolute;
    left: -90px;
    top: 72px;
}

.footer-section .about-drop-left {
    position: absolute;
    left: 160px;
    top: 102px;
}

.footer-section .footer-dotimage {
    position: absolute;
    right: 226px;
    top: 88px;
}

.footer-section .footer-leftlayer {
    position: absolute;
    right: -320px;
    bottom: -360px;
}

.footer-section .middle-portion {
    margin-bottom: 10px;
}

.footer-section .middle-portion .first-column {
    margin-right: -10px;
    position: relative;
}

.footer-section .middle-portion .first-column p {
    color: var(--e-global-color-light-white);
    margin-bottom: 22px;
}

.footer-section .middle-portion .footer-logo {
    margin-bottom: 8px;
    position: relative;
    top: -12px;
}

.footer-section .middle-portion .lower {
    display: flex;
}

.footer-section .middle-portion .lower .lower-content {
    display: contents;
}

.footer-section .middle-portion .lower .icon {
    position: relative;
    top: 12px;
    transition: all 0.3s ease-in-out;
    font-size: 25px;
    color: var(--e-global-color-secondary);
}

.footer-section .middle-portion .lower .content {
    padding-left: 10px;
}

.footer-section .middle-portion .lower .content a {
    color: var(--e-global-color-light-white);
}

.footer-section .middle-portion .lower .content a:hover {
    color: var(--e-global-color-secondary);
}

.footer-section .middle-portion .lower .content span {
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: -3px;
}

.footer-section .middle-portion .lower .content .text {
    margin-right: 22px;
}

.footer-section .middle-portion .list-pd {
    padding-left: 28px;
}

.footer-section .middle-portion .links h4 {
    margin-bottom: 16px;
    position: relative;
}

.footer-section .middle-portion .links li {
    margin-bottom: 5px;
}

.footer-section .middle-portion .links li a {
    color: var(--e-global-color-light-white);
    padding-left: 20px;
    position: relative;
}

.footer-section .middle-portion .links li a:hover {
    color: var(--e-global-color-secondary);
}

.footer-section .middle-portion .links li a:before {
    content: "\2022";
    color: var(--e-global-color-secondary);
    font-weight: bold;
    display: inline-block;
    margin-left: 0;
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 30px;
    line-height: 30px;
}

.footer-section .copyright {
    border-top: 1px solid var(--e-global-color-06);
    padding: 28px 0;
    position: relative;
    width: 67%;
}

.footer-section .copyright .column {
    padding: 0;
}

.footer-section .copyright p {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: -84px;
    color: var(--e-global-color-light-white);
}

.footer-section .copyright .social-icons {
    float: right;
    right: 166px;
    top: -10px;
}

.footer-section .copyright .social-icons ul {
    margin-bottom: 0;
    display: flex;
}

.footer-section .copyright .social-icons ul li .social-medias {
    font-size: 15px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-blue);
    border-radius: 100px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
}

.footer-section .copyright .social-icons ul li .social-medias:hover {
    background: #1b1e38;
    color: var(--e-global-color-white);
    transform: translate(0, -5px);
}

.footer-section .middle-portion .icons {
    padding-left: 68px;
    margin-right: -16px;
}

.footer-section .middle-portion .icons h4 {
    margin-bottom: 10px;
}

.footer-section .middle-portion .icons p {
    margin-bottom: 12px;
}

.footer-section .middle-portion .icons input {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 30px;
    padding: 16px 25px;
    margin-bottom: 20px;
    width: 96%;
    overflow: visible;
    outline: none;
}

.footer-section .middle-portion .icons .subscribe_now {
    border: 1px solid #ffffff;
    background: transparent;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 11px 25px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    width: 96%;
}

.footer-section .middle-portion .icons .subscribe_now:hover {
    border: 1px solid var(--e-global-color-03);
    background: var(--e-global-color-03);
}

.footer-section .middle-portion .icons .subscribe_now .circle:before {
    font-size: 15px;
    margin-left: 16px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}

/* Sub-banner */

.sub-banner {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    position: relative;
}

.sub-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 600px 0;
    background: var(--e-global-color-02);
}

.sub-banner::after {
    content: "";
    background-image: url('../image/sub-bannerbackground.jpg');
    border-radius: 0 0 600px 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 15%;
}

.sub-banner .header {
    padding: 0 252px;
    position: relative;
    z-index: 2;
}

.sub-banner .last_list .last_list_atag:hover {
    color: var(--e-global-color-04) !important;
}

.sub-banner .banner-drop-right {
    position: absolute;
    right: 26px;
    bottom: 184px;
}

.sub-banner .sub-bannerleftlayer {
    position: absolute;
    left: -20%;
    bottom: -55%;
    opacity: 0.3;
}

.sub-banner .sub-bannerrightlayer {
    position: absolute;
    right: -20%;
    bottom: -55%;
    opacity: 0.2;
}

.sub-banner .banner-section {
    padding: 116px 0 152px;
    overflow: hidden;
}

.sub-banner .banner-section .banner_content {
    position: relative;
    text-align: center;
    z-index: 1;
}

.sub-banner .banner-section .banner_content h1 {
    margin-bottom: 12px;
}

.sub-banner .banner-section .banner_content p {
    font-size: 22px;
    line-height: 30px;
    padding: 0 260px;
    margin-bottom: 34px;
    color: var(--e-global-color-light-white);
}

.sub-banner .banner-section .banner_content .service-right-drop {
    position: absolute;
    left: 15px;
    top: -44px;
}

.sub-banner .box {
    border-radius: 25px;
    padding: 10px 28px;
    text-align: center;
    background-color: var(--e-global-color-03);
    display: inline-block;
}

.sub-banner .box span {
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    color: var(--e-global-color-light-white);
}

.sub-banner .arrow {
    display: inline-block;
    margin: 0 12px 0 10px;
    color: var(--e-global-color-06);
}

.sub-banner .box .box_span {
    color: var(--e-global-color-secondary);
}

/* Projects Page */
.sub-banner .banner-section .banner_content .project-rightcircle {
    position: absolute;
    left: 182px;
    top: -44px;
}

.projectpage-section {
    padding: 120px 0 100px;
}

.projectpage-section .project_content p {
    padding: 0 150px;
    margin-bottom: 40px;
}

.projectpage-section .project_content .offer-circle-drop {
    position: absolute;
    right: -56px;
    top: 104px;
}

.projectpage-section .case-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

/* Pricing Page */
.pricing-section {
    background-color: var(--e-global-color-06);
    position: relative;
    padding: 120px 0 130px;
}

.pricing-section .offer-top-layout {
    position: absolute;
    left: -36px;
    top: 0;
}

.pricing-section .offer-bottomlayer {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pricing-section .pricing_content {
    position: relative;
    text-align: center;
}

.pricing-section .pricing_content h2 {
    margin-bottom: 18px;
}

.pricing-section .pricing_content p {
    padding: 0 150px;
    margin-bottom: 40px;
}

.pricing-section .pricing_content .offer-circle-drop {
    position: absolute;
    right: -88px;
    top: 132px;
}

.pricing-section .price-block {
    position: relative;
}

.pricing-section .price-block .price_content {
    text-align: center;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 2%);
    border-radius: 10px;
    width: 100%;
    padding: 52px 70px;
    background-color: var(--e-global-color-white);
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.pricing-section .price-block .price_content:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
}

.pricing-section .price_content .icon figure {
    background: var(--e-global-color-06);
    border-radius: 100px 0 100px 100px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 25px;
    text-align: center;
    margin-bottom: 27px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    transform: rotate(-45deg);
}

.pricing-section .price_content .icon figure i {
    transform: rotate(45deg);
}

.pricing-section .price-block .price_content:hover figure {
    background: var(--e-global-color-04);
}

.pricing-section .price-block .price_content:hover img {
    filter: brightness(0) invert(1);
}

.pricing-section .price_content h4 {
    margin-bottom: 8px;
}

.pricing-section .price-block .price_content:hover h4 {
    color: var(--e-global-color-white);
}

.pricing-section .price_content sup {
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    display: inline-block;
    margin-right: -2px;
}

.pricing-section .price-block .price_content:hover sup {
    color: var(--e-global-color-white);
}

.pricing-section .price_content .text1 {
    font-size: 56px;
    line-height: 60px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    display: inline-block;
    margin-bottom: 12px;
}

.pricing-section .price-block .price_content:hover .text1 {
    color: var(--e-global-color-white);
}

.pricing-section .price_content ul {
    text-align: left;
}

.pricing-section .price_content ul li .circle {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    border-radius: 100px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.pricing-section .price-block .price_content:hover .circle {
    background-image: linear-gradient(to right, var(--e-global-color-white) 0%, var(--e-global-color-white) 100%);
}

.pricing-section .price_content ul li .circle:before {
    font-size: 12px;
    font-family: 'FontAwesome';
    color: var(--e-global-color-white);
}

.pricing-section .price-block .price_content:hover .circle:before {
    color: var(--e-global-color-secondary);
}

.pricing-section .price_content .text-size-18 {
    margin-bottom: 7px;
}

.pricing-section .price-block .price_content:hover .text-size-18 {
    color: var(--e-global-color-white);
}

.pricing-section .price_content .for-space {
    margin-bottom: 30px;
}

.pricing-section .price_content .get_started {
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    color: var(--e-global-color-white);
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 43px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.pricing-section .price_content .get_started .circle:before {
    font-size: 15px;
    margin-left: 16px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}

.pricing-section .price-block .price_content:hover .get_started {
    background-image: linear-gradient(to right, var(--e-global-color-white) 0%, var(--e-global-color-white) 100%);
    color: var(--e-global-color-secondary);
}

/* Service Page */
.servicepage-section {
    padding: 124px 0 136px;
}

.servicepage-section .service-dot-drop {
    position: absolute;
    left: 328px;
    bottom: 130px;
}

.servicepage-section .servicepage_content {
    text-align: center;
}

.servicepage-section .servicepage_content h2 {
    margin-bottom: 18px;
}

.servicepage-section .servicepage_content p {
    margin-bottom: 38px;
    padding: 0 140px;
}

.servicepage-section .servicepage_content .offer-circle-drop {
    position: absolute;
    right: -74px;
    top: 140px;
    z-index: -1;
}

.servicepage-section .servicepage_contentbox {
    position: relative;
    z-index: 1;
}

.servicepage-section .service_contentbox .service-box:hover {
    transform: none;
}

.servicepage-section .owl-carousel.owl-drag .owl-item {
    margin-bottom: 12px;
}

.servicepage-section .owl-carousel .owl-item img {
    display: inline-block;
    width: 57px;
}

.servicepage-section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 40px !important;
    line-height: 0;
}

.servicepage-section .owl-carousel .owl-dots .owl-dot span {
    background: #d3d3d3;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    transition: all 0.3s ease-in-out;
}

.servicepage-section .owl-carousel .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
}

.servicepage-section .owl-carousel .owl-dots .owl-dot.active span {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    width: 20px;
    height: 20px;
}

.servicepage-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

.consultation-section {
    background: var(--e-global-color-02);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0;
}

.consultation-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 15%;
    background-image: url('../image/service-consultationbackground.jpg');
}

.consultation-section .consultation-leftimage {
    position: absolute;
    left: -55px;
    top: 60px;
}

.consultation-section .consultation_content h2 {
    margin-bottom: 18px;
}

.consultation-section .consultation_content p {
    color: var(--e-global-color-light-white);
    margin-right: 40px;
}

.consultation-section .consultation_wrapper {
    padding-left: 32px;
    padding-top: 55px;
    position: relative;
}

.consultation-section .consultation_wrapper .service-right-drop {
    position: absolute;
    right: -90px;
    top: -38px;
    z-index: -1;
}

.consultation-section .consultation_wrapper .get_started {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 46px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.consultation-section .consultation_wrapper .button1 {
    margin-right: 12px;
}

.consultation-section .consultation_wrapper .button2 figure {
    margin-left: 14px !important;
}

.consultation-section .consultation_wrapper .get_started figure {
    display: inline-block;
    margin-left: 10px;
}

.consultation-section .consultation_wrapper .get_started:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-2) 0%, var(--e-button-gradient-1) 100%);
}

.vedio-section {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 120px 0 130px;
}

.vedio-section .service-right-layout {
    position: absolute;
    top: 80px;
    right: 160px;
}

.vedio-section .service-left-layout {
    position: absolute;
    bottom: 80px;
    left: 160px;
}

.vedio-section .servicepage-dotimage {
    position: absolute;
    right: -54px;
    bottom: -68px;
}

.vedio-section .service-vedioimage {
    position: relative;
    z-index: 1;
}

.vedio-section .service-vedioimage img {
    border-radius: 30px 30px 30px 30px;
}

.vedio-section .vedio-circle {
    position: absolute;
    z-index: 2;
    top: 216px;
    right: 0;
    left: 0;
    font-size: 36px;
    margin: 0 auto;
    width: 130px;
    height: 130px;
    line-height: 135px;
    border-radius: 100px;
    border: 2px solid var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
}

.vedio-section .vedio-circle .service-vedioicon {
    position: absolute;
    left: 0;
    right: -8px;
    margin: 0 auto;
}

/* Team Section */
.team-section {
    background-color: var(--e-global-color-06);
    position: relative;
    padding: 120px 0 100px;
}

.team-section .offer-top-layout {
    position: absolute;
    left: -36px;
    top: 0;
}

.team-section .offer-bottomlayer {
    position: absolute;
    right: 0;
    bottom: 0;
}

.team-section .team_content {
    position: relative;
    text-align: center;
}

.team-section .team_content h2 {
    margin-bottom: 18px;
}

.team-section .team_content p {
    margin-bottom: 42px;
    padding: 0 140px;
}

.team-section .team_content .offer-circle-drop {
    position: absolute;
    right: -38px;
    top: 44px;
}

.team-section .team_contentbox .team-box {
    background: var(--e-global-color-white);
    border-radius: 10px;
    margin-bottom: 30px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.team-section .team_contentbox .team-box .box-image {
    float: left;
    width: 47%;
}

.team-section .team_contentbox .team-box .box-image figure img {
    border-radius: 10px 0 0 10px;
    width: 100%;
}

.team-section .team_contentbox .team-box .box-content {
    position: relative;
    display: inline-block;
    width: 53%;
    padding: 26px 40px;
}

.team-section .team_contentbox .team-box .box-content h4 {
    display: inline-block;
    margin-bottom: 2px;
}

.team-section .team_contentbox .team-box .box-content span {
    color: var(--e-global-color-secondary);
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}

.team-section .team_contentbox .team-box .box-content p {
    margin-bottom: 22px;
}

.team-section .team_contentbox .team-box .box-content li {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.team-section .team_contentbox .team-box .box-content li:hover {
    transform: translateY(-5px);
}

.team-section .team_contentbox .team-box .box-content li:first-child {
    margin-left: 0;
}

.team-section .team_contentbox .team-box .box-content li:last-child {
    margin-right: 0;
}

.team-section .team_contentbox .team-box .box-content li a {
    color: var(--e-global-color-white);
}

.team-section .team_contentbox .team-box .box-content i {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    border-radius: 100px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0 3px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-size: 15px;
}

.team-section .team_contentbox .team-box:hover i {
    background-image: linear-gradient(to right, var(--e-button-gradient-2) 0%, var(--e-button-gradient-1) 100%);
}

.skill-section {
    position: relative;
    padding: 170px 0 154px;
    overflow: hidden;
}

.skill-section .service-right-layout {
    position: absolute;
    top: 0;
    right: 110px;
}

.skill-section .service-left-layout {
    position: absolute;
    bottom: 0;
    left: 118px;
}

.skill-section .skill_wrapper {
    position: relative;
}

.skill-section .skill_wrapper .offer-circle-drop {
    position: absolute;
    left: -155px;
    top: 194px;
}

.skill-section .skill_wrapper .skill-image {
    position: absolute;
    left: -42px;
    top: -42px;
    z-index: 1;
}

.skill-section .skill_wrapper .skill-image img {
    border-radius: 0 150px 150px 150px;
}

.skill-section .service-dot-drop {
    position: absolute;
    left: -106px;
    top: -100px;
}

.skill-section .skill_content h2 {
    margin-bottom: 16px;
}

.skill-section .skill_content p {
    margin-bottom: 18px;
    margin-right: 70px;
}

.skill-section .skill_content .skill-measure .text {
    color: var(--e-global-color-primary);
    font-weight: 600;
    margin-bottom: 10px !important;
    margin-right: 0 !important;
    display: inline-block;
}

.skill-section .skill_content .skill-measure .percentage {
    float: right;
    position: relative;
    right: -5px;
}

.skill-section .skill_content .skill-measure .percentage span {
    color: var(--e-global-color-primary);
    font-weight: 600;
}

.skill-section .skill_content .skill-measure .percentage .plus {
    font-size: 18px;
    line-height: 18px;
}

.skill-section .skill_content .skill-measure .progress {
    overflow: hidden;
    height: 6px;
    margin-bottom: 23px;
    background-color: #f1efef;
    border-radius: 10px;
}

.skill-section .skill_content .skill-measure .progress-bar {
    float: left;
    width: 50%;
    height: 100%;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    border-radius: 10px;
}

.skill-section .skill_content .skill-measure .progress-bar1 {
    width: 75%;
}

.skill-section .skill_content .skill-measure .progress-bar2 {
    width: 85%;
}

.skill-section .skill_content .skill-measure .progress-bar3 {
    width: 60%;
}

.skill-section .skill_content .skill-measure .progress-bar4 {
    width: 95%;
}



/* Contact Page Style */

.contact-section {
    background-color: var(--e-global-color-06);
    padding: 124px 0 112px;
    position: relative;
}

.contact-section .offer-top-layout {
    position: absolute;
    left: -24px;
    top: 0;
}

.contact-section .offer-bottomlayer {
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact-section .need-section .offer-circle-drop {
    position: absolute;
    right: 80px;
    top: 130px;
}

.contact-section .contact_content h2 {
    margin-bottom: 40px;
}

.contact-section .contact_content h5 {
    margin-bottom: 10px;
}

.contact-section .contact-box {
    box-shadow: 1px 1px 57px rgb(0 0 0/ 2%);
    background: var(--e-global-color-white);
    border-radius: 10px;
    padding: 18px 30px 26px 30px;
    margin-bottom: 28px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    display: flex;
}

.contact-section .contact-box .box-image {
    width: 26%;
    position: relative;
}

.contact-section .contact-box figure {
    position: absolute;
    top: 20px;
    background: var(--e-global-color-06);
    border-radius: 100px 0 100px 100px;
    font-size: 30px;
    height: 85px;
    width: 85px;
    line-height: 85px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0px;
    transform: rotate(-45deg);
}

.contact-section .contact-box figure i {
    transform: rotate(45deg);
}

.contact-section .contact-box .box-content {
    position: relative;
    padding-left: 34px;
    margin-top: 14px;
    display: inline-block;
    width: 74%;
}

.contact-section .contact-box h4 {
    font-weight: 700;
    margin-bottom: 4px;
}

.contact-section .contact-box .heading {
    margin-bottom: 4px;
}

.contact-section .contact-box p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 4px;
}

.contact-section .contact-box .box-content a {
    font-size: 15px;
    line-height: 24px;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}

.contact-section .contact-box .box-content a:hover {
    color: var(--e-global-color-secondary);
}

.contact-section .need-section {
    margin-top: -32px;
    margin-left: 30px;
}

.contact-section .need_content .faq-image {
    position: absolute;
    right: -20px;
    top: -24px;
    z-index: -1;
}

.contact-section .need_content h2 {
    margin-bottom: 26px;
}

.contact-section .need_content p {
    padding: 0 20px;
    margin-bottom: 30px;
}

.contact-section .need_content {
    box-shadow: 1px 1px 57px rgb(95 208 243 / 10%);
    border-radius: 10px;
    width: 100%;
    margin-top: 40px;
    padding: 56px 50px;
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.form_style::placeholder {
    color: var(--e-global-color-text);
}

.contact-section .need_content input {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 30px;
    padding: 16px 28px;
    margin-bottom: 20px;
    width: 100%;
    overflow: visible;
    outline: none;
}

.contact-section .need_content textarea {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 20px;
    padding: 16px 28px;
    width: 100%;
    height: 136px;
    margin-bottom: 24px;
    resize: none;
    outline: none;
    overflow: auto;
}

.contact-section .need_content .send_now {
    border: 1px solid #ffffff;
    background: transparent;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 13px 25px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-bottom: 10px;
}

.contact-section .need_content .send_now:hover {
    border: 1px solid var(--e-global-color-03);
    background: var(--e-global-color-03);
}

.contact-section .need_content .send_now .circle:before {
    font-size: 15px;
    margin-left: 16px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}

.contact_map_section {
    overflow: hidden;
    margin-bottom: -8px;
}

.contact_map_section iframe:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/*-------- BLOG PAGES ------------ */

.sub-banner .banner-section .banner_content .blog-rightcircle {
    top: -64px;
}

.blog-posts {
    padding: 120px 0 80px;
}

.blog-posts.single-post {
    background: var(--e-global-color-06);
}

.single-post01 .post-item-description,
.post-item.border>.post-item-wrap>.post-item-description {
    color: #676767;
}

.single-post01 .post-item-description h2,
.single-post01 .comments .comment .text .name,
.sidebar .widget-title,
.sidebar>h4,
.page-title h1 {
    color: #1f1f1f;
}

.color01,
.color01 a {
    color: #777;
}

.single-post01 .blockquote {
    border-left: 3px solid #676767;
}

.single-post01 .post-tags a,
.post-next span,
.post-prev span,
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.sidebar .post-thumbnail-content a,
.sidebar .widget-categories ul li a,
.sidebar .nav-tabs .nav-link,
.breadcrumb ol li a,
.breadcrumb ul li a,
.pagination .page-item:not(.disabled).active>.page-link,
.pagination .page-item:not(.disabled):active>.page-link,
.pagination .page-item:not(.disabled):focus>.page-link,
.pagination .page-item:not(.disabled):hover>.page-link,
.pagination .page-item:not(.disabled)>.page-link,
#blog .post-item.border .post-item-wrap .post-item-description a {
    color: var(--e-global-color-primary);
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.sidebar .post-thumbnail-content a:hover {
    font-size: 15px;
}

.single-post01 .post-tags a {
    border: 2px solid var(--e-global-color-05);
    color: #4c5667;
}

.single-post01 .post-tags a:hover {
    border: 2px solid;
    border-color: #145fb8 !important;
    text-decoration: none;
    color: var(--e-global-color-primary) !important;
}

.single-post01 .comments,
.single-post01 .post-navigation {
    border-top: 1px solid #eee;
}

.single-post01 .post-item-description .post-meta {
    border-bottom: 1px solid var(--e-global-color-05);
}

.single-post01 .comment .comment_date {
    color: #888;
}

.single-post01 .text .comment-reply-link,
.respond-comment span,
.single-post01 .comment_number span,
.sidebar .nav-tabs .nav-link.active,
.sidebar .widget-tweeter li a,
.sidebar .widget-twitter li a,
.sidebar .cat-count-span,
.single-post01 .post-item-description .post-meta-date:hover,
.single-post01 .post-item-description .post-meta-date a:hover,
.single-post01 .post-item-description .post-meta-category:hover,
.single-post01 .post-item-description .post-meta-category a:hover,
.single-post01 .post-item-description .post-meta-comments:hover,
.single-post01 .post-item-description .post-meta-comments a:hover,
.single-post01 .post-tags a:hover,
.post-navigation .post-prev-title:hover span,
.post-navigation .post-next-title:hover span,
.post-navigation .post-prev:hover,
.post-navigation .post-next:hover,
.single-post01 .post-navigation .post-prev:hover,
.single-post01 .post-navigation .post-next:hover,
.post-navigation .post-next:hover span,
.post-navigation .post-prev:hover span,
.sidebar .post-thumbnail-list a:hover,
.sidebar .widget-categories ul li a:hover,
#blog .post-item .post-item-description .post-meta-comments a:hover,
#blog .post-item .post-item-description>h3>a:hover,
.load-more a:hover,
#blog .post-item.border .post-item-wrap .post-item-description a:hover {
    color: var(---e-global-color-primary);
    font-size: 15px;
    line-height: 20px;
}

.form-group label:not(.error),
#blog .post-item .post-item-description>h2,
#blog .post-item .post-item-description>h2>a {
    color: #444;
}

.form-gray-fields .form-control {
    color: #333;
    background-color: rgba(238, 238, 238, .6);
}

.form-gray-fields .btn:hover,
.widget-newsletter .btn:hover {
    color: var(---e-global-color-primary);
    background: transparent;
}

.single-post01 .form-control {
    border: 1px solid #ececec;
}

.single-post01 .post-meta-share a i {
    color: var(--e-global-color-primary);
}

.sidebar .post-thumbnail-entry,
.sidebar .widget-categories ul li {
    border-bottom: 1px solid var(--e-global-color-05);
}

.sidebar .post-thumbnail-entry .post-category,
.sidebar .post-thumbnail-entry .post-date {
    color: #aaa;
}

.sidebar .widget-tweeter small,
.sidebar .widget-twitter small {
    color: #999;
}

.sidebar .tags a {
    color: #4c5667;
    border: 2px solid var(--e-global-color-05);
}

.sidebar .tags a.active,
.sidebar .tags a:active,
.sidebar .tags a:focus,
.sidebar .tags a:hover,
.form-gray-fields .btn,
.widget-newsletter .btn {
    border-color: var(---e-global-color-primary);
    background-color: var(---e-global-color-primary);
}

.single-post01 .form-gray-fields .form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.post-item.border .post-meta-category,
.load-more a {
    background-color: var(---e-global-color-primary);
}

#loader,
#loader:before,
#loader:after {
    border-top-color: #3795d2;
}

#loader-wrapper .loader-section {
    background: #222;
}

#blog .post-item.border .post-meta-category,
.sidebar .tags a.active,
.sidebar .tags a:active,
.sidebar .tags a:focus,
.sidebar .tags a:hover,
.form-gray-fields .btn,
.widget-newsletter .btn,
#blog .post-item.border .post-meta-category a:hover {
    color: var(--e-global-color-primary);
}

#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
.single-post01 .post-item-description .post-meta-category a,
#blog .post-item.border .post-item-wrap .post-item-description .post-meta-comments a,
#blog .post-item .post-item-description .post-meta-date,
#blog .post-item-description .post-meta-comments a {
    color: var(--e-global-color-text);
    font-size: 14px;
    line-height: 20px;
}

.pagination .page-item:not(.disabled).active > .page-link,
.pagination .page-item:not(.disabled):active > .page-link,
.pagination .page-item:not(.disabled):focus > .page-link,
.pagination .page-item:not(.disabled):hover > .page-link {
    background-color: #edf1f6;
    border-color: #e4e4e4;
    box-shadow: none;
}

.pagination .page-item:not(.disabled)>.page-link {
    border-color: #ececec;
}

.load-more a:hover {
    /* box-shadow:0 0 0 2px var(---e-global-color-primary); */
    background-color: var(--e-global-color-white);
    border: 2px solid var(---e-global-color-primary);
}