/* FONT FAMILY*/

/* GOTHAM MEDIUM 400*/
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Medium.otf');
    font-weight: 400;
    font-style: normal;
}

/* GOTHAM LIGHT 300*/
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Light.otf');
    font-weight: 300;
    font-style: normal;
}

/* END OF FONT FAMILY*/

/* GENERAL CSS*/
html{
    overflow-x:hidden;
    margin: 0 auto;
}
body{
    margin: 0 auto;
    padding: 0;
    background: #fff;
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    overflow: hidden;
    word-wrap: break-word;
}
h1{
    font-size: 50px;
}
h2{
    font-size: 45px;
}
h3{
    font-size: 40px;
}
h4{
    font-size: 35px;
}
h5{
    font-size: 30px;
}
h6{
    font-size: 25px;
    line-height: 35px;
}
p{
    font-size: 18px;
}
hr{
    border: 4px solid #fff;
}
a{
    text-decoration: none;
    color: inherit;
}
#more{
    display: none;
    padding: 0;
    margin: 0;
    top: -25px;
    position: relative;
    overflow: hidden;
}
#read_more_button,
#read_less_button{
    cursor: pointer;
    border-bottom: 2px solid #fff;
}
#read_less_button{
    display: none;
}
h1.about_excerpt p{
    font-size: 25px;
    line-height: 35px;
}
/* END OF GENERAL CSS*/

/* BACKGROUND IMAGE*/
.bg-image{
    background-size: cover;
    background-repeat:no-repeat;
    -moz-background-size: cover;
    background-position: center;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -ms-content-zooming: none;
    padding: 270px 0;
    border-bottom: 20px solid white;
}

/* ANGLE */
.angle{
    position: relative;
    min-width:110%;
    top:-5%;
    left:-5%;
    margin-bottom: 0px;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.angle::after {
    position:absolute;
    content: " ";
    display:block;
    left:-5%;
    bottom:-10px;
    transform:rotate(-6deg);
    min-width:110%;

}
/* END OF ANGLE*/

/* HEADER */
div.logo{
    padding-top: 60px;
}
span.nav-span{
    color: #645C98;
    padding: 0 15px;
}
div.logo a img{
    width: 350px;
}
header.angle{
    padding: 20px 0;
    border-bottom: 20px solid #645C98;
	z-index:2;
}
ul.header_social_media{
    list-style:none;
    padding: 0;
    margin: 0;
    float: right;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg)
}
ul.header_social_media li.social-media a img{
    width: 35px;
}
/* END OF HEADER*/
div.round-section.angle{
    padding: 400px 0;
    border: none;
}
div.round-section.angle::after{
    position:absolute;
    content: " ";
    display:block;
    left:-5%;
    bottom:-20px;
    transform:rotate(-6deg);
    width:110%;
}

div.content-holder{
    margin:0 15%;
    transform:rotate(6deg);
    -webkit-transform: rotate(6deg) translate3d( 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; (and other)
    -webkit-transform-style: preserve-3d;
    padding: 0;
}

/*FIRST SECTION WITH IMAGE*/
div.round-section.angle.first-section{
    background-image: url("../img1.png");
    text-align: right;
    z-index: 1;
    border-bottom: 20px solid #fff;
    padding: 300px 0;
}

div.round-section.angle.first-section div.first-section-content{
    margin: 0 10%;
    text-align: right;
    padding: 0;
    top: 200px;
    position: relative;
}
div.round-section.angle.first-section div.first-section-content span{
    background: transparent;
    display: block;
    right: 0;
    position: relative;
    text-align: justify;
}
div.round-section.angle.first-section div.first-section-content span h1{
    padding: 4px 13px;
    text-align: left;
    background: #fff;
    display: inline-block;
    margin-bottom: 13px;
    margin-top: 0;
    text-transform: uppercase;
    color: #38C0D3;
}
div.round-section.angle.first-section div.first-section-content span p{
    font-size: 0;
}
/*END OF FIRST SECTION*/


/*SECOND SECTION*/
div.round-section.angle.second-section{
    background-image: url("../images/bckg.png");
    background-color: rgba(56, 192, 211, 1);
    text-align: left;
    color: #fff;
    padding: 150px 0;
    border-bottom: 20px solid white;
    font-weight: 300;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat:repeat;
    -ms-content-zooming: none;
}

/*END OF SECOND SECTION*/



/*THIRD SECTION*/
div.round-section.angle.third-section{
    background-image: url("../images/bckg.png");
    background-color: rgba(100, 92, 152, .9);
    padding: 170px 0;
    border:none;
}
div.round-section.angle.third-section h3{
    color: #fff;
}
/*END OF THIRD SECTION*/

div.round-section.angle h1,
div.round-section.angle h2,
div.round-section.angle h3,
div.round-section.angle h4,
div.round-section.angle h5,
div.round-section.angle h6,
div.round-section.angle p{

    padding: 0;
}

/* LANGUAGE SELECT*/
ul.lang-select{
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10%;
    left: 10%;
    z-index: 9;
    bottom: -26%;
}
ul.lang-select li{
    display: inline-block;
    margin-right: 20px;
    background: #645C98;
    padding: 18px 30px;
    color: #fff;
    z-index: 999999;
    position: relative;
    float: right;
}
ul.lang-select li:last-child{
    margin-right: 0;
}
ul.lang-select li a{
    color: #fff;
    font-weight: 300;
    font-style: italic;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/* END OF LANGUAGE SELECT*/

ul li.nav-menu{
    background: #38C0D3;
    padding: 18px 30px;
    margin-top: -7px;
    top: 6px;
    right: 224px;
    position: absolute;
    overflow: hidden;
    float: left;
    left: 0;
    width: auto;
}


/*Mobile Toogle Div*/
div.mobile-toogle{
    padding: 0px 15px;
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #645C98;
    display: none;
    border-right: 3px solid #38C0D3;
}
div.mobile-toogle span#close-mobile-toggle{
    position: absolute;
    right: 0;
    margin-right: -34px;
    top: 15px;
}
div.mobile-toogle span#close-mobile-toggle img{
    width: 25px;
}
ul.mobile-menu{
    list-style: none;
    color: #fff;
    padding: 0;
    margin-top: 100px;
}
ul.mobile-menu h3{
    margin: 0;
    padding-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
ul.mobile-menu li.mobile-nav-menu a{
    display: block;
    padding: 0 0 10px 0;
}
ul.mobile-menu li.mobile-lang-select{
    margin-top: 50px;
    text-transform: uppercase;
}
ul.mobile-menu li.mobile-lang-select a.active{
    font-weight: 400;
}
ul.mobile-menu li.mobile-social-media{
    margin-top: 50px;
}
ul.mobile-menu li.mobile-social-media img{
    width: 25px;
}
ul.mobile-menu li.mobile-social-media a{
    margin-right: 5px;
}
/* IFRAME */
iframe{
    width: 100%;
}
/* END OF IFRAME*/

/* FOOTER */
footer.angle{
    padding: 50px 0;
    border: none;
    -webkit-font-smoothing: antialiased;
}
footer.angle div.content-holder{
    margin-top: 100px;
}
footer ul.footer-ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul.footer-ul li{
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 25%;
    text-align: right;
}
footer ul.footer-ul li:nth-of-type(1){
    width: 49%;
    background: none;
    text-align: left;
    height: 50px;
}
li.footer.social-media a{
    margin-right: 10px;
}
li.footer.social-media img{
    width: 50px;
    height: auto;
}
li.footer.social-media span{
    margin-left: 10px;
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    margin-top: 0;
}
/* END OF FOOTER*/

div#menu-main-menu{
    width: 300px;
    height: 100vh;
    position: fixed;
    z-index: 99;
    top: 0;
    background: #f0e68c;
    display: none;
}
div.box-inner{
    width: 400px;
    padding: 10px;
    border: 1px solid #a29415;
}
/*Mobile Nav Icon*/
ul.lang-select.mobile-nav-icon{
    display: none;
}


/* MEDIA QUERIES*/
@media only screen and (max-width: 1396px){
    .second-section.angle{
        width: 130%;
        left: -10%;
        margin-bottom: 7px;
    }
    .angle.second-section div.content-holder{
        margin: 0 23% 0 15%;
    }
}
@media only screen and (max-width: 1260px){
    footer ul.footer-ul li:nth-of-type(1){
        width: 100%;
        display: block;
        margin-bottom: 180px;
    }
    footer ul.footer-ul li{
        width: 49%;
        text-align: left;
    }
}
@media only screen and (max-width: 1160px){
    .first-section.angle{
        width: 130%;
        left: -15%;
    }
    div.round-section.angle.first-section div.first-section-content{
        margin: 0 18% 0 11%;
    }
}
@media only screen and (max-width: 1050px){
    .third-section.angle{
        width: 130%;
        left: -10%;
    }
    .angle.third-section div.content-holder{
        margin: 0 23% 0 15%;
    }
}
@media only screen and (max-width: 890px){
    ul li.nav-menu{
        padding: 18px 25px;
        right:180px;
    }
    ul.lang-select li a{
        font-size: 15px;
    }
    ul.lang-select{
        bottom: -24%;
    }
}
@media only screen and (max-width: 850px){
    h1.about_title{
        font-size: 35px;
    }
    div.round-section.angle.first-section div.first-section-content{
        top: 100px;
    }
    div.round-section.angle.first-section{
        padding: 190px 0;
    }
    div.round-section.angle.second-section{
        padding: 70px 0;
        margin-bottom: 0;
    }
    .second-section.angle{
        width: 150%;
        left: -30%;
    }
    .angle.second-section div.content-holder{
        margin: 0 16% 0 23%;
    }

    div.round-section.angle.third-section{
        padding: 110px 0;
    }

    .angle.third-section div.content-holder{
        margin: 0 19% 0 11.3%;
    }
}

@media only screen and (max-width: 767px){
    h1.about_excerpt p{
        font-size: 17px;
        line-height: 30px;
    }
    h1.about_title{
        font-size: 28px;
    }
    /*Mobile Nav Icon*/
    ul.lang-select.mobile-nav-icon{
        display: block;
        bottom: -32%;
        right: 12%;
    }
    ul.lang-select.mobile-nav-icon li{
        padding: 9px 20px;
    }
    ul.lang-select.mobile-nav-icon li img{
        width: 30px;
    }
    div.round-section.angle.third-section h3{
        font-size: 21px;
    }
ul.lang-select li{
	top:7px;
}
div.logo{
padding-top:30px;
}
ul.header_social_media,
ul.lang-select{
	display:none;
}
    iframe{
        width: 100%;
        height: auto;
    }

    h1{
        font-size: 50px;
    }
    h2{
        font-size: 45px;
    }
    h3{
        font-size: 40px;
    }
    h4{
        font-size: 35px;
    }
    h5{
        font-size: 30px;
    }
    h6{
        font-size: 17px;
        line-height: 30px;
    }
    p{
        font-size: 18px;
    }

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


}
@media only screen and (max-width: 670px){
    footer ul.footer-ul li{
        width: 100%;
        text-align: left;
    }
    footer ul.footer-ul li:nth-of-type(3){
        margin-top: 50px;
    }

}
@media only screen and (max-width: 420px){
    li.footer.social-media span{
        margin-left: 0px;
        display: block;
        margin-top: 10px;
    }

	ul.lang-select li{
	top:11px;
}

    html{
        margin-top: 0px !important;
    }
    div.logo a img{
        width: 300px;
    }
    div.round-section.angle.first-section div.first-section-content{
        top: 150px;
    }
    ul.lang-select{
        right: 20%;
    }
    div.content-holder.first-section-content span h1{
        font-size: 28px;
    }
    div.round-section.angle.first-section{
        padding: 220px 0;
    }
    div.round-section.angle.second-section{
        padding: 20px 0;
    }
    .second-section.angle{
        width: 180%;
        left: -40%;
    }
    .angle.second-section div.content-holder{
        margin: 0 25% 0 25%;
    }

    .third-section.angle{
        width: 180%;
        left: -40%;
    }
    div.round-section.angle.third-section{
        padding: 50px 0;
    }
    .angle.third-section div.content-holder{
        margin: 0 25% 0 25%;
    }

}

@media only screen and (max-width: 360px) {
    div.logo a img {
        width: 250px;
    }
	
ul.lang-select li{
	top:18px;
}

    footer ul.footer-ul li:nth-of-type(1){
        margin-bottom: 220px;
    }
}



li.footer.social-media span{
    display: inline;
    margin: 0;
}
li.footer.social-media h5{
    margin-bottom: 0;
}
li.footer.social-media p{
    line-height: 25px;
}