@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,300,400i,400,700|Poppins:400,500,600,700|Roboto:400,500i,700");

body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
#myCarousel {

}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-indicators li {
  background-color: #2E2E2E;
  background-color: rgba(46, 46, 46, 0.78);
}
.carousel-control.left {
  margin-left: -25px;
}

.carousel-control.right {
  margin-right: -25px;
}


.carousel-indicators .active {
  background-color: #444;
}
.carousel-indicators {
  bottom:-50px;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-inner {
  margin-bottom:50px;
}
.nov-carousel{
  width:800px;
  height:500px;
  margin-top:20px;
}

section {
  overflow: hidden !important;
}
.nov-section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.nov-section-padding {
  padding: 130px 0;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nov-section-padding {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-section-padding {
    padding: 70px 0;
  }
}

@media (max-width: 576px) {
  .nov-section-padding {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-section-padding {
    padding: 70px 0;
  }
}

.nov-section-title h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 80px;
  position: relative;
}


@media (max-width: 576px) {
  .nov-section-title h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-section-title h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-section-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.gray-bg {
  background-color: #F7F7F7;
}

.nov-patent-bg {
  background-image: url("../img/patent.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nov-competencies-bg {
  background-image: url("../img/core-competencies-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nov-team-bg {
  background-image: url("../img/meeting.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nov-contact-bg {
  background-image: url("../img/contact-us-banner-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


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

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

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

.nov-area-padding {
  padding: 130px 0;
}

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

@media (max-width: 576px) {
  .nov-margin-bottom-110 {
    margin-bottom: 220px;
  }
}

.z-index {
  z-index: 9 !important;
  position: relative;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a :hover {
  color: #787f86;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

h1, h2, h3, h4, h5, h6 {
  color: #14303a;
  font-family: "Poppins", sans-serif;
}

a {
  color: #14303a;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  color: #787f86;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  color: #797979;
  font-family: "Open Sans", sans-serif;
  line-height: 1.625;
  font-size: 14px;
  margin-bottom: 0;
}

h1 {
  font-size: 32px;
  line-height: 1.25;
}

@media (max-width: 576px) {
  h1 {
    font-size: 24px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 26px;
  }
}

h2 {
  font-size: 29px;
  line-height: 28px;
}

@media (max-width: 576px) {
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

h3 {
  font-size: 24px;
  line-height: 25px;
}

@media (max-width: 576px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  line-height: 23px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

img {
  max-width: 100%;
}

a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.placeholder.hide-on-focus:focus::-webkit-input-placeholder {
  color: white;
}

.placeholder.hide-on-focus:focus:-moz-placeholder {
  color: white;
}

.placeholder.hide-on-focus:focus::-moz-placeholder {
  color: white;
}

.placeholder.hide-on-focus:focus:-ms-input-placeholder {
  color: white;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nov-main-menu {

  font-weight:bold;
  padding: 10px 0;
}

.nov-main-menu .navbar {

  padding: 0;
}

.nov-main-menu .navbar .navbar-toggler {
  border: 0 solid transparent;
}

.nov-main-menu .navbar .nov-main-menu-element {

  font-weight:bold;
  text-align: center !important;
  justify-content: center;
}

@media (max-width: 576px) {
  .nov-main-menu .navbar .nov-main-menu-element .navbar-nav {
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-main-menu .navbar .nov-main-menu-element .navbar-nav {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-main-menu .navbar .nov-main-menu-element .navbar-nav {
    margin-left: 0;
  }
}

.nov-main-menu .navbar .nov-main-menu-element .navbar-nav a {
  padding: 0 22px;
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
}

.nov-main-menu .navbar .nov-main-menu-element .navbar-nav a:hover {
  color: #787F86;
}

@media (max-width: 576px) {
  .nov-main-menu .navbar .nov-main-menu-element .navbar-nav a {
    padding: 10px 22px;
    color: #fff;
    margin-bottom: 2px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-main-menu .navbar .nov-main-menu-element .navbar-nav a {
    padding: 15px 22px;
    color: #fff;
    background-color: #2E2E2E;
    margin-bottom: 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-main-menu .navbar .nov-main-menu-element .navbar-nav a {
    padding: 15px 22px;
    color: #fff;
    margin-bottom: 2px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nov-main-menu .navbar .nov-main-menu-element .navbar-nav a {
    padding: 0 20px;
  }
}

.nov-home-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.dropdown-menu {
  border: 0 solid rgba(46, 46, 46, 0.15) !important;
  background-color: #fafafa;
}

.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: 18px;
}

.dropdown .dropdown-menu .dropdown-element {
  font-size: 14px;
  padding: 8px 20px !important;
}


.dropdown:hover .dropdown-menu {
  transform: scale(1);
}


@media (max-width: 576px) {
  .navbar-brand {
    max-width: 125px;
  }
  .nov-main-menu .navbar .nov-main-menu-element .navbar-nav a:hover {
    color: #fff;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
  }
  .dropdown-menu {
    border: 0 solid rgba(46, 46, 46, 0.15) !important;
    background-color: #bd9c50;
  }
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    margin-top: 0;
    text-align: center;
  }
  .dropdown .dropdown-menu .dropdown-element {
    padding: 10px 15px;
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-brand {
    max-width: 125px;
  }
  .nov-main-menu .navbar .nov-main-menu-element .navbar-nav a:hover {
    color: #fff;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
  }
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    text-align: center;
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    max-width: 125px;
  }
  .nov-main-menu .navbar .nov-main-menu-element .navbar-nav a:hover {
    color: #fff;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
  }
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    text-align: center;
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
}

.menu-fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  background-color: #2E2E2E;
  box-shadow: 0 10px 15px rgba(46, 46, 46, 0.05);
}

.menu-fixed span {
  color: #2E2E2E !important;
}

.nov-banner-component {
  height: 700px;
  display: flex;
  position: relative;
}


@media (max-width: 576px) {
  .nov-banner-component:after {
    display: none;
  }
  .nov-carousel{
    margin-top:100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-banner-component:after {
    display: none;
  }
  .nov-carousel{
    margin-top:100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-banner-component:after {
    display: none;
  }
  .nov-carousel{
    margin-top:100px;
  }
}

@media (max-width: 576px) {
  .nov-banner-component {
    height: 700px;
  }
  .nov-carousel{
    margin-top:100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-banner-component {
    height: 700px;
  }
  .nov-carousel{
    margin-top:100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-banner-component {
    height: 700px;
  }
  .nov-carousel{
    margin-top:100px;
  }
}


.nov-banner-component .nov-banner-text {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  margin-top: 60px;
}

@media (max-width: 576px) {
  .nov-banner-component .nov-banner-text {
    text-align: center;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-banner-component .nov-banner-text {
    text-align: center;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-banner-component .nov-banner-text {
    text-align: center;
    padding-top: 100px;
  }
}


.nov-banner-component .nov-banner-text .nov-banner-text-inner {
  display: table-cell;
  vertical-align: middle;
}


.nov-banner-component .nov-banner-text h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #666666;
}


.nov-banner-component .nov-banner-text h2 {
  font-size: 50px;
  line-height: 1.3;
  margin: 10px 0 20px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .nov-banner-component .nov-banner-text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-banner-component .nov-banner-text h2 {
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-banner-component .nov-banner-text h2 {
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nov-banner-component .nov-banner-text h2 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}


.nov-banner-component .nov-banner-text p {
  font-size: 14px;
  line-height: 1.929;
  font-family: "Poppins", sans-serif;
  color: #777777;
}


.nov-banner-component .nov-banner-text .banner-btn {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 30px;
}

@media (max-width: 576px) {
  .nov-banner-component .nov-banner-text .banner-btn {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-banner-component .nov-banner-text .banner-btn {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-banner-component .nov-banner-text .banner-btn {
    margin-top: 20px;
  }
}

.nov-banner-component .video-popup {
  position: absolute;
  left: 0;
  right: 0;
  width: 95px;
  height: 95px;
  text-align: center;
  padding-top: 102px;
  padding-left: 34px;
  z-index: 99 !important;
  margin: 0 auto;
}

.nov-banner-component .video-popup span {
  width: 95px;
  height: 95px;
  background-color: #787F86;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 82px;
  padding-left: 5px;
  font-size: 20px;
  color: #fff;
  border: 7px solid #fff;
  box-shadow: 0 5px 25.5px 4.5px rgba(46, 46, 46, 0.2);
}

.nov-banner-component .video-popup span:hover {
  background-color: #d8b25a;
}

@media (max-width: 576px) {
  .nov-banner-component .video-popup {
    top: 100px;
    padding-top: 70px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-banner-component .video-popup {
    top: 100px;
    padding-top: 70px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-banner-component .video-popup {
    top: 100px;
    padding-top: 80px;
    padding-left: 0;
  }
}

.nov-banner-component .banner-social-icon {
  position: absolute;
  transform: rotate(-90deg);
  z-index: 9999 !important;
  left: -310px;
  top: 49%;
}

.nov-banner-component .banner-social-icon li {
  color: #777777;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}

.nov-banner-component  li a {
  color: #777777;
}


.nov-banner-component  li span {
  margin-right: 10px;
}

.nov-banner-component i.fas.fa-circle {
  font-size: 7px;
  margin: 0 10px 0 20px;
  color: #787F86;
}

.nov-banner-component a:hover {
  color: #787F86 !important;
}

.nov-banner-component .nov-list-inline-element:not(:last-child) {
  margin-right: 0;
}

.nov-board {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:150px;
  padding-bottom:20px;
  position: relative;
  z-index: 1;
  margin-top: -125px;
}

@media (max-width: 576px) {
  .nov-board {
    margin-top: 70px;
    padding: 70px 0 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-board {
    margin-top: 70px;
    padding: 70px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-board {
    margin-top: 70px;
    padding: 70px 0 50px;
  }
}

.nov-board:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1d2e4a;
  opacity: 0.651;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}

.nov-board .nov-board-solo {
  -webkit-transition: 1s;
  transition: 1s;
}

.nov-board .nov-board-solo .nov-board-solo-element {
  padding: 40px 40px 45px;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.nov-board .nov-board-solo .nov-board-solo-element:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}

.nov-board .nov-board-solo .nov-board-solo-element .passion-icon {
  height: 80px;
  width: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border: 1px solid #afb5be;
  border-radius: 5px;
  margin-bottom: 35px;
}

.nov-board .nov-board-solo .nov-board-solo-element .passion-icon i {
  font-size: 42px;
  color: #fff;
  display: inline-block;
}

.nov-board .nov-board-solo .nov-board-solo-element h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}

.nov-board .nov-board-solo .nov-board-solo-element p {
  line-height: 1.857;
  color: #fff;
}

.nov-board .nov-board-solo .nov-board-solo-element .nov-btn-2 {
  margin-top: 30px;
}

@media (max-width: 576px) {
  .nov-board .nov-board-solo .nov-board-solo-element {
    padding: 30px 20px 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-board .nov-board-solo .nov-board-solo-element {
    padding: 30px 20px 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-board .nov-board-solo .nov-board-solo-element {
    padding: 30px 20px 35px;
  }
}

@media (max-width: 576px) {
  .nov-board .nov-board-solo {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-board .nov-board-solo {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-board .nov-board-solo {
    margin-bottom: 25px;
  }
}

.nov-board .nov-board-solo {
  -webkit-transition: 1s;
  transition: 1s;
}

.nov-board .nov-board-solo:hover .nov-board-solo-element {
  -webkit-transition: 1s;
  transition: 1s;
}

.nov-board .nov-board-solo:hover .nov-board-solo-element:after {
  -webkit-transition: 1s;
  transition: 1s;
  background-image: none;
  background-color: #fff;
}

.nov-board .nov-board-solo:hover .nov-board-solo-element .passion-icon {
  border: 1px solid #afb5be;
}

.nov-board .nov-board-solo:hover .nov-board-solo-element .passion-icon i {
  color: #787F86;
}

.nov-board .nov-board-solo:hover .nov-board-solo-element h4 {
  color: #14303a;
}

.nov-board .nov-board-solo:hover .nov-board-solo-element p {
  color: #797979;
}

.nov-board .nov-board-solo:hover .nov-board-solo-element .nov-btn-2 {
  margin-top: 30px;
  color: #14303a;
}

.nov-main {
  padding-top: 130px;
}

@media (max-width: 576px) {
  .nov-main {
    padding-top: 70px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-main {
    padding-top: 70px;
  }
}

.nov-main .nov-section-title h1 {
  color: #14303a;
}

.nov-main .more-btn .nov-btn-2 {
  color: #797979;
  margin-top: 15px;
}

.nov-main .more-btn .nov-btn-2:after {
  background-color: #e9eef2;
}

.nov-main .nov-main-img {
  position: relative;
}

.nov-main .nov-main-img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #14303a;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: scale(0.5);
}

.nov-main .nov-main-img .nov-main-text {
  position: absolute;
  bottom: 40px;
  left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.nov-main .nov-main-img .nov-main-text h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
}

.nov-main .nov-main-img .nov-main-text p {
  font-size: 13px;
  color: #fff;
}

.nov-main .nov-main-img img {
  width: 100%;
}

.nov-main .nov-main-content {
  position: relative;
  padding: 20px;
  border-top: 0 solid transparent !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nov-main .nov-main-content p {
  font-size: 12px;
  color: #787F86;
  font-weight: 400;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.nov-main .nov-main-content h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8ebef;
}

.nov-main .nov-main-content .love-us {
  color: #abaeb1;
}

.nov-main .nov-main-content .love-us .ti-heart {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 25.5px 4.5px rgba(46, 46, 46, 0.1);
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  position: absolute;
  right: 20px;
  top: -25px;
  color: #abaeb1;
}

.nov-main .nov-main-content .nov-list-no-format {
  margin-top: 15px;
}

.nov-main .nov-main-content .nov-list-no-format li {
  display: inline-block;
  margin-right: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #797979;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nov-main .nov-main-content .nov-list-no-format li {
    margin-right: 14px;
  }
}

.nov-main .nov-main-content .nov-list-no-format li:hover {
  color: #787F86;
}

.nov-main .nov-main-content .nov-list-no-format li:hover span {
  color: #787F86;
}

.nov-main .nov-main-content .nov-list-no-format li a {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  color: #797979;
}

@media (max-width: 576px) {
  .nov-main .nov-main-content .nov-list-no-format li {
    margin-right: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-main .nov-main-content .nov-list-no-format li {
    margin-right: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-main .nov-main-content .nov-list-no-format li {
    margin-right: 14px;
  }
}

.nov-main .nov-main-component:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nov-main .nov-main-component:hover .nov-main-img:after {
  opacity: 0.3;
  transform: scale(1);
}

.nov-main .nov-main-component:hover .nov-main-text {
  visibility: visible;
  opacity: 1;
  bottom: 21px;
}

.nov-main .nov-main-component:hover .nov-main-content {
  box-shadow: 0 10px 25.5px 4.5px rgba(20, 48, 58, 0.1);
  background-color: white;
}

.nov-main .nov-main-component:hover .love-us .ti-heart {
  border-radius: 3px;
  background-color: #787F86;
  box-shadow: 0 0 0 0 rgba(20, 48, 58, 0.1);
  color: #fff;
}

@media (max-width: 576px) {
  .nov-main .nov-main-component {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-main .nov-main-component {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-main .more-btn a:hover {
    color: #787F86;
  }
}

.nov-main .more-btn {
  margin-top: 18px;
}

.nov-main .more-btn a:hover {
  color: #787F86;
}
.nov-trans {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 170px 0;
}

@media (max-width: 576px) {
  .nov-trans {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-trans {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-trans {
    padding: 70px 0;
  }
}

.nov-trans:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0080a0;
  opacity: 0.8;
  z-index: -1;
}

.nov-trans h1 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .nov-trans h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-trans h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-trans h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nov-trans h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.nov-trans p {
  color: #fff;
}

.nov-trans .nov-trans-btn {
  padding: 12px 55px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 400;
  margin-top: 38px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .nov-trans .nov-trans-btn {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-trans .nov-trans-btn {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-trans .nov-trans-btn {
    margin-top: 25px;
  }
}

.nov-trans .nov-trans-btn:hover {
  border: 1px solid #787F86;
  background-color: #787F86;
}

.nov-footer {
  background-color: #2E2E2E;
  padding: 100px 0 25px;
}

@media (max-width: 576px) {
  .nov-footer {
    padding: 70px 0 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-footer {
    padding: 70px 0 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .nov-footer {
    padding: 70px 0 25px;
  }
}

@media (max-width: 576px) {
  .nov-footer .nov-solo-footer {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-footer .nov-solo-footer {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-footer .nov-solo-footer {
    margin-bottom: 20px;
  }
}


.nov-footer .nov-solo-footer h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
}

@media (max-width: 576px) {

  .nov-footer .nov-solo-footer h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-footer .nov-solo-footer h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-footer .nov-solo-footer h4 {
    margin-bottom: 15px;
  }
}

.nov-footer .nov-solo-footer p {
  color: #ffffff;
  margin-bottom: 8px;
}

.nov-footer .nov-solo-footer a img {
  margin-top: 20px;
}

.nov-footer .nov-solo-footer .nov-list-no-format li a {
  color: #ffffff;
  margin-bottom: 10px;
  display: inline-block;
}

.nov-footer .nov-solo-footer .nov-list-no-format li a:hover {
  color: #787F86 !important;
}

.nov-footer .nov-solo-footer .mail-component {
  position: relative;
}

.nov-footer .nov-solo-footer .mail-component input {
  padding: 8px 22px;
  font-size: 13px;
  border-radius: 50px;
  border: 2px solid #fff;
  margin-top: 20px;
  width: 100%;
}

.nov-footer .nov-solo-footer .mail-component .email-icon {
  position: absolute;
  right: 0;
  top: 20px;
  width: 60px;
  height: 39px;
  background-color: #787F86;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  line-height: 40px;
}

.nov-footer hr {
  background-color: #494d58;
  margin-top: 50px;
  margin-bottom: 25px;
}

.nov-footer .nov-footer-icon {
  text-align: right;
}

.nov-footer .nov-footer-icon li {
  display: inline-block;
}

.nov-footer .nov-footer-icon li a {
  font-size: 14px;
  color: #fff;
  margin-left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .nov-footer .nov-footer-icon li a {
    margin-left: 0;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-footer .nov-footer-icon li a {
    margin-left: 0;
    margin-right: 25px;
  }
}

.nov-footer .nov-footer-icon li a :hover {
  color: #787F86;
}

@media (max-width: 576px) {
  .nov-footer .nov-footer-icon {
    float: left;
    margin-top: 15px;
  }
}

.nov-copyright-text{
  color: #ffffff;
  display:table;
  margin-left:auto;
  margin-right:auto;
}

.nov-footer .nov-copyright-text p a {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nov-footer .nov-copyright-text p a:hover {
  color: #ffffff;
}

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

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

b,
sup,
sub,
u,
del {
  color: #787F86;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

.nov-gallery-image-element {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

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

.nov-unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.nov-unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #787F86;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.nov-ordered-list {
  margin-left: 30px;
}

.nov-ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #787F86;
  font-weight: 500;
  line-height: 1.82em !important;
}

.nov-ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

.nov-ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #787F86;
  font-weight: 500;
  line-height: 1.82em !important;
}

.nov-ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

.nov-ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #787F86;
  font-weight: 500;
  line-height: 1.82em !important;
}

.nov-ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

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

.nov-breadcrumb {
  position: relative;
  z-index: 1;
  text-align: center;
}

.nov-breadcrumb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2E2E2E;
  content: "";
  opacity: 0.6;
  z-index: -1;
}

.nov-breadcrumb .nov-breadcrumb-inner {
  height: 400px;
  width: 100%;
  display: table;
}

.nov-breadcrumb .nov-breadcrumb-inner .nov-breadcrumb-inner-element {
  display: table-cell;
  vertical-align: middle;
}

.nov-breadcrumb .nov-breadcrumb-inner .nov-breadcrumb-inner-element h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 27px;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .nov-breadcrumb .nov-breadcrumb-inner .nov-breadcrumb-inner-element h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nov-breadcrumb .nov-breadcrumb-inner .nov-breadcrumb-inner-element h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nov-breadcrumb .nov-breadcrumb-inner .nov-breadcrumb-inner-element h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.nov-breadcrumb .nov-breadcrumb-inner .nov-breadcrumb-inner-element p {
  font-size: 15px;
  color: #fff;
}

.nov-breadcrumb .nov-breadcrumb-inner .nov-breadcrumb-inner-element span {
  margin: 0 5px;
  font-size: 12px;
}

.nov-submit-btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #e8ebef;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nov-submit-btn:hover {
  background: transparent;
}

.nov-btn-1 {
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  background-color: #787F86;
  color: #fff;
  border: 2px solid #787F86;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nov-btn-1:hover {
  background-color: #d8b25a;
  border: 2px solid #d8b25a;
  color: #fff;
}

.nov-btn-1:hover a {
  color: #fff;
}

.nov-btn-1 a {
  color: #fff;
}

.nov-btn-1 a:hover {
  color: #fff;
}

.nov-btn-3 {
  padding: 8px 30px;
}

.nov-btn-2 {
  position: relative;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  z-index: 9;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.nov-btn-2:after {
  height: 30px;
  width: 30px;
  background-color: #787F86;
  position: absolute;
  content: "";
  top: -5px;
  left: -11px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.nov-btn-2 a {
  color: #fff;
  font-weight: 500;
}

.nov-btn-2 span {
  margin-left: 6px;
}

.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  background-color: #787F86;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}

.button:hover {
  color: #fff;
}

.nov-button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}

.nov-button-link:hover {
  background: transparent;
  color: #3b1d82;
}

.nov-button-header {
  color: #fff;
  border-color: #e8ebef;
}

.nov-button-header:hover {
  background: #b8024c;
  color: #fff;
}

.nov-contact-info {
  margin-bottom: 25px;
}
.nov-contact-info-icon {
  margin-right: 20px;
}

.nov-contact-info-icon i, .nov-contact-info-icon span {
  color: #8f9195;
  font-size: 27px;
}

.nov-contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
}

.nov-contact-info .media-body h3 a:hover {
  color: #787F86;
}

.nov-contact-info .media-body p {
  color: #8a8a8a;
}

.nov-contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.nov-contact label {
  font-size: 14px;
}

.nov-contact .form-group {
  margin-bottom: 30px;
}

.nov-contact .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.nov-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.nov-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.nov-contact textarea {
  border-radius: 12px;
  height: 100% !important;
}

.nov-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0;
  max-width: 500px;
  width: 100%;
}

.nov-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.nov-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.nov-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

.nov-message .modal-dialog .modal-content .modal-header p {
  display: block;
}
.group-header{
    color:#2E2E2E;
}
