﻿body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #231f20;
}

.container {
    padding: 0 15px;
}

ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.btn-primary {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    width: 234px;
    border: 2px solid #231f20;
    background-color: #fff;
    color: #231f20;
    border-radius: 40px;
}

    .btn-primary:hover, .btn-primary.active, .btn-primary:active {
        background-color: #ffd333 !important;
        border: 2px solid #ffd333 !important;
        outline: none;
        color: #231f20;
        box-shadow: none !important;
    }

    .btn-primary:focus {
        background-color: #fff;
        border: 2px solid #231f20;
        color: #231f20;
        box-shadow: none !important;
    }

.btn-secondary {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    width: 234px;
    border: 2px solid #fff;
    background-color: #fff;
    color: #231f20;
    border-radius: 40px;
}

a.btn:hover {
    text-decoration: none;
}

.navbar-brand {
    width: 226px;
}

.navbar-toggler {
    background-color: #ffd333;
    border-radius: 0;
    position: relative;
    padding: 15px 20px;
    margin-top: -4px;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .icon-bar {
        background-color: #231f20;
        width: 30px;
        height: 4px;
        border-radius: 0;
        display: block;
        margin-bottom: 5px;
    }

        .navbar-toggler .icon-bar:last-child {
            margin-bottom: 0;
        }

.text-large {
    font-size: 18px !important;
}

.text-medium {
    font-size: 16px;
}

.text-primary {
    color: #231f20 !important;
}

.text-secondary {
    color: #666 !important;
}

hr.separator-line {
    margin: 0;
}

a {
    color: #231f20;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        color: #231f20;
    }

/*====== font style ======*/
h1 {
    font-size: 72px;
    font-weight: 700;
    color: #231f20;
}

h2 {
    font-size: 48px;
    font-weight: 700;
    color: #231f20;
}

h3 {
    font-size: 36px;
    font-weight: 700;
    color: #231f20;
}

h4 {
    font-size: 24px;
    font-weight: 600;
    color: #231f20;
}

h5 {
    font-size: 20px;
    font-weight: 500;
    color: #231f20;
}

/*====== background colors style ======*/
.bg-yellow {
    background-color: #ffd333;
}

.bg-grey {
    background-color: #f0f0f0;
}

/*====== Navigation style ======*/
.navbar .container-fluid {
    padding: 0;
}

.navbar {
    padding: 45px 0;
}

.nav-item {
    padding: 0 21px;
}

.navbar-nav .nav-item:last-child {
    padding-right: 0;
}

    .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
    }

.nav-link {
    font-size: 20px;
    color: #231f20;
}

    .nav-link.active, .nav-link:hover, .nav-link:focus {
        color: #ffd333;
    }

/*====== Hero section style ======*/
.carousel-caption {
    text-align: left;
    text-transform: uppercase;
    top: 50%;
    margin-top: -123px;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    width: 60%;
}

    .carousel-caption h1 {
        line-height: 80px;
        font-weight: 600;
    }

        .carousel-caption h1 span {
            font-size: 97px;
            font-weight: 800;
        }

.z-index-1 {
    z-index: 1;
}

.tech-carousel-img {
    z-index: 1;
    position: absolute;
    right: 77px;
    top: 174px;
}

/*====== section-1 style ======*/
.section-1 {
    margin-top: 100px;
}

.section1-body {
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 30px;
}

    .section1-body h2, .section1-body h5, .section1-body p {
        float: left;
        width: 100%;
    }

    .section1-body .caption-line {
        float: left;
    }

.caption-line {
    padding: 25px 40px;
    background-color: #ffd333;
    text-transform: uppercase;
    font-weight: 500;
    width: auto;
    margin-top: 42px;
}

    .caption-line:hover {
        background-color: #e9c130;
    }

.section1-body h3 span {
    padding: 25px 30px;
    background-color: #ffd333;
    /*text-transform: uppercase;*/
    font-weight: 700;
    margin-top: 14px;
    float: left;
    width: auto;
}

.section1-body h5 {
    margin-top: 27px;
    margin-bottom: 40px;
    font-weight: 600;
}

.section-btn {
    margin-top: 30px;
    float: left;
}

    .section-btn li {
        display: inline-block;
        margin-right: 20px;
    }

/*====== featured services style ======*/
.home-services {
    margin-top: 84px;
    width: 100%;
    padding: 40px 0 85px 0;
}

    .home-services p {
        float: left;
        width: 100%;
        margin-top: 14px;
        color: #666666;
        text-align: center;
        display: flex;
    }

.service-panel {
    float: left;
    width: 100%;
    text-align: center;
}

.home-services p .caption-line {
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
}

.home-services h2 {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 86px;
}

.home-services h5 {
    margin-top: 79px;
    text-transform: uppercase;
}

.Model-Buttons {
    margin-bottom: 100px;
}

    .Model-Buttons .form-group {
        text-align: left !important;
    }

/*====== client style ======*/
.client-section {
    margin-top: 90px;
    margin-bottom: 150px;
}

    .client-section img {
        margin-top: 60px;
    }

.banner-panel {
    padding: 55px 50px 52px 50px;
    margin-bottom: 174px;
}

    .banner-panel a.btn {
        float: right;
        margin-top: 16px;
    }

/*====== about-us style ======*/

.about-banner-img {
    margin-bottom: 100px;
}

.separator-line {
    background: #cdcdcd;
}

.main-heading {
    float: left;
    width: 100%;
    margin: 89px 0 77px 0;
}

.services-section2 .main-heading {
    margin: 89px 0 27px 0;
}

.about-thumbnail {
    float: left;
    width: 100%;
}

.about-detail {
    float: left;
    width: 100%;
}

.accomplishment-panel {
    float: left;
    width: 100%;
}

.heading-border {
    display: block;
    width: 239px;
    height: 3px;
    background: #ffd333;
    margin: 28px auto 33px auto;
}

.about-detail .heading-border {
    margin: 50px 0 50px 0;
}

.about-thumbnail img {
    float: left;
    width: 100%;
}

.accomplishment-list {
    float: left;
    width: 100%;
    background-color: #ffd333;
    text-align: center;
    padding: 100px 0 100px 0;
}

    .accomplishment-list h4 {
        float: left;
        width: 100%;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 24px;
    }

    .accomplishment-list span {
        float: left;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 50px;
        font-weight: 700;
        margin-top: 40px;
        margin-bottom: 15px;
    }

.team-members {
    float: left;
    width: 100%;
}

    .team-members img {
        float: left;
        width: 100%;
    }

    .team-members h4 {
        float: left;
        width: 100%;
        margin-top: 35px;
    }

    .team-members h6 {
        float: left;
        width: 100%;
    }

.about-quotation {
    margin-top: -3px;
    margin-bottom: 96px;
}

.quote-img {
    margin-bottom: 40px;
}

.about-quotation h5 {
    font-style: italic;
    font-weight: normal;
    margin-bottom: 30px;
}
/*====== footer style ======*/
.social-icons {
    float: left;
    width: 100%;
}

    .social-icons a {
        float: left;
        padding-right: 20px;
        margin-top: 12px;
        font-size: 20px;
        color: #000;
        text-decoration: none;
    }

footer {
    float: left;
    width: 100%;
    padding: 100px 0;
    border-top: 1px solid #cdcdcd;
}

    footer p {
        display: table;
        margin-bottom: 0;
    }

        footer p img, footer p span {
            display: table-cell;
            vertical-align: middle;
        }

    footer img {
        float: left;
        margin-right: 20px;
    }

copyright {
    float: left;
    width: 100%;
    padding: 30px 0;
}

    copyright p {
        margin-bottom: 0;
        font-size: 16px;
        margin-top: 12px;
    }

.social-nav {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 8px;
}

    .social-nav li {
        display: inline-block;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        border: 3px solid #231f20;
        text-align: center;
        margin: 0 3px;
    }

        .social-nav li a i {
            font-size: 18px;
            color: #231f20;
        }

.language-dropdwon {
    float: right;
    margin-left: 30px;
}

    .language-dropdwon .form-select {
        background-color: transparent;
        border: 2px solid #231f20;
        border-radius: 40px;
        padding: 10px 20px;
        min-width: 135px;
        font-weight: 500;
        font-size: 16px;
    }

/*====== services style ======*/
.services-key-points {
    float: left;
    width: 100%;
}

    .services-key-points h3 {
        margin-bottom: 23px;
    }

    .services-key-points a {
        /*color: #ffd333;*/
        text-decoration: none;
    }

    .services-key-points p {
        margin-bottom: 30px;
    }

/*==== Blogs Section ==== */
.blog-panel {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .blog-panel .blog-img {
        float: left;
        width: 100%;
    }

        .blog-panel .blog-img img {
            width: 100%;
            height: auto;
        }

    .blog-panel .blog-body {
        float: left;
        width: 100%;
        text-align: center;
        border: 1px solid #d1d1d1;
        padding: 30px;
        border-top: 0;
    }

        .blog-panel .blog-body .blog-header p {
            margin-top: 3px;
            float: left;
            width: 100%;
            font-size: 14px;
        }

            .blog-panel .blog-body .blog-header p span {
                width: 54px;
                height: 1px;
                background-color: #ffd333;
                display: inline-block;
                margin-bottom: 5px;
                margin-left: 10px;
                margin-right: 10px;
            }

        .blog-panel .blog-body .blog-text-panel {
            float: left;
            width: 100%;
        }

            .blog-panel .blog-body .blog-text-panel p {
                font-size: 16px;
                color: #666;
            }

.load-more {
    margin-top: 40px;
}

/*==== Refrences Section ==== */
.ref-panel {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

    .ref-panel .ref-img {
        float: left;
        width: 100%;
    }

        .ref-panel .ref-img img {
            width: 100%;
            height: auto;
        }

    .ref-panel .ref-header h4 {
        font-size: 22px;
    }

    .ref-panel .ref-body {
        float: left;
        width: 100%;
        padding: 30px;
        border: 1px solid #d1d1d1;
    }

        .ref-panel .ref-body .ref-text-panel {
            float: left;
            width: 100%;
        }

            .ref-panel .ref-body .ref-text-panel p {
                font-size: 16px;
                color: #666;
                margin-top: 19px;
            }

.ref-thumbnail {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

.ref {
    float: left;
    width: 100%;
    border-left: 10px solid #ffd333;
    margin-bottom: 50px;
}

    .ref p {
        padding-left: 50px;
    }

.ref-detail-text-panel p:last-child {
    margin-bottom: 148px;
}

/*==== Blog Detail Section ==== */
.blog-detail-img {
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 45px;
}

.blog-detail-panel .blog-body {
    border: none !important;
    padding: 0;
}

.blog-detail-panel .blog-header {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.bolg-quote-panel {
    display: table;
    padding: 40px;
    width: 100%;
    margin-bottom: 55px;
}

.quote {
    display: table-cell;
    vertical-align: middle;
    padding-left: 75px;
}

.quote-icon {
    display: table-cell;
    vertical-align: middle;
}

.blog-gallery-panel {
    margin-top: 60px;
    margin-bottom: 150px
}

.blog-list-marg li:last-child .blog-panel {
    margin-bottom: 83px;
}

/*==== Contact Section ==== */
.form-control {
    float: left;
    width: 100%;
    height: 60px;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    margin-top: 5px;
    margin-bottom: 43px;
}

textarea {
    min-height: 210px !important;
    margin-bottom: 10px !important;
}

.col-md-12.checkbox-panel {
    margin-top: 12px;
    position: relative;
}

#contactus-submission .checkbox-panel .error {
    margin-top: 6px !important;
}

/*====== reviews carousel style ======*/
.review-img-panel {
    position: relative;
}

    .review-img-panel img {
        width: 100%;
        padding-right: 80px;
    }

.control-panel {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -68px;
    z-index: 1;
    margin-right: 18px;
}

.reviews-header h2 {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 86px;
}


.reviews-carousel .carousel-caption p, .reviews-carousel .carousel-caption h4 {
    text-transform: initial;
}

.reviews-carousel .carousel-caption h4 {
    margin-top: 27px;
    float: left;
    width: 100%;
}

.reviews-carousel .carousel-control-prev-icon, .reviews-carousel .carousel-control-next-icon {
    background: none;
}

.reviews-carousel .carousel-control-prev {
    width: 50%;
    text-align: right;
}

.reviews-carousel .carousel-control-next {
    width: 50%;
    text-align: left;
}

.reviews-carousel .carousel-control-next-icon, .reviews-carousel .carousel-control-prev-icon {
    width: 100%;
    padding: 0 5px;
}

.revirew-caption-mobile {
    display: none;
}

.language-dropdown {
    float: right;
    margin-top: 3px;
}

    .language-dropdown button {
        background-color: transparent;
        border: 2px solid #231f20;
        width: 131px;
        padding: 15px;
        margin-left: 40px;
        height: 42px;
        padding-top: 7px;
    }

        .language-dropdown button:hover {
            border: 2px solid #231f20;
        }

    .language-dropdown ul {
        border-radius: 15px;
        background-color: #ffd333;
        padding: 15px 0;
        border: 2px solid #231f20;
    }

        .language-dropdown ul li {
            padding: 10px;
        }

            .language-dropdown ul li:hover {
                background-color: #231f20;
            }

                .language-dropdown ul li:hover a {
                    color: #fff !important;
                    text-decoration: none;
                }

            .language-dropdown ul li a:hover {
                text-decoration: none;
                color: #fff;
            }

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    box-shadow: none !important;
}

.btn-secondary:hover {
    background-color: #231f20 !important;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    background-color: #231f20;
}

/*=== Popup Forms ===*/
.start-a-project textarea {
    min-height: 120px !important;
}

.form-group {
    float: left;
    width: 100%;
}

.start-a-project .form-group .form-control {
    margin-bottom: 23px !important;
}

.start-a-project .form-group button {
    margin-top: 20px !important;
}

.modal-body {
    padding: 30px;
}

#contactus-submission {
    margin-bottom: 100px;
}

ul#referenceList {
    margin-bottom: 69px;
}

.blog-load-more {
    margin-bottom: 100px;
}

label.error {
    float: left;
    width: 100%;
    margin-top: -16px;
    margin-bottom: 13px;
    font-size: 16px;
    color: red;
}

label#policy-error {
    position: absolute;
    top: 17px;
    margin-left: -12px;
}

#contactus-submission label.error {
    margin-top: -34px !important;
}

#ccc[dark] #ccc-icon {
    fill: #000025;
}

#ccc[left] #ccc-icon {
    left: 0;
}

#ccc-icon {
    position: fixed;
    bottom: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    left: 0;
    z-index: 99999;
    fill: #000025 !important;
}

    #ccc-icon:focus {
        outline: none !important;
    }

svg:not(:root) {
    overflow: hidden;
}

#star path {
    fill: #fff !important;
}

#ccc .ccc-svg-element {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px !important;
    margin-left: 8px;
}

#ccc[dark] a, #ccc[dark] h2, #ccc[dark] h3, #ccc[dark] p, #ccc[dark] span {
    color: #fff;
    fill: #fff;
}

#ccc, #ccc #ccc-content, #ccc #ccc-notify, #ccc h2, #ccc h3, #ccc p, #ccc span, #ccc a {
    color: #FFF !important;
    fill: #FFF !important;
}

.checkbox-toggle {
    display: none;
}

#ccc .ccc-module--slideout .ccc-info {
    display: none;
}

#ccc .optional-cookie {
    display: none;
}

/*=== How we work ===*/
.work-lt-panel {
    margin-bottom: 70px;
}

    .work-lt-panel ol, .work-lt-panel ul {
        padding-left: 20px;
    }

    .work-lt-panel h3 {
        margin-bottom: 35px;
    }

.workList li {
    margin-bottom: 15px;
    padding-left: 15px;
}

    .workList li::marker {
        font-weight: 700;
    }

    .workList li ul {
        list-style: disc;
    }

        .workList li ul li {
            padding-left: 5px;
            margin-top: 10px;
        }

            .workList li ul li::marker {
                color: #ffd333;
            }

.work-lt-panel:last-child {
    margin-bottom: 78px;
}

.how-we-work {
    float: left;
    width: 100%;
    margin: 89px 0 11px 0;
}


/*=== cookies banner ===*/
.ccc-content--dark {
    background-color: #231f20 !important;
}

#ccc-icon {
    fill: #ffd333 !important;
}

#ccc .ccc-notify-button {
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 15px !important;
    border: 2px solid #fff !important;
    background-color: #fff;
    color: #fff;
    border-radius: 40px !important;
}

    #ccc .ccc-notify-button:hover, #ccc .ccc-notify-button.active, #ccc .ccc-notify-button:active {
        background-color: #ffd333 !important;
        border: 2px solid #ffd333 !important;
        outline: none;
        color: #231f20;
        box-shadow: none !important;
    }

#ccc {
    font-family: 'Poppins', sans-serif !important;
}

    #ccc .ccc-notify-button:hover span, #ccc .ccc-notify-button.active span, #ccc .ccc-notify-button:active span {
        color: #231f20 !important;
    }

#ccc {
    font-family: 'Poppins', sans-serif !important;
}

/*=== Other Pages ===*/
.other-page-content p {
    margin-bottom:30px;
}

.other-page-content {
    margin-bottom: 67px;
}

#thankYouMsg {
    text-align: center;
    margin-bottom: 100px;
}

#ThankYouMsgProject, #ThankYouMsgDeveloper {
    text-align: center;
    width:100%;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ffd333 !important;
    outline: 0;
    box-shadow: none;
}

.bottom-nav {
    float: right;
    margin-left: 38px;
    margin-top: 10px;
}

.services-section2 {
    margin-bottom: 56px;
}

.policyLabel {
    float: left;
    margin-left: 20px;
    margin-top: -20px;
    margin-bottom: 40px;
}

    .policyLabel a:hover {
        text-decoration:underline;
    }

    input {
        float: left;
    }

.contactPolicyLabel {
    margin-left: 8px;
    margin-top: 0;
    float: left;
    margin-bottom: 26px;
}

.formCheckbox {
    float: left;
    margin-top: 7px;
}

#ccc-icon {
    width: 55px !important;
    height: 55px !important;
}

.model-policy-checkbox {
    position:relative;
}

.model-policy-checkbox label#policy-error {
    top: 100%;
    margin-top: -35px;
}

.checkbox-container input {
    float: left;
}

.checkbox-container label {
    float: left;
    width: calc(100% - 30px);
}

.checkbox-container label a:hover {
    text-decoration: underline;
}

