/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');
/* animate css file */
@import 'animate.css';

/* fonts */
/* vietnamese */
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 400;
    src: local('Muli Regular'), local('Muli-Regular'), url(https://fonts.gstatic.com/s/muli/v16/7Auwp_0qiz-afT3GLQjUwkQ1OQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 400;
    src: local('Muli Regular'), local('Muli-Regular'), url(https://fonts.gstatic.com/s/muli/v16/7Auwp_0qiz-afTzGLQjUwkQ1OQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 400;
    src: local('Muli Regular'), local('Muli-Regular'), url(https://fonts.gstatic.com/s/muli/v16/7Auwp_0qiz-afTLGLQjUwkQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Normalized CSS and Boilerplate CSS */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
    max-width: 100%;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}


/* body {
    overflow:hidden;
} */

.ft-600 {
    font-weight: 600 !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10008;
    /* background: url(../loader-gif1.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.97); */
    background-color: rgba(255, 255, 255, 0.9);
    /* background-color: rgba(0, 0, 0, 0.9); */
}

.loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
}


.intercom-app iframe {
    z-index: 900 !important;
}

.para-main-head {
    color: #444444;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
}

.para-text {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
}

.para-head {
    color: #444444;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
}

.custom-dropdown select:focus {
    outline: none;
}

.section-heading {
    /* color: #505CFD; */
    color: #0054A5;
    font-size: 2.125em;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
}

.section-subheading {
    color: #666666;
    font-size: 1.125em;
    line-height: 24px;
    text-align: center;
}

.card_link {
    text-decoration: none !important;
}


/* Blue Strip */

.blue-strip-wrapper {
    background-color: #505CFD;
    padding: 20px 0px 2px;
}

#blue-strip {
    /* background-color: #505CFD; */
    background-color: #0054A5;
    box-shadow: 2px 27px 97px 5px rgba(0, 0, 0, 0.3);
    padding: 60px 0px;
}

.blue-strip-heading p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 52px;
}

.bold2 {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
}

.discuss-project-btn {
    margin-top: 30px;
}


/* Hollow White Button */

.hollow-white-btn {
    background: transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 26px;
    line-height: 26px;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.hollow-white-btn:focus,
.hollow-white-btn:active {
    outline: none;
}

.hollow-white-btn:hover {
    background: #FFFFFF;
    /* color: #454FCF; */
    color: #0054A5;
}

.solid-btn {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 26px;
    transition: all 0.3s ease;
}

.solid-btn:focus,
.solid-btn:active {
    outline: none;
}


/* Solid White Button */

.solid-white-btn {
    background: #FFFFFF;
    color: #0054A5;
    border: 2px solid #fff;
}

.solid-white-btn:hover {
    background: #FFFFFF;
    color: #505CFD;
}


/* Solid Blue Button */

.solid-blue-btn {
    background: #505CFD;
    color: #FFF;
    border: 2px solid #505CFD;
}

.solid-blue-btn:hover {
    background: #505CFD;
    color: #FFF;
}


/* BUtton Shadow */

.button-shadow:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.button-shadow:active {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.26);
}


/* Footer */

.eb-footer {
    min-height: 20em;
    background: #fff;
    padding: 80px 0px 15px 0px;
}

.list-section .footer-list-heading {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
}

.list-section .footer-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-list li {
    opacity: 0.7;
    color: #444444;
    font-size: 16px;
    line-height: 36px;
}

.card-img .MIT-img {
    right: 0 !important;
}

.responsive-img {
    width: 100%;
}


/* Events in Footer */

.list-section .time .time-wrapper p {
    opacity: 0.7;
    color: #444444;
    ;
    font-family: Poppins;
    font-size: 16px;
}

.time-wrapper {
    background-color: #D9D9D9;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 5px;
}

.events-wrapper {
    display: flex;
    align-items: flex-start;
    /* padding: 15px 0px; */
    padding: 0 0 15px;
}

.events-wrapper:not(:first-child) {
    padding: 15px 0px;
}

.events-wrapper .time {
    min-width: 90px;
}

.events-wrapper:not(:last-child) {
    border-bottom: 1px solid rgb(217, 217, 217);
}

.event-info {
    margin-left: 10px;
}

.list-section p {
    margin-bottom: 0px;
}

.event-info p:first-child {
    opacity: 0.7;
    color: #444444;
    ;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
}

.event-info p:last-child {
    opacity: 0.7;
    color: #444444;
    ;
    font-family: Poppins;
    font-size: 14px;
}

.contact-us .contact-title {
    opacity: 1;
    color: #444444;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.contact-us .contact-info {
    opacity: 0.7;
    color: #444444;
    font-size: 16px;
}

.contact-us .contact-info {
    padding-bottom: 15px;
}


/* Social Media Icons*/

.social-media-icons .icon-wrapper {
    background-color: #CCCCCC;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.social-media-icons .icon-wrapper:hover {
    background: #0054A5;
}

.mr-2 {
    margin-right: 2px;
}

.icon-wrapper img {
    width: 15px;
    height: 15px;
}

.icons {
    display: flex;
    justify-content: space-between;
}

.icons img:not(:last-child) {
    margin-right: 16px;
}

.social_media_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top {
    padding-bottom: 14px;
}

.footer-divider hr {
    opacity: 0.2;
    background-color: #444444;
}

.footer-bottom .flex-wrapper {
    display: flex;
    justify-content: space-between;
}

.footer-bottom {
    margin-top: 25px;
    padding-bottom: 20px;
}

.copyright {
    opacity: 0.7;
    color: #444444;
    font-size: 16px;
}

.footer-menu .footer-menu-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.footer-menu-list li a {
    opacity: 0.7;
    color: #444444;
    font-size: 16px;
    text-decoration: none;
}

.footer-menu-list li a:hover {
    /* color: #454FCF; */
    color: #0054A5;
}

.footer-menu-list li:not(:last-child) {
    margin-right: 25px;
}

.white_bg {
    fill: #FFFFFF;
}

.outer_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.case-studies-card .outer_link {
    opacity: 0;
}

/*--------------------------------------- Responsive ---------------------------------------*/


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {

    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .navbar-brand img {
        transform: scale(0.8);
    }

    .navbar .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    /* Navbar Toggler: Start */
    .icon-bar {
        width: 22px;
        height: 2px;
        background-color: #fff;
        display: block;
        transition: all 0.2s;
        margin-top: 4px
    }

    .navbar-toggler {
        border: none;
        background: transparent !important;
    }

    .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
    }

    .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
    }

    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
    }

    /* Navbar Toggler: END*/
    #navbarNav {
        width: 250px;
        position: fixed;
        top: 85px;
        left: -250px;
        height: 100vh;
        z-index: 999;
        background: #505cfd;
        color: rgb(255, 0, 0);
        animation-timing-function: ease-out;
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: fadeInLeftBig;
        overflow-y: scroll;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    }

    #navbarNav.active {
        left: 0;
    }

    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(199, 199, 199, 0.7);
        z-index: 998;
        animation-timing-function: ease-out;
        animation-duration: 0.3s;
        animation-fill-mode: both;
        animation-name: fadeIn;
        transition: all 0.3s ease-in-out;
    }

    .overlay.active {
        display: block;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeInLeftBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
        }

        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes fadeInLeftBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
        }

        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    #navbarNav {
        width: 100%;
        position: fixed;
        top: 0;
        transition: all 0.3s ease-in-out;
        left: -100%;
        display: flex;
        align-items: center;
        height: 100vh;
        justify-content: center;
        z-index: 999;
        background: #fefefff5;
        color: rgb(255, 0, 0);
        animation-timing-function: ease-out;
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: fadeInLeftBig;
        overflow-y: scroll;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    }

    .navbar-toggler {
        position: absolute;
        z-index: 1000;
        right: 0;
        top: 31px;
        padding: 0 30px;
    }

    .collapsed .icon-bar {
        background-color: #fff;
    }

    .icon-bar {
        background-color: #000;
    }

    .navbar-collapse.active .navbar-nav .start-a-project-button {
        border: 2px solid;
        border-color: #0054A5;
        border-radius: 4px;
        background-color: #0054A5;
        color: #fff;
        font-size: 25px;
        font-weight: 600;
        line-height: 26px;
        padding: 15px 20px;
        text-transform: uppercase;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    #navbarNav.active {
        transition: 0.4s left ease-in-out;
        left: 0;
    }

    .mCustomScrollBox {
        display: flex;
        align-items: center;
    }

    .navbar-collapse.active .nav-link {
        color: #000000 !important;
        font-size: 40px;
        font-weight: 600;
        line-height: 18px;
        margin-bottom: 100px;
    }

    .navbar-collapse.active .navbar-nav .start-a-project-button {
        border: 2px solid;
        border-color: #0054A5;
        border-radius: 4px;
        background-color: #0054A5;
        color: #fff;
        font-size: 35px;
        font-weight: 600;
        line-height: 26px;
        padding: 20px 20px;
        text-transform: uppercase;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    .portfolio-item {
        max-width: 100%;
    }

    .facts-card {
        margin-bottom: 15px;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-nav li:last-child {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-link {
        font-size: 16px;
    }

    .navbar-nav .start-a-project-button {
        font-size: 16px;
    }
}

/* loader css styling */


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 768px) {
    #navbarNav {
        width: 100%;
        position: fixed;
        top: 0;
        transition: all 0.3s ease-in-out;
        left: -100%;
        display: flex;
        align-items: center;
        height: 100vh;
        justify-content: center;
        z-index: 999;
        background: #fefefff5;
        color: rgb(255, 0, 0);
        animation-timing-function: ease-out;
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: fadeInLeftBig;
        overflow-y: scroll;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    }

    .mCustomScrollBox {
        display: flex;
        align-items: center;
    }

    .nav-item.active .nav-link {
        color: #505cfd !important;
    }

    .gradient-wrapper .nav-link {
        color: #000000 !important;
        font-size: 30px;
        margin-bottom: 55px;
    }

    .navbar-toggler {
        position: absolute;
        z-index: 1000;
        right: 0;
        top: 31px;
        padding: 0 30px;
    }

    .collapsed .icon-bar {
        background-color: #fff;
    }

    .icon-bar {
        background-color: #000;
    }

    .navbar-collapse.active .navbar-nav .start-a-project-button {
        border: 2px solid;
        border-color: #0054A5;
        border-radius: 4px;
        background-color: #0054A5;
        color: #fff;
        font-size: 25px;
        font-weight: 600;
        line-height: 26px;
        padding: 15px 20px;
        text-transform: uppercase;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    #navbarNav.active {
        transition: 0.4s left ease-in-out;
        left: 0;
    }
}

@media (max-width: 480px) {
    .navbar-toggler {
        padding: .25rem 25px;
        position: absolute;
        z-index: 1000;
        right: 0;
        top: 22px;
    }

    .services-wrapper .collapsed .icon-bar {
        background-color: #000;
    }

    .services-wrapper {
        background: #fff;
        min-height: 6rem;
    }

    .collapsed .icon-bar {
        background-color: #fff;
    }

    .icon-bar {
        background-color: #000;
    }

    .navbar-collapse.active .navbar-nav .start-a-project-button {
        border: 2px solid;
        border-color: #0054A5;
        border-radius: 4px;
        background-color: #0054A5;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        padding: 6px 13px;
        text-transform: uppercase;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    .gradient-wrapper .nav-link {
        color: #000000 !important;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .navbar-brand svg {
        width: 40px;
        height: 55px;
    }
}


/* ============ RESPONSIVE CSS  ======== */

@media (max-width: 1024px) {
    .case-studies-card-text p {
        margin-bottom: 20px;
        font-size: 19px;
    }

    .case-studies-card-text h3,
    .case-studies-card-text span.title {
        font-size: 20px;
        font-weight: 600;
    }

    .progress-image-wrapper img {
        height: auto;
    }

    .progress-image-wrapper {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0%, 0%);
    }

    .progress-wrapper {
        background: transparent;
        min-height: 400px;
        position: relative;
        display: block;
        padding: 30px;
    }

    .our-progress .step-wrapper {
        width: 100%;
        padding-top: 0;
    }

    .progress-block {
        color: #000;
        width: 100%;
        text-align: center;
        padding-top: 25px;
    }

    .headline-section .tech-stats .stat-wrapper {
        margin-left: 1em;
    }

    .display-desktop-none {
        display: block !important;
    }

    #the-first-impression {
        background: none;
    }

    #design-process .heading {
        padding: 0 0 60px;
    }

    .pagination-container:first-child {
        border: 1px solid #DBDBDB;
    }

    .pagination-container:nth-child(2) {
        border: 1px solid #DBDBDB;
    }

    .footer-top .list-section:nth-child(3) {
        margin-top: 30px;
    }

    .footer-top .list-section:nth-child(4) {
        margin-top: 30px;
    }

    .tech-stats-flex {
        display: block;
    }

    .grid-image-2 img {
        min-height: 62%;
        object-fit: cover;
        object-position: center;
    }

    .grid-image-4 img {
        min-height: auto;
        object-fit: cover;
        object-position: center;
    }

    .grid-image-6 img {
        min-height: 64%;
        object-fit: cover;
        object-position: center;
    }

    .team-wrapper-block {
        padding-top: 150px;
    }

    .team-section {
        display: none;
    }

    .careers-bg {
        background: url(./../img/careers/photo-collage.png);
        background-size: cover;
        min-height: 580px;
        background-repeat: no-repeat;
        order: -1;
    }

    #what-you-can-expect .col-lg-4 {
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 30px;
    }

    #what-you-can-expect .col-lg-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .display-none {
        display: none;
    }

    .gradient-wrapper {
        min-height: 38rem;
    }

    .video-testimonial iframe {
        width: 100%;
        min-height: 20.5em;
    }

    .portfolio-block {
        padding-top: 60px;
        border-radius: 6px;
        min-width: 779px;
    }

    .experience-content img {
        width: 100%;
    }

    .experience-content .no-padding img {
        margin-top: 50px;
    }

    .pdf-wrapper {
        width: 100%;
    }

    .embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .img-absolute-wrapper {
        position: absolute;
        bottom: 10%;
    }

    .testimonial-rating>img {
        display: inline-block !important;
        margin-top: 50px !important;
    }
}

@media (max-width: 990px) {

    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

    }

    .fadeInDown {
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .slow {
        /*CSS animations*/
        animation-duration: 0s !important;
    }

    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .display-image-none {
        display: none;
    }

    .header {
        background: url(../img/Map.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-position-y: 5em;
    }

    .header:before {
        content: '';
        background: none;
        background-repeat: no-repeat;
        min-height: 21em;
        width: 43em;
        position: absolute;
        right: 8%;
        top: -13%;
    }

    .header-text {
        text-align: center;
        padding-top: 20px !important;
    }

    .gradient-wrapper {
        min-height: 35rem;
    }

    .navbar.scroll .collapsed .icon-bar {
        background-color: #000 !important;
    }

    .navbar.scroll .navbar-toggler {
        padding: .25rem 25px;
        position: absolute;
        z-index: 1000;
        right: 0;
        top: 15px;
    }
}

@media (max-width: 800px) {
    .social-media-spacing {
        padding-right: 0 !important;
    }

    .headline-section .tech-stats .stat-wrapper {
        margin-left: 0;
    }

    .display-image-none {
        display: none;
    }

    .header .padding-top-50 {
        padding-top: 20px !important;
    }

    .gradient-wrapper {
        min-height: 34em;
    }

    .section-heading {
        line-height: 40px;
    }

    .video-wrapper-block .flex-wrapper {
        display: block;
    }

    .small-video-testimonial {
        margin-top: 1px;
        position: relative;
        width: 100%;
    }

    .video-wrapper-text {
        text-align: center;
        padding-left: 20px;
    }

    .video-testimonial iframe {
        width: 100%;
        min-height: 14.5em;
    }

    .accountable-team .step-wrapper {
        width: 100%;
        margin: 0 auto 60px;
    }

    .headline-section .tech-stats {
        display: block;
    }

    .headline-section-block {
        display: inline-block;
    }

    .headline-section .tech-stats .stat-wrapper {
        margin-left: 0;
    }

    .grid-wrapper img {
        width: 100%;
    }

    .grid-image-4 img {
        min-height: auto;
    }

    .nav-left {
        padding: 0 30px;
    }

    .section-header {
        padding: 0 15px;
    }

    .icons {
        display: block;
        margin-bottom: 25px;
    }

    .social_media_wrapper {
        display: block;
    }

    .footer-bottom .flex-wrapper {
        display: block;
    }

    .copyright {
        margin-bottom: 8px;
    }

    #main-heading-wrapper .sub-heading {
        color: #FFFFFF;
        font-size: 31px;
        font-weight: 700;
        line-height: 25px;
        margin-bottom: 15px;
    }

    #main-heading-wrapper .main-heading {
        color: #FFFFFF;
        font-size: 23px;
        font-weight: bold;
        line-height: 31px;
        margin-bottom: 50px;
    }

    .goodfirm-img {
        width: 14%;
    }
}

@media (max-width: 768px) {

    /* .desktop-slider-none {
        display:block !important;
    } */
    .custom-carousel .right-nav:hover {
        text-align: center;
        margin: 0 auto;
    }

    .custom-sort-button>span:first-child {
        white-space: nowrap;
    }

    .list-section {
        padding-top: 30px;
    }

    .display-none {
        display: none;
    }

    .experience-content img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
        /* max-height: 263px; */
    }

    .video-testimonial iframe {
        width: 100%;
        min-height: 20.5em;
    }

    .list-section .footer-list-heading {
        font-size: 25px;
    }

    .footer-list li {
        font-size: 20px;
    }

    .services-card .services-head p {
        font-size: 22px;
    }

    .services-card .servies-list li {
        font-size: 16px;
    }

    .portfolio-item {
        max-width: 100%;
    }

    .portfolio-block {
        min-width: 100%;
    }

    .white-testionial-container {
        width: 95%;
        margin: 0 auto;
    }

    .testimonial-text p {
        font-size: 20px;
    }

    .testimonials-header {
        margin-bottom: 35px;
    }

    .experience-content {
        margin-top: 65px;
    }

    .para-main-head {
        font-size: 25px;
    }

    .navbar.scroll .collapsed .icon-bar {
        background-color: #000;
    }

    .section-subheading {
        color: #666666;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .portfolio-block .item_list li {
        font-size: 13px;
        color: #fff;
        font-weight: 100;
    }

    .careers-bg {
        background: url(./../img/careers/photo-collage.png);
        background-size: contain;
        min-height: 450px;
        background-repeat: no-repeat;
        order: -1;
    }

    .headline-section-block {
        display: flex;
    }

    .headline-section .tech-stats {
        justify-content: flex-start;
    }

    .tech-stats .stat-wrapper {
        margin-bottom: 20px;
    }

    .progress-wrapper {
        background: transparent;
        min-height: 400px;
        position: relative;
        display: block;
        padding: 30px;
    }

    .progress-block {
        color: #000;
        width: 100%;
        text-align: center;
        padding-top: 25px;
    }

    .progress-block #progress-heading {
        font-weight: bold;
    }

    .progress-image-wrapper {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0%, 0%);
    }

    .our-progress .step-wrapper {
        width: 100%;
        padding-top: 0;
    }

    .awards-recognition .step-wrapper,
    .team-section .step-wrapper {
        width: 100%;
    }

    .progress-image-wrapper img {
        height: auto;
    }

    .border-wrapper {
        min-height: 235px;
    }

    .border-image {
        position: absolute;
        left: -10%;
        bottom: -40%;
        transform: translate(0%, -25%);
    }

    .border-block {
        width: 70%;
    }

    .team-section .team-wrapper {
        margin: 0 auto;
    }

    .team-section .team-wrapper-block {
        order: -1;
        margin: 0 auto 150px;
    }

    .border-image-right {
        position: absolute;
        right: -11%;
        bottom: -40%;
        transform: translate(0%, -25%);
    }

    .grid-image-2 img {
        min-height: 62%;
        object-fit: cover;
        object-position: center;
    }

    .grid-image-4 img {
        min-height: 40%;
        object-fit: cover;
        object-position: center;
    }

    .grid-image-6 img {
        min-height: 64%;
        object-fit: cover;
        object-position: center;
    }

    .seen-on .tech-stats .stat-wrapper {
        display: flex;
        align-items: flex-start;
        margin-left: 2em !important;
    }

    .services-wrapper .collapsed .icon-bar {
        background-color: #000;
    }

    .navbar-collapse.active .nav-link {
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 56px;
        line-height: 18px;
        transition: 0.3s left ease-in-out;
    }

    #main-heading-wrapper img {
        padding: 0 20px;
    }

    .navbar-collapse.active .nav-link {
        color: #000000 !important;
        font-size: 30px;
        font-weight: 600;
        line-height: 18px;

    }

    #the-first-impression .heading {
        padding: 0 20px;
    }

    #the-first-impression {
        background: none;
    }

    .pagination-container:first-child {
        border-right: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
    }

    .pagination-container:nth-child(2) {
        border: 1px solid #DBDBDB;
    }

    .tech-image {
        margin: 0 auto;
        text-align: center;
    }

    .reason-wrapper {
        min-height: 250px;
    }

    .ai-ml #blue-strip {
        margin-top: 0;
    }

    .section-heading {
        color: #0054A5;
        font-size: 27px;
        font-weight: bold;
        line-height: 31px;
        text-align: center;
    }

    .section-header {
        padding: 0 10px;
    }

    .nav-left {
        padding: 0 15px;
    }

    .work-carousel .owl-nav {
        display: none;
    }

    .mobile-line-heading h4 {
        margin-top: 10px;
    }

    .step-four .step-wrapper>h4 {
        margin-bottom: 40px;
    }

    .portfolio-block .content {
        min-height: 199px;
    }

    .clutch-widget {
        width: 100%;
        margin-bottom: 20px;
    }

    .goodfirm-img-wrapper {
        width: auto;
        display: inline;
    }

    .careers-list-wrapper iframe {
        min-height: 1291px;
        width: 100%;
    }

}

@media (max-width: 600px) {

    .card-img .MIT-img {
        /* width:100%; */
    }

    .card-img {
        display: flex;
    }

    .goodfirm-img {
        width: 18%;
    }

    .testimonial-rating>img {
        display: inline-block !important;
        margin-top: 40px !important;
    }

    .gradient:hover {
        background: transparent !important;
    }

    .services-card .mobile-list-open li {
        color: #ffffff !important;
    }

    #experience-engineerBabu .experience-header-wrapper {
        width: 100%;
    }

    .video-wrapper-block .flex-wrapper {
        display: block;
    }

    .services-para {
        color: #fff !important;
    }

    .services-card .service-icon path {
        fill: #ffffff;
    }

    .services-open-wrapper {
        border: none;
        padding-top: 15px;
    }

    /* #services-head .service-title-text {
        color: #fff !important;
    }
    #services-head .services-para {
        color: #444444 !important;
    } */
    .small-video-testimonial {
        margin-top: 1px;
        position: relative;
        width: 100%;
    }

    .video-wrapper-text {
        text-align: center;
        padding-left: 20px;
    }

    .video-testimonial iframe {
        width: 100%;
        min-height: 14.5em;
    }

    .accountable-team .step-wrapper {
        width: 100%;
        margin: 0 auto 60px;
    }

    .headline-section .tech-stats {
        display: block;
    }

    .headline-section-block {
        display: inline-block;
    }

    .headline-section .tech-stats .stat-wrapper {
        margin-left: 0;
    }

    .grid-wrapper img {
        width: 100%;
    }

    .grid-image-4 img {
        min-height: auto;
    }

    .nav-left {
        padding: 0 30px;
    }

    .section-header {
        padding: 0 15px;
    }

    .icons {
        display: block;
        margin-bottom: 25px;
    }

    .social_media_wrapper {
        display: block;
    }

    .footer-bottom .flex-wrapper {
        display: block;
    }

    .copyright {
        margin-bottom: 8px;
    }
}

@media(max-width:575px) {}

@media (max-width: 480px) {

    .goodfirm-img {
        width: 25%;
    }

    .line-heading.mobile-line-heading h4 {
        font-size: 20px;
        margin-top: 0;
        padding-top: 0;
    }

    .project-planning .step-wrapper h4 {
        margin: 40px auto 30px;
    }

    #what-you-can-expect .col-lg-8 {
        max-width: auto;
        flex: auto;
    }

    .list-section .footer-list-heading {
        margin-bottom: 10px;
    }

    .headline-section-block {
        display: inline-block;
    }

    #accountable-slider .owl-dots .owl-dot {
        border: 1px solid #b9b8b8;
        padding: 4px !important;
        border-radius: 50%;
        background: #b9b8b8;
        margin-right: 5px;
    }

    #accountable-slider .owl-dots .owl-dot.active {
        border: 1px solid #fff !important;
        padding: 4px !important;
        border-radius: 35%;
        background: #fff !important;
        margin-right: 5px;
        transition: 0.3s all ease-in;
        width: 25px;
    }

    #accountable-slider .owl-dots {
        text-align: center;
    }

    .years-wrapper {
        margin-bottom: 70px;
        border: none;
        position: relative;
    }

    .headline-section .tech-stats {
        display: block;
    }

    .headline-section .tech-stats .stat-wrapper {
        margin-left: 0;
    }

    .years-text {
        display: block;
        margin: 0 auto;
        display: block;
        transform: translate(0%, 0%);
        width: 100%;
    }

    .years-block {
        display: inline-block;
        margin: 0 10px 10px 0;
    }

    .card_wrapper .content_image {
        padding: 0 20px !important;
    }

    .display-mobile-none {
        display: none !important;
    }

    .display-desktop-none {
        display: block !important;
    }

    .header {
        background: url(../img/Map.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-position-y: 5em;
    }

    .services-card .servies-list li {
        font-size: 14px;
    }

    .portfolio-block .card_wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .content {
        margin-top: 25px;
    }

    .services-card .services-head p {
        font-size: 18px;
    }

    .list-section .footer-list-heading {
        font-size: 20px;
    }

    .portfolio-block .heading {
        padding-left: 20px;
    }

    #cs-header .main-heading {
        font-size: 20px;
    }

    .portfolio-block .pl-40 {
        padding-left: 20px;
    }

    .portfolio-block .item_list {
        margin-left: 20px;
        padding-left: 20px;
    }

    .case-studies-card-text p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .social-media-icons {
        display: block;
        padding-top: 30px;
    }

    .icons {
        display: block;
        width: 100%;
    }

    .social_media_wrapper {
        display: block;
    }

    .footer-bottom {
        margin-top: 15px;
        padding-bottom: 22px;
    }

    .footer-bottom .flex-wrapper {
        display: block;
    }

    .col-sm-6 {
        width: 50%;
    }

    .footer-list li {
        font-size: 13px;
    }

    .contact-us .contact-info {
        font-size: 14px;
    }

    .copyright {
        font-size: 13px;
    }

    .footer-menu-list li:not(:last-child) {
        margin-right: 5px;
    }

    .copyright {
        font-size: 13px;
    }

    .footer-menu-list li a {
        font-size: 13px;
    }

    .blue-strip-heading p {
        font-size: 25px;
    }

    .bold2 {
        font-size: 20px;
    }

    .solid-btn {
        padding: 9px 15px;
    }

    .heading {
        text-align: center;
        padding: 65px 0 50px;
    }

    .header-text {
        color: #FFFFFF;
        font-size: 25px;
        font-weight: 600;
        text-align: center;
    }

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

    .step-paragraph {
        width: 100%;
        margin: 20px auto;
        padding: 0 20px;
        color: #666666;
        text-align: center;
    }

    .step-block {
        padding-top: 63px;
    }

    .step-wrapper h4 {
        margin-top: 30px;
        color: #0054A5;
        font-weight: 700;
        font-size: 25px;
    }

    .pdf-wrapper iframe {
        width: 100% !important;
    }

    .display-none {
        display: none;
    }

    .display-mobile-flex {
        display: flex;
        padding: 0 28px !important;
        text-align: left;
        margin: 15px 0;
    }

    .group-image {
        /* padding-top: 10px; */
        padding-top: 0;
        margin-right: 20px;
    }

    .group-image img {
        width: 100%;
        /* min-width: 54px; */
        min-width: 40px;
        max-width: 35px;
    }

    .mobile-line-heading h4 {
        margin-top: 0;
        text-align: left;
    }

    .small-video-testimonial {
        margin-top: 1px;
        position: relative;
        width: 100%;
    }

    .video-wrapper-text {
        text-align: center;
        padding-left: 20px;
    }

    .video-wrapper-block .flex-wrapper {
        display: block;
    }

    .eb-footer {
        min-height: 20em;
        background: #fff;
        padding: 35px 0px 15px 0px;
    }

    .owl-nav {
        display: none;
    }

    .video-testimonial iframe {
        width: 100%;
        min-height: 12em;
    }

    .video-testimonial {
        width: 100%;
    }

    .accountable-team .step-wrapper {
        width: 100%;
        margin: 15px auto 0;
    }

    .communicate-section .step-wrapper {
        width: 100%;
        margin: 0px auto 0;
        margin-top: 50px;
    }

    .section-heading {
        color: #0054A5;
        font-size: 24px;
        font-weight: bold;
        line-height: 31px;
        text-align: center;
    }

    .header-text .header-heading {
        color: #FFFFFF;
        font-size: 23px;
        margin-bottom: 15px;
    }

    .gradient-wrapper {
        min-height: 21rem;
    }

    .padding-top-50 {
        padding-top: 0;
    }

    .mobile-collapse-list {
        height: 0;
        overflow: hidden;
    }

    .services-head {
        border-bottom: 1px solid #eae6e6;
        text-align: center;
    }

    .services-open-wrapper {
        border: none;
    }

    .service-title-text {
        display: inline-block;
        margin-bottom: 14px;
    }

    .services-title-text::after {
        content: ""
    }

    .float-right {
        float: right;
    }

    .gradient:hover::before {
        opacity: 0;
    }

    .gradient-service-card {
        position: relative;
        margin-bottom: 40px;
        background-image: linear-gradient(116.35deg, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.001) 100%, rgba(0, 0, 0, 0.001) 100%);
        z-index: 1;
    }

    .gradient .fa-times {
        display: block;
    }

    .gradient-service-card::before {
        border-radius: 4px;
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #0054A5;
        z-index: -1;
        transition: all 0.6s ease-in-out;
        opacity: 1 !important;
    }

    .mobile-list-open {
        height: auto;
        transition: 0.3s height ease-in-out;
    }

    .services-card:hover .services-head p {
        /* color: #FFFFFF; */
        color: #000;
    }

    .services-card:hover .services-para {
        color: #fff !important;
    }

    .services-card:hover {
        cursor: pointer;
        box-shadow: none;
        /* box-shadow: 0 50px 100px 0 rgba(0, 0, 0, 0.1); */
    }

    .img-display-block {
        display: block;
        margin: 0 auto;
        max-width: 58px;
        text-align: center;
    }

    .fa-chevron-down {
        display: block !important;
        color: #868383;
        font-size: 14px;
        margin-top: 5px;
    }

    .fa-times {
        color: #fff;
        display: block;
        font-size: 27px;
        width: 100%;
        text-align: right;
    }

    .services-card {
        padding-top: 5px;
    }

    .portfolio-block .sub-heading {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .nav-left {
        display: none;
    }

    #case-studies-carousel .owl-dots {
        text-align: center;
        margin: 0 auto 40px;
    }

    .right-nav {
        margin-left: 20px;
    }

    .hollow-white-btn {
        background: transparent;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        padding: 7px 12px;
        cursor: pointer;
        border: 2px solid #fff;
        border-radius: 4px;
        text-transform: uppercase;
        line-height: 26px;
        transition: all 0.3s ease;
    }

    #facts-about-engineerBabu .facts-header-wrapper .facts-header {
        color: #FFFFFF;
        font-size: 28px;
        font-weight: bold;
        line-height: 20px;
    }

    .testimonial-text p {
        font-size: 16px;
    }

    .experience-content img {
        padding: 10px;
    }

    .header {
        padding-top: 6rem;
    }

    .header-content {
        padding-bottom: 20px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .section-header {
        margin-top: 25px;
        padding: 0 10px;
    }

    .mt-100 {
        margin-top: 0;
    }

    .facts-card {
        padding-right: 30px;
        padding-left: 30px;
        border-radius: 4px;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
        padding-bottom: 20px;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
        transition: all 0.3s ease-in;
        margin-bottom: 20px;
    }

    .card-img {
        min-height: 100%;
    }

    .card-img img {
        position: relative;
        padding: 30px 0 20px;
        /* width: 100px; */
        bottom: auto;
    }

    .card-info {
        min-height: auto;
        padding-top: 10px;
    }

    .card-info p {
        color: #444444;
        font-size: 16px;
        line-height: 26px;
    }

    .services-header {
        padding-bottom: 20px;
    }

    .portfolio {
        margin-top: 60px;
        margin-bottom: 40px;
    }



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

    .para-main-head {
        line-height: 30px;
    }

    .grid-image-2 img {
        min-height: auto;
    }

    .grid-image-4 img {
        min-height: auto;
    }

    .grid-image-6 img {
        min-height: auto;
    }

    .grid-wrapper img {
        width: 100%;
    }

    .headline-wrapper {
        text-align: left;
    }

    .tech-stats {
        margin-top: 30px;
        display: block;
    }

    .seen-on .tech-stats .stat-wrapper {
        display: flex;
        align-items: flex-start;
        margin-left: 15px !important;
    }

    .justify-mobile-center {
        justify-content: center;
    }

    .tech-stats-flex {
        display: flex;
        justify-content: space-evenly;
    }

    #cs-header .sub-heading {
        color: #444444;
        font-size: 14px;
        font-weight: 600;
    }

    .stats-content {
        display: block;
        padding: 60px 0px 60px 0px;
    }

    .stats-wrapper:nth-child(2) {
        margin-right: 0;
        margin-left: 0;
    }

    #what-client-says .right-bar .client-image-container img {
        position: relative;
        top: auto;
        width: 100%;
        height: auto;
    }

    .client-testimonial .testimonial-text {
        margin-bottom: 70px;
    }

    #bank-open-in-media .media-images-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .media-images-container img {
        margin-right: 15px;
    }

    #about-bank-open {
        margin-top: 0px;
    }

    .brief {
        display: block !important;
    }

    #about-bank-open .left-bar {
        padding: 0 20px 40px;
    }

    .services-provided {
        padding-bottom: 30px;
    }

    .stats-number {
        font-size: 25px;
    }

    .title-brief {
        color: #333333;
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
    }

    #the-first-impression {
        padding-bottom: 45px;
    }

    #client-question-answers .heading,
    #the-challenge .heading,
    #our-approach .heading,
    #design-process .heading,
    #result .heading {
        padding: 0 20px 50px;
    }

    .navbar-collapse.active .nav-link {
        color: #000000 !important;
        font-size: 23px;
        font-weight: 600;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .team-section {
        display: none;
    }

    .careers-bg {
        min-height: 250px;
        margin: 0 10px;
    }

    #what-you-can-expect .experience-content {
        margin-top: 65px;
        margin-bottom: 0px;
    }

    .premises .section-heading,
    .seen-on .section-heading {
        padding: 0px 0 30px;
    }

    #what-you-can-expect {
        margin-bottom: 0 !important;
    }

    .left-bar.heading .blue-line {
        display: inline-block;
        position: absolute;
        background: #505CFD;
        height: 0.375em;
        width: 2.500em;
        border-radius: 5px;
        left: 11%;
        transform: translate(-50%, 0%);
    }

    .years-block:hover {
        transition: all 0.3s ease-in;
        background: #fff;
        color: #000;
    }

    .years-text .active {
        background: #505cfd !important;
        color: white !important;
    }

    #case-studies-carousel .owl-dots .active {
        border: 5px solid #0054A5 !important;
        border-radius: 35% !important;
        width: 25px;
        transition: all 0.3s ease-in-out;
    }

    #case-studies-carousel .owl-dots .owl-dot {
        border: 5px solid #dadada;
        border-radius: 50%;
        margin-right: 10px;
    }

    .mobile-solid-blue-btn {
        background: #0054A5;
        color: #FFF !important;
        border: 2px solid #0054A5;
    }

    .mobile-solid-btn {
        font-size: 14px;
        font-weight: bold;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 4px;
        text-transform: uppercase;
        line-height: 26px;
        transition: all 0.3s ease;
    }

    .right-nav {
        margin: 0 auto;
    }

    .portfolio .owl-item {
        opacity: 1;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .blue-strip-wrapper {
        background-color: #505CFD;
        padding: 25px 0px;
    }

    section#technologies-icons img {
        width: 35px;
        margin: 0 auto;
    }

    .pytorch-img-block {
        width: 28px;
    }

    .mobile-justify-end {
        justify-content: flex-end;
    }

    #technologies-icons .sub_nav_wrapper .nav_item .tech_name {
        color: #fff;
        text-align: center;
        margin-top: 14px;
        font-weight: 500;
        font-family: Poppins;
        font-size: 10px;
        line-height: 15px;
    }

    #technologies-icons {
        margin-top: 30px;
    }

    .reason-wrapper {
        min-height: auto;
        margin-bottom: 20px;
    }

    #torch-devlopment .tech-stats .stat-wrapper:nth-child(2),
    #dialogflow-devlopment .tech-stats .stat-wrapper:nth-child(2),
    #tensorflow-devlopment .tech-stats .stat-wrapper:nth-child(2),
    #blockchain-devlopment .tech-stats .stat-wrapper:nth-child(2) {
        margin-left: 0;
    }

    .reason-to-choose {
        padding-bottom: 25px;
    }

    .tech-services .header-wrapper {
        padding-bottom: 0px;
    }

    #what-client-says .left-bar.heading .blue-line {
        left: 50% !important;
    }

    .desktop-slider-none {
        display: block !important;
    }
}

@media (max-width: 360px) {
    .header .padding-top-50 {
        padding-top: 0px !important;
    }

    .work-carousel .owl-nav {
        display: none !important;
    }

    .footer-top .list-section:nth-child(3) {
        margin-top: 0;
    }

    .footer-top .list-section:nth-child(4) {
        margin-top: 0;
    }

    .testimonial-text p {
        font-size: 14px;
    }

    .footer-menu-list li:not(:last-child) {
        margin-right: 2px;
    }
}

@media (max-width: 320px) {
    .list-section .footer-list-heading {
        font-size: 18px;
    }

    .content-wrapper-relative .padding-top-50 {
        padding-top: 20px !important;
    }

    .section-subheading {
        font-size: 15px;
    }

    .section-heading {
        padding: 0 10px;
    }

    .para-main-head {
        line-height: 25px;
    }

    .para-main-head {
        font-size: 20px;
    }

    #facts-about-engineerBabu .facts-header-wrapper .facts-header {
        font-size: 24px;
        line-height: 24px;
    }

    .testimonial-rating>img {
        margin-top: 60px !important;
    }

    .footer-menu-list li:not(:last-child) {
        margin-right: 8px;
    }

    .work-btn .get-requirement-btn {
        padding: 12px 10px;
        font-size: 14px;
    }

    .awards-img-wrapper {
        padding: 0;
    }

    .tech-stats .stat-wrapper .stat-info .stat-number {
        font-size: 25px;
    }

    .tech-stats .stat-wrapper .stat-info .stat-topic {
        font-size: 16px;
    }

    .goodfirm-img {
        width: 30%;
    }
}

@media (max-width : 812px) and (orientation : landscape) {
    .navbar-collapse.active .navbar-nav .start-a-project-button {
        font-size: 18px;
        padding: 8px 15px;
    }

    .navbar-collapse.active .nav-link {
        font-size: 24px;
        margin-bottom: 21px;
    }

    .clutch-widget {
        width: 21em;
    }

    .goodfirm-img {
        width: 73%;
    }

    .icons {
        margin-bottom: 20px;
    }

    .social_media_wrapper {
        display: block;
    }

}

@media (max-width: 667px) and (orientation: landscape) {
    .goodfirm-img {
        width: 18%;
    }

    .desktop-slider-none {
        display: none !important;
    }

    .navbar-collapse.active .nav-link {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .card-info {
        min-height: auto;
        padding: 10px 0 15px;
    }

    .facts-card {
        margin-bottom: 15px;
    }

    .footer-list li {
        font-size: 18px;
    }

    .list-section .footer-list-heading {
        font-size: 20px;
    }

    .contact-us .contact-title {
        font-weight: bold;
    }
}

/* contact us page css start here */
#facts-about-engineerBabu .facts-header-wrapper {
    background: #fff;
}

#facts-about-engineerBabu .facts-header-wrapper .facts-header {
    color: #5c67f9;
    font-size: 2.125em;
    font-weight: bold;
    line-height: 52px;
}

#facts-about-engineerBabu .facts-header-wrapper .facts-subheader {
    color: #444444;
    font-family: Poppins;
    font-size: 1.125em;
    line-height: 24px;
    width: 50%;
    margin: auto;
}

.contact-form {
    background: #fff;
    padding: 24px;
    box-shadow: 2px 27px 97px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 150px;
}

.contact-form .heading {
    text-align: center;
    padding: unset;
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.52;
    letter-spacing: normal;
    text-align: left;
    color: #444444;
    margin-bottom: 32px;
}

.custom-form-control {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
}

.custom-form-control .key {
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    margin-bottom: 8px;
}

.custom-form-control .value textarea {
    font-family: Poppins;
    padding: 12px 12px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    margin-bottom: 8px;
    border-radius: 4px;
    border: solid 1px #d5d5d5;
    background-color: #ffffff;
}

.custom-form-control .value input {
    margin-bottom: 0;
    font-family: Poppins;
    padding: 0 12px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    margin-bottom: 8px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #d5d5d5;
    background-color: #ffffff;
}

.custom-btn {
    height: 52px;
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;

}

.blue-btn {
    background-color: #505cfd;
    color: #fff;
    border-color: #505cfd;
}

.header-text .header-heading {
    margin-bottom: 64px;
    font-weight: 100;
}

.header-cards-wrapper:not(:last-child) {
    margin-right: 13px;
}

/* .header-text.padding-top-50 {
    padding-top: 106px !important;
} */


.header {
    padding-top: 7rem;
}

.content-wrapper-relative h1 {
    line-height: 1.5;
}

.contact-header .header-text {
    padding-top: 100px !important;
}

.header.home-header .header-text {
    padding-top: 50px;
}

.header.home-header .header-text p.header-heading {
    margin-bottom: 20px;
}

.heading.single-line h1.header-text {
    margin: 0;
    margin-bottom: 20px;
}

.case-studies-card-text h2,
.case-studies-card-text span.title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: .5rem;
}

/*---------- Responsive -------------*/

@media (max-width: 767.98px) {
    .contact-form {
        margin-bottom: 15px;
        margin-top: 2em;
        border-radius: 4px;
    }

    #facts-about-engineerBabu .facts-header-wrapper .facts-header {
        color: #5c67f9 !important;
    }

    #facts-about-engineerBabu .facts-header-wrapper .facts-subheader {
        width: 85%;
    }
}

@media(max-width:992px) {
    .contact-header .header-text {
        padding-top: 0 !important;
    }
}

/* contact us page css end here */
