@font-face {
  font-family: "Raleway-Regular";
  src: url("../fonts/Raleway/Raleway-Regular.ttf");
}
@font-face {
  font-family: "Raleway-Medium";
  src: url("../fonts/Raleway/Raleway-Medium.ttf");
}
@font-face {
  font-family: "Raleway-Bold";
  src: url("../fonts/Raleway/Raleway-Bold.ttf");
}
@font-face {
  font-family: "Raleway-ExtraBold";
  src: url("../fonts/Raleway/Raleway-ExtraBold.ttf");
}
@font-face {
  font-family: "Raleway-Light";
  src: url("../fonts/Raleway/Raleway-Light.ttf");
}
@font-face {
  font-family: "Raleway-SemiBold";
  src: url("../fonts/Raleway/Raleway-SemiBold.ttf");
}
@font-face {
  font-family: "Arvo-Regular";
  src: url("../fonts/Arvo/Arvo-Regular.ttf");
}
@font-face {
  font-family: "Arvo-Bold";
  src: url("../fonts/Arvo/Arvo-Bold.ttf");
}
@font-face {
  font-family: "Parisienne-Regular";
  src: url("../fonts/Parisienne/Parisienne-Regular.ttf");
}
:root {
  --regular: "Raleway-Regular";
  --medium: "Raleway-Medium";
  --bold: "Raleway-Bold";
  --light: "Raleway-Light";
  --extrabold: "Raleway-ExtraBold";
  --semibold: "Raleway-SemiBold";
  --arvo-regular: "Arvo-Regular";
  --arvo-bold: "Arvo-Bold";
  --paris: "Parisienne-Regular";
  --primary-color: #1d9a78;
  --secondary-color: #000;
  --darker-color: #000d15;
  --white-color: #fff;
  --darking-color: #242424;
  --gray-color: #b6b6b6;
  --lightgray-color: #f8f8f8;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-sizing: -webkit-border-box;
  box-sizing: -moz-border-box;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: var(--regular);
  overflow-x: hidden;
  background-image: url("../images/background_dark.jpg");
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

::-webkit-selection {
  background-color: var(--primary-color);
  color: var(--white-color);
}

::-moz-selection {
  background-color: var(--primary-color);
  color: var(--white-color);
}

::selection {
  background-color: var(--primary-color);
  color: var(--white-color);
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1250px !important;
  }

  .wrapper {
    max-width: 1400px !important;
    margin: 0 auto;
  }
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

.pos-r {
  position: relative !important;
}

.with-errors {
  color: red;
  font-size: 14px;
  font-family: var(--semibold);
  font-weight: 500;
  margin-top: 6px;
}

.heading {
  position: relative;
}
.heading h2 {
  font-size: 1.875em;
  color: #000;
  line-height: 1.3em;
  font-family: var(--extrabold);
  font-weight: bolder;
  font-style: normal;
  line-height: 1.3em;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0.37em;
  margin-bottom: 0.37em;
  text-align: center;
}
.heading h2 .bold {
  font-family: var(--bold);
  font-weight: 700;
}
.heading h2:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary-color);
  height: 4px;
  width: 80px;
}

#loading {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99999;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
  transition: background 0.35s ease;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  #loading {
    display: none;
  }
}

#loadingHide {
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
  transition: background 0.35s ease;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  #loading-center {
    display: none;
  }
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  #loading-center-absolute {
    display: none;
  }
}

.object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-left: 5px solid #FFF;
  border-right: 5px solid #FFF;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animate {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.loading-page {
  background: #0d0d0d;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  position: fixed;
  top: 0;
  margin-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.loading-page .counter_load {
  text-align: center;
}

.loading-page .counter_load p {
  font-size: 40px;
  font-weight: 100;
  color: var(--white-color);
}

.loading-page .counter_load h1 {
  color: white;
  font-size: 60px;
  margin-top: -10px;
}

.loading-page .counter_load hr {
  background: var(--white-color);
  border: none;
  height: 1px;
}

.loading-page .counter_load {
  position: relative;
  width: 200px;
}

.loading-page .counter_load h1.abs {
  position: absolute;
  top: 0;
  width: 100%;
}

.loading-page .counter_load .color {
  width: 0px;
  overflow: hidden;
  color: var(--white-color);
}

.italic_font_paris {
  font-size: 40px;
  font-family: var(--paris);
  font-weight: lighter;
  font-style: italic;
  text-align: left;
  position: relative;
  color: var(--primary-color);
}

.head {
  margin-bottom: 30px;
}
.head .sub-head {
  color: var(--white-color);
  font-weight: bold;
  font-family: var(--arvo-bold);
  font-size: 30px;
  text-transform: uppercase;
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 0;
  }
}

.break_sm {
  font-size: 14px;
  font-family: var(--arvo-regular);
  font-weight: lighter;
  font-style: italic;
  color: #ccc;
  display: block;
  text-align: center;
}

.divider {
  background-color: var(--primary-color) !important;
  opacity: 0.5;
  height: 0.6px;
  max-width: 750px;
  margin: 50px auto;
}

.main-button {
  background-color: var(--primary-color);
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--arvo-bold);
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  padding: 16px 60px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: center;
  display: inline-block;
}
.main-button .border {
  border: 1px solid var(--white-color);
  position: absolute;
  top: -6px;
  right: 0;
  bottom: 0;
  left: -6px;
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px;
  box-sizing: content-box;
  -webkit-transition: padding 0.2s cubic-bezier(0.21, 0.6, 0.44, 2.18), top 0.2s cubic-bezier(0.21, 0.6, 0.44, 2.18), left 0.2s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: padding 0.2s cubic-bezier(0.21, 0.6, 0.44, 2.18), top 0.2s cubic-bezier(0.21, 0.6, 0.44, 2.18), left 0.2s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: padding 0.2s cubic-bezier(0.21, 0.6, 0.44, 2.18), top 0.2s cubic-bezier(0.21, 0.6, 0.44, 2.18), left 0.2s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.main-button:hover {
  color: var(--white-color);
}
.main-button:hover .border {
  padding: 0;
  top: 0;
  left: 0;
  -webkit-transition: padding 0.2s ease, top 0.2s ease, left 0.2s ease;
  -moz-transition: padding 0.2s ease, top 0.2s ease, left 0.2s ease;
  transition: padding 0.2s ease, top 0.2s ease, left 0.2s ease;
}

.navbar {
  background-color: transparent;
  width: 100%;
  padding: 30px 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .navbar {
    position: relative;
    background-color: var(--secondary-color);
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
    background-color: var(--secondary-color);
    padding: 10px 20px !important;
  }
}
.navbar .navbar-menu {
  width: 50px;
  height: 40px;
  position: relative;
  margin: 4px 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar .navbar-menu:focus {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--white-color);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar .navbar-menu span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar .navbar-menu span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar .navbar-menu span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar .navbar-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
.navbar .navbar-menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar .navbar-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 31px;
  left: 8px;
}
.navbar-brand {
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    width: 30%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-brand {
    width: 40%;
  }
}
.navbar-brand img {
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img {
    width: 70%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-brand img {
    width: 60%;
  }
}
.navbar-collapse {
  width: 100%;
  justify-content: flex-end !important;
}
.navbar-nav {
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav {
    text-align: left !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-nav {
    text-align: left !important;
  }
}
.navbar-nav .active .nav-link {
  color: var(--primary-color);
}
.navbar-nav .nav-item {
  margin-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin-right: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-nav .nav-item {
    margin-right: 0;
  }
}
.navbar-nav .nav-item:last-of-type {
  margin-right: 0;
}
.navbar-nav .nav-link {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--arvo-bold);
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-link {
    font-size: 12px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-nav .nav-link {
    font-size: 15px;
    text-align: left;
  }
}
.navbar-nav .nav-button {
  background-color: var(--primary-color);
  padding: 14px 24px !important;
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .navbar-nav .nav-button {
    display: none;
  }
}
.navbar-nav .nav-button:hover {
  color: var(--white-color);
}

.scrolled {
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 5px 0 !important;
  background-color: var(--secondary-color) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
}
.scrolled .navbar-brand img {
  width: 40%;
}
.scrolled .navbar-nav .nav-item {
  margin-right: 20px;
}
.scrolled .navbar-nav .nav-item .nav-link {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .scrolled .navbar-nav .nav-item .nav-link {
    font-size: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .scrolled {
    padding: 12px 20px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  .scrolled .navbar-nav {
    background-color: var(--secondary-color);
    padding: 0;
    position: relative;
  }
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  .scrolled .navbar-nav .nav-item .nav-link {
    color: var(--white-color);
    position: relative;
  }
}
.hero-section {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 110vh;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .hero-section {
    background-image: url("../images/home.png");
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-section {
    background-image: url("../images/home.png");
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
}
.hero-section .right_image_back {
  position: absolute;
  top: 0;
  right: -40px;
  width: 100%;
}
.hero-section .right_image_back img {
  width: 80%;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1700px) {
  .hero-section .right_image_back {
    right: -150px;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .right_image_back {
    display: none;
  }
}
.hero-section .hero-content h2 {
  font-size: 65px;
  font-weight: bold;
  font-family: var(--bold);
  color: var(--white-color);
  position: relative;
  text-align: left;
  display: block;
  visibility: visible;
  opacity: 1;
  text-transform: uppercase;
  max-width: 700px;
  text-shadow: 2px 2px 0px #1d9a78;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-content h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .hero-section .hero-content h2 {
    font-size: 40px;
  }
}
.hero-section .hero-content h2 span {
  display: block;
}
.hero-section .hero-content h2 .sm_text {
  font-size: 20px;
  text-shadow: none;
  text-transform: lowercase;
  text-align: left;
}
.hero-section .hero-content h2 .sm_text:first-letter {
  text-transform: uppercase;
}
.hero-section .hero-content p {
  font-size: 16px;
  font-family: var(--light);
  text-align: left;
  color: var(--white-color);
  position: relative;
  display: block;
  margin-bottom: 20px;
  line-height: 28px;
}
.hero-section .hero-content .button-group {
  margin-top: 50px;
}

.explanation-section {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 140px 0 80px 0;
}
.explanation-section .back {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.explanation-section .left_image {
  width: 100%;
}
.explanation-section .left_image img {
  width: 100%;
  height: 100%;
}
.explanation-section .right_title {
  background-color: var(--secondary-color);
  width: 100%;
  padding: 30px 80px;
}
.explanation-section .right_title .head {
  margin-bottom: 30px;
}
.explanation-section .right_title .head .sub-head {
  color: var(--white-color);
  font-weight: bold;
  font-family: var(--arvo-bold);
  font-size: 30px;
  text-transform: uppercase;
}
.explanation-section .right_title p {
  color: var(--lightgray-color);
  font-size: 17px;
  font-family: var(--regular);
  font-weight: 400;
  text-align: left;
  position: relative;
  display: block;
  line-height: 28px;
  margin-bottom: 20px;
}

.service-section {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  position: relative;
  height: 100%;
}
.service-section .head .sub-head {
  color: var(--secondary-color);
}
.service-section .text {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .service-section .text {
    padding-left: 0;
  }
}
.service-section .text p {
  color: var(--secondary-color);
  font-size: 16px;
  font-family: var(--regular);
  font-weight: lighter;
  position: relative;
  line-height: 30px;
  text-align: left;
}
.service-section .service-content .service-inner {
  position: relative;
}
.service-section .service-content .service-inner .left__pos {
  left: -80px !important;
}
.service-section .service-content .service-inner .back_inner {
  position: absolute;
}
.service-section .service-content .service-inner .img_w_dec_60 {
  width: 60% !important;
}
.service-section .service-content .service-inner .left_inner {
  position: absolute;
  top: 40px;
  left: -230px;
}
@media screen and (max-width: 767px) {
  .service-section .service-content .service-inner .left_inner {
    display: none;
  }
}
.service-section .service-content .service-inner .left_inner img {
  width: 70%;
}
.service-section .service-content .service-inner .left_inner .rotate_image {
  transform: rotate(-180deg) translateX(30%);
}
.service-section .service-content .service-inner .right_inner {
  position: absolute;
  top: 90%;
  right: -240px;
}
@media screen and (max-width: 767px) {
  .service-section .service-content .service-inner .right_inner {
    display: none;
  }
}
.service-section .service-content .service-inner .right_inner img {
  width: 70%;
}
.service-section .service-content .service-inner .img_t_up {
  position: absolute;
  top: 10px;
  right: -500px;
}
.service-section .service-content .service-inner .img_t_up img {
  width: 100%;
}
.service-section .service-content .image img {
  width: 100%;
}
.service-section .service-content .image .img_w_dec {
  width: 100%;
}
.service-section .service-content .image .img_w_inc_90 {
  width: 100%;
}
.service-section .service-content .title .head_sr {
  margin-bottom: 10px;
}
.service-section .service-content .title .head_sr .head {
  font-size: 30px;
  font-weight: bold;
  font-family: var(--bold);
  text-align: left;
  color: var(--primary-color);
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.service-section .service-content .title p {
  font-size: 16px;
  font-weight: lighter;
  font-family: var(--light);
  color: var(--secondary-color);
  text-align: left;
  position: relative;
  display: block;
  line-height: 30px;
}
.service-section .service-content .title p .bold {
  font-family: var(--semibold) !important;
  font-weight: bold !important;
}

.service_row {
  background-color: var(--white-color);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 40px 60px 80px 60px;
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
  margin-top: 150px;
  overflow: hidden;
}
@media screen and (min-width: 1700px) {
  .service_row {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .service_row {
    padding: 40px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}

.inline_service_content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .inline_service_content {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .inline_service_content .image {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .inline_service_content .image img {
    width: 50% !important;
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .inline_service_content .image img {
    width: 50% !important;
    display: none !important;
  }
}

.unique-selling-section {
  padding: 30px 0;
  width: 100%;
  margin: 0;
  position: relative;
  display: block;
  height: 100%;
}
.unique-selling-section .head .sub-head {
  color: var(--secondary-color);
}
@media screen and (max-width: 991px) {
  .unique-selling-section .text-dark {
    margin-bottom: 40px;
  }
}
.unique-selling-section .unique-card {
  width: 100%;
  margin-bottom: 50px;
}
.unique-selling-section .unique-card .unique-body {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 450px) {
  .unique-selling-section .unique-card .unique-body {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 450px) {
  .unique-selling-section .unique-card .unique-body .icon {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.unique-selling-section .unique-card .unique-body .text {
  padding-left: 20px;
}
.unique-selling-section .unique-card .unique-body .text .head {
  font-size: 20px;
  font-family: var(--arvo-bold);
  font-weight: bold;
  font-style: normal;
  position: relative;
  text-align: left;
  display: block;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 20px;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 450px) {
  .unique-selling-section .unique-card .unique-body .text .head {
    text-align: center;
  }
}
.unique-selling-section .unique-card .unique-body .text p {
  color: var(--secondary-color);
  font-size: 14px;
  font-family: var(--light);
  font-weight: lighter;
  text-align: left;
  position: relative;
  display: block;
  line-height: 26px;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 450px) {
  .unique-selling-section .unique-card .unique-body .text p {
    text-align: center;
  }
}

.team-section {
  padding: 10px 0 80px 0;
  width: 100%;
  margin: 0;
  position: relative;
  height: 100%;
}
.team-section .head .sub-head {
  color: var(--secondary-color);
}
.team-section .meat-team {
  text-align: center;
}
.team-section .meat-team .team .profile {
  text-align: center;
  width: 100%;
  position: relative;
}
.team-section .meat-team .team .profile img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  margin-top: 20px;
  border: 5px solid var(--white-color);
}
.team-section .meat-team .team .teamTitle {
  background-color: var(--secondary-color);
  padding: 100px 80px 40px 80px;
  color: var(--white-color);
  margin-top: -80px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 991px) {
  .team-section .meat-team .team .teamTitle {
    padding: 100px 20px 40px 20px;
  }
}
.team-section .meat-team .team .teamTitle .name {
  color: var(--primary-color);
  text-align: center;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  font-family: var(--arvo-bold);
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
}
@media screen and (max-width: 450px) {
  .team-section .meat-team .team .teamTitle .name {
    font-size: 18px;
  }
}
.team-section .meat-team .team .teamTitle strong {
  font-size: 13px;
  font-family: var(--arvo-regular);
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  display: block;
  text-align: center;
}
.team-section .meat-team .team .teamTitle p {
  font-size: 1em;
  font-family: var(--regular);
  font-weight: 400;
  text-align: center;
  line-height: 28px;
  color: #ccc;
}
.team-section .meat-team .team .teamTitle .social {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin-top: 40px;
}
.team-section .meat-team .team .teamTitle .social li {
  margin-right: 15px;
}
.team-section .meat-team .team .teamTitle .social li:last-of-type {
  margin-right: 0;
}
.team-section .meat-team .team .teamTitle .social li a {
  color: var(--white-color);
  font-size: 15px;
  background-color: var(--primary-color);
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  display: block;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.team-section .meat-team .team .teamTitle .social li a:hover {
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: var(--white-color);
  color: var(--primary-color);
}

.swiper-pagination {
  width: 100%;
  margin-top: 40px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background-color: var(--primary-color);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.swiper-pagination-bullet-active {
  width: 60px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.contact-section {
  padding: 40px 0;
  margin: 0;
  position: relative;
  width: 100%;
  display: inline-block;
}
.contact-section .head {
  margin-bottom: 10px;
}
.contact-section .head .sub-head {
  color: var(--secondary-color);
}
.contact-section .map {
  margin-top: 40px;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  .contact-section .map {
    margin-top: 40px;
  }
}
.contact-section .contact-field {
  margin-top: 80px;
}
.contact-section .contact-field .form-inline {
  width: 100%;
}
.contact-section .contact-field .form-inline .form-group {
  margin-bottom: 30px;
  position: relative;
}
.contact-section .contact-field .form-inline .form-group .form-control {
  width: 100%;
  position: relative;
  padding: 15px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  resize: none;
  color: var(--secondary-color);
  position: relative;
}
.contact-section .contact-field .form-inline .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: var(--primary-color);
}

.footer {
  padding: 80px 0 10px 0;
  background-color: var(--secondary-color);
  margin: 0;
  width: 100%;
  position: relative;
  display: inline-block;
}
.footer .ft-head {
  color: var(--primary-color);
  font-size: 20px;
  font-family: var(--arvo-bold);
  font-weight: bold;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.footer .ft-logo {
  margin-bottom: 0;
}
.footer .ft-logo img {
  width: 60%;
}
.footer .ft-content .ft-list {
  list-style-type: none;
  display: block;
}
.footer .ft-content .ft-list li {
  margin-bottom: 10px;
}
.footer .ft-content .ft-list li:last-of-type {
  margin-bottom: 0;
}
.footer .ft-content .ft-list li p {
  font-size: 14px;
  font-family: var(--regular);
  font-weight: 400;
  text-align: left;
  color: var(--white-color);
  position: relative;
  display: block;
}
.footer .ft-content .ft-list li p a {
  text-decoration: none;
  color: var(--white-color);
}
.footer .ft-info-list .ft-list {
  list-style-type: none;
  display: block;
}
.footer .ft-info-list .ft-list li {
  margin-bottom: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer .ft-info-list .ft-list li:last-of-type {
  margin-bottom: 0;
}
.footer .ft-info-list .ft-list li span {
  color: var(--white-color);
  font-size: 14px;
  font-family: var(--regular);
  font-weight: 400;
  text-align: left;
  color: var(--white-color);
  position: relative;
  display: block;
}
.footer .ft-social {
  display: -webkit-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: center;
}
.footer .ft-social .ft-items {
  display: block !important;
  margin-right: 20px;
}
.footer .ft-social .ft-items:last-of-type {
  margin-right: 0;
}
.footer .ft-social .ft-items a {
  background-color: var(--white-color);
  height: 50px;
  width: 50px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  line-height: 50px;
  text-align: center;
  color: var(--secondary-color);
  display: block;
  font-size: 18px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.footer .ft-social .ft-items a:hover {
  background-color: var(--primary-color);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: var(--white-color);
}
.footer .copyright {
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .copyright .title p {
  font-size: 13px;
  font-family: var(--arvo-regular);
  font-weight: 400;
  position: relative;
  display: block;
  text-align: center;
  color: var(--white-color);
}
.footer .copyright .title .md_tp {
  margin-top: 5px;
}
.footer .copyright .title .md_tp a {
  color: var(--white-color);
  text-decoration: none;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 25px;
  text-align: center;
  border: 2px solid var(--primary-color);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
  z-index: 99999;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop > div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
