/*content-area start*/

.kg_content_inner .banner_wrap {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../images/banner-bg.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 170px;
    padding-bottom: 210px;
}

.kg_content_inner p,
.kg_contact_inner p {
    color: #6b6b84;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
}

.kg_content_inner a,
.kg_contact_inner a {
    color: #212529;
    text-decoration: none;
}

.kg_content_inner .banner_wrap .banner_slider.slider .slick-next {
    right: 0;
}

.kg_content_inner .banner_wrap .banner_slider.slider .slick-prev {
    left: 0px;
}

.kg_content_inner .banner_wrap .banner_slider.slider img {
    width: 100%;
}

.sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #04668d;
    font-weight: 700;
    font-size: 15px;
}

.sub-title img {
    margin-right: 5px;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.kg_content_inner .slick-dots li button {
    background: none;
    border-radius: 21px;
    border: 3px solid #04668d !important;
    background-color: white;
}

.kg_content_inner .slick-dots li.slick-active button {
    background-color: #04668d;
}

.kg_content_inner .slick-dots li button:before,
.kg_content_inner .slick-dots li.slick-active button {
    color: transparent !important;
}

.kg_content_inner .solutions-wrap .section-title,
.kg_content_inner .services-area .section-title,
.kg_content_inner .kg-testimonials .section-title {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
    max-width: 695px;
}

.kg_content_inner .solutions-wrap .section-title h2 {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-size: 44px;
}

.kg_content_inner .solutions-wrap .section-title p {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

.kg_content_inner .solutions-wrap .solutions_box {
    margin-bottom: 30px;
    padding: 50px 30px;
    border-radius: 5px;
    transition: .5s;
    border: 1px solid #f5f3f2;
    text-align: center;
}

.kg_content_inner .solutions-wrap .solutions_box h3 {
    margin-bottom: 12px;
    font-size: 24px;
}

.kg_content_inner .solutions-wrap .solutions_box .icon {
    margin-bottom: 25px;
    line-height: 1;
    font-size: 65px;
}

.kg_content_inner .solutions-wrap .solutions_box:hover .icon {
    animation: bounce 2s;
}

.kg_content_inner .solutions-wrap .solutions_box .view-details-btn {
    display: inline-block;
    color: #04668d;
    margin-top: 3px;
    position: relative;
    font-size: 16.4px;
    font-weight: 700;
}

.kg_content_inner .solutions-wrap .solutions_box:hover {
    border-color: #04668d;
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.kg_content_inner .kg-about-area .kg_about-img {
    text-align: center;
    position: relative;
    z-index: 1;
}

.kg_content_inner .kg-about-area .kg-about-content .content {
    max-width: 585px;
}

.kg_content_inner .kg-about-area .kg-about-content .content .about-list,
.kg_content_inner .our-mission-content .content .about-list {
    padding-left: 0;
    padding-bottom: 7px;
    list-style-type: none;
    overflow: hidden;
    margin: -20px -15px 30px;
}

.kg_content_inner .kg-about-area .kg-about-content .content .about-list li,
.kg_content_inner .our-mission-content .content .about-list li {
    width: 45%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    padding: 20px 15px 20px 68px;
    border-radius: 5px;
    z-index: 1;
    background-color: #fff;
    font-size: 19px;
    font-weight: 600;
}

.kg_content_inner .kg-about-area .kg-about-content .content .about-list li i,
.kg_content_inner .our-mission-content .content .about-list li i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    transition: .5s;
    background-color: #deecf4;
    font-size: 20px;
}

.kg_content_inner .kg-about-area .kg-about-content .content .about-list li:hover i,
.kg_content_inner .our-mission-content .content .about-list li:hover i {
    background-color: #04668d;
    color: #fff;
}

.kg_content_inner .our-mission-content .content {
    max-width: 585px;
    margin-left: auto;
}

.kg_content_inner .pb-100,
.kg_contact_inner .pb-100 {
    padding-bottom: 100px;
}

.kg_content_inner .pb-70,
.kg_contact_inner .pb-70 {
    padding-bottom: 70px;
}

.kg_content_inner .pt-100,
.kg_content_inner .ptb-100,
.kg_contact_inner .pt-100,
.kg_contact_inner .ptb-100 {
    padding-top: 100px;
}

.kg_contact_inner .page-title-area {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fafafa;
    padding-top: 200px;
    padding-bottom: 100px;
}

/* .kg_contact_inner .page-title-content h2 {
    font-weight: 800;
    margin-bottom: 0;
    font-size: 44px;
} */
.kg_contact_inner .page-title-content h1 {
    font-weight: 800;
    margin-bottom: 0;
    font-size: 44px;
}

.kg_contact_inner .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
}

.kg_contact_inner .page-title-content ul li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    font-size: 16.5px;
    font-weight: 700;
}

.kg_contact_inner .page-title-content ul li:before {
    color: #04668d;
    position: absolute;
    right: -18px;
    top: 8.5px;
    line-height: 1;
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
}

.kg_contact_inner .page-title-content ul li:last-child:before {
    display: none;
}

.kg_content_inner .kg-about-area .kg_about-img img {
    max-width: 100%;
}

.kg_contact_inner .contact-info-box .icon,
.kg_contact_inner .contact-info-box .icon i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.kg_contact_inner .contact-info-area {
    padding-bottom: 70px;
    padding-top: 100px;
}

.kg_contact_inner .contact-info-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 100px;
    z-index: 1;
}

.kg_contact_inner .contact-info-box .back-icon {
    position: absolute;
    right: 0;
    /*bottom: -15px;*/
    z-index: -1;
    color: #221638;
    line-height: 1;
    opacity: .04;
    font-size: 100px;
    transform: rotate(-5deg);
}

.kg_contact_inner .contact-info-box .icon {
    width: 75px;
    height: 85px;
    background-color: #f7f7f7;
    border-radius: 3px;
    text-align: center;
    font-size: 40px;
    color: #04668d;
    transition: .5s;
}

.kg_contact_inner .contact-info-box:hover .icon {
    background-color: #04668d;
    color: #fff;
}

.kg_contact_inner .contact-info-box h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.kg_contact_inner .contact-info-box p {
    margin-bottom: 3px;
}

.kg_contact_inner .section-title {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
}

.kg_contact_inner .section-title h2 {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-size: 44px;
    font-weight: 800;
}

.kg_contact_inner .section-title p {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

.kg_contact_inner .contact-image {
    margin-top: 20px;
    text-align: center;
}

.kg_contact_inner .contact-image img {
    max-width: 100%;
}

.kg_contact_inner .contact-form {
    padding: 40px;
    margin-left: 15px;
    box-shadow: 0 0 20px hsl(0deg 0% 62% / 16%);
    background-color: #fff;
}

.kg_contact_inner #contactForm .form-group {
    margin-bottom: 1rem;
}

.kg_contact_inner .contact-form form .form-group textarea.form-control {
    height: auto !important;
}

.kg_contact_inner #contactForm .form-group .form-control {
    height: 55px;
    border-radius: 0;
    color: #221638;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: .5s;
    padding: 1px 0 0 15px;
    font-size: 16px;
    font-weight: 600;
}

.kg_contact_inner #contactForm .default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background-color: #04668d;
    transition: .5s;
    border-radius: 5px;
    padding: 12px 25px 12px 50px;
    font-weight: 700;
    font-size: 16px;
}

.kg_contact_inner #contactForm .default-btn i,
.kg_about_contact .kg-about-content .content .default-btn i {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 16.5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .kg_contact_inner .contact-form {
        margin-left: 0;
        margin-top: 30px;
    }

    .kg_content_inner .kg-testimonials .kg-testimonials-slides .testimonials-item {
        padding: 110px 25px 35px !important;
    }

    .kg_content_inner .kg-testimonials .kg-testimonials-slides .testimonials-item p {
        font-size: 16px;
    }

    .kg_content_inner .kg-testimonials .kg-testimonials-slides .testimonials-item:after {
        top: -15px !important;
        font-size: 110px !important;
    }

    .kg_content_inner .kg-testimonials .kg-testimonials-slides .testimonials-item:before {
        height: 92% !important;
    }

    .kg_content_inner .kg-about-area .kg-about-content,
    .kg_content_inner .our-mission-content {
        text-align: center;
        margin-top: 35px;
    }

    .kg_content_inner .kg-about-area.about-2 .row .col-lg-6:nth-child(2) {
        order: 1;
    }

    .kg_content_inner .kg-about-area.about-2 .row .col-lg-6:nth-child(1) {
        order: 2;
    }

    .kg_content_inner .kg-about-area .kg-about-content .content,
    .kg_content_inner .our-mission-content .content {
        margin-left: auto;
        margin-right: auto;
    }

    .kg_contact_inner .section-title h2 {
        font-size: 35px;
    }

    .kg_contact_inner .contact-info-box h3 {
        font-size: 22px;
    }

    .kg_contact_inner .page-title-content h2 {
        font-size: 40px;
    }

    .page-title-content,
    .kg_content_inner .kg-testimonials .kg-testimonials-slides .owl-carousel .owl-nav {
        text-align: center;
    }

    .kg_content_inner .kg-testimonials .kg-testimonials-slides .owl-carousel .owl-nav .owl-next,
    .kg_content_inner .kg-testimonials .kg-testimonials-slides .owl-carousel .owl-nav .owl-prev {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        transform: unset;
        right: 0 !important;
        margin-left: 5px;
        margin-right: 5px;
    }

    .kg_about_contact .kg-about-content .content {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .kg_content_inner .kg-about-area .kg-about-content .content .about-list li,
    .kg_content_inner .our-mission-content .content .about-list li {
        width: 50% !important;
    }

    .kg_content_inner .kg-about-area .kg-about-content .content .about-list,
    .kg_content_inner .our-mission-content .content .about-list {
        padding: 0 10px 10px;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {

    body,
    p {
        font-size: 15px;
    }

    .kg_content_inner .kg-about-area .kg-about-content .content,
    .kg_content_inner .our-mission-content .content {
        max-width: 100%;
    }

    .kg_contact_inner .contact-form {
        padding: 25px 20px;
        margin-left: 0;
        margin-top: 30px;
    }

    .kg_contact_inner .section-title h2 {
        font-size: 27px;
    }

    .kg_contact_inner .contact-info-box h3 {
        font-size: 20px;
    }

    .kg_contact_inner .page-title-content h2 {
        font-size: 28px;
    }

    .page-title-content {
        text-align: center;
    }

    .kg_contact_inner .page-title-area {
        padding-top: 230px;
        padding-bottom: 25px;
    }

    .kg_content_inner .kg-about-area .kg-about-content .content .about-list li,
    .kg_content_inner .our-mission-content .content .about-list li {
        width: 100%;
        margin-top: 20px;
        padding-left: 63px;
        font-size: 16px;
        margin-left: 0;
        margin-right: 0;
    }

    .kg_content_inner .kg-about-area .kg-about-content,
    .kg_content_inner .our-mission-content {
        text-align: center;
        margin-top: 35px;
    }

    .kg_content_inner .services-area.help-wrap .kg-services-item-box .icon img {
        width: 55px;
    }

    .kg_content_inner .services-area.help-wrap .kg-services-item-box h3 {
        font-size: 17px;
    }

    .kg_content_inner .services-area.help-wrap .kg-services-item-box p {
        font-size: 14px;
    }

    .kg_content_inner .section-title p {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
    }

    .kg_content_inner .kg-project-start-area .circle-shape1 {
        display: none;
    }

    .kg_content_inner .kg-project-start-area .project-start-content h2 {
        font-size: 27px !important;
        margin-bottom: 12px !important;
    }

    .kg_content_inner .kg-testimonials .kg-testimonials-slides .owl-carousel .owl-nav {
        text-align: center;
    }

    .kg_content_inner .kg-testimonials .kg-testimonials-slides .owl-carousel .owl-nav .owl-next,
    .kg_content_inner .kg-testimonials .kg-testimonials-slides .owl-carousel .owl-nav .owl-prev {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        transform: unset;
        right: 0 !important;
        margin-left: 5px;
        margin-right: 5px;
    }

    .kg_content_inner .kg-project-start-area .project-start-content {
        text-align: center;
        margin-top: 30px;
    }
}

.kg_content_inner section.services-area.help-wrap {
    background-color: #f1f8fb;
}

.kg_content_inner .services-area.help-wrap .kg-services-item-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 45px 30px;
    border-radius: 5px;
}

.kg_content_inner .services-area.help-wrap .kg-services-item-box .icon {
    margin-bottom: 25px;
}

.services-area .team_wrap_box {
    text-align: center;
    margin-bottom: 30px;
    transition: .5s;
}

.services-area .team_wrap_box .image {
    position: relative;
}

.services-area .team_wrap_box .image img {
    max-width: 100%;
    height: auto;
}

.services-area .image .social {
    padding-left: 0;
    list-style-type: none;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
}

.services-area .image .social li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.services-area .image .social li a {
    display: block;
    background-color: #fff;
    border: 1.2px solid #ece4da;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 37px;
    color: #6b6b84;
}

.services-area .team_wrap_box:hover .image .social {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.services-area .team_content {
    margin-top: 25px;
    border-radius: 0 0 5px 5px;
}

.services-area .team_content h3 {
    margin-bottom: 5px;
    font-size: 23px;
}

.services-area .team_content span {
    color: #04668d;
    font-size: 16px;
    font-weight: 600;
}

.services-area .image .social li a i {
    padding: 8px;
}

.services-area .image .social li a:hover {
    background-color: #04668d;
    border-color: #04668d;
    color: #fff;
}

.kg_content_inner .projects-area {
    background-image: url(../images/black-bg.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.kg_content_inner .projects-area h2,
.kg_content_inner .projects-area p {
    color: #fff;
}

.kg_content_inner .projects-area .kg-projects-box .image {
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
}

/*.kg_content_inner .projects-area .kg-projects-box .image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ff5d22;
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}*/
.kg_content_inner .projects-area .kg-projects-box {
    margin-bottom: 30px;
    background-color: #fafafb;
    border-radius: 5px;
    text-align: center;
}

.kg_content_inner .projects-area .kg-projects-box .image img {
    max-width: 100%;
}

.kg_content_inner .projects-area .kg-projects-box .image .link-btn {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 45px;
    height: 45px;
    line-height: 52.5px;
    text-align: center;
    z-index: 2;
    background-color: #fff;
    border-radius: 50%;
    font-size: 30px;
    color: #04668d;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.kg_content_inner .projects-area .kg-projects-box .image img {
    border-radius: 5px 5px 0 0;
    transition: .5s;
}

.kg_content_inner .projects-area .kg-projects-box .image .link-btn i {
    padding: 7px;
}

.kg_content_inner .projects-area .kg-projects-box .content {
    border-radius: 0 0 5px 5px;
    padding: 25px;
}

.kg_content_inner .projects-area .kg-projects-box .image {
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
}

.kg_content_inner .projects-area .kg-projects-box:hover .image:before {
    margin: 10px;
    opacity: 1;
    visibility: visible;
}

/*.kg_content_inner .projects-area .kg-projects-box:hover .image img {
    transform: scale(1.3) rotate(5deg);
}*/
.kg_content_inner .projects-area .kg-projects-box:hover .image .link-btn {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.kg_content_inner .kg-testimonials {
    background-color: #f1f8fb;
}

.kg_content_inner .kg-testimonials .kg-testimonials-slides .testimonials-item p {
    margin-bottom: 0;
    font-size: 18px;
}

.kg_content_inner .kg-testimonials .kg-testimonials-slides .testimonials-item .kg-client-info {
    margin-top: 25px;
}

.kg_content_inner .kg-testimonials .kg-testimonials-slides .testimonials-item {
    margin-bottom: 30px;
    background-color: transparent;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 130px 50px 50px;
    text-align: center;
}

.kg_content_inner .kg-testimonials .kg-testimonials-slides .testimonials-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    height: 87%;
    border-radius: 5px;
    right: 0;
}

.kg_content_inner .kg-testimonials .kg-testimonials-slides .testimonials-item .kg-client-info img {
    width: 50px !important;
    height: 50px;
    display: inline-block !important;
    border-radius: 50%;
}

.kg_content_inner .kg-testimonials .kg-testimonials-slides .testimonials-item:after {
    content: "\f10e";
    position: absolute;
    left: 0;
    color: #221638;
    top: -20px;
    line-height: 1;
    z-index: -1;
    right: 0;
    opacity: .05;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 150px;
    vertical-align: middle;
    padding-left: 2px;
}

.kg_content_inner .kg-testimonials .kg-testimonials-slides .owl-carousel .owl-nav .owl-next,
.kg_content_inner .kg-testimonials .kg-testimonials-slides .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    width: 40px;
    top: -10px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #221638;
    border: 1px solid #eae2d7;
    line-height: 40px;
    transition: .5s;
    padding: 0;
    font-size: 0px;
}

.kg_content_inner .kg-testimonials .kg-testimonials-slides .testimonials-item .kg-client-info .title {
    text-align: left;
    margin-left: 15px;
}

.kg_content_inner .kg-testimonials .kg-testimonials-slides .testimonials-item .kg-client-info .title h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

.kg_content_inner .kg-testimonials .kg-testimonials-slides .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.kg_content_inner .kg-testimonials .kg-testimonials-slides .owl-carousel .owl-nav .owl-next>span:after,
.kg_content_inner .kg-testimonials .kg-testimonials-slides .owl-carousel .owl-nav .owl-prev>span:after {
    content: "\f105";
    color: #221638;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    vertical-align: middle;
}

.kg_content_inner .kg-testimonials .kg-testimonials-slides .owl-carousel .owl-nav .owl-prev>span:after {
    content: "\f104";
}

.kg_content_inner .kg-testimonials .testimonials-view-btn {
    margin-top: 25px;
}

.kg_content_inner .kg-testimonials .testimonials-view-btn .default-btn {
    background-color: transparent;
    color: #04668d;
    border: 1px solid #eae1d6;
    margin-bottom: -7px;
}

.kg_content_inner .default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background-color: #04668d;
    transition: .5s;
    border-radius: 5px;
    padding: 12px 25px 12px 50px;
    font-weight: 700;
    font-size: 16px;
}

.kg_content_inner .testimonials-view-btn .default-btn:hover {
    color: #fff;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    transform: translateY(-5px);
    border-color: #04668d;
    background-color: #04668d !important;
}

.kg_content_inner .default-btn i {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 16.5px;
}

.kg_content_inner .kg-project-start-area {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}

.kg_content_inner .kg-project-start-area .circle-shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.kg_content_inner .kg-project-start-area .project-start-image {
    text-align: center;
}

.kg_content_inner .kg-project-start-area .project-start-content h2 {
    margin-bottom: 15px;
    font-size: 44px;
}

.kg_content_inner .kg-project-start-area .project-start-image img {
    width: 100%;
}

.kg_about_contact .kg-about-content .content {
    max-width: 585px;
}

.kg_about_contact .kg-about-content .content .kg-features-list li {
    width: 45%;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    float: left;
    display: block;
    border: 1px solid #f0eae2;
    border-radius: 5px;
    padding: 20px 20px 20px 95px;
    position: relative;
    background-color: #fff;
    transition: .5s;
}

.kg_about_contact .kg-about-content .content .kg-features-list li img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.kg_about_contact .kg-about-content .content .kg-features-list li h3 {
    margin-bottom: 3px;
    font-size: 25px;
}

.kg_about_contact .kg-about-content .content p:last-child {
    margin-bottom: 0;
}

.kg_about_contact .kg-about-content .content .kg-features-list {
    padding-left: 0;
    list-style-type: none;
    display: block;
    margin: -20px -15px 25px;
    overflow: hidden;
}

.kg_about_contact .kg-about-content .content .kg-features-list li:hover {
    border-color: #04668d;
}

.kg_about_contact .kg-how-its-work .kg-how-its-work-content .kg-inner-box {
    margin-top: 35px;
}

.kg_about_contact .kg-how-its-work .kg-how-its-work-content .kg-inner-box .single-item {
    position: relative;
    z-index: 1;
    padding-left: 100px;
    padding-bottom: 30px;
}

.kg_about_contact .kg-how-its-work .kg-how-its-work-content .kg-inner-box .single-item:before {
    content: "";
    position: absolute;
    top: 1px;
    width: 1px;
    height: 100%;
    background-color: #04668d;
    z-index: -1;
    left: 40px;
}

.kg_about_contact .kg-how-its-work .kg-how-its-work-content .kg-inner-box .single-item .count-box {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 8px;
    top: 8px;
    line-height: 65px;
    text-align: center;
    color: #04668d;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 0 7px #edf1fe;
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
}

.kg_about_contact .kg-how-its-work .kg-how-its-work-content .kg-inner-box .single-item h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.kg_about_contact .kg-how-its-work .kg-how-its-work-content .kg-inner-box .single-item:after {
    content: "\f078";
    position: absolute;
    left: 34px;
    color: #04668d;
    bottom: 10px;
    animation: fade-down 1.5s linear infinite;
    font-size: 30px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    vertical-align: middle;
}

.kg_about_contact .kg-how-its-work .kg-how-its-work-content .kg-inner-box .single-item:last-child:after,
.kg_about_contact .kg-how-its-work .kg-how-its-work-content .kg-inner-box .single-item:last-child:before {
    display: none;
}

@keyframes fade-down {
    from {
        opacity: 0;
        -webkit-transform: translatey(-25px);
        -moz-transform: translatey(-25px);
        -o-transform: translatey(-25px);
        transform: translatey(-25px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

.kg_about_contact .about-text .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
}

.kg_about_contact .about-text .features-list li {
    position: relative;
    margin-bottom: 12px;
    color: #6b6b84;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 30px;
}

.kg_about_contact .about-text .features-list li i {
    font-size: 9px;
    color: #221638;
    background-color: #eaeaf2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    transition: .5s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.kg_about_contact .contact-area {
    position: relative;
    z-index: 1;
}

.kg_about_contact .contact-area .about-inner-area {
    margin-top: 100px;
}

.kg_about_contact .circle-shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-text .features-list li:hover i {
    background-color: #04668d;
    color: #fff;
}

/* .kg_top_header.fixed-header .navbar .navbar-brand img {
    width: 100px;
} */

/*content-area end*/


.kg-cursor-pointer {
    cursor: pointer !important;
}
#kgpreloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* page background color */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Hide animation */
#kgpreloader.hidden {
  opacity: 0;
  visibility: hidden;
}

/* Loader image */
#kgpreloader img {
  max-width: 300px; /* adjust size */
  height: auto;
}
