html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #747474;
  font: 400 1rem/1.9 "Inter", serif;
}

a {
  text-decoration: none;
  color: var(--bs-dark);
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Inter", serif;
  color: #ffffff;
  font-family: "Inter", serif;
}

h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Inter", serif;
  color: #0C1323;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "Inter", serif;
}
h2 span {
  color: #072E75;
}

h3 {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Inter", serif;
  color: #0C1323;
  font-family: "Inter", serif;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Inter", serif;
  color: #0C1323;
  font-family: "Inter", serif;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Inter", serif;
  color: #0C1323;
}

h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Inter", serif;
  color: #0C1323;
}

p {
  font: 400 1rem/1.8 "Inter", serif;
  margin-bottom: 1.5625rem;
  color: #747474;
}

.text-primary {
  font-weight: 400 !important;
  color: #072E75 !important;
  text-transform: uppercase;
}

.btn {
  font: 500 1rem/1.6 "Inter", serif;
  padding: 10px 20px;
  min-width: 140px;
  text-transform: inherit;
  color: #0C1323;
  border-radius: 6px;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #072E75;
  border-color: #072E75;
  color: #fff;
}

.btn-primary:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  background-color: #fff;
  border-color: #072E75;
  color: #072E75;
  text-decoration: none;
}

.btn-secondary {
  background-color: #0C1323;
  color: #fff;
  border-color: #0C1323;
}

.btn-secondary:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  background-color: #fff;
  border-color: #0C1323;
  color: #0C1323;
  text-decoration: none;
}

.btn-white {
  background-color: #fff;
  color: #072E75;
  border-color: #fff;
}

.btn-white:active + .btn-white, .btn-check:checked + .btn-white, .btn-white.active, .btn-white:active, .show > .btn-white.dropdown-toggle, .btn-white:hover {
  background-color: #072E75;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.btn img {
  margin-right: 5px;
}

.read-more {
  font-weight: 500;
  color: #072E75;
  border-bottom: 2px solid #072E75;
  font-size: 1rem;
  text-transform: uppercase;
}

.fullwidth {
  position: relative;
  margin-left: 50%;
  width: 100vw;
  max-width: 100vw;
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
}

ul.list {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
  font-weight: 300;
}

ul.list li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #0C1323;
}

ul.list li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  width: 26px;
  height: 26px;
  font-size: 20px;
  font-weight: 600;
  color: #0C1323;
  font-family: fontAwesome;
  display: flex;
  align-items: center;
}

ul.list.type2 {
  padding: 10px 0 0;
  margin: 0 0 25px;
  list-style: none;
  font-weight: 300;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

ul.list li {
  color: #0C1323;
  font-weight: 600;
  color: #000;
  font-size: 1.125rem;
  flex: 0 0 100%;
}

ul.list li:before {
  top: 4px;
  color: #128807;
  font-size: 22px;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-padding-top {
  padding-top: 5rem;
}

.section-padding-bottom {
  padding-bottom: 5rem;
}

.primary-color {
  color: #072E75;
}

.card {
  margin: 0;
  padding: 0;
}
.card .card-header, .card .card-body {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.form-control {
  height: 50px;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 15px;
  color: #212529;
}

select.form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.form-control:focus {
  box-shadow: none;
  border-color: #072E75;
}

.form-control::-moz-placeholder {
  color: #212529;
  opacity: 1;
}

.form-control::placeholder {
  color: #212529;
  opacity: 1;
}

/* Owl Carousel */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  outline: none !important;
  margin: 0;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.owl-carousel .owl-nav button.owl-next {
  right: -1%;
  background: url(../images/next.png) center center no-repeat rgb(255, 255, 255) !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -1%;
  background: url(../images/prev.png) center center no-repeat rgb(255, 255, 255) !important;
}

.main-heading-area {
  position: relative;
}
.main-heading-area h6 {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 6px;
  color: #0C1323;
  text-transform: uppercase;
  letter-spacing: 7px;
}
.main-heading-area h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 1.2;
}
.main-heading-area h2 span {
  font-weight: 600;
  color: #072E75;
}
.main-heading-area::before {
  content: "";
  width: 140px;
  height: 140px;
  background-color: rgba(7, 46, 117, 0.1);
  position: absolute;
  top: -12%;
  left: -6%;
  border-radius: 50%;
}

.wrapper {
  overflow: hidden;
}

/*	------ HEADER PART ------  */
.header {
  padding: 8px 0;
  background-color: transparent;
  position: relative;
  width: 100%;
  top: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  z-index: 9999;
}
.header ul.navbar-nav li {
  margin: 0 8px;
  border-bottom: 1px solid transparent;
  transition: 0.4s;
}
.header ul.navbar-nav li a {
  font-size: 16px;
  color: #0C1323;
}
.header ul.navbar-nav li.active {
  color: #072E75;
  transition: 0.4s;
}
.header ul.navbar-nav li.active a {
  font-weight: 600;
}
.header .hdr-btn {
  text-transform: capitalize;
}
.header .hdr-btn img {
  filter: brightness(0) invert(1);
  margin-top: -3px;
  margin-left: 5px;
  margin-right: 0px;
}
.header .hdr-btn:hover img {
  filter: brightness(1) invert(0);
}
.navbar-brand {
	max-width:115px;
}

/* ---  BANNER AREA-----*/
.home-banner-section {
	position: relative;
  padding: 5rem 0;
  background-size: cover;
  min-height: 50vh;
  overflow: hidden;
}
.home-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
.home-banner-section > * {
  position: relative;
  z-index: 1;
}


.home-banner {
	background: url(../images/banner/home-banner.jpg) center center no-repeat;
	background-size: cover;
}
.country-banner {
	background: url(../images/banner/country-banner.jpg) center center no-repeat;
	background-size: cover;
}
.seo-banner {
	background: url(../images/seo/seo-banner1.jpg) center center no-repeat;
	background-size: cover;
}
.smo-banner {
	background: url(../images/smo/smo-banner.jpg) center center no-repeat;
	background-size: cover;
}
.ppc-banner {
	background: url(../images/paid-advertising/ppc-banner1.jpg) center center no-repeat;
	background-size: cover;
}
.content-banner {
	background: url(../images/content-marketing/content-marketing-banner2.jpg) center center no-repeat;
	background-size: cover;
}
.influencer-banner {
	background: url(../images/influencer-marketing/influencer-marketing-banner1.jpg) center center no-repeat;
	background-size: cover;
}
.web-banner {
	background: url(../images/web-development/web-development-banner3.jpg) center center no-repeat;
	background-size: cover;
}
.app-banner {
	background: url(../images/app-development/app-development-banner1.jpg) center center no-repeat;
	background-size: cover;
}

.about-banner{
	background: url(../images/banner/about-page-banner.jpg) center center no-repeat;
	background-size: cover;
	min-height: 35vh;
}
.about-banner .content-area {
  justify-content:center;
  text-align:center;
}

.contact-page-banner{
	background: url(../images/banner/contact-page-banner.jpg) center center no-repeat;
	background-size: cover;
	min-height: 25vh;
}
.contact-page-banner .content-area {
  justify-content:center;
  text-align:center;
}

.home-banner-section .content-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.home-banner-section .content-area h6 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.home-banner-section .content-area h2 {
  font-size: 3rem;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 10px;
}
.home-banner-section .content-area h1 {
  font-size: 3.2rem;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 10px;
}
.home-banner-section .content-area p {
  color: #fff;
  margin-bottom: 20px;
  display: block;
  flex: 0 0 100%;
}
.home-banner-section .form-area {
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 10px;
}
.home-banner-section .form-area .form-control {
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
}

.partners-section .heading-area {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.partners-section .heading-area::before {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(12, 19, 35, 0.2549019608);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.partners-section .heading-area h6 {
  font-weight: 400;
  padding: 0 25px;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
}

.partners-section .owl-carousel img{
	max-width: 150px;
}

.about-section {
  background: url(../images/about-bg.png) right center no-repeat;
  background-size: contain;
}
.about-section .list-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.about-section .list-area ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 45%;
}
.about-section .list-area ul li .image-area {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 55px;
  background-color: #0C1323;
  border-radius: 50%;
}
.about-section .list-area ul li .text {
  flex: 1 0 0;
  background-color: rgba(7, 46, 117, 0.1);
  border-radius: 0 20px 20px 0;
  font-size: 1rem;
  color: #0C1323;
  padding: 4px 20px;
  margin-left: -10px;
}

.info-main {
  margin-top: 5rem;
}
.info-main .info-item {
  text-align: center;
  position: relative;
}
.info-main .info-item::after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #DADADA;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.info-main .info-item h4 {
  font-size: 3rem;
  color: #072E75;
  line-height: 1;
  margin-bottom: 10px;
}
.info-main .info-item p {
  font-size: 15px;
  font-weight: 500;
  color: #0C1323;
  margin-bottom: 0;
  text-transform: uppercase;
}
.info-main .row > div:nth-last-child(1) .info-item::after {
  display: none;
}

.service-section {
  background: url(../images/service-bg.png) right center no-repeat;
  background-size: cover;
}
.service-section .main-heading-area::before {
  top: -28%;
  left: 20%;
}
.service-section .service-item {
  transition: 0.4s;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 10px;
}
.service-section .service-item h4 {
  font-size: 1.4rem;
  margin-top: 20px;
}
.service-section .service-item p {
  margin-bottom: 10px;
}
.service-section .service-item:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}

.roi-section .container {
  background: url(../images/roi-bg.png) center center no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 50px 20px;
}
.roi-section .form-area {
  max-width: 900px;
  margin: auto;
}
.roi-section .form-area h3 {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.seo-section .image-area {
  border-radius: 10px;
  overflow: hidden;
}
.seo-section .content-area h2 {
  margin-bottom: 10px;
}

.seo-working-section {
  position: relative;
  display: flex;
  align-items: center;
}
.seo-working-section::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  background: url(../images/sw-bg.png) left center no-repeat;
  background-size: contain;
}
.seo-working-section > * {
  position: relative;
  z-index: 2;
}
.seo-working-section .main-heading-area::before {
  top: -28%;
  left: 20%;
}
.seo-working-section .sw-row {
  margin-top: 35px;
}
.seo-working-section .sw-row .sw-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.seo-working-section .sw-row .sw-item .lf {
  flex: 0 0 85px;
}
.seo-working-section .sw-row .sw-item .rt {
  flex: 1 0 0;
}
.seo-working-section .sw-row .sw-item .rt h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0C1323;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.seo-working-section .sw-row .sw-item .rt p {
  font-size: 0.825rem;
  margin: 0;
  line-height: 1.3;
}

.industries-section {
  background: linear-gradient(180deg, rgb(232, 242, 225) 0%, rgb(255, 255, 255) 60%);
  position: relative;
}
.industries-section::before {
  content: "";
  width: 370px;
  height: 340px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/half-circle.png) right top no-repeat;
  background-size: contain;
}
.industries-section > * {
  position: relative;
  z-index: 2;
}
.industries-section .main-heading-area::before {
  top: -28%;
  left: 20%;
}
.industries-section .work-content-row .content-area p {
  margin-bottom: 15px;
}
.industries-section .industry-tab-area .nav-area {
  margin-right: 45px;
}
.industries-section .industry-tab-area .nav-area button {
  background: transparent;
  color: #747474;
  font-size: 0.9rem;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  padding-right: 5px;
  display: flex;
  align-items: center;
}
.industries-section .industry-tab-area .nav-area button::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  background-color: transparent;
  transition: 0.5s;
}
.industries-section .industry-tab-area .nav-area button.active {
  color: #072E75;
}
.industries-section .industry-tab-area .nav-area button.active::before {
  background-color: #072E75;
  transition: 0.5s;
}

.digital-section {
  padding: 20px;
  margin-bottom: 3rem;
}
.digital-section .container-wrapper {
  padding: 60px 60px;
  border: 1px solid #C7C7C7;
  border-radius: 30px;
  box-shadow: 10px 15px 0 #E8E8E8;
}
.digital-section .location-area ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px 0px;
}
.digital-section .location-area ul li {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.digital-section .location-area ul li::before {
  content: "";
  width: 2px;
  height: 60%;
  background-color: #072E75;
  position: absolute;
  right: 0;
}
.digital-section .location-area ul li i {
  margin-right: 10px;
  color: #072E75;
}

.gallery-section .main-heading-area::before {
  top: -20%;
  left: 28%;
}
.gallery-section .image-area {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery-section .image-area .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  padding: 0px 20px 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.gallery-section .image-area .text h4 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}
.gallery-section .image-area .text img {
  width: 30px;
  height: 30px !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .big-img .image-area {
  height: 100%;
}
.gallery-section .big-img .image-area img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .city-service-selector h3{
	margin-bottom: 20px;
	color: #0C1323 !important;
    font-family: "Inter", serif;
}
.gallery-section .city-service-selector {
    margin-bottom: 20px;
}
.gallery-section .city-service-selector a.nav-link{
    color: #747474;
	border: 1px solid #072e75;
}
.gallery-section .city-service-selector a.nav-link:hover {
    background-color: #cfe2ff;
}
.gallery-section .city-service-selector a.nav-link.active {
    background-color: #072e75;
	color:#fff;
}
.gallery-section .city-service-selector a.nav-link {
    margin: 3px 5px;
}

.performance-section {
  background: linear-gradient(180deg, rgb(234, 234, 249) 0%, rgb(255, 255, 255) 35%);
}
.performance-section .main-heading-area::before {
  top: -20%;
  left: 28%;
}

.partners-row .main-heading-area::before {
  left: 30%;
}
.partners-row .partners-carousel .item {
  padding: 5px;
}
.partners-row .partners-carousel .image-area {
  padding: 25px 10px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-row .partners-carousel .image-area img {
  max-height: 45px;
  max-width: 140px;
}

.portfolio-main {
  margin-top: 10rem;
}
.portfolio-main .content-area h6 {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 6px;
  color: #072E75;
  text-transform: uppercase;
  letter-spacing: 7px;
}
.portfolio-main .content-area p {
  font-size: 15px;
}
.portfolio-main .content-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 80px;
}
.portfolio-main .content-area ul li {
  display: inline-block;
  position: relative;
}
.portfolio-main .content-area ul li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 80%;
  right: -40px;
  background: #0C1323;
  position: absolute;
}
.portfolio-main .content-area ul li h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0px;
}
.portfolio-main .content-area ul li p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.portfolio-main .portfolio-carousel .content-area img {
  width: auto;
}
.portfolio-main .portfolio-carousel .owl-nav button {
  opacity: 0.5;
  transition: 0.4s;
}
.portfolio-main .portfolio-carousel .owl-nav button:hover {
  opacity: 1;
  transition: 0.4s;
}
.portfolio-main .portfolio-carousel .owl-nav button.owl-prev {
  left: -2%;
}
.portfolio-main .portfolio-carousel .owl-nav button.owl-next {
  right: -2%;
}

.testimonial-section {
  background: url(../images/testmonial-bg.png) right top no-repeat;
  background-size: cover;
}
.testimonial-section .main-heading-area {
  max-width: 60%;
}
.testimonial-section .testimonial-carousel .item {
  padding: 20px;
}
.testimonial-section .tstimonial-area .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.testimonial-section .tstimonial-area .top .image-area {
  position: relative;
}
.testimonial-section .tstimonial-area .top .image-area::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: url(../images/test-q.png) center center no-repeat;
  background-size: contain;
}
.testimonial-section .tstimonial-area .top .image-area img {
  width: 85px;
  height: 85px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
}
.testimonial-section .tstimonial-area .top .content-area {
  flex: 1 0 0;
}
.testimonial-section .tstimonial-area .top .content-area h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 1.5px;
}
.testimonial-section .tstimonial-area .top .content-area p {
  font-size: 13px;
  margin: 0;
}
.testimonial-section .tstimonial-area .bottom {
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  margin-top: 25px;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
.testimonial-section .tstimonial-area .bottom::before {
  content: "";
  width: 25px;
  height: 20px;
  position: absolute;
  top: -16px;
  left: 30px;
  background: url(../images/t-arrow.png) center center no-repeat;
  background-size: contain;
}
.testimonial-section .tstimonial-area .bottom p {
  display: block;
  margin: 20px 0 0;
}
.testimonial-section .tstimonial-area .bottom img {
  width: auto;
}

.price-section .main-heading-area::before {
  left: 30%;
}
.price-section .price-main-area nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 60px;
}
.price-section .price-main-area .nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #B1B1B1;
  border-radius: 25px;
  padding: 5px;
  gap: 10px;
}
.price-section .price-main-area .nav button {
  background: #fff;
  border: none;
  color: #0C1323;
  border-radius: 25px;
  transition: 0.4s;
  line-height: 1;
  padding: 12px 35px;
}
.price-section .price-main-area .nav button.active {
  background: #072E75;
  color: #fff;
  transition: 0.4s;
}
.price-section .price-box {
  padding: 25px;
  border: 1px solid #d3d3d3;
  border-radius: 23px;
  height: 100%;
  background-color: #fff;
  transition: 0.4s;
}
.price-section .price-box .card-header .top-area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.price-section .price-box .card-header .top-area .lf {
  flex: 0 0 auto;
}
.price-section .price-box .card-header .top-area .rt {
  flex: 1 0 0;
  font-size: 22px;
  font-weight: 600;
  color: #0C1323;
}
.price-section .price-box .card-header .price-text {
  font-size: 1rem;
  font-weight: 500;
  color: #0C1323;
  margin-bottom: 15px;
}
.price-section .price-box .card-header .price-text span {
  font-size: 3rem;
  font-weight: 600;
}
.price-section .price-box .card-header .price-text sup {
  font-size: 14px;
  color: #747474;
}
.price-section .price-box .card-header p {
  font-size: 15px;
  margin-bottom: 0;
}
.price-section .price-box .card-body {
  height: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}
.price-section .price-box .card-body ul li {
  padding-left: 27px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
}
.price-section .price-box .card-body ul li::before {
  content: "\f00c";
  top: 3px;
  color: #7EDBA3;
  font-size: 18px;
}
.price-section .price-box .card-body ul li.cross {
  color: #747474;
}
.price-section .price-box .card-body ul li.cross::before {
  content: "\f00d";
  color: #FF6767;
}
.price-section .price-box .card-body a.btn {
  text-transform: uppercase;
}
.price-section .price-box:hover {
  background-color: #072E75;
  transition: 0.4s;
  color: #fff;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}
.price-section .price-box:hover .card-header .top-area .rt {
  color: #fff;
}
.price-section .price-box:hover .card-header .price-text {
  color: #fff;
}
.price-section .price-box:hover .card-header .price-text sup {
  color: #fff;
}
.price-section .price-box:hover .card-header p {
  color: #fff;
}
.price-section .price-box:hover .card-body ul li {
  color: #fff;
}
.price-section .price-box:hover .card-body a.btn {
  color: #072E75;
  background-color: #fff;
  border-color: #fff;
}

.strip-section {
  background: url(../images/strip-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 2.5rem 0;
}
.strip-section .content-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.strip-section .content-area .b {
  max-width: 500px;
}
.strip-section .content-area .b h3 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 2.2rem;
}
.strip-section .content-area .b p {
  color: #fff;
  margin: 0;
  font-size: 0.825rem;
  line-height: 1.4;
}

.blog-section .main-heading-area::before {
  top: -20%;
  left: 28%;
}
.blog-section .blog-box {
  position: relative;
  padding: 12px;
  border-radius: 20px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
}
.blog-section .blog-box .image-area {
  height: 270px;
  border-radius: 10px;
  overflow: hidden;
}
.blog-section .blog-box .image-area img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-section .blog-box .content-area {
  margin-top: 20px;
}
.blog-section .blog-box .content-area h6 {
  font-size: 14px;
  font-weight: 500;
  color: #072E75;
}
.blog-section .blog-box .content-area h6 span {
  font-size: 14px;
  font-weight: 400;
  color: #747474;
  margin-left: 5px;
}
.blog-section .blog-box .content-area h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.blog-section .blog-box .content-area p {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.4;
}

.faq-section {
  background: linear-gradient(180deg, rgb(255, 242, 225) 0%, rgb(255, 255, 255) 44%);
}
.faq-section .accordion-item {
  margin-bottom: 25px;
  border: 0 !important;
  box-shadow: 2px 2px 15px rgba(22, 22, 22, 0.09);
  border-radius: 8px;
  overflow: hidden;
}
.faq-section .accordion-button:focus {
  box-shadow: none;
}

.strip-section .content-area .b {
    max-width: 60%;
}
.content-area img {
	max-width:110px;
}
	

/* ---  FOOTER AREA -----*/
footer {
  padding: 50px 0 0;
  background: #0C1323;
  position: relative;
}
footer::before {
  content: "";
  width: 310px;
  height: 355px;
  position: absolute;
  top: 40px;
  left: 50px;
  background: url(../images/ftr-icon1.png) center center no-repeat;
  background-size: contain;
}
footer::after {
  content: "";
  width: 240px;
  height: 180px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url(../images/ftr-icon2.png) center center no-repeat;
  background-size: contain;
}
footer > * {
  position: relative;
  z-index: 2;
}
footer .logo-area {
  margin-bottom: 0px;
}
footer .logo-area img {
  filter: brightness(0) invert(1);
}
footer .brandname-footer{
	color: #FEFEFE;
    text-transform: uppercase;
    font-weight: 300;
	margin-bottom: 25px;
}
footer h4 {
  font-size: 20px;
  color: #FEFEFE;
  margin-bottom: 20px;
}
footer p {
  color: #FEFEFE;
  font-size: 14px;
}
footer h6 {
  font-size: 14px;
}
footer a {
  color: #FEFEFE;
}
footer ul.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul.footer-nav li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #FEFEFE;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.2;
}
footer ul.footer-nav li span {
  flex: 1 0 0;
  word-break: break-all;
}
footer ul.footer-nav li i {
  margin-right: 15px;
  color: #FEFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul.footer-nav li a {
  word-break: break-all;
  color: #FEFEFE;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
}
footer ul.footer-nav li a:hover {
  text-decoration: none;
  color: #072E75;
  transition: 0.3s;
}
footer .ftr-first ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
footer .ftr-first ul li {
  flex: 0 0 100%;
  color: #FEFEFE;
}
footer .ftr-first ul li img {
  margin-right: 10px;
}
footer .ftr-newsletter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
footer .ftr-newsletter ul li {
  display: inline-block;
}
footer .ftr-newsletter .form-area form {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
footer .ftr-newsletter .form-area .form-control {
  height: 60px;
  background-color: #fff;
  padding: 5px 65px 5px 20px;
  margin: 0;
}
footer .ftr-newsletter .form-area .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  background: url(../images/send.png) center center no-repeat #072E75;
  background-size: auto;
  border: 0;
}
footer .ftr-newsletter .form-area p {
  font-size: 13px;
  color: #DBDBDB;
  margin: 10px 0 25px;
}
footer .copyright-row {
  border-top: 1px solid rgba(216, 229, 237, 0.1647058824);
  padding: 12px 0;
  margin-top: 3rem;
  text-align: center;
}
footer .copyright-row p {
  font-size: 14px;
  color: #D1D1D1;
  margin-bottom: 0px;
}
footer .copyright-row p a {
  color: #D1D1D1;
  transition: 0.3s;
}
footer .copyright-row p a:hover {
  color: #072E75;
  transition: 0.3s;
}
footer .footer-social {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .footer-social li {
  display: inline-block;
  font-size: 18px;
}
footer .footer-social li a {
  color: #D1D1D1;
  transition: 0.3s;
}
footer .footer-social li a:hover {
  color: #072E75;
  transition: 0.3s;
}

ul.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
ul.social-icons li {
  display: inline-flex;
}

/* ============ RESPONSIVE CSS ============ */
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 15px;
  }
  p {
    font-size: 16px;
  }
  .home-banner-section .owl-carousel .owl-nav button.owl-prev {
    left: -45px;
  }
  .home-banner-section .owl-carousel .owl-nav button.owl-next {
    right: -45px;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .header ul.navbar-nav li {
    text-align: center;
  }
  #navbarSupportedContent {
    text-align: center;
  }
  .hdr-btn {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.6rem;
  }
  .home-banner-section .content-area {
    text-align: center;
    justify-content: center;
  }
  .home-banner-section .content-area h2 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .home-banner-section .form-area h4 {
    text-align: center;
  }
  .about-section {
    padding-top: 0;
  }
  .about-section .content-area {
    padding-top: 30px;
  }
  
  .about-section .list-area ul li {
    width: 80%;
    margin: auto;
  }
  .about-section .list-area ul li .text {
    padding: 10px 30px;
  }
  .info-main .row > div:nth-child(2) .info-item::after {
    display: none;
  }
  .service-section {
    background: linear-gradient(180deg, rgb(231, 238, 242) 0%, rgb(255, 255, 255) 100%);
  }
  .service-section .service-item {
    text-align: center;
  }
  .roi-section {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .seo-working-section {
    padding-top: 20px;
  }
  .industries-section {
    background: linear-gradient(180deg, rgb(231, 242, 255) 0%, rgb(255, 255, 255) 100%);
  }
  .industries-section .industry-tab-area {
    flex-wrap: wrap;
  }
  .industries-section .industry-tab-area .nav-area {
    width: 100%;
    margin: 0 0 25px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: center;
    gap: 10px 10px;
  }
  .industries-section .industry-tab-area .nav-area button {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px 12px;
    color: #4d4d4d;
    background: #fff;
  }
  .industries-section .industry-tab-area .nav-area button::before {
    display: none;
  }
  .industries-section .industry-tab-area .nav-area button.active {
    background-color: #072E75;
    border-color: #072E75;
    color: #fff;
  }
  .industries-section .industry-tab-area .work-content-row .image-area {
    margin-bottom: 15px;
  }
  .digital-section {
    padding: 0 20px;
  }
  .digital-section .container-wrapper {
    padding: 60px 15px;
  }
  .portfolio-main {
    margin-top: 4rem;
  }
  .portfolio-main .content-area ul {
    gap: 0px;
  }
  .portfolio-main .content-area ul li {
    width: 50%;
  }
  .portfolio-main .content-area ul li::before {
    display: none;
  }
  .strip-section {
    text-align: center;
  }
  .strip-section .content-area {
    justify-content: center;
  }
  .strip-section .content-area .b {
    margin-bottom: 20px;
  }
  .blog-section .blog-box .image-area {
    height: 200px;
  }
  .footer-second-part {
    margin-top: 30px;
  }
  footer .footer-social {
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .footer-second-part > .row > div:nth-child(1) {
    order: 1;
  }
  .footer-second-part > .row > div:nth-child(2) {
    order: 3;
  }
  .footer-second-part > .row > div:nth-child(3) {
    order: 2;
  }
  .footer-second-part > .row > div:nth-child(4) {
    order: 4;
  }
  .digital-section {
    padding: 0 5px;
  }
  .digital-section .main-heading-area::before {
    left: -2%;
  }
  .seo-working-section::before {
    height: 60%;
    left: -5px;
  }
  .portfolio-main .content-area {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 420px) {
  h2 {
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=style.css.map */