  .dropdown{
    border-radius:0;
    border:0;
}
.dropdown-menu{
    background: #003e7a!important;
    color:  white!important;
    border: 1px solid #003e7a!important;
    text-align: center;
    border:0;
    top:80%;
    border-radius:0px 0px 5px 5px;
}
.dropdown-item:hover{
    background:#085ca5!important;
    color:#fff!important;
}
.dropdown-menu a{
    color:#fff!important;
} 
.navbar .nav-item .nav-link{
    color:#eee !important; 
    
}
.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link{
    color:red !important;
    
}


     .lien{
        color: #ffffff!important;
     }
  
      .lien :hover{
        color: #ffffff!important;
     } 
    

    .circle{
    border-radius: 60%!important;
    margin: 0.15em!important;
    font-size: 2em!important;
    }

    .fa-facebook{
    background: #3B5998!important;
    color: #FFFFFF!important;
  padding: 0.05em 0.3em!important;
    }


    /* Conatct start */

        .header-title
        {
          text-align: center;
          color:#00bfff;
        }

        #tip 
        {
            display:none;  
        }

        .fadeIn
        {
          animation-duration: 3s;
        }

        .form-control
        {
            border-radius:0px;
            border:1px solid #EDEDED;
        }

        .form-control:focus
        {
            border:1px solid #00bfff;
        }

        .textarea-contact
        {
            resize:none; 
        }

        .btn-send
        {
            border-radius: 0px;
            border:1px solid #00bfff;
            background:#003e7a;
            color:#fff; 
        }

        .btn-send:hover
        {
            border:1px solid #003e7a;
            background:#fff;
            color:#00bfff;
            transition:background 0.5s;   
        }

        .second-portion
        {
            margin-top:50px; 
        }

        .box > .icon { text-align: center; position: relative; }
        .box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 3px solid #003e7a; line-height: 88px; border-radius: 50%; background: /*#00bfff*/; vertical-align: middle; background-color:#003e7a  }
        .box > .icon > .image1 { position: relative; z-index: 2; margin: auto; width: 120px; color:white; height: 88px; border: 3px solid #003e7a; line-height: 88px; border-radius: 20%;  background: /*#00bfff*/; vertical-align: middle; background-color:#003e7a  }
        .box > .icon:hover > .image { background: white; }
        .box > .icon:hover > .image1 { background: white; color: #003e7a !important; }
        .box > .icon > .image > i { font-size: 36px !important; color: white !important; }
        .box > .icon > .image1 > i { font-size: 36px !important; color: #003e7a !important; }
        .box > .icon:hover > .image > i { color: #003e7a !important; }
        .box > .icon:hover > .image1 > i { color: #003e7a !important; }
        .box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.0); border: 1px solid #003e7a; padding: 15px 0 10px 0; min-height:163px;}
        .box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
        .box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #003e7a; font-weight: 700; }
        .box > .icon > .info > p { font-family: "Robot",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
        .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
        .box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
        .box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
        .box .space { height: 30px; }

        @media only screen and (max-width: 768px)
        {
            .contact-form
            {
                margin-top:25px; 
            }

            .btn-send
            {
               /* width: 100%;*/
                padding:10px; 
            }

            .second-portion
            {
                margin-top:25px; 
            }
        }
    /* Conatct end */
    

  #lang{
    margin-left: 5px;  
    font-size:15px;

  }

  #lang1{
    margin-right: 5px;
    font-size:15px;
  }

@media only screen and (max-width: 991px) {
#lang{
    margin-left: 5px;  
    font-size:15px;
    float: right;
}
}
@media only screen and (max-width: 991px) {
#lang1{
    margin-right: 5px;
    font-size:15px;
    float: left;
}
}

