/* Insert your ttrvarbase base overrides over Vartheme BS4 and Bootstrap */
html,
body {
  height: 100%;
  font-family: "century-gothic" !important;

  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h2 {
  font-size: 48px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  font-weight: 600;
}

h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

#preloader {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -13px;
  margin-left: -13px;
  animation: loader 0.8s linear infinite;
  border-radius: 60px;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
    border: 4px solid #00ce8f;
    border-left-color: transparent;
  }
  50% {
    transform: rotate(180deg);
    border: 4px solid #006d4c;
    border-left-color: transparent;
  }
  100% {
    transform: rotate(360deg);
    border: 4px solid #00ce8f;
    border-left-color: transparent;
  }
}
.navbar {
  height: 400px;
  background-image: url("/sites/default/files/2023-05/bg_0.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.navbar div.container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  padding-top: 25px;
  padding-right: 50px;
  padding-left: 50px;
}

.navbar-collapse {
  margin-right: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 01%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
  border: none;
}

.navLink {
  color: #f8f9fa !important;
  font-size: 16px;
}

.home .navbar {
  height: 835px;
}

.about .navbar {
  margin-bottom: 0 !important;
}

.site-btn {
  display: inline-block;
  min-width: 186px;
  padding: 17px 25px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 14px;
  background: #00ce8f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.hero-rocket {
  position: absolute;
  right: -198px;
  bottom: 8px;
}

.hero-rocket img {
  position: relative;
  animation: rocket 2s linear infinite;
}

@keyframes rocket {
  0% {
    bottom: 20px;
    left: 20px;
  }
  25% {
    bottom: 20px;
    left: -20px;
  }
  50% {
    bottom: 0;
    left: -20px;
  }
  75% {
    bottom: 0;
    left: 0;
  }
  100% {
    bottom: 20px;
    left: 20px;
  }
}
div#block-hero-rocket {
  position: absolute;
  top: 190px;
  right: 0;
  left: 0;
}

.hero-container {
  width: 100%;
  height: 100% !important;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  white-space: normal;
}

.hero-content {
  position: relative;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hero-content h2 {
  margin-bottom: 10px;
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
}

.hero-content p {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}

.feature-item {
  margin-bottom: 55px;
  text-align: center;
}

.feature-item .ft-icon {
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 87px;
  margin-bottom: 40px;
  color: #fff;
  border-radius: 50%;
  background: #00ce8f;
  font-size: 43px;
}

.feature-item.fi-center-top .ft-icon {
  transform: scale(1.65);
  transform-origin: bottom center;
}

@media only screen and (max-width: 991px) {
  .feature-item.fi-center-top .ft-icon {
    transform: scale(1);
  }
}
.feature-item h4 {
  margin-bottom: 28px;
}

.page-title {
  position: absolute;
  top: 197%;
  left: 20%;
  white-space: normal;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

p {
  color: #0c656f;
  font-size: 14px;
  line-height: 2;
}

.home #services-title {
  margin-bottom: 130px;
}

.services #services-title,
.about #services-title {
  padding-bottom: 75px;
}

#services-title p {
  margin-bottom: 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00ce8f;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

#services-title h2 {
  font-size: 48px;
  font-weight: 700;
}

#logo-div {
  height: 30px;
  margin-bottom: 10px;
}

#about-art-1 {
  height: 435px;
}

.about .mini-subscribe-section {
  padding-top: 95px;
}

.about-text h3 {
  margin-bottom: 35px;
  color: #052a2e !important;
}

.about .milestones-top-text p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}

.home .mini-subscribe-section {
  padding-top: 105px;
  padding-bottom: 105px;
}

.mini-subscribe-block {
  display: flex;
  justify-content: center;
}

.mini-subscribe-block td {
  padding: 0;
  border: none;
}

.mini-subscribe-block td:first-child {
  padding-right: 5px;
}

.mini-subscribe-email {
  display: inline-block;
  width: 44vw !important;
  height: 59px;
  margin-right: 5px;
  padding: 0 31px;
  border: none;
  border-radius: 14px;
  background-color: #fff;
  font-size: 14px;
}

.mini-subscribe-btn {
  min-width: 229px;
  height: 59px;
}

@media (min-width: 576px) {
  .hero-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .hero-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .hero-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .hero-container {
    max-width: 1175px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-rocket {
    width: 500px;
  }
  .contact fieldset:nth-child(1) {
    display: block !important;
    width: 100% !important;
  }
  .contact fieldset:nth-child(2) {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-rocket {
    display: none;
  }
  .contact fieldset:nth-child(1) {
    display: block !important;
    width: 100% !important;
  }
  .contact fieldset:nth-child(2) {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .faq-accordion .panel-body img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-rocket {
    display: none;
  }
  .navLink {
    color: #343a40 !important;
  }
  .navbar-collapse {
    position: relative;
    left: -50px;
    margin-right: -100px;
    padding-left: 50px;
    background-color: #fff;
    line-height: 25px;
  }
  .hero-content h2 {
    margin-bottom: 30px;
    font-size: 50px;
  }
  .home .navbar {
    height: 600px;
  }
  div#block-hero-rocket {
    top: 130px;
  }
  .faq-accordion .panel-body img {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 766px) {
  .navLink {
    color: #343a40 !important;
  }
  .navbar-collapse {
    position: relative;
    left: -50px;
    margin-right: -100px;
    padding-left: 50px;
    background-color: #fff;
    line-height: 25px;
  }
  .contact fieldset:nth-child(1) {
    display: block !important;
    width: 100% !important;
  }
  .contact fieldset:nth-child(2) {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .hero-content h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .home .navbar {
    height: 835px;
  }
  div#block-hero-rocket {
    top: 255px;
  }
  .contact fieldset:nth-child(1) {
    display: block !important;
    width: 100% !important;
  }
  .contact fieldset:nth-child(2) {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .page-title {
    left: 8%;
  }
}
.single-progress-item {
  margin-bottom: 28px;
}

.single-progress-item:last-child {
  margin-bottom: 0;
}

.single-progress-item p {
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.single-progress-item .progress-bar-style {
  width: 100%;
  height: 8px;
  border-radius: 15px;
  background-color: #fff;
}

.single-progress-item .progress-bar-style .bar-inner {
  position: relative;
  height: 100%;
  border-radius: 15px;
}

.single-progress-item .progress-bar-style .bar-inner span {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.ti-author-pic {
  float: right;
  width: 90px;
  height: 90px;
  margin-left: 35px;
  border-radius: 50%;
  background-image: url("https://dev.novatekconsulting.com/sites/default/files/2023-05/1.jpg");
  background-position: center;
  background-size: cover;
}

.tns-nav {
  position: absolute;
  bottom: 37px;
  left: 0;
  display: -ms-flex;
  display: flex;
}

.tns-nav button {
  display: -ms-inline-flex;
  display: inline-flex;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  padding: 0 !important;
  color: inherit;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  font: inherit;
}

.tns-nav .tns-nav-active {
  background: #00ce8f;
}

.testimonial-item {
  overflow: hidden;
}

.testimonial-item .ti-content {
  position: relative;
  margin-bottom: 42px;
  padding: 48px 35px 45px 38px;
  border-radius: 15px;
  background-color: #fff;
}

.testimonial-item .ti-content p {
  margin-bottom: 0;
  font-size: 15px;
}

.testimonial-item .ti-content:after {
  position: absolute;
  top: 100%;
  right: 34px;
  width: 0;
  height: 0;
  content: "";
  border-top: 17px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.testimonial-item .ti-author {
  overflow: hidden;
  padding-top: 25px;
  text-align: right;
}

.testimonial-item .ti-author h6 {
  font-weight: 700;
}

.testimonial-item .ti-author span {
  color: #00ce8f;
  font-weight: 700;
}

#footer-bottom {
  overflow: hidden;
  margin-bottom: -1000px;
  padding: 20px 0;
  background-color: #00071b;
}

#footer-bottom .nav-item {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

#footer-bottom .nav-item .navLink {
  opacity: 0.26;
  color: #fff !important;
  font-size: 14px;
}

#footer-bottom .nav-item .navLink:hover {
  color: #00ce8f !important;
}

#footer-bottom ul {
  display: inline-block;
}

.footer-logo {
  margin-bottom: 40px;
}

.social a {
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 13px;
  transition: all 0.4s;
  color: #fff;
  border-radius: 50%;
  background: #006d4c;
  font-size: 12px;
}

.blog .bg-dark,
.news .bg-dark,
.contact .bg-dark,
.services .bg-dark,
.about .bg-dark,
.home .bg-dark {
  background-color: #00071b !important;
}

.blog .bg-light,
.news .bg-light,
.contact .bg-light,
.services .bg-light,
.about .bg-light,
.home .bg-light {
  background-color: #052a2e !important;
}

.about .mini-subscribe-email {
  background-color: #e4e1ec;
}

.about h2 {
  color: #052a2e;
}

.milestone-item {
  text-align: center;
}

.milestone-item i {
  color: #00ce8f;
  font-size: 76px;
}

.milestone-item p {
  margin-bottom: 0;
  font-size: 18px;
}

.milestone-item h2,
.milestone-item p {
  color: #fff;
}

.services .section-title p,
.about .section-title p {
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00ce8f;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.services .section-title h2,
.about .section-title h2 {
  font-size: 48px;
  font-weight: 700;
}

.service-box:nth-child(1) {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00071B", endColorstr="#052A2E",GradientType=0 );
  background: linear-gradient(to bottom, #00071b 0%, #052a2e 100%);
  background-color: #00071b;
}

.service-box:nth-child(2) {
  background-color: #052a2e;
}

.service-box:nth-child(3) {
  background-color: #006d4c;
}

.service-box-text {
  height: 100%;
  padding: 145px 80px 155px;
}

.service-box-text h4 {
  margin-bottom: 40px;
}

.service-box-text p {
  margin-bottom: 35px;
}

.service-box-image {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 50px 30px;
}

.accordion-area .panel {
  margin-bottom: 16px;
}

.accordion-area .panel-link:after {
  position: absolute;
  top: 0;
  right: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 100%;
  content: "+";
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
}

.faq-accordion.accordion-area .panel-link,
.faq-accordion.accordion-area .panel-link.active.collapsed {
  padding: 17px 100px 17px 20px;
}

.faq-accordion.accordion-area .panel-link:after {
  right: 44px;
}

.accordion-area .panel-header .panel-link.collapsed:after {
  content: "+";
}

.accordion-area .panel-link.active:after {
  content: "-";
}

.accordion-area .panel-link.active {
  background: #00ce8f;
}

.accordion-area .panel-link,
.accordion-area .panel-link.active.collapsed {
  position: relative;
  width: 100%;
  min-height: 70px;
  padding: 17px 65px 17px 20px;
  padding-left: 41px;
  cursor: pointer;
  text-align: left;
  color: #fff;
  border: none;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.accordion-area .panel-body {
  padding: 45px 2px 0;
}

.accordion-area .panel-body h4 {
  margin-bottom: 25px;
}

.accordion-area .panel-body p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

.accordion-area .panel-body img {
  border-radius: 15px;
}

.faq-accordion .panel-body {
  padding: 50px 5px 0;
}

.faq-accordion .panel-body h4 {
  padding-top: 25px;
}

.faq-accordion .panel-body p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

.faq-accordion .panel-body img {
  border-radius: 15px;
}

.accordion-area .panel-link,
.accordion-area .panel-link.active.collapsed {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#052A2E", endColorstr="#00071B", GradientType=1);
  background: #052a2e;
  background: linear-gradient(to right, #052a2e 0%, #00071b 100%);
}

.contact fieldset:nth-child(1) {
  display: inline-block;
  width: 49%;
}

.contact fieldset:nth-child(2) {
  display: inline-block;
  width: 49%;
  margin-left: 0.7rem;
}

.contact input[type=text],
.contact input[type=email],
.contact textarea {
  width: 100%;
  height: 56px;
  margin-bottom: 21px;
  padding: 0 29px;
  border: none;
  border-radius: 4px;
  background: #d7e8e4;
}

.contact textarea {
  height: 195px;
  padding: 23px 29px;
}

.contact .contact-submit {
  margin-top: 45px;
}

.contact .form-group {
  margin-bottom: 0;
}

.contact .contact-text h4 {
  margin-bottom: 30px;
}

.contact .contact-text p {
  margin-bottom: 40px;
}

.contact .cont-info {
  display: block;
  margin-bottom: 25px;
}

.contact .cont-info .ci-icon {
  float: left;
  width: 36px;
}

.contact .cont-info span {
  display: block;
  overflow: hidden;
  color: #052a2e;
  font-size: 16px;
}

.contact #footer-top {
  margin-bottom: -1000px;
}

.cont-info span {
  word-wrap: break-word;
}

#map-canvas {
  height: 685px;
  margin-top: 107px;
}

.news .vertical-media-teaser-view-mode.anchor-all a {
  z-index: 0;
}

#footer-top .block-views-blockvarbase-blog-most-recent-blog-posts-block h2 {
  margin-bottom: 14px;
  padding-top: 27px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

#footer-top .block-views-blockvarbase-blog-most-recent-blog-posts-block h3 a,
#footer-top .field--name-node-post-date {
  margin-bottom: 5px;
  opacity: 0.25;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.fw-social {
  display: none;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-analytics:before {
  content: "\f100";
}

.flaticon-backup:before {
  content: "\f101";
}

.flaticon-blogging:before {
  content: "\f102";
}

.flaticon-browser:before {
  content: "\f103";
}

.flaticon-browser-1:before {
  content: "\f104";
}

.flaticon-browser-2:before {
  content: "\f105";
}

.flaticon-bug:before {
  content: "\f106";
}

.flaticon-cloud-computing:before {
  content: "\f107";
}

.flaticon-coding:before {
  content: "\f108";
}

.flaticon-customer:before {
  content: "\f109";
}

.flaticon-design:before {
  content: "\f10a";
}

.flaticon-devices:before {
  content: "\f10b";
}

.flaticon-domain-registration:before {
  content: "\f10c";
}

.flaticon-email:before {
  content: "\f10d";
}

.flaticon-folder:before {
  content: "\f10e";
}

.flaticon-funnel:before {
  content: "\f10f";
}

.flaticon-idea:before {
  content: "\f110";
}

.flaticon-image:before {
  content: "\f111";
}

.flaticon-keywords:before {
  content: "\f112";
}

.flaticon-link:before {
  content: "\f113";
}

.flaticon-map:before {
  content: "\f114";
}

.flaticon-monitoring:before {
  content: "\f115";
}

.flaticon-music:before {
  content: "\f116";
}

.flaticon-newspaper:before {
  content: "\f117";
}

.flaticon-online-shop:before {
  content: "\f118";
}

.flaticon-pay-per-click:before {
  content: "\f119";
}

.flaticon-quality:before {
  content: "\f11a";
}

.flaticon-ranking:before {
  content: "\f11b";
}

.flaticon-screen:before {
  content: "\f11c";
}

.flaticon-search:before {
  content: "\f11d";
}

.flaticon-search-1:before {
  content: "\f11e";
}

.flaticon-search-engine:before {
  content: "\f11f";
}

.flaticon-search-engine-1:before {
  content: "\f120";
}

.flaticon-server:before {
  content: "\f121";
}

.flaticon-shared-folder:before {
  content: "\f122";
}

.flaticon-sharing-archives:before {
  content: "\f123";
}

.flaticon-shield:before {
  content: "\f124";
}

.flaticon-sitemap:before {
  content: "\f125";
}

.flaticon-smartphone:before {
  content: "\f126";
}

.flaticon-social-media:before {
  content: "\f127";
}

.flaticon-speech-bubbles:before {
  content: "\f128";
}

.flaticon-speedometer:before {
  content: "\f129";
}

.flaticon-stats:before {
  content: "\f12a";
}

.flaticon-tags:before {
  content: "\f12b";
}

.flaticon-target:before {
  content: "\f12c";
}

.flaticon-targeting:before {
  content: "\f12d";
}

.flaticon-translation:before {
  content: "\f12e";
}

.flaticon-typewriter:before {
  content: "\f12f";
}

.flaticon-video:before {
  content: "\f130";
}

.flaticon-viral-marketing:before {
  content: "\f131";
}
