/* ===================================
    Table of Content
====================================== */

/*  - Google Fonts
    - General
    - Header And Navigation
    - Banner
    - Services
    - Portfolio
    - Reviews
    - Counter
    - Contact
    - Scroll Top
    - Loader
    - StandAlone
    - Media Queries   */

/* ===================================
    Google font
====================================== */

.main-font {
    font-family: 'Montserrat', sans-serif;
}

.alt-font {
    font-family: "Open Sans", sans-serif;
}

/* ===================================
    Scrollbar
====================================== */

/* ::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    width: 12px;
    background: #ffffff;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #34ac54;
    width: 0;
    height: 25%;
} */

/* ===================================
    General
====================================== */

/* body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #202020;
    font-weight: normal;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden
} */

a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
    position: relative;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
    font-family: "Open Sans", sans-serif;
}

.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: #202020;
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 16px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote>cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

section {
    padding: 7.5rem 0;
}

.padding-bottom {
    padding-bottom: 7.5rem;
}

.padding-top {
    padding-top: 7.5rem;
}

/* Transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* Overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Opacity */
.opacity-full {
    opacity: 1;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 12px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 1.8em;
}

.btn.btn-medium {
    font-size: 16px;
    padding: 14px 36px;
    line-height: 1.8em
}

.btn.btn-large {
    font-size: 16px;
    padding: 8px 35px;
    ;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 10px;
}

/* Green Button */
.btn.btn-green {
    background: #34ac54;
    border-color: #34ac54;
    color: #ffffff
}

.btn.btn-green:hover {
    background: #ffffff !important;
    border-color: #34ac54;
    color: #34ac54 !important
}

/* White Button */
.btn.btn-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

.btn.btn-white:hover {
    background: #34ac54 !important;
    border-color: #34ac54;
    color: #ffffff !important
}

/* Background Color */
.bg-black {
    background-color: #202020;
}

.bg-white {
    background-color: #ffffff;
}

.bg-green {
    background-color: #34ac54;
}

/* Text Color */
.text-black {
    color: #202020;
}

.text-white {
    color: #ffffff;
}

.text-green {
    color: #34ac54;
}

/* Icon Text Hover */
.facebook-text-hvr:hover {
    color: #4267B2 !important;
}

.twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}

.instagram-text-hvr:hover {
    color: #C32AA3 !important;
}

.linkedin-text-hvr:hover {
    color: #0077B5 !important;
}

.pinterest-text-hvr:hover {
    color: #BD081C !important;
}

.google-text-hvr:hover {
    color: #DB4437 !important;
}

.rounded-75 {
    border-radius: 0.75rem;
}

/* ===================================
   Banner
====================================== */

.banner-area {
    background-image: url("../images/banner.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.center-content {
    height: 100vh;
    align-items: center;
}

.banner-area .green-box {
    background: #34ac54;
    padding: 200px 0;
    width: 75%;
    margin-left: auto;
    position: relative;
}

.banner-area .box-content {
    top: 50%;
    left: 0;
    width: 154%;
    max-width: 154%;
    text-align: right;
    position: absolute;
    text-transform: capitalize;
    transform: translate(-45%, -50%);
}

.box-content h1 {
    padding: 15px;
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
    background: #202020;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.banner-area .button {
    font-size: 16px;
    margin-top: 20px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
}

.banner-area .button i {
    font-size: 16px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: .5s ease;
    margin-right: 8px;
}

.banner-area .button:hover i {
    background: #202020;
    color: #ffffff;
    transition: .5s ease;
    border-color: #202020;
}

/*=================================
    Services Section
===================================*/

.services-sec .services-boxes {
    display: block;
    padding: 45px;
}

.service-card .title {
    font-size: 24px;
    color: #202020;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.service-card .text {
    font-size: 16px;
    color: #202020;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

.services-sec .image-holder {
    padding-bottom: 120px;
}

.services-sec .services-boxes .service-card {
    width: 43%;
    float: left;
    margin-top: 180px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.services-sec .services-boxes .service-card:first-child {
    margin-top: 0;
}

.services-sec .services-boxes .service-card .icon-holder {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    color: #000000;
    transition: .5s ease;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#34ac54), color-stop(50%, #34ac54), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #34ac54, #34ac54 50%, #000000 50%);
}

.services-sec .services-boxes .service-card:hover .icon-holder {
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
}

.services-sec .services-boxes .service-card.right:hover .icon-holder {
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
}

.services-sec .services-boxes .service-card .icon-holder i {
    font-size: 100px;
}

.services-sec .services-boxes .service-card.left.icon-right {
    width: 52%;
}

.services-sec .services-boxes .service-card.left {
    float: left;
    clear: left;
}

.services-sec .services-boxes .service-card.right {
    margin-top: 40px;
    margin-bottom: 40px;
    float: right;
    clear: right;
    width: 32%;
}

.services-sec .services-boxes .service-card .text {
    margin-bottom: 0;
}

.services-sec .services-boxes .service-card.right .icon-holder {
    margin-bottom: 20px;
}

.services-sec .heading-area {
    z-index: 11;
    position: relative;
    /* transform: translate(24%, 80%); */
}

.services-sec .heading {
    display: inline-block;
    font-size: 42px;
    color: #202020;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.services-sec .heading span {
    color: #ffffff;
    padding: 5px 10px;
    background: #34ac54;
    display: inline;
}

.services-sec .para_text {
    z-index: 11;
    position: relative;
    /* transform: translate(24%, 50%); */
    color: #202020;
    width: 95%;
    /* margin-left: 10%; */
}

/* ===================================
    Portfolio Section
====================================== */

.portfolio {
    padding: 0;
}

.project-sec {
    position: relative;
}

.project-sec .row {
    margin: 0 !important;
}

.project-sec .project-area {
    position: relative;
}

.project-sec .project-area .project-img {
    height: 100vh;
}

.project-sec .project-area .project-img img {
    height: 100%;
    width: 100%;
}

.project-sec .project-area .project-detail {
    bottom: 0;
    left: 50%;
    color: #ffffff;
    position: absolute;

}

.project-sec .project-area .project-detail .project-heading {
    font-size: 36px;
    padding: 16px 8px;
    color: #ffffff;
    width: 130%;
    text-align: left;
    font-weight: 500;
    background: #34ac54;
    max-width: 130%;
    position: relative;
    text-transform: capitalize;
    transform: translateX(-28%);
    font-family: 'Montserrat', sans-serif;
}

.project-sec .project-area .project-detail .project-text {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    margin: 30px 0;
}

.project-sec .project-links-left {
    position: absolute;
    top: 50%;
    left: 8%;
    z-index: 1;
    cursor: pointer;
}

.project-sec .project-links-right {
    position: absolute;
    top: 50%;
    right: 3%;
    z-index: 1111;
    cursor: pointer;
}

.project-sec .project-links-left a i {
    color: #202020;
    font-size: 48px;
    transition: .5s ease;
}

.project-sec .project-links-right a i {
    color: #202020;
    font-size: 48px;
    transition: .5s ease;
}

.project-sec .project-links-right a:hover i,
.project-sec .project-links-left a:hover i {
    color: #34ac54;
}

.project-sec .owl-item.active .project-area .project-detail .animate-fade {
    animation: 1.5s fadeInUp;
    margin: auto;
}

.animate-fade a {
    cursor: pointer;
}

.black-box {
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    padding: 75px 30px;
}

/* ===================================
    Reviews Section
====================================== */

.reviews-sec .heading-area {
    z-index: 11;
    top: 50%;
    left: 20%;
    position: relative;
    transform: translate(0, -50%);
}

.reviews-sec .heading {
    display: inline-block;
    font-size: 60px;
    color: #202020;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.reviews-sec .heading span {
    padding: 5px 50px 5px 10px;
    color: #ffffff;
    background: #34ac54;
}

.reviews-sec .item {
    padding-top: 80px;
}

.client-img-holder {
    height: 100px;
    width: 100px;
    z-index: 11;
}

.reviews-sec .reviews-carousel .item h5 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 10px 0;
    color: #202020;
    font-family: "Open Sans", sans-serif;
}

.reviews-sec .reviews-carousel .item p {
    font-size: 16px;
    font-weight: normal;
    color: #202020;
    font-family: "Open Sans", sans-serif;
}

.reviews-sec .reviews-carousel .item .text {
    font-size: 16px;
    color: #202020;
    line-height: 1.8;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

.reviews-sec .icon-holder {
    display: block;
    margin-bottom: 50px;
}

.reviews-sec .icon-holder i {
    color: #34ac54;
    font-size: 32px;
    font-style: italic;
}

/* ===================================
    Counters Section
====================================== */

.counters .green-box {
    width: 60%;
    background: #34ac54;
    padding: 80px 40px;
    position: relative;
}

.counters .box-content h1 {
    top: 50%;
    left: 0;
    margin: 20px 0;
    width: 180%;
    max-width: 180%;
    text-transform: capitalize;
}

.counters .box-content h1 {
    font-size: 60px;
    width: auto;
    padding: 0;
    color: #ffffff;
    font-weight: 500;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
}

.counters .box-content h4 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

.counters .box-content p {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

.counters .counter {
    margin: 50px 15px;
    text-align: center;
    display: inline-block;
}

.counters .counter h5 {
    color: #ffffff;
    padding: 5px 0;
    font-size: 42px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.counters .counter p {
    font-size: 16px;
    color: #ffffff;
    padding: 0 20px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

/* ===================================
   Contact
====================================== */

.contactsec .contact-form input {
    color: #040608;
    font-size: 16px;
    height: 40px;
    padding: 25px 0;
    background: transparent;
}

.contactsec .heading-area {
    margin: 20px 0 40px 0;
}

.contactsec .heading {
    display: inline-block;
    font-size: 60px;
    color: #202020;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.contactsec .heading span {
    padding: 5px 20px;
    color: #ffffff;
    background: #34ac54;
}

.contactsec p {
    font-size: 16px;
    color: #202020;
    font-weight: normal;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
}

.contactsec .contact-form .form-control {
    border: none;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(000, 000, 000, 0.2);
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #464646 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #464646 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #464646 !important;
}

.contactsec .contact-form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #34ac54;
}

.contactsec .contact-form input::placeholder,
.contactsec .contact-form textarea::placeholder {
    color: #ffffff;
    font-size: 14px;
}

.contactsec .contact-form textarea {
    padding-top: 20px;
    height: 150px;
    color: #040608;
    font-size: 16px;
    resize: none;
    background: transparent;
    margin-bottom: 40px;
}

.contactsec .contact-form .purple-btn {
    margin-top: 15px;
}

.contact_btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-form {
    display: flex;
    justify-content: center;
}

/*contact details*/
.contactsec .contact-background {
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contactsec .contact-details ul {
    display: table;
    margin: 0;
}

.contactsec .contact-details ul li {
    color: #202020;
    list-style: none;
    margin-bottom: 25px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

.contactsec .contact-details ul li span {
    display: inline-block;
    padding-right: 30px;
}

.contactsec .contact-details ul li span:last-child {
    padding-right: 0;
}

.contactsec .contact-details ul li i {
    font-size: 34px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #040608;
}

.contactsec .btn.btn-trans {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.contactsec .btn.btn-trans {
    background: #202020;
    border-color: #202020;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    font-weight: 600;
}

.contactsec .btn.btn-trans:hover {
    background: #34ac54 !important;
    border-color: #34ac54;
    color: #ffffff !important
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #34ac54;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: bounceInDown 2s;
    animation: bounceInDown 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #202020;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover,
.go-top:focus {
    color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* ===================================
   Loader
====================================== */

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111;
    background: #ffffff;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot-container {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    filter: url('#goo');
    animation: rotate-move 2s ease-in-out infinite;
}

.dot {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #34ac54;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dot-3 {
    background-color: #34ac54;
    animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
    background-color: #34ac54;
    animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
    background-color: #34ac54;
    animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
    20% {
        transform: scale(1)
    }

    45% {
        transform: translateY(-18px) scale(.45)
    }

    60% {
        transform: translateY(-90px) scale(.45)
    }

    80% {
        transform: translateY(-90px) scale(.45)
    }

    100% {
        transform: translateY(0px) scale(1)
    }
}

@keyframes dot-2-move {
    20% {
        transform: scale(1)
    }

    45% {
        transform: translate(-16px, 12px) scale(.45)
    }

    60% {
        transform: translate(-80px, 60px) scale(.45)
    }

    80% {
        transform: translate(-80px, 60px) scale(.45)
    }

    100% {
        transform: translateY(0px) scale(1)
    }
}

@keyframes dot-1-move {
    20% {
        transform: scale(1)
    }

    45% {
        transform: translate(16px, 12px) scale(.45)
    }

    60% {
        transform: translate(80px, 60px) scale(.45)
    }

    80% {
        transform: translate(80px, 60px) scale(.45)
    }

    100% {
        transform: translateY(0px) scale(1)
    }
}

@keyframes rotate-move {
    55% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    80% {
        transform: translate(-50%, -50%) rotate(360deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes index {

    0%,
    100% {
        z-index: 3
    }

    33.3% {
        z-index: 2
    }

    66.6% {
        z-index: 1
    }
}

/* ===================================
    Start StandAlone
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 5rem;
}

.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des,
.standalone-row:nth-child(4) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #34ac54;
}

.standalone-area .sub-heading {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 16px;
    color: #34ac54;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 60px;
    color: #202020;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.standalone-detail .para_text {
    font-family: "Open Sans", sans-serif;
    color: #202020;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    line-height: 28px;
}

.standalone-detail {
    padding-bottom: 100px;
}

.standalone-area .heading-text {
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-size: 48px;
    color: #202020;
}

.standalone-area .stand-img-des .para_text {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #202020;
    line-height: 28px;
}

.page-title {
    position: relative;
    text-align: center;
    padding: 250px 0 150px 0;
    background: url("../images/standalone.jpg");
    background-size: cover;
    background-position: top center;
}

.stand-banner .green-box {
    background: #34ac54;
    padding: 200px 0;
    width: 75%;
    margin-left: auto;
    position: relative;
}

.stand-banner .box-content {
    top: 50%;
    left: 0;
    width: 154%;
    max-width: 154%;
    text-align: right;
    position: absolute;
    text-transform: uppercase;
    transform: translate(-45%, -50%);
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 4rem;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.page-breadcrumb {
    position: relative;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f101";
    right: -5px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-breadcrumb li a {
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a .icon {
    margin-right: 4px;
    color: #ffffff;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

.standalone-footer {
    padding: 5rem 0;
}

.footer-social.stand {
    text-align: center;
    margin-bottom: 15px;
}

.standalone-footer .social-icons-simple li a {
    color: #ffffff;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.standalone-footer .social-icons-simple li a:hover {
    background-color: #34ac54;
}

/* ===================================
   Media Queries
====================================== */

@media (max-width: 1200px) and (min-width: 992px) {

    /* Nav-Bar */
    .nav-social .social-icons-simple,
    .c-links {
        display: none !important;
    }

    .sidemenu_btn {
        right: -30px;
    }

    .side-menu {
        width: 50%;
    }

    /* Banner */
    .banner-area .box-content h1 {
        font-size: 60px;
    }

    /* Services */
    .services-sec .heading {
        font-size: 60px;
    }

    /* Portfolio */
    .project-sec .project-area .project-img {
        height: auto;
    }

    .project-sec .project-area .project-detail {
        position: relative;
        transform: translateY(0%);
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .project-sec .project-links-right a i,
    .project-sec .project-links-left a i {
        display: none;
    }

    .project-sec .project-area .project-detail .project-heading {
        padding: 16px 8px;
        width: 100%;
        max-width: 100%;
        transform: translateX(0);
    }

    .black-box {
        padding: 50px 30px;
        text-align: center;
    }

    .project-sec .project-area .project-detail {
        left: 0;
    }

    /* Counters */
    .counters .box-content h1 {
        font-size: 60px;
    }

    .counters .box-content h4 {
        font-size: 22px;
    }

    /* Contact */
    .contactsec .heading {
        font-size: 58px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {

    body {
        text-align: center;
    }

    /* Nav-Bar */
    .nav-social .social-icons-simple {
        display: none;
    }

    header a.logo img {
        max-width: 70px;
    }

    .sidemenu_btn {
        right: 0;
    }

    /* Side Menu */
    .side-menu {
        width: 60%;
    }

    /* Banner */
    .banner-area .green-box {
        width: 100%;
    }

    .banner-area .box-content h1 {
        font-size: 56px;
    }

    .banner-area .box-content {
        left: 50%;
        width: 90%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    /* Services */
    .services-sec .heading {
        font-size: 60px;
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    .services-sec .heading-area {
        transform: translate(0);
    }

    .services-sec .services-boxes {
        padding: 0 33px;
        width: 60%;
        margin: auto;
    }

    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }

    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }

    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }

    /* Portfolio */
    .project-sec .project-area .project-img {
        height: auto;
    }

    .project-sec .project-area .project-detail {
        position: relative;
        transform: translateY(0%);
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .project-sec .project-area .project-detail .project-heading {
        font-size: 24px;
    }

    .project-sec .project-links-right a i,
    .project-sec .project-links-left a i {
        display: none;
    }

    .project-sec .project-area .project-detail .project-heading {
        font-size: 28px;
        padding: 16px 8px;
        width: 100%;
        max-width: 100%;
        transform: translateX(0);
    }

    .black-box {
        padding: 50px 30px;
        width: 80%;
        margin: 0 auto;
    }

    .project-sec .project-area .project-detail {
        left: 0;
    }

    /* Reviews */
    .reviews-sec .heading {
        font-size: 60px;
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    .reviews-sec .heading-area {
        top: 0;
        width: 60%;
        margin: 0 auto;
        transform: translate(0);
    }

    .client-img-holder {
        margin: 0 auto;
    }

    .reviews-sec .icon-holder {
        margin: 30px 0;
    }

    .reviews-sec .heading span {
        padding: 5px 10px 5px 10px;
    }

    /* Counters */
    .counters .box-content h1 {
        font-size: 60px;
        width: 100%;
    }

    .counters .box-content h4 {
        font-size: 22px;
    }

    .counters .green-box {
        width: 100%;
        margin-bottom: 40px;
        padding: 60px 25px;
    }

    /* Contact */
    .contactsec .heading {
        font-size: 46px;
        padding-bottom: 40px;
        width: 75%;
        margin: 0 auto;
    }

    .contactsec .heading span {
        display: inline-block !important;
    }

    .contactsec .heading-area {
        margin: 0;
    }

    .contact-form {
        margin-top: 40px;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-area .gradient-text1 {
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des,
    .standalone-row:nth-child(4) .stand-img-des {
        padding-left: 0;
        padding-right: 30px;
    }

    .standalone-row:nth-child(2) {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .para_text {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {

    body {
        text-align: center;
    }

    section {
        padding: 5rem 0;
    }

    /* Nav-Bar */
    .nav-social .social-icons-simple {
        display: none;
    }

    header a.logo img {
        max-width: 70px;
    }

    .sidemenu_btn {
        right: 0;
    }

    .navbar-top-default,
    .header-appear .navbar-top-default {
        height: 80px;
    }

    /* Side Menu */
    .side-menu {
        width: 100%;
    }

    .side-menu p {
        font-size: 14px;
    }

    .side-menu .inner-wrapper {
        padding: 3.5rem 4rem;
    }

    /* Banner */
    .banner-area .green-box {
        width: 100%;
    }

    .banner-area .box-content h1 {
        font-size: 36px;
    }

    .banner-area .box-content {
        left: 50%;
        width: 90%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .banner-area .green-box {
        padding: 170px 0;
    }

    .banner-area .button {
        font-size: 16px;
    }

    .banner-area .button i {
        font-size: 16px;
    }

    /* Services */
    .services-sec .heading {
        font-size: 46px;
        width: 100%;
        padding-bottom: 40px;
    }

    .services-sec .heading-area {
        transform: translate(0);
    }

    .services-sec .services-boxes {
        width: 100%;
    }

    .services-sec .services-boxes {
        padding: 0 30px;
    }

    .service-card .text {
        font-size: 16px;
    }

    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }

    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }

    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }

    /* Portfolio */
    .project-sec .project-area .project-detail .project-heading {
        font-size: 28px;
    }

    .project-sec .project-area .project-detail .project-text {
        font-size: 16px;
        color: #202020;
    }

    .project-sec .project-area .project-img {
        height: auto;
    }

    .project-sec .project-area .project-detail {
        position: relative;
        transform: translateY(0%);
    }

    .project-sec .project-area .project-detail .project-heading {
        font-size: 28px;
        padding: 16px 8px;
        width: 100%;
        max-width: 100%;
        color: #202020;
        background: transparent;
        transform: translateX(0);
    }

    .project-sec .btn.btn-white {
        color: #202020;
        border-color: #202020
    }

    .btn.btn-medium {
        font-size: 14px;
    }

    .black-box {
        padding: 50px 30px;
        background: transparent;
    }

    .portfolio {
        padding-top: 0;
    }

    .project-sec .project-area .project-detail {
        left: 0;
    }

    .project-sec .project-links-right a i,
    .project-sec .project-links-left a i {
        display: none;
    }

    .project-sec .owl-item.active .project-area .project-detail .animate-fade {
        animation: none;
    }

    /* Reviews */
    .reviews-sec .heading {
        font-size: 46px;
        width: 100%;
        padding-bottom: 40px;
    }

    .reviews-sec .heading-area {
        top: 0;
        transform: translate(0);
    }

    .reviews-sec .heading span {
        padding: 5px 10px 5px 10px;
    }

    .client-img-holder {
        margin: 0 auto;
    }

    .reviews-sec .icon-holder {
        margin: 30px 0;
    }

    .reviews-sec .reviews-carousel .item .text {
        font-size: 16px;
    }

    /* Counters */
    .counters .box-content h1 {
        font-size: 36px;
        width: 100%;
    }

    .counters .box-content h4 {
        font-size: 16px;
    }

    .counters .counter {
        margin: 40px 0;
    }

    .counters .green-box {
        width: 100%;
        padding: 60px 25px;
    }

    .counters .box-content p {
        font-size: 16px;
    }

    /* Contact */
    .contactsec .heading {
        font-size: 46px;
        width: 100%;
        padding-bottom: 40px;
    }

    .contactsec .heading-area {
        margin: 0;
    }

    .contact-form {
        margin-top: 40px;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-detail .heading {
        font-size: 42px;
    }

    .standalone-detail .para_text {
        font-size: 16px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des,
    .standalone-row:nth-child(4) .stand-img-des {
        padding-left: 0;
        padding-right: 30px;
    }

    .standalone-row:nth-child(2) {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .page-title h2 {
        font-size: 2.5rem;
    }

    .standalone-area .heading-text {
        font-size: 30px;
    }

    .standalone-area .stand-img-des .para_text {
        font-size: 16px;
    }

    .stand-banner .box-content {
        left: 50%;
        width: 90%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .stand-banner .green-box {
        padding: 170px 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575.98px) {
    .box-content h1 {
        font-size: 32px !important;
    }
}


/* ===================================
   About
====================================== */
.main-title {
    position: relative;
    margin-bottom: 6rem;
    text-align: center;
}
.main-title h5 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    margin-bottom: 1.1rem;
    color: #212622;
}
.main-title h2 {
    font-weight: 300;
    color: #212622;
    line-height: 1.2;
    max-width: 650px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.main-title p {
    max-width: 720px;
    margin: 0 auto;
}

.main-title.style-two h5 {
    margin-bottom: 1.5rem;
}
.main-title.style-two h2 {
    text-transform: initial;
    font-size: 37px;
    font-weight: 500;
    max-width: 720px;
}
.main-title.style-two p {
    color: #212622;
    max-width: 720px;
}

.rare-box {
    height: 187px;
    width: 100%;
    background: #34ac54;
    position: relative;
}
.about-img-small {
    margin-left: 30px;
    top: -155px;
    margin-bottom: -153px;
}
.about-productul li {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    display: flex;
}
.about-productul li:before{
    font-family: "Font Awesome 5 Free";
    padding-right: 15px;
    font-weight: 700;
    content: '\f061';
    color: #aac0e4;
}
@keyframes scale {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px)
    }
}
.about:before {
    content: url(../img/about-circle.png);
    position: absolute;
    right: -10px;
    top: 200px;
    animation: scale .6s alternate infinite linear both;
}

/* about 3 boxes */
.about-box {
    transition: .5s linear;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 40px;
    max-width: 450px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.about-box i {
    font-size: 30px;
    position: relative;
}
.about-box:hover  {
    transform: translate(0,-13px);
    transition: .5s linear;
}

.about-box p.para_text  {
    line-height: 24px;
    font-weight: 400;
}

.about-box:hover p.para_text {
    color: #ffffff;
}

.about-box h5 {
    font-weight: 500;
}
.about-box:hover h5 {
    font-weight: 600;
}

/* Extra small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575.98px) {
    /* Styles for extra small devices */
    section.section-padding,
    .footer,
    section.detail_blog {
        width: 100%;
        margin-left: 0;
    }
    .acs-insights .height1 .col-10.d-flex.align-items-center{
        order: 1;
    }
    .acs-insights .height1 .col-2.d-flex.align-items-center{
        order: 0;
    }
    .acs-insights .height1 .acs-ml-25 {
        margin-left: 0;
    }
    .footer ul.info.footer_text {
        flex-wrap: wrap;
    }
    .footer ul.info.footer_text li:not(:last-child) {
        border-right: none;
        margin-bottom: 10px;
    }

    section.section-padding, section, footer {
        width: 100%;
        margin-left: 0%;
    }
    .services-sec .image-holder {
        padding-bottom: 60px;
        margin-top: 60px;
    }
    .project-sec .project-area .project-detail .project-heading {
        text-align: center;
    }
    .reviews-sec .heading-area {   
        left: 0;
    }
    .counters .counter {
        width: 100%;
    }
    .contactsec p {
        margin-bottom: 20px;
    }
}