*{

}
html, body{
   font-family: 'sen';
   overflow-x: hidden;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('https://use.fontawesome.com/releases/v5.0.6/css/all.css'); 
}

/*Hiring CSS Start*/
/*section.hiring {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0e92c8;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0px 0px 10px #ccc;
}
.hire-content h1 {
    font-family: 'sen';
    font-size: 50px;
}*/
.hiring-inner a {
  position: absolute;
  padding: 0px 30px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  color: #017aae;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font: 700 40px consolas;
  overflow: hidden;
  margin: 20px 0px;
}
.hiring-inner svg {
    width: 100%;
    max-width: 80px;
}

.hiring-inner a span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #017aae, #48a0f0);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.hiring-inner a span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, #017aae, #48a0f0);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.hiring-inner a span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #017aae, #48a0f0);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.hiring-inner a span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, #017aae, #48a0f0);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

/*Applyform Css Start*/
.carrer_info .apply_now {
    color: #fff;
    font-size: 20px;
    padding: 10px 25px;
    float: left;
    box-shadow: 0 4px 0 0 #005075;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    background: linear-gradient(80deg, #017aae -24.93%, #48a0f0 76.34%);
    box-shadow: none;
}
.carrer_info .apply_form {
    float: left;
    width: 100%;
    background: #fff;
    padding: 22px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.carrer_info .apply_form select {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background: transparent;
    color: #666;
    padding: 8px 0 8px 10px;
    border: none;
    text-transform: capitalize;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.carrer_info .apply_form lebel {
    float: left;
    width: 100%;
    color: #666;
    font-size: 16px;
}
.carrer_info .apply_form lebel {
    float: left;
    width: 100%;
    color: #666;
    font-size: 16px;
}
.carrer_info .modal-dialog {
    max-width: 950px;
    margin: 1.75rem auto;
}
.carrer_info .apply_form input, .apply_form textarea {
    background: transparent;
    color: #000;
    padding: 8px 0 8px 15px;
    font-size: 13px;
     border: 1px solid #ddd;
    border-radius: 10px;
}
.carrer_info .apply_form input {
    margin-bottom: 15px;
   /* float: left;*/
    width: 100%;
}
.carrer_info .apply_form textarea {
    margin-bottom: 24px;
    float: left;
    width: 100%;
}
/*.file_att {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}*/
.custom-file-uploader {
  position: relative;
}
.custom-file-uploader input[type=file] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: default;
}
.carrer_info .apply_form button {
    /*position: absolute;*/
    background: linear-gradient(80deg, #017aae -24.93%, #48a0f0 76.34%);
    box-shadow: none;
    color: #fff;
    padding: 13px 39px;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    border:none;
}

#custom-text {
  margin-left: 10px;
  font-family: sans-serif;
  color: #aaa;
}

.carrer_info .submit_form_bttn {
    float: right;
}
.carrer_info .submit_form_bttn input {
    float: right;
    width: auto!important;
    padding: 10px 55px;
     background: linear-gradient(80deg, #017aae -24.93%, #48a0f0 76.34%);
    box-shadow: none;
    cursor: pointer;
    margin: 0;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.carrer_info input.validate\[required\].file_att {
    background: transparent;
}
.modal-header {
    padding: 1rem 2rem;
}
.modal-header h1{
    font-weight: bold;
}

.sweet-overlay{
    z-index: 1070 !important; 
}

/*.apply_form{
    box-shadow: 0 0 20px -9px rgb(0 0 0 / 95%);
}*/
/*Applyform Css End*/


/*Loader*/

.preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: linear-gradient(80deg, #017aae -24.93%, #48a0f0 76.34%);
}
.loader,
.loader:after,
.loader:before {
        height: 100%;
    width: 60%;
    position: absolute;
}
.loader {
        left: 40%;
    margin-left: -20px;
    top: 30%;
    margin-top: -20px;
}
.path {
  stroke-dasharray: 7000;
  stroke-dashoffset: 7000;
  animation: dash 5s linear alternate infinite;
}
@keyframes dash {
  from {
    stroke-dashoffset: 6900;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/*Loader end*/


/*Header Css Start*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  / Safari 4.0 - 8.0 /
  animation: fadeIn 0.3s alternate;
}
.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 3px;
  position: absolute;
  background: #1499d6;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
.main-header.scroll_header {
    background: #fff;
    top: 0;
    box-shadow: 0px 4px 14px 8px #0000000a;
}
.main-header.scroll_header .middle-header:after{
    border-radius: 0px 0px 0px 0px;
}
.main-header {
    position: fixed;
    top: 50px;
    z-index: 999;
    width: 100vw;
    transition: all 300ms ease;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end !important;
    align-items: center;
}
.middle-header{
    position: relative;
}
.middle-header:after {
    content: "";
    background: linear-gradient(80deg, #017aae -24.93%, #48a0f0 76.34%);
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    top: 0;
    width: 52%;
    z-index: -1;
    border-radius: 25px 0px 0px 25px;
}
.main-header .navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: 18px;
    padding: 0px 16px;
}

/*Navbar*/

.mainLogo{
    position: absolute;
    top: 5%;
    width: 100%;
    z-index: 9;
}
.mainLogo img{
    width: 100%;
    max-width: 250px;
}

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
  margin-bottom: 6rem;
}
.heading-primary--main {
  display: block;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 3.5rem;
  margin-right: -3.5rem;
  animation-name: moveInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
.heading-primary--sub {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.75rem;
  margin-right: -1.75rem;
  animation: moveInRight 1s ease-out;
}

.btn, .btn:link, .btn:visited {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 5rem;
  backface-visibility: hidden;
  z-index: 0;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}
.btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5rem;
  z-index: -1;
  transition: all 0.4s;
}
.btn:hover, .btn:focus {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  outline: none;
}
.btn:hover::after, .btn:focus::after {
  opacity: 0;
  transform: scaleX(1.4) scaleY(1.6);
}
.btn:active {
  transform: translateY(-0.1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.btn--white {
  background-color: #fff;
  color: #777;
}
.btn--white::after {
  background-color: #fff;
}
.btn--animated {
  animation: moveInBottom 0.5s ease-out 0.75s backwards;
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInBottom {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navigation__checkbox {
  display: none;
}
.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(100);
}
.navigation__checkbox:checked ~ .navigation__nav {
  transform: translateX(0);
  visibility: initial;
  opacity: 1;
}
.navigation__button {
  position: fixed;
  top: 1.2rem;
  right: 6rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  transform: scale(0.6);
}
.navigation__background {
  position: fixed;
  top: 1.5rem;
  right: 6.5rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-image: linear-gradient(80deg, #017aae -24.93%, #48a0f0 76.34%);
  z-index: 999;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(0.6);
}
.navigation__nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-in, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
/*background-image: url(../images/logoSymbolwhite.svg);*/
background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  list-style: none;
}
.navigation__item {
  margin: 1rem;
  counter-increment: list;
}
/*.navigation__link::before {
  content: "0" counters(list, "");
  padding-right: 1.2rem;
}*/
.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 51%, #fff 50%);
  background-size: 227%;
  transition: all 0.4s;
}
.navigation__link:hover, .navigation__link:active {
  color: #48a0f0;
  background-position: 100%;
  transform: translateX(1rem);
}
.navigation__icon {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 0.5rem;
  top: 37%;
  transition: transform 0.25s ease-in-out;
}
.navigation__icon-span {
  position: absolute;
  height: 0.5rem;
  width: 50%;
  background: #777;
  transition: all 0.5s ease-in;
}
.navigation__icon-span:nth-child(even) {
  left: 50%;
  border-radius: 0 0.9rem 0.9rem 0;
}
.navigation__icon-span:nth-child(odd) {
  left: 0;
  border-radius: 0.9rem 0 0 0.9rem;
}
.navigation__icon-span:nth-child(1), .navigation__icon-span:nth-child(2) {
  transform: translateY(-1rem);
}
.navigation__icon-span:nth-child(5), .navigation__icon-span:nth-child(6) {
  transform: translateY(1rem);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(1), .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(6) {
  transform: rotate(45deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(2), .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(5) {
  transform: rotate(-45deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(2), .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(6) {
  transform-origin: left;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(1), .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(5) {
  transform-origin: right;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.navigation__button:hover .navigation__icon-span:nth-child(3) {
  transform: translateX(-0.3rem) scale(1.1);
}
.navigation__button:hover .navigation__icon-span:nth-child(4) {
  transform: translateX(0.3rem) scale(1.1);
}
.navigation__checkbox:checked + .navigation__button:hover .navigation__icon {
  transform: rotate(180deg);
}


/*Navbar end*/






/*Header Css End*/


/*Banner Css Start*/
.baner-pos-mob {
    display: none;
}
.hero-banner {
    background-image: url(../images/Herobanner.svg);
    background-repeat: no-repeat;
    background-size: 87%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center !important;
    height: 1000px;
    background-position: top right;
    background-color: #f8f8f8;
    position: relative;
}
.hero-banner h1{
    font-weight: bold;
    font-size: 45px;
    color:#1499d6;
    line-height: 60px;
    margin-bottom: 1rem;
}
.hero-banner p{
    font-size: 18px;
    color:#000000;
    font-weight: normal;
}
.hero-banner .get-stared{
    background: linear-gradient(152.75deg, #017aae -24.93%, #48a0f0 76.34%);
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 25px;
    padding: 10px 30px;
}
.banner-pos{
    position: relative;
}
.banner-pos img {
   position: absolute;
    width: 800px;
    /* max-width: 820px; */
    top: 140px;
    left: 30px;
    right: 0px;
}

/*.hero-banner:before{
    content: "";
    background-image: url(../images/logoSymbol.svg);
    width: 100%;
    height: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    background-position: left bottom;
    left: -10%;
     }*/


/*Banner Css End*/

/*About-us Css Start*/
.about-us{
    padding: 5% 0;
}
.about-right {
    width: 100%;
    max-width: 540px;
}
.about-us h5 {
    position: relative;
    left: 39px;
    padding-left: 1rem;
    color: #1499d6;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2rem;
}
.about-us h5:before {
    content: "";
    background: #1499d6;
    position: absolute;
    left: -42px;
    top: 10px;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 5px;
    border-radius: 80px;
}
.about-us h2{
    color: #000;
    font-weight: bold;
    font-size: 40px;
}
.about-us p{
    width: 100%;
    max-width: 535px;
    margin-bottom: 2rem;
    line-height: 35px;
}
.read-more{
    background: linear-gradient(152.75deg, #017aae -24.93%, #48a0f0 76.34%);
    font-weight: 500;
    border-radius: 25px;
    padding: 10px 30px;
}
/*About-us Css End*/

/*Service css Start*/
.Service .row {
    position: relative;
    z-index: 99;
}
.Service{
    padding: 5% 0;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}
.Service:before {
    content: "";
    background-image: url(../images/Vector-circle.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -259px;
    left: 0;
    right: -258px;
    bottom: 0;
    background-size: 25%;
    background-position: top right;
}
.Service:after {
    content: "";
    background-image: url(../images/Vector-plus.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 1%;
    right: 0%;
    bottom: 3%;
    background-size: 10%;
    background-position: bottom left;
}
.Service h5{
    color: #1499d6;
    font-weight: 600;
    text-transform: capitalize;
}
.Service h2{
    color: #000;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5rem;
}
.Service h3{
    color: #4ca2f4;
    font-size: 35px;
    font-weight: bold;
}
.what-item img {
    float: left;
    width: 25%;
    padding: 2%;
    margin-right: 0.3rem;
}
/*Service Css End*/

/*client-feedback Css Start*/
.client-feedback{
    padding: 5% 0 0;
    position: relative;
}
.client-feedback h5{
    color: #1499d6;
    font-weight: 600;
    text-transform: capitalize;
}
.client-feedback h2{
    color: #000;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5rem; 
}
.client-feedback .action{
    display:block;
    margin:50px auto;
    width:100%;
    text-align:center;
}
.client-feedback .action a {
    display:inline-block;
    text-decoration:none;
}
.client-feedback .action a:hover{
    background:#000;
}
.client-feedback .slider-item {
    background: #fff;
}
.client-feedback .slider h3 {
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}
.client-feedback .slider img {
    position: relative;
}
.client-feedback .slider-item {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.client-feedback h6{
    position: relative;
    left: 39px;
    padding-left: 1rem;
    color: #4ca2f4;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2rem;
}
.client-feedback h6:before {
    content: "";
    background: #4ca2f4;
    position: absolute;
    left: -42px;
    top: 10px;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 5px;
    border-radius: 80px;
}
.client-feedback .slick-list.draggable {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    box-shadow: 0px 0px 8px 4px #7e7e7e1a;
    padding-top: 50px;
    padding-bottom: 30px;
    border-radius: 20px;
}
.action img{
     position: absolute;
}
.client-feedback .img1 {
    position: absolute;
    top: 20%;
    left: 10%;
    right: auto;
}
.client-feedback .img2 {
    position: absolute;
    top: 38%;
    left: 20%;
    right: auto;
}
.client-feedback .img3 {
    position: absolute;
    top: 60%;
    left:10%;
    right: auto;
}
.client-feedback .img4 {
    position: absolute;
    right: 20%;
    left: auto;
    top: 20%;
}
.client-feedback .img5 {
    position: absolute;
    right: 28%;
    left: auto;
    top: 38%;
}
.client-feedback .img6 {
    position: absolute;
    right: 20%;
    left: auto;
   top: 60%;
}
/*client-feedback Css End*/

/*Latest-project Css Start*/
.latest-project .container{
    position: relative;
    z-index: 3;
}
.latest-project{
    padding: 3% 0;
    position: relative;
}
.latest-project:after{
   content: "";
    background-image: url(../images/shape1.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-size: 40%;
    background-position: left top;
    background-repeat: no-repeat;
}
.latest-project h5{
    color: #1499d6;
    font-weight: 600;
    text-transform: capitalize;
}
.latest-project h2{
   color: #000;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 2rem; 
}
#container {
    margin: auto;
}
.grid-item {
    display: inline-block;
    height: 259px;
    overflow: hidden;
    text-align: center;
    width: 400px;
    padding: 10px 5px;
}
.grid-item img{
    width:100%;
    height:auto;
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: 0.9s;
}
.grid-item img:hover{
    filter: none;
}
.isotope-pager .pager {
  display: inline-block;
}
.filters {
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
    padding-top:20px;  
}
.filters ul {
    list-style: none;
}
.filters li {
    display: inline-block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.filters li a{
    color: #b6b6b6;
    text-decoration: none;
}
/*.filters li a:hover{
    color:#fff;
}
.filters li:hover {
    box-shadow: -1px 1px 11px rgba(0,0,0,.4);
    border-radius: 15px;
}*/
.filters li.active a{
       color: #4ca2f4;
    border: 1px solid #4ca2f4;
    border-radius: 15px;
    padding: 10px 25px;
}
.isotope-pager a{
  margin: 6px 1px;
    display: inline-block;
    width: 50px;
    line-height: 31px;
    color: #4ca2f4;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: -1px 1px 11px rgb(0 0 0 / 10%);
    border-radius: 25px;
    border: 0.5px solid #4ca2f4;
    text-decoration: none;
}
.isotope-pager a:hover{
  color: #4ca2f4;
  border: .5px solid #4ca2f4;
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
}
.isotope-pager .active{
  color: #fff !important;
    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #4ca2f4;
    border: 1px dotted #4ca2f4;
}
.isotope-pager .prev{
  border-radius: 30px 0 0 30px;
}
.isotope-pager .next{
  border-radius: 0 30px 30px 0;
}
.isotope-pager a::before,.isotope-pager a:after{
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,.prev:after{
  border-right: 20px solid #f1f1f1;
  right: 0;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.grid-item:hover .overlay {
  opacity: 1;
}

.portfolio-banner{
    background-image: url(images/portfolio.jpg);
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 3rem;
}
.portfolio-banner:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000bf;
}
.portfolio-banner h1{
    color: #fff;
    z-index: 99;
    font-weight: bold;
    font-size: 40px;
}
.isotope-pager {
    margin-bottom: 3rem;
}


/*Latest-project Css End*/

/*Counting Css Start*/
.counting-new .container{
    position: relative;
    z-index: 3;
}
.counting-new {
    padding: 5%;
    position: relative;
}

.counting-new:after{
     content: "";
    background-image: url(../images/shape.png);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-size: 40%;
    background-position: right top;
    background-repeat: no-repeat;
}

.counting-new h2{
    color: #000;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5rem;
}
.counting-new h1, 
.counting-new span {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 94px;
    text-align: center;
    text-transform: lowercase;
    color: #1499d6;
}
.counting-new h3{
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.count-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.counting-item.text-center.wow.bounceInDown {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}
/*Counting Css End*/

/*Review Css Start*/
.background {
    background: #1499d6;
    padding: 50px 20px;
    border: 15px solid #ededed;
        align-items: center;
}
.item-review {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 270px;
    padding: 15px;
    display: flex;
    justify-content: space-around;
   align-items: center;
    flex-direction: row;
}
.newww{
    margin: 10px auto;
}
.item-review h5{
    color: #1499d6;
    font-size: 15px;
    font-weight: 700;
}
.item-review h4{
    font-weight: bold;
    color: #000;
    font-size: 30px;
}
.item-review p{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
}
section.review {
    padding: 2% 0% 5%;
}

.item-review img{
    width: 100%;
    max-width: 65px;
}

/*Review Css End*/



/*Logo carousel*/

.techLogo{
    width: 97%;
    margin: 0 auto;
}


.techLogo .slick-track{
    display: flex;
    align-items: center;
}

.techLogo img{

    padding: 0px 50px;
}



/*logo carousel end*/

/*Footer Css Start*/
.footer{
    padding: 5% 0;
    background: #000000;
}
.footerCopy {
    background-color: #000000;
     padding: 1% 0;
}

.footerLine{
    margin: 0;
    height: 2px;
    background: #fff;
}

.footerCopy p{
    margin-bottom: 0;
    text-align: center;
}

.footerCopy p .link{
    color: #1499d6;
    font-weight: bold;
    text-decoration: none;
}

.footer path{
    padding-right: 1rem;
}
.fot-item1 {
    width: 100%;
    max-width: 350px;
}
.footer p{
    width: 100%;
    max-width: 330px;
    display: flex;
}
/*Footer Css End*/

 /*About-us page Css Start*/
    #about-us{
        padding: 5% 0;
    }
.about-banner {
    background-image: url(../images/Business-peoplemarketing.jpg);
    height:600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}
.about-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000bf;
}
.about-banner h1{
   font-weight: bold;
   font-size: 40px;
}
.about-banner h1,
.about-banner p{
    color: #fff;
    z-index: 99;
}
#about-us p{
    margin-bottom: 2rem;
    line-height: 30px;
}
#about-us h2{
    color: #000;
    font-weight: bold;
    font-size: 40px;
}
.contact-btns {
    background: linear-gradient( 152.75deg, #017aae -24.93%, #48a0f0 76.34%);
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 25px;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    margin-top: 1rem;
}
.contact-btns:hover{
    color: #fff;
}
/*About-us page Css End*/

/*Carrer Start*/

.career-banner{
    background-image: url(../images/Business-peoplemarketing.jpg);
    height:600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
} 
.career-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000bf;
} 
.career-banner h1{
   font-weight: bold;
   font-size: 40px;
}
.career-banner h1,
.career-banner p{
    color: #fff;
    z-index: 99;
}
.career-banner p{
    margin-bottom: 2rem;
    line-height: 30px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.career-banner h2{
    color: #000;
    font-weight: bold;
    font-size: 40px;
}
#Carrer{
    padding: 5% 0;
    position: relative;
}
.Current_position_box {
    width: 25%;
    padding: 20px;
    margin: 15px 0;
}
.Current_position_box {
    width: 25%;
    padding: 20px;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
}
.item-career {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.position_icon {
    width: 130px;
    height: 130px;
    margin: 0 auto 1rem;
}
.position_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.item-career a{
    text-decoration: none;
    text-align: center;
}
.item-career h5{
    color: #000;
    font-weight: 600;
    font-size: 24px;
}
.item-career span{
    color: #000;
    font-weight: 500;
}
.apply_now1 {
    background: linear-gradient( 
152.75deg
 , #017aae -24.93%, #48a0f0 76.34%);
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 25px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    margin-top: 1rem;
    font-size: 14px;
}
.apply_now1:hover{
    color: #fff;
}
.care h2{
    font-weight: bold;
    font-size: 40px;
}
.care span{
    margin-bottom: 2rem;
    font-weight: 500;
}
#Carrer:before{
    content: "";
    position: absolute;
    background-image: url(../images/shape1.png);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: 25%;
    background-position: bottom left;
    background-repeat: no-repeat;
    z-index: -1;
}
/*Carrer End*/

/* Web-development Css Start*/
.Wordpress-banner{
    background-image: url(../images/Business-peoplemarketing.jpg);
    height:600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
} 
.Wordpress-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000bf;
} 
.Wordpress-banner h1{
   font-weight: bold;
   font-size: 40px;
   z-index: 99;
   color: #fff;
}
.Wordpress-banner p{
    z-index: 99;
   color: #fff;
}

/* Web-development Css End*/



/*Service Css Start*/
.services-banner{
    background-image: url(../images/service-banner.jpg);
    height:600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}
.services-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000bf;
}
.services-banner h1{
   font-weight: bold;
   font-size: 40px;
   color: #fff;
    z-index: 99;
}
.services-banner p{
   font-weight: normal;
   font-size: 18px;
   color: #fff;
   z-index: 99;
}
.services-inner{
    padding: 5% 0;
}
.services-inner h2{
    font-weight: bold;
    color: #2a90d4;
    margin-bottom: 1rem;
    font-size: 40px;
}
.services-inner p{
    line-height: 30px;
}

/*Service Css End*/

/*Contact us*/
.contact-banner{
    background-image: url(../images/contact-us.jpg);
    height:600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}
.contact-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000bf;
}
.contact-banner h1{
   font-weight: bold;
   font-size: 40px;
   color: #fff;
    z-index: 99;
}
.contact-banner p{
    color: #fff;
    z-index: 99; 
}
.contact-left h2{
    margin-bottom: 2rem;
    z-index: 999;
    position: relative;
}
.Deatils {
    position: relative;
    padding: 5% 0 0;
    overflow: hidden;
    background: #ffffff;
}

.Deatils:after{
    content: "";
    background-image: url(../images/Vector-circle.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -150px;
    left: 0;
    right: -11%;
    bottom: 0;
    background-position: top right;
}

.Deatils .details-inner .row{

    box-shadow: 0px 0px 18px 0px #0000001f;
    border-radius: 25px;
}

.contact-left{
     background: #0079ad;
    padding: 40px 30px;
    color: #fff;
    border-radius: 25px 0px 0px 25px;
    height: 100%;
    position: relative;
}
.contact-left:after {
    content: "";
    background-image: url(../images/wave.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    top: 0px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-repeat: no-repeat;
    background-size: 72%;
}
.contact-right {
    background: #fff;
    border-radius: 0px 25px 25px 0px;
     padding: 30px 30px;
     height: 100%;
}
.details-inner {
    position: relative;
    z-index: 1;
    padding-bottom: 8%;
}
.contact-right form input,
.contact-right textarea {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom:1rem;
}
.contact-right [type="submit"] {
    color: #fff;
    width: 100%;
    max-width: 150px;
    background: linear-gradient( 152.75deg , #017aae -24.93%, #48a0f0 76.34%);
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 25px;
    padding: 10px 20px;
    border: 2px solid #459fee;
}
.contact-left  .list-unstyled {
    padding-left: 0;
    list-style: none;
    z-index: 999999;
    position: relative;
}
/*Contact us end*/
  .carrer_info{
        padding: 5% 0;
    }
    .career_des h2{
        font-weight: bold;
        font-size: 40px;
    } 
 /*BDM Css Start*/
   .bdm-banner {
        background-image: url(../images/Business-peoplemarketing.jpg);
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .bdm-banner:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #000000bf;
    }
    .bdm-banner h1{
        z-index: 99;
        color: #fff;
        font-weight: bold;
        font-size: 40px;
    }
    /*BDM Css End*/

    /*QA Css Start*/
   .Quality-banner {
        background-image: url(../images/Business-peoplemarketing.jpg);
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .Quality-banner:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #000000bf;
    }
    .Quality-banner h1{
        z-index: 99;
        color: #fff;
        font-weight: bold;
        font-size: 40px;
    }
    /*QA Css End*/

    /*Flutter Css Start*/
   .flutter-banner {
        background-image: url(../images/Business-peoplemarketing.jpg);
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .flutter-banner:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #000000bf;
    }
    .flutter-banner h1{
        z-index: 99;
        color: #fff;
        font-weight: bold;
        font-size: 40px;
    }
    /*Flutter Css End*/

    /*react Css Start*/
   .react-banner {
        background-image: url(../images/Business-peoplemarketing.jpg);
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .react-banner:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #000000bf;
    }
    .react-banner h1{
        z-index: 99;
        color: #fff;
        font-weight: bold;
        font-size: 40px;
    }
    /*react Css End*/

    /*node Css Start*/
   .node-banner {
        background-image: url(../images/Business-peoplemarketing.jpg);
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .node-banner:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #000000bf;
    }
    .node-banner h1{
        z-index: 99;
        color: #fff;
        font-weight: bold;
        font-size: 40px;
    }
    /*node Css End*/

     /*Designer Css Start*/
   .Designer-banner {
        background-image: url(../images/Business-peoplemarketing.jpg);
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .Designer-banner:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #000000bf;
    }
    .Designer-banner h1{
        z-index: 99;
        color: #fff;
        font-weight: bold;
        font-size: 40px;
    }
    /*Designer Css End*/

    /*PHP Css Start*/
   .php-developer-banner {
        background-image: url(../images/Business-peoplemarketing.jpg);
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .php-developer-banner:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #000000bf;
    }
    .php-developer-banner h1{
        z-index: 99;
        color: #fff;
        font-weight: bold;
        font-size: 40px;
    }
    /*PHP Css End*/


/*Media Query Css Start*/
@media screen and (max-width:1440px){
    .navbar-light .navbar-nav .nav-link {
        color: rgb(255 255 255);
        font-size: 18px;
        padding: 0px 14px;
    }

    .hero-banner {
       background-image: url(../images/Herobanner.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center !important;
        height: 910px;
        background-position: top right;
    }
    .banner-pos img {
           position: absolute;
    width: 100%;
    max-width: 820px;
    top: 60px;
    left: inherit;
    right: 140px;
    }
}

@media screen and (max-width:1366px){
    .main-header .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        padding: 0px 13px;
    }
    .banner-pos img {
        top: 80px;
    right: 80px;
    }
   
    .contact-banner,
    .career-banner,
    .services-banner {
        height: 500px;
    }
    .client-feedback .img1,
    .client-feedback .img3 {
        left: 5%;
    }
    .client-feedback .img2 {
        left: 16%;
    }
    .client-feedback .img4,
    .client-feedback .img6 {
        right: 13%;
    }
    .client-feedback .img5 {
        right: 24%;
    }
    .counting-new h1, .counting-new span {
        font-size: 60px;
    }
    .counting-new h3 {
        font-size: 18px;
}
}

@media screen and (max-width:1280px){
  
    .banner-pos img {
         top: 30px;
    }
}

@media screen and (max-width: 1199px){
    .hero-banner {
        height: 720px;
    }
    .banner-pos img {
        top:135px;
    }
    
    .main-header .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0px 10px;
    }
     .client-feedback .img2 {
        left: 5%;
    }
    .client-feedback .img5 {
        right: 13%;
    }
     .hiring-inner a {
      padding: 0px 10px;
      font-size: 35px;
    }
}

@media screen and (max-width:1024px){
    .banner-pos img {
        top: 45px;
    }
    .Service:before {
        content: "";
        right: -168px;
    }
    .hiring-inner a {
      padding: 0px 10px;
    }
}

@media screen and (max-width:991px){
    .navigation__list{
        transform:translate(-50%, -50%) scale(0.6);
    }

    .navigation__button{
        right: 0;
    }
    .navigation__background{
        right: 12px;
    }

    .mainLogo img{
        max-width: 200px;
    }

    .carrer_info .submit_form_bttn input,
    .carrer_info .submit_form_bttn {
        float: none;
    }
    .carrer_info .submit_form_bttn input{
        margin-top: 2rem;
    }
    .loader {
        left: 35%;
        margin-left: -20px;
        top: 30%;
        margin-top: -20px;
    }
    .loader, .loader:after, .loader:before {
        height: 100%;
        width: 80%;
        position: absolute;
    }

    .baner-pos-mob {
        display: block;
    }
    .baner-pos-mob img{
        width: auto;
        height: 83px;
        margin: 10px 10px;
    }
    .baner-pos-mob {
        margin: 0 auto;
        text-align: center;
        padding-bottom: 0rem;
        padding-top: 5rem;
        position: relative;
        z-index: 2;
        margin-top: 20px;
    }
    .hero-banner h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 1rem;
    }
    .banner-pos {
        display: none;
    }

    .hero-banner {
        height: 100vh;
        background-image:url(../images/heroBann.jpg) ;
        background-size: cover;
        position: relative;
    }

    .hero-banner .left-content{
        position: relative;
        z-index: 2;
     }


    .hero-banner .left-content h1, .hero-banner .left-content p{
        color: #fff;
        text-align: center;
    }
    .hero-banner:after{
        content: "";
        position: absolute;
        z-index: 1;
        background: #000000b8;
        width: 100%;
        height: 100%;
    }
    .hero-banner .get-stared{
        background: #fff;
        color: #48a0f0 !important;
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 250px;
    }
    .client-feedback .action {
        display: none;
    }
    .services-inner .col-md-6{
        width: 100%;
    }
    .middle-header:after{
        content: none;
    }
    .Deatils:after{
        content: none;
    }
    .contact-banner,
    .career-banner,
    .services-banner,
    .Wordpress-banner,
    .php-developer-banner,
    .bdm-banner,
    .Quality-banner,
    .flutter-banner,
    .react-banner,
    .node-banner,
    .Designer-banner {
        height: 400px;
    }
    .care h2 {
        font-size: 30px;
    }
    .main-header {
        top: 0px;
        background: #ffffff;
    }
    .main-header .navbar-light .navbar-nav .nav-link {
        color: rgb(10 10 10);
        font-size: 18px;
        padding: 0px 0px; 
        margin-bottom: 1rem;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: rgb(30 29 29);
    }
    div#collapsibleNavbar {
        border-top: 2px solid #128dc3;
        margin-top: 1rem;
        padding-top: 1rem;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .about-right {
        width: 100%;
        max-width: 100%;
    }
    .about-us h2 {
        font-size: 30px;
    }
    .about-us p {
        line-height: 30px;
        font-size: 15px;
        max-width: 100%;
    }
    .Current_position_box {
        width: 50%;
    }
    .contact-left h2{
        font-size: 23px;
    }
    .contact-left p{
        font-size: 14px;
    }
    .contact-left {
        padding: 22px 30px;
    }
    .oder2 {
        order: 2;
    }
    .order1{
        order: 1;
    }
    .Service:before,
    .Service:after{
        content: none;
    }
    .what-item {
        margin-bottom: 3rem;
    }
    .what-item img {
        float: left;
        width: auto;
        padding: 0;
        margin-right: 0.3rem;
    }
     .portfolio-banner{
        height: 400px;
    }
    .navbar-collapse .navbar-nav{
       line-height: 60px;
        align-items: center;
        padding-top: 7rem;
        padding-bottom: 20rem;
    }
    .navbar-collapse .navbar-nav .nav-link{
       font-size: 22px !important;
       font-weight: 600;
    }
    .hiring-inner a {
    position: absolute;
    padding: 0px 10px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 40%);
    color: #017aae;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font: 700 25px consolas;
    overflow: hidden;
    margin: 20px 0px;
    top: 530px;
    background: #fff;
}
.hiring-inner svg {
    width: 100%;
    max-width: 34px;
    height: 60px;
}
.hiring-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

}


@media screen and (max-width:767px){
 .hiring-inner a {
    position: absolute;
    padding: 0px 10px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 40%);
    color: #017aae;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font: 700 25px consolas;
    overflow: hidden;
    margin: 20px 0px;
    top: 460px;
    background: #fff;
}

    .baner-pos-mob img {
        height: 55px;
    }
    .client-feedback .slider-item {
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        padding: 0px 20px;
    }
  /*  .client-feedback .slick-list.draggable{
        padding-bottom: 0px;
    }*/
    .client-feedback h6{
        margin-bottom: 0px;
    }
    .client-feedback,
    .Service,
    .about-us {
        padding: 10% 0;
    } 
    .filters {
        overflow: scroll;
    }   
    .filter-button-group ul {
         padding: 0px;
        display: flex;
        flex-direction: row;
        width: 900px;
        margin-bottom: 0;
    }
    .grid-item {
        padding: 30px 5px;
    }
    .counting-new {
        padding: 5% 2%;
    }
    .counting-new h2,
    .latest-project h2,
    .client-feedback h2,
    .Service h2 {
        font-size: 30px;
        margin-bottom: 1rem;
    }
    .Service h3 {
        font-size: 30px;
    }
    .counting-new h1, .counting-new span {
        font-size: 50px;
    }
    .counting-new h3 {
        font-size: 18px;
    }
    .techLogo img {
        padding: 0px 20px;
    }
    #gallery {
        padding: 5% 0;
    }
    .item-review {
        margin-bottom: 1rem;
    }
    .services-banner p {    
        font-size: 15px;
    }
    .details-inner {
        background: #fff;
        padding: 0px 12px;
        border-radius: 25px;
    }
    .hero-banner h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .hero-banner p {
        font-size: 15px;
    }
    .hero-banner .get-stared {
        font-size: 12px;
    }
    .about-right {
        margin-top: 2rem;
        margin-left: 0;
    }
    .about-us h2 {
        font-size: 30px;
    }
     .Current_position_box {
        width: 100%;
    }
}

@media screen and (max-width:480px){
    .grid-item{
        width: 300px;
    }
    .baner-pos-mob img {
        height: 45px;
    }
}


@media screen and (min-width: 992px) and (max-width: 1024px) {
  .item-review img {
      max-width: 55px;
  }
}
/*Media Query Css End*/