:root {
  --bg-color: #e6e7e9;
  --bg-color-dark: #0e0f11;
  --theme-color: #fff;
  --main-color: #d0ff71;
}

@font-face {
  font-family: "Halyard-Display";
  src: url("../fonts/fonnts.com-Halyard_Display.otf") format("woff2");
}

body,
html {
  scroll-behavior: smooth;
}

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: rgba(14, 15, 17, 0.5);
  z-index: 9999999;
}
.navbar.nav-scroll {
  padding: 0;
  position: fixed;
  top: -80px;
  padding: 15px 0;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.navbar .logo {
}
.navbar .logo > img {
  height: 40px;
}
.navbar .navbar-nav {
  padding: 2px 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  margin-left: 15px;
}
.navbar .navbar-nav .nav-link {
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
}
.navbar .navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, 0.1);
}
.navbar .topnav .butn {
  padding: 7px 20px;
  background: #fff;
  color: #1d1d1d;
  margin-right: 15px;
}

/* --------------- header --------------- */
.header-ms {
  padding-top: 200px;
}
.header-ms .caption h1 {
  font-size: 120px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.header-ms .caption h1 .arrow {
  width: 70px;
  height: 70px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.header-ms .caption h1 .arrow svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header-ms .caption h1 .underline {
  position: relative;
  border-bottom: 2px solid #fff;
}
.header-ms .caption p {
  font-size: 20px;
  color: #bdbdbd;
}
.header-ms .award-box {
  padding: 70px 40px 40px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #2a2d2f;
  position: relative;
}
.header-ms .award-box .arrow {
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  position: absolute;
  top: 15px;
  right: 15px;
}
.header-ms .award-box .arrow svg {
  width: 15px;
}
.header-ms .award-box .arrow path {
  fill: var(--theme-color);
}

.header-ms .award-box .img {
  text-align: center;
  margin-bottom: 15px;
  -webkit-animation: rotatecircle 20s infinite linear;
  animation: rotatecircle 20s infinite linear;
}
.header-ms .award-box h6 {
  color: var(--theme-color);
}
.header-ms .vid-box {
  border-radius: 10px;
  min-height: 267px;
  overflow: hidden !important;
}
.header-ms .vid-box video {
  width: 100%;
}
.header-ms .vid-box video::-webkit-media-controls {
  display: none;
}
.header-ms .feat {
  position: relative;
}
.header-ms .feat:after {
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top: -50px;
  bottom: -70px;
}

@-webkit-keyframes rotatecircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotatecircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* --------------- Awards --------------- */
.hero-ms .main-text {
  position: relative;
}
.hero-ms .main-text .img1 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: -20px;
}
.hero-ms .main-text .img2 {
  width: 180px;
  height: 80px;
  border-radius: 10px;
  position: absolute;
  bottom: 40px;
  right: -70px;
}
.hero-ms .main-text h2 {
  position: relative;
  z-index: 2;
}

.hero-ms .qoutes .text .img {
  border-radius: 50%;
}

.hero-ms .qoutes .text .info h6 {
  font-size: 20px;
  text-transform: uppercase;
}

.hero-ms .qoutes .text .info span {
  font-size: 14px;
  font-weight: 300;
  color: #7b7878;
}

.hero-ms .exp {
  position: relative;
  padding: 100px 0;
}
.hero-ms .exp h2 {
  font-size: 280px;
}
.hero-ms .exp:after {
  content: "";
  width: 50vw;
  height: 50vw;
  background: var(--bg-color);
  border-radius: 50%;
  position: absolute;
  right: -50%;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.hero-ms .exp .icon {
  position: absolute;
  top: 70%;
  left: -50px;
}

/* --------------- Services --------------- */
.serv-ms .item {
  color: #fff;
  padding: 40px;
  height: 100vh;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.serv-ms .item h6 {
  font-size: 20px;
  text-transform: uppercase;
}
.serv-ms .item p {
  font-size: 14px;
}
.serv-ms .item .arrow,
.serv-ms .item .text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.serv-ms .item .text {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.serv-ms .item:hover .arrow,
.serv-ms .item:hover .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.serv-ms .item:hover {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.services-ms {
  background: #0d0d0d;
  position: relative;
  overflow: hidden;
}
.services-ms:after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 45vw;
  height: 45vw;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  pointer-events: none;
}
.services-ms .shape {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.5;
}
.services-ms .item {
  background: #141414;
  border-radius: 10px;
  padding: 50px 30px;
  margin-top: 30px;
}
.services-ms .item .arrow {
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
.services-ms .item .arrow svg {
  width: 15px;
}

/* --------------- Works --------------- */
.work-card-ms {
  overflow-x: hidden;
}
.work-card-ms .sec-head-xlg h2 {
  font-size: 30vw;
  line-height: 0.8;
}

.work-card-ms .card-item {
  margin-top: 50px;
}
.work-card-ms .card-item .img {
  position: relative;
  height: 450px;
  border-radius: 15px;
  overflow: hidden;
}
.work-card-ms .card-item .img .cont {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: #fff;
  border-radius: 15px;
  padding: 15px 30px;
}
.work-card-ms .card-item .img .cont .tag {
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.work-card-ms .card-item .img .cont .tag:hover {
  background: #2a2d2f;
  color: #fff;
}

/* --------------- Clients --------------- */
.clients-sa .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
}
.clients-sa .item .img {
  width: 100px;
}
.clients-sa .item .cont .icon {
  width: 40px;
  margin: 0 auto 10px;
}
.clients-sa .item .cont span {
  font-size: 14px;
  line-height: 20px;
}

/* --------------- Testimonials --------------- */
.testim-sm {
  position: relative;
  overflow: hidden;
}
.testim-sm .swiper-slide {
  height: auto;
}
.testim-sm .item {
  background: var(--bg-color);
  padding: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.testim-sm .item .rate h5 {
  font-size: 16px;
}
.testim-sm .item .rate .stars {
  font-size: 13px;
  color: #ef2b10;
  margin-left: 10px;
}
.testim-sm .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.testim-sm .item .info .info-text {
  padding-left: 15px;
}
.testim-sm .item .info .info-text p {
  font-size: 14px;
  opacity: 0.7;
}
.testim-sm .swiper-slide-active .item {
  background: #0d0d0d;
  color: #fff;
}
.testim-sm .brands h6 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.testim-sm .brands .row {
  padding: 30px 15px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.testim-sm .brands .row .img {
  width: 90px;
  margin: auto;
}

/* --------------- Blogs --------------- */
.blog-mp {
  background-color: var(--bg-color);
}
.blog-mp .bord {
  position: relative;
}
.blog-mp .bord:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-mp .item .info .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.blog-mp .item .info .author-info,
.blog-mp .item .info .date {
  font-size: 13px;
  text-transform: uppercase;
}
.blog-mp .item .info .author-info span,
.blog-mp .item .info .date span {
  display: block;
  line-height: 22px;
}
.blog-mp .item .info .author-info .sub-color {
  text-transform: capitalize !important;
}
.blog-mp .item .img {
  border-radius: 15px;
  height: 255px;
  overflow: hidden;
}

/* --------------- Contact --------------- */
.contact-sa .box {
  padding: 120px 60px;
  background-image: url(https://uithemez.com/i/hubfolio_HTML/modern_business/assets/imgs/gr-back.png);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden;
}

.contact-sa .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.contact-sa .contact-form label {
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-sa .contact-form label .star {
  color: red;
  padding-left: 5px;
}

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
}

.contact-sa .contact-form button {
  background: transparent;
  color: #fff;
}

/* --------------- footer --------------- */
.footer-sa {
  background: #0d0d0d;
  color: #fff;
}
.footer-sa .logo {
  width: 160px;
}
.footer-sa .contact-info .item {
  margin-bottom: 50px;
}
.footer-sa .contact-info .item span {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sa .contact-info .social-icon a:hover {
  border-color: #fff;
}
.footer-sa .sub-footer .copy p {
  font-size: 14px;
}
.footer-sa .sub-footer .copy p a {
  color: #fff;
}
.footer-sa .sub-footer .links {
  width: 100%;
}
.footer-sa .sub-footer .links a {
  font-size: 14px;
}
.footer-sa .sub-footer .links .active {
  color: #fff;
}

body {
  font-family: "Inter", sans-serif;
  font-family: "Halyard-Display", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #0d0d0d;
  background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 54px;
}

h3 {
  font-size: 44px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 24px;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.main-color {
  color: #1567f5 !important;
}

.sub-head {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

.sub-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.italic {
  font-style: italic;
  display: inline;
}

.loader-wrap svg {
  fill: #1d1d1d;
}

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.butn.butn-bord:hover {
  background: #fff;
  color: #212121;
}

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.butn .icon {
  width: 18px;
}

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

/* ====================== [ Start Responsive ] ====================== */

.crv-butn span {
  background: var(--main-color);
  color: var(--bg-color-dark);
}

.crv-butn .text {
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 30px;
  position: relative;
}
.crv-butn .text:after {
  content: "";
  width: 30px;
  height: 30px;
  background: var(--main-color);
  position: absolute;
  top: 5px;
  right: -15px;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.crv-butn .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: -10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.crv-butn .icon img {
  width: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.crv-butn:hover .text:after {
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 0;
  height: 10px;
}

.crv-butn:hover .icon {
  margin-left: 5px;
}
.crv-butn:hover .icon img {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-us-crv-butn {
  margin-top: 40px;
  margin-left: 15px !important;
  transform: scale(1.2);
}

/* --------------- about pg --------------- */
.about-hed {
  background-color: var(--bg-color-dark);
}
.about-hed .sec-head {
  color: #fff !important;
}
.about-hed .caption {
  position: relative;
}
.about-hed .caption h1 span {
  letter-spacing: normal;
}

.about-hed .main-marq {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.about-hed .main-marq .item {
  padding: 0 50px !important;
}
.about-hed .main-marq h2 span {
  font-size: 10vw;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-hed .fit-img {
  height: 540px;
}

.about-hed h1,
.serv-hed h1 {
  font-size: 30px;
  letter-spacing: normal;
}

.about-hed .main-marq .item span {
  color: #fff !important;
}

.intro-iner {
  position: relative;
}
.intro-iner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  z-index: 4;
  display: none;
}
.intro-iner .content .item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.intro-iner .content .item span {
  font-size: 16px;
  padding: 8px 24px;
  background: var(--bg-color);
  border-radius: 30px;
}
.intro-iner .content .item span.bdark {
  background: #777;
  color: #fff;
}
.intro-iner .content .item span.bred {
  background: var(--main-color);
  color: var(--theme-color);
}
.intro-iner .content .item img {
  width: 50px;
}
.intro-iner .content .item .icon1 img {
  width: 70px;
}
.intro-iner .img-box {
  position: relative;
}
.intro-iner .img-box .states {
  position: absolute;
  bottom: 120px;
  left: -30px;
  background: var(--main-color);
  color: #212121;
  padding: 20px 20px;
  border-radius: 15px;
  z-index: 3;
}
.intro-iner .img-box .just-shape {
  background: var(--theme-color);
  border-radius: 0 0 30px 0;
  width: 200px;
  height: 50px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.intro-iner .img-box .just-shape .shap-right-top {
  position: absolute;
  top: -1px;
  right: -2.05rem;
}
.intro-iner .img-box .just-shape .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img-box .just-shape .shap-left-bottom {
  position: absolute;
  bottom: -2.05rem;
  left: -1px;
}
.intro-iner .img-box .just-shape .shap-left-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img-box .butn-vid {
  background: var(--theme-color);
  border-radius: 30px 0 0 0;
  padding: 40px 0 0 30px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.intro-iner .img-box .butn-vid .vid {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #212121;
  position: relative;
}
.intro-iner .img-box .butn-vid .vid:after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.intro-iner .img-box .butn-vid .cont {
  padding-left: 20px;
}
.intro-iner .img-box .butn-vid .shap-right-top {
  position: absolute;
  right: 0;
  top: -2.05rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-iner .img-box .butn-vid .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img-box .butn-vid .shap-left-bottom {
  position: absolute;
  left: -2.05rem;
  bottom: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-iner .img-box .butn-vid .shap-left-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img {
  height: 580px;
  border-radius: 15px;
}
.intro-iner .sec-head {
  padding-top: 40px;
}
.intro-iner .accordion-item {
  background: transparent;
  border-radius: 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  margin-bottom: 5px;
}
.intro-iner .accordion-item .accordion-header {
  background: transparent;
}
.intro-iner .accordion-item .accordion-header button {
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 30px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.intro-iner .accordion-item .accordion-header button:after {
  background-image: url(../imgs/plus-solid.svg);
  -webkit-filter: invert(1);
  filter: invert(1);
}
.intro-iner .accordion-item .accordion-header button:not(.collapsed):after {
  background-image: url(../imgs/minus-solid.svg);
}
.intro-iner .accordion-item .accordion-body {
  padding: 0;
  padding: 0px 100px 30px 0;
}
.intro-iner .accordion-item .accordion-body p {
  font-size: 14px;
}

.intro-iner .sec-head-text {
  font-size: 30px;
}

.contact-pg {
  background-color: var(--bg-color-dark);
}

.contact-pg .text-u {
  padding-bottom: 64px;
}

.contact-pg select {
  box-shadow: none !important;
  border-radius: 0;
}

.contact-pg input,
.contact-pg textarea,
.contact-pg select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-pg input:focus,
.contact-pg textarea:focus,
.contact-pg select:focus {
  border-color: #fff;
}

.contact-pg textarea {
  min-height: 180px;
}

.contact-pg .butn:hover {
  background: var(--main-color) !important;
}

.word-flipper {
  transition: opacity 0.5s ease-in-out;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .header-ms {
    padding-bottom: 120px;
  }
  .header-ms .award-box,
  .header-ms .vid-box {
    display: none;
  }
  .hero-ms .exp:after {
    width: 80vw;
    height: 80vw;
    right: -20%;
  }
  .hero-ms .exp .icon {
    left: 30%;
  }
  .serv-ms .item {
    height: auto;
  }
  .testim-sm .brands .row .img {
    margin: 15px auto;
  }
}

@media screen and (max-width: 768px) {
  .header-ms .caption h1 {
    font-size: 50px;
  }
  .header-ms .caption h1 .arrow {
    width: 40px;
    height: 40px;
    line-height: 30px;
  }
  .header-ms .caption h1 .arrow svg {
    width: 20px;
  }
  .hero-ms .main-text h2 {
    font-size: 36px;
  }
  .hero-ms .exp .text-right {
    text-align: center;
  }
  .hero-ms .exp .icon {
    display: none;
  }
  .hero-ms .exp:after {
    display: none;
  }
  .hero-ms .img1,
  .hero-ms .img2 {
    display: none;
  }
  .hero-ms .qoutes {
    display: block !important;
  }
  .hero-ms .qoutes .text {
    margin: 15px 0 0 0 !important;
  }

  .intro-iner .img-box {
    width: 100%;
  }
  .intro-iner .img-box .states {
    left: 30px;
    bottom: 150px;
  }
}
