@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

html {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    scroll-behavior: smooth;

}

body {
    padding-top: 0px;

    /* Margin bottom by footer height */
    margin-bottom: 60px;

}

p {
    color: white;

}

#myDIV {
    width: 100%;
    padding: 50px 0;

    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-family: inherit;
    margin-top: 20px;
    display: none;
}

.tabContainer {
    width: 100%;
    height: auto;
    border-radius: 3px;
    border: 1px solid white;
    background-color: white;

    opacity: 0.70;
    -webkit-box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.5);
    color: white;
    z-index: 0;

}


.btn2 button {
    letter-spacing: 1.2px;


    font-size: 16px;
    font-family: inherit;


    line-height: -1.9;
    text-transform: uppercase;
    width: 90%;
    padding: 1rem 1.5rem;
    border: 0.5px solid white;
    color: white;

    padding: 5px 20px;
    cursor: pointer;
    text-align: center;


    background-color: Transparent;
    overflow: hidden;

}

.btn2 button:hover {
    letter-spacing: 1.2px;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.8;
    font-family: inherit;
    line-height: -1.9;
    text-transform: uppercase;
    width: 90%;
    padding: 1rem 1.5rem;
    border: 1px solid black;
    color: black;
    padding: 5px 20px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    background-color: white;
    transition: background-color .3s;
}

.btn1 button {


    letter-spacing: 1.2px;


    font-size: 18px;
    font-family: inherit;


    line-height: -1.9;
    text-transform: uppercase;

    width: 90%;
    border: 1px solid black;
    color: black;

    padding: 5px 2px;
    cursor: pointer;
    text-align: center;


    background-color: Transparnt;
    overflow: hidden;
}


.btn1 button:hover {
    text-decoration: none;
    color: white;
    font-weight: 600;
    border: 2px solid black;

    background-color: black;
    transition: background-color .3s;
}


.form-row select {
    display: block;
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;

    border-radius: 4px;

    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-row select:focus {
    background: none;
    color: black;
    border: 1px solid #ff4d4d;
    outline: none;
    width: 90%
}


.line-1 {

    width: 19em;
    margin: 0 auto;
    border-right: 2px solid rgba(255, 255, 255, .75);
    font-size: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
    color: white;

}

/* Animation */
.anim-typewriter {
    animation: typewriter 4s steps(30) 1s 1 normal both,
    blinkTextCursor 500ms steps(30) infinite normal;
}

@keyframes typewriter {
    from {
        width: 0;
    }
    to {
        width: 7.5em;
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255, 255, 255, .75);
    }
    to {
        border-right-color: transparent;
    }
}

.descriptionn {
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    font-family: "Century Gothic";

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: inherit;
}

.myimg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
}

.header-overlay1 {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: -1;
    opacity: 0.85;
    background: black;


}

nav {
    padding: 8px;

}

.logo {
    float: left;
    padding: 8px;
    margin-left: 16px;
    margin-top: 8px;
}

nav ul {
    float: right;
    margin-top: 2em;
}

nav ul li {
    display: inline-block;
    float: left;

}

nav ul li:not(:first-child) {
    margin-left: 48px;
}

nav ul li:last-child {
    margin-right: 24px;
}

/*xroma kai style leksewn sto navbar*/

nav ul li a {
    display: inline-block;
    outline: none;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1.2px;
    font-weight: 400;
    font-family: inherit;

}

nav ul li.active a {
    border-bottom: 0.5px solid white;


}

nav ul li a:hover { /*otan to patas*/


    transition: background-color .3s;
    color: #44C2EA;
    text-decoration: none;

}

nav ul li a:focus { /*otan to exeiw patisei*/


    transition: background-color .3s;
    color: #44C2EA;
    text-decoration: none;

}


nav ul li button {
    display: inline-block;
    outline: none;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1.2px;
    font-weight: 400;
    font-family: inherit;
    border: transparent;
    background: transparent;

}

nav ul li.active button {
    border-bottom: 0.5px solid white;


}

nav ul li button:hover { /*otan to patas*/


    transition: background-color .3s;
    color: #44C2EA;
    text-decoration: none;

}

nav ul li button:focus { /*otan to exeiw patisei*/


    transition: background-color .3s;
    color: #44C2EA;
    text-decoration: none;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1f1f21;
    min-width: 130px;
    box-shadow: 0px 18px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 12px 16px;
}

#la {
    color: #ffff;
    display: block;

}

#la:hover {
    transition: background-color .3s;
    color: #44C2EA;
    text-decoration: none;
    font-weight: 700;
}

.dropmenuu:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 864px) {
    .logo {
        padding: 0;

    }

    /*oli i othoni apsri otan patas to koumpi*/
    .nav-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #fff;
        opacity: 0;
        transition: all 0.2s ease;
    }

    .nav-wrapper ul {
        position: absolute;
        top: 50%;
        /*gia na nai stin mesi*/
        transform: translateY(-50%);
        width: 100%;
        right: 2em;

    }

    .nav-wrapper ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: right;
        margin-bottom: 10px;


    }

    .dropmenuu button {
        display: block;
        float: none;
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
        color: black;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1.2px;
        transform: translateX(-20px);
        transition: all 0.2s ease;
        font-family: inherit;
        padding: 5px 4px;
        max-width: 100%;
        max-height: 100%;
    }


    /*gia na emfanizetai to ena ligo meta to allo*/
    .nav-wrapper ul li:nth-child(1) a {
        transition-delay: 0.2s;
    }


    .nav-wrapper ul li:nth-child(2) a {
        transition-delay: 0.3s;
    }

    .nav-wrapper ul li:nth-child(3) a {
        transition-delay: 0.4s;
    }

    .nav-wrapper ul li:nth-child(4) a {
        transition-delay: 0.5s;
    }

    .nav-wrapper ul li:nth-child(5) a {
        transition-delay: 0.6s;
    }

    .nav-wrapper ul li:nth-child(6) a {
        transition-delay: 0.6s;
    }


    .nav-wrapper ul li:not(:first-child) {
        margin-left: 0;
    }

    .nav-wrapper ul li a {
        padding: 2px 10px;
        opacity: 0;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1.2px;
        transform: translateX(-20px);
        transition: all 0.2s ease;
        font-family: inherit;

    }

    .dropdown-content {
        border-top: 1px solid #34393D;;
        display: block;
        position: relative;
        right: -50%;
        top: 0%;
        height: 100%;
        width: 50%;
        background-color: transparent;
        box-shadow: none;

    }

    #la {
        color: #34393D;
        font-size: 15px;
    }

    /* gia to x*/
    .nav-btn {
        position: fixed;
        right: 2em;
        top: 10px;
        display: block;
        width: 48px;
        height: 48px;
        cursor: pointer;
        z-index: 9999;
        border-radius: 50%;
    }

    /*sxdiazei to / */
    .nav-btn i {
        display: block;
        width: 20px;
        height: 2px;
        background: white;
        border-radius: 2px;
        margin-left: 14px;

    }

    .nav-btn i:nth-child(1) {
        margin-top: 16px;
    }

    .nav-btn i:nth-child(2) {
        margin-top: 4px;
        opacity: 1;
    }

    .nav-btn i:nth-child(3) {
        margin-top: 4px;
    }
}

#nav:checked + .nav-btn {
    transform: rotate(45deg);
}

#nav:checked + .nav-btn i {
    background: #000;
    transition: transform 0.2s ease;
}

#nav:checked + .nav-btn i:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-btn i:nth-child(2) {
    opacity: 0;
}

#nav:checked + .nav-btn i:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
}

#nav:checked ~ .nav-wrapper {
    z-index: 9990;
    opacity: 1;
}

#nav:checked ~ .nav-wrapper ul li a {
    opacity: 1;
    transform: translateX(0);
}


.hidden {
    display: none;
}


.logo img {
    width: 300px;
    height: auto;


}

@media screen and (max-width: 780px) {
    #typo {
        font-size: 40px !important;
    }

    #typdesc {
        font-size: 15px !important;
    }
}

/*kanei ena antikeimeno na kineitai stadiaka*/
@keyframes ani-mouse {


    0% {
        opacity: 1;

    }
    0% {
        opacity: 1;
        top: 29%;

    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 50%;
    }
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -30px;

}

.scroll-btn > * { /* ta logia*/
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7c8c8d;
    color: #ffffff;

    font-family: tahoma;
    letter-spacing: 2px;

}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);


}

.scroll-btn .mouse { /*to girw girw*/
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;

}


/*.scroll-btn .mouse:hover{
	position:relative;
	display:block;
	width:35px;
	height:55px;
	margin: 0 auto 20px;
	box-sizing:border-box;
	border:3px solid #ff4d4d;
	border-radius:23px;
	
}*/


.scroll-btn .mouse > * { /*i telitsa*/
    position: relative;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    animation: ani-mouse 2.5s linear infinite; /* kai meta to orizw sto keyframes to pws tha kinithei*/

}


footer {
    color: white;
    font-family: "Century Gothic";
    opacity: 0.7;
}

footer a {
    color: #44c2ea;
}

footer a:hover {
    color: #246173;
    text-decoration: none;
}

.wrapper-hero {
    padding: 0;

    height: 100%;

    width: 100%;

    position: relative;

    overflow: hidden;

    text-align: center;
    z-index: 3;
    background-color: white;


    background-position: center top;

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: black;

}

.wrapper-hero4 {
    padding: 0;

    height: 100%;

    width: 100%;

    position: relative;

    overflow: hidden;

    text-align: center;
    z-index: 3;
    background-image: linear-gradient(to top, #ffff 50%, #cfcece 50%);


    background-position: center top;

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: black;

}

.wrapper-hero8 {
    padding: 0;

    height: 100%;

    width: 100%;

    position: relative;

    overflow: hidden;

    text-align: center;
    z-index: 3;
    /*background-image: linear-gradient(to bottom, #ffff 50%, #151616 50%);*/

    background-image: linear-gradient(to bottom, #ffff 50%,  #efefef 50%);

    background-position: center top;

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: black;

}


.wrapper-hero2 {
    padding: 0;

    height: 100%;

    width: 100%;

    position: relative;

    overflow: hidden;

    text-align: center;
    z-index: 3;
    background-color: #1c1c1c !important;


    background-position: center top;

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;

}

.wrapper-hero10 {
    padding: 0;

    height: 100%;

    width: 100%;

    position: relative;

    overflow: hidden;

    text-align: center;
    z-index: 3;
    background-color: #ffff !important;


    background-position: center top;

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;

}
.structure {
    font-size: 20px;
    opacity: 0.7;
}

.wrapper-hero3 {
    padding: 0;

    height: 100%;

    width: 100%;

    position: relative;

    overflow: hidden;

    text-align: center;
    z-index: 3;
    background-color: #edeeef;


    background-position: center top;

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;

}

.wrapper-hero5 {
    padding: 0;

    height: 100%;

    width: 100%;

    position: relative;

    overflow: hidden;

    text-align: center;
    z-index: 3;


    background-position: center top;

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;

}

.myimg2 {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    -webkit-background-size: cover;
    background-size: cover;

}

.f {
    position: absolute;
    right: 0;
    top: 0%;
    min-width: 100%;
    min-height: 100%;
    background: white;
    z-index: -1;
    opacity: 0.9;
    background: white;

}


.number {

    letter-spacing: -0.1em;
    font-size: 60px;
    color: #010707;
    opacity: 0.9;
    text-shadow: 2px 2px 8px #547876;
}

.wrapper-hero p {
    color: #1c1c1c;
    font-family: "Century Gothic" !important;
    line-height: 1.1;
    font-size: 17px;
    text-align: justify;
    font-weight: 200;
    letter-spacing: normal;
    opacity: 0.8;

}

#greek {
    border-image: linear-gradient(to bottom, #44C2EA 20%, #27282b 100%);
    border-image-slice: 1;
    border-right: 1px solid;
    font-family: "Century Gothic" !important;
}

.numb {
    position: relative;
    font-weight: 600 !important;
    opacity: 1 !important;
    color: #164251 !important;
    font-size: 30px;
    margin-top: 5em;
}

#numbwhite {
    color: white !important;
}

.numblabel {

    position: absolute;

    width: 100%;
    height: 100%;
    margin-top: -1em;
    color: #44C2EA !important;
    font-size: 100px;
    font-weight: 800;
    opacity: 0.1;

}

.wrapper-hero h1 {
    color: black;
    font-family: Bebas Neue, sans-serif;

    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.025em;
    position: absolute;


    left: 0;

    right: 0;
    transform: translateY(-50%);
    text-transform: uppercase;

}

.wrapper-hero h3 {
    color: black;
    font-family: Bebas Neue, sans-serif;

    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.045em;
    line-height: 0.8;
    text-transform: uppercase;

}

.wrapper-hero .lexio-title {

    font-family: BebasNeue, sans-serif;
    font-size: 80px !important;
    letter-spacing: -0.025em;
    color: #010c0c !important;
    text-align: center;
    position: relative;
    margin-top: 0;
    line-height: 0.5;

}

.wrapper-hero5 p {
    color: black;
    font-family: Bebas Neue, sans-serif;
    line-height: 0.9;
    font-size: 20px;


    text-transform: uppercase;
}

#wrap1 {
    color: #1c1c1c;
    line-height: 1.1;
    font-size: 17px;
    text-align: justify;
    font-weight: 200;
    letter-spacing: normal;
    opacity: 0.8;
    text-transform: none;
    font-family: "Century Gothic" !important;
}

.goals {
    font-size: 50px;
    opacity: 0.6;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Century Gothic" !important;
}

.wrapper-hero5 h1 {
    color: black;
    font-family: Bebas Neue, sans-serif;

    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.025em;
    position: absolute;

    top: 36%;

    left: 0;

    right: 0;
    transform: translateY(-50%);
    text-transform: uppercase;

}

.wrapper-hero5 .lexio-title {

    font-family: BebasNeue, sans-serif;
    font-size: 120px;

    color: rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    margin-top: 0;
    line-height: 0.5;
}


.wrapper-hero2 p {
    color: #1c1c1c;
    font-family: Bebas Neue, sans-serif;
    line-height: 0.9;
    font-size: 20px;


    text-transform: uppercase;
}

.wrapper-hero2 h1 {
    color: #1c1c1c;
    font-family: Bebas Neue, sans-serif;

    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.025em;
    position: absolute;

    top: 36%;

    left: 0;

    right: 0;
    transform: translateY(-50%);
    text-transform: uppercase;

}

.wrapper-hero2 .lexio-title {

    font-family: BebasNeue, sans-serif;
    font-size: 120px;

    color: rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    margin-top: 0;
    line-height: 0.5;
}

a {

    color: white;
    text-decoration: none;

}

a:hover {

    color: #ff4d4d;
}

.wrapper-hero3 p {
    color: black;
    font-family: Bebas Neue, sans-serif;
    line-height: 0.9;
    font-size: 20px;


    text-transform: uppercase;

}

.wrapper-hero3 h1 {
    color: black;
    font-family: Bebas Neue, sans-serif;

    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.025em;
    position: absolute;

    top: 23%;

    left: 0;

    right: 0;
    transform: translateY(-50%);
    text-transform: uppercase;

}

.wrapper-hero3 .lexio-title {

    font-family: BebasNeue, sans-serif;
    font-size: 120px;
    letter-spacing: -0.025em;
    color: rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    margin-top: 0;
    line-height: 0.5;
}

.footer-bottom {
    background: #262626; /*h to #333333*/
    padding: 2em;
}

.footer-top {
    background: #ff4d4d;
}

.footer-middle {
    background: #262626;
    padding-top: 2em;
    color: white;
}

/**Sub Navigation**/
.subnavigation-container {
    background: #ff4d4d;
}

.subnavigation .nav-link {
    color: white;
    font-weight: bold;
}

.subnavigation-container {
    text-align: center;
}

.subnavigation-container .navbar {
    display: inline-block;
    margin-bottom: -6px; /* Inline-block margin offffset HACK -Gilron */
}

.col-subnav a {
    padding: 1rem 1rem;
    color: white;
    font-weight: bold;
}

.col-subnav .active {
    border-top: 5px solid orange;
    background: white;
    color: black;


}


.glyphicon.glyphicon-envelope {
    font-size: 20px;
    padding: 2px;
}

.fa.fa-linkedin {
    display: inline;
    padding: 4px;
    width: 280px;
    font-size: 40px;
}

.fa.fa-facebook {
    display: inline;
    padding: 12px;
    width: 280px;
    font-size: 40px;
}

.fa.fa-twitter {
    display: inline;
    padding: 12px;
    width: 280px;
    font-size: 40px;
}

.fa.fa-instagram {
    display: inline;
    padding: 12px;
    width: 280px;
    font-size: 40px;
}

hr.style1 {
    border-top: 3px solid #ff3333;
    float: left;
    width: 90px;

}

.timel {
    font-size: 17px !important;
    color: grey;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #44C2EA 20%, #27282b 100%);
    border-image-slice: 1;
    font-family: "Century Gothic" !important;
    margin: 0;
    padding: 40px;
}

#timel1 {
    border-right: 3px solid;
    border-image: linear-gradient(to right, #44C2EA 20%, #27282b 100%);
    border-image-slice: 1;
}

#timel2 {
    border-left: 3px solid;
    border-image: linear-gradient(to right, #44C2EA 20%, #27282b 100%);
    border-image-slice: 1;
}

#timel3 {
    border-right: 3px solid;
    border-image: linear-gradient(to right, #44C2EA 20%, #27282b 100%);
    border-image-slice: 1;
}

#timel4 {
    border-left: 3px solid;
    border-image: linear-gradient(to right, #44C2EA 20%, #27282b 100%);
    border-image-slice: 1;
}

#timel5 {
    border-right: 3px solid;
    border-image: linear-gradient(to right, #44C2EA 20%, #27282b 100%);
    border-image-slice: 1;
}

#timel6 {
    border-left: 3px solid;
    border-image: linear-gradient(to right, #44C2EA 20%, #27282b 100%);
    border-image-slice: 1;
}

.cons1 {
    font-size: 15px !important;
    text-transform: none !important;
    text-align: justify;
    opacity: 0.8;
    line-height: 1 !important;
    border: 3px solid #b09398;
    padding: 3em;
    font-weight: 500 !important;
    position: relative;
    font-family: "Century Gothic" !important;
}

.publication_cons1 {
    font-size: 15px !important;
    text-transform: none !important;
    text-align: justify;
    opacity: 0.8;
    line-height: 1 !important;
    border: 3px solid #b09398;
    padding: 3em;
    font-weight: 500 !important;
    position: relative;
    font-family: "Century Gothic" !important;
}

.comlogo {
    margin-left: 0em;
    width: 170px;
    height: auto;
    opacity: 0.7;
}

.cons2 {
    font-size: 15px !important;
    text-transform: none !important;
    text-align: justify;
    opacity: 0.8;
    line-height: 1 !important;
    border: 3px solid #cedfd9;
    padding: 3em;
    font-weight: 500 !important;
    position: relative;
    font-family: "Century Gothic" !important;

}

.ntualogo {
    margin-left: 0em;
    width: 210px;
    height: auto;
    opacity: 0.7;
}

.cons3 {
    font-size: 15px !important;
    text-transform: none !important;
    text-align: justify;
    opacity: 0.8;
    line-height: 1 !important;
    border: 3px solid #A5B89D;
    padding: 3em;
    font-weight: 500 !important;
    position: relative;
    font-family: "Century Gothic" !important;

}

.qlablogo {
    margin-left: 0em;
    width: 210px;
    height: auto;
    opacity: 0.7;
}

.cons4 {
    font-size: 15px !important;
    text-transform: none !important;
    text-align: justify;
    opacity: 0.8;
    line-height: 1 !important;
    border: 3px solid #bdd4d3;
    padding: 3em;
    font-weight: 500 !important;
    position: relative;
    font-family: "Century Gothic" !important;

}

.dimlogo {
    margin-left: 0em;
    width: 80px;
    height: auto;
    opacity: 0.7;
}

.cons5 {
    font-size: 15px !important;
    text-transform: none !important;
    text-align: justify;
    opacity: 0.8;
    line-height: 1 !important;
    border: 3px solid #bfb9b9;
    padding: 3em;
    font-weight: 500 !important;
    position: relative;
    font-family: "Century Gothic" !important;

}

.iibeaalogo {
    margin-left: 0em;
    width: 140px;
    height: auto;
    opacity: 0.7;
}

#tabb {
    padding: 1em;
    margin-right: 2em;
    font-family: "Century Gothic";
    background-image: linear-gradient(to top, #44c2ea 30%, #33a8cb 70%);
    font-weight: 600;
    font-size: 16px;
    width: 4em;
    border: 2px solid #1c5d73;
    border-radius: 100%;
    box-shadow: 5px 5px 5px #333;
    text-align: center;


}

#tabb:hover {
    background-image: linear-gradient(to bottom, #44c2ea 30%, #33a8cb 70%);

}

#tabb:after {
    background-image: linear-gradient(to bottom, #44c2ea 30%, #33a8cb 70%);
}

#tabb:focus {
    background-image: linear-gradient(to bottom, #44c2ea 30%, #33a8cb 70%);
}

.w3-bar w3-black {
    position: relative;
    z-index: 0;

}

.linee {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #44C2EA 20%, #fff 100%);
    border-image-slice: 1;
    position: absolute;
    width: 69%;
    margin-top: 2.5em;
    margin-right: 10em;
    z-index: -1;
    opacity: 0.8;
}

.linee2 {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #44C2EA 20%, #fff 100%);
    border-image-slice: 1;
    position: absolute;
    width: 69%;
    margin-top: 6.5em;
    z-index: -1;
    opacity: 0.8;
}

.city {
    background-color: #44c2ea;
    padding: 2em;
    margin 0em;
    width: 100%;
    border: 100px solid #1c1c1c;
    box-shadow: 5px 5px 20px #44c2ea;


}

.w3-red {
    background: #20596d !important;
    box-shadow: inset 3px 4px 5px #1c1c1c !important;

}

.city p {
    text-transform: none !important;
    font-family: "Century Gothic";
    font-size: 20px;
    font-weight: 700;
    color: #1c1c1c;
}

.city h2 {
    text-transform: none !important;
    font-family: "Century Gothic";
    font-size: 40px;
    font-weight: 800;
    color: #1c1c1c;
    text-shadow: 2px 1px 1px #222;
    border-bottom: 1px solid #3b3a3a;
}

#scient {
    border-right: 1px solid;
    border-image: linear-gradient(to top, #1c1c1c 40%, #44C2EA 80%);
    border-image-slice: 1;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1c1c1c;
    color: white;
    cursor: pointer;
    padding: 4px;
    width: 45px;
    border-radius: 40px;
    box-shadow: 1px 1px 8px #326474;
}

#myBtn:hover {
    background-color: white;
    color: #1c1c1c;

}

#arrow {
    font-size: 25px;
    font-weight: 800;
    transition: all .4s ease;
}
#more {display: none;}
#more1 {display: none;}
#more2 {display: none;}
#more3 {display: none;}
#more4 {display: none;}

#publication_more1 {display: none;}
#publication_more2 {display: none;}
#publication_more3 {display: none;}
#publication_more4 {display: none;}
#publication_more5 {display: none;}
#publication_more6 {display: none;}
#publication_more7 {display: none;}
#publication_more8 {display: none;}

#myBtn2, #myBtn3, #myBtn4, #myBtn5, #myBtn6 ,#myPublicationBtn1, #myPublicationBtn2, #myPublicationBtn3, #myPublicationBtn4, #myPublicationBtn5, #myPublicationBtn6, #myPublicationBtn7, #myPublicationBtn8{
    padding:1em;
    background-color: transparent;
    border-radius: 2px;
    font-size: 13px;
    font-family: "Century Gothic";
    border: 2px solid #1c1c1c;
    opacity: 1 !important;
margin-top: 2em;
    height: auto;
    box-shadow: 1px 1px 8px #326474;

}
#myBtn2:hover, #myBtn3:hover, #myBtn4:hover, #myBtn5:hover, #myBtn6:hover {

    background-color: #1c1c1c;
    color: white;
    font-weight: 600;

}
@media screen and (max-width: 864px) {
    .wrapper-hero p {
        padding: 0em !important;
        font-size: 12px !important;
        margin: 2em !important;
    }

    #wrap1 {
        padding: 0em !important;
        font-size: 12px !important;
        margin: 2em !important;

    }

    .myimg1 {
        width: 200px !important;
    }

    .myimg10 {
        width: 200px !important;
    }

    .myimg15 {
        width: 200px !important;
    }

    .wrapper-hero5 p {
        padding: 0em !important;
        font-size: 12px !important;
        margin: 2em !important;
    }
    .w3-black{
        margin:2em;
        width:90%;
    }
    .city{

        width: 80%;
        border:5px;
        margin:3em;

    }
    .city p{
        font-size: 12px;
    }
    .city h2{
        font-size:16px;
        text-shadow: none;

    }
    .footer-middle .container li{
        padding: 0em !important;
        font-size: 12px !important;
        margin: 2em !important;
    }
    .footer-middle .container h4{
        padding: 0em !important;
        font-size: 16px !important;
        margin: 2em !important;
    }
     .footer-middle .container h2{
        padding: 0em !important;
        font-size: 18px !important;
        margin: 2em !important;
    }
     .footer-middle .container .col-xs-6{
         margin:-1em;
     }
     .text-xs-right{
         padding: 0em !important;
        font-size: 10px !important;
        margin: 2em !important;
     }
     .number{
         font-size: 30px;
     }
     .numb{
         font-size: 25px;
     }


}
@media screen and (max-width: 1404px) {
.linee{
        display: none;
    }
    .linee2{
        display: none;
    }}

.loader_bg{
    position: fixed;
    z-index: 999999;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
}

.loader{
    border: 0 solid transparent;
    border-radius: 50%;
    width:150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before, .loader:after{
    content:'';
    border:1em solid #44C2EA;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top:0;
    left:0;
    animation: loader 2s linear infinite;
}

.loader:before{
    animation-delay: .5s;

}

@keyframes loader{
    0%{
        transform: scale(0);
        opacity:0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}

