.totop {
 position:fixed;
  bottom: 30px;
  right: 30px;
  background-color:#0e748b;
  border-radius: 50%;

}

.totop a {
  display:inline-block;
  padding: 10px 15px;
  color: #fff;
}

.totop-hidden  {
  display: none;
  transition: all 1s; 
  opacity: 0;
}

header
{
    position: absolute;
    width: 100%;
}
.carousel-item {

}
.carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    text-align: left;
    text-shadow: 0 0 10px #000;
}
.carousel-caption h1 {
    font-size: 42px;
    font-weight: 600;
}
.carousel-caption p {
    font-size: 22px;
}
.carousel-caption .slider-readon {
    font-weight: bold;
    font-style: italic;
    color: #fff;
    transition: all 0.2s;
    font-size: 18px;
}
.carousel-caption .slider-readon:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.2s;
} 
.header-top-container
{
    position: relative;
    z-index: 9;
    background-color: #0e748b;
    padding: 8px 0;
}
.header-top-container i {
    color: #fff !important;
}
.header-top
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.language-list
{
    font-size: 14px;
}
.language-list li+li
{
    border-left: 2px solid #ddd;
    padding-left: 10px;
}
.language-list a
{
    color: white;
    transition: all .3s;
}
.language-list a:hover
{
    text-decoration: none;
    color: #0e748b;
    transition: all .3s;
}
.header-top ul
{
    list-style: none;
    padding: 5px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    color: white;
}
.header-top li
{
    margin-right: 15px;
}
.header-top p
{
    margin: 0;
    font-size: 14px;
}
.header-top i
{
    width: 20px;
    color: #0e748b;
}

.carousel-mask
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(14,116,139);
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(14,116,139,0) 100%);
}

.navbar
{
    z-index: 999;
    background-color: #fff;
    width: 100%;
}
.navbar-brand
{
    width: 190px;
}
.navbar-brand img
{
    width: 100%;
}
.nav-link
{
    font-size:16px;
    font-weight: 600;
    padding: 8px 16px!important;
}
.navbar .active
{
    color: #0e748b !important;
}
.nav-item
{
    transition: all .3s;
}
.nav-item:hover
{
    color: #0e748b;
    transition: all .3s;
}
.navbar a:focus {
    background-color: transparent !important;
    color: #0e748b !important;
}
.dropdown-menu a + a {
    border-top:  1px solid #dedede;
}
.dropdown-menu {
    margin-top: 23px;
    border-top: none;
    border-radius: 0;
}
.dropdown-menu a {
    padding: 10px 25px;
    font-size: 14px;
}
.home-box-container
{
    padding: 50px 0;
    background: linear-gradient(0deg, #ffffff 50%, #0e748b 50%);
}
.box
{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 30px;
}
.box:hover .box-img img
{
    transform: scale(1.1);
    transition: all .3s;
}
.box:hover span
{
    color: #0e748b;
    transition: all .3s;
}
.box:hover .box-border
{
    background-color: #0e748b;
    transition: all .3s;
}
.box-img
{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-img img
{
    width: 100%;
    max-height: 100%;
    transition: all .3s;
}
.box-body-container
{
    background-color: white;
}
.box-body
{
    margin: 0 15px;
    position: relative;
    margin-top: -50px;
    background-color: white;
    padding: 15px;
}
.box span
{
   font-size: 20px;
    font-weight: 600;
    transition: all .3s;
}
.box i
{
    color: #0e748b;
    font-size: 24px;
    margin-right: 15px;
}
.box p
{
    font-size: 14px;
    color: #8C8C9E;
    padding-top: 10px;
    line-height: 22px;
}
.box-border
{
    background-color:#002642;
    height: 6px;
    width: 100%;
    transition: all .3s;
}
.box-link
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.home-box-header h3
{
    font-size:32px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.home-box-header p
{
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    color: #ddd;
    margin: 0;
    margin-top: 25px;
}
.home-box-header
{
    margin-bottom: 50px;
}
.home-about-container
{
    padding-bottom:50px;
}
.home-about
{
    padding: 30px 0;
}
.home-about h3
{
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 25px;
}
.home-about span
{
    font-size: 16px;
    font-weight: 600;
    color: #0e748b;
    margin: 10px 0;
    display: block;
}
.home-about p
{
    color: #8C8C9E;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
.home-about-item
{
    display: flex;
    width: 50%;
    padding: 30px;
    align-items: center;
}
.home-about-item:nth-child(1)
{
    border-bottom: 1px solid #ddd;
}
.home-about-item:nth-child(2)
{
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.home-about-item:nth-child(4)
{
    border-left: 1px solid #ddd;
}
.home-about-item:nth-child(5)
{
    border-top: 1px solid #ddd;
}
.home-about-item:nth-child(6)
{
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.home-about-item i
{
    font-size: 46px;
    margin-right: 25px;
    color: #0e748b;
}
.home-about-item-text span
{
    font-size: 22px;
    font-weight: 600;
}
.home-about-item-text strong {
    padding-bottom: 20px !important;
}
.home-about-item-text p
{
    color: #8C8C9E;
    font-size: 14px;
    margin: 0;
}
.home-about-item-container
{
    display: flex;
    flex-wrap: wrap;
}
.home-why-container
{
    display: flex;
    flex-wrap: wrap;
}
.home-why-img
{
    background-position: center center;
    background-size: cover;
}
.home-why-img,
.home-why-box
{
    width: 50%;
}
.home-why-box
{
    padding: 50px;
    background-color: #002642;
    color: #ffffff;
    position: relative;
}
.home-why-box-title
{
    border-left: 6px solid #0e748b;
    padding-left: 15px;
    margin-bottom: 40px;
}
.home-why-box-title span
{
    font-weight: 600;
    font-size: 14px;
}
.home-why-box-title h3
{
    font-size: 24px;
    font-weight: 600;
}
.home-why-item
{
    padding: 30px 0;
    display: flex;
}
.home-why-item i
{
    font-size: 48px;
    margin-right: 30px;
}
.home-why-item-text span
{
    font-size: 18px;
    font-weight: 600;
}
.home-why-item-text p
{
    font-size: 14px;
}
.home-counter-container
{
    padding: 100px 0;
    background-color: #0e748b;
}
.home-counter-item
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.home-counter-item i
{
    font-size: 48px;
}
.home-counter-item span
{
    font-size: 44px;
    font-weight: bold;
    margin: 10px 0 0 0;
}
.home-counter-item strong
{
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0;
}
.home-counter-item p
{
    font-size: 18px;
    margin: 0;
    margin-top: -10px;
}
.home-gallery-container
{
    padding: 50px 0;
}
.home-gallery-title
{
    border-left: 6px solid #0e748b;
    padding-left: 15px;
    margin-bottom: 10px;
}
.home-gallery-title span
{
    font-size: 14px;
    color: #8C8C9E;
    font-weight: 600;
}
.home-gallery-title h3
{
    font-size: 24px;
    font-weight: 600;
}
.home-gallery-header
{
    width: 50%;
    margin-bottom: 50px;
}
.home-gallery-header p
{
    font-size: 14px;
    color: #8C8C9E;
    line-height: 22px;
}
.home-gallery-img
{
    background-size: cover;
    background-position: center center;
    height: 250px;
}
.home-gallery-container .row
{
    margin: 0;
}
.home-gallery-container .col-12
{
    padding: 5px;
}
.home-paralax-container
{
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.home-paralax-container h1,
.home-paralax-container h2,
.home-paralax-container h3,
.home-paralax-container h4,
.home-paralax-container h5,
.home-paralax-container h6
{
    text-shadow: 0 0 25px #000;
    color: #fff;
    font-weight: 600;
}
.home-paralax-container h3 {
    font-size: 55px;
    margin-bottom: 25px;
}
.home-paralax-container p
{
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 25px #000;
}
.home-paralax-img
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.parallax-window {
    width:100%;
    position:relative;
    overflow: hidden;
    background: transparent;
}
.parallax-image	{
    position: absolute;
    width:1920px;
    z-index:0;
    bottom:0;
    left: 0;
}
.home-blog-container
{
    padding: 50px 0;
    background: linear-gradient(0deg, #F7FAFA 50%, #ffffff 50%);
}
.home-blog-header
{
    text-align: center;
}
.home-blog-header h3
{
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.home-blog-header span
{
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #0e748b;
    margin: 20px 0;
}
.home-blog-header p
{
    font-size: 14px;
    line-height: 22px;
    color: #8C8C9E;
    margin-bottom: 50px;
}
.blog-item
{
    box-shadow: 0 0 5px rgba(0,0,0, .2);
    overflow: hidden;
    transition: all .3s;
    margin-bottom: 30px;
}
.blog-item-img
{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    transition: all .3s;
}
.blog-item-img a
{
    width: 100%;
    height: 100%;
    display: block;
}
.blog-item-body
{
    padding: 20px;
    position: relative;
}
.blog-item-body h3
{
    font-size: 24px;
    color: #0e748b;
}
.blog-item-body p
{
    font-size: 14px;
    line-height: 25px;
    color: #8C8C9E;
}
.blog-item-body li
{
    font-size: 14px;
    line-height: 25px;
    color: #8C8C9E;
}
.blog-item-body a
{
    font-size: 13px;
    color: #0e748b;
    transition: all .2s;
}
.blog-item-body a:hover
{
    color: #002642;
    text-decoration: none;
    transition: all .2s;
}
.blog-item-date
{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0e748b;
    padding: 10px;
    text-align: center;
}
.blog-item-date span
{
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}
.blog-item-date p
{
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
}
.blog-item:hover .blog-item-img,
.blog-item:hover .blog-item-img-lg
{
    transform: scale(1.1);
    transition: all .3s;
}
.blog-item-img-container
{
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
}
.slick-container
{
    background-color: #F7FAFA;
    padding: 50px 0;
}
.slick-item
{
    display: flex!important;
    justify-content: center;
    align-items: center;
    outline: none!important;
    padding: 20px;
}
.slick-item img
{
    width: 100%;
    max-height: 100%;
    filter: grayscale(100%);

}
.slick-item img:hover
{
    filter: none;
}
footer
{
    background-color: #002642;
    padding-top: 50px;
}
footer p
{
    margin: 0;
    font-size: 14px;
}
.footer-brand
{
    width: 180px;
    margin-bottom: 10px;
}
.footer-brand img
{
    width: 100%;
}
.footer-about
{
    color:#ffffff;
}
.footer-about ul
{
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.footer-about li
{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.footer-about i
{
    font-size: 20px;
    margin-right: 15px;
}
.footer-menu span
{
    font-size: 18px;
    font-weight: 600;
    color:#ffffff;
    display: block;
    margin-bottom: 5px;
}
.footer-menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu a
{
    color: #ffffff;
    padding: 5px 0;
    display: block;
    text-decoration: none;
    transition: all .3s;
}
.footer-menu i
{
    margin-right: 10px;
}
.footer-menu a:hover
{
    color: #0e748b;
    transition: all .3s;
}
.footer-blog span
{
    font-size: 18px;
    font-weight: 600;
    color:#ffffff;
    display: block;
    margin-bottom: 5px;
}
.footer-blog-item-img
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}
.footer-blog-item-img img
{
    width: 100%;
    max-height: 100%;
}
.footer-blog-item
{
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}
.footer-blog-item + .footer-blog-item
{
    border-top: 1px solid #004a804d;
    padding-top: 8px;
}
.footer-blog-item a
{
    color: #ffffff;
    font-size: 16px;
    transition: all .3s;
}
.footer-blog-item p
{
    color: #ffffff;
    font-size: 14px;
}
.footer-blog-item a:hover
{
    text-decoration: none;
    color: #0e748b;
    transition: all .3s;
}
.footer-border
{
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #0e748b;
    margin-bottom: 20px;
}
.footer-bottom
{
    margin-top:15px ;
    padding: 10px;
    border-top: 1px solid #004a804d;
}
.footer-bottom p
{
    font-size: 14px;
    color: #ffffff;
}
.footer-bottom ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.footer-bottom li a
{
    padding: 0 10px;
    font-size: 20px;
    color: #ffffff;
    transition: all .3s;
}
.footer-bottom li a:hover
{
    color: #0e748b;
    transition: all .3s;
}
.footer-bottom-text
{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-link
{
    font-size: 12px;
    color: #999999;
    transition: all .3s;
}
.footer-link:hover
{
    text-decoration: none;
    color: white;
    transition: all .3s;
}
.page-banner
{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    margin-bottom: 40px;
}
.page-banner-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}
.page-banner h1
{
    color: #fafafa;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    z-index: 8;
}
.blog-item-img-lg
{
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    transition: all .3s;
}
.blog-item-img-container-lg
{
    position: relative;
    height: 450px;
    width: 100%;
    overflow: hidden;
}

.breadcrumb-list ul
{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
    list-style: none;
}
.breadcrumb-list li
{
    margin: 15px;
    color:lightgrey;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #1fb4cc;
}
.breadcrumb-list li+li:before
{
    content: "/";
    position: absolute;
    color:white;
    left:-17px;
}
.breadcrumb-list ul li a
{
    color:lightgrey;
    text-decoration: none;
    transition: all .2s;
}
.breadcrumb-list ul li a:hover
{
    color: #1fb4cc;
    transition: all .2s;
}
.aside-menu-header h3
{
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
    border-left: 5px solid #0e748b;
    margin-bottom: 25px;
}
.aside-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.aside-menu a
{
    font-size: 14px;
    color: #232323;
    padding: 10px 0;
    display: block;
    transition: all .3s;
    border-bottom: 1px solid #ddd;
}
.aside-menu i
{
    font-size: 14px;
    margin-right: 10px;
    color: #0e748b;
}
.aside-menu a:hover
{
    color: #0e748b;
    text-decoration: none;
    transition: all .3s;
}
.aside-gallery-item
{
    height: 50px;
}
.aside-gallery-img
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.aside-gallery-img a
{
    display: block;
    width: 100%;
    height: 100%;
}
.aside-gallery .row
{
    margin-right: 0;
    margin-left: 0;
}
.aside-gallery .col-4
{
    padding: 5px;
}
.aside-gallery h3
{
    font-size: 20px;
    padding-left: 10px;
    border-left: 5px solid #0e748b;
    margin-bottom: 25px;
}
.aside-menu-container
{
    margin-bottom: 30px;
}
.aside-social-list
{
    margin-top: 30px;
}
.aside-social-list ul
{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
.aside-social-list a
{
    border-radius: 5px;
    color: white;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    margin: 5px;
    justify-content: center;
    align-items: center;
}
.gallery-item
{
    width: 100%;
    height: 200px;
    position: relative;
    transition: all .3s;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: black;
}
.gallery-img
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    transition: all .3s;
}
.gallery-img a
{
    display: block;
    width: 100%;
    height: 100%;
}
.gallery-item-icon
{
    font-size: 20px;
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,.7);
    position: absolute;
    top: 15px;
    right: 20px;
   opacity: 0;
    transition: all .3s;;
}
.gallery-item:hover .gallery-item-icon
{
   opacity: 1;
    transition: all .3s;
}
.gallery-item:hover .gallery-img
{
    transform: scale(1.1);
    opacity: .8;
    transition: all .3s;
}
.map-container
{
    margin-bottom: 50px;
}
.map-container iframe
{
    width: 100%;
    height: 600px;
}
.contact-info {
    text-align: center !important;
    border-bottom: 1px dashed #333;
    padding-bottom: 25px;
}
.contact-info i {
    font-size: 48px;
    color: #0e748b;

}
.contact-info h3
{
    font-size: 20px;
    margin-bottom: 30px;
}
.contact-info tr td:first-child
{
    font-weight: 600;
}
.contact-info table
{
    font-size: 14px;
    width: 100%;
}
.contact-info td
{
   padding: 8px;
}
.contact-info tr
{
    border-bottom: 1px solid #ddd;
}
.contact-form
{
    margin-bottom: 75px;
}
.contact-form h3
{
    font-size: 20px;
    margin-bottom: 30px;
}
.contact-form button
{
    border: 2px solid #0e748b;
    border-radius: 5px;
    color: #0e748b;
    background-color: white;
    padding: 5px 10px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
}
.contact-form button:hover
{
    background-color: #0e748b;
    color: white;
    transition: all .3s;
}

@media screen and (max-width: 768px)
{
    .home-about-item
    {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd;
        border-left: none!important;
    }
    .home-counter-item
    {
        margin-bottom: 30px;
    }
    .home-gallery-header
    {
        width: 100%;
    }
}
.paralax
{
    width: 100%;
}
@media screen and (max-width: 992px)
{
    .home-why-img
    {
        width: 100%;
        height: 450px;
    }
    .home-why-box
    {
        width: 100%;
        left: 0;
        bottom: 0;
    }
}

.navbar-scroll
{
    background-color: white;
    color: #1d2124;
    transition: all .5s;
}
.nav-link-dark
{
    color: #1d2124!important;
}
.alert
{
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    opacity: 1!important;
    right: 20px;
}

form div.required label.control-label:after {
    content:" * ";
    color:red;
}

.help-block {
  	color: red;
}