/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* line 4, ../scss/_general.scss */
body {
  font-family: "Open Sans", sans-serif;
  color: "Open Sans", sans-serif; }

/* line 9, ../scss/_general.scss */
a {
  color: #1277D9;
  text-decoration: none; }

/* line 14, ../scss/_general.scss */
a:hover {
  color: #30558a;
  text-decoration: none; }

/* line 19, ../scss/_general.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif; }

/* line 23, ../scss/_general.scss */
h1 {
  font-size: 1.70rem; }

/* line 24, ../scss/_general.scss */
h2 {
  font-size: 1.45rem; }

/* line 25, ../scss/_general.scss */
h3 {
  font-size: 1.3rem; }

/* line 26, ../scss/_general.scss */
h4 {
  font-size: 1rem; }

/* line 27, ../scss/_general.scss */
h5 {
  font-size: 1rem; }

/* line 28, ../scss/_general.scss */
h6 {
  font-size: 1rem; }

/* line 30, ../scss/_general.scss */
p {
  margin-top: 0;
  margin-bottom: .6rem; }

/* line 35, ../scss/_general.scss */
.p-quote {
  padding-left: 2rem; }

/* line 39, ../scss/_general.scss */
.title-pad-1 {
  padding-top: .5rem;
  padding-bottom: .5rem; }

/* line 44, ../scss/_general.scss */
.title-font-black-bold {
  font-weight: 600;
  color: #2E3047; }

/* line 49, ../scss/_general.scss */
.pad-main {
  padding: 0rem 0rem 0rem 2.5rem;
  border-left: thin solid #d3d4d3; }

@media screen and (max-width: 1199px) {
  /* line 55, ../scss/_general.scss */
  .pad-main {
    padding-left: 0rem;
    border-left: none; } }
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* line 64, ../scss/_general.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

/* line 75, ../scss/_general.scss */
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #233E64;
  border-top-color: #93b0d9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite; }

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/* line 96, ../scss/_general.scss */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #233E64;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s; }
  /* line 109, ../scss/_general.scss */
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0; }
  /* line 115, ../scss/_general.scss */
  .back-to-top:hover {
    background: #2e5182;
    color: #fff; }
  /* line 120, ../scss/_general.scss */
  .back-to-top.active {
    visibility: visible;
    opacity: 1; }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /* line 131, ../scss/_general.scss */
  [data-aos-delay] {
    transition-delay: 0 !important; } }
/* line 136, ../scss/_general.scss */
.sec-1-padding {
  padding: 15px; }

/* line 138, ../scss/_general.scss */
.bg-lt-gray {
  background-color: #ECEEEF; }

/* line 139, ../scss/_general.scss */
.bg-lt-gray-1 {
  background-color: #fcf9f9; }

/* line 140, ../scss/_general.scss */
.bg-lt-blue {
  background-color: #D6E7F3; }

/* line 142, ../scss/_general.scss */
.font-color-black {
  color: #343a40;
  font-weight: 500; }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
/* line 4, ../scss/_header.scss */
#topbar {
  background: #233E64;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s; }
  /* line 14, ../scss/_header.scss */
  #topbar.topbar-scrolled {
    top: -40px; }
  /* line 18, ../scss/_header.scss */
  #topbar i {
    padding-right: 6px;
    line-height: 0; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* line 27, ../scss/_header.scss */
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); }
  @media (max-width: 992px) {
    /* line 27, ../scss/_header.scss */
    #header {
      padding: 15px 0; } }
  /* line 38, ../scss/_header.scss */
  #header.header-scrolled {
    top: 0; }
  /* line 42, ../scss/_header.scss */
  #header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    /* line 51, ../scss/_header.scss */
    #header .logo a {
      color: #555555; }
    /* line 55, ../scss/_header.scss */
    #header .logo img {
      max-height: 60px; }

/**
* Appointment Button
*/
/* line 64, ../scss/_header.scss */
.appointment-btn {
  margin-left: 25px;
  background: #233E64;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block; }
  /* line 74, ../scss/_header.scss */
  .appointment-btn:hover {
    background: #30558a;
    color: #fff; }
  @media (max-width: 768px) {
    /* line 64, ../scss/_header.scss */
    .appointment-btn {
      margin: 0 15px 0 0;
      padding: 6px 15px; } }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
/* line 10, ../scss/_nav.scss */
.nav-quote {
  color: red;
  font-weight: bold; }

/* line 18, ../scss/_nav.scss */
.navbar {
  padding: 0; }
  /* line 21, ../scss/_nav.scss */
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center; }
  /* line 29, ../scss/_nav.scss */
  .navbar li {
    position: relative; }
  /* line 33, ../scss/_nav.scss */
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 20px;
    font-family: Roboto, system-ui, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #626262;
    white-space: nowrap;
    transition: 0.1s;
    text-transform: uppercase;
    font-weight: 600; }
    /* line 47, ../scss/_nav.scss */
    .navbar a i, .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px; }
  /* line 54, ../scss/_nav.scss */
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #233E64; }
  /* line 60, ../scss/_nav.scss */
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 5px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.1s;
    border-radius: 4px; }
    /* line 75, ../scss/_nav.scss */
    .navbar .dropdown ul li {
      min-width: 200px; }
    /* line 79, ../scss/_nav.scss */
    .navbar .dropdown ul a {
      padding: 5px 20px;
      text-transform: none; }
      /* line 82, ../scss/_nav.scss */
      .navbar .dropdown ul a i {
        font-size: 12px; }
    /* line 87, ../scss/_nav.scss */
    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
      color: #dc3545; }
  /* line 93, ../scss/_nav.scss */
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible; }
  /* line 103, ../scss/_nav.scss */
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden; }
  /* line 109, ../scss/_nav.scss */
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible; }
  @media (max-width: 1366px) {
    /* line 117, ../scss/_nav.scss */
    .navbar .dropdown .dropdown ul {
      left: -90%; }
    /* line 121, ../scss/_nav.scss */
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%; } }
  /* line 129, ../scss/_nav.scss */
  .navbar .dropdown-special ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 5px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.1s;
    border-radius: 4px; }
    /* line 144, ../scss/_nav.scss */
    .navbar .dropdown-special ul li {
      min-width: 200px; }
    /* line 148, ../scss/_nav.scss */
    .navbar .dropdown-special ul a {
      padding: 5px 20px;
      text-transform: none; }
      /* line 151, ../scss/_nav.scss */
      .navbar .dropdown-special ul a i {
        font-size: 12px; }
    /* line 156, ../scss/_nav.scss */
    .navbar .dropdown-special ul a:hover, .navbar .dropdown-special ul .active:hover, .navbar .dropdown-special ul li:hover > a {
      color: #233E64; }
  /* line 162, ../scss/_nav.scss */
  .navbar .dropdown-special:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible; }
  @media (max-width: 1450px) {
    /* line 170, ../scss/_nav.scss */
    .navbar .dropdown-special ul {
      left: -30%; }
    /* line 174, ../scss/_nav.scss */
    .navbar .dropdown-special:hover > ul {
      left: -50%; } }
  /* line 181, ../scss/_nav.scss */
  .navbar .dropdown-search {
   /*@media (max-width: 1450px) {
      ul {
        left: -30%;
      }

      &:hover > ul {
        left: -50%;
      }
    } */ }
    /* line 183, ../scss/_nav.scss */
    .navbar .dropdown-search ul {
      display: block;
      position: absolute;
      left: -120px;
      top: calc(100% + 30px);
      margin: 0;
      padding: 5px 0;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      background: #fff;
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
      transition: 0.1s;
      border-radius: 4px; }
      /* line 198, ../scss/_nav.scss */
      .navbar .dropdown-search ul li {
        min-width: 200px; }
      /* line 202, ../scss/_nav.scss */
      .navbar .dropdown-search ul a {
        padding: 5px 20px;
        text-transform: none; }
        /* line 205, ../scss/_nav.scss */
        .navbar .dropdown-search ul a i {
          font-size: 12px; }
      /* line 210, ../scss/_nav.scss */
      .navbar .dropdown-search ul a:hover, .navbar .dropdown-search ul .active:hover, .navbar .dropdown-search ul li:hover > a {
        color: #233E64; }
    /* line 216, ../scss/_nav.scss */
    .navbar .dropdown-search:hover > ul {
      opacity: 1;
      top: 100%;
      visibility: visible; }

/**
* Mobile Navigation 
*/
/* line 240, ../scss/_nav.scss */
.mobile-nav-toggle {
  color: #555555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s; }
  /* line 247, ../scss/_nav.scss */
  .mobile-nav-toggle.bi-x {
    color: #fff; }

@media (max-width: 1300px) {
  /* line 256, ../scss/_nav.scss */
  .quote-special {
    display: none;
    visibility: hidden; }

  /* line 261, ../scss/_nav.scss */
  .dropdown-search {
    display: none; }

  /* line 265, ../scss/_nav.scss */
  .mobile-nav-toggle {
    display: block; }

  /* line 269, ../scss/_nav.scss */
  .navbar ul {
    display: none; } }
/* line 276, ../scss/_nav.scss */
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.1s;
  z-index: 999; }
  /* line 287, ../scss/_nav.scss */
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px; }
  /* line 293, ../scss/_nav.scss */
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s; }
  /* line 307, ../scss/_nav.scss */
  .navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #555555; }
  /* line 313, ../scss/_nav.scss */
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #233E64; }
  /* line 319, ../scss/_nav.scss */
  .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); }
    /* line 330, ../scss/_nav.scss */
    .navbar-mobile .dropdown ul li {
      min-width: 200px; }
    /* line 334, ../scss/_nav.scss */
    .navbar-mobile .dropdown ul a {
      padding: 10px 20px; }
      /* line 337, ../scss/_nav.scss */
      .navbar-mobile .dropdown ul a i {
        font-size: 12px; }
    /* line 342, ../scss/_nav.scss */
    .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
      color: #233E64; }
  /* line 348, ../scss/_nav.scss */
  .navbar-mobile .dropdown > .dropdown-active {
    display: block; }

/* line 359, ../scss/_nav.scss */
.search-bar-movil {
  display: none; }

@media (max-width: 1300px) {
  /* line 366, ../scss/_nav.scss */
  .search-bar-movil {
    display: inherit;
    visibility: visible; }
    /* line 370, ../scss/_nav.scss */
    .search-bar-movil .form-control:focus {
      box-shadow: none; }
    /* line 374, ../scss/_nav.scss */
    .search-bar-movil .form-control-underlined {
      border-width: 0;
      border-bottom-width: 1px;
      border-radius: 0;
      padding-left: 0; } }
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* line 4, ../scss/_hero.scss */
#hero {
  width: 100%;
  height: 80vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative; }
  /* line 11, ../scss/_hero.scss */
  #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  /* line 19, ../scss/_hero.scss */
  #hero .carousel-item {
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  /* line 28, ../scss/_hero.scss */
  #hero .container {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-top: 4px solid #233E64; }
    @media (max-width: 1200px) {
      /* line 28, ../scss/_hero.scss */
      #hero .container {
        margin-left: 20px;
        margin-right: 20px; } }
  /* line 42, ../scss/_hero.scss */
  #hero h2 {
    color: #2f2f2f;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700; }
  /* line 49, ../scss/_hero.scss */
  #hero p {
    margin: 0 auto 30px auto;
    color: #555555; }
  /* line 55, ../scss/_hero.scss */
  #hero .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-position: center top; }
  /* line 61, ../scss/_hero.scss */
  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    opacity: 0; }
  /* line 67, ../scss/_hero.scss */
  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-start,
  #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s; }
  /* line 74, ../scss/_hero.scss */
  #hero .carousel-inner .carousel-item-next,
  #hero .carousel-inner .carousel-item-prev,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0); }
  /* line 83, ../scss/_hero.scss */
  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(35, 62, 100, 0.8);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 98, ../scss/_hero.scss */
    #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
      background: #233e64;
      color: rgba(255, 255, 255, 0.8); }
  /* line 105, ../scss/_hero.scss */
  #hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: .6;
    transition: 0.3s; }
    /* line 115, ../scss/_hero.scss */
    #hero .carousel-indicators li.active {
      opacity: 1;
      background: #233E64; }
  /* line 121, ../scss/_hero.scss */
  #hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #233E64; }
    /* line 133, ../scss/_hero.scss */
    #hero .btn-get-started:hover {
      background: #30558a; }
  @media (max-width: 992px) {
    /* line 4, ../scss/_hero.scss */
    #hero {
      height: 100vh; }
      /* line 140, ../scss/_hero.scss */
      #hero .container {
        margin-top: 100px; } }
  @media (max-width: 768px) {
    /* line 146, ../scss/_hero.scss */
    #hero h2 {
      font-size: 28px; } }
  @media (min-width: 1024px) {
    /* line 152, ../scss/_hero.scss */
    #hero .carousel-control-prev, #hero .carousel-control-next {
      width: 5%; } }
  @media (max-height: 500px) {
    /* line 4, ../scss/_hero.scss */
    #hero {
      height: 160vh; } }

/* line 162, ../scss/_hero.scss */
.carrusel-margin-top {
  margin-top: 130px; }

/* line 1, ../scss/_hero-header.scss */
.hero-section {
  margin-top: 60px; }

/* line 5, ../scss/_hero-header.scss */
.hero-header {
  height: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/hero/2000-700.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  /* line 15, ../scss/_hero-header.scss */
  .hero-header .hero-container {
    width: auto;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    position: relative;
    top: 350px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 25px;
    border-top: 4px solid #233E64; }
    /* line 27, ../scss/_hero-header.scss */
    .hero-header .hero-container .btn-get-started {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 14px 32px;
      border-radius: 4px;
      transition: 0.5s;
      line-height: 1;
      color: #fff;
      background: #233E64; }
      /* line 39, ../scss/_hero-header.scss */
      .hero-header .hero-container .btn-get-started:hover {
        background: #30558a; }

@media (max-width: 1900px) {
  /* line 49, ../scss/_hero-header.scss */
  .hero-header {
    height: 665px;
    background-image: url("../img/hero/1900-665.jpg"); }
    /* line 53, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      top: 320px; } }
@media (max-width: 1800px) {
  /* line 61, ../scss/_hero-header.scss */
  .hero-header {
    height: 630px;
    background-image: url("../img/hero/1800-630.jpg"); }
    /* line 65, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      top: 310px;
      margin-left: 15%;
      margin-right: 15%; } }
@media (max-width: 1700px) {
  /* line 74, ../scss/_hero-header.scss */
  .hero-section {
    margin-top: 60px; }

  /* line 77, ../scss/_hero-header.scss */
  .hero-header {
    height: 665px;
    background-image: url("../img/hero/1700-711.jpg"); }
    /* line 81, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      top: 310px; } }
@media (max-width: 1600px) {
  /* line 88, ../scss/_hero-header.scss */
  .hero-section {
    margin-top: 70px; }

  /* line 91, ../scss/_hero-header.scss */
  .hero-header {
    height: 665px;
    background-image: url("../img/hero/1600-670.jpg"); }
    /* line 95, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      top: 310px; } }
@media (max-width: 1500px) {
  /* line 102, ../scss/_hero-header.scss */
  .hero-section {
    margin-top: 80px; }

  /* line 105, ../scss/_hero-header.scss */
  .hero-header {
    height: 628px;
    background-image: url("../img/hero/1500-628.jpg"); }
    /* line 109, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      top: 290px;
      margin-left: 8%;
      margin-right: 8%; } }
@media (max-width: 1400px) {
  /* line 118, ../scss/_hero-header.scss */
  .hero-section {
    margin-top: 90px; }

  /* line 121, ../scss/_hero-header.scss */
  .hero-header {
    height: 586px;
    background-image: url("../img/hero/1400-586.jpg"); }
    /* line 125, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      top: 240px; } }
@media (max-width: 1300px) {
  /* line 132, ../scss/_hero-header.scss */
  .hero-section {
    margin-top: 90px; }

  /* line 135, ../scss/_hero-header.scss */
  .hero-header {
    height: 560px;
    background-image: url("../img/hero/1300-544.jpg"); }
    /* line 139, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      margin-left: 6%;
      margin-right: 6%;
      top: 225px; } }
@media (max-width: 1200px) {
  /* line 149, ../scss/_hero-header.scss */
  .hero-header {
    height: 420px;
    background-image: url("../img/hero/1200-420.jpg");
    background-size: contain;
    background-position: top; }
    /* line 155, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      background-color: transparent;
      top: 415px;
      border-top: none;
      margin-left: 3%;
      margin-right: 3%; }
      /* line 162, ../scss/_hero-header.scss */
      .hero-header .hero-container h2 {
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 4px solid #233E64; } }
@media (max-width: 1150px) {
  /* line 175, ../scss/_hero-header.scss */
  .hero-header .hero-container {
    top: 390px; } }
@media (max-width: 1100px) {
  /* line 182, ../scss/_hero-header.scss */
  .hero-section {
    margin-top: 90px; }

  /* line 185, ../scss/_hero-header.scss */
  .hero-header {
    height: 385px;
    background-image: url("../img/hero/1100-385.jpg"); }
    /* line 189, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      top: 380px; } }
@media (max-width: 1050px) {
  /* line 199, ../scss/_hero-header.scss */
  .hero-header .hero-container {
    top: 350px; } }
@media (max-width: 1000px) {
  /* line 206, ../scss/_hero-header.scss */
  .hero-section {
    margin-top: 90px; }

  /* line 209, ../scss/_hero-header.scss */
  .hero-header {
    height: 350px;
    background-image: url("../img/hero/1000-350.jpg"); }
    /* line 213, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      top: 340px; } }
@media (max-width: 936px) {
  /* line 223, ../scss/_hero-header.scss */
  .hero-header .hero-container {
    top: 310px; } }
@media (max-width: 900px) {
  /* line 230, ../scss/_hero-header.scss */
  .hero-section {
    margin-top: 100px; }

  /* line 233, ../scss/_hero-header.scss */
  .hero-header {
    height: 315px;
    background-image: url("../img/hero/900-315.jpg"); }
    /* line 237, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      top: 300px; } }
@media (max-width: 836px) {
  /* line 246, ../scss/_hero-header.scss */
  .hero-header .hero-container {
    top: 280px; } }
@media (max-width: 800px) {
  /* line 253, ../scss/_hero-header.scss */
  .hero-section {
    margin-top: 100px; }

  /* line 256, ../scss/_hero-header.scss */
  .hero-header {
    height: 280px;
    background-image: url("../img/hero/800-280.jpg");
    background-size: auto; }
    /* line 261, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      top: 280px; } }
@media (max-width: 700px) {
  /* line 269, ../scss/_hero-header.scss */
  .hero-section {
    margin-top: 100px; }

  /* line 272, ../scss/_hero-header.scss */
  .hero-header {
    height: 245px;
    background-image: url("../img/hero/700-245.jpg"); }
    /* line 276, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      top: 240px; } }
@media (max-width: 600px) {
  /* line 283, ../scss/_hero-header.scss */
  .hero-section {
    margin-top: 110px; }

  /* line 286, ../scss/_hero-header.scss */
  .hero-header {
    height: 210;
    margin-top: 50px;
    background-image: url("../img/hero/600-210.jpg"); }
    /* line 291, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      top: 200px; } }
@media (max-width: 550px) {
  /* line 299, ../scss/_hero-header.scss */
  .hero-header {
    height: 210px; } }
@media (max-width: 500px) {
  /* line 305, ../scss/_hero-header.scss */
  .hero-section {
    margin-top: 120px; }

  /* line 309, ../scss/_hero-header.scss */
  .hero-header {
    height: 175px;
    margin-top: 60px;
    background-image: url("../img/hero/500-175.jpg"); }
    /* line 314, ../scss/_hero-header.scss */
    .hero-header .hero-container {
      top: 175px; } }
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/* line 6, ../scss/_sections.scss */
section {
  padding: 60px 0;
  overflow: hidden; }

/* line 11, ../scss/_sections.scss */
.section-bg {
  background-color: #9fb9dd; }

/* line 15, ../scss/_sections.scss */
.section-title {
  text-align: center;
  padding-bottom: 30px; }
  /* line 18, ../scss/_sections.scss */
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative; }
  /* line 27, ../scss/_sections.scss */
  .section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #233E64;
    bottom: 0;
    left: calc(50% - 25px); }
  /* line 38, ../scss/_sections.scss */
  .section-title p {
    margin-bottom: 0; }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/* line 47, ../scss/_sections.scss */
.breadcrumbs {
  padding: 10px 0;
  background-color: #fafafa;
  min-height: 34px;
  margin-top: 140px; }
  /* line 53, ../scss/_sections.scss */
  .breadcrumbs a {
    color: #343a40; }
  @media (max-width: 992px) {
    /* line 47, ../scss/_sections.scss */
    .breadcrumbs {
      margin-top: 70px; } }
  /* line 60, ../scss/_sections.scss */
  .breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0; }
    @media (max-width: 992px) {
      /* line 60, ../scss/_sections.scss */
      .breadcrumbs h2 {
        margin: 0 0 10px 0; } }
  /* line 69, ../scss/_sections.scss */
  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px; }
    /* line 77, ../scss/_sections.scss */
    .breadcrumbs ol li + li {
      padding-left: 10px; }
    /* line 81, ../scss/_sections.scss */
    .breadcrumbs ol li + li::before {
      display: inline-block;
      padding-right: 10px;
      color: #6c757d;
      content: "/"; }
  @media (max-width: 768px) {
    /* line 47, ../scss/_sections.scss */
    .breadcrumbs {
      margin-top: 60px; }
      /* line 91, ../scss/_sections.scss */
      .breadcrumbs .d-flex {
        display: block !important; }
      /* line 96, ../scss/_sections.scss */
      .breadcrumbs ol {
        display: block; }
        /* line 98, ../scss/_sections.scss */
        .breadcrumbs ol li {
          display: inline-block; } }

/* line 106, ../scss/_sections.scss */
.breadcrumbs-2 {
  padding: 10px 0;
  min-height: 34px;
  margin-top: 10px; }
  @media (max-width: 992px) {
    /* line 106, ../scss/_sections.scss */
    .breadcrumbs-2 {
      margin-top: 10px; } }
  /* line 116, ../scss/_sections.scss */
  .breadcrumbs-2 h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0; }
    @media (max-width: 992px) {
      /* line 116, ../scss/_sections.scss */
      .breadcrumbs-2 h2 {
        margin: 0 0 10px 0; } }
  /* line 125, ../scss/_sections.scss */
  .breadcrumbs-2 ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px; }
    /* line 133, ../scss/_sections.scss */
    .breadcrumbs-2 ol li + li {
      padding-left: 10px; }
    /* line 137, ../scss/_sections.scss */
    .breadcrumbs-2 ol li + li::before {
      display: inline-block;
      padding-right: 10px;
      color: #6c757d;
      content: "/"; }
  @media (max-width: 768px) {
    /* line 146, ../scss/_sections.scss */
    .breadcrumbs-2 .d-flex {
      display: block !important; }
    /* line 151, ../scss/_sections.scss */
    .breadcrumbs-2 ol {
      display: block; }
      /* line 153, ../scss/_sections.scss */
      .breadcrumbs-2 ol li {
        display: inline-block; } }

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
/* line 168, ../scss/_sections.scss */
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1; }
/* line 179, ../scss/_sections.scss */
.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #80a3d3;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1; }
/* line 191, ../scss/_sections.scss */
.featured-services .icon-box:hover::before {
  background: #233E64;
  top: 0;
  border-radius: 0px; }
/* line 197, ../scss/_sections.scss */
.featured-services .icon {
  margin-bottom: 15px; }
  /* line 200, ../scss/_sections.scss */
  .featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #233E64;
    transition: all 0.3s ease-in-out; }
/* line 209, ../scss/_sections.scss */
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px; }
  /* line 213, ../scss/_sections.scss */
  .featured-services .title a {
    color: #111; }
/* line 218, ../scss/_sections.scss */
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0; }
/* line 225, ../scss/_sections.scss */
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff; }
/* line 229, ../scss/_sections.scss */
.featured-services .icon-box:hover .icon i {
  color: #fff; }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
/* line 240, ../scss/_sections.scss */
.cta {
  background: #233E64;
  color: #fff;
  background-size: cover;
  padding: 60px 0; }
  /* line 246, ../scss/_sections.scss */
  .cta h3 {
    font-size: 28px;
    font-weight: 700; }
  /* line 251, ../scss/_sections.scss */
  .cta .cta-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff; }
    /* line 263, ../scss/_sections.scss */
    .cta .cta-btn:hover {
      background: #fff;
      color: #233E64; }

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
/* line 275, ../scss/_sections.scss */
.about .content h3 {
  font-weight: 600;
  font-size: 26px; }
/* line 280, ../scss/_sections.scss */
.about .content ul {
  list-style: none;
  padding: 0; }
  /* line 283, ../scss/_sections.scss */
  .about .content ul li {
    padding-bottom: 10px; }
  /* line 286, ../scss/_sections.scss */
  .about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #233E64; }
/* line 292, ../scss/_sections.scss */
.about .content p:last-child {
  margin-bottom: 0; }

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
/* line 301, ../scss/_sections.scss */
.counts {
  padding-bottom: 30px; }
  /* line 304, ../scss/_sections.scss */
  .counts .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%; }
    /* line 309, ../scss/_sections.scss */
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #233E64;
      float: left; }
    /* line 316, ../scss/_sections.scss */
    .counts .count-box span {
      font-size: 42px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #555555;
      margin-left: 50px; }
    /* line 325, ../scss/_sections.scss */
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-size: 14px; }
    /* line 332, ../scss/_sections.scss */
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 20px;
      color: #7b7b7b;
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      transition: ease-in-out 0.3s; }
      /* line 340, ../scss/_sections.scss */
      .counts .count-box a:hover {
        color: #233E64; }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
/* line 355, ../scss/_sections.scss */
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px; }
/* line 362, ../scss/_sections.scss */
.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #233E64; }
/* line 368, ../scss/_sections.scss */
.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px; }
/* line 376, ../scss/_sections.scss */
.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px; }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/* line 390, ../scss/_sections.scss */
.services .icon-box {
  margin-bottom: 20px;
  text-align: center; }
/* line 395, ../scss/_sections.scss */
.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #233E64;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15); }
  /* line 409, ../scss/_sections.scss */
  .services .icon i {
    font-size: 36px;
    line-height: 0; }
/* line 416, ../scss/_sections.scss */
.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(35, 62, 100, 0.3); }
/* line 420, ../scss/_sections.scss */
.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px; }
  /* line 426, ../scss/_sections.scss */
  .services .title a {
    color: #444444;
    transition: 0.3s; }
    /* line 429, ../scss/_sections.scss */
    .services .title a:hover {
      color: #233E64; }
  /* line 434, ../scss/_sections.scss */
  .services .title::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #233E64;
    bottom: 0;
    left: calc(50% - 25px); }
/* line 447, ../scss/_sections.scss */
.services .description {
  line-height: 24px;
  font-size: 14px; }

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
/* line 457, ../scss/_sections.scss */
.appointment .php-email-form {
  width: 100%; }
  /* line 460, ../scss/_sections.scss */
  .appointment .php-email-form .form-group {
    padding-bottom: 8px; }
  /* line 464, ../scss/_sections.scss */
  .appointment .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px; }
  /* line 472, ../scss/_sections.scss */
  .appointment .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600; }
    /* line 479, ../scss/_sections.scss */
    .appointment .php-email-form .error-message br + br {
      margin-top: 25px; }
  /* line 484, ../scss/_sections.scss */
  .appointment .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600; }
  /* line 493, ../scss/_sections.scss */
  .appointment .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px; }
    /* line 499, ../scss/_sections.scss */
    .appointment .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;
      animation: animate-loading 1s linear infinite; }
  /* line 513, ../scss/_sections.scss */
  .appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px !important; }
    /* line 518, ../scss/_sections.scss */
    .appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
      border-color: #233E64; }
  /* line 523, ../scss/_sections.scss */
  .appointment .php-email-form input, .appointment .php-email-form select {
    height: 44px; }
  /* line 527, ../scss/_sections.scss */
  .appointment .php-email-form textarea {
    padding: 10px 12px; }
  /* line 531, ../scss/_sections.scss */
  .appointment .php-email-form button[type="submit"] {
    background: #233E64;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px; }
    /* line 538, ../scss/_sections.scss */
    .appointment .php-email-form button[type="submit"]:hover {
      background: #2a4a77; }

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
/* line 551, ../scss/_sections.scss */
.departments .nav-tabs {
  border: 0; }
/* line 555, ../scss/_sections.scss */
.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer; }
  /* line 564, ../scss/_sections.scss */
  .departments .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s; }
  /* line 570, ../scss/_sections.scss */
  .departments .nav-link p {
    font-size: 14px;
    margin-bottom: 0; }
  /* line 576, ../scss/_sections.scss */
  .departments .nav-link:hover h4 {
    color: #233E64; }
  /* line 581, ../scss/_sections.scss */
  .departments .nav-link.active {
    background: #9fb9dd;
    border-color: #233E64; }
    /* line 584, ../scss/_sections.scss */
    .departments .nav-link.active h4 {
      color: #233E64; }
/* line 590, ../scss/_sections.scss */
.departments .tab-pane.active {
  animation: slide-down 0.5s ease-out; }
/* line 596, ../scss/_sections.scss */
.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0; }
  @media (max-width: 768px) {
    /* line 596, ../scss/_sections.scss */
    .departments .tab-pane img {
      float: none;
      padding: 0 0 15px 0;
      max-width: 100%; } }
/* line 607, ../scss/_sections.scss */
.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #233E64; }
/* line 614, ../scss/_sections.scss */
.departments .tab-pane p {
  color: #777777; }
  /* line 617, ../scss/_sections.scss */
  .departments .tab-pane p:last-child {
    margin-bottom: 0; }
@keyframes slide-down {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/* line 634, ../scss/_sections.scss */
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px; }
  /* line 638, ../scss/_sections.scss */
  .testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff; }
  /* line 647, ../scss/_sections.scss */
  .testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: #111; }
  /* line 654, ../scss/_sections.scss */
  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px; }
  /* line 660, ../scss/_sections.scss */
  .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #5b87c5;
    font-size: 26px; }
  /* line 665, ../scss/_sections.scss */
  .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative; }
  /* line 671, ../scss/_sections.scss */
  .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px; }
  /* line 678, ../scss/_sections.scss */
  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: #97b3db;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1; }
/* line 691, ../scss/_sections.scss */
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative; }
  /* line 695, ../scss/_sections.scss */
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #233E64; }
  /* line 703, ../scss/_sections.scss */
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #233E64; }

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
/* line 715, ../scss/_sections.scss */
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(35, 62, 100, 0.1); }
  /* line 723, ../scss/_sections.scss */
  .doctors .member .member-img {
    position: relative;
    overflow: hidden; }
  /* line 728, ../scss/_sections.scss */
  .doctors .member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 740, ../scss/_sections.scss */
    .doctors .member .social a {
      transition: color 0.3s;
      color: #555555;
      margin: 0 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      /* line 748, ../scss/_sections.scss */
      .doctors .member .social a i {
        line-height: 0; }
      /* line 752, ../scss/_sections.scss */
      .doctors .member .social a:hover {
        color: #233E64; }
    /* line 758, ../scss/_sections.scss */
    .doctors .member .social i {
      font-size: 18px;
      margin: 0 2px; }
  /* line 764, ../scss/_sections.scss */
  .doctors .member .member-info {
    padding: 25px 15px; }
    /* line 766, ../scss/_sections.scss */
    .doctors .member .member-info h4 {
      font-weight: 700;
      margin-bottom: 5px;
      font-size: 18px;
      color: #555555; }
    /* line 773, ../scss/_sections.scss */
    .doctors .member .member-info span {
      display: block;
      font-size: 13px;
      font-weight: 400;
      color: #aaaaaa; }
    /* line 780, ../scss/_sections.scss */
    .doctors .member .member-info p {
      font-style: italic;
      font-size: 14px;
      line-height: 26px;
      color: #777777; }
  /* line 791, ../scss/_sections.scss */
  .doctors .member:hover .social {
    opacity: 1; }

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
/* line 802, ../scss/_sections.scss */
.gallery {
  overflow: hidden; }
  /* line 805, ../scss/_sections.scss */
  .gallery .swiper-pagination {
    margin-top: 20px;
    position: relative; }
    /* line 809, ../scss/_sections.scss */
    .gallery .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background-color: #fff;
      opacity: 1;
      border: 1px solid #233E64; }
    /* line 817, ../scss/_sections.scss */
    .gallery .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #233E64; }
  /* line 822, ../scss/_sections.scss */
  .gallery .swiper-slide-active {
    text-align: center; }
  @media (min-width: 992px) {
    /* line 827, ../scss/_sections.scss */
    .gallery .swiper-wrapper {
      padding: 40px 0; }
    /* line 831, ../scss/_sections.scss */
    .gallery .swiper-slide-active {
      border: 6px solid #233E64;
      padding: 4px;
      background: #fff;
      z-index: 1;
      transform: scale(1.2);
      margin-top: 10px; } }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
/* line 847, ../scss/_sections.scss */
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden; }
/* line 857, ../scss/_sections.scss */
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8; }
/* line 867, ../scss/_sections.scss */
.pricing h4 {
  font-size: 36px;
  color: #233E64;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px; }
  /* line 874, ../scss/_sections.scss */
  .pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px; }
  /* line 880, ../scss/_sections.scss */
  .pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300; }
/* line 887, ../scss/_sections.scss */
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px; }
  /* line 895, ../scss/_sections.scss */
  .pricing ul li {
    padding-bottom: 16px; }
  /* line 899, ../scss/_sections.scss */
  .pricing ul i {
    color: #233E64;
    font-size: 18px;
    padding-right: 4px; }
  /* line 904, ../scss/_sections.scss */
  .pricing ul .na {
    color: #ccc;
    text-decoration: line-through; }
/* line 910, ../scss/_sections.scss */
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center; }
/* line 917, ../scss/_sections.scss */
.pricing .btn-buy {
  background: #233E64;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s; }
  /* line 929, ../scss/_sections.scss */
  .pricing .btn-buy:hover {
    background: #30558a; }
/* line 935, ../scss/_sections.scss */
.pricing .featured h3 {
  color: #fff;
  background: #233E64; }
/* line 941, ../scss/_sections.scss */
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #233E64;
  color: #fff; }

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
/* line 959, ../scss/_sections.scss */
.faq {
  padding: 60px 0; }
  /* line 962, ../scss/_sections.scss */
  .faq .faq-list {
    padding: 0;
    list-style: none; }
    /* line 966, ../scss/_sections.scss */
    .faq .faq-list li {
      border-bottom: 1px solid #80a3d3;
      margin-bottom: 20px;
      padding-bottom: 20px; }
    /* line 972, ../scss/_sections.scss */
    .faq .faq-list .question {
      display: block;
      position: relative;
      font-family: #233E64;
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      padding-left: 25px;
      cursor: pointer;
      color: #16273e;
      transition: 0.3s; }
    /* line 985, ../scss/_sections.scss */
    .faq .faq-list i {
      font-size: 16px;
      position: absolute;
      left: 0;
      top: -2px; }
    /* line 992, ../scss/_sections.scss */
    .faq .faq-list p {
      margin-bottom: 0;
      padding: 10px 0 0 25px; }
    /* line 997, ../scss/_sections.scss */
    .faq .faq-list .icon-show {
      display: none; }
    /* line 1002, ../scss/_sections.scss */
    .faq .faq-list .collapsed {
      color: black; }
      /* line 1004, ../scss/_sections.scss */
      .faq .faq-list .collapsed:hover {
        color: #233E64; }
      /* line 1008, ../scss/_sections.scss */
      .faq .faq-list .collapsed .icon-show {
        display: inline-block;
        transition: 0.6s; }
      /* line 1013, ../scss/_sections.scss */
      .faq .faq-list .collapsed .icon-close {
        display: none;
        transition: 0.6s; }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/* line 1027, ../scss/_sections.scss */
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0; }
  /* line 1033, ../scss/_sections.scss */
  .contact .info-box i {
    font-size: 32px;
    color: #233E64;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #6d95cc; }
  /* line 1041, ../scss/_sections.scss */
  .contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0; }
  /* line 1048, ../scss/_sections.scss */
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0; }
/* line 1057, ../scss/_sections.scss */
.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px; }
  /* line 1062, ../scss/_sections.scss */
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600; }
    /* line 1069, ../scss/_sections.scss */
    .contact .php-email-form .error-message br + br {
      margin-top: 25px; }
  /* line 1074, ../scss/_sections.scss */
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600; }
  /* line 1083, ../scss/_sections.scss */
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px; }
    /* line 1089, ../scss/_sections.scss */
    .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;
      animation: animate-loading 1s linear infinite; }
  /* line 1103, ../scss/_sections.scss */
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px; }
    /* line 1107, ../scss/_sections.scss */
    .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
      border-color: #233E64; }
  /* line 1112, ../scss/_sections.scss */
  .contact .php-email-form input {
    padding: 10px 15px; }
  /* line 1116, ../scss/_sections.scss */
  .contact .php-email-form textarea {
    padding: 12px 15px; }
  /* line 1120, ../scss/_sections.scss */
  .contact .php-email-form button[type="submit"] {
    background: #233E64;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px; }
    /* line 1127, ../scss/_sections.scss */
    .contact .php-email-form button[type="submit"]:hover {
      background: #30558a; }
@keyframes animate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* line 4, ../scss/_footer.scss */
#footer {
  background: #eeeeee;
  padding: 0 0 30px 0;
  color: #555555;
  font-size: 14px; }
  /* line 10, ../scss/_footer.scss */
  #footer .footer-top {
    background: #233e64;
    padding: 60px 0 30px 0;
    color: #fff; }
    /* line 15, ../scss/_footer.scss */
    #footer .footer-top .footer-info {
      margin-bottom: 30px; }
      /* line 17, ../scss/_footer.scss */
      #footer .footer-top .footer-info h3 {
        font-size: 24px;
        margin: 0 0 20px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 700; }
      /* line 25, ../scss/_footer.scss */
      #footer .footer-top .footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Roboto", sans-serif; }
    /* line 34, ../scss/_footer.scss */
    #footer .footer-top .social-links a {
      font-size: 18px;
      display: inline-block;
      background: #233E64;
      color: #fff;
      line-height: 1;
      padding: 8px 0;
      margin-right: 4px;
      border-radius: 4px;
      text-align: center;
      width: 36px;
      height: 36px;
      transition: 0.3s; }
      /* line 47, ../scss/_footer.scss */
      #footer .footer-top .social-links a:hover {
        background: #3ce0af;
        text-decoration: none; }
    /* line 54, ../scss/_footer.scss */
    #footer .footer-top h4 {
      font-size: 16px;
      font-weight: 600;
      position: relative;
      padding-bottom: 12px; }
    /* line 61, ../scss/_footer.scss */
    #footer .footer-top .footer-links {
      margin-bottom: 30px; }
      /* line 63, ../scss/_footer.scss */
      #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        /* line 68, ../scss/_footer.scss */
        #footer .footer-top .footer-links ul i {
          padding-right: 2px;
          color: #fff;
          font-size: 18px;
          line-height: 1; }
        /* line 75, ../scss/_footer.scss */
        #footer .footer-top .footer-links ul li {
          padding: 10px 0;
          display: flex;
          align-items: center; }
          /* line 77, ../scss/_footer.scss */
          #footer .footer-top .footer-links ul li:first-child {
            padding-top: 10; }
          /* line 82, ../scss/_footer.scss */
          #footer .footer-top .footer-links ul li:hover {
            background: #30558a;
            border-radius: 4px 4px 4px 4px; }
        /* line 89, ../scss/_footer.scss */
        #footer .footer-top .footer-links ul a {
          color: #fff;
          transition: 0.3s;
          display: inline-block;
          line-height: 1; }
    /* line 103, ../scss/_footer.scss */
    #footer .footer-top .footer-newsletter form {
      margin-top: 30px;
      background: #fff;
      padding: 6px 10px;
      position: relative;
      border: 1px solid #d5d5d5;
      border-radius: 4px; }
      /* line 111, ../scss/_footer.scss */
      #footer .footer-top .footer-newsletter form input[type="email"] {
        border: 0;
        padding: 4px;
        width: calc(100% - 110px); }
      /* line 116, ../scss/_footer.scss */
      #footer .footer-top .footer-newsletter form input[type="submit"] {
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 20px;
        background: #30558a;
        color: #fff;
        transition: 0.3s;
        border-radius: 0 4px 4px 0; }
        /* line 129, ../scss/_footer.scss */
        #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
          background: #3d6db0; }
  /* line 138, ../scss/_footer.scss */
  #footer .copyright {
    text-align: center;
    padding-top: 30px; }
  /* line 143, ../scss/_footer.scss */
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px; }

/* Custom Home CSS */
/* line 5, ../scss/_home.scss */
.cable-product {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 0; }
  /* line 15, ../scss/_home.scss */
  .cable-product .cta-btn {
    position: absolute;
    top: 40%;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #233E64;
    color: #fff;
    background: #233E64; }
    /* line 30, ../scss/_home.scss */
    .cable-product .cta-btn:hover {
      background: #fff;
      color: #233E64; }
  @media (max-width: 991px) {
    /* line 37, ../scss/_home.scss */
    .cable-product .cta-btn {
      position: relative; } }
  /* line 45, ../scss/_home.scss */
  .cable-product a {
    color: #343a40;
    padding: 0px 0px 4px 15px; }
  /* line 50, ../scss/_home.scss */
  .cable-product a:hover {
    color: #dc3545; }
  /* line 55, ../scss/_home.scss */
  .cable-product h3 {
    color: #343a40;
    padding-bottom: 20px;
    border-bottom: 4px solid #233E64;
    margin-bottom: 30px;
    margin-left: 30%;
    margin-right: 30%; }
  /* line 65, ../scss/_home.scss */
  .cable-product ul li {
    list-style: url("../img/simbols/arrow-r.png"); }
  /* line 69, ../scss/_home.scss */
  .cable-product ul li:hover {
    list-style: url("../img/simbols/arrow-2r.png"); }

@media (max-width: 767px) {
  /* line 78, ../scss/_home.scss */
  .cable-product h3 {
    margin-left: 7%;
    margin-right: 7%; }
  /* line 84, ../scss/_home.scss */
  .cable-product ul li {
    margin-left: 5%; } }
/* line 92, ../scss/_home.scss */
.home-icon-box {
  margin-top: 35px;
  margin-bottom: 25px;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: auto;
  position: relative; }

/* CSS Document */
/* line 115, ../scss/_home.scss */
.hp-list-links ul {
  padding-left: 0px; }
/* line 117, ../scss/_home.scss */
.hp-list-links li {
  list-style: url("../img/simbols/arrow-r.png");
  padding-left: 0px;
  margin-left: 0px; }
/* line 126, ../scss/_home.scss */
.hp-list-links a {
  color: #233E64;
  font-size: 15px; }
/* line 131, ../scss/_home.scss */
.hp-list-links a:hover {
  color: #dc3545; }

/*--------------------------------------------------------------
# Home Page Produtcs Links
--------------------------------------------------------------*/
/* line 144, ../scss/_home.scss */
.hp-product-links li {
  list-style: url("../img/simbols/arrow-r.png");
  text-align: left;
  padding-left: 5px; }
  /* line 149, ../scss/_home.scss */
  .hp-product-links li a {
    color: #1277D9; }
  /* line 153, ../scss/_home.scss */
  .hp-product-links li a:hover {
    color: #dc3545;
    font-weight: 600; }

/* Links*/
/* line 2, ../scss/_links.scss */
.yellow-font {
  color: #ffc107; }

/* line 6, ../scss/_links.scss */
.white-font {
  color: #fff; }

/* line 10, ../scss/_links.scss */
.link-cable-product {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 0; }
  /* line 20, ../scss/_links.scss */
  .link-cable-product .cta-btn {
    position: absolute;
    top: 40%;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #233E64;
    color: #fff;
    background: #233E64; }
    /* line 35, ../scss/_links.scss */
    .link-cable-product .cta-btn:hover {
      background: #fff;
      color: #233E64; }
  @media (max-width: 991px) {
    /* line 42, ../scss/_links.scss */
    .link-cable-product .cta-btn {
      position: relative; } }
  /* line 50, ../scss/_links.scss */
  .link-cable-product a {
    color: #343a40;
    padding: 0px 0px 4px 15px; }
  /* line 55, ../scss/_links.scss */
  .link-cable-product a:hover {
    color: #233E64;
    font-weight: bolder; }
  /* line 60, ../scss/_links.scss */
  .link-cable-product .p-title {
    color: #343a40;
    padding-bottom: 20px;
    border-bottom: 2px solid #233E64;
    margin-bottom: 30px; }
  /* line 69, ../scss/_links.scss */
  .link-cable-product h3 {
    color: #343a40;
    padding-bottom: 20px;
    border-bottom: 2px solid #233E64;
    margin-bottom: 30px; }
  /* line 79, ../scss/_links.scss */
  .link-cable-product ul li {
    list-style: url("../img/simbols/arrow-r.png"); }

@media (max-width: 767px) {
  /* line 88, ../scss/_links.scss */
  .cable-product h3 {
    margin-left: 7%;
    margin-right: 7%; }
  /* line 94, ../scss/_links.scss */
  .cable-product ul li {
    margin-left: 5%; } }
/* line 101, ../scss/_links.scss */
.side-link-cable-product {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  background: #fff; }
  /* line 111, ../scss/_links.scss */
  .side-link-cable-product .cta-btn {
    position: absolute;
    top: 40%;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #233E64;
    color: #fff;
    background: #233E64; }
    /* line 126, ../scss/_links.scss */
    .side-link-cable-product .cta-btn:hover {
      background: #fff;
      color: #233E64; }
  @media (max-width: 991px) {
    /* line 133, ../scss/_links.scss */
    .side-link-cable-product .cta-btn {
      position: relative; } }
  /* line 141, ../scss/_links.scss */
  .side-link-cable-product a {
    color: #343a40;
    padding: 0px 0px 4px 0px; }
  /* line 146, ../scss/_links.scss */
  .side-link-cable-product a:hover {
    color: #233E64;
    font-weight: bold; }
  /* line 151, ../scss/_links.scss */
  .side-link-cable-product .p-title {
    color: #343a40;
    padding-bottom: 20px;
    border-bottom: 2px solid #233E64;
    margin-bottom: 30px; }
  /* line 160, ../scss/_links.scss */
  .side-link-cable-product h3 {
    color: #343a40;
    padding-bottom: 20px;
    border-bottom: 2px solid #233E64;
    margin-bottom: 30px; }
  /* line 170, ../scss/_links.scss */
  .side-link-cable-product ul li {
    list-style: url("../img/simbols/arrow-r.png");
    margin-left: -10px; }

/* line 4, ../scss/_table.scss */
.table-components tr {
  border-color: #ECEEEF; }
/* line 8, ../scss/_table.scss */
.table-components td {
  padding: 5px 10px; }

/* line 14, ../scss/_table.scss */
.bg-tb-primary {
  background-color: #233E64;
  color: #fff; }

/* CSS Document */
/* line 3, ../scss/_pg-template.scss */
.light-grey-background {
  background-color: #fafafa; }

/* line 5, ../scss/_pg-template.scss */
.bold-font {
  font-weight: bold; }

/* line 7, ../scss/_pg-template.scss */
.black-font {
  color: #343a40; }

/* line 9, ../scss/_pg-template.scss */
.black-font-b {
  color: #343a40;
  font-weight: bold; }

/* line 11, ../scss/_pg-template.scss */
.green-font {
  color: #28a745; }

/* line 13, ../scss/_pg-template.scss */
.green-font-b {
  color: #28a745;
  font-weight: bold; }

/* line 15, ../scss/_pg-template.scss */
.red-font {
  color: #dc3545; }

/* line 17, ../scss/_pg-template.scss */
.red-font-b {
  color: #dc3545;
  font-weight: bold; }

/* line 19, ../scss/_pg-template.scss */
.red-font-semi-b {
  font-weight: 600;
  color: #dc3545; }

/* line 21, ../scss/_pg-template.scss */
.title-big {
  font-size: 2rem; }

/* line 23, ../scss/_pg-template.scss */
.title-center {
  text-align: center; }

/* line 25, ../scss/_pg-template.scss */
.font-size-md {
  font-size: 1.5rem; }

/* line 27, ../scss/_pg-template.scss */
.inner-section {
  padding: 20px; }

/* line 31, ../scss/_pg-template.scss */
.wrapingimage {
  float: left;
  margin: 10px 12px 3px 4px; }

/* line 36, ../scss/_pg-template.scss */
.wrapingimage-np {
  float: left;
  margin: 10px 12px 3px 4px; }

/* line 41, ../scss/_pg-template.scss */
.wrapingimage-r {
  float: right;
  margin: 10px 12px 3px 4px; }

/* line 46, ../scss/_pg-template.scss */
.wrapingimage-np-r {
  float: right;
  margin: 10px 12px 3px 4px; }

/* line 50, ../scss/_pg-template.scss */
.wrapingimage-full-r {
  float: right;
  margin: 10px 12px 3px 4px; }
  /* line 53, ../scss/_pg-template.scss */
  .wrapingimage-full-r img {
    width: 300px; }

@media (max-width: 699px) {
  /* line 58, ../scss/_pg-template.scss */
  .wrapingimage-full-r {
    float: right; }
    /* line 60, ../scss/_pg-template.scss */
    .wrapingimage-full-r img {
      width: 100%; } }
/* line 66, ../scss/_pg-template.scss */
.inner-page {
  padding: 50px 0; }
  /* line 70, ../scss/_pg-template.scss */
  .inner-page h1 {
    color: #343a40;
    font-size: 1.8rem;
    font-weight: 600; }
  /* line 71, ../scss/_pg-template.scss */
  .inner-page h2 {
    color: #343a40;
    font-weight: 600; }
  /* line 72, ../scss/_pg-template.scss */
  .inner-page h3 {
    color: #343a40;
    font-weight: 600; }
  /* line 73, ../scss/_pg-template.scss */
  .inner-page h4 {
    color: #343a40;
    font-weight: 600; }
  /* line 74, ../scss/_pg-template.scss */
  .inner-page h5 {
    color: #343a40;
    font-weight: 600; }
  /* line 75, ../scss/_pg-template.scss */
  .inner-page h6 {
    color: #343a40;
    font-weight: 600; }
  /* line 77, ../scss/_pg-template.scss */
  .inner-page .sm-h1 {
    font-size: 1.8rem; }
  /* line 79, ../scss/_pg-template.scss */
  .inner-page .p-sub-title {
    color: #dc3545;
    font-weight: 600;
    font-size: 1.2rem; }

/* line 87, ../scss/_pg-template.scss */
.no-li-style li {
  list-style-type: none; }

/* line 91, ../scss/_pg-template.scss */
.side-nav ul {
  padding-left: 0;
  margin-bottom: 0; }
/* line 95, ../scss/_pg-template.scss */
.side-nav li {
  list-style-type: none; }

/* line 98, ../scss/_pg-template.scss */
.side-nav a {
  display: block;
  height: auto;
  width: auto;
  margin: 2px 0 5px 38px;
  padding: 3px 8px;
  text-decoration: none;
  float: left;
  display: block;
  color: black;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  font-family: "system-ui", sans-serif;
  border-radius: 6px; }

/* line 119, ../scss/_pg-template.scss */
.side-nav a:hover {
  background-color: #D6E7F3;
  font-weight: 600; }

/* line 127, ../scss/_pg-template.scss */
.side-nav a.active {
  background-color: #D6E7F3;
  font-weight: 600; }

/* line 134, ../scss/_pg-template.scss */
.side-nav-title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px; }

@media (max-width: 768px) {
  /* line 145, ../scss/_pg-template.scss */
  .side-nav-title {
    width: 100%; }

  /* line 149, ../scss/_pg-template.scss */
  .hr-display {
    display: none; } }
/* line 155, ../scss/_pg-template.scss */
.hr-disivility {
  display: none; }

/* line 159, ../scss/_pg-template.scss */
.container-pg-template {
  max-width: 1300px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  display: flex; }

/* line 170, ../scss/_pg-template.scss */
.side-nav-parragraph {
  visibility: visible;
  padding-top: 20px;
  padding-left: 5px; }

@media (max-width: 1199px) {
  /* line 179, ../scss/_pg-template.scss */
  .inner-page {
    padding-top: 25px; }

  /* line 183, ../scss/_pg-template.scss */
  .hr-disivility {
    visibility: visible;
    display: inherit; }

  /* line 193, ../scss/_pg-template.scss */
  .side-nav ul {
    padding-left: 0;
    margin-left: 0; }
  /* line 194, ../scss/_pg-template.scss */
  .side-nav li {
    list-style-type: none; }

  /* line 197, ../scss/_pg-template.scss */
  .side-nav a {
    float: left;
    color: #343a40;
    text-align: left;
    padding: .3rem 0 .3rem .75rem;
    text-decoration: none;
    float: left;
    display: block;
    width: 100%;
    color: black;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    font-family: "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI" Roboto, sans-serif; } }
/* line 216, ../scss/_pg-template.scss */
.mobil-side-navs {
  visibility: hidden; }

@media (max-width: 768px) {
  /* line 222, ../scss/_pg-template.scss */
  .inner-page {
    padding-top: 20px; }

  /* line 226, ../scss/_pg-template.scss */
  .btn-custom {
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #233E64;
    border: 2px solid #233E64;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: .5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 0rem;
    width: 100%;
    height: 60px; }

  /* line 250, ../scss/_pg-template.scss */
  .btn-primary-custom {
    background-color: #233E64;
    color: #fff; }

  /* line 256, ../scss/_pg-template.scss */
  .btn-primary-custom:hover {
    background-color: #fff;
    color: #233E64;
    font-weight: 600; }

  /* line 262, ../scss/_pg-template.scss */
  .template-h1-title {
    margin-top: 30px; }

  /* line 266, ../scss/_pg-template.scss */
  .side-nav-title {
    display: none; }

  /* line 270, ../scss/_pg-template.scss */
  .side-nav {
    visibility: hidden;
    display: none; }

  /* line 275, ../scss/_pg-template.scss */
  .mobil-side-navs {
    visibility: visible; }
    /* line 278, ../scss/_pg-template.scss */
    .mobil-side-navs .dropdown-item {
      color: #343a40;
      font-weight: 600;
      font-size: 14px;
      border-left: 3px solid #fff;
      border-right: 3px solid #fff; }
    /* line 286, ../scss/_pg-template.scss */
    .mobil-side-navs .dropdown-item:hover {
      color: #233E64;
      border-left: 3px solid #233E64;
      border-right: 3px solid #233E64; }
    /* line 292, ../scss/_pg-template.scss */
    .mobil-side-navs .active {
      border-left: 3px solid red;
      border-right: 3px solid red;
      background-color: #D6E7F3; } }
/* line 300, ../scss/_pg-template.scss */
.btn-cust-1 {
  display: inline-block;
  line-height: 24px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #233E64;
  border: 2px solid #233E64;
  padding: 0.5rem 1rem;
  font-size: 16px;
  border-radius: .6rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 1rem;
  width: auto;
  height: 48px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif; }

/* line 329, ../scss/_pg-template.scss */
.btn-cust-1:hover {
  display: inline-block;
  color: #233E64;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 2px solid #233E64;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: .5rem; }

@media (max-width: 768px) {
  /* line 348, ../scss/_pg-template.scss */
  .btn-cust-1 {
    width: 100%;
    height: 60px;
    padding: 0;
    margin-bottom: .5rem;
    font-weight: 600; } }
/* line 363, ../scss/_pg-template.scss */
.box-padding {
  padding: 10px; }
  /* line 366, ../scss/_pg-template.scss */
  .box-padding img {
    align-content: center; }
  /* line 369, ../scss/_pg-template.scss */
  .box-padding ul {
    padding-top: 15px; }
  /* line 373, ../scss/_pg-template.scss */
  .box-padding P {
    padding-top: 15px; }

/******* Video Responsive ********/
/* line 380, ../scss/_pg-template.scss */
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* - 16:9 aspect ratio (most common) */
  /* padding-bottom: 62.5%; - 16:10 aspect ratio */
  /* padding-bottom: 75%; - 4:3 aspect ratio */
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

/* line 390, ../scss/_pg-template.scss */
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 401, ../scss/_pg-template.scss */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

/* line 407, ../scss/_pg-template.scss */
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

/* line 415, ../scss/_pg-template.scss */
.img-padding {
  padding: 10px; }

/* line 419, ../scss/_pg-template.scss */
.container-box {
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto; }

/* line 431, ../scss/_pg-template.scss */
.hr-divider {
  margin: 1rem 0;
  color: #343a40;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .75; }

/* line 441, ../scss/_pg-template.scss */
.side-nav-propucts-info ul li {
  list-style: url("../img/simbols/arrow-r.png");
  line-height: 1.5em;
  height: 3em;
  text-overflow: ellipsis;
  width: 100%;
  padding-left: 0px; }
/* line 455, ../scss/_pg-template.scss */
.side-nav-propucts-info ul a {
  color: #343a40;
  padding: 0px 0px 4px 15px; }
/* line 460, ../scss/_pg-template.scss */
.side-nav-propucts-info ul a:hover {
  color: #233E64;
  font-weight: 600; }

/* CSS Document */
/* line 4, ../scss/_side-navs.scss */
.side-p-tittle {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px; }

@media (max-width: 1199px) {
  /* line 12, ../scss/_side-navs.scss */
  .side-p-tittle {
    display: none; } }
/* line 14, ../scss/_side-navs.scss */
.side-nav-quote-btn {
  margin-top: 30px;
  margin-bottom: 30px; }
  /* line 17, ../scss/_side-navs.scss */
  .side-nav-quote-btn a {
    color: #343a40; }

@media (max-width: 1199px) {
  /* line 24, ../scss/_side-navs.scss */
  .side-nav-quote-btn {
    margin-top: 5px;
    margin-bottom: 10px; } }
/* line 30, ../scss/_side-navs.scss */
.btn-quote {
  display: inline-block;
  padding: .6rem .45rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-color: #babcbb;
  border-right-color: #babcbb;
  border-left-color: #d3d4d3;
  border-top-color: #d3d4d3;
  border-radius: 15px;
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  filter: drop-shadow(1px 2px 3px #a3a3a3); }

@media (max-width: 768px) {
  /* line 56, ../scss/_side-navs.scss */
  .btn-quote {
    height: 60px;
    width: 100%;
    border-bottom-color: none;
    border-right-color: none;
    border-left-color: none;
    border-top-color: none;
    border-radius: .5rem;
    background-color: none;
    filter: none;
    margin-top: 3px; } }
@media (prefers-reduced-motion: reduce) {
  /* line 70, ../scss/_side-navs.scss */
  .btn-quote {
    transition: none; } }
/* line 72, ../scss/_side-navs.scss */
.btn-quote:hover {
  color: #233E64;
  background-color: #fff; }

/* line 74, ../scss/_side-navs.scss */
.btn-quote-primary {
  background-color: #ffc107; }

/* line 76, ../scss/_side-navs.scss */
.button-tittle {
  font-family: "Roboto", sans-serif;
  padding: 0px;
  font-weight: 600; }

/* line 80, ../scss/_side-navs.scss */
.side-nav ul {
  padding-left: 0;
  margin-bottom: 0; }
/* line 83, ../scss/_side-navs.scss */
.side-nav li {
  list-style-type: none; }

/* line 88, ../scss/_side-navs.scss */
.side-nav a {
  display: block;
  height: auto;
  width: auto;
  margin: 2px 0 5px 25px;
  padding: 3px 8px;
  text-decoration: none;
  float: left;
  display: block;
  color: black;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  font-family: "system-ui", sans-serif;
  border-radius: 6px; }

/* line 109, ../scss/_side-navs.scss */
.side-nav a:hover {
  background-color: #D6E7F3;
  font-weight: 600; }

/* line 117, ../scss/_side-navs.scss */
.side-nav a.active {
  background-color: #D6E7F3;
  font-weight: 600; }

/* line 124, ../scss/_side-navs.scss */
.side-nav-propucts-info-links a {
  color: #233E64;
  font-weight: 500; }
  /* line 128, ../scss/_side-navs.scss */
  .side-nav-propucts-info-links a:hover {
    background-color: #D6E7F3;
    color: #233E64; }

/* line 139, ../scss/_side-navs.scss */
.side-nav-2-container {
  max-width: 220px;
  margin-bottom: 4rem; }

@media (max-width: 1399px) {
  /* line 142, ../scss/_side-navs.scss */
  .side-nav-2-container {
    max-width: 190px; } }
@media (max-width: 1199px) {
  /* line 148, ../scss/_side-navs.scss */
  .side-nav-2-container {
    max-width: 100%;
    margin-bottom: 1rem; } }
/* line 156, ../scss/_side-navs.scss */
.side-nav-2 {
  font-size: 14px; }
  /* line 159, ../scss/_side-navs.scss */
  .side-nav-2 a {
    color: #343a40; }
  /* line 161, ../scss/_side-navs.scss */
  .side-nav-2 .side-nav-menu-link {
    display: inline-block;
    padding: 7px 10px;
    width: 100%;
    border-bottom: 1px solid;
    border-color: #ABABAB;
    margin-bottom: 5px; }
  /* line 171, ../scss/_side-navs.scss */
  .side-nav-2 .side-nav-menu-link:hover {
    border-left: 1px solid;
    border-left-color: #fff;
    border-bottom-color: #343a40; }
  @media (max-width: 1199px) {
    /* line 179, ../scss/_side-navs.scss */
    .side-nav-2 a:hover {
      font-weight: 100; }
    /* line 181, ../scss/_side-navs.scss */
    .side-nav-2 .side-nav-menu-link {
      display: inline-block;
      padding: 7px 10px;
      margin: 5px;
      width: auto;
      text-decoration: underline;
      text-underline-offset: 1em;
      text-decoration-color: #ABABAB;
      border-bottom: hidden;
      border-left: hidden; }
    /* line 194, ../scss/_side-navs.scss */
    .side-nav-2 .side-nav-menu-link:hover {
      text-decoration: underline;
      text-decoration-thickness: 0.1rem;
      border-left: hidden; }
    /* line 200, ../scss/_side-navs.scss */
    .side-nav-2 .active-link {
      text-decoration: underline;
      text-decoration-color: #dc3545;
      text-decoration-thickness: 0.14rem; } }
  /* line 203, ../scss/_side-navs.scss */
  .side-nav-2 .active-link {
    font-weight: 600;
    color: #233E64;
    border-bottom-color: red; }
  /* line 209, ../scss/_side-navs.scss */
  .side-nav-2 .active-link:hover {
    font-weight: 600;
    color: #233E64; }

@media (max-width: 768px) {
  /* line 218, ../scss/_side-navs.scss */
  .side-nav-2-container {
    display: none; }

  /* line 219, ../scss/_side-navs.scss */
  .side-nav-2 {
    display: none; } }
/* line 224, ../scss/_side-navs.scss */
.certification-side-menu {
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  width: 100%;
  border-radius: 8px; }
  /* line 231, ../scss/_side-navs.scss */
  .certification-side-menu p {
    padding: 1rem 0;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: .35rem;
    text-decoration-color: #ABABAB; }
  /* line 239, ../scss/_side-navs.scss */
  .certification-side-menu ul li {
    list-style: url("../img/simbols/arrow-r.png");
    margin-bottom: .75rem; }
  /* line 244, ../scss/_side-navs.scss */
  .certification-side-menu ul li:hover {
    list-style: url("../img/simbols/arrow-2r.png");
    color: red; }

@media (max-width: 768px) {
  /* line 251, ../scss/_side-navs.scss */
  .certification-side-menu {
    margin-bottom: 1rem; } }
/* line 255, ../scss/_side-navs.scss */
.small-display {
  visibility: hidden; }

@media (max-width: 1199px) {
  /* line 258, ../scss/_side-navs.scss */
  .small-display {
    visibility: visible; }

  /* line 259, ../scss/_side-navs.scss */
  .side-nav-upper {
    display: none; }

  /* line 260, ../scss/_side-navs.scss */
  .side-nav-sub-menu {
    display: none; } }
/* line 263, ../scss/_side-navs.scss */
.side-nav-2-container {
  max-width: 220px;
  margin-bottom: 4rem; }

@media (max-width: 1399px) {
  /* line 266, ../scss/_side-navs.scss */
  .side-nav-2-container {
    max-width: 190px; } }
@media (max-width: 1199px) {
  /* line 272, ../scss/_side-navs.scss */
  .side-nav-2-container {
    max-width: 100%;
    margin-bottom: 1rem; } }
@media (max-width: 768px) {
  /* line 279, ../scss/_side-navs.scss */
  .side-nav-2-container {
    display: none; }

  /* line 280, ../scss/_side-navs.scss */
  .side-nav-2 {
    display: none; } }
@media (max-width: 1399px) {
  /* line 286, ../scss/_side-navs.scss */
  .small-display-side-nav-container {
    visibility: hidden; } }
@media (max-width: 1199px) {
  /* line 287, ../scss/_side-navs.scss */
  .small-display-side-nav-container {
    visibility: visible; } }
/* line 293, ../scss/_side-navs.scss */
.small-display-side-nav {
  font-size: 14px;
  margin-bottom: 4rem; }
  /* line 298, ../scss/_side-navs.scss */
  .small-display-side-nav a {
    color: #343a40; }
  /* line 300, ../scss/_side-navs.scss */
  .small-display-side-nav .small-display-menu-link {
    display: inline-block;
    padding: 7px 10px;
    width: 100%;
    border-bottom: 1px solid;
    border-color: #ABABAB;
    margin-bottom: 5px; }
  /* line 310, ../scss/_side-navs.scss */
  .small-display-side-nav .small-display-menu-link:hover {
    border-left: 1px solid;
    border-left-color: #fff;
    border-bottom-color: #343a40; }
  /* line 316, ../scss/_side-navs.scss */
  .small-display-side-nav .sm-dis-active-link {
    font-weight: 600;
    color: #233E64;
    border-bottom-color: red; }
  /* line 322, ../scss/_side-navs.scss */
  .small-display-side-nav .sm-dis-active-link:hover {
    font-weight: 600;
    color: #233E64; }

/* CSS */
/* line 332, ../scss/_side-navs.scss */
.button-34 {
  background: #00508C;
  border-radius: 999px;
  box-shadow: #00508C 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  margin-bottom: 2rem; }

/* line 356, ../scss/_side-navs.scss */
.position-r {
  position: absolute;
  right: 0;
  margin: 2px; }

/* line 362, ../scss/_side-navs.scss */
.title-marging-top {
  margin-top: 50px; }
