body {

    overflow-x: hidden
}

header .collapse {
    padding: 10px;
}

header ul li {
    padding-right: 25px;
    text-transform: uppercase
}

header ul li .socials {
    margin-top: 9%;
}

header ul li .socials a {
    padding-right: 15px;
    color: #578bb9;
    text-decoration: none
}

header .search .open {
    background-color: transparent !important;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin-top: 22%;
}

header .search .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99999999999;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

header .search .overlay-content {
    position: relative;
    top: 38%;
    width: 50%;
    text-align: center;
    margin-top: 30px;
    left: 24%;
}

header .search .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

header .search .overlay .closebtn:hover {
    color: #ccc;
}

header .search .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

header .search .overlay input[type=text]:hover {
    background: #f1f1f1;
}

header .search .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

header .search .overlay button:hover {
    background: #bbb;
}


/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0; 
    position: fixed;
    z-index: 9999999999; 
    top: 0; 
    left: 0;
    background-color: #FFF;
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
   
}

.sidenav .socials a
{
    display: inline-block !important;
    color: #578bb9;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #578bb9;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}




/* start slider */

.skitter .label_skitter {
    position: absolute !important;
    top: 25%;
    left: 15%;
    background: none;
    line-height: 1;
}

.skitter .label_skitter p:first-child {
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.skitter .label_skitter span {
    color: #578bb9;
    font-weight: bold;
    font-size: 110px;
}

.skitter .label_skitter p:nth-child(2) {
    color: black;
    font-weight: bold;
    font-size: 110px;
}

.skitter .info_slide_dots {
    bottom: 20px;
}

.skitter .info_slide_dots .image_number {
    background-color: transparent;
    border: 2px solid #69696d
}

.skitter .info_slide_dots .image_number.image_number_select {
    background-color: #578bb9;
    border: 2px solid #578bb9;
}

.skitter.with-dots {
    margin-bottom: 0;
}

/* start office show */

.office_show .col-md-4 {
    padding: 0;
}

.office_show .office img:hover {
    transform: scale(1.05);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.office_show .office {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.office_show .descrip {
    position: absolute;
    top: 15%;
    left: 10%;
    cursor: pointer;
}

.office_show .descrip h6 {
    position: relative;
}

.office_show .descrip .border_header {
    position: absolute;
    width: 45px;
    height: 3px;
    background-color: #578bb9;
    left: 0%;
}

.office_show .descrip p {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.3
}

/* start motivation */

.motivation {
    background-image: url("../img/bg-services.jpg")
}

.motivation .motivation_and_innovation {
    padding-top: 10%
}

.motivation .innovation h6 {
    position: relative;
}

.motivation .innovation .border_header {
    position: absolute;
    left: 3%;
    width: 45px;
    height: 3px;
    background-color: #578bb9;
}

.motivation .innovation p:first-of-type {
    font-weight: bold;
    font-size: 60px;
    line-height: 1.1;
    margin-top: 5%;
    position: relative;
}

.motivation .innovation .border_text {
    position: absolute;
    left: 3%;
    width: 99px;
    height: 4px;
    background-color: #578bb9;
}

.motivation .innovation p:nth-of-type(2) {
    margin-top: 10%
}

.motivation .counter {
    margin-top: 5%
}

.default_button {
    border-radius: 50px;
    padding: 5px;
    width: 140px;
    box-shadow: 0 0 0 2em #9e9889 inset;
    cursor: pointer;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    transition: all 300ms ease;
}

.motivation .counter button:hover {
    box-shadow: 0 0 0 2em #fff inset;
    color: #9e9889 !important
}

.motivation .services .our_services button:hover {
    box-shadow: 0 0 0 2em #fff inset;
    color: #9e9889 !important
}

.form .home .form_function button:hover {
    box-shadow: 0 0 0 2em #fff inset;
    color: #9e9889 !important
}

.motivation .innovation button:hover {
    box-shadow: 0 0 0 2em #fff inset;
    color: #9e9889 !important
}

.motivation .innovation button {
    width: 212px;
    margin-top: 5%;
    padding: 9px;
}

.motivation .counter .ldBar {
    margin-left: 10%;
}

.motivation .services {
    margin-top: 10%;
    padding-bottom: 10%;
}

.motivation .services .tool {
    text-align: center
}

.motivation .services .tool h4 {
    color: #578bb9;
    line-height: 0.3;
}

.motivation .services .tool span i {
    font-size: 70px;
    color: #9e9889
}

.motivation .services .tool p {
    margin-top: 10%
}

.motivation .services .our_services button {
    box-shadow: 0 0 0 2em #578bb9 inset;
    padding: 8px;
    width: 150px;
}

.motivation .services .our_services h2 {
    font-size: 40px;
}

/* start form */

.form {
    background-image: url("../img/motive-slider-01.jpg");
    height: 950px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.form .home {
    padding-top: 10%
}

.form .home .form_function h3 {
    color: #FFF;
}

.form .home .form_function p {
    color: #FFF;
    font-weight: bold;
    font-size: 97px;
    line-height: 1.1;
    position: relative;
}

.form .home .form_function span {
    position: absolute;
    width: 104px;
    height: 5px;
    background-color: #578bb9;
}

.form .home .form_function .form_text {
    color: #FFF;
    margin-top: 10%;
    font-weight: bold;
}

.form .home .form_function button {
    padding: 12px;
    width: 200px;
    margin-top: 5%;
}

.form .home .col-md-12 {
    margin-bottom: 5%
}

.form .home .think {
    color: #FFF;
    margin-bottom: 5%
}

.form .home .think span {
    width: 20%;
    float: left;
}

.form .home .think span i {
    font-size: 45px;
}

.form .home .think .think_text {
    width: 80%;
    float: right
}

.form .home .think .think_text h5 {
    position: relative;
}

.form .home .think .think_text .think_border {
    position: absolute;
    width: 45px;
    height: 3px;
    background-color: #578bb9;
}

.form .home .think .think_text p {
    margin-top: 5%;
    font-size: 13px;
}

/* start Designers_INNOVATORS */

.Designers_INNOVATORS {
    background-color: #b6b2a7
}

.Designers_INNOVATORS .who_designers {
    padding-top: 5%;
    padding-bottom: 8%;
}

.Designers_INNOVATORS .who_designers .designer p {
    position: relative;
}

.Designers_INNOVATORS .who_designers .designer .designer_border {
    position: absolute;
    width: 45px;
    height: 3px;
    background-color: #578bb9;
}

.Designers_INNOVATORS .who_designers .designer h2 {
    font-size: 60px;
    margin-top: 5%;
}

/* start shuffle and sort */

.shuffle .list_control ul {
    list-style-type: none
}

.shuffle .list_control ul li {
    display: inline-block;
    cursor: pointer;
    padding-right: 15px;
    text-transform: uppercase
}

.shuffle .list_control ul li:hover {
    color: #578bb9;
}

.shuffle .mix-target {
    display: none
}

.shuffle .courses {
    margin-bottom: 15px;
    font-size: 0;
    padding: 0;
    margin-top: 1%;
}

.shuffle .courses li {
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.shuffle .courses img {
    width: 100%;
    height: auto;
}

.shuffle .courses img:hover {
    transform: scale(1.05);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.shuffle .courses .mix-target {
    position: relative;
}

.shuffle .courses .mix-target .container_overlay {
 
   
    display: none;
}

.shuffle .courses .mix-target .overlay {
    position: absolute;
    width: 100%;
    height: 308px;
    top: 0;
    left: 0;
    background-color: #5e5e5e7a;
}

.shuffle .courses .mix-target .overlay2 {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 75%;
    left: 0;
    background-color: #FFF;
    text-align: center;
    padding: 10px
}

.shuffle .courses .mix-target .overlay2 h6 {
    font-weight: 300
}

.shuffle .courses li:hover .container_overlay {
    display: block;
}


@keyframes move
{

0%
{
    height: 0;
}

100%
{
    height: 100%
}

}
@media only screen and (min-width: 750px) {
    .shuffle .courses li {
        width: 395px;
    }
}

/* start news */

.news {
    background-image: url("../img/bg-news.jpg");
    height: 866px;
    padding-top: 7%;
}

.news .col-md-4 {
    padding-right: 0px;
}

.news h6 {
    position: relative;
}

.news .border_news {
    position: absolute;
    width: 45px;
    height: 3px;
    background-color: #578bb9;
    left: 1%;
}

.news p:first-of-type {
    font-weight: bold;
    font-size: 65px;
    margin-top: 2%;
}

.news .img_bog
{
    position: relative;
    cursor: pointer;
}

.news .img_bog .blog_overlay
{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    animation: move 0.8s ease-in-out forwards;
    display: none
}

.news .img_bog:hover .blog_overlay
{
display: block
}


.news .blog .blog_text {
    background-color: #FFF
}

.news .blog .blog_text h4 {
    position: relative;
    margin-top: 2%
}

.news .blog .blog_text .border_blog {
    position: absolute;
    width: 45px;
    height: 3px;
    background-color: #578bb9;
    left: 4%;
}

.news .blog .blog_text ul {
    list-style-type: none;
    margin-top: 6%;
    padding: 0;
}

.news .blog .blog_text ul li {
    display: inline-block;
    margin-right: 8%;
}

.news .blog .blog_text ul li i {
    font-size: 12px;
}

.news .blog .blog_text p:first-of-type {
    font-size: 13px !important;
    line-height: 1.8;
    font-weight: 400
}

/* start contact */

.contact {
    height: 854px;
    background-image: url("../img/contact/bg-map.jpg");
    background-size: cover;
    background-position: center center;
    padding-top: 7%;
}

.contact h2 {
    color: #FFF;
    font-size: 60px;
    position: relative;
}

.contact .border_contact {
    position: absolute;
    width: 116px;
    height: 4px;
    background-color: #578bb9;
    left: 2%;
}

.contact p {
    color: #FFF;
    margin-top: 5%;
    margin-bottom: 5%;
}

/* .contact .contact_info 
{
    margin-bottom: 25%;
} */

.contact .contact_info span {
    width: 10%;
    float: left;
}

.contact .contact_info span i {
    color: #FFF;
    font-size: 50px;
}

.contact .contact_info .contact_text {
    width: 90%;
    float: right;
}

.contact .contact_info .contact_text h3 {
    color: #FFF;
    position: relative;
}

/* start addison */

.addison {
    background-image: url("../img/contact/bg-footer.jpg");
    padding-top: 5%;
    padding-bottom: 5%;
}

.addison .addison_img {
    text-align: center
}

.addison .more_details {
    padding-top: 5%
}

.addison .more_details .lets h3 {
    font-weight: bold;
    font-size: 45px;
    position: relative;
}

.addison .more_details .lets p {
    font-size: 14px;
    margin-top: 10%;
}

.addison .more_details .lets button {
    border-radius: 50px;
    padding: 5px;
    width: 195px;
    box-shadow: 0 0 0 2em #9e9889 inset;
    cursor: pointer;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    transition: all 300ms ease;
    margin-top: 5%
}

.addison .more_details .lets button:hover {
    box-shadow: 0 0 0 2em #fff inset;
    color: #9e9889 !important
}

.addison .more_details .addison_border {
    position: absolute;
    width: 85px;
    height: 4px;
    background-color: #578bb9;
    left: 5%;
}

.addison .more_details .contact_details {
    margin-top: 16%;
}

.addison .more_details .contact_details h3 {
    font-weight: bold;
    font-size: 45px;
}

.addison .more_details .contact_details ul {
    list-style-type: none;
    margin-top: 10%;
    padding: 0
}

.addison .more_details .contact_details ul li {
    line-height: 1.8
}

.addison .more_details .contact_details ul li i {
    color: #9e9889 !important;
    font-size: 13px;
}

.addison .more_details .contact_details ul li span {
    padding-left: 10px;
    font-size: 13px;
}

.addison .more_details .contact_details button {
    width: 168px;
}

.addison .more_details .contact_details button:hover {
    box-shadow: 0 0 0 2em #fff inset;
    color: #9e9889 !important
}

.addison .more_details .social {
    margin-top: 78%;
}

.addison .more_details .social h3 {
    font-weight: bold;
    position: relative;
}

.addison .more_details .social .social_links {
    margin-top: 10%;
}

.addison .more_details .social .social_links a {
    width: 40px;
    height: 40px;
    background-color: #578bb9;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.addison .more_details .social .social_links a i {
    margin-top: 10px;
    color: #FFF
}

.footer_bar {
    background-color: #181818
}

.footer_bar .row .col-md-12 {
    margin: auto;
    text-align: center
}

.footer_bar ul {
    list-style-type: none;
}

.footer_bar ul li {
    display: inline-block;
    padding: 10px;
}

.footer_bar ul li a {
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase
}

.footer_bar p {
    color: #FFF
}

/* start arrow_up */

 .scroll_up
{

    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    background-color: #578bb9;
    border-radius: 50%;
    display: inline-block;
    z-index: 999999999999999999999;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    display: none

}

.scroll_up i
{
    margin-top: 20px;
}
