/*-------------   Color Variable  --------------*/
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@300;700&display=swap");
.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
.gray-bg {
  background: #f7f7fd;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #16161a;
}

.theme-bg {
  background: #B70C0C;
}

.brand-bg {
  background: #f1f4fa;
}

.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #16161a;
}

.theme-color {
  color: #B70C0C;
}

/*------------------- Responsive --------------------------*/
/*
	@include transition(.4s);
	color:$theme-color;
*/
.boxed-btn {
  background: #fff;
  color: #B70C0C !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "space_groteskbold", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #B70C0C;
  letter-spacing: 3px;
  text-align: center;
  color: #B70C0C;
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  background: #B70C0C;
  color: #fff !important;
  border: 1px solid #B70C0C;
}
.boxed-btn:focus {
  outline: none;
}
.boxed-btn.large-width {
  width: 220px;
}

.sample-text-area {
  background: #ffffff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 1.25rem;
}

.header-margin {
  margin-top: 76px;
}

b,
sup,
sub,
u,
del {
  color: #0C276A;
}

.list-style {
  width: 14px;
  height: 14px;
}

.default-select {
  height: 40px;
}
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.default-select .nice-select .list .option {
  font-weight: 300;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}
.default-select .nice-select .list .option.selected {
  color: #0C276A;
  background: transparent;
}
.default-select .nice-select .list .option:hover {
  color: #0C276A;
  background: transparent;
}
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.form-select .nice-select .list .option {
  font-weight: 300;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}
.form-select .nice-select .list .option.selected {
  color: #0C276A;
  background: transparent;
}
.form-select .nice-select .list .option:hover {
  color: #0C276A;
  background: transparent;
}
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.form-select .nice-select::after {
  right: 20px;
}

.text-theme {
  color: #B70C0C;
}

.mt-10 {
  margin-top: 10px;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.switch-wrap {
  margin-bottom: 10px;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-blue {
  background: #B70C0C;
}

.bg-purple {
  background: #5238DE;
}

.gradient-bg {
  background: rgb(50, 0, 161);
  background: linear-gradient(135deg, rgb(50, 0, 161) 0%, rgb(62, 86, 223) 78%);
  color: #ffffff;
}

.bg-image {
  background: #ffffff url(../img/svg/head-bg.svg) no-repeat right bottom;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 575px) {
  .bg-image {
    background-size: 156%;
    background-attachment: inherit;
  }
}

.bg-design {
  background: #ffffff url(../img/svg/design-bg.svg) no-repeat right bottom;
  background-attachment: fixed;
}
@media (max-width: 575px) {
  .bg-design {
    background: #ffffff url(../img/svg/design-bg-mob.png) no-repeat center 3rem;
    background-attachment: inherit;
    background-size: 75%;
  }
}

.bg-support {
  background: #ffffff url(../img/svg/web-support-bg.svg) no-repeat right bottom;
  background-attachment: fixed;
}
@media (max-width: 575px) {
  .bg-support {
    background: #ffffff url(../img/svg/design-bg-mob.png) no-repeat center 3rem;
    background-attachment: inherit;
    background-size: 75%;
  }
}

.bg-visualize {
  background: #ffffff url(../img/svg/visualize-bg.svg) no-repeat right bottom;
  background-attachment: fixed;
}

.bg-development {
  background: #ffffff url(../img/svg/development-bg.svg) no-repeat right bottom;
  background-attachment: fixed;
}
@media (max-width: 575px) {
  .bg-development {
    background: #ffffff url(../img/svg/development-bg-mob.png) no-repeat center 3rem;
    background-attachment: inherit;
    background-size: 75%;
  }
}

.bg-image-white {
  background: #ffffff url(../img/svg/head-bg-white.svg) no-repeat right bottom;
  background-size: cover;
  background-attachment: fixed;
}

.bg-about {
  background: #ffffff url(../img/svg/about-bg.svg) no-repeat right center;
  background-attachment: fixed;
}

.bg-image-sm {
  background: #ffffff url(../img/svg/small-bg.svg) no-repeat left bottom;
}
@media (max-width: 575px) {
  .bg-image-sm {
    background-size: 24%;
  }
}

.bg-server {
  background: #ffffff url(../img/svg/server-bg.svg) no-repeat right bottom;
  background-size: cover;
  background-attachment: fixed;
}

.gradient-bg-blue {
  background: rgb(83, 34, 192);
  background: linear-gradient(145deg, rgb(83, 34, 192) 0%, rgb(42, 147, 178) 100%);
  color: #ffffff;
}

.gradient-bg-secondary {
  background: rgb(82, 56, 222);
  background: linear-gradient(135deg, rgb(82, 56, 222) 0%, rgb(56, 81, 222) 100%);
  color: #ffffff;
}

.btn-blue {
  background: #B70C0C;
  border: solid 1px #B70C0C;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  padding: 0.75rem 2rem;
  color: #ffffff;
  font-family: "space_groteskbold", sans-serif;
}
.btn-blue:hover {
  border: solid 1px #B70C0C;
  background: transparent;
  color: #B70C0C;
}

.ghost-btn {
  background: transparent;
  border: solid 1px #ffffff;
  border-radius: 32px;
  font-size: 15px;
  padding: 0.8rem 2rem;
  color: #ffffff;
  position: relative;
  font-family: "space_groteskbold", sans-serif;
  display: inline-block;
}
.ghost-btn:before {
  position: absolute;
  content: "";
  left: -18px;
  width: 36px;
  top: 0;
  bottom: 0;
  height: 1px;
  background: #ffffff;
  margin: auto 0;
}
.ghost-btn:hover {
  color: #2c2c2c;
  background: #ffffff;
}

.ghost-btn-green {
  background: transparent;
  border: solid 1px #B70C0C;
  border-radius: 32px;
  font-size: 15px;
  padding: 0.75rem 2rem;
  color: #2c2c2c;
  position: relative;
  font-family: "space_groteskbold", sans-serif;
}
.ghost-btn-green:before {
  position: absolute;
  content: "";
  left: -18px;
  width: 36px;
  top: 0;
  bottom: 0;
  height: 1px;
  background: #B70C0C;
  margin: auto 0;
}
.ghost-btn-green:hover {
  color: #ffffff;
  background: #B70C0C;
}

.bg-cream {
  background: #F5F9FF;
}

.alink {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #CAD1EF;
  border-bottom: solid 1px #ffffff;
  padding: 0.5rem 0;
}
.alink:hover {
  color: #ffffff;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
}

.larger-font {
  font-size: 3.25rem;
}
@media (max-width: 575px) {
  .larger-font {
    font-size: 2.5rem;
  }
}

@media (max-width: 575px) {
  .pt-mob {
    padding-top: 0 !important;
  }
}

.sm-font {
  font-size: 14px;
}

.xl-font {
  font-size: 4.25rem;
}
@media (max-width: 575px) {
  .xl-font {
    font-size: 3.5rem;
  }
}

.border-radius {
  border-radius: 1rem;
}

.title {
  line-height: 1.3;
}

label {
  font-family: "space_groteskbold", sans-serif;
}

#dialog.show {
  align-items: center;
  display: flex;
  flex-direction: column;
}

#dialog span {
  margin-bottom: 1em;
}

#show,
#close {
  background: #da1b60;
  border: none;
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 1em;
  width: 200px;
}

#show:hover,
#close:hover {
  background: #ff8a00;
  cursor: pointer;
}

#show {
  position: fixed;
  top: 30px;
  left: 10px;
}

#close {
  position: relative;
}

.tag {
  border-radius: 3px 3px 10px 3px;
  padding: 0.75rem 1rem 2rem;
  font-weight: 700;
  display: inline-block;
  border: solid 1px #B70C0C;
  border-bottom: solid 2px #B70C0C;
  background: #ffffff;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .tag {
    padding: 0.5rem;
    font-size: 12px;
  }
}

.table th {
  border-top: none;
}
@media (max-width: 575px) {
  .table th h4 {
    padding: 0.5rem;
    font-size: 12px;
  }
}

.table th,
.table td {
  padding: 1.5rem;
}
@media (max-width: 575px) {
  .table th,
  .table td {
    padding: 0.75rem;
    font-size: 12px;
  }
}

.table tr td:nth-child(2) {
  background-color: #eceff8;
}
.table tr td:nth-child(3) {
  background-color: #F9F7FF;
}

@media (max-width: 575px) {
  .push-first {
    order: 1;
  }
}

@media (max-width: 575px) {
  .push-second {
    order: 2;
  }
}

@media (max-width: 575px) {
  .mob-space-top {
    padding-top: 280px !important;
  }
}

.alink {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.alink::before,
.alink::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.alink::before {
  content: "";
  /* show by default */
}

.link--mneme {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.link--mneme::before {
  height: 100%;
  top: 0;
  opacity: 0;
}

.link--mneme:hover::before {
  opacity: 1;
  animation: coverUp 0.3s ease forwards;
}

@keyframes coverUp {
  0% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 0.045, 1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 0.045, 1);
  }
}
.link--mneme::after {
  content: "";
  transition: opacity 0.3s;
}

.link--mneme:hover::after {
  opacity: 0;
}

.bdr {
  border: solid 1px #efefef;
}

/* 1. Theme default css */
@font-face {
  font-family: "space_groteskbold";
  src: url("../fonts/spacegrotesk-bold-webfont.woff2") format("woff2"), url("../fonts/spacegrotesk-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "space_grotesklight";
  src: url("../fonts/spacegrotesk-light-webfont.woff2") format("woff2"), url("../fonts/spacegrotesk-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "space_grotesklight", sans-serif;
  font-weight: 300;
  font-size: 1.15rem;
  color: #5D5E6C;
  line-height: 1.7;
}
body.lang-np {
  font-weight: 300;
  font-size: 1.15rem;
}

.lang-np {
  font-size: 1.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "space_groteskbold", sans-serif;
  color: #3E3F48;
  margin-top: 0px;
  line-height: 1.4;
}
h1.np,
h2.np,
h3.np,
h4.np,
h5.np,
h6.np {
  font-family: "Mukta", sans-serif !important;
}

h2 {
  font-size: 2.5rem;
}
@media (max-width: 575px) {
  h2 {
    font-size: 1.75rem;
  }
}

.f25 {
  font-size: 2.5rem !important;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

.img {
  max-width: 100%;
  transition: 0.3s;
}

a,
.button {
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: #B70C0C;
}

a:hover {
  color: #737483;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

a,
button {
  color: #B70C0C;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.capitalize {
  text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

/* Theme-overlay */
.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.overlay {
  position: relative;
  z-index: 0;
}

.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.inx-spacing {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inx-spacing {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 575px) {
  .inx-spacing {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pt-9 {
  padding-top: 9rem;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-9 {
    padding-top: 4rem;
  }
}
@media (max-width: 575px) {
  .pt-9 {
    padding-top: 4rem;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 45px;
  }
}

.btn {
  background: #00AA79;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 0;
  margin-bottom: 0;
  padding: 27px 44px;
  margin: 10px;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 0px;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #B70C0C;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0;
}

.btn:hover::before {
  transform: scaleX(1);
  color: #ffffff !important;
  z-index: -1;
}

.btn2 {
  padding: 55px 94px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .btn2 {
    padding: 55px 70px;
  }
}

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

.border-btn {
  border: 2px solid #B70C0C;
  color: #B70C0C;
  font-family: "space_groteskbold", sans-serif;
  background: none;
  border-radius: 5px;
  padding: 28px 50px;
  margin: 10px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
}
.border-btn::before {
  border: 2px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #B70C0C;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}

.border-btn:hover::before {
  transform: scaleY(1);
  order: 2px solid transparent;
}

.send-btn {
  background: #B70C0C;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.send-btn::before {
  border: 2px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e6373d;
  color: #B70C0C;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
}

.send-btn:hover::before {
  transform: scaleY(1);
  order: 2px solid transparent;
  color: red;
}

/* scrollUp */
#scrollUp,
#back-top {
  background: #fff;
  height: 3rem;
  width: 3rem;
  right: 30px;
  bottom: 18px;
  position: fixed;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
}
@media (max-width: 575px) {
  #scrollUp,
  #back-top {
    right: 16px;
  }
}
#scrollUp a i,
#back-top a i {
  display: block;
  line-height: 50px;
}

#scrollUp:hover {
  color: #ffffff;
}

/* Sticky*/
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #ffffff;
  border-bottom: solid 1px #3E3F48;
}
@media (max-width: 575px) {
  .sticky-bar {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sticky-bar {
    padding: 1rem 0;
  }
}

/* Sticky end */
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-260 {
  padding-top: 260px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.footer-padding {
  padding-top: 140px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}
.section-tittle span {
  font-size: 35px;
  margin-bottom: 22px;
  color: #c6a16e;
  display: block;
}
.section-tittle h2 {
  font-size: 60px;
  display: block;
  color: #c6a16e;
  font-weight: 600;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle h2 {
    font-size: 31px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .section-tittle h2 {
    text-align: center;
    font-size: 31px;
  }
}

.section-tittle02 {
  position: relative;
  z-index: 0;
  bottom: -57px;
}
@media (max-width: 575px) {
  .section-tittle02 {
    bottom: -9px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle02 {
    bottom: -16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tittle02 {
    bottom: -33px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-tittle02 {
    bottom: -44px;
  }
}
.section-tittle02 h2 {
  font-size: 165px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #28241d;
  -webkit-text-fill-color: transparent;
  margin: 0;
  line-height: 1;
  font-family: "space_grotesklight", sans-serif;
}
@media (max-width: 575px) {
  .section-tittle02 h2 {
    font-size: 38px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle02 h2 {
    font-size: 69px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tittle02 h2 {
    font-size: 92px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-tittle02 h2 {
    font-size: 126px;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .section-tittle02 h2 {
    font-size: 123px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1500px) {
  .section-tittle02 h2 {
    font-size: 123px;
  }
}
@media only screen and (min-width: 1501px) and (max-width: 1750px) {
  .section-tittle02 h2 {
    font-size: 127px;
  }
}

.clients a {
  display: block;
}

.bg-icon {
  background: url(../img/svg/bg-icon.svg) no-repeat center center;
  background-size: contain;
  padding: 1.5rem 1.75rem 2rem;
  text-align: center;
  margin: 0 1.25rem 1.25rem;
}

.items {
  transition: all 300ms ease-in-out;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  position: relative;
}
.items .desc {
  color: #66707E;
  padding: 3rem;
}
.items figure span img {
  filter: saturate(0);
  transition: all 500ms ease-in-out;
}
.items figure span:hover img {
  filter: saturate(1);
  transform: scale(1.1);
}
.items .caption h4 {
  color: #B70C0C;
}
.items:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -1rem;
  bottom: 1rem;
  border: solid 1px #B70C0C;
  z-index: -1;
}

.work .items {
  margin: 1rem;
}

.services_bg {
  background-image: url(../img/service_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #ffffff;
}
.services_bg.abt-bg {
  background-image: url(../img/abt_bg.jpg);
}
.services_bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.services_bg h1 {
  color: #ffffff;
  font-size: 3.5rem;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services_bg h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .services_bg h1 {
    font-size: 2.25rem;
  }
}
.services_bg p,
.services_bg h4 {
  color: #ffffff;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services_bg p,
  .services_bg h4 {
    font-weight: 300;
  }
}
@media (max-width: 575px) {
  .services_bg p,
  .services_bg h4 {
    font-weight: 300;
  }
}

span.line {
  font-size: 1rem;
  position: relative;
  color: #B70C0C;
  text-transform: uppercase;
  letter-spacing: 2px;
}
span.line.dark-text {
  color: #737483;
}

.gradient-text {
  background: rgb(50, 0, 161);
  background: linear-gradient(135deg, rgb(50, 0, 161) 0%, rgb(62, 86, 223) 78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #B70C0C;
}

.tools-logos img {
  margin: 0.5rem;
  opacity: 0.2;
  transition: opacity 300ms ease-in-out;
}
.tools-logos img:hover {
  opacity: 1;
}

.upload-area {
  border: dashed 1px #e5e6e9;
}

.progress {
  background: #eceff8;
  border-radius: 10px;
}
.progress .progress-bar {
  background: #B70C0C;
}

.vacancy .bg-image-sm {
  background: #fff url(../img/svg/head-bg-white.svg) no-repeat left bottom;
  background-size: 132%;
  padding: 2rem;
  border-radius: 0 2rem 0 0;
}
.vacancy p {
  font-size: 0.9rem;
}

#web-feature .modal-body, #sprint .modal-body {
  padding: 0;
}
#web-feature .modal-header, #sprint .modal-header {
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0 !important;
  position: relative;
}
#web-feature .modal-header .close, #sprint .modal-header .close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 2;
}
#web-feature .modal-content, #sprint .modal-content {
  border-radius: 0 !important;
}
#web-feature .modal-dialog-full-width, #sprint .modal-dialog-full-width {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
#web-feature .modal-content-full-width, #sprint .modal-content-full-width {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
}

.modal-xl {
  max-width: 60%;
}
@media (max-width: 575px) {
  .modal-xl {
    max-width: 100%;
  }
}

.modal-content, .modal-header {
  border-radius: 0 !important;
  border: none;
}

body.modal-open {
  overflow: hidden !important;
}

.voice-msg {
  position: fixed;
  width: 860px;
  bottom: 1rem;
  background: white;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.125);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  z-index: 3;
}
.voice-msg strong {
  font-family: "space_groteskbold", sans-serif;
}
.voice-msg span {
  color: #B70C0C;
  letter-spacing: 1px;
  font-family: "space_groteskbold", sans-serif;
  text-transform: uppercase;
}

/*-------------   Color Variable  --------------*/
.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
.gray-bg {
  background: #f7f7fd;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #16161a;
}

.theme-bg {
  background: #B70C0C;
}

.brand-bg {
  background: #f1f4fa;
}

.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #16161a;
}

.theme-color {
  color: #B70C0C;
}

.inx-header-area {
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inx-header-area {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inx-header-area {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .inx-header-area {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.inx-header-area .inx-header-top .inx-header-info-left ul li {
  color: #fff;
  display: inline-block;
  margin-right: 56px;
  font-family: "space_groteskbold", sans-serif;
  font-size: 14px;
}
.inx-header-area .inx-header-top .inx-header-info-left ul li:last-child {
  margin-right: 0px;
}
.inx-header-area .inx-header-top .inx-header-info-left ul li i {
  margin-right: 8px;
}
.inx-header-area .inx-header-top .inx-header-info-right .inx-header-social li {
  display: inline-block;
}
.inx-header-area .inx-header-top .inx-header-info-right .inx-header-social li a {
  color: #fff;
  font-size: 14px;
  padding-left: 25px;
}
.inx-header-area .inx-header-top .inx-header-info-right .inx-header-social li a:hover {
  color: #B70C0C;
}

.inx-main-header {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .inx-main-header .main-menu {
    margin-right: 30px;
  }
}
.inx-main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.inx-main-header .main-menu ul li a {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 1.5rem 1rem;
  display: block;
  font-size: 1rem;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inx-main-header .main-menu ul li a {
    padding: 39px 15px;
  }
}
.inx-main-header .main-menu ul li a.normaltext {
  letter-spacing: normal;
}
.inx-main-header .main-menu ul li:hover > a {
  color: #B70C0C;
}
.inx-main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 18rem;
  background: #fff;
  left: 0;
  top: 122%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  transition: 0.3s;
}
.inx-main-header .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
  text-align: left;
}
.inx-main-header .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 1rem;
  color: #0b1c39;
  text-transform: capitalize;
  font-weight: 300;
}
.inx-main-header .main-menu ul ul.submenu > li > a:hover {
  color: #B70C0C;
  background: none;
}
@media (max-width: 575px) {
  .inx-main-header .logo img {
    width: 50%;
  }
}

.inx-header-area .header-top .inx-header-info-right .inx-header-social a i {
  transition: 0.4s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

.inx-header-area .inx-header-top .inx-header-info-right .inx-header-social a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.inx-main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.top-bg {
  background: #fff;
}

.inx-header-sticky ul li a {
  padding: 10px 19px;
}

.inx-header-bottom.header-sticky.sticky-bar {
  background: #fff;
}

.inx-header-sticky.sticky-bar .main-menu ul > li > a {
  padding: 1rem;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #B70C0C !important;
}

.slicknav_nav {
  margin-top: 0px;
}

.inx-header-area .slicknav_btn {
  top: -44px;
}

.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #B70C0C;
}

.slicknav_menu {
  background: transparent;
  margin-top: 16px !important;
}

.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.inx-header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

@media (max-width: 575px) {
  .page-head {
    height: auto !important;
  }
}

.inx-slider-area {
  margin-top: -1px;
  background: #fff;
}
.inx-slider-area .inx-single-slider {
  height: 100vh;
}
@media (max-width: 575px) {
  .inx-slider-area .inx-single-slider {
    height: 90vh;
  }
}
.inx-slider-area .inx-single-slider .inx-slider-cap-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: wrap;
  height: 100vh;
}
@media (max-width: 575px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper {
    height: auto;
  }
}
.inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__img {
  width: 48%;
  overflow: hidden;
  padding-right: 90px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__img {
    width: 100%;
    padding-right: 1rem;
  }
}
@media (max-width: 575px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__img {
    width: 100%;
  }
}
.inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__img img {
  width: 100%;
}
.inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption {
  padding-top: 9rem;
}
@media (max-width: 575px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption {
    padding-top: 5rem;
  }
}
.inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption h1 {
  font-size: 4.5rem;
  margin-bottom: 14px;
  line-height: 1.3;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption h1 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption h1 {
    font-size: 3.25rem;
    margin-bottom: 25px;
  }
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption h1 span {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption p {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption p {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption p {
    padding-right: 21px;
    margin-bottom: 13px;
  }
}
.inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption .inx-btn {
  font-size: 16px;
  color: #fff;
  display: block;
}
.inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption .inx-btn svg {
  fill: #B70C0C;
  height: 43px;
  padding-left: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption .inx-btn svg {
    height: 27px;
    padding-left: 8px;
  }
}
@media (max-width: 575px) {
  .inx-slider-area .inx-single-slider .inx-slider-cap-wrapper .inx__caption .inx-btn svg {
    height: 27px;
    padding-left: 8px;
  }
}

.inx-slider-height {
  background: #fff url(../img/svg/atom.svg) no-repeat center bottom;
}
@media (max-width: 575px) {
  .inx-slider-height {
    background: #fff url(../img/svg/atom-mob.png) no-repeat center bottom;
    background-size: 100%;
  }
}

.inx-overly {
  position: relative;
  z-index: 1;
}
.inx-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 10, 28, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.slider-active button.slick-arrow {
  position: absolute;
  right: 60px;
  bottom: 0;
  background: none;
  border: 0;
  padding: 0;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background: #00444b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active button.slick-arrow {
    line-height: 40px;
    height: 40px;
    width: 40px;
    right: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-active button.slick-arrow {
    line-height: 40px;
    height: 40px;
    width: 40px;
    right: 40px;
  }
}
@media (max-width: 575px) {
  .slider-active button.slick-arrow {
    line-height: 40px;
    height: 40px;
    width: 40px;
    right: 40px;
  }
}
.slider-active button.slick-arrow i {
  font-size: 20px;
  line-height: 60px;
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active button.slick-arrow i {
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-active button.slick-arrow i {
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .slider-active button.slick-arrow i {
    line-height: 40px;
  }
}
.slider-active button.slick-next {
  right: 0px;
  background: #04dbec;
}

.box {
  background: #fff;
  padding: 2.25rem 2rem;
  box-shadow: 0 2px 1.5rem rgba(1, 10, 28, 0.07);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  main {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  main {
    margin-top: 70px;
  }
}

.inx-caption span {
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
  padding-left: 95px;
  position: relative;
}
.inx-caption span::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 3px;
  background: #B70C0C;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
}
.inx-caption h2 {
  color: #fff;
  font-size: 3rem;
}

.box-panel {
  background: rgb(0, 170, 121);
  background: linear-gradient(45deg, rgb(0, 170, 121) 0%, rgb(0, 174, 164) 100%);
  padding: 3rem;
  color: #fff;
}
.box-panel h3 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.5;
}
.box-panel span.line {
  font-size: 12px;
}
.box-panel.blue {
  background: rgb(0, 73, 170);
  background: linear-gradient(45deg, rgb(0, 73, 170) 0%, rgb(0, 49, 174) 100%);
}
.box-panel.purple {
  background: rgb(98, 0, 170);
  background: linear-gradient(45deg, rgb(98, 0, 170) 0%, rgb(62, 0, 174) 100%);
}
.box-panel.dark {
  background: rgb(0, 48, 97);
  background: linear-gradient(45deg, rgb(0, 48, 97) 0%, rgb(21, 70, 118) 100%);
}

/* Image Ratio Styles Ends */
.image {
  overflow: hidden;
}
.image figure {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  overflow: hidden;
}
.image figure a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.image figure a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
}
.image figure a img.top_right_curve {
  border-radius: 10px 10px 0 0;
}
.image figure span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.image figure span img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
}
.image figure span img.top_right_curve {
  border-radius: 10px 10px 0 0;
}
.image-16-9 figure {
  padding-top: 56.25%;
}
.image-3-2 figure {
  padding-top: 66.66%;
}
.image-q figure {
  padding-top: 89%;
}
.image-z figure {
  padding-top: 120%;
}
.image-w figure {
  padding-top: 68.65%;
}
.image-21-9 figure {
  padding-top: 42.9%;
}

.image-sm-85 {
  width: 100%;
}

.image-sm-95 {
  width: 100%;
}

.img-size-85 {
  width: 100%;
}

.img-size-160 {
  width: 100%;
}

.shadow-out {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.075);
}

.r-tabs .r-tabs-nav {
  margin: 0;
  display: block;
  border-bottom: solid 1px #2c2c2c;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.r-tabs .r-tabs-tab a {
  padding: 0.75rem 0;
  font-family: "space_groteskbold", sans-serif;
  display: block;
}
.r-tabs .r-tabs-tab.r-tabs-state-active a {
  border-bottom: solid 2px #B70C0C;
}

.r-tabs .r-tabs-panel {
  padding: 3rem 0 0;
  display: none;
}
@media (max-width: 575px) {
  .r-tabs .r-tabs-panel {
    padding: 1rem 0 0;
  }
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
  .r-tabs .r-tabs-accordion-title a {
    font-family: "space_groteskbold", sans-serif;
    padding: 0.75rem 0;
    border-bottom: solid 1px #efefef;
    background: url(../img/svg/down-arrow.png) no-repeat right center;
    display: block;
  }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active a {
    background: url(../img/svg/up-arrow.png) no-repeat right center;
  }
}
@keyframes hop {
  from {
    -webkit-transform: translate(0px, 0px);
  }
  to {
    -webkit-transform: translate(0px, -10px);
  }
}
#there {
  background-color: #ffffff;
  bottom: 300px;
  margin: 0 auto;
  width: 240px;
  left: 455px;
  right: 0;
}

#there {
  position: absolute;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}

.bounce {
  animation-name: hop;
  animation-duration: 0.7s;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

#there:after {
  /*arrow added to downarrowdiv DIV*/
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  /*should be set to 100% */
  width: 0;
  height: 0;
  border: 10px solid;
  margin-left: -10px;
  left: 15%;
}

#there:after {
  /*arrow added to downarrowdiv DIV*/
  border-color: #ffffff transparent transparent transparent;
  /*border color should be same as div div background color*/
}

.footer-area {
  background: #292B34;
}
.footer-area a {
  color: #fff;
}
.footer-area a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer-area a.gray {
  color: rgba(255, 255, 255, 0.6) !important;
}
.footer-area a.gray:hover {
  color: #fff;
}
.footer-area .footer-logo {
  margin-bottom: 2rem;
}
.footer-area .footer-social a {
  color: #66707E;
  opacity: 0.4;
  padding: 0 0.25rem;
}
.footer-area .footer-social a:hover {
  opacity: 1;
  color: #fff;
}
.footer-area .footer-bottom {
  border-top: 1px solid #1F1F1F;
  padding: 40px 0px 23px;
}
@media (max-width: 575px) {
  .footer-area .footer-bottom {
    padding: 35px 0px 20px;
  }
}
.footer-area .footer-bottom .footer-copy-right p {
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 2;
  margin-bottom: 12px;
}
.footer-area .footer-bottom .footer-copy-right p i {
  color: #B70C0C;
}
.footer-area .footer-bottom .footer-copy-right p a {
  color: #B70C0C;
}
.footer-area form {
  position: relative;
}
.footer-area form input {
  border-radius: 2rem;
  border: none;
  padding: 0.65rem 3rem 0.65rem 1rem;
  font-size: 14px;
  width: 100%;
}
.footer-area form button {
  background: none;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bdr-btm {
  border-bottom: solid 1px #707070;
}

.foot-other-links {
  font-size: 20px;
}
.foot-other-links li a {
  padding: 0.2rem 0;
  display: inline-block;
}

.footer-copy-right {
  font-size: 14px;
}

.footer-bottom {
  background: #1F2027;
}

/*=================== contact banner start ====================*/
.dropdown .dropdown-menu {
  transition: all 0.3s;
}

.contact-info {
  margin-bottom: 0.5rem;
}
.contact-info__icon {
  margin-right: 20px;
}
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}
.contact-info .media-body h3 {
  font-size: 14px;
  margin-bottom: 0;
  color: #2a2a2a;
}
.contact-info .media-body h3 a:hover {
  color: #0C276A;
}
.contact-info .media-body p {
  color: #8a8a8a;
  font-size: 14px;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-contact label {
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 1rem;
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: #fff;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::-moz-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

.contact-section {
  padding: 130px 0 100px;
}
@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section {
    padding: 80px 0 50px;
  }
}
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}
.contact-section .btn_2:hover {
  background-color: #0C276A;
}

.flex-center-start {
  display: flex;
  align-items: center;
  justify-content: start;
}

.overlay::before {
  background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, rgb(0, 0, 0) 100%);
}