



/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER 
#MENUE
#SLIDER
#ABOUT US
#SERVICE
#COUNTER
#CLIENTS
#FOOTER

#RESPONSIVE STYLE
==========*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,
html {
    overflow-x:hidden;
    
}


body, body.view-passwordreset {
    font-family:'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-image:url("/static/indigo/images/homepage-background.b37d30c77e82.jpg");
    
    
}


a { 
    text-decoration: none;
    color: #2f2f2f;  
    font-weight: 400;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}



img {
    border: none;
    max-width: 100%;
}
.hexagon {
    border: none;
    max-width: 50%;

}


/*scrol to top*/

.scrollToTop {
    background-color: #0091ea;
    bottom: 60px;
    color: #ffffff;
    display: none;
    font-size: 30px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 55px;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 55px;
}



/*--------------------*/
/* HEADER */
/*--------------------*/
.demo-rqst{
    border: 1px solid white;
    border-radius: 5px;
    color: 16px;
}
.navbar-fixed-top {
    background-color: #fff;
    
    width: 100%;
    position: fixed;
     
    right: 0;

    left: 0;
     
    z-index: 9999999;
    
    }


.mu-logo-area {
    display: inline;
    
}

.mu-navbar .mu-logo {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
}

.mu-logo span{
    display: inline-block;
}

.mu-logo img {
    width: 260px;
}

.mu-navbar .mu-logo:hover,
.mu-navbar .mu-logo:focus {
    color: #fff;
}

.mu-scrolldown-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.mu-scrolldown {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    margin-top: 50px;
}

.mu-scrolldown:hover,
.mu-scrolldown:focus {
    color: #fff;
}


/*--------------------*/
/* MENUE */
/*--------------------*/

.mu-navbar {
    padding: 5px 0;
}

.mu-navbar-nav {
    display: block;
    text-align: right;
    width: 100%;
}

.mu-navbar-nav li {
    list-style: none;
    display: inline-block;
}

.mu-navbar-nav li a {
    color: #000 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 18px;
    letter-spacing: 1px;
    border: 1px solid #fff;
    border-radius: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mu-navbar-nav li.active a,
.mu-navbar-nav li a:hover,
.mu-navbar-nav li a:focus{
    color: #0075b4 !important;
}
#caret{
    padding-left: 0%;
    margin-left: -17px;
    margin-right: 20px;
}

.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

.dropbtn {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 9px 18px;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  /* Dropdown button on hover & focus .dropbtn:hover,
  .dropbtn:focus {
    background-color: #2980b9;
  } */
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: start;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {
    display: block;
  }



.mu-navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
}

.mu-navbar-nav li .dropdown-menu a {
    color: #444;
    padding: 6px 15px;
}

.mu-navbar-nav li .dropdown-menu a:hover,
.mu-navbar-nav li .dropdown-menu a:focus {
    color: #0091ea;
}


/*--------------------*/
/* SLIDER */
/*--------------------*/


 */


.mu-single-slide-content-area {

    
     left: 0; 
     top: 0; 
    right: 0;
     bottom: 0;
    width: 100%;
    z-index: 99;
    padding: 12% 16%; 
}

.mu-single-slide-content {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    padding-bottom: 5%;
    
}
.mu-single-slide-content >h1 {

    padding: 8% 16% 0% 16%;
    color: #e5e6e7 ;
    
    font-size: 65px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    line-height: 1.2em;
}
.mu-single-slide-content >p {
    text-align: center;
    padding: 0% 20%;
    color: #e5e6e7!important;
    
    font-size: 18px !important;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 300;
}

.mu-single-slide-content >img {
    
    padding: 0% 0% 0% 0%;
}
/*--------------------*/
/* ABOUT US */
/*--------------------*/


#mu-about {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
}

.mu-about-area {
    display: inline;
    float: left;
    width: 100%;
}

.mu-title {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
    padding: 0 25%;
}

.mu-title h2 {
    color: #0B4F77;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px;
}
.mu-title h1 {
    color: #6EACAF;
    font-size: 63px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px;
    margin-top: 55px;
}



/* SERVICE */
/*--------------------*/

#mu-service {
    display: inline;
    float: left;
    width: 100%;
    padding: 0% 15%;
    background-color: white;
}

.mu-service-area {
    display: inline;
    float: left;
    width: 100%;
}

.mu-service-content {
    display: inline;
    width: 100%;
}

.mu-single-service {
    display: inline;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
}

.mu-single-service-icon {
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    


} 
.participant{
    padding-top:40px;
    padding: 0 10%;
    background-color: #F5F5F5;
}
.participant .mu-title h2{
    padding-top: 40px;
}
.service3{
    margin-bottom: 20px !important;
}


.row{
    justify-content: center;
}



.mu-single-service-content {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.mu-single-service-content h3 {
    color: #0B4F77;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -35px;
}
#team-work{
    margin-top: -10px;
}

.mu-single-service-content p {
    font-size: 16px;
    color:#A4C8CA;
    text-align: center;
}

/*--------------------*/
/* NEWS LETTER */
/*--------------------*/
.define_svg{
    width: 60%;
    
    display: block;
    margin: 0 auto;
}

#mu-newsletter {
    background-position: center center;
    background-size: cover;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}
#mu-benefits{
    background-position: center center;
    background-size: cover;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
    background: #2D799D;
}

.define-path h2{
    text-align: center;
    font-size: 63px;
    color:#C8E3E4;
}
.define-path p{
    display: flex;
    justify-content: center;
    text-align: left;
    padding:3% 20% 0% 20%;
    font-size: 16px;
    color: #e5e6e7;

}

#mu-newsletter::after{
    clear: "";
}
#mu-newsletter::before {
    
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0.8;
    z-index: 10;
}
#mu-newsletter{
background-color: #327F9C;
}
.define-path-section{
    background-color: #0B4F77 !important;
}


.mu-newsletter-area {
    
    width: 100%;
    padding: 75px 0;
    
}
.mu-benefits-area{
    width: 100%;
    padding: 75px 0;
}

.mu-benefits-area .mu-title-benefits h2 {
    color: #e5e6e7;
    text-align: center;
    font-weight: 400;
    padding-bottom: 25px;
    font-size: 36px !important;
    

    
}

.mu-benefits-area .mu-title-benefits p {
    color: #e5e6e7;
    text-align: center;
    padding: 0 8%;
    font-size: 24px;
    font-weight: 400;
}


/*--------------------*/
/* FOOTER */
/*--------------------*/


#mu-footer {
    display: inline;
    float: left;
    width: 100%;
}

.mu-footer-top {
    background-color: #6EACAF;
    display: inline;
    float: left;
    padding: 55px 20%;
    width: 100%;
    margin-bottom: 100px;
    
}

.mu-single-footer {
    display: inline;
    float: left;
    color: #e8f8f9;
    font-size: 14px;
    width: 80%;
    padding-top: 30px;
    border-top: 4px solid #e8f8f9;
}


.mu-single-footer h3 {
    color: #e8f8f9;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-weight: 400;

    
    -moz-margin-bottom: 35px;
    
}

.mu-single-footer ul li {
    list-style: none;
    font-size: 14px;
}

.mu-single-footer ul li:last-child {
    border-bottom: none;
}

.mu-single-footer ul li a {
    color: #e8f8f9;
}

.mu-single-footer .mu-useful-links li {
    line-height: 1;
}

.mu-single-footer .list-unstyled li {
    padding-bottom: px;
}

.mu-single-footer .list-unstyled li.media span {
    margin-right: 10px;
}

.mu-single-footer .list-unstyled li.media p {
    line-height: 1.5;
    margin-bottom: 4px;
    font-size: 14px;
    color: #e8f8f9;

    -moz-line-height: 1.5;
    -moz-margin-top: -5px;
    -moz-margin-bottom: 4px;
    -moz-font-size: 14px;
    -moz-color: #e8f8f9;
}

.mu-single-footer .list-unstyled li.media a {
    color: #e8f8f9;
    text-decoration: none;
}

.mu-single-footer .list-unstyled li.media a:hover,
.mu-single-footer .list-unstyled li.media a:focus {
    color: #1e5376 !important;
    text-decoration: none;
}
.mu-footer-bottom {
    background-color: #004f7f;
    display: inline;
    padding: 20px 0;
    float: left;
    width: 100%;

    -moz-background-color: #004f7f;
    -moz-display: inline;
    -moz-padding: 20px 0;
    -moz-float: left;
    -moz-width: 100%;
}

.mu-footer-bottom-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;

    -moz-display: inline;
    -moz-float: left;
    -moz-text-align: center;
    -moz-width: 100%;
}
.mu-copy-right {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;

    -moz-color: #fff;
    -moz-margin-bottom: 0;
    -moz-font-size: 14px;
}

.mu-copy-right a {
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/*--EN page style-*/

.empty{
width: 100%;
height: 500px;

-moz-width: 100%;
-moz-height: 500px;

}

.define-path .index-button a{
    color:#6EACAF;
    border: 1px solid #6EACAF;
    padding: 9px 18px;
    border-radius: 15px;
}
.define-path .index-button a:hover,
.define-path .index-button a:focus{
    color:#fff;
    border: 1px solid #fff;
    text-decoration: none;
}


/*--EN page style End-*/
/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/



@media screen and (max-width: 1023px) and (min-width: 320px){
    #caret{
        display: none;
    }
}

        

@media screen and (max-width: 1920px){
.hexagon{
    border: none;
    max-width: 40%;
    padding: 0%;
}
}

@media screen and (max-width: 1399px) and (min-width: 1280px){
    .hexagon{
        border: none;
        padding: 0%;
        max-width: 40%;
    }
}


@media screen and (max-width: 1600px) and (min-width: 1400px){
    .define_svg{
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .mu-single-slide-content h1 {
        font-size: 65px;
        margin-bottom: 5px;
    padding-top: 8%;
        
    }
    .hexagon{
        border: none;
        padding: 0px;
        max-width: 53%;
        margin-bottom: 30px;
    }
    .mu-single-slide-content>img{
        padding: 0 !important;
    }

}
@media (min-width: 1201px){
    .container{
        max-width: initial;
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media screen and (max-width: 1024px){
    .define_svg{
        width: 60%;
        display: block;
        margin: 0 auto;
    }

}
@media screen and (max-width: 480px){
    .define_svg{
        width: 90%;
        display: block;
        margin: 0 auto;
    }

}

@media (max-width: 1024px){
    .laptop{
        margin-top: -320px;
    }
    .mu-single-slide-content h1 {
        font-size: 35px;
        margin-bottom: 5px;
    padding-top: 8%;
        font-size:55px;
    }
    .mu-title h1{
        font-size: 45px;
    }
    .define-path h2{
        font-size: 45px;
    }
    
}


@media (max-width: 991px) { 

    .mu-single-slide-content h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .mu-title h1{
        font-size: 45px;
    }
    .define-path h2{
        font-size: 45px;
    }
    .mu-navbar-nav li {
        margin-bottom: 10px;
    }

    .mu-single-slide-content-area {
        padding: 6% 10%;
    }

    .mu-title {
        padding: 0 10%;
    }

    .mu-single-service-content {
        width: 100%;
        margin-left: 10px;
    }
    .mu-newsletter-content {
        padding: 0 20%;
    }
    


        
}

@media (max-width: 768px) {

    .mu-navbar .navbar-toggler {
        cursor: pointer;
        padding: 10px 15px;
    }
    .mu-navbar-nav {
        display: flex;
        text-align: left;
        width: 100%;
        margin-top: 10px;
    }
    .laptop{
        margin-top: -200px;
    }
    .mu-single-slide-content h1 {
        font-size: 35px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .hexagon{
        border: none;
        max-width: 70%;
    
    }
    .mu-title h1{
        font-size: 45px;
    }
    .define-path h2{
        font-size: 45px;
    }
    .define-path p{
        padding: 5% 5% 5% 5%;
    }

    .mu-title {
        padding: 0;
    }
    
    .mu-about-area {
        padding: 60px 0 0px;
    }
    .participant{
        padding-left: 0px;
        padding-right: 0px;
    }
    .mu-single-slide-content p {
        padding: 5%;
        margin-bottom: 10px;
    }


    #mu-service {
        padding: 60px 0 50px;
    }
    
    .mu-single-service {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mu-single-service-content {
        margin-left: 0px;
    }

    .mu-title {
        margin-bottom: 25px;
    }

    .mu-footer-top {
        padding: 30px 0 10px;
    }

    .mu-single-footer {
        margin: 15px 0;
    }
    
                
}


@media (max-width: 425px) {

    .mu-single-slide-content h1 {
        font-size: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .hexagon{
        border: none;
        max-width: 80%;
    }
    .mu-title h1{
        font-size: 40px;
    }
    .define-path h2{
        font-size: 40px;
    }

    .mu-single-slide-content p {
        margin-bottom: 0;
        font-size: 12px;
        padding: 2% 2% 2% 2%;
    }
    .mu-about-area{
        padding-bottom: 10px;
    }
    #mu-service{
        padding-top: 20px;
    }
    .mu-single-service-content{
        margin: 0 auto;
    }
    .define-path p{
        padding-left:2% ;
        padding-right:2% ;
    }

    .mu-title h2 {
        font-size: 30px;
    }

    .laptop{
        margin-top: -140px;
    }
    
    .mu-title h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    
    .mu-navbar {
        padding: 10px 0;
    }

    .mu-navbar .navbar-toggler {
        padding: 5px 10px;
    }
    .mu-logo img {
        width: 265px;
    }

                        
    
}
@media (max-width: 375px){
    .hexagon{
        border: none;
        max-width: 100%;
    }
    .mu-title h1{
        font-size: 40px;
    }
    .define-path h2{
        font-size: 40px;
    }
    
}


@media (max-width: 360px) {
    .mu-single-slide-content h1 {
        font-size: 25px;
        padding-top: 20%;
    }

    .mu-single-slide-content p {
        margin-bottom: 0;
        font-size: 12px;
        padding: 2% 2% 2% 2%;
    }
    .mu-about-area{
        padding-bottom: 10px;
    }
    #mu-service{
        padding-top: 20px;
    }
    .mu-single-service-content{
        margin: 0 auto;
    }
    .define-path p{
        padding-left:2% ;
        padding-right:2% ;
    }

    .mu-title h2 {
        font-size: 30px;
    }
    h1 {
        font-size: 45px;
    }

    h2 {  
        font-size: 25px; 
        line-height: 1.13; 
    }

    h3 {  
        font-size: 20px;  
    }

    h4 {  
        font-size: 18px;  
    }

    h5 {  
        font-size: 16px;  
    }

    h6 {  
        font-size: 14px;  
    }

    

}




@media (max-width: 320px) {

    .mu-single-slide-content h1 {
        font-size: 35px;
        margin-bottom: 10px;
        padding:30% 1% 2% 1%;
    }
    .mu-single-slide-content p{
        font-size: 28px;
        padding:5% 1% 2% 1%;
    }
    .mu-title h1{
        margin-top: 20px;
    }
    .mu-about-area{
        padding-bottom: 10px;
    }
    #mu-service{
        padding-top: 20px;
    }
    .mu-single-service-content{
        margin: 0 auto;
    }
    .define-path p{
        padding-left:2% ;
        padding-right:2% ;
    }

    .mu-single-slide-content-area {
        padding: 2% 0%;
    }

    .mu-filter-item-content {
        padding-top: 24%;
    }
    .mu-logo img {
        width: 199px;
    }
    
    
}

