/* 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.
   */
   @font-face {
    font-family:"muli";
    src: url("../ttf/muli.ttf");
  }
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 */
}
.navbar-nav.ml-auto .nav-link {
    padding-right: 10px !important;
    padding-left: 5px !important;
    font-size: 16px;
}
.navbar-nav.ml-auto ul.sub-dropdown .nav-link {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
/**
   * 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: 99;
}

.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;
}
/*-------------------------- Mega me------------------------- */
.mega-menu.mega-menu2.mega.sub-dropdown {
    width: 1000px;
    left: -36em;
    position: absolute;
    z-index: 9999;
    background: #fff;
    border-radius: 5px;
    top: 60px;
    left: -27em;
    padding: 40px;
}
.mega-menu.mega-menu2.mega.sub-dropdown .row{
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}
.hirecol {
    flex: 0 0 33.33%;
}
.industries .hirecol {
    flex: 0 0 100%;
}
.mega-menu.mega-menu2.mega.sub-dropdown.industries {
    width: 280px;
    top: 65px;
    left: 0;
    padding: 20px 40px 0px 40px;

}
.mega-menu.mega-menu2.mega.sub-dropdown.industries ul li{
    color: #0054a5!important;
    font-size: 14px;
}

.navheading {
    margin: 0 0 20px;
    padding: 10px 10px 0 5px;
}
.navbar.fixed-top .container {
    width: 100%;
    max-width: 100%;
}
.navheading span{
    color:#000;
    font-size: 18px;
    font-weight: 800;
}
.hirecol li {
    width: 100%;
    align-items: center;
    position: relative;
    padding: 0 0 20px 45px!important;
    list-style-type: none;
}

.hirecol li::before, .industries .hirecol li::before {
    content: "";
   
    width: 40px;
    height: 40px;
    position: absolute;
    top: -2px;
    left: 0;
}
.hero-section{
    background: url('../jpg/beauty-of-nature.jpg') no-repeat;
    background-size: cover;
}
.hero-section.ecommerce-page{
    background: url('../png/ecomercebg.png') no-repeat;
    background-size: cover;
}
.hero-section.healthcare{
    background: url('../jpg/healthcare.jpg') no-repeat;
    background-size: cover;
}
.hero-section.education-elearning{
    background: url('../png/education-elearningbg.png') no-repeat;
    background-size: cover;
}
.hero-section.EnlargeAutomation{
    background: url('../png/enlarge-automation.png') no-repeat;
    background-size: cover;
}
.hero-section.foodDeliverybanner
{
    background: url('../png/fooddeliverybanner.png') no-repeat;
    background-size: cover;
}
.hero-section.logisticssupplychain{
    background: url('../png/logisticsban.png') no-repeat;
    background-size: cover;
}
.hero-section.financebanking{
    background: url('../png/finance-banking-banner.png') no-repeat;
    background-size: cover;
}
.hero-section.devopsbanner
{
    background: url('../png/devops_banner.png') no-repeat;
    background-size: cover;
}
.hero-section.fullstackbanner
{
    background: url('../png/full_stackbanner.png') no-repeat;
    background-size: cover;
}
.hero-section.MernStackbanner
{
    background: url('../png/mern-stack-banner.png') no-repeat;
    background-size: cover;
}
.hero-section.Laravelbanner
{
    background: url('../png/laravel_banner.png') no-repeat;
    background-size: cover;
}
.hero-section.home-header p{
    color: #fff;
}
.hero-section .heading.single-line{
    background: #1e4265ad;
    overflow: hidden;
    height: 100%;
    z-index: 2;
}
.hero-section .heading-text h1{
   font-size: 30px!important;
    font-family:"ExtraBold"!important;
}
.hero-section p.last-para {
    font-family: 'Muli';
    font-size: 18px;
    color: #fff;
}
.hero-section .bottom_sec{
    padding: 100px 100px 0 100px;
}
.btn-sec {
    padding-top: 20px;
}
.btn-section
{
    padding-top: 200px!important;
}
.hero-section .btn-sec button{
    background-color: white!important;
    color: #1D1E1E;
    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-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    padding: 15px 50px;
    border-radius: 5px;
    line-height: 30px;
    font-family: "ExtraBold";
    border: none;
}
.hero-section .btn-sec button::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -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;
   color: #fff;
}
.hero-section .btn-sec button:hover::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    color: #fff!important;
}
.hero-section .btn-sec button:hover{
    color: #fff!important;
}
.rev-text{
    font-size: 10px;

}
.star-rev span .fa{
    color: #ff3d2e;
}
.star-rev {
    padding-left: 10px;
    padding-top: 30px;
}
.clucth-rev {
    display: flex;
    position: absolute;
    top: 25px;
    left: 60px;
}
.experience-content.container h1 {
    margin: -10px 0 0.67em 0;
}
.mobile-app-dev, .web-dev, .reactjs, .angularjs, .wordpress,.php-menu, .python-menu, .other-service,.nodejs, .mean-stack{
    position: relative;
}
.mobile-app-dev::before, .web-dev::before, .reactjs::before, .angularjs::before, .wordpress::before, .php-menu::before, .python-menu::before, .other-service::before,.nodejs::before, .mean-stack::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: -8%!important;
    top: 0;
    left: -41px;
}
/* .other-service::before {
    background: url('../img/technologypages/mega-menu/otherservice2.png') no-repeat;
} */
.mean-stack::before {
    background: url('../png/mean-menu.png') no-repeat;
}
.nodejs::before {
    background: url('../png/node-menu.png') no-repeat;
}
.python-menu::before {
    background: url('../png/python.png') no-repeat;
}
.laravel::before {
    background: url('../png/laravel.png') no-repeat;
}
.mern::before {
    background: url('../png/mern.png') no-repeat;
}
.php-menu::before {
    background: url('../png/php.png') no-repeat;
}
.wordpress::before {
    background: url('../png/wordpress.png') no-repeat;
}
/* .mobile-app-dev::before {
    background: url('../img/technologypages/mobile-development.png') no-repeat;
} */
/* .web-dev::before {
    background: url('../img/technologypages/mega-menu/webdevelopment.png') no-repeat;
} */
.reactjs::before {
    background: url('../png/reactnative.png') no-repeat;
}

.hirecol li.android-icon::before {
    background: url('../png/android-menu.png') no-repeat;
}
.hirecol li.flutter-icon::before {
    background: url('../png/flutter.png') no-repeat;
}
.hirecol li.ios-icon::before {
    background: url('../png/apple.png') no-repeat;
}
.hirecol li.mobile-app::before {
    background: url('../png/mobileapp.png') no-repeat;
}
.hirecol li.reactnative-menu::before {
    background: url('../png/reactnative.png') no-repeat;
}
.hirecol li.angularjs::before {
    background: url('../png/angular-menu.png') no-repeat;
}
.hirecol li.data-science::before {
    background: url('../png/datascience.png') no-repeat;
}
.hirecol li.machine-learning::before {
    background: url('../png/machine.png') no-repeat;
}
.hirecol li.go-lang::before {
    background: url('../png/golang.png') no-repeat;
}
.hirecol li.devops::before {
    background: url('../png/devops1.png') no-repeat;
}
.hirecol li.full-stack::before {
    background: url('../png/fullstacklogo.png') no-repeat;
}
.hirecol li.health-industry::before {
    background: url('../png/healthcareicon.png') no-repeat;
}

.hirecol li.food-industry::before {
    background: url('../png/foodresticon.png') no-repeat;
}
.hirecol li.lms-industry::before {
    background: url('../png/lmslearningicon.png') no-repeat;
}
.container-height
{
    margin-top: 45px!important
}
/* .full-section .row-height {
    padding-bottom: 32px!important;
    /* padding-left: 50px; */
/* } */ 

.hirecol li.finance-industry::before {
    background: url('../png/finance-new-icon.png') no-repeat;
}
.hirecol li.eCommerce-industry::before {
    background: url('../png/ecommerceicon.png') no-repeat;
}
.hirecol li.logistic-industry::before {
    background: url('../png/logisticicon.png') no-repeat;
}
.hirecol li.carpoolin-industry::before {
    background: url('../png/carpoolingicon.png') no-repeat;
}
.hirecol ul {
    display: block;
    margin: 0 0 0px;
    padding: 0;
}
li:nth-child(4).nav-item.dropdown-link .mega-menu::before {
    left: -30px;
}
.mega-menu::before {
  
    content: "\f0d8";
    font: 50px/30px FontAwesome;
    color: #fff;
    position: absolute;
    /* bottom: -20px; */
    left: -110px;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    top: -24px;
}
/* platform img logo */
.platform-logo {
    width: 100px;
    margin: 0 auto;
    display: -webkit-box;
    height: 100px;
}
.top_companies.mean-stack .companies-col:first-child .platform-logo {
    padding-left: 20px;
}
.platform-logo img { 
    width: 100%!important;
}

/* Blue Strip */

.blue-strip-wrapper {
    background-color: #505CFD;
    padding: 20px 0px 2px;
}
.navbar-nav .start-a-project-button {
    background-color: #0054a5;
    color: white;
    border: 2px solid white;
    display: inline-block;
    font-size: 12px;
    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-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.navbar-nav .start-a-project-button:hover {


    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.navbar-nav.ml-auto li.nav-item.dropdown-link:nth-child(2) ul.sub-dropdown li a {
    font-size: 14px;
}
.error-span{
    color:red;
}
#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: 14px;
    line-height: 30px;
}
.footer-list li.address{
    
    line-height: inherit;
    margin-bottom: 15px;

} 
.contact-info span, .contact-info a {
    font-size: 14px;
    line-height: inherit;
}
.footer-list li a {
    opacity: 1;
    color: #444444;
    font-size: 14px;
    
}
.list-section.col-lg-3.col-md-6.col-sm-6:first-child ul li, .list-section.col-lg-3.col-md-6.col-sm-6:nth-child(2) ul li {
    line-height: 30px;
}
.list-section.col-lg-3.col-md-6.col-sm-6:nth-child(2) ul {
    padding-top: 27px;
}
.list-section .footer-list:first-child{
    line-height: 20px;
}
.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;
    padding-bottom: 0px;
    margin-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;
}

.right-div .text-sec .header-text-covid{
    font-size: 20px;
    margin: 0;
    font-weight: 600;
 }
    .text-sec {
    border-bottom: 1px dotted #ccc;
}
.left-div {
    width: 30%;
    float: left;
    vertical-align: middle;
    margin-top: 50px;
    text-align: center;
}
.full-div {
    width: 100%;
}
.right-div {
    padding-left: 22px;
    float: right;
    width: 70%;
}
@media only screen and (max-width: 480px) {
    .right-div {
       padding-left: 0px!important;

    }
}
.text-sec {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    float: right;
}
.pop-btn {
    float: right;
}
.pop-btn a:first-child{
    margin-right: 23px;
}
.pop-btn a {
    text-transform: uppercase;
}

#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    z-index: 1001;
}
#popup {
    width: 555px;
    max-width:100%!important;
    height: 230px;
    background: #FFFFFF;
    box-shadow: 0 0px 16px 0 rgba(0,0,0,0.2);
    z-index: 99;
    transition: all ease-in 0.7s;
    position: relative;
    top: 400px;
    left: 49px;
    padding: 20px;
}
@media only screen and (max-width: 480px) {
    #popup {
        width: 91%!important;
         left: 0px!important;
        height: 100%!important;
        padding:10px!important;
    }
}

.pop-btn a {
    background-color: #066bcc;
    color: #fff!important;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
}
/*--------------------------------------- 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) {
    .list-section.col-lg-3.col-md-6.col-sm-6:nth-child(2) ul {
        padding-top: 0;
    }
    .owl-dots{
        text-align: center;
        padding-bottom: 30px;
    }
    button.owl-dot.active {
        border: 5px solid #0054a5!important;
        border-radius: 35%;
        width: 25px;
        transition: all .3s ease-in-out;
    }
    button.owl-dot {
        border: 5px solid #dadada!important;
        border-radius: 50%;
        margin-right: 10px;
    }
    .navbar-nav.ml-auto li:nth-child(4) ul.sub-dropdown {
        height: 250px!important;
        overflow-y: scroll;
    }
    .container-fluid.post-resslider .card-img img {
        padding: 0px 0 20px;
        
    }
    .footer-top.container .col-md-6.col-sm-6{
        width:100%!important;
    }
    .footer-list li a {
        font-size: 13px!important;
    }
    .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) and (min-width:992px) {
    .work-gradient-wrapper .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
}

@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;
    }
    .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(../png/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;
    }
    .img-absolute-wrapper.hide-lg {
        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(../png/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;
    }

    .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: 14px;
    }
    .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(../png/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 {
        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:585px) {}

@media (max-width: 480px) {
    
    .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(../png/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: #0054A5;
    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;
    }
}
.mobile-developer .timeline:before {
    height: 350px;
}
.ios-developer .timeline:before {
    height: 320px;
}
/* contact us page css end here */

/* dedicated hiring: starts*/
.resslider{
    display: none;
}
section.about-sect {
    background-image: url('../png/bgabout.png');
    background-position: left top;
    background-repeat: no-repeat;
   
}
section.about-sect .row {
padding-top: 60px;
}
section.about-sect .img-col img{
    width: 100%;
}
.bottompara{
    padding-top: 15px;
}
.diff_location h1 {
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: bold;
    font-family: muli;
}
.diff_location p {
    text-align: center;
}
.diff_location .loc_col ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.diff_location .loc_col ul li{
    color: #434548;
    padding-bottom: 10px;
    
}
.diff_location .loc_col{
    width: 20%;
    float: left;
    padding-top: 50px;
}
.video-call {
    padding: 40px 0;
    background-color: #e2e2e291;
}
section.diff_location {
    padding: 40px 0;
}
.video-call {
    margin: 40px 0;
}
.deafultactive{
    display: block;
}
.panel-body iframe{
    margin: 0 40px;
}
/*post slider*/


.carousel-control.left,.carousel-control.right{background: none;}
.top-slider .card{margin-bottom:70px;
    height: 450px;
}
.top-slider .carousel-indicators{bottom: 0}
.top-slider .carousel-indicators li{border:1px solid #000;}
.top-slider .carousel-indicators .active{background:#000;}

/* .carousel-item.active  .col-md-4:first-child .card{
    border: 1px solid #3A9EFF;
}
.carousel-item.active  .col-md-4:nth-child(2) .card{
    border: 1px solid #ABE30D;
}
.carousel-item.active  .col-md-4:last-child .card{
    border: 1px solid #9341FF;
} */
.carousel-item .col-md-4 {
    width: 33.333333%;
    float: left;
}
.carousel-item .card-img img {
    position: relative;
    bottom: 0;
}
.carousel-item h5 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.carousel-item p {
    text-align: center;
    color: #434548;
    font-size: 16px;
    font-family: muli;
}
.col-md-12.top-slider {
    margin: 40px 0;
}
.gradient-sec{
    background-image: url('../jpg/bubble-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.gradient-sec h1 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.gradient-sec p, span.btn-right-text {
    color: #fff;
}
.right-text-col span img{
    border: 3px solid #e2dddd;
    border-radius: 50%;
    padding: 1px;
}
.gradient-sec .img-col video{
       width: 100%;
        height: 415px;
        padding-right: 30px;
}
span.btn-right-text {
    padding-left: 50px;
    padding-top: 14px;
    font-size: 12px;
}
.gradient-sec span{
    float: left;
}
span.line-block {
    background-color: #e2dddd;
    width: 30px;
    height: 3px;
    display: inline-block;
    position: relative;
    top: 23px;
    left: 20px;
}.zoom-slider h1, .zoom-slider p{
    text-align: center;
}
.zoom-slider h1, .post-slider h1{
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: bold;
    font-family: muli;
}
.container1{
    margin-bottom: 100px;
}
.container1 ul{
    top:30px!important;
    left: -650px!important;
}
.container1 img.left, img.right{
    height: 30px;
}
.container1 img.left{
    transform: rotate(180deg);
    left: -36px!important;
}
.container1 img.right{
    right: -36px!important;
}
.grey-section{
    background-color: #E1E1E1;
    padding: 60px 0;
}
.grey-section h5{
    font-size: 18px;
    font-weight: bold;
}
.grey-section .col-md-6.col-lg-6.col-sm-12.col-xs-12.left-section {
    padding-top: 60px;
}
.grey-section .col-md-6.col-lg-6.col-sm-12.col-xs-12.left-section p{
    padding: 10px 119px 20px 0;
    text-align: justify;
}
.grey-section .right_sec h5 {
    font-size: 20px;
    font-weight: bold;
    font-family: lato;
    
}
h5.right-head{
    padding-left: 20px;
}
.grey-section .right_sec ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.grey-section .right_sec ul li{
    width: 50%;
    /* display: inline-block; */
    display: inline;
    float:left;
}
.grey-section .right_sec ul li .num-circle{
    width:14%;
    float: left;
}
.grey-section .right_sec ul li .head-para{
    width:85%;
    float: right;
}
.grey-section .right_sec ul li .num-circle span.circle{
    
    padding: 10px 8px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 9px; 
    width: 30px;
    height: 30px;
    display: inline-block;
}
.grey-section .right_sec ul li .head-para h5{
    font-size: 15px;
    font-weight: bold;
    font-family: muli;
}
.grey-section .right_sec ul li .head-para p{
    font-size: 15px;
    color: #434548;
}
.orange{
    background-color:#FFBA3F;
}
.blue{
    background-color: #3D37F1;
}
.voilet{
    background-color: #66659F;
}
.lightgreen{
    background-color: #37F1BE;
}
.lightred{
    background-color: #E66E6E;
}
.red{
    background-color: #F13D37;
}
.darkorange{
    background-color: #F17637;
}
.purple{
    background-color: #F137E5;
}
.listing{
    padding: 40px 0 0 0;
}
.listing .col-sm-12{
    padding: 0;
}
.star-rating span{
    margin-right: 18px;
    font-size: 16px;
    font-family: muli;
}
.star-rating span a{
    background-color: #0054A5;
    color: #fff!important;
    font-size: 9px;
    font-family: muli;
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 8px;
}
.award-sec .faq h1{
    font-size: 30px;
    font-weight: bold;
    font-family:muli;
}
section.award-sec {
    padding: 60px 0;
}
section.award-sec  .faq{
    padding-bottom: 30px;
}
section.award-sec  .faq-inner h4{
    font-size: 25px;
}
.col-md-6.col-sm-12.col-xs-12.img-col{

    padding: 0!important;
}
.faq-inner {
    padding: 15px 0;
}
.row.listing ul li:nth-child( odd ) {
    padding-right: 15px;
}
.row.listing ul li:nth-child( even ) {
    padding-left: 20px;
}
.accordian-section h1, .yoga-section h1{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.accordian-section p, .yoga-section p{
    text-align: center;
    width: 100%;
}
.accordion-gradient-bcg .fa {
    float: right;
}
#accordion .panel-heading { padding: 0;}
#accordion .panel-title > a {
	display: block;
	/* padding: 15px 0.6em; old*/ 
    padding: 22px 0.6em; 
    outline: none;
    font-weight:bold;
    text-decoration: none;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    
    
    content:"\f01b";
    float: right;
    font-family: 'FontAwesome';
    font-size: 25px;
    font-weight: lighter;
    color: #0037CE;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\f01a";
    color: #0037CE;
}
.panel.panel-default {
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(230, 224, 224, 0.55);
    border-radius: 5px;
    background-color: #fff;
}
.panel-heading h4.panel-title {
    font-size: 20px;
    color: #000;
    margin: 0;
}
.panel-heading h4.panel-title a {
    color: #000;
}
.panel.panel-default  span {
    color: #0037CE;
    padding-right: 10px;
}
.panel-body {
    padding: 10px 0;
    padding-top: 0;
}
div#accordion {
    padding: 20px 0 40px 0;
}
.yoga-section img{
    border: 5px solid #AAB5FB;
    border-radius: 5px;
    box-shadow: 0 0 10px #a7a0a0;
}
.yoga-section{
    background-color: #E1E1E1;
    padding: 60px 0;
}
.yoga-section .col-md-4{
    margin-top: 20px;
}
.left-blue-section{
    background-color: #E1E1E1;
}
.left-blue-section h2{
   
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
}
section.left-blue-section {
    margin: 80px 0 0 0;
}
.left-blue{
    background-color:#066BCC;
    padding-left: 100px;
    padding-right: 60px;
}
.left-blue{
    color:#fff;
}
span.triangle {
    width: 0;
    height: 0;
    transform: rotate(154deg);
    border-left: 25px solid transparent;
    border-right: 177px solid transparent;
    border-bottom: 62px solid #e1e1e1;
    position: absolute;
    left: -51px;
    top: 44px;
}
.orange-img {
    text-align: center;
    
}
.orange-img img{
    padding: 75px 0 25px 0;
}
.last-bot-img {
    text-align: center;
    margin-bottom: 30px;
}
.lightpurple{
    background-color: #9997DF;
}
.last-bott{

    padding: 60px 0;
}
.last-bott{
    background-image: url('../jpg/last-bg-dotted.jpg');
    background-position: right center;
    background-repeat: no-repeat;
}
.last-bot-img-col{
    padding-top: 20px;
}
.left-blue-section  #main{
    padding-top: 20px;
}
.panel-body p {
    text-align: left;
    padding: 0 40px;
}
.flutter-timeline .timeline:before {
    height: 390px;
}
.top_companies.flutter .companies-col img {
    padding: 0 0;
}
/* sliding form */
.img-col .play-btn-sec{
    display: none;
}
.right-text-col .play-btn-sec{
    display: block;
}
.post-resslider{
    display: block;
}
.post-resslider{
    display: none;
}
.g-recaptcha {
    /* display: none; */
    margin-bottom: 20px;
}


li.nav-item.dropdown-link {
    padding: 20px 10px;
}
.feedback-form
{
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 9999;
    min-height: 187px;
    
	
}

.feedback-form-show
{
	right:0 !important;
}

.feedback_form_area
{
    padding-bottom: 20px;
	position:relative;
	display:none;
    background: rgb(45, 45, 45);
    padding-top: 85px;
    border-radius: 6px;
    box-shadow: 0 6px 6px #1d1c1c61;
}
.sliding_from_modal .modal-dialog {
    max-width: 400px;
    margin: 0;
    float: right;

}

body.modal-open{
    padding-right: 0px!important;
}
.sliding_from_modal .feedback_form_area_inner {
    width: 100%;
}
.modal.sliding_from_modal {
    z-index: 9999999;
    top: 10px;
}
.modal.sliding_from_modal .modal-content{
    background-color: unset;
    border: none;
}
.feedback_form_area_inner
{
		width:300px;
	min-height:450px;
	color:#fff;
    padding: 30px 15px;
}

.feedback_form_area h3
{
	margin-top:0;
}
		
.custom-inp
{
	width:100%;
	height:35px;
	padding-left:5px;
	color:#fff;
	border:1px #ccc solid;
	background:transparent;
}
.slide-form-img{
    width: 100px;
    position: absolute;
    left: -50px;
    top: -4px;
}	
.modal.fade.sliding_from_modal.show{
    padding-right: 0px!important;
}
.slide-form-btn{
    text-align: center;
}
input#feedback-form-btn {
    background-color: #f6f9f6;
    color: #000;
    font-weight: 800;
    padding: 10px 50px;
    margin-top: 10px;
}	
.slide-form-btn input#feedback-form-btn:hover {
    border: none;
}
.slide-form-btn input#feedback-form-btn:hover {
    background-color: #2284d4;
    color: #fff;
}
.custom-inp-txt
{
	width:100%;
	height: 70px;
	padding:5px;
	color:#fff;
	border:1px #ccc solid;
	background:transparent;
}

.feedback-form-btn
{
	position: absolute;
    left: -155px;
    color: #fff;
    /* transform: rotate(90deg); */
    top: 40%;
	border-radius:0;
}

button.close {
    float: right;
    position: absolute;
    top: 9px;
    right: 10px;
    background-color: #fff;
    opacity: 1;
    padding: 0px 6px;
    border-radius: 15px;
    line-height: 20px;
    font-size: 15px;
}

.feedback-form-btn.btn.btn-success.btn-lg{
    /* background-color: #2392ec;
    border-color: #2392ec; */
    font-size: 1rem;
    border-radius: 5px;
    padding: 8px;
    
}
.png_img_sec:first-child {
    margin-top: 50px;
}
/* dedicated hiring Responsive*/

@media only screen and (max-width: 320px) {
.feedback_form_area_inner
{
		width:260px;
	min-height:450px;
	color:#fff;
	padding:15px;
}
}

@media only screen and (max-width: 1200px) {

    .work-gradient-wrapper .nav-link{
        font-size:14px;
    }
    .work-gradient-wrapper .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
    }
    #container{
        width: 1200px;
        margin: 0 auto!important;
    }
    #container ul {
        width: 1000px!important;
    }
    /* #container ul li {
        width: 300px!important;
        height: 200px!important;
    } */
    #container1 ul {
        left:-872px!important;
    }
}
@media only screen and (max-width: 1080px) {
    .about-sect .col-md-6.col-sm-12.col-xs-12.img-col,  .about-sect .col-md-6.col-sm-12.col-xs-12.text-col{
        flex: 0 0 100%!important;
        width: 100%!important;
        max-width: 100%!important;
    }
    .text-col{
        padding-top: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .post-resslider{
        display: block;
        margin-bottom: 30px;
    }
    .post-resslider .carousel-item.col-md-4.col-sm-12.col-xs-12{
        width: 100%!important;
        flex: 0 0 100%!important;
     max-width: 100%!important;
    }
    .none-postslider{
        display: none;
    }
    .carousel-item h5{
        font-size:15px;
    }
    .carousel-item .col-md-4{
        width:50%;
    }
    .carousel-item p{
        font-size: 12px;
    }
    .top-slider .card{
        height: 400px;
    }
    .carousel-item h5{
        font-size:15px;
    }
    .carousel-item .col-md-4{
        width:50%;
    }
    .carousel-item p{
        font-size: 12px;
    }
    .top-slider .card{
        height: 400px;
    }
    
    .zoom-slider{
        overflow: hidden;
    }
    video#myVideo {
        margin-bottom: 20px;
    }
    .col-md-6.col-sm-12.col-xs-12.img-col {
        margin-bottom: 50px;
    }
    .right-text-col .play-btn-sec{
        position: absolute;
        top: -50px;
    }
.diff_location .loc_col {
    width: 29%;
    float: left;
    padding-top: 50px;
    margin: 0 auto!important;
}
/* .col-md-12.top-slider, div#container {
    display: none;
} */
.gradient-sec .col-md-6, .grey-section .left-section, .grey-section .right_sec, .award-sec .col-lg-8, .award-sec .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.award-sec .col-lg-4 img {
    width: 100%;
}
.gradient-sec .img-col video {
    /* height: auto; */
    padding-right: 0;
}
.panel-heading h4.panel-title {
    font-size: 16px;
    line-height: 30px;
}
.yoga-section h1 {
    font-size: 20px;
}
.last-bott .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}
.last-bott .col-md-6 img {
    width: 100%;
}
}
@media only screen and (max-width: 767px) {
    .content_indust_col,.sec_row.row .png_img_sec {
        padding-left: 0px!important;
    }
    .sec_row.row {
        padding: 20px 20px!important;
    }
    section.industry_grey_section {
        padding: 20px 20px!important;
    }
    .industry_grey_section .col-md-6{
        padding: 0px!important;
    }
    .mega-menu.mega-menu2.mega.sub-dropdown {
        width: 385px!important;
        
        left: -7.5em!important;
        padding: 30px!important;
        height: 300px!important;
        overflow-y: scroll;
    }
    .hirecol {
        flex: 0 0 100%!important;
    }
    .navbar-nav.ml-auto li:nth-child(4) ul.sub-dropdown {
        height: 400px;
        overflow-y: scroll;
    }
    .nav-item.dropdown-link .sub-dropdown li a {
        line-height: 0px; 
    }
    .nav-item.dropdown-link .sub-dropdown .nav-item {
        padding-top: 0;
        padding-bottom: 0;
    }
    .resslider{
        display: block;
    }
    .container1 {
      display: none;
    }
    .container1 ul {
        left: -706px!important;
    }
    .carousel-item h5{
        font-size:15px;
    }
    .carousel-item .col-md-4{
        width:50%;
    }
    .carousel-item p{
        font-size: 12px;
    }
    .top-slider .card{
        height: 400px;
    }
    #container1 ul li {
       width: 500px!important;
       height: 300px!important;
    } 
    .goodfirm-img {
        width: 18%;
    }
    .video-call img, .yoga-section img{
        width: 100%;
        margin-bottom: 20px;
    }
    .last-bot-img img{
        width: 100%;
    }
    .grey-section .right_sec ul li {
        width: 100%;
        /* display: inline-block; */
        display: inline;
        float: left;
        margin-bottom: 20px;
    }
    .row.listing ul li:nth-child( even ) {
        padding-left: 0px;
    }
    .grey-section .right_sec ul li .head-para {
        width: 90%;
        float: right;
    }
    .grey-section .right_sec ul li .num-circle {
        width: 10%;
        float: left;
    }
    h5.right-head {
        padding-left: 0px;
    }
    .post-slider h1{
        font-size: 20px;
    }
}
@media only screen and (max-width: 576px) {
    #container ul li{
        width: 300px!important;
        height: 200px!important;
    }
.listing {
    padding: 40px 0 0 20px;
}
.row.star-row {
    padding-left: 20px;
}
.yoga-section {
  
    padding: 60px 020px;
}
.left-blue-section h1,.accordian-section h1,.diff_location h1, .last-bott h1 {
    font-size: 20px;
}
.left-blue {
    padding-left: 30px;
    padding-right: 20px;
}
#blue-strip {
    margin-top: 0px;
}
.last-bott {
    padding: 20px 0;
}
section.award-sec .faq-inner h4 {
    font-size: 20px;
}
a#OpenForm {
    font-size: 14px;
}
}
@media only screen and (max-width: 480px){
    .hero-section .bottom_sec {
        padding: 10px;
    }
    .hero-section .heading-text h1 {
        font-size: 20px!important;
    }
    .hero-section .bottom_sec {
        padding-top: 30px;
    }
    .hero-section p.last-para {
        font-size: 15px;
    }
    .mega-menu.mega-menu2.mega.sub-dropdown {
        width: 300px!important;
        left: -5.5em!important;
        padding: 30px 0px 30px 30px!important;
        height: 300px!important;
        overflow-y: scroll!important;
        top: 36px!important;
    }
    .navheading span {
        font-size: 14px!important;
    }
    .services_section .page-header h2 {
        font-size: 17px;
    }
    .testimnial-section .container h2 {
        font-size: 20px;
    }
    .hiring_process h2, .hiring_process p{
        padding-bottom: 15px;
    }
    .quote-btn-sec .container h1 { 
        font-size: 16px;
    }
.diff_location .loc_col {
    width: 100%;
}
.diff_location .loc_col ul li {

    text-align: center;
}
}
@media only screen and (max-width: 480px){
    .php_build_projects .container {
        padding-top: 30px!important;
    }
    .php_build_projects .sec-row {
        padding-top: 0!important;
    }
    section.left-blue-section {
        margin: 30px 0 0 0;
    }
    .timeline-sec .page-header {
        margin-bottom: 15px!important;
    }
    .hiring_process {
        padding: 60px 0 0 0!important;
    }
    .col-md-12.top-slider {
        margin: 40px 0;
        display: none;
    }
    .grey-section .right_sec ul li .num-circle {
        width: 15%;
        float: left;
    }
    .grey-section .right_sec ul li .head-para {
        width: 85%;
    }
    section.accordian-section h1 {
        padding: 0 20px;
    }
    .zoom-slider h1, .post-slider h1 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 360px){
    .gradient-sec .img-col video {
        width: 100%;
        height: 350px;
    }
.star-rating span {
   margin-right: 0px; 
    font-size: 16px;
    font-family: muli;
    width: 50%;
    display: block;
  
    margin-bottom: 15px;
}
.star-rating {
    width: 100%;
    display: block;
}
.blue-strip-heading p {
    font-size: 20px;
}
}
/* dedicated hiring: ends*/
/* phpdevelopment */
.phpdevelopment h1.header-text.animated.fadeInUp.slow {
    font-size: 36px;
    font-family: muli;
}

/* form changes */

.sheet-form-changes{
    text-align: left !important;
}

.phpdevelopment .single-line .heading-text p{
    text-align: center;
    color: #fff;
    padding: 0 240px;
}
.top_companies h1 {
    text-align: center;
    font-size: 29px;
    font-weight: bold;
}
.companies-col {
    text-align: center;
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
}
.project-build-react{
    height: 350px !important;
}
.industrypage .companies-col {
    height: 187px;
}
.industrypage .companies-col h4 {
    font-size: 19px;
    font-family:"PopinBold";
}
.industrypage .companies-col .platform-logo {
    width: 46px;
    margin: 0 0 15px 0;
    display: inline-block;
    height: 77px;
}

.top_companies .row {
    margin: 40px 0px;
    background: #fff;
}
.industrypage.top_companies h1::after {
    left: 49%;
}
.industrypage .companies-col:hover {
    background-color: #2285d5;
    color: #fff;
}
.industrypage .companies-col:hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.top_companies {
    background-position: 0 100%, right top;
    background-repeat: no-repeat;
}
.third-section{
    background-image: none !important;
}
.quote-btn-sec h1{
    font-family: "Poppins-ExtraBold";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}

/** ap form start ***/
.ap-form{
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0 50px;
  padding: 15px 0
}
.ap-form h1{
    text-align: left; 
    font-size: 27px;
    color: #666666;
    font-family: muli;
    font-weight: bold;
}
.form-manage .form-group{
  margin: 15px 25px;
  text-align: left;
  color: red;
}

.form-button{
  width: 100%;
  background-color: #6666ff;
}
.form-manage label{
  color: #666666;
}

.phpdevelopment .single-line .text-align p {
    text-align: center;
    color: #fff;
    padding: 0 0;
    font-size: 20px;
    max-width: 900px;
    margin: 0 auto;
}
.hero-section .heading-text h1 {
    text-align: center;
    color: #fff;
    padding: 0 0;
    font-size: 36px;
    font-family: "ExtraBold" !important;
}
.single-line .text-align p {
    text-align: center;
    color: #fff;
    padding: 0 0;
    font-size: 20px;
    max-width: 900px;
    margin: 0 auto;
}
.width-full-right-availability{
    width: 67%;
}
.img-evolution{
    float: right;
    margin-right: 75px !important;
    
}
.bg-img-guide-for-non-tech{
    background-image: url('../png/react-developer-dot-image.png');
    padding-top: 30px;
    padding-bottom: 30px;
}
.margin-top-guide-second{
    margin-top: 20px;
}
.margin-zero{
    margin: 0;
}
.font-weight-600{
    font-weight: 600;
}
.dot-style-guide{
    margin-right: 25px;
}
.what-is-react{
    margin-top: 25px;
}
.things-should-be-container{
    background-color:#FBFBFE;
    padding: 50px;
}
.image-left-guide-for-non-tech{
    background-color: #fff;
    height: 395px;
}
.btn-talk-to-expert{
    width: 174px;
    font-size: 12px;
    border-radius: 5px;
    padding: 11px;
    background: #fff;
    border: none;
    color: #505CFD;
}
.tech-stack-contant{
    margin-top: 35px;
}
.thing-img{
    height: 290px !important;
}
.text-chnge-font-head-hide-show{
    font-size: 16px;
}
.bg-color-cto-pick-react{
    background-color: #F6F6FC;
}
.bg-color-cto-pick-react h2{
    margin-bottom: 25px;
}
.heading-tech-stack{
    font-size: 20px;
    font-family: "ExtraBold";
    font-weight: bold;
}
.sub-heading-text{
    font-size: 15px;
    font-family: "ExtraBold";
    font-weight: bold;
}
.heading-tech-stack span{
    margin-right: 15px;
}
.image-left-guide-for-non-tech img{
    height: 100%;
    margin: 0 auto;
    display: block;
}

.phpdevelopment .single-line .text-align h1 {
    text-align: center;
    color: #fff;
    padding: 0 0;
}
/** php **/
.text-align{
    text-align: center;
    color: #ffffff;
}
/** php **/ 

/** media quaery**/
@media only screen and (max-width: 995px) {
  .ap-form  {
    margin: 0 0px;
  }
}

.full-stack-new-box ul{
	text-align: center;
    background-color: black;
    padding: 15px 0px;
    color: #fff;
    border-radius: 15px;
    padding-bottom: 18px;
}

.full-stack-new-box ul li{
	display: inline-block;
	padding: 0px 10px;
	font-size: 13px;
	border-right: 1px solid #fff;
}

.full-stack-new-box ul li:last-child{
	border-right: none; 
}

/**media quaery**/
@media only screen and (max-width: 400px) {
    .full-stack-new-box ul li {
        border-right: none;
        display: block;
        padding: 4px 10px;
        text-align: center;
    }
  }
/**media quaery**/
/** full stack dev ***/

.industry_page .quote-btn-sec h1{
    font-family:"ExtraBold";
    color: #444444;
}
.industry_page section.quote-btn-sec {
    padding: 60px 0 80px 0;
}
.industry_page section.quote-btn-sec.second{
    padding: 0px 0 80px 0!important;
}
section.quote-btn-sec {
    padding: 80px 0 40px 0;
    text-align: center;
}
a.quotebtn {
    background-color: white;
    padding: 15px 50px;
    border: 2px solid white;
    border-radius: 10px;
    box-shadow: none;
    font-size: 14px;
    font-family: "Muli", 'Poppins-ExtraBold';
    position: relative;
    transition: all 0.3s;
    color: #505cfd !important;
    font-weight: 600 !important;
}

section.industry_grey_section {
    background-color: #E1E1E1;
    padding: 50px 0;
}
section.industry_grey_section .content_indust_col h4 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Muli';
    color: #1D1E1E;
    
}
.content_indust_col ul{
    list-style-type: none;
}
.content_indust_col ul li i.fa.fa-circle {
    font-size: 10px;
    color: #0054A5;
    padding-right: 8px;
}
  .content_indust_col {
    padding-top: 50px;
    padding-left: 50px;
}

.sec_row.row .content_indust_col {
    padding: 0px; 
   
}
.content_indust_col ul li {
    font-size: 16px;
    font-family: 'Muli';
    padding-top: 15px;
    color: #434548;
}
section.industry_grey_section .content_indust_col ul{
    padding-left: 0px;
}
.content_indust_col.sec-sec li{
    display: flex;
}
.content_indust_col ul li .dot-con i.fa.fa-circle {
    padding-right: 10px;
}
a.quotebtn:hover {
   
    background: #066BCC;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff!important;
    border-radius: 4px;
}
.sec_row.row {
    padding-top: 100px;
}
.sec_row.row .png_img_sec {
    padding-left: 40px;
}
.timeline-sec.python p.text-center {
    padding-top: 15px;
}
.left-blue2 {
    background-color: #066BCC;
   padding: 60px 20px 50px 100px;
}
/* timeline */

.timeline h4{
    font-size: 21px;
    font-weight: bold;
}
.timeline p{
    font-size: 16px;
   
}
.timeline-sec .page-header {
    text-align: center;
    margin-bottom: 60px;
}
.timeline-sec .page-header h2, .team-php .page-header h2, .services_section h2{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    font-family: "ExtraBold";
    
}

 .php-accordian h1{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    font-family: "Poppins-ExtraBold";
}
.php-accordian h1::after{
    content: '';
    display: block;
    background-color: #97BFE5;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 49%;
    margin-top: 5px;
}
.team-php h2 {
    margin-bottom: 40px;
}
.timeline-sec h2::after, .team-php .page-header h2::after, .services_section h2::after {
    content: '';
    display: block;
    background-color: #97BFE5;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 49%;
    margin-top: 5px;
}
section.timeline-sec {
    padding: 40px 0;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
  }
  .timeline:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 49.2%;
    margin-left: -1.5px;
    height: 664px;
  }
  .phppage .timeline:before {
    height: 600px;
}
  .andriod-timeline .timeline:before{
    height: 340px;
  }
  .reactjs-timeline .timeline:before {
    height: 368px;
}
  .golang-timeline .timeline:before {
    height: 489px;
}
.machine-timeline .timeline:before {
    height: 535px;
}
  .timeline > li {
    margin-bottom: 20px;
    position: relative;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li > .timeline-panel {
    width: 50%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  }
  .timeline > li.timeline-inverted + li:not(.timeline-inverted),
  .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
  margin-top: -60px;
  }
  
  .timeline > li:not(.timeline-inverted) {
  padding-right:90px;
  }
  
  .timeline > li.timeline-inverted {
  padding-left:60px;
  }
  .timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
  }
  .timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
  }
  .timeline > li > .timeline-badge {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 27px;
    left: 50%;
    margin-left: -25px;
    /* background-color: #999999; */
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline-badge.primary {
    background-color: #2e6da4 !important;
  }
  .timeline-badge.success {
    background-color: #3f903f !important;
  }
  .timeline-badge.warning {
    background-color: #f0ad4e !important;
  }
  .timeline-badge.danger {
    background-color: #d9534f !important;
  }
  .timeline-badge.info {
    background-color: #5bc0de !important;
  }
  .timeline-title {
    margin-top: 0;
    color: inherit;
  }
  .timeline-body > p,
  .timeline-body > ul {
    margin-bottom: 0;
  }
  .timeline-body > p + p {
    margin-top: 5px;
  }

/* timeline */


.php_build_projects h2{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    font-family: "ExtraBold";
}
.php_build_projects h2::after {
    content: '';
    display: block;
    background-color: #97BFE5;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 49%;
    margin-top: 5px;
}
.php_build_projects .container{
    padding-top: 80px;
}
.php_build_projects .project-card .bg-image img{
    width: 100%;
    border-radius: 13px 13px 0 0;
}
.php_build_projects .project-card {
    box-shadow: 0 0 10px #e4dfdf;
    background-color: #fff;
    border-radius: 13px;
    height: 350px;
    
    
}
.nodejspage .project-card .bg-box, .angularpage .project-card .bg-box, .project-card .bg-box{
    width: 120px;
}
.bg-box {
    text-align: center;
}
.phpdevelopment .sub-card-image{
    width: 114px;
    height: 113px;
}
.phpdevelopment .card-image-wrapper img{
    width: 100%;
}

.php_build_projects.nodejspage .project-card, .php_build_projects.angularpage .project-card {
    height: 350px;
}
.php_build_projects.nodejspage .project-card, .php_build_projects.angularpage .project-card.redix {
    height: 390px;
}
.php_build_projects .project-card .content-body{
    padding: 20px 25px;
    
}
.php_build_projects .bg-box {
    position: absolute;
    top: 50px;
    background-color: #fff;
    padding: 15px;
    border-radius: 20%;
    box-shadow: 0 4px 5px 1px rgba(0,0,1,.16);
    transform: translate(2%,0);
}
.bg-box img{
    box-shadow: 0 0px 3px 1px rgba(0,0,1,.16);
    border-radius: 20%;
}

@font-face {
    font-family:"Poppins-ExtraBold";
    src: url("../ttf/poppins-extrabold.ttf");
  }
  @font-face {
    font-family:"Poppins-SemiBold";
    src: url("../ttf/poppins-semibold.ttf");
  }
  @font-face {
    font-family:"Poppins-MediumItalic";
    src: url("../ttf/poppins-mediumitalic.ttf");
  }
  @font-face {
    font-family:"ExtraBold";
    src: url("../ttf/muli-bold.ttf");
  }

  @font-face {
    font-family:"PopinBold";
    src: url("../ttf/poppins-bold.ttf");
  }
.text-section h4 {
    font-size: 15px;
    font-weight: bolder;
    font-family: "Poppins-ExtraBold";
}
.text-section {
    padding-top: 80px;
    
}
.php_build_projects .text-section p{
    font-size: 16px;
    font-family: "muli";
    font-weight:normal;
    color: #666666;
}
.php_build_projects .sec-row{
    padding-top: 30px;
}
    .black-overlay{
        background: #000000db;
    }
   .yellow-overlay {
        background: #ffa801;
    }
    .blue-overlay{
        background: #0c8bc6;
    }
    .bluegrad-overlay{
        background: #0f73ff;
    }
    .red-overlay{
        background: #ae0000;
    }
    .purple-overlay{
        background: #908de0;
    }
    .project-card:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        z-index: 1;
    }
    .project-card {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
    }
    /* team */

    .our-team-main
    {
        width:100%;
        height:auto;
        border-bottom:5px #238be0  solid;
        background:#fff;
        text-align:center;
        border-radius:10px;
        overflow:hidden;
        position:relative;
        transition:0.5s;
        margin-bottom:28px;
    }
    
    
    .our-team-main img
    {
        border-radius:50%;
        margin-bottom:20px;
        width: 90px;
    }
    
    .our-team-main h3
    {
        font-size: 20px;
        font-weight: bold;
        font-family: muli;
    }
    
    .our-team-main p
    {
        margin-bottom:0;
        font-size: 18px;
    font-family: muli;
    }
    
    .team-back
    {
        width:100%;
        height:auto;
        position:absolute;
        top:0;
        left:0;
        padding:5px 15px 0 15px;
        background: #fff;
        vertical-align: middle;
        padding-top: 50px;
        
    }
    
    .team-front
    {
        width:100%;
        height:auto;
        position:relative;
        z-index:10;
        background:#fff;
        padding:15px;
        bottom:0px;
        transition: all 2s ease-in-out;
        
    }
    
    .our-team-main:hover .team-front
    {
        bottom:-200px;
        transition: all 2s ease-in-out;
    }
    
    .our-team-main:hover
    {
        border-color:#777;
        transition:0.1s;
    }
    section.team-php {
        padding: 60px 0 40px 0;
        background-color: #e4e0e061;
        margin-top: 60px;
    }
    section.team-php h1{
        padding-bottom: 30px;
    }
    
    /*our-team-main*/
    
    
    /* team */
    .full-section.row h4{
        font-size: 20px; 
        font-family: "ExtraBold";
        font-weight: bold;
    }
    .full-section.row p{
        font-size: 16px;
        font-family: "Muli";
        width: 360px;
    }
    .full-section.row {
        padding-bottom: 50px;
    }
    section.services_section{
        padding: 60px 0 0 0;
    }
    section.services_section .page-header{
        padding-bottom: 60px;
    }
    .php-accordian{
        /* background-image: url(../img/technologypages/faq-bg_dott2.png); */
        background-position: right top;
        background-repeat: no-repeat;
        padding-top: 30px;
    }
.php-accordian h4.panel-title{
    font-size: 16px;
    font-family: ExtraBold;
}
.php-accordian .panel-body p{
    color: #434548;
    font-family: muli;
    font-size: 16px;
    padding-top: 0;

}
.testimnial-section .testimonial-text p{
    font-size: 16px;
    font-family: "Poppins-MediumItalic";
    color: #666666;
}
.testimnial-section .profile-name{
    font-size: 14px;
    font-family: "Poppins";
    color: #444444;
    font-weight: bold;
}
.phpdevelopmentpage h2{
    font-size: 25px;
    font-family: ExtraBold;
}
.phpdevelopmentpage p{
    font-size: 16px;
    font-family: "Muli";
    line-height: 25px;
    padding-top: 15px;
}

.hiring_process{
    display: flex;
    padding: 60px 0;
}
.hiring_process h2{
    font-size: 25px;
    font-family: "PopinBold";
    font-weight: bold;
    text-align: center;
    color: #1D1E1E;
}
.hiring_process p{
    font-size: 16px;
    font-family: "Muli";
    text-align: center;
}

/* strip section */
.strip-section span.num-circle{
    border-radius: 50%;
    background-color: #fff;
    padding: 0px 5px 1px;
    height: 5px;
    width: 5px;
    /* display: inline-block; */
    border: 1px solid #ccc;
    line-height: 0px;
    font-weight: bold;
    font-size: 13px;
}
.strip-section::after {
    content: '----------------------------------------------------------------------------------------------------------------------------------------------';
    color: #ccc;
    left: 22%;
    position: absolute;
}
.strip-section {
    width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}
.blue-triangle{
   
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #505CFD;
    position: absolute;
    left: 36%;
    margin-top: 8px;
    z-index: 999;
}
.hiring-card {
    text-align: center;
    background-color: #fff;
    border: 1px solid #eaebf1;
    transition: all 0.25s ease-in;
    cursor: pointer;
    padding: 20px;
    height: 345px;
}
.main-hiring.hiring-card {
    height: 430px !important;
}
.main-hiring1.hiring-card {
    height: 380px !important;
}
.hiring-card:hover{
    box-shadow: 0 0 10px #e4dfdf;
    transition: all 0.25s ease-in;
}
.hiring-card .content-sec {
    padding-top: 15px;
}
.hiring_process .row{
    margin-top: 30px;
}
.hiring-card h1{
    font-size: 19px;
    font-family: "Poppins-SemiBold";
}
.top-img-sec{
    width: 160px;
    height: auto;
    margin: 0 auto;
}
.top-img-sec img{
    width: 160px;
    height: 117px;
    object-fit: cover;
    margin: 0 auto;
}
.mern-cards .top-img-sec img {
    width: 100%;
    margin: 0 auto ;
    max-width: 100px !important;
    height: auto;
}
.mern-cards .hiring-card {
    height: 459px;
}
.hiring-card p{
    font-size: 16px;
    font-family: "Muli";
}
span.num-circle.num2 {
    position: relative;
    left: 46%;
    z-index: 999;
}
span.blue-triangle.tri2 {
    left: 64%;
}
span.num-circle.num3 {
    position: relative;
    left: 90%;
    z-index: 999;
}
.row.row-2 .strip-section{
    padding: 50px 0;
}
section.top_companies {
    padding-top: 30px;
}
.full-section.row .col-sm-2.col-xs-2 {
    padding-right: 10px;
}
.full-section.row .col-sm-10.col-xs-10 {
    padding-left: 0;
    padding-top: 8px;
}
.project-card .bg-image {
    border-radius: 16px 16px 0px 0px;
}
.drift-open-chat:hover{
    cursor: pointer;
}
.require_star{
    color: red;
}
@media only screen and (max-width:1200px){
    .timeline p {
        font-size: 14px;
    }
    .timeline h4 {
        font-size: 18px;
    }
    .testimnial-section .testimonial-text p {
        font-size: 13px;
    }
    .testimonial-text iframe {
        width: 250px;
    }
    .hiring-card p {
        font-size: 14px;
    }
    .strip-section::after {
        left: 17%!important;
    }
    .strip-section span.num-circle {
        z-index: 999!important;
        position: relative!important;
    }
    
}
@media only screen and (max-width:1080px){
    .companies-col p {
        font-size: 14px;
    }
    .strip-section::after {
        left: 14%!important;
    }
    .left-blue-section h2 {
        font-size: 24px;
    }
}
@media only screen and (max-width:991px){
    .phpdevelopment h1.header-text.animated.fadeInUp.slow {
        font-size: 30px;
    }
    .phpdevelopment .single-line .heading-text p {
        padding: 0 0;
    }
    .top_companies h1 {
        font-size: 21px;
    }
    .companies-col {
        padding: 15px 15px;
        height: auto;
    }
    .ios .companies-col{
        min-height: auto !important;
    }
    .timeline:before {
        height: auto;
    }
    .php_build_projects .project-card {
        height: auto;
    }
    .php_build_projects .col-md-4.col-lg-4{
        flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    }
    .php_build_projects .bg-box {
        top: 30%;
    }
    .hiring_process h2 {
        font-size: 20px;
    }
    .hiring-card {
        height: auto;
    }
    .hiring_process .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .row.row-2 .strip-section, .strip-section {
        display: none;
    }
    .hiring_process .row {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 767px){
    .navbar-collapse.active .nav-link {
        margin-bottom: 0px;
    }
    .nav-item.dropdown-link .sub-dropdown li a {
        line-height: 18px;
        font-size: 15px;
        margin: 0;
    }
.phpdevelopment h1.header-text.animated.fadeInUp.slow {
    font-size: 20px;
}
.top_companies h1 {
    font-size: 18px;
}
.companies-col {
    margin-bottom: 20px;
}
.timeline-sec .page-header h2, .team-php .page-header h2, .services_section h2 {
    font-size: 20px;
}
.timeline:before {
   display: none;
}
.timeline > li.timeline-inverted {
    padding-left: 0;
}
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: 0;
}
.timeline > li > .timeline-panel {
    width: 100%;
}
.timeline > li {
    
    width: 100%;
    padding: 0;
}
.timeline > li:not(.timeline-inverted) {
    padding-right: 0px;
}
.timeline > li:not(.timeline-inverted) + li.timeline-inverted, .timeline > li.timeline-inverted + li:not(.timeline-inverted) {
   margin-top: 0px; 
}

.timeline > li:not(.timeline-inverted) .timeline-badge {
    top: 25px;
    left: unset;
    right: -55px;
  
}


.timeline > li.timeline-inverted > .timeline-badge {
    top: 27px;
    left: -25px;
    margin-left: -25px;
}
.php_build_projects .bg-box {
    top: 15%;
}
.full-section.row p {
    width: auto;
}
}
@media only screen and (max-width: 650px){
    .services_section .page-header  {
    padding: 0 10px;
}
.timeline-badge, .timeline > li > .timeline-panel:after, .timeline > li > .timeline-panel:before {
    display: none;
}
.left-blue2 {
    padding: 60px 20px 50px 40px;
}
}
@media only screen and (max-width: 480px){
    .copyright {
        text-align: center;
    }
    .footer-menu .footer-menu-list {
        display: block;
    }
    .footer-menu-list li {
        width: 100%;
        display: block;
        text-align: center;
    }
    footer .list-section:nth-child(2){
        padding-top: 0px;
    }
    .contact-us .contact-title, .contact-link {
        font-size: 13px;
    }
    .php_build_projects h2 {
        font-size: 20px;
    }
    .left-blue-section h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .full-section.row {
        text-align: center;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 380px){
    .slide-form-img {
        width: 70px;
        left: -12px;
        top: -4px;
    }
    section.industry_grey_section .content_indust_col h4 {
        font-size: 18px;
    }
    .nav-item {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar-collapse.active .nav-link {
        font-size: 18px;

    }
    .nav-item.dropdown-link .sub-dropdown li a {
        line-height: 20px!important;
        font-size: 14px;
    }
.phpdevelopment h1.header-text.animated.fadeInUp.slow {
    font-size: 16px!important;
   
}
.phpdevelopment .single-line .heading-text p {
    font-size: 14px;
}
.top_companies h1 {
    font-size: 15px;
}
.quote-btn-sec h1 {
    font-family: "Poppins-ExtraBold";
    font-size: 15px
}
.timeline-sec .page-header h2, .team-php .page-header h2, .services_section h2 {
    font-size: 16px;
}
.php_build_projects h2 {
    font-size: 15px;
}
.full-section.row h4 {
    font-size: 16px;
}
.hiring_process h2 {
    font-size: 16px;
}
.hiring_process p {
    font-size: 14px;
}
.hiring-card h1 {
    font-size: 16px;
}
.hiring_process {
    background-color: #fff;
    display: flex;
    padding: 30px 0;
}
.phpdevelopment .testimonials-cards-wrapper {
    margin-bottom: 0;
}
}
@media only screen and (max-width: 355px){
   
.timeline h4,a.quotebtn {
    font-size: 15px;
}
.php_build_projects .bg-box {
    top: 10%;
}
.phpdevelopmentpage h2 {
    font-size: 20px;
}
}
.nav-item.dropdown-link{
    position: relative;
}
.sub-dropdown{
    display: none;
    position: absolute;
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    width: 260px;
    box-shadow: 0 0 4px #d0cccc;
    border-radius: 4px;
    

}
.nav-item.dropdown-link .sub-dropdown .hirecol li a {
    font-size: 14px;
}
.nav-item.dropdown-link:hover .sub-dropdown{
    display: block;
}
.nav-item.dropdown-link:hover .sub-dropdown li{
    display:block;
}
.nav-item.dropdown-link .sub-dropdown li:last-child{
    padding-left: 0;
}
.nav-item.dropdown-link .sub-dropdown li a{
    color: #0054a5!important;
}
.nav-item.dropdown-link .sub-dropdown .hirecol li a:hover {
    background-color: #0054a5;
    color: #fff!important;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 5px;
}
.nav-item.dropdown-link .sub-dropdown  li a:hover{
    background-color: #0054a5;
    color: #fff!important;
}
.mCustomScrollBox, .mCSB_container {
    overflow: visible!important;
   
}
ul.sub-dropdown::after {
    position: absolute;
    left: 20%;
    top: -8px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

/* phpdevelopment ends */
.circle-num {
    height: 50px;
    width: 50px;
    
    border-radius: 50%;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto";
  }
/* angular development page starts */
/* .circle-num{
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 0px;
    
    margin-left: -25px;
   
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
} */

.timeline-sec.angular .timeline:before {
    height: 360px;
}
h4.media-heading {
    font-family: "ExtraBold";
    font-size: 20px;
}
.timeline-sec.datascience .timeline:before {
    height: 330px;
}
.timeline-sec.reactnative .timeline:before {
    height: 390px;
}
.ang-app .media-body p{
    color:#434548;
    font-size: 16px;
    font-family: "Muli";
}
.ang-app {
    background-color:#E1E1E1;
    padding: 40px 0;
    margin: 60px 0;
}
.ang-app h2{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    font-family: "ExtraBold";
}
.ang-app  h2::after {
    content: '';
    display: block;
    background-color: #97BFE5;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 49%;
    margin-top: 5px;
}
.ang-app .img-sec {
    vertical-align: middle;
    padding-top: 120px;
}
.ang-app .left-text-media{
    padding-top: 60px;
}
.accordian-section h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: "ExtraBold";
}
.testimnial-section h2{
    
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        /* font-family: "ExtraBold"; */
        font-family: "Poppins-ExtraBold";
        
}
.accordian-section h2::after {
    content: '';
    display: block;
    background-color: #97BFE5;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 49%;
    margin-top: 5px;
}
section.accordian-section.Angular-accordian {
    padding: 60px 0;
}
@media only screen and (max-width:575px){
    .ang-app .media {
   
        display: block;
        width: 100%;
        align-items: unset;
    }
    .ang-app {
        padding: 40px 0;
        margin: 0;
        text-align: center;
    }
    .circle-num {
        margin-bottom: 15px;
    }
    .ang-app .media {
        padding-bottom: 30px;
    }
    .ang-app .img-sec {
        vertical-align: middle;
        padding-top: 0;
    }
    section.services_section {
       
        text-align: center;
    }
    .top_companies .row:last-child {
        padding-top: 0px;
    }
}
@media only screen and (min-width: 991px){
    .navbar-nav.ml-auto li.nav-item.dropdown-link:nth-child(4) ul.sub-dropdown {
        width: 400px;
    }
    .navbar-nav.ml-auto li.nav-item.dropdown-link:nth-child(4) ul.sub-dropdown li.nav-item {
        /* display: inline-block; */
        display: inline;
        width: 48%;
        float: left;
    }
    .navbar-nav.ml-auto li.nav-item.dropdown-link:nth-child(4) ul.sub-dropdown li.nav-item a{
        font-size: 13px;
       
    }
}

@media only screen and (max-width: 991px){
.nav-item.dropdown-link .sub-dropdown li a {
    line-height: 20px;
}
.nav-item.dropdown-link:hover .sub-dropdown {
    display: block;
    z-index: 99999;
}
}
@media only screen and (max-width: 380px){
    .ang-app h2 {
        font-size: 18px;
    }
    h4.media-heading {
        font-size: 16px;
    }
    .ang-app .media-body p {
        font-size: 14px;
    }
    .testimnial-section h2 {
        font-size: 18px;
    }
}
.python .timeline:before {

    height: 240px;
}
.nav-item.dropdown-link a{
    color: #c7caf0;
}
.nav-item.dropdown-link a:hover{
    color: #fff;
}
.whiteheader .nav-item.dropdown-link a{
    color: #444;
}
/* angular development page starts */

/* node js */
.nodejs .timeline:before {
    height: 490px;
}
.dropdown-link i.fa.fa-angle-down {
    padding-left: 5px;
}
nav#navbar-main{
    z-index: 999999;
}
.comp-logo {
    width: 75px;
    height: 75px;
    text-align: center;
    margin: 0 auto;
    display: inline-grid;
}

.companies-col .comp-logo img  {
    vertical-align: middle;
}

 

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
    
    /* Bootstrap Lightbox using Modal */
    
    #profile-grid { overflow: auto; white-space: normal; } 
    #profile-grid .profile { padding-bottom: 40px; }
    #profile-grid .panel { padding: 0 }
    #profile-grid .panel-body { padding: 15px }
    #profile-grid .profile-name { font-weight: bold; }
    #profile-grid .thumbnail {margin-bottom:6px;}
    #profile-grid .panel-thumbnail { overflow: hidden; }
    #profile-grid .img-rounded { border-radius: 4px 4px 0 0;}
    .resslider .carousel-inner img{
        width: 100%;
    }

    .vocab-overlay {
        background: #0c8bc6c4;
    }
    .noboxshadow {
       box-shadow:none!important; 
        
    }
    .smeley-overlay {
        background: #e70095a8;
    }
    .snozle-overlay {
        background: rgba(174,43,65,.54);
    }
    .mjtf-overlay {
        background: #fd4676;
    }

    .carousel-item .card-img img{
        width: 100%;
    }
    @media only screen and (min-width:1024px){
        .wordpress .companies-col img {
            padding: 0 0;
            width: 100px;
        }
    }
    .services_section img{
        transition:transform 3s;
    }
    
    .services_section img:hover {
        -webkit-transform: rotateZ(720deg);
        -moz-transform: rotateZ(720deg);
        transform: rotateZ(720deg);
       
    }
    .btn-secton
    {
        padding-top:200px!important;
    }
    @media (max-width: 480px) {
        .btn-section {
            width:100%!important;
        }
    }

    .flex-container {
        display: flex;
        border: 1px solid #1e4265ad;
       
        border-radius: 50px;
        background: black;
        /* opacity: .5 */
      }

      
      .flex-container > div {
       color:white;
      
       
     
        padding: 20px;
        font-size: 17px;

      }
      .flex-container-full-stack {
        display: flex!important;
        border: 1px solid #1e4265ad!important;
       
        border-radius: 50px!important;
        background: black!important;
        /* opacity: .5!important; */
      }

      
      .flex-container-full-stack > div {
        color: white!important;
        padding: 18px 41px  23px 30px!important;
        font-size: 18px!important;
        
      }
      .flex-container-full-stack-next {
        display: flex!important;
        border: 1px solid #1e4265ad!important;
       
        border-radius: 50px!important;
        background: black!important;
         /* opacity: .5!important;  */
      }
.full-stack-dev
{
    max-width: 44%;
    margin: 0 auto;
    justify-content: center;
    margin-top: 0;

}
      
      .flex-container-full-stack-next > div {
       color:white!important;
      
        padding: 18px!important;
        font-size: 18px!important;

      }
      .height-section
      {
          margin-top: 13px;
        border-right: 2px solid white ;
        height:38px;
      }
      .height-section-top
      {
        margin-top: 17px!important;
        margin-left: 8px;
        border-right: 2px solid white !important;
        height:38px!important;
      }
      @media (max-width: 480px) {
        .flex-container {
            width:100%!important;
            display:block;
        }
    }
    @media (max-width: 480px) {
        .flex-container-full-stack {
            width:100%!important;
            display:block!important;
        }
    }
    @media (max-width: 480px) {
        .flex-container-full-stack-next {
          
            
            width:100%!important;
            display:block!important;
        }
        .full-stack-dev {
    
            width:100%!important;
            display:block!important;
        }

    }
/* HIm */
/* Android App Css */
    .para-regular{
        font-family: 'Muli';
        font-weight: 400;
        font-size: 16px;
        color: #434548;
    }
    .para-regular18{
        font-family: 'Muli';
        font-weight: 400;
        font-size: 18px;
        color: #434548;
    }
    .para-regular20{
        font-family: 'Muli';
        font-weight: 400;
        font-size: 20px;
        color: #434548;
    }
    .para-regular21{
        font-family: 'Muli';
        font-weight: 400;
        font-size: 21px;
        color: #434548;
    }
    .pro-title .part1{
        line-height: 30px !important;
    }
    .para-title{
        font-family: 'Muli';
        font-family:"ExtraBold"!important;
        font-weight: 900;
        font-size: 25px;
        color: #434548;
        margin-bottom: 40px;
        text-align: center;
    }
    .para-title18{
        font-family: 'Muli';
        font-weight: 800;
        font-size: 18px;
        color: #434548;
        margin-bottom: 30px;
    }
    .para-title20{
        font-family: 'Muli';
        font-weight: 800;
        font-size: 20px;
        color: #434548;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .para-title21{
        font-family: 'Muli';
        font-weight: 800;
        font-size: 21px;
        color: #434548;
        line-height: 18px;
    }
    .para-title span{
        position: relative;
        
    }
    .para-title span:after{
        content: '';
        border: 2px solid #066bcc;
        width: 36px;
        height: 0px;
        position: absolute;
        bottom: -15px;
        left: 46%;
        right: 51%;
    }
    .para-title11 span:after{
        content: '';
        border: 2px solid #066bcc;
        width: 36px;
        height: 0px;
        position: absolute;
        bottom: -15px;
        left: 27% !important;
        right: 51%;
    }
    .span-bold{
        font-family: 'Muli';
        font-weight: bold;
        font-size: 16px;
        color: #434548;
    }
    .blue-strip1{
        margin-top: 64px !important;    
    }

    .phpdevelopmentpage h2.future-proof{
        margin: 0px 0px 50px 0px;
        font-family: 'Muli';
        font-weight: 400 !important;
        font-size: 35px !important;
    }
    a.quotebtn.iticks-call.drift-open-chat {
        transition: all 0.5s ease-in;
        border-radius: 4x;
    }
    a.quotebtn.iticks-call.drift-open-chat:hover {
        transition: all 0.5s ease-in;
    }
    #hiring {
        margin-top: 52px;
    }
    #hiring ul {
        padding-left: 20px;
    }
    #hiring .title{
        padding-bottom: 35px;
    }
    #hiring .title-main{
        padding-bottom: 25px;
    }
    #hiring .title-main span{
        color: #1d1e1e;
        font-size:25px;
        font-weight:800;
    }
    .hiring-conte-part{
        margin-top: 2px;
        padding: 45px 0px;
        background-color: #f6f6fc;
        margin-bottom: 2px;
    }
    .hiring-image{
        padding: 45px 0px;
    }
    #hiring .title-sub{
        padding-bottom: 25px;
    }
    .hiring-display img{
        width: 468px;
        height: 266px;
    }
    #hiring h4{
        font-size: 20px;
        font-weight: bold;
        font-family: 'Muli';
        line-height: 25px;
        margin-bottom: 20px;
    }

    .part1 h5{
        font-size: 18px;
        font-weight: bold;
        font-family: 'Muli';
        line-height: 25px;
    }
    .part1 ul li{
        line-height: 30px;
    }
    .hiring-content .quality{
        padding-bottom: 60px;
    }

    #asking-quote .pro-title p{
        margin-bottom: 35px;
        font-size: 16px;
        color: #434548;
    }
    #asking-quote .pro-title h4{
        font-size: 18px;
        font-weight: 500;
        font-family: 'Muli';
        line-height: 18px;
        color: #434548;
        margin-bottom: 34px;
        position: relative;
        margin-left: 16px;
    }
    #asking-quote .pro-title h1.tagu{
        font-size: 18px;
        font-weight: 500;
        font-family: 'Muli';
        line-height: 18px;
        color: #434548;
        margin-bottom: 34px;
        position: relative;
        margin-left: 16px;
    }
    #asking-quote .pro-title h1:before, h1.yellow:before, h1.bluee:before, h1.pink:before{
        content: "\2022";
        color: #f37d4c;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: 0em;
        position: absolute;
        display: inline-flex;
        left: -18px;
    }
    #asking-quote .pro-title h4:before, h4.yellow:before, h4.bluee:before, h4.pink:before{
        content: "\2022";
        color: #f37d4c;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: 0em;
        position: absolute;
        display: inline-flex;
        left: -18px;
    }

    .col-op{
        margin-left: 1em;
    }
    .col-app{
        font-size: 16px;
        font-weight: 400;
        font-family: 'Muli';
        line-height: 25px;
        color: #434548;
        margin-bottom: 45px;
    }
    h4.yelloww:before{color: #f3d14c !important;}
    h4.bluee:before{color: #4ce2f3 !important;}
    h4.pink:before{color: #e84cf3 !important;}
    h4.violet:before{color: #8188e5 !important;}
    h4.green:before{color: #9fe581 !important;}
    h4.orangee:before{color: #f37d4c !important;}

    .through-eb p.para-regular.title-sub.text-center{
        max-width: 990px;
        margin: 0 auto;
    }
    .through-eb .through-app h4{
        font-size: 19px !important;
        font-weight: 900 !important;
        font-family: 'Muli';
        line-height: 18px;
        color: #434548;
    }
    .through-eb .through-app h1{
        font-size: 19px !important;
        font-weight: 900 !important;
        font-family: 'Muli';
        line-height: 18px;
        color: #434548;
    }
    .faq .panel.panel-default span {
        color: #000;
    }
    .faq #accordion .panel-title > a {
        display: block;
        padding: 15px 2.4em;
        outline: none;
        font-weight: bold;
        text-decoration: none;
        height: 85px;
        line-height: 51px;
        color: #1d1e1e;
    }
    .faq .panel.panel-default {
        margin-bottom: 20px;
        box-shadow: 0 3px 17px rgba(0, 0, 0, 0.22);
        border-radius: 10px;
        background-color: #fff;
    }
    #accordion a.collapsed[data-toggle="collapse"]::before {
        content: "\f063" !important;
        color: #0037ce;
        border: 1px solid #0037ce;
        width: 38px;
        height: 38px;
        line-height: 39px;
        text-align: center;
        border-radius: 50%;
        font-size: 19px;
        font-weight: 100;
        /* margin: 5px 0px; old */
        margin: -8px 0px;
    }
    #accordion a[data-toggle="collapse"]::before {
        content: "\f062" !important;
        color: #0037ce;
        border: 1px solid #0037ce;
        width: 38px;
        height: 38px;
        line-height: 39px;
        text-align: center;
        border-radius: 50%;
        font-size: 19px;
        font-weight: 100;
        /* margin: 5px 0px; old */
        margin: -8px 0px;
    }
    .interviewnhire .skills-display img{
        width: 355px;
        height: auto;
    }
    .interviewnhire h4 {
        font-size: 18px;
    }
    .tech-set h3{
        background: #d3d9ee85;
        padding: 10px 20px;
    }
    .tech-set p.subtitle_part{
        font-size: 18px !important;
        font-weight: 900;
        font-family: 'Muli';
        line-height: 25px !important;
        color: #1d1e1e !important;
        margin-bottom: 15px !important;
    }
    .skill-list{
        margin: 30px 0px;
    }
    .skill-list p{
        margin-bottom: 5px !important;
    }
    .skill-list p span{
        margin-right: 30px;
    }
    .mb-bottom{
        margin-bottom: 80px !important;
    }
    .faqq{
        font-size: 30px !important;
    }
    section.resontohire{
        margin-top: 60px;
    }
    .reasontohire p.para-regular {
        text-align: left;
    }
    .reasontohire .skills-display{
        background: #f6f6fc52;
        padding: 20px;
    }
    .resontohire .hiring-content span.dot {
        position: absolute;
        left: -7px;
    }
    .reasontohire .hiring-content .para-title21 span{
        position: absolute;
        left: -5px;
    }
    .main-bg{
        background: url(../png/dot-iconfull.png);
    }

    .client_say{
        background-color: #fbfbfe;
    }
    .client_say .top-img-sec {
        width: 100%;
    }
    .client_say .hiring-card {
        max-width: 513px;
        height: 329px;
        margin-top: 40px;
    }
    .client_say .top-img-sec h1{
        margin: 50px 0px 30px 0px;
        font-size: 25px;
        color: #434548;
    }
    .client_say .content-sec p{
        line-height: 25px;
        padding: 0px 10px;
        font-size: 16px;
        color: #434548;
    }
    .benefit_hiring .hiring-card {
        max-width: 501px;
        height: 190px;
        margin-top: 40px;
        border-radius: 4px;
    }
    .benefit_hiring .hiring-card:hover{
        background-color: #066bcc;
    }
    .benefit_hiring .hiring-card:hover .media-body h5{
        color: #fff;
    }
    .benefit_hiring .hiring-card:hover .media-body p{
        color: #fff;
    }
    .benefit_hiring .hiring-card .media{
        margin-top: 20px;
    }
    .benefit_hiring .hiring-card .media img{
        width: 72px;
        height: 72px;
    }
    .benefit_hiring .hiring-card .media p{
        color: #666;
        line-height: 25px;
        font-size: 14px;
        text-align: left;
        margin-left: 30px;
    }
    .benefit_hiring .hiring-card .media h5{
        color: #444;
        line-height: 22px;
        font-size: 18px;
        text-align: left;
        margin-left: 30px;
    }

    .middle-col{
        position: relative;
    }
    .middle-col::before{
        content: '';
        width: 1px;
        height: 78px;
        position: absolute;
        top: 36px;
        border: 1px solid #e3e6ef;
        left: 0px;
    }
    .middle-col{
        position: relative;
    }
    .middle-col::after{
        content: '';
        width: 1px;
        height: 78px;
        position: absolute;
        top: 36px;
        border: 1px solid #e3e6ef;
        right: 0px;
    }
    .pots img{
        width: 75px !important;
        height: 75px !important;
        object-fit: cover;
    }
    
    .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #dde1e7;
  flex-direction: row;
  padding: 30px;
}
.box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 200px;
  height: 200px;
  background: #dde1e7;
  border-radius: 10px;
  margin: 0 10px;
  box-shadow: -3px -3px 7px #fff, 3px 3px 5px rgba(94, 104, 121, 0.712);
  position: relative;
}
.box:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 10px;
  background: transparent;
  box-shadow: inset -3px -3px 7px #fff,
    inset 3px 3px 5px rgba(94, 104, 121, 0.712);
}

.box:hover:after {
  box-shadow: -3px -3px 7px #fff, 3px 3px 5px rgba(94, 104, 121, 0.712);
}

.box i {
  cursor: pointer;
  background: #dde1e7;
  font-size: 50px;
  text-shadow: -3px -3px 7px #fff, 3px 3px 5px rgba(94, 104, 121, 0.712);
  transition: 1s ease;
}
.box:hover i {
  color: dodgerblue;
/*   transform: rotate(360deg); */
}

/* Full Fledge */
.full-flege .title {
    display: block;
    font-size: 8vw;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: transparent;
    cursor: pointer;
    width: 100%;
  }
  
  .full-flege .word {
    display: flex;
    justify-content: center;
  }
  
  .full-flege .word:hover .char::after {
    transform: translateY(0);
  }
  
  .full-flege  .word:hover .char:nth-child(n)::before {
    transform: translateY(-100%);
  }
  
  .full-flege  .word:hover .char:nth-child(2n)::before {
    transform: translateY(100%);
  }
  
  .full-flege  .word:hover .char:hover::before {
    transform: translateY(0);
  }
  
  .full-flege  .word:hover .char:hover:nth-child(n)::after {
    transform: translateY(100%);
  }
  
  .full-flege  .word:hover .char:hover:nth-child(2n)::after {
    transform: translateY(-100%);
  }
  
  .full-flege .char {
    position: relative;
    overflow: hidden;
  }
  
  .full-flege .char::before,
  .full-flege .char::after {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s cubic-bezier(0.35, 0, 0.65, 1);
    color: #014afe;
  }
  
  .full-flege .char:nth-child(n)::after {
    transform: translateY(100%);
  }
  
  .full-flege .char:nth-child(2n)::after {
    transform: translateY(-100%);
  }
  
  .full-flege span{
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-align: center;
  }

/* HIndex Page */

    .left-summary .left-para{
        max-width: 900px;
        text-align: center;
        margin: 0 auto;
        padding: 0px  0px 40px 0px;
    }

/* IOS App Css */
.ios_main-bg {
    background: url(../png/dot-iconfull.png);
    padding: 40px 0px;
}
.ios .companies-col{
    border: 1px solid #eaebf1;
    transition: all 0.25s ease-in;
    cursor: pointer;
    min-height: 363px;
}
.ios-through p.para-regular.title-sub.text-center {
    max-width: 1088px;
    margin: 0 auto;
}
.ios-choosing .hired{
    margin-top: 70px;
}
.phpdevelopment .ios-line .text-align p {
    max-width: 1100px;
}
.ios .companies-col:hover{
    box-shadow: 0 0 10px #e4dfdf;
    transition: all 0.25s ease-in;
}
.ios .middle-col::after{
    content: none;
}
.ios .middle-col::before{
    content: none;
}

.ios-through{
    background-color: #fbfbfe;
    padding: 50px 0px;
}
.ios-through .pro-title h4:before, h4.yellow:before, h4.bluee:before, h4.pink:before {
    content: "\2022";
    color: #434548 !important;
}
.ios-testimonial{
    margin: 40px 0px;
}
.ios-testimonial .white-testionial-container {
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
}
.ios-testimonial .container-pointer {
    width: 35px !important;
    top: 32px ;
}
.ios-testimonial .owl-carousel .owl-item img.container-pointer {
    width: 35px !important;
    top: 32px ;
}
.ios-testimonial .frank-green-img{
    margin-top: 50px !important;
}
.ios_bigleague .top-img-sec{
    width: 210px;
    height: 117px;
    height: 117px;
    max-width: 210px;
    vertical-align: middle;
    margin: 0 auto;
    line-height: 112px;
}
#faq-quote{
    background: url('../png/dot-icon.png');
    background-position: right;
    background-repeat: no-repeat;
}
.ios_bigleague .top-img-sec img{
    object-fit: cover;
    width: auto;
    max-width: fit-content;
    height: auto;   
}
.panel-body p {
    text-align: left;
    padding: 0 67px !important;
}
.prior-panel .panel-body p{
    padding: 0px 43px !important;
}
.ios-tech{
    margin-bottom: 60px;
}
.ios-eco{
    margin: 50px 0px 20px 0px;
}
.ios-tech .hiring-content h6{
    line-height: 30px;
}
.ios_need ul{
    padding-left: 20px;
}
.ios_need ul li{
    list-style: disc;
    margin-bottom: 12px;
}
.ios_hire{
    margin: 0px 0px 40px 0px;
}
.ios_question{
    margin: 40px 0px 0px 0px;
}
div.ios-intro {
    background: #f6f6fc5c;
    padding: 40px 0px;
}
.ios_core{
    margin: 40px 0px;    
}
.ios-testimonial .owl-nav {
    display: none !important;
}
.owl-carousel .owl-nav button.owl-prev {
    font-size: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    line-height: 0px;
    color: #237ace;
    vertical-align: middle;
}
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 45px;
    line-height: 22px;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-next{
    font-size: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    line-height: 0px;
    color: #237ace;
    vertical-align: middle;
}
.owl-carousel .owl-nav button.owl-next span {
    font-size: 45px;
    line-height: 22px;
    text-align: center;
}
.dark_bg{
    background-color: #f6f6fc5c;
    padding: 50px 0px;
}
.user-img{
    width: 56px;
    height: 56px;
    margin: 0 auto;
}
.user-img img{
    object-fit: cover;
}

/* Flutter  */
.company-col-img {
    min-height: 120px;
    align-items: center;
    line-height: 110px;
}
.flutter_othertech h4.mb-2{
    margin-top: 35px !important;
}
.flutter_othertech .col-op{
    margin-bottom: 5px !important;
}
.blue-stripped{
    background-color: #0054A5;
    padding: 40px 0px;
}
.blue-stripped h3{
    color: #fff;
}
.blue-stripped p{
    color: #fff !important;
    font-weight: 400;
}
.flutter_find{
    margin-top: 50px;
}
/* Golang */
.golang_interview p{
    margin-bottom: 15px !important;
}   
.numb_dot{
    position: relative;
    left: 20px;
    line-height: 35px;
    font-size: 21px !important  ;
}
.numb_dot .numb_list{
    position: absolute;
    left: -36px;
    font-size: 21px;
    color: #434548;
    font-weight: 600;
}
.pro_dot{
    position: relative;
    left: 20px;
}
.pro_dot:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: #434548;
    position: absolute;
    background: #434548;
    left: -20px;
    top: 10px;
}
.pro_dot.yellow1:before{
    background: #f3d14c !important;
}
.pro_dot.green1:before{
    background: #9fe581 !important;
}
.pro_dot.violet1:before{
    background: #434548 !important;
}
.pro_dot.orange1:before{
    background: #f37d4c !important;
}
span.main-theme {
    margin-left: 24px;
}
.resontohire .hiring-content .golang_listed span.dot {
    position: absolute;
    left: 15px;
}

.golang_listed{
    margin-left: 30px;
}

/* Node js */
.node_tech{
    margin: 60px 0px;
}
span.main-theme1 {
    display: inline-block;
    padding-left: 15px;
}
.node-techie .frame .dot{
    font-size: 20px;
    margin-top: -4px;
}
.tech-points{
    margin-bottom: 40px;
}
.pro_check{
    position: relative;
}
.pro_check i.fa.fa-check {
    border-radius: 50%;
    font-size: 10px;
    padding: 2px;
    line-height: 10px;
    text-align: center;
    background: red;
    position: absolute;
    top: 4px;
    left: -27px;
    color: #fff;
}
.pro_check i.fa.fa-check.yellow1{
    background: #f3d14c !important;
    color: #fff;
}
.pro_check i.fa.fa-check.green1{
    background: #9fe581 !important;
    color: #fff;
}
.pro_check i.fa.fa-check.violet1{
    background: #434548 !important;
    color: #fff;
}
.pro_check i.fa.fa-check.orange1{
    background: #f37d4c !important;
    color: #fff;
}
.node_hire span.dot {
    position: absolute;
    left: -11px;
}

.node_hire{
    padding: 60px 0px;
}
.node_hire .node_pad{
    padding: 40px 0px;
}
h4.genre:before {
    color: #9fe58100 !important;
}

/* Reviews */
.review_client {
    background-color: blue;
}

/* Devops */
/* .devops-testimonial{
    height: 560px;
} */
.devops-testimonial p{
    line-height: 25px;
}
.devops-testimonial .testimonial-rating {
    position: absolute;
    bottom: 35px;
    left: 111px;
}
/* FOr Homepage */
.main-id {
    margin-bottom: 75px !important;
}
.main-id .inner-main-id .prod{
    margin-bottom: 30px !important;;
    text-align: center;
}
.main-id .inner-main-id .prod1 {
    position: relative;
    top: 30px !important;
}

/* .ios-testimonial .devops-testimonial .container-pointer{
    top: 322px !important;
} */
.devops-testimonial .pro{
    background-attachment: fixed;
    color: #000;
}
.devop_league .hiring-card{
    height: 380px;
}

/* Fulll Stack */

.full_pad1.heading {
    text-align: center;
    padding: 120px 0 90px;
}
.full_pad2{
    padding: 90px 0px 60px 0px !important;
}
.full_pad3{
    padding: 40px 0px 30px 0px !important;
}
.full_pad4{
    padding: 50px 0px 0px 0px !important;
}
.full_pad5{
    margin: 60px 0px 0px 0px !important;
}

/* Python */

.python_head .skills-display img{   
    width: 100%;
}
.hedies1 .para-title {
    margin-bottom: 55px;
}
/* Mobile app */
.rite_top{
    position: relative;
    top: 2px;
}
.companies-col .mob-img {
    min-height: 68px;
    line-height: 80px;
    margin-bottom: 9px;
}
.mobile_monial .company-logo {
    text-align: center;
    margin-bottom: 30px;
    min-height: 6em !important;
}
.mobile_monial .testimonial-text{
    max-height: none;
}
.mobile_monial .testimonial-rating>img {
    display: inline-block!important;
}
/* Review */

.rev_cored {
    margin: 25px 0px 25px;
}
/* Mean Stack */
.mean_accord #accordion a.collapsed[data-toggle="collapse"]::before{
    position: relative;
    top: -13px;
}
.mean_accord #accordion a[data-toggle="collapse"]::before{
    position: relative;
    top: -13px;
}
.client_details_inner .inner_padding .rev_cored .header1{
    border-radius: 10px;
    /* margin-bottom: 30px !important; */
}
.client_details_inner .inner_padding .header1 iframe {
    border-radius: 10px;
}
.ord1{
    order: 1;
}
.ord2{
    order: 2;
}
.ord1-hid{
    display: none;
}
/* MediaHim*/

    @media(min-width:992px) and (max-width:1200px){
        .rev_cored p.text-left.para-regular.m-detail {
            font-size: 15px !important;
        }
    }

    @media (min-width:769px) and (max-width:992px){
        .client_say .hiring-card {
            max-width: 513px;
            height: auto;
            margin-top: 40px;
            min-height: 400px;
        }
        .benefit_hiring .hiring-card{
            height: auto;
            min-height: 262px;
        }
        
    }

    @media (max-width:992px){
        nav#navbar-main {
            z-index: 2;
            height: 73px;
            width: 100%;
            padding: 0px;
        }
        a.navbar-brand {
            margin: 0px 20px;
        }
        .para-title{
            font-size: 21px;
        }
        .client_say .hiring-card {
            height: auto;
       }
        .benefit_hiring .hiring-card{
            height: auto;
             
        }
        .faq #accordion .panel-title > a {
            display: block;
            height: auto;
            line-height: 34px;
        }
        #accordion a[data-toggle="collapse"]::before {
            content: "\f062" !important;
            width: 25px;
            height: 25px;
            line-height: 24px;
            font-size: 15px;
        }
        #accordion a.collapsed[data-toggle="collapse"]::before {
            content: "\f063" !important;
            width: 25px;
            height: 25px;
            line-height: 24px;
            font-size: 15px;
        }
        .faq .panel.panel-default span {
            color: #000;
            position: absolute;
            left: 30px;
        }
        .interviewnhire .skills-display img {
            width: 355px;
            height: auto;
        }
        .interviewnhire .skills-display{
            text-align: center;
        }
        .interviewnhire .skill-list p span {
            
            position: absolute;
            left: 14px;
        }
        .interviewnhire .skill-list p{
            margin-left: 30px;
        }
        #asking-quote .pro-title h4 {
            font-size: 16px;
            line-height: 25px;
        }    
        .hiring-display img {
            width: 468px;
            height: auto;
            margin-bottom: 40px;
        }
        .icon-wrapper.mr-2{
            margin-right: 0px !important;
        }
        .social-media-spacing{ 
            padding-right: 0px !important;
        }
        .panel-body p {
            text-align: left;
            padding: 0 40px !important;
        }
        .devop_league .hiring-card{
            height: auto;
        }
        
    }

    @media (max-width:768px){
        .faq #accordion .panel-title > a {
            display: block;
            height: auto;
            line-height: 20px;
        }
        #accordion a[data-toggle="collapse"]::before {
            content: "\f062" !important;
            width: 25px;
            height: 25px;
            line-height: 24px;
            font-size: 15px;
        }
        #accordion a.collapsed[data-toggle="collapse"]::before {
            content: "\f063" !important;
            width: 25px;
            height: 25px;
            line-height: 24px;
            font-size: 15px;
        }
        .faq .panel.panel-default span {
            color: #000;
            position: absolute;
            left: 30px;
        }
        .port-inner{
            margin-bottom: 30px;
        }
    }
    @media (max-width:767px){
        .middle-col::after{
            content: '';
            display: none;
        }
        .middle-col::before{
            content: '';
            display: none   ;
        }
        .para-title{
            font-size: 18px;
        }
        .order1{
            order: 1;
        }
        .order2{
            order: 2;
        }
        .skills-display{
            margin-bottom: 30px;
        }
        #asking-quote .pro-title h4{
            font-size: 18px !important;
        }
        .para-title21{
            font-size: 18px;
        }
        #hiring .title-main span {
            color: #1d1e1e;
            font-size: 18px;
        }
        .work-carousel .owl-nav {
            display: none;
        }
        .node_interv .first_part .pro_dot {
            position: relative;
            left: 0;
        }
        .full_pad6{
            margin: 0px 35px;
        }
        .hedies .para-title span:after{
            content: none;
        }
    }
    @media (max-width:576px){
        .resontohire .hiring-content {
            padding-left: 31px;
        }
        .resontohire .hiring-content span.dot {
            position: absolute;
            left: 13px;
        }
        .para-title21 {
            line-height: inherit;
        }
        .ios-tech .para-title21 {
            font-size: 18px;
        }
        .ios-tech .para-title21 .para-regular21{
            font-size: 18px;
        }
        #asking-quote .pro-title h4{
            font-size: 15px !important;
        }
        .para-title21{
            font-size: 15px;
        }
        #hiring .title-main span {
            color: #1d1e1e;
            font-size: 15px;
        }
        .eb-footer {
            max-width: 420px;
            margin: 0 auto;
            text-align: center;
        }
        .list-section.col-lg-3.col-md-6.col-sm-6 {
            
        margin-bottom: 30px;
        margin-top: 28px;

            position: relative;
        }
        .list-section.col-lg-3.col-md-6.col-sm-6:after{
            content: '';
            position: absolute;
            border-bottom: 1px solid #e1e1e1;
            height: 12px;
            width: 60%;
            left: 86px;
            max-width: 378px;
            bottom: -27px;  
        }
        .iticks-frame-container iframe {
            width: 100%;
            max-width: 100%;
        }
        .client_details_inner .inner_padding .header1 iframe {
            max-width: 100%;
        }
        iframe {
            max-width: 198px;
            margin: 0 auto;
        }

        .eb-new-footer{
            text-align: center;
        }
        
        
    }
    @media (max-width:414px){
        .full_pad6{
            margin: 0px 15px;
        }
    }

    /* For last Ui check */
    .ai-ml-mark .pointers ul li::before {
        top: 8px;
    }
    .pagemegamenu_hiring .top-img-sec img {
        max-width: 160px;
        width: fit-content;
        height: auto;
        object-fit: cover;
        margin: 0 auto;
    }
    .p_hiring .top-img-sec img {
        max-width: 160px;
        width: auto;
        height: auto;
        object-fit: cover;
        margin: 0 auto;
       
    }
    .p_hiring .top-img-sec{
        min-height: 60px;
    }
    .index_video iframe{
        width: 100% !important;
        max-width: 100%;
    }
    .index_facts .card-img {
        text-align: center;
        justify-content: center;
    }
    .mern_comp .top-img-sec img {
        width: 100px;
        height: auto;
    }
    @media (max-width:1200px){
        .facts-card-row {
            position: relative;
            top: 15px;
        }
    }
    @media (max-width:767px){
        .services-cards-wrapper {
            text-align: center;
        }
        .p_hiring .top-img-sec{
            min-height: auto;
        }
    }
    /* For Moz only */
    @-moz-document url-prefix() {
        .ai-ml-image .ai-ml-inside-img{
            height: 60px;
        }
        @media (max-width:767px){
            .client_details_inner .inner_padding .header1 img{
                height: auto;
            }
        }
      } 
      
    .mods_h{
        font-size: 14px;
        font-family: Muli!important; 
        display: inline;
    }
    .mods_h2{
        font-size: 14px;
        font-family: Muli!important;
        display: inline;
    }
    .mot-100{
        margin-top: 100px;
    }
     .php_build_projects.angu_page .project-card {
        height: 440px;
    }
    .ports{
        margin-top: 2px !important;
    }
    .seo-fonts{
        font-size: 13px !important;
        display: inline-block;
        font-family: 'Muli' !important;
        letter-spacing: 0.5px;
    }

    .seo-fontsm{
        display: inline-block;
       
    font-size: 16px;
    color: #434548;
    }
  
    .seo-good{
        /* display: inline; */
        display: flex;
        /* margin-bottom: 35px; */
        font-size: 16px;
        color: #434548;
    }

    .seo-cuts{
        color: #fff; 
        font-size: 16px; 
        display: block;
    }
    .ios-fonts{
        font-weight: 400;
        font-size: 16px !important;
        color: #1b1e22 !important;
        display: inline-block;
        font-family: 'Muli' !important;
        letter-spacing: 0.5px;
    }

    ._php_views .companies-col img{
        padding: 20px;
    }
    .meanus .platform-logo img {
        object-fit: cover;
        max-width: 100px;
        width: 58px !important;
    }
    .cased .custom-dropdown::after{
            content: "\25BC";
            height: 1em;
            font-size: .625em;
            line-height: 1;
            right: 3px;
            top: 50%;
            margin-top: -.5em;
    }

    .mobi-blck {
        display: none !important;
    }
    .eb_bottom_footer .goodfirm-img {
        width: 90px;
    }   
    
    @media only screen and (max-width:767px){
        .mobi-blck {
            display: block !important;
        }
        .gradient-wrapper.home-header .pulse-x {
            display: none;
        }
        .eb_bottom_footer.ebb_col2 {
            margin-bottom: 20px;
        }
    }
    @media only screen and (min-width:767.98px) and (max-width: 800px){
        .social_media_wrapper.container {
            display: flex;
        }
        .eb_bottom_footer img {
            width: 40px;
        }
        .ebb_col1 .clutch-widget{
            width: 190px;
        }
        .ebb_col1 iframe{
            width: 220px;
        }
    }
    @media only screen and (max-width: 991px){
        .eb_bottom_footer .goodfirm-img {
            width: 40px !important;
        }
        .eb_bottom_footer img {
            width: 40px;
        }
        .row.listing ul li:nth-child( even ) {
            padding-left: 0px;
        }
    }

    .bg-red{
        background-color: #dee2e6 !important;
    }