/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'Segoe UI Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
}
@font-face {
  font-family: 'Segoe UI Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Italic'), url('Segoe UI Italic.woff') format('woff');
}
@font-face {
  font-family: 'Segoe UI Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Bold'), url('Segoe UI Bold.woff') format('woff');
}
@font-face {
  font-family: 'Segoe UI Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Bold Italic'), url('Segoe UI Bold Italic.woff') format('woff');
}
body {
  font-family: 'Segoe UI Regular';
  color: #313030;
}
.title {
  color: #150049;
  font-size: 24px;
}
.title2 {
  color: #150049;
  font-size: 20px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-40 {
  padding-bottom: 40px;
}
.bg-grey {
  background: #f9f9f9;
}
.value-box {
  margin: 20px 0px;
}
.value-box img {
  padding: 15px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.value-content {
  padding: 0px 15px
}
.success-box {
  padding: 25px 25px 10px;
  margin: 35px auto;
  border: 1px solid #bff178;
  max-width: 600px;
  color: #2c2c2c;
  border-radius: 5px;
  text-align: center;
  display: none;
}
.btn-primary3 {
  min-width: 90px;
  color: #606060;
  background-color: #ffffff;
  border-color: #ffffff;
}
.success-box h2 {
  font-size: 20px;
  line-height: normal;
  color: #4cbb4e;
}
.quotes-now {
  background: #150049;
  padding: 15px 0px
}
.quotes-now p {
  margin: 0px;
  color: #ffffff;
}
a {
  color: #0097ba;
  text-decoration: none;
}
a:hover {
  color: #0097ba;
  text-decoration: none;
}
.pr-5 {
  padding-right: 5px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0097ba;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 16px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ff774a;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  background: #ffffff;
  padding:0px;
}
#header:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 3px;
  background: #150049;
}
#header .container {
  position: relative;
	    height: inherit;
}
#header.header-fixed {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.logo {
  background: #fff;
  padding: 5px 10px;
  max-height:75px;
}

.scrolled-offset {
  margin-top: 100px;
}
#main {
  z-index: 3;
}
.row-table {
  display: flex;
  width: 100%;
	height: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  display: flex;
  flex: 1;
}
.header-quote {
  display: flex;
  align-items: center;
  justify-content: end;
}
.rs-address-area {
  position: relative;
  padding-left: 70px;
  margin-right: 25px;
}
.rs-address-area + .rs-address-area {
  border-left: 1px solid #eee;
}
.rs-address-area .info-icon {
  position: absolute;
  top: 60%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: 500;
}
.rs-address-area .info-icon i {
  color: #0097ba;
}
.rs-address-area .info-title {
  font-size: 15px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1;
  padding-top: 2px;
}
.rs-address-area .info-des {
  font-size: 14px;
  color: #595858;
}
.rs-address-area .info-des a {
  font-size: 14px;
  color: #595858;
}
.logo-areas.custom-sticky-logo {
  display: none;
}
.toolbar-sl-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
}
.toolbar-sl-share ul li a {
  display: block;
  margin: 0 10px;
  color: #fff;
  transition: .3s;
  font-size: 15px;
}
.mobile-logos {
  display: none;
}
body.sticky .row-table .header-logo {
  display: block;
}
body.sticky #header {
  animation: smoothScroll .5s forwards;
  box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%);
  height: auto;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px)
  }
  100% {
    transform: translateY(0)
  }
}
body.sticky .logo {
  padding: 5px 10px;
  max-height: 65px;
  margin: 5px 0px;
}
body.sticky .navbar a:hover:before, body.sticky .navbar .active:before, body.sticky .navbar .active:focus:before, body.sticky .navbar li:hover > a:before {
  background: #ff701f;
  bottom: 5px;
}
body.sticky .navbar a, body.sticky .navbar a:focus {
  padding: 30px 10px;
}
.navbar {
  padding: 0;
}
.navbar-toggler{position: relative;
    width: 22px;
    height: 14px;
    cursor: pointer;display: none;outline: none !important;
    box-shadow: none !important;
}
.navbar-toggler span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    transition: all 0.2s, background 0s;
    background: #ff5900;
}
.navbar-toggler span:nth-child(2) {
    top: 7px;
}
.navbar-toggler span:last-child {
    top: 14px;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
	flex-direction: row;
}
.navbar li {
  position: relative;
  margin: 0px 5px;
}
.navbar a, .navbar a:focus,.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #4a4a4a;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover:before, .navbar .active:before, .navbar .active:focus:before, .navbar li:hover > a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0px;
  left: 0px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ff701f;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #0097ba;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #ff6b3b;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #0097ba;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #473d3a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 37, 35, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #473d3a;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #0097ba;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #0097ba;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  max-height: 570px;
  position: relative;
  z-index: 1;
  padding: 0;
}
#hero.contact {
  height: 400px;
  background: url("../img/contact-us.jpg") no-repeat;
}
#hero.about-us {
  height: 400px;
  background: url("../img/about-us.png") no-repeat;
  background-size: cover;
}
#hero.services {
  height: 400px;
  background: url("../img/services.jpg") no-repeat;
  background-size: cover;
}
#hero.employment {
  height: 400px;
  background: url("../img/employment.jpg") no-repeat;
  background-size: cover;
}
#hero.contact:before, #hero.about-us:before {
  display: none;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  z-index: 2;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
  color: #ffffff;
  font-style: italic;
  text-shadow: 1px 0px 0px #fbfcfd;
}
#hero p {
  color: #eee;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: italic;
}

.banner-bottom {
  background: #0097ba;
  padding: 30px 0px;
  color: #fff;
}
.banner-bottom i {
  font-size: 14px;
  margin: 0px;
  padding-right: 10px;
}
.banner-bottom a {
  color: #fff;
}
.btn-outline {
  border: 1px solid #fff;
}
.btn-outline:hover, .btn-outline:focus {
  border: 1px solid #fff;
  background: #fff;
  color: #444;
}
.align-center {
  align-items: center;
}
.quotation-section {
  background: #ff701f;
  padding: 30px 0px;
}
.quotation-section h2 {
  margin-bottom: 5px;
  font-size: 24px;
  color: #fff;
}
.form-inline {
  display: flex;
  background: transparent;
  color: #fff;
  padding: 0px;
  align-items: end;
  margin: 0px auto;
  border-radius: 0px;
}
.btn-primary2 {
  min-width: 90px;
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-primary2:hover, .btn-primary2:focus {
  color: #fff;
  background-color: #150049;
  border-color: #150049;
}
.sub-title {
  position: relative;
  display: flex;
}
.sub-title:before {
  content: '';
  position: relative;
  width: 40px;
  height: 14px;
  background: #0093b5;
  top: 3px;
  margin-right: 8px;
  border-radius: 1px;
}
.sub-title:after {
  content: '';
  position: relative;
  width: 80px;
  height: 14px;
  background: #0093b5;
  top: 3px;
  margin-left: 8px;
  border-radius: 1px;
}
.why-choose-list {
  padding: 0px;
  margin: 30px 0px;
  list-style: none;
}
.why-choose-list li {
  position: relative;
  padding: 5px 0px;
  padding-left: 35px;
  margin: 5px 0px;
}
.why-choose-list li:before {
  content: "\f054";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: #0093b5;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 26px;
  font-size: 10px;
}
.partner-list {
  display: flex;
  margin: 60px 0px 0px;
  padding: 0px;
  flex-wrap: wrap;
  justify-content: center;
}
.partner-list li {
  display: block;
  list-style: none;
  width: 33.33%;
  margin-top: -1px;
  margin-left: -1px;
}
.partner-list li div {
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px;
  box-shadow: 2px -1px 18px 2px rgba(143, 143, 143, 0.75);
  -webkit-box-shadow: 2px -1px 18px 2px rgba(143, 143, 143, 0.75);
  -moz-box-shadow: 2px -1px 18px 2px rgba(143, 143, 143, 0.75);
  margin: 25px;
}
.partner-list li img {
  max-height: 50px;
  margin-bottom: 10px;
}
.partner-list li h4 {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.partner-list li a {
  display: flex;
  padding: 14px 10px;
  margin: 0px;
  height: 100%;
  justify-content: center;
}
.partner-list li a img {
  max-width: 100%;
  align-self: center;
}
.img-block {
  padding: 10px 15px;
}
.text-block p {
  margin: 0;
  line-height: normal;
}
.p-10 {
  padding: 10px;
}
.process-section {
  padding: 60px;
  0px;
  background: #023B88;
  color: #fff;
}
.process-list {
  display: flex;
  margin: 20px 0px 0px;
  padding: 0px;
}
.process-list li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
  color: #ffffff;
}
.process-list li:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 35px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #0097BA;
  z-index: 1;
}
.process-list li:first-child:before {
  display: none;
}
.process-list li span.icon {
  width: 70px;
  height: 70px;
  text-align: center;
  display: block;
  background: #fff;
  line-height: 70px;
  border-radius: 5px;
  margin: auto 0px auto auto;
  position: relative;
  z-index: 2;
  margin-right: 20px;
}
.process-list li span.icon img {
  width: 30px;
  margin: auto;
}
.process-text {
  text-align: right;
  padding: 25px 15px;
}
.process-text h4 {
  font-size: 20px;
  line-height: normal;
}
.process-text p {
  font-size: 14px;
  width: 90%;
  margin: 0 0 0px auto;
  display: block;
}
.process-text p:last-child {
  margin-bottom: 0px;
}
.text-right {
  text-align: right;
}
textarea {
  height: 70px !important;
  width: 100% !important;
  box-shadow: none;
}
.form-group {
  margin-bottom: 15px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 300;
}
.hd-2 {
  font-weight: 400;
  font-size: 24px;
  color: #121D44;
  margin: 0 0 20px 0;
}
.btn-primary {
  background-color: #00bcd4;
  border-color: #00bcd4;
  min-width: 120px;
  border-radius: 2px;
}
.btn-primary:hover {
  background-color: #02cfe9;
  border-color: #02cfe9;
}
.btn-danger {
  min-width: 120px;
  border-radius: 2px;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #635551;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #7f6d68;
  margin-bottom: 15px;
}
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 500;
  color: #554945;
  margin-bottom: 15px;
}
.about .icon-box {
  display: flex;
  margin-top: 15px;
  align-items: center;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid #0097ba;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}
.about .icon-box .icon i {
  color: #0097ba;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #0097ba;
  border-color: #0097ba;
}
.about .icon-box:hover .icon i {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
}
.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.about .icon-box .title a:hover {
  color: #0097ba;
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
.about .video-box {
  background: url("../img/about-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0097ba 50%, rgba(255, 88, 33, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 88, 33, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid #0097ba;
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.services .title a {
  color: #343a40;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
  height: 100%;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 65px;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 65px;
}
.contact .info-box i {
  font-size: 32px;
  color: #150049;
  border-radius: 50%;
  padding: 8px;
  float: left;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #0097ba;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #313030;
  font-size: 14px;
  background: #333333;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.footer-bottom {
  background: #474747;
  text-align: center;
  padding: 10px;
  color: #c9c9c9;
  font-size: 12px;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #0097ba;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #0097ba;
}
.footer-top-multicolor {
  display: flex;
}
.footer-top-multicolor > div {
  width: 100%;
  padding: 20px 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top-multicolor > div i {
  margin-right: 10px;
  font-size: 24px;
}
.email-section {
  background: #150049;
  color: #ffffff;
  text-align: center;
}
.phone-section {
  background: #FF701F;
  color: #ffffff;
  text-align: center;
}
.address-section {
  background: #ffffff;
  color: #333333;
  display: flex;
  align-items: center;
}
.address-section p {
  font-size: 14px;
}
.address-section p:last-child {
  margin-bottom: 0px;
}
.email-section a, .phone-section a {
  color: #fff;
  font-size: 16px;
}
.email-section a i {
  font-size: 18px;
}
.phone-section a i {
  font-size: 21px;
}
.phone-section a {
  font-size: 21px;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #0097ba;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #ed3b00;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #313030;
}
#footer .social-links a {
  font-size: 14px;
  display: inline-block;
  background: #0097ba;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 28px;
  height: 28px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #0097ba;
  color: #fff;
  text-decoration: none;
}
.bannerTextPanel {
  border-radius: 2px;
}
.success-box {
    padding: 25px 25px 10px;
    margin: 35px auto;
    border: 1px solid #bff178;
    max-width: 600px;
    color: #2c2c2c;
    border-radius: 5px;
    text-align: center;
    display: none;
}
.success-box h2 {
    font-size: 20px;
    line-height: normal;
    color: #4cbb4e;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (min-width: 992px) {
    .collapse:not(.show) {
        display: flex !important;
        flex-basis: auto;
    }
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
	.navbar-toggler{display: block;}
	.navbar {
    position: absolute;
    background: #f3f3f3;
    top: 100%;
    width: 100%;
    left: 0;
}
	.navbar ul {
    flex-direction: column;
}
	.navbar li {
    position: relative;
    margin: 0px 5px;
    width: 100%;
}
	body.sticky .navbar a, body.sticky .navbar a:focus,.navbar-nav .nav-link {
    padding: 15px 10px;
}
	body.sticky .navbar li:hover > a:before {
    bottom:0px;
}
  .footer-top-multicolor {
    flex-direction: column;
  }
  .footer-top-multicolor > div {
    margin: 10px 0px;
  }
  .partner-list li {
    width: 50%;
  }
  .logo {
    max-height: 70px;
  }
  body.sticky .logo {
    max-height: 65px;
  }
  .bannerTextPanel {
    padding: 20px 15px;
    border-radius: 2px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .partner-list li {
    width: 100%;
  }
}