﻿.fswce {
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sdxcfesds {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sfesf {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dxsdzdf {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xfsdxgs {
    word-break: break-all;
}

h1 {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    color: #000 !important;
    padding-bottom: 20px !important;
}

h2 {
    font-weight: bold !important;
    font-size: 26px !important;
    line-height: 1.3 !important;
}

h3 {
    font-weight: bold !important;
    font-size: 23px !important;
    line-height: 1.3 !important;
}

h4 {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
}

p {
    font-size: 18px !important;
}

.xfsdxgs h2 {
    text-align: center !important;
    color: #000 !important;
}

.xfsdxgs h3 {
    text-align: center !important;
    color: #000 !important;
}

.xfsdxgs h4 {
    text-align: center !important;
    color: #000;
}

.xfsdxgs h5,
.xfsdxgs h6 {
    text-align: center !important;
    font-weight: bold !important;
    color: #000 !important;
}

.xfsdxgs ul {
    padding-left: 20px !important;
}

.xfsdxgs li,
.xfsdxgs span,
.xfsdxgs a {
    color: #000 !important;
}

.xfsdxgs img {
    max-width: 100%;
    height: auto;
}

.xfsdxgs p {
    line-height: 1.6 !important;
    text-align: left !important;
    color: #000 !important;
}

.xfsdxgs table {
    word-break: break-all !important;
}

.xfsdxgs td {
    font-size: 16px !important;
    color: #000 !important;
}

.xfsdxgs li {
    font-size: 16px !important;
    text-align: left !important;
    color: #000 !important;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    color: #1a1a1a;
    font-size: 16px;
    letter-spacing: 0.06em;
}

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

a {
    color: #1f1daf;
}

a:hover {
    /*color: #00cc81;*/
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

#header .container-fluid,
#clients .container-fluid,
#services .container-fluid,
#contact .container-fluid,
#breadcrumbs.container-fluid,
#footer .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1f1daf;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fbde11;
    color: #000;
    transition: all 0.4s;
    position: relative;
    animation-name: example;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.back-to-top i:hover {
    background: #1f1daf;
    color: #fff;
}

@keyframes example {
    0% {
        /*background-color:#01c4fc;*/
        left: 0px;
        top: 0px;
    }

    25% {
        /*background-color:#1f1daf;*/
        left: 0px;
        top: -25px;
    }

    50% {
        /*background-color:#01c4fc;*/
        left: 0px;
        top: -50px;
    }

    50% {
        /*background-color:#1f1daf;*/
        left: 0px;
        top: -75px;
    }

    100% {
        /*background-color:#01c4fc;*/
        left: 0px;
        top: 0px;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}

#header.header-scrolled,
#header.header-inner-pages {
    /*background: rgba(40, 40, 40, 0.9);*/
    background: #fff;
    box-shadow: 1px 1px 9px rgb(0 0 0 / 28%);
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 65px;
    /*filter: brightness(0) invert(1);*/
}

#header.header-scrolled .logo img {
    filter: none;
}

@media (max-width:991px) {
    .fszf {
        padding-top: 15px !important;
    }
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul {
    display: flex;
    align-items: center !important;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    margin: 0 7px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #ffffff;
    transition: 0.3s;
    font-size: 14px;
    padding: 25px 12px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.06em;
}

#header.header-scrolled .nav-menu a {
    color: #000;
}

#header.header-scrolled .nav-menu a:hover {
    color: #1f1daf;
}

/*.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  background-image: linear-gradient(to right, #01c4fc , #1f1daf);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
#header.header-scrolled .nav-menu > ul > li > a:before{background-color: #1f1daf;}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}*/
.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #eaeaea;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-top: 2px solid #1f1daf;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #282828;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #1f1daf;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

/* lets call Button */
#header .lets-call-btn {
    margin-left: 25px;
    background: #fbde11;
    color: #1a1a1a;
    border-radius: 50px;
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.06em;
}

#header .lets-call-btn:hover {
    background-image: linear-gradient(to left, #01c4fc, #1f1daf);
    color: #fff;
}

#header.header-scrolled .lets-call-btn,
#header.header-scrolled .lets-call-btn:hover {
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    color: #fff;
    transition: 0.3s;
    box-shadow: 0 0 0 rgb(54 175 224 / 70%);
    animation: pulse 2s infinite;
}

#header.header-scrolled .lets-call-btn:hover {
    background: #1f1daf;
    background-image: linear-gradient(to left, #01c4fc, #1f1daf);
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 35px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #ee3151;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #282828;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #1f1daf;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(15, 15, 15, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero1 {
    padding: 0px 0 10px 0;
    width: 100%;
    height: 100vh;
    background: url("../image/main-bg.jpg") top center;
}

#hero1 .hero-content {
    position: absolute;
    bottom: 20%;
    left: 39%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: left;
}

/*position: absolute;
    bottom: 20%;
    left: 51%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}*/
#hero {
    width: 100%;
    height: 100vh;
    background: url("../image/technology-partners-01.jpg") top center;
    background-size: cover;
    position: relative;
}

#hero:before {
    content: "";
    background: rgb(2 44 77 / 43%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    padding-top: 72px;
    position: relative;
    text-align: center;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero h2 {
    color: #eee;
    margin-bottom: 40px;
    font-size: 24px;
}

/*@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}*/
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 100px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f0f8ff;
}

.section-title {
    padding-bottom: 40px;
    text-align: center;
}

.section-title h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 8%;
    height: 3px;
    background: #0d85e0;
    bottom: 0;
    left: 46%;
}

/*.section-title h2::before{
    content: "";
    position: absolute;
    background: #0d85e0;
    border-radius: 20px;
    width: 9px;
    height: 9px;
    bottom: -3px;
    left: 50%;
}*/
.section-title p {
    margin-bottom: 0;
    color: #1A1A1A;
    font-size: 15px;
}

.testimonial .section-title h2 {
    color: #fff;
}

.testimonial .section-title h2::after {
    background: #fff;
}

.testimonial .section-title h2::before {
    background: #fff;
}

.section_right {}

.sub-title {
    padding: 60px 0 60px 30px;
}

.sub-title h4 {
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.02em;
}

.sub-title h4::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 4px;
    background: #1f1daf;
    border-radius: 20px;
    bottom: 13px;
    left: -30px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    background-image: url("../image/services-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#services .jumbotron {
    padding: 3.5rem 1.5rem;
    margin-bottom: 1rem;
    background-color: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 1px 1px 7px #0c5db7;
    height: 100%;
}

#services .nav {
    display: initial;
}

#services .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    color: #fff;
    transition: 0.3s;
}

#services .nav-item a.active {
    border: 0px;
}

#services .nav-tabs .nav-link {
    border: 1px solid #2c49c2;
    border-color: #06aaf0 #1a38bc #1a38bc #06aaf0;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}

#services .nav-tabs .nav-link:hover {
    border-color: #06aaf0 #1a38bc #1a38bc #06aaf0;
}

#services .nav-link {
    padding: .7rem 1rem;
    transition: 0.3s;
}

#services .nav-item {
    margin-bottom: 1.3rem;
    transition: 0.3s;
}

#services .nav-item a img:first-child {
    width: 30px;
    height: auto;
    margin-right: 4%;
}

#services .nav-item a.active img {
    filter: brightness(0) invert(1);
}

#services .nav-item a img.arrow_right {
    width: 15px;
    height: auto;
    float: right;
}

#services .nav-item a.active img.arrow_right {
    filter: brightness(0) invert(1);
}

#services .tab-content .tab-pane h3 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.03em;
}

#services .tab-content .tab-pane p {
    font-size: 16px;
}

.services .icon-box {
    padding: 30px 20px;
    transition: all ease-in-out 0.3s;
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    border-radius: 18px;
    border-bottom: 5px solid #fff;
    width: 100%;
}

.services .icon-box .icon img {
    width: 60%;
}

.services .icon-box .icon {
    width: 100px;
    height: 100px;
    background: #edf3ff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: #000;
    border: 1px solid #edf3ff;
}

.services .icon-box h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
}

.services .icon-box h4 a {
    color: #282828;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    transform: translateY(-10px);
    border-color: #1f1daf;
}

.services .icon-box:hover h4 a {
    color: #1f1daf;
}

.services .click-to-btn {
    background: #f7db11;
    margin-top: 3.5rem;
    color: #1a1a1a;
    border: 0px solid #fff;
    border-radius: 50px;
    padding: 9px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.06em;
}

.services .click-to-btn:hover {
    color: #1f1daf;
}

.services .click-to-btn i.fa-caret-right {
    font-size: 18px;
}

/*--------------------------------------------------------------
# Location /Map
--------------------------------------------------------------*/
.location {
    background: aliceblue;
}

.location .map-navigation {
    position: relative;
}

.location .map-navigation ul li {
    position: absolute;
    cursor: pointer;
}

.location .map-navigation ul li img {
    position: relative;
    animation-name: animate-nav;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    width: 75%;
    height: auto;
}

.location .map-navigation ul li.loc1 {
    left: 17%;
    top: 29%;
}

.location .map-navigation ul li.loc2 {
    left: 16%;
    top: 37.5%;
}

.location .map-navigation ul li.loc3 {
    left: 28%;
    top: 37.5%;
}

.location .map-navigation ul li.loc4 {
    left: 22.5%;
    top: 43%;
}

.location .map-navigation ul li.loc5 {
    left: 46.5%;
    top: 31%;
}

.location .map-navigation ul li.loc6 {
    right: 30.4%;
    top: 46%;
}

.location .map-navigation ul li.loc7 {
    right: 23%;
    bottom: 37%;
}

.location .map-navigation ul li.loc8 {
    right: 11.4%;
    bottom: 16%;
}

.location .map-navigation ul li.loc9 {
    right: 4.7%;
    bottom: 11%;
}

.location .map-navigation ul li.loc10 {
    right: 20%;
    bottom: 35%;
}

@keyframes animate-nav {
    0% {
        /*background-color:#01c4fc;*/
        left: 0px;
        top: 0px;
    }

    50% {
        /*background-color:#01c4fc;*/
        left: 0px;
        top: -3px;
    }

    100% {
        /*background-color:#01c4fc;*/
        left: 0px;
        top: 0px;
    }
}

.tooltip-inner {
    max-width: 200px;
    padding: 6px 13px;
    color: #000;
    text-align: center;
    background-color: #fbde11;
    border-radius: .25rem;
    border: 1px solid #fbde11;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 9px 9px 0;
    border-top-color: #fbde11;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding-top: 40px;
    background-image: url("../image/client-bg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.clients .clients-wrap {
    /*border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;*/
}

.clients .client-logo {
    padding: 0 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;*/
    overflow: hidden;
    background: transparent;
    /*height: 140px;*/
}

.clients .client-logo:hover img {
    transform: scale(1.2);
    /*filter: grayscale(100%);*/
}

.clients img {
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

/*****start play btn css*********/
.clients .pulse {
    box-shadow: 0 0 0 rgb(54 175 224 / 70%);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(54, 175, 224, 0.7);
        -moz-box-shadow: 0 0 0 0 rgba(54, 175, 224, 0.7);
        box-shadow: 0 0 0 0 rgba(54, 175, 224, 0.7);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(54, 175, 224, 0);
        -moz-box-shadow: 0 0 0 10px rgba(54, 175, 224, 0);
        box-shadow: 0 0 0 10px rgba(54, 175, 224, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(54, 175, 224, 0);
        -moz-box-shadow: 0 0 0 0 rgba(54, 175, 224, 0);
        box-shadow: 0 0 0 0 rgba(54, 175, 224, 0);
    }
}

#clients .play-btn-section {
    padding: 40px 0 0 0;
}

#clients .play-btn,
#youtube-video .play-btn {
    width: 94px;
    height: 94px;
    margin: 0 auto;
    /*background: #1f1daf; */
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    /*background: radial-gradient(#1f1daf 50%, rgba(0, 153, 97, 0.4) 52%);*/
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
}

#clients .play-btn::after,
#youtube-video .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fff;
    z-index: 100;
    transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#clients .play-btn::before,
#youtube-video .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    /* -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 3s;
  animation: pulsate-btn 3s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;*/
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgb(227 243 251);
    /*border: 5px solid rgba(0, 153, 97, 0.7);*/
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

/*#clients .play-btn:hover::after, #youtube-video .play-btn:hover::after, .play-bg .play-btn:hover::after {
  border-left: 15px solid #1f1daf;
  transform: scale(20);
}
#clients .play-btn:hover::before, #youtube-video .play-btn:hover::before, .play-bg .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}*/
/*****end play btn css*********/
/*--------------------------------------------------------------
# testimonial
--------------------------------------------------------------*/
.testimonial {
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    background-attachment: fixed;
}

.testimonial .blockquote {
    font-size: 18px;
}

.testimonial .blockquote .comment {
    text-align: justify !important;
}

.testimonial .blockquote-footer {
    color: #fff;
}

.testimonial .client-review-stars i {
    color: #fbde11;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .call-btn {
    border-radius: 50%;
    background: 1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    border: 3px solid #fff;
}

.contact .call-btn img {
    width: 65%;
    height: auto;
    padding: 19px 4px;
}

.contact .pulse {
    box-shadow: 0 0 0 rgb(54 175 224 / 70%);
    animation: pulse 2s infinite;
}

/*@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(54, 175, 224, 0.7);
    -moz-box-shadow: 0 0 0 0 rgba(54, 175, 224, 0.7);
    box-shadow: 0 0 0 0 rgba(54, 175, 224, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(54, 175, 224, 0);
      -moz-box-shadow: 0 0 0 10px rgba(54, 175, 224, 0);
      box-shadow: 0 0 0 10px rgba(54, 175, 224, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(54, 175, 224, 0);
      -moz-box-shadow: 0 0 0 0 rgba(54, 175, 224, 0);
      box-shadow: 0 0 0 0 rgba(54, 175, 224, 0);
  }
}*/
.contact .info {
    background: aliceblue;
    padding: 2rem 2rem;
    border-radius: 20px;
    box-shadow: 1px 0px 6px 0px #f0f8ff;
    border-bottom: 4px solid #1842c0;
}

.contact .info h6 {
    font-weight: 600;
    margin-top: 10px;
}

.contact .info h1 {
    margin-top: 7%;
    font-size: 2.4rem;
    font-family: 'Lato', sans-serif;
}

.contact .info p {
    padding: 0 2% 5% 0%;
    font-size: 14px;
}

.contact .info .click-to-btn {
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    color: #fff;
    letter-spacing: 0.06em;
    border: none;
    border-radius: 50px;
    padding: 9px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

.contact .info .click-to-btn:hover {
    color: #fff;
    background-image: linear-gradient(to left, #01c4fc, #1f1daf);
}

.contact .php-email-form {
    width: 100%;
    background: transparent;
}

.contact .php-email-form h4 {
    font-size: 14px;
    font-weight: 500;
    padding: 1rem 0 1rem 0rem;
    color: #4a4b68;
    text-align: center;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
    padding-left: 40px;
    margin-bottom: 0.7rem;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 50px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #1f1daf;
    /*border-image: linear-gradient(to right, #01c4fc , #1f1daf);*/
}

/*.form-control{border-image: linear-gradient(to right, #01c4fc , #1f1daf);}*/
.contact .php-email-form input {
    height: 44px;
    padding: 10px 24px;
    border-color: #06aaf0 #1a38bc #1a38bc #06aaf0;
    background: transparent;
}

.contact .php-email-form textarea {
    padding: 10px 24px;
    border-color: #06aaf0 #1a38bc #1a38bc #06aaf0;
    background: transparent;
    display: table;
}

.contact .php-email-form .attachment {
    float: right;
    /*margin: -4.2rem 1rem;*/
    background: #05aef2;
    margin-top: -9.6%;
    margin-right: 2%;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    color: #fff;
    padding: 0.9rem 1.1rem;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.contact .php-email-form .attachment i {
    font-size: 24px;
}

.contact .php-email-form button[type="submit"] {
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    border: 0;
    padding: 8px 25px 9px 25px;
    color: #fff;
    letter-spacing: 0.06em;
    transition: 0.5s;
    border-radius: 50px;
    margin-top: 1rem;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #1f1daf;
    background: #1f1daf;
    background-image: linear-gradient(to left, #01c4fc, #1f1daf);
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*.contact .contact-left-side {
  border-right: 3px solid #0d85e0;
}*/

/*---------Industry slider---------------------------------*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /*width: auto!important;*/
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*border: 1px solid #000;*/
    cursor: grab;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.card {
    border-radius: 20px !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: #333;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    padding: 1.7rem;
    border-radius: 50px;
    display: none;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    filter: brightness(0) invert(1);
}

.nameheading {
    text-align: left;
    padding: 30px;
    font-size: 1rem;
    position: relative;
    margin-bottom: 0;
    background: #f0f8ff;
    border-radius: 0 0 20px 20px;
    font-weight: 600;
}

h6.nameheading i {
    float: right;
    font-size: 20px;
}

/*.nameheading::after{content: '+'; position: absolute; right: 20px; font-weight: 600; font-size: 1.6em; top: 20px; cursor: pointer;}*/
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 22px;
    font-weight: 900;
}

/**************Start css for other service pages*************/
/*--------------------------------------------------------------
# hero-banner-services
--------------------------------------------------------------*/
#hero-banner-services {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#hero-banner-services.home {
    background: url("../image/technology-partners-01.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.aboutus {
    background: url("../image/about-banner.png") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.contactus {
    background: url("https://www.ngbs.co.uk/img/contact-banner.png") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.industries {
    background: url("https://www.ngbs.co.uk/images/industries/menu-indu.png") top center;
    background-size: cover;
    background-repeat: no-repeat;
}


#hero-banner-services.development {
    background: url("../image/products.jpg") bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.web-development {
    background: url("../image/web-development.png") bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.career-banner {
    background: url("../image/happy_Jobs.jpg") bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.web-design {
    background: url("https://www.ngbs.co.uk/img/contact-banner.png") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.mobile-app {
    background: url("https://www.ngbs.co.uk/img/mobile-app-banner.png") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.it-support {
    background: url("https://www.ngbs.co.uk/img/it-support-banner.png") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.cloud-app {
    background: url("../image/main-bg.jpg") bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.cloud-computing {
    background: url("https://www.ngbs.co.uk/img/cloud-computing.png") bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.digital-tranformation {
    background: url("../image/main-bg.jpg") bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.cybersecurity {
    background: url("https://www.ngbs.co.uk/img/cyber-security-banner.png") bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.managed-it {
    background: url("https://www.ngbs.co.uk/img/it-support-banner.png") bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.it-consulting {
    background: url("https://www.ngbs.co.uk/img/it-consulting-banner.png") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.ecommerce {
    background: url("https://www.ngbs.co.uk/img/ecommerce.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.pwa {
    background: url("https://www.ngbs.co.uk/img/pwa.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.hybrid {
    background: url("https://www.ngbs.co.uk/img/hybrid-app.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.custom-app {
    background: url("https://www.ngbs.co.uk/img/custom-app.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.web-app {
    background: url("https://www.ngbs.co.uk/img/web-app.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.ios-android {
    background: url("https://www.ngbs.co.uk/img/ios-android.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.ui-ux {
    background: url("https://www.ngbs.co.uk/img/ui-ux-banner.jpg") center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.ci-cd {
    background: url("https://www.ngbs.co.uk/img/ci-cd-banner.jpg") center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.crm {
    background: url("https://www.ngbs.co.uk/img/crm.jpg") center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.data-trsnformation {
    background: url("https://www.ngbs.co.uk/img/data-transformation.jpg") center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.network-services {
    background: url("https://www.ngbs.co.uk/img/network-services.jpg") center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.it-infrastructure {
    background: url("https://www.ngbs.co.uk/img/it-infrastructure.jpg") bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.staffing {
    background: url("https://www.ngbs.co.uk/img/staffing.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.infrastructure-security {
    background: url("https://www.ngbs.co.uk/img/infrastructure-security.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.data-app-security {
    background: url("https://www.ngbs.co.uk/img/data-app-security.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.threat {
    background: url("https://www.ngbs.co.uk/img/threat.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.identity {
    background: url("https://www.ngbs.co.uk/img/identity.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.cybersecurity-advisory {
    background: url("https://www.ngbs.co.uk/img/cybersecurity-advisory.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.pen-testing {
    background: url("https://www.ngbs.co.uk/img/pen-testing.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.cloud-migratory {
    background: url("https://www.ngbs.co.uk/img/cloud-migratory.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.hybrid-solution {
    background: url("https://www.ngbs.co.uk/img/hybrid-solution.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.aiml {
    background: url("https://www.ngbs.co.uk/img/aiml.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.process-improvement {
    background: url("https://www.ngbs.co.uk/img/process-improvement.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.magento {
    background: url("https://www.ngbs.co.uk/img/magento.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.opencart {
    background: url("https://www.ngbs.co.uk/img/opencart.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.shopify {
    background: url("https://www.ngbs.co.uk/img/shopify-banner.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.woocommerce {
    background: url("https://www.ngbs.co.uk/img/woocommerce.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.big-commerce {
    background: url("https://www.ngbs.co.uk/img/big-commerce-banner.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.bpo {
    background: url("https://www.ngbs.co.uk/img/bpo.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.sd-wan {
    background: url("https://www.ngbs.co.uk/img/sd-wan.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.blog-banner {
    background: url("../image/blog-banner.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.smm {
    background: url("https://www.ngbs.co.uk/img/smm.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.local-seo {
    background: url("https://www.ngbs.co.uk/img/local-seo.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.ppc {
    background: url("https://www.ngbs.co.uk/img/ppc.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.sem {
    background: url("https://www.ngbs.co.uk/img/sem.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.content-marketing {
    background: url("https://www.ngbs.co.uk/img/content-marketing.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.privacy-policy {
    background: url("https://www.ngbs.co.uk/img/privacy-policy.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.terms-and-conditions {
    background: url("https://www.ngbs.co.uk/img/terms-and-conditions.jpg") bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.sitemap {
    background: url("https://www.ngbs.co.uk/img/sitemap.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.location {
    background: url("https://www.ngbs.co.uk/img/location.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.our-team {
    background: url("https://www.ngbs.co.uk/img/our-team.jpg") bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services.products-banner {
    background: url("../image/products.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-banner-services:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero-banner-services .container {
    padding-top: 10%;
    padding-bottom: 10%;
    position: relative;
    text-align: left;
}

#hero-banner-services h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero-banner-services h2 {
    color: #eee;
    margin-bottom: 20px;
    font-size: 18px;
}

#hero-banner-services .btn-service,
#hero1 .hero-content .btn-service {
    background: #1f1daf;
    color: #fff;
    border-radius: 50px;
    border: 0px;
    padding: 0.7rem 2rem;
    font-weight: 500;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    letter-spacing: 0.06em;
    white-space: nowrap;
    transition: 0.3s;
    margin-top: 3%;
}

#hero-banner-services .btn-service:hover,
#hero1 .hero-content .btn-service:hover {
    background: #01c4fc;
    background-image: linear-gradient(to left, #01c4fc, #1f1daf);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #edf3ff;
    min-height: 40px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 8px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 8px;
    color: #1a1a1a;
    content: "/";
}

/**************End same css for other all service pages*************/

/*****************start 404 page**********************/
.error-404 {
    width: 100%;
    /*background-image: linear-gradient(to right, #01c4fc , #1f1daf);*/
    background: linear-gradient(-45deg, #01c4fc, #1f1daf, #8a6dba, #17165c);
    background-size: 400% 400%;
    animation: gradientbg 15s ease infinite;
}

.error-404 h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fafafa;
    padding: 5rem 0 2.5rem 0;
    text-align: center;
}

.error-404 .error-img {
    width: 60%;
}

.error-404 .btn-error-404 {
    background: #fff;
    color: #1a1a1a;
    border-radius: 50px;
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.06em;
}

.error-404 .btn-error-404:hover {
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    color: #fff;
}

@keyframes gradientbg {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/****************end 404 page ********************************/

/**************Strat NGBS development services pages css*************/
/*--------------------------------------------------------------
# list of services
--------------------------------------------------------------*/
.los .los-list {
    background: #edf3ff;
    border-radius: 20px;
}

.los .los-list ul {
    padding: 0;
    list-style: none;
}

.los .los-list li+li {
    margin-top: 15px;
}

.los .los-list li {
    /*padding: 20px;
  background: #edf3ff;
  border-radius: 4px;*/
    position: relative;
}

.los .los-list button {
    letter-spacing: 0.04em;
    display: block;
    position: relative;
    line-height: 24px;
    outline: none;
    padding: 0.6rem 1.5rem;
    outline: none;
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    border-radius: 50px;
    color: #fff;
    width: 100%;
    border: none;
}

.los .los-list .icon-show,
.los .los-list .icon-close {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 12px;
}

.los .los-list .icon-show {
    display: none;
}

.los .los-list button a {
    color: #fff;
    float: left;
}

.los .los-list button.collapsed a {
    color: #1f1daf;
}

/*.los .los-list button.collapse a{ color: #fff; }*/
.los .los-list button.collapsed {
    color: #1f1daf;
    background: transparent;
    border: 1px solid #2c49c2;
    border-color: #06aaf0 #1a38bc #1a38bc #06aaf0;
}

.los .los-list button.collapsed:hover {
    color: #1f1daf;
}

.los .los-list button.collapsed .icon-show {
    display: inline-block;
}

.los .los-list button.collapsed .icon-close {
    display: none;
}

.los .los-list ul.child-services a {
    display: block;
    position: relative;
    line-height: 20px;
    padding: 0.7rem 0rem;
    border-bottom: 2px solid #fff;
    outline: none;
    background: transparent;
    background-image: #fff;
    border-radius: 0px;
    color: #1a1a1a;
    font-size: 14px;
}

.los .los-list ul.child-services a:first-child {
    margin-top: 10px;
}

.los .los-list ul.child-services a.active {
    color: #1e24b3;
}

.los .los-list ul.child-services a li {
    margin-left: 1.5rem;
    transition: 0.3s;
}

.los .los-list ul.child-services a li:hover {
    color: #1f1daf;
}

.los .los-list ul.child-services a li:before {
    content: "\f101";
    font-family: FontAwesome;
    left: -0.8rem;
    position: absolute;
    top: 0;
    color: #1f1daf;
}

/******los right side*********/
#los .los-right {
    padding: 1rem 0rem 0rem 1.5rem;
}

#los .los-right p {
    text-align: justify;
}

#los .los-right p b {
    font-weight: 600 !important;
}

.los-right h6 {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 22px;
    line-height: 2rem;
}

/*--------------------------------------------------------------
# cta-bg-left
--------------------------------------------------------------*/
.cta-bg-left {
    position: relative;
    text-align: center;
    color: white;
}

.cta-bg-left .centertext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1rem;
}

.cta-bg-left .call-btn {
    border-radius: 50%;
    background: #fff;
    border: none;
    height: 80px;
    width: 80px;
}

.cta-bg-left .call-btn img {
    width: 65%;
    height: auto;
    padding: 19px 4px;
}

.cta-bg-left .pulse {
    box-shadow: 0 0 0 rgb(54 175 224 / 70%);
    animation: pulse 2s infinite;
}

/*.cta-bg-left .contactnum-img img{filter: brightness(0) invert(1);}*/
/*--------------------------------------------------------------
# play-bg section on service(youtube video)
--------------------------------------------------------------*/
.play-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative;
}

.play-bg .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#0f79da 50%, rgb(5 172 241 / 22%) 53%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.play-bg .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-bg .pulse {
    box-shadow: 0 0 0 rgb(54 175 224 / 70%);
    animation: pulse 2s infinite;
}

/*-------------------------------------------------------------
# web-solutions
--------------------------------------------------------------*/

/*-------------------------------------------------------------
# sub-services
--------------------------------------------------------------*/
#sub-services .jumbotron {
    box-shadow: 0px 0px 7px 0px rgb(173 173 173 / 87%);
}

@media (min-width: 576px) {
    #sub-services .jumbotron {
        padding: 2rem 1.5rem;
    }
}

#sub-services .icon-box {
    padding: 30px 20px;
    transition: all ease-in-out 0.3s;
    background: #fefefe;
    box-shadow: 0px 2px 14px 0px rgb(41 41 41 / 25%);
    border-radius: 18px;
    border-bottom: 5px solid #fff;
    width: 100%;
}

#sub-services .icon-box .icon img {
    width: 77%;
    filter: brightness(0) invert(1);
}

#sub-services .icon-box .icon {
    width: 80px;
    height: 80px;
    background-color: #1f1daf;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: #000;
    border: 1px solid #e2e1e1;
}

#sub-services .icon-box h4 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
}

#sub-services .icon-box h4 a {
    color: #282828;
    line-height: 1.5rem;
    transition: ease-in-out 0.3s;
}

#sub-services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

#sub-services .icon-box:hover {
    transform: translateY(-10px);
    border-color: #1f1daf;
}

#sub-services .icon-box:hover h4 a {
    color: #1f1daf;
}

/*-----------------------------------------------------------
#e-commerce-services
-------------------------------------------------------------*/
#e-commerce-services div.jumbotron {
    margin-bottom: 2rem;
    background-color: #edf3ff;
    border-radius: 0.5rem;
    transition: 0.3s;
}

#e-commerce-services div.jumbotron:hover {
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
}

#e-commerce-services div.jumbotron a {
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1a1a1a;
    display: inline-flex;
}

#e-commerce-services div.jumbotron a img {
    transition: 0.3s;
    width: 15%;
    height: 15%;
    margin-right: 1rem;
    /*background: #fff; padding: 7px; */
    border-radius: 50px;
}

#e-commerce-services div.jumbotron:hover img {
    filter: brightness(0) invert(1);
}

#e-commerce-services div.jumbotron:hover a {
    color: #fff;
}

@media (min-width: 576px) {
    #e-commerce-services div.jumbotron {
        padding: 1rem 1.5rem;
    }
}

/*-------------------------------------------------------------
# cta
--------------------------------------------------------------*/
#cta .ctabg {
    background-color: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    padding: 30px;
    border-radius: 10px;
}

#cta .ctabg h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 1.7rem;
}

#cta .cta-btn {
    background: #f7db11;
    color: #1a1a1a;
    border: 0px solid #fff;
    border-radius: 50px;
    padding: 9px 25px 9px 25px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    margin-top: 1rem;
    display: inline-block;
    letter-spacing: 0.06em;
}

#cta .cta-btn:hover {
    color: #1f1daf;
}

/*-------------------------------------------------------------
# what-makes-diff
--------------------------------------------------------------*/
#what-makes-diff .place_order_counter {
    counter-reset: section 0;
}

#what-makes-diff .place_order_counter h4::before {
    counter-increment: section 1;
    content: counter(section) "";
    background: #fbde11;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    margin-left: 0;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    padding-top: 0.4rem;
}

#what-makes-diff .place_order_counter p {
    text-align: left !important;
    margin-left: 15%;
    margin-top: -13%;
}

#what-makes-diff div.jumbotron p {
    margin: 0;
}

#what-makes-diff div.jumbotron {
    background-color: #edf3ff;
}

@media (min-width: 576px) {
    #what-makes-diff div.jumbotron {
        padding: 2rem 1.5rem;
    }
}

/*-------------------------------------------------------------
# what-makes-diff2
--------------------------------------------------------------*/
#what-makes-diff2 {}

#what-makes-diff2 div.jumbotron {
    margin-bottom: 1rem;
    background-color: #edf3ff;
    border-radius: .3rem;
    box-shadow: 0px 0px 4px 0px rgb(237 243 255);
    border-left: 4px solid #1f1daf;
}

#what-makes-diff2 div.jumbotron h6 {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

#what-makes-diff2 div.jumbotron p {
    color: #1a1a1a;
    margin-bottom: 0rem;
    font-size: 16px;
}

@media (min-width: 576px) {
    #what-makes-diff2 div.jumbotron {
        padding: 1.5rem 1.5rem;
    }
}

.know-more {
    background: aqua;
    border-radius: 50px;
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.06em;
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    color: #fff;
    margin: 2.5rem 0 1rem 0;
    transition: 0.3s;
}

.know-more:hover {
    background: #1f1daf;
    background-image: linear-gradient(to left, #01c4fc, #1f1daf);
    color: #fff;
}

/*-------------------------------------------------------------
# CTA new
--------------------------------------------------------------*/
#cta-know-more {}

#cta-know-more div.jumbotron {
    margin-bottom: 1rem;
    background-color: #edf3ff;
    border-radius: .3rem;
    box-shadow: 0px 0px 4px 0px rgb(237 243 255);
    border-left: 4px solid #1f1daf;
}

#cta-know-more div.jumbotron p {
    color: #1a1a1a;
    margin-bottom: 0rem;
    font-size: 16px;
}

@media (min-width: 576px) {
    #cta-know-more div.jumbotron {
        padding: 1.5rem 1.5rem;
    }
}

/*-------------------------------------------------------------
# testimonial-services
--------------------------------------------------------------*/
#testimonial-services {
    /*background: #1f1daf;
  background-image: linear-gradient(to right, #01c4fc , #1f1daf);
  background-attachment: fixed;*/
}

#testimonial-services .blockquote {
    font-size: 18px;
}

#testimonial-services .blockquote .comment {
    text-align: justify !important;
    color: #fff !important;
}

#testimonial-services .blockquote .comment i {
    font-size: 2rem;
    color: #fbde11;
}

#testimonial-services .blockquote-footer {
    color: #fff;
}

#testimonial-services .client-review-stars {
    float: right;
}

#testimonial-services .client-review-stars i {
    color: #fbde11;
}

#testimonial-services .carousel-indicators li {
    background-color: #fff;
}

#testimonial-services .comment-bg {
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    border-radius: 10px;
}

/*--------------------------------------------------------------
# approach
--------------------------------------------------------------*/
#approach .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

#approach .icon-box img {
    float: left;
    width: 10%;
}

#approach .icon-box p {
    color: #1a1a1a;
    margin-left: 79px;
}

#approach .jumbotron {
    background-color: #edf3ff;
}

#approach .jumbotron p {
    margin-top: 0;
    margin-bottom: 0rem;
}

@media (min-width: 576px) {
    #approach .jumbotron {
        padding: 2rem 1.5rem;
    }
}

.approach-new .infographic div {
    padding: 0;
    margin-right: -2%;
    opacity: 0.9;
}

.approach-new .infographic div.icon-approach {
    padding: 2rem 1.7rem;
    border-radius: 50%;
    width: 100%;
}

.approach-new .infographic div.approach-1 {
    background: #f8ca18;
    opacity: 0.9;
}

.approach-new .infographic div.approach-2 {
    background: #0ab158;
    opacity: 0.9;
}

.approach-new .infographic div.approach-3 {
    background: #e22783;
    opacity: 0.9;
}

.approach-new .infographic div.approach-4 {
    background: #03bbf8;
    opacity: 0.9;
}

.approach-new .infographic div.approach-5 {
    background: #ee2446;
    opacity: 0.9;
}

.approach-new .infographic img {
    filter: brightness(0) invert(1);
}

.approach-new .infographic p {
    text-align: center !important;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 12px;
}

/*--------------------------------------------------------------
# tech-platform
--------------------------------------------------------------*/
#tech-platform .nav {
    /*padding: 2rem 0;*/
}

#tech-platform .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1f1daf;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    border: none;
}

#tech-platform .nav-pills .nav-link {
    border-radius: 50px;
    font-size: 14px;
    padding: 0.4rem 0.8rem;
    color: #1f1daf;
    background: transparent;
    border: 1px solid #2c49c2;
    border-color: #06aaf0 #1a38bc #1a38bc #06aaf0;
    margin: 0.3rem 0.5rem;
    transition: 0.3s;
}

.tech {
    padding-top: 30px;
}

/*.tech .tech-wrap {
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}*/
.tech .tech-logo {
    padding: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    background: #fff;
    /*height: 100px;*/
}

.tech .tech-logo:hover img {
    transform: scale(1.1);
}

.tech img {
    transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# get-to-know
--------------------------------------------------------------*/
#get-to-know p {}

#get-to-know ul {
    list-style: none;
    padding: 0;
}

#get-to-know ul li {
    padding-left: 32px;
    position: relative;
    line-height: 2rem;
}

#get-to-know ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 24px;
    color: #1f1daf;
    line-height: 1;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .entry {
    padding: 15px;
    margin-bottom: 60px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.blog .entry .entry-img {
    max-height: 400px;
    /* margin: -20px -20px 20px -20px; */
    overflow: hidden;
    border-radius: 20px;
}

.blog .entry .entry-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    padding: 0;
    margin: 30px 0 20px 0;
}

.blog .entry .entry-title a {
    color: #000;
    transition: 0.3s;
}

.blog .entry .entry-title a:hover {
    color: #0880e8;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #b0b0b0;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px;
}

.blog .entry .entry-meta i {
    font-size: 14px;
    padding-right: 4px;
}

.blog .entry .entry-meta a {
    color: #b0b0b0;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 24px;
    text-align: justify;
    margin-top: 1.5rem;
}

.blog .entry .entry-content h6 {
    font-weight: 600;
    margin-top: 2rem;
    color: #1f1daf;
    font-size: 20px;
    line-height: 2rem;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
    margin-bottom: 1rem;
}

.blog .entry .entry-content .read-more a {
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    display: inline-block;
    color: #fff;
    padding: 6px 20px 8px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 50px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #0880e8;
    background-image: linear-gradient(to left, #01c4fc, #1f1daf);
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #f0f8ff;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #0880e8;
}

.blog .entry .entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #0880e8;
}

.blog .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #0880e8;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .entry-single .entry-title {
    font-size: 26px;
    line-height: 38px;
}

.blog .blog-comments .reply-form {
    margin-top: 3rem;
    border-radius: 20px;
    padding: 10px;
    /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);*/
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
    margin-bottom: 2rem;
}

.blog .blog-comments .reply-form input {
    border-radius: 50px;
    padding: 20px 10px;
    font-size: 14px;
    background: aliceblue;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #1c32b8;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 0;
    border-radius: 50px;
    padding: 10px 10px;
    font-size: 14px;
    background: aliceblue;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #1c32b8;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 50px;
    padding: 8px 20px;
    border: 0;
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background: #1f1daf;
    background-image: linear-gradient(to left, #01c4fc, #1f1daf);
}

/*.blog .blog-pagination {
  color: #5db1f9;
}
.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li.active {
  background: white;
}
.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #0880e8;
  border: 1px solid #0880e8;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}
.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}*/
.blog .sidebar {
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
    margin: 0 0 25px 0;
    color: #1a1a1a;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 10px;
}

.blog .sidebar .sidebar-title:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #0b70e1;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
    border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 60px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 25px;
    margin: -1px;
    border-radius: 50px;
    background: #0880e8;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    color: #fff;
    transition: 0.3s;
}

.blog .sidebar .search-form form button:hover {
    background: #2b99f8;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li {
    padding: 10px 0px;
    border-top: 1px solid rgba(0, 0, 0, 6%);
}

/*.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}*/
.blog .sidebar .categories ul a {
    color: #1a1a1a;
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: #1843c1;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #8ec8fb;
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 14px;
    margin-left: 95px;
    font-weight: 600;
}

.blog .sidebar .recent-posts h4 a {
    color: #1a1a1a;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #1843c1;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #0880e8;
}

/********************Strat about us page css***************************/
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us {
    background: aliceblue;
}

.about-us .content ul {
    list-style: none;
    padding: 0;
}

.about-us .content ul li {
    padding-left: 28px;
    position: relative;
}

.about-us .content ul li+li {
    margin-top: 10px;
}

.about-us .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 24px;
    color: #1f1daf;
    line-height: 1;
}

.about-us .content p:last-child {
    text-align: justify;
}

.about-us .content p {
    text-align: justify;
}

.about-us .content .btn-learn-more,
.who-are-we .content .btn-learn-more,
.deliver .btn-learn-more {
    font-weight: 500;
    display: inline-block;
    padding: 9px 20px;
    border-radius: 50px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    color: #fff;
    transition: 0.3s;
}

.about-us .content .btn-learn-more:hover,
.who-are-we .content .btn-learn-more:hover,
.deliver .btn-learn-more:hover {
    background-image: linear-gradient(to left, #01c4fc, #1f1daf);
    color: #fff;
    text-decoration: none;
}

/*-------------------------------------------
#who-are-we
----------------------------------------*/
.bg-pos-l {
    background-position: right;
    background: url("../image/about-02.png") top right;
    /*transform: translateX(3%);
    -webkit-transform: translateX(3%);
    -o-transform: translateX(3%);
    -ms-transform: translateX(3%);
    -moz-transform: translateX(3%);*/
    right: 0;
    background-size: contain;
    /*position: absolute;*/
}

.who-are-we p {
    padding-right: 2rem;
    text-align: justify;
}

.who-are-we .round-animation {
    background-image: linear-gradient(120deg, #01c4fc 20%, #1f1daf 80%);
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 100%;
    height: 100%;
    animation: morph 10s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
}

.who-are-we .round-animation:before,
.who-are-we .round-animation:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /*border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; */
    border-top-left-radius: 42% 45%;
    border-top-right-radius: 58% 45%;
    border-bottom-right-radius: 70% 55%;
    border-bottom-left-radius: 30% 55%;
    will-change: border-radius, transform, opacity;
    animation-delay: 200ms;
    background-image: linear-gradient(120deg, rgb(4 181 245) 0%, rgb(28 46 183) 100%);
}

.who-are-we .round-animation:before {
    animation: morph 3s linear infinite;
    opacity: .21;
    animation-duration: 1.5s;
    /*background-image: linear-gradient(120deg, rgba(255,94,44,.55) 0%, rgba(255,120,16,.89) 100%);*/
}

.who-are-we .round-animation img {
    position: relative;
    z-index: 99;
}

@-webkit-keyframes morph {
    0% {
        left: 20px;
        bottom: 20px;
    }

    25% {
        left: -20px;
        bottom: 20px;
    }

    50% {
        left: -20px;
        bottom: 0px;
    }

    75% {
        left: 0px;
        bottom: 0px;
    }

    100% {
        left: 20px;
        bottom: 20px;
    }
}

@keyframes morph {
    0% {
        left: 20px;
        bottom: 20px;
    }

    25% {
        left: -20px;
        bottom: 20px;
    }

    50% {
        left: -20px;
        bottom: 0px;
    }

    75% {
        left: 0px;
        bottom: 0px;
    }

    100% {
        left: 20px;
        bottom: 20px;
    }
}

/*--------------------------------------------------------------
# deliver
--------------------------------------------------------------*/
.deliver {
    background: aliceblue;
}

.deliver .icon-box {
    padding: 30px;
    transition: all ease-in-out 0.3s;
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    border-radius: 18px;
    border-bottom: 5px solid #fff;
}

.deliver .icon-box .icon {
    width: 64px;
    height: 64px;
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.deliver .icon-box .icon img {
    filter: brightness(0) invert(1);
    height: 50%;
}

.deliver .icon-box h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}

.deliver .icon-box h5 a {
    color: #282828;
    transition: ease-in-out 0.3s;
}

.deliver .icon-box:hover {
    transform: translateY(-10px);
    border-color: #1f1daf;
}

.deliver .icon-box:hover h5 a {
    color: #1f1daf;
}

/************/
.grey-bg {
    background-image: linear-gradient(to right, #01c4fc, #1f1daf) !important;
    background: url("https://www.ngbs.co.uk/img/client-bg.png");
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.animatedBackground {
    background-repeat: repeat !important;
    background-size: auto !important;
    animation: animatedBackground 20s linear infinite;
    -ms-animation: animatedBackground 20s linear infinite;
    -moz-animation: animatedBackground 20s linear infinite;
    -webkit-animation: animatedBackground 20s linear infinite;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-ms-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-moz-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

.tab.style-2 .nav-tabs {
    display: flex;
    width: 100%;
}

.tab .nav-tabs {
    border: none;
    display: inline-block;
}

.tab.style-2 .nav-tabs .nav-link.active,
.tab.style-2 .nav-tabs.active>a:focus {
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    color: #ffffff;
    border-bottom-color: #02bcf8;
}

/*.tab.style-2 .nav-tabs .nav-link:hover, .tab.style-2 .nav-tabs > a:hover {
  background-color: #fefefe;
    color: #1f1daf;
}*/
.tab.style-2 .nav-tabs .nav-link {
    box-shadow: none;
    text-align: center;
    margin: 0;
    background-color: #fefefe;
    color: #1f1daf;
    border-radius: 0;
    width: calc(100% / 3);
    border-bottom: 4px solid transparent;
    border-radius: 10px 10px 0 0;
    padding: 15px 30px;
    transition: 0.4s;
}

/*.tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover, .tab .nav-tabs.active > a:focus, .tab .nav-tabs > a:hover {
    background: #ff7810;
    color: #ffffff;
}*/
.tab .nav-tabs .nav-link {
    background: #ffffff;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #111121;
    float: left;
    position: relative;
    display: inline-block;
    border: none;
    padding: 15px 40px;
}

.grey-bg.tab-content {
    box-shadow: 0px 15px 35px rgb(0 0 0 / 10%);
}

.grey-bg .tab.style-2 .tab-content {
    background: #fefefe;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    padding: 2.5rem 3rem;
}

.grey-bg .tab-content .title {
    position: relative;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 600;
}

.grey-bg .tab-content .tab-pane img {
    width: 100%;
    border-radius: 50%;
}

/********************end about us page css***************************/
/*--------------------------------------------------------------
# industries and products
--------------------------------------------------------------*/
p.points {
    color: #1f1daf;
    font-weight: 600;
    letter-spacing: 0.07;
    letter-spacing: 0.08em;
    font-size: 20px;
    margin-top: 1.5rem;
}

.industry-btn {
    margin: 1rem 0;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #fff;
    border: none;
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
}

.industry-btn:hover {
    background-image: linear-gradient(to left, #01c4fc, #1f1daf);
    color: #fff;
}

.industry-img {
    border-radius: 22px;
    padding: 14px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.industry-img img {
    border-radius: 22px;
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-15px);
    }
}

@keyframes up-down1 {
    0% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-15px);
    }
}

#techadamics,
#barge,
#remote {
    background-image: url("../image/hero-bg.png");
    background-size: cover;
    background-attachment: fixed;
}

/*--------------------------------------------------------------
# careers
--------------------------------------------------------------*/
#join-us .full-right-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative;
}

#join-us .left_align {
    padding-left: 8%;
}

.owu {
    background-image: url("../image/career-owu.jpg");
    background-size: cover;
}

.owu .owu-list {
    padding: 0 100px;
}

.owu .owu-list ul.owu-new {
    padding: 0;
    list-style: none;
}

/*.owu .owu-list ul.owu-new  li + li {
  margin-top: 15px;
}*/
.owu .owu-list ul.owu-new>li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    margin-bottom: 15px;
}

.owu .owu-list a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    /*padding: 0 30px;*/
    outline: none;
}

.owu .owu-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #75bdfa;
}

.owu .owu-list .icon-show,
.owu .owu-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.owu .owu-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.owu .owu-list .icon-show {
    display: none;
}

.owu .owu-list a.collapsed {
    color: #343a40;
}

.owu .owu-list a.collapsed:hover {
    color: #0880e8;
}

.owu .owu-list a.collapsed .icon-show {
    display: inline-block;
}

.owu .owu-list a.collapsed .icon-close {
    display: none;
}

.owu .owu-list ul.owu-new li h4 {
    margin: 2rem 0 1rem 0;
    font-size: 20px;
    font-weight: 600;
}

ul.requirement {
    list-style: none;
    padding: 0;
}

ul.requirement li {
    padding-left: 32px;
    position: relative;
    line-height: 1.7rem;
    margin-bottom: .4rem;
}

ul.requirement li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 24px;
    color: #1f1daf;
    line-height: 1;
}

.owu .owu-list .btn-apply-now {
    margin: 1rem 0;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #fff;
    border: none;
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
}

.owu .owu-list .btn-apply-now:hover {
    background-image: linear-gradient(to left, #01c4fc, #1f1daf);
}

.apply-now form {
    display: contents;
}

.apply-now form .form-control {
    /* height: 44px;*/
    padding-left: 24px;
    border-color: #06aaf0 #1a38bc #1a38bc #06aaf0;
    background: transparent;
    border-radius: 50px;
}

.apply-now .apply-now-btn {
    margin: 1rem 0;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #fff;
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    border: none;
}

.apply-now .apply-now-btn:hover {
    background-image: linear-gradient(to left, #01c4fc, #1f1daf);
}

.resume .attachment-cv {
    display: inline-block;
    border-radius: 50px;
    padding: 6px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #fff;
    background: #1f1daf;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    border: none;
}

.attachment-resume {}

.resume {
    width: 100%;
    background: #f0f8ff;
    text-align: center;
    padding: 40px 20px;
}

.resume img {
    width: 26%;
}

@media (max-width: 1200px) {
    .owu .owu-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.team {
    background: url("https://www.ngbs.co.uk/img/products/hero-bg.png") center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    /*position: relative;*/
    background-attachment: fixed;
}

/*.team::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}*/
.team .container {
    position: relative;
    z-index: 10;
}

.team .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.team .member .pic {
    overflow: hidden;
    padding: 4px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.team .member .pic img {
    border-radius: 4px;
}

.team .member .member-info {
    position: absolute;
    bottom: -80px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 20px 0;
    color: #1a1a1a;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.team .member h4 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
    color: #1a1a1a;
    position: relative;
    padding-bottom: 7px;
}

.team .member h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #1f1daf;
    bottom: 0;
    left: calc(50% - 25px);
}

.team .member span {
    /*font-style: italic;*/
    display: block;
    font-size: 14px;
}

.team .member .social {
    margin-top: 15px;
}

.team .member .social a {
    transition: color 0.3s;
    color: #1a1a1a;
}

.team .member .social a:hover {
    color: #1f1daf;
}

.team .member .social i {
    font-size: 16px;
    margin: 0 2px;
}

@media (max-width: 992px) {
    .team .member {
        margin-bottom: 110px;
    }
}

@media (min-width: 1024px) {
    .team {
        background-attachment: fixed;
    }
}

/*------------------------------------------------------------
location-sec
-----------------------------------------------------------*/
.location-sec div div.section-title {
    padding: 40px;
}

.location-sec div.location-bg {
    /*border-bottom: 4px solid #1d27b4;*/
    background: #fff;
    padding: 1.5rem 2rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.location-sec div.location-bg h5 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #1a1a1a;
}

/*-------------------------------------------------------------
privacy policy,terms-and-conditions, sitemap
--------------------------------------------------------------*/
.privacy-policy-sec {
    text-align: justify;
}

.privacy-policy-sec div div.section-title {
    padding: 40px;
}

.terms-and-conditions-sec {
    text-align: justify;
}

.terms-and-conditions-sec div div.section-title {
    padding: 40px;
}

.sitemap ul.requirement li {
    background-color: aliceblue;
    padding: 0.5rem 3rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.sitemap ul.requirement li i {
    position: absolute;
    left: 14px;
    top: auto;
    font-size: 24px;
    color: #1f1daf;
    line-height: 1;
}

.sitemap a.main-page-link {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #1a1a1a;
}

.sitemap a.main-page-link:hover {
    color: #1f1daf;
}

.sitemap a.main-page-link::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #1f1daf;
    transition: 0.3s;
    content: '';
}

.sitemap a.main-page-link:hover::after {
    left: 0;
    width: 100%;
}

.sitemap ul.main-page-sub-link {
    padding: 1rem 0;
}

.sitemap ul.main-page-sub-link li {
    display: inline-block;
    margin-bottom: 0rem;
    padding: 0.5rem 2.4rem;
    width: 40.33%;
}

.sitemap ul.main-page-sub-link li a {
    color: #1a1a1a;
}

.sitemap ul.main-page-sub-link li a:hover {
    color: #1f1daf;
}

#cookieConsentdiv {
    z-index: 1000;
    position: fixed;
    width: 600px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 30px 20px 30px;
    /*font-family: 'Century Gothic', sans-serif;*/
    box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 30px 30px 0 0;
}

#cookieConsentdiv button {
    background: #1f1daf;
    color: #fff;
    border-radius: 50px;
    border: 0px;
    padding: 0.7rem 2rem;
    font-weight: 500;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    letter-spacing: 0.06em;
    white-space: nowrap;
    transition: 0.3s;
    margin-top: 3%;
}

#cookieConsentdiv button:hover {
    background: #01c4fc;
    background-image: linear-gradient(to left, #01c4fc, #1f1daf);
}

#cookieConsentdiv h3 {
    font-size: 22px;
}

#cookieConsentdiv p {
    font-size: 16px;
}

#cookieConsentdiv a {
    color: gray;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: linear-gradient(to right, #01c4fc, #1f1daf);
    color: #fff;
    font-size: 14px;
    padding: 50px 0 40px 0;
}



#footer ul {
    padding: 0 0 0px;
}

#footer ul li {
    list-style: none;
    text-align: left;
    line-height: 1.8rem;
}

#footer ul li a {
    color: #fff;
}

#footer .lets-call-btn {
    background: #fbde11;
    color: #000000;
    border-radius: 50px;
    padding: 8px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    border: none;
    display: inline-block;
    letter-spacing: 0.06em;
    transition: 0.3s;
}

#footer .lets-call-btn:hover {
    background: transparent;
    background-image: linear-gradient(to right, #01c4fc, #1f1daf);
    color: #fff;
}

#footer .links {
    /*border-top: 1px solid #fff;*/
}

#footer .links a {
    padding: 10px 20px;
    color: #fff;
}

#footer .copyright {
    margin: 15px 0 5px 0;
}

#footer .copyright a {
    color: #fff;
}


/********scrollbar css*********/
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #333;
}

/********************Media query css*****************/

@media (min-width: 1800px) {
    .container {
        max-width: 1640px;
    }

    .location .map-navigation ul li.loc1 {
        left: 16.9%;
        top: 31%;
    }

    .location .map-navigation ul li.loc4 {
        left: 23%;
        top: 44.5%;
    }

    .location .map-navigation ul li.loc3 {
        left: 27.5%;
        top: 39.5%;
    }

    .location .map-navigation ul li.loc5 {
        left: 47%;
        top: 33%;
    }

    .location .map-navigation ul li.loc6 {
        right: 29.6%;
        top: 55%;
    }

    .location .map-navigation ul li.loc8 {
        right: 11.6%;
        bottom: 16%;
    }

    .location .map-navigation ul li.loc10 {
        right: 20%;
        bottom: 36%;
    }

    .contact .php-email-form input {
        height: 60px;
    }

    .contact .php-email-form textarea {
        height: 110px;
    }

    .contact .php-email-form .attachment {
        margin-top: -7.8%;
        margin-right: 1.8%;
    }

    .approach-new .infographic div.icon-approach {
        padding: 30%;
    }
}

@media (min-width: 1920px) {
    .location .map-navigation ul li.loc1 {
        left: 16%;
        top: 30%;
    }

    .location .map-navigation ul li.loc2 {
        left: 15.5%;
        top: 38%;
    }

    .location .map-navigation ul li.loc3 {
        left: 27%;
        top: 39%;
    }

    .location .map-navigation ul li.loc4 {
        left: 22%;
        top: 45%;
    }

    .location .map-navigation ul li.loc5 {
        left: 45%;
        top: 33%;
    }

    .location .map-navigation ul li.loc6 {
        right: 32.2%;
        top: 56%;
    }

    .location .map-navigation ul li.loc7 {
        right: 26%;
        bottom: 37%;
    }

    .location .map-navigation ul li.loc8 {
        right: 14.6%;
        bottom: 15%;
    }

    .location .map-navigation ul li.loc9 {
        right: 8.4%;
        bottom: 10%;
    }

    .location .map-navigation ul li.loc10 {
        right: 23%;
        bottom: 36%;
    }

    #hero1 .hero-content h1 {
        font-size: 4rem;
    }

    #hero1 .hero-content h5 {
        font-size: 2rem;
    }
}

@media (min-width: 1400px) {
    #sub-services .icon-box .icon {
        width: 100px;
        height: 100px;
    }

    #approach .icon-box img {
        width: 8%;
    }

    .error-404 h3 {
        font-size: 38px;
        letter-spacing: 0.08em;
    }
}

@media (min-width: 1025px) {
    #hero-banner-services.aboutus,
    #hero-banner-services.industries,
    #hero-banner-services.devlopment,
    #hero-banner-services.web-development,
    #hero-banner-services.web-design,
    #hero-banner-services.contactus,
    #hero-banner-services.mobile-app,
    #hero-banner-services.it-support,
    #hero-banner-services.cloud-app,
    #hero-banner-services.cloud-computing,
    #hero-banner-services.digital-tranformation,
    #hero-banner-services.cybersecurity,
    #hero-banner-services.managed-it,
    #hero-banner-services.it-consulting,
    #hero-banner-services.ecommerce,
    #hero-banner-services.pwa,
    #hero-banner-services.hybrid,
    #hero-banner-services.custom-app,
    /*#hero-banner-services.web-app,*/
    #hero-banner-services.ios-android

    /*,#hero-banner-services.ui-ux*/
    ,
    #hero-banner-services.ci-cd,
    #hero-banner-services.crm,
    #hero-banner-services.data-trsnformation,
    #hero-banner-services.network-services,
    #hero-banner-services.it-infrastructure,
    #hero-banner-services.cybersecurity-advisory,
    #hero-banner-services.pen-testing,
    #hero-banner-services.cloud-migratory,
    #hero-banner-services.hybrid-solution,
    #hero-banner-services.blog-banner,
    #hero-banner-services.magento,
    #hero-banner-services.openchrt,
    #hero-banner-services.woocommerce,
    #hero-banner-services.shopify,
    #hero-banner-services.big-commerce,
    #hero-banner-services.products-banner,
    #hero-banner-services.our-team,
    #hero-banner-services.content-marketing,
    #hero-banner-services.ppc,
    #hero-banner-services.sem,
    #hero-banner-services.smm,
    #hero-banner-services.local-seo,
    #hero-banner-services.bpo,
    #hero-banner-services.sd-wan,
    #hero-banner-services.process-improvement,
    #hero-banner-services.location {
        background-attachment: fixed;
    }
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (min-width: 768px) {
    #hero {
        display: none !important;
    }
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }

    #what-makes-diff .place_order_counter p {
        margin-left: 21%;
        margin-top: -18%;
    }
}

@media (max-width: 1200px) {
    .los .los-list {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    #hero1 .hero-content {
        position: absolute;
        bottom: 61%;
        left: 38%;
        transform: translate(-50%, -50%);
    }

    #services .nav-item a img:first-child {
        width: 24px;
        height: auto;
        margin-right: 1%;
    }

    #services .nav-item a img.arrow_right {
        display: none;
    }

    #services .nav-item a img.icon-left {
        display: none;
    }

    #services .nav-item {
        margin-bottom: 1.1rem;
        font-size: 14px;
    }

    #services .nav-tabs .nav-link {
        font-size: 16px;
    }

    .location .map-navigation ul li.loc1 {
        left: 17%;
        top: 28%;
    }

    .location .map-navigation ul li.loc2 {
        left: 16.3%;
        top: 36%;
    }

    .location .map-navigation ul li.loc3 {
        left: 27%;
        top: 36.5%;
    }

    .location .map-navigation ul li.loc4 {
        left: 22.5%;
        top: 41.3%;
    }

    .location .map-navigation ul li.loc5 {
        left: 46.5%;
        top: 29.5%;
    }

    .location .map-navigation ul li.loc6 {
        right: 29%;
        top: 51.5%;
    }

    .location .map-navigation ul li.loc7 {
        right: 22.5%;
        bottom: 38%;
    }

    .location .map-navigation ul li.loc8 {
        right: 11%;
        bottom: 17%;
    }

    .location .map-navigation ul li.loc9 {
        right: 4.7%;
        bottom: 11%;
    }

    .location .map-navigation ul li.loc10 {
        right: 19.5%;
        bottom: 36.5%;
    }

    .contact .php-email-form .attachment {
        margin-top: -11.6%;
        margin-right: 2.5%;
    }

    .breadcrumbs {
        /*margin-top: 63px;*/
    }

    #what-makes-diff .place_order_counter p {
        margin-left: 20%;
        margin-top: -18%;
    }

    #join-us .left_align {
        padding-left: 4%;
    }

    .sitemap ul.main-page-sub-link li {
        width: 49.33%;
    }
}

@media (max-width: 1023px) {
    #header {
        border: 0;
        padding: 15px 0;
    }

    #header .lets-call-btn {
        margin: 0 48px 0 0;
        padding: 6px 18px;
    }

    #services .nav {
        display: flex;
        justify-content: center !important;
    }

    #services .nav-item {
        margin-right: 1rem;
    }

    .cta-bg-left {
        display: none;
    }

    #what-makes-diff .place_order_counter p {
        margin-left: 10%;
        margin-top: -7%;
    }

    .blog .sidebar {
        margin: 60px 0 0 0;
    }
}

@media (max-width: 768px) {
    .mobile-nav-toggle {
        right: 18px;
        top: 33px;
    }

    #hero1 .hero-content h1 {
        font-size: 1.7rem;
    }

    #hero1 .hero-content h5 {
        font-size: 1rem;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #services .jumbotron {
        height: auto;
    }

    #services .nav-tabs .nav-link {
        font-size: 15px;
    }

    .location .map-navigation ul li img {
        width: 60%;
    }

    .contact .contact-left-side {
        border: none;
    }

    .contact .php-email-form .form-group {
        padding-left: 0px;
    }

    .location .map-navigation ul li.loc1 {
        left: 17%;
        top: 28%;
    }

    .location .map-navigation ul li.loc2 {
        left: 16.5%;
        top: 35%;
    }

    .location .map-navigation ul li.loc3 {
        left: 27.5%;
        top: 36%;
    }

    .location .map-navigation ul li.loc4 {
        left: 22.5%;
        top: 41%;
    }

    .location .map-navigation ul li.loc5 {
        left: 46%;
        top: 29%;
    }

    .location .map-navigation ul li.loc6 {
        right: 28.4%;
        top: 51%;
    }

    .location .map-navigation ul li.loc7 {
        right: 22.5%;
        bottom: 39%;
    }

    .location .map-navigation ul li.loc8 {
        right: 11%;
        bottom: 17%;
    }

    .location .map-navigation ul li.loc9 {
        right: 4.7%;
        bottom: 12%;
    }

    .location .map-navigation ul li.loc10 {
        right: 19%;
        bottom: 37%;
    }

    .contact .php-email-form .attachment {
        margin-top: -9.9%;
        margin-right: 2.5%;
    }

    .sub-title h4 {
        font-size: 24px;
    }

    #los .los-right {
        padding: 0rem 0rem 0rem 0rem;
    }

    .los-right h6 {
        font-size: 18px;
    }

    #hero-banner-services h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-banner-services h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #cta .ctabg {
        padding: 15px;
    }

    #cta .ctabg h4 {
        text-align: center;
        font-size: 18px;
    }

    #tech-platform .nav-pills .nav-link {
        padding: 0.3rem 0.5rem;
    }

    #approach .icon-box img {
        width: 15%;
    }
}

@media (max-width: 767px) {
    #hero1 {
        display: none !important;
    }

    .error-404 h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .error-404 h3 {
        font-size: 18px;
    }
}

.error-404 .error-img {
    width: 80%;
}

@media (max-width: 568px) {
    .section-title h2 {
        font-size: 30px;
    }

    #services .nav-item a img.icon-left {
        display: initial;
    }

    #services .nav {
        display: initial;
        justify-content: initial;
    }

    #services .nav-item {
        margin-right: 0;
    }

    .contact .php-email-form .form-group {
        padding-left: 0px;
    }

    .contact .php-email-form .attachment {
        margin-top: -21.2%;
    }

    .location .map-navigation ul li img {
        width: 35%;
        height: auto;
    }

    .location .map-navigation ul li.loc1 {
        left: 18%;
        top: 27%;
    }

    .location .map-navigation ul li.loc2 {
        left: 17.5%;
        top: 34%;
    }

    .location .map-navigation ul li.loc3 {
        left: 28%;
        top: 35%;
    }

    .location .map-navigation ul li.loc4 {
        left: 23%;
        top: 40%;
    }

    .location .map-navigation ul li.loc5 {
        left: 46.5%;
        top: 28%;
    }

    .location .map-navigation ul li.loc6 {
        right: 27%;
        top: 50%;
    }

    .location .map-navigation ul li.loc7 {
        right: 21%;
        bottom: 38.4%;
    }

    .location .map-navigation ul li.loc8 {
        right: 9.5%;
        bottom: 17%;
    }

    .location .map-navigation ul li.loc9 {
        right: 3.3%;
        bottom: 13%;
    }

    .location .map-navigation ul li.loc10 {
        right: 17.5%;
        bottom: 38%;
    }

    .swiper-container {
        display: none;
    }

    #industry {
        display: none;
    }

    .sub-title {
        padding-left: 0px;
    }

    .sub-title h4 {
        font-size: 20px;
        text-align: center;
    }

    .sub-title h4::before {
        display: none;
    }

    #what-makes-diff .place_order_counter h4::before {
        font-size: 17px;
        height: 34px;
        width: 34px;
    }

    #what-makes-diff .place_order_counter p {
        margin-left: 15%;
        margin-top: -14%;
    }

    .sitemap ul.main-page-sub-link li {
        width: 100%;
    }

    #approach .icon-box img {
        width: 19%;
    }

    #footer {
        padding: 40px 0 20px 0;
    }

    #footer .links a {
        padding: 10px 8px;
    }
}

@media (max-width: 360px) {
    .location .map-navigation ul li.loc1 {
        left: 18%;
        top: 22%;
    }

    .location .map-navigation ul li.loc2 {
        left: 18%;
        top: 28%;
    }

    .location .map-navigation ul li.loc3 {
        left: 29%;
        top: 28.5%;
    }

    .location .map-navigation ul li.loc4 {
        left: 23%;
        top: 35%;
    }

    .location .map-navigation ul li.loc5 {
        left: 46%;
        top: 23.5%;
    }

    .location .map-navigation ul li.loc6 {
        right: 25%;
        top: 44%;
    }

    .location .map-navigation ul li.loc7 {
        right: 19%;
        bottom: 39.4%;
    }

    .location .map-navigation ul li.loc8 {
        right: 8%;
        bottom: 20%;
    }

    .location .map-navigation ul li.loc9 {
        right: 2%;
        bottom: 14%;
    }

    .location .map-navigation ul li.loc10 {
        right: 16%;
        bottom: 38%;
    }

    .feedback {
        background-color: #31B0D5;
        color: white;
        padding: 10px 20px;
        border-radius: 4px;
        border-color: #46b8da;
    }

    #mybutton {
        position: fixed;
        bottom: -4px;
        right: 10px;
    }


}