.fixed-menu-block {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: -103%;
    width: 100%;
    height: 100%;
    background: #eaeaea;
    color: #000;
    -webkit-box-shadow: 0px 0px 10px 0px #414c5d;
    -moz-box-shadow:    0px 0px 10px 0px #414c5d;
    box-shadow:         0px 0px 10px 0px #414c5d;
    overflow-y: auto;
}

.fixed-menu-block a {

    color: #FFF;

}

.fixed-menu-block > div {

    margin: 10px 0px;

}

.fixed-menu-block li a {
    box-sizing: border-box;
    padding: 10px 9px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    position: relative;
}

.fixed-menu-block li a > i {
    margin-left: 10px;
}

.fixed-menu-block li a:hover {
    color: #ffffff!important;
    
}

.fixed-menu-block .current-menu-item > a, .fixed-menu-block .current-menu-parent > a, .fixed-menu-block .current-menu-ancestor > a {
        color: #000!important;
        text-decoration: underline;
}

.close-btn {
    margin-top: 9px;
    margin-left: 9px;
    margin-bottom: 20px;
    display: block;
    width: 33px;
    height: 33px;
    font-size: 36px;
    color: #000 !important;
}

.close {
    opacity: 1;
}



.navigation-mobile {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.navigation-mobile ul {
    
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.navigation-mobile .menu > .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 37%;
    -webkit-transform: translateY(-37%);
    transform: translateY(-37%);
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.828665L9.18014 0L5 4.22502L0.819861 0L0 0.828665L5 5.88235L10 0.828665Z' fill='%23000000'/%3E%3C/svg%3E%0A");
    background-size: cover;
 }

.navigation-mobile .menu-item-has-children  > a:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 37%;
    -webkit-transform: translateY(-37%);
    transform: translateY(-37%);
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.828665L9.18014 0L5 4.22502L0.819861 0L0 0.828665L5 5.88235L10 0.828665Z' fill='%23000000'/%3E%3C/svg%3E%0A");
    background-size: cover;

    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    transform: rotate(270deg);
    right: -4px;
    top: 40%;

}

.navigation-mobile ul ul {
    /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    
    /*background: #48709e;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.35);
    border-radius: 6px;*/
}

.navigation-mobile ul ul li{
padding: 7px 5px;
}
.navigation-mobile ul ul ul {
    left: -999em;
    top: 0;
}

.navigation-mobile ul ul li:hover > ul,
.navigation-mobile ul ul li.focus > ul {
    left: 25px;
    position: inherit;
}

.navigation-mobile ul ul a {
    width: 100%;

}

.navigation-mobile ul li:hover > ul,
.navigation-mobile ul li.focus > ul {
    left: 0px;
    padding-top: 10px;
    position: inherit;
}

.navigation-mobile li {
    float: left;
    position: relative;
    padding: 5px 25px;
    width: 100%;
    
}


.navigation-mobile li:hover {
    background: #3fad56!important;
    border-radius: 6px;
}

.navigation-mobile li ul li:hover {
    border-radius: 0px;
}

.navigation-mobile li:hover>a{
    color: #FFF !important;
    background: #3fad56!important;
}

.navigation-mobile a {
    display: block;
    text-decoration: none;
    
    /*font-family: Roboto;*/
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    /*text-transform: uppercase;*/

    color: #000000;
}

.partners-mobile {display: none;}

.mobile-menu-icon {
    margin: 0 auto; 
    width: 36px;
    margin-top: 10px;
    cursor: pointer;
}

.mobile-menu-icon > span {
    display: block;
    width: 36px;
    height: 5px; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #355E7C;
    margin-bottom: 6px;
}


/*--------------------------------------------*/
@media (max-width: 1450px) {
    	
	
}


@media (max-width: 1100px) {
    
    .slider-content-technologies {
        position: absolute;
        right: 10px;
    }
}




@media (max-width: 992px) {

 
.main-menu {display: none;}


.main-navigation {display: none;}
.sandwichdiv {display: block; float: right;}
.sandwich-btn {
	display: block;
    font-size: 37px;
    color: #383085;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
	}


.site-header .wrapper {
    gap: 4px;
}

.site-branding {
    min-width:initial;   
}


.slider-content {
    flex-direction: column;
    padding-top: 25px;
}	

.slider-content-text {
    width: 100%;
    padding: 0;
    text-align: center;
}

.site-header .social-icon {
    height: 40px;
}

.prep-item strong {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.prep-card {
    padding: 16px 0px;    
}


.slider-content h1 {
    font-size: 11vw;
    line-height: 13vw;  
}

.slider-content-technologies {
    display: none;
}


.slider-content-motto {
    padding: 0 50px;    
}

.slider {
   background-position: right 0 !important; 
}



.section-title-row {
    flex-direction: column;
}

.hand-note {
    transform: inherit;
    position: relative;
}


.service-head {
    flex-direction: column;
    text-align: center;
}

.service-card ul {
    text-align: center;
}

.service-card li {
    margin: 0;
    padding: 0;
}

.footer-grid {
   grid-template-columns: 1fr;
   text-align: center; 
}


.footer-contact {
    justify-content: center;
}

.footer-contact img {
    display: none;
}

.footer-socials {
    justify-content: center;
}




}

@media (max-width: 600px) {

.alignleft, .alignright, .aligncenter {

	float: none;
    display: block;
    margin: 13px auto;
}

}


@media (max-width: 500px) {
/*Iphone5  5s SE etc*/


}



