@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
:root {
  --primary-color: #00a8cc;
  --primary-light: #d6e5ee;
  --primary-dark: #151823;
  --secondary-color: #ffa41b;
  --secondary-light: #ffbb4f;
  --light: #f8f9fa;
  --text-color: #535353;
  --black: #212121;
  --white: #fff;
  --mont: "Montserrat", sans-serif;
  --overlay: rgba(21, 24, 35, 0.8);
}

.theme-blue {
  color: var(--primary-color);
}
.theme-yellow {
  color: var(--secondary-color);
}
body::-webkit-scrollbar {
  width: 0.7em;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
}
h1,
h2,
h3,
h4,
h5,
p,
a,
img,
input,
span,
ul,
li {
  margin: 0;
  padding: 0;
  outline: 0;
}
a,
span,
label {
  display: inline-block;
}
body {
  font-family: var(--mont);
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 360px;
}
.smooth,
a,
input,
button,
textarea {
  transition: all linear 0.4s;
  text-decoration: none !important;
}
p {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--mont);
  line-height: 28px;
  margin-bottom: 1rem;
  color: var(--text-color);
}

.title-sm {
  font-size: 18px;
  font-weight: 800;
  font-family: var(--mont);
}
.sub-head {
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--mont);
  font-weight: 800;
  margin-bottom: 0.5rem;
  /* letter-spacing: 1px; */
  color: var(--secondary-color);
}
.heading-lg {
  font-size: 50px;
}
.heading-md {
  font-size: 42px;
}
.heading-mid-2 {
  font-size: 30px;
}
.heading-sm {
  font-size: 24px;
}
.heading-vsm {
  font-size: 20px;
  color: #505050;
}
.vsm {
  font-size: 14px;
  margin-top: 5px;
}
.pad-top {
  padding-top: 75px;
}
.pad-top2 {
  padding-top: 140px;
}
.pad-bot {
  padding-bottom: 75px;
}
.pad-bot2 {
  padding-bottom: 140px;
}
.gutter-top-sm {
  margin-top: 15px;
}
.gutter-bot-sm {
  margin-bottom: 15px;
}
.gutter-top-md {
  margin-top: 30px;
}
.gutter-bot-md {
  margin-bottom: 30px;
}
.theme-color {
  color: var(--primary-color);
}
.img-container {
  overflow: hidden;
  position: relative;
}
.img-container img {
  width: 100%;
}
.img-container a {
  display: inline;
}
.img-fitted {
  object-fit: cover;
  height: 100%;
}
*[class*="heading-"] {
  font-family: var(--mont);
  font-weight: 800;
}
*[class*="wt-"] {
  color: white;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-btn {
  background-color: var(--secondary-color);
  color: #fff;
  letter-spacing: 0.02em;
  padding: 5px;
  border-radius: 40px;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.btn-text {
  font-size: 16px;
  font-weight: 700;
  /* vertical-align: middle; */
  line-height: 18px;
  padding: 0 30px;
  font-family: var(--mont);
  text-transform: uppercase;
}
.btn-icon {
  height: 55px;
  min-width: 55px;
  padding-left: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  color: var(--theme-color-dark);
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon i {
  font-size: 26px;
}
.common-btn:hover .btn-icon i {
  transform: rotate(360deg);
  transition: 0.8s;
}
.common-btn:hover {
  background: var(--primary-color);
  color: var(--white);
}
button {
  border: 0;
  outline: 0;
}
.flexer {
  display: flex;
}

/* ==================== Top header ==================== */
.top-header {
  background: var(--black);
}
.top-header-wrap {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.header-info i,
.header-info-right i {
  color: var(--secondary-color);
  font-size: 12px;
  margin-right: 5px;
}
.header-info a,
.header-info-right span {
  color: var(--white);
  font-family: var(--mont);
  font-size: 14px;
}
.header-info a {
  margin-right: 10px;
}
.header-info-right .social-media {
  list-style: none;
}
.header-info-right {
  align-items: center;
}
.header-info-right .social-media .sm-icon i {
  margin: 7px 0px 5px 15px;
  font-size: 18px;
}

/* ==================== main header ==================== */
.header {
  background-image: url("../images/bg.png");
  /* height:100vh; */
}
.overlay {
  background-color: var(--overlay);
  object-fit: cover;
  background-position: center;
  height: inherit;
}

/* navigation section  */
.logo-img {
  max-height: 70px;
}
/* custom-nav */
.nav-section {
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #808080;
}
.nav-container li {
  font-family: var(--mont);
  font-size: 16px;
  font-weight: 500;
  padding: 25px 5px;
}
.custom-nav {
  align-items: center;
}
.custom-nav ul {
  list-style: none;
}
.custom-nav > li > a {
  font-weight: 600;
  margin-left: 30px;
  color: var(--white);
}
.custom-nav > li > a:hover:not(.active a) {
  color: var(--primary-color);
}
.custom-nav .active a {
  color: var(--secondary-color);
}
.mobile-btn,
.close-btn {
  display: none;
}
.mobile-btn i {
  font-size: 24px;
  color: var(--secondary-color);
}

/* ====================  header content ==================== */
.header-content h1 {
  color: var(--white);
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.header-content h1 span {
  color: var(--primary-color);
}
.content-para {
  max-width: 700px;
  color: #bbb;
}
/* ====================  about content ==================== */

.motto .motto-wrap {
  padding-top: 20px;
  align-items: flex-start;
}
.motto .motto-wrap .motto-icon object {
  width: 70px;
  margin-right: 20px;
}
.motto-text {
  margin-top: 5px;
}

.about-image-wrap {
  position: relative;
  height: 100%;
}
.about-image-wrap .img-right,
.about-image-wrap .img-left {
  position: absolute;
}
.about-image-wrap .img-right {
  top: 0;
  right: 0;
}
.about-image-wrap .img-left {
  bottom: 0;
  left: 40px;
}
.about-image-wrap .img-left .img-container {
  border: 8px solid var(--primary-color);
}
.about-image-wrap .img-right .img-container,
.about-image-wrap .img-left .img-container {
  height: 450px;
  width: 390px;
}

/* ====================  service content ==================== */

.services {
  background-image: url(../images/background.png);
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
}
.service-card {
  margin-top: 30px;
}
.service-head {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.service-card .img-container {
  position: relative;
  height: 270px;
  border-radius: 10px;
}
.service-in-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(14, 114, 182, 0.5);
  padding: 15px;
}
.service-in {
  height: 100%;
  padding: 30px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.service-in img {
  max-width: 60px;
}
.service-in .service-title {
  color: var(--white);
  font-family: var(--mont);
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}
.service-card:nth-last-child(2),
.service-card:last-child {
  margin: 60px auto 0 auto;
}

/* ====================  portfolio content ==================== */
.portfolio-text p {
  padding-left: 30px;
  border-left: 4px solid var(--secondary-color);
}
.portfolio-slider {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.portfolio-slider .img-container {
  height: 400px;
  padding-left: 100px;
}
.portfolio-content {
  position: absolute;
  top: 150px;
  left: -60px;
}
.portfolio-content .number {
  color: var(--secondary-color);
  font-size: 80px;
  font-weight: 800;
  font-family: var(--mont);
}
.portfolio-content .web-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -1px;
  margin-top: 10px;
  color: var(--primary-color);
}
.portfolio-content .web-link:hover {
  color: var(--secondary-color);
  transform: scale(1.05);
}
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--secondary-color);
  border: 3px solid var(--secondary-light);
  padding: 4px;
}
.owl-theme .owl-dots .owl-dot {
  margin-top: 30px;
  outline: none;
}

/* ====================  steps content ==================== */
.steps {
  background-image: url("../images/website.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.steps .overlay {
  background: rgba(8, 22, 46, 0.8);
}
.step-wrapper {
  position: relative;
}
.steps-wrap {
  position: relative;
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step-container:nth-child(even) {
  margin-top: 90px;
}
.circle {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: var(--primary-color);
  box-shadow: 0px 0px 5px 10px rgba(14, 114, 182, 0.3);
  justify-content: center;
  align-items: center;
}
.step-num {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: var(--secondary-color);
  font-size: 14px;
  color: var(--white);
  position: absolute;
  top: -10px;
  left: 30px;
}
/* .circle img{
  max-width: 60px;
  height:60px;
} */
.circle i {
  font-size: 45px;
  color: var(--primary-light);
}
.curve-line {
  position: absolute;
  top: 130px;
  left: 90px;
}
.curve-line img {
  width: 95%;
}
.step-text {
  font-weight: 700;
  max-width: 200px;
}

/* ====================  steps content ==================== */
.trusted-logo {
  flex-wrap: wrap;
}
.trusted-logo img {
  height: 60px;
  filter: saturate(0%);
}
.trusted-logo img:hover {
  filter: saturate(100%);
}

/* ====================  cta ==================== */

.call-to-action {
  background: var(--primary-light);
}
.cta-text h2 {
  padding-bottom: 15px;
}
.cta-wrap {
  align-items: center;
  justify-content: space-between;
}

/* ====================  footer content ==================== */

footer {
  background: var(--primary-dark);
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  /* padding-left: 30px; */
  flex-wrap: wrap;
}
.footer-top-head {
  color: var(--secondary-color);
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 18px;
}
#link ul {
  padding-left: 25px;
  list-style: none;
}
#link ul li {
  position: relative;
  padding-top: 15px;
  line-height: 20px;
  font-family: var(--mont);
}
.list-abs {
  position: absolute;
  left: -20px;
  top: 20px;
}
#link ul li i {
  color: var(--primary-color);
  font-size: 8px;
}
.link-list li {
  color: #fff;
  cursor: default;
}
.link-list a,
.contact-info a {
  color: var(--white);
  font-size: 16px;
}
.link-list a:hover,
.contact-info a:hover {
  color: var(--secondary-color);
}
.footer-content {
  margin-top: 30px;
}
.footer-info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer-info .footer-icon {
  max-height: 35px;
  margin-right: 10px;
}
.footer-info .footer-overview small {
  color: var(--secondary-color);
  font-weight: 600;
}
.footer-info .footer-overview .f-link {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}
.copyright {
  margin-top: 30px;
  padding: 15px 0;
  background: rgba(14, 114, 182, 0.1);
}

/* ====================  inner pages design ==================== */
.inner-header {
  background-image: url("../images/bg.png");
  background-position: center;
  max-height: 460px;
}

/* about page  */
.about-banner-image .img-container {
  max-height: 450px;
}
.inner-about-ovw h2 span {
  color: var(--primary-color);
}
.motto-ovw {
  margin-top: 30px;
}
.teams {
  background: var(--light);
}
.team-wrap {
  margin-top: 15px;
}
.team-wrap .img-container {
  height: 300px;
}
.team-post {
  margin-top: 10px;
}
.team-post .post-head {
  font-weight: 600;
  font-size: 15px;
  color: var(--primary-color);
}
.team-desc {
  padding-top: 5px;
  font-size: 16px;
}

/* ============================service-page=======================  */
.service-img .img-container {
  height: 375px;
  border-radius: 10px;
}
.service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-wrap {
  margin-bottom: 30px;
}
.service-wrap:nth-child(even) {
  position: relative;
  padding: 0 60px 90px 0px;
}
.service-wrap:nth-child(odd) {
  position: relative;
  flex-direction: row-reverse;
  padding: 0 0 90px 60px;
}
.service-wrap:nth-child(odd) .service-content {
  padding-left: 60px;
}
.service-wrap:nth-child(even) .service-content {
  padding-right: 60px;
}
.service-wrap:nth-child(even):before,
.service-wrap:nth-child(odd):before {
  content: "";
  position: absolute;
  height: 250px;
  width: 250px;
  bottom: 20px;
  border-radius: 50%;
}
.service-wrap:nth-child(even):before {
  right: 0;
  background: var(--secondary-color);
  box-shadow: 0px 4px 20px rgba(8, 22, 46, 0.25);
}
.service-wrap:nth-child(odd):before {
  left: 0;
  background: var(--primary-color);
  box-shadow: 0px 4px 20px rgba(8, 22, 46, 0.25);
}
/* ====================  contact us page design ==================== */
.contact-page {
  background: var(--light);
}
.contact-wrap {
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(8, 22, 46, 0.1);
  margin-top: -100px;
}
.contact-wrap .form-top {
  background: var(--light);
  padding: 30px;
  align-items: center;
  border-radius: 10px 10px 0 0;
}
.contact-wrap .form-top small {
  font-size: 13px;
  font-weight: 600;
}
.contact-wrap .form-top img {
  min-height: 45px;
  margin-right: 15px;
}
.contact-form {
  padding: 30px;
  background: var(--white);
  border-radius: 10px;
}
.contact-form label {
  font-weight: 600;
}
.contact-form input {
  height: 50px;
  border: none;
  background: var(--light);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-size: 12px;
  color: #808080;
  font-weight: 600;
}
.contact-form textarea {
  border: none;
  background: var(--light);
}
.contact-page-info .footer-info {
  margin-top: 30px;
}
.contact-page-info .footer-info .footer-icon {
  min-height: 50px;
  width: 50px;
  margin-right: 10px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page-info .footer-info .footer-icon img {
  filter: brightness(0) invert(1);
  max-height: 25px;
}
.contact-page-info .footer-info .footer-overview small {
  color: var(--primary-color);
  font-weight: 600;
}
.contact-page-info .footer-info .footer-overview .f-link {
  color: var(--black);
}
.contact-page-brand {
  margin-top: 60px;
}
.contact-page-brand .trusted-logo img {
  max-height: 60px;
  filter: saturate(0%);
}
.contact-step {
  margin-top: 30px;
  background: var(--light);
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
}
.cont-step {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: var(--secondary-color);
  margin-right: 10px;
  color: var(--white);
  flex-shrink: 0;
}
.step-title {
  align-items: center;
}
/* ====================  portfolio design ==================== */
.portfolio-img .img-container {
  height: 300px;
  width: 100%;
}
.portfolio-img .img-container .common-btn {
  position: absolute;
}
.portfolio-img .img-container .common-btn .btn-text {
  vertical-align: middle;
}
.portfolio-summary {
  width: 100%;
}
.portfolio-summary p {
  width: calc(100% - 100px);
}
.portfolio-brand {
  margin-top: 60px;
  flex-direction: column;
}
.portfolio-brand img {
  width: 200px;
  margin-bottom: 5px;
}
.owner-review {
  padding: 20px;
  border-left: 5px solid var(--primary-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  margin-left: -100px;
  background: var(--white);
  margin-top: 30px;
}
.owner-review .owner-msg {
  quotes: "" " " "";
  color: var(--text-color);
  font-size: 15px;
}
.owner-name {
  flex-wrap: wrap;
}
.owner-name i {
  font-size: 40px;
}
.owner-name b {
  padding: 0 10px;
  /* border-right:3px solid var(--text-color); */
}

/* ====================  responsive design ==================== */

@media screen and (max-width: 1200px) {
  .about-image-wrap .img-right,
  .about-image-wrap .img-left {
    position: relative;
  }
  .about-image-wrap .img-right .img-container,
  .about-image-wrap .img-left .img-container {
    height: 350px;
    width: 100%;
  }
  .about-image-wrap .img-left {
    right: 0px;
    left: 0;
  }
  .step-num {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: var(--secondary-color);
    font-size: 14px;
    color: var(--white);
    position: absolute;
    top: -10px;
    left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .about-image-wrap .img-right .img-container {
    display: none;
  }
  .about-image-wrap .img-left .img-container {
    height: 350px;
    width: 100%;
    margin-top: 30px;
  }
  .ord-1 {
    order: -1;
  }
  .service-head {
    justify-content: center;
  }
  .service-card:nth-last-child(2),
  .service-card:last-child {
    margin-top: 30px;
  }
  .portfolio-slider .img-container {
    height: 400px;
    padding-left: 0;
  }
  .portfolio-content {
    padding: 20px;
    left: 0;
    background: rgba(14, 114, 182, 0.6);
  }
  .portfolio-content .topic {
    color: var(--white);
  }
  .portfolio-content .number {
    font-size: 60px;
  }
  .portfolio-content .web-link {
    color: var(--secondary-color);
  }
  .portfolio-text {
    padding-top: 15px;
  }
  .portfolio-text p {
    padding-left: 15px;
  }
  .service-wrap:nth-child(even) {
    position: relative;
    padding: 0 0 90px 0px;
  }
  .service-wrap:nth-child(odd) {
    position: relative;
    flex-direction: row-reverse;
    padding: 0 0 90px 0px;
  }
  .service-wrap:nth-child(odd) .service-content {
    padding-left: 15px;
    padding-right: 60px;
  }
  .service-wrap:nth-child(even) .service-content {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .nav-section {
    border-bottom: none;
  }
  .custom-nav {
    display: none;
  }
  .mobile-btn,
  .close-btn {
    display: block;
  }
  .custom-nav .close-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .close-btn a {
    font-size: 24px;
  }
  .nav-container {
    background: var(--primary-dark);
    min-width: 200px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 9999;
    overflow-y: scroll;
    transition: all linear 0.4s;
  }
  .nav-container::-webkit-scrollbar {
    width: 1em;
  }

  .nav-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .nav-container::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  .custom-nav li {
    position: relative;
    padding: 0 10px;
  }
  .nav-container li a {
    color: var(--white);
  }
  .custom-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
  }
  .custom-nav li {
    position: relative;
    list-style: none;
  }
  .custom-nav > li > a {
    padding: 5px 10px;
  }
  .custom-nav > li:hover:not(.active) {
    background-color: transparent;
  }
  .steps-wrap {
    margin-top: 30px;
  }
  .step-container:nth-child(even) {
    margin-top: 30px;
  }
  .curve-line {
    display: none;
  }
  .trusted-logo img {
    max-height: 60px;
  }
  .cta-text {
    text-align: center;
  }
  .cta-wrap {
    align-items: center;
    flex-direction: column;
  }
  .portfolio-summary p {
    width: calc(100% - 0px);
  }
  .portfolio-brand {
    margin-top: 10px;
  }
  .owner-review {
    margin-left: 0px;
  }
}
@media screen and (max-width: 575px) {
  .heading-lg {
    font-size: 40px;
  }
  .heading-md {
    font-size: 36px;
  }
  .heading-mid-2 {
    font-size: 30px;
  }
  .heading-sm {
    font-size: 20px;
  }
  .pad-top {
    padding-top: 40px;
  }
  .pad-top2 {
    padding-top: 90px;
  }
  .pad-bot {
    padding-bottom: 40px;
  }
  .pad-bot2 {
    padding-bottom: 90px;
  }
}
