body {
  font-family: "Lato", sans-serif;
  color: #444444;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Lato", sans-serif;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 33px;
  vertical-align: text-top;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation 
*/

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #3498db;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #3498db;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  /* display: none; */
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #3498db;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #3498db;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.slider-one,
.slider-two,
.slider-three {
  background: url(../img/service.png);
  width: 100%;
  background-size: cover;
  height: 700px;
  padding-top: 9%;
}

.slider-title {
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 6%;
}

.slider-descrtion {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 40px;
}

.hero-slider .carousel-control-next,
.hero-slider .carousel-control-prev {
  width: 7%;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.service-head{
  text-align: left;
  color: white;
  transform: translateY(50%);
}

.challenges-title{
  padding-bottom: 2%;
}
.portfolio-detail{
  margin-top: 35px;
}
.blog-title{
  margin-top: 20px;
}

.starter{
  padding-bottom: 20px;
}
.content-main{
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 2%;
}
.main-content{
  padding-top: 0;
  padding-bottom: 40px;
}
.main-author{
  padding-top: 0;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: none;
  position: relative;
  color: #222222;
}

/* .section-title h2::before,
.section-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #2c90e4;
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
} */

.section-title p {
  margin: 15px 0 0 0;
  font-size: 24px;
}

/* Brand */

.brand {
  display: flex;
}

.Marquee {
  /* background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url(../img/cta-bg.jpg) fixed center center; */
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  font-weight: 200;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Marquee-content {
  display: flex;
  animation: marquee 10s linear infinite running;
}

.Marquee-content:hover {
  animation-play-state: paused;
}

.Marquee-tag {
  width: 200px;
  margin: 0 0.5em;
  padding: 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.Marquee-tag img {
  width: 100px;
}

.main-stack{
  text-align: center;
  margin-left: 420px;
}

.teck-stack-img img{
  max-width: 200px;
  height: 150px;
}

@media screen and (max-width: 992px){
  .teck-main-stack{
      text-align: center;
  }
}

.tech-stack{
  text-align: center;
}
.Marquee-tag:hover {
  transform: scale(1.1);
  cursor: pointer;
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

/* Brand End */

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content p {
  line-height: 30px;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
  text-align: center;
}

.about .content ul li {
  padding-right: 20px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3498db;
  line-height: 1;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
  padding-top: 0px !important;
}
.features{
  margin-top: 4%;
}
.counts-image{
  margin-top: 5%;
}

.counts .content .count-box {
  padding: 00px 00px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  width: 100%;
  min-height: auto;
  margin: 0px 6px 34px 6px;
}

.counts .content .title-box{
  margin: 0px 0 24px 0;
  margin-top: 4%;
  min-height: 150px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}

@media screen and (max-width: 992px){
  .counts .content .title-box{
    min-height: 220px;
  }
}

@media screen and (max-width: 768px){
  .counts .content .title-box{
    min-height: 300px;
  }
}

.counts .content .title-box p {
  color: #222222;
  line-height: 14px;
  padding: 0 20px;
  font-size: 16px;
  transform: translateY(50px);
}

.counts .content .title-box .title-detail{
  padding: 10px 20px;
}
.counts .content .title-box .p-below{
  font-weight: 600;
  font-size: 18px;
}

.counts .content .count-box i {
  display: inline-block;
  font-size: 46px;
  color: #fff;
  line-height: 0;
  padding: 20px;
  background: #2c90e4;
}

.counts .content .count-box h3 {
  font-size: 24px;
  font-weight: 600;
  padding: 00px 10px 10px 10px;
  margin: 20px 0;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}

.counts .content .features-box h3{
  font-size: 24px;
  font-weight: 600;
  padding: 00px 10px 10px 10px;
  margin: 20px 0;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
}
.counts .content .count-box p {
  color: #868686;
  padding: 0px 35px 33px 35px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.counts .content .features-box p{
  color: #868686;
  padding: 0px 35px 0px 20px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.counts .content .features-box .feature-heading-p{
  color: #2C90E4;
  padding: 25px 0px 0px 20px;
}
.counts .content .features-box .feature-title-p{
  color: black;
  padding: 10px 0px 0px 20px;
  font-size: 18px;
  margin: 0;
}

/* Futures */

#futures section {
  padding: 0px;
}

.futures-section .future-box {
  padding: 20px;
  /* box-shadow: 0 0 20px -5px rgb(0 0 0 / 15%); */
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 25px;
  transition: all 0.1s ease-out 0s;
  text-align: center;
}

.futures-section .future-box span {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  margin: 20px 0;
  color: #434175;
}

.futures-section .future-box i {
  font-size: 40px;
  color: #3498db;
  display: block;
  margin-bottom: 15px;
}

.futures-section .future-box:hover {
  box-shadow: 0 4px 14px -4px rgb(0 0 0 / 20%);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.niva-service {
  transition: all 0.3s ease-in-out;
  margin: 4em 0 2.25em;
  height: 16.5em;
}

/*====================challenges===============================*/
.niva-challenge{
  padding: 0px 0px 10px 5px;
}

.niva-challenge .challenge-heading{
  font-size: 22px;
  text-align: left;
  color: black;
}
.niva-challenge .challenge-list{
  padding: 0 10px;
  color: #222222;
  font-size: 16px;
}

/*====================content===============================*/
.niva-starter .challenge-heading{
  font-size: 22px;
  text-align: left;
  color: black;
}
.niva-starter .starter-list{
  padding: 0 5px;
  color: #222222;
  font-size: 16px;
}


.content-row{
  margin: 10px 0;
}

.niva-challenge .content-heading{
  font-size: 23px;
  text-align: left;
  color: black;
}
.niva-challenge .content-list{
  padding: 0 5px;
  color: #222222;
  font-size: 16px;
}

.niva-challenge .content-responsibility{
  padding: 0 15px 0 15px;
}
.niva-challenge .content-responsibility .content-title{
  font-size: 21px;
  color: black;
}
.niva-challenge .content-responsibility .content{
  color: #666666;
  font-size: 16px;
}

.niva-challenge .content-apply{
  padding: 15px 0 0 20px;
}
.niva-challenge .content-apply .content a{
  text-decoration: none;
  color: white;
  font-weight: 600;
}
.niva-challenge .content-apply .content a span{
  background-color: #3AAFA9;
  padding: 16px 25px;
  border-radius: 1px;
  transition: all 0.1s;
}
.niva-challenge .content-apply .content a span:hover{
  opacity: 0.9;
}


.niva-service .service {
  padding: 30px 0 20px;
  background-color: #fff;
  box-shadow: 3px 3px 12px #0000001a;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 3px;
}

.niva-service .service .service_link {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 146px;
}

.niva-service .service .service-header {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
  padding: 0 25px;
  height: 51px;
  transition: all 0.3s ease-in-out;
}

.niva-service .service .img-wrapper {
  position: absolute;
  left: 0;
  top: -4.05em;
  background: #2c90e4;
  padding: 22px 15px;
  width: 80px;
  height: auto;
  -webkit-box-shadow: 3px 3px 12px #0000001a;
  box-shadow: 3px 3px 12px #0000001a;
  min-height: 7em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1400px){
  .niva-service .service .img-wrapper-3{
    top: -3.14em;
  }
}
@media screen and (max-width: 1200px){
  .niva-service .service .img-wrapper-3{
    min-height: 4em;
    top: -2.45em;
  }
  .niva-service .service .img-wrapper-2{
    min-height: 4em;
    top: -3.25em;
  }
  .niva-service .service .img-wrapper-1{
    min-height: 4em;
  }
}
@media screen and (max-width: 992px){
  .niva-service .service .img-wrapper-3{
    top: -3.20em;
  }
}
@media screen and (max-width: 768px){
  .niva-service .service .img-wrapper-3{
    top: -4.00em;
  }
  .niva-service .service .img-wrapper-2{
    top: -4.00em;
  }
}
@media screen and (max-width: 430px){
  .niva-service .service .img-wrapper-3{
    top: -3.20em;
  }
}
@media screen and (max-width: 374px){
  .niva-service .service .img-wrapper-2{
    top: -3.20em;
  }
}

.niva-service .service .img-wrapper::before {
  content: "";
  position: absolute;
  width: 6em;
  height: 6em;
  background: #2c90e4;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.niva-service .service .img-wrapper img {
  width: 2.65em;
  height: 2.65em;
  display: block;
  margin: 0 auto;
}

.niva-service .service .heading {
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0.2px;
  font-weight: 700;
  margin: 0 auto;
  white-space: normal;
  font-size: 16px;
  margin-left: 15px;
  padding-left: 3.95em;
  padding-right: 53px;
  position: relative;
  top: -7px;
  transition: all 0.3s ease-in-out;
}

.niva-service .service .info {
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #000;
  opacity: 0.87;
  line-height: 1.65;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 25px;
}

.niva-service:hover {
  z-index: 1;
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
  transition: all 0.3s ease-in-out;
}

.niva-service:hover .service .service-header {
  margin-bottom: 2em;
  min-height: 15px;
}

.niva-service:hover .service .img-wrapper {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.niva-service:hover .service .img-wrapper::before {
  top: -0.75em;
  left: -0.75em;
  opacity: 0.35;
}

.niva-service:hover .service .img-wrapper img {
  margin-left: 1em;
}

.niva-service:hover .service .heading {
  display: flex;
  align-items: center;
  position: absolute;
  left: auto;
  right: 0;
  top: -4.05em;
  background: transparent;
  padding: 30px 75px 30px 15px;
  width: 68%;
  height: 7em;
  box-shadow: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/* Process We Follow */

.Process-Section .process-inner-box {
  min-height: 280px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
  position: relative;
}

.Process-main-box {
  margin-bottom: 80px;
}

.process-inner-box .process-counter {
  position: absolute;
  top: 0px;
  right: 5px;
  color: gray;
  opacity: 0.5;
  font-size: 32px;
  transition: 0.5s ease;
}

.process-inner-box:hover .process-counter {
  opacity: 0.3;
  font-size: 20px;
}

.process-inner-box .process-squere {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -40px;
  left: 0px;
  right: 0px;
  background: #2c90e4;
  box-shadow: 1px 3px 11px #80808063;
  transition: 0.5s ease;
  opacity: 0;
  margin: 0 auto;
  text-align: center;
}

.process-inner-box .process-icon i {
  position: absolute;
  top: 50px;
  /* left: 100px; */
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 111px;
  color: #2c90e4;
  transition: 0.5s ease;
}

.process-inner-box .process-title {
  font-size: 22px;
  text-align: center;
  font-style: normal;
  transition: 0.5s ease;
  position: absolute;
  top: 174px;
  width: 100%;
  left: 15px;
  right: 0;
  color: rgba(0, 0, 0, 0.85);
}

.process-description {
  font-size: 18px;
  text-align: center;
  font-style: normal;
  transition: 0.5s ease;
  position: absolute;
  top: 130px;
  width: 100%;
  left: 3px;
  right: 0;
  padding: 0px 18px;
  opacity: 0;
}

.process-inner-box:hover .process-squere {
  opacity: 1;
}

.process-inner-box:hover .process-icon i {
  top: -28px;
  /* left: 118px; */
  left: 0px;
  right: 0px;
  font-size: 60px;
  color: #fff;
  transition: 0.5s ease;
}

.process-inner-box:hover .process-title {
  top: 73px;
}

.process-inner-box:hover .process-description {
  opacity: 1;
}

/* End Process We Follow */

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.client-r{
  background-color: rgba(9, 132, 196, 0.2);
}

.service-h{
  background-color: #2C90E4;
}
.service-h > h2{
  color: white;
}

.silk-testimonaial .container {
  margin: 0 auto;
  padding: 40px;
}
.silk-testimonaial .client-r-container{
  margin: 0 auto;
  padding: 10px;
}

.silk-testimonaial .slick-slide {
  text-align: center;
  color: #000;
}

.silk-testimonaial .slider-main .client-image img {
  display: block;
  border-radius: 50%;
  height: 130px;
  width: 130px;
  margin: 0 auto;
}

.silk-testimonaial .slider-main .testimonial-title p {
  font-size: 20px;
  padding-top: 25px;
  font-weight: 500;
}

.silk-testimonaial .slider-main .client-rating {
  margin-bottom: 20px;
}

.silk-testimonaial .slider-main .client-rating i {
  color: #f3bb00;
}

.silk-testimonaial .slider-main .testimonial-text {
  text-align: center;
  font-size: 16px;
  padding: 0px 40px;
}

.silk-testimonaial .slick-arrow {
  width: 40px;
  height: 40px;
  background: #777777;
  transition: 0.3s ease;
}

.silk-testimonaial .slick-arrow:hover {
  background: #2c90e4;
}

.silk-testimonaial .slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "\f105";
}

.silk-testimonaial .slick-prev:before {
  content: "\f104";
}

.silk-testimonaial .slick-next:before,
.silk-testimonaial .slick-prev:before {
  opacity: 1;
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 19px;
  font-size: 31px;
}

.silk-testimonaial .slick-dots li {
  background: #777777;
  width: 30px;
  height: 8px;
}

.silk-testimonaial .slick-dots li.slick-active {
  background: #2c90e4;
}

.silk-testimonaial .slick-dots li button::before {
  content: "";
  width: 0px;
  height: 0px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  position: relative;
}

.portfolio #portfolio-flters li::before {
  position: absolute;
  content: "";
  background: #b5b5b5;
  width: 50%;
  height: 2px;
  bottom: -5px;
  transition: all 0.3s;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#portfolio-flters li button {
  border: none;
  background-color: transparent;
}

#portfolio-flters li:hover button{
  border: none;
  background-color: transparent;
  color: white;
  font-weight: 600;
}

.portfolio #portfolio-flters li.filter-active:before {
  background: transparent;
}

.portfolio #portfolio-flters li:hover::before {
  width: 100%;
  background: #2c90e4;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #2c90e4;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio_box {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  display: block;
  transition: all 0.3s linear 0s;
  overflow: hidden;
  cursor: pointer;
  /* max-width: 360px; */
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #666 !important;
  font-weight: normal;
}

.portfolio_box figure {
  position: relative;
  background: #000;
  overflow: hidden;
  height: 100%;
}

.portfolio_box figure img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s linear 0s;
  opacity: 1;
}

.portfolio_autoheight {
  height: 110px;
}

.portfolio_box h2 a {
  color: #222222;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 600 !important;
}

.portfolio_box:hover h2 a {
  color: #2c90e4;
}

.portfolio_box .decor {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  content: "";
  background: #dddddd;
  border-radius: 3px;
  overflow: hidden;
}

.portfolio_box .decor:after {
  position: absolute;
  left: -100%;
  bottom: 0;
  height: 5px;
  width: 100%;
  content: "";
  background: #2c90e4;
  border-radius: 3px;
  transition: all 0.3s linear 0s;
}

.portfolio_box:hover figure img {
  transform: scale(1.1);
  opacity: 0.7;
}

.portfolio_box:hover .decor:after {
  left: 0;
}

/* Portfolio Page */

.porfolio-category .porfolio-category-list {
  border: 1px solid rgb(221, 221, 221);
  padding: 20px 20px 10px;
  margin: 20px 0px;
}

.porfolio-category-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.porfolio-category-list ul li {
  display: inline-block;
}

.porfolio-category-list ul li a {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 8px 10px;
  border-radius: 0;
  color: #222222;
  text-align: center;
  margin-right: 6px;
  font-weight: normal;
  margin-bottom: 10px;
}

.porfolio-category-list ul li .active {
  background-color: #2c90e4;
  color: #ffffff;
}

.porfolio-category-list ul li .active:hover {
  color: #ffffff;
}

.porfolio-category-list ul li a:hover {
  color: #ffffff;
  background-color: #2c90e4;
}

.porfolio-dropdown {
  margin: 20px 0px;
}

.porfolio-dropdown select {
  border-radius: 0px;
}

/* Industries We serve */

#Industries section {
  padding: 0px;
}

.Industries-main {
  width: 100%;
  min-height: 360px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-top: 83px;
}

.Industries-main::before {
  content: "";
  height: 200px;
  width: 64%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 18%;
  z-index: -2;
}

.Industries-main::after {
  content: "";
  height: 200px;
  width: 80%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 43px;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform 0.8s;
}

.Industries-main:hover .Industries-service {
  transform: translateY(-30px);
}

.Industries-main:hover::after {
  transform: translateY(-15px);
}

.Industries-service {
  /* background: #fff;
  padding: 15px 8px 50px 8px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform 0.8s;
  border: 1px solid #cbcbcb; */
  background: #fff;
  padding: 15px 8px 16px 8px;
  border-radius: 10px;
  position: relative;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform 0.8s;
  border: 1px solid #cbcbcb;
  min-height: 316px;
}

.Industries-service-logo {
  width: 84px;
  height: 84px;
  margin: -65px auto 0;
  background: #ffffff;
  border: 1px solid #3498db;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-color{
  color: #3498db;
}

.Industries-service h4 {
  color: #3498db;
  font-weight: 600;
}

.Industries-service-logo img {
  transition: transform 1s;
}

.Industries-service h4 {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  font-size: 19px;
  font-family: "Montserrat";
  padding: 25px 0px;
  font-weight: 500;
}

.Industries-service p {
  background: #fff;
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: #6a6d6f;
  font-family: "poppins";
}

/* End Industries We serve */

/* letest Blog */

#blog #blog-inner {
  padding: 0px;
}

.blog-inner .blog-box .blog-link .blog-image img {
  width: 100%;
}

.blog-inner .blog-box {
  margin-bottom: 40px;
}

.blog-link .blog-caption {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
  margin: 30px 0 20px 0;
  min-height: 48px;
}

.blog-link .blog-date-time {
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  color: #999999;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  display: block;
}

.blog-link .blog-arrow i {
  color: #2c90e4;
  font-size: 29px;
  transition: all 0.7s;
}

.blog-link:hover .blog-arrow i {
  margin-left: 10px;
  transition: all 0.5s;
}

/* Blog Page */

.blog-category .blog-category-list {
  padding: 0px 20px 20px 0px;
}

.blog-category-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-category-list ul li {
  display: inline-block;
  padding: 0px 8px;
}

.blog-category-list ul li a {
  display: inline-block;
  background: #ffffff;
  border-radius: 0;
  color: #222222;
  text-align: center;
  margin-right: 6px;
  font-weight: normal;
  margin-bottom: 14px;
}

.blog-category-list ul li a:hover {
  color: #2c90e4;
}

.blog-category-list ul li a.active {
  border-bottom: 2px solid #000;
  color: #2c90e4;
}

.blog-search {
  position: relative;
  border: 1px solid #ced4da;
}

.blog-search .form-control {
  width: 90%;
  border: none;
}

.blog-search .form-control:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.blog-search .fa-search {
  position: absolute;
  top: 9px;
  right: 12px;
}

/* letest end Blog */

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #3498db;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #3498db;
}

.contact .social-links a:hover {
  background: #3498db;
  color: #fff;
}

.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #3498db;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.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 .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #3498db;
}

.contact .php-email-form button[type="submit"] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #2383c4;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Service Detail Page */

.about-service-hero{
  background: url(../img/about-1.jpg);
}
.career-service-hero{
  background: url(../img/career.png);
}
.contact-service-hero{
  background: url(../img/contact-2.jpg);
}
.portfolio-service-hero{
  background: url(../img/portfolio-1.jpg);
}
.service-web-development-service-hero{
  background: url(../img/web-development-1.jpg);
}
.service-mobile-development-service-hero{
  background: url(../img/app-development-2.png);
}
.service-web-design-service-hero{
  background: url(../img/web-design-2.jpg);
}
.blog-service-hero{
  background: url(../img/service.png);
}

#Service-hero {
  background-size: cover;
  height: 500px;
  width: 100%;
  background-attachment: fixed;
}

#Service-hero .service-title {
  padding-top: 90px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* Technology Tab  */

.technologys{
  background-color: rgba(241, 241, 241, 0.8);
}

.technologys .technology-nav .nav-tabs {
  margin: 0 auto;
  text-align: center;
  width: 24%;
  border-bottom: none;
}

.technology-nav .nav-tabs .nav-link {
  color: #000;
  width: 33.33%;
}

.technology-nav .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #3498db;
  border-color: none;
  border-radius: 0px;
}

/* Four Colume  */

.technologys-content .technology {
  clear: both;
  width: 100%;
  margin: auto;
  padding: 0 100px;
}

.technologys-content .technology ul {
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.technologys-content .technology ul li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  padding: 0 45px;
}

.technologys-content .technology ul li .technology-img {
  padding: 50px 0;
  border-top: 1px solid #e0e0e0;
}

.technologys-content .technology ul li .technology-img img {
  max-width: 100%;
  height: auto;
}

.technologys-content .technology ul li .tech-im img
{
  height: 100px;
}

.technologys-content .technology ul li:after {
  position: absolute;
  content: "";
  top: 45px;
  bottom: 60px;
  right: 0;
  width: 1px;
  height: 143px;
  background-color: #e0e0e0;
}

.technologys-content .technology ul li:nth-child(4):after,
.technologys-content .technology ul li:nth-child(8):after {
  width: 0px;
}

.technology ul li:first-of-type .technology-img,
.technology ul li:nth-child(3) .technology-img,
.technology ul li:nth-child(4) .technology-img,
.technology ul li:nth-of-type(2) .technology-img {
  border: none;
}

/* three Colume  */

.technologys-content .technology-3 {
  clear: both;
  width: 100%;
  margin: auto;
  padding: 0 100px;
}

.technologys-content .technology-3 ul {
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.technologys-content .technology-3 ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  position: relative;
  padding: 0 45px;
}

.technologys-content .technology-3 ul li .technology-img {
  padding: 50px 0;
  border-top: 1px solid #e0e0e0;
}

.technologys-content .technology-3 ul li .technology-img img {
  max-width: 100%;
  height: auto;
  width: 200px;
}

.technologys-content .technology-3 ul li:after {
  position: absolute;
  content: "";
  top: 45px;
  bottom: 60px;
  right: 0;
  width: 1px;
  height: 163px;
  background-color: #e0e0e0;
}

.technologys-content .technology-3 ul li:nth-child(3):after,
.technologys-content .technology-3 ul li:nth-child(6):after {
  width: 0px;
}

.technology-3 ul li:first-of-type .technology-img,
.technology-3 ul li:nth-child(3) .technology-img,
.technology-3 ul li:nth-of-type(2) .technology-img {
  border: none;
}

/* Blog  */

.blog{
  padding: 10px 0;
}
.blog-img-main{
  background: url(../img/career-1.png);
  border-radius: 4px;
  height: 500px;
  padding: 0px 30px;
}


/* Get in touch  */
.get-in-touch-main {
  background: url(../img/dream-project-bg.webp);
  color: #fff;
  border-radius: 7px;
  height: 300px;
  padding: 0px 30px;
}

.getintouch-content p {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}

.getintouch-content h4 {
  font-size: 44px;
  line-height: 54px;
  color: #fff;
  line-height: 54px;
  margin-top: 10px;
}

.getintouch-btn {
  padding: 16px 28px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border: none;
  margin-top: -15px;
}

.ml-auto {
  margin-left: auto;
}

/* Faq */

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion-item a {
  color: #7288a2;
}

.accordion-item a:hover {
  color: #03b5d2;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #03b5d2;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.accordion-item {
  border: none;
}

/* About us page */

.mision-vision-row {
  margin-top: 20px;
}

.vision-mission .belive-left-title {
  display: block;
  line-height: 100px;
  padding: 0 0 0 35px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 1200px){
  .vision-mission .belive-title {
    display: none;
  }
  .vision-mission .belive-desc-main {
    width: 100%;
    margin: 0;
  }
}

.vision-mission .belive-right-title {
  display: block;
  font-size: 30px;
  margin-bottom: 12px;
  text-align: center;
}

.vision-mission .belive-desc {
  display: block;
  padding: 0 0 0 35px;
  font-size: 18px;
  margin-bottom: 2px;
  text-align: center;
}

/* Project Counter */

.col-mt-75 {
  margin-top: 70px;
}

.wpos-about-box {
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
  background: #fff;
  padding: 26px 10px;
  height: 240px !important;
  text-align: center;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 24%;
}

.pro-counter-title {
  padding-top: 20px;
  color: #2c90e4;
  font-weight: bold;
}

.wpos-about-box p {
  color: #666666 !important;
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 400;
}

/* Core Value */

.corevalue-box {
  width: 250px;
  height: 250px;
  border-radius: 10px;
  border-bottom: 2px solid transparent;
  position: relative;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  padding-top: 50px;
}

.corevalue-box p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.corevalue-box:hover {
  width: 250px;
  height: 250px;
  border-radius: 10px;
  border-bottom: 10px solid #2c90e4;
  box-shadow: 0 0 4px 6px rgb(0 0 0 / 2%);
}

.core-icon {
  display: block;
}

/* Our team  */

.meetteam img {
  width: 100%;
}

.teammates {
  margin-top: 25px;
}

.team-content {
  display: inline-block;
  border-bottom: 3px solid #000;
}

.shadow-box {
  box-shadow: 0 0 20px -5px rgb(0 0 0 / 15%);
  border-radius: 10px;
  background-color: #fff;
  min-height: 327px;
}

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

.text-red {
  color: #dc2e3d;
}

.p-15 {
  padding: 15px;
}

.team-name {
  font-size: 21px;
  margin-top: 10px;
}

.team-position {
  font-size: 16px;
  margin-top: 10px;
}

/* Corporate social  */

.corporate-social .section-title {
  text-align: left;
}

.corporate-social .image-slider {
  width: 100%;
  height: 500px;
  margin: 0;
  /* width: 685px; */
}

.corporate-social .image-slider .social-image {
  height: 50%;
  width: 50%;
  float: left;
}

.corporate-social .image-slider .social-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: inherit;
}

/* Client Logo slider */

/* Slider */

.client-logos .slick-slide {
  margin: 0px 20px;
}

.client-logos .slick-slide img {
  width: 100%;
}

.client-logos .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.client-logos .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.client-logos .slick-list:focus {
  outline: none;
}

.client-logos .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.client-logos .slick-slider .slick-track,
.client-logos .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.client-logos .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.client-logos .slick-track:before,
.client-logos .slick-track:after {
  display: table;
  content: "";
}

.client-logos .slick-track:after {
  clear: both;
}

.client-logos .slick-loading .slick-track {
  visibility: hidden;
}

.client-logos .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.client-logos [dir="rtl"] .slick-slide {
  float: right;
}

.client-logos .slick-slide img {
  display: block;
}

.client-logos .slick-slide.slick-loading img {
  display: none;
}

.client-logos .slick-slide.dragging img {
  pointer-events: none;
}

.client-logos .slick-initialized .slick-slide {
  display: block;
}

.client-logos .slick-loading .slick-slide {
  visibility: hidden;
}

.client-logos .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.client-logos .slick-arrow.slick-hidden {
  display: block;
}

/* .client-logos .slick-next:before, 
.client-logos .slick-prev:before{
  background: #777777;
} */

.client-logos .slick-next:before {
  content: "\f105";
}

.client-logos .slick-prev:before {
  content: "\f104";
}

.client-logos .slick-next:before,
.client-logos .slick-prev:before {
  opacity: 1;
  color: #2c90e4;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 19px;
  font-size: 31px;
}

/* Inquery Form  */

.inquery-from .section-title {
  text-align: left;
}

.inquery-form-main {
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
  padding: 50px;
  max-width: 500px;
}

.inquery-form-main .form-group {
  margin-bottom: 20px;
}

.inquery-form-main input,
.inquery-form-main textarea {
  border-bottom: 1px solid #10375c !important;
  border: none;
  border-radius: 0px;
}

.inquery-form-main .inquery-btn {
  background: #2c90e4;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 15px;
}

.inquery-form-main .form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

/* inshight */

.abt-insight-collage {
  display: block;
  padding: 0 10px;
  width: 100%;
  margin: 0px 0 0;
}

.abt-insight-col-lg {
  width: 50%;
  float: left;
  position: relative;
}

.abt-insight-col-lg .col-sm-6,
.abt-insight-col-lg .col-sm-12,
.abt-insight-col-sm .col-sm-12 {
  padding: 0;
  float: left;
}

.abt-insight-blk {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}

.abt-insight-blk i {
  width: 100%;
  height: 435px;
  display: block;
  position: relative;
  overflow: hidden;
}

.abt-insight-blk i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.abt-insight-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
}

.abt-insight-ttl {
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.abt-insight-cont p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  min-height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.abt-insight-col-sm {
  width: 25%;
  float: left;
  position: relative;
}

.abt-award-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(#dcdcdc, #fdfdfd);
  height: 435px;
  padding: 20px;
}

.abt-award-img img {
  width: auto !important;
  display: block;
}

.abt-insight-sm i {
  height: 435px;
}

.abt-insight-ttl a {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: absolute;
  top: -12px;
  right: 0;
}

.abt-insight-blk:hover .abt-insight-ttl a {
  opacity: 1;
}

.abt-insight-blk:hover i img {
  transform: scale(1.05);
  filter: grayscale(0.8);
}

.client-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}

.client-overlay p {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}

.client-overlay small {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  display: block;
  margin-top: 5px;
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .abt-insight-col-lg {
    width: 100%;
  }
}

/* Currentopening */

.currentopen-left {
  display: block;
  background: #f5f5f5;
  border-radius: 10px;
  padding-bottom: 30px;
  overflow: hidden;
  border: 1px solid #eee;
}

.currentopen-left .currentleft-title {
  text-decoration: none;
  font-size: 24px;
  line-height: 26px;
  color: #000;
  border-bottom: 1px solid #eee;
  padding: 20px 40px;
  background: #fff;
  margin-bottom: 0px;
}

.currentopen-left .nav-link {
  border: none;
  text-align: left;
  padding-left: 42px;
  color: #666;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 42px 12px 42px;
}

.currentopen-left .nav-link.active {
  background: #fff;
  color: #2c90e4;
  box-shadow: 0 6px 11.04px 0.96px rgb(0 0 0 / 6%);
  font-weight: bold;
}

.opning-list {
  display: block;
  border: 1px solid #eee;
  padding: 30px 42px;
  margin-bottom: 50px;
  position: relative;
  border-radius: 10px;
  float: left;
  width: 100%;
  background: #fff;
}

#current-opening .cunt-opning-sec .opning-list h3 {
  font-size: 24px;
  line-height: 26px;
  color: #222;
  margin-bottom: 15px;
}

.opning-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.opning-list li {
  margin: 0 50px 0 0;
  padding: 0;
  list-style: none;
  width: auto;
  font-size: 20px;
  line-height: 30px;
  color: #666;
  float: left;
}

.opning-list li span {
  font-size: 20px;
  color: #222;
}

.opning-list li:last-child {
  float: right;
  position: relative;
  margin: 0;
  text-align: right;
}

.opning-list li:last-child span {
  position: absolute;
  top: -45px;
  font-size: 44px;
  right: 60px;
}

.opning-list li:last-child:before {
  background: url(../img/opening-search-icon.webp) no-repeat right top;
  width: 50px;
  height: 45px;
  content: "";
  position: absolute;
  right: 5px;
  top: -50px;
}

.opning-list p {
  font-size: 20px;
  line-height: 36px;
  color: #222;
  margin-bottom: 34px;
}

.opning-list a.read-more {
  display: inline-block;
  min-width: 140px;
  line-height: 56px;
  text-align: center;
  border: 1px solid #2c90e4;
  color: #2c90e4;
  border-radius: 4px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  height: 57px;
  float: right;
}

.opning-list:hover {
  border: 1px solid#2c90e4;
  box-shadow: 0 9px 21.84px 4.16px rgb(0 0 0 / 8%);
}

.opning-list:hover h3 {
  color: #2c90e4;
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .opning-list {
    padding: 15px;
  }
  .opning-list h3 a {
    font-size: 18px;
    line-height: 22px;
  }
  .opning-list ul {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .opning-list li {
    width: 100%;
    font-size: 16px;
  }
  .opning-list li span {
    font-size: 16px;
  }
  .opning-list p {
    font-size: 16px;
    line-height: 24px;
  }
  .opning-list a.read-more {
    padding: 10px 30px;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    right: 50px;
  }
  .opning-list li:last-child:before {
    background: transparent;
    width: 0px;
    height: 0px;
    position: relative;
  }
  .opning-list li:last-child {
    float: left;
    position: relative;
    margin: 0;
    text-align: left;
  }
  li:last-child span {
    position: relative !important;
    top: 0 !important;
    font-size: 16px !important;
    right: auto !important;
  }
}

/* Hiring Process */

#Hiring .how-to-content {
  display: flex;
}

@media screen and (max-width: 1200px){
  #Hiring .how-to-content {
    display: block;
    text-align: center;
  }
  .how-to-content .start-step {
    width: 154px;
    margin: 0 12px;
  }
  .how-to-start .how-to-content .arrow-line {
    display: none;
  }
}

.how-to-content .start-step {
  display: inline-block;
  position: relative;
  margin: 40px 30px;
  width: 197px;
  min-height: 227px;
  text-align: center;
  padding: 20px 10px;
  position: relative;
}

.how-to-start .process-step.yellow-bor {
  border-color: #f4bd00;
}

.how-to-start .process-step {
  width: 150px;
  height: 150px;
  display: block;
  border: 2px dashed #0a56f5;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 20px;
}

.process-step img {
  display: block;
  margin: 20px auto;
}

.icon-hire-dedi-31:before {
  content: "\e92a";
}

.start-step h3.heading-3 {
  display: block;
  margin: 40px 0 30px;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: bold;
}

.how-to-start .arrow-line {
  display: block;
  position: absolute;
  width: 115px;
  height: 52px;
}

.how-to-start .arrow-line1 {
  top: 100px;
  right: -90px;
  background: url(../img/hire-yellow-line.webp) no-repeat top center;
}

.arrow-line2 {
  top: 80px;
  right: -90px;
  background: url(../img/hire-blue-line.webp) no-repeat top center;
}

.arrow-line3 {
  top: 80px;
  right: -90px;
  background: url(../img/hire-purple-line.webp) no-repeat top center;
}

.arrow-line4 {
  top: 80px;
  right: -90px;
  background: url(../img/hire-green-line.webp) no-repeat top center;
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .how-to-content {
    display: flex;
    flex-wrap: wrap;
  }
  .how-to-start .start-step {
    display: flex;
    width: 33.33%;
    margin: 0;
    padding: 0 5px;
    min-height: inherit;
    float: left;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .how-to-start .process-step {
    width: 80px;
    line-height: 80px;
    height: 80px;
    float: left;
    margin: 0 0 20px;
  }
  .how-to-start .process-step img {
    margin: 10px auto;
  }
  .how-to-start .start-step h3.heading-3 {
    font-size: 15px;
    line-height: 22px;
    padding: 0;
    margin: 0;
  }
  .how-to-start .arrow-line {
    display: none;
  }
}

/* Opportunicy */

.current-value .value-img {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.value-img img {
  width: 100%;
  max-width: 100%;
}

.value-img .ttl-hd {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left;
  padding: 0 40px;
  transition: all ease-in-out 0.7s;
  height: 75px;
  overflow: hidden;
  transform: translate(0, -105px);
}

.value-img .ttl-hd .diversity-ttl {
  font-size: 30px;
  color: #fffefe;
  line-height: 36px;
  font-weight: bold;
}

.value-img .ttl-hd p {
  font-size: 18px;
  color: #fffefe;
  line-height: 24px;
  margin: 15px 0 0;
}

.current-value .value-img:hover .ttl-hd {
  height: 220px;
  transform: translate(0, -220px);
}

/* Contact Us page  */

#contactus-page .section-title {
  text-align: left;
}

/*  Global Offices */

.office-box .office-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.office-box .office-image img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.office-box .office-image:hover img {
  transform: scale(1.1);
}

.office-details .office-contry {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3rem;
  line-height: 20px;
  margin-bottom: 15px;
}

.office-details .office-name {
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0;
}

.office-details .office-location {
  font-size: 16px;
  line-height: 20px;
  color: #565656;
  margin-bottom: 2px;
}

/* Let's Talk  */

.contactdetail i {
  font-size: 20px;
  display: inline-block;
  padding-top: 3px;
}

.contactdetail .phoneicon {
  font-size: 30px;
}

.contactdetail p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}

.contactdetail span {
  font-size: 16px;
  margin-bottom: 25px;
  display: block;
}

/* Company life */

.compnaylife-images img {
  width: 100%;
  display: inline-block;
}

.compnaylife-images .first-image {
  margin-bottom: 18px;
}

.compnaylife-images .third-image {
  height: 446px;
  width: 99%;
}

.compnaylife-images .colume-custome {
  padding: 0px 9px;
}

/* Footer */

#footer {
  background: #fff;
  padding: 60px 0px;
  color: #000;
  box-shadow: 0 0 5px black;
}

.footer-header h3 {
  padding-bottom: 15px;
}
.footer-logo h3{
  font-size: 27px;
}
.footer-logo img {
  width: 20px;
}

.footer-links a {
  display: block;
  color: #000;
}

.footer-links a {
  padding-bottom: 10px;
}

.footer-links a span {
  font-weight: bold;
}

/* Copyright */

.copyright {
  background: #2c90e4;
  color: #fff;
  padding: 10px 0px;
}

.copyright a {
  padding: 6px 10px;
  font-size: 18px;
  color: #fff;
  transition: all 0.2s ease;
}

.copyright a:hover {
  background: #fff;
  color: #2c90e4;
}


/*============================
Get in touch================*/
.form-div{
  position: fixed;
  top: 60%;
  transform: translateY(-40%);
  width: 45px;
  height: 170px;
  background: white;
  padding: 10px 20px 20px 20px !important; 
  z-index: 9999;
  border-radius: 2px;
}
.form-div .toggle-sticky{
  position: absolute;
  height: 171px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background: #2c90e4;
  left: -3px;
  top: 40%;
  line-height: 68px;
  transform: translateY(-40%);
  border-radius: 2px;
}
.toggle-sticky .toggle-a{
  text-decoration: none;
  color: white;
}
.toggle-sticky .sticky-a span.sticky-btn{
  color: white;
  display: block;
  transform: rotate(-90deg);
  width: 150px;
  height: 100%;
  font-size: 16px;
  z-index: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Mobile view */

@media screen and (max-width: 767px) {
  #header .logo h1 {
    font-size: 24px;
  }
  section {
    padding: 50px 0px 10px 0px;
  }
  .slider-title {
    font-size: 34px;
  }
  .slider-descrtion {
    font-size: 18px;
    padding-bottom: 17px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .section-title p {
    font-size: 18px;
  }
  /* Who we are */
  .counts .content .count-box {
    margin: 0px 0px 33px 0px;
    min-height: auto;
  }
  .counts .content .count-box p {
    padding: 0px 20px 33px 20px;
  }
  /* Key future */
  #futures #Futures-inner,
  #Industries #Industries-inner {
    padding: 10px 0px 10px 0px;
  }
  /* Creative Service */
  .niva-service {
    margin: 1em 0 2.25em;
  }
  /* Process We Foloow  */
  .Process-main-box {
    margin-bottom: 72px;
  }
  /* Industries */
  .Industries-service {
    top: 80px;
    padding: 15px 8px 11px 8px;
    min-height: 285px;
  }
  .Industries-main {
    margin-top: 0;
    margin-bottom: 28px;
  }
  /* brochurre */
  .get-in-touch-main {
    padding: 20px 6px;
    height: 264px;
  }
  .getintouch-content p {
    font-size: 17px;
    line-height: 23px;
  }
  .getintouch-content h4 {
    font-size: 19px;
  }
  .col-auto.ml-auto {
    margin: 0 auto;
  }
  .Process-Section .process-inner-box {
    min-height: 237px;
  }
  #Service-hero {
    height: 300px;
  }
  .technologys .technology-nav .nav-tabs {
    width: 100%;
  }
  .technologys-content .technology ul li:after,
  .technologys-content .technology-3 ul li:after {
    display: none;
  }
  .technologys-content .technology,
  .technologys-content .technology-3 {
    padding: 0px 0px;
  }
  .technologys-content .technology ul li,
  .technologys-content .technology-3 ul li {
    padding: 0px 2px;
    width: 50%;
  }
  .technologys-content .technology ul li .technology-img,
  .technologys-content .technology-3 ul li .technology-img {
    padding: 9px 0;
    border: none;
  }
  .abt-insight-col-sm {
    width: 100%;
  }
  .inquery-form-main {
    padding: 22px;
  }
  .corporate-social .image-slider {
    width: auto;
    height: auto;
  }
  #client-logos .slick-prev {
    left: -10px;
  }
  #client-logos .slick-next {
    right: -11px;
  }
  #project-counter .col-mt-75 {
    margin-top: 0px;
  }
  #project-counter .wpos-about-box{
    margin-bottom: 50px;
  }
  .corevalue-box {
    width: 100%;
  }
  .corevalue-box,.corevalue-box:hover{
    height: 204px;
  }
}
.value-img .ttl-hd .diversity-ttl {
    font-size: 17px;
    line-height: 28px;
}

/* Iped View */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section {
    padding: 50px 0px 10px 0px;
  }
  .carousel-item img {
    width: 400px;
  }
  .slider-title {
    font-size: 33px;
  }
  .slider-descrtion {
    font-size: 13px;
    line-height: 24px;
  }
  .slider-one,
  .slider-two,
  .slider-three {
    height: 450px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .section-title p {
    margin: 15px 0 0 0;
    font-size: 16px;
  }
  .counts .content .count-box p {
    padding: 0px 15px 33px 15px;
  }
  .Industries-service {
    padding: 15px 8px 5px 8px;
    min-height: 382px;
  }
  .getintouch-content h4 {
    font-size: 38px;
  }
  .col-auto.ml-auto {
    margin: 0 auto;
  }
  #Hiring .how-to-content {
    display: block;
  }
  .how-to-content .start-step {
    width: 154px;
    margin: 0 12px;
  }
  .how-to-start .arrow-line {
    display: none;
  }
  .value-img .ttl-hd {
    padding: 0 10px;
  }
  .value-img .ttl-hd .diversity-ttl {
    font-size: 20px;
    line-height: 29px;
  }
  .compnaylife-images .third-image {
    height: 300px;
  }
  .team-name {
    font-size: 19px;
  }
  .shadow-box {
    min-height: 220px;
  }
  .inquery-form-main {
    padding: 16px;
  }
  .footer-header h3,
  .footer-logo h3 {
    font-size: 17px;
  }
  .technologys-content .technology ul li,
  .technologys-content .technology-3 ul li {
    padding: 0px 2px;
    width: 50%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .section-title p {
    font-size: 20px;
  }
  .Industries-service {
    padding: 15px 8px 12px 8px;
    /* min-height: 361px; */
    min-height: 326px;
  }
  .Industries-service p {
    font-size: 13px;
  }
  .technologys .technology-nav .nav-tabs {
    width: 36%;
  }
  .Process-Section .process-inner-box {
    min-height: 295px;
  }
  .getintouch-content h4 {
    font-size: 40px;
  }
  .compnaylife-images .third-image {
    height: 395px;
  }
  .wp-block-image .aligncenter {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-image .aligncenter{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-header h3,
  .footer-logo h3 {
    font-size: 21px;
  }
}

@media screen and (max-width: 992px){
  .wp-block-image .aligncenter {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px){
  .wp-block-image .aligncenter {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}