@font-face
{
    font-family: "Aremat";
    font-display: swap;
    src: url(/fonts/aremat/aremat-font.otf) format("opentype");
    font-weight: lighter;
    font-style: normal;
}
@font-face
{
    font-family: "Helvetica Black";
    font-display: swap;
    src: url(/fonts/helvetica/HelveticaNowDisplay-Black.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face
{
    font-family: "Helvetica Bold";
    font-display: swap;
    src: url(/fonts/helvetica/HelveticaNowDisplay-Bold.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face
{
    font-family: "Helvetica Light";
    font-display: swap;
    src: url(/fonts/helvetica/HelveticaNowDisplay-Light.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face
{
    font-family: "Helvetica Medium";
    font-display: swap;
    src: url(/fonts/helvetica/HelveticaNowDisplay-Medium.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face
{
    font-family: "Helvetica Regular";
    font-display: swap;
    src: url(/fonts/helvetica/HelveticaNowDisplay-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face
{
    font-family: "Quicksand-Bold";
    font-display: swap;
    src: url(/fonts/Quicksand/Quicksand-Bold.ttf) format("opentype");
    font-weight: 700;
    font-style: normal;
}
@font-face
{
    font-family: "Quicksand-Light";
    font-display: swap;
    src: url(/fonts/Quicksand/Quicksand-Light.ttf) format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face
{
    font-family: "Quicksand-Medium";
    font-display: swap;
    src: url(/fonts/Quicksand/Quicksand-Medium.ttf) format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face
{
    font-family: "Quicksand-Regular";
    font-display: swap;
    src: url(/fonts/Quicksand/Quicksand-Regular.ttf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face
{
    font-family: "Quicksand-SemiBold";
    font-display: swap;
    src: url(/fonts/Quicksand/Quicksand-SemiBold.ttf) format("opentype");
    font-weight: 600;
    font-style: normal;
}
body, html
{
    color: rgba(126,126,126,255);
    font-family: "Quicksand-Regular";
    font-display: swap;
    height: 100%;
    font-size: 20px;
    letter-spacing: 0;
}
ul
{
    padding: 0;
    list-style: none;
}
a:hover
{
    text-decoration: none;
}
a
{
    color: unset;
}
a:hover
{
    color: unset;
}
.h05
{
    height: 5px;
}
.h10
{
    height: 10px;
}
.h15
{
    height: 15px;
}
.h20
{
    height: 20px;
}
.h30
{
    height: 30px;
}
.h40
{
    height: 70px;
}
.white
{
    color: #fff!important;
}
@media(min-width: 1700px)
{
    .cus-container
    {
        max-width: 1500px;
    }
}
@media(min-width: 1800px)
{
    .cus-container
    {
        max-width: 1550px;
    }
}
.btn-theme
{
    position: relative;
    padding: 14px 25px;
    border-radius: 8px;
    border: 2px solid transparent;
    display: inline-block;
    font-size: 20px;
    text-decoration: none!important;
    transition: all .3s;
    -webkit-transition: all .3s;
    min-width: 160px;
    text-align: center;
}
.btn-with-arrow
{
    font-family: "Quicksand-Bold";
    padding-right: 57px;
    position: relative;
}
.btn-with-arrow:after
{
    content: '';
    position: absolute;
    background-image: url(/images/assets/arrow-white.svg);
    z-index: 5;
    top: 22px;
    right: 0;
    width: 40px;
    height: 40px;
    background-size: 17px;
    background-repeat: no-repeat;
}
.btn-with-arrow:hover:after
{
    background-image: url(/images/assets/arrow-dark-green.svg);
}
.btn-light-green
{
    border: 1px solid #9ac349;
    color: #9ac349;
}
.btn-light-green:hover
{
    background-color: #9ac349;
    color: #fff;
}
.btn-dark-green
{
    border: 1px solid #004c3f;
    color: #fff;
    background-color: #004c3f;
}
.btn-dark-green:hover
{
    background-color: transparent;
    color: #004c3f;
}
header.header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.header-offer
{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    width: calc(100% - 30px);
    background-color: #f4e496;
    height: 40px;
    padding: 5px 50px;
    overflow: hidden;
    color: #f18702;
    font-size: 16px;
    display: none;
    align-items: center;
    border-radius: 50px;
}
.header-offer.show
{
    display: flex;
}
.header-offer-close
{
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    color: #f18702;
    font-family: "Gotham Rounded Bold";
    font-display: swap;
    cursor: pointer;
}
.header-menu
{
    padding: 40px 0;
}
.main-logo img
{
    height: 65px;
    width: 250px;
}
.menu-content .nav-item
{
    position: relative;
    padding: 0 20px;
    font-family: 'Quicksand-SemiBold';
}
.menu-content .nav-item .nav-link
{
    font-size: 20px;
    color: #fff;
}
.menu-content .nav-item.active .nav-link, .menu-content .nav-item .nav-link:hover
{
    color: #afd46d;
}
.menu-content ul.navbar-nav
{
    align-items: center;
}
.homepage a.main-logo img.for-abt-us
{
    display: none;
}
.homepage li.nav-item.home .nav-link
{
    font-family: 'Quicksand-Bold';
    color: #000;
}
.homepage .menu-content .nav-item .nav-link
{
    font-size: 20px;
    color: #797979;
}
.homepage .menu-content .nav-item .nav-link:hover
{
    color: #000;
}
.homepage .main-logo img.for-home
{
    display: block;
}
.main-logo img.for-home
{
    display: none;
}
.homepage .navbar-nav .btn-light-green:hover
{
    background-color: #9ac349;
    color: #fff;
}
.banner
{
    position: relative;
    background-image: url(/images/banner/Homepage-B.jpg);
    height: 1030px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.banner .green-shadow
{
    position: absolute;
    z-index: 3;
}
.B-tagline
{
    padding-top: 290px;
}
.B-tagline h1
{
    font-size: 18px;
    letter-spacing: 3px;
    font-family: "Quicksand-Medium";
}
.B-tagline p
{
    width: 43%;
    font-size: 20px;
    margin-bottom: 75px;
    font-family: "Quicksand-Medium";
}
.homepage .B-tagline h2
{
    color: #000;
}
.B-tagline h2
{
    color: #fff;
    font-size: 56px;
    margin: 10px 0 40px;
    font-family: Quicksand-SemiBold;
}
.B-tagline h2 span
{
    color: rgba(150,191,71,255);
    font-family: 'Aremat';
}
.who-we-are
{
    margin-top: -170px;
    padding-bottom: 170px;
    position: relative;
}
.who-we-are .img-content
{
    display: flex;
    position: relative;
}
.content h3
{
    color: rgba(0,0,0,255);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: 'Quicksand-SemiBold';
}
.who-we-are .img-content .content h6
{
    font-family: "Quicksand-Medium";
    line-height: 28px;
}
.who-we-are .img-content .content
{
    margin-left: 30px;
    margin-top: 12px;
}
.img-content .img span
{
    position: absolute;
    left: 19px;
    top: 11px;
    color: rgba(0,0,0,255);
    font-size: 25px;
    font-weight: 600;
    font-family: 'Quicksand-Bold';
}
.who-we-are-img img
{
    width: 100%;
    position: relative;
    z-index: 1;
}
.who-we-are .row
{
    margin-bottom: 60px;
}
.heading-content h1
{
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Quicksand-SemiBold';
    color: rgba(150,191,71,255);
    margin: 90px 0 13px 0;
    letter-spacing: 2px;
}
.heading-content h2
{
    font-size: 52px;
    font-family: 'Quicksand-Bold';
    color: rgba(0,0,0,255);
    margin-bottom: 36px;
}
.heading-content h6
{
    font-size: 20px;
    font-family: 'Quicksand-SemiBold';
    margin-top: 20px;
    line-height: 33px;
}
.heading-content h6 span
{
    font-style: italic;
    color: rgba(66,66,66,255);
}
.who-we-btn
{
    margin-top: 75px;
}
.heading-content
{
    z-index: 5;
    position: relative;
    left: 0;
}
.content-img
{
    position: absolute;
    bottom: 0;
    right: 0;
}
.why-choose-us
{
    background-image: url(/images/why-choose-us/bg-lines.svg);
    background-color: #004c3f;
    padding: 30px 0 50px;
    position: relative;
    z-index: 7;
}
.why-choose-us .heading-content h1
{
    margin: 67px 0 13px 0;
}
.why-choose-us .heading-content h2
{
    color: rgba(255,255,255,255);
}
.why-choose-us .img img
{
    width: 65px;
    margin-left: 34px;
}
.why-choose-us .img.why-logo
{
    background-image: url(/images/why-choose-us/memphis-3.svg);
    background-repeat: no-repeat;
    background-size: 116px;
    background-position: inherit;
    padding-bottom: 65px;
}
.why-choose-us .img.why-logo.two
{
    background-image: url(/images/why-choose-us/memphis-4.svg);
}
.why-choose-us .img.why-logo.three
{
    background-image: url(/images/why-choose-us/memphis-5.svg);
    padding-bottom: 51px;
}
.why-choose-us .content h3
{
    color: rgba(255,255,255,255);
}
.why-choose-us .content h6
{
    color: rgba(255,255,255,255);
    font-size: 18px;
    line-height: 31px;
    min-height: 130px;
    margin-bottom: 10px;
}
.why-choose-us .main-block
{
    padding: 61px 61px 0 0;
    padding-left: 0;
}
.why-choose-us a.btn-light-green.white.btn-with-arrow:after
{
    background-image: url(/images/assets/arrow-light-green.svg);
}
.why-choose-us a.btn-light-green.white.btn-with-arrow:hover:after
{
    background-image: url(/images/assets/arrow-white.svg);
}
.why-choose-img
{
    position: absolute;
}
.why-choose-img.one
{
    top: -105px;
    left: 50px;
}
.why-choose-img.two
{
    right: 130px;
    top: -40px;
}
.why-choose-us .bottom-img
{
    position: absolute;
    bottom: -20px;
    right: 50px;
    z-index: 1;
}
.what-we-do .heading-content
{
    text-align: center;
}
.what-we-do .content-section h1
{
    font-size: 40px;
    color: rgba(0,0,0,255);
    font-family: 'Quicksand-Bold';
    margin: 34px 0 30px 0;
}
.what-we-do .content-section h2
{
    font-size: 18px;
    line-height: 35px;
    font-family: 'Quicksand-Medium';
    margin-bottom: 20px;
    min-height: 210px;
}
.what-we-do .heading-content
{
    background-image: url(/images/what-we-do/what-we-d0-%C4%ABmg.jpg);
    background-position: center;
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
}
.what-we-do .heading-content h1
{
    margin-top: 0;
    padding-top: 95px;
}
.what-we-do .img-section img
{
    width: 80%;
}
.right-align
{
    text-align: right;
}
.what-we-do .absolute
{
    position: absolute;
    top: 60px;
    z-index: 0;
    left: -210px;
}
.what-we-do .relative
{
    position: relative;
}
.img-section
{
    position: relative;
    z-index: 1;
}
.what-we-do
{
    margin-bottom: 90px;
    position: relative;
}
.what-we-do .wht-we-dot-img
{
    position: absolute;
    bottom: -200px;
    right: 70px;
}
.our-porcess
{
    background-image: url(/images/our-porcess/our-porcsess-bg.jpg);
    height: 501px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.our-porcess .process-img
{
    position: absolute;
}
.our-porcess .process-img.two
{
    text-align: center;
    bottom: -44px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.our-porcess .process-img.three
{
    right: 70px;
    top: -105px;
}
.our-porcess .logo-section
{
    padding-top: 98px;
}
.our-porcess .logo-section .logo
{
    text-align: center;
}
.our-porcess .logo-section .img img
{
    width: 100px;
    height: 100px;
    background: #96bf47;
    padding: 23px;
    border-radius: 100px;
    z-index: 1;
    position: relative;
}
.our-porcess .logo-section .logo-no
{
    font-size: 55px;
    margin-bottom: -32px;
    color: rgba(0,109,90,255);
}
.our-porcess .logo-section .logo-text
{
    font-size: 28px;
    color: rgba(255,255,255,255);
    font-family: 'Quicksand-SemiBold';
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.our-porcess .logo-section .logo:nth-child(even)
{
    padding-top: 70px;
}
.our-porcess .logo-section.row
{
    margin-right: -90px;
    margin-left: -90px;
}
.our-porcess .logo-section .logo:nth-child(odd):after
{
    content: '';
    background-image: url(/images/our-porcess/bottom-dotted.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 130px;
    width: 220px;
    position: absolute;
    bottom: 45px;
}
.our-porcess .logo-section .logo:nth-child(even):after
{
    content: '';
    background-image: url(/images/our-porcess/top-dotted.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 130px;
    width: 220px;
    position: absolute;
    top: 45px;
}
.our-porcess .logo-section .logo:last-child:after
{
    display: none;
}
.Testimonial .heading-content
{
    text-align: center;
}
.Testimonial
{
    background-image: url(/images/Testimonial/Testimonial-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    background-position: center;
    overflow: hidden;
    padding-bottom: 130px;
}
.Testimonial .heading-content h1
{
    margin-top: 0;
    padding-top: 90px;
}
.Testimonial-block
{
    background: #ffff;
    padding: 40px;
    border-radius: 15px;
    margin-top: 100px;
    font-family: 'Quicksand-SemiBold';
    position: relative;
}
.Testimonial-block p
{
    min-height: 165px;
    font-size: 18px;
    border-bottom: 1px solid #82888a40;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 165px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.Testimonial-block .more_btn
{
    position: absolute;
    right: 40px;
    bottom: 90px;
    font-size: 16px;
}
.more_btn a:hover
{
    color: #004c3f;
}
.Testimonial-block .pro-detail h6
{
    color: rgba(0,0,0,255);
    margin-top: 30px;
}
.Testimonial-block .pro-detail p span
{
    font-size: 18px;
    color: rgba(150,191,71,255);
}
.Testimonial-block .pro-detail p
{
    min-height: 0;
    border: none;
    margin-bottom: 0;
    height: 25px;
}
.Testimonial-block .t-img img
{
    height: 32px;
}
.Testimonial-block .t-img
{
    margin: 35px 0 20px 5px;
}
.Testimonial-block .up-img img
{
    height: 45px;
    position: absolute;
    top: 25px;
    right: 25px;
}
.owl-carousel .owl-item img
{
    width: inherit;
}
.Testimonial-button
{
    width: 100%;
    display: flex;
}
.Testimonial-button .arrow
{
    width: 50%;
    margin: 15px;
}
.Testimonial-button .arrow img
{
    padding: 22px;
    border-radius: 70px;
    width: 8%;
}
.Testimonial-button .left.arrow img
{
    background: #ffff;
}
.Testimonial-button .right.arrow img
{
    background: #004c3f;
}
.Testimonial-button .left.arrow
{
    text-align: right;
}
.Testimonial .owl-nav button
{
    height: 70px;
    width: 70px;
    border-radius: 50px!important;
    -webkit-border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    font-size: 26px!important;
    outline-offset: -23px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.Testimonial button.owl-next
{
    background: #004c3f!important;
    color: #ffff!important;
    -webkit-text-stroke: 1px #ffff;
}
.Testimonial button.owl-next:hover
{
    background: #ffff!important;
    color: #7e7e7e!important;
    -webkit-text-stroke: 1px #7e7e7e;
}
.Testimonial button.owl-prev
{
    background: #ffff!important;
    color: #7e7e7e!important;
    -webkit-text-stroke: 1px #7e7e7e;
}
.Testimonial button.owl-prev:hover
{
    background: #004c3f!important;
    color: #ffff!important;
    -webkit-text-stroke: 1px #ffff;
}
.Testimonial button span
{
    opacity: 0;
}
.Testimonial button
{
    position: relative;
}
.Testimonial button.owl-prev:after
{
    content: "<<";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 3px solid #7e7e7e;
    border-radius: 50px;
    padding: 6px 11px;
}
.Testimonial button:hover.owl-prev:after
{
    border: 3px solid #fff;
}
.Testimonial button.owl-next:after
{
    content: ">>";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 3px solid #fff;
    border-radius: 50px;
    padding: 6px 11px;
}
.Testimonial button:hover.owl-next:after
{
    border: 3px solid #7e7e7e;
}
.Testimonial button:focus
{
    outline: none;
}
.our-clients
{
    text-align: center;
    padding: 75px 0 0;
}
.our-clients .icon
{
    display: inline-block;
    margin: 0 30px;
    filter: grayscale(1);
}
.our-clients .icon:hover
{
    filter: none;
}
.our-clients .icon:first-child
{
    margin: 0;
}
.our-clients .icon:last-child
{
    margin: 0;
}
.our-clients .owl-carousel .owl-item img
{
    margin: 0 auto;
    width: 85%;
}
.our-clients .owl-nav
{
    display: none;
}
.owl-dots
{
    display: none;
}
.our-clients .icon
{
    background-image: url(/images/our-clients/Logos.jpg);
    background-repeat: no-repeat;
    height: 100px;
    width: 250px;
}
.our-clients .icon.intuitive
{
    background-position: 0 0;
}
.our-clients .icon.alveo
{
    background-position: 0 -120px;
}
.our-clients .icon.ppsavani
{
    background-position: 0 -220px;
}
.our-clients .icon.ppsavani-cbse
{
    background-position: 0 -340px;
}
.our-clients .icon.casilla
{
    background-position: 0 -440px;
}
.our-clients .icon.bg
{
    background-position: 0 -550px;
}
.our-clients .icon.dimple-amrin
{
    background-position: 0 -670px;
}
.our-clients .icon.erney-bro
{
    background-position: 0 -775px;
}
.our-clients .icon.creative-voyage
{
    background-position: 0 -885px;
}
.our-clients .icon.irestorantionpro
{
    background-position: 0 -995px;
}
.our-clients .icon.mehali
{
    background-position: 0 -1095px;
}
.our-clients .icon.restorationquote
{
    background-position: 0 -1205px;
}
.our-clients .icon.startupwiz
{
    background-position: 0 -1325px;
}
.our-clients .icon.sherwood
{
    background-position: 0 -1425px;
}
.our-clients .icon.seeris
{
    background-position: 0 -1510px;
}
.our-clients .icon.swoopmeal
{
    background-position: 0 -1623px;
}
.our-clients .icon.cvilrights
{
    background-position: 0 -1743px;
}
.our-clients .icon.dtm
{
    background-position: 0 -1873px;
}
.our-clients .icon.insight
{
    background-position: 0 -1993px;
}
.our-clients .icon.adenadata
{
    background-position: 0 -2103px;
}
.our-clients .icon.sms
{
    background-position: 0 -2203px;
}
.our-clients .icon.party-flasks
{
    background-position: 0 -2328px;
    height: 145px;
}
.footer .social-icon ul li
{
    display: inline;
    margin-left: 8px;
}
.footer .social-icon ul li a img
{
    width: 15%;
}
.footer .f-logo img
{
    height: 60px;
}
.footer .copy-right
{
    font-size: 18px;
    font-family: 'Quicksand-SemiBold';
}
.footer
{
    padding: 45px 0;
    border-top: 1px solid #94949463;
}
.footer .social-icon
{
    text-align: end;
}
.social-icon ul li a i
{
    background: #004c3f;
    width: 40px;
    height: 40px;
    border-radius: 49px;
    text-align: center;
    padding-top: 10px;
    color: #ffff;
    border: 2px solid #004c3f;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.footer .social-icon ul li a i:hover
{
    background: #ffff;
    color: #004c3f;
}
.social-icon ul
{
    margin: 0;
}
.m-auto
{
    margin: auto 0;
}
#back2Top
{
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 120px;
    right: 61px;
    background-color: #004c3f;
    color: #fff;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
    border-radius: 7px;
    -webkit-text-stroke: 2px #004c3f;
    border: 1px solid #fff;
}
#back2Top:hover
{
    background-color: #9ac349;
    color: #fff;
    -webkit-text-stroke: 2px #9ac349;
}
@media screen and (max-width: 1700px)
{
    .menu-content a.btn-theme.btn-light-green
    {
        padding: 9px 23px;
    }
    .main-logo img
    {
        height: 60px;
        width: 215px;
    }
    .menu-content .nav-item
    {
        padding: 0 10px;
    }
    .banner .green-shadow img
    {
        height: 950px;
    }
    .B-tagline h2
    {
        font-size: 50px;
        margin: 10px 0 20px;
    }
    .B-tagline
    {
        padding-top: 250px;
    }
    .banner
    {
        height: 890px;
        background-size: contain;
    }
    .who-we-are
    {
        margin-top: -120px;
        padding-bottom: 80px;
    }
    .who-we-are .img-content .content
    {
        margin-left: 7px;
    }
    .content h3
    {
        font-size: 25px;
    }
    .who-we-are .img-content .content h6
    {
        font-size: 18px;
    }
    .h40
    {
        height: 20px;
    }
    .who-we-are .heading-content h1
    {
        margin: 20px 0 13px 0;
    }
    .why-choose-us .main-block
    {
        padding: 0;
    }
    .heading-content h2
    {
        font-size: 42px;
    }
    .heading-content h1
    {
        margin: 80px 0 13px 0;
    }
    .heading-content h6
    {
        font-size: 18px;
        line-height: 30px;
    }
    .what-we-do .content-section h1
    {
        margin: 0 0 30px 0;
    }
    .our-porcess .logo-section .img img
    {
        width: 90px;
        height: 90px;
    }
    .our-porcess .logo-section .logo:nth-child(even):after
    {
        width: 195px;
    }
    .our-porcess .logo-section .logo:nth-child(odd):after
    {
        width: 195px;
    }
    .Testimonial-block p
    {
        min-height: 170px;
    }
    .Testimonial
    {
        background-size: 2260px;
        height: 850px;
    }
    .Testimonial-block
    {
        margin-top: 60px;
    }
    .footer .f-logo img
    {
        height: 60px;
    }
    .footer .copy-right
    {
        margin-left: 100px;
    }
}
@media screen and (max-width: 1199px)
{
    .btn-with-arrow:after
    {
        top: 16px;
    }
    .btn-theme
    {
        padding: 8px 25px;
    }
    .btn-with-arrow
    {
        padding-right: 53px!important;
    }
    .main-logo img
    {
        height: 45px;
        width: 170px;
    }
    .menu-content .nav-item
    {
        padding: 0 2px;
    }
    .menu-content .nav-item .nav-link
    {
        font-size: 19px;
    }
    .B-tagline
    {
        padding-top: 190px;
    }
    .B-tagline h2
    {
        margin: 5px 0 17px;
        font-size: 36px;
    }
    .banner
    {
        height: 800px;
        background-position: right;
        background-size: 1180px;
    }
    .heading-content h2
    {
        font-size: 36px;
    }
    .who-we-are
    {
        margin-top: -130px;
    }
    .B-tagline p
    {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .content h3
    {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .who-we-are .img-content .content h6
    {
        font-size: 17px;
        line-height: 24px;
    }
    .who-we-are .row
    {
        margin-bottom: 10px;
    }
    .who-we-are .content-img img
    {
        width: 640px;
        height: 249px;
    }
    .why-choose-us .img img
    {
        width: 50px;
    }
    .why-choose-us .img.why-logo
    {
        background-size: 96px;
    }
    .why-choose-us .bottom-img img
    {
        width: 85px;
    }
    .why-choose-us .content h6
    {
        min-height: 210px;
        line-height: 28px;
    }
    .what-we-do .heading-content h1
    {
        padding-top: 80px;
    }
    .what-we-do .heading-content
    {
        height: 230px;
    }
    .h40
    {
        height: 15px;
    }
    .our-porcess .logo-section .logo:nth-child(even):after
    {
        width: 165px;
        left: 120px;
    }
    .our-porcess .logo-section .logo:nth-child(odd):after
    {
        width: 135px;
        left: 123px;
    }
    .our-porcess .logo-section .img img
    {
        width: 80px;
        height: 80px;
    }
    .our-porcess .logo-section .logo-text
    {
        font-size: 26px;
    }
    .our-porcess .logo-section .logo-no
    {
        font-size: 53px;
    }
    .our-porcess .logo-section.row
    {
        margin-right: -70px;
        margin-left: -70px;
    }
    .Testimonial-block p
    {
        min-height: 160px;
        margin-bottom: 0;
        text-align: justify;
    }
    .Testimonial-block .pro-detail p
    {
        min-height: 55px;
        text-align: unset;
    }
    .Testimonial-block
    {
        margin-top: 50px;
    }
    .Testimonial
    {
        height: 840px;
        background-size: 2470px;
    }
    .Testimonial-block .pro-detail h6
    {
        margin-top: 10px;
    }
    .Testimonial-block .more_btn
    {
        bottom: 110px;
    }
    #back2Top
    {
        bottom: 130px;
        right: 50px;
    }
}
@media screen and (max-width: 991px)
{
    .homepage li.nav-item.home
    {
        background: #8eaf4f;
        border-radius: 8px;
    }
    .homepage li.nav-item.home .nav-link
    {
        color: #fff;
    }
    .banner .green-shadow
    {
        position: absolute;
        top: 0;
    }
    .green-shadow img
    {
        height: 680px;
    }
    .header .navbar
    {
        position: relative;
    }
    .header .navbar-light .navbar-toggler-icon
    {
        background-image: url(/images/assets/toggle-bar.svg);
    }
    .header .navbar-toggler
    {
        position: absolute;
        right: 0;
        top: -50px;
        padding: 0 5px;
    }
    .header .navbar-collapse
    {
        background-color: #fff;
        width: 100%;
        position: absolute;
        top: 20px;
        border-radius: 8px;
        border: 1px solid #ddd;
    }
    .menu-content li.nav-item:hover, .menu-content li.nav-item:focus
    {
        background: #8eaf4f;
        border-radius: 8px;
    }
    .menu-content .nav-item .nav-link:hover
    {
        color: #fff!important;
    }
    .header .btn-light-green
    {
        border: 1px solid #fff;
        color: #fff;
    }
    .menu-content .nav-item
    {
        padding: 0 20px;
        border-bottom: 1px solid #ddd;
    }
    .main-logo img
    {
        height: 55px;
        width: 200px;
    }
    .menu-content button.navbar-toggler.collapsed
    {
        border: 1px solid #8eaf4f;
    }
    .menu-content button.navbar-toggler:focus
    {
        outline: none;
        border: 1px solid #8eaf4f;
    }
    .menu-content ul.navbar-nav
    {
        align-items: unset;
    }
    .banner
    {
        height: 890px;
        background-size: 990px;
    }
    .B-tagline h2
    {
        font-size: 40px;
    }
    .B-tagline h1
    {
        font-size: 16px;
    }
    .B-tagline p
    {
        font-size: 17px;
        margin-bottom: 25px;
    }
    .B-tagline
    {
        padding-top: 170px;
    }
    .btn-theme
    {
        padding: 8px 16px;
        font-size: 17px;
    }
    .btn-with-arrow
    {
        padding-right: 57px!important;
    }
    .btn-with-arrow:after
    {
        top: 15px;
        background-size: 15px;
    }
    .img-content .img span
    {
        font-size: 23px;
    }
    .who-we-are .content h3
    {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .who-we-are .img-content .content
    {
        margin: 8px 0 20px 30px;
    }
    .who-we-are
    {
        margin-top: -220px;
    }
    .who-we-are .img-content .content h6
    {
        font-size: 18px;
    }
    .heading-content h2
    {
        font-size: 27px;
        margin-bottom: 0;
    }
    .heading-content h1
    {
        font-size: 20px;
        margin: 50px 0 10px 0;
    }
    .who-we-are-img img
    {
        height: 330px;
    }
    .heading-content h6
    {
        font-size: 17px;
        line-height: 28px;
    }
    .who-we-btn
    {
        margin-top: 35px;
    }
    .content-img
    {
        bottom: -35px;
    }
    .who-we-are .content-img img
    {
        width: 500px;
        height: 240px;
    }
    .why-choose-us .main-block
    {
        padding: 25px 25px 0 0;
        padding-left: 0;
        margin-top: 15px;
    }
    .why-choose-us .content h6
    {
        min-height: 100px;
        line-height: 27px;
        font-size: 16px;
    }
    .why-choose-img.two img
    {
        width: 100px;
    }
    .what-we-do .content-section h1
    {
        font-size: 30px;
        margin: 10px 0 20px 0;
    }
    .what-we-do .content-section h2
    {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .what-we-do .heading-content h1
    {
        padding-top: 65px;
    }
    .what-we-do .heading-content
    {
        height: 200px;
    }
    .what-we-do .img-section img
    {
        width: 100%;
    }
    .what-we-do .absolute img
    {
        height: 235px;
    }
    .our-porcess .logo-section .logo-no
    {
        font-size: 44px;
        margin-bottom: -24px;
    }
    .our-porcess .logo-section .logo-text
    {
        font-size: 21px;
    }
    .our-porcess .logo-section .logo:nth-child(odd):after
    {
        width: 165px;
        left: 13px;
        background-size: 90px;
        bottom: 29px;
    }
    .our-porcess .logo-section .logo:nth-child(even):after
    {
        width: 165px;
        left: 18px;
        background-size: 90px;
        top: 29px;
    }
    .our-porcess .logo-section.row
    {
        margin-right: -50px;
        margin-left: -50px;
    }
    .our-porcess .logo-section .logo:nth-child(even)
    {
        padding-top: 58px;
    }
    .our-porcess .logo-section .img img
    {
        width: 70px;
        height: 70px;
    }
    .process-img.two.process-img.two
    {
        bottom: -24px;
    }
    .process-img.two.process-img.two img
    {
        width: 100%;
    }
    .our-porcess
    {
        background-size: 210%;
        height: 421px;
    }
    .Testimonial-block .t-img
    {
        margin: 4px 0 20px 0;
    }
    .Testimonial-block .up-img img
    {
        width: 13%;
    }
    .Testimonial-block .t-img img
    {
        width: 13%;
    }
    .Testimonial-block p
    {
        min-height: 202px;
        font-size: 15px;
        -webkit-line-clamp: 9;
    }
    .Testimonial-block .more_btn
    {
        bottom: 125px;
    }
    .Testimonial
    {
        height: 780px;
    }
    .Testimonial-block .pro-detail p
    {
        margin: 0;
    }
    .Testimonial-block .pro-detail h6
    {
        margin-top: 20px;
    }
    .footer .f-logo img
    {
        height: 40px;
    }
    .footer .social-icon ul li
    {
        margin-left: 0;
    }
    .footer .copy-right
    {
        font-size: 16px;
        margin-left: 45px;
    }
}
@media screen and (max-width: 767px)
{
    .header-menu
    {
        padding-top: 30px;
    }
    .banner
    {
        background-image: none;
        height: 1120px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .B-tagline h1
    {
        font-size: 15px;
    }
    .B-tagline h2
    {
        font-size: 36px;
        margin: -5px 0 6px;
    }
    .B-tagline p
    {
        font-size: 16px;
        margin-bottom: 25px;
        width: 100%;
    }
    .btn-theme
    {
        font-size: 15px;
    }
    .btn-with-arrow
    {
        padding-right: 42px!important;
    }
    .btn-with-arrow:after
    {
        top: 13px;
        background-size: 13px;
        width: 17px;
        height: 17px;
        right: 18px;
    }
    .banner
    {
        height: 860px;
        background-size: 450px;
    }
    .banner .green-shadow img
    {
        height: 440px;
    }
    .B-tagline
    {
        padding-top: 130px;
    }
    .who-we-are
    {
        margin-top: -380px;
    }
    .who-we-are .img-content .content
    {
        margin-left: 15px;
        margin-bottom: 20px;
    }
    .who-we-are .content h3
    {
        font-size: 22px;
    }
    .who-we-are .img-content .content h6
    {
        font-size: 17px;
    }
    .content-img img
    {
        width: 100%;
    }
    .why-choose-img.two
    {
        right: 15px;
        top: -20px;
    }
    .why-choose-us .heading-content h1
    {
        margin: 35px 0 13px 0;
    }
    .why-choose-img.two img
    {
        width: 60px;
    }
    .why-choose-img.one
    {
        top: -63px;
        left: 35px;
    }
    .why-choose-img.one img
    {
        width: 110px;
    }
    .why-choose-us
    {
        text-align: center;
    }
    .why-choose-us .content h3
    {
        margin-bottom: 15px;
    }
    .why-choose-us .img.why-logo
    {
        background-position: center;
        background-size: 87px;
    }
    .why-choose-us .img img
    {
        width: 55px;
    }
    .why-choose-us .bottom-img img
    {
        width: 45%;
    }
    .why-choose-us .bottom-img
    {
        bottom: -10px;
        right: 0;
    }
    .why-choose-us .content h6
    {
        min-height: 130px;
    }
    .why-choose-us .main-block
    {
        padding-right: 0;
    }
    .what-we-do .heading-content h1
    {
        padding-top: 100px;
    }
    .what-we-do .heading-content
    {
        height: 200px;
    }
    .what-we-do
    {
        text-align: center;
        margin-bottom: 60;
    }
    .img-section
    {
        margin-top: 20px;
    }
    .h40
    {
        height: 0;
    }
    .mt-5
    {
        margin-top: 0!important;
    }
    .our-porcess .process-img.three img
    {
        width: 50%;
    }
    .our-porcess .process-img.three
    {
        right: -45px;
        top: -55px;
    }
    .our-porcess .logo.col
    {
        flex-basis: unset;
        max-width: 50%;
        margin-bottom: 40px;
    }
    .our-porcess
    {
        background-size: cover;
        height: 720px;
    }
    .our-porcess .logo-section
    {
        padding-top: 65px;
    }
    .our-porcess .logo-section .logo:nth-child(odd):after
    {
        display: none;
    }
    .our-porcess .logo-section .logo:nth-child(even):after
    {
        display: none;
    }
    .our-porcess .logo-section .logo:nth-child(even)
    {
        padding-top: 0;
    }
    .our-porcess .logo-section.row
    {
        margin-right: -10px;
        margin-left: -10px;
    }
    .process-img.two.process-img.two
    {
        bottom: -17px;
        width: 95%;
    }
    .process-img.two.process-img.two img
    {
        width: 350px;
        height: 37px;
        object-fit: cover;
    }
    .what-we-do .wht-we-dot-img img
    {
        width: 50%;
    }
    .what-we-do .wht-we-dot-img
    {
        bottom: -145px;
        right: 0;
    }
    .Testimonial-block .pro-detail p
    {
        min-height: 55px;
    }
    .Testimonial
    {
        height: 660px;
    }
    .Testimonial-block .more_btn
    {
        right: 25px;
        bottom: 107px;
    }
    .Testimonial .owl-nav button
    {
        height: 60px;
        width: 60px;
        outline-offset: -22px;
    }
    .Testimonial .heading-content h1
    {
        padding-top: 65px;
    }
    .Testimonial-block
    {
        margin: 50px 20px 0 20px;
        padding: 25px;
    }
    .Testimonial-block p
    {
        min-height: 180px;
    }
    .our-clients
    {
        padding: 60px 0;
    }
    .footer .f-logo img
    {
        height: 46px;
    }
    .footer
    {
        text-align: center;
        padding: 25px 0;
    }
    .footer .copy-right
    {
        margin: 20px 0 20px 0;
    }
    .footer .social-icon
    {
        text-align: center;
    }
    .social-icon ul li a i
    {
        width: 35px;
        height: 35px;
        padding-top: 7px;
        font-size: 17px;
    }
    #back2Top
    {
        width: 30px;
        line-height: 28px;
        bottom: 175px;
        right: 44px;
        font-size: 18px;
    }
}
@media screen and (max-width: 320px)
{
    .B-tagline h2
    {
        font-size: 32px;
    }
    .B-tagline h1
    {
        font-size: 13px;
    }
    .who-we-are
    {
        margin-top: -340px;
    }
    .process-img.two.process-img.two img
    {
        width: 290px;
        height: 31px;
    }
    .Testimonial
    {
        height: 700px;
    }
    .Testimonial-block p
    {
        min-height: 200px;
    }
    .Testimonial-block .pro-detail p
    {
        min-height: 58px;
    }
    .Testimonial-block .more_btn
    {
        bottom: 115px;
    }
}
@media screen and (max-width: 280px)
{
    .main-logo img
    {
        height: 45px;
        width: 170px;
    }
    .banner .green-shadow img
    {
        height: 370px;
    }
    .heading-content h2
    {
        font-size: 25px;
    }
    .who-we-are
    {
        margin-top: -295px;
    }
    .who-we-are-img img
    {
        height: 230px;
    }
    .why-choose-us .heading-content h1
    {
        margin: 17px 0 13px 0;
    }
    .what-we-do
    {
        margin-bottom: 10px;
    }
    .process-img.two.process-img.two img
    {
        width: 210px;
        height: 22px;
    }
    .Testimonial
    {
        height: 675px;
    }
    .Testimonial-block .more_btn
    {
        bottom: 100px;
    }
}
.about-uspage li.nav-item .nav-link
{
    color: #fff;
}
.navbar-nav .btn-light-green:hover
{
    background-color: #fff;
    color: #9ac349;
}
.about-uspage li.nav-item.about-us a.nav-link
{
    color: #96bf47;
    font-family: 'Quicksand-Bold';
}
.inner-banner
{
    background-image: url(/images/about-us/About-Us-benner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about-uspage .inner-banner .B-tagline .inner-pages-img img
{
    background: unset;
    border-radius: unset;
}
.about-us .dot-img-green
{
    position: absolute;
    bottom: -131px;
    right: 212px;
}
ol.breadcrumb
{
    background-color: transparent;
}
.breadcrumb
{
    background: transparent;
    padding: 13px 0;
    color: #fff;
}
.inner-pages-img
{
    position: absolute;
    right: 200px;
    bottom: -130px;
    z-index: 1;
}
.inner-pages-img img
{
    height: 450px;
}
.inner-banner .B-tagline
{
    padding: 260px 0 60px 0;
}
.about-us .B-tagline h2
{
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.about-us .content-block .heading-content h1
{
    margin: 0 0 13px 0;
}
.about-us .heading-content h6 strong
{
    color: rgba(0,0,0,255);
}
.about-us .heading-content h6
{
    text-align: justify;
}
.about-us .heading-content h6 a
{
    color: #96bf47;
    text-decoration: underline;
}
.about-us .content-block
{
    padding-top: 170px;
}
.about-us .bottom-border
{
    position: relative;
    margin-top: 20px;
}
.about-us .bottom-border:after
{
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #96bf47;
    bottom: 0;
}
.lets-start-project
{
    background-image: url(/images/about-us/lets-start-project.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    padding: 90px 75px 60px;
    margin: 110px 0;
}
.Welogical-poject h1
{
    color: rgba(255,255,255,255);
    font-size: 36px;
    text-transform: uppercase;
}
.Welogical-poject h1 span
{
    font-size: 48px;
    display: block;
    font-family: 'Quicksand-Bold';
}
.Welogical-poject-logo
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.Welogical-poject-logo .profile
{
    width: 25%;
    text-align: center;
    font-family: 'Quicksand-Bold';
    position: relative;
}
.Welogical-poject-logo .profile:after
{
    content: '';
    position: absolute;
    width: 2px;
    height: 130px;
    background: #cee974;
    top: 19px;
    right: 0;
}
.Welogical-poject-logo .profile:last-child:after
{
    width: unset;
}
.Welogical-poject-logo .pro-img
{
    min-height: 75px;
}
.Welogical-poject-logo .profile .pro-num h4
{
    font-size: 46px;
    color: rgba(255,255,255,255);
}
.Welogical-poject-logo .profile .pro-text
{
    font-size: 16px;
    color: rgba(0,76,63,255);
}
.content-block .this_sec_btn
{
    text-align: center;
    margin-top: 60px;
}
.content-block .this_sec_btn p
{
    margin: 0;
    color: #fff;
}
.content-block .this_sec_btn p a:hover
{
    color: #006544;
}
.talk-about-project
{
    text-align: center;
    background: #f3f3f3;
    padding: 80px 0;
}
.talk-about-project h1
{
    font-size: 48px;
    color: rgba(0,0,0,255);
    font-family: 'Quicksand-Bold';
}
.talk-about-project p
{
    margin: 30px 265px;
    font-family: 'Quicksand-Medium';
}
.talk-about-project .btn-dark-green:hover
{
    background-color: #96bd46;
    color: #fff;
    border: 1px solid #96bd46;
}
.inner-footer .footer-logo img
{
    height: 60px;
}
.inner-footer
{
    background: #2f2e40;
    padding: 80px 0 0;
}
.inner-footer ul li
{
    color: #fff;
    font-size: 19px;
    margin: 20px 0;
    font-family: 'Quicksand-Medium';
}
.inner-footer h5
{
    font-size: 24px;
    color: rgba(150,191,71,255);
    font-family: 'Quicksand-Bold';
    text-transform: uppercase;
}
.footer-add ul li
{
    font-family: 'Quicksand-Regular';
}
.inner-footer .footer-logo
{
    margin-bottom: 40px;
}
.footer-add ul li h6
{
    font-size: 19px;
}
.footer-add ul li a
{
    display: flex;
}
.footer-add ul li span
{
    margin-right: 20px;
}
.footer_banner img
{
    width: 100%;
}
.wrapper .subcribe-form form
{
    max-width: 450px;
    position: relative;
}
.wrapper .subcribe-form #subscribe input
{
    width: 100%;
    height: 50px;
    background: #fff;
    border: none;
    outline: none;
    padding: 0 145px 0 15px;
    font-size: 18px;
    font-family: 'Quicksand-SemiBold';
    border-radius: 10px 15px 15px 10px;
}
.inner-footer ul li a:hover
{
    color: #96bf47;
}
.in-ftr
{
    display: inline-block;
}
.wrapper .subcribe-form #subscribe #subscribe-button
{
    height: 50px;
    padding: 0 30px;
    border-radius: 0 10px 10px 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    outline: none;
    background: #004c3f;
    font-family: 'Quicksand-Bold';
}
.wrapper .subcribe-form #subscribe #subscribe-button:hover
{
    background: #9ac349;
}
@media screen and (max-width: 1700px)
{
    .inner-banner .B-tagline
    {
        padding: 220px 0 40px 0;
    }
    .inner-pages-img img
    {
        height: 420px;
    }
    .Welogical-poject h1
    {
        font-size: 32px;
    }
    .Welogical-poject h1 span
    {
        font-size: 44px;
        margin-top: 7px;
    }
    .talk-about-project p
    {
        margin: 30px 65px;
    }
    .talk-about-project h1
    {
        font-size: 42px;
    }
    .inner-footer h5
    {
        font-size: 21px;
    }
    .inner-footer ul li
    {
        font-size: 17px;
    }
    .footer-add ul li h6
    {
        font-size: 17px;
    }
    .wrapper .subcribe-form #subscribe input
    {
        padding: 0 140px 0 10px;
        font-size: 15px;
    }
    .wrapper .subcribe-form #subscribe #subscribe-button
    {
        font-size: 15px;
    }
    .inner-footer .mt-4, .my-4
    {
        margin-top: 25px!important;
    }
}
@media screen and (max-width: 1200px)
{
    .inner-banner .B-tagline
    {
        padding: 180px 0 20px 0;
    }
    .inner-pages-img img
    {
        height: 350px;
    }
    .inner-pages-img
    {
        right: 100px;
    }
    .about-us .dot-img-green
    {
        bottom: -126px;
        right: 82px;
    }
    .inner-footer h5
    {
        font-size: 21px;
    }
    .inner-footer ul li
    {
        font-size: 16px;
    }
    .footer-add ul li h6
    {
        font-size: 16px;
    }
    .wrapper .subcribe-form #subscribe input
    {
        padding: 0 140px 0 10px;
        font-size: 14px;
    }
    .Welogical-poject-logo .profile
    {
        min-height: 197px;
    }
}
@media screen and (max-width: 991px)
{
    .about-uspage li.nav-item.about-us
    {
        background: #8eaf4f;
        border-radius: 8px;
    }
    .about-uspage li.nav-item.about-us a.nav-link
    {
        color: #fff;
    }
    .about-uspage li.nav-item .nav-link
    {
        color: unset;
    }
    .inner-banner .B-tagline
    {
        padding: 150px 0 0 0;
    }
    .inner-pages-img
    {
        right: 60px;
    }
    .inner-pages-img img
    {
        height: 230px;
    }
    .about-us .dot-img-green
    {
        right: 60px;
    }
    .lets-start-project
    {
        margin: 45px 0;
        padding: 60px 75px 60px;
    }
    .content-block .this_sec_btn
    {
        margin-top: 5px;
    }
    .our-clients
    {
        padding: 50px 0 0;
    }
    .pl-5, .px-5
    {
        padding-left: 1rem!important;
    }
    .pr-5, .px-5
    {
        padding-right: 1rem!important;
    }
    .Welogical-poject-logo .profile:after
    {
        display: none;
    }
    .Welogical-poject-logo .profile
    {
        width: 50%;
        border: none;
        margin-bottom: 40px;
    }
    .Welogical-poject h1
    {
        text-align: center;
        font-size: 27px;
        margin-bottom: 40px;
    }
    .Welogical-poject h1 span
    {
        font-size: 42px;
        margin-top: 10px;
    }
    .about-us .content-block
    {
        padding-top: 70px;
    }
    .Welogical-poject-logo .profile
    {
        min-height: unset;
    }
}
@media screen and (max-width: 767px)
{
    .inner-banner .B-tagline
    {
        padding: 160px 0 100px 0;
    }
    .inner-pages-img img
    {
        height: 250px;
    }
    .about-us .dot-img-green img
    {
        height: 140px;
    }
    .inner-pages-img
    {
        transform: translate(-50%,-50%);
        top: 86%;
        left: 50%;
        width: 100%;
    }
    .about-us .dot-img-green
    {
        transform: translate(-50%,-50%);
        top: 102%;
        left: 62%;
        width: 50%;
    }
    .about-us .B-tagline h2
    {
        letter-spacing: 3px;
    }
    .inner-banner .B-tagline
    {
        text-align: center;
    }
    .breadcrumb
    {
        justify-content: center;
    }
    .about-us .content-block
    {
        padding-top: 130px;
    }
    .heading-content
    {
        text-align: center;
    }
    .Welogical-poject h1
    {
        font-size: 21px;
    }
    .Welogical-poject h1 span
    {
        font-size: 36px;
        margin: 10px 0 50px 0;
    }
    .Welogical-poject-logo .profile
    {
        width: 100%;
    }
    .lets-start-project
    {
        margin: 40px 0;
        position: relative;
        z-index: 11;
        padding: 60px 75px 20px;
    }
    .talk-about-project h1
    {
        font-size: 27px;
    }
    .talk-about-project p
    {
        margin: 30px 0;
        font-size: 16px;
    }
    .inner-footer .footer-add ul li a
    {
        text-align: left;
    }
    .inner-footer h5
    {
        margin-top: 20px;
    }
    .inner-footer ul li
    {
        margin: 13px 0;
    }
    .inner-footer
    {
        padding: 40px 0;
    }
    .inner-footer .mt-4
    {
        margin-top: 45px!important;
    }
    .homepage .B-tagline h2
    {
        font-size: 29px;
    }
    .what-we-do .absolute img
    {
        height: 230px;
    }
    .mt-5
    {
        margin-top: 1rem!important;
    }
}
@media screen and (max-width: 767px)
{
    .Welogical-poject h1
    {
        font-size: 19px;
    }
    .Welogical-poject h1 span
    {
        font-size: 26px;
    }
}
@media screen and (max-width: 280px)
{
    .lets-start-project
    {
        padding: 60px 41px 20px;
    }
    .inner-footer h5
    {
        font-size: 18px;
    }
    .wrapper .subcribe-form #subscribe input
    {
        padding: 0 135px 0 10px;
        font-size: 13px;
    }
    .what-we-do .absolute img
    {
        height: 210px;
    }
    .inner-footer .mt-4
    {
        margin-top: 42px!important;
    }
}
.contact-us img.for-home
{
    display: none;
}
.contact-us .nav-item a.nav-link
{
    color: #fff;
}
.contact-us li.nav-item.contact-us-menu
{
    font-family: 'Quicksand-Bold';
}
.contact-us .menu-content .nav-item .nav-link:hover
{
    color: #9ac349;
}
.contact-us .inner-banner .B-tagline h2
{
    color: #fff;
    margin: 0;
}
.contact-us .what-we-do
{
    margin-top: 125px;
}
.contact-us label
{
    font-family: 'Quicksand-SemiBold';
    margin-top: 15px;
}
.contact.what-we-do .content-section h1
{
    margin: 10px 0 30px 0;
}
.contact strong
{
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact .footer-add ul li
{
    margin-bottom: 30px;
}
.contact .footer-add ul li span i
{
    font-size: 30px;
}
.contact .footer-add ul li a
{
    align-items: center;
}
.contact .footer-add ul li span
{
    margin-right: 40px;
}
.what-we-do.contact .content-section h2
{
    min-height: 0;
    line-height: 25px;
    margin-bottom: 80px;
}
.contact-us .contact .footer-add ul li a
{
    justify-content: unset;
}
.contact-us .contact .footer-add ul li h6
{
    text-align: left;
}
@media screen and (max-width: 1199px)
{
    .contact-us .what-we-do
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px)
{
    .contact-us .nav-item a.nav-link
    {
        color: unset;
    }
    .contact-us li.nav-item.contact-us-menu
    {
        background: #8eaf4f;
        border-radius: 8px;
    }
    .contact-us li.nav-item.contact-us-menu a.nav-link
    {
        color: #fff;
    }
    .contact-us .what-we-do
    {
        margin-top: 55px;
    }
}
@media screen and (max-width: 767px)
{
    .contact-us .what-we-do
    {
        margin-top: 65px;
    }
    .contact-us .inner-banner .B-tagline
    {
        padding: 160px 0 100px 0;
    }
    .contact-us .what-we-do.contact .content-section h2
    {
        margin-bottom: 40px;
    }
    .contact-us .contact .footer-add ul li h6
    {
        font-size: 15px;
    }
}
@media screen and (max-width: 280px)
{
    .contact-us .contact .footer-add ul li h6
    {
        font-size: 12px;
    }
    .contact-us .what-we-do
    {
        margin-top: 35px;
    }
}
.services li.nav-item.services-menu a.nav-link
{
    color: #96bf47;
    font-family: 'Quicksand-Bold';
}
.services .B-tagline h2
{
    margin: 0;
}
.services .what-we-do .img-section img
{
    height: 320px;
}
.services .services-block .img-section
{
    text-align: center;
}
.services .services-block .content-section h1
{
    text-align: center;
}
.services .services-block .content-section h2
{
    text-align: justify;
    padding: 0 20px;
}
.services .what-we-do
{
    z-index: 0;
    margin-bottom: 20px;
}
.what-we-do .tech_head p
{
    text-align: center;
    padding: 0 140px 40px;
}
.technologies .block .head
{
    text-align: center;
    color: #000;
    margin-bottom: 17px;
    border-bottom: 1px solid #7e7e7e75;
}
.technologies .block
{
    background: #f3f3f3;
    min-height: 400px;
    border-radius: 15px;
    padding: 30px 40px;
    font-family: 'Quicksand-Bold';
}
.technologies
{
    background-image: url(/images/Testimonial/Testimonial-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 90px;
    overflow: hidden;
}
.technologies .option ul li
{
    padding: 5px 0;
}
.technologies .block .option
{
    font-family: "Quicksand-Medium";
}
@media screen and (max-width: 1700px)
{
    .technologies .block .head h4
    {
        min-height: 70px;
        font-size: 29px;
    }
    .technologies .block
    {
        min-height: 425px;
    }
    .what-we-do .tech_head p
    {
        padding: 0 50px 30px;
    }
}
@media screen and (max-width: 1200px)
{
    .technologies .block .head h4
    {
        min-height: 55px;
        font-size: 22px;
    }
}
@media screen and (max-width: 991px)
{
    .inner-banner .breadcrumb
    {
        margin-bottom: 0;
    }
    .services .nav-item a.nav-link
    {
        color: unset;
    }
    .services li.nav-item.services-menu
    {
        background: #8eaf4f;
        border-radius: 8px;
    }
    .services li.nav-item.services-menu a.nav-link
    {
        color: #fff;
    }
    .services .what-we-do .heading-content h1
    {
        padding-top: 53px;
    }
    .services .what-we-do .heading-content
    {
        height: 173px;
        background-size: 1350px;
    }
    .what-we-do .tech_head p
    {
        padding: 0 0 10px;
    }
    .technologies .block
    {
        min-height: 396px;
    }
}
@media screen and (max-width: 767px)
{
    .inner-banner .breadcrumb
    {
        margin-bottom: 1rem;
    }
    .services .what-we-do .heading-content h1
    {
        padding-top: 90px;
    }
    .technologies .block
    {
        min-height: 410px;
    }
    .services .inner-banner .B-tagline
    {
        padding: 160px 0 100px 0;
    }
}
@media screen and (max-width: 280px)
{
    .technologies .option ul li
    {
        font-size: 18px;
    }
    .technologies .block
    {
        min-height: 384px;
    }
}
.testimonialspage .B-tagline h2
{
    margin: 0;
}
.testimonialspage li.nav-item.Testimonial-menu a.nav-link
{
    color: #96bf47;
    font-family: 'Quicksand-Bold';
}
.testimonialspage .Testimonial
{
    height: unset;
    background-color: #ebf0d8;
    background-image: none;
}
.testimonialspage .Testimonial-block p
{
    min-height: 194px;
    overflow: auto;
}
.testimonialspage .Testimonial-block .pro-detail p
{
    min-height: 0;
    overflow: unset;
}
@media screen and (max-width: 1700px)
{
    .testimonialspage .Testimonial
    {
        background-size: cover;
    }
    .testimonialspage .Testimonial-block p
    {
        min-height: 280px;
    }
    .testimonialspage .Testimonial-block .pro-detail p
    {
        min-height: 55px;
    }
}
@media screen and (max-width: 1199px)
{
    .testimonialspage .Testimonial-block p
    {
        min-height: 190px;
        -webkit-line-clamp: unset;
    }
    .testimonialspage .Testimonial-block .pro-detail p
    {
        text-align: unset;
    }
}
@media screen and (max-width: 991px)
{
    .testimonialspage .Testimonial-block p
    {
        min-height: 210px;
    }
    .testimonialspage li.nav-item.Testimonial-menu
    {
        background: #8eaf4f;
        border-radius: 8px;
    }
    .testimonialspage li.nav-item.Testimonial-menu a.nav-link
    {
        color: #fff;
    }
    .testimonialspage .menu-content .nav-item .nav-link
    {
        color: unset;
    }
    .testimonialspage .Testimonial .heading-content h1
    {
        padding-top: 55px;
    }
}
@media screen and (max-width: 767px)
{
    .testimonialspage .Testimonial .heading-content h1
    {
        padding-top: 90px;
    }
    .testimonialspage .Testimonial-block p
    {
        min-height: 185px;
    }
    .testimonialspage .inner-banner .B-tagline
    {
        padding: 160px 0 100px 0;
    }
}
@media screen and (max-width: 280px)
{
    .Testimonial-block
    {
        margin: 50px 11px 0 11px;
        padding: 12px;
    }
}
.error
{
    text-align: center;
}
.error_page header.header
{
    background: #004c3f;
}
.error_page .error
{
    padding-top: 200px;
}
.error .head
{
    margin-bottom: 50px;
}
.error .head h3
{
    font-size: 42px;
    color: #9ac349;
    font-family: 'Quicksand-Bold';
}
.error .head h3 span
{
    color: #000;
}
.error .ing_sec img
{
    height: 450px;
}
.error .content
{
    padding: 0 310px;
    margin: 55px 0;
}
.error .liks_sec
{
    font-family: 'Quicksand-Bold';
    margin-bottom: 70px;
}
.error .liks_sec ul li
{
    display: inline;
    padding: 0 20px;
}
.error .liks_sec ul li a:hover
{
    color: #000;
}
@media screen and (max-width: 1700px)
{
    .error .content
    {
        padding: 0 100px;
    }
}
@media screen and (max-width: 1199px)
{
    .error_page .error
    {
        padding-top: 200px;
    }
    .error .head
    {
        margin-bottom: 70px;
    }
    .error .ing_sec img
    {
        height: 450px;
    }
    .error .content
    {
        margin: 50px 0;
    }
    .error_page .header-menu
    {
        padding: 18px 0;
    }
}
@media screen and (max-width: 991px)
{
    .error .head h3
    {
        font-size: 38px;
    }
    .error .ing_sec img
    {
        height: 390px;
    }
    .error .content
    {
        padding: 0 20px;
        margin: 40px 0;
    }
    .error .content h5
    {
        font-size: 18px;
    }
    .error .liks_sec ul li
    {
        padding: 0 10px;
        font-size: 18px;
    }
    .error_page .menu-content .nav-item .nav-link
    {
        color: unset;
    }
}
@media screen and (max-width: 767px)
{
    .error_page .error
    {
        padding-top: 130px;
    }
    .error .head
    {
        margin-bottom: 40px;
    }
    .error .ing_sec img
    {
        height: 160px;
    }
    .error .head h3
    {
        font-size: 19px;
    }
    .error .content h5
    {
        font-size: 16px;
    }
    .error .liks_sec ul li
    {
        padding: 0 8px;
        font-size: 15px;
    }
}
@media screen and (max-width: 280px)
{
    .error .ing_sec img
    {
        height: 140px;
    }
    .error .liks_sec ul li
    {
        padding: 0 6px;
    }
    .error .content
    {
        padding: 0 10px;
        margin: 25px 0;
    }
    .error .liks_sec
    {
        margin-top: 10px;
    }
}
.sticky-badge
{
    width: 80px;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    bottom: 79px;
    right: 41px;
}
@media screen and (max-width: 767px)
{
    .sticky-badge
    {
        width: 55px;
        bottom: 92px;
        right: 31px;
    }
}
.tncs-pages
{
    padding-bottom: 70px;
}
.tncs-pages .heading-content
{
    z-index: 0;
}
.tncs-pages .tech_head p
{
    text-align: left;
    padding: 0 140px 0;
}
.tncs-pages .unorder-list
{
    padding-left: 190px;
    list-style: disc;
}
.tncs-pages .unorder-list p.list-text
{
    padding: 0;
}
@media screen and (max-width: 1700px)
{
    .tncs-pages .tech_head p
    {
        padding: 0 50px 0;
    }
    .tncs-pages .unorder-list
    {
        padding-left: 90px;
    }
}
@media screen and (max-width: 991px)
{
    .tncs-pages .tech_head p
    {
        padding: 0 0 0;
    }
    .tncs-pages .unorder-list
    {
        padding-left: 40px;
    }
}
@media screen and (max-width: 991px)
{
    .tncs-pages
    {
        padding-bottom: 0;
    }
}
.content-box
{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-head
{
    font-size: 26px;
    margin-bottom: 20px;
    color: rgba(150,191,71,255);
    text-transform: capitalize;
    text-align: center;
    font-family: 'Quicksand-Bold';
}
.democontactusform .form-control:focus
{
    color: #ced4da;
    background-color: #fff;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}
.demo-form-button
{
    margin-bottom: 15px;
    text-align: center;
}
.democontactusform .demo-form-button button
{
    background-color: rgba(150,191,71,255);
    color: #fff;
    font-family: 'Quicksand-Medium';
}
.democontactusform .demo-form-button button:hover
{
    background-color: #fff;
    color: rgba(150,191,71,255);
    border: 1px solid rgba(150,191,71,255);
}
.welogical-crm-box
{
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    height: 300px;
}
.welogical-crm-box .img-box
{
    text-align: center;
}
.welogical-crm-box .content-box h4
{
    font-size: 28px;
    color: rgba(0,0,0,255);
    font-family: 'Quicksand-Bold';
}
.welogical-crm-box .content-box p
{
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Quicksand-Medium';
}
.footer-block
{
    margin-bottom: -180px;
}
.democontactusform .form-control
{
    font-family: 'Quicksand-Medium';
}
.z-index-0
{
    z-index: 0;
}
@media(max-width: 1400px)
{
    .welogical-crm-box .content-box h4
    {
        font-size: 22px;
    }
}
@media(max-width: 991px)
{
    .technologies
    {
        padding: 50px 0;
    }
    .welogical-crm-box
    {
        text-align: center;
    }
    .welogical-crm-box .content-box
    {
        padding-top: 30px;
    }
    .footer-block .heading-content
    {
        margin-bottom: 30px;
    }
    .footer-block
    {
        margin-bottom: -130px;
    }
}
@media(max-width: 767px)
{
    .content-box h4
    {
        font-size: 26px;
    }
    .content-box p
    {
        font-size: 18px;
    }
    .footer-block
    {
        margin-bottom: 0;
    }
}
.solution-menu
{
    position: relative;
}
.solution-menu:hover .solution-list
{
    display: block;
    visibility: visible;
    opacity: 1;
}
.solution-list
{
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 311px;
    padding: 10px 12px;
    border-radius: 8px;
    background-color: #fff;
    color: #000;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}
.solution-list li
{
    padding: 2px;
}
.solution-list li a
{
    cursor: pointer;
    font-size: 18px;
}
.solution-list li a:hover
{
    color: #96bf47;
}
.benifits-text h4
{
    font-size: 28px;
    color: rgba(0,0,0,255);
    font-family: 'Quicksand-Bold';
}
.benifits-text p
{
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Quicksand-Medium';
    padding-right: 100px;
    text-align: justify;
}
.benifits-text
{
    margin-top: 130px;
}
.benifits-text h1
{
    margin-top: 90px!important;
}
.htms-title h4
{
    font-size: 36px;
    font-family: 'Quicksand-Bold';
    color: rgba(0,0,0,255);
    margin-bottom: 55px;
    text-align: center;
}
.benifits-text .content-box
{
    text-align: left;
}
.democontactusform .demo-form-button
{
    text-align: right;
}
.democontactusform .row .landing-form
{
    height: 60px;
}
@media screen and (max-width: 1700px)
{
    .inner-pages-img
    {
        right: 140px;
        bottom: -100px;
    }
    .inner-pages-img img
    {
        height: 370px;
    }
    .welogical-crm-box
    {
        height: 400px;
    }
    .benifits-text
    {
        margin-top: 120px;
    }
    .benifits-text p
    {
        padding-right: 30px;
    }
}
@media screen and (max-width: 1400px)
{
    .home-page-content
    {
        overflow: hidden;
    }
    .inner-pages-img
    {
        right: 80px;
        bottom: -80px;
    }
    .inner-pages-img img
    {
        height: 340px;
    }
    .welogical-crm-box
    {
        height: 280px;
    }
}
@media screen and (max-width: 1199px)
{
    .inner-pages-img
    {
        right: 70px;
        bottom: -70px;
    }
    .inner-pages-img img
    {
        height: 300px;
    }
    .welogical-crm-box
    {
        height: 320px;
    }
    .welogical-crm-box .content-box h4
    {
        font-size: 21px;
    }
    .benifits-text p
    {
        padding-right: 0;
    }
}
@media(max-width: 991px)
{
    .solution-list
    {
        display: none;
        visibility: hidden;
        opacity: 0;
        position: unset;
        width: 100%;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        left: 0;
        color: #fff;
    }
    .menu-content .nav-item .nav-link
    {
        color: #000;
    }
    .inner-pages-img
    {
        right: 50px;
        bottom: -50px;
    }
    .inner-pages-img img
    {
        height: 190px;
    }
    .welogical-crm-box
    {
        height: 100%;
    }
    .landing-page-new .B-tagline h2
    {
        font-size: 33px;
    }
    .benifits-text
    {
        margin-top: 60px;
    }
    .benifits-text h1
    {
        margin-top: 60px!important;
    }
    .htms-title h4
    {
        font-size: 30px;
    }
    .get-a-demo .footer-block
    {
        margin-bottom: 0;
    }
    .get-a-demo .heading-content h2
    {
        margin-bottom: 20px;
    }
    .get-a-demo .footer-block .heading-content
    {
        margin-bottom: 0;
    }
}
@media(max-width: 767px)
{
    .inner-pages-img
    {
        right: 50px;
        bottom: -80px;
    }
    .inner-pages-img img
    {
        height: 200px;
    }
    .benifits-text
    {
        margin-top: 40px;
    }
    .benifits-text h1
    {
        margin-top: 40px!important;
    }
    .htms-title h4
    {
        font-size: 27px;
    }
}
.democontactusform .form-control.error
{
    text-align: left;
}
.democontactusform .error
{
    color: #f00;
    font-size: 18px;
}
label.error
{
    margin-bottom: unset;
}
.ui-pnotify-title
{
    font-size: 20px;
}
.brighttheme-success
{
    background-color: #198754;
    color: #fff;
}
.brighttheme-error
{
    background-color: #dc3545;
    color: #fff;
}
.loader-section
{
    display: grid;
    place-items: center;
    position: absolute;
    z-index: 101;
    background: #ffffff69;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.loader-section .fa-spinner
{
    color: rgba(150,191,71,255);
}