/* BODY */
body {
  border-top: 0;
  font-family: "Roboto", sans-serif;
}

.container-fluid {
  margin-left: 60px;
  margin-right: 60px;
}

h1 {
  font-size: 28px;
  color: var(--h1);
  font-weight: 900;
}

h2,
h3,
h4 {
  color: var(--h2);
}

a {
  transition: 0.5s;
}

.btn-orange-clear {
  border: 1px solid var(--orange);
  background: none !important;
  color: var(--orange);
  font-weight: bold;
  font-size: 16px;
  border-radius: 50px;
  padding: 15px 30px;
  transition: 0.5s;
}

.btn-orange-clear:hover {
  border: 1px solid var(--orange);
  background: var(--orange) !important;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50px;
  padding: 15px 30px;
}

.btn-purple-clear {
  border: 1px solid var(--purple);
  background: none !important;
  color: var(--purple);
  font-weight: bold;
  font-size: 16px;
  border-radius: 50px;
  padding: 15px 30px;
  transition: 0.5s;
}

.btn-purple-clear:hover {
  border: 1px solid var(--purple);
  background: var(--purple) !important;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50px;
  padding: 15px 30px;
}

.btn-white-clear {
  border: 1px solid #fff;
  background: none !important;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50px;
  padding: 15px 30px;
  transition: 0.5s;
}

.btn-white-clear:hover {
  border: 1px solid #fff;
  background: #fff !important;
  color: var(--dark-blue) !important;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50px;
  padding: 15px 30px;
}

.btn-success,
.btn-warning,
.btn-info {
  border: 1px solid var(--purple);
  background: var(--purple) !important;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
  padding: 15px 30px;
  transition: 0.5s;
}

.btn-success:hover,
.btn-warning:hover,
.btn-info:hover {
  border: 1px solid var(--dark-purple);
  background: var(--dark-purple) !important;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
  padding: 15px 30px;
  transition: 0.5s;
}

.header-banner-wrapper {
  width: 100%;
  background-color: #fff;
  background-image: linear-gradient(to top right, #fff 70%, #f6f6f6);
}

#header {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  height: 108px;
  line-height: 108px;
}

#logo {
  margin: 0;
}

.navbar-default {
  background: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: var(--h1);
  box-shadow: none;
  margin-top: 30px;
  height: 20px !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle {
  border-color: var(--h2);
  background: var(--h2);
}

#main-menu {
  background: #fff;
  z-index: 20000 !important;
}

#navbar2 {
  z-index: 20000 !important;
  position: relative;
}

.separator {
  font-size: 30px;
  color: #d1d1d1;
  margin-left: 10px !important;
  margin-right: 20px !important;
}

.sm-blue a,
.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a:active {
  padding: 10px 20px;
  padding-right: 58px;
  background: var(--h2);
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  text-shadow: none;
}

.sm-blue ul a,
.sm-blue ul a:hover,
.sm-blue ul a:focus,
.sm-blue ul a:active {
  background: var(--h1);
  color: #fff;
  font-size: 16px;
  text-shadow: none;
  border-left: 8px solid transparent;
}

@media (min-width: 992px) {

  #logo {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .sm-blue ul {
    border: 1px solid var(--h2);
    padding: 7px 0;
    background: var(--h2);
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 5px;
  }

  .sm-blue li {
    border: none;
  }

  .sm-blue ul li {
    background: var(--h2);
    text-align: center;
  }

  .sm-blue ul li a {
    color: #fff;
    background: var(--h2) !important;
    font-size: 20px !important;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
  }

  .sm-blue ul li a:hover {
    color: var(--orange);
    background: var(--h2) !important;
    font-size: 20px !important;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
  }

  .sm-blue a,
  .sm-blue a:focus,
  .sm-blue a:active,
  .sm-blue a.highlighted {
    padding: 13px 20px;
    background: #fff !important;
    color: var(--h1);
    font-size: 20px;
    font-weight: bold;
    text-shadow: none;
    font-family: "Roboto", sans-serif;
    transition: 0.5s;
  }

  .sm-blue a:hover {
    padding: 13px 20px;
    background: #fff !important;
    color: var(--h2);
    font-size: 20px;
    font-weight: bold;
    text-shadow: none;
    font-family: "Roboto", sans-serif;
  }

  .sm-blue a i.menu-caret {
    font-size: 14px;
  }

  .sm-blue a.social-icon {
    padding: 13px 5px;
  }

  .sm-blue a.active {
    color: var(--purple);
  }
}

@media (max-width:1450px) {

  .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm-blue a,
  .sm-blue a:focus,
  .sm-blue a:active,
  .sm-blue a.highlighted {
    padding: 13px 10px;
  }

  .sm-blue a:hover {
    padding: 13px 10px;
  }
}

@media (max-width:1450px) {

  .sm-blue a,
  .sm-blue a:focus,
  .sm-blue a:active,
  .sm-blue a.highlighted {
    font-size: 16px;
  }

  .sm-blue a:hover {
    font-size: 16px;
  }
}

@media (max-width:991px) {
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .sm-blue ul a::before {
    content: "\f054";
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 14px;
  }
}

@media (max-width:767px) {
  #header {
    height: auto;
  }

  .navbar-default {
    margin-top: 0;
  }

  .navbar-toggle {
    margin-right: 0px;
  }
}

.carousel-wrapper {
  background: none;
}

.carousel-inner {
  border-radius: 10px;
}

.carousel-inner .item {
  position: relative !important;

}

.carousel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1917px;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  background-image: url('../images/banner-overlay.png');
  background-size: contain;
}

.carousel-overlay-about {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1917px;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  background-image: url('../images/banner-overlay-about.png');
  background-size: contain;
}

.carousel-caption {
  position: absolute;
  top: 10%;
  left: 15%;
  max-width: 50%;
  text-align: left;
}

.carousel-caption h1 {
  color: var(--orange);
  text-shadow: none;
}

.carousel-caption .carousel-title {
  color: var(--orange);
  text-shadow: none;
  font-size: 18px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
}

.carousel-caption .sub-title {
  display: block;
  margin-top: 40px;
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-shadow: none;
}

.carousel-caption .text1 {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 1.3;
  width: 650px;
  text-align: justify;
  text-shadow: none;
}

.carousel img.phone-icon {
  display: block;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}

.carousel-caption .text2 {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: var(--orange);
  text-shadow: none;
}

.carousel-caption .phone {
  display: block;
  margin-top: 5px;
  font-size: 28px;
  color: var(--orange);
  font-weight: bold;
  text-shadow: none;
}

.carousel-caption .phone a {
  color: var(--orange);
}

@media (max-width:1750px) {
  .carousel-caption {
    position: absolute;
    top: 7%;
    left: 15%;
    max-width: 70%;
    text-align: left;
  }

  .carousel-caption .text1 {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    width: 850px;
    text-align: justify;
    text-shadow: none;
  }
}

@media (max-width:1750px) {
  .carousel-caption {
    position: absolute;
    top: 7%;
    left: 15%;
    max-width: 70%;
    text-align: left;
  }

  .carousel-caption .text1 {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    width: 850px;
    text-align: justify;
    text-shadow: none;
  }
}

@media (max-width:1550px) {
  .carousel-caption {
    position: absolute;
    top: 7%;
    left: 10%;
    max-width: 70%;
    text-align: left;
  }

  .carousel-caption .text1 {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    width: 850px;
    text-align: justify;
    text-shadow: none;
  }

  .carousel-caption .sub-title {
    display: block;
    margin-top: 40px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-shadow: none;
  }
}

@media (max-width:1350px) {
  .carousel-caption {
    position: absolute;
    top: 7%;
    left: 10%;
    max-width: 70%;
    text-align: left;
  }

  .carousel-caption .text1 {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    width: 850px;
    text-align: justify;
    text-shadow: none;
  }

  .carousel-caption .sub-title {
    display: block;
    margin-top: 40px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-shadow: none;
  }
}

@media (max-width:1350px) {
  .carousel-caption {
    position: absolute;
    top: 5%;
    left: 10%;
    max-width: 70%;
    text-align: left;
  }

  .carousel-caption .text1 {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    width: 850px;
    text-align: justify;
    text-shadow: none;
  }

  .carousel-caption .sub-title {
    display: block;
    margin-top: 40px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-shadow: none;
  }
}

@media (max-width:1150px) {
  .carousel-caption {
    position: absolute;
    top: 5%;
    left: 10%;
    max-width: 70%;
    text-align: left;
  }

  .carousel-caption h1 {
    color: var(--orange);
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .carousel-caption .carousel-title {
    color: var(--orange);
    text-shadow: none;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .carousel-caption .text1 {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    width: 850px;
    text-align: justify;
    text-shadow: none;
  }

  .carousel-caption .sub-title {
    display: block;
    margin-top: 40px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-shadow: none;
  }
}

@media (max-width:1090px) {
  .carousel-caption {
    position: absolute;
    top: 5%;
    left: 5%;
    max-width: 70%;
    text-align: left;
  }

  .carousel-caption h1 {
    color: var(--orange);
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .carousel-caption .carousel-title {
    color: var(--orange);
    text-shadow: none;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .carousel-caption .text1 {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    width: 850px;
    text-align: justify;
    text-shadow: none;
  }

  .carousel-caption .sub-title {
    display: block;
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-shadow: none;
  }
}

@media (max-width:991px) {
  .carousel-caption {
    position: absolute;
    top: 3%;
    left: 5%;
    max-width: 100%;
    text-align: left;
  }

  .carousel-caption h1 {
    color: var(--orange);
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .carousel-caption .carousel-title {
    color: var(--orange);
    text-shadow: none;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .carousel-caption .text1 {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    width: 100%;
    text-align: justify;
    text-shadow: none;
  }

  .carousel-caption .sub-title {
    display: block;
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-shadow: none;
  }
}

@media (max-width:900px) {
  .carousel-caption {
    position: absolute;
    top: 3%;
    left: 5%;
    max-width: 100%;
    text-align: left;
  }

  .carousel-caption h1 {
    color: var(--orange);
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .carousel-caption .carousel-title {
    color: var(--orange);
    text-shadow: none;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .carousel-caption .text1 {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    width: 100%;
    text-align: justify;
    text-shadow: none;
  }

  .carousel-caption .sub-title {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-shadow: none;
  }
}

@media (max-width:840px) {
  .carousel-caption {
    position: absolute;
    top: 3%;
    left: 5%;
    max-width: 100%;
    text-align: left;
  }

  .carousel-caption h1 {
    color: var(--orange);
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .carousel-caption .carousel-title {
    color: var(--orange);
    text-shadow: none;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .carousel-caption .text1 {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 1.2;
    width: 100%;
    text-align: justify;
    text-shadow: none;
  }

  .carousel-caption .sub-title {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-shadow: none;
  }
}

@media (max-width:767px) {
  .carousel-caption .text1 {
    display: none;
  }
}

@media (max-width:650px) {
  .carousel-caption img.phone-icon {
    width: 60px;
    height: 60px;
    margin-top: 10px;
  }

  .carousel-caption .text2 {
    margin-top: 10px;
  }
}

@media (max-width:550px) {
  .carousel-caption {
    top: 0;
  }

  .carousel-caption .sub-title {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-shadow: none;
  }

  .carousel-caption img.phone-icon {
    width: 50px;
    height: 50px;
    margin-top: 10px;
  }

  .carousel-caption .phone {
    margin-top: 0px;
    font-size: 20px;
  }

  .carousel-caption .text2 {
    margin-top: 10px;
  }
}

@media (max-width:500px) {
  .carousel-caption .sub-title {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-shadow: none;
  }

  .carousel-caption img.phone-icon {
    width: 50px;
    height: 50px;
    margin-top: 10px;
  }

  .carousel-caption .phone {
    margin-top: 0px;
    font-size: 20px;
  }

  .carousel-caption .text2 {
    margin-top: 10px;
  }
}

@media (max-width:400px) {

  .carousel-caption img.phone-icon,
  .carousel-caption .text2,
  .carousel-caption .phone {
    display: none;
  }
}

.carousel-caption-about {
  position: absolute;
  bottom: 10%;
  left: 15%;
  max-width: 100%;
  text-align: left;
}

.carousel-caption-about h1 {
  color: #fff;
  text-shadow: none;
  font-size: 60px;
  font-weight: 900;
}

.carousel-caption-about .carousel-title {
  color: #fff;
  text-shadow: none;
  font-size: 60px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
}

.carousel-caption-about .sub-title {
  display: block;
  margin-top: 40px;
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-shadow: none;
}

.carousel-caption-about .text1 {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 1.3;
  width: 650px;
  text-align: justify;
  text-shadow: none;
}

@media (max-width:991px) {
  .carousel-caption-about {
    left: 5%;
  }

  .carousel-caption-about h1 {
    font-size: 40px;
  }

  .carousel-caption-about .carousel-title {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width:767px) {
  .carousel-caption-about {
    left: 5%;
  }

  .carousel-caption-about h1 {
    font-size: 30px;
  }

  .carousel-caption-about .carousel-title {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .carousel-caption-about .text1 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
    width: 450px;
  }
}

@media (max-width:550px) {
  .carousel-caption-about h1 {
    font-size: 20px;
  }

  .carousel-caption-about .carousel-title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .carousel-caption-about .text1 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    width: 400px;
  }
}

@media (max-width:500px) {
  .carousel-caption-about .text1 {
    display: none;
  }
}

.footer-quote-section {
  position: relative;
  margin-top: 40px;
}

.footer-quote-section .text-section {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 800px;
}

.footer-quote-section .text-section .title {
  display: block;
  color: var(--orange);
  font-size: 18px;
  text-align: center;
}

.footer-quote-section .text-section .sub-title {
  display: block;
  color: #fff;
  font-size: 50px;
  line-height: 1.1;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.footer-quote-section .text-section img.phone-icon {
  width: 45px;
  height: 45px;
  margin-top: -5px;
  margin-right: 20px;
}

.footer-quote-section .text-section .phone {
  color: var(--orange);
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  display: inline-block;
}

.footer-quote-section .text-section .phone a {
  color: var(--orange);
  font-size: 18px;
  font-weight: bold;
}

.footer-quote-section .text-section .btn {
  margin-top: 15px;
}

.footer-quote-section .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  background-image: url('../images/footer-overlay.png');
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
}

@media (max-width:1650px) {
  .footer-quote-section .text-section {
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}

@media (max-width:1300px) {
  .footer-quote-section .text-section {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}

@media (max-width:1100px) {
  .footer-quote-section .text-section {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .footer-quote-section .text-section .sub-title {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
  }
}

@media (max-width:991px) {
  .footer-quote-section .text-section {
    position: absolute;
    top: 7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .footer-quote-section .text-section .sub-title {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
  }
}

@media (max-width:800px) {
  .footer-quote-section .text-section {
    position: absolute;
    top: 7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .footer-quote-section .text-section .sub-title {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
  }

  .footer-quote-section .text-section .btn-orange-clear {
    padding: 10px 20px;
  }

  .footer-quote-section .text-section img.phone-icon {
    width: 45px;
    height: 45px;
    margin-top: -5px;
    margin-right: 20px;
  }

  .footer-quote-section .text-section .phone {
    color: var(--orange);
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
  }

  .footer-quote-section .text-section .phone a {
    color: var(--orange);
    font-size: 18px;
    font-weight: bold;
  }

  .footer-quote-section .text-section .btn {
    margin-top: 10px;
  }
}

@media (max-width:767px) {
  .footer-quote-section {
    height: 250px;
    background: var(--purple);
  }

  .footer-quote-section .text-section {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .footer-quote-section .text-section .text-left,
  .footer-quote-section .text-section .text-right {
    text-align: center;
  }

  .footer-quote-section .text-section .sub-title {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-quote-section .text-section .btn-orange-clear {
    padding: 10px 20px;
  }

  .footer-quote-section .text-section img.phone-icon {
    width: 45px;
    height: 45px;
    margin-top: -5px;
    margin-right: 20px;
  }

  .footer-quote-section .text-section .phone {
    color: var(--orange);
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
  }

  .footer-quote-section .text-section .phone a {
    color: var(--orange);
    font-size: 18px;
    font-weight: bold;
  }

  .footer-quote-section .text-section .btn {
    margin-top: 10px;
  }
}

@media (max-width:600px) {
  .footer-quote-section {
    height: 250px;
    background: var(--purple);
  }

  .footer-quote-section .text-section {
    position: absolute;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .footer-quote-section .text-section .sub-title {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-quote-section .text-section .btn-orange-clear {
    padding: 10px 20px;
  }

  .footer-quote-section .text-section img.phone-icon {
    width: 45px;
    height: 45px;
    margin-top: -5px;
    margin-right: 20px;
  }

  .footer-quote-section .text-section .phone {
    color: var(--orange);
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
  }

  .footer-quote-section .text-section .phone a {
    color: var(--orange);
    font-size: 18px;
    font-weight: bold;
  }

  .footer-quote-section .text-section .btn {
    margin-top: 10px;
  }
}

@media (max-width:450px) {
  .footer-quote-section {
    height: 250px;
    background: var(--purple);
  }

  .footer-quote-section .text-section {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .footer-quote-section .text-section .sub-title {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-quote-section .text-section .btn-orange-clear {
    padding: 10px 20px;
  }

  .footer-quote-section .text-section img.phone-icon {
    width: 45px;
    height: 45px;
    margin-top: -5px;
    margin-right: 20px;
  }

  .footer-quote-section .text-section .phone {
    color: var(--orange);
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
  }

  .footer-quote-section .text-section .phone a {
    color: var(--orange);
    font-size: 18px;
    font-weight: bold;
  }

  .footer-quote-section .text-section .btn {
    margin-top: 10px;
  }
}

#footer {
  background: var(--dark-blue);
  color: #fff;
  margin-top: 20px;
  /*margin-bottom: 20px;*/
  padding-top: 40px;
  padding-bottom: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#footer .footer-contact {
  float: left;
  margin-right: 20px;
}

#footer .contact-details1 {
  display: block;
}

#footer .contact-details1 a {
  font-size: 18px;
  font-weight: bold;
}

#footer .contact-details2 {
  display: block;
}

#footer .contact-details2 a {
  font-size: 18px;
  font-weight: bold;
}

#footer .footer-menu {
  float: left;
  margin-right: 20px;
  height: auto;
}

#footer .footer-menu-links {
  float: left;
}

#footer .footer-menu-links a {
  font-size: 18px;
  font-weight: bold;
}

#footer .remote-access {
  text-align: right;
}

@media (max-width:1150px) {
  #footer .remote-access .btn-white-clear {
    padding: 10px;
  }
}

@media (max-width:991px) {
  #footer img {
    margin: auto;
  }

  #footer .footer-contact {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #footer .contact-details1 {
    margin-top: 30px;
  }

  #footer .footer-menu,
  #footer .footer-menu-links {
    margin-top: 30px;
  }

  #footer .remote-access {
    margin-top: 30px;
    text-align: center;
  }
}

@media (max-width:991px) {

  #footer .footer-contact {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }

  #footer .footer-contact img {
    width: 20px;
    height: 20px;
  }

  #footer .contact-details1 a,
  #footer .contact-details2 a {
    font-size: 16px;
  }

  #footer .footer-menu {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }

  #footer .footer-menu img {
    width: 20px;
    height: 20px;
  }

  #footer .footer-menu,
  #footer .footer-menu-links {
    margin-top: 30px;
  }

  #footer .remote-access {
    margin-top: 30px;
    text-align: center;
  }
}

#final_wrapper {
  margin-bottom: 20px;
  background: var(--dark-blue);
  color: #fff;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width:991px) {

  #final_wrapper #copyright,
  #final_wrapper #upshot {
    text-align: center;
  }
}

/* home page sections */
.home-page-section1 {
  margin-top: 100px;
  margin-bottom: 70px;
}

.home-page-section1 .image {
  border-radius: 20px;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
}

.home-page-section1 h3 {
  color: var(--orange);
}

.home-page-section1 h4 {
  color: var(--h1);
  font-weight: 900;
  font-size: 50px;
}

.home-page-section1 .section-text .col-md-6,
.home-page-section1 .section-text .col-md-12 {
  margin: 0;
  padding: 0;
}

.home-page-section1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 0px;
}

.home-page-section1 li {
  background-image: url('../images/tick.png');
  background-repeat: no-repeat;
  padding-left: 30px;
  height: 23px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1;
}

.home-page-section1 .contact-section {
  margin-top: 40px;
}

.home-page-section1 img.phone-icon {
  display: block;
  float: left;
  margin-top: -10px;
  margin-right: 20px;
}

.home-page-section1 .text2 {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: var(--purple);
  text-shadow: none;
}

.home-page-section1 .phone {
  display: block;
  margin-top: 5px;
  font-size: 28px;
  color: var(--purple);
  font-weight: bold;
  text-shadow: none;
}

.home-page-section1 .phone a {
  color: var(--purple);
}

@media (max-width:1300px) {
  .home-page-section1 .image {
    border-radius: 20px;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width:991px) {
  .home-page-section1 {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media (max-width:550px) {
  .home-page-section1 .image {
    border-radius: 20px;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width:450px) {
  .home-page-section1 .image {
    border-radius: 20px;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
  }
}

.home-page-section2 {
  background: var(--grey);
  border-radius: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.home-page-section2 .overlay {
  position: absolute;
  top: -40px;
  left: 0;
  background-image: url('../images/section-bg-4.png');
  opacity: 0.5;
  width: 400px;
  height: 494px;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-page-section2 h3 {
  color: var(--orange);
}

.home-page-section2 h4 {
  color: var(--h1);
  font-weight: 900;
  font-size: 50px;
}

.home-page-section2 .section-text {
  margin-bottom: 40px;
}

.home-page-section2 .section-bg {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
  transition: 0.5s;
}

.home-page-section2 .section-bg .icon {
  background: var(--dark-purple);
  border-radius: 50%;
  height: 90px;
  width: 90px;
  padding-top: 15px;
}

.home-page-section2 .section-bg .icon img {
  width: 60px;
  height: 60px;
  display: block;
  margin: auto;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(157deg) brightness(102%) contrast(104%);
}

.home-page-section2 .section-bg .title {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: bold;
}

.home-page-section2 .section-bg .text {
  margin-bottom: 40px;
  font-size: 18px;
}

.home-page-section2 .section-bg .link {
  font-size: 18px;
  font-weight: bold;
}

.home-page-section2 a:hover {
  text-decoration: none;
}

.home-page-section2 .section-bg:hover {
  background: var(--dark-purple);
  text-decoration: none;
}

.home-page-section2 .section-bg:hover .title,
.home-page-section2 .section-bg:hover .text,
.home-page-section2 .section-bg:hover .link {
  color: #fff;
}

.home-page-section2 .section-bg:hover .icon {
  background: #fff;
}

.home-page-section2 .section-bg:hover .icon img {
  filter: invert(25%) sepia(26%) saturate(1197%) hue-rotate(220deg) brightness(91%) contrast(92%);
}

.home-page-section3 {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.home-page-section3 h3 {
  color: var(--orange);
}

.home-page-section3 h4 {
  color: var(--h1);
  font-weight: 900;
  font-size: 50px;
}

.home-page-section3 .section-text {
  margin-bottom: 40px;
}

.home-page-section3 .owl-theme .owl-nav[class*="owl-"] {
  display: block;
}

.home-page-section3 .owl-prev {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 30%;
  left: -90px;
  display: block !important;
  border: 0px solid black;
}

.home-page-section3 .owl-next {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 30%;
  right: -80px;
  display: block !important;
  border: 0px solid black;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: none !important;
}

@media (max-width:1650px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}

.home-page-section3 .owl-prev i,
.home-page-section3 .owl-next i {
  transform: scale(4, 4);
  color: #CBCBCB;
}

.home-page-section3 .testimonial {
  margin: 10px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  padding: 40px;
}

.home-page-section3 .testimonial .testimonial-icon {
  margin: auto;
  margin-bottom: 20px;
  width: 70px;
}

.home-page-section3 .testimonial .testimonial-icon img {
  width: 70px;
  height: 70px;
}

.home-page-section3 .testimonial a {
  color: var(--orange);
  transition: 0.5s;
}

.home-page-section3 .testimonial a:hover {
  color: var(--menu-color);
  text-decoration: none;
}

.home-page-section3 .testimonial .company {
  margin-bottom: 10px;
  color: var(--menu-color);
  font-size: 20px;
  font-weight: bold;
}

.home-page-section3 .testimonial-name {
  margin-top: 10px;
  color: var(--menu-color);
  font-size: 14px;
  font-weight: bold;
}

.home-page-section3 .testimonial .testimonial-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-page-section3 .testimonial .testimonial-logo img {
  width: 100%;
  height: 100px;
  object-fit: scale-down;
}

.sub-heading,
label {
  color: var(--purple);
}

.testimonials {
  margin-bottom: 40px;
}

@media (max-width:991px) {
  .testimonials {
    text-align: center;
  }
}

/* about us page */
.about-us-page-section1 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.about-us-page-section1 h3 {
  color: var(--orange);
  margin-top: 0;
}

@media (max-width:991px) {
  .about-us-page-section1 h3 {
    margin-top: 30px;
  }
}

.about-us-page-section1 h4 {
  color: var(--h1);
  font-weight: 900;
  font-size: 50px;
}

.about-us-page-section1 .contact-section {
  margin-top: 40px;
}

.about-us-page-section1 img.phone-icon {
  display: block;
  float: left;
  margin-top: -10px;
  margin-right: 20px;
}

.about-us-page-section1 .text2 {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: var(--purple);
  text-shadow: none;
}

.about-us-page-section1 .phone {
  display: block;
  margin-top: 5px;
  font-size: 28px;
  color: var(--purple);
  font-weight: bold;
  text-shadow: none;
}

.about-us-page-section1 .phone a {
  color: var(--purple);
}

.about-us-page-section1 .link-section {
  margin-top: 30px;
}

.about-us-page-section1 .link-section a {
  display: block;
  background: var(--dark-blue);
  color: #fff;
  font-size: 26px;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  transition: 0.5s;
}

.about-us-page-section1 .link-section a:hover {
  text-decoration: none;
  background: var(--dark-purple);
}

.about-us-page-section2 {
  background: var(--grey);
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.about-us-page-section2 .overlay {
  position: absolute;
  top: -40px;
  left: 0;
  background-image: url('../images/section-bg-4.png');
  opacity: 0.5;
  width: 400px;
  height: 494px;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us-page-section2 h3 {
  color: var(--orange);
  font-size: 30px;
  margin-bottom: 40px;
}

.about-us-page-section2 .staff-profile {
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}

.about-us-page-section2 .staff-profile .staff-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 70px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  text-align: left;
  background: url('../images/staff-overlay.png');
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.about-us-page-section2 .staff-profile .staff-details .name {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.about-us-page-section2 .staff-profile .staff-details .title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.about-us-page-section3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.about-us-page-section3 .inner-section {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 248px;
  border-radius: 10px;
}

.about-us-page-section3 .inner-section .overlay {
  background: url('../images/staff-overlay.png');
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.about-us-page-section3 .inner-section .title {
  display: block;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 50px;
  line-height: 1;
}

.about-us-page-section3 .inner-section a {
  display: block;
  background: var(--dark-blue);
  color: #fff;
  font-size: 36px;
  width: 550px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  transition: 0.5s;
  margin: 20px auto;
}

.about-us-page-section3 .inner-section a:hover {
  text-decoration: none;
  background: var(--dark-purple);
}

@media (max-width:991px) {
  .about-us-page-section3 .inner-section .title {
    font-size: 46px;
    padding-top: 40px;
  }
}

@media (max-width:767px) {
  .about-us-page-section3 .inner-section .title {
    font-size: 36px;
    padding-top: 50px;
  }

  .about-us-page-section3 .inner-section a {
    display: block;
    background: var(--dark-blue);
    color: #fff;
    font-size: 26px;
    width: 450px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    transition: 0.5s;
    margin: 20px auto;
  }
}

@media (max-width:498px) {
  .about-us-page-section3 .inner-section .title {
    font-size: 26px;
    padding-top: 60px;
  }

  .about-us-page-section3 .inner-section a {
    display: block;
    background: var(--dark-blue);
    color: #fff;
    font-size: 20px;
    width: 350px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    transition: 0.5s;
    margin: 20px auto;
  }
}

@media (max-width:420px) {
  .about-us-page-section3 .inner-section .title {
    font-size: 20px;
    padding-top: 60px;
  }

  .about-us-page-section3 .inner-section a {
    display: block;
    background: var(--dark-blue);
    color: #fff;
    font-size: 18px;
    width: 250px;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    transition: 0.5s;
    margin: 20px auto;
  }
}

/* page sections */
/* about us page */
.page-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.page-section h3 {
  color: var(--orange);
  margin-top: 0;
}

@media (max-width:991px) {
  .page-section h3 {
    margin-top: 30px;
  }
}

.page-section h4 {
  color: var(--h1);
  font-weight: 900;
  font-size: 50px;
}

.page-section p {
  font-weight: bold;
  font-size: 20px;
}

.page-section .icons {
  margin-top: 80px;
  margin-bottom: 20px;
}

.page-section .icons img {
  max-width: 120px;
}

.services {
  margin-top: 20px;
  margin-bottom: 40px;
  background: var(--grey);
  border-radius: 10px;
  padding: 40px;
}

.services .service {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.services .service .title {
  font-size: 30px;
  font-weight: 900;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--dark-blue);
}

.services .service p {
  font-size: 18px;
  margin-bottom: 20px;
}

.services .service a {
  display: block;
  background: var(--dark-blue);
  color: #fff;
  font-size: 24px;
  width: 80%;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  transition: 0.5s;
  margin: 20px auto 0 auto;
}

.services .service a:hover {
  text-decoration: none;
  background: var(--dark-purple);
}

/* blog layout */
#sort_menu_wrapper {
  background: var(--h1);
  border-radius: 10px;
  padding-top: 0;
}

.blog-post-outer {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 20px;
  /*box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);*/
  margin-top: 15px;
  min-height: 450px;
}

.blog-post-outer .container-image img {
  height: 150px;
  width: 100%;
  object-fit: contain;
}

.blog-post-inner {
  padding: 10px 10px;
}

.blog-title {
  font-size: 20px;
  color: #3B3B50;
  transition: 0.5s;
}

.blog-title a {
  transition: 0.5s;
  color: #3B3B50;
}

.blog-title a:hover {
  color: #EE7103;
  text-decoration: none;
}

.blog-post-container p strong {
  font-weight: 900 !important;
}

.blog-post-inner p {
  line-height: 1.5;
  margin-top: 0;
  font-size: 16px;
}

.blog-post-inner .btn-readmore {
  position: absolute;
  right: 30px;
  bottom: 15px;
}

.blog-post-outer .container-image {
  position: relative;
  width: 100%;
}

.blog-post-outer .image {
  display: block;
  width: 100%;
}

.blog-post-outer .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: var(--grey);
}

.blog-post-outer .container-image:hover .overlay {
  opacity: 0.5;
}

.blog-post-outer .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#blog-post-container .row {
  margin-bottom: 20px;
}

#blog-post-container .row:first-child {
  margin-bottom: 0px;
}

#blog-post-container .row:last-child {
  margin-bottom: 0px;
}

.blog-post-inner .readmore-btn {
  text-align: center;
  margin-top: 30px;
}

.blog-post-inner .blog-icon img {
  position: relative;
  float: left;
  width: 35px;
  margin-right: 10px;
  height: 35px;
  top: 20px;
}

/* pagination */
.pagination {
  margin: 0px 0px 0px 48px;
  padding: 2px;
}

.pagination ul {
  font-size: 16px !important;
  margin: 0px 3px 0px 0px;
  padding: 0px;
  text-align: right;
}

.pagination li {
  display: inline;
  list-style-type: none;
  padding: 1px;
}

.pagination a,
.pagination a:visited {
  background: #FFFFFF;
  border: 1px solid var(--purple) !important;
  color: var(--purple);
  padding: 1px 5px;
  text-decoration: none;
}

.pagination a:hover,
.pagination a:active {
  background-color: var(--purple);
  border: 1px solid var(--purple) !important;
  color: #FFFFFF;
}

.pagination li.currentpage {
  background-color: var(--purple);
  border: 1px solid var(--purple);
  color: #FFFFFF;
  font-weight: bold;
  padding: 1px 5px;
}

.pagination li.disablepage {
  border: 1px solid #929292;
  color: #929292;
  padding: 1px 5px;
}

.pagination li.nextpage {
  font-weight: bold;
}

* html .pagination li.currentpage,
* html .pagination li.disablepage {
  /* IE 6 and below. Adjust non linked LIs slightly to account for bugs */
  margin-right: 5px;
  padding-right: 0px;
}

#pagination_wrapper {
  background-color: var(--purple);
  font-size: 16px !important;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
}

.pagination {
  float: right;
  margin-bottom: 0px;
}

.paginate {
  position: relative;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: var(--purple);
  border-color: var(--purple) !important;
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  background: var(--purple);
  color: #FFFFFF;
  font-size: 16px !important;
  padding: 5px 10px;
}

.pagination-sm>li>a:hover,
.pagination-sm>li>span:hover {
  background: var(--purple);
  border-color: var(--purple) !important;
  color: #FFFFFF;
  font-size: 16px !important;
  padding: 5px 10px;
}