@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Oswald:wght@400;500;600;700&display=swap");


html { scroll-behavior: smooth; }

/*GLOBAL*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.625;
  color: #14261E;
  font-family: "Crimson Text", serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #ffffff;
  background-color: #798C81;
}

::selection {
  color: #ffffff;
  background-color: #798C81;
}

::-moz-selection {
  color: #ffffff;
  background-color: #798C81;
}

.container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-family: "Oswald", sans-serif;
}

.section-title span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.section-title h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.208;
  text-transform: uppercase;
}
.section-title p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 20px;
  background-color: rgba(121,140,129,0.6);
}
.title-border h2 {
  padding-bottom: 60px;
  position: relative;
}
.title-border h2:after {
  left: 0;
  bottom: 25px;
  content: "";
  height: 2px;
  width: 90px;
  position: absolute;
  background-color: #798C81;
}

.btn-default {
  z-index: 1;
  height: 60px;
  width: 190px;
  font-weight: 600;
  line-height: 60px;
  padding-right: 35px;
  position: relative;
  font-family: "Oswald", sans-serif;
  background-color: #eef2f5;
}
.btn-default: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: #E17000;
}
.btn-default i {
  top: 10px;
  right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  background-color: #798C81;
}
.btn-default a, .btn-default 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-default button:hover {
  background-color: #14261E !important;
}
.btn-default:hover {
  color: #fff;
}
.btn-default:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*HEADER*/
.splash-main {
  top: 0;
  z-index: 9;
  width: 100%;
  position: absolute;
}
.splash-main .container {
  max-width: 1320px;
}
.splash-main .comp-logo {
  margin-right: 125px;
}
.splash-main .menu-navigation {
  padding-top: 10px;
}
.splash-main .menu-navigation li {
  margin: 0px 26px;
}
.splash-main .menu-navigation li a {
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.splash-main .menu-navigation li a:hover {
  color: #E17000;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.splash-main .menu-navigation li a:after {
  bottom: 27px;
  right: -6px;
  content: ".";
  position: absolute;
  color: #E17000;
}

.splash-style .splash-menu-wrap {
  padding-top: 40px;
}
.splash-style .menu-navigation li a {
  color: #14261E;
}

.splash-style .menu-navigation li a {
  color: #fff;
}

/*SPLASH*/
.slider-wrapper {
  margin: 0 auto;
  max-width: 1920px;
}

.slider-full-wrap .slider-text-wrap {
  max-width: 850px;
}
.slider-full-wrap .slider-text-wrap .slider-tag-item {
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
.slider-full-wrap .slider-text-wrap .slider-tag-item span {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  padding-right: 40px;
  text-transform: uppercase;
}
.slider-full-wrap .slider-text-wrap .slider-tag-item span:after {
  top: 5px;
  width: 2px;
  right: 15px;
  content: "";
  height: 15px;
  position: absolute;
  background-color: #293c53;
}
.slider-full-wrap .slider-text-wrap .slider-tag-item span:last-child:after {
  display: none;
}
.slider-full-wrap .slider-text-wrap h1 {
  opacity: 0;
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
  padding: 15px 0px 30px;
  text-transform: uppercase;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.slider-full-wrap .slider-text-wrap p {
  opacity: 0;
  font-size: 18px;
  max-width: 630px;
  padding-bottom: 35px;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}
.slider-full-wrap .slider-text-wrap .slider-btn {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.slider-full-wrap .slider-text-wrap .slider-btn .btn-default {
  margin-right: 18px;
  display: inline-block;
}

.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-style {
  z-index: 1;
  background-color: #47594E;
  background-image: url(../images/splash-bg.png);
}
.slider-style .slider-wrapper {
  margin: 0 auto;
  max-width: 1920px;
  padding: 370px 0px 240px;
}

/*BACKUP COVERAGE*/
.backup-section {
  padding: 120px 0px 0px;
  background-color: #eef2f5;
  background-image: url(../images/backup-bg.png);
}
.backup-section .backup-section-textarea {
  padding-top: 30px;
}
.backup-section .backup-section-textarea .btn-default {
  background-color: #fff;
}
.backup-section .backup-section-textarea .backup-section-text-details {
  margin-bottom: 40px;
}

/*ABOUT*/

.about-section {
  padding: 120px 0px;
}

.about-content .about-img-wrap {
  z-index: 1;
}
.about-content .about-img-wrap .img-shape {
  z-index: -1;
}
.about-content .about-img-wrap .img-shape:nth-child(1) {
  top: 50%;
  left: -60px;
}
.about-content .about-img-wrap .img-shape:nth-child(2) {
  top: 60px;
  right: 110px;
}
.about-content .about-img-bottom {
  right: 0;
  bottom: -70px;
  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);
}
.about-content .about-text-wrapper {
  padding: 50px 0px 0px 40px;
}
.about-content .about-text-wrapper .about-text-details {
  padding: 25px 0px 45px;
}
.about-content .about-smboxes {
  -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-content .about-smboxes .about-smboxes-wrap {
  width: 50%;
  float: left;
  padding: 30px;
}
.about-content .about-smboxes .about-smboxes-wrap:after, .about-content .about-smboxes .about-smboxes-wrap:before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
}
.about-content .about-smboxes .about-smboxes-wrap:before {
  right: 0;
  width: 0px;
  z-index: 2;
  left: auto;
  background-color: #E17000;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.about-content .about-smboxes .about-smboxes-wrap:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.about-content .about-smboxes .about-smboxes-wrap:after {
  z-index: 1;
  background-color: #14261E;
}
.about-content .about-smboxes .about-smboxes-wrap .icon-bg {
  top: 15px;
  right: 15px;
  z-index: -1;
  line-height: 1;
}
.about-content .about-smboxes .about-smboxes-wrap .icon-bg i {
  color: #f0f0f0;
  font-size: 80px;
}
.about-content .about-smboxes .about-smboxes-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 18px;
}
.about-content .about-smboxes .about-smboxes-wrap p {
  max-width: 205px;
}

.backup-section-text-inner .backup-section-text-img {
  overflow: hidden;
  position: relative;
}
.backup-section-text-inner .backup-section-text-img img {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.backup-section-text-inner .backup-section-text-img:after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #47594E;
}
.backup-section-text-inner .backup-section-text-inner-wrap {
  padding: 40px;
  border: 2px solid #eef2f5;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.backup-section-text-inner .backup-section-text-inner-wrap .blog-post-meta a:before {
  color: #14261E;
}
.backup-section-text-inner .backup-section-text-inner-wrap .blog-post-meta a:nth-child(2) {
  color: #47594E;
}
.backup-section-text-inner .backup-section-text-inner-wrap h3 {
  margin-bottom: 25px;
}
.backup-section-text-inner:hover .backup-section-text-img:after {
  opacity: 0.8;
}
.backup-section-text-inner:hover .backup-section-text-img img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.backup-section-text-inner:hover .backup-section-text-inner-wrap {
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.04);
          box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.04);
}

/*WHO WE COVER*/
.coverage-section {
  padding: 115px 0px 90px;
  background-color: #14261E;
}
.coverage-section .section-title {
  margin: 0 auto;
  max-width: 500px;
}

.coverage-section span {
  color: #798C81;
}

.coverage-section h2 {
  color: #fff;
}

.coverage-content {
  padding-top: 75px;
}

.coverage-inner-wrap {
  z-index: 1;
  padding: 40px;
  margin-bottom: 30px;
  background-color: #fff;
}
.coverage-inner-wrap .coverage-inner-number {
  top: 0;
  right: 0;
  z-index: -1;
  line-height: 1;
  color: #f7fafd;
  font-size: 140px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.coverage-inner-wrap:before {
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 0%;
  position: absolute;
  background-color: #E17000;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.coverage-inner-wrap .coverage-inner-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin-right: 30px;
}
.coverage-inner-wrap i {
  padding-top: 20px;
  font-size: 100px;
  color: #E17000;
}
.coverage-inner-wrap .coverage-inner-text {
  overflow: hidden;
}
.coverage-inner-wrap .coverage-inner-text h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.coverage-inner-wrap:hover:before {
  height: 100%;
}

/* */

.data-section {
  z-index: 1;
  padding: 115px 0px 0px;
}
.data-section:after {
  top: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 520px;
  position: absolute;
  background-color: #47594E;
  background-image: url(../images/data-bg.png);
}

.data-section .section-title span {
  color: #fff;
}

.data-section .section-title h2 {
  color: #fff;
}

.data-section-content {
  margin-top: 70px;
}

.data-section-inner {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.data-section-inner .data-section-inner-icon {
  right: 30px;
  bottom: -30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  text-align: center;
  background-color: #E17000;
}
.data-section-inner .data-section-inner-icon i {
  color: #fff;
  font-size: 42px;
  padding-top: 12px;
}
.data-section-inner .data-section-inner-text {
  padding: 35px;
}
.data-section-inner .data-section-inner-text h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #14261E;
}
.data-section-inner .data-section-inner-text h2 {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 12px;
  text-transform: uppercase;
  color: #E17000;
}
.data-section-inner .data-section-inner-text p {
  font-size: 14px;
}
.data-section-inner:hover {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.04);
          box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.04);
}

/*DATA RECOVERY*/
.recovery-section {
  padding: 120px 0px;
}

.recovery-section-tab-content-wrapper {
  max-width: 520px;
  padding-top: 45px;
}
.recovery-section-tab-content-wrapper .section-title span {
  color: #47594E;
}
.recovery-section-tab-content-wrapper .recovery-section-tab-navarea {
  margin-top: 45px;
}
.recovery-section-tab-content-wrapper .nav-tabs .nav-item.show .nav-link,
.recovery-section-tab-content-wrapper .nav-tabs .nav-link.active,
.recovery-section-tab-content-wrapper .nav-tabs .nav-link,
.recovery-section-tab-content-wrapper .nav-tabs {
  border: none;
}
.recovery-section-tab-content-wrapper .nav-tabs .nav-link {
  border-radius: 0;
}
.recovery-section-tab-content-wrapper .nav-link {
  padding: 0;
}
.recovery-section-tab-content-wrapper .recovery-section-tab-btn {
  margin-bottom: 25px;
}
.recovery-section-tab-content-wrapper .recovery-section-tab-btn li {
  margin-right: 10px;
}
.recovery-section-tab-content-wrapper .recovery-section-tab-btn li a {
  width: 150px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  font-family: "Oswald", sans-serif;
}
.recovery-section-tab-content-wrapper .recovery-section-tab-btn li a:before, .recovery-section-tab-content-wrapper .recovery-section-tab-btn li a:after {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 3px;
  position: absolute;
  background-color: #47594E;
}
.recovery-section-tab-content-wrapper .recovery-section-tab-btn li a:after {
  width: 0;
  left: auto;
  right: 0;
  background-color: #E17000;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.recovery-section-tab-content-wrapper .recovery-section-tab-btn li a.active:after {
  left: 0;
  width: 100%;
  right: auto;
}

/*CONTACT*/
@keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@-webkit-keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

.contact-form-wrapper {
  margin-top: 38px;
}
.contact-form-wrapper .contact-info {
  margin-bottom: 15px;
}
.contact-form-wrapper .contact-info input,
.contact-form-wrapper .contact-info textarea {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 30px;
  border-bottom: 2px solid #edf2ff;
}
.contact-form-wrapper .contact-info input::-webkit-input-placeholder, .contact-form-wrapper .contact-info textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.contact-form-wrapper .contact-info input::-moz-placeholder, .contact-form-wrapper .contact-info textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.contact-form-wrapper .contact-info input:-ms-input-placeholder, .contact-form-wrapper .contact-info textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.contact-form-wrapper .contact-info input::-ms-input-placeholder, .contact-form-wrapper .contact-info textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.contact-form-wrapper .contact-info input::placeholder,
.contact-form-wrapper .contact-info textarea::placeholder {
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.contact-form-wrapper .contact-info textarea {
  height: 120px;
  padding-top: 10px;
}
.contact-form-wrapper .contact-info .icon-bg {
  top: 10px;
  left: 0;
}
.contact-form-wrapper .contact-info .icon-bg i {
  font-size: 14px;
  color: #798C81;
}
.contact-form-wrapper .btn-default {
  background-color: #798C81;
}
.contact-form-wrapper .btn-default button {
  padding: 0;
  border: none;
  background-color: #798C81;
}
.contact-form-wrapper .btn-default button i {
  color: #14261E;
  background-color: #fff;
}

.contact-section {
  z-index: 1;
  padding-top: 120px;
  background-color: #fff;
  background-image: url(../images/contact-bg.png);
}
.contact-section .contact-section-inner {
  float: left;
  padding: 60px;
  background-color: #fff;
}
.contact-section .contact-section-inner .contact-form-wrapper .btn-default button,
.contact-section .contact-section-inner .contact-form-wrapper .btn-default {
  background-color: #47594E;
  color: #fff;
}
.contact-section .contact-section-inner .contact-form-wrapper .contact-info .icon-bg i {
  color: #47594E;
}
.contact-section .contact-section-inner .section-title span {
  color: #47594E;
}
.contact-section .contact-section-inner .section-title p {
  color: #47594E;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  background-color: #fff;
}

/*FOOTER*/
.footer-inner {
  background-color: #14261E;
}
.footer-inner .footer-bottom-menu {
  float: left;
}
.footer-inner .footer-bottom-menu a {
  color: #fff;
  font-weight: 600;
  padding: 38px 25px;
  font-family: "Oswald", sans-serif;
  display: inline-block;
}
.footer-inner .footer-bottom-menu a:after {
  top: 38px;
  right: 20px;
}
.footer-inner .footer-bottom-menu a:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  content: "";
  position: absolute;
  background-color: #798C81;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.footer-inner .footer-bottom-menu a:hover {
  background-color: #E17000;
}
.footer-inner .footer-bottom-menu a:hover:before {
  height: 3px;
}
.footer-inner .footer-inner-copyright {
  float: right;
  margin-top: 45px;
}
.footer-inner .footer-inner-copyright h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.footer-inner .footer-inner-copyright h4 a {
  color: #798C81;
}

.footer-section .footer-inner .footer-bottom-menu a:hover:before {
  background-color: #47594E;
}

/*MOBILE*/
.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #14261E;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid rgba(245, 245, 245, 0.17);
}
.mobile_menu_content .m-comp-logo {
  width: 90px;
  margin-bottom: 50px;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0;
  top: 0px;
  z-index: 5;
  color: #fff;
  display: none;
  cursor: pointer;
  font-size: 22px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 25px;
  right: 25px;
  font-size: 20px;
  position: absolute;
}

/*CHECKLIST*/
.checklist {
  z-index: 1;
  padding-left: 15px;
  margin-top: 10px;
}
.checklist .title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.checklist li {
  color: #14261E;
  margin-left: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}
.checklist li i {
  color: #E17000;
  margin-right: 20px;
}
.checklist li span {
  color: #E17000;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 30px;
  text-transform: uppercase;
  margin-right: 20px;
}
.checklist li p {
  font-size: 16px;
  margin-left: 40px;
}
/*---------------------------------------------------- */