@import "header.css";
@import "questioner.css";
@import "footer.css";


.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-track {

    top: 6px;
}

.slick-slide {
    text-align: center;
    color: #419be0;
    background: white;
}


.imgSlick {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bgDarkTransparent {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);

}

.container-fluid-custome {
    width: 100%;
}

.heightImagesSlider {
    width: 100%;
    height: 83vh;
}

.slick-dots {
    bottom: 10px;
}

.slick-dotsCustome {

    width: 17px !important;
    height: 12px !important;
    border-radius: 5px;
    background-color: rgb(131, 132, 137) !important;
}

.slick-dotsCustome:hover {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(255, 255, 255);
}

.slick-dots li button:before {
    font-size: 0;
    line-height: 0;
}

.slick-active>.slick-dotsCustome {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(255, 255, 255);
}



.sliderImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.btnSlickCostume {
    background-color: rgb(0, 153, 221);
    border: none;
    border-radius: 50px;
    color: white;
    padding: 1.3% 8%;
    font-weight: 700;
    margin-top: 2%;
}

.btnSlickCostume:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.paddingTopBottom1 {
    padding: 1% 0;
}

.paddingTopBottom2 {
    padding: 2% 0;
}

.paddingTopBottom5 {
    padding: 5% 0;
}

.padding0 {
    padding: 0;
}

.padding2 {
    padding: 2%;
}

.padding3 {
    padding: 3% 0;
}

.padding8 {
    padding: 8%;
}

.paddingLeft5 {
    padding-left: 5%;
}

.paddingRight5 {
    padding-right: 5%;
}

.paddingRight10 {
    padding-right: 10%;
}

.paddingBottom7 {
    padding-bottom: 7%;
}

.paddingTopLeftHeaderProjects {
    padding-top: 80px;
    padding-bottom: 80px;
}

.marginBottomTop3 {
    margin: 5% 0 3% 0;
}

.marginBottom3 {
    margin-bottom: 3%;
}

.marginBottomHeaderProjects {
    margin-bottom: 3% 0;
}

.paddingCards {
    padding: 0 1%;
}

.minHeightCardsMember {
    min-height: 70px;
    font-weight: bold;
}

.fontSize400 {
    font-weight: 400;
}

.fontWeightLight {
    font-weight: 300;
}

.fontWeight500 {
    font-weight: 500;
}

.fontBold {
    font-weight: bold;
}

.fontSemiBold {
    font-weight: 600;
}

.fontWeight700 {
    font-weight: 700;
}

.textBlue {
    color: rgb(0, 153, 221);
}

.textGray {
    color: rgb(206, 206, 206);
}

.textLightGray {
    color: rgb(183, 183, 183);
}

.textDarkGray {
    color: rgb(128, 128, 128);
}

.textWhite {
    color: rgb(252, 255, 255);
}

.textBlack {
    color: rgb(51, 51, 51);
}


.textBlack {
    color: rgb(51, 51, 51);
}

.textLightBlack {
    color: rgb(76, 76, 76);
}

.textLighterBlack {
    color: rgb(103, 103, 103);
}

.letterSpacing2 {
    letter-spacing: 2px;
}

.bgLighterGray {
    background-color: rgb(242, 242, 242);
}

.bgLightGray {
    background-color: rgb(230, 230, 230);
}

.bgGray {
    background-color: rgb(234, 234, 234);
}

.bgLightBlue {
    background-color: rgb(142, 217, 249);
}

.bgBlue {
    background-color: rgb(0, 153, 221);
}

.bgYellow {
    background-color: rgb(254, 166, 6);

}

.bgWhite {
    background-color: white;
}

.heightAuto {
    height: auto;
}

/*slick sliders */

.slider {
    width: 800px;
    margin: 0 auto;
}

.sliderImgLogos {
    height: 110px;
}

.sliderImgLogos>img {
    object-fit: cover;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textDecorationNone:hover {
    text-decoration: none;
}

.thumbnailImg {
    height: 255px;
}

.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 100;
    color: rgb(0, 0, 0);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "\f053";
}

[dir="rtl"] .slick-prev:before {
    content: "\f054";
}

[dir="rtl"] .slick-next {
    left: -10px;
    top: 32%;
    right: auto;
}

.slick-next:before {
    content: "\f054";
}

[dir="rtl"] .slick-next:before {
    content: "\f053";
}

.slider {
    width: 100%;
}

.sliderMembers>.slick-arrow {
    color: black;
}

.slider-nav>.slick-arrow {
    color: black;
}

.cardCustome {
    width: 100%;
    border: none;
    border-radius: 0;
    transition: all 0.1s ease-in-out;
    bottom: 0;
    right: 0;
}

.actionsTitleCard {
    padding: 1%;

    padding-left: 4%;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 75%;

}

.cardProjectsPage {
    background-color: transparent;
    border: none;
}

.cardLink {
    height: 100%;
    display: block;
}

.displayFlexCenter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flexSpaceAround {
    display: flex;
    justify-content: space-around;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.divMembers {
    display: inline-block;
    height: 150px;
    width: 150px;
}



.imagesMembers {
    width: 105px;
    height: 100px;
}


.contentFirstslider {
    max-width: 60%;
    padding-left: 15%;
    text-align: left;
}

.cardLink:hover {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.cardFront:hover {
    box-shadow: 0px 2px 15px -2px rgba(0, 0, 0, 0.4);

}

.newsCardHover:hover {
    box-shadow: 0px 2px 13px 2px rgba(0, 153, 221, 0.75);
}

.cardProjectShadow:hover {
    box-shadow: 1px 20px 40px 3px rgba(230, 230, 230, 1);
    /*  border: 1px solid rgba(230,230,230,1);
    border-radius: 7px; */
}

.cardInner:hover {
    box-shadow: inset 0px 2px 15px 10px rgba(0, 0, 0, 0.62);
}

.height200 {
    height: 200px !important;
}

.actionsTextCard {
    padding: 1% 4%;
    min-height: 170px;
}


.thumbnailImgProjects {
    height: 174px;
}

.headerTwoSlidersMarginTopBottom {
    margin-top: 3%;
    margin-bottom: 3%;
}

.flexCenterMember {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 2%;
    padding-right: 2%;

}

.imgWidthMember {
    width: 150px;
}

.cardTextCustome {
    letter-spacing: 0px;
    line-height: 1.2;
}

.maxWidthProjects {
    max-width: 320px;
}

.cardTextMinHeight {
    min-height: 117px;
}

.becomeMemberListLi {
    min-height: 140px;
    width: 100%;
}

.becomeMemberListLi>ul>li {
    font-weight: 300;
}

.becomeMemberListLi>ul>li:not(:last-child) {
    margin-bottom: 10px;

}

.baners {
    width: 100%;
    height: auto;
    margin-bottom: 8%;
}

.btnCustomeMail {

    margin-left: -143px;
    width: 40%;
}

.displayInlineBlock {
    display: inline-block;
}

.displayBlock {
    display: block;
}

.widthInputCustome80 {
    width: 80%;
    padding: 1.379rem .75rem;
}

.btnCustomeSendEmail {
    border: none;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 500;
    margin-top: -4px;
    letter-spacing: 2px;
}

.aligneItemsCenter {
    align-items: center;
}

.marginTop1 {
    margin-top: 1%;
}

.marginBottom1 {
    margin-bottom: 1%;
}

.marginTopBottom1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.marginBottom2 {
    margin-bottom: 30px;
}

.marginTop2 {
    margin-top: 2%;
}

.marginTop5 {
    margin-top: 5%;
}

.marginBottom5 {
    margin-bottom: 5%;
}

.marginTop3 {
    margin-top: 3%;
}

.marginBottom3 {
    margin-bottom: 3%;
}
.marginTop7{
    margin-top: 7%;
}
.marginTop10 {
    margin-top: 10%;
}

.marginTop13 {
    margin-top: 13%;
}

.borderRadius10 {
    border-radius: 7px;
}

.blueBgTransparent {
    background-color: rgba(0, 153, 221, 0.3);
    top: 0;
    width: 100%;
    height: 100%;
}

.centeredTextImg {
    width: 100%;
    position: relative;
}

.bgImgNews {
    background-image: url(../images/slika-novosti.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsFrontClass {
    border: 3px solid rgb(0, 153, 221);
    padding: 0 10%;
    background-color: rgba(0, 153, 221, 0.2);
    border-radius: 0;
    min-height: 300px;
    justify-content: center;
}

.zoomHover:hover {
    text-decoration: none;
    color: rgb(0, 153, 221);
    transform: scale(1.3);
}

.zoomHover {

    transition: transform .5s;
}

.borderBottomWhite {
    border-bottom: 3px solid white;
    display: inline-block;
}

.borderBottomGray {
    border-bottom: 1px solid #e0e0e0;
}

.borderBottomBlue {
    border-bottom: 3px solid rgb(0, 153, 221);
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.borderBottomBlue i {
    margin-left: 5px;
}

.borderBottomBlue:after {
    content: " ";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0, 153, 221);
    transition: all 0.2s ease-out;
    z-index: -1;
}

/* .borderBottomBlue:hover {
        color: white!important; 
        color: rgb(0, 153, 221);
        text-decoration: none;
    } */
.borderBottomBlue:hover .fa-long-arrow-alt-right {
    margin-left: 15px;
}

/*About Us*/

.aboutUsText>h1 {
    color: rgb(0, 153, 221);
    font-size: 30px;
    font-weight: bold;
}

.aboutUsText>p {
    font-size: 15px;
    font-weight: 400;
}


/* contact page */

.phoneContact {
    display: none;
}

.contactInfo .phoneContact {
    display: inline-block;
    width: 20%;
    color: rgb(0, 153, 221);
}

.contactInfo .phoneGroup {
    width: 38%;
    display: inline-grid;
}

.contactInfo p {
    margin-top: 9%;
    font-size: 16px;
}

.contactInfo .footerDisplayNone {
    display: none;
}

.contactInfo .phone {
    display: inline-block;
}

.inputContactStyle {
    border-radius: 0;
}

.btnContactUs {
    padding: 1% 10%;
    border-radius: 100px;
    margin-top: 5%;
}

#wpcf7-f141-o1 {
    text-align: center;
}

.overflowBrakeWords {
    overflow-wrap: break-word;
}


/*members page*/
.lineHeight1 {
    line-height: 1;
}

.lineHeight13 {
    line-height: 1.3;
}

.lineHeight17 {
    line-height: 1.7;
}


.membersImgCustome {
    height: 100px;
    border: 3px solid rgb(242, 242, 242);

}

.linkMembers {
    color: rgb(51, 51, 51);
}

.linkMembers:hover {
    color: rgb(77, 77, 77);
}


.objectFitContain {
    object-fit: contain;
}

/*bodies page*/

.directorImg {
    height: 350px;
}

.lineBlue {
    width: 82px;
    border-top: 3px solid rgb(0, 153, 221);
}

.width75 {
    width: 75%;
}

/*become a member*/

.centerBtn {
    display: block;
    margin: auto;
}

.becomeMemberContent {
    font-size: 18px;
}

.becomeMemberContent h2 {
    color: rgb(77, 77, 77);
    font-size: 21px;
    font-weight: bold;
    margin-top: 5%;
    margin-bottom: 2%;
}

.becomeMemberContent ul {
    list-style: none;
    margin-left: -1em;
}

.becomeMemberContent ul li::before {
    content: "\25A0";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: rgba(0, 153, 221, 0.5);
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */

}

.downloadPdfImg {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: 100%;
    position: relative;
    top: 8px;
    left: 8px;
}

/* Projects page */
.pageProjectsContainer {
    padding-bottom: 100px;
}

.cardProjectShadow {
    transition: all 0.3s ease-in-out;
    /*  bottom: 0;
      right: 0;
      position: relative; */
}

.cardProjectShadow:hover {
    box-shadow: 0px 2px 15px -2px rgba(0, 0, 0, 0.4);
    /*  bottom: 3px;
    right: 3px; */
}

.loadmoreBtn {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 3px solid #0099df;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    padding-right: 20px;
    font-size: 18px;
}

.loadmoreBtnWhite {
    border-bottom: 3px solid white;
    color: white;
}

.loadmoreBtn i {
    position: absolute;
    left: calc(100% - 20px);
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.loadmoreBtn:hover {
    text-decoration: none;
    color: #0099df;
}

.loadmoreBtn:hover i {
    left: 90%;
}

.loadmoreBtnWhite:hover {
    text-decoration: none;
    color: white;
}

.searchNothingFound {
    width: 110%;
}

.searchNothingFound .search-field {

    margin-left: 10px;
    display: inline-block;
    width: 250px;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.searchNothingFound .search-submit {
    background-color: rgb(0, 153, 221);
    border: none;
    border-radius: 50px;
    color: white;
    padding: 1.3% 8%;
    font-weight: 700;
    margin-right: 10px;

}

.paddinLeft0 {
    padding-left: 0;
}

/*pagination*/

.paggination {
    width: 100%;
}

.paggination>span {
    padding: 0 0.5%;
    color: #0099df;
}

.paggination>a {
    color: rgba(0, 0, 0, .5);
    font-weight: 500;
    padding: 0 0.5%;
}

.newsCardBackgroundImage {

    background-position: center;
    background-size: cover;
    height: 275px;

}

.pageActivitiesWrapper,
.pageNewsWrapper {
    padding-bottom: 100px;
}

.cardFront {
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
}

.searchRezultLink {
    width: 100%;
    min-height: 140px;

}


.displayFlexCenterInRow {
    display: flex;
    align-items: center;
}

.bgYellow:hover {
    background: rgb(255, 181, 44);
    border-color: rgb(255, 181, 44);
}

.newsWrapperLink:hover {
    text-decoration: none;
    color: inherit;
}

.bannerImage {
    margin-bottom: 10px;
}

/* LOADING DOTS ANIMATION */
.with-dots {
    text-align: center;
    z-index: 5;
    /* font-size: 2em; */
    margin-top: 0;
    /* width: 20px; */
    position: absolute;
    left: calc(100% - 20px);
    bottom: 0;
    margin-bottom: 0;

}

.with-dots span {
    display: inline;
    margin-left: 0.1em;
    margin-right: 0.1em;
    position: relative;
    top: 0;
    /* font-size: 1.5em; */
    opacity: 0;
    -webkit-animation: fadeDots 1.8s ease-in-out infinite;
    animation: fadeDots 1.8s ease-in-out infinite;
}

.with-dots span:nth-child(1) {
    -webkit-animation-delay: 0.2571428571s;
    animation-delay: 0.2571428571s;
}

.with-dots span:nth-child(2) {
    -webkit-animation-delay: 0.5142857143s;
    animation-delay: 0.5142857143s;
}

.with-dots span:nth-child(3) {
    -webkit-animation-delay: 0.72s;
    animation-delay: 0.72s;
}

@-webkit-keyframes fadeDots {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeDots {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* alert message */
.messageAlert {
    height: 100%;
    width: 100%;
    background-color: rgba(234, 234, 234, 0.5);
    position: fixed;
    top: 0;
    z-index: 11111111111111;
    /* display: flex; */
    justify-content: center;
    display: none;
}

.rowMessage {
    width: 400px;
    padding: 12%;
}


/*slider single items*/
.thumbnailsImg {
    height: 150px;
}

.sliderSingleImg {
    height: 500px;
}

/*regulativ page*/

.regulativText li {
    color: #0099df;
}

.regulativText li a {
    color: #0099df;
}

/*questionery*/


.imgSpanQuestionery {
    width: 50px;
    height: 60px;

}

.verticalAlignment {
    vertical-align: bottom;
}

.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: rgb(0, 153, 221);
    top: 5px;
    height: 20px;
    width: 20px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
}

.form-radio:checked::before {
    position: absolute;
    font: 25px 'Open Sans', sans-serif;
    left: 6px;
    top: -13px;
    content: '\02143';
    transform: rotate(40deg);
    font-weight: 900;
}

.form-radio:hover {
    background-color: #f7f7f7;
}

.form-radio:checked {
    background-color: #f1f1f1;
}

label {
    font: 18px/1.7 'Open Sans', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;

}

.titleSections {
    font-size: 28px;
    font-weight: bold;
    padding: 1%;
    padding-left: 2%;
}

.descriptionSection {
    text-align: justify;
    padding-left: 2%;
    margin-top: 2%;
}

.paddingQuestioneryTitle {
    padding: 1% 4%;
}

.borderRadus0 {
    border-radius: 0;
}

.borderRadius16 {
    border-radius: 16px;
}

.buttonMarginBottomTop {
    margin-top: 5%;
    margin-bottom: 3%;
}

/* .displayFlexStart{
    display: flex;
    justify-self: flex-start;
  } */

.questionnaire-report th {
    text-align: center;
}

.questionnaire-report td {
    width: 33.3%;
}

.tableCenter{
    vertical-align: inherit !important;
}
.questionairSquersEmpty{
    border: 1px solid red;
}
@media only screen and (min-width: 1025px) {
    .containerCustome {
        max-width: 1450px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1450px) {
    .membersPartnersWrapper .slider {
        width: 93%;
    }

    .navBarMain .navbar-nav>li {
        font-size: 16px;

    }
}

@media only screen and (max-width: 1024px) {
    .heightImagesSlider {
        height: 70vh;
    }

    .textSize58 {
        font-size: 45px;
    }

    .btnCustomeSendEmail {
        font-size: 22px;
    }

    .marginTopBottom20Mobile {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .paddingLeft5 {
        padding-left: 15px;
    }

    .aboutUsTitle span:nth-child(1) {
        font-size: 26px;
    }

    .aboutUsTitle span:nth-child(2) {
        font-size: 32px;
    }

    .aboutUsTitle {
        text-align: center;
    }

    .paddingTopLeftHeaderProjects {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

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

    .contentFirstslider {
        max-width: 70%;
    }

    .widthInputCustome80 {
        width: 72%;
    }

    .marginBottomSmall5 {
        margin-bottom: 5%;
    }

    .card {
        margin-bottom: 2%;
    }

    .textSizeTab28 {
        font-size: 28px;
    }

    .textSizeTab23 {
        font-size: 23px;
    }

    .navCenter .navbar-nav {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .navCenter .navbar-nav>li {
        font-size: 15px;
        text-align: center;
    }

    .textCenterTab {
        text-align: center;
    }

    .flexCenterTab {
        display: flex;
        justify-content: center;
    }

    .divMembers {
        display: inline-block;
        height: 100px;
        width: 100px;
    }

}

@media only screen and (max-width: 768px) {
    .textSize27 {
        font-size: 22px;
    }

    .textSize60 {
        font-size: 45px;
    }

    .textSize35-tab {
        font-size: 35px;
    }

    .textSize24 {
        font-size: 20px;
    }

    .maxWidthProjects {
        max-width: unset;
    }

    .paddingCards {
        padding: 0 15px;
    }

    .newsFrontClass {
        min-height: 210px;
    }

    .textSize29 {
        font-size: 20px;
    }

    .becomeMemberContentWrapper {
        padding-left: 15px;
    }

    .becomeMemberContent {
        font-size: 16px;
    }

    .relativDiv {
        bottom: -1px;
        width: 300px;
        height: 0;
    }

    .showSearch {
        width: 300px;
        height: 100px;
    }

    .relativDiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        display: grid;
        overflow: show;
        bottom: -55px;
        position: initial;
    }

    .relativDiv .search-field {

        width: 250px;
    }

    .searchBtnStyle {
        width: 200px;
    }

    .searchForm {
        display: flex;
        justify-content: center;
    }

    .searchBtn {

        border-left: none;
    }

    .searchBtnStyle {
        margin-top: 5%;
    }

    .marginBottom10mobile {
        margin-bottom: 10%;
    }


}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .imgActivitiesTab {
        height: 150px;
    }

    .textSize15Tab {
        font-size: 15px;
    }

    .textSize12Tab {
        font-size: 12px;
    }
}

@media only screen and (max-width: 600px) {
    .contentFirstslider {
        max-width: 90%;
    }

    .absoluteDivInSlick {
        position: absolute;
        top: 30%;
        left: 15%;
        max-width: 12%;
        text-align: left;
        color: white;
        font-size: 24px;
    }

    .slider {
        width: 90%;
    }

    .widthInputCustome80 {
        width: 100%;
    }

    .btnCustomeMail {
        margin-left: 0.1%;
        margin-top: 3%;
        width: 100%;
        font-size: 14px;
    }

    .marginBottom5Mobile {
        margin-bottom: 5%;
    }


    .marginLeft2Mobile {
        margin-left: 2%;
    }

    .textSize12-mobile {
        font-size: 12px !important;
    }

    .textSize14-mobile {
        font-size: 14px !important;
    }

    .textSize17-mobile {
        font-size: 17px !important;
    }

    .textSize35-mobile {
        font-size: 35px;
    }

    .maxWidthProjects {
        max-width: 100%;
    }

    .textCenterMob {
        text-align: center;
    }

    .heightImagesSlider {
        height: 60vh;
    }

    .textSize27 {
        font-size: 20px;
    }

    .textSize60 {
        font-size: 27px;
    }

    .textSize24 {
        font-size: 15px;
    }

    .newsSectionTitle {
        margin: 15px 0 25px 0;
    }

    footer>div {
        padding-top: 30px;
    }

    .contactPageFormWrapper {
        padding-left: 15px;
        padding-top: 30px;
    }

    .marginTopBottom20Mobile {
        margin-top: 15%;
        margin-bottom: 15%;
    }

    .projectsProjectsTitle,
    .pageActivitiesTitle {
        font-size: 28px;
    }

    .marginBottom2 {
        margin-bottom: 15px;
    }

    .marginTopBottom1 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .relativDiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        display: grid;
        overflow: show;
        bottom: -55px;
        position: initial;
    }

    .relativDiv .search-field {

        width: 250px;
    }

    .searchBtnStyle {
        width: 200px;
    }

    .flexSpaceAround {

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


}

@media only screen and (max-width: 425px) {
    .btnCustomeSendEmail {
        font-size: 14px;
    }

    .pl-5 {
        padding-left: 1.5rem !important;
    }

    .pr-5 {
        padding-right: 1.5rem !important;
    }

    .mobileM {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.modal-masit .modal-dialog .modal-content {
    padding: 35px 30px;
    border-radius: 0;
    background-image: url(../images/popup-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 84vh;
    max-height: 680px;
    color: #fff;
    position: relative;
}

.modal-masit .modal-dialog .modal-content * {
    font-family: 'Montserrat', sans-serif;
}

.modal-masit .modal-dialog .modal-content .close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    box-shadow: none !important;
    outline: noen !important;
    opacity: 1;
    font-weight: 400;
    font-size: 29px;
    line-height: 1;
    z-index: 100;
}

.modal-masit .modal-dialog .modal-content .close:focus {
    box-shadow: none !important;
    outline: noen !important;
}

.modal-masit .modal-dialog .modal-content img {
    margin-bottom: 20px;
}

.modal-masit .modal-dialog .modal-content h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.modal-masit .modal-dialog .modal-content span.date {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.modal-masit .modal-dialog .modal-content span.location {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.modal-masit .modal-dialog .modal-content p {
    font-size: 28px;
    margin-bottom: 35px;
}

form.event-register input:not([type="submit"]) {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    color: #1e1e1e;
    text-align: center;
    padding: 18px 20px;
    border: none;
    outline: none;
}

form.event-register input:not([type="submit"])::placeholder {
    color: #1e1e1e;
}

form.event-register input[type="submit"], .event-btn {
    margin-top: 45px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #05C6A5;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    padding: 5px 15px;
    border: none;
    outline: none;
    line-height: 1;
    transition: all .3s;
}

form.event-register input[type="submit"]:hover,
.event-btn:hover {
    background-color: rgba(5, 198, 166, 0.7);
}

@media all and (max-width:576px) {
    .modal-masit .modal-dialog .modal-content {
        padding: 15px;
        max-height: unset;
    }

    .modal-masit .modal-dialog .modal-content img {
        margin-bottom: 20px;
    }

    .modal-masit .modal-dialog .modal-content h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .modal-masit .modal-dialog .modal-content span.date {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .modal-masit .modal-dialog .modal-content span.location {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .modal-masit .modal-dialog .modal-content p {
        font-size: 20px;
        margin-bottom: 25px;
    }

    form.event-register input:not([type="submit"]) {
        font-size: 16px;
        padding: 15px 10px;
    }

    form.event-register input[type="submit"],
    .event-btn {
        margin-top: 20px;
        font-size: 30px;
    }
}