@font-face {
    font-family: "Avenir Next LT Pro Light";
    src: url("../fonts/Avenir/AvenirNextLTPro-Light.otf");
}

*,
html,
body {


    font-family: "Avenir Next LT Pro Light" !important;
}

input {
    background-color: transparent;
}

h2 {
    font-size: 1.75rem;
}

p {
    color: #878787;
}

section,
footer {
    position: relative;
    padding: 50px 0;
}

body {
    background-color: #FAF8F5;
}

.downarrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}

.downarrow a {
    padding: 0px;
    width: 50px;
    border-radius: 50%;
}

.downarrow a img {
    border: 1px solid #000;
    border-radius: 50%;
    width: 100%;
}

.active1 {
    border-bottom: 4px solid #2EB66D;
}

.active1 a {
    color: #2EB66D !important;
    font-size: 20px !important;
}

.backToTop {
    width: 55px;
    height: 55px;
}

.backToTop img {
    width: 100%;
    height: 100%;
    vertical-align: unset;
}

.header {
    font-size: 2rem;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 10px;
}

.line1 {
    width: 65px;
    height: 3px;
    background-color: #2EB66D;
    border: 1px solid #2EB66D;
    border-radius: 10px;
    margin-left: 23px;
    margin: 0 auto;
}

.line2 {
    width: 25px;
    height: 3px;
    background-color: #2EB66D;
    border: 1px solid #2EB66D;
    border-radius: 10px;
    margin: 0 auto;
}












/*##########################################     Home Page Start      ###########################*/

.homePage {
    height: 83vh;
    width: 100%;
}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #f4f4f4;
    /* Set a background color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 50%;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #ddd;
    /* Add a dark-grey background on hover */
}

#navbar {
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.logo {
    display: inline-block;
    width: 120px;
    padding: 20px;
    height: 90px;
}

.logoURL {
    width: 100%;
    height: 100%;
}

.button1 {
    border-radius: 50px;
    width: 160px;
    color: #2EB66D;
}

.getQuote {
    float: right;
    clear: both;
    margin-right: 20px;
    margin-top: 20px;
}

.tag {
    margin-bottom: 0px;
    line-height: 85px;
    font-size: 70px;
}

.homeHead {
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu {
    display: block;
}

.homeHead h2 {
    position: relative;
}

.tagLine {
    color: #afafaf;
}

.button2 {
    letter-spacing: 2px;
    font-size: 10px;
    width: 200px;
    height: 40px;
    border-radius: 80px;
    font-weight: 900;
    line-height: 10px;
    padding-left: 20px;
}

.buttonDown {
    width: 30px;
    height: 25px;
    margin-left: 40px;
}


.homeService_Desktop,
.homeService_Mobile {
    margin: 4% 0;
}

.flip-box {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    /* Remove this if you don't want the 3D effect */
}


/* This container is needed to position the front and back side */

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.5s;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}


/* Do an horizontal flip when you move the mouse over the flip box container */

.homeServiceIcon:hover .flip-box-inner {
    backface-visibility: hidden;
    transform: rotateY(180deg);
}

.homeServiceIcon:hover {
    backface-visibility: hidden;
    background-color: #2EB66D;
}


/* Position the front and back side */

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}


/* Style the back side */

.flip-box-back {
    backface-visibility: hidden;
    transform: rotateY(180deg);
}

.homeServiceIcon {
    perspective: 1000px;
    display: block;
    margin: 4% auto;
    width: 100px;
    height: 100px;
    padding: 22px;
    background-color: #fff;
    backface-visibility: hidden;
    margin-bottom: 10px;
}

.homeServiceIcon img {
    width: 100%;
    height: 100%;
}


.homeService_Desktop {
    display: flex;
}

.homeService_Mobile {
    display: none;
}












/*##########################################     Home Page End      ###########################*/


/*##########################################     Navigation  Start      ###########################*/

.nav_tab {
    margin: 0px auto;
    width: 85%;
    height: 80px;
    background-color: #FAF8F5;
}


.nav_logo {
    display: inline-block;
    margin-top: 5px;
    padding: 10px;
    width: 100px;
    height: 70px;
}

.nav_logo img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.mobileMenuimg {
    display: none;
}

.mobileMenuimg1 {
    display: none;
}

.mobileImg {
    display: none;
}

.nav-item {
    line-height: 60px;
}

.nav-link {
    font-size: 16px;
    color: #1F3042;
}

.nav-item:hover,
.nav-link:hover,
.nav-item:active,
.nav-link:active {
    color: #2EB66D;
}

.nav-item:hover,
.nav-item:active {
    border-bottom: 4px solid #2EB66D;
}














/*##########################################     Navigation  End      ###########################*/


/*##########################################     About Us Start      ###########################*/

.aboutUS {
    background-color: #fcfcfc;
    padding-bottom: 70px;
}







/*##########################################     About Us End      ###########################*/


/*##########################################     Service Start      ###########################*/

.service_name {
    font-weight: 600;
}

.service_row {
    margin-top: 50px;
    margin-bottom: 10px;
}

.projectService {
    display: inline-block;
    margin: 0px auto;
}

.projectDetails {

    transition: all 0.2s linear;
}

.projectDetails p {
    color: #2EB66D;
}

.projectDetails img {
    width: 45%;
    height: 45%;
    margin-bottom: 5px;
}

.projectDetails:hover {
    transform: scale(1.1);
}















/*##########################################     Service End      ###########################*/


/*##########################################     Technologies Start      ###########################*/

.Tech {
    background-color: #FCFCFC;
}

.tech_head {
    margin: auto;
}

.tech_img_lang {
    margin: 15px;
    padding: 15px;
    border: 1px solid #eee;
    float: right;
}

.tech_img_lang img {
    width: 85%;
    height: 100%;
}

.tech_img_lang1 {
    margin: 15px;
    padding: 15px;
    border: 1px solid #eee;
    float: right;
}

.tech_img_lang1 img {
    width: 90%;
    height: 100%;
}

.tech_img_row {
    margin-top: 30px;
}

.techService {
    display: inline-block;
    margin: 0px auto;
    margin-right: auto;
    margin-left: auto;
}

.techService div {
    margin-left: 35px;
    padding-right: 35px;
    width: 150px;
    height: 90px;
}

.techService div img {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.techService div:hover {
    transform: scale(1.1);
}

.tech_img {
    padding-left: 3rem;
}












/*##########################################     Technologies End      ###########################*/



/*##########################################     Work Start      ###########################*/

.project_details {
    margin-top: 40px;
}

.project_detail>div>h2,
.project_details>div>h2 {
    color: #2EB66D;
}

.project_details1 {
    display: none;
}

.work_img {
    width: 100%;
    height: 100%;
}

.work_img img {
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 150px -75px;
}

.work_overview {
    margin-top: 50px;
    padding-top: 25px;
    background-color: #fcfcfc;
}

.companyDetails {}

.companyDetails1 {
    width: 26%;
    height: 100px;
}

.br {
    /*height: 100px;*/
}

.br1 {
    border-right: 1px solid #ccc;
    padding: 20px 0px;
    margin-top: 20px;
}

.bl {
    border-left: 1px solid #ccc;
}

.workService div {
    margin-top: 3rem;
}

.workService div span {
    color: #2EB66D;
}

.tech_lang {}













/*##########################################     Work End      ###########################*/

.static_value {
    font-size: 52px;
}

.static_name {
    font-size: 20px;
}




/*##########################################     Testimonials Start      ###########################*/

.testimonials {
    background-color: #FCFCFC;
}

.testmonials_box {
    margin: 0 auto;
    margin-top: 70px;
    background-color: #fff;
    width: 80%;
}

.carousel {
    height: 400px;
    margin-top: 70px;
}

.carousel-inner {}

.carousel-item {
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 30px;
    width: 80%;
    height: 400px;
}

.carousel-item img {
    width: 70px;
    height: 70px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232EB66D' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232EB66D' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.swiper-container {
    width: 100%;
    height: 400px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    margin: 0 auto;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 80%;
    height: 400px;
}

.swiper-slide img {
    margin-top: 40px;
    width: 70px;
    height: 70px;
}

.testimonials_text {
    padding-left: 55px;
    padding-right: 55px;
    margin-top: 10px;
}










/*##########################################     Testimonials End      ###########################*/


/*##########################################     Quote Start      ###########################*/

.input {
    border: none;
    border-bottom: 1px solid #999;
    width: 100%;
}

.input:focus {
    outline: none;
}

.input:hover {
    border-bottom: 1px solid #2EB66D;
}

.input:active {
    border-bottom: 1px solid #2EB66D;
}

.label {
    margin: 0px;
}

.budget_input:active,
.budget_input:focus,
.budget_input:hover {
    outline: none;
}

.btn2 {
    border-radius: 30px;
    width: 150px;
    display: block;
    margin: 46px auto;
}














/*##########################################     Quote End      ###########################*/

.contact {
    padding-bottom: 0px;
    background-color: #FCFCFC;
}

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












/*##########################################     Footer Start      ###########################*/

.connect {
    width: 100%;
}

.connect div {}

.connect div img {
    cursor: pointer;

    width: 50px;
    height: 50px;
}

.footermenu {
    margin-top: 3rem;
}

.footermenu h5 {
    font-weight: 900;
}

.footermenu h6 {
    cursor: pointer;
    font-weight: 600;
    color: #888;
    margin-top: 10px;
}


.footermenu {
    margin-top: 3rem;
}

.footermenu h5 {
    font-weight: 900;
}

.footermenu h6 {
    cursor: pointer;
    font-weight: 600;
    color: #888;
    margin-top: 10px;
}

.footerbottom {
    margin-top: 40px;
}

.footerbottom .payment_policies {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.footerbottom .payment_policies a {
    color: #5479f5;
}

.footerbottom .copyright_title {
    text-align: center;
    margin-bottom: 0px;
    font-size: 15px;
    margin-top: 4px;
}









/*##########################################     Footer End      ###########################*/

@media (min-width: 993px) and (max-width: 1370px) {
    .homeHead {
        margin-top: 7%;
    }

    .homeHead h1 {
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    section {
        position: relative;
        padding: 20px 0;
    }

    footer {
        padding: 0px 0px;
    }

    h2 {
        font-size: 1.35rem;
    }

    .homeService_Desktop {
        display: none;
    }

    .homeService_Mobile {
        display: flex;
    }

    .homeServiceIcon {
        cursor: pointer;
    }

    .homeServiceIcon:hover {
        background-color: #fff;
    }

    .downarrow {
        display: none;
    }

    .homeHead h1 {
        font-size: 1.5rem;
    }

    .homePage {
        height: auto;
        width: 100%;
    }

    .nav_tab {
        margin: 0px auto;
        width: 100%;
        height: 80px;
        background-color: #FAF8F5;
    }

    .static_value {
        font-size: 24px;
    }

    .static_name {
        font-size: 18px;
    }

    .projectDetails {
        margin-top: 30px;
    }

    .projectDetails img {
        width: 50%;
        height: 50%;
        margin-bottom: 10px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 25px;
        height: 25px;
        background-size: 10px 25px;
    }

    .mobileMenuimg {
        display: block;
    }

    .backIcon,
    .menuIcon {
        margin-top: 20px;
    }

    .mobileMenuimg1 {
        display: block;
    }

    .mobileImg {
        display: flex;
    }

    .backIcon {
        margin-top: 20px;
        display: none;
    }

    .logoimg {
        display: inline-block;
    }

    .mobileMenuimg svg {
        color: #2EB66D;
    }

    .mobileMenuimg1 svg {
        color: #2EB66D;
    }

    .br {
        border-right: none;
    }

    .br1 {
        border-right: none;
    }

    .tech_img_lang {
        margin: 10px;
        padding: 10px;
    }

    .tech_img_lang1 {
        margin: 10px;
        padding: 10px;
    }

    .tech_img_lang img {
        width: 65%;
        height: 100%;
    }

    .tech_img_lang1 img {
        width: 75%;
        height: 100%;
    }

    .nav_logo {
        display: block;
        margin: 0 auto;
        margin-top: 5px;
        padding: 10px;
        width: 100px;
        height: 70px;
    }

    .nav_logo1 {
        margin: 10px auto;
    }

    .nav_logo1 img {
        padding: 10px;
        width: 80px;
        height: 60px;
    }

    .menu {
        z-index: 99;
        display: none;
        height: 100vh;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: 0.5s;
        background-color: #fff;
    }

    .nav {
        display: block;
        position: relative;
        background-color: #fff;
    }

    .nav-item {
        display: block;
        line-height: 40px;
    }

    .project_details1 {
        display: block;
        margin-top: 40px;
    }

    .project_details {
        display: none;
    }

    .work_img {
        margin: 20px 0px;
    }

    .swiper-container {
        width: 100%;
        height: 100%;
        margin-top: 70px;
        margin-left: auto;
        background-color: #fff;
        margin-right: auto;
    }

    .service_row {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .swiper-slide {
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        height: 100%;
    }

    .testimonials_text {
        padding-left: 35px;
        padding-right: 35px;
        margin-top: 10px;
    }

    .workService div {
        margin-top: 1rem;
    }

    .footermenu {
        margin-top: 1rem;
    }

    .footermenu h5 {
        font-size: 1rem;
    }

    .footermenu h6 {
        margin-top: 5px;
        font-size: 0.75rem;
    }

    .footerbottom {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .tech_img {
        padding-left: 1.5rem;
    }

    .active1 {
        border-bottom: none;
    }

    .nav-item:hover,
    .nav-item:active {
        border-bottom: none;
    }

    .active1 a {
        color: #2EB66D !important;
        font-size: 20px !important;
    }
}

@media(max-width: 576px) {
    .offset-1 {
        margin-left: 5%;
    }
}