/***********************************************************************************************************************************************/
/********************A wizard is never late, Frodo Baggins. Nor is he early. He arrives precisely when he means*********************************/
/***********************************************************************************************************************************************/


/**************************************************************************************************************************/
/*				  													                                               GENERIC*/
/**************************************************************************************************************************/

* {
    font-family: 'Roboto', sans-serif !important;
}

h3,
h4 {
    color: rgb(32, 46, 76);
}

h3 {
    font-size: 28px !important;
    font-weight: 300 !important;
    text-align: center;
}

h4 {
    text-align: center;
    padding-bottom: 30px;
}

/**************************************************************************************************************************/
/*				  													                                                HEADER*/
/**************************************************************************************************************************/

.header-container {
    display: inline-block;
    width: 100%;
    /* -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4) !important; */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 136, 255, 0.6)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom, rgba(77, 136, 255, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
    height: 200px;
}

header > * {
    background-color: transparent !important;
    background: transparent !important;
}

header {
    background: -webkit-gradient(linear, left top, left bottom, from(#4d88ff), color-stop(50%, #ffffff), to(#00bedb));
    background: linear-gradient(#4d88ff 0%, #ffffff 50%, #00bedb 100%);
}

/*	  													                       TOP BAR*/
/**************************************************************************************/

.top-bar {
    width: 100%;
    /* display: inline-block; */
    /* background: #4D88FF; */
    color: #ffffff;
    text-align: center;
    height: 50px;
}

.top-bar span {
    /* padding: 10px; */
    width: 100%;
    height: 50px;
}

.top-bar span .far,
.top-bar span .fas {
    font-family: fontawesome !important;
    font-style: normal;
}

/*	  													                     LOGO AREA*/
/**************************************************************************************/
.header-main {
    width: 100%;
    /* display: inline-block; */
    /* padding: 10px 0px 10px 0px; */
    text-align: center;
    height: 150px;
}

.header-main img {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}



/*    													                     BIG IMAGE*/
/**************************************************************************************/
.intro-bg-image {
    padding-top: 25px;
    background-image: url(/resources/slider-banner-defkalion.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    background-position: center center;
}

/*.intro-bg-image img {
    width: 100%;
}*/

.intro-bg-image {
    padding-top: 25px;
}

.slider-moto {
    background-color:#00bedb;
    height: 100px;
    /* margin-bottom: 32px; */
}

.slider-moto h3 {
    font-size: 30px !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
}

/*------------------------------*/
/*        RESPONSIVE:           */
/*------------------------------*/

.top-bar span,
.header-main,
.w-100.slider-moto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}



@media(max-width: 414px) {
    .intro-bg-image {
        background-image: url(/resources/slider-banner-gr_mob.jpg);
    }
}

/**************************************************************************************************************************/
/*				  													                                             MAIN BODY*/
/**************************************************************************************************************************/

/*	  													                  CONTENT ROW */
/**************************************************************************************/
.link-in-images {
    max-width: 380px;
    display: block;
    margin: auto;
}

.main_content_wrapper {
    width: 100%;
    display: inline-block;
    padding-top: 50px;
}

.container {
    margin-top: 32px;
}

.content_area {
    padding-top: 50px;
}

.main_content_wrapper .content_area {
    width: 70%;
    display: inline-block;
    float: left;
}

.main_land_container .block1 img {
    float: left;
    margin: 0px 15px 15px 0px;
    width: 319px;
}

.main_land_container .block1 {
    padding: 20px;
}

.block1 ul li {
    list-style: none;
}

.row.full-width-cta {
    margin: 0 !important;
}

.block1 ul li:before {
    content: '✓';
    font-weight: bold;
    margin-right: 10px;
    font-size: 18px;
    color: rgb(32, 46, 76);
}

.block1 .listing {
    width: 100%;
    display: inline-block;
}

.block1 ul {
    display: inline-block;
    float: left;
    width: 50%;
}

.main-content-title {
    font-size: 28px !important;
    font-weight: 300 !important;
    text-align: center;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #202e4c;
    padding: 20px 0px;
}

.why-hs-list {
    list-style: none;
    padding-left: 0;
}

.why-hs-list li {
    margin-bottom: 10px;
}

.why-hs-list li:before {
    content: "\f00c";
    font-family: fontawesome;
    margin-right: 10px;
    color: #00bedb;
}

/*------------------------------*/
/*        RESPONSIVE:           */
/*------------------------------*/

@media (max-width: 1025px) {
    .quform-outer.quform-theme-light-light {
        padding: 10px !important;
    } 
}

@media (max-width: 1000px) {
    .main-container .col-6 {
        width: 100%;
        display: block;
        max-width: unset;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
    }

    .row.full-width-cta .col-lg-8,
    .row.full-width-cta .col-lg-4 {
        width: 100%;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
        display: block;
        max-width: unset;
        text-align: center;
    }

    .row.full-width-cta .col-lg-8 {
        margin-bottom: 20px;
    }
}

@media(max-width: 414px) {
    .main_land_container {
        text-align: center;
    }

    .main_land_container .block1 img {
        float: none;
    }

    .block1 ul {
        text-align: left;
        padding: 0px;
    }
}

@media (max-width: 991px) {

    .container.form-cont .col-6 {
        width: 100%;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
        display: block;
        max-width: unset;
    }

    .quform-outer.quform-theme-light-light {
        padding: 30px !important;
        margin-top: 32px;
    }
        
    .main-content-title {
        margin-top: 32px;
    }
}

@media (max-width: 480px) {
    .slider-moto h3 {
        font-size: 19px !important;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .main-content-title {
        font-size: 24px !important;
    }

    .quform-input.policy-cont {
        padding: 0px;
    }

    .cta-title {
        font-size: 20px !important;
        line-height: 22px !important;
    }
}


/*	  													                    CTA BUTTON*/
/**************************************************************************************/

.row.full-width-cta {
    margin-top: 32px;
    background: #00bedb;
}

.row.full-width-cta .row {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0px;
    color:white!important;
}

.cta-title {
    font-size: 22px;
    line-height: 48px;
}

a.button {
    background: #202e4c;
    color: white !important;
    padding: 12px 20px;
    text-decoration: none !important;
    display: block;
    text-align: center;
}

a.button:hover {
    background: #202e4c;
    color: white !important;
    padding: 12px 20px;
    text-decoration: none !important;
    display: block;
    text-align: center;
}


/*	  													                      FORM ROW*/
/**************************************************************************************/
/* .form_area {
    background-image: url(/resources/bubbles-2.png);
    background-repeat: no-repeat;
    background-size: cover;
} */

#privacy {
    display: inline-block;
    float: left;
    height: 21px;
}

.quform-outer,
.form_area {
    height: 100%;
}

.quform-element.quform-element-privacy {
    height: auto;
}

.quform-outer.quform-theme-light-light {
    background-color: #202e4c!important;
    color: white !important;
}

.quform-input.policy-cont p {
    margin-bottom: 0px;
    font-size: 14px;
}

.main_content_wrapper .form_area {
    width: 30%;
    display: inline-block;
    float: left;
    height: 1294px;
}

.quform-outer.quform-theme-light-light {
    border: 3px solid #0CD19B;
}

.quform-group-title-description-wrap {
    margin-top: 0px !important;
}

.proswpika_stoixeia {
    float: none;
    width: 100%;
    padding-left: 5px;
    margin: 0 auto;
    padding-right: 5px;
}

.quform-options .quform-option {
    width: 100% !important;
    display: inline-block;
}

.quform-options .quform-option label {
    line-height: 10px !important;
}

.quform-options {
    margin-top: 15px !important;
}

p.quform-group-description {
    text-align: center;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 300;
    color: white;
}

.form-small-text {
    font-size: 15px !important;
    text-align: center;
}

.quform-input.policy-cont label,
.quform-input.policy-cont p,
.quform-input.policy-cont a {
    /* display: inline-block !important;
    font-size: 13px !important;
    margin-bottom: 0; */
}

.quform-input.policy-cont #privacy {
    margin-right: 5px;
}

.quform-input.policy-cont {
    padding: 12px;
}

.quform-outer.quform-theme-light-light {
    border: 3px solid rgb(32, 46, 76);
    width: 100%;
    padding: 10px;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 50px;
}

.quform-submit-inner button {
    background: #00bedb !important;
    color: #ffffff;
    border: none!important;
}

.quform-outer.quform-theme-light-light {
    background: rgba(255,255,255,0.7);
}

.quform-elements .quform-med.quform-element-text input,
.quform-elements .quform-med.quform-element-captcha input,
.quform-elements .quform-med.quform-element-password input,
.quform-elements .quform-med.quform-element select,
.quform-elements .quform-med.quform-element textarea {
    font-size: 14px;
    padding: 10px;
}

.quform-outer.quform-theme-light-light {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

#single_select {
    font-size: 14px;
    color: #757575;
    padding-left: 8px;
}

/*                                                       images
[3]   ------------------------------------------------------------- */
.form-cont .col-6{
    text-align:center;
}
.form-cont .col-6 > img {
    width: 70%;
    margin: 0 auto !important;
    left: 50%;
    margin-left: 50%;
    border: 2px solid white;

}

/*------------------------------*/
/*        RESPONSIVE:           */
/*------------------------------*/

@media(max-width: 1440px) {
    .main_content_wrapper .form_area {
        height: 1350px;
    }

    .proswpika_stoixeia .quform-element {
        padding: 1px;
    }

    p.quform-group-description {
        font-size: 21px !important;
    }
}

@media(max-width: 1280px) {
    p.quform-group-description {
        font-size: 21px !important;
    }

    .proswpika_stoixeia .quform-element {
        padding: 1px;
        margin: -3px;
    }
}

@media(max-width: 1024px) {

    .main_content_wrapper .content_area,
    .main_content_wrapper .form_area {
        width: 100%;
    }

    .main_content_wrapper .form_area {
        height: auto;
        display: inline-block;
        padding: 45px;
    }

    .quform-outer.quform-theme-light-light {
        position: relative;
        padding: 50px;
        top: 0px;
    }
}

@media(max-width: 414px) {
    .main_content_wrapper .form_area {
        padding: 10px;
    }

    .quform-outer.quform-theme-light-light {
        padding: 10px;
    }

    .proswpika_stoixeia {
        padding-left: 0px;
        padding-right: 0px;
    }

    .proswpika_stoixeia .quform-element {
        padding: 1px;
        margin: 2px;
    }
}

@media(max-width: 375px) {

    .quform-input.policy-cont label,
    .quform-input.policy-cont p,
    .quform-input.policy-cont a {
        font-size: 11px !important;
    }
}

/**************************************************************************************************************************/
/*				  													                                                WHY US*/
/**************************************************************************************************************************/
.why_hlf {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    background-image: url(/resources/footer-bg.jpg);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

/* .why_hlf:before {
    content: '';
    border: 1px solid;
    width: 200px;
    display: inline-block;
    text-align: center;
} */


.why_container {
    margin: 50px;
    text-align: left !important;
}

.why_container h3 {
    text-align: center;
    padding-bottom: 35px;
}

.why.content {
    padding: 50px;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}

.why.content ul {
    background-color: rgba(19, 28, 47, 0.8);
    color: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 17px 1px #131c2f;
            box-shadow: 0px 0px 17px 1px #131c2f;
}

.why.content ul li {
    list-style-position: inside;
}

/*------------------------------*/
/*        RESPONSIVE:           */
/*------------------------------*/

@media(max-width: 768px) {
    .why.content {
        -webkit-transform: translateY(-6%);
        transform: translateY(-6%);
    }
}

@media(max-width: 414px) {
    .why.content {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%);
        padding: 10px;
    }

    .why_container {
        margin: 10px;
    }

    .why_hlf {
        background-size: cover;
    }
}

/**************************************************************************************************************************/
/*				  													                                                FOOTER*/
/**************************************************************************************************************************/

/*	  													                CERTIFICATIONS*/
/**************************************************************************************/
.footer {
    width: 100%;
    display: inline-block;
    background-color: rgb(32, 46, 76);
    /* border-top: 3px solid #4d88ff; */
    position: relative;
}

.certs_container {
    width: 100%;
    padding: 30px;
    display: inline-block;
    text-align: center;
}

.footer .block_certs {
    width: 20%;
    display: inline-block;
    float: left;
    text-align: center;
    background: white;
    -webkit-box-shadow: 0 10px 13px -3px rgba(0, 0, 0, .7);
    box-shadow: 0 10px 13px -3px rgba(0, 0, 0, .7);
}

.footer .block_certs img {
    width: 125px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
}

.block_cert_big {
    color: #ffffff;
    background: #131c2f;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*	  													                       CONTACT*/
/**************************************************************************************/

.bottom-bar {
    width: 100%;
    display: inline-block;
    /* background: #4D88FF; */
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bottom-bar span {
    padding: 10px;
    width: 100%;
}

.bottom-bar span .far,
.bottom-bar span .fas,
.bottom-bar span .fa {
    font-family: fontawesome !important;
    font-style: normal;
    /* background: #4D88FF; */
    color: white;
    /* padding: 15px;
    border-radius: 100%; */
    font-size: 25px;
}

.bottom-bar span .far:before,
.bottom-bar span .fas:before,
.bottom-bar span .fa:before {
    /* padding: 5px; */
}

.fas.fa-map-marker-alt:before {
    content: "\f041";
}

.fas.fa-map-marker-alt {
    margin-left: 10px;
}

/*------------------------------*/
/*        RESPONSIVE:           */
/*------------------------------*/

@media(max-width: 480px) {

    .block_certs {
        width: auto !important;
        margin: 10px;
        padding: 10px;
        width: 40% !important;
    }

    .footer .block_certs {
        float: unset!important;
    }

    .footer .block_certs img {
        max-width: 100% !important;
        height: auto !important;
    }
}

/**************************************************************************************************************************/
/*				  													                                        THANK YOU PAGE*/
/**************************************************************************************************************************/
.main_content_wrapper.thankyou .content_area .block1 h1 {
    text-align: center;
    padding: 100px;
}

.main_content_wrapper.thankyou .content_area {
    width: 100%;
    display: inline-block;
}

/*------------------------------*/
/*        RESPONSIVE:           */
/*------------------------------*/

@media(max-width: 414px) {
    .main_content_wrapper.thankyou .content_area .block1 h1 {
        padding: 17px;
    }
}
