@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
 body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    width: 100%; 
    background:rgb(66 9 88 / 3%);
    min-height: 100%;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    color: black;
} 
h1, h2, h3, h4, h5, h6 {
  color: #121111;
}
 
/* Override the bootstrap defaults */
h1 {
  font-size: 32px;
  
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a ,a:focus, a:hover , a:active{
  color:white;
  text-decoration:none;
} 
p{
  font-size: 16px; 
}
 
label {
    font-size: 16px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
} 
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon  , #input-sort{
  font-size: 16px;
  height:  50px;
} 
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: '* ';
  color: #F00;
    
}
/* Gradent to all drop down menus */
.dropdown{
    padding-top: 15px;
    padding-bottom: 15px;
}
.dropdown-menu li > a:hover {
    color: #282f77; 
    width: 100%;

}
 .navbar-nav>li>.dropdown-menu{ 
    min-width: 100%;
    background: #ffffff!important;
    padding: 4%!important;
} 
.dropdown:hover .dropdown-menu  {
    display: block;
    width: 100%;
    background: #121111!important;
    padding: 4%!important;
} 
.dropdown-menu>li>a {
    color: #282f77!important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff!important;
    background-color: #282f77;
}
/* top */
#top {
    background-color: rgb(255 255 255);
    border-bottom: transparent;
    margin: 0 0 3px 0;
} 
#top .container {
  padding: 0 20px;
} 
#top .btn-link, #top-links li, #top-links a {
    color: #282f77;
    font-size: 15px;
    font-weight: 600;
  }
#top .btn-link:hover, #top-links a:hover {
  background:  #282f77;
  color: white;
  padding : 12px 12px 12px 12px; 
}

@media(max-width: 767px){
#top .btn-link:hover, #top-links a:hover { 
  width: 92%;
  padding : 8px 8px 8px 8px; 
}
} 


#top-links .dropdown-menu a {
  text-shadow: none;
    color: #282f77;
    text-align: left;
}
#top-links .dropdown-menu a:hover {
    color: white!important;
    background: #282f77;
    text-align: left;
}
#top .btn-link strong {
  font-size: 14px;
   line-height: 14px;
}
#top-links {
  padding-top:0px;
}
#top-links a + a {
  margin-left: 15px;
}
  

/* logo */
#logo {
       width: 120px;
}


@media(max-width: 991px){

#top .btn-link, #top-links li, #top-links a {
    font-size: 9px;
    font-weight: 600;
}


#logo {
       width: 110px;
}

} 
@media(max-width: 767px){
 
#top .btn-link, #top-links li, #top-links a {
       margin-left: 6px;
       font-size: 12px;
}

#top  #top-links .dropdown-toggle { 
    margin: 23px!important;
    font-size: 12px;
}
 

} 
/*responsive sidebar*/
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: white; /* White*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #282f77;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
.container-fluid {
  transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#langg{ 
  float: left;
  background: #ffffff;
}

/* footer */
footer { 
  padding-top: 30px;
  background-color: #121111;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
  font-size: 13px!important;
}
footer hr {
    border-top: none;
    width: 30%;
    border-bottom: 2px solid #282f77;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 5px;
} 

 
footer h1 { 
  font-size: 16px;
  color: #fff;
}
footer p , footer span { 
  font-size: 13px!important;
}
#rsicon{ 
    color: #ffffff!important;
    background: #282f77;
    padding:3%;
    border-radius: 50%;
} 
 
.p-one{ 
    padding: 1.2%;
    background: rgb(0 0 0 / 45%);
    text-align: center;
    border: 5px solid #121111;} 
.p-two{ 
    padding: 2.5%;
    background: #0a0909;
    text-align: center;
    border: 5px solid #121111;
} 
.p-three{ 
    padding:1%;
    background: rgb(0 0 0 / 45%);
    text-align: center;
    border: 5px solid #121111;
  } 
footer .centerhr-two{
    border-top: none;
    border-bottom: 1px solid #9e9e9e6b;
    width: 100%;
}
/*
Content of all pages*/
#contenu {
 margin-top: 8pc;
}
 
/* HOME FIRST SCTION DESIGN*/

#home-dropdown{
    left: 25%;
    width: 50%;
    text-align: center;
}
    
#home-dropdown>li>a:focus, #home-dropdown>li>a:hover{
   background : #282f77!important;
   color : white!important;
    text-align: center;
}

.parenttt {
    position: absolute;
    top: 18%;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 

 

 @media(max-width:1024px){
 .parenttt {
    top: 16%!important;
} 

#desiged-p{ 
    font-size: 20px!important;
} 
} 

 @media(max-width:991px){
 .parenttt {
    top: 11%!important;
} 

#desiged-p{ 
    font-size: 20px!important;
} 
}

.parent {
  position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.child {
    width: 100%;
    height: 450px;
    margin: 0%;
    background:rgb(66 9 88 / 48%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:991px){
.child {
    height: 500px
}
}
 @media(max-width:767px){
.child {
    height: 620px;
}
}  
 
.button-about {
    background: #282f77;
    padding: 14px 40px;
    border: none;
    color:white;
}

.button-about:hover  , .button-about:focus  ,.button-about:active {
    background: white;
    padding: 14px 40px;
    border: 2px solid #282f77;
    color:#282f77;
}

 

.small-box-home {
    background: white;
    padding: 5px;
    height: auto; 
    text-align: center;
     border:20px solid #f9f7f9;
}

.small-box-home:hover  , .small-box-home:focus  ,.small-box-home:active  {
    background: rgb(255 255 255 / 83%);
    padding: 5px;
    border:20px solid #f9f7f9;
    height: auto; 
}
 




/* quik links */ 
.cta {
  border: none;
  background: none;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 30px;

}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

 

 .divider{
    position: absolute;
    top: 28px;
    bottom: 5px;
    margin-left: 10px;
    border-left: 2px solid #282f77;
}
 .steps{
  margin-left: 30px;
}
/*////team*/

.container {
  position: relative;
  width: 50%;
  max-width: 300px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background:  rgb(66 9 88 / 35%);  
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.container:hover .overlay {
  opacity: 1;
}


.childd {
    width: 100%;
    height: 300px;
    margin: 0%;
    background:rgb(66 9 88 / 35%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}



.blog-box {
    padding: 30px;
    background: #12111105;
    height: auto;
}

  
/*///contact*/

#form-id{
    color: #000 !important;
    background:#ffffff !important;
    padding:30px;
}


#id-input{
    padding: 8px;
    display: block;
    border: none;
    border-bottom : 1px solid #ccc; 
    width: 100%;
    font-size:  15px;
    margin-top: 8px;
} 
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #121111;
    border-radius: 4px;
    color: #282f77;
    width: 50%;
    margin-left: 25%;
}



.form_main {
  margin-top: 22px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.062);
  position: relative;
  overflow: hidden;
}

.form_main::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background-color:rgb(66 9 88 / 12%);
  transform: rotate(45deg);
  left: -180px;
  bottom: 30px;
  z-index: 1;
  border-radius: 30px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.082);
}

.heading {
  font-size: 24px;
  color:#06100f!important;
  font-weight: 700;
  margin: 5px 0 10px 0;
  z-index: 2;
}

.inputContainer {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.inputIcon {
  position: absolute;
  left: 3px;
}

.inputField {
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgb(173, 173, 173);
  margin: 10px 0;
   color:#07100f!important;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 30px;
}
.inputarea {
  width: 100%;
  height: 100px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgb(173, 173, 173);
  margin: 10px 0;
  color:#07100f!important;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 30px;
}
.inputField:focus  , .inputarea:focus{
  outline: none;
  border-bottom: 2px solid rgb(199, 114, 255);
}

.inputField::placeholder , .inputarea::placeholder  {
  color:#07100f!important;
  font-size: 1em;
  font-weight: 500;
}

#button , #button:hover  {
  z-index: 2;
  position: relative;
  width: 100%;
  border: none;
  background-color: #282f77;
  height: 30px;
  color: white;
  font-size: .8em;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 10px;
  cursor: pointer;
}
 
 

/* Snackbar */
#snackbar {
    visibility: hidden;
    background-color: #282f77;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 4%;
    right: 4%;
    bottom: 30px;
     font-size: 13px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

 .card {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 20px 1px;
    text-align: center;
    position: relative;
    cursor: pointer; 
    box-shadow: 0 10px 15px -3px #282f77, 0 4px 6px -4px #06100f;
    border-radius: 10px;
    background: linear-gradient(45deg, #282f77 0%, #06100f 100%);
}

.contente {
  padding: 20px;
}
 

.contente .description {
  color: white;
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}

.contente .title {
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  margin-top: 10px;
  font-size: 24px;
  letter-spacing: 1px;
}  


 .contact-alert {
  padding: 20px; 
  background-color: #282f77;
  color: white;
  font-weight: normal;
}


/*////////////////V2 UPDATES*/
.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: -40px;
    width: 80%;
}

.search__input  , .search__input:hover , .search__input:focus   , .search__input:active{
    font-family: inherit;
    font-size: inherit;
    background-color: #282f77;
    border: none;
    color: #FFFFFF !important;
    padding: 0.9rem 1rem;
    border-radius: 32px;
    width: 100%;
    margin-left: 10%;
    transition: all ease-in-out .5s;
    margin-right: 0;
}
.search__input::placeholder {
  color: white!important; 
}
 
.search__button , .search__button:hover {
    border: none;
    background-color: #282f77;
    margin-top: 0.1em;
    padding: 5px;
    margin-left: -40px;
    border-radius: 50%;
} 

.search__icon {
  height: 1.3em;
  width: 1.3em;
  fill: #FFFFFF;
}


@media(max-width: 767px){
.search { 
    margin-top: 10px;
    width: 100%;
}


.search__input, .search__input:hover, .search__input:focus, .search__input:active {
    width: 100%;
    margin-left: 0%; 
    margin-right: 0;
}

#contenu {
    margin-top: 11pc;
}
} 
.btn-info {
    color: #fff!important;
    background-color: #0e0e0e!important; 
    border-color: #0e0e0e!important;
    border-radius: 0px!important;
    margin: 5px!important;
} 

/*////////////WHATSAPP BUTTON*/

 
.Btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  /* overflow: hidden; */
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
}

.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(0px);
  letter-spacing: 0.8px;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}

.BG {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #075e54;
  z-index: -1;
  border-radius: 10px;
  pointer-events: none;
  transition: all 0.3s;
}

.Btn:hover .BG {
  transform: rotate(35deg);
  transform-origin: bottom;
}

.Btn:hover .svgContainer {
  background-color: rgba(156, 156, 156, 0.466);
  backdrop-filter: blur(4px);
}


.Btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
}

.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(0px);
  letter-spacing: 0.8px;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}

.BG {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #075e54;
  z-index: -1;
  border-radius: 10px;
  pointer-events: none;
  transition: all 0.3s;
}

.Btn:hover .BG {
  transform: rotate(35deg);
  transform-origin: bottom;
}

.Btn:hover .svgContainer {
  background-color: rgba(156, 156, 156, 0.466);
  backdrop-filter: blur(4px);
}

/*////////////Account BUTTON*/


.Btn-Container {
    display: flex;
    width: 94%;
    height: fit-content;
    background-color: black;
    border-radius: 0px;
    justify-content: space-between;
    align-items: center;
    border: none;
    cursor: pointer;
    padding: 9%;
    margin-left:3%;
    margin-right:3%;
}
 
.text {
    width: calc(170px - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    letter-spacing: 0.2px;
}
@keyframes arrow {
  0% {
    opacity: 0;
    margin-left: 0px;
  }
  100% {
    opacity: 1;
    margin-left: 10px;
  }
}




.pagination { 
    border-radius: 0px!important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #010102!important;
    text-decoration: none;
    background-color: #fff!important;
    border: 1px solid #ddd;
    border-radius: 0px!important;
    
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff!important;
    cursor: default;
    background-color: #1b110e!important;
    border-color: #000000;
    border-radius: 0px!important;
}