@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.menuzord,
.menuzord * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.menuzord {
  width: 100%;
  padding: 0 30px;
  float: left;
  position: relative;
}

/* == Customized by ismail start == */
.menuzord-container {
  background: #fff;
}

/* == Customized by ismail end == */
.menuzord a {
  -o-transition: color .3s linear, background .3s linear;
  -moz-transition: color .3s linear, background .3s linear;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
}

/* scrollable menu */
.menuzord-menu.scrollable>.scrollable-fix {
  display: none;
}

/* 2 - BRAND
======================================*/
.menuzord-brand {
  margin: 30px 30px 30px 0;
  float: left;
  color: #666;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}

/* 3 - MENU
======================================*/
.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

/* Right alignment */
.menuzord-menu.menuzord-right {
  float: right;
}

/* Menu items */
.menuzord-menu>li {
  display: inline-block;
  float: left;
  padding: 30px 0;
}

.menuzord-menu>li>a {
  padding: 7px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/* Active/hover state (Menu items) */
.menuzord-menu>li.active>a,
.menuzord-menu>li:hover>a {
  color: #333;
}

/* Dropdown */
.menuzord-menu ul.dropdown {
  top: 100%;
}

/* Megamenu */

/* 4 - DROPDOWN
======================================*/
.menuzord-menu ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 280px;
  background: #fff;
}

/* Dropdown items */
.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0 none;
  font-size: 12px;
  position: relative;
}

.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: none;
  padding: 10px 25px 10px 22px;
  color: #888;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -o-transition: padding .2s linear;
  -moz-transition: padding .2s linear;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear;
}

/* Hover state (dropdown items) */
.menuzord-menu ul.dropdown li:hover>a {
  padding-left: 28px;
  padding-right: 19px;
  color: #333;
}

.menuzord-menu li .indicator {
  margin-left: 3px;
}

.menuzord.green .menuzord-menu>li.active>a,
.menuzord.green .menuzord-menu>li:hover>a,
.menuzord.green .menuzord-menu ul.dropdown li:hover>a {
  color: #37BC9B;
}

@media (max-width: 1199.98px) {
  .menuzord-responsive.menuzord {
    padding: 0;
  }

  .menuzord-responsive .menuzord-menu {
    width: 100%;
    float: left !important;
  }

  /* scrollable menu*/
  .menuzord-responsive .menuzord-menu.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .menuzord-responsive .menuzord-menu.scrollable>.scrollable-fix {
    display: block;
  }

  /* Menu items */
  .menuzord-responsive .menuzord-menu>li {
    width: 100%;
    display: block;
    position: relative;
  }

  .menuzord-responsive .menuzord-menu>li>a {
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #f0f0f0;
  }

  .menuzord-responsive .menuzord-menu>li:first-child>a {
    border-top: solid 1px #f0f0f0;
  }

  /* Dropdown */
  .menuzord-responsive .menuzord-menu ul.dropdown {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: #fff;
    float: left;
  }

  /* Dropdown items */
  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative;
  }

  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: solid 1px #f0f0f0;
  }

  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>a {
    padding-left: 40px !important;
  }

  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li:hover>a {
    padding-left: 50px !important;
  }

  /* Dropdown/megamenu indicators */
  .menuzord-responsive .menuzord-menu li .indicator {
    width: 60px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    border-left: solid 1px #f5f5f5;
  }

}


@import url(font-awesome.min.css);
@import url(font-awesome-animation.min.css);
@import url(pe-icon-7-stroke.css);
@import url(elegant-icons.css);
@import url(icomoon.css);
@import url(flaticon-set-current-theme.css);
@import url("https://fonts.googleapis.com/css?family=Open Sans:300,400,500,600,700,800|Poppins:400,500,600,700,800,900");

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 150%;
}

body {
  height: 100%;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #333;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

body {
  line-height: 1.8;
  color: #676767;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #0073aa;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

a:hover,
a:focus {
  color: #003f5e;
  text-decoration: none;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

/* -------- Headings ---------- */
h1 {
  font-size: 3.375rem;
}

h2 {
  font-size: 2.625rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

h1,
h2,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  color: #002c42;
}

h4 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2 {
  margin-bottom: 1rem;
  margin-top: 0.75rem;
}

h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
}

p,
ul {
  margin-bottom: 10px;
}

p {
  margin-bottom: 30px;
}


ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

ul ul li {
  padding-left: 20px;
}

html {
  font-size: 100%;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  html {
    font-size: 98%;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 96%;
  }
}

@media (max-width: 575.98px) {
  html {
    font-size: 94%;
  }
}

html,
html a {
  -webkit-font-smoothing: antialiased;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

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


.line-bottom-footer-widget {
  position: relative;
  padding-bottom: 10px;
}

.line-bottom-footer-widget:after {
  bottom: -5px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 54px;
  background: #555;
}


.scrollToTop {
  background: rgba(0, 0, 0, 0.1);
  bottom: 15px;
  display: none;
  border-radius: 50%;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
}

.scrollToTop i {
  color: #fff;
  font-size: 42px;
}

.scrollToTop:hover {
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.section-typo-light,
.section-typo-light h2,
.section-typo-light h5,
.section-typo-light p {
  color: #fff !important;
}


.container-fluid .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

section {
  position: relative;
}

section>.container,
section>.container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*
 * overlays.scss
 * -----------------------------------------------
*/
.layer-overlay {
  position: relative;
  /* overlay-dark */
  /* overlay-white */
}

.layer-overlay::before {
  background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

header#header .header-top {
  color: #fff;
  padding: 0;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 1199.98px) {
  header#header .header-top {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 2.2;
  }
}

header#header .header-top>.container>.row>div {
  max-width: 100%;
}

header#header .header-top .element {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

header#header .header-top .element:last-child {
  margin-right: 0;
  padding-right: 0;
}

header#header .header-top .element:not(.styled-icons) a:not(.btn):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):not(.dropdown-item) {
  color: #fff;
}

header#header .header-top .element:not(.styled-icons) a:not(.btn):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):not(.dropdown-item):hover {
  color: #e6e6e6;
}

header#header .header-top .contact-info li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

@media (min-width: 992px) {
  header#header .header-top .contact-info li {
    margin-right: 25px;
  }
}

@media (max-width: 767.98px) {
  header#header .header-top .contact-info li {
    display: block;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

header#header .header-top .contact-info li .font-icon {
  margin-right: 5px;
}

@media (min-width: 992px) {
  header#header .header-top .contact-info li:not(:first-child):before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    position: absolute;
    top: 0;
    bottom: 1px;
    left: -16px;
    margin: auto;
    height: 15px;
    width: 1px;
  }
}

header#header .header-top .header-top-nav.list-inline li {
  display: inline-block;
}

header#header .header-top .header-top-nav .menu-item {
  padding: 0;
}

header#header .header-top .header-top-nav .menu-item a {
  color: #fff;
  position: relative;
}

header#header .header-top .header-top-nav .menu-item:not(:first-child) a {
  margin-left: 25px;
}

header#header .header-top .header-top-nav .menu-item:not(:first-child) a:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  left: -16px;
  margin: auto;
  height: 15px;
  width: 1px;
}

header#header .header-nav .header-nav-container {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.menuzord,
.menuzord * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.menuzord {
  width: 100%;
  padding: 0 30px;
  float: left;
  position: relative;
}

/* == Customized by ismail start == */
.menuzord-container {
  background: #fff;
}

/* == Customized by ismail end == */
.menuzord a {
  -o-transition: color .3s linear, background .3s linear;
  -moz-transition: color .3s linear, background .3s linear;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
}

/* scrollable menu */
.menuzord-menu.scrollable>.scrollable-fix {
  display: none;
}

.menuzord-brand {
  margin: 20px 30px 20px 0;
  float: left;
  color: #666;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}


.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

/* Right alignment */
.menuzord-menu.menuzord-right {
  float: right;
}

/* Menu items */
.menuzord-menu>li {
  display: inline-block;
  float: left;
}

@media (min-width: 1200px) {
  .menuzord-menu>li {
    padding: 30px 0;
  }
}

.menuzord-menu>li>a {
  padding: 7px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/* Active/hover state (Menu items) */
.menuzord-menu>li.active>a,
.menuzord-menu>li:hover>a {
  color: #333;
}

/* Dropdown */
.menuzord-menu ul.dropdown {
  top: 100%;
}

.menuzord-menu ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 230px;
  background: #fff;
}

/* Dropdown items */
.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0 none;
  font-size: 12px;
  position: relative;
}

.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: none;
  padding: 10px 25px 10px 22px;
  color: #888;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -o-transition: padding .2s linear;
  -moz-transition: padding .2s linear;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear;
}

/* Hover state (dropdown items) */
.menuzord-menu ul.dropdown li:hover>a {
  padding-left: 28px;
  padding-right: 19px;
  color: #333;
}

.menuzord-menu li .indicator {
  margin-left: 3px;
}

.menuzord.green .menuzord-menu>li.active>a,
.menuzord.green .menuzord-menu>li:hover>a,
.menuzord.green .menuzord-menu ul.dropdown li:hover>a {
  color: #37BC9B;
}

@media (max-width: 1199.98px) {

  /* Responsive menu container */
  .menuzord-responsive.menuzord {
    padding: 0;
  }

  /* Brand */
  /* Show/hide button */
  /* Menu */
  .menuzord-responsive .menuzord-menu {
    width: 100%;
    float: left !important;
  }

  /* scrollable menu*/
  .menuzord-responsive .menuzord-menu.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .menuzord-responsive .menuzord-menu.scrollable>.scrollable-fix {
    display: block;
  }

  /* Menu items */
  .menuzord-responsive .menuzord-menu>li {
    width: 100%;
    display: block;
    position: relative;
  }

  .menuzord-responsive .menuzord-menu>li>a {
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #f0f0f0;
  }

  .menuzord-responsive .menuzord-menu>li:first-child>a {
    border-top: solid 1px #f0f0f0;
  }

  /* Dropdown */
  .menuzord-responsive .menuzord-menu ul.dropdown {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: #fff;
    float: left;
  }

  /* Dropdown items */
  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative;
  }

  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: solid 1px #f0f0f0;
  }

  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>a {
    padding-left: 40px !important;
  }

  /* Dropdown/megamenu indicators */
  .menuzord-responsive .menuzord-menu li .indicator {
    width: 60px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    border-left: solid 1px #f5f5f5;
  }
}

header#header .header-nav .header-nav-container {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.header-nav .header-nav-wrapper .menuzord-container {
  transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .header-nav .header-nav-wrapper .menuzord-container {
    transition: none;
  }
}

.header-nav .header-nav-wrapper.navbar-scrolltofixed {
  transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .header-nav .header-nav-wrapper.navbar-scrolltofixed {
    transition: none;
  }
}

.header-nav .header-nav-col-row> :first-child {
  padding-left: 15px;
}

.header-nav .header-nav-col-row> :last-child {
  padding-right: 15px;
}

@media (max-width: 575.98px) {
  .header-nav .header-nav-col-row>div {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}

#top-primary-nav.menuzord,
#top-primary-nav-clone.menuzord {
  padding: 0;
}

#top-primary-nav .menuzord-menu li a {
  transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  #top-primary-nav .menuzord-menu li a {
    transition: none;
  }
}

#top-primary-nav .menuzord-menu>li {
  position: relative;
  margin-right: 8px;
}

#top-primary-nav .menuzord-menu>li>a {
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1199.98px) {
  #top-primary-nav .menuzord-menu>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#top-primary-nav .menuzord-menu ul.dropdown {
  border: 1px solid #ddd;
  box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
}

#top-primary-nav .menuzord-menu ul.dropdown li {
  margin: 0;
  border-bottom: 1px solid #eee;
  padding-left: 0;
}

#top-primary-nav .menuzord-menu ul.dropdown li a {
  color: #555;
  font-size: 1rem;
  padding: 10px 25px 10px 22px;
}

#top-primary-nav .menuzord-menu ul.dropdown li a:hover {
  background-color: #f5f5f5;
}

#top-primary-nav .menuzord-menu ul.dropdown li a:after {
  content: '';
  display: inline-block;
  height: 0;
  width: 4px;
  vertical-align: middle;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  background: #111;
  -webkit-transition: height .4s, opacity .4s ease, top .4s ease;
  -o-transition: height .4s, opacity .4s ease, top .4s ease;
  -moz-transition: height .4s, opacity .4s ease, top .4s ease;
  transition: height .4s, opacity .4s ease, top .4s ease;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#top-primary-nav .menuzord-menu ul.dropdown li:hover>a {
  background: #eee none repeat scroll 0 0;
  color: #333;
}

#top-primary-nav .menuzord-menu ul.dropdown li:hover>a:after {
  top: 0;
  height: -webkit-calc(100% + 1px);
  height: -moz-calc(100% + 1px);
  height: calc(100% + 1px);
  opacity: 1;
  visibility: visible;
}

#top-primary-nav .menuzord-menu>li>ul.dropdown {
  border-top: 3px solid #333;
  background: #fcfcfc;
}

@media (max-width: 1199.98px) {
  #top-primary-nav.menuzord-responsive .menuzord-menu>li>a {
    color: #fff;
    background-color: #333;
    border-bottom-color: #444;
  }

  #top-primary-nav.menuzord-responsive .menuzord-menu li .indicator {
    border-left-color: #444;
  }

  #top-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown {
    border-top: 0;
    border-color: #444;
  }

  #top-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown li a {
    color: #fff;
    background-color: #363636;
    border-bottom-color: #444;
  }
}

@media (max-width: 1199.98px) {
  #top-primary-nav .menuzord-menu {
    display: none !important;
  }
}

#top-primary-nav-clone .menuzord-menu {
  margin-bottom: 30px;
}

header#header .menuzord-brand {
  transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  header#header .menuzord-brand {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  header#header .menuzord-brand {
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  header#header .menuzord-brand {
    margin-right: 0;
  }
}

header#header .menuzord-brand img {
  max-height: 70px;
  width: auto;
  transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  header#header .menuzord-brand img {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  header#header .menuzord-brand img {
    max-width: 200px !important;
  }
}

header#header .menuzord-brand img.logo-2x {
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
  header#header .menuzord-brand .logo-default.logo-1x {
    display: none;
  }

  header#header .menuzord-brand .logo-default.logo-2x {
    display: inline-block;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows .menuzord-brand {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}


@media (min-width: 1400px) {
  body.container-1340px .container {
    max-width: 1340px;
    width: 1340px;
  }
}

.tm-contact-form-transparent {
  padding-right: 15px;
}

.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email],
.tm-contact-form-transparent textarea {
  transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {

  .tm-contact-form-transparent input[type=text],
  .tm-contact-form-transparent input[type=email],
  .tm-contact-form-transparent textarea {
    transition: none;
  }
}

.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email] {
  background: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 14px;
  padding-left: 0;
  margin-bottom: 28px;
  width: 100%;
}

.tm-contact-form-transparent textarea {
  background: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 15px;
  padding-left: 0;
  margin-bottom: 28px;
}

.tm-contact-form-transparent input[type=submit] {
  margin-top: 15px;
}

.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email],
.tm-contact-form-transparent textarea {
  background: transparent;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #464646;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn {
  border-width: 3px;
  letter-spacing: .05rem;
  padding: 0.8rem 2.5rem;
  overflow: hidden;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-sm {
  padding: 0.50rem 1.5rem;
}

.btn-lg {
  padding: 1.1rem 3.00rem;
}

/* button 3D */

.btn-round {
  border-radius: 3rem;
}

.tm-sc-custom-columns-holder {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.tm-sc-custom-columns-holder.tm-cc-two-columns .tm-sc-custom-columns-holder-item {
  width: 50%;
}

.tm-sc-custom-columns-holder.tm-cc-two-columns .tm-sc-custom-columns-holder-item {
  width: 50%;
}

.tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item .item-inner {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1280.tm-cc-two-columns .tm-sc-custom-columns-holder-item {
    width: 100%;
    display: inline-block;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .tm-sc-custom-columns-holder .item-content {
    padding: 0 10px;
  }
}

.tm-sc-funfact {
  transition: all 0.5s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .tm-sc-funfact {
    transition: none;
  }
}

.tm-sc-funfact i {
  font-size: 45px;
}

.tm-sc-funfact .counter {
  margin-top: 20px;
}

.tm-sc-funfact .counter .animate-number {
  line-height: 1;
}

.tm-sc-funfact :last-child {
  margin-bottom: 0;
}

/*
 * Shortcode: Icon Boxes
 * -----------------------------------------------
*/
.icon-box {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .icon-box {
    transition: none;
  }
}

.icon-box .icon-wrapper {
  margin-bottom: 20px;
}

.icon-box .icon {
  display: inline-block;
  height: 70px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  width: 70px;
  text-align: center;
  font-weight: normal;
}

@media screen and (prefers-reduced-motion: reduce) {
  .icon-box .icon {
    transition: none;
  }
}

.icon-box .icon.icon-default {
  height: auto;
  width: auto;
  margin-bottom: 5px;
}

.icon-box .icon.icon-type-image {
  display: block;
  text-align: left;
}

.icon-box.text-center .icon.icon-type-image {
  text-align: center;
  display: inline-block;
}

.icon-box .content p {
  margin-bottom: 0;
}

.icon-box .icon-box-title {
  transition: all 0.1s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .icon-box .icon-box-title {
    transition: none;
  }
}

.icon-box .btn-view-details {
  transition: all 0.1s ease;
  margin-top: 15px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .icon-box .btn-view-details {
    transition: none;
  }
}

.icon-box.iconbox-box-shadow {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
}

.icon-box.iconbox-box-shadow:hover {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.15);
}

.icon-box.iconbox-default-padding .icon-box-wrapper {
  padding: 50px 35px 50px 35px;
}

.icon-box.iconbox-style7-hover-moving-border {
  overflow: hidden;
}

.icon-box.iconbox-style7-hover-moving-border:after,
.icon-box.iconbox-style7-hover-moving-border:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  z-index: -1;
}

.icon-box.iconbox-style7-hover-moving-border:after {
  border-right: 2px solid #444;
  border-left: 2px solid #444;
}

.icon-box.iconbox-style7-hover-moving-border:after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.icon-box.iconbox-style7-hover-moving-border:before {
  border-top: 2px solid #444;
  border-bottom: 2px solid #444;
}

.icon-box.iconbox-style7-hover-moving-border:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.icon-box.iconbox-style7-hover-moving-border:hover:before,
.icon-box.iconbox-style7-hover-moving-border:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.opening-hours {
  list-style: none;
  padding: 0;
}

.opening-hours li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 0 !important;
}

.opening-hours li:last-child {
  border-bottom: 0;
}

.opening-hours li span {
  float: left;
}

.opening-hours li .value {
  float: right;
}

.opening-hours.border-dark li {
  border-bottom-color: #333;
}

.widget .opening-hours li * {
  line-height: 2.5rem;
}

.tm-sc-section-title {
  margin-bottom: 60px;
}

.tm-sc-section-title .title-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.tm-sc-section-title .title-wrapper .title {
  margin-top: -6px;
  line-height: 1.3;
  position: relative;
  z-index: 0;
  font-size: 3.5rem;
}

.tm-sc-section-title .title-wrapper .title span {
  line-height: 1;
}

.tm-sc-section-title .title-wrapper :first-child {
  margin-top: 0;
}

.tm-sc-section-title .title-wrapper .paragraph {
  font-size: 1.13rem;
  position: relative;
}

.tm-sc-section-title.line-bottom-style3-bordered-line .title-wrapper:after {
  border: 1px solid #aaa;
  bottom: -13px;
  border-radius: 10px;
  content: "";
  height: 4px;
  left: 0;
  margin-top: 0;
  position: absolute;
  width: 50px;
}

.tm-sc-section-title.line-bottom-style3-bordered-line.text-center .title-wrapper:after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper {
  position: relative;
}

.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:before {
  content: "";
  background: #eee;
  position: absolute;
  height: 3px;
  width: 110px;
  left: 0;
  bottom: -13px;
  border-radius: 6px;
}

.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:after {
  position: absolute;
  background: #333;
  content: "";
  height: 3px;
  width: 35px;
  left: 0;
  bottom: -13px;
  border-radius: 6px;
}

.tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-center .title-wrapper:before {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-center .title-wrapper:after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.styled-icons li {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 0;
  padding-left: 0 !important;
}

.styled-icons a {
  border: 2px solid transparent;
  color: #333;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 2;
  margin-right: 4px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 36px;
  transition: all 0.2s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .styled-icons a {
    transition: none;
  }
}

.styled-icons a i {
  height: 100%;
  line-height: 2;
  position: relative;
  top: 0;
  width: 100%;
}

.styled-icons a:hover {
  background-color: #333;
  color: #fff;
}

.styled-icons.icon-dark a {
  background-color: #333;
  color: #fff;
}

.styled-icons.icon-dark a:hover {
  background-color: black;
  color: #f2f2f2;
}

.styled-icons.icon-rounded a {
  border-radius: 3px;
}

.tm-sc-working-steps.working-steps-horizontal {
  position: relative;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder {
  position: absolute;
  top: 20px;
  left: -5%;
  width: 120%;
  height: 100%;
  background-image: url("../assets/working-steps-bg.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 1;
  margin: 0 -100px;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder:after {
  content: "";
  transform-origin: right;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 1s linear .2s;
  -moz-transition: -moz-transform 1s linear .2s;
  transition: transform 1s linear .2s;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner:after,
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner:before {
  content: "";
  display: table;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner:after {
  clear: both;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item {
  text-align: center;
  float: left;
  width: 25%;
  padding: 10px;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
  width: 73%;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper {
  position: relative;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder {
  background-color: #fff;
  display: inline-block;
  width: 90%;
  max-width: 200px;
  border: 5px solid #eee;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 20%;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder {
    transition: none;
  }
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .image-holder-inner {
  overflow: hidden;
  border-radius: 20%;
  width: 100%;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .image-holder-inner img {
  vertical-align: middle;
  width: 100%;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .tag {
  background-color: #222013;
  color: #fff;
  height: 56px;
  width: 56px;
  font-size: 14px;
  line-height: 56px;
  text-align: center;
  border-radius: 20%;
  position: absolute;
  font-weight: 700;
  bottom: 5px;
  right: -12px;
  border: 2px solid #fff;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .image-holder {
  width: 90%;
  height: 90%;
  max-width: 250px;
  margin-top: -40px;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .working-steps-item-inner {
  width: 95%;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-push-right .working-steps-item-inner {
  float: right;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item:hover .image-holder-wrapper .image-holder .image-holder-inner img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.tm-sc-working-steps.working-steps-horizontal.working-steps-items-four .tm-sc-working-steps-item {
  width: 25%;
}

.tm-sc-working-steps.working-steps-horizontal .title-holder {
  margin-bottom: 7px;
}

.tm-sc-working-steps.working-steps-horizontal .text-holder p {
  color: #888;
}

.tm-sc-working-steps.working-steps-horizontal .text-holder p,
.tm-sc-working-steps.working-steps-horizontal .title {
  margin: 0;
}

@media only screen and (max-width: 1440px) {
  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder {
    background-size: contain;
    margin: 0 -100px;
  }
}

@media (max-width: 1199.98px) {
  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
    width: 80%;
  }

  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder {
    width: 85%;
  }

  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .image-holder {
    width: 90%;
    height: 90%;
    margin-top: -40px;
  }
}

@media (max-width: 991.98px) {
  .tm-sc-working-steps.working-steps-horizontal {
    margin-top: 0;
  }

  .tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder {
    display: none;
  }

  .tm-sc-working-steps.working-steps-horizontal.working-steps-items-four .working-steps-inner .tm-sc-working-steps-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .tm-sc-working-steps.working-steps-horizontal.working-steps-items-four .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
    width: 100%;
  }

  .tm-sc-working-steps.working-steps-horizontal.working-steps-items-four .working-steps-inner .tm-sc-working-steps-item .image-holder {
    width: 65%;
    max-width: 200px;
  }

  .tm-sc-working-steps.working-steps-horizontal.working-steps-items-four .working-steps-inner .tm-sc-working-steps-item .content-holder {
    padding: 0 20px;
  }

  .tm-sc-working-steps.working-steps-horizontal.working-steps-items-four .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .image-holder {
    width: 80%;
    height: 80%;
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
    width: 100%;
  }

  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder {
    width: 65%;
    max-width: 200px;
  }

  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .image-holder {
    width: 70%;
    height: 70%;
    margin-top: 0;
  }
}

.widget {
  margin-bottom: 45px;
}

.widget ul li {
  list-style: none;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  line-height: 2.5rem;
}

.widget>ul li:last-child,
.widget ul.menu li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.widget .widget-title {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 1.1;
}

.widget .widget-title.widget-title-line-bottom {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.widget .widget-title.widget-title-line-bottom:after,
.widget .widget-title.widget-title-line-bottom:before {
  background: #bbb;
  border-radius: 10px;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}

.widget .widget-title.widget-title-line-bottom:before {
  background: #f5f5f5;
  width: 100%;
}

.widget.widget_nav_menu ul>li {
  padding-left: 15px;
  position: relative;
}

.widget.widget_nav_menu ul>li::before {
  content: "\f0da";
  left: 0;
  position: absolute;
  font-family: FontAwesome;
  color: #ccc;
}

.widget.widget_nav_menu ul>li a {
  color: #7d848a;
  font-weight: normal;
}

.widget.widget_nav_menu ul>li::before {
  content: "\f105";
  font-size: 14px;
  font-weight: 600;
}

.widget .post {
  border-bottom: none;
}

.widget .post:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget .post .post-thumb {
  float: left;
  margin-right: 15px;
  width: 85px;
}

.widget .post .post-title {
  margin-top: 0;
  margin-bottom: 5px;
}

.widget .post .post-title a {
  color: #555;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
}

.widget .post .entry-date {
  display: block;
  color: #888f96;
  font-size: 14px;
  line-height: 12px;
  padding: 4px 0;
}

/*
 * contact-info.scss
 * -----------------------------------------------
*/
.widget-contact-info .contact-info .thumb {
  margin-bottom: 15px;
}

.widget-contact-info .contact-info .description {
  margin-bottom: 15px;
}

.tm-sc-testimonials .tm-testimonial {
  margin-bottom: 20px;
}

.tm-sc-testimonials .tm-testimonial .testimonial-author-details {
  display: table;
  width: 100%;
}

.tm-sc-testimonials .tm-testimonial .testimonial-author-details .testimonial-image-holder {
  width: 90px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding-right: 15px;
}

.tm-sc-testimonials .tm-testimonial .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 4.6em;
}

.tm-sc-testimonials .tm-testimonial .star-rating::before {
  content: "\f006\f006\f006\f006\f006";
  color: #d3ced2;
  font-family: fontawesome;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.tm-sc-testimonials .tm-testimonial .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.tm-sc-testimonials .tm-testimonial .star-rating span::before {
  content: "\f006\f006\f006\f006\f006";
  color: #f1c40f;
  font-family: fontawesome;
  top: 0;
  position: absolute;
  left: 0;
}

.tm-sc-testimonials .tm-testimonial .star-rating {
  float: none;
  margin: 20px 0 0;
}

footer#footer {
  background-color: #1a1a1a;
  color: #bbb;
}

footer#footer a:not(.social-link) {
  color: #bbb;
  font-weight: 500;
}

footer#footer a:not(.social-link):focus,
footer#footer a:not(.social-link):hover,
footer#footer a:not(.social-link):active {
  color: #eeeeee;
}

footer#footer .footer-widget-area .widget {
  margin-bottom: 45px;
}

footer#footer .footer-widget-area .widget .widget-title {
  color: #fff;
  margin-bottom: 35px;
}

footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:after,
footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:before {
  background: #666;
}

footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:before {
  background: rgba(65, 65, 65, 0.3);
}


footer#footer .footer-widget-area .widget .widget-title {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.services-block .inner-box .thumb {
  position: relative;
  overflow: hidden;
}

.services-block .inner-box .thumb:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  opacity: 0.8;
  z-index: 1;
  border-radius: 0px 50px 0px 0px;
  display: block;
  cursor: pointer;
  z-index: 1;
  border: 150px solid rgba(68, 57, 134, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  -webkit-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  -o-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  -ms-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
}

.services-block .inner-box:hover .thumb:before {
  border: 0px double rgba(68, 57, 134, 0.6);
}

.services-block .inner-box .thumb img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 0px 50px 0px 0px;
}

.services-block .inner-box .content {
  position: relative;
  z-index: 2;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: -55px;
  text-align: center;
  padding: 30px 25px 15px;
  background-color: #ffffff;
  border-radius: 0px 0px 0px 50px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.services-block .inner-box .content .symbol-icon {
  position: absolute;
  top: -40px;
  width: 64px;
  padding: 15px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.services-block .inner-box .content .symbol-icon {
  background: #1bacd6;
}

.services-block .inner-box .content .symbol-icon:hover {
  background: #263856;
}

/*
 * Shortcode: staff.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: testimonials.scss
 * -----------------------------------------------
*/
.tm-sc-testimonials {
  /* Style 7 - Current Theme */
}

.tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial {
  background-color: #fff;
  border-radius: 20px 100px 20px 100px;
  transition: all 500ms cubic-bezier(0.57, 0.04, 0.06, 0.84);
}

@media screen and (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial {
    transition: none;
  }
}

.tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-inner {
  position: relative;
  overflow: hidden;
}

.tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details {
  padding: 35px 45px 60px;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details {
    transition: none;
  }
}

.tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details:after {
  content: "";
  background: url("../assets/quote-icon.png") no-repeat;
  opacity: 0.2;
  position: absolute;
  right: -60px;
  top: 50px;
  width: 180px;
  height: 180px;
  transition: all 0.3s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details:after {
    transition: none;
  }
}

.tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details .testimonial-header .star-rating {
  margin-top: 30px;
}

.tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details .testimonial-footer {
  margin-bottom: 30px;
}

.tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details .testimonial-footer .testimonial-image-holder {
  width: 90px;
  float: left;
  margin-right: 10px;
}

.tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details .testimonial-footer .author-info .name {
  padding-top: 10px;
  margin-bottom: 0;
}

.tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details .testimonial-footer .author-info .job-position {
  font-size: 0.95rem;
  color: #aaa;
}

.tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial:hover {
  box-shadow: 0px 0px 30px rgba(5, 5, 5, 0.08);
}


.btn-plain-text-with-arrow {
  color: #2f3241;
  font-size: 1rem;
  padding: 0;
  border: 0;
  vertical-align: initial;
}

.btn-plain-text-with-arrow:after {
  display: inline-block;
  content: "\f178";
  font-family: fontawesome;
  font-size: 16px;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-left: 7px;
  position: relative;
  text-shadow: none;
  text-transform: none;
  top: 2px;
  transition: all 0.3s ease 0s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn-plain-text-with-arrow:after {
    transition: none;
  }
}

.btn-plain-text-with-arrow:focus:after,
.btn-plain-text-with-arrow:hover:after {
  -webkit-animation: moveArrow 1s;
  -moz-animation: moveArrow 1s;
  animation: moveArrow 1s;
}

.btn-plain-text-with-arrow:focus {
  box-shadow: none;
}

.btn-plain-text-with-arrow.text-white:after {
  color: #fff !important;
}

@keyframes moveArrow {

  0%,
  55% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(13px) scale(0.9);
    -moz-transform: translateX(13px) scale(0.9);
    transform: translateX(13px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-13px) scale(0.9);
    -moz-transform: translateX(-13px) scale(0.9);
    transform: translateX(-13px) scale(0.9);
  }
}

.tm-sc-section-title .title-wrapper .title {
  font-size: 3.125rem;
}

.tm-sc-section-title .title-wrapper .title:after {
  content: "";
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 7px;
}
.font-size-36 {
  font-size: 36px !important;
}

.font-size-48 {
  font-size: 48px !important;
}

.font-size-54 {
  font-size: 54px !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-white-f5 {
  background-color: #f5f5f5 !important;
}

.bg-img-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-img-right {
  background-position: right !important;
}

.img-fullwidth {
  width: 100% !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

@media (max-width: 1199.98px) {
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 991.98px) {
  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
}

/* Padding */
.p-0 {
  padding: 0px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 3.3rem;
  }

  h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.3rem;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 3.0rem;
  }

  h2 {
    font-size: 2.2rem;
  }
}

/*
Rounded Boxed Skin
*/

/* Menu items */
.menuzord-menu>li>a {
  padding: 8px 16px;
  border-radius: 30px;
}

/* Active/hover state (Menu items) */
.menuzord-menu>li.active>a,
.menuzord-menu>li:hover>a {
  background: #333;
  color: #fff;
}

/* Dropdown items */
.menuzord .menuzord-menu ul.dropdown li:hover>a {
  background: #333;
  color: #fff;
}

/* Search field */

/* Color schemes */
/* blue */
/* green */
.menuzord.green .menuzord-menu>li.active>a,
.menuzord.green .menuzord-menu>li:hover>a,
.menuzord.green .menuzord-menu ul.dropdown li:hover>a {
  background: #1bacd6;
  color: #fff;
}

/* red */
/* orange */
/* yellow */
/* purple */
/* pink */

/* Mobile mode (Responsive mode) */
@media (max-width: 1199.98px) {

  /* Menu items */
  .menuzord-responsive .menuzord-menu>li {
    padding: 0;
  }

  .menuzord-responsive .menuzord-menu>li>a {
    padding: 12px 20px !important;
    border-radius: 0;
  }
}

@media (min-width: 1136px) and (max-width: 1279px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 960px) and (max-width: 1135px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 3em;
  }

  /* 39px */
  h2 {
    font-size: 2.3077em;
  }

  /* 30px */
  /* 24px */
  h4 {
    font-size: 1.3846em;
  }

  /* 18px */
  h5 {
    font-size: 1.2308em;
  }

  /* 16px */
  h6 {
    font-size: 1em;
  }

  /* 13px */
}

@media (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 3em;
  }

  /* 39px */
  h2 {
    font-size: 2.3077em;
  }

  /* 30px */
  /* 24px */
  h4 {
    font-size: 1.3846em;
  }

  /* 18px */
  h5 {
    font-size: 1.2308em;
  }

  /* 16px */
  h6 {
    font-size: 1em;
  }

  /* 13px */
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 2.5em;
  }

  /* 30px */
  h2 {
    font-size: 2em;
  }

  /* 24px */
  /* 20px */
  h4 {
    font-size: 1.3333em;
  }

  /* 16px */
  h5 {
    font-size: 1.1667em;
  }

  /* 14px */
  h6 {
    font-size: 1em;
  }

  /* 12px */
}

a {
  color: #00c3ed;
}

a:hover,
a:focus {
  color: #002E5A;
}

.widget .post-title a:hover {
  color: #00c3ed;
}

.text-theme-colored1 {
  color: #00c3ed !important;
}

.bg-theme-colored1 {
  background-color: #00c3ed !important;
}

.icon-theme-colored1 a {
  color: #00c3ed;
}

.icon-theme-colored1.icon-dark a {
  background-color: #00c3ed;
  color: #fff;
}

.icon-theme-colored1.icon-dark a:hover {
  background-color: #0099ba;
}

/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
.icon-box.iconbox-theme-colored1 .icon {
  color: #00c3ed;
}

/*
 *  accordion.scss
 * -----------------------------------------------
*/

.line-bottom-theme-colored1:after,
.line-bottom-theme-colored1:before {
  background: #00c3ed;
}

.widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored1:after,
footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored1:after {
  background: #00c3ed;
}

.bg-theme-colored2 {
  background-color: #002E5A !important;
}

.layer-overlay.overlay-theme-colored2-9::before {
  background-color: rgba(0, 46, 90, 0.9);
}


.icon-box.iconbox-theme-colored2 .icon {
  color: #002E5A;
}

header#header .header-top {
  background-color: #00c3ed;
}


.tm-contact-form-transparent input[type=text]:focus,
.tm-contact-form-transparent input[type=email]:focus,
.tm-contact-form-transparent textarea:focus {
  border-bottom-color: #00c3ed;
}

.btn-theme-colored1 {
  color: #fff;
  background-color: #00c3ed;
  border-color: #00c3ed;
}

.btn-theme-colored1:hover {
  color: #fff;
  background-color: #00a4c7;
  border-color: #0099ba;
}

.btn-theme-colored1:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 195, 237, 0.5);
}

.btn-theme-colored1:disabled {
  color: #fff;
  background-color: #00c3ed;
  border-color: #00c3ed;
}

.btn-theme-colored1:not(:disabled):not(.disabled):active,
.btn-theme-colored1:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0099ba;
  border-color: #008fad;
}

.btn-theme-colored1:not(:disabled):not(.disabled):active:focus,
.btn-theme-colored1:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 195, 237, 0.5);
}

.btn-theme-colored1:hover {
  background-color: transparent;
  color: #00c3ed;
}

.btn-theme-colored2:not(:disabled):not(.disabled):active,
.btn-theme-colored2:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #001427;
  border-color: #000d1a;
}

.btn-theme-colored2:not(:disabled):not(.disabled):active:focus,
.btn-theme-colored2:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 46, 90, 0.5);
}

.btn-theme-colored3:not(:disabled):not(.disabled):active,
.btn-theme-colored3:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2c4355;
  border-color: #283c4c;
}

.btn-theme-colored3:not(:disabled):not(.disabled):active:focus,
.btn-theme-colored3:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 93, 118, 0.5);
}

.btn-theme-colored4:not(:disabled):not(.disabled):active,
.btn-theme-colored4:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #004c87;
  border-color: #00457a;
}

.btn-theme-colored4:not(:disabled):not(.disabled):active:focus,
.btn-theme-colored4:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 105, 186, 0.5);
}

.btn-outline-theme-colored1:not(:disabled):not(.disabled):active,
.btn-outline-theme-colored1:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00c3ed;
  border-color: #00c3ed;
}

.btn-outline-theme-colored1:not(:disabled):not(.disabled):active:focus,
.btn-outline-theme-colored1:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 195, 237, 0.5);
}

.btn-outline-theme-colored2:not(:disabled):not(.disabled):active,
.btn-outline-theme-colored2:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #002E5A;
  border-color: #002E5A;
}

.btn-outline-theme-colored2:not(:disabled):not(.disabled):active:focus,
.btn-outline-theme-colored2:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 46, 90, 0.5);
}

.btn-outline-theme-colored3:not(:disabled):not(.disabled):active,
.btn-outline-theme-colored3:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3E5D76;
  border-color: #3E5D76;
}

.btn-outline-theme-colored3:not(:disabled):not(.disabled):active:focus,
.btn-outline-theme-colored3:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 93, 118, 0.5);
}

.btn-outline-theme-colored4:not(:disabled):not(.disabled):active,
.btn-outline-theme-colored4:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0069BA;
  border-color: #0069BA;
}

.btn-outline-theme-colored4:not(:disabled):not(.disabled):active:focus,
.btn-outline-theme-colored4:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 105, 186, 0.5);
}

.icon-box.iconbox-style7-hover-moving-border:after {
  border-right-color: rgba(0, 195, 237, 0.7);
  border-left-color: rgba(0, 195, 237, 0.7);
}

.icon-box.iconbox-style7-hover-moving-border:before {
  border-top-color: rgba(0, 195, 237, 0.7);
  border-bottom-color: rgba(0, 195, 237, 0.7);
}


.tm-sc-section-title.line-bottom-style3-bordered-line .title-wrapper:after {
  border-color: #00c3ed;
}

.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:after {
  background-color: #00c3ed;
}

.widget.widget_nav_menu ul>li::before {
  color: #00c3ed;
}

.widget ul>li:hover::before {
  color: #00c3ed;
}

.widget ul>li:hover>a {
  color: #00c3ed;
}


.scrollToTop {
  background: rgba(0, 195, 237, 0.2);
}

.scrollToTop:hover {
  background: rgba(0, 195, 237, 0.9);
}


.services-block .inner-box:hover .thumb:before {
  border-color: rgba(0, 195, 237, 0.6);
}


.btn-plain-text-with-arrow:after {
  color: #00c3ed;
}

.btn-plain-text-with-arrow:hover {
  color: #00c3ed;
}

.btn-plain-text-with-arrow:hover:after {
  color: #00c3ed;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item:hover .image-holder {
  border-color: #00c3ed;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .tag {
  background-color: #00c3ed;
}


@media (max-width: 1199.98px) {
  .tm-sc-custom-columns-holder-item .item-content.bconsul-mascot-custom-columns-479103 {
    padding: 90px 10% 90px 10% !important;
  }
}

@media (min-width: 1200px) {
  .tm-sc-custom-columns-holder-item .item-content.bconsul-mascot-custom-columns-479103 {
    padding: 70px 10% 70px 10% !important;
  }
}

@media (max-width: 1199.98px) {
  .tm-sc-custom-columns-holder-item .item-content.econsul-mascot-custom-columns-924797 {
    padding: 80px 10% 100px 10% !important;
  }
}

@media (min-width: 1200px) {
  .tm-sc-custom-columns-holder-item .item-content.econsul-mascot-custom-columns-924797 {
    padding: 80px 25% 100px 10% !important;
  }
}
/* 9 - SHOW/HIDE BUTTON (MOBILE MODE)
======================================*/
.menuzord .showhide {
  width: 60px;
  height: 46px;
  padding: 13px 0 0;
  display: none;
  float: right;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; 
}

/* Show/hide button icon */
.menuzord .showhide em {
  width: 20px;
  height: 3px;
  margin: 4px 20px 0;
  float: right;
  background: #333;
  border-radius: 3px; }

#top-primary-nav-clone .showhide {
  display: none !important;
}
@media (max-width: 1199.98px) {
  #top-primary-nav.menuzord-responsive .menuzord-menu > li > a,
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu > li > a {
    color: #fff;
    background-color: #333;
    border-bottom-color: #444; }
  #top-primary-nav.menuzord-responsive .menuzord-menu li .indicator,
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu li .indicator {
    border-left-color: #444; }
  #top-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown,
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu ul.dropdown {
    border-top: 0;
    border-color: #444; }
    #top-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown li a,
    #top-primary-nav-clone.menuzord-responsive .menuzord-menu ul.dropdown li a {
      color: #fff;
      background-color: #363636;
      border-bottom-color: #444; }
  #top-primary-nav.menuzord-responsive .menuzord-menu .widget,
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu .widget {
    margin-bottom: 15px; }
  #top-primary-nav.menuzord-responsive .menuzord-menu .megamenu .megamenu-row > [class^="col"],
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu .megamenu .megamenu-row > [class^="col"] {
    padding: 0 15px; }
  #top-primary-nav.menuzord-responsive .menuzord-menu .megamenu .megamenu-row [class*="col"],
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu .megamenu .megamenu-row [class*="col"] {
    margin-top: 0; } }
    #top-primary-nav .menuzord-menu ul.dropdown li a, #top-primary-nav-clone .menuzord-menu ul.dropdown li a {
  color: #555;
  font-size: 1rem;
  padding: 10px 25px 10px 22px;
    padding-left: 22px;
}

.hero-subtitle{
  background-color: rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  line-height: 50px;
  font-weight: 800;
  font-size: 24px;
  border-color: rgb(0, 195, 237);
  border-style: solid;
  border-width: 2px 0px 0px 5px;
  padding: 0px 15px;
  color: rgb(0, 195, 237);
  width: fit-content;
}
.hero-title{
  line-height: 60px;
  font-weight: 700;
  font-size: 50px;
  color: rgb(255, 255, 255);
}
.hero-btn{
  background-color: rgb(0, 195, 237);
  line-height: 40px;
  font-weight: 500;
  font-size: 20px;
  border-radius: 5px;
  padding: 15px 40px;
  color: rgb(255, 255, 255);
  display: block;
  width: fit-content;
}
.description{
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}
.description b{
  font-weight: 700;
}
.tm-widget-social-list-custom{
  text-align: right;
}
.description a{
  color: #00c3ed !important;
}
.bg-img-center {
  background-position: center !important;
}.page-title .breadcrumbs .active {
  color: #00c3ed;
}.section-typo-light, .section-typo-light h1, .section-typo-light h2, .section-typo-light h3, .section-typo-light h4, .section-typo-light h5, .section-typo-light h6, .section-typo-light p, .section-typo-light a:not(.icon):not(.btn):not(.social-link):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link), .section-typo-light a:not(.icon):not(.btn):not(.social-link):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):hover {
  color: #fff !important;
}

.layer-overlay {
  position: relative;
  /* overlay-dark */
  /* overlay-white */ }
  .layer-overlay::before {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .layer-overlay.overlay-dark-8::before {
    background-color: rgba(17, 17, 17, 0.8); }

    
/*Contact Form Style1*/
.tm-contact-form-transparent {
  padding-right: 15px; }
  .tm-contact-form-transparent input[type=text],
  .tm-contact-form-transparent input[type=email],
  .tm-contact-form-transparent textarea {
    transition: all 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-contact-form-transparent input[type=text],
      .tm-contact-form-transparent input[type=email],
      .tm-contact-form-transparent textarea {
        transition: none; } }
  .tm-contact-form-transparent input[type=text],
  .tm-contact-form-transparent input[type=email] {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 14px;
    padding-left: 0;
    margin-bottom: 28px;
    width: 100%; }
  .tm-contact-form-transparent textarea {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 15px;
    padding-left: 0;
    margin-bottom: 28px; }
  .tm-contact-form-transparent input[type=submit] {
    margin-top: 15px; }

/*Request A Call Back Form Style1*/

/*Get Free Consulting*/

.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email],
.tm-contact-form-transparent textarea {
  background: transparent; }

  .btn-theme-colored2 {
  color: #fff;
  background-color: #002E5A;
  border-color: #002E5A;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  color: #002c42;
}
.footer-logo img{
  max-width: 300px;
}
.services-block p{
  font-size: 16px;
}


@media(max-width: 768px){
  .header-top {
    display: none;
  }
  .hero-subtitle{
 line-height: 25px;
    font-size: 18px;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    border-width: 5px 5px 0px 5px;
  }
  .hero-section{
    padding: 0px 10px;
    text-align: center;
  }
  .hero-title{
    line-height: 38px;
    font-size: 26px;
  text-align: center;
  }
  .hero-btn{
    line-height: 20px;
  font-size: 18px;
  padding: 10px 20px;
  margin: 0 auto;
  }
}

.icon-text p {
  font-size: 15px;
}
.inner-box h4{
  font-size: 22px;
}