@font-face {

    font-family: 'plicata';
    src: url('../font/Plicata_PERSONAL_USE_ONLY.ttf');
}
.row
{
    margin: 0;
}
a
{
    text-decoration: none!important;
}
.carousel-item {
    height: 90vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.navbar-container
{
    position: fixed;
    width: 100%;
    z-index: 100000;
    top: initial;
}

.language-link
{
    font-size: 14px;
    font-weight: 600;
    color: white;
    transition: all .3s;
}
.language-link:hover
{
    color: #1a6771!important;
    transition: all .3s;
}
.navbar-offer-btn
{
    padding: 15px 30px;
    color: white;
    background-color: #1a6771;
    margin-left: 20px;
    transition: all .3s;
}
.navbar-offer-btn:hover
{
    background-color: #2ca1b1!important;
    transition: all .3s;
    color:white;
}
.nav-link
{
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px!important;
    color: white!important;
    transition: all .3s;
}
.navbar-brand
{
    width: 150px;
}
.navbar-brand img
{
    max-width: 100%;
}
.carousel-mask
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,153,125, .1);
    z-index: 1;
}
.carousel-caption
{
    text-align: left;
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
    width: 50%;
}
.carousel-caption h3
{
    font-size: 60px;
    font-weight: 600;
}
.carousel-caption p
{
    font-size: 18px;
}
.home-services-container
{
    background-color: #f3f6f5;
    padding-top: 100px;
    position: relative;
}
.home-services-container:after
{
    content: "";
    width: 100%;
    height: 120px;
    background-color: #31373f;
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    z-index: 0;
}
.services-header
{
    text-align: center;
    margin-bottom: 80px;
}
.services-header span
{
    font-size: 16px;
    font-weight: bold;
    color: #a9aeb3;
    display: block;
    margin-bottom: 20px;
}
.services-header h3
{
    color: #414a53;
    font-size: 24px;
    font-weight: bold;
}
.services-item
{
    width: 100%;
    height: 400px;
    overflow: hidden;
    transition: all .3s;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.services-img
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.services-item:hover .services-img
{
    transform: scale(1.1);
    transition: all .3s;
}
.services-img-mask
{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(0,61,144,.15);
    transition: all .3s;
}
.services-item:hover .services-img-mask
{
    background-color: rgba(0,61,144,.3);
    transition: all .3s;
}
.services-item-title
{
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    z-index: 3;
    width: 100%;
    color: white;
}
.home-work-container
{
    background-color: #31373f;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.work-header
{
    text-align: center;
    margin-bottom: 50px;
}
.work-header span {
    font-size: 16px;
    font-weight: 600;
    color: white;
    display: block;
    margin-bottom: 30px;
}
.work-header h3
{
    color: white;
    font-size: 24px;
    font-weight: bold;
}
.work-item span
{
    font-size: 100px;
    color: #1a6771;
    font-weight: bold;
}
.work-item h3
{
    font-size: 18px;
    font-weight: 600;
    color: white;
}
.work-item p
{
    font-size: 14px;
    color: white;
}
.home-about-container
{
    padding: 100px 0;
    background-color: #f3f6f5;
}
.home-about-left-area span
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.home-about-left-area h3
{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #1d2124;
}
.home-about-right-area p
{
    font-size: 14px;
    line-height: 25px;
    color: #1d2124;
}
.home-about-right-area a
{
    padding: 10px;
    color: #1a6771;
    border: 2px solid #1a6771;
    border-radius:  0 0 15px 0;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    margin: 50px 0;
    transition: all .3s;
}
.home-about-right-area a:hover
{
    color: white;
    background-color: #1a6771;
    transition: all .3s;
}
.about-item p
{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}
.about-item span
{
    font-size: 100px;
    font-weight: bold;
    color: #1a6771;
    text-align: center;
    display: block;
}
.home-slick-container
{
    padding: 100px 0;
}
.slick-header span
{
    font-size: 16px;
    font-weight: bold;
    color: #a9aeb3;
    display: block;
    margin-bottom: 20px;
}
.slick-header h3
{
    font-size: 24px;
    font-weight: bold;
    color: #414a53;
}
.slick-header
{
    margin-bottom: 50px;
}
.slick-item-header p
{
    font-size: 50px;
    color: #003d90;
    text-shadow: 4px 0 #dbdce0;
    font-weight: bold;
}
.slick-item-header span
{
    font-size: 24px;
}
.slick-item-body h3
{
    font-size: 18px;
    color: #414a53;
    font-weight: bold;
}
.slick-item-body p
{
    font-size: 14px;
    color: #414a53;
    font-weight: 600;
    line-height: 25px;
}
.slick-item-body
{
    border-top: 2px solid #dbdce0;
    padding-top: 30px;
    position: relative;
}
.slick-item-body:before
{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: rgba(0,153,125, .7);
    top: -8px;
    left: 10px;
    border-radius: 50%;
}
.slick-item-body:after
{
    content: "";
    position: absolute;
    width: 28px;
    height:28px;
    background-color: rgba(0,153,125, .5);
    top: -15px;
    left: 3px;
    border-radius: 50%;
}
.home-offer-container
{
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.home-offer-form-container
{
    padding: 30px;
    background-color: #ffffff;
}
.home-offer-form-container h3
{
    font-size: 20px;
    color: #414a53;
    font-weight: bold;
    margin-bottom: 30px;
}
.home-offer-form-container button
{
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid #1a6771;
    color: #1a6771;
    border-radius: 0 0 20px 0;
    width: 100%;
    margin-bottom: 16px;
    transition: all .3s;
}
.home-offer-form-container button:hover
{
    color: white;
    background-color: #1a6771;
    transition: all .3s;
}
.home-offer-right-area span
{
    font-size: 16px;
    font-weight: bold;
    color: white;
}
.home-offer-right-area h3
{
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin: 30px 0;
}
.home-offer-right-area p
{
    color: white;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 600;
}
.home-offer-item
{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.home-offer-item i
{
    font-size: 50px;
    color: white;
    display: block;
    margin-bottom: 30px;
}
.home-gallery-container {
    padding-top: 100px;
}
.home-gallery-header
{
    margin-bottom: 30px;
}
.home-gallery-header span
{
    font-size: 16px;
    font-weight: bold;
    color: #a9aeb3;
}
.home-gallery-header h3
{
    font-size: 24px;
    font-weight: bold;
    color: #1d2124;
    margin: 30px 0;
}
.home-gallery-header p
{
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #1d2124;
}
.home-gallery-header a
{
    font-size: 14px;
    color: #1a6771;
    border: 2px solid #1a6771;
    border-radius: 0 0 15px 0;
    padding: 10px 20px;
    transition: all .3s;
    font-weight: 600;
    display: inline-block;
}
.home-gallery-header a:hover
{
    color: white;
    background-color: #1a6771;
    transition: all .3s;
}
.gallery-item
{
    width: 100%;
    background-color: white;
}
.gallery-item img
{
    width: 100%;
    transition: all .3s;
}
.home-gallery-body .row
{
    margin: 0;
}
.home-gallery-body .col-12
{
    padding: 0;
}
.gallery-item a
{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    position: relative;
}
.gallery-item a:hover
{
    transform: scale(0.95);
    transition: all .3s;
}
.gallery-item-img-mask
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,61,144,.15);
    transition: all .3s;
}
.gallery-item a:hover .gallery-item-img-mask
{
    background-color: rgba(0,61,144,.3);
    transition: all .3s;
}

.home-blog-container
{
    background-color: #f3f6f5;
    padding: 100px 0;
}
.home-blog-header span
{
    color: #a9aeb3;
    font-size: 16px;
    font-weight: bold;
}
.home-blog-header h3
{
    font-size: 24px;
    font-weight: bold;
    color: #1d2124;
    margin: 30px 0;
}
.home-blog-header a
{
    padding: 10px 20px;
    color: #1a6771;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #1a6771;
    border-radius: 0 0 15px 0;
    transition: all .3s;
}
.home-blog-header a:hover
{
    color: white;
    background-color: #1a6771;
    transition: all .3s;
}
.blog-item
{
    padding: 15px;
}
.blog-item-img-container
{
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.blog-item-img-container:before
{
    content: "";
    position: absolute;
    z-index: 2;
    border-color: transparent transparent #f3f6f5 transparent;
    border-style:solid;
    border-width:30px;
    width:0;
    height:0;
    transform: rotate(45deg);
    top: -31px;
    right: -31px;
}
.blog-item-img
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.blog-item-body
{
    padding: 20px;
    background-color: white;
}
.blog-item-body a:hover h3
{
    transition: all .3s;
    color: #1a6771;
}
.blog-item-body h3
{
    font-size: 20px;
    font-weight: 600;
    color: #1d2124;
    transition: all .3s;
}
.blog-item-body p
{
    font-size: 14px;
    color: #414a53;
}
.blog-item-footer
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-item-footer span
{
    font-size: 14px;
    color: #414a53;
}
.blog-item-footer a
{
    font-size: 14px;
    color: #414a53;
    transition: all .3s;
    font-weight: 600;
}
.blog-item-footer a:hover
{
    color: #1a6771;
    transition: all .3s;
}
.blog-item-img-container a
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.blog-item-img-container:hover .blog-item-img
{
    transform: scale(1.1);
    transition: all .3s;
}
.footer-container
{
    padding-top: 50px;
    background-color: #31373f;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.footer-menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;;
}
.footer-menu a
{
    color: white;
    font-size: 14px;
    padding: 5px 0;
    display: inline-block;
    transition: all .3s;
}
.footer-menu a:hover
{
    color: #1a6771;
    transition: all .3s;
}
.footer-title
{
    font-size: 20px;
    font-weight: bold;
    color: white;
}
.footer-contact td
{
    color: white;
    font-size: 14px;
}
.footer-contact tr
{
    padding: 5px 0;
    display: block;
}
.footer-contact tr td:first-child
{
    color: #1a6771;
    font-weight: bold;
    padding-right: 10px;
}
.footer-contact a
{
    color: #f3f3f3;
    text-decoration: none;
    font-size: 16px;
    transition: all .3s;
}
.footer-contact a:hover
{
    color: #2ca1b1;
    transition: all .3s;
}
.footer-brand img
{
    width: 150px;
}
.footer-brand
{
    margin-bottom: 75px;
}
.footer-social-list-container
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    width: 100%;
}
.footer-social-list
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.footer-social-list a
{
    padding: 10px;
    font-size: 18px;
    color: white;
    transition: all .3s;
}
.footer-social-list a:hover
{
    color: #1a6771;
    transition: all .3s;
}
.footer-bottom
{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.footer-bottom a
{
    color: #95999e;
    font-size: 14px;
    transition: all .3s;
    opacity: .8;
}
.footer-bottom a:hover
{
    color: #1a6771;
    transition: all .3s;
}
.footer-bottom p
{
    font-size: 14px;
    color: #95999e;
    margin: 0;
}
.navbar-scroll
{
    background-color: white;
    color: #1d2124;
    transition: all .5s;
}
.nav-link-dark
{
    color: #1d2124!important;
    transition: all .3s;
}
.nav-link-dark:hover
{
    color: #1a6771!important;
    transition: all .3s;
}
.nav-link:hover
{
    color: #1a6771!important;
    transition: all .3s;
}
.nav-item .active
{
    color: #2ca1b1!important;
}
.dropdown-menu
{
    background-color: #1d2124;
    border-radius: 0!important;
    top: 128% !important;
}
.dropdown-item
{
    color: white;
    transition: all .3s;

}
.dropdown-item:hover
{
    background-color: #1d2124;
    color: #1a6771;
    transition: all .3s;
}
.home-about-left-area img
{
    max-width: 100%;
}

@media screen and (max-width: 992px)
{
        .home-about-left-area
        {
            margin-bottom: 50px;
        }
    .home-gallery-header p
    {
        margin-bottom: 30px;
    }
}
.page-banner
{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    margin-bottom: 100px;
}
.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: 9;
}
.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: #1a6771;
}
.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: #1a6771;
    transition: all .2s;
}
.aside-menu-header h3
{
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 5px solid #1a6771;
    margin-bottom: 25px;
}
.aside-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.aside-menu a
{
    font-size: 14px;
    color: #414a53;
    padding: 10px 0;
    display: block;
    transition: all .3s;
    font-weight: bold;
}
.aside-menu i
{
    font-size: 14px;
    margin-right: 10px;
    color: #00c6ff;
}
.aside-menu a:hover
{
    color: #1a6771;
    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 #1a6771;
    margin-bottom: 25px;
}
.aside-menu-container
{
    margin-bottom: 30px;
}
.contact-header
{
    text-align: center;
    margin-bottom: 50px;
}
.contact-header h1
{
    font-size: 32px;
    font-weight: 700;
    color: #414a53;
}
.contact-header p
{
    font-size: 14px;
    font-weight: 600;
    color: #969696;
}
.contact-info .col-12
{
    display: flex;
    align-items: center;
}
.contact-info-item
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.contact-info-item-icon
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a6771;
    font-size: 32px;
    color: #fafafa;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    width: 50px;
    height: 50px;
    box-sizing: content-box;
    margin-right: 20px;
}
.contact-info-item-body
{
    display: flex;
    flex-direction: column;
}
.contact-info-item-body span
{
    font-size: 14px;
    font-weight: 600;
    color: black;
}
.contact-info-item-body p
{
    color: #969696;
    font-size: 14px;
    margin: 0;
}
.contact-info-item-body p span
{
    color: #1a6771;
    font-weight: 600;
}
.form-btn
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
@media screen and (max-width: 768px)
{
    .home-offer-right-area
    {
        margin-bottom: 50px;
    }
    .home-blog-header
    {
        margin-bottom: 30px;
    }
    .footer-social-list-container
    {
        align-items: center;
        margin-top: 30px;
    }
}
.contact-form-btn
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.contact-form-btn button
{
    padding: 10px 20px;
    border: 2px solid #1a6771;
    border-radius: 0 0 15px 0;
    color: #1a6771;
    display: inline-block;
    background-color: transparent;
    transition: all .3s;
    margin-bottom: 16px;
}
.contact-form button i
{
    margin-left: 15px;
}
.contact-form button:hover
{
    color: white;
    background-color: #1a6771;
    transition: all .3s;
}
.gallery-item-margin
{
    margin-bottom: 30px;
}
.page-container
{
    padding-bottom: 50px;
}
.contact-map iframe
{
    width: 100%;
}
.contact-form h3
{
    color: #414a53;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 15px;
}
@media screen and (max-width: 575px)
{
    .footer-social-list-container
    {
        align-items: flex-start;
        margin: 0;
    }
    .footer-contact
    {
        margin: 30px 0;
    }

}
.home-header-container
{
    padding: 50px 0;
    border: 2px solid #f3f3f3;
    box-shadow: inset 0px 10px 10px rgba(0,0,0,.1);
}
.home-header-container img
{
    width: 100%;
}
.home-referance-slick-container
{
    padding: 50px 0;
}
.referance-item
{
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: 250px;
    width: 100%;
    outline: none!important;
    padding: 15px;
}
.referance-item img
{
    width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    transition: all .3s;
}
.referance-item img:hover
{
    filter: grayscale(0%);
    transition: all .3s;
}
.header-top-container
{
    padding: 10px 0;
    background-color: #f3f6f5;
}
.header-top
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-list
{
    display: flex;
    align-items: center;
}
.header-list ul + ul
{
    border-left: 2px solid #1a6771;
}
.header-list ul,
.header-language ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.header-list a
{
    padding: 10px;
    font-size: 14px;
    color: #1a6771;
    transition: all .3s;
}
.header-list a:hover
{
    color: #17313b;
    transition: all .3s;
}
.header-language a
{
    display: inline-block;
    padding:0 15px;
    color: #1a6771;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
}
.header-language a:hover
{
    color: #17313b;
    transition: all .3s;
}
.header-language li + li a
{
    border-left: 2px solid #1a6771;
}



.ml14 {
    font-weight: 200;
    font-size: 3.2em;
}

.ml14 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}

.ml14 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    transform-origin: 100% 100%;
    bottom: 0;
}

.ml14 .letter {
    display: inline-block;
    line-height: 1em;
}
@keyframes slide {
    from {  transform: scale(1);}
    to {  transform: scale(1.2);}
}
@keyframes slide-caption {
    from {  transform: scale(1);}
    to {  transform: scale(0.8);}
}
.carousel-serit
{
    position: absolute;
    width: 80%;
    left: 10%;
    padding: 10px 20px;
    background-color: #1a6771;
    z-index: 999;
    bottom: -22px;
    display: flex;
    justify-content: center;
}
.carousel-serit a
{
    color: #f3f3f3;
    text-decoration: none;
    font-size: 16px;
    transition: all .3s;
}
.carousel-serit a + a
{
    margin-left: 40px;
}
.carousel-serit a:hover
{
    color: #2ca1b1;
    transition: all .3s;
}
.carousel-serit a i
{
    margin-right: 10px;
}
.carousel-serit:before
{
    content: "";
    position: absolute;
    top: 0;
    left: -22px;
    border-color: transparent #1a6771 transparent transparent;
    border-style: solid;
    border-width: 22px 22px 22px 0px;
    width: 0px;
    height: 0px;
}
.carousel-serit:after
{
    content: "";
    position: absolute;
    top: 0;
    right: -22px;
    border-color: transparent transparent transparent #1a6771;
    border-style: solid;
    border-width: 22px 0px 22px 22px;
    width: 0px;
    height: 0px;
}
.contact-container
{
 padding-bottom: 50px;
}
.carousel-img
{
    width: 100%;
    height: 100%;
    animation-name: slide;
    animation-duration: 10s;
}