html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Google Sans", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 25px;
}

img {
  width: 100%;
}

@media (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #483f7e;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  color: #fff;
  background-color: #483f7e;
  border: 2px solid #483f7e;
  text-transform: uppercase;
  padding: 19px 20px;
  min-width: 200px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
  margin: 15px 0;
  font-family: "Google Sans", sans-serif;
}
@media (max-width: 991px) {
  .btn {
    padding: 14px 25px;
    letter-spacing: 2px;
    font-size: 17px;
  }
}

.btn:hover, .btn:focus, .btn:active {
  border-radius: 45px;
  color: #fff;
}

.title-h {
  font-size: 43px;
  font-weight: 500;
  line-height: 54px;
  font-family: "Google Sans", sans-serif;
  color: #222;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0px;
  }
}

.inner-h {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "Google Sans", sans-serif;
  color: #333;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 30px;
    line-height: 32px;
  }
}

.little-h {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  color: #483f7e;
}
@media (max-width: 991px) {
  .little-h {
    font-size: 18px;
    line-height: 20px;
  }
}

.title-p {
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  padding-bottom: 20px;
  color: #444;
  letter-spacing: 0px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}

.sep {
  content: "";
  height: 3px;
  width: 210px;
  background-color: #483f7e;
  margin: 20px auto;
}

.sep-left {
  content: "";
  height: 3px;
  width: 210px;
  background-color: #483f7e;
  margin: 20px 0;
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

.desktop-view {
  display: block !important;
}
@media (max-width: 991px) {
  .desktop-view {
    display: none !important;
  }
}

.padd-top {
  height: 40px;
}
@media (max-width: 991px) {
  .padd-top {
    height: 5px;
  }
}

/******navbar start*******/
/******navbar start*******/
.top-bar {
  z-index: 1000;
  background-color: #222;
}
.top-bar p, .top-bar a {
  padding: 10px 0 7px 0;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
}
@media (max-width: 1050px) {
  .top-bar p, .top-bar a {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0 2px 0;
  }
}
.top-bar a:hover {
  color: #483f7e;
}
.top-bar .top-text {
  display: inline-block;
}

.attr-phone {
  z-index: 111;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 20px;
  display: inline-block;
  line-height: 10px;
}
@media (max-width: 1050px) {
  .attr-phone {
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .attr-phone {
    margin-bottom: 4px;
  }
}
.attr-phone .svg-inline--fa {
  font-size: 14px;
  line-height: 4px;
  margin-right: 7px;
  background-color: #483f7e;
  padding: 7px;
  border-radius: 50%;
  vertical-align: sub;
  animation: pulse 1.2s infinite;
}
.attr-phone a {
  display: inline-block;
  line-height: 40px;
  padding: 0;
  font-size: 18px;
}
@media (max-width: 1050px) {
  .attr-phone a {
    line-height: 20px;
  }
}
.attr-phone a:hover .svg-inline--fa {
  color: #fff;
}
.attr-phone .svg-inline--fa:hover {
  color: #fff !important;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px none;
  }
}

.navbar {
  min-height: 73px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 66px;
  }
}

.navbar-brand {
  padding: 0px 10px 2px 5px;
}
@media (max-width: 1155px) {
  .navbar-brand {
    padding: 0px 0px 0px 0px;
    height: auto;
  }
}

.navbar-brand img {
  width: auto;
  height: 73px;
  margin-top: 0px;
}
@media (max-width: 1025px) {
  .navbar-brand img {
    height: 70px;
    margin-top: 0;
  }
}

.caret {
  margin-left: 4px;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 500;
    font-family: "Google Sans", sans-serif;
    font-size: 24px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Google Sans", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #483f7e;
    margin-top: 0px;
    width: 220px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 12px 10px 8px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #483f7e;
    margin: 14px 0 12px 0;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 15px 7px 10px 7px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Google Sans", sans-serif;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #483f7e;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-weight: 400;
    font-family: "Elms Sans", sans-serif;
    font-size: 16px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #483f7e;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 17px;
  text-transform: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 9px 15px;
  margin-right: 15px;
  font-weight: 400;
  font-family: "Google Sans", sans-serif;
}
@media (max-width: 1050px) {
  nav.navbar.bootsnav .btn {
    padding: 9px 8px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #483f7e !important;
  background-color: transparent !important;
  border: 2px solid #483f7e;
}

nav.no-background.bootsnav .btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff;
}

nav.bootsnav .btn:hover {
  color: #fff !important;
  background-color: #483f7e !important;
  border-color: #483f7e;
}

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 135px;
  margin-top: 2px;
}

@media (max-width: 1100px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 70px;
    margin-top: 0;
    width: auto;
  }
}
@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 34px;
    font-size: 19px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/******navbar end**********/
/*****hero start*********/
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 80vh;
  }
}
.hero .hero-box {
  margin-top: 34vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 24vh;
  }
}
.hero .back {
  background-color: rgba(26, 26, 26, 0.55);
}
.hero h1 {
  color: #fff;
  margin-top: 0px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .hero h1 {
    font-size: 35px;
    line-height: 39px;
  }
}
.hero h2 {
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .hero h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.hero .btn {
  margin: 15px 5px;
  letter-spacing: 2px;
  padding: 15px 25px;
}
@media (max-width: 768px) {
  .hero .btn {
    margin: 5px 5px;
  }
}

.hero-cta {
  display: flex;
  gap: 15px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.hero-cta .btn-red {
  padding: 16px 30px;
  font-size: 16px;
  box-shadow: 0 8px 22px rgba(200, 16, 46, 0.4);
}

.hero-cta .btn-ghost {
  padding: 14px 28px;
  font-size: 16px;
}

.hero-stats {
  display: flex;
  gap: 34px;
  margin-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 24px;
}

.hero-stats .num {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

.hero-stats .lbl {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9fabc6;
}

.page {
  padding: 0 10%;
}
@media (max-width: 1400px) {
  .page {
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .page {
    padding: 0 0%;
  }
}

.home-slider {
  position: relative;
}
.home-slider .back {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.home-slider .btn, .home-slider .btn2 {
  min-width: 260px;
  margin: 15px 5px;
}
@media (max-width: 768px) {
  .home-slider .btn, .home-slider .btn2 {
    letter-spacing: 2px;
    margin: 5px 0px;
  }
}

.trust-bar .wrap {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}

.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 991px) {
  .wrap {
    padding: 5px 10px 0 10px;
  }
}

.trust-bar .item {
  flex: 1;
  min-width: 220px;
  padding: 14px 24px 11px 24px;
  font-size: 12px;
  color: #C9C3DC;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .trust-bar .item {
    padding: 6px 10px;
  }
}

.item-middle {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 991px) {
  .item-middle {
    border-left: 1px solid rgba(255, 255, 255, 0);
    border-right: 1px solid rgba(255, 255, 255, 0);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

.trust-bar .item b {
  color: #fff;
  display: block;
  text-transform: none;
  font-size: 13.5px;
  font-weight: 600;
  margin-top: -5px;
  letter-spacing: 0;
}

.service-card {
  width: calc(49% - 15px);
  vertical-align: top;
  display: inline-block;
  margin: 7px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 60px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .service-card {
    width: calc(100% - 0px);
    margin: 7px 0;
    padding-bottom: 40px;
  }
}
.service-card .inner-h {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  color: #2b3a4f;
  margin-bottom: 10px;
}
.service-card p {
  font-size: 16px;
  line-height: 1.48;
}
.service-card .service-tekst {
  padding: 0 20px;
}
.service-card a {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 2px;
  text-decoration: underline;
}

.service-image {
  border-radius: 5px 5px 0 0;
  height: 380px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-image {
    height: 250px;
  }
}

.service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/***************hero end******/
.why {
  color: #fff;
}
.why .title-p {
  color: #eef1f6;
}
.why .back {
  background-color: rgba(13, 13, 13, 0.85);
}

.why .lead {
  font-size: 17.5px;
  line-height: 1.62;
  color: #c4cde0;
}

.feat {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  padding: 20px 30px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .feat {
    padding: 20px 20px;
    gap: 15px;
  }
}

.feat .ck {
  color: #483f7e;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
}

.feat span.txt {
  font-weight: 500;
  font-size: 18.5px;
}

.why .title-h {
  color: #fff;
}

/********* services start *********/
.svc-ico {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}

.svc-ico svg {
  width: 48px;
  height: 48px;
  stroke: #c8102e;
  stroke-width: 1;
}

.div-service {
  width: calc(33% - 20px);
  vertical-align: top;
  display: inline-block;
  margin: 5px;
  padding: 30px 30px 10px 30px;
  background-color: #333;
  color: #fff;
  font-family: "Google Sans", sans-serif;
  font-size: 25px;
  line-height: 30px;
  min-height: 110px;
}
@media (max-width: 1000px) {
  .div-service {
    width: calc(49% - 20px);
  }
}
@media (max-width: 550px) {
  .div-service {
    width: calc(100% - 0px);
    min-height: auto;
    padding: 20px;
    margin: 5px 0;
  }
}

.row-btn .btn {
  margin: 15px 5px;
  width: 230px;
}
@media (max-width: 991px) {
  .row-btn .btn {
    margin: 5px 5px;
    width: 230px;
  }
}

.services .back {
  background-color: rgba(242, 242, 242, 0.89);
}

.gallery-section .projects {
  width: 1200px;
  margin: 80px auto;
}
.gallery-section .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.gallery-section .subtitle {
  color: #b24530;
  letter-spacing: 3px;
  font-size: 13px;
}
.gallery-section h2 {
  font-size: 52px;
  margin-top: 10px;
}
.gallery-section .filters {
  display: flex;
  gap: 30px;
  list-style: none;
}
.gallery-section .filters li {
  cursor: pointer;
  font-weight: 600;
  color: #777;
  transition: 0.3s;
}
.gallery-section .filters li.active {
  color: #b24530;
  border-bottom: 2px solid #b24530;
}
.gallery-section .gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1150px) {
  .gallery-section .gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .gallery-section .gallery {
    grid-template-columns: 1fr;
  }
}
.gallery-section .big {
  grid-row: span 2;
}
@media (max-width: 1150px) {
  .gallery-section .big {
    grid-row: span 1;
  }
}
.gallery-section .card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: 0.4s;
}
.gallery-section .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1150px) {
  .gallery-section .card img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .gallery-section .card img {
    height: 260px;
  }
}
.gallery-section .big img {
  height: 620px;
}
@media (max-width: 1150px) {
  .gallery-section .big img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .gallery-section .big img {
    height: 260px;
  }
}
.gallery-section .card:not(.big) img {
  height: 300px;
}
@media (max-width: 1150px) {
  .gallery-section .card:not(.big) img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .gallery-section .card:not(.big) img {
    height: 260px;
  }
}
.gallery-section .card span {
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.gallery-section .hide {
  display: none;
}

/******* services start *******/
.services-img {
  height: 320px;
  width: 100%;
}
@media (max-width: 991px) {
  .services-img {
    height: 260px;
  }
}

.grid {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  height: 320px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .grid {
    height: 260px;
    margin-bottom: 20px;
  }
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.grid figure figcaption {
  padding: 5px 20px;
  color: #fff;
  font-size: 1.25em;
  backface-visibility: hidden;
}
@media (max-width: 991px) {
  .grid figure figcaption {
    padding: 1em;
  }
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 28, 51, 0.2);
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

figure.services-box {
  background: #222;
}

figure.services-box .services-img {
  max-width: none;
  width: calc(100% + 60px);
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-30px, 0, 0) scale(1.12);
  backface-visibility: hidden;
}

figure.services-box:hover .services-img {
  opacity: 0.7;
  transform: translate3d(0, 0, 0) scale(1);
}

figure.services-box h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.3em 0.8em;
  text-align: left;
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Google Sans", sans-serif;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  figure.services-box h2 {
    padding: 0.2em 0.6em;
    font-size: 28px;
    line-height: 34px;
  }
}

figure.services-box p {
  padding: 0 10px 0 0;
  width: 50%;
  text-align: right;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-30px, 0, 0);
}

figure.services-box:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/******* services end *******/
/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 220px 0;
}
@media (max-width: 991px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.cta p {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .cta p {
    font-size: 20px;
    line-height: 24px;
  }
}
.cta .back {
  background-color: rgba(13, 13, 13, 0.45);
}
.cta .btn {
  margin: 10px 5px;
  min-width: 220px;
}
@media (max-width: 991px) {
  .cta .btn {
    margin: 6px 5px;
    min-width: 220px;
  }
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end ********/
.service-area {
  background-color: #222;
}
.service-area .title-h {
  color: #fff;
}
.service-area .title-p {
  color: #dee3ed;
}
.service-area span {
  background: rgba(133, 119, 187, 0.07);
  border: 1px solid rgba(116, 104, 177, 0.3);
  padding: 14px 26px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .service-area span {
    font-size: 15px;
    letter-spacing: 0px;
    padding: 12px 22px;
  }
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-top: 44px;
}
@media (max-width: 991px) {
  .process-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.process-item {
  border-radius: 4px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03), 0 12px 24px rgba(0, 0, 0, 0.06), 0 30px 60px rgba(0, 0, 0, 0.08);
  padding: 25px 15px;
}

.process-item .num {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #483f7e;
  -webkit-text-stroke: 1.5px #483f7e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Elms Sans", sans-serif;
  font-size: 29px;
  color: #483f7e;
  margin: 0 auto 18px;
}

.process-item h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
}

.process-item p {
  font-size: 15px;
  line-height: 19px;
}

/*****tc- footer start******/
.tc-footer {
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .tc-footer {
    padding-top: 60px;
    text-align: center;
  }
}
.tc-footer img {
  width: 80%;
}
.tc-footer .footer-box {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .tc-footer .footer-box {
    padding-left: 0px;
  }
}
.tc-footer a, .tc-footer p {
  font-family: "Elms Sans", sans-serif;
  color: #c9c4da;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 991px) {
  .tc-footer a, .tc-footer p {
    line-height: 28px;
    font-size: 18px;
  }
}
.tc-footer a:hover {
  color: #483f7e;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}
.tc-footer h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .tc-footer h4 {
    margin-top: 40px;
  }
}
.tc-footer .footer-social {
  display: inline-block;
}
.tc-footer .footer-logo {
  margin: 10px auto;
  width: 100%;
}
@media (max-width: 991px) {
  .tc-footer .footer-logo {
    width: 95%;
  }
}
.tc-footer .svg-inline--fa {
  margin-right: 3px;
  background-color: #483f7e;
  color: #fff;
  font-size: 15px;
  width: 20px;
  height: 20px;
  padding: 8px;
  border: 2px solid #483f7e;
  border-radius: 50%;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .tc-footer .svg-inline--fa {
    margin-right: 6px;
    margin-left: 0;
  }
}
.tc-footer .svg-inline--fa:hover {
  background-color: transparent;
  border: 2px solid #483f7e;
  color: #483f7e;
}
.tc-footer .back {
  background: rgba(26, 26, 26, 0.94);
}

.footer-copyright {
  padding: 10px 0 10px 0;
}
.footer-copyright p, .footer-copyright a {
  color: #dee3ed;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer-copyright p, .footer-copyright a {
    letter-spacing: 0;
  }
}

.why-us li {
  margin-bottom: 14px;
}/*# sourceMappingURL=style.css.map */