/***********************************************************************************************************************************************/
/********************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: 35px !important;
    font-weight: bold !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%);
}

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

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

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

.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;
}

.header-main img {
    width: 300px;
}

/*    													                     BIG IMAGE*/
/**************************************************************************************/
.intro-bg-image {
    padding-top: 25px;
    background-image: url(/resources/slider-banner-defkalion-2.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: rgba(19, 28, 47, 0.8);
    padding: 20px;
    box-shadow: 0px 0px 17px 1px #131c2f;
    filter: none !important;
    opacity: 1 !important;
}

.slider-moto h3 {
    color: #ffffff;
    font-size: 20px !important;
}

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

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

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

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

.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;
}

.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%;
}

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

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

    .main_land_container .block1 img {
        float: none;
    }

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


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

.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: bold;
    color: rgb(32, 46, 76);
}

.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;
}

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

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

.quform-element.quform-element-privacy {
    height: 45px;
}

.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: #131c2f !important;
    color: #ffffff;
}

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

/*------------------------------*/
/*        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;
    -moz-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}

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

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

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

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

@media(max-width: 414px) {
    .why.content {
        -moz-transform: translateY(-1%);
        -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;
    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: 414px) {

    .footer .block_certs {
        width: 100%;
    }
}

/**************************************************************************************************************************/
/*				  													                                        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;
    }
}
