﻿@import 'https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css';
@import 'https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css';

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #333333;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: unset !important;
    font-weight: normal !important;
    position: relative;
}

@media all and (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}

p {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
}

/*=== Generic Style ===*/
.text-large {
    font-size: 24px;
    line-height: 36px;
}

.text-medium {
    font-size: 20px;
}

.text-small {
    font-size: 18px;
    line-height: 26px !important;
}

h1 {
    font-size: 72px;
    /*text-transform: uppercase;*/
    font-weight: 300;
    letter-spacing: -2px;
    word-spacing: 3px;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

h3 {
    color: #A2C340 !important;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    line-height: unset !important;
    margin-bottom: 1rem;
}

strong {
    font-weight: normal;
}

a {
    color: #333333;
    font-size: 18px;
}

    a:hover {
        color: #a1c435;
        text-decoration: none;
    }

.fa {
    font-size: 22px;
    cursor: pointer;
}

    .fa:hover {
        color: #a1c435;
    }

.fa-phone {
    float: left;
    margin-right: 12px;
}

.buttonPrimary {
    border: 1px solid #cdcdcd;
    border-radius: 13px;
    padding: 10px 20px;
    font-size: 18px;
    color: #333;
    margin-top: 12px;
}

    .buttonPrimary:hover {
        background-color: #a1c435;
        border: 1px solid #a1c435;
        color: #fff !important;
    }

.textGreen {
    color: #a1c435;
}

ul {
    padding: 0;
    margin: 0;
}

.mr-t-8 {
    margin-top: 8px;
}

.mr-t-15 {
    margin-top: 15px;
}

.mr-t-20 {
    margin-top: 20px;
}

.mr-t-30 {
    margin-top: 30px;
}

.mr-t-40 {
    margin-top: 40px;
}

.mr-t-50 {
    margin-top: 50px;
}

.mr-t-80 {
    margin-top: 80px;
}

.mr-b-50 {
    margin-bottom: 50px;
}

.opac-0 {
    opacity: 0;
}

.displayMedium {
    display: none;
}

hr {
    width: 100%;
    height: 1px;
    float: left;
    border-color: #e3e3e3;
    display: block;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.pad-left-0 {
    padding-left: 0;
}

.pad-right-0 {
    padding-right: 0;
}
/*============================================*/

/*=== header ===*/
.mobileNav {
    display: none
}

nav {
    float: left;
    width: 100%;
}

header {
    padding: 0;
    float: left;
    width: 100%;
}

.navbar-brand {
    margin-right: 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 25px 8px;
    /*text-transform: uppercase;*/
    display: inline-block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {
    padding: 15px;
    font-size: 16px;
}

    .navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
        background-color: #a1c435;
        color: #fff;
    }

.navbar-fixed-top {
    background-color: #fff;
    box-shadow: 0px 18px 30px rgba(0,0,0,0.05);
    opacity: 0.95;
}

.navbar li a {
    font-size: 18px;
    color: #b6b6b6;
}

    .navbar li.active a, .navbar li a:hover {
        color: #a1c435;
    }

#main-menu li a.dropdown-toggle {
    padding: 25px 8px;
    display: inline-block;
}

.socialNav {
    float: right;
    text-align: center;
}

    .socialNav a, .socialNav ul {
        float: left;
    }

    .socialNav li {
        display: inline-block;
        list-style-type: none;
        margin-left: 5px;
    }

    .socialNav a {
        font-size: 18px;
        margin-top: 5px;
        text-transform: uppercase;
    }

    .socialNav > a {
        margin-right: 10px;
    }

.navbar-toggler {
    background-color: #a1c435;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
}
/*============================================*/

/*=== Video ===*/
.videoContainer {
    padding: 0;
}

.heroSection {
    float: left;
    width: 100%;
    position: relative;
    max-height: 600px;
    overflow: hidden;
    background-color: #000;
}

.mainCaptain {
    padding: 60px 0;
    float: left;
    width: 60%;
    text-align: left;
    position: absolute;
    top: 22%;
    margin-left: 20%;
    color: white;
}

    .mainCaptain h1 {
        font-weight: 400;
        font-size: 60px;
        text-transform: uppercase;
        font-family: 'Ubuntu', sans-serif;
        margin-bottom: 15px;
    }

    .mainCaptain p {
        /*text-transform: lowercase;*/
        width: auto;
        float: left;
        font-size: 24px;
    }

video {
    width: 101%;
    height: auto;
    margin-bottom: 30px;
    float: left;
    margin-top: -155px;
    transform: scale(1.2);
    opacity: 0.4;
}
/*============================================*/
/*=== Core Features ===*/
.coreFeatures .caseStudy:nth-child(2n+2) .caseImagePanel {
    order: 2;
}

.caseBody, .headingPanel {
    float: left;
    width: 100%;
}

.caseStudy .caseImage {
    display: block;
    opacity: 1;
    transition: all .3s ease;
    width: 100%;
    overflow: hidden;
}

    .caseStudy .caseImage:hover {
        opacity: .85;
    }

        .caseStudy .caseImage:hover img {
            transform: scale(1.05);
            transition: all 1.2s ease;
        }

.caseImage img {
    width: 100%;
    transform: scale(1);
    transition: all .6s ease;
}


.caseBody p:first-child {
    margin-top: 0;
}

.caseBody ul {
    margin-left: 15px;
}

    .caseBody ul li {
        margin-bottom: 10px;
    }
/*============================================*/
/*=== Our Core Clients ===*/
.clientPanel {
    float: left;
    width: 100%;
}

    .clientPanel ul {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }

        .clientPanel ul li {
            display: inline-block;
            text-decoration: none;
            width: 138px;
            height: 138px;
        }

            .clientPanel ul li a img {
                border: 1px solid #eee;
                display: inline-block;
            }

.gutter-14 li {
    padding-left: 7px;
    padding-right: 7px;
}
/*============================================*/

/*=== Clients Animation ===*/

.clientItem a img {
    border: 1px solid #d1d1d1;
    margin-bottom: 30px;
}

.clientPanel .clientItem:nth-child(8n+1) {
    animation-delay: 0.5s;
}

.clientPanel .clientItem:nth-child(8n+2) {
    animation-delay: 0.4s;
}

.clientPanel .clientItem:nth-child(8n+3) {
    animation-delay: 0.3s;
}

.clientPanel .clientItem:nth-child(8n+4) {
    animation-delay: 0.2s;
}

.clientPanel .clientItem:nth-child(8n+5) {
    animation-delay: 0.1s;
}

.clientPanel .clientItem:nth-child(8n+6) {
    animation-delay: 0.05s;
}

.clientPanel .clientItem:nth-child(8n+7) {
    animation-delay: 0.025s;
}

.clientPanel .clientItem:nth-child(8n+8) {
    animation-delay: 0.01s;
}
/*============================================*/

/*=== Testimonial ===*/
.carousel-indicators {
    position: inherit;
    margin-top: -19px;
    margin-bottom: 27px;
}

.carousel-item ul {
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    list-style: none;
}

    .carousel-item ul li {
        display: inline-flex;
    }


.imgPanelTestimonial {
    float: left;
    width: 157px;
    height: 157px;
    border-radius: 50%;
    background-color: gray;
    overflow: hidden;
    margin: 20px 0 0 30px;
    border: 3px solid #e1e1e1;
    margin-left: 0;
    margin-right: 50px;
}

.carousel-item ul li .carousel-caption {
    float: left;
    width: 100%;
    text-align: left;
    position: inherit;
    left: 0;
    right: 0;
    margin-right: 0 !important;
}

    .carousel-item ul li .carousel-caption h5, .carousel-item ul li .carousel-caption p {
        color: #333;
    }

.carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #e6e6e6;
    list-style-type: none;
}

    .carousel-indicators li.active {
        background-color: #a1c435;
    }
/*============================================*/

/*=== footer ===*/
footer {
    font-weight: normal;
}

.footerNav {
    font-weight: normal;
}

    .footerNav p, .footerBody p {
        font-size: 16px !important;
        margin-top: 20px;
        margin-bottom: 20px;
        float: left;
    }


    .footerNav .text-small a {
        white-space: nowrap;
    }

.footer ul {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    float: left;
}

    .footer ul li {
        display: block;
        width: 100%;
        list-style-type: none;
        margin: 10px 0 0 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

        .footer ul li:last-child {
            border: none;
        }

        .footer ul li a {
            font-size: 16px;
            padding-top: 0;
        }

.footerPanel, .footerlogo, .footerBody {
    width: 100%;
}

.footerNav ul li {
    display: inline-block;
    list-style-type: none;
}

    .footerNav ul li a {
        font-size: 16px;
    }

.footerNav {
    padding-bottom: 30px;
    margin-top: 15px;
}

.company-info li {
    border: none !important;
    display: inline-block !important;
    width: auto !important;
    font-size: 16px;
    float: left;
}

    .company-info li:first-child {
        padding-right: 7px;
        min-width: 151px;
    }
/*============================================*/
/*=== About use ===*/
.mainInnerCaptain {
    float: left;
    width: 100%;
    padding: 70px 170px 60px 170px;
}

.awards {
    border-bottom: 3px solid #a1c435;
    float: left;
    width: 100%;
}

.certificatePanel {
    padding-bottom: 50px;
    padding-top: 0;
    float: left;
    width: 100%;
}

    .certificatePanel h2 {
        font-size: 38px;
        font-family: 'Ubuntu', sans-serif;
    }

.jumbotron {
    background-color: #f3f3f3;
    margin-top: 100px;
}

.development-team-list {
    list-style: none;
}

    .development-team-list h3 {
        color: #a1c435;
        font-size: 30px;
    }
/*============================================*/

/*=== SERVICES ===*/
/*==== custom card deck ====*/

.custom-card-deck .row div:nth-child(2n+2) .card .card-body {
    order: 2;
}

.custom-card-deck .card {
    border-color: #e0e0e0;
}

.card-deck .card {
    margin-right: 0;
    margin-left: 0;
}

.custom-card-deck .card .card-body {
    padding: 50px 30px;
}

    .custom-card-deck .card .card-body .card-title {
        margin-bottom: 43px;
        font-weight: normal;
    }

    .custom-card-deck .card .card-body p {
        line-height: 25px;
    }

/*==== custom card deck end ====*/
/*==== table panel ====*/
.table-panel {
    display: table;
    text-align: center;
    height: 100%;
    width: 100%;
}

    .table-panel .table-panel-body {
        display: table-cell;
        vertical-align: middle;
    }
/*==== table panel end ====*/
/*==== color panel ====*/
.technlogyPanel .row:nth-child(5n+1) .table-panel {
    background-color: #568bc8;
}

.technlogyPanel .row:nth-child(5n+2) .table-panel {
    background-color: #fb6e70;
}

.technlogyPanel .row:nth-child(5n+3) .table-panel {
    background-color: #e5a867;
}

.technlogyPanel .row:nth-child(5n+4) .table-panel {
    background-color: #75d05c;
}

.technlogyPanel .row:nth-child(5n+3) .table-panel {
    background-color: #702586;
}

.table-panel {
    color: #fff;
}

.technlogyPanel .row:nth-child(2n+2) .technlogyPanelBody {
    order: 2;
}

.technlogyPanel .row:nth-child(2n+1) .technlogyPanelBody {
    padding-right: 0;
}

.technlogyPanel .row:nth-child(2n+1) .technlogyImagePanel {
    padding-left: 0;
}

.technlogyPanel .row:nth-child(2n+2) .technlogyPanelBody {
    padding-left: 0;
}

.technlogyPanel .row:nth-child(2n+2) .technlogyImagePanel {
    padding-right: 0;
}

.custom-list {
    margin-left: -7px;
    margin-right: -7px;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .custom-list .custom-list-item {
        padding-left: 7px;
        padding-right: 6px;
        margin-bottom: 14px;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

.logo-panel {
    border: 1px solid #e0e0e0;
    padding: 10px;
    width: 100%;
}
/*============================================*/

/*=== Portfolio ===*/
.portfolioPanel {
    width: 100%;
    float: none;
}

.portfolioPanelImg {
    display: block;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.portfolioTabs {
    width: 100%;
    display: block;
}

    .portfolioTabs li {
        display: inline-block;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #a1c435 !important;
    border-radius: 0;
}

.projectDescription {
    padding: 20px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex !important;
    visibility: hidden;
    background-color: #a1c435;
    text-align: center;
}

.portfolioPanelImg:hover .projectDescription {
    visibility: visible;
}

.projectDescription .projectDescriptionPanel {
    vertical-align: middle;
    text-align: center;
    color: white;
    width: 100%;
}

    .projectDescription .projectDescriptionPanel h4 {
        margin-bottom: -4px;
    }

    .projectDescription .projectDescriptionPanel p {
        margin-top: 20px;
    }

.titleDivider {
    width: 80px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
}

/* Sweep To Left */
.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-sweep-to-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #a1c435;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
        color: #fff;
    }

        .hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

/*=== Clients ===*/
.clientlist {
    float: left;
    width: 100%;
    margin-bottom: -63px;
}

    .clientlist ul li {
        display: inline-block;
        text-decoration: none;
        width: 270px;
        height: 270px;
    }
/*============================================*/

/*=== Contact ===*/
.addresslist li i {
    color: #a2c753;
    position: relative;
    top: 2px;
    margin-right: 7px;
    font-size: 22px;
}

.addresslist li {
    margin-bottom: 15px;
}

.addresslist {
    list-style: none;
    width: 100%;
    margin-top: 50px;
}
/*============================================*/

#googleMap_Contact {
    margin-top: 50px;
}

/*=== Meet The Team ===*/

.team-panel-img {
    width: 100%;
}

.team-panel {
    position: relative;
    height: 220px;
    background-color: #e8e9ed;
    text-align: center;
    margin-bottom: 30px;
}

.team-panel-description {
    position: absolute;
    bottom: 20px;
    height: auto;
    background-color: #ffffff;
    padding: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.team-social-icons {
    margin-bottom: 43px;
    margin-top: 30px;
    float: left;
    width: 100%;
    text-align: center;
}

    .team-social-icons ul {
        list-style: none;
        display: inline-flex;
    }

        .team-social-icons ul li {
            margin-right: 8px;
        }

            .team-social-icons ul li:last-child {
                margin-right: 0;
            }

    .team-social-icons a {
        padding: 0 7px;
    }

.team-info {
    float: left;
    width: 100%;
    text-align: center;
}

    .team-info h3 {
        font-size: 30px;
    }

    .team-info span {
        font-size: 18px;
        color: #666666;
    }

/*=== How we work ===*/
.life-cycle {
    position: relative;
    display: block;
    margin-bottom: 50px;
    margin-top: 27px;
}

    .life-cycle::before {
        position: absolute;
        display: block;
        content: "";
        left: 50%;
        top: 10.8%;
        bottom: 10.8%;
        border-right: 2px solid #d4d4d4;
        z-index: -1;
    }

    .life-cycle .row:nth-child(2n+1) .col-md-6:nth-child(2n+1) {
        order: 2;
    }

​
.content-panel {
    margin-top: 45px;
}

    ​
    .content-panel h3 {
        margin-bottom: 21px;
    }

.life-cycle .row:nth-child(2n+1) .col-md-6:nth-child(2n+1) .timeSpan {
    position: absolute;
    right: 50%;
    left: 0;
    border-top: 2px solid #94c2d1;
    top: 50%;
    z-index: -1;
}

.life-cycle .row:nth-child(2n+2) .col-md-6:nth-child(2n+1) .timeSpan {
    position: absolute;
    right: 0;
    left: 50%;
    border-top: 2px solid #94c2d1;
    top: 50%;
    z-index: -1;
}

​

.mb-60 {
    margin-bottom: 60px;
}

.life-cycle .row:nth-child(2n+1) .col-md-6:nth-child(2n+1) .timeSpan::after {
    content: " " !important;
    position: absolute !important;
    display: block !important;
    margin: -25px !important;
    right: 100% !important;
    height: 49px !important;
    width: 49px !important;
    z-index: 99 !important;
}

.life-cycle .row:nth-child(2n+2) .col-md-6:nth-child(2n+1) .timeSpan::after {
    content: " " !important;
    position: absolute !important;
    display: block !important;
    margin: -25px !important;
    left: 100% !important;
    height: 49px !important;
    width: 49px !important;
    z-index: 99 !important;
}

.life-cycle .row:nth-child(4n+1) .col-md-6:nth-child(2n+1) .timeSpan::after {
    background: url(../images/discovery-icon.png) !important;
}

.life-cycle .row:nth-child(4n+2) .col-md-6:nth-child(2n+1) .timeSpan::after {
    background: url(../images/design-icon.png) !important;
}

.life-cycle .row:nth-child(4n+3) .col-md-6:nth-child(2n+1) .timeSpan::after {
    background: url(../images/development-icon.png) !important;
}

.life-cycle .row:nth-child(4n+4) .col-md-6:nth-child(2n+1) .timeSpan::after {
    background: url(../images/bug-fixing-icon.png) !important;
}

/*=== How we work end ===*/
/*=== Web Application ===*/
.details-panel {
    padding: 45px 0;
    text-align: center;
}

    .details-panel p {
        line-height: 25px;
    }

.key-expertise {
    background-image: url('../images/key-area-bg.jpg');
    padding-bottom: 50px;
}

.custom-card {
    width: 100%;
    display: table;
    vertical-align: middle;
    height: 170px;
    background-color: #fff;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}

    .custom-card p {
        margin-bottom: 0;
        display: table-cell;
        vertical-align: middle;
    }

.custom-unorder-list {
    list-style: none;
}

    .custom-unorder-list li {
        margin-bottom: 15px;
        position: relative;
        padding: 1px;
        padding-left: 40px;
        margin-bottom: 30px;
    }

        .custom-unorder-list li:before {
            background: url('../images/checkbox.jpg') center center no-repeat;
            height: 100%;
            width: 24px;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
        }

.colored-panel {
    margin-top: 60px;
    margin-bottom: 50px;
}

    .colored-panel > [class*=col-] {
        height: 300px;
    }


        .colored-panel > [class*=col-] * {
            margin-bottom: 0;
        }

        .colored-panel > [class*=col-]:nth-child(3n+1) {
            background-color: #5b338c;
        }

        .colored-panel > [class*=col-]:nth-child(3n+2) {
            background-color: #00644a;
        }

        .colored-panel > [class*=col-]:nth-child(3n+3) {
            background-color: #017bdb;
        }

/*=== Web Application end ===*/

/*=== Webdesign Page ===*/

.webdesign-panel {
    float: left;
    width: 100%;
    background-color: #e8e9ed;
    padding: 50px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.core-design-services {
    float: left;
    width: 100%;
    padding: 50px 34px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.designProcedure .designProcedurePanel:nth-child(3n+1) .core-design-services {
    background-color: #edac45;
}

.designProcedure .designProcedurePanel:nth-child(3n+2) .core-design-services {
    background-color: #be7144;
}

.designProcedure .designProcedurePanel:nth-child(3n+3) .core-design-services {
    background-color: #20b6c5;
}

.core-design-services h3 {
    font-size: 22px;
    font-weight: 700;
}

.core-design-services img {
    margin-bottom: 30px;
}

.process-panel {
    float: left;
    width: 100%;
    padding: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

    .process-panel h3 {
        font-size: 30px;
        font-weight: 700;
    }


    .process-panel img {
        margin-bottom: 20px;
    }

/*=== Support & Maintenance Page ===*/
.supportContent {
    float: left;
    width: 100%;
    text-align: center;
}

.supportCoreFeaturePanel {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    background-image: url('../images/support-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.supportCoreFeature {
    float: left;
    width: 100%;
    text-align: center;
    padding: 100px 50px;
    background-color: #fff;
}

/*=== Web Database & Hosting Page ===*/
.servicesPanel {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 20px;
    border: 2px solid #d1d1d1;
}

.dbCoreFeaturePanel {
    width: 100%;
    padding: 100px 0;
    background-color: #f3f3f3;
    margin-top: 80px;
}

    .dbCoreFeaturePanel:nth-child(2n+1) {
        background-color: transparent !important;
        padding-bottom: 0;
        padding-top: 0;
    }

    .dbCoreFeaturePanel:nth-child(2n+2) .imgPanel {
        order: 2;
    }

/*=== Consultancy Page ===*/
.consulting-panel {
    float: left;
    width: 100%;
}

.consulting-content {
    float: left;
    width: 100%;
}

.consulting-list li {
    list-style: none;
}

    .consulting-list li i {
        margin-right: 15px;
        line-height: 38px;
        color: #a1c435;
        cursor: default
    }

.consulting-point {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    padding: 80px 50px;
}

.consulting-list ul {
    display: inline-block;
}

.consulting-list .list-b {
    margin-left: 50px;
}

.consulting-panel img {
    width: 100%;
}

.bg-light {
    padding-bottom: 70px;
}

.consultancyFeaturePanel .col-md-6:nth-child(4n+1) .consulting-point {
    background-color: #a1c435;
}

.consultancyFeaturePanel .col-md-6:nth-child(4n+2) .consulting-point {
    background-color: #3874ad;
}

.consultancyFeaturePanel .col-md-6:nth-child(4n+3) .consulting-point {
    background-color: #3874ad;
}

.consultancyFeaturePanel .col-md-6:nth-child(4n+4) .consulting-point {
    background-color: #a1c435;
}

/*=== Casestudy Page ===*/

.casestudy-img img {
    width: 100%;
}

.caseStudyItem h3 {
    text-transform: uppercase;
    font-size: 2.25rem;
}

.btn-danger {
    color: #fff;
    background-color: #e73e54;
    border-color: #e73e54;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger:active:focus,
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:active:focus {
        color: #fff;
        background-color: #000025 !important;
        border-color: #000025 !important;
        border: 0 !important;
        box-shadow: none !important;
    }


#contactUsForm .btn-danger {
    min-width: 120px;
    border-radius: 0;
    line-height: normal;
    vertical-align: middle;
}

.headingPanel h2 {
    font-family: 'Ubuntu', sans-serif;
    color: #333 !important;
    font-weight: 600;
}

.form-group label {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

    .form-group label.error {
        margin-bottom: 0;
        font-size: 12px;
        color: red;
        position: relative;
        top: -4px;
        /*font-family: 'museo_sans_rounded500';*/
        text-transform: none;
    }

    .form-group label .required {
        color: red;
    }

/*.top-banner {
    float:left;
    width:100%;
    height:590px;
    overflow:hidden;
}*/

.banner-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    float: left;
    margin-top: -125px;
    transform: scale(1.2);
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.nav-heading {
    line-height: 0;
    font-size: 0;
}

.other-page-text {
    text-align: left !important;
}

    .other-page-text ul, .about-body ul {
        padding-left: 20px !important;
        margin-bottom: 30px;
        margin-top: 20px !important;
    }

        .other-page-text ul li, .about-body ul li {
            margin-bottom: 10px;
        }

    .other-page-text a {
        text-decoration: underline;
        font-weight: bold;
    }

    .other-page-text h3 {
        margin-top: 45px;
    }

.footer ul:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !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;
}


.bgc-gray-5 {
    background-color: #f5f5f5;
}

.techs .tech {
    width: 100%;
    height: 173px;
    padding: 0 20px;
    background-color: #fff;
    background-image: none !important;
}

    .techs .tech:hover {
        background-color: #a1c435;
        text-decoration: none;
        border-color: #a1c435;
    }

.expertise .techs .tech .img-fluid {
    max-width: none;
    max-height: 100px;
}

.techs .tech:hover .img-main {
    display: none;
}

.techs .tech .img-second {
    display: none;
}

.techs .tech:hover .img-second {
    display: inline-block;
}

.techs .tech .hover-hide {
    color: #757575;
}

.fw-600 {
    font-weight: 600 !important;
}

.techs .tech .hover-show {
    display: none;
}

.techs .tech:hover .hover-show {
    display: block;
    color: #000
}

.techs .tech:hover .hover-hide {
    display: none;
}

.tech-panel {
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 63px;
}

.techs-to-cut {
    margin-top: 34px;
}

.techs .tech p {
    padding-bottom: 35px;
}

.tech-wrap {
    margin-bottom: 30px;
}

.how-can-we-help {
    width: 100%;
    padding: 80px 0;
    margin-top: 30px;
    background-image: url('../images/how-can-we-help-bg.jpg');
    background-size: cover;
}

.help-panel {
    width: 100%;
    padding: 30px;
    background-color: #fff;
}

    .help-panel p {
        margin-bottom: 30px;
        line-height: 27px;
    }

.btn, .btn-primary:not(:disabled):not(.disabled):active {
    min-width: 120px;
    border-radius: 0;
    line-height: normal;
    vertical-align: middle;
    padding: 15px;
    background-color: #a1c435;
    color: #fff;
    outline: none;
    border: none;
    box-shadow: none;
}

.help-panel .btn:hover {
    background-color: #333333;
}

.help-panel h2 {
    margin-bottom: 22px;
}

.crumb-panel {
    float: left;
    width: 100%;
    padding: 15px;
    background-color: #f3f3f3;
    margin-bottom: 86px;
}

    .crumb-panel ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .crumb-panel ul li {
            display: inline-block;
        }

            .crumb-panel ul li:last-child a {
                opacity: 0.5;
                cursor: auto;
            }

                .crumb-panel ul li:last-child a:hover {
                    color: #333333;
                }

.navbar-expand-lg .navbar-nav .dropdown-menu li {
    border: 0;
    width: 100%
}


@media (max-width: 991px) {

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border-color: #a1c435;
    }

        .navbar-expand-lg .navbar-nav .dropdown-menu li {
            border: 0;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu li a {
                padding: 7px 15px;
                font-size: 16px;
                display: block;
            }

        .navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
            background-color: #a1c435;
            color: #fff;
        }
}

.header-banner {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    height: 550px;
    margin-bottom: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-panel {
    width: 100%;
}

.header-img {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow: hidden;
}

    .header-img > img {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        object-fit: cover;
        flex-grow: 1;
    }


.header-banner h1 {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 31px;
}

.header-banner h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 36px;
    font-weight:300;
}

.header-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.about-persons {
    list-style: none;
}

    .about-persons li {
        width: 33.3333%;
        padding: 0 5px;
        margin-bottom: 10px;
        float: left;
    }

.about-heading h1 {
    margin-bottom: 40px;
}

#main-menu li ul, #main-menu li ul li ul {
    padding:5px;
}

.about-body p {
    line-height:27px;
    margin-bottom:30px;
}

loader {
    display: inline-block;
    max-width: 70px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader > * {
    width: 10%
}

.blockUI.blockOverlay {
    z-index: 10000 !important;
}

.blockUI.blockMsg.blockPage {
    z-index: 10100 !important;
    background-color: transparent !important;
    border: 0 !important;
}