* {
  margin:0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'poppins', sans-serif;
}
body{
  background-color:white;
}

nav{
  background-color: white;
  width: 100%;
}
nav:after{
  content: '';
  clear: both;
  display: table;
}
nav .logo{
 float: left;
 color: black;
 font-size: 27px;
 font-weight: 600;
 line-height: 70px;
 padding-left: 60px;
 cursor: pointer;
}
nav ul{
  float: right;
  list-style: none;
  margin-right: 85px;
  position: relative;
}
nav ul li{
  float: left;
  display: inline-block;
  background: white;
  margin:0 5px;
  z-index: 10;
}
nav ul li a{
  color:  #0099e6;
  text-decoration:none;
  line-height: 70px;
  font-size: 16px;
  padding: 8px 15px;
}
nav ul li a:hover{
  border-radius: 5px;
  box-shadow: 0 0 5px  #0099e6,
              0 0 5px  #0099e6;

   color:black;
}

nav ul ul li a:hover{
  border-radius: 5px;
  box-shadow: none;
  color:  black;
  text-decoration: none;
}
nav ul ul{
  position: absolute;
   top:90px;
   border-top: 3px solid  #0099e6;
   opacity: 0;
   visibility: hidden;
   transition:top .3s;
}

nav ul ul ul{
  border-top: none;
}
nav ul li:hover > ul {
  top: 70px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li{
  position: relative;
  margin:0px;
  width: 200px;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgba(0,0,0,.3);

}

nav ul ul li a{
  line-height: 50px;
}

nav ul ul ul li{
  position: relative;
  top: -70px;
  left: 200px;
}
#nav-light a{
  color: white;
}
#nav span .fa-plus{
  margin-left: 40px;
  font-size: 13px;
  color: white;
}

#nav .show,.icon, input{
  display: none;
}

@media all and (max-width: 968px){

  nav ul {
    margin-right: 0px;
    float: left;
  }
  nav .logo{
    padding-left: 30px;
    width: 100%;
  }

  nav ul li, nav ul ul li{
    display: block;
    width: 100%;
      }
  nav ul ul{
    top: 70px;
    position: static;
    border-top: none;
    float: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  
  nav ul li ul li{
    background-color: #ffff00;
  }
  nav ul ul ul li{
     position: static;
     background-color: whitesmoke;
     color: white;
  }
  nav ul ul li{
    border-bottom: 0px;
  }
  nav ul ul a{
    padding-left: 40px;
  }
  nav ul ul ul a{
    padding-left: 80px;
  }
  #nav .show{
    display:block;
    color: #0099e6;
    font-size: 18px;
    padding:0 20px;
    line-height: 70px;
    cursor: pointer; 
  }
  #nav .show:hover{
    color:#0099e6;
  }
  #nav .icon{
    display:block;
        color: white;
        position: absolute;
        right: 40px;
        line-height: 70px;
        font-size: 25px;
        cursor: pointer;
  }
  nav ul li a:hover{
    box-shadow: none;
  }
  #nav .show + a, ul{
    display: none;
  }
  [id^=btn]:checked + ul{
    display: block;
  }
}

/* another side navbar ikhlas ----*

#jichwaa nav{
  background-color: white;
  width: 100%;
}
#jichwaa nav:after{
  content: '';
  clear: both;
  display: table;
}
#jichwaa nav .logo{
 float: left;
 color: black;
 font-size: 27px;
 font-weight: 600;
 line-height: 70px;
 padding-left: 60px;
 cursor: pointer;
}
#jichwaa nav ul{
  float: right;
  list-style: none;
  margin-right: 85px;
  position: relative;
}
#jichwaa nav ul li{
  float: left;
  display: inline-block;
  background: white;
  margin:0 5px;
  z-index: 10;
}
#jichwaa nav ul li a{
  color:  #00802b;
  text-decoration:none;
  line-height: 70px;
  font-size: 16px;
  padding: 8px 15px;
}
#jichwaa nav ul li a:hover{
  border-radius: 5px;
  box-shadow: 0 0 5px  #00802b;
              0 0 5px  #00802b;

   color:black;
}

#jichwaa nav ul ul li a:hover{
  border-radius: 5px;
  box-shadow: none;
  color:  black;
  text-decoration: none;
}
#jichwaa nav ul ul{
  position: absolute;
   top:90px;
   border-top: 3px solid  #00802b;
   opacity: 0;
   visibility: hidden;
   transition:top .3s;
}

#jichwaa nav ul ul ul{
  border-top: none;
}
#jichwaa nav ul li:hover > ul {
  top: 70px;
  opacity: 1;
  visibility: visible;
}
#jichwaa nav ul ul li{
  position: relative;
  margin:0px;
  width: 200px;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgba(0,0,0,.3);

}

#jichwaa nav ul ul li a{
  line-height: 50px;
}

#jichwaa nav ul ul ul li{
  position: relative;
  top: -70px;
  left: 200px;
}
#nav-light a{
  color: white;
}
 #nav span .fa-plus{
  margin-left: 40px;
  font-size: 13px;
  color: white;
}

 #nav .show,.icon, input{
  display: none;
}

@media all and (max-width: 968px){

   nav ul {
    margin-right: 0px;
    float: left;
  }
   nav .logo{
    padding-left: 30px;
    width: 100%;
  }

   nav ul li, nav ul ul li{
    display: block;
    width: 100%;
      }
   nav ul ul{
    top: 70px;
    position: static;
    border-top: none;
    float: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  
    nav ul li ul li{
    background-color: #ffff00;
  }
   nav ul ul ul li{
     position: static;
     background-color: whitesmoke;
     color: white;
  }
   nav ul ul li{
    border-bottom: 0px;
  }
   nav ul ul a{
    padding-left: 40px;
  }
   nav ul ul ul a{
    padding-left: 80px;
  }
   #nav .show{
    display:block;
    color: #00802b;
    font-size: 18px;
    padding:0 20px;
    line-height: 70px;
    cursor: pointer; 
  }
  #nav .show:hover{
    color:#00802b;
  }
   #nav .icon{
    display:block;
        color: white;
        position: absolute;
        right: 40px;
        line-height: 70px;
        font-size: 25px;
        cursor: pointer;
  }
   nav ul li a:hover{
    box-shadow: none;
  }
   #nav .show + a, ul{
    display: none;
  }
  [id^=btn]:checked + ul{
    display: block;
  }
}

/* Ikhlas navbar end ---------------*/
/*---------------- slidder -------------------*/
#hero 
{
  /*height: 70vh;*/
  height: 100%;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
/*------------ Down one ---------------------------*/
#blog-slidder
{
    background-color:white;
    background-size: cover;
    background-position: left;
    color:black;
    background-attachment: fixed;
    text-align: left;
    padding: 50px;
    font-family: sans-serif;
}
#blog-slidder h3
{
  font-weight: bold;
}
#blog-slidder .col-md
{
  margin-bottom: 10px;
}
#blog-slidder .card-body p:hover
{
    border-radius: 15px;
    cursor: pointer;
    transition: 0.7s;
    color: #ffff00;
}
#blog-slidder .card-body h5:hover
{
    border-radius: 15px;
    cursor: pointer;
    transition: 0.7s;
    color: #0099e6;
}
#blog-slidder .card-text p:hover
{
    border-radius: 15px;
    cursor: pointer;
    transition: 0.7s;
    color: #ffff00;
}

/*------------ Team leaders ---------------------------*/
#team
{
    background-color:#0099e6;
    background-size: cover;
    background-position: left;
    color:black;
    background-attachment: fixed;
    text-align: left;
    padding: 50px;
    font-family: sans-serif;
}
#team h3
{
  font-weight: bold;
}
#team .col-md
{
  margin: 10px;
}
#team .card-body
{
    color:black;
}
#team .card-body .fa
{
    color:black;
    font-size: 20px;
}
#team .card-body .fa:hover
{
    cursor: pointer;
    transition: 0.7s;
    color:white;
}
#team .card-body p:hover
{
    border-radius: 15px;
    cursor: pointer;
    transition: 0.7s;
    color:white;
}
#team .card-body h5:hover
{
    border-radius: 15px;
    cursor: pointer;
    transition: 0.7s;
    color: white;
}

/*------------ Blogg & Events ---------------------------*/
#events
{
    background-color:white;
    background-size: cover;
    background-position: left;
    color:black;
    background-attachment: fixed;
    text-align: left;
    padding: 20px;
    font-family: sans-serif;
}
#events h3
{
  font-weight: bold;
  color:  black;
}
#events .list-group
{
  margin: 10px;
}
#events .list-group .active
{
  background-color: whitesmoke;
  color: black;
  border-color: whitesmoke;
}

#events .list-group a
{
  background-color: whitesmoke;
  color: black;
  border-color: whitesmoke;
}

#events .list-group h5
{
  color:  black;
}

#events .list-group small
{
  color: white;
}

#events .list-group p
{
  color: black;
}


#events .col-md
{
  margin: 10px;
  background-color:white;
}

#events .col-md h3
{
  margin: 20px;
}
#events .card-body p:hover
{
    border-radius: 15px;
    cursor: pointer;
    transition: 0.7s;
    color: #0099e6;
}
#events .card-body h5:hover
{
    border-radius: 15px;
    cursor: pointer;
    transition: 0.7s;
    color:black;
}
#events .small
{
  color: black;
}
#list-me .list-group-item
{
  background: transparent;
}
#list-me .list-group-item a
{
  font-size:16px; 
  text-decoration: none;
}
#list-me .list-group-item a:hover
{
  font-size:16px; 
  text-decoration: none;
  color:#0099e6;
}
#list-me .list-group-item .fa
{
  font-size: 25px; 
  color:#0099e6; 
  margin-left: 5px;
}

/*------------------------------------------------Get In Touch Contact us ----------------------------------*/
#contact
{
    background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(image/013.png);
    background-size: cover;
    background-position: center;
    color:white;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;

}
#contact .col-md-6 .fa,.fas 
{
  color: #0099e6;
}
#contact h3
{
    text-align: center;
    color: white !important;
    padding-bottom: 10px;
    margin: 10px;
}
.contact-form
{
    padding: 15px;
}
.form-control
{
    border-radius: 0 !important;
    border:none !important;
}
::placeholder
{
    color:#777 !important;
}
.follow
{
    background: white;
    padding: 10px;
    margin: 15px;
}

.contact-info .fa
{
    margin: 10px;
    color: #0099e6;
    font-weight: bold;
}
#contact .btn
{
    color: black;
    font-weight: bold;
    background-color: white;
    border-color: black;
}
/*---------- about us ---------*/
#large{
text-align: right;
}
#smart{
  text-align: left;
}
@media all and (max-width: 968px){
  #large,#smart
  {
    text-align: center;
  }
}

/*----------------------------------featured-categories in css-----------------------------------*/
.featured-categories
{
    margin: 0;
    padding: 0;
    padding: 30px;
}
.featured-categories img
{
    width: 100%;
    padding: 10px 0;
    transition: 1s;
    cursor: pointer;
}
.featured-categories img:hover
{
    transform: scale(1.1);
}

hr
{
  color:orange;
  background-color:#151E3D;
}


/*----------------- Financial ----------------------*/
.financial
{
    background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(image/058.jpg);
    background-size: cover;
    background-position: center;
    color:white;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;

}
.financial a 
{
  background-color: black;
  color: white;
}
.financial a:hover
{
  background-color: black;
  color: #0099e6;
}
/*----------------- About -------------------------*/
#about
{
    background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(image/058.jpg);
    background-size: cover;
    background-position: center;
    color:white;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;

}



/*------------------- About Us Sample front --------*/
#content-box
{
   width: 100%;
    height: 100%;
}
#focus
{
    background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(image/005.jpeg);
    background-size: cover;
    background-position: center;
    color:black;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
}
#focus h4
{
    text-align:left;
    color: black;
    margin: 10px;
    font-weight: bold;
}
/*#focus h4::after
{
    content: '';
    background: white;
    display: block;
    height:3px;
    width: 170px;
    margin: 3px auto 5px;
}*/
.focus
{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
} 
.focus .card .fa
{
  color: #0099e6;
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  align-items: center;
}

#focus p
{
    font-size: 16px;
    margin: 10px;
    color: black;
    text-align: left;
}
.focus .card
{
  background-color:transparent;
  text-align: left;
  color: white;
  border-radius: transparent;
}
#focus .card:hover
{
    background:#ffff00;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.7s;
    color: #0099e6;
}
.focus .card p{
    color: white;
}
.focus .card p:hover {
    color: black !important;
}

/*-------------------------- Financing Hover -----------------*/

/*------------------- About Us Sample front --------*/
#content-box
{
   width: 100%;
    height: 100%;
}
#focus-ikhlas
{
    background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(image/005.jpeg);
    background-size: cover;
    background-position: center;
    color:black;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
}
#focus-ikhlas h4
{
    text-align:left;
    color: black;
    margin: 10px;
    font-weight: bold;
}
/*#focus-ikhlas h4::after
{
    content: '';
    background: white;
    display: block;
    height:3px;
    width: 170px;
    margin: 3px auto 5px;
}*/
.focus-ikhlas
{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
} 
.focus-ikhlas .card .fa
{
  color: #0099e6;
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  align-items: center;
}

#focus-ikhlas p
{
    font-size: 16px;
    margin: 10px;
    color: black;
    text-align: left;
}
.focus-ikhlas.card
{
  background-color:transparent;
  text-align: left;
  color: white;
  border-radius: transparent;
}
#focus-ikhlas .card:hover
{
    background:#00802b;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.7s;
    color: white;
}
.focus-ikhlas .card p{
    color: white;
}
.focus-ikhlas .card p:hover {
    color: black !important;
}

/*-------------------------- Financing Hover -----------------*/

/*------------------- About Us Sample front --------*/
#content-box
{
   width: 100%;
    height: 100%;
}
#financing
{
    background-image:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),url(image/005.jpeg);
    background-size: cover;
    background-position: center;
    color:black;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
}
#financing h4
{
    text-align:left;
    color: white;
    margin: 10px;
}
#financing .card h4:after
{
    text-align:left;
    color: black;
    margin: 10px;
}
#financing h4::after
{
    /*content: '';
    background: white;*/
    color: white;
    display: block;
    height:3px;
    width: 170px;
    margin: 3px auto 5px;
}
.financing
{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
} 
.financing .card .fa
{
  color: #0099e6;
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  align-items: center;
}

#financing p
{
    font-size: 16px;
    margin: 10px;
    color: black;
    text-align: left;
}
.financing .card
{
  background-color:transparent;
  text-align: left;
  border-radius: transparent;
}
#financing .card:hover
{
    background:#ffff00;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.7s;
    /*color: #0099e6;*/
    color: black !important;
}



/*------------------- About Us Sample front --------*/
#content-box
{
   width: 100%;
    height: 100%;
}
#focus10
{
    background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(image/005.jpeg);
    background-size: cover;
    background-position: center;
    color:black;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
}
#focus10 h4
{
    text-align:left;
    color: black;
    margin: 10px;
    font-weight: bold;
}

#focus h4:after
{
    content: '';
    /*background: white;*/
    color: white !important;
    display: block;
    height:3px;
    width: 170px;
    margin: 3px auto 5px;
}
.focus10
{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
} 
.focus10 .card .fa
{
  color: #0099e6;
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  align-items: center;
}

#focus10 p
{
    font-size: 16px;
    margin: 10px;
    color: black;
    text-align: left;
}
#focus10 p:hover
{
    font-size: 16px;
    margin: 10px;
    color: white;
    text-align: left;
}
.focus10 .card
{
  background-color:transparent;
  text-align: left;
  border-radius: transparent;
}
#focus10 .card:hover
{
    background:#00802b;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.7s;
    color: white;
}

/*-------------------Services --------*/
#content-box
{
   width: 100%;
    height: 100%;
}
#services
{
    background-image:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url(image/056.jpg);
    background-size: cover;
    background-position: center;
    color:white;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
}
#services h3
{
    text-align: center;
    color: white;
    font-weight: bold;
}
#services h3::after
{
    content: '';
    background: white;
    display: block;
    height:3px;
    width: 170px;
    margin: 3px auto 5px;
    
}
.services
{
    margin-top: 30px;
    margin-bottom: 30px;
} 
.services .fa
{
  color: white;
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#services p
{
    font-size: 14px;
    margin-top:15px;
    color:white;
    text-align: left;
}
.services .col-md:hover
{
    background: #666699;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.7s;
}
#services .card-title
{
  color: white;
}

/*----------------- Blog part ----------------*/
#content-box
{
   width: 100%;
    height: 100%;
}
#blog
{
    background-color: #666699;
    background-size: cover;
    background-position: center;
    color:white;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
}
#blog h2
{
    text-align:center;
    color: white !important;
    font-weight: bold;
}

#blog h5
{
    text-align:left;
    color: #666699 !important;
    font-weight: bold;
}
#blog h6
{
  color: #666699;
  font-weight: bold;
} 
#blog h2::after
{
    content: '';
    background: white;
    display: block;
    height:3px;
    width: 170px;
    margin: 3px auto 5px;
    
}
.blogs
{
    margin-top: 30px;
    margin-bottom: 30px;
} 
.blogs .fa
{
  color: white;
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blogs p
{
    font-size: 14px;
    margin-top:10px;
    color:#666699;
}
.blogs .col-md
{
  margin-bottom: 10px
}


/*------------------- PASSION --------*/
#content-box
{
   width: 100%;
    height: 100%;
}
#passion
{
    background-size: cover;
    background-position: center;
    color:white;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
}
#passion h2
{
    text-align: center;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
#passion h2::after
{
    content: '';
    background: white;
    display: block;
    height:3px;
    width: 170px;
    margin: 3px auto 5px;
    
}
.passion
{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
} 
.passion .card .fa
{
  color: white;
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

#passion p
{
    font-size: 14px;
    margin-top:15px;
    color:white;
}
.passion .card
{
  background-color:transparent;
  text-align: left;
  border-radius: transparent;
}
.passion .card:hover
{
    background: #66ccff;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.7s;
    color: black;
}


/*------------------- LIGHT BOX PICTURE POP UP -----------------*/


 #gallery .row > .column {
  padding: 0 15px;
  width: 25%;
}


#gallery .row:after {
  content: "";
  display: table;
  clear: both;
}

#gallery .col-md-4 {
  float: left;
  width: 100%;
  padding: 2px;
}

/* The Modal (background) */
#gallery .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
#gallery .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
 
}

/* The Close Button */
#gallery .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 40px;
  font-weight: bold;
  max-width: 1200px;
}

#gallery .close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

#gallery .mySlides {
  display: none;
}


#gallery img {
  margin-bottom: -4px;
}

#gallery .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

#gallery .demo {
  opacity: 0.6;
}

 #gallery .active,
.demo:hover {
  opacity: 1;
}

 #gallery img.hover-shadow {
  transition: 0.3s;
}

#gallery .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.20);
}

@media (max-width: 760px)
{
  
 #gallery .row > .column {
  padding: 0 5px;
  width: 300%;
}

#gallery .col-md-4 {
  float: left;
  width: 100%;
  padding: 2px;
}

#gallery .row > .column img {
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 20px;
  margin-right: 5px;
}

#gallery .row .row .col 
{
 padding: 2px;
 margin-bottom: 2px;
 margin-top: 2px;
 width: 100%;
 height: 100%;
}

}

/*-----------------------------Promo---------------------------------*/

#promo
{
    background-color:#00539cff;
    background-size: cover;
    background-position: center;
    color:white;
    background-attachment: fixed;
    text-align: center;
    padding: 100px;
    font-family: sans-serif;
}
#promo .btn
{
  background-color:transparent;
  color:white;
  border-color:#ffd662ff;
  /*width: 100%;*/
}
#promo .btn:hover
{
  background-color:#ffd662ff;
  color:#00539cff;
}
#promo p
{
  color: #ffd662ff;
}
#promo h5:hover{
 color: #ffff00;
 text-decoration-color: red;
}
/*---------------------------------Price Plan----------------------------------*/

#plans
{
    background-size: cover;
    background-position: center;
    color:white;
    background-attachment: fixed;
    font-family: sans-serif;
    margin-left: 30px;
    margin-right: 30px;
}
#plana .card-title
{
  color: black;
  font-weight: bold;
}
#plans h1
{
    text-align: center;
    color: black; !important;
    padding-bottom: 10px;
    margin: 10px;
    border-top:1px  black;
    border-bottom: 1px  black;
    border-left: 1px black;
    border-right: 1px  black;
    font-size: 80px;
}
#plans h1::after
{
    content: '';
    background: gold;
    display: block;
    height:3px;
    width: 170px;
    margin: 3px auto 5px;
    
}
#plans .card
{
  background-color:transparent;
  text-align: left;
  border-radius: transparent;
}
#plans .card:hover
{
    background: whitesmoke;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.7s;
    color: black;
}

#plana .card-body p
{
    color: black;
    font-size: 16px;
}
#plana .card-body p:hover
{
    color: #0099e6;
}
#plana
{
    background-color:transparent;
}
#plana .card-footer 
{
  background-color: gold;
  border-color: gold;
  color: black;
}
#plana .card-footer p
{
  color: black;
  font-size: 16px;
}
#plana .card-footer .fa,.fas
{
  color:#0099e6;
  font-size: 15px;
}
#plana .card-title h5
{
  font-weight: bold;
  text-align: left;
  color: black;

}

/*--------------------------------------------footer--------------------------------*/
#footer
{
    color:black;
    text-align: left;
    background-color:whitesmoke;
}
.footer h2
{
    font-size: 20px;
    margin:25px 0;
    color:#0099e6;
}
.footer .col-md-2 p a
{
  color:black;
  text-align: left;
  text-decoration: none;
}

.footer .col-md-2 p a:hover
{
  color: #0099e6;
}

.footer .col-md-3 p a:hover
{
  color: #0099e6;
}

.footer h6
{
  color: black;
  font-size: 14px;
    padding: 0;
    margin:0;
}

.fa-heart-o
{
    color:red;
    font-size: 15px;

}
.footer hr
{
    margin-top: 10px;
    background-color:#0099e6;
}

.footer .row .fa
{
    padding-right: 20px;
    font-size: 15px;
    color: black;
}
#footer .col-md-3
{
    float: center;
    color:  white;
    text-align: left;
}
#footer .col-md-3 a:hover
{
    float: center;
    color: white;
    text-align: left;
}

.footer a
{
    color: gold;
    text-decoration: none;
}

#down-footer{
  margin-bottom: 15px;
}
#down-footer .col p
{
  float: left;
  color: white;
}
#down-footer .col .fa
{
  font-size: 25px;
  float: right;
  color: black;
}


/*------------ Accodation system--------------------*/
.accordion
{
  max-width: auto;
  color:white;
}
.accordion .contentBx
{
  position: relative;
  margin:10px 20px;
}
.accordion label
{
  color: #666699;
}
.accordion .form-check label
{
  color: #66ccff;
}
#plana ..accordion .content p {
  text-align: left;
}
.accordion .contentBx .label
{
  position: relative;
  padding: 10px;
  background:#66ccff;
  color: black;
  cursor: pointer;
}
.accordion .contentBx .label::before
{
 content: '+';
 position: absolute;
 top:50%;
 right:20px;
 transform: translateY(-50%);
 font-size: 1.5rem;
}
.accordion .contentBx .content
{
  position: relative;
  background-color: #666699;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  overflow-y: auto;
}
.accordion .contentBx.active .content
{
  height: 200px;
  margin-top: 10px;
}

#men button
{
  background-color: red;
  color: white;
}
#men button:hover
{
  background-color:red;
  color: white;
  border-color: white;
}

/* --------- sticky iin services page ----------------*/
#row-sticky
{
   position: sticky;
  -webkit-position:sticky;
  top: 15px;
  height: 55vh;
}
#row-sticky a {
  text-decoration: none; 
  color: black; 
  border-color: 
  transparent; 
  background: transparent;
}
@media all and (max-width: 968px)
{
  #row-sticky{
    height: auto;
    margin-bottom: 10px;
  }
}
/*---------------------------- go top button------------------------------- */
.gotopbtn
{
  position: fixed;
  width: 50px;
  height: 50px;
  background:#0099e6;
  bottom: 40px;
  right: 50px;
   text-decoration:none;
   text-align: center;
   line-height: 50px;
   color: white;
   font-size: 22px;
   z-index: 10;
}
.gotopbtn:hover
{
  background:white;
  color: #0099e6;
}
.gotopbtn .fa:hover
{
  color:#0099e6;
}

/* ------------------------- members country -----------------------*/

}
#ozer
{
  font-size: 30px;
  background: #8600b3;
  height: 20vh;
  color: white;
}
#ozer .container{
  background-color:white;
  color: #8600b3;
  width: 100%;
}
#ozer .col-md-3
{
  margin-top: 15px;
  margin-bottom: 5px;
  text-align:left;
}
#ozer .col .col-sm-4 a
{
  text-align: center;
  color: 
}
#ozer .col .col-sm-8
{
  margin-left: 5px;
}
#ozer .col .col-sm-8 img
{
  width: 100%;
}

@media(max-width: 760px)
{
  #ozer 
  {
    font-size: 20px;
  }
  #ozer .col
  {
    margin-top: 25px; margin-bottom: 15px;
  }
}


/*------------ Advertisement ----------------*/
/* ---------------------------- company cooparate ----------------------*/
    #cooperate
    {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    }

    #cooperate .col-md
    {
     max-width: 100%;
     /*padding: 30px;*/
    }
    #cooperate .col-md img
    {
     max-width: 100%;
     height:auto;
    }

/*---------------- Side nav ------------------------------*/

/*--------------- scrolling Text -------------------------*/

.scrolling{
    position: relative;
    width: 300%;
    height: 30px;
    overflow: hidden;
    margin-top: 0px;
}
.scrolling h6{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 10px;
    text-align: center;
    margin-bottom: 0px;
    line-height: 30px;
    color: black;

    transform: translateX(100%);
    animation: scrolling 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scrolling) * -1s);

    /*transform: translateX(100%);
    animation: scrolling 10s linear infinite;*/
}

@keyframes scrolling{
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* -------------------- Image Scrolling ----------------*/
#slidder .slidder{
    height: 250px;
    margin: auto;
    position: relative;
    width: 90%;
    display: grid;
    place-items: center;
}
#slidder .slide-track{
    display: flex;
    width: calc(250px * 18);
    animation: scroll 40s linear infinite;
}
#slidder .slide-track:hover{
    animation-play-state: paused;
}
@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 9));
    }
}
#slidder .slide {
    height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}
#slidder img{
    width: 100%;
    transition: transform 1s;
}
#slidder img:hover{
    transform: translateZ(20px);
}
#slidder .slidder::before,
#slidder .slidder::after{
    /*background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
    content: '';
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
}
#slidder .slidder::before{
    left: 0;
    top: 0;
}
#slidder .slidder::before{
    right: 0;
    top: 0;
    transform: rotateZ(100deg);
}