*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

/* fonts family */

@font-face {
    font-family: AvertaStd;
    src: url("../fonts/avertaStd-Regular.woff2") format("woff2"),
        url("../fonts/avertaStd-Regular.woff") format("woff");

    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: AvertaStd-Bold;
    src: url("../fonts/avertaStd-Bold.woff2") format("woff2"),
        url("../fonts/avertaStd-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: AvertaStd;
    font-display: swap;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    font-family: AvertaStd-Bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0d2055;
}

a {
    transition: 0.1s linear;
}

p {
    margin: 2rem 0;
    line-height: 1.4em;
}
p:last-of-type {
    margin-bottom: 0;
}

div {
    font-family: AvertaStd;
}

h1,
h2 {
    font-family: AvertaStd-bold;
    margin-bottom: 4rem;
    max-width: 100%;
    line-height: 1.1em;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.center h1 {
    text-align: center;
}
.ln-2{
    line-height: 2;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 32px;
}
.full-sized {
    height: 100vh;
    width: 100%;
}
.full-sized img {
    max-width: 200px;
}
.text-xsmall {
    font-size: 12px;
}
.text-small {
    font-size: 14px;
}
.text-medium {
    font-size: 16px;
}
.text-large {
    font-size: 18px;
}
.text-xlarge {
    font-size: 24px;
}
.text-xxlarge {
    font-size: 32px;
}
.margin-bottom-5{
    margin-bottom: 5px !important; 
}
.text-bold {
    font-family: AvertaStd-Bold;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.icon {
    font-family: icomoon;
    font-size: 14px;
}
.btn {
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
}
a.map{
    width:140px;
}
    a.map:focus, a.map:active, a.map:visited, a.map:hover {
        outline:none;
        box-shadow:none;
    }
.btn:hover {
    color: #fff;
}
.btn-default {
    background: #0d2055;
}
.btn-default:hover {
    background: #2a4286;
}
.btn-red {
    background: #f46767;
}
    .btn-red:hover, .btn-red:active, .btn-red:focus {
        background: #f77272;
        outline:none;
        box-shadow:none;
    }
.btn-white {
    background: #fff;
    color: #0d2055;
}
.btn-white:hover {
    background: #f1f1f1;
    color: #0d2055;
}
.btn.scroll-btn {
    color: #0d2055;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    right: 30px;
    bottom: 70px;
    display: none;
}
.btn.scroll-btn.visible {
    display: flex;
}
.info-item {
    font-size: 12px;
    margin-bottom:10px;
}
.header-wrapper {
    align-items: flex-start;
    background-image: url("../images/header-bg-img.png");
    background-position: 50%;
    font-weight: 600;
    flex-direction: column;
    padding: 40px 15px 25px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    height: 400px;
}
.header-wrapper.other {
    background-image: url("../images/bg-img.jpg");
}
.header-wrapper.subpage {
    margin-top: 80px;
}
.header-row {
    margin-bottom: 20px;
}
.header-row.title {
    font-size: 24px;
}

.header-row.sub-title span {
    letter-spacing: 2px;
}

.header-row.sub-title span:after {
    content: "|";
    font-size: 14px;
    padding-left: 10px;
}
.header-row.sub-title span:last-child:after,
.footer-row.sub-title span:last-child:after {
    content: none;
}
.header-menu {
    display: flex;
    list-style: none;
    justify-content: center;
    width: 100%;
    margin-top: auto;
}
.header-menu .link {
    color: #fff;
    font-size: 14px;
}
.footer {
    color: #0d2055;
    padding: 40px 0;
}
.footer-title {
    font-size: 18px;
    font-weight: 600;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.footer-row {
    justify-content: flex-start;
    margin-bottom: 15px;
}
.footer-row.sub-title span {
    letter-spacing: 2px ;
}
.footer-row.sub-title span:after {
    content: "|";
    font-size: 20px;
    padding-left: 20px;
    color: #cecece;
    position: relative;
    top: -7px;
    font-weight: 500;
}
.info-wrapper {
    padding: 40px 0 50px;
    margin-bottom: 80px;
}
.info-wrapper .image-wrapper img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.image-wrapper a:hover, .image-wrapper a:focus, .image-wrapper a:active {
    opacity:0.7;
}
.main-wrapper.without-header {
    margin: 160px 0 0;
}
.without-header .info-wrapper .image-wrapper img {
    width: 100%;
    
    object-fit: cover;
    border-radius: 20px;
}

.info-wrapper.top-seperator {
    border-top: 3px solid #f7f8f9;
}
.info-wrapper .info-row {
    padding-bottom: 30px;
}
.info-wrapper .info-content {
    width: 100%;
}
.bg-gray {
    background: #f6f7f8;
}
.description-wrapper {
    min-height: 700px;
    padding: 60px 0 40px 0;
}
.description-wrapper .description-row {
    margin-bottom: 40px;
    line-height: 2;
}
.main-wrapper {
    margin: -20px 0 0 0;
    border-radius: 20px 20px 0 0;
    background: #fff;
}
#contact .image-wrapper img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: auto;
    max-height: none;
}

.footer .media-link {
    margin-left: 25px;
    color: #0d2055;
    text-decoration:none;
}

    .footer .media-link:hover, .footer .media-link:active, .footer .media-link:visited, .footer .media-link:focus {
        opacity:0.7;
        text-decoration: none;
    }

    .footer .media-link::before {
        content: " ";
        width: 25px;
        height: 25px;
        position: absolute;
        background-size: cover;
        margin-left: -30px;
        margin-top: -3px;
    }

.footer .phone::before {
    background-image: url(../images/phone.png);
}
.footer .instagram::before {
    background-image: url(../images/instagram.png);
}
.footer .site::before {
    background-image: url(../images/site.png);
}
.footer .mail::before {
    background-image: url(../images/mail.png);
}
.footer .twitter::before {
    background-image: url(../images/twitter.png);
}
.footer #contactUs{
    margin-top: 10px;
    visibility: : hidden;
    display: none;
}
.error {
    margin-top: 2px;
    font-size: 12px;
    color: #f46767;
    display:none;
}

#sendMail, #sendMail:active, #sendMail:focus, #sendMail:hover{
    outline:none;
    box-shadow:none;
}

    #sendMail[disabled] {
        pointer-events: none;
        opacity:0.3;
    }

#troid,#guatr,#hipertroidi{
    border-bottom: 2px solid #edeff3;
}

@media only screen and (max-width: 575px) {

 .footer-title {
        justify-content: left;
        margin-bottom: 10px;
    }
     .footer-row {
        margin-bottom: 10px;
    }

    .contact-wrapper .col-sm-6 {
        max-width: 100% !important;
    }

}


@media only screen and (max-width: 768px) {

    .contact-wrapper .col-sm-6 {
            max-width: 200px;
        }
    .header-row.sub-title span{
        font-size: 12px;
    }
}


@media only screen and (min-width: 768px) {
    .header-wrapper {
        align-items: center;
        background-position: center -55px;
        padding: 30px 30px 70px;
    }
    .header-row {
        justify-content: center;
    }
    .header-row.title {
        font-size: 32px;
    }
    .header-row.sub-title span:after {
        padding-left: 20px;
    }
    .header-menu {
        margin-bottom: 15px;
    }
    .info-wrapper .image-wrapper img {
        height: auto;
        width: 100%;
    }
    .description-wrapper {
        padding: 60px 0 40px 0;
    }
    .description-wrapper .description-container {
        max-width: 700px;
    }
    .main-wrapper {
        margin: -20px 0 0 0;
        border-radius: 20px 20px 0 0;
        background: #fff;
    }
    .contact-wrapper {
        padding: 0;
    }
    .footer-title {
        justify-content: left;
    }
    .footer-row {
        justify-content: left;
    }
    .without-header .info-wrapper .image-wrapper img {
        width: 100%;
        height: 500px;
    }
}
.modal-content {
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.modal-title {
    font-size: 24px;
    font-family: AvertaStd-Bold;
}
.no-border {
    border: none;
}
.contact-row input,
.contact-row textarea {
    width: 100%;
    height: 32px;
    border-radius: 8px;
    border: solid 1px #6387b6;
    padding: 10px 12px;
}
.contact-row input:focus,
.contact-row textarea:focus {
    border-radius: 8px;
    outline: none;
    box-shadow: 0 0 0 3px #bccbe0;
}
.contact-row input::placeholder {
    color: b5bbcb;
}
.contact-row textarea {
    min-height: 96px;
}
.close {
    color: #f46767;
    opacity: 1;
    margin: inherit !important;
    padding: 5px !important;
    border-radius: 10px;
    background-color: #ffdede !important;
    position: relative;
    height: 30px;
    width: 30px;
    text-shadow: none; 
}
.close:focus {
    outline: 0;
}
.close span {
    color: #f46767;
    font-size: 25px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 1px;
    bottom: 0;
}

@media only screen and (max-width: 991px) {

    .mr-md-4 {
        margin-right: 10px !important;
    }
    .footer-row.sub-title span:after {
        padding-left: 10px !important;
    }
}
@media only screen and (min-width: 1024px) {
    .info-wrapper {
        padding: 80px 0;
    }
    .header-menu {
        margin-bottom: 45px;
    }
    .without-header .info-wrapper .image-wrapper img {
        width: 100%;
        height: 500px;
        max-width: 525px;
    }
}
