/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  cursor: default;
}

/* 
 
 --color-default: #1a1f24;
 --color-default-rgb: 26, 31, 36;

 --color-secondary: #1d4d75

 
 --color-links: #0ea2bd;
 --color-links-hover: #1ec3e0;

 
 --color-primary: #0ea2bd;
 --color-primary-light: #1ec3e0;
 --color-primary-dark: #0189a1;

 --color-primary-rgb: 14, 162, 189;
 --color-primary-light-rgb: 30, 195, 224;
 --color-primary-dark-rgb: 1, 137, 161;

 
 --color-secondary: #485664;
 --color-secondary-light: #8f9fae;
 --color-secondary-dark: #3a4753;

 --color-secondary-rgb: 72, 86, 100;
 --color-secondary-light-rgb: 143, 159, 174;
 --color-secondary-dark-rgb: 58, 71, 83;  */
/* html,body{
  overflow: hidden;
  
} */
body {
  font-family: "Nunito" !important;
  color: #444444;
  /* position: relative; */
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito" !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  overflow: hidden;
}

.header.header-scrolled {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0074bf;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
  text-decoration: none;
}

.header a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  /* margin-bottom: auto; */
  /* position: absolute; */
}

.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-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0074bf;
  white-space: nowrap;
  transition: 0.3s;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #003249;
  text-decoration: none;
}
.hamburger {
  display: none;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

*/

/**
* Mobile Navigation 
*/
.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}

@media only screen and (max-width: 991px) {
  .nav-menu {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 20px;
    right: -100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
    padding: 0;
    background-color: lightgrey;
    /* z-index: 111; */
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  }

  .btn-contact {
    text-align: center;
    background-color: #0074bf;
    color: white;
  }

  .active {
    right: 0;
    /* z-index: 1111; */
    transition: 0.2s ease;
    display: block;
  }

  .nav-link {
    margin: 5px 0;
  }

  .hamburger {
    display: none;
    cursor: pointer;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  margin: 0;
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #2a3b4b;
  /* text-transform: uppercase; */
}

.section-header h3 {
  font-weight: 700;
}

.section-header p {
  margin: 0 auto;
  color: #404c57;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 50vh;
  overflow: hidden;
}

.header-title {
  color: black;
}

.title-tag {
  color: #0074bf;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 900;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 10px 0;
  font-size: 26px;
}

.hero h3 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 24px;
}
.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
#hero .btn-get-started {
  color: #32475e;
  border-radius: 50px;
  padding: 10px 30px 10px 24px;
  color: #fff;
  background: #0074bf;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
}
.hero .hero-img {
  animation: up-down 3s ease-in-out infinite alternate-reverse both;
}

.anim-img-reveal__scale {
  -webkit-transition: 1.5s cubic-bezier(0.225, 1, 0.316, 0.99);
  -o-transition: 1.5s cubic-bezier(0.225, 1, 0.316, 0.99);
  transition: 1.5s cubic-bezier(0.225, 1, 0.316, 0.99);
}

.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.hero .my-float {
  margin-top: 10px;
}
.hero .whats-app:hover {
  background-color: #1c9148;
  /* }
.hero .whats-app:hover { */
  color: #fff !important;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about .section-header a {
  color: #1d4d75;
  text-decoration: none;
}
.about .aboutus-content .content {
  font-size: 14px;
}
.aboutus-content h1 {
  color: #0074bf;
}

.aboutus-content .sub-content {
  font-size: 20px;
  font-weight: bold;
}
.aboutus-images.gallery {
  margin: auto;
}
.aboutus-content .content {
  text-align: left;
  font-size: 8px;
}
.aboutus-images img {
  max-width: 100%;
}
.about .gallery__img {
  width: 45%;
  border-radius: 35px;
  padding: 10px;
}

.about-us-image-container {
  width: 40% !important;
  float: left;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  background-color: #f8f9fa;
}
.services .img-wrapper {
  position: relative;
  display: block;
}
.services .icon {
  border-radius: 8px;
  overflow: hidden;
  height: 80px;
}

.services .icon img {
  object-fit: cover;
  transition: 0.6s;
  height: 80px;
  width: 80px;
}
.services .default_img {
  opacity: 0.85;
}

.services .hover_img {
  display: none;
}
.services .details:hover {
  cursor: pointer;
  background-color: #fff;
}
.services .details:hover .hover_img {
  display: inline;
}
.services .details:hover .default_img {
  display: none;
}

.services .details {
  padding: 35px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  min-height: 180px;
  z-index: 1;
  border-radius: 50px;
}

.services .details h1 {
  font-weight: 700;
  margin: 20px 5px 5px 5px;
  font-size: 22px;
  color: #000 !important;
}

.services .details:hover h1 {
  font-weight: bolder !important;
  color: #0074bf !important;
}
.services .details p {
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  color: #858585;
  /* display: none; */
  -webkit-transition: width 3s;
  transition: width 3s;

  /* transition: 0.5s; */
}
.services .details:hover p {
  color: #000;
}
.services a {
  text-decoration: none;
}
/*--------------------------------------------------------------
# Portfolio page
--------------------------------------------------------------*/
.features {
  background-color: #f5fbff;
}
.portfolio-hero-wrapper {
  background-color: #0074bf09;
}
.portfolio-hero-text {
  position: absolute;
  width: 80% !important;
  top: 45vh;
  left: 50%;
  transform: translate(-50%, -50%);
}
.portfolio-hero-image {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  opacity: 0.4;
}
.list {
  counter-reset: item;
  list-style-type: none;
}
.list li h4 {
  font-weight: 600;
}
.list li {
  font-size: 18px;
  font-weight: 500;
  padding-left: 5px;
}
.list li:before {
  content: counter(item) " ";
  counter-increment: item;
  display: inline-block;
  color: white;
  top: 1.2em;
  margin-top: -1em;
  background: #0074bf;
  height: 40px;
  width: 40px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  margin-bottom: 15px;
  margin-right: 10px;
  padding-top: 10px;
}
.list li::after {
  padding-right: 10px;
}
.list li span {
  display: block;
}
.deliverables .tech-icon {
  margin: 25px;
}
.deliverables .tech-icons {
  background-color: #f7f7f8;
  color: #000;
  padding: 25px 45px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 10px;
}
.clientreview .card {
  background-color: #f5fbff;
  border-radius: 15px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.clientreview .company-wrapper {
  padding: 10px;
  margin: auto 0px;
}
.clientreview .img-wrapper {
  height: 90px;
  width: 90px;
  background-color: #fff;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.client-right-align {
  float: right;
  clear: right;
}
.clientreview .company-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: fill;
}
.clientreview .client-subtext {
  font-size: 14px;
  padding-left: 20px;
}
.clientreview .client-content {
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
}
.clientreview .client-name {
  font-size: 22px;
  font-weight: bold;
}
/*--------------------------------------------------------------
# Technology  Slider
--------------------------------------------------------------*/
.tech-slider {
  margin: 0 0 50px 0;
}
.tech-slider .container {
  /* width: 80%; */
  margin: 0 auto;
  /* padding: 40px; */
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

.client-slider {
  padding-top: 70px;
  padding-bottom: 40px;
  display: flex;
}

/***
====================================================================
	Portfolio Section 
====================================================================

***/
.portfolio {
  position: relative;
  background-color: #f8f9fa;
}
.portfolio-card {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 50px 10px;
  margin: 30px 0px;
}

.portfolio .portfolio-card h1 {
  font-size: 2em;
  margin-top: 20px;
  color: #000000 !important;
}
.portfolio .portfolio-card h4 {
  font-weight: 900;
  color: #1f1f1f;
  margin-top: 20px;
  font-size: 20px;
}
.portfolio .portfolio-card p {
  color: #777777 !important;
  line-height: 1.8rem;
  margin-top: 20px;
}
.website-pack-preview.laptop {
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  margin-top: 50px;
}

.website-pack-preview {
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}

.website-pack-preview span {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.website-pack-preview span img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top;
}

.portfolio-image {
  padding: 32px;
  -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 24px;
}

.portfolio-image:first-of-type {
  margin-top: 0;
}
/* Protfolio Image Scroll */

.website-pack-preview span:first-child {
  width: 220px;
  z-index: 3;
}
.website-pack-preview span:nth-child(2) {
  left: 75px;
}
.website-pack-preview span:nth-child(3) {
  right: 75px;
}
.website-pack-preview span:nth-child(2),
.website-pack-preview span:nth-child(3) {
  position: absolute;
  top: 35px;
  width: 200px;
  /* height: 200px; */
  z-index: 2;
}
.portfolio-card:hover .website-pack-preview span:first-child {
  width: 220px;
}
.portfolio-card:hover .website-pack-preview span:nth-child(2) {
  left: 10px;
  width: 200px;
}
.portfolio-card:hover .website-pack-preview span:nth-child(3) {
  width: 200px;
  right: 10px;
}

.portfolio-desc {
  padding: 20px;
}

/* For Web App Screens */

.website-pack-preview.laptop span:first-child {
  width: 350px;
  z-index: 3;
}
.website-pack-preview.laptop span:nth-child(2) {
  left: 25px;
}
.website-pack-preview.laptop span:nth-child(3) {
  right: 25px;
}
.website-pack-preview.laptop span:nth-child(2),
.website-pack-preview.laptop span:nth-child(3) {
  position: absolute;
  width: 300px;
  /* height: 200px; */
  z-index: 2;
}
.website-pack-preview.laptop:hover span:first-child {
  width: 350px;
}
.website-pack-preview.laptop:hover span:nth-child(2) {
  left: 0;
  width: 300px;
}
.website-pack-preview.laptop:hover span:nth-child(3) {
  width: 300px;
  right: 0;
}

.portfolio-link {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.portfolio-tags {
  background-color: rgba(0, 116, 191, 0.15);
  padding: 10px 25px !important;
  border-radius: 1rem;
  color: #000000 !important;
  font-weight: bold !important;
  margin: 5px;
  font-size: 16px !important;
}
.explore-more {
  display: flex;
  justify-content: center;
}
.explore-more a {
  display: inline-block;
  margin: 20px 0 0 0 !important;
  font-size: 14px;
  padding: 5px 20px 5px 18px !important;
  border-radius: 5px;
  color: #0074bf;
  background-color: #fff;
  border: 0.5px solid #0074bf;
}
.explore-more a span {
  padding: 4px 8px 4px 4px;
}
.explore-more a:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0074bf;
}

/*
.explore-more:hover::after {
  height: 10px;
  width: 90%;
  background-color: #000;
  bottom: -0.2em;
}
.explore-more {
  display: inline-block;
  position: relative;
}
.explore-more h4::after {
  content: "";
  height: 1px;
  width: 50%;
  background-color: #0074bf;
  position: absolute;
  bottom: -0.3em;
  left: 90%;
  transform: translate(-50%);
  border-radius: 50px;
  transition: width 0.3s ease;
}

.explore-more:hover h4::after {
  content: "";
  height: 4px;
  width: 90%;
  background-color: #0074bf;
  position: absolute;
  bottom: -0.3em;
  transform: translate(-50%);
  border-radius: 50px;
} */

.mfp-wrap {
  width: 60% !important;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  height: 90% !important;
  top: 0;
  bottom: 0;
  -webkit-height: 90% !important;
  -moz-height: 90% !important;
  -o-height: 90% !important;
  transform: translateY(5%);
  overflow: hidden auto;
  -webkit-overflow: hidden auto;
  -moz-overflow: hidden auto;
  -o-overflow: hidden auto !important;
  position: fixed;
}

.mfp-wrap::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.mfp-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.mfp-wrap::-webkit-scrollbar-thumb {
  background: #003249;
}

/* Handle on hover */
.mfp-wrap::-webkit-scrollbar-thumb:hover {
  background: #003249;
}

.mfp-img {
  max-height: fit-content !important;
  padding-top: 0 !important;
}

.mfp-arrow {
  position: fixed;
}

/*.mfp-arrow-left { left: 0%; height: 100%; top: 60px; width: 30%; cursor:url(../images/left-arrow.png), auto !important; }
.mfp-arrow-right { right: 0%; height: 100%;top: 60px; width: 30%; cursor:url(../images/right-arrow.png), auto !important; }*/
.mfp-arrow-left {
  left: 0%;
}

.mfp-arrow-right {
  right: 0%;
}

.mfp-close {
  display: none !important;
}

/*
.mfp-ready:hover {
  cursor: url("images/cross.png"), auto !important;
}
*/

.mfp-arrow:before {
  border: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #003249;
}

.mfp-arrow-left:after {
  border-right: 17px solid #003249;
}

.mfp-container {
  padding: 0px;
}

/*** 

====================================================================
	CTA Section Two
====================================================================

***/
.cta-section .contact-form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-form h4 {
  font-weight: 700;
}

.contact-card {
  position: absolute;
  left: 150px;
  width: 650px;
  border: none;
  border-radius: 10px;
}
.cta-section .btn-call {
  background-color: #0074bf;
  color: white;
  display: inline-block;
  padding: 10px 45px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
.cta-section .btn-call:hover {
  color: white;
}
.cta-section .form-input {
  border: 1px solid #0074bf;
}

.cta-section .contact-image {
  text-align: center;
}

/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/
.main-footer {
  /* position: relative; */
  padding: 120px 0 0;
  background-color: #0074bf;
  color: white;
  cursor: pointer;
}

.main-footer .footer-wrapper {
  z-index: 1;
  margin-bottom: 40px;
}

.main-footer .contact-section {
  padding-bottom: 50px;
}
.main-footer .logo-wrapper .logo a {
  text-decoration: none;
}
.main-footer .logo-wrapper .text {
  color: black;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.main-footer .logo-wrapper .social-box {
  padding-left: 0;
}
.main-footer .footer-column {
  position: relative;
}
a {
  text-decoration: none !important;
}
.main-footer .footer-wrapper {
  color: rgba(255, 255, 255, 0.7);
}
.main-footer .footer-wrapper h4 {
  font-weight: 700;
  color: black;
  padding-bottom: 20px;
  margin-bottom: 40px;
  line-height: 1.2em;
  text-transform: capitalize;
  padding-left: 5px;
}
.main-footer .footer-wrapper .menu {
  padding-left: 0;
  color: rgba(255, 255, 255, 0.7);
}
.main-footer .footer-wrapper a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
.main-footer .footer-wrapper .footer-services {
  color: rgba(255, 255, 255, 0.7);
}
.main-footer .footer-wrapper h4 {
  color: white;
}
.main-footer .footer-wrapper ul {
  list-style-type: none;
}
.main-footer .footer-column .menu i {
  margin-right: 10px;
  padding-bottom: 15px;
  color: white;
}
.main-footer .footer-column .menu a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.main-footer .footer-column .menu:hover a {
  text-decoration: none;
}
.main-footer .footer-botoom .text-column {
  font-size: 16px;
  color: #fff;
  padding: 10px;
  /* background-color: #3a3c3c; */
}
.cta-wrapper {
  display: flex;
  justify-content: center;
}
.cta-wrapper .cta {
  background-color: #1d4d75;
  padding: 15px 35px;
  font-size: larger;
}

@media screen and (min-width: 992px), (max-width: 1400px) {
  .hero {
    background-attachment: fixed;
    margin-top: 15px;
  }
  .hero .hero-img img {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .deliverables .tech-icons {
    display: inline-block;
    padding: 15px;
  }
  .gallery__img {
    width: 160px;
  }

  .cta-section .contact-form {
    display: block;
  }
  .cta-section .contact-card {
    left: 0;
    width: 450px;
  }
}

@media (min-width: 768px) {
  .hero .hero-img img {
    width: 100%;
  }
  /* .hamburger {
    display: block;
  } */

  .section-header h2 {
    font-size: 38px;
    display: inline-block;
    position: relative;
  }

  .section-header h2::after {
    content: "";
    height: 4px;
    width: 50%;
    background-color: #0074bf;
    position: absolute;
    bottom: -0.3em;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50px;
    transition: width 0.3s ease;
  }

  .section-header h2:hover::after {
    content: "";
    height: 4px;
    width: 90%;
    background-color: #0074bf;
    position: absolute;
    bottom: -0.3em;
    transform: translate(-50%);
    border-radius: 50px;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .main-footer .footer-wrapper h4 {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .main-footer .footer-wrapper ul li {
    margin-bottom: 10px;
  }

  .main-footer .contact-section {
    padding-bottom: 0;
  }
}

@media screen and(min-width: 576px), (max-width: 991px) {
  .hero h1,
  h2 {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 22px;
  }
  .clientreview .card-wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 576px) {
  .header .logo img {
    max-height: 36px;
  }

  .header .logo span {
    font-size: 24px;
  }

  .hero .btn-get-started {
    padding: 15px 30px;
  }

  .section-header h2 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .hamburger {
    display: block;
  }
  .hero-cta-wrapper {
    text-align: center;
  }
}
/* mobile */
@media (max-width: 576px) {
  .hero h1,
  h2 {
    text-align: center;
  }
  .hamburger {
    display: block;
  }
  .cta-section .inner-container .cta-content {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .aboutus-images {
    text-align: center;
  }
  .gallery__img {
    width: 20%;
  }
  .contact-form {
    display: grid;
  }
  .contact-card {
    left: 0;
  }
  .contact-image img {
    width: 450px;
    height: auto;
  }
  .about-us-image-container {
    width: 100% !important;
    float: right;
    margin-bottom: 20px;
  }
  .gallery__img {
    width: 48% !important;
  }

  .aboutus-content {
    text-align: center;
  }
  .aboutus-content .long-text {
    line-height: 1.3rem !important;
    font-size: smaller;
  }
}

@media (max-width: 480px) {
  .section-header h2 {
    font-size: 32px;
  }
  .section-header p {
    font-size: 16px;
  }
  .hero h1,
  h2 {
    text-align: center;
  }
  .hero .btn-get-started span {
    font-size: 18px;
  }
  .header .logo img {
    max-height: 36px;
  }
  .header .logo span {
    font-size: 26px;
  }
  .tech-slider .slider .logos img {
    width: 100%;
  }
  .deliverables .tech-wrapper {
    display: flex;
    flex-direction: column;
    padding: 5px;
  }
  .deliverables .tech-icon {
    padding: 10px;
  }
  .section-header h2 {
    font-size: 24px;
  }
  .cta-section .contact-card {
    width: 300px;
    margin-bottom: 10px;
  }

  .main-footer .footer-wrapper h4 {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .main-footer .footer-wrapper ul li {
    margin-bottom: 10px;
  }
  .main-footer .contact-section {
    padding-bottom: 0;
  }
}

/* Misc */
.long-text {
  color: #777777 !important;
  line-height: 2.5rem !important;
  font-size: large;
}
