p.pricePlan.d-flex {
  align-items: center;
  justify-content: center;
}

.pricePlan i {
  font-size: 75%;
  padding-left: 3px;
}

section.pkgsIncluded .row.diffrentPricing .large-box .plan-box.plan-va h2 {
  padding-left: 3vw;
  padding-right: 3vw;
}

section.plans.pkgsIncluded.plan-amazon-va .diffrentPricing h4 {
  color: #211f1f;
}

section.plans.pkgsIncluded.plansTab-slide.plan-amazon-va
  div.plan-box.plan-va:before {
  background: #211f1f;
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }

  header .container {
    max-width: 90%;
  }
}

html {
  scroll-behavior: smooth;
}

.text-green {
  color: #3cb6eb;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

body {
  font-family: Montserrat;
  overflow-x: hidden;
  letter-spacing: -0.4px;
}

.desk-menu .navbar {
  text-align: center;
}

.desk-menu ul.navbar-nav {
  width: 100%;
  justify-content: center;
}

.btn-tn {
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
}

.btn-tn:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 50px;
  height: 50px;
  background: #3cb6eb;
  border-radius: 50px;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear 0s;
}

.btn-tn-gradient:before {
  background: linear-gradient(to right, #3ebaf0, #0e4b77);
}

.btn-tn span {
  position: relative;
  z-index: 1;
}

.btn-tn:hover:before {
  width: calc(100% + 40px);
}

a.btn-tn:hover {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #3cb6eb;
}

.main-navigation nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-navigation nav ul li {
  position: relative;
}

.main-navigation nav ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  padding: 10px;
}

.main-navigation nav ul li a::before {
  content: "";
  position: absolute;
  left: 6px;
  width: 30px;
  height: 30px;
  background: 0 0;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.main-navigation nav ul li a.active::before,
.main-navigation nav ul li a:hover::before {
  left: 0;
  border-radius: 20px;
  width: 100%;
  background: linear-gradient(190deg, #3ebaf0, #0e4b77);
}

.main-navigation nav ul li a.active {
  font-weight: 700; /* Bold text for active link */
}

.steps-vdo h3 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: 1px;
  margin-top: -10%;
  line-height: 1.2;
}

.slider-home-repeater h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: 1px;
  margin-top: -10%;
  line-height: 1.2;
}

.slider-home-repeater p {
  font-size: 20px;
  margin-top: 10px;
}

.slider-home-repeater {
  position: relative;
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-home-repeater .banner-overlay {
  position: absolute;
  bottom: 0;
  background: url(https://outsourceinpakistan.com/assets/images/home/heder-circ.png);
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 22%;
  background-size: contain;
}

.slider-home-repeater:before {
  content: "";
  position: absolute;
  bottom: 6%;
  width: 100%;
  height: 35%;
  background: url(https://outsourceinpakistan.com/assets/images/home/globe.png);
  background-size: contain;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body header section.header-section .main-navigation .nav-link:hover {
  opacity: 0.8;
}

.home-banner ul.slick-dots {
  position: absolute;
  top: 50%;
  left: 5%;
  list-style-type: none;
  padding-left: 20px;
  transform: translateY(-50%);
}

.home-banner ul.slick-dots button {
  background: 0 0;
  font-size: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.home-banner ul.slick-dots li {
  line-height: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-bottom: 22px;
}

.home-banner ul.slick-dots li.slick-active button {
  background: #fff;
}

.home-banner ul.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  border: 1px solid #fff;
  height: 23px;
  top: -100%;
  transform: translateX(-50%);
  margin-top: -12px;
}

.home-banner ul.slick-dots button {
  position: relative;
}

.home-banner ul.slick-dots li:first-child button:before {
  opacity: 0;
}

.pdt-10 {
  padding-top: 10px;
}

.pdt-20 {
  padding-top: 20px;
}

.pdt-30 {
  padding-top: 30px;
}

.pdt-40 {
  padding-top: 40px;
}

.pdt-50 {
  padding-top: 50px;
}

.pdt-60 {
  padding-top: 60px;
}

.pdt-70 {
  padding-top: 70px;
}

.pdt-80 {
  padding-top: 80px;
}

.pdt-90 {
  padding-top: 90px;
}

.pdt-100 {
  padding-top: 100px;
}

.pdt-110 {
  padding-top: 110px;
}

.pdt-120 {
  padding-top: 120px;
}

.pdt-130 {
  padding-top: 130px;
}

.pdt-140 {
  padding-top: 140px;
}

.pdt-150 {
  padding-top: 150px;
}

.pdt-160 {
  padding-top: 160px;
}

.pbt-10 {
  padding-bottom: 10px;
}

.pbt-20 {
  padding-bottom: 20px;
}

.pbt-30 {
  padding-bottom: 30px;
}

.pbt-40 {
  padding-bottom: 40px;
}

.pbt-50 {
  padding-bottom: 50px;
}

.pbt-60 {
  padding-bottom: 60px;
}

.pbt-70 {
  padding-bottom: 70px;
}

.pbt-80 {
  padding-bottom: 80px;
}

.pbt-90 {
  padding-bottom: 90px;
}

.pbt-100 {
  padding-bottom: 100px;
}

.pbt-110 {
  padding-bottom: 110px;
}

.pbt-120 {
  padding-bottom: 120px;
}

.pbt-130 {
  padding-bottom: 130px;
}

.pbt-140 {
  padding-bottom: 140px;
}

.pbt-150 {
  padding-bottom: 150px;
}

.pbt-160 {
  padding-bottom: 160px;
}

.why-outsource {
  background-size: cover;
  background-position: bottom left;
  position: relative;
}

.why-outsource h3 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-top: 50px;
}

.why-outsource h3 span.back-bigtext {
  position: absolute;
  left: 0;
  top: -20px;
  font-size: 110px;
  z-index: 0;
  color: #021a49;
  opacity: 0.06;
  -webkit-animation: bounceHead 5s linear infinite;
  -moz-animation: bounceHead 5s linear infinite;
  -ms-animation: bounceHead 5s linear infinite;
  -o-animation: bounceHead 5s linear infinite;
  animation: bounceHead 3s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.why-outsource h3 span {
  z-index: 1;
  position: relative;
  color: #021a49;
}

.why-outsource h3 span.text-green {
  color: #3cb6eb;
  /* color:#3cb6eb; */
}

body {
  color: #021a49;
}

.why-outsource p {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.7;
}

.why-outsource:before {
  content: "";
  position: absolute;
  top: 60px;
  background: url(https://outsourceinpakistan.com/assets/images/home/circle-ring1.png);
  width: 180px;
  height: 188px;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
  left: -100px;
}

.circle-two {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.why-outsource .container {
  position: relative;
  z-index: 2;
}

.circle-two > span {
  width: 30px;
  height: 30px;
  background: #3cb6eb;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 40px;
}

.circle-two > span.circ-2 {
  width: 50px;
  height: 50px;
}

.circle-two > span.circ-1 {
  top: 100px;
  right: 100px;
}

.circle-two > span.circ-2 {
  -webkit-animation: circ2 5s linear infinite;
  -moz-animation: circ2 5s linear infinite;
  -ms-animation: circ2 5s linear infinite;
  -o-animation: circ2 5s linear infinite;
  animation: circ2 5s linear infinite;
}

.circle-two > span.circ-1 {
  -webkit-animation: circ1 5s linear infinite;
  -moz-animation: circ1 5s linear infinite;
  -ms-animation: circ1 5s linear infinite;
  -o-animation: circ1 5s linear infinite;
  animation: circ1 5s linear infinite;
}

@-webkit-keyframes circ1 {
  0% {
    background: #3cb6eb;
    top: 100px;
  }

  50% {
    background: #021a49;
    top: 200px;
  }

  100% {
    background: #3cb6eb;
    top: 100px;
  }
}

@keyframes circ1 {
  0% {
    background: #3cb6eb;
    top: 100px;
  }

  50% {
    background: #021a49;
    top: 200px;
  }

  100% {
    background: #3cb6eb;
    top: 100px;
  }
}

@-webkit-keyframes circ2 {
  0% {
    background: #021a49;
    top: 40px;
  }

  50% {
    background: #3cb6eb;
    top: 100%;
  }

  100% {
    background: #021a49;
    top: 40px;
  }
}

@keyframes circ2 {
  0% {
    background: #021a49;
    top: 40px;
  }

  50% {
    background: #3cb6eb;
    top: 200px;
  }

  100% {
    background: #021a49;
    top: 40px;
  }
}

.how-works {
  position: relative;
}

.how-works .circle-two > span {
  width: 30px;
  height: 30px;
  background: #3cb6eb;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 40px;
  top: auto;
}

.circle-two > span.circ-4 {
  width: 50px;
  height: 50px;
}

.circle-two > span.circ-3 {
  bottom: 100px;
  right: 100px;
  top: auto;
}

.circle-two > span.circ-4 {
  -webkit-animation: circ4 5s linear infinite;
  -moz-animation: circ4 5s linear infinite;
  -ms-animation: circ4 5s linear infinite;
  -o-animation: circ4 5s linear infinite;
  animation: circ4 5s linear infinite;
}

.circle-two > span.circ-3 {
  -webkit-animation: circ3 5s linear infinite;
  -moz-animation: circ3 5s linear infinite;
  -ms-animation: circ3 5s linear infinite;
  -o-animation: circ3 5s linear infinite;
  animation: circ3 5s linear infinite;
}

@-webkit-keyframes circ3 {
  0% {
    background: #3cb6eb;
    bottom: 100px;
  }

  50% {
    background: #021a49;
    bottom: 200px;
  }

  100% {
    background: #3cb6eb;
    bottom: 100px;
  }
}

@keyframes circ3 {
  0% {
    background: #3cb6eb;
    bottom: 100px;
  }

  50% {
    background: #021a49;
    bottom: 200px;
  }

  100% {
    background: #3cb6eb;
    bottom: 100px;
  }
}

@-webkit-keyframes circ4 {
  0% {
    background: #021a49;
    bottom: 40px;
  }

  50% {
    background: #3cb6eb;
    bottom: 100%;
  }

  100% {
    background: #021a49;
    bottom: 40px;
  }
}

@keyframes circ4 {
  0% {
    background: #021a49;
    bottom: 40px;
  }

  50% {
    background: #3cb6eb;
    bottom: 200px;
  }

  100% {
    background: #021a49;
    bottom: 40px;
  }
}

.why-outsource:before {
  -webkit-animation: ringbef 15s linear infinite;
  -moz-animation: ringbef 15s linear infinite;
  -ms-animation: ringbef 15s linear infinite;
  -o-animation: ringbef 10s linear infinite;
  animation: ringbef 15s linear infinite;
}

@-webkit-keyframes ringbef {
  from {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ringbef {
  from {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.one-stop-solution img.img-fluid {
  max-width: 80%;
  position: relative;
}

.one-stop-solution h3 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.one-stop-solution h3 .text-green {
  font-size: 50px;
}

.one-stop-solution p {
  font-size: 18px;
}

.one-stop-solution a.btn-tn {
  margin-top: 30px;
  display: inline-block;
  margin-left: 30px;
}

.btn-tn.btn-tnlight:before {
  background: #3cb6eb;
  left: -30px;
}

.btn-tn.btn-tnlight {
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 1px;
}

a.btn-tn.btn-tnlight:hover span {
  color: #021a49 !important;
}

.one-stop-solution .num {
  position: absolute;
  top: -150px;
  font-size: 300px;
  color: #fff;
  opacity: 0.1;
  font-weight: 700;
}

.one-stop-solution .num {
  -webkit-animation: num 15s linear infinite;
  -moz-animation: num 5s linear infinite;
  -ms-animation: num 5s linear infinite;
  -o-animation: num 5s linear infinite;
  animation: num 5s linear infinite;
}

@-webkit-keyframes num {
  0% {
    top: -150px;
  }

  50% {
    top: -100px;
  }

  100% {
    top: -150px;
  }
}

@keyframes num {
  0% {
    top: -150px;
  }

  50% {
    top: -100px;
  }

  100% {
    top: -150px;
  }
}

.frame-img {
  float: right;
  width: 100%;
}

.img-in-frame > img,
.img-in-frame > video {
  position: absolute;
  top: 52px;
  left: 170px;
  width: 657px;
  cursor: pointer;
  height: 420px;
  background: #000;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.img-in-frame {
  position: relative;
  width: 1000px;
  float: right;
  max-width: 100%;
}

.img-in-frame > video {
  display: none;
}

.steps-imgs h3 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.steps-vdo h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-top: 60px;
}

.steps-vdo > .col-lg-3 {
  padding-left: 0px;
}

.steps-vdo h1 {
  font-size: 48px;
}

.steps-vdo h1 span {
  position: relative;
  z-index: 1;
}

.steps-vdo h1 span:before {
  content: "";
  position: absolute;
  left: -60px;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 0;
}

.steps-vdo h1 span b {
  position: relative;
  font-weight: inherit;
}

.steps-vdo h1 span {
  background: #fff;
  display: block;
  max-width: 120px;
}

.steps-vdo p {
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
}

.step-img .main-step-img {
  border: 10px solid;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  text-align: center;
  position: relative;
  background: #011743;
  margin: 0 auto 30px;
}

.step-img .main-step-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 70%;
  transform: translate(-50%, -50%);
}

.main-step-cont h4 {
  font-size: 30px;
  font-weight: 700;
  color: #011745;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.main-step-cont p {
  font-weight: 500;
  font-size: 18px;
  max-width: 330px;
  margin: 0 auto;
}

.full-width-btn {
  width: 100%;
  display: inline-block;
}

.full-width-btn .btn-tn {
  margin-top: 80px;
  display: inline-block;
}

.btn-tn.btn-tndark {
  color: #011745;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 1px;
}

.full-width-btn .btn-tn.btn-tndark {
  color: #011745 !important;
}

.btn-tn.btn-tndark:hover {
  color: #011745;
}

.full-width-btn .btn-tn.btn-tndark:hover {
  color: #011745 !important;
}

.how-works {
  position: relative;
  background-size: cover;
  background-position: left bottom;
}

.title-gen h1,
.title-gen h2 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.1;
}

section.area {
  background-size: cover;
}

section.area h2 {
  color: #fff;
  text-align: center;
}

section.area h2 .text-green {
  display: block;
}

div.area-grid .area-grid-repeat > div {
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #fff;
  transition: all 0.3s linear 0s;
}

.area-grid-repeat h4 {
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 270px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.area-grid-repeat ul {
  padding-left: 0;
  list-style-type: none;
}

.area-grid-repeat ul li {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

div.area-grid .area-grid-repeat > div:before {
  content: "";
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(https://outsourceinpakistan.com/assets/images/home/digital-mark.jpg);
  z-index: 1;
  border-radius: 10px;
  transition: all 0.3s linear 0s;
}

div.area-grid .area-grid-repeat > div:hover:before {
  bottom: 0;
}

div.area-grid .area-grid-repeat > div h4,
div.area-grid .area-grid-repeat > div ul {
  position: relative;
  z-index: 2;
}

section.area .full-width-btn {
  text-align: center;
}

div.area-grid .area-grid-repeat > div:hover {
  box-shadow: 3px 3px 11px rgba(255, 255, 255, 0.8);
}

.one-stop-solution {
  background-size: cover;
}

.btn-tn.btn-tnlight:hover:before {
  width: calc(100% + 60px);
}

.how-works .container {
  position: relative;
  z-index: 1;
}

.title-gen .text-green {
  display: block;
}

.title-gen p {
  font-size: 20px;
}

.plans .title-gen h1,
.plans .title-gen h2 {
  position: relative;
}

.plans .title-gen h1:before,
.plans .title-gen h2:before {
  content: "";
  position: absolute;
  left: -80px;
  width: 60px;
  border-bottom: 4px solid #021a49;
  top: 30px;
}

.plans-col {
  text-align: center;
}

.plan-box h2 {
  font-size: 26px;
  color: #011743;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.plan-box p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

.plan-box ul {
  list-style-type: none;
}

.plan-top {
  position: absolute;
  left: 0;
  top: 200px;
}

.plan-bot {
  position: absolute;
  right: 0;
  bottom: 100px;
}

.plans {
  position: relative;
}

.plans-ul {
  position: relative;
}

.plans-ul ul {
  padding-left: 0;
  margin-bottom: 0;
}

.plans-ul ul li {
  font-weight: 400;
  font-size: 16px;
  color: #011743;
  margin-bottom: 24px;
  margin-bottom: 20px;
}

.plans-col .btn-tn.btn-tndark {
  display: inline-block;
  position: absolute;
  bottom: -15px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 170px;
  margin-left: auto;
  color: #011743;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  margin-right: auto;
}

.plans-col {
  position: relative;
  z-index: 0;
}

.plans div.slick-current.slick-active + div.slick-active .plan-box,
.plans div.slick-current.slick-active + div.slick-active h2,
.plans div.slick-current.slick-active + div.slick-active li,
.plans div.slick-current.slick-active + div.slick-active p,
div.centerActivePlan .plan-box,
div.centerActivePlan h2,
div.centerActivePlan li,
div.centerActivePlan p {
  color: #fff;
}

.plan-box p {
  margin-bottom: 0;
}

.plan-box {
  overflow: hidden;
  position: relative;
  padding: 60px 30px;
  border-radius: 15px;
  background: #f1f1f1;
}

div.plans-col .btn-tn.btn-tndark:hover {
  color: #fff;
  border-radius: 50px;
}

.carousel-proudly .item {
  display: inline-block;
  height: 100px;
  vertical-align: middle;
  position: relative;
}

div.plans-col .btn-tn.btn-tndark:before {
  width: 100%;
  left: 0;
  background: #fff;
}

div.plans-col .btn-tn.btn-tndark:hover {
  color: #fff;
}

div.plans-col .btn-tn.btn-tndark span {
  text-align: center;
  display: inline-block;
  width: 100%;
  z-index: 3;
}

.logos-tn h2 {
  margin-bottom: 0;
}

.carousel-proudly .item:before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  right: 0;
  background-image: url(https://outsourceinpakistan.com/assets/images/home/line.png);
}

.carousel-proudly .item:hover img {
  filter: contrast(0.7);
}

.item.slick-slide.slick-current.slick-active + div + div:before {
  opacity: 0;
}

section.testimonials {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 500px;
}

.testimon-in {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 40px 40px 80px;
  height: 100%;
  position: relative;
  min-height: 400px;
}

.testimon-in img.quote-img {
  float: right;
  max-width: 55px;
}

.testimon-in h4 {
  float: left;
  font-weight: 700;
  color: #011943;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 20px;
}

.testimon-in p {
  clear: both;
  padding-top: 30px;
  font-weight: 400;
  line-height: 27px;
  color: #313131;
  font-size: 12px;
}

.testimon-in h5 {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  left: 40px;
  width: calc(100% - 80px);
  letter-spacing: 0.5px;
}

.free-consultation .title-gen h1,
.free-consultation .title-gen h2,
.free-consultation .title-gen p {
  color: #fff;
}

.free-consultation .title-gen h1,
.free-consultation .title-gen h2 {
  margin-bottom: 30px;
}

.free-consultation h1.big-text-invisible {
  text-align: left;
  font-size: 140px;
  position: absolute;
  top: -100px;
  font-weight: 900;
  font-family: Montserrat;
  color: #fff;
  line-height: 130px;
  z-index: 0;
  opacity: 0.05;
  text-transform: uppercase;
}

.free-consultation .col-lg-6:last-child {
  text-align: center;
  position: relative;
}

.free-consultation .row {
  align-items: center;
}

section.free-consultation a.btn-tn:before {
  width: 100px;
  height: 100px;
  left: -60px;
}

section.free-consultation a.btn-tn:hover:before {
  width: calc(100% + 120px);
}

section.free-consultation {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.news-brands-section {
  background: #eff4ff;
}

.news-brands-section .title-gen h1,
.news-brands-section .title-gen h2 {
  font-size: 30px;
  color: #001b56;
}

.latest-blog-line a.btn-tn {
  float: right;
  width: calc(100% - 30px);
}

.latest-blog-line a.btn-tn:hover {
  color: #fff;
}

.latest-blog-line a.btn-tn:hover span {
  color: #fff;
}

.latest-blog-line a.btn-tn:before {
  background: #3cb6eb;
}

.img-blog img {
  border-radius: 10px;
}

.content-blog span.cat-blog {
  color: #000;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-block;
}

.content-blog h4 {
  font-weight: 700;
  color: #000;
  font-size: 19px;
  text-transform: capitalize;
}

a.blog-btn {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 10px;
  border-bottom: 3px solid #05b945;
}

a.blog-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.img-blog {
  overflow: hidden;
}

.blog-imgdiv {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.blog-imgdiv img {
  transition: all 0.3s linear 0s;
}

.blog-imgdiv:hover img {
  transform: scale(1.1);
}

.blog-imgdiv {
  cursor: pointer;
}

section.footer-section:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(https://outsourceinpakistan.com/assets/images/home/right-layer.jpg);
  background-size: 270px;
  background-position: right top;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
}

section.footer-section > .container {
  position: relative;
  z-index: 2;
}

section.footer-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.footer-left-column h1 {
  font-size: 58px;
  font-weight: 700;
  color: #001b56;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-section ul {
  list-style-type: none;
  padding-left: 0;
}

ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

ul.contact-links li i {
  float: left;
  width: 32px;
  color: #05b945;
}

ul.contact-links li span {
  position: relative;
  float: right;
  width: calc(100% - 32px);
  padding-left: 30px;
  margin-top: -4px;
}

ul.contact-links li {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

ul.contact-links li span:before {
  content: "";
  left: 0;
  top: 11px;
  border-bottom: 2px solid #000;
  position: absolute;
  width: 20px;
}

ul.contact-links {
  margin-top: 50px;
}

section.footer-section:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(https://outsourceinpakistan.com/assets/images/home/bottom-layer.jpg);
  background-size: 500px;
  background-position: bottom;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
}

.copyright-area div {
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

.footer-social a {
  color: #05b945;
  background: 0 0;
  width: 40px;
  display: inherit;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s linear 0s;
  margin: 0 10px;
}

.footer-social a:hover {
  color: #fff;
}

.foot-links h4 {
  font-size: 18px;
  font-weight: 700;
  color: #001b56;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  padding-top: 5px;
}

.foot-links ul li {
  margin-bottom: 18px;
}

.footer-links2 {
  margin-top: 30px;
}

div.copyright-area {
  margin-top: 40px;
}

.foot-links ul li a {
  text-transform: capitalize;
}

.foot-links ul li a:hover {
  text-decoration: none;
}

.free-consultation .btn-tn {
  font-size: 50px;
  text-transform: uppercase;
}

.contain-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.carousel-proudly .item {
  display: inline-block;
  height: 132px;
  vertical-align: middle;
  position: relative;
}

.carousel-proudly .item img {
  max-height: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  z-index: 2;
}

body header section.header-section .main-navigation .nav-link {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.steps-imgs .full-width-btn .btn-tn.btn-tndark:before {
  background: #3cb6eb;
}

section.plans {
  background-size: cover;
  background-position: right bottom;
}

.contain-canvas {
  overflow: hidden;
}

.plans-col {
  margin-bottom: 40px;
  margin-top: 20px;
}

div.slick-current.slick-active + div.slick-active + div {
  z-index: -1;
}

a.btn-tn:focus {
  outline: 0;
}

div.plans-col .btn-tn.btn-tndark:after {
  content: "";
  display: block;
  position: absolute;
  background: #0ead70;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transition: all 0.45s;
  z-index: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

div.plans-col .btn-tn.btn-tndark:hover:after {
  height: 200px;
  width: 200px;
}

.plans-ul ul {
  padding-top: 50px;
  padding-bottom: 50px;
}

.plan-box h2 + p {
  position: relative;
}

.plans-col .btn-tn.btn-tndark {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}

.slick-slide:focus {
  outline: 0;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  right: -80px;
  background-color: transparent;
  color: transparent;
  border: 0;
  height: 30px;
  transition: all 0.3s linear 0s;
  width: 55px;
  transform: translateY(-50%);
}

.slick-list.draggable {
  overflow: hidden;
}

button.slick-arrow:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: #05b945;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 0;
  opacity: 0;
  transition: all 0.3s linear 0s;
  right: -10px;
}

button.slick-arrow:after {
  content: "";
  top: 50%;
  right: 0;
  background-image: url(https://outsourceinpakistan.com/assets/images/home/arrow-slide.png);
  background-color: transparent;
  color: transparent;
  border: 0;
  height: 30px;
  background-size: 50px;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

button.slick-arrow:focus:before,
button.slick-arrow:hover:before {
  opacity: 1;
  width: 50px;
  height: 50px;
}

button.slick-arrow:focus {
  outline: 0;
}

button.slick-arrow.slick-prev {
  right: auto;
  left: -80px;
}

button.slick-arrow.slick-prev:before {
  right: auto;
  left: -10px;
}

button.slick-arrow.slick-prev:after {
  background-image: url(https://outsourceinpakistan.com/assets/images/home/arrow-slideback.png);
}

a:focus {
  outline: 0;
}

.footer-social a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: #05b945;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
  transition: all 0.3s linear 0s;
}

.footer-social a i {
  z-index: 1;
  position: relative;
}

.footer-social a:hover:before {
  width: 100%;
  height: 100%;
}

.min-vh-50 {
  min-height: 50vh;
}

.min-vh-60 {
  min-height: 60vh;
}

.min-vh-70 {
  min-height: 70vh;
}

.min-vh-80 {
  min-height: 80vh;
}

.min-vh-90 {
  min-height: 90vh;
}

.innerBannerHeading h2 {
  font-weight: 700;
  font-size: 70px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#085adc, #0339b7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -4px;
}

span.circle-behind {
  position: relative;
  color: #fff;
  z-index: 1;
  width: 150px;
  height: 150px;
  display: inline-block;
  margin-left: 30px;
}

span.circle-behind:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: linear-gradient(to right, #3ebaf0, #0e4b77);
  z-index: 0;
  left: -15px;
  top: -50px;
  border-radius: calc(100% + 25px);
  -webkit-animation: circleHeading 15s linear infinite;
  -moz-animation: circleHeading 15s linear infinite;
  -ms-animation: circleHeading 15s linear infinite;
  -o-animation: circleHeading 15s linear infinite;
  animation: circleHeading 15s linear infinite;
}

span.circle-behind b {
  position: relative;
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background: #34f6f4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  font-weight: inherit;
  display: block;
}

@-webkit-keyframes circleHeading {
  0% {
    opacity: 100%;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  25% {
    opacity: 30%;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    opacity: 60%;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    opacity: 100%;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circleHeading {
  0% {
    opacity: 100%;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  25% {
    opacity: 30%;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    opacity: 60%;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    opacity: 100%;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

section.innerpage-banner {
  background-size: cover;
  padding-top: 140px;
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 0;
  background-attachment: fixed;
}

h2.h-40 {
  font-size: 35px;
  font-weight: 700;
}

.two-parralelbtn {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

.innerpage-toparea .two-parralelbtn {
  margin-left: 20px;
}

.two-parralelbtn a.btn-tn:nth-child(even) {
  margin-left: 80px;
}

.innerpage-toparea p {
  color: #000;
  font-size: 17px;
  line-height: 27px;
}

h2.bigH2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-top: 60px;
  margin-bottom: 30px;
}

.services-gradient .row.pdt-80 {
  padding-top: 50px;
}

.plansTab-slide .slick-track {
  overflow: hidden;
}

h2.bigH2 span {
  position: absolute;
  top: -10px;
  font-size: 90px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(0, 21, 66, 0.05);
  -webkit-animation: bounceHead 5s linear infinite;
  -moz-animation: bounceHead 5s linear infinite;
  -ms-animation: bounceHead 5s linear infinite;
  -o-animation: bounceHead 5s linear infinite;
  animation: bounceHead 3s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  width: 100%;
}

.genheading2 p {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -0.4px;
}

.max-width-1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.service-grad {
  padding-bottom: 30px;
}

.service-grad a {
  background: #001441;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  text-align: left;
  height: 100px;
  overflow: hidden;
  line-height: 90px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.service-grad a img {
  position: absolute;
  top: -50%;
  right: 40px;
  height: 60px;
  transform: translateY(-50%);
  width: auto;
  z-index: 2;
  transition: all 0.3s linear 0s;
}

.service-grad a h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 90px;
  position: relative;
  z-index: 1;
}

.service-grad a:hover {
  text-decoration: none;
}

.service-grad a span {
  position: absolute;
  height: 0;
  width: 0;
  z-index: 0;
  background: linear-gradient(to left, #3cb6eb -10%, transparent);
  transition: all 0.3s ease-in 0s;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.service-grad a:hover img {
  top: 50%;
}

.service-grad a:hover span {
  width: 600px;
  height: 600px;
}

.btn-col-forfull {
  margin-top: 60px;
  text-align: center;
}

section.innerpage-botarea {
  background-image: url(https://outsourceinpakistan.com/assets/images/home/box-shadow.jpg);
  background-position: top;
  position: relative;
}

section.innerpage-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://outsourceinpakistan.com/assets/images/home/innerbanner-top.png);
  background-size: 55%;
  background-position: left top;
  background-repeat: no-repeat;
}

section.innerpage-toparea {
  position: relative;
  z-index: 1;
}

section.innerpage-toparea:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(https://outsourceinpakistan.com/assets/images/home/left-vectr.png);
  width: 40%;
  height: 100%;
  top: -80px;
  background-repeat: no-repeat;
  background-size: 72px;
  -webkit-animation: map 5s linear infinite;
  -moz-animation: map 5s linear infinite;
  -ms-animation: map 5s linear infinite;
  -o-animation: map 5s linear infinite;
  animation: map 5s linear infinite;
  animation: map 5s linear infinite;
}

section.innerpage-toparea.no-before:before {
  display: none;
}

span.map-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(https://outsourceinpakistan.com/assets/images/about/worldwide-left.png);
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 300px;
}

section.innerpage-botarea > .container {
  position: relative;
  z-index: 3;
}

span.map-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: url(https://outsourceinpakistan.com/assets/images/about/worlwide-right.png);
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: right 60px;
}

@-webkit-keyframes map {
  0% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(0.7);
  }

  100% {
    filter: brightness(1);
  }
}

@keyframes map {
  0% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(0.7);
  }

  100% {
    filter: brightness(1);
  }
}

span.next-sec {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 9%;
  transform: translateX(-50%);
  -webkit-animation: next 5s linear infinite;
  -moz-animation: next 5s linear infinite;
  -ms-animation: next 5s linear infinite;
  -o-animation: next 5s linear infinite;
  animation: next 3s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

span.next-sec img {
  cursor: pointer;
  width: 25px;
}

@-webkit-keyframes next {
  0% {
    bottom: 5%;
  }

  50% {
    bottom: 10%;
  }

  100% {
    bottom: 5%;
  }
}

@keyframes next {
  0% {
    bottom: 5%;
  }

  50% {
    bottom: 10%;
  }

  100% {
    bottom: 5%;
  }
}

.innerBannerLargeHeading h2 {
  font-size: 4.5vh;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 3vh;
}

.innerBannerLargeHeading p {
  color: white;
}

.innerBannerLargeHeading h2 + p {
  max-width: 50vw;
}

.innerBannerLargeHeading h2 span {
  display: block;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 7.5vh;
  line-height: 1;
}

.innerBannerLargeHeading a.btn-tn {
  margin-top: 10vh;
  font-size: 3vh;
}

section.innerpage-bannerlarge {
  padding-top: 8vh;
}

section.innerpage-bannerlarge .container {
  max-width: 182vh;
}

.innerBannerLargeHeading a.btn-tn:before {
  width: 8.604167vh;
  height: 8.604167vh;
  background: #3cb6eb;
  border-radius: 6.604167vh;
  left: -6.604167vh;
}

.innerBannerLargeHeading .btn-tn.btn-tnlight:hover:before {
  width: calc(100% + 12.604167vh);
  left: -6.604167vh;
}

section.innerpage-bannerlarge span.next-sec img {
  width: 2.535vh;
  height: 5.7vh;
}

span.invisiblelefttopcirc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 360px;
}

span.invisible-text {
  position: absolute;
  font-size: 75px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.05;
  top: 60px;
  left: -100%;
  transition: all 0.5s linear 0s;
  -webkit-animation: bounceHead 5s linear infinite;
  -moz-animation: bounceHead 5s linear infinite;
  -ms-animation: bounceHead 5s linear infinite;
  -o-animation: bounceHead 5s linear infinite;
  animation: bounceHead 3s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.font-50 {
  font-size: 40px;
  color: #001441;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}

span.invisible-text.transFromLeft {
  left: 50px;
}

.innerpage-toparea h4 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
}

.with-centered-image ul {
  padding-left: 0;
  list-style-type: none;
}

.dot-blue li {
  padding-left: 40px;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 35px;
  margin-bottom: 30px;
  padding-right: 40px;
}

.dot-blue li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background: #001441;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.dot-blue.dot-right li:before {
  left: auto;
  right: 0;
}

.dot-blue.dot-right li {
  text-align: right;
}

.with-centered-image img {
  width: 100%;
}

.centered-img {
  position: relative;
  width: 100%;
  min-height: 450px;
  background: linear-gradient(to top, #3cb6eb, #2686f1);
  border-radius: 50%;
}

.centered-img img {
  position: absolute;
  left: 50%;
  width: 90%;
  height: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.centered-img img.updown {
  -webkit-animation: bounceImg 5s linear infinite;
  -moz-animation: bounceImg 5s linear infinite;
  -ms-animation: bounceImg 5s linear infinite;
  -o-animation: bounceImg 5s linear infinite;
  animation: bounceImg 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@-webkit-keyframes bounceImg {
  0% {
    top: 50%;
  }

  50% {
    top: 55%;
  }

  100% {
    top: 50%;
  }
}

@keyframes bounceImg {
  0% {
    top: 50%;
  }

  50% {
    top: 55%;
  }

  100% {
    top: 50%;
  }
}

section.threeSteps {
  position: relative;
}

section.threeSteps:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  border-bottom: 20px solid #3cb6eb;
  top: 205px;
  transition: all 1s linear 0s;
  opacity: 0;
}

section.threeSteps.lineAdded:before {
  opacity: 1;
  width: 100%;
}

span.commonBgForplans {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.repeatedPlanBox {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.repeatedPlanBox h3 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.repeatedPlanBox p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 40px;
}

.repeatedPlanBox ul {
  padding-left: 0;
  list-style-type: none;
}

.repeatedPlanBox ul li {
  padding-left: 40px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 24px;
  text-transform: capitalize;
}

ul.line-left li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 3px solid #3cb6eb;
  width: 20px;
}

ul.line-left.line-blue li:before {
  border-bottom: 3px solid #1d6eed;
}

ul.line-left.line-orange li:before {
  border-bottom: 3px solid #fca600;
}

.two-col-ul {
  column-count: 2;
  margin-bottom: 0;
}

.repeatedPlanBox .two-parralelbtn {
  margin-top: 80px;
}

.mrgLeft30 {
  margin-left: 30px;
}

.btn-tn.btn-tndark:before {
  left: -30px;
}

.btn-tn.btn-tndark:hover:before {
  width: calc(100% + 60px);
}

.tabs-tn ul.nav-tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  border: 0;
  margin-bottom: 60px;
}

.tabs-tn ul.nav-tabs li a {
  padding: 0 40px;
  border: 2px solid #001441;
  border-radius: 10px;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  color: #001441;
}

.tabs-tn ul.nav-tabs li {
  width: 33.33%;
  padding: 15px;
  text-align: center;
}

a:hover {
  text-decoration: none;
}

.tabs-tn ul.nav-tabs li a.active {
  background: #001441;
  color: #fff;
}

section.pkgsIncluded.plansTab-slide ul.nav.nav-tabs {
  margin-bottom: 20px;
}

.tabs-tn ul.nav-tabs li a:hover {
  opacity: 0.8;
}

.tab-content {
  width: 100%;
}

p.pricePlan {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  font-weight: 700;
  color: #011745;
  width: 100%;
  margin-bottom: 0;
}

div.plans-grid .plans-col .btn-tn.btn-tndark {
  margin-left: 0;
}

section.commonPortfolio {
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 17px rgb(0 0 0 / 10%);
}

span.invisiblerighttopcirc {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 360px;
  background-position: right top;
}

span.invisibleleftbottomcirc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 360px;
  background-position: bottom left;
  z-index: 0;
}

span.shadedBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 0;
  box-shadow: 10px 58px 2px rgb(0 0 0 / 20%);
}

.port-comon a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.3s linear 0s;
}

.port-comon {
  margin: 30px auto;
  width: 340px;
  height: 340px;
}

.max-width-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.port-comon h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  z-index: 1;
}

.port-comon a > span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.3s linear 0s;
  transform: translate(-50%, -50%);
}

span.overlayPortBefore {
  background: #001441;
  opacity: 0.7;
}

.port-comon a:hover > span.overlayPortAfter {
  width: 100%;
  height: 100%;
}

.port-comon a > span.overlayPortAfter {
  background: linear-gradient(to bottom, rgba(37, 136, 233, 0.7), #0db06c 100%);
  width: 0;
  height: 0;
}

.port-comon a:hover span.overlayPortBefore {
  opacity: 0;
}

.port-comon a:hover span.after {
  width: 100%;
  height: 100%;
}

section.innerpage-toparea.pkgsIncluded .container {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes bounceHead {
  0% {
    margin-top: -15px;
  }

  50% {
    margin-top: 0;
  }

  100% {
    margin-top: -15px;
  }
}

@keyframes bounceHead {
  0% {
    margin-top: -15px;
  }

  50% {
    margin-top: 0;
  }

  100% {
    margin-top: -15px;
  }
}

.centered-img span img {
  transform: none;
  position: static;
}

.centered-img span {
  position: absolute;
  top: 70px;
  left: -30px;
}

.centered-img span.hand1 {
  -webkit-animation: hand1 6s linear infinite;
  -moz-animation: hand1 6s linear infinite;
  -ms-animation: hand1 6s linear infinite;
  -o-animation: hand1 6s linear infinite;
  animation: hand1 6s linear infinite;
  z-index: 2;
}

.centered-img span.hand2 {
  top: auto;
  left: auto;
  bottom: 50px;
  right: -30px;
  -webkit-animation: hand2 6s linear infinite;
  -moz-animation: hand2 6s linear infinite;
  -ms-animation: hand2 6s linear infinite;
  -o-animation: hand2 6s linear infinite;
  animation: hand2 6s linear infinite;
  z-index: 2;
}

@-webkit-keyframes hand1 {
  0% {
    left: -30px;
  }

  50% {
    left: 30px;
  }

  100% {
    left: -30px;
  }
}

@keyframes hand1 {
  0% {
    left: -30px;
  }

  50% {
    left: 30px;
  }

  100% {
    left: -30px;
  }
}

@-webkit-keyframes hand2 {
  0% {
    right: -30px;
  }

  50% {
    right: 30px;
  }

  100% {
    right: -30px;
  }
}

@keyframes hand2 {
  0% {
    right: -30px;
  }

  50% {
    right: 30px;
  }

  100% {
    right: -30px;
  }
}

img.rocket {
  width: auto;
}

.one-stop-solution img.img-fluid {
  max-height: 350px;
  width: auto;
}

.solution-slide.slick-initialized.slick-slider .slick-list.draggable {
  overflow-y: unset;
  padding-top: 30px;
  padding-bottom: 30px;
}

.modal-dialog {
  width: 480px;
}

.modal-content {
  padding: 60px 40px;
  border-radius: 15px;
  border: 0;
  background: linear-gradient(45deg, #011641, #062e52);
  background: -webkit-linear-gradient(45deg, #011641, #062e52);
  background: -moz-linear-gradient(45deg, #011641, #062e52);
  background: -ms-linear-gradient(45deg, #011641, #062e52);
  background: -o-linear-gradient(45deg, #011641, #062e52);
  box-shadow: 0 2px 41px rgb(255 255 255 / 30%);
  transition: all 0.3s linear 0s;
}

.form-logo-wrapper {
  text-align: center;
  padding-bottom: 30px;
}

.modal button.close {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  color: #fff;
  padding: 0;
  font-size: 30px;
  background-image: -webkit-linear-gradient(to right, #3ebaf0, #0e4b77);
  background-image: -moz-linear-gradient(to right, #3ebaf0, #0e4b77);
  background-image: -o-linear-gradient(to right, #3ebaf0, #0e4b77);
  background-image: -ms-linear-gradient(to right, #3ebaf0, #0e4b77);
  background-image: linear-gradient(to right, #3ebaf0, #0e4b77);
  font-weight: 700;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  opacity: 1;
}

.quote-form-header {
  text-align: center;
}

.quote-form-header p {
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 0;
}

.modal input.form-control {
  background: #fff;
  margin-bottom: 15px;
  height: 42px;
  border-radius: 5px;
  border-color: #fff;
  color: #001341;
}

.modal textarea {
  height: 120px;
  width: 100%;
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
  color: #001341;
  border: 1px solid #ced4da;
}

button.quote-button {
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  transition: all 0.3s linear 0s;
  background: 0 0;
  border: 0;
  color: #fff;
}

button.quote-button:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 50px;
  height: 50px;
  background: #3cb6eb;
  border-radius: 50px;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear 0s;
}

button.quote-button span {
  position: relative;
  z-index: 1;
}

button.quote-button:hover {
  width: calc(100% + 60px);
}

button.quote-button:hover span {
  color: #021a49;
}

.form-inner {
  text-align: center;
}

.form-btn {
  display: block;
  margin-top: 2rem;
  text-align: center;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: flex;
  justify-content: center;
}

button.quote-button:hover:before {
  width: calc(100% + 60px);
}

button.quote-button:focus {
  outline: 0;
}

.modal button.close:focus {
  outline: 0;
}

.modal button.close:hover {
  opacity: 0.8;
}

.modal input::-webkit-input-placeholder,
.modal textarea::-webkit-input-placeholder {
  color: #001341;
}

.modal input:-ms-input-placeholder,
.modal textarea:-ms-input-placeholder {
  color: #001341;
}

.modal input::placeholder,
.modal textarea::placeholder {
  color: #001341;
}

.modal input:focus,
.modal textarea:focus {
  box-shadow: 0 0 11px rgba(4, 187, 63, 0.8);
}

.plan-box:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  background: #011743;
  border-radius: 0;
  opacity: 0;
  z-index: 0;
  transition: all.3s linear 0.2s;
  box-shadow: 0 0 11px;
  width: 100%;
  height: 100%;
}

.active-plan {
  z-index: 0;
}

div.centerActivePlan .plan-box:before,
div.slick-current.slick-active + div.slick-active .plan-box:before {
  opacity: 0;
}

.plan-box h2 {
  position: relative;
  z-index: 1;
}

.plans-col:hover .plan-box {
  box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
}

.plan-box:hover h2,
.plan-box:hover li,
.plan-box:hover p {
  position: relative;
}

.plans-col:hover .plan-box h2,
.plans-col:hover .plan-box li,
.plans-col:hover .plan-box p {
  position: relative;
}

.plans-col:hover .plan-box:before {
  background: #011743;
}

section.plans {
  overflow: hidden;
}

.plans
  div.slick-current.slick-active
  + div.slick-active.plan-col:hover
  .plan-box {
  background: 0 0;
}

.plans div.slick-current.slick-active + div.slick-active .plan-box:before,
div.centerActivePlan .plan-box:before {
  left: 0;
  opacity: 1;
}

.plan-box {
  transition: all 0.3s linear 0s;
}

button.slick-arrow.slick-prev:after {
  background-position: left center;
}

div.copyright-area {
  align-items: center;
}

span.map-left {
  background-size: 250px;
}

.pkgsIncluded .row.tabs-tn {
  padding-top: 40px;
}

.plans-grid .plan-box {
  min-height: 600px;
}

.repeatedPlanBox {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background-position: left;
}

.repeatedPlanBox:nth-child(even) {
  background-position: right;
}

.centered-img img.big-img-animate {
  width: 130%;
}

.genheading2 p {
  max-width: 1000px;
  margin: 0 auto;
}

.grid-common-tabs.tabs-tn ul.nav-tabs li {
  width: 20%;
}

.grid-common-tabs.tabs-tn ul.nav-tabs li a {
  height: 60px;
  line-height: 58px;
}

.port-slide-in {
  display: inline-block;
}

.port-slide-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 4s linear 0s;
}

.port-slide-in > div {
  height: 65vh;
  position: relative;
  margin-bottom: 100px;
}

.port-slide-in:not(.slick-active):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.centered-img {
  box-shadow: 0 41px 60px rgb(37 138 236 / 35%);
}

.img-step-div {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.processNewBg {
  background-size: cover;
  background-position: bottom;
}

.port-slide-in > div:hover img {
  object-position: bottom;
}

.port-slide-in.slick-active img {
  box-shadow: 0 5px 11px rgb(0 0 0 / 60%);
}

.centered-img img.fivenine-img {
  width: 59%;
}

.imgs-in-repeat li {
  display: inline-block;
}

.imgs-in-repeat li:first-child {
  padding-left: 0;
}

.light_plan.repeatedPlanBox ul.imgs-in-repeat li img {
  filter: grayscale(1);
}

.repeatedPlanBox ul.imgs-in-repeat {
  margin-top: 10px;
  display: inline-block;
}

.plans-row.large-box .plan-box {
  min-height: 770px;
  padding-bottom: 100px;
  padding-top: 40px;
}

.large-box .plans-ul ul {
  padding-top: 30px;
  padding-bottom: 30px;
}

.large-box .plans-ul ul li {
  margin-bottom: 14px;
  font-size: 16px;
}

.large-box p.pricePlan {
  font-size: 34px;
}

section.innerpage-botarea.innerpage-botarea-withBgColor {
  background: no-repeat;
}

section.innerpage-botarea.innerpage-botarea-withBgColor {
  background: no-repeat;
}

section.innerpage-botarea.innerpage-botarea-withBgColor span {
  color: rgba(255, 255, 255, 0.05);
}

section.innerpage-botarea.innerpageBotareaBlue {
  background: #011743;
}

.innerpageBotareaBlue h2.bigH2 span {
  color: rgba(255, 255, 255, 0.08);
}

.port-slide-row button.slick-arrow {
  width: 0;
  height: 0;
  padding: 0;
}

section.sliding-portfolio {
  position: relative;
}

section.sliding-portfolio .container {
  z-index: 2;
  position: relative;
}

.repeatedPlanBox ul.imgs-in-repeat + .two-parralelbtn {
  margin-top: 50px;
}

div.centered-img img.monitoringimg {
  width: 110%;
}

.large-box.withoutPrice .plan-box h2 {
  margin-bottom: 30px;
}

.medium-box .plans-ul ul li {
  font-size: 15px;
  margin-bottom: 15px;
}

.medium-box p.pricePlan {
  font-size: 28px;
}

p.pricePlan span {
  font-size: 50%;
  vertical-align: super;
}

.sliding-portfolio.no-tab .genheading2 {
  margin-bottom: 6vh;
}

img.Img60 {
  width: 60%;
}

section.innerpage-botarea.noBgImg {
  background: 0 0;
  box-shadow: 0 0 51px rgb(0 0 0 / 10%);
}

.btnBlue:before {
  background: #0053b9 !important;
}

.btnOrange:before {
  background: #fca600 !important;
}

a.btn-tn.btn-tnlight.btnBlue:hover span {
  color: #fff !important;
}

.diffrentPricing h4 {
  font-size: 21px;
  color: #0053b9;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.diffrentPricing li:first-child h4 {
  margin-top: 10px;
}

.plans-grid .plan-box {
  height: 100%;
}

.diffrentPricing .large-box .plans-ul ul li {
  margin-bottom: 10px;
  font-size: 12px;
}

section.pkgsIncluded .row.diffrentPricing .large-box .plan-box {
  padding: 30px 15px 150px;
}

section.pkgsIncluded .row.diffrentPricing .large-box .plan-box h2 {
  font-size: 28px;
}

section.pkgsIncluded .row.diffrentPricing .large-box p.pricePlan {
  bottom: 60px;
  font-size: 30px;
  text-transform: uppercase;
}

section.pkgsIncluded .row.diffrentPricing .large-box p.pricePlan strong {
  font-weight: inherit;
  margin-bottom: 10px;
  display: block;
  font-size: 80%;
  color: #0053b9;
}

section.pkgsIncluded
  .row.diffrentPricing
  .large-box
  .centerActivePlan
  .plan-box:before {
  background: #0053b9;
}

section.pkgsIncluded
  .row.diffrentPricing
  .large-box
  .centerActivePlan
  .plan-box
  h4 {
  color: #fcc400;
}

section.pkgsIncluded
  .row.diffrentPricing
  .large-box
  .centerActivePlan
  p.pricePlan
  strong {
  color: #fcc400;
}

.repeatedPlanBox p {
  max-width: 90%;
}

.diffrentPricing .largest-plan h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.diffrentPricing .largest-plan li:first-child h4 {
  margin-top: 5px;
}

.diffrentPricing .large-box.largest-plan .plans-ul ul li {
  margin-bottom: 7px;
  font-size: 10px;
}

section.pkgsIncluded .row.diffrentPricing .large-box.largest-plan .plan-box {
  padding: 20px 15px 100px;
}

section.pkgsIncluded .row.diffrentPricing .large-box.largest-plan .plan-box h2 {
  font-size: 28px;
}

section.pkgsIncluded
  .row.diffrentPricing
  .large-box.largest-plan
  p.pricePlan
  strong {
  margin-bottom: 10px;
}

.innerBannerLargeHeading h2 + p {
  font-size: 2.4vh;
  max-width: 60vw;
  margin: 0 auto;
}

section.plans.pkgsIncluded {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

section.plans.pkgsIncluded:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://outsourceinpakistan.com/assets/images/home/planNewCirc.png);
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  background-size: contain;
}

.dropdown-toggle::after {
  position: relative;
}

section.plans.pkgsIncluded.planYell:before {
  background: url(https://outsourceinpakistan.com/assets/images/home/planYellowCirc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.port-slide-vdoIn > div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 65vh;
  margin-bottom: 30px;
  overflow: hidden;
}

.imgVdo > img,
.openVdo iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgVdo,
.openVdo {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

span.play,
span.playlight {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(235, 235, 235, 0.7);
  z-index: 1;
  left: 0;
  top: 0;
  transition: all 0.3s linear 0s;
}

span.play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.openVdo {
  opacity: 0;
  left: 200%;
  z-index: 1;
}

.port-slide-vdoIn.slick-center span.play {
  background: rgba(0, 20, 65, 0.9);
}

.port-slide-vdoIn.slick-current > div {
  box-shadow: 0 26px 13px rgb(0 0 0 / 35%);
}

.imgVdo {
  transition: all 0.3s linear 0s;
}

.openVdo {
  transition: all 0.4s linear 0s;
}

span.playlight img {
  display: none;
}

span.play {
  left: -100%;
}

.slick-center span.play {
  left: 0;
}

.slick-center span.playlight {
  left: 200%;
}

.port-slide-vdoIn > div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 65vh;
  margin-bottom: 30px;
  overflow: hidden;
}

.imgVdo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgVdo {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

span.play,
span.playlight {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(235, 235, 235, 0.7);
  z-index: 1;
  left: 0;
  top: 0;
  transition: all 0.3s linear 0s;
}

span.play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

.port-slide-vdoIn.slick-center span.play {
  background: rgba(0, 20, 65, 0.9);
}

.port-slide-vdoIn.slick-current > div {
  box-shadow: 0 26px 13px rgb(0 0 0 / 35%);
}

.imgVdo {
  transition: all 0.3s linear 0s;
}

span.playlight img {
  display: none;
}

span.play {
  left: -100%;
}

.slick-center span.play {
  left: 0;
}

.slick-center span.playlight {
  left: 200%;
}

.centered-img span.bulb {
  width: 100%;
  height: 200px;
  background: url(https://outsourceinpakistan.com/assets/images/AgencyBranding/agencyMarketingBulb.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  background-size: auto;
  left: 0;
  -webkit-animation: bouncbulb 5s linear infinite;
  -moz-animation: bouncbulb 5s linear infinite;
  -ms-animation: bouncbulb 5s linear infinite;
  -o-animation: bouncbulb 5s linear infinite;
  animation: bouncbulb 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  z-index: 3;
}

.centered-img img.bulbholder.updownholder {
  -webkit-animation: bounceHand 5s linear infinite;
  -moz-animation: bounceHand 5s linear infinite;
  -ms-animation: bounceHand 5s linear infinite;
  -o-animation: bounceHand 5s linear infinite;
  animation: bounceHand 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  top: 80%;
  width: 70%;
}

@-webkit-keyframes bouncbulb {
  0% {
    margin-top: -20px;
  }

  50% {
    margin-top: 0;
  }

  100% {
    margin-top: -20px;
  }
}

@keyframes bouncbulb {
  0% {
    margin-top: -20px;
  }

  50% {
    margin-top: 0;
  }

  100% {
    margin-top: -20px;
  }
}

@-webkit-keyframes bounceHand {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -40px;
  }

  100% {
    margin-top: 0; /* Reset to the initial position */
  }
}

.heading-underline h2 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  width: auto;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #001442;
}

.heading-underline h2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 70%;
  border-bottom: 4px solid #3cb6eb;
  bottom: 0;
}

.privacy-policy p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 30px;
}

.privacy-policy-collect-information ul {
  padding: 0;
}

.privacy-policy-collect-information ul li:before {
  content: "-";
  padding: 0 15px;
}

.privacy-policy-collect-information ul li {
  line-height: 30px;
  font-size: 20px;
  list-style: none;
  padding: 0;
  display: flex;
  padding-bottom: 20px;
}

.terms-of-use ol {
  line-height: 48px;
  font-size: 20px;
  list-style-type: lower-alpha;
}

.refund-policy ol li {
  padding-left: 20px;
  line-height: 30px;
  font-size: 20px;
  padding-bottom: 20px;
}

ol.roman-list {
  list-style-type: upper-roman;
}

.contact-us-head h2 {
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  font-weight: 800;
  line-height: 62px;
}

.contact-us-head h3 {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 62px;
}

.contact-us-head p {
  line-height: 34px;
}

.side-picture:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(https://outsourceinpakistan.com/assets/images/home/left-vectr.png);
  width: 40%;
  height: 100%;
  top: -80px;
  background-repeat: no-repeat;
  background-size: 72px;
  -webkit-animation: map 5s linear infinite;
  -moz-animation: map 5s linear infinite;
  -ms-animation: map 5s linear infinite;
  -o-animation: map 5s linear infinite;
  animation: map 5s linear infinite;
  animation: map 5s linear infinite;
}

.genheading-contact {
  text-align: left;
}

.genheading-contact h2.contactH2 {
  position: relative;
  font-size: 50.25px;
  font-weight: 700;
  line-height: 54.01px;
  margin-bottom: 40px;
}

h2.contactH2 span:nth-child(1) {
  position: absolute;
  top: -36px;
  font-size: 80px;
  left: -4px;
  color: rgba(0, 21, 66, 0.05);
  -webkit-animation: bounceHead 5s linear infinite;
  -moz-animation: bounceHead 5s linear infinite;
  -ms-animation: bounceHead 5s linear infinite;
  -o-animation: bounceHead 5s linear infinite;
  animation: bounceHead 3s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  width: 100%;
}

.contact-input input,
.contact-input textarea {
  width: 100%;
  padding: 19px 25px;
  margin: 10px 0;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  color: #021a49;
  font-weight: 500;
}

.contact-input textarea {
  min-height: 300px;
}

.contact-details h2 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}

.contact-details ul {
  list-style: none;
  padding: 20px 0;
}

.contact-details ul li {
  display: flex;
  padding-bottom: 30px;
  line-height: 1.7;
  font-size: 18px;
  font-weight: 500;
}

.contact-details ul li span {
  color: #03bd38;
  margin-right: 10px;
  line-height: 1.5;
}

.contact-details {
  margin: 50px 30px;
}

.jhoola {
  width: 60%;
  height: auto;
  animation: 5s repeating infinite;
}

@keyframes repeating {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(20px);
  }
}

section.side-picture {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
}

::-webkit-input-placeholder {
  color: #aeaeae;
}

:-ms-input-placeholder {
  color: #aeaeae;
}

::placeholder {
  color: #aeaeae;
}

.contact-input input,
.contact-input select {
  height: 52px;
}

.plans-row .plan-box {
  height: 100%;
}

p.pricePlan span.adSpend {
  display: block;
}

.row.plans-row.large-box.autoHeight .plan-box {
  min-height: unset;
}

@media (min-width: 981px) and (max-width: 1920px) {
  section.plans.pkgsIncluded.plansTab-slide.plan-amazon-va
    .plan-box.plan-va:before {
    background: #211f1f;
  }

  section.plans.pkgsIncluded.plansTab-slide.plan-amazon-va
    .plan-box.plan-va
    h2.black-va {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box .plan-box.plan-va h2 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .diffrentPricing h4 {
    font-size: 1.073vw;
    margin-top: 1.418vw;
    margin-bottom: 1vw;
  }

  section.plans.pkgsIncluded.plan-amazon-va .diffrentPricing h4 {
    margin-top: 2.2vw;
    color: #211f1f;
  }

  section.plans.pkgsIncluded.plan-amazon-va .diffrentPricing li:first-child h4 {
    margin-top: 0.506vw;
  }

  .diffrentPricing li:first-child h4 {
    margin-top: 0.506vw;
  }

  .diffrentPricing .large-box .plans-ul ul li {
    margin-bottom: 0.8vw;
    font-size: 1vw;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box .plan-box {
    padding: 1.618vw 0.909vw 9.091vw;
  }

  section.pkgsIncluded
    .row.diffrentPricing.noPriceHeading
    .large-box
    .plan-box {
    padding: 2.618vw 1.4vw 7.091vw;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box .plan-box h2 {
    font-size: 1.697vw;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box p.pricePlan {
    bottom: 3.636vw;
    font-size: 1.618vw;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box p.pricePlan strong {
    margin-bottom: 0.406vw;
  }

  .diffrentPricing .largest-plan h4 {
    font-size: 0.8vw;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
  }

  .diffrentPricing .largest-plan li:first-child h4 {
    margin-top: 0.006vw;
  }

  .diffrentPricing .large-box.largest-plan .plans-ul ul li {
    margin-bottom: 0.306vw;
    font-size: 0.527vw;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box.largest-plan .plan-box {
    padding: 1.618vw 0.909vw 4vw;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box.largest-plan
    .plan-box
    h2 {
    font-size: 1.2vw;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box.largest-plan
    p.pricePlan {
    bottom: 2.636vw;
    font-size: 1.3vw;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box.largest-plan
    p.pricePlan
    strong {
    margin-bottom: 0.406vw;
    font-size: 80%;
  }

  .diffrentPricing ul br {
    display: none;
  }

  .diffrentPricing .med-box h4 {
    font-size: 1.2vw;
    margin-bottom: 1.2vw;
    margin-top: 2.4vw;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box.med-box .plan-box h2 {
    font-size: 2.4vw;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box.med-box
    p.pricePlan
    strong {
    font-size: 65%;
    line-height: 1.4vw;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box.med-box p.pricePlan {
    font-size: 1.8vw;
  }

  section.pkgsIncluded .row.diffrentPricing a.btn-tn.btn-tndark {
    min-width: 12vw;
  }
}

.genheading2 h2.bigH2:before,
.repeatedPlanBox h3:before {
  content: "";
  position: absolute;
  left: 0;
  width: 70%;
  border-bottom: 4px solid #3cb6eb;
  bottom: 0;
}

.genheading2 h2.bigH2.blueLine:before,
.repeatedPlanBox h3.blueLine:before {
  border-color: #1d6eed;
}

.genheading2 h2.bigH2.orangeLine:before,
.repeatedPlanBox h3.orangeLine:before {
  border-color: #fca600;
}

.genheading2 h2.bigH2.yellowLine:before,
.repeatedPlanBox h3.yellowLine:before {
  border-color: #ffd200;
}

.btn-tn.btn-tnlight.btnYellow:before,
.btn-tn.btnYellow:before {
  background-color: #ffd200;
}

.btn-tn.btn-tnlight.btnYellow:hover span,
.btn-tn.btnYellow:hover span {
  color: #fff !important;
}

.genheading2 h2.bigH2,
.repeatedPlanBox h3 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  width: auto;
}

.genheading2 h2.bigH2 {
  position: relative;
}

.genheading2 {
  text-align: center;
}

.genheading2 h2.bigH2.text-center:before {
  left: 50%;
  transform: translateX(-50%);
}

h2.bigH2 span {
  min-width: 800px;
}

.plans-col-700 .plans-grid .plan-box {
  min-height: 700px;
}

.centered-img img.smallImg {
  width: 50%;
}

img.appImg {
  width: 80%;
}

.cir-img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(https://outsourceinpakistan.com/assets/images/appDevelopment/circAppBg.png);
  width: 150%;
  height: 150%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  background-size: 100%;
  opacity: 0;
  left: 200%;
}

.mobImg {
  display: inline-block;
  position: relative;
  width: 17.7vw;
  height: 35.685vw;
}

.portApp-slide-in div img {
  width: 15.406vw;
  height: 33.461vw;
  object-fit: cover;
  object-position: top center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 1.212vw;
}

span.speakerMob {
  position: absolute;
  z-index: 4;
  background-image: url(https://outsourceinpakistan.com/assets/images/appDevelopment/speaker.png);
  width: 44%;
  height: 1.576vw;
  top: 0.606vw;
  left: -100%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  opacity: 0;
}

span.frameMob {
  position: absolute;
  z-index: 1;
  background-image: url(https://outsourceinpakistan.com/assets/images/appDevelopment/phone.png);
  width: 100%;
  height: 100%;
  top: 50%;
  left: -100%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  opacity: 0;
  margin-top: -2vh;
}

.slick-center span.cir-img,
.slick-current.slick-active .mobImg > a,
.slick-current.slick-active span.frameMob,
.slick-current.slick-active span.speakerMob {
  opacity: 1;
}

.slick-center .mobImg:before {
  opacity: 0;
}

.mobImg > a {
  position: absolute;
  bottom: 4.848vw;
  transform: rotate(270deg) translateY(3.03vw);
  right: -2.5vw;
  opacity: 0;
  z-index: 3;
  color: #011743;
  font-weight: 900;
  font-size: 0.909vw;
  bottom: -100%;
}

.portMobile-slide-row .slick-track {
  padding-top: 4.848vw;
  padding-bottom: 4.848vw;
}

.mobImg:before,
span.cir-img {
  transition: all 0.3s linear 0s;
}

.mobImg:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 4;
}

.slick-center span.cir-img {
  left: 50%;
}

.slick-current.slick-active .mobImg > a {
  bottom: 7vw;
}

.slick-current.slick-active span.frameMob {
  left: 50%;
}

.slick-current.slick-active span.speakerMob {
  left: 50%;
}

.mobImg img {
  filter: grayscale(1);
}

.slick-current.slick-active div img {
  filter: grayscale(0);
}

span.cir-img,
span.frameMob,
span.speakerMob {
  transition: all 0.4s linear 0s;
}

.mobImg > a {
  transition: all 0.5s linear 0s;
}

.portApp-slide-in > div {
  position: relative;
  text-align: center;
}

section.post-content-area .single-post .posts-title h3 {
  color: #3d3d3d;
}

.widget-wrap .user-info-widget a h4 {
  color: #3d3d3d;
}

section.post-content-area .single-post .primary-btn {
  border-color: #0ccd95;
  letter-spacing: 0.1px;
  font-size: 18px;
  font-weight: 600;
  width: auto;
  height: 50px;
  background: -webkit-linear-gradient(left, #0ccd94 0, #1bc4c7 100%) !important;
  background: linear-gradient(to right, #0ccd94 0, #1bc4c7 100%) !important;
  transition: all 0.3s linear 0s;
  line-height: 50px;
  border-radius: 50px !important;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff !important;
}

section.post-content-area .single-post .primary-btn:hover {
  border-color: #1ea0d3;
  background: -webkit-linear-gradient(left, #1ea0d3 0, #1ea0d3 100%) !important;
  background: linear-gradient(to right, #1ea0d3 0, #1ea0d3 100%) !important;
  color: #fff !important;
}

div.widget-wrap .newsletter-widget .form-control {
  height: 38px;
}

div.widget-wrap .popular-post-widget .popular-post-list .thumb {
  width: 80px;
  height: 60px;
  flex: 0 0 80px;
}

div.widget-wrap .popular-post-widget .popular-post-list .thumb img {
  height: 100%;
  object-fit: cover;
}

div.widget-wrap .popular-post-widget .single-post-list .details h6 {
  line-height: 1.4 !important;
}

section.post-content-area .single-post a.posts-title h3 {
  line-height: 1.4 !important;
}

section.single-post-area .post-content-tn p {
  margin-bottom: 20px;
}

section.single-post-area .post-content-tn h3 {
  color: #3d3d3d;
  margin-bottom: 10px;
  padding-top: 10px;
}

section.single-post-area .post-content-tn h4 {
  color: #3d3d3d;
  margin-bottom: 10px;
  padding-top: 10px;
}

section.single-post-area .user-details p span {
  margin-right: 6px;
}

section.single-post-area .user-details p a {
  line-height: 14px;
}

section.single-post-area.post-content-area .single-post .meta-details:after {
  border-bottom: 1px solid #ddd !important;
  content: "";
  width: calc(100% - 30px);
  left: 15px;
  height: 1px;
  position: absolute;
  bottom: 0;
}

section.single-post-area.post-content-area .single-post .meta-details {
  position: relative;
}

section.single-post-area .post-content-tn a {
  color: #19c5c2;
}

section.single-post-area ul.social-links {
  margin-top: -5px;
  margin-bottom: 5px;
}

section.plans.pkgsIncluded > .container {
  position: relative;
}

.single-post a.btn-tn {
  margin-left: 40px;
  margin-top: 14px;
  display: inline-block;
}

.post-content-area .single-post {
  padding-bottom: 30px;
}

.blogBanner .innerBannerLargeHeading h2 span {
  font-size: 5vh;
  line-height: 1.4;
  max-width: 1000px;
  margin: 0 auto;
}

section.sliding-appPortfolio {
  position: relative;
}

div.datetimepicker {
  font-family: Poppins;
}

div.datetimepicker td,
div.datetimepicker th {
  color: #02bf36;
  border: 1px solid #e3e3e3;
  font-weight: 400;
  padding: 3px 6px;
}

div.datetimepicker table tr td.active.active,
div.datetimepicker table tr td.active.disabled.active,
div.datetimepicker table tr td.active.disabled:active,
div.datetimepicker table tr td.active.disabled:hover.active,
div.datetimepicker table tr td.active.disabled:hover:active,
div.datetimepicker table tr td.active:active,
div.datetimepicker table tr td.active:hover.active,
div.datetimepicker table tr td.active:hover:active {
  background: #06b946;
  border-radius: 0;
  border-color: #06b949;
}

div.datetimepicker tfoot th {
  border-bottom: 0;
}

div.datetimepicker thead tr:first-child th.switch {
  border: 0;
}

div.datetimepicker thead tr:first-child th.prev {
  border-right: 0;
  border-top: 0;
  border-radius: 0;
}

div.datetimepicker thead tr:first-child th.next {
  border-left: 0;
  border-top: 0;
}

div.datetimepicker thead tr:first-child {
  border-top: 1px solid #ddd;
  background: #07b74e;
}

div.datetimepicker thead tr:first-child th {
  color: #fff;
  border-radius: 0;
}

div.datetimepicker tfoot th {
  background: #06b84a;
  color: #fff;
}

div.datetimepicker tfoot th:hover,
div.datetimepicker thead tr:first-child th:hover {
  background: #04bd3b;
}

div.datetimepicker thead tr:first-child {
  background: #05ba44;
}

div.datetimepicker {
  font-family: Poppins;
}

.table-condensed span.hour,
.table-condensed span.minute {
  color: #06b946;
  border: 1px solid #e3e3e3;
  font-weight: 400;
  padding: 0 6px;
  border-radius: 0;
  margin: 0;
  height: auto;
}

div.datetimepicker table tr td span.active.active,
div.datetimepicker table tr td span.active.disabled.active,
div.datetimepicker table tr td span.active.disabled:active,
div.datetimepicker table tr td span.active.disabled:hover.active,
div.datetimepicker table tr td span.active.disabled:hover:active,
div.datetimepicker table tr td span.active:active,
div.datetimepicker table tr td span.active:hover.active,
div.datetimepicker table tr td span.active:hover:active {
  background: #04bb3f;
}

div.datetimepicker .datetimepicker-hours table tr td span.hour_am,
div.datetimepicker .datetimepicker-hours table tr td span.hour_pm,
div.datetimepicker table tr td span.minute {
  width: 31.333%;
  margin: 1%;
}

div.datetimepicker {
  max-height: 300px;
  overflow: auto;
}

.modal {
  z-index: 105000;
}

a.dropdown-item {
  color: #021a49;
  font-weight: 400;
  letter-spacing: 0;
}

.plans-row .plan-box {
  min-height: 460px;
}

.withoutPara .plan-box h2 {
  margin-bottom: 0;
}

.withPrice .plan-box {
  padding-bottom: 120px;
}

.medium-box .plan-box {
  min-height: 670px;
  padding-bottom: 80px;
}

.medium-box .plans-ul ul {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricewithmyw p.pricePlan {
  font-size: 34px;
}

div.medium-box.withoutPrice .plan-box {
  padding-bottom: 40px;
  min-height: 620px;
}

.repeatedPlanBox.orangeBg {
  background-color: #fd5040;
}

.repeatedPlanBox.purpleBg {
  background-color: #69349c;
}

.repeatedPlanBox.lightGreenBg {
  background-color: #00c5b3;
}

.repeatedPlanBox.darkBlueBg {
  background-color: #00338e;
}

.repeatedPlanBox.yellowBg {
  background-color: #ffb005;
}

.repeatedPlanBox.lightBlueBg {
  background-color: #1c6eec;
}

.repeatedPlanBox.redBg {
  background-color: #e60002;
}

section.processNewBg .img-step-div {
  max-width: 80%;
}

iframe {
  display: block;
}

div#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000000;
  top: 0;
  left: 0;
  text-align: center;
}

div#preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 200px;
  transition: all 0.3s linear 0s;
}

.navbar-nav {
  visibility: visible;
}

.fpixel {
  display: none;
}

@media (min-width: 200px) and (max-width: 767px) {
  section.plans.pkgsIncluded.plansTab-slide.plan-amazon-va
    div.plan-box.plan-va:before {
    background: #f1f1f1;
  }

  .plan-amazon-va .plans-col.va-plan-col.centerActivePlan .plan-box.plan-va {
    background: #f1f1f1;
  }

  section.pkgsIncluded.plan-amazon-va
    .row.diffrentPricing
    .large-box
    .plan-box
    h2 {
    color: #000 !important;
  }

  section.pkgsIncluded.plan-amazon-va
    .row.diffrentPricing
    .large-box
    .centerActivePlan
    .plan-box
    h4 {
    color: #211f1f;
  }

  section.plans.pkgsIncluded.plan-amazon-va {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.single-post-area ul.social-links {
    margin-top: 0;
    position: absolute;
    right: 0;
    width: auto;
  }

  p.user-name {
    margin-bottom: 10px;
  }

  p.date {
    margin-bottom: 10px;
  }

  section.single-post-area ul.social-links {
    margin-top: 0;
    position: absolute;
    right: 0;
    width: auto;
  }

  .user-details.row {
    position: relative;
  }

  .mobLogoMain {
    position: absolute;
    left: 20px;
    width: 50%;
    top: 6px;
    z-index: 1;
  }

  .mobile-menu {
    align-items: center;
    position: relative;
  }

  .mobile-menu button.navbar-toggler {
    float: right;
  }

  .mobile-menu nav {
    justify-content: flex-end;
    background: 0 0 !important;
    padding-right: 0;
    padding-left: 0;
  }

  .navDiv {
    z-index: 0;
    position: relative;
  }

  div.navbar-collapse {
    background: #fff;
    margin-top: 5%;
    border-radius: 5px;
    box-shadow: 0 11px 16px rgb(5 40 93 / 30%);
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    color: #021a49;
    padding: 10px 15px;
    border-bottom: 1px solid #e3e3e3;
    font-family: Montserrat;
    text-transform: uppercase;
  }

  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #021a49;
  }

  .navbar-dark .navbar-nav li.active .nav-link {
    border: 0;
    color: #13a48c;
  }

  .steps-vdo h3 {
    font-size: 24px;
  }

  .slider-home-repeater h1 {
    font-size: 24px;
  }

  .slider-home-repeater p {
    font-size: 13px;
  }

  .slider-home-repeater:before {
    height: 15%;
  }

  .mobile-menu button.navbar-toggler:focus {
    outline: 0;
    border: 1px solid #0fa978;
  }

  .pdt-160 {
    padding-top: 80px;
  }

  .pbt-160 {
    padding-bottom: 80px;
  }

  .why-outsource h3 span.back-bigtext {
    font-size: 240%;
    top: 0;
  }

  .why-outsource h3 {
    font-size: 24px;
  }

  .why-outsource:before {
    top: 40%;
    width: 80px;
  }

  .circle-two > span.circ-2 {
    width: 30px;
    height: 30px;
  }

  .circle-two > span {
    width: 20px;
    height: 20px;
  }

  body,
  p {
    font-size: 14px;
  }

  .why-outsource p {
    font-size: 14px;
  }

  .pdt-90 {
    padding-top: 50px;
  }

  .pbt-90 {
    padding-bottom: 50px;
  }

  .one-stop-solution .num {
    font-size: 100px;
  }

  @-webkit-keyframes num {
    0% {
      top: -150px;
    }

    50% {
      top: -100px;
    }

    100% {
      top: -150px;
    }
  }

  @keyframes num {
    0% {
      top: -60px;
    }

    50% {
      top: -30px;
    }

    100% {
      top: -60px;
    }
  }

  .one-stop-solution img.img-fluid {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .one-stop-solution h3 {
    font-size: 24px;
  }

  .one-stop-solution h3 span.text-green {
    font-size: 160%;
  }

  .one-stop-solution p {
    font-size: 14px;
  }

  section.one-stop-solution {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .pdt-120 {
    padding-top: 60px;
  }

  .pbt-120 {
    padding-bottom: 60px;
  }

  .contain-canvas {
    display: none;
  }

  .steps-vdo > .col-lg-3 {
    padding-left: 15px;
  }

  .steps-vdo h1 {
    font-size: 24px;
    padding-top: 0;
  }

  .steps-vdo h1 span {
    display: inline-block;
    background: 0 0;
    max-width: unset;
  }

  .steps-vdo h1 span:before {
    display: none;
  }

  .steps-vdo p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .img-in-frame {
    width: 280px;
    margin: 0 auto;
    float: none;
  }

  .img-in-frame > img,
  .img-in-frame > video {
    width: 190px;
    height: 120px;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
  }

  .steps-imgs h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .step-img .main-step-img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }

  .main-step-cont h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .main-step-cont p {
    font-size: 14px;
    line-height: 1.7;
    max-width: 80%;
  }

  .main-step-cont {
    margin-bottom: 20px;
  }

  .full-width-btn .btn-tn {
    margin-top: 40px;
  }

  .btn-tn.btn-tndark {
    font-size: 14px;
  }

  .btn-tn:before {
    width: 40px;
    height: 40px;
  }

  .pdt-80 {
    padding-top: 40px;
  }

  .pbt-100 {
    padding-bottom: 50px;
  }

  .title-gen h1,
  .title-gen h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  div.area-grid .area-grid-repeat > div {
    padding: 30px 20px;
  }

  .area-grid-repeat h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .area-grid-repeat ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .area-grid-repeat {
    margin-bottom: 20px;
  }

  .plans-row .plan-box {
    min-height: unset;
  }

  .plans-col .btn-tn.btn-tndark {
    height: 40px;
    line-height: 40px;
  }

  .pbt-140 {
    padding-bottom: 70px;
  }

  .carousel-proudly .item:before {
    width: 1px;
  }

  .item.slick-slide.slick-current + div:before {
    display: none;
  }

  section.testimonials {
    background-size: 30%;
  }

  .testimon-in {
    padding: 30px 20px 40px;
    min-height: unset;
  }

  .testimon-in img.quote-img {
    max-width: 35px;
  }

  .testimon-in h4 {
    font-size: 16px;
  }

  .testimon-in p {
    font-size: 14px;
    color: #000;
    line-height: 1.7;
  }

  .testimon-in h5 {
    position: static;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .free-consultation .btn-tn {
    font-size: 14px;
    margin-left: 30px;
  }

  .free-consultation h1.big-text-invisible {
    font-size: 60px;
    top: -50px;
    line-height: 1;
  }

  section.free-consultation {
    padding-bottom: 100px;
  }

  .free-consultation .col-lg-6:last-child {
    margin-top: 40px;
    text-align: left;
  }

  section.free-consultation a.btn-tn:before {
    width: 60px;
    height: 60px;
    left: -30px;
  }

  section.free-consultation a.btn-tn:hover:before {
    width: calc(100% + 60px);
  }

  .news-brands-section .title-gen h1,
  .news-brands-section .title-gen h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .latest-blog-line a.btn-tn {
    display: none;
  }

  .latest-blog-line {
    display: none;
  }

  .img-blog {
    padding: 0;
    margin-bottom: 15px;
  }

  .content-blog {
    padding: 0;
  }

  .content-blog span.cat-blog {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .content-blog h4 {
    font-size: 18px;
  }

  .footer-left-column h1 {
    font-size: 24px;
  }

  section.footer-section:before {
    background-size: 30%;
  }

  ul li a {
    font-size: 14px;
  }

  ul.contact-links li i {
    width: 24px;
  }

  ul.contact-links li span:before {
    width: 0;
  }

  ul.contact-links li span {
    width: calc(100% - 24px);
    padding-left: 0;
  }

  ul.contact-links li span br {
    display: none;
  }

  .foot-links h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .foot-links ul li {
    margin-bottom: 12px;
  }

  section.footer-section:after {
    background-size: 100%;
  }

  div.copyright-area {
    margin-top: 30px;
  }

  .copyright-area div.footer-social {
    text-align: left !important;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-social li:first-child a {
    margin-left: 0;
  }

  .footer-left-column h1 span.text-green {
    display: block;
  }

  .modal-content {
    margin-top: 15px;
    padding: 40px 20px;
  }

  .modal-dialog {
    width: 95%;
    margin-top: 0;
  }

  .form-logo-wrapper img {
    width: 200px;
  }

  .modal button.close {
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    font-size: 20px;
  }

  .quote-form-header p {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .modal input.form-control {
    height: 36px;
  }

  .modal textarea {
    height: 100px;
  }

  .slider-home-repeater:before {
    width: 80%;
    left: 10%;
  }

  .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }

  .navbar-nav .dropdown-menu a.dropdown-item,
  .navbar-nav .dropdown-menu a.dropdown-item:focus,
  .navbar-nav .dropdown-menu a.dropdown-item:hover {
    text-transform: capitalize;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 30px;
    color: #021a49;
  }

  .navbar-nav .dropdown-menu a.dropdown-item:last-child {
    border-bottom: 0;
  }

  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #021a49;
    font-weight: 500;
  }

  header {
    z-index: 100;
  }

  .plans .title-gen h1:before,
  .plans .title-gen h2:before {
    opacity: 0;
  }

  .navbar-dark .navbar-nav li:last-child .nav-link {
    border-bottom: 0;
  }

  .carousel-proudly .item:before {
    opacity: 0;
  }

  .carousel-proudly .item.slick-current.slick-active:before {
    opacity: 1;
  }

  .carousel-proudly .slick-active:before {
    opacity: 0;
  }

  .title-gen p {
    font-size: 14px;
  }

  .innerBannerHeading h2 {
    font-size: 32px;
    margin-bottom: 0;
  }

  span.circle-behind {
    width: 70px;
    height: 70px;
  }

  span.circle-behind:before {
    width: 100px;
    height: 100px;
    top: -32px;
  }

  section.innerpage-banner {
    padding-top: 50px;
  }

  span.next-sec img {
    width: 16px;
  }

  h2.h-40 {
    font-size: 24px;
    line-height: 1.4;
  }

  h2.h-40 br {
    display: none;
  }

  section.innerpage-toparea:before {
    width: 30%;
    background-size: 40%;
  }

  .two-parralelbtn {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .innerpage-toparea p {
    font-size: 14px;
    line-height: 1.7;
  }

  h2.bigH2 span {
    min-width: unset;
    font-size: 150%;
    top: 40px;
    width: auto;
  }

  h2.bigH2 br {
    display: none;
  }

  .services-gradient .genheading2 h2.bigH2 span {
    top: -10px;
  }

  .services-gradient .genheading2 h2.bigH2 {
    text-align: left !important;
    padding-top: 0;
  }

  .services-gradient .genheading2 h2.bigH2::before {
    left: 0;
    transform: none;
  }

  .genheading2 p {
    font-size: 14px;
    line-height: 1.7;
  }

  .services-gradient .genheading2 p.text-center {
    text-align: left !important;
  }

  .service-grad {
    padding-bottom: 20px;
  }

  .service-grad a {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-grad a h4 {
    font-size: 14px;
    line-height: 70px;
  }

  .service-grad a img {
    right: 20px;
    height: 40px;
    top: 50%;
  }

  .service-grad a span {
    width: 600px;
    height: 600px;
  }

  .services-gradient .col-lg-4:last-child .service-grad {
    padding-bottom: 0;
  }

  section.innerpage-botarea {
    box-shadow: none;
  }

  span.map-left {
    background-size: 70%;
  }

  span.map-right {
    background-size: 70%;
  }

  .genheading2 h2.bigH2 {
    font-size: 18px;
  }

  .innerBannerLargeHeading h2 {
    font-size: 18px;
  }

  .innerBannerLargeHeading h2 span {
    font-size: 24px;
    margin: 10px 0;
    line-height: 1.3;
  }

  .innerBannerLargeHeading a.btn-tn {
    font-size: 18px;
  }

  section.innerpage-bannerlarge span.next-sec img {
    width: 18px;
    height: auto;
  }

  span.invisiblelefttopcirc {
    background-size: 30%;
  }

  .font-50 {
    font-size: 24px;
  }

  .innerpage-toparea h4 {
    font-size: 18px;
  }

  .innerpage-toparea h4 br {
    display: none;
  }

  span.invisible-text,
  span.invisible-text.transFromLeft {
    font-size: 36px;
    top: 30px;
    left: 10px;
  }

  .with-centered-image {
    padding-top: 30px;
    display: flex;
  }

  .align-items-center .col-lg-4:nth-child(1) {
    order: 2;
  }

  .align-items-center .col-lg-4:nth-child(2) {
    order: 1;
  }

  .align-items-center .col-lg-4:nth-child(3) {
    order: 3;
  }

  .centered-img {
    min-height: unset;
    width: 250px;
    height: 250px;
    box-shadow: 0 21px 40px rgb(37 138 236 / 35%);
    margin-bottom: 60px;
  }

  .dot-blue.dot-right li {
    text-align: left;
  }

  .dot-blue.dot-right li:before {
    left: 0;
    right: auto;
  }

  .dot-blue li {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.7;
    padding-left: 24px;
    padding-right: 24px;
  }

  .dot-blue li:before {
    width: 7px;
    height: 7px;
  }

  .steps-imgs .step-img {
    margin-bottom: 20px;
  }

  section.innerpageBotareaBlue {
    padding-top: 30px;
  }

  .pdt-110 {
    padding-top: 50px;
  }

  .pdt-100 {
    padding-top: 60px;
  }

  .pdt-100 {
    padding-bottom: 60px;
  }

  .repeatedPlanBox h3 {
    font-size: 24px;
  }

  .repeatedPlanBox p {
    max-width: unset;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.7;
  }

  .two-col-ul {
    column-count: 1;
  }

  .repeatedPlanBox ul li {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 1.7;
  }

  ul.line-left li:before {
    border-width: 2px;
  }

  .repeatedPlanBox {
    background-position: right;
  }

  .repeatedPlanBox:nth-child(even) {
    background-position: top;
  }

  .repeatedPlanBox .two-parralelbtn {
    margin-top: 50px;
    margin-bottom: 30px;
    width: auto;
  }

  .tab-content.mobwidth80 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-tn.withoutPara.withPrice {
    padding-top: 0;
  }

  span.invisibleleftbottomcirc {
    background-size: 30%;
  }

  span.invisiblerighttopcirc {
    background-size: 30%;
  }

  .port-comon {
    margin-top: 0;
    width: 250px;
    height: 250px;
  }

  .port-comon h4 {
    font-size: 21px;
  }

  .commonPortfolio .col-lg-4:last-child .port-comon {
    margin-bottom: 0;
  }

  .commonPortfolio
    .col-lg-4:nth-child(odd)
    .port-comon
    a
    > span.overlayPortAfter {
    width: 100%;
    height: 100%;
  }

  .logos-tn h2 {
    width: 10;
    width: 100%;
    text-align: center;
  }

  .logos-tn h2 span.text-green {
    display: inline-block;
    padding-bottom: 30px;
  }

  .repeatedPlanBox {
    min-height: unset;
  }

  section.threeSteps.lineAdded:before {
    display: none;
  }

  .align-items-center .col-lg-4:nth-child(2) .centered-img {
    margin-left: auto;
    margin-right: auto;
  }

  button.slick-arrow {
    display: none !important;
  }

  .centered-img span img {
    width: 70%;
  }

  .mobileplanslider div.centerActivePlan .plan-box,
  .mobileplanslider div.centerActivePlan h2,
  .mobileplanslider div.centerActivePlan li,
  .mobileplanslider div.centerActivePlan p {
    color: #011743;
  }

  div.centerActivePlan .plan-box:before {
    opacity: 0;
  }

  .innerpage-toparea p.pricePlan {
    font-size: 24px;
    bottom: 40px;
  }

  ul.nav.nav-tabs.fullwidthOnMob {
    margin-bottom: 40px;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li,
  ul.nav.nav-tabs.fullwidthOnMob li {
    width: 100%;
    padding: 10px 15px;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li a,
  ul.nav.nav-tabs.fullwidthOnMob li a {
    height: 50px;
    line-height: 48px;
    font-size: 15px;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs {
    margin-bottom: 30px;
  }

  .mob-row-marg0 {
    margin-left: 0;
    margin-right: 0;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box .plan-box h2 {
    font-size: 24px;
  }

  .large-box .plans-ul ul {
    padding-top: 10px;
  }

  .diffrentPricing .large-box .plans-ul ul li {
    font-size: 14px;
  }

  .diffrentPricing
    .large-box
    .plans-ul
    ul
    li
    br.diffrentPricing
    .large-box
    .plans-ul
    br {
    display: none;
  }

  .diffrentPricing .large-box .plans-ul ul br {
    display: none;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box p.pricePlan {
    font-size: 20px;
    bottom: 50px;
  }

  .diffrentPricing h4 {
    font-size: 18px;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box p.pricePlan strong {
    margin-bottom: 5px;
  }

  .plans-row.large-box .plan-box {
    min-height: unset;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box
    .centerActivePlan
    .plan-box
    h4 {
    color: #0053b9;
  }

  section.plans.pkgsIncluded:before {
    background-size: 0;
  }

  section.plans.pkgsIncluded .genheading2.max-width-1100 p.text-light {
    color: #021a49 !important;
  }

  .pkgsIncluded .row.tabs-tn.diffrentPricing {
    padding-top: 0;
  }

  section.plans.pkgsIncluded.planYell:before {
    background-size: 0;
  }

  section.plans.pkgsIncluded.planYell .genheading2 p.text-light {
    color: #021a49 !important;
  }

  .centered-img span.bulb {
    height: 70px;
    top: 20px;
    background-size: 60px;
  }

  .designer-box {
    text-align: center;
    width: 50%;
    float: left;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .designer-box .img-step-div {
    background: #061b48;
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    margin-top: 50px;
  }

  .designer-box .img-step-div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .designer-box:nth-last-child(2) {
    margin-bottom: 30px;
  }

  .designer-box h4 {
    font-size: 15px;
  }

  .processNewBg {
    margin-top: -30px;
    padding-bottom: 80px;
  }

  .servicesProcess .row:nth-last-child(2) {
    justify-content: center;
  }

  div.logoPortfolio .single-item-hn > div {
    height: 160px;
    margin-bottom: 30px;
  }

  div.single-item-hn.portfolio-cat div h3 {
    font-size: 16px;
  }

  div.single-item-hn.portfolio-cat div button.btn-hn {
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
  }

  div.single-item-hn.portfolio-cat > div {
    padding: 10px 10px;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box
    .centerActivePlan
    p.pricePlan
    strong {
    color: #0053b9;
  }

  .innerBannerLargeHeading h2 + p {
    max-width: unset;
  }

  .repeatedPlanBox ul.imgs-in-repeat li {
    width: 20%;
    float: left;
  }

  .repeatedPlanBox ul.imgs-in-repeat li img {
    width: 100%;
  }

  .plan-box h2 {
    font-size: 18px;
  }

  .medium-box .plans-ul ul li {
    font-size: 14px;
  }

  p.pricePlan {
    bottom: 40px;
  }

  .large-box .plans-ul ul li {
    margin-bottom: 13px;
    font-size: 14px;
  }

  .large-box p.pricePlan {
    font-size: 24px;
  }

  .withoutPara .plan-box ul {
    padding-top: 30px;
  }

  .medium-box p.pricePlan {
    font-size: 24px;
  }

  .plan-box {
    padding: 40px 20px;
  }

  .sliding-portfolio .port-slide-in > div {
    margin-bottom: 50px;
  }

  .sliding-portfolio .webPortfolio {
    padding-top: 20px;
  }

  .repeatedPlanBox.mobright {
    background-position: right;
  }

  .repeatedPlanBox.mobleft {
    background-position: left;
  }

  section.sliding-appPortfolio .row.portMobile-slide-row {
    padding-top: 60px;
  }

  span.frameMob {
    margin-top: -1.5vh;
  }

  span.speakerMob {
    top: 0.55vw;
  }

  body div#preloader img {
    max-width: 120px;
  }

  .home-banner .min-vh-100 {
    min-height: 80vh !important;
  }

  .home-banner .slider-home-repeater .min-vh-100 h2 {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  section.pkgsIncluded.plan-amazon-va
    .row.diffrentPricing
    .large-box
    .plan-box.plan-va
    h2 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  section.plans.pkgsIncluded.plansTab-slide.plan-amazon-va
    div.plan-box.plan-va:before {
    background: #f1f1f1;
  }

  .plan-amazon-va .plans-col.va-plan-col.centerActivePlan .plan-box.plan-va {
    background: #f1f1f1;
  }

  section.pkgsIncluded.plan-amazon-va
    .row.diffrentPricing
    .large-box
    .centerActivePlan
    .plan-box
    h4 {
    color: #211f1f;
  }

  section.pkgsIncluded.plan-amazon-va
    .row.diffrentPricing
    .large-box
    div.slick-current.slick-active
    + div.slick-active
    .plan-box
    h2 {
    color: #000;
  }

  .widget-wrap .popular-post-widget .single-post-list .details h6 {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .testimonials-row .col-lg-4.col-md-4 {
    max-width: unset;
  }

  .mobLogoMain {
    position: absolute;
    left: 20px;
    width: 50%;
    top: 6px;
    z-index: 1;
  }

  .mobile-menu {
    align-items: center;
    position: relative;
  }

  .mobile-menu button.navbar-toggler {
    float: right;
  }

  .mobile-menu nav {
    justify-content: flex-end;
    background: 0 0 !important;
    padding-right: 0;
    padding-left: 0;
  }

  .navDiv {
    z-index: 0;
    position: relative;
  }

  div.navbar-collapse {
    background: #fff;
    margin-top: 5%;
    border-radius: 5px;
    box-shadow: 0 11px 16px rgb(5 40 93 / 30%);
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    color: #021a49;
    padding: 10px 15px;
    border-bottom: 1px solid #e3e3e3;
    font-family: Montserrat;
    text-transform: uppercase;
  }

  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #021a49;
  }

  .navbar-dark .navbar-nav li.active .nav-link {
    border: 0;
    color: #13a48c;
  }

  .steps-vdo h3 {
    font-size: 34px;
  }

  .slider-home-repeater p {
    font-size: 16px;
  }

  .slider-home-repeater:before {
    height: 20%;
    bottom: 4%;
  }

  .mobile-menu button.navbar-toggler:focus {
    outline: 0;
    border: 1px solid #0fa978;
  }

  .pdt-160 {
    padding-top: 80px;
  }

  .pbt-160 {
    padding-bottom: 80px;
  }

  .why-outsource h3 span.back-bigtext {
    font-size: 240%;
    top: 0;
  }

  .why-outsource h3 {
    font-size: 24px;
  }

  .why-outsource:before {
    top: 40%;
    width: 80px;
  }

  .circle-two > span.circ-2 {
    width: 30px;
    height: 30px;
  }

  .circle-two > span {
    width: 20px;
    height: 20px;
  }

  body,
  p {
    font-size: 14px;
  }

  .why-outsource p {
    font-size: 13px;
  }

  .pdt-90 {
    padding-top: 50px;
  }

  .pbt-90 {
    padding-bottom: 50px;
  }

  .one-stop-solution .num {
    font-size: 100px;
  }

  @-webkit-keyframes num {
    0% {
      top: -150px;
    }

    50% {
      top: -100px;
    }

    100% {
      top: -150px;
    }
  }

  @keyframes num {
    0% {
      top: -60px;
    }

    50% {
      top: -30px;
    }

    100% {
      top: -60px;
    }
  }

  .one-stop-solution img.img-fluid {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .one-stop-solution h3 {
    font-size: 24px;
  }

  .one-stop-solution h3 span.text-green {
    font-size: 160%;
  }

  .one-stop-solution p {
    font-size: 14px;
  }

  section.one-stop-solution {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .pdt-120 {
    padding-top: 60px;
  }

  .pbt-120 {
    padding-bottom: 60px;
  }

  .contain-canvas {
    display: none;
  }

  .steps-vdo > .col-lg-3 {
    padding-left: 15px;
  }

  .steps-vdo h1 {
    font-size: 24px;
    padding-top: 0;
  }

  .steps-vdo h1 span {
    display: inline-block;
    background: 0 0;
    max-width: unset;
  }

  .steps-vdo h1 span:before {
    display: none;
  }

  .steps-vdo p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .img-in-frame {
    width: 280px;
    margin: 0 auto;
    float: none;
  }

  .img-in-frame > img,
  .img-in-frame > video {
    width: 190px;
    height: 120px;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
  }

  .steps-imgs h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .step-img .main-step-img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }

  .main-step-cont h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .main-step-cont p {
    font-size: 13px;
    line-height: 1.7;
    max-width: 90%;
  }

  .main-step-cont {
    margin-bottom: 20px;
  }

  .full-width-btn .btn-tn {
    margin-top: 40px;
  }

  .btn-tn.btn-tndark {
    font-size: 14px;
  }

  .btn-tn:before {
    width: 40px;
    height: 40px;
  }

  .pdt-80 {
    padding-top: 40px;
  }

  .pbt-100 {
    padding-bottom: 50px;
  }

  .title-gen h1,
  .title-gen h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  div.area-grid .area-grid-repeat > div {
    padding: 24px 15px;
    height: 100%;
  }

  .area-grid-repeat h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .area-grid-repeat ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .area-grid-repeat {
    margin-bottom: 20px;
  }

  .plans-row .plan-box {
    min-height: unset;
  }

  .plans-col .btn-tn.btn-tndark {
    height: 40px;
    line-height: 40px;
  }

  .pbt-140 {
    padding-bottom: 70px;
  }

  .carousel-proudly .item:before {
    width: 1px;
  }

  .item.slick-slide.slick-current + div:before {
    display: none;
  }

  section.testimonials {
    background-size: 30%;
  }

  .testimon-in {
    padding: 30px 20px 40px;
    min-height: 360px;
  }

  .testimon-in img.quote-img {
    max-width: 35px;
  }

  .testimon-in h4 {
    font-size: 16px;
  }

  .testimon-in p {
    font-size: 14px;
    color: #000;
    line-height: 1.7;
  }

  .testimon-in h5 {
    position: static;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .free-consultation .btn-tn {
    font-size: 24px;
    margin-left: 30px;
  }

  .free-consultation h1.big-text-invisible {
    font-size: 60px;
    top: -50px;
    line-height: 1;
  }

  section.free-consultation {
    padding-bottom: 100px;
  }

  .free-consultation .col-lg-6:last-child {
    margin-top: 40px;
    text-align: left;
  }

  section.free-consultation a.btn-tn:before {
    width: 60px;
    height: 60px;
    left: -30px;
  }

  section.free-consultation a.btn-tn:hover:before {
    width: calc(100% + 60px);
  }

  .news-brands-section .title-gen h1,
  .news-brands-section .title-gen h2 {
    font-size: 19px;
    margin-bottom: 30px;
  }

  .img-blog {
    padding: 0;
    margin-bottom: 15px;
  }

  .content-blog span.cat-blog {
    font-size: 9px;
    margin-bottom: 10px;
  }

  .content-blog h4 {
    font-size: 13px;
  }

  .footer-left-column h1 {
    font-size: 24px;
  }

  section.footer-section:before {
    background-size: 25%;
  }

  ul li a {
    font-size: 14px;
  }

  footer ul li a {
    font-size: 12px;
  }

  ul.contact-links li i {
    width: 24px;
  }

  ul.contact-links li span {
    width: calc(100% - 24px);
  }

  ul.contact-links li span br {
    display: none;
  }

  .foot-links h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .foot-links ul li {
    margin-bottom: 12px;
  }

  section.footer-section:after {
    background-size: 100%;
  }

  div.copyright-area {
    margin-top: 30px;
  }

  .copyright-area div.footer-social {
    text-align: left !important;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-social li:first-child a {
    margin-left: 0;
  }

  .footer-left-column h1 span.text-green {
    display: block;
  }

  .modal-content {
    margin-top: 15px;
    padding: 40px 20px;
  }

  .modal-dialog {
    width: 95%;
    margin-top: 0;
  }

  .form-logo-wrapper img {
    width: 200px;
  }

  .modal button.close {
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    font-size: 20px;
  }

  .quote-form-header p {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .modal input.form-control {
    height: 36px;
  }

  .modal textarea {
    height: 100px;
  }

  .slider-home-repeater:before {
    width: 80%;
    left: 10%;
  }

  .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }

  .navbar-nav .dropdown-menu a.dropdown-item,
  .navbar-nav .dropdown-menu a.dropdown-item:focus,
  .navbar-nav .dropdown-menu a.dropdown-item:hover {
    text-transform: capitalize;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 30px;
    color: #021a49;
  }

  .navbar-nav .dropdown-menu a.dropdown-item:last-child {
    border-bottom: 0;
  }

  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #021a49;
    font-weight: 500;
  }

  header {
    z-index: 100;
  }

  .plans .title-gen h1:before,
  .plans .title-gen h2:before {
    opacity: 0;
  }

  .navbar-dark .navbar-nav li:last-child .nav-link {
    border-bottom: 0;
  }

  .title-gen p {
    font-size: 16px;
  }

  .plans-row .plan-box {
    min-height: 350px;
    padding: 40px 20px;
  }

  .plan-box h2 {
    font-size: 17px;
  }

  .plan-box h2 + p {
    font-size: 13px;
  }

  .plans-ul ul {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .plans-ul ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .row.logos-tn {
    align-items: center;
  }

  .carousel-proudly .item {
    height: 100px;
  }

  .content-blog p {
    font-size: 11px;
    margin-bottom: 10px;
  }

  a.blog-btn {
    font-size: 11px;
  }

  ul.contact-links li span:before {
    width: 8px;
  }

  ul.contact-links li span {
    padding-left: 16px;
  }

  .innerBannerHeading h2 {
    margin-bottom: 0;
  }

  section.innerpage-banner {
    padding-top: 50px;
  }

  span.next-sec img {
    width: 21px;
  }

  h2.h-40 {
    font-size: 24px;
    line-height: 1.4;
  }

  h2.h-40 br {
    display: none;
  }

  section.innerpage-toparea:before {
    width: 30%;
    background-size: 20%;
  }

  .two-parralelbtn {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .innerpage-toparea p {
    font-size: 14px;
  }

  h2.bigH2 span {
    min-width: unset;
    font-size: 250%;
    top: 10px;
  }

  h2.bigH2 br {
    display: none;
  }

  .genheading2 p {
    font-size: 14px;
    line-height: 1.7;
  }

  .service-grad {
    padding-bottom: 20px;
  }

  .service-grad a {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-grad a h4 {
    font-size: 14px;
    line-height: 70px;
  }

  .service-grad a img {
    right: 20px;
    height: 40px;
    top: 50%;
  }

  .service-grad a span {
    width: 600px;
    height: 600px;
  }

  .services-gradient .col-lg-4:last-child .service-grad {
    padding-bottom: 0;
  }

  section.innerpage-botarea {
    box-shadow: none;
  }

  span.map-left {
    background-size: 40%;
  }

  span.map-right {
    background-size: 40%;
  }

  .genheading2 h2.bigH2 {
    font-size: 22px;
  }

  section#about p {
    font-size: 13px;
    line-height: 1.7;
  }

  section.services-gradient {
    padding-bottom: 0;
  }

  .servicegradientrow {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
  }

  .innerBannerLargeHeading h2 {
    font-size: 34px;
  }

  .innerBannerLargeHeading h2 span {
    font-size: 55px;
    margin: 10px 0;
    line-height: 1.3;
  }

  .innerBannerLargeHeading a.btn-tn {
    font-size: 38px;
  }

  section.innerpage-bannerlarge span.next-sec img {
    width: 32px;
    height: auto;
  }

  span.invisiblelefttopcirc {
    background-size: 30%;
  }

  .font-50 {
    font-size: 24px;
  }

  .innerpage-toparea h4 {
    font-size: 18px;
  }

  .innerpage-toparea h4 br {
    display: none;
  }

  span.invisible-text,
  span.invisible-text.transFromLeft {
    font-size: 50px;
    top: 30px;
    left: 10px;
  }

  .centered-img {
    min-height: unset;
    width: 300px;
    height: 300px;
    box-shadow: 0 21px 40px rgb(37 138 236 / 35%);
    margin-bottom: 60px;
  }

  .dot-blue.dot-right li {
    text-align: left;
  }

  .dot-blue.dot-right li:before {
    left: 0;
    right: auto;
  }

  .dot-blue li {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.5;
    padding-left: 21px;
    padding-right: 24px;
  }

  .dot-blue li:before {
    width: 7px;
    height: 7px;
    top: 8px;
  }

  .steps-imgs .step-img {
    margin-bottom: 20px;
  }

  section.innerpageBotareaBlue {
    padding-top: 30px;
  }

  .pdt-110 {
    padding-top: 50px;
  }

  .pdt-100 {
    padding-top: 60px;
  }

  .pdt-100 {
    padding-bottom: 60px;
  }

  .repeatedPlanBox h3 {
    font-size: 24px;
  }

  .repeatedPlanBox p {
    max-width: unset;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .repeatedPlanBox ul li {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 1.7;
  }

  ul.line-left li:before {
    border-width: 2px;
  }

  .repeatedPlanBox {
    background-position: right;
  }

  .repeatedPlanBox:nth-child(even) {
    background-position: top;
  }

  .repeatedPlanBox .two-parralelbtn {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .tab-content.mobwidth80 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-tn.withoutPara.withPrice {
    padding-top: 0;
  }

  span.invisibleleftbottomcirc {
    background-size: 30%;
  }

  span.invisiblerighttopcirc {
    background-size: 30%;
  }

  .port-comon {
    margin-top: 0;
    width: 300px;
    height: 300px;
  }

  .commonPortfolio .col-lg-4:last-child .port-comon {
    margin-bottom: 0;
  }

  .logos-tn h2 {
    width: 10;
    width: 100%;
    text-align: center;
  }

  .logos-tn h2 span.text-green {
    display: inline-block;
    padding-bottom: 30px;
  }

  .centered-img {
    width: 200px;
    height: 200px;
  }

  .mob-row-marg0 button.slick-arrow {
    right: 10px;
  }

  .mob-row-marg0 button.slick-arrow.slick-prev {
    left: 0;
  }

  button.slick-arrow.slick-prev {
    left: 0px;
    z-index: 2;
    padding: 0;
  }

  button.slick-arrow {
    right: 10px;
  }

  button.slick-arrow:before {
    opacity: 1;
    width: 70px !important;
    height: 70px !important;
  }

  button.slick-arrow.slick-prev:after {
    background-position: center;
    right: -6px;
  }

  .centered-img span img {
    width: 60px;
  }

  .mobileplanslider div.centerActivePlan .plan-box,
  .mobileplanslider div.centerActivePlan h2,
  .mobileplanslider div.centerActivePlan li,
  .mobileplanslider div.centerActivePlan p {
    color: #011743;
  }

  p.pricePlan {
    bottom: 40px;
    font-size: 22px;
  }

  .repeatedPlanBox {
    min-height: unset;
  }

  section.threeSteps.lineAdded:before {
    display: none;
  }

  div.centerActivePlan .plan-box:before {
    opacity: 0;
  }

  .tabs-tn ul.nav-tabs li a {
    height: 50px;
    font-size: 15px;
    line-height: 48px;
  }

  .tabs-tn ul.nav-tabs li {
    width: 50%;
  }

  .tabs-tn ul.nav-tabs {
    margin-bottom: 10px;
  }

  .row.mob-row-marg0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  button.slick-arrow.slick-prev:before {
    left: 0;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box
    .centerActivePlan
    .plan-box
    h4 {
    color: #0053b9;
  }

  section.plans.pkgsIncluded:before {
    background-size: 100%;
  }

  section.plans.pkgsIncluded .genheading2.max-width-1100 {
    max-width: 80%;
  }

  section.plans.pkgsIncluded.planYell:before {
    background-size: 100%;
  }

  section.plans.pkgsIncluded.planYell .genheading2 p.text-light {
    color: #021a49 !important;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .slick-current.slick-active
    + div.slick-active
    .plan-box::before {
    opacity: 0;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box
    div.slick-current.slick-active
    + div.slick-active
    .plan-box:before {
    opacity: 0;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box
    div.slick-current.slick-active
    + div.slick-active
    .plan-box
    h2,
  section.pkgsIncluded
    .row.diffrentPricing
    .large-box
    div.slick-current.slick-active
    + div.slick-active
    .plan-box
    li,
  section.pkgsIncluded
    .row.diffrentPricing
    .large-box
    div.slick-current.slick-active
    + div.slick-active
    .plan-box
    p,
  section.pkgsIncluded
    .row.diffrentPricing
    .large-box
    div.slick-current.slick-active
    + div.slick-active
    p.pricePlan {
    color: #011743;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box .plan-box {
    min-height: 1050px;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box
    .centerActivePlan
    p.pricePlan
    strong {
    color: #0053b9;
  }

  div.logoPortfolio .single-item-hn > div {
    height: 240px;
  }

  .medium-box .plan-box {
    min-height: 600px;
  }

  .centered-img span.bulb {
    height: 80px;
    background-size: 70px;
  }

  .plans-row.large-box .plan-box {
    min-height: 800px;
  }

  .centered-img img.bulbholder.updownholder {
    width: 80%;
  }

  .centered-img.mobmrgbt0 {
    margin-bottom: 0;
  }

  .lightalernatebg .repeatedPlanBox {
    background-image: none !important;
    position: relative;
  }

  .lightalernatebg .repeatedPlanBox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .designer-box {
    text-align: center;
    width: 33.333%;
    float: left;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .designer-box .img-step-div {
    background: #061b48;
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    margin-top: 50px;
  }

  .designer-box .img-step-div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .designer-box:nth-last-child(2) {
    margin-bottom: 30px;
  }

  .designer-box h4 {
    font-size: 15px;
  }

  .processNewBg {
    margin-top: -30px;
    padding-bottom: 80px;
  }

  .servicesProcess .row:nth-last-child(2) {
    justify-content: center;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li a {
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 13px;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li {
    width: 50%;
  }

  section.pkgsIncluded .row.diffrentPricing .mobmedium.large-box .plan-box {
    min-height: 750px;
  }

  section.sliding-appPortfolio .row.portMobile-slide-row {
    padding-top: 60px;
  }
}

@media (min-width: 981px) and (max-width: 1279px) {
  body header section.header-section .main-navigation .nav-link {
    font-size: 11px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-transform: capitalize;
  }

  section.header-section a.client-platform {
    font-size: 12px;
  }

  section.header-section .col-7 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 63.333333%;
    max-width: 63.333333%;
  }

  section.header-section .col-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .steps-vdo h3 {
    font-size: 36px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-home-repeater h1 {
    font-size: 36px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-home-repeater p {
    font-size: 14px;
  }

  .why-outsource h3 {
    font-size: 30px;
  }

  .why-outsource h3 span.back-bigtext {
    font-size: 60px;
    top: 0;
  }

  .why-outsource p {
    font-size: 14px;
  }

  .one-stop-solution img.img-fluid {
    max-width: 90%;
  }

  .one-stop-solution h3 {
    font-size: 20px;
  }

  .one-stop-solution h3 .text-green {
    font-size: 34px;
  }

  .one-stop-solution p {
    font-size: 14px;
  }

  .one-stop-solution a.btn-tn {
    font-size: 16px;
    margin-left: 25px;
  }

  .pbt-160 {
    padding-bottom: 80px;
  }

  .pdt-160 {
    padding-top: 80px;
  }

  .contain-canvas {
    overflow: hidden;
  }

  .steps-vdo h1 {
    font-size: 32px;
    padding-top: 40px;
  }

  .steps-vdo > .col-lg-3 {
    padding-left: 15px;
  }

  .steps-vdo h1 span {
    max-width: 80px;
    display: inline-block;
  }

  .steps-vdo h1 span:before {
    left: -30px;
  }

  .steps-vdo p {
    font-size: 11px;
  }

  .img-in-frame > img,
  .img-in-frame > video {
    left: 120px;
    top: 27px;
    width: 450px;
    height: 300px;
    background: #000;
  }

  .img-in-frame {
    width: 690px;
  }

  .steps-imgs h3 {
    font-size: 32px;
    margin-bottom: 45px;
  }

  .step-img .main-step-img {
    width: 80px;
    height: 80px;
  }

  .main-step-cont h4 {
    font-size: 24px;
  }

  .main-step-cont p {
    font-size: 14px;
  }

  .contain-canvas {
    opacity: 0;
  }

  .steps-vdo h1 span:before {
    opacity: 0;
  }

  section.area h2 {
    font-size: 32px;
  }

  rid-repeat h4 {
    font-size: 22px;
  }

  .area-grid-repeat ul li {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .title-gen h1,
  .title-gen h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .title-gen p {
    font-size: 16px;
  }

  .plans .title-gen h1:before,
  .plans .title-gen h2:before {
    opacity: 0;
  }

  .plan-box p {
    font-size: 14px;
  }

  .plans-ul ul li {
    margin-bottom: 14px;
  }

  .pdt-120 {
    padding-top: 60px;
  }

  .pbt-120 {
    padding-bottom: 60px;
  }

  .testimon-in h4 {
    font-size: 15px;
  }

  .testimon-in p {
    font-size: 9px;
    line-height: 1.7;
  }

  .testimon-in h5 {
    font-size: 11px;
  }

  .free-consultation .btn-tn {
    font-size: 32px;
  }

  .free-consultation h1.big-text-invisible {
    font-size: 80px;
    line-height: 1;
  }

  .news-brands-section .title-gen h1,
  .news-brands-section .title-gen h2 {
    font-size: 17px;
  }

  .col-lg-7.latest-blog-line {
    flex: 0 0 55.333333%;
    max-width: 55.333333%;
  }

  .col-lg-7.latest-blog-line + .col-lg-2.latest-blog-line {
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
  }

  .content-blog span.cat-blog {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .content-blog p {
    font-size: 10px;
    margin-bottom: 10px;
  }

  a.blog-btn {
    font-size: 11px;
  }

  .footer-left-column h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  ul.contact-links li a {
    font-size: 12px;
  }

  ul.contact-links li a br {
    display: none;
  }

  .foot-links h4 {
    font-size: 16px;
  }

  .foot-links ul li a {
    font-size: 12px;
  }

  .foot-links ul li {
    margin-bottom: 5px;
  }

  section.footer-section:before {
    background-size: 140px;
  }

  .row.copyright-area {
    margin-top: 20px;
  }

  .copyright-area div {
    font-size: 11px;
  }

  section.footer-section:after {
    background-size: 400px;
  }

  section.testimonials {
    background-size: 300px;
  }

  .row.plans-row {
    margin-left: 0;
    margin-right: 0;
  }

  .plan-bot img {
    max-width: 70px;
  }

  .plan-bot {
    bottom: auto;
    top: 50%;
  }

  .innerBannerHeading h2 {
    font-size: 50px;
  }

  span.circle-behind {
    width: 200px;
    height: 200px;
  }

  span.circle-behind:before {
    width: 120px;
    height: 120px;
    top: -28px;
  }

  h2.h-40 {
    font-size: 22px;
  }

  .innerpage-toparea p {
    font-size: 16px;
  }

  h2.bigH2 span {
    font-size: 50px;
    top: 20px;
  }

  h2.bigH2 {
    font-size: 26px;
  }

  .pdt-80 {
    padding-top: 50px;
  }

  .service-grad a h4 {
    font-size: 15px;
    line-height: 70px;
  }

  .service-grad a img {
    height: 40px;
  }

  .service-grad a {
    padding-left: 20px;
    padding-right: 20px;
    height: 70px;
  }

  .service-grad a img {
    right: 20px;
  }

  .pbt-80 {
    padding-bottom: 50px;
  }

  .genheading2 p {
    font-size: 16px;
    line-height: 28px;
  }

  section.innerpage-toparea:before {
    background-size: 55px;
  }

  span.map-left {
    background-size: 50%;
  }

  span.map-right {
    background-size: 30%;
  }

  .main-navigation .nav-link::before {
    width: 24px;
    height: 24px;
    left: 0;
  }

  .innerBannerLargeHeading h2 {
    font-size: 5vh;
  }

  .innerBannerLargeHeading h2 span {
    font-size: 7vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .innerBannerLargeHeading a.btn-tn {
    margin-top: 8vh;
    font-size: 2.5vh;
  }

  .innerBannerLargeHeading .btn-tn.btn-tnlight:hover:before {
    width: calc(100% + 12.604167vh);
  }

  .innerBannerLargeHeading a.btn-tn:before {
    width: 7.604167vh;
    height: 7.604167vh;
    left: -3.604167vh;
  }

  span.invisible-text.transFromLeft {
    left: 30px;
    font-size: 46px;
  }

  .font-50 {
    font-size: 38px;
  }

  .innerpage-toparea h4 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
  }

  .dot-blue li {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 24px;
  }

  .centered-img {
    min-height: 280px;
    width: 280px;
    margin: 0 auto;
  }

  section.threeSteps:before {
    top: 115px;
  }

  .repeatedPlanBox h3 {
    font-size: 32px;
  }

  .repeatedPlanBox p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 20px;
  }

  .repeatedPlanBox ul li {
    padding-left: 30px;
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  ul.line-left li:before {
    width: 15px;
  }

  .repeatedPlanBox .two-parralelbtn {
    margin-top: 40px;
  }

  .font-50 {
    font-size: 32px;
    line-height: 1.2;
  }

  .tabs-tn ul.nav-tabs li a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }

  .withPrice .plans-row .plan-box {
    padding-bottom: 70px;
  }

  div.plans-grid .plan-box::before {
    height: 80%;
    transform: scale(1.5);
  }

  .innerpage-toparea p.pricePlan {
    font-size: 25px;
    bottom: 40px;
  }

  .port-comon {
    width: 160px;
    height: 160px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .port-comon h4 {
    font-size: 14px;
  }

  .pdt-100 {
    padding-top: 60px;
  }

  .tabs-tn ul.nav-tabs {
    margin-bottom: 50px;
  }

  span.invisiblerighttopcirc {
    background-size: 250px;
  }

  span.invisibleleftbottomcirc {
    background-size: 250px;
  }

  span.invisiblelefttopcirc {
    background-size: 250px;
  }

  .full-width-btn .btn-tn {
    margin-top: 40px;
  }

  @-webkit-keyframes hand1 {
    0% {
      left: -30px;
    }

    50% {
      left: 0;
    }

    100% {
      left: -30px;
    }
  }

  @keyframes hand1 {
    0% {
      left: -30px;
    }

    50% {
      left: 0;
    }

    100% {
      left: -30px;
    }
  }

  @-webkit-keyframes hand2 {
    0% {
      right: -30px;
    }

    50% {
      right: 0;
    }

    100% {
      right: -30px;
    }
  }

  @keyframes hand2 {
    0% {
      right: -30px;
    }

    50% {
      right: 0;
    }

    100% {
      right: -30px;
    }
  }

  img.rocket {
    max-height: 130%;
  }

  .modal-content {
    padding: 25px 25px;
  }

  .modal button.close {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .form-logo-wrapper img {
    width: 150px;
    height: auto;
  }

  .quote-form-header p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .modal input.form-control {
    height: 30px;
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  .modal textarea {
    height: 80px;
  }

  .modal-dialog {
    width: 350px;
  }

  button.quote-button:before {
    width: 30px;
    height: 30px;
    left: -20px;
  }

  button.quote-button {
    font-size: 15px;
  }

  button.quote-button:hover:before {
    width: calc(100% + 40px);
  }

  ul.contact-links li span:before {
    top: 7px;
  }

  .form-group.form-btn {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .why-outsource:before {
    width: 150px;
    height: 150px;
  }

  .pbt-90 {
    padding-bottom: 50px;
  }

  .pdt-90 {
    padding-top: 50px;
  }

  .one-stop-solution .num {
    font-size: 200px;
  }

  @-webkit-keyframes num {
    0% {
      top: -100px;
    }

    50% {
      top: -60px;
    }

    100% {
      top: -100px;
    }
  }

  @keyframes num {
    0% {
      top: -100px;
    }

    50% {
      top: -60px;
    }

    100% {
      top: -100px;
    }
  }

  .btn-tn.btn-tnlight {
    font-size: 16px;
  }

  .btn-tn:before {
    width: 40px;
    height: 40px;
  }

  .main-step-cont h4 {
    font-size: 19px;
  }

  .btn-tn.btn-tndark {
    font-size: 16px;
  }

  .area-grid-repeat h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  div.area-grid .area-grid-repeat > div {
    padding: 30px 20px;
    height: 100%;
  }

  .pbt-100 {
    padding-bottom: 60px;
  }

  .pbt-140 {
    padding-bottom: 70px;
  }

  .plans-col {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .plans-row .plan-box {
    min-height: 320px;
  }

  .plan-box {
    padding: 40px 20px;
  }

  .plan-box h2 + p {
    font-size: 12px;
  }

  .plans-ul ul {
    padding-top: 40px;
  }

  .plans-ul ul li {
    margin-bottom: 10px;
    font-size: 10px;
  }

  button.slick-arrow:after {
    background-size: 30px;
  }

  button.slick-arrow.slick-prev:after {
    background-position: left center;
  }

  div.plans-col .btn-tn.btn-tndark:before {
    height: 50px;
  }

  .plans div.slick-current.slick-active + div.slick-active .plan-box:before,
  div.centerActivePlan .plan-box:before {
    opacity: 0;
  }

  .plans div.slick-current.slick-active .plan-box,
  .plans div.slick-current.slick-active h2,
  .plans div.slick-current.slick-active li,
  .plans div.slick-current.slick-active p,
  div.centerActivePlan .plan-box,
  div.centerActivePlan h2,
  div.centerActivePlan li,
  div.centerActivePlan p {
    color: #fff;
  }

  div.centerActivePlan .plan-box:before,
  div.slick-current.slick-active .plan-box:before {
    left: 0;
    opacity: 1;
    background: #011743;
  }

  .plans div.slick-current.slick-active + div.slick-active .plan-box,
  .plans div.slick-current.slick-active + div.slick-active h2,
  .plans div.slick-current.slick-active + div.slick-active li,
  .plans div.slick-current.slick-active + div.slick-active p,
  div.centerActivePlan .plan-box,
  div.centerActivePlan h2,
  div.centerActivePlan li,
  div.centerActivePlan p {
    color: inherit;
  }

  button.slick-arrow {
    right: -40px;
  }

  button.slick-arrow:focus:before,
  button.slick-arrow:hover:before {
    width: 30px;
    height: 30px;
  }

  button.slick-arrow.slick-prev {
    left: -40px;
  }

  .plans-col .btn-tn.btn-tndark,
  div.plans-col .btn-tn.btn-tndark:before {
    height: 40px;
  }

  .plans-col .btn-tn.btn-tndark {
    line-height: 40px;
    bottom: -20px;
    font-size: 12px;
  }

  .carousel-proudly .item {
    height: 80px;
  }

  .carousel-proudly .item img {
    max-height: 50px;
  }

  .testimon-in img.quote-img {
    max-width: 35px;
  }

  .testimon-in h4 {
    font-size: 13px;
  }

  div.testimon-in {
    min-height: 280px;
  }

  .row.plans-row.plans-slide {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .logos-tn h2.text-light {
    margin-bottom: 0;
  }

  .title-gen p {
    font-size: 14px;
  }

  .free-consultation .btn-tn {
    font-size: 21px;
  }

  section.free-consultation a.btn-tn:before {
    width: 80px;
    height: 80px;
  }

  .content-blog h4 {
    font-size: 16px;
  }

  ul.contact-links {
    margin-top: 30px;
  }

  .solution-slide.slick-initialized.slick-slider .slick-list.draggable {
    padding-bottom: 0;
  }

  section.one-stop-solution.pdt-90 {
    padding-top: 40px;
  }

  span.circle-behind {
    width: 90px;
    height: 90px;
  }

  section.innerpage-banner {
    padding-top: 80px;
  }

  span.next-sec img {
    width: 15px;
  }

  section.innerpage-toparea:before {
    background-size: 40px;
  }

  .innerpage-toparea p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 14px;
  }

  h2.bigH2 {
    padding-top: 60px;
    margin-bottom: 20px;
  }

  .genheading2 p {
    font-size: 13px;
    line-height: 1.5;
  }

  .max-width-1100 {
    max-width: 800px;
  }

  .btn-col-forfull {
    margin-top: 30px;
  }

  span.map-left {
    background-size: 30%;
  }

  section.services-gradient {
    padding-bottom: 0;
  }

  section#about {
    padding-bottom: 20px;
  }

  section.services-gradient .row.pdt-80 {
    padding-top: 20px;
  }

  .dot-blue li {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .with-centered-image {
    padding-top: 40px;
  }

  div.centerActivePlan .plan-box,
  div.centerActivePlan h2,
  div.centerActivePlan li,
  div.centerActivePlan p {
    color: #fff;
  }

  .pkgsIncluded .tabs-tn {
    padding-top: 20px;
  }

  .repeatedPlanBox {
    min-height: 80vh;
  }

  .pkgsIncluded .row.tabs-tn {
    padding-top: 20px;
  }

  .commonPortfolio .pdt-80 {
    padding-top: 10px;
    padding-bottom: 30px;
    max-width: 600px;
  }

  .max-width-1200 {
    max-width: 800px;
  }

  section.innerpage-botarea.innerpageBotareaBlue {
    padding-top: 30px;
  }

  section.processNewBg .img-step-div {
    max-width: 80%;
    margin-top: 30px;
  }

  p.pricePlan {
    font-size: 22px;
    margin-bottom: 0;
    bottom: 40px;
  }

  .large-box p.pricePlan {
    font-size: 22px;
  }

  .sliding-portfolio .tabs-tn {
    padding-top: 20px;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li a {
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sliding-portfolio .tabs-tn ul.nav.nav-tabs {
    margin-bottom: 30px;
  }

  .port-slide-in > div {
    margin-bottom: 60px;
  }

  .genheading2.max-width-1100 {
    max-width: 800px;
  }

  .plans-row.plans-grid {
    max-width: 900px;
    margin: 0 auto;
  }

  .plans-col .btn-tn.btn-tndark {
    width: 140px;
  }

  .repeatedPlanBox ul li img {
    height: 30px;
    width: auto;
  }

  ul.imgs-in-repeat li {
    margin-bottom: 0;
  }

  .repeatedPlanBox ul.imgs-in-repeat {
    margin-top: 30px;
  }

  section.pkgsIncluded.plansTab-slide ul.nav.nav-tabs {
    margin-bottom: 0;
  }

  div.plans-row.large-box .plan-box h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  div.plans-row.large-box .plan-box ul {
    padding-top: 10px;
    padding-bottom: 14px;
  }

  div.plans-row.large-box .plan-box ul li {
    font-size: 9px;
    margin-bottom: 6px;
  }

  div.plans-row.large-box .plan-box {
    padding: 20px 15px;
    padding-bottom: 80px;
    min-height: 444px;
  }

  div.plans-row.large-box .plan-box p.pricePlan {
    font-size: 18px;
    bottom: 33px;
  }

  div.plans-row.large-box .plan-box.row.plans-row.plans-slide {
    max-width: 700px;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li {
    padding-bottom: 0;
  }

  .large-box .plan-box h2 + p {
    font-size: 10px;
  }

  .medium-box .plans-ul ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .medium-box .plan-box {
    min-height: 430px;
  }

  .medium-box .plan-box h2 {
    font-size: 21px;
  }

  .medium-box .plans-ul ul li {
    font-size: 10px;
    margin-bottom: 8px;
  }

  div.medium-box .plan-box {
    padding-bottom: 70px;
    padding-top: 24px;
  }

  div.medium-box p.pricePlan {
    bottom: 30px;
    font-size: 24px;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box .plan-box h2 {
    font-size: 1.497vw;
  }

  section.pkgsIncluded.plansTab-slide
    .diffrentPricing
    .large-box
    .plans-ul
    ul
    li {
    font-size: 1vw;
    margin-bottom: 0.8vw;
  }

  .diffrentPricing h4 {
    font-size: 1vw;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box.largest-plan
    .plan-box
    h2 {
    font-size: 1.497vw;
  }

  section.pkgsIncluded.plansTab-slide
    .diffrentPricing
    .large-box.largest-plan
    .plans-ul
    ul
    li {
    font-size: 0.527vw;
    margin-bottom: 0.406vw;
  }

  .diffrentPricing .largest-plan h4 {
    font-size: 0.7vw;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box.largest-plan
    .plan-box
    h2 {
    font-size: 1vw;
  }

  section.pkgsIncluded.plansTab-slide .plans-col-700 .plans-grid .plan-box {
    min-height: 390px;
  }

  .centered-img span.bulb {
    height: 140px;
    background-size: 60px;
  }

  .centered-img {
    box-shadow: 0 30px 25px rgb(37 138 236 / 35%);
  }

  .privacy-policy p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .pdt-50 {
    padding-top: 30px;
  }

  .heading-underline h2 {
    font-size: 24px;
    margin-bottom: 21px;
    padding-bottom: 12px;
  }

  .terms-of-use ol {
    font-size: 14px;
    line-height: 1.7;
  }

  .heading-underline h2:before {
    border-width: 3px;
  }

  .privacy-policy-collect-information ul li,
  .refund-policy ol li {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.7;
  }

  .side-picture:before {
    width: 30%;
    background-size: 40px;
  }

  h2.contactH2 span:nth-child(1) {
    font-size: 31px;
    top: -10px;
  }

  .genheading-contact h2.contactH2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .contact-input input,
  .contact-input select {
    height: 34px;
    padding: 0 16px;
    font-size: 12px;
  }

  .jhoola {
    width: 50%;
  }

  .contact-input textarea {
    min-height: 180px;
  }

  .contact-details h2 {
    font-size: 21px;
  }

  .contact-details ul li {
    font-size: 13px;
    padding-bottom: 20px;
  }

  section.portfolio-section-hn .tab-content .single-item-hn > div {
    height: 220px;
  }

  div.single-item-hn.portfolio-cat div h3 {
    font-size: 22px;
  }

  .single-item-hn.portfolio-cat div button.btn-hn {
    font-size: 14px;
    padding: 8px 26px;
    font-weight: 500;
  }

  div.caseheading p {
    font-size: 14px;
    line-height: 1.7;
  }

  div.caseheading h2 span {
    font-size: 80px;
    top: 0;
  }

  div.caseheading h2 {
    font-size: 32px;
  }

  a.dropdown-item {
    font-size: 11px;
    padding: 0.15rem 1rem;
  }

  div.medium-box.withoutPrice .plan-box {
    padding-bottom: 40px;
    min-height: 380px;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box.med-box p.pricePlan {
    font-size: 2vw;
  }

  .plan-box h2 {
    font-size: 17px;
  }

  .repeatedPlanBox {
    min-height: unset;
  }

  section.sliding-appPortfolio .row.portMobile-slide-row {
    padding-top: 40px;
  }

  div.steps-imgs .full-width-btn {
    margin-top: 30px;
  }

  .withPrice .plan-box {
    padding-bottom: 60px;
  }

  div.logoPortfolio .single-item-hn > div {
    height: 220px;
  }

  .lightalernatebg .repeatedPlanBox:nth-child(odd) {
    background-position: -60px;
  }

  .lightalernatebg .repeatedPlanBox:nth-child(even) {
    background-position: 0;
  }

  .pricewithmyw p.pricePlan {
    font-size: 23px;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  section.plans.pkgsIncluded.plansTab-slide.plan-amazon-va
    .plan-box.plan-va
    h2.black-va {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .tabs-tn ul.nav-tabs.autotabswidth li {
    width: 25%;
  }

  body header section.header-section .main-navigation .nav-link {
    font-size: 11px;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .desk-menu .col-7 {
    padding-left: 0;
    padding-right: 0;
  }

  a.btn-tn.client-platform {
    font-size: 13px;
  }

  section.header-section .col-7 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 63.333333%;
    max-width: 63.333333%;
  }

  section.header-section .col-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .steps-vdo h3 {
    font-size: 42px;
    max-width: 800px;
  }

  .slider-home-repeater h1 {
    font-size: 42px;
    max-width: 800px;
  }

  .slider-home-repeater p {
    font-size: 15px;
  }

  .why-outsource h3 {
    font-size: 41px;
  }

  .why-outsource h3 span.back-bigtext {
    font-size: 90px;
  }

  .why-outsource p {
    font-size: 19px;
  }

  .pbt-160 {
    padding-top: 130px;
  }

  .pbt-160 {
    padding-bottom: 130px;
  }

  .pbt-120 {
    padding-bottom: 100px;
  }

  .pdt-120 {
    padding-top: 100px;
  }

  .one-stop-solution h3 {
    font-size: 24px;
  }

  .one-stop-solution h3 .text-green {
    font-size: 41px;
  }

  .one-stop-solution p {
    font-size: 16px;
  }

  .one-stop-solution a.btn-tn {
    margin-left: 25px;
  }

  .steps-vdo h1 {
    padding-top: 100px;
  }

  .title-gen h1,
  .title-gen h2 {
    font-size: 41px;
  }

  .area-grid-repeat h4 {
    font-size: 25px;
  }

  .area-grid-repeat ul li {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .plans .title-gen h1,
  .plans .title-gen h2 {
    margin-left: 0;
  }

  .plans .title-gen h1:before,
  .plans .title-gen h2:before {
    top: 22px;
  }

  .plan-box h2 {
    font-size: 17px;
    margin-bottom: 0.5rem;
  }

  .plan-box p {
    font-size: 14px;
  }

  .plans-ul ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .testimon-in p {
    font-size: 11px;
    line-height: 1.9;
  }

  .testimon-in h5 {
    font-size: 13px;
  }

  .free-consultation .btn-tn {
    font-size: 40px;
  }

  .free-consultation h1.big-text-invisible {
    font-size: 90px;
    line-height: 1;
    margin-top: 30px;
  }

  .news-brands-section .title-gen h1,
  .news-brands-section .title-gen h2 {
    font-size: 22px;
  }

  .latest-blog-line a.btn-tn {
    font-size: 15px;
  }

  .content-blog p {
    font-size: 14px;
  }

  .footer-left-column h1 {
    font-size: 41px;
  }

  ul.contact-links li span br {
    display: none;
  }

  .foot-links h4 {
    font-size: 17px;
  }

  .foot-links ul li a {
    font-size: 15px;
  }

  .copyright-area div {
    font-size: 12px;
  }

  section.footer-section:before {
    background-size: 220px;
  }

  section.footer-section:after {
    background-size: 450px;
  }

  .img-in-frame {
    width: 825px;
  }

  .img-in-frame > img,
  .img-in-frame > video {
    top: 41px;
    left: 141px;
    width: 540px;
    height: 341px;
  }

  .contain-canvas {
    display: none;
  }

  .steps-vdo > .col-lg-3 {
    padding-left: 0;
  }

  .steps-vdo h1 span {
    display: block;
  }

  .steps-vdo h1 span:before {
    opacity: 0;
  }

  .innerBannerHeading h2 {
    font-size: 46px;
  }

  section.innerpage-banner {
    padding-top: 80px;
  }

  h2.h-40 {
    font-size: 25px;
  }

  .innerpage-toparea p {
    font-size: 12px;
    line-height: 1.7;
  }

  h2.bigH2 {
    font-size: 42px;
  }

  h2.bigH2 span {
    font-size: 118px;
    top: 10px;
  }

  .genheading2 p {
    font-size: 13px;
    line-height: 1.7;
  }

  .service-grad a {
    padding-left: 25px;
    padding-right: 25px;
    height: 80px;
  }

  .service-grad a h4 {
    font-size: 16px;
    line-height: 80px;
  }

  .service-grad a img {
    height: 50px;
  }

  span.map-left,
  span.map-right {
    background-size: 50%;
  }

  .pdt-160 {
    padding-top: 140px;
  }

  .pbt-80 {
    padding-bottom: 60px;
  }

  h2.bigH2 {
    font-size: 37px;
    margin-bottom: 30px;
  }

  h2.bigH2 span {
    font-size: 80px;
  }

  .innerBannerLargeHeading h2.text-center.text-light {
    font-size: 3.5vh;
  }

  .innerBannerLargeHeading h2 span {
    font-size: 6vh;
  }

  .font-50 {
    font-size: 36px;
  }

  .innerpage-toparea h4 {
    font-size: 19px;
    margin-top: 12px;
  }

  span.invisible-text.transFromLeft {
    font-size: 60px;
  }

  .dot-blue li {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .centered-img {
    min-height: 300px;
    width: 300px;
    margin: 0 auto;
  }

  .steps-imgs h3 {
    font-size: 50px;
  }

  section.threeSteps.lineAdded:before {
    top: 110px;
  }

  .repeatedPlanBox h3 {
    font-size: 37px;
  }

  .repeatedPlanBox p {
    font-size: 14px;
    line-height: 22px;
  }

  .repeatedPlanBox ul li {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .withPrice .plan-box {
    padding-bottom: 80px;
  }

  .pdt-100 {
    padding-top: 80px;
  }

  span.invisiblelefttopcirc {
    background-size: 300px;
  }

  span.invisibleleftbottomcirc {
    background-size: 300px;
  }

  span.invisiblerighttopcirc {
    background-size: 300px;
  }

  div.port-comon {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .port-comon h4 {
    font-size: 17px;
  }

  .full-width-btn .btn-tn {
    margin-top: 60px;
  }

  .main-step-cont h4 {
    font-size: 22px;
  }

  @-webkit-keyframes hand1 {
    0% {
      left: -30px;
    }

    50% {
      left: 0;
    }

    100% {
      left: -30px;
    }
  }

  @keyframes hand1 {
    0% {
      left: -30px;
    }

    50% {
      left: 0;
    }

    100% {
      left: -30px;
    }
  }

  @-webkit-keyframes hand2 {
    0% {
      right: -30px;
    }

    50% {
      right: 0;
    }

    100% {
      right: -30px;
    }
  }

  @keyframes hand2 {
    0% {
      right: -30px;
    }

    50% {
      right: 0;
    }

    100% {
      right: -30px;
    }
  }

  img.rocket {
    max-height: 130%;
  }

  .modal-content {
    padding: 40px 30px;
    margin-top: 0;
  }

  .modal-dialog {
    width: 420px;
  }

  .quote-form-header p {
    font-size: 20px;
  }

  .modal input.form-control {
    height: 37px;
  }

  .modal textarea {
    height: 110px;
  }

  .modal button.close {
    top: 10px;
    right: 10px;
  }

  .form-logo-wrapper img {
    width: 200px;
    height: auto;
  }

  .modal input.form-control {
    height: 34px;
  }

  .modal textarea {
    height: 100px;
  }

  .pdt-160 {
    padding-top: 90px;
  }

  .why-outsource p {
    font-size: 14px;
  }

  .why-outsource h3 span.back-bigtext {
    font-size: 70px;
  }

  .why-outsource h3 {
    font-size: 32px;
    padding-top: 20px;
  }

  .pdt-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .one-stop-solution img.img-fluid {
    max-height: 260px;
  }

  .one-stop-solution .num {
    font-size: 150px;
  }

  @-webkit-keyframes num {
    0% {
      top: -90px;
    }

    50% {
      top: -70px;
    }

    100% {
      top: -90px;
    }
  }

  @keyframes num {
    0% {
      top: -90px;
    }

    50% {
      top: -70px;
    }

    100% {
      top: -90px;
    }
  }

  .one-stop-solution h3 {
    font-size: 18px;
  }

  .one-stop-solution h3 .text-green {
    font-size: 32px;
  }

  .one-stop-solution p {
    font-size: 14px;
  }

  .pdt-120 {
    padding-top: 70px;
  }

  .pbt-120 {
    padding-bottom: 70px;
  }

  .steps-vdo h1 {
    padding-top: 60px;
    font-size: 32px;
  }

  .steps-imgs h3 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .step-img .main-step-img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .main-step-cont h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .main-step-cont p {
    font-size: 14px;
    max-width: 80%;
  }

  .pbt-100 {
    padding-bottom: 80px;
  }

  .pdt-80 {
    padding-top: 60px;
  }

  .pdt-80 {
    font-size: 20px;
  }

  .area-grid-repeat h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .area-grid-repeat ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .plans .title-gen h1,
  .plans .title-gen h2 {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .title-gen p {
    font-size: 15px;
  }

  .pbt-140 {
    padding-bottom: 90px;
  }

  .title-gen h1,
  .title-gen h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .carousel-proudly .item {
    height: 70px;
  }

  .carousel-proudly .item img {
    max-height: 50px;
  }

  .testimon-in h4 {
    font-size: 16px;
  }

  .testimon-in img.quote-img {
    max-width: 33px;
  }

  .testimon-in p {
    font-size: 10px;
  }

  .testimon-in h5 {
    font-size: 12px;
  }

  .testimon-in {
    min-height: 330px;
  }

  section.testimonials {
    background-size: 250px;
  }

  .content-blog h4 {
    font-size: 15px;
  }

  .content-blog p {
    font-size: 12px;
  }

  .content-blog span.cat-blog {
    font-size: 10px;
    margin-bottom: 10px;
  }

  section.footer-section:before {
    background-size: 150px;
  }

  section.footer-section:after {
    background-size: 300px;
  }

  .footer-left-column h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  footer ul li a {
    font-size: 13px;
  }

  ul.contact-links li {
    margin-bottom: 15px;
  }

  .foot-links ul li {
    margin-bottom: 10px;
  }

  .foot-links ul li a {
    font-size: 13px;
  }

  .foot-links h4 {
    margin-bottom: 25px;
  }

  section.footer-section {
    padding-bottom: 70px;
  }

  .btn-tn:before {
    width: 40px;
    height: 40px;
  }

  .main-navigation .nav-link::before {
    left: 0;
  }

  .why-outsource:before {
    width: 150px;
    height: 150px;
  }

  .pbt-160 {
    padding-bottom: 90px;
  }

  .plans .title-gen h1:before,
  .plans .title-gen h2:before {
    top: 16px;
    width: 40px;
    left: -60px;
  }

  .plans-col {
    margin-top: 0;
  }

  .plan-box {
    padding: 40px 20px;
    min-height: 432px;
  }

  .plans-row .plan-box {
    min-height: 360px;
  }

  .plans-slide .plan-box h2 + p {
    font-size: 12px;
  }

  .plans-ul ul {
    padding-top: 40px;
  }

  .plans-col .btn-tn.btn-tndark {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  button.slick-arrow {
    right: -30px;
    width: 40px;
  }

  button.slick-arrow.slick-prev {
    left: -30px;
  }

  button.slick-arrow:focus:before,
  button.slick-arrow:hover:before {
    width: 30px;
    height: 30px;
  }

  .logos-tn h2.text-light {
    margin-bottom: 0;
  }

  .free-consultation .title-gen h1,
  .free-consultation .title-gen h2 {
    margin-bottom: 20px;
  }

  span.circle-behind {
    width: 90px;
    height: 90px;
  }

  span.circle-behind:before {
    width: 120px;
    height: 120px;
    top: -30px;
  }

  span.next-sec img {
    width: 18px;
  }

  section.innerpage-toparea:before {
    width: 30%;
    background-size: 50px;
  }

  .two-parralelbtn {
    margin-top: 30px;
  }

  section#about {
    padding-bottom: 40px;
  }

  .max-width-1100 {
    max-width: 1000px;
  }

  section.services-gradient {
    padding-bottom: 0;
  }

  section.services-gradient .row.pdt-80 {
    padding-top: 20px;
  }

  .btn-col-forfull {
    margin-top: 30px;
  }

  span.map-left,
  span.map-right {
    background-size: 30%;
  }

  .repeatedPlanBox .two-parralelbtn {
    margin-top: 50px;
  }

  .repeatedPlanBox {
    padding-top: 60px;
  }

  section.commonPortfolio .max-width-1200 {
    max-width: 800px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  section.commonPortfolio .max-width-1100 {
    max-width: 800px;
  }

  section.innerpage-botarea.innerpageBotareaBlue {
    padding-top: 40px;
  }

  section.processNewBg .img-step-div {
    margin-top: 30px;
  }

  p.pricePlan {
    font-size: 26px;
    margin-bottom: 0;
    bottom: 40px;
  }

  .sliding-portfolio .tabs-tn {
    padding-top: 20px;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li a {
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sliding-portfolio .tabs-tn ul.nav.nav-tabs {
    margin-bottom: 30px;
  }

  .genheading2.max-width-1100 {
    max-width: 800px;
  }

  .plans-row.plans-grid {
    max-width: 1040px;
    margin: 0 auto;
  }

  section.innerpage-botarea.innerpage-botarea-withBgColor {
    padding-top: 50px;
  }

  .repeatedPlanBox ul li img {
    height: 41px;
    width: auto;
  }

  ul.imgs-in-repeat li {
    margin-bottom: 0;
  }

  .repeatedPlanBox ul.imgs-in-repeat {
    margin-top: 30px;
  }

  section.pkgsIncluded.plansTab-slide ul.nav.nav-tabs {
    margin-bottom: 0;
  }

  section.pkgsIncluded.plansTab-slide .large-box .plan-box h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  section.pkgsIncluded.plansTab-slide .large-box .plan-box ul {
    padding-top: 10px;
    padding-bottom: 14px;
  }

  section.pkgsIncluded.plansTab-slide .large-box .plan-box ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  section.pkgsIncluded.plansTab-slide .large-box .plan-box {
    padding: 20px 15px;
    min-height: 580px;
  }

  div.medium-box .plans-ul ul {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .medium-box.plans-row .plan-box {
    min-height: 470px;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  section.pkgsIncluded.plansTab-slide .large-box p.pricePlan {
    font-size: 24px;
  }

  section.pkgsIncluded.plansTab-slide .large-box.row.plans-row.plans-slide {
    margin: 0 auto;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li {
    padding-bottom: 0;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li a {
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-step-div {
    max-width: 1000px;
  }

  section.innerpage-botarea.innerpage-botarea-withBgColor {
    padding-top: 70px;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li a {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li {
    padding-top: 0;
    padding-bottom: 0;
  }

  .large-box .plan-box h2 {
    font-size: 18px;
  }

  .plans-slide.large-box .plan-box {
    min-height: 450px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .large-box .plans-ul ul {
    padding-top: 0;
    padding-bottom: 14px;
  }

  .large-box .plans-ul ul li {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .large-box p.pricePlan {
    font-size: 20px;
    bottom: 50px;
  }

  .large-box .plan-box h2 + p {
    font-size: 13px;
  }

  .medium-box .plans-ul ul li {
    font-size: 10px;
    margin-bottom: 12px;
  }

  div.medium-box p.pricePlan {
    font-size: 21px;
    bottom: 45px;
  }

  section.pkgsIncluded.plansTab-slide .plans-col-700 .plans-grid .plan-box {
    min-height: 500px;
  }

  .centered-img span.bulb {
    height: 140px;
    background-size: 60px;
  }

  .centered-img {
    box-shadow: 0 30px 25px rgb(37 138 236 / 35%);
  }

  .privacy-policy p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .pdt-50 {
    padding-top: 30px;
  }

  .heading-underline h2 {
    font-size: 24px;
    margin-bottom: 21px;
    padding-bottom: 12px;
  }

  .terms-of-use ol {
    font-size: 14px;
    line-height: 1.7;
  }

  .heading-underline h2:before {
    border-width: 3px;
  }

  .privacy-policy-collect-information ul li,
  .refund-policy ol li {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.7;
  }

  .side-picture:before {
    width: 30%;
    background-size: 40px;
  }

  h2.contactH2 span:nth-child(1) {
    font-size: 31px;
    top: -10px;
  }

  .genheading-contact h2.contactH2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .contact-input input,
  .contact-input select {
    height: 42px;
    padding: 0 16px;
    font-size: 13px;
  }

  .jhoola {
    width: 50%;
  }

  .contact-input textarea {
    min-height: 180px;
  }

  .contact-details h2 {
    font-size: 21px;
  }

  .contact-details ul li {
    font-size: 13px;
    padding-bottom: 20px;
  }

  section.portfolio-section-hn .tab-content .single-item-hn > div {
    height: 250px;
  }

  div.caseheading p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
  }

  div.caseheading h2 span {
    font-size: 80px;
    top: 0;
  }

  div.caseheading h2 {
    font-size: 32px;
  }

  a.dropdown-item {
    font-size: 13px;
    padding: 0.18rem 1rem;
  }

  .pricewithmyw p.pricePlan {
    font-size: 24px;
  }

  .pricewithmyw p.pricePlan {
    font-size: 28px;
  }

  .plan-box h2 {
    font-size: 21px;
  }

  div.medium-box.withoutPrice .plan-box {
    padding-bottom: 40px;
    min-height: 380px;
  }

  .repeatedPlanBox {
    min-height: unset;
  }

  div.logoPortfolio .single-item-hn > div {
    height: 260px;
  }

  .lightalernatebg .repeatedPlanBox:nth-child(odd) {
    background-position: -80px;
  }

  .lightalernatebg .repeatedPlanBox:nth-child(even) {
    background-position: 0;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  section.plans.pkgsIncluded.plansTab-slide.plan-amazon-va
    .plan-box.plan-va
    h2.black-va {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  body header section.header-section .main-navigation .nav-link {
    font-size: 12px;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .img-in-frame {
    width: 900px;
  }

  .img-in-frame > img,
  .img-in-frame > video {
    top: 40px;
    left: 158px;
    width: 589px;
    height: 380px;
  }

  .main-navigation .nav-link:before {
    left: -6px;
  }

  .container {
    max-width: 1280px;
  }

  .steps-vdo h3 {
    font-size: 48px;
  }

  .slider-home-repeater h1 {
    font-size: 48px;
  }

  .slider-home-repeater p {
    font-size: 16px;
  }

  h2.bigH2 {
    font-size: 45px;
  }

  h2.bigH2 span {
    font-size: 135px;
  }

  .pdt-160 {
    padding-top: 130px;
  }

  .pbt-160 {
    padding-bottom: 130px;
  }

  .why-outsource:before {
    width: 160px;
    height: 168px;
  }

  .why-outsource h3 span.back-bigtext {
    font-size: 90px;
  }

  .why-outsource h3 {
    font-size: 40px;
    line-height: 1.2;
  }

  .why-outsource p {
    font-size: 18px;
  }

  .pbt-90 {
    padding-bottom: 70px;
  }

  .pdt-90 {
    padding-top: 70px;
  }

  .one-stop-solution h3 {
    font-size: 24px;
  }

  .one-stop-solution h3 .text-green {
    font-size: 42px;
  }

  .one-stop-solution p {
    font-size: 16px;
  }

  .one-stop-solution .num {
    font-size: 250px;
  }

  @-webkit-keyframes num {
    0% {
      top: -120px;
    }

    50% {
      top: -80px;
    }

    100% {
      top: -120px;
    }
  }

  @keyframes num {
    0% {
      top: -120px;
    }

    50% {
      top: -80px;
    }

    100% {
      top: -120px;
    }
  }

  .title-gen h1,
  .title-gen h2 {
    font-size: 54px;
  }

  .area-grid-repeat h4 {
    font-size: 25px;
  }

  .area-grid-repeat ul li {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .pbt-140 {
    padding-bottom: 110px;
  }

  .pdt-120 {
    padding-top: 90px;
  }

  .plans .title-gen h1:before,
  .plans .title-gen h2:before {
    left: -70px;
    width: 50px;
  }

  .plans-col {
    margin-top: 0;
  }

  .plan-box {
    padding: 60px 25px;
  }

  .plan-box h2 {
    font-size: 21px;
  }

  .plan-box p {
    font-size: 14px;
  }

  .plans-ul ul li {
    font-size: 14px;
    margin-bottom: 17px;
  }

  button.slick-arrow {
    right: -50px;
  }

  button.slick-arrow.slick-prev {
    left: -50px;
  }

  button.slick-arrow:focus:before,
  button.slick-arrow:hover:before {
    width: 40px;
    height: 40px;
  }

  .carousel-proudly .item {
    height: 120px;
  }

  .carousel-proudly .item img {
    max-height: 70px;
  }

  .carousel-proudly .item:before {
    opacity: 0.3;
  }

  .pbt-120 {
    padding-bottom: 90px;
  }

  .testimon-in img.quote-img {
    max-width: 45px;
  }

  .testimon-in h4 {
    font-size: 18px;
  }

  .testimon-in p {
    font-size: 11px;
    line-height: 2;
  }

  .testimon-in h5 {
    font-size: 13px;
  }

  .title-gen p {
    font-size: 18px;
  }

  .free-consultation h1.big-text-invisible {
    font-size: 120px;
  }

  .free-consultation .btn-tn {
    font-size: 45px;
  }

  .content-blog h4 {
    font-size: 18px;
    line-height: 1.5;
  }

  .content-blog p {
    font-size: 15px;
  }

  .footer-left-column h1 {
    font-size: 52px;
  }

  .foot-links ul li a {
    font-size: 15px;
  }

  footer ul li a {
    font-size: 15px;
  }

  section.footer-section:after {
    background-size: 400px;
  }

  section.footer-section:before {
    background-size: 240px;
  }

  .innerBannerHeading h2 {
    font-size: 50px;
  }

  span.circle-behind {
    width: 120px;
    height: 120px;
  }

  span.circle-behind:before {
    width: 150px;
    height: 150px;
  }

  span.next-sec img {
    width: 20px;
  }

  h2.h-40 {
    font-size: 28px;
  }

  .two-parralelbtn {
    margin-top: 40px;
  }

  .innerpage-toparea p {
    font-size: 16px;
    line-height: 1.8;
  }

  .innerpage-topareahalf p {
    font-size: 12px;
  }

  section.innerpage-toparea:before {
    background-size: 60px;
  }

  section#about {
    padding-bottom: 60px;
  }

  h2.bigH2 span {
    font-size: 100px;
    top: 10px;
  }

  h2.bigH2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .genheading2 p {
    font-size: 16px;
    line-height: 1.7;
  }

  .max-width-1100 {
    max-width: 1000px;
  }

  .services-gradient .row.pdt-80 {
    padding-top: 30px;
  }

  .service-grad a {
    height: 80px;
  }

  .service-grad a h4 {
    line-height: 80px;
  }

  .btn-col-forfull {
    margin-top: 30px;
  }

  .service-grad a img {
    height: 40px;
  }

  span.map-left,
  span.map-right {
    background-size: 35%;
  }

  .title-gen h1,
  .title-gen h2 {
    font-size: 55px;
  }

  .carousel-proudly .item img {
    max-height: 70px;
  }

  section.testimonials {
    background-size: 400px;
  }

  .testimon-in img.quote-img {
    max-width: 40px;
  }

  .testimon-in h4 {
    font-size: 18px;
  }

  .testimon-in p {
    font-size: 11px;
    line-height: 2;
  }

  .font-50 {
    font-size: 32px;
  }

  span.invisible-text.transFromLeft {
    font-size: 60px;
    left: 30px;
  }

  .innerpage-toparea h4 {
    font-size: 20px;
  }

  .with-centered-image {
    padding-top: 50px;
  }

  .dot-blue li {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .steps-imgs h3 {
    font-size: 40px;
  }

  .step-img .main-step-img {
    width: 100px;
    height: 100px;
  }

  .main-step-cont h4 {
    font-size: 25px;
  }

  .main-step-cont p {
    font-size: 16px;
  }

  section.threeSteps:before {
    top: 165px;
  }

  .repeatedPlanBox h3 {
    font-size: 42px;
  }

  .repeatedPlanBox p {
    font-size: 15px;
    line-height: 1.7;
  }

  section.pkgsIncluded .container {
    max-width: 1220px;
  }

  .innerpage-toparea p.pricePlan {
    font-size: 28px;
  }

  section.commonPortfolio .row.pdt-80.max-width-1200 {
    max-width: 800px;
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .port-comon {
    margin: 10px auto;
    width: 220px;
    height: 220px;
  }

  .port-comon h4 {
    font-size: 20px;
  }

  section.commonPortfolio {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  section.commonPortfolio a.btn-tn.btn-tndark {
    margin-top: 40px;
  }

  .contain-canvas {
    display: none;
  }

  section.innerpage-botarea.innerpageBotareaBlue {
    padding-top: 70px;
  }

  p.pricePlan {
    margin-bottom: 0;
    bottom: 50px;
  }

  .withPrice .plan-box {
    padding-bottom: 100px;
  }

  .sliding-portfolio .tabs-tn {
    padding-top: 30px;
  }

  .sliding-portfolio .tabs-tn ul.nav-tabs {
    margin-bottom: 30px;
  }

  .port-slide-in > div {
    margin-bottom: 60px;
  }

  .sliding-portfolio .tabs-tn {
    padding-top: 20px;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li a {
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sliding-portfolio .tabs-tn ul.nav.nav-tabs {
    margin-bottom: 30px;
  }

  .port-slide-in > div {
    margin-bottom: 60px;
  }

  .genheading2.max-width-1100 {
    max-width: 800px;
  }

  .plans-row.plans-grid {
    max-width: 1040px;
    margin: 0 auto;
  }

  section.innerpage-botarea.innerpage-botarea-withBgColor {
    padding-top: 50px;
  }

  .repeatedPlanBox ul li img {
    height: 41px;
    width: auto;
  }

  ul.imgs-in-repeat li {
    margin-bottom: 0;
  }

  .repeatedPlanBox ul.imgs-in-repeat {
    margin-top: 30px;
  }

  section.pkgsIncluded.plansTab-slide ul.nav.nav-tabs {
    margin-bottom: 0;
  }

  section.pkgsIncluded.plansTab-slide .large-box .plan-box h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  section.pkgsIncluded.plansTab-slide .large-box .plan-box ul {
    padding-top: 10px;
    padding-bottom: 14px;
  }

  section.pkgsIncluded.plansTab-slide .large-box .plan-box ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  section.pkgsIncluded.plansTab-slide .large-box .plan-box {
    padding: 20px 15px;
    min-height: 570px;
  }

  section.pkgsIncluded.plansTab-slide .large-box p.pricePlan {
    font-size: 24px;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li {
    padding-bottom: 0;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li a {
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-step-div {
    max-width: 1340px;
  }

  section.innerpage-botarea.innerpage-botarea-withBgColor {
    padding-top: 70px;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li a {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }

  .grid-common-tabs.tabs-tn ul.nav-tabs li {
    padding-top: 0;
    padding-bottom: 0;
  }

  .large-box .plan-box h2 {
    font-size: 18px;
  }

  .plans-slide.large-box .plan-box {
    min-height: 450px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .large-box .plans-ul ul {
    padding-top: 0;
    padding-bottom: 14px;
  }

  .large-box .plans-ul ul li {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .large-box p.pricePlan {
    font-size: 20px;
    bottom: 50px;
  }

  .large-box .plan-box h2 + p {
    font-size: 12px;
  }

  section.pkgsIncluded.plansTab-slide .withoutPrice.large-box ul {
    padding-top: 15px;
  }

  .medium-box .plans-ul ul li {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .medium-box .plan-box {
    min-height: 560px;
    padding-top: 30px;
    padding-bottom: 75px;
  }

  .medium-box .plan-box .plans-ul ul {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  div.medium-box p.pricePlan {
    font-size: 22px;
    bottom: 45px;
  }

  section.pkgsIncluded .row.diffrentPricing .large-box .plan-box h2 {
    font-size: 1.497vw;
  }

  section.pkgsIncluded.plansTab-slide
    .diffrentPricing
    .large-box
    .plans-ul
    ul
    li {
    font-size: 1vw;
    margin-bottom: 0.8vw;
  }

  .diffrentPricing h4 {
    font-size: 1vw;
  }

  .diffrentPricing .plans-row.plans-grid {
    max-width: unset;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box.largest-plan
    .plan-box
    h2 {
    font-size: 1.497vw;
  }

  section.pkgsIncluded.plansTab-slide
    .diffrentPricing
    .large-box.largest-plan
    .plans-ul
    ul
    li {
    font-size: 0.527vw;
    margin-bottom: 0.406vw;
  }

  .diffrentPricing .largest-plan h4 {
    font-size: 0.7vw;
  }

  section.pkgsIncluded
    .row.diffrentPricing
    .large-box.largest-plan
    .plan-box
    h2 {
    font-size: 1vw;
  }

  section.pkgsIncluded.plansTab-slide .plans-col-700 .plans-grid .plan-box {
    min-height: 520px;
  }

  .privacy-policy p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .pdt-50 {
    padding-top: 30px;
  }

  .heading-underline h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .terms-of-use ol {
    font-size: 17px;
    line-height: 1.7;
  }

  .heading-underline h2:before {
    border-width: 3px;
  }

  .privacy-policy-collect-information ul li,
  .refund-policy ol li {
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 1.7;
  }

  .side-picture:before {
    width: 30%;
    background-size: 40px;
  }

  h2.contactH2 span:nth-child(1) {
    font-size: 46px;
    top: -20px;
  }

  .genheading-contact h2.contactH2 {
    font-size: 48px;
  }

  .contact-input input,
  .contact-input select {
    height: 46px;
    font-size: 14px;
  }

  .contact-input textarea {
    min-height: 210px;
  }

  .contact-details ul li {
    font-size: 14px;
    padding-bottom: 20px;
  }

  div.caseheading p {
    font-size: 16px;
    line-height: 1.7;
  }

  div.caseheading h2 span {
    font-size: 100px;
    top: 0;
  }

  div.caseheading h2 {
    font-size: 40px;
  }

  a.dropdown-item {
    font-size: 15px;
  }

  .modal-content {
    margin-top: 0;
    padding: 40px 30px;
  }

  .modal input.form-control {
    height: 40px;
  }

  .quote-form-header p {
    font-size: 21px;
  }

  .modal-dialog {
    width: 450px;
  }

  .modal button.close {
    height: 34px;
    width: 34px;
    font-size: 24px;
    top: 10px;
    right: 10px;
  }

  .form-logo-wrapper img {
    max-width: 200px;
  }

  div.medium-box.withoutPrice .plan-box {
    padding-bottom: 40px;
    min-height: 500px;
  }

  section.pkgsIncluded.plansTab-slide .diffrentPricing .large-box .plan-box ul {
    padding-top: 4vh;
  }

  div.single-item-hn.portfolio-cat div h3 {
    font-size: 30px;
  }

  div.logoPortfolio .single-item-hn > div {
    height: 260px;
  }

  .centered-img {
    min-height: 400px;
  }

  .lightalernatebg .repeatedPlanBox:nth-child(odd) {
    background-position: -120px;
  }
}

@media (min-width: 1921px) {
  .plan-box {
    min-height: 600px;
  }
}

.casees-section .case-img {
  -webkit-animation: bounceHeadx 5s linear infinite;
  -moz-animation: bounceHeadx 5s linear infinite;
  -ms-animation: bounceHeadx 5s linear infinite;
  -o-animation: bounceHeadx 5s linear infinite;
  animation: bounceHeadx 3s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.caseheading.caseheading-right {
  padding-right: 30px;
}

.caseheading.caseheading-left {
  padding-left: 30px;
}

.caseheading h2 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-top: 60px;
  margin-bottom: 30px;
}

.caseheading h2 span {
  position: absolute;
  top: -40px;
  font-size: 160px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(0, 21, 66, 0.05);
  -webkit-animation: bounceHead 5s linear infinite;
  -moz-animation: bounceHead 5s linear infinite;
  -ms-animation: bounceHead 5s linear infinite;
  -o-animation: bounceHead 5s linear infinite;
  animation: bounceHead 3s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  width: 100%;
}

.caseheading p {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
}

.caseheading.caseheading-left h6 {
  color: #253659;
  font-weight: bolder;
}

.caseheading.caseheading-right h6 {
  color: #46c879;
  font-weight: bolder;
}

.case-buttons a {
  margin: 0 35px;
}

.portfolio-section-hn {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}

.single-item-hn > div {
  position: relative;
  height: 400px;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 19px 24px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear 0s;
}

.single-item-hn div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
  transition: 4s ease;
}

.single-item-hn div:hover img {
  object-position: bottom;
}

.single-item-hn.portfolio-cat > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 25px;
  box-shadow: unset;
}

.single-item-hn.portfolio-cat div h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: #001441;
}

.single-item-hn.portfolio-cat div h3 span {
  color: #3cb6eb;
}

.single-item-hn.portfolio-cat div button.btn-hn {
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #001441;
  border: 2px solid #001441;
  color: #fff;
  padding: 12px 20px;
  box-shadow: 0 19px 24px 0 rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
}

.single-item-hn.portfolio-cat div button.btn-hn:hover {
  color: #001441;
  background-color: #fff;
}

.logoPortfolio .single-item-hn div img {
  object-position: center;
}

.logoPortfolio .single-item-hn > div {
  height: 320px;
}

.logoPortfolio .single-item-hn div:hover img {
  object-position: center;
}

.logoPortfolio .single-item-hn > div:hover {
  box-shadow: 0 19px 24px 0 rgb(0 0 0 / 30%);
}

.single-item-hn {
  display: none;
}

.casses-list {
  display: none;
}

.no-before:before {
  display: none;
}

.va-heading h2 span {
  font-weight: 800;
  font-family: Montserrat;
  font-size: 7vh;
}

.centered-img.img-va-center {
  background: 0 0;
  box-shadow: none;
  width: 100%;
}

.black-va {
  color: #000 !important;
}

.black-va li:before {
  background: #000;
}

.btn-yellow-va:before {
  background: #fea120;
}

.btn-color-white span {
  color: #fff;
}

h1.va-font,
h2.va-font {
  font-size: 50px;
}

h2.bigH2.span-opacity span {
  color: rgba(255, 255, 255, 0.03);
}

section.innerpage-botarea.innerpageBotareaBlue.innerareabg-black {
  background: #211f1f;
}

section.plans.pkgsIncluded.plan-amazon-va:before {
  background: url(https://webprojectmockup.com/oip/assets/images/amazonva/yellow-circle.png)
    no-repeat;
  background-size: 100% 40%;
  background-position: bottom;
}

div.plans-col.va-plan-col .btn-tn.btn-tndark:after {
  background: #fb9f20;
  color: #000;
}

.plans-col:hover .plan-box.plan-va:before {
  background: #211f1f;
}

.plan-va:before {
  background: #211f1f;
}

.plans-col.va-plan-col.centerActivePlan p.pricePlan {
  color: #fea120;
}

@media (max-width: 1440px) {
  .caseheading h2 {
    font-size: 42px;
  }

  .caseheading h2 span {
    top: -20px;
    font-size: 120px;
  }

  .single-item-hn.portfolio-cat div h3 {
    font-size: 32px;
  }

  .single-item-hn.portfolio-cat div button.btn-hn {
    padding: 10px 16px;
  }
}

@media (max-width: 1280px) {
  .caseheading h2 span {
    top: -10px;
    font-size: 100px;
  }
}

@media (max-width: 1024px) {
  .caseheading h2 {
    font-size: 38px;
  }

  .caseheading h2 span {
    top: 0;
    font-size: 80px;
  }

  .single-item-hn.portfolio-cat div h3 {
    font-size: 24px;
  }
}

@-webkit-keyframes bounceHeadx {
  0% {
    transform: translatex(-15px);
  }

  50% {
    transform: translatex(0);
  }

  100% {
    transform: translatex(-15px);
  }
}

@keyframes bounceHeadx {
  0% {
    transform: translatex(-15px);
  }

  50% {
    transform: translatex(0);
  }

  100% {
    transform: translatex(-15px);
  }
}

@media screen and (max-width: 991px) {
  .repeatedPlanBox.size-bg-left,
  .repeatedPlanBox.size-bg-right {
    background-position: top;
  }

  .repeatedPlanBox.size-bg-left {
    background-position: left;
    background-position-x: 50%;
  }

  .repeatedPlanBox.size-bg-right {
    background-position: right;
    background-position-x: 100%;
  }

  section.plans.pkgsIncluded.plan-amazon-va:before {
    background-size: 100% 20%;
  }

  .nobg-amazon {
    background: 0 0 !important;
  }
}

@media screen and (max-width: 767px) {
  section.plans.pkgsIncluded.plan-amazon-va:before {
    display: none;
  }

  h1.va-font,
  h2.va-font {
    font-size: 40px;
  }

  .centered-img.img-va-center img.big-img-animate {
    width: 90%;
    margin-left: -20px;
  }

  .repeatedPlanBox.size-bg-left {
    background-position: left;
    background-position-x: 60%;
  }

  .repeatedPlanBox.size-bg-right {
    background-position: right;
    background-position-x: 60%;
  }
}

@media (max-width: 1440px) {
  .caseheading h2 {
    font-size: 42px;
  }

  .caseheading h2 span {
    top: -20px;
    font-size: 120px;
  }

  .single-item-hn.portfolio-cat div h3 {
    font-size: 32px;
  }

  .single-item-hn.portfolio-cat div button.btn-hn {
    padding: 10px 16px;
  }
}

@media (max-width: 1280px) {
  .caseheading h2 span {
    top: -10px;
    font-size: 100px;
  }

  .grid-common-tabs.tabs-tn.tabs-hn ul.nav-tabs li a {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .caseheading h2 {
    font-size: 38px;
  }

  .caseheading h2 span {
    top: 0;
    font-size: 80px;
  }

  .single-item-hn.portfolio-cat div h3 {
    font-size: 24px;
  }

  .port-slide-in > div {
    height: 40vh;
  }
}

@media (max-width: 991px) {
  .casees-section {
    padding-bottom: 20px !important;
  }

  .cases-learnmore {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tabs-hn {
    padding-top: 50px !important;
  }

  .caseheading.caseheading-right {
    padding-right: 0;
  }

  .caseheading.caseheading-left {
    padding-left: 0;
  }

  .port-slide-vdoIn > div {
    height: 35vh;
  }

  .grid-common-tabs.tabs-tn.tabs-hn ul.nav-tabs li {
    width: 33%;
  }

  .port-slide-in > div {
    height: 40vh;
    margin-bottom: 0;
  }

  .mobImg {
    width: 28.7vw;
    height: 58.685vw;
  }

  .portApp-slide-in div img {
    width: 24.406vw;
    height: 54.461vw;
  }

  h2.contactH2 span:nth-child(1) {
    font-size: 60px;
  }

  .genheading-contact h2.contactH2 {
    font-size: 40.25px;
  }

  .sidebar-widgets .widget-wrap {
    margin-top: 0;
  }

  .sidebar-widgets .widget-wrap .single-sidebar-widget {
    margin: 15px 20px;
  }

  .plans-col.va-plan-col.centerActivePlan .plan-box.plan-va {
    background: #211f1f;
  }
}

@media (max-width: 767px) {
  .services-heading-hn span {
    left: 0 !important;
    transform: translateX(0) !important;
  }

  .caseheading h2 {
    font-size: 28px;
  }

  .caseheading p {
    font-size: 14px;
    font-weight: 500;
  }

  .grid-common-tabs.tabs-tn.tabs-hn ul.nav-tabs li {
    width: 100%;
  }

  .port-slide-in > div {
    height: 30vh;
  }

  .mobImg {
    height: 59.685vw;
  }

  .side-picture:before {
    background-size: 40px;
  }

  h2.contactH2 span:nth-child(1) {
    top: -16px;
    font-size: 30px;
  }

  .genheading-contact h2.contactH2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .heading-underline h2 {
    font-size: 24px;
  }

  .privacy-policy p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
  }

  .privacy-policy-collect-information ul li,
  .refund-policy ol li,
  .terms-of-use ol li {
    line-height: 1.6;
    padding-bottom: 20px;
    font-size: 14px;
  }
}

@-webkit-keyframes bounceHeadx {
  0% {
    transform: translatex(-15px);
  }

  50% {
    transform: translatex(0);
  }

  100% {
    transform: translatex(-15px);
  }
}

@keyframes bounceHeadx {
  0% {
    transform: translatex(-15px);
  }

  50% {
    transform: translatex(0);
  }

  100% {
    transform: translatex(-15px);
  }
}

/* Custom Styles */

.slick-slide {
  height: max-content;
}

.smallestBoxAutoBox .plans-row .plan-box {
  min-height: unset;
  padding-bottom: 40px;
  padding-top: 40px;
}

.smallestBoxAutoBox .plans-row .plan-box ul {
  padding-bottom: 0;
}

.smallestBoxAutoBox .plans-row .plans-col {
  margin-bottom: 10px;
}

.smallestBoxAutoBox .plans-row .plan-box ul li {
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}

.smallestBoxAutoBox .plans-row .plan-box ul li span {
  float: right;
}

.smallestBoxAutoBox .plans-row .plan-box ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.smallestBoxAutoBox .plans-row .plan-box h2 {
  font-size: 22px;
  text-align: center;
}

.smallestBoxAutoBox .row.plans-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 981px) and (max-width: 1279px) {
  .smallestBoxAutoBox .row.plans-row {
    max-width: 750px;
  }

  .smallestBoxAutoBox .plans-row .plan-box {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .smallestBoxAutoBox .plans-row .plan-box h2 {
    font-size: 14px;
  }

  .smallestBoxAutoBox .plans-row .plan-box ul {
    padding-top: 30px;
  }

  .smallestBoxAutoBox .plans-row .plan-box ul li {
    padding-bottom: 10px;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .smallestBoxAutoBox .row.plans-row {
    max-width: 900px;
  }

  .smallestBoxAutoBox .plans-row .plan-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .smallestBoxAutoBox .plans-row .plan-box h2 {
    font-size: 18px;
  }

  .smallestBoxAutoBox .plans-row .plan-box ul {
    padding-top: 30px;
  }

  .smallestBoxAutoBox .plans-row .plan-box ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .smallestBoxAutoBox .plans-row .plans-col {
    margin-bottom: 30px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .smallestBoxAutoBox .row.plans-row {
    max-width: 1050px;
  }

  .smallestBoxAutoBox .plans-row .plan-box {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .smallestBoxAutoBox .plans-row .plan-box h2 {
    font-size: 20px;
  }

  .smallestBoxAutoBox .plans-row .plan-box ul {
    padding-top: 35px;
  }

  .smallestBoxAutoBox .plans-row .plan-box ul li {
    padding-bottom: 17px;
    margin-bottom: 17px;
  }

  .smallestBoxAutoBox .plans-row .plans-col {
    margin-bottom: 30px;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  .va-heading h2 span {
    font-size: 24px;
  }

  .us-plan p.pricePlan.d-flex {
    color: #011745 !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .innerBannerLargeHeading h2 span {
    font-size: 55px;
  }

  .us-plan p.pricePlan.d-flex {
    color: #011745 !important;
  }

  .us-plan .plan-box.plan-va h2 {
    color: #000 !important;
  }
}

.sidebar-widgets {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-top: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: fit-content;
}

.widget-wrap {
  margin-bottom: 30px;
}

.search-widget {
  margin-bottom: 30px;
}

.search-form {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.search-form input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
}

.search-form button {
  background-color: red;
  color: #fff;
  border: none;
  padding: 0 15px;
  cursor: pointer;
  margin-right: 10px;
  border-right: 100px;
}

.search-form button i {
  font-size: 16px;
}

/* Popular Posts Widget */
.popular-post-widget {
  margin-bottom: 30px;
}

.popular-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  text-transform: uppercase;
}

.popular-post-list {
  list-style: none;
  padding: 0;
}

.single-post-list {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.single-post-list .thumb {
  margin-right: 15px;
}

.single-post-list .thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.single-post-list .details {
  flex: 1;
}

.single-post-list .details h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.single-post-list .details p {
  font-size: 12px;
  color: #777;
}

/* Tag Cloud Widget */
.tag-cloud-widget {
  margin-bottom: 30px;
}

.tagcloud-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  text-transform: uppercase;
}

.tag-cloud-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud-widget ul li {
  display: inline-block;
  margin-bottom: 10px;
}

.tag-cloud-widget ul li a {
  background-color: #eee;
  color: #333;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.tag-cloud-widget ul li a:hover {
  background-color: #ff5722;
  color: #fff;
}

.sub-menu {
  background-color: white;
  position: absolute;
  width: 308px;
  border-radius: 10px;
  text-align: left;
  padding: 15px !important;
  display: none;
  z-index: 1000;
}

.main-navigation ul li:hover .sub-menu {
  display: block;
}

.sub-menu li a {
  color: black !important;
  text-decoration: none;
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  transition: color 0.3s ease;
}

.sub-menu li a:hover {
  color: #0053b9;
  background-color: #f1f1f1;
}

/* Highlight the active sub-menu item */
.sub-menu li a.active {
  font-weight: 700;
  color: #0053b9;
  background-color: #e0e0e0;
}

.menu-arrow {
  font-size: 12px;
  color: white;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.main-navigation ul li:hover .menu-arrow {
  transform: rotate(180deg);
}

.custom-logo {
  width: 187px;
  height: 85px;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* The sidebar menu */
.custom-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000000000000;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

/* Sidebar links */
.custom-sidebar-nav {
  list-style-type: none;
  padding: 0;
}

.custom-sidebar-nav li {
  padding: 8px 16px;
}

.custom-sidebar-nav a {
  color: #818181;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

.custom-sidebar-nav a:hover {
  color: #f1f1f1;
}

/* Style the close button */
.sidebar-closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: white;
}

/* Sidebar when opened */
.custom-sidebar.open {
  width: 250px;
}

/* Main content when sidebar is open */
.open-sidebar-content {
  margin-left: 250px;
}

.mobile_menue {
  display: flex;
  justify-content: space-between;
}

.mobile_menue_main {
  display: none;
}

@media only screen and (max-width: 975px) {
  .mobile_menue_main {
    display: block;
  }
}

.humberger_icon {
  font-size: 40px;
  cursor: pointer;
  margin-top: 16px;
  z-index: 100000;
  margin-right: 11px;
}

.humberger_icon span {
  color: white;
}

.single_blog_image {
  width: 100%;
  object-fit: cover;
  margin-top: 40px;
  max-height: 450px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.author-info-heading {
  margin-top: 50px;
}

.author-card {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  margin-top: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 78%;
  margin-left: 190px;
  /* margin: 0 auto; */
}

.author-image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 20px;
}

.author-details {
  flex: 1;
}

.author-name {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.author-email {
  font-size: 16px;
  color: #777;
  margin: 5px 0;
}

.author-social a {
  display: inline-block;
  color: #555;
  font-size: 20px;
  margin-right: 10px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.author-social a:hover {
  color: #0073e6;
}

/* Targeting elements inside the section with ID 'nexify-block_de4b5322a8617a78bf80551a0fee45a6' */
#single_post {
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

#single_post:hover {
  transform: translateY(-5px);
}

#single_post .feature-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

#single_post .posts-title h3 {
  font-size: 24px;
  margin: 15px 10px;
  color: #333;
}

#single_post p {
  font-size: 16px;
  margin: 15px 10px;
}

.repeatedPlanBox {
  display: flex;
  gap: 20px;
}

.termsSectionMain {
  padding-top: 70px;
  padding-bottom: 70px;
}

.termsSectionMain h1 {
  margin-top: 30px;
  text-align: center;
}
.termsSectionMain h3 {
  margin-top: 30px;
}
