@charset "UTF-8";

:root{
  --st-primary: #f94418;
  --st-secondary: #e93d12;
  --st-text: #121e2d;
}

@font-face{font-family:Mulish;src:url("../fonts/Mulish-Bold.ttf") format("truetype");font-weight:700;font-style:normal}
@font-face{font-family:Mulish;src:url("../fonts/Mulish-Regular.ttf") format("truetype");font-weight:400;font-style:normal}
@font-face{font-family:Oswald;src:url("../fonts/Oswald-Bold.ttf") format("truetype");font-weight:700;font-style:normal}
@font-face{font-family:Oswald;src:url("../fonts/Oswald-Regular.ttf") format("truetype");font-weight:400;font-style:normal}

.mulish {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bolder {
  font-weight: 600; }

.cfix {
  content: '';
  display: block;
  width: 100%;
  clear: both; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block; }

body,
button,
input,
select,
textarea {
  color: var(--st-text);
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  background-color: #fff; }

html, body {
  width: 100%;
  height: 100%; }

a {
  color: var(--st-text);
  text-decoration: none; }
  a:hover {
    color: var(--st-primary);
    text-decoration: none; }

p {
  margin: 0 0 20px 0; }

h1,
h2,
.banner-page .title-page,
.banner-page-2 .title-page,
h3,
h4,
.rs-team-1 .title,
.rs-team-2 .title,
.rs-team-single .title,
.rs-box-project .title,
h5 {
  font-family: "Oswald", sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400; }

h1 {
  font-size: 0.771em;
  line-height: normal; }

h2, .banner-page .title-page, .banner-page-2 .title-page {
  font-size: 2.857em;
  line-height: normal; }

h3 {
  font-size: 1.714em;
  line-height: normal; }

h4, .rs-team-1 .title, .rs-team-2 .title, .rs-team-single .title, .rs-box-project .title {
  font-size: 1.286em;
  line-height: normal; }

h5 {
  font-size: 14px;
  line-height: 22px; }

h6 {
  font-size: 13px; }

strong, b {
  font-weight: 700; }

ol {
  margin-left: 24px; }

ul {
  list-style: initial;
  margin-left: 24px; }
  ul li {
    margin: 8px 0; }

@media (max-width: 767px) {
  h1 {
    font-size: 3em;
    line-height: normal; }

  h2, .banner-page .title-page, .banner-page-2 .title-page {
    font-size: 2em;
    line-height: normal; }

  h3 {
    font-size: 1.2em;
    line-height: normal; }

  h4, .rs-team-1 .title, .rs-team-2 .title, .rs-team-single .title, .rs-box-project .title {
    font-size: 1em;
    line-height: normal; } }

.content-wrap {
  padding: 100px 0; }

.content-wrap-60 {
  padding: 60px 0; }

.content-wrap-40 {
  padding: 40px 0; }

.uk16 {
  font-size: 16px; }

.uk18 {
  font-size: 18px; }

.uk21 {
  font-size: 21px; }

.uk24 {
  font-size: 24px; }

.uk26 {
  font-size: 26px; }

.uk36 {
  font-size: 36px; }

.uk48 {
  font-size: 48px; }

.uk60 {
  font-size: 60px; }

.uk72 {
  font-size: 72px; }

.spacer-10 {
  height: 10px; }
  .spacer-10::after {
    display: block;
    content: "";
    clear: both; }

.spacer-30 {
  height: 30px; }
  .spacer-30::after {
    display: block;
    content: "";
    clear: both; }

.spacer-50 {
  height: 50px; }
  .spacer-50::after {
    display: block;
    content: "";
    clear: both; }

.spacer-70 {
  height: 70px; }
  .spacer-70::after {
    display: block;
    content: "";
    clear: both; }
  .spacer-70 .spacer-90 {
    height: 90px; }
    .spacer-70 .spacer-90::after {
      display: block;
      content: "";
      clear: both; }
  .spacer-70 .spacer-110 {
    height: 110px; }
    .spacer-70 .spacer-110::after {
      display: block;
      content: "";
      clear: both; }

.spacer-content {
  height: 100px; }
  .spacer-content::after {
    display: block;
    content: "";
    clear: both; }

.section {
  position: relative; }

.section-heading, .rs-feature-box-1 .title {
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 5px;
  position: relative;
  color: #222;
  font-weight: 400;
 }
  .section-heading.light, .rs-feature-box-1 .light.title {
    color: var(--st-primary); }
    .section-heading.light span, .rs-feature-box-1 .light.title span {
      color: #ffffff; }
    .section-heading.light:after, .rs-feature-box-1 .light.title:after {
      background: #ffffff; }
  .section-heading.text-center:after, .rs-feature-box-1 .text-center.title:after {
    margin-left: auto;
    margin-right: auto; }
  .section-heading.text-right:after, .rs-feature-box-1 .text-right.title:after {
    margin-left: auto; }
  @media (max-width: 767px) {
    .section-heading, .rs-feature-box-1 .title {
      font-size: 24px; } }

.supheading {
  font-size: 18px;
  color: var(--st-primary);
  letter-spacing: 1px;
  margin-bottom: 10px; }

.subheading {
  margin-top: -10px;
  margin-bottom: 30px;
  color: var(--st-text);
  font-size: 18px; }
  .subheading.text-center {
    width: 60%;
    margin-left: auto;
    margin-right: auto; }

.title-heading {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #222;
  line-height: 1.2; }

.section-border {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2); }

.font-primary {
  font-family: "Mulish", sans-serif; }

.font-secondary {
  font-family: "Oswald", sans-serif; }

.bgi-cover-center {
  background-size: cover;
  background-position: center; }

.bgi-cover-center {
  background-size: cover;
  background-position: center; }

.bgi-cover-fixed {
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.bgi-repeat {
  background-repeat: repeat; }

.bgi-right {
  background-position: right;
  background-size: auto;
  background-repeat: no-repeat; }

.bgi-left {
  background-position: left;
  background-size: auto;
  background-repeat: no-repeat; }

blockquote {
  padding: 15px 20px;
  background-color: #f6f6f6;
  margin: 0 0 20px;
  border-left: 5px solid var(--st-primary);
  font-style: italic; }

blockquote.quote {
  padding: 15px 0;
  background-color: transparent;
  margin: 0 0 20px;
  border-left: 0;
  font-style: italic;
  font-size: 24px;
  color: var(--st-primary); }
  blockquote.quote .blockquote-footer {
    color: #222; }
  blockquote.quote cite {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    font-style: normal;
    color: var(--st-text); }

@media (max-width: 767px) {
  .bgi-hide-xs {
    background-image: none !important; } }
.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: gray;
  margin: 5px 3px; }
.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: var(--st-primary); }
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--st-primary); }
.owl-theme .owl-controls {
  margin-top: 50px; }

.owl-light .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: #ffffff;
  margin: 5px 3px; }
.owl-light .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: var(--st-primary); }
.owl-light .owl-dots .owl-dot:hover span {
  background-color: var(--st-primary); }
.owl-light .owl-controls {
  margin-top: 50px; }

.font-primary {
  font-family: "Mulish", sans-serif; }

.bg-white{
  background-color: #fff !important; }

.bg-primary {
  background-color: var(--st-primary) !important; }

.bg-secondary {
  background-color: var(--st-secondary) !important; }

.bg-tertiary {
  background-color: transparent !important; }

.bg-gray {
  background-color: #222222; }

.bg-primary-dark {
  background-color: var(--st-primary) !important; }

.bg-secondary-dark {
  background-color: #07090d !important; }

.bg-primary-light {
  background-color: #56bde8 !important; }

.bg-secondary-light {
  background-color: #2b374f !important; }

.bg-gray-light {
  background-color: rgba(153, 153, 153, 0.1); }

.bg-overlay-primary {
  position: relative; }
  .bg-overlay-primary:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--st-primary);
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30); }

.bg-overlay-secondary {
  position: relative; }
  .bg-overlay-secondary:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--st-secondary);
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30); }

.bg-dark {
  background-color: #000 !important; }

.lh-1 {
  line-height: 1.3; }

.text-primary {
  color: var(--st-primary) !important; }
  .text-primary a {
    color: var(--st-primary); }
    .text-primary a:hover {
      color: var(--st-primary); }

.text-secondary {
  color: var(--st-secondary) !important; }

.text-white a {
  color: #ffffff; }

.text-black {
  color: #222 !important; }
  .text-black a {
    color: #222; }

.text-gray{
  color: #70747f !important;
}

.pos-relative {
  position: relative; }

.banner-page {
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: center; }
  .banner-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, 0.2); }
  .banner-page .content-wrap {
    padding: 60px 0; }
  .banner-page .title-page {
    text-align: center;
    margin-bottom: 0;
    color: var(--st-primary); }
  .banner-page .breadcrumb-container {
    background-color: transparent; }
  .banner-page .breadcrumb {
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: transparent;
    font-family: "Oswald", sans-serif;
    font-style: italic;
    color: #ffffff; }
    .banner-page .breadcrumb > .active,
    .banner-page .breadcrumb a {
      color: white; }
      .banner-page .breadcrumb > .active:hover,
      .banner-page .breadcrumb a:hover {
        color: var(--st-primary); }

.banner-page-2 {
  display: block;
  background-color: var(--st-primary); }
  .banner-page-2 .content-wrap {
    padding: 60px 0; }
  .banner-page-2 .title-page {
    text-align: left;
    margin-bottom: 0;
    color: #ffffff; }
  .banner-page-2 .breadcrumb-container {
    background-color: transparent; }
  .banner-page-2 .breadcrumb {
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: transparent;
    font-family: "Oswald", sans-serif;
    font-style: italic;
    color: #ffffff; }
    .banner-page-2 .breadcrumb > .active,
    .banner-page-2 .breadcrumb a {
      color: white; }
      .banner-page-2 .breadcrumb > .active:hover,
      .banner-page-2 .breadcrumb a:hover {
        color: var(--st-primary); }

.overlap {
  margin-top: -200px;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .overlap {
      margin-top: 0; } }

.gutter-5 {
  margin-right: 0;
  margin-left: 0; }
  .gutter-5 > [class^="col-"],
  .gutter-5 > [class*=" col-"],
  .gutter-5 [class*='col-'],
  .gutter-5 [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.pagination {
  margin-left: 0; }
  .pagination .page-item .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 15px 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: var(--st-text);
    display: inline-block;
    border-color: 1px solid #e6e6e6;
    background: #ffffff; }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link.active {
      color: #ffffff;
      background: var(--st-primary); }
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .pagination .page-item.active .page-link {
    color: #ffffff;
    background: var(--st-primary);
    border-color: var(--st-primary); }

.p-check {
  padding-left: 40px;
  position: relative;
  margin-bottom: 0.25rem;
  font-size: 18px; }
  .p-check:before {
    content: "\f00c";
    font-family: FontAwesome;
    padding-top: 2px;
    position: absolute;
    color: var(--st-primary);
    left: 0;
    width: 30px;
    height: 30px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }

hr.content {
  margin-top: 100px;
  margin-bottom: 100px; }

.jumbo-heading {
  color: var(--st-primary);
  font-size: 20px;
  position: relative;
  font-size: 50px;
  line-height: 1.2; }

.subscribe-form .form-control {
  min-height: 47px;
  min-width: 400px; }
  @media (max-width: 767px) {
    .subscribe-form .form-control {
      min-width: auto; } }

.work-info .item {
  margin-bottom: 10px; }
  .work-info .item .meta {
    font-weight: 700;
    display: inline-block;
    min-width: 85px;
    color: #222; }
  .work-info .item .info {
    display: inline-block; }
  .work-info .item::after {
    display: block;
    content: "";
    clear: both; }

.anim-media .media-box, .rs-image-box .media-box, .rs-class-box .media-box, .box-image-1 .media-box, .box-image-2 .media-box, .box-image-3 .media-box, .feature-box-8 .media-box, .rs-team-2 .media-box, .rs-team-single .media-box {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  overflow: hidden; }
  .anim-media .media-box img, .rs-image-box .media-box img, .rs-class-box .media-box img, .box-image-1 .media-box img, .box-image-2 .media-box img, .box-image-3 .media-box img, .feature-box-8 .media-box img, .rs-team-2 .media-box img, .rs-team-single .media-box img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear; }
.anim-media:hover .media-box, .rs-image-box:hover .media-box, .rs-class-box:hover .media-box, .box-image-1:hover .media-box, .box-image-2:hover .media-box, .box-image-3:hover .media-box, .feature-box-8:hover .media-box, .rs-team-2:hover .media-box, .rs-team-single:hover .media-box {
  background-color: var(--st-primary); }
  .anim-media:hover .media-box img, .rs-image-box:hover .media-box img, .rs-class-box:hover .media-box img, .box-image-1:hover .media-box img, .box-image-2:hover .media-box img, .box-image-3:hover .media-box img, .feature-box-8:hover .media-box img, .rs-team-2:hover .media-box img, .rs-team-single:hover .media-box img {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }

.anim-shadow, .rs-shop-box, .rs-class-box {
  -webkit-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0); }
  .anim-shadow:hover, .rs-shop-box:hover, .rs-class-box:hover {
    -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2); }

.btn, .btn-primary, .btn-secondary, .btn-primary.disabled, .btn-light, .btn-ghost-light {
  font-size: 14px;
  color: #ffffff;
  padding: 13px 40px;
  border: 0;
  min-width: 150px;
  font-family: "Oswald", sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.btn-default {
  background-color: var(--st-primary);
  color: #ffffff;
  padding: 15px 20px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.btn-default:hover {
  background-color: var(--st-primary); }

.btn-primary {
  font-size: 18px;
  z-index: 1;
  height: 60px;
  width: 190px;
  font-weight: 600;
  line-height: 60px;
  padding: 0 35px 0 0;
  position: relative;
  font-family: "Oswald", sans-serif;
  background-color: #eef2f5;
  border-radius:0;
  background-color: #ef4211; }

.btn-primary img {
  top: 10px;
  right: 10px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  background-color: #ef4211;
  margin: 6px;
  padding: 4px;
}
.btn-primary a{
  width: 100%;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background-color: #ef4211;
  border-color: #222;
}

.btn-primary:hover {
  color: #fff;
}
.btn-primary:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.slider-main-wrap .slider-text-wrap .slider-btn .btn-primary {
  margin-right: 18px;
  display: inline-block;
}
.slider-section{
  overflow: hidden;
  height: 100%;
  z-index: 1;
  background-color: #fff;
}
.container.container-slider{
  max-width: 1200px;
}
.slider-text-wrap {
  max-width: 850px;
}
.slider-tag-item {
  background-color: #fff;
  width: 400px;
}
.slider-tag-item span {
  color: #222;
  font-size: 14px;
  position: relative;
  padding-right: 40px;
  text-transform: uppercase;
}
.slider-tag-item span:after {
  top: 2px;
  width: 2px;
  right: 15px;
  content: "";
  height: 15px;
  position: absolute;
  background-color: #222;
}
.slider-tag-item span:last-child:after {
  display: none;
}
.slider-text-wrap h1 {
  color: #222;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
  padding: 15px 0px 30px;
  text-transform: uppercase;
}
.slider-text-wrap p {
  font-size: 16px;
  max-width: 630px;
  padding-bottom: 35px;
}
.slider-bg-text {
  left: 0;
  color: #fff;
  bottom: 0px;
  line-height: 1;
  font-size: 440px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.slider-wrapper {
  height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 370px 0px 240px;
}
.slider-wrapper-banner {
  height: 100%;
  margin: 0 auto;
  padding: 370px 0px 240px;
}
.slider-bg-text1 {
  left: 0;
  top: 650px;
  color: #f7f7f7;
  z-index: -1;
  font-size: 300px;
}
.slider-bg-text2 {
  left: 5%;
  top: 140px;
  color: #f7f7f7;
  z-index: -1;
  font-size: 300px;
}
.slider-banner-img {
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 65%;
}
.slider-banner-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slider-banner-img:after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.slider-text-wrap p {
  color: #222;
  margin: 0;
}
.slider-text-wrap p span {
  display: inline-block;
  padding: 0px 10px 5px 0px;
  background-color: #fff;
}
.slider-text-wrap h1 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 15px 15px 20px 0px;
  background-color: #fff;
}

.btn-secondary {
  font-size: 18px;
  z-index: 1;
  height: 60px;
  width: 190px;
  font-weight: 600;
  line-height: 60px;
  padding: 0 35px 0 0;
  position: relative;
  font-family: "Oswald", sans-serif;
  background-color: #eef2f5;
  border-radius:0 }

.btn-secondary:after {
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
      -ms-transform: scale(0.2, 1);
          transform: scale(0.2, 1);
  background-color: #fff;
}
.btn-secondary img {
  top: 10px;
  right: 10px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  background-color: #fff;
  margin: 6px;
  padding: 4px;
}
.btn-secondary a, .btn-secondary button {
  width: 100%;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
  background-color: #eef2f5;
  border-color: #eef2f5;
}

.btn-secondary button:hover {
  background-color: #ff5f63 !important;
}
.btn-secondary:hover {
  color: #fff;
}
.btn-secondary:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.contact-form-wrapper .btn-secondary button {
  border: none;
  height: 100%;
  font-family: "Oswald", sans-serif;
  display: contents;
}
.contact-form-wrapper .btn-secondary button i {
  color: #121e2d;
  background-color: #fff;
}
.contact-form-wrapper .btn-secondary:hover:after{
  background-color: #f55c36;
}

.btn-primary.disabled {
  background-color: var(--st-primary);
  border-bottom: 2px solid var(--st-primary);
  color: #ffffff; }
  .btn-primary.disabled:hover {
    background-color: var(--st-secondary);
    color: #ffffff; }

.btn-secondary.disabled {
  background-color: var(--st-secondary);
  border-color: var(--st-secondary); }
  .btn-secondary.disabled:hover {
    background-color: #121721;
    color: #ffffff; }

.btn-light {
  background-color: #ffffff;
  color: var(--st-primary);
  border: 1px solid #ffffff; }
  .btn-light:hover {
    background-color: #222;
    color: #ffffff;
    border-color: #222; }

.btn-ghost-light {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff; }
  .btn-ghost-light:hover {
    background-color: #ffffff;
    color: var(--st-primary);
    border-color: #ffffff; }

.btn-icon {
  font-size: 18px; }
  .btn-icon .fa {
    margin-right: 10px;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 1px solid var(--st-text);
    border-radius: 30px;
    padding-left: 5px;
    padding-top: 10px;
    font-size: 1.5em; }
  .btn-icon:hover .fa {
    border-color: var(--st-primary); }

@-webkit-keyframes hvr-icon-push {
  50% {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); } }
@keyframes hvr-icon-push {
  50% {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); } }

@media (max-width: 767px) {
  .box-news-1 {
    display: block; }
    .box-news-1 .media, .box-news-1 .body {
      width: 100%; } }
  .rs-icon-funfact .icon {
    display: block;
    font-size: 30px;
    line-height: 2.5;
    float: left;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    color: var(--st-primary);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .rs-icon-funfact .body-content {
    margin-left: 95px; }
    .rs-icon-funfact .body-content h1, .rs-icon-funfact .body-content h2, .rs-icon-funfact .body-content .banner-page .title-page, .banner-page .rs-icon-funfact .body-content .title-page, .rs-icon-funfact .body-content .banner-page-2 .title-page, .banner-page-2 .rs-icon-funfact .body-content .title-page, .rs-icon-funfact .body-content h3, .rs-icon-funfact .body-content h4, .rs-icon-funfact .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-team-2 .title, .rs-team-2 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-team-single .title, .rs-team-single .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-box-project .title, .rs-box-project .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content h4, .rs-icon-funfact .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-team-2 .title, .rs-team-2 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-team-single .title, .rs-team-single .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-box-project .title, .rs-box-project .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content h5, .rs-icon-funfact .body-content h6 {
      clear: none;
      margin-bottom: 0; }
  .rs-icon-funfact:hover .icon {
    background-color: var(--st-primary);
    color: #ffffff; }

.rs-icon-funfact-2 {
  text-align: center; }
  .rs-icon-funfact-2 .icon {
    display: block;
    font-size: 30px;
    line-height: 2.2;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background-color: transparent;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .rs-icon-funfact-2 .icon.bg {
      background-color: var(--st-primary);
      color: #ffffff; }
  .rs-icon-funfact-2 .body-content {
    display: block; }
    .rs-icon-funfact-2 .body-content h1, .rs-icon-funfact-2 .body-content h2, .rs-icon-funfact-2 .body-content .banner-page .title-page, .banner-page .rs-icon-funfact-2 .body-content .title-page, .rs-icon-funfact-2 .body-content .banner-page-2 .title-page, .banner-page-2 .rs-icon-funfact-2 .body-content .title-page, .rs-icon-funfact-2 .body-content h3, .rs-icon-funfact-2 .body-content h4, .rs-icon-funfact-2 .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact-2 .body-content .title, .rs-icon-funfact-2 .body-content .rs-team-2 .title, .rs-team-2 .rs-icon-funfact-2 .body-content .title, .rs-icon-funfact-2 .body-content .rs-team-single .title, .rs-team-single .rs-icon-funfact-2 .body-content .title, .rs-icon-funfact-2 .body-content .rs-box-project .title, .rs-box-project .rs-icon-funfact-2 .body-content .title, .rs-icon-funfact-2 .body-content h4, .rs-icon-funfact-2 .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact-2 .body-content .title, .rs-icon-funfact-2 .body-content .rs-team-2 .title, .rs-team-2 .rs-icon-funfact-2 .body-content .title, .rs-icon-funfact-2 .body-content .rs-team-single .title, .rs-team-single .rs-icon-funfact-2 .body-content .title, .rs-icon-funfact-2 .body-content .rs-box-project .title, .rs-box-project .rs-icon-funfact-2 .body-content .title, .rs-icon-funfact-2 .body-content h5, .rs-icon-funfact-2 .body-content h6 {
      clear: none;
      margin-bottom: 0;
      color: #ffffff; }
    .rs-icon-funfact-2 .body-content p {
      color: var(--st-primary); }

.rs-icon-1 .icon {
  display: table-cell;
  color: var(--st-primary);
  font-size: 27px;
  line-height: 2.2;
  width: 60px;
  height: 60px;
  background: #F8F8F8;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  text-align: center; }
  .rs-icon-1 .icon.no-bg {
    background-color: transparent; }
.rs-icon-1 .body-content {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  font-weight: 400;
  color: #677eac; }
  .rs-icon-1 .body-content .heading {
    font-weight: 700;
    color: var(--st-secondary); }

.form-comment .form-control,
.form-contact .form-control,
.contact .form-control {
  height: 45px;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90); }
.form-comment textarea.form-control,
.form-contact textarea.form-control,
.contact textarea.form-control {
  height: auto; }
.form-comment .btn.disabled, .form-comment .disabled.btn-primary, .form-comment .disabled.btn-secondary, .form-comment .disabled.btn-light, .form-comment .disabled.btn-ghost-light, .form-comment .btn[disabled], .form-comment [disabled].btn-primary, .form-comment [disabled].btn-secondary, .form-comment [disabled].btn-light, .form-comment [disabled].btn-ghost-light, .form-comment fieldset[disabled] .btn, .form-comment fieldset[disabled] .btn-primary, .form-comment fieldset[disabled] .btn-secondary, .form-comment fieldset[disabled] .btn-light, .form-comment fieldset[disabled] .btn-ghost-light,
.form-contact .btn.disabled,
.form-contact .disabled.btn-primary,
.form-contact .disabled.btn-secondary,
.form-contact .disabled.btn-light,
.form-contact .disabled.btn-ghost-light,
.form-contact .btn[disabled],
.form-contact [disabled].btn-primary,
.form-contact [disabled].btn-secondary,
.form-contact [disabled].btn-light,
.form-contact [disabled].btn-ghost-light,
.form-contact fieldset[disabled] .btn,
.form-contact fieldset[disabled] .btn-primary,
.form-contact fieldset[disabled] .btn-secondary,
.form-contact fieldset[disabled] .btn-light,
.form-contact fieldset[disabled] .btn-ghost-light,
.contact .btn.disabled,
.contact .disabled.btn-primary,
.contact .disabled.btn-secondary,
.contact .disabled.btn-light,
.contact .disabled.btn-ghost-light,
.contact .btn[disabled],
.contact [disabled].btn-primary,
.contact [disabled].btn-secondary,
.contact [disabled].btn-light,
.contact [disabled].btn-ghost-light,
.contact fieldset[disabled] .btn,
.contact fieldset[disabled] .btn-primary,
.contact fieldset[disabled] .btn-secondary,
.contact fieldset[disabled] .btn-light,
.contact fieldset[disabled] .btn-ghost-light {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

.form-contact-dark .form-control {
  height: 45px;
  background-color: rgba(34, 34, 34, 0.6);
  border: 1px solid rgba(34, 34, 34, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  color: #ffffff; }
  .form-contact-dark .form-control::placeholder {
    color: #ffffff;
    opacity: 1;}
  .form-contact-dark .form-control:-ms-input-placeholder {
    color: #ffffff; }
  .form-contact-dark .form-control::-ms-input-placeholder {
    color: #ffffff; }
.form-contact-dark textarea.form-control {
  height: auto; }
.form-contact-dark .btn.disabled, .form-contact-dark .disabled.btn-primary, .form-contact-dark .disabled.btn-secondary, .form-contact-dark .disabled.btn-light, .form-contact-dark .disabled.btn-ghost-light, .form-contact-dark .btn[disabled], .form-contact-dark [disabled].btn-primary, .form-contact-dark [disabled].btn-secondary, .form-contact-dark [disabled].btn-light, .form-contact-dark [disabled].btn-ghost-light, .form-contact-dark fieldset[disabled] .btn, .form-contact-dark fieldset[disabled] .btn-primary, .form-contact-dark fieldset[disabled] .btn-secondary, .form-contact-dark fieldset[disabled] .btn-light, .form-contact-dark fieldset[disabled] .btn-ghost-light {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

.form-subscribe [type="search"] {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  min-height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: transparent; }
.form-subscribe .btn, .form-subscribe .btn-primary, .form-subscribe .btn-secondary, .form-subscribe .btn-light, .form-subscribe .btn-ghost-light {
  min-height: 52px; }

.gallery-img a:focus-visible {
  outline: 2px solid var(--st-primary);
}

.cd-top {
  display: flex;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  line-height: 50px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 24px;
  background: var(--st-primary);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
  .cd-top:hover {
    opacity: 1;
    color: #fff;
    background: #ff6641;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

.bg-gradient-primary {
  background-color: var(--st-primary); }

.navfilter {
  text-align: center; }

.navbar-brand {
  padding-top: 16px;
  padding-bottom: 0;
  font-size: 36px;
  margin-right: 5rem; }

.nav-item{
  text-transform: uppercase;
}

ul.submenu{
  background-color: #fff;
  position:absolute;
  top:90%;
  padding: 0;
  margin: 0;
  min-width: 160px;
  color: #222;
  z-index: 100;
  list-style: none;
  border-radius: 8px;
  visibility: hidden;
  transform: scale(0.95);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  visibility: hidden;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.nav-item:focus-within ul.submenu, .nav-item:hover ul.submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
li.sub-item{
  margin:0;
}
li.sub-item:first-child a{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
li.sub-item:last-child a{
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
li.sub-item a{
  display:block;
  color: #222;
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  font-size: 15px;
}
li.sub-item a:hover{
  background-color: #222;
  color: #fff;
  transition: 0.2s ease-in-out;
}
li.nav-item:hover > ul.submenu {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}

.navbar-main {
  font-family: "Oswald", sans-serif;
  -webkit-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out; }
  .navbar-main .navbar {
    padding: 0; }
  .navbar-main ol, .navbar-main li {
    margin: 0 0; }
  .navbar-main ul {
    margin-left: 0; }
  .navbar-main .navbar-toggler {
    color: var(--st-primary);
    border-color: transparent; }
  .navbar-main .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(26, 141, 190, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .navbar-main .dropdown-toggle::after {
    margin-left: 0.6em;
    color: #222; }
  .navbar-main .dropdown:hover > .dropdown-menu {
    display: block; }
  .navbar-main .dropdown-menu {
    min-width: 200px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0.2rem 0;
    margin-top: 0;
    border-width: 0;
    background-color: var(--st-secondary);
    color: #ffffff;
    font-size: 14px; }
  .navbar-main .dropdown-item {
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    border-bottom: 1px solid #07090d; }
    .navbar-main .dropdown-item:hover, .navbar-main .dropdown-item:focus {
      color: #222;
      text-decoration: none;
      background-color: var(--st-primary); }
  .navbar-main.stiky .navbar-brand p {
    margin-top:7px;
    margin-bottom:20px;}
    .navbar-brand p{
      font-size: 0.771em;
      margin-top: 10px;
    }
    .navbar-brand p:before, .navbar-brand p:after{
      content: '';
      width: 0%;
      height: 2px;
      background: #fff;
      display: block;
      transition: 0.5s;
    }
    .navbar-brand p:before{
      margin-left: auto;
    }
    .navbar-brand p:hover:before, .navbar-brand p:hover:after, .navbar-brand:focus-within p:before, .navbar-brand:focus-within p:after{
      width: 100%;
    }
  .navbar-main.stiky .navbar {
    padding-top: 8px;
    padding-bottom: 8px; }
  .navbar-main.open .navbar-nav {
    display: none; }

.contact-info {
  margin-bottom: 15px;
}
.contact-info input,
.contact-info textarea {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 30px;
  border-bottom: 2px solid #edf2ff;
}
.contact-info input::-webkit-input-placeholder, .contact-info textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.contact-info input::-moz-placeholder, .contact-info textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.contact-info input:-ms-input-placeholder, .contact-info textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.contact-info input::-ms-input-placeholder, .contact-info textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.contact-info input::placeholder,
.contact-info textarea::placeholder {
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.contact-info textarea {
  height: 120px;
  padding-top: 10px;
}
.contact-info .icon-bg {
  top: 10px;
  left: 0;
}
.contact-info .icon-bg i {
  font-size: 14px;
  color: #ffaea1;
}
.contact-info .icon-bg i {
  color: var(--st-primary);
}

  .header-1 .navbar-main {
    background-color: #222;
    width: 100%;
    position: absolute;
    z-index: 20;}
    .header-1 .navbar-main .nav-link.active,
    .header-1 .navbar-main .active > .nav-link {
      color: var(--st-primary);
      background-color: transparent;}
    .header-1 .navbar-main .nav-link {
      font-family: "Oswald", sans-serif;
      color: #fff;
      padding: 1.5rem 1.5rem;
      background-color: transparent;
      border-bottom: 3px solid transparent; }
      @media (max-width: 767px) {
        .header-1 .navbar-main .nav-link {
          padding-top: .7rem;
          padding-bottom: .7rem; } }
      .header-1 .navbar-main .nav-link:hover {
        background-color: transparent;
        text-shadow: 1px 0px 0px #222;
      }
      .sub-item a:focus-visible, .tabovani:focus-visible {
        outline: 1px solid black;
        border-radius: 5px;
      }
      footer .tabovani:focus-visible, .nav-link:focus-visible {
        outline: 1px solid white;
      }
    .header-1 .navbar-main.stiky {
      background-color: #222 !important;
      height: auto;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1030;
      padding-top: 40px;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      -webkit-transform: translateY(-40px);
      -moz-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      -o-transform: translateY(-40px);
      transform: translateY(-40px);
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      bottom: initial;}
      .header-1 .navbar-main.stiky .navbar {
        padding-top: 0;
        padding-bottom: 0; }
      .header-1 .navbar-main.stiky .nav-link {
        color: #fff; }
        .header-1 .navbar-main.stiky .nav-link:hover, .header-1 .navbar-main.stiky .nav-link:focus {
          text-shadow: 0px 0px 0px #fafafa; }
      .header-1 .navbar-main.stiky .nav-link.active,
      .header-1 .navbar-main.stiky .active > .nav-link {
        color: var(--st-primary);
        background-color: transparent;}
  .header-1 .btn-nav {
    margin-right: -1rem;
    padding: 20px 40px; }
    @media (max-width: 991px) {
      .header-1 .btn-nav {
        margin-right: 0; } }

.img-slider-item {
  display: inherit !important;
  width: auto !important; }

@media (max-width: 767px) {
    .header-1 .navbar-main .navbar-brand {
      position: relative;
      top: 0; }

  .navbar-collapse {
    padding-bottom: 20px; }

  .btn-nav {
    display: block; } }
.banner {
  height: 110%;
  overflow: hidden;
  padding: 0 0;
  position: relative; }
  .banner .overlay-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.4);
    z-index: 1; }
  .banner .owl-theme {
    height: 100%; }
    .banner .owl-theme div:not(.owl-controls) {
      height: 100%;
      overflow: hidden; }
    .banner .owl-theme .wrap-caption {
      height: auto !important; }
    .banner .owl-theme .owl-dots {
      height: auto !important;
      margin-top: -50px; }
    .banner .owl-theme.banner-nav {
      height: auto !important; }
      .banner .owl-theme.banner-nav .custom-nav {
        height: 100px !important; }
    .banner .owl-theme .item {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .banner .owl-theme .item img.img-slider {
        display: none; }
  .banner .custom-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    height: auto; }
    .banner .custom-nav .owl-prev, .banner .custom-nav .owl-next {
      position: absolute;
      height: 100px;
      color: inherit;
      background: none;
      border: none;
      z-index: 100;
      cursor: pointer; }
      .banner .custom-nav .owl-prev i, .banner .custom-nav .owl-next i {
        font-size: 2.5rem;
        color: #cecece; }
    .banner .custom-nav .owl-prev {
      left: 0; }
    .banner .custom-nav .owl-next {
      right: 0; }
    @media (max-width: 767px) {
      .banner .custom-nav {
        display: none; } }

.img-slider-item {
  display: inherit !important;
  width: auto !important; }

.counter-slide {
  text-align: center;
  position: absolute;
  z-index: 10;
  bottom: 160px;
  width: 100%;
  color: #ffffff; }

.carousel-thumbs {
  margin-top: -90px; }

.wrapCarouselThumbs .owl-item {
  border: 3px solid var(--st-secondary); }
  .wrapCarouselThumbs .owl-item.current {
    border-color: var(--st-primary); }

.main-content {
  position: relative; }
  .main-content .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0; }
    .main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
      position: absolute;
      height: 100px;
      color: inherit;
      background: none;
      border: none;
      z-index: 100; }
      .main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
        font-size: 2.5rem;
        color: #cecece; }
    .main-content .owl-theme .custom-nav .owl-prev {
      left: 0; }
    .main-content .owl-theme .custom-nav .owl-next {
      right: 0; }

.banner-full {
  height: 110%;
  position: relative; }

.banner-full .wrap-caption,
.banner .wrap-caption {
  width: 60%;
  position: relative;
  z-index: 2; }
  .banner-full .wrap-caption .caption-heading,
  .banner .wrap-caption .caption-heading {
    font-size: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    line-height: 1; }
    .banner-full .wrap-caption .caption-heading span,
    .banner .wrap-caption .caption-heading span {
      font-weight: 300;
      color: var(--st-primary); }
  .banner-full .wrap-caption .caption-subheading,
  .banner .wrap-caption .caption-subheading {
    color: var(--st-primary);
    font-size: 24px;
    font-style: italic; }
    .banner-full .wrap-caption .caption-subheading:after,
    .banner .wrap-caption .caption-subheading:after {
      content: '';
      display: block;
      vertical-align: bottom;
      width: 100px;
      height: 1px;
      background-color: var(--st-primary);
      margin-bottom: 10px;
      margin-top: 15px; }
  .banner-full .wrap-caption .bg,
  .banner .wrap-caption .bg {
    background-color: rgba(153, 153, 153, 0.5);
    padding: 20px; }
  .banner-full .wrap-caption p,
  .banner .wrap-caption p {
    padding: 0;
    color: #ffffff; }
    .banner-full .wrap-caption p.bg,
    .banner .wrap-caption p.bg {
      background-color: rgba(153, 153, 153, 0.5);
      padding: 20px;}
  @media (max-width: 991px) {
    .banner-full .wrap-caption,
    .banner .wrap-caption {
      width: 100%; }
      .banner-full .wrap-caption .caption-heading,
      .banner .wrap-caption .caption-heading {
        font-size: 45px; }
      .banner-full .wrap-caption .btn, .banner-full .wrap-caption .btn-primary, .banner-full .wrap-caption .btn-secondary, .banner-full .wrap-caption .btn-light, .banner-full .wrap-caption .btn-ghost-light,
      .banner .wrap-caption .btn,
      .banner .wrap-caption .btn-primary,
      .banner .wrap-caption .btn-secondary,
      .banner .wrap-caption .btn-light,
      .banner .wrap-caption .btn-ghost-light {
        padding: 13px 20px;
        margin-top: 5px;
        margin-bottom: 5px; } }
  @media (max-width: 575px) {
    .banner-full .wrap-caption,
    .banner .wrap-caption {
      width: 100%; }
      .banner-full .wrap-caption .caption-heading,
      .banner .wrap-caption .caption-heading {
        font-size: 30px; }
      .banner-full .wrap-caption .caption-supheading,
      .banner .wrap-caption .caption-supheading {
        font-size: 14px; } }
.banner-full .h-right,
.banner .h-right {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }
  .banner-full .h-right > .wrap-caption,
  .banner .h-right > .wrap-caption {
    width: 50%; }
    @media (max-width: 991px) {
      .banner-full .h-right > .wrap-caption,
      .banner .h-right > .wrap-caption {
        width: 100%; } }
.banner-full .h-center > .wrap-caption,
.banner .h-center > .wrap-caption {
  width: 80%;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 991px) {
    .banner-full .h-center > .wrap-caption,
    .banner .h-center > .wrap-caption {
      width: 100%; } }

.maps-wraper {
  position: relative; }

.maps {
  width: 100%;
  height: 350px;
  display: block;
  background: #ccc;
  position: relative; }

#google-container {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #fff; }

#cd-google-map {
  position: relative;
  overflow: hidden; }

#cd-google-map .col-md-12 {
  padding: 0; }

#cd-google-map .address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  background-color: rgba(5, 5, 5, 0.9); }

#cd-google-map .address .address-item {
  position: relative;
  padding-left: 44px; }

#cd-google-map .address .address-item i {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 4px;
  color: #fcfcfc;
  font-size: 22px;
  text-align: center;
  line-height: 24px; }

#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: var(--st-primary);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg"); }

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
  background-color: var(--st-secondary); }

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px; }

#cd-zoom-out {
  background-position: 50% -32px; }

.bg-breadcrumb {
  background-color: #EEEEEE; }
  .bg-breadcrumb .breadcrumb {
    background-color: #EEEEEE; }

.breadcrumb-section {
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.background_overlay{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.breadcrumb-section .breadcrumb-content {
  padding: 210px 0px 140px;
}
.breadcrumb-section .background_overlay {
  z-index: -1;
  opacity: 0.902;
  background-color: #121e2d;
}
.breadcrumb-section .breadcrumb-title h2, .breadcrumb-section .breadcrumb-title h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 600;
}
.breadcrumb-section .breadcrumb-item-wrap .breadcrumb {
  bottom: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  padding: 0px 45px;
  position: absolute;
  display: inline-block;
  background-color: #fff;
  margin: 0;
}
.breadcrumb-section .breadcrumb-item-wrap .breadcrumb .breadcrumb-item {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin: 0;
}
.breadcrumb-section .breadcrumb-item-wrap .breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: 20px;
}
.breadcrumb-section .breadcrumb-item-wrap .breadcrumb-item + .breadcrumb-item::before {
  top: 21px;
  left: 7px;
  padding: 0;
  width: 2px;
  content: "";
  height: 18px;
  position: absolute;
  background-color: #121e2d;
}

.border-img {
  border: 1px solid #e6e6e6; }

.grid-item,
.grid-sizer {
  width: 33.33333333%; }

@media (max-width: 425px) {
  .grid-item,
  .grid-sizer {
    width: 100%; } }
.grid-item {
  float: left;
  background: transparent; }
  .grid-item a {
    background-color: var(--st-primary);
    display: block;
    margin: 8px; }
    .grid-item a img {
      width: 100%;
      display: block;
      margin-bottom: 0; }
    .grid-item a:hover img {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90); }

.p-30 {
  padding: 30px; }

.cta-info {
  color: #222;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .cta-info .title {
    font-style: italic; }
  .cta-info p {
    margin-bottom: 0; }
  .cta-info a {
    color: #222; }
  .cta-info.bordered {
    border-left: 1px solid #222;
    border-right: 1px solid #222; }

.row-reset {
  margin-left: -15px;
  margin-right: -15px; }

.contact-section {
  z-index: 1;
  padding-top: 120px;
  background-color: #eef2f5;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-section .contact-content-innerbox {
  padding: 60px;
  max-width: 695px;
  background-color: #fff;
  filter: drop-shadow(0 5px 2px rgba(0, 0, 0, .2));
}
.contact-section .contact-content-innerbox .contact-form-wrapper .btn-secondary button,
.contact-section .contact-content-innerbox .contact-form-wrapper .btn-secondary {
  background-color: var(--st-primary);
  color: #fff;
}
.contact-section .contact-content-innerbox .section-title span {
  color: var(--st-primary);
  font-weight: 800;
}
.contact-form-wrapper {
  max-width: 580px;
  margin-top: 38px;
}

.contact-info-detail {
  position: relative;
  padding: 30px;
  height: 100%; }
  .contact-info-detail:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    background-color: var(--st-secondary);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60); }

.about-img {
  position: relative;
  min-height: 300px;
  border: 4px solid #666666;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px; }
  .about-img .about-img-top {
    position: absolute;
    width: 50%;
    top: -10%;
    left: -30px;
    z-index: 1;
    border: 4px solid #cccccc; }
  .about-img .img-bottom {
    position: absolute;
    width: 50%;
    bottom: -10%;
    right: -30px;
    border: 4px solid #cccccc; }

.img-box {
  position: relative;
  padding-left: 35px;
  margin-bottom: 50px; }
  .img-box:before {
    content: '';
    width: 90%;
    width: calc(100% - 2em);
    height: 100%;
    background: var(--st-primary);
    border-radius: 5px;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: -1; }
  .img-box img {
    border-radius: 5px; }

.whoweare {
  padding: 53px 40px  0 40px;
  padding: 63px 40px  30px 40px;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center; }

@media (max-width: 767px) {
  .cta h1 {
    font-size: 2.571em; }
  .cta h2, .cta .banner-page .title-page, .banner-page .cta .title-page, .cta .banner-page-2 .title-page, .banner-page-2 .cta .title-page {
    font-size: 1.857em; }
  .cta h3 {
    font-size: 1.214em; } }

.sc-border {
  border: 6px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .sc-border:hover {
    border-color: var(--st-primary); }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px; }

@media (max-width: 767px) {
  .whoweare {
    background-image: none !important; } }

@media (max-width: 767px) {
  .img-act img {
    width: 48% !important; } }

.h-form {
  padding: 30px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
  .h-form .media-img {
    margin: -30px -30px 30px -30px; }

.footer {
  background-color: #F8F8F8;
  color: var(--st-text);
  background-size: cover;
  background-position: center;
  position: relative; }
  .footer .sosmed-icon a {
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: var(--st-secondary);
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    .footer .sosmed-icon a:hover {
      background-color: var(--st-primary); }
  .footer .footer-item .logo-bottom {
    margin-bottom: 10px; }
  .footer .footer-item .footer-title {
    font-size: 18px;
    padding: 20px 0 30px 0;
    margin-bottom: 0;
    position: relative;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-weight: 400; }
    .footer .footer-item .footer-title:after {
      content: '';
      display: block;
      vertical-align: bottom;
      width: 40px;
      height: 1px;
      background: var(--st-primary);
      margin-bottom: 10px;
      margin-top: 15px; }
  .footer .footer-item .list {
    margin: 0;
    padding: 0; }
    .footer .footer-item .list li {
      list-style: none;
      padding-bottom: 5px;
      padding-top: 5px; }
      .footer .footer-item .list li:first-child {
        padding-top: 0; }
      .footer .footer-item .list li a {
        position: relative;
        color: var(--st-text);}
        .footer .footer-item .list li a:hover {
          color: var(--st-primary); }
  .footer .footer-item .footer-subscribe {
    position: relative; }
    .footer .footer-item .footer-subscribe input[type=email] {
      width: 100%;
      background: #fff;
      padding: 10px 57px 10px 17px;
      min-height: 38px;
      max-width: 480px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border: 0; }
      .footer .footer-item .footer-subscribe input[type=email]:focus {
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 0 2px var(--st-primary);
        -moz-box-shadow: 0 0 0 2px var(--st-primary);
        box-shadow: 0 0 0 2px var(--st-primary);
        border-color: transparent; }
    .footer .footer-item .footer-subscribe input[type=submit] {
      position: absolute;
      left: 0;
      top: 0;
      visibility: hidden; }
    .footer .footer-item .footer-subscribe label {
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      width: 40px;
      height: 38px;
      line-height: 40px;
      padding: 0;
      cursor: pointer;
      text-align: center;
      font-size: 13px;
      background: none;
      color: #ffffff;
      outline: 0 !important;
      -webkit-transition: color .3s ease;
      -moz-transition: color .3s ease;
      -ms-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease;
      background: var(--st-primary); }
    .footer .footer-item .footer-subscribe .icon {
      font-size: 18px; }
    .footer .footer-item .footer-subscribe p {
      font-size: 13px;
      margin-top: 16px; }
  .footer .footer-item .recent-post {
    margin: 0;
    padding: 0; }
    .footer .footer-item .recent-post li {
      list-style: none;
      margin: 0 0 30px; }
      .footer .footer-item .recent-post li a {
        color: var(--st-text);
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 14px; }
        .footer .footer-item .recent-post li a:hover {
          color: var(--st-primary); }
      .footer .footer-item .recent-post li .date {
        display: block;
        font-size: 12px;
        padding: 0;
        color: var(--st-primary); }
        .footer .footer-item .recent-post li .date i {
          margin-right: 5px; }
  .footer .fcopy {
    padding: 30px 0;
    font-size: 14px;
    background-color: var(--st-primary); }

.list-info {
  margin: 0;
  padding: 0; }
  .list-info li {
    margin-bottom: 20px;
    list-style: none;
    font-size: 16px; }
    .list-info li .info-icon {
      display: table-cell;
      color: var(--st-primary); }
    .list-info li .info-text {
      padding-left: 20px;
      display: table-cell;
      vertical-align: top; }

.ftex {
  margin-bottom: 0;
  text-align: center; }
.section-wrapper {
  padding: 120px 0px;
}
.spweb-logo img{
  display: inline-block;
  width: 88px;
}
.mw-80{
  max-width: 80% !important;
}
.mt-70{
  margin-top: 70px !important;
}
.mb-35{
  margin-bottom: 35px !important;
}
.z-2{
  z-index: 2 !important;
}
/* CUSTOM */
.text-wrapper {
  padding: 50px 0px 0px 40px;
}
.text-wrapper .text-details {
  padding: 25px 0px 45px;
}
.about-us-card {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.06);
          box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.06);
}
.about-us-card .card-wrapper {
  width: 50%;
  float: left;
  padding: 30px;
}
.about-us-card .card-wrapper:after, .about-us-card .card-wrapper:before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
}
.about-us-card .card-wrapper:before {
  right: 0;
  width: 0px;
  z-index: 2;
  left: auto;
  background-color: var(--st-primary);
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.about-us-card .card-wrapper:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.about-us-card .card-wrapper:after {
  z-index: 1;
  background-color: #121e2d;
}
.about-us-card .card-wrapper .icon-bg {
  top: 15px;
  right: 15px;
  z-index: -1;
  line-height: 1;
}
.about-us-card .card-wrapper .icon-bg i {
  color: #f0f0f0;
  font-size: 80px;
}
.about-us-card .card-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 18px;
}
.about-us-card .card-wrapper p {
  max-width: 205px;
}
.service-section {
  padding: 115px 0px 90px;
  background-color: #eef2f5;
}
.service-section span{
  font-weight: 600;
}
.service-after:after{
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 370px;
  position: absolute;
  background-color: #fff;
  content: "";
}
.service-section .section-title {
  margin: 0 auto;
  max-width: 500px;
}
.service-bg{
  background-color: #eef2f5 !important;
}
.service-section[data-background]{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.service-content {
  padding-top: 75px;
}
.service-icon{
  right: 30px;
  bottom: -30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  text-align: center;
  background-color: #ff4a17;
}
.service-icon i{
  font-size: 40px;
  padding: 15px;
}
.service-card{
  height: 100%;
  background-color: #fff;
}
.service-card:hover{
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2))
}
.service-text{
  padding: 35px;
}
.service-text h3{
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.service-innerbox {
  z-index: 1;
  padding: 40px;
  margin-bottom: 30px;
  background-color: #fff;
}
.service-innerbox:before {
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 0%;
  position: absolute;
  background-color: var(--st-primary);
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.service-innerbox:hover:before {
  height: 100%;
}
.service-innerbox span {
  top: 0;
  right: 0;
  z-index: -1;
  line-height: 1;
  color: #f7fafd;
  font-size: 140px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.img-bottom {
  right: -30px;
  bottom: -30px;
  position: absolute;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.06);
          box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.06);
}
.img-bottom img{
  width: 300px;
}
.service-inner-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin-right: 30px;
  background-color: #fff6f4;
}
.service-innerbox h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.service-inner-icon i{
  font-size: 60px;
  vertical-align: middle;
  color: var(--st-primary);
}
.feature-section {
  padding: 100px 30px;
}
.feature-content .feature-innerbox-area:hover {
  background-color: var(--st-primary);
}
.feature-content .feature-innerbox-area:hover .feature-box-icon i {
  color: #fff !important;
}
.feature-content .feature-innerbox-area:hover .feature-box-icon:after {
  background-color: #ff6337;
}
.feature-content .feature-innerbox-area:hover .icon-bg i {
  color: #ff5525;
}
.feature-innerbox-area {
  z-index: 1;
  padding: 50px 40px;
  background-color: #eef2f5;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.feature-innerbox-area .icon-bg {
  top: 30px;
  right: 30px;
  z-index: -1;
  line-height: 1;
}
.feature-innerbox-area .icon-bg img {
  color: #e4eaee;
  font-size: 160px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.feature-innerbox-area .feature-box-icon {
  z-index: 1;
  margin-bottom: 5px;
}
.feature-innerbox-area .feature-box-icon img {
  line-height: 1;
  font-size: 70px;
  color: #ffaea1;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.feature-innerbox-area .feature-box-icon:after {
  top: 0;
  content: "";
  z-index: -1;
  right: -35px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.feature-innerbox-area .feature-box-text {
  font-size: 16px;
  line-height: 1.556;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.feature-innerbox-area .feature-box-text a {
  font-weight: 700;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.feature-innerbox-area:hover {
  background-color: #05297e;
}
.feature-innerbox-area:hover .feature-box-text {
  color: #fff;
}
.feature-innerbox-area:hover .feature-box-icon i {
  color: #fff;
}
.feature-innerbox-area:hover .feature-box-icon:after {
  background-color: #143686;
}
.feature-innerbox-area:hover .icon-bg i {
  color: #143686;
}
.footer-section .footer-widget-content .col-md-4:nth-child(2) .footer-widget {
  padding-left: 55px;
}
.footer-widget-wrapper {
  padding: 75px 0px;
  background-color: #0d1723;
}
.footer-widget-content .footer-widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 30px;
  margin: 0;
}
.footer-bottom-area .footer-bottom-menu a:after{
  position: relative !important;
  right: -2px !important;
}
.footer-widget-content .footer-widget .widget-title:after, .footer-section .footer-bottom-area .footer-bottom-menu a:after{
  color: var(--st-primary);
  top: 0;
  right: -6px;
  content: ".";
  position: absolute;
}
.footer-widget-content .footer-widget .footer-menu li a {
  color: #acb9c8;
  font-size: 18px;
}
.footer-widget-content .footer-widget .footer-menu li a:hover {
  color: #fff;
}
.footer-widget-content .footer-widget .contact-icon-text {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-widget-content .footer-widget .contact-icon-text .w-contact-icon {
  margin-right: 25px;
}
.footer-widget-content .footer-widget .contact-icon-text .w-contact-icon i {
  color: #ffaea1;
}
.footer-widget-content .footer-widget .contact-icon-text .w-contact-text {
  color: rgba(255, 255, 255, 0.79);
  overflow: hidden;
}
.footer-bottom-area {
  background-color: #121e2d;
}
.footer-bottom-area .footer-bottom-menu {
  float: left;
  padding: 30px 0;
}
.footer-bottom-area .footer-bottom-menu a {
  font-size: 14px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  display: inline-block;
}
.footer-bottom-area .footer-bottom-menu a:hover {
  color: #bdbdbd;
}
.faq-contact-innerbox {
  padding: 70px 0px 65px;
  background-color: #eef2f5;
}
.innerbox-blue{
  background-color: #131e2d;
}
.innerbox-orange{
  background-color: #ff4a17;
}
.faq-contact-innerbox .faq-contact-icon{
  margin-bottom: 20px;
}
.faq-contact-innerbox .faq-contact-icon i {
  line-height: 1;
  font-size: 80px;
  color: #e4eaee;
  transition: 0.3s ease-in-out;
}
.faq-contact-innerbox .faq-contact-text h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.contact-page-contact-section {
  padding: 120px 0px;
}
.faq-page-contact-wrapper {
  margin: 0px 15px;
}



@media (max-width: 1920px){
  .slider-banner-imgsmall{
    display: block;
  }
  .slider-banner-imgbig{
    display: none;
  }
}
@media (min-width: 1920px){
  .slider-banner-imgsmall{
    display: none;
  }
  .slider-banner-imgbig{
    display: block;
    width: 50% !important;
  }
  .slider-bg-text1{
    left: 10%;
    top: 700px;
  }
  .slider-bg-text2{
    left: 15%;
    top: 140px;
  }
}