/*About css
**********************************************/
body{
	background:black!important;
	color:white!important;
}

.nav-link {
  color: white!important;
}
#hero {
  width: 100%;
  height: 100vh;
  /*background: url("../img/about3.jpg") center / cover no-repeat;*/
 background: url('../img/bg-pattern.png'), linear-gradient(to left, #1A2980, #26D0CE);
  color: #333;
  margin-bottom: 0px!important;
  border:0px!important;
}
/*
@media (min-width: 768px) {
  #hero {
    background: url("../img/home5.jpg") center / cover no-repeat;
  }
}
*/
#hero-bottom {
 /* color: black; /*white */
   color: /*#595a5c;*/ white;
}

.p-top {
 font-size: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
 .p-top, .p-top .icon{
  font-size: 18px;
}

}

.p-bottom {
  font-weight: normal;
  font-size: 13px;
  font-size: 13px;
  margin-bottom: 0px;
}




.reserve-button {
  background: rgba(0,98,204,0);
  border: 3px solid #fff;
  border-radius: 30px;
}

.btn.btn-link.btn-block.arrow-button {
  color: /*rgb(255,255,255)*/ /*black*/white;
  font-size: 32px;
}

.col .btn-link:focus, .col .btn-link:active{
  border: 0!important;
}

#hero-bottom .container {
  max-width: 700px;
  text-align: center;
}

.col.width-border {
  border: 1px solid rgba(255,255,255,0.2);
  border-top: 0;
  border-bottom: 0;
}


/* Typography
*******************************************/
h2 {
  font-family: Montserrat, sans-serif!important;
  /*font-weight: 400!important;*/
  font-size:20px!important; 
}

.heading-paragraph{
font-family: Montserrat, sans-serif!important;
  font-size:14px!important;
}


/*Sections
**********************************************/
section{
 /* margin-bottom: 20px;*/
 
}

@media(min-width: 764px){
  .vh-100{
    height: 100vh;
  }
}

/* Background about riteware
*****************************************************/
.projects-section {
  padding: 10rem 0;
  color: #26D0CE!important;
  border-top: 0px!important;
  background:#312146!important;
   box-shadow: 4px 12px 40px 6px rgb(0 0 0 / 9%);

}

.projects-section .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 100px;
  margin-top: 100px;
}

@media (max-width:767px) {
.projects-section .intro {
    margin-bottom: 40px;

  }
}

/* Text
**************************************************/
.text-white-50 {
  /*color: rgba(255, 255, 255, 0.5) !important; */
  color:#fff!important; 
}


.projects-section .featured-text {
  padding: 2rem;

    
}
.projects-section .featured-text p{
  text-align: justify;
    /*font-size: 12px;*/
word-wrap: break-word;
    line-height: 1.6em;
    font-weight: normal;
   
  }

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
   /* border-left: 0.5rem solid #64a19d;*/
  }
}
.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}
@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #64a19d;
    border-width: 0.25rem;
    width: 30%;
  }
}

/*Company Philosophy
*********************************************/
#features-boxed {
  color: #313437;
  background: url("../img/home4.jpg")no-repeat center center;
    background-size: cover;/*#eef4f7* #f5f5f7;/*
  background: #56CCF2;  /* fallback for old browsers *
background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
/*background: linear-gradient(to right,#1abaca, #1b61a9); */
 
/*background:rgb(244,244,244);*/
background: linear-gradient(to right, #29c8ed 0%, #005c99 100%);
}

#features-boxed p {
  color: /*#7d8285*/ color: #6e6e73;
    font-weight: 600;
  text-align: justify;     
word-wrap: break-word;
    line-height: 1.6em;
    font-weight: normal;
}

#features-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color:/* white,#26D0CE *//*#1A2980*//*black*/white!important;
}

@media (max-width:767px) {
  #features-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

#features-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

#features-boxed .intro p {
  margin-bottom: 0;

}

#features-boxed .features {
  padding: 50px 0;
}

#features-boxed .item {
  text-align: center;
}

#features-boxed .item .box {
  text-align: center;
padding: 30px;
  background-color: #fff;
 /*   background: linear-gradient(45deg,#4099ff,#73b4ff)!important;
    color: #fff;*/
  margin-bottom: 30px;
  box-shadow: 4px 12px 40px 6px rgb(0 0 0 / 9%);
   border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
   /* -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
*/
}

@media (min-width:767px) {
#features-boxed .item .box {
height: 73vh;
  }
}
#features-boxed .item img{ 
 /* font-size: 60px;
  color: #1485ee;*/
  margin-top: 20px;
  margin-bottom: 35px;

  width: 100px;
  height: 100px;
}
#features-boxed .item .head{
 background: /*#009FFF*/ /*#58a1f2*/ #fff;
 /*padding: 30px;*/
}
#features-boxed .item .body{
/*padding: 30px;*/
}
#features-boxed .item .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 0;
  color: /*white*/ black!important;
}

#features-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}



/*

.article-list{
  margin-top: 0px!important;
  background: rgb(244,244,244)!important;
  color:black!important;
height: 100%;
}
.article-list p{
  color:black!important;
  text-align: justify;
word-wrap: break-word;
    line-height: 1.6em;
    font-weight: normal;
}
.articles .item{
  padding: 1rem;
 background-color: #fff;
  background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem; 
}

@media(max-width: 764px){
  
  .articles .item{
    margin-top: 10px;
  }
}
.articles .item .description{
  text-align: justify;
}
.articles img{
  width: 100px;
  height: 100px;
}
*/

/* Team
*********************************************/
.team-clean{
  margin-top:0px!important; 
 /*background:rgb(244,244,244)#008a85!important;*/
  color: black!important;

background: #06beb6;  
background: -webkit-linear-gradient(to right, #48b1bf, #06beb6);  
background: linear-gradient(to right, #48b1bf, #06beb6); 

}

.team-clean .intro h2{
  color: white!important;
}
.team-clean p{
  color:black!important;
}

.team-clean .title {
  color:/*grey*//* #5c5e62*/ white!important;
}

.team-clean img {
  /*border-radius: 50%;*/
  /*width: 200px;
  height: 160px;*/
  height: 160px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.team-clean .rounded-circle{
 border-radius: 0px!important;
 padding: 1px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
}
.featurette-divider {
  margin: 50px 0; /* Space out the Bootstrap <hr> more */
  background:rgb(186,180,63);
}



/*testimonials-clean
*********************************************/
.testimonials-clean{
  background: /*black*/rgb(244,244,244)!important;
}

.testimonials-clean .box{
  background: white!important;
  border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.testimonials-clean h2, .testimonials-clean p{
color:/*white*/black!important;
}

.testimonials-clean .description{
  color: black!important;
}
.testimonials-clean .name{
  color: /*white*/black!important;
}

:root{
  --bordersize: 1px;
}

/*Client portfolio
******************************/
.clients{
  background: white/*rgb(244,244,244)*/!important;
}


@media(min-width: 764px){
.clients .col-sm-6{
flex: 1 0 25%;
 border-left: var(--bordersize) dashed #ccc;
  border-bottom: var(--bordersize) dashed #ccc;
  margin-left: calc(-1 * var(--bordersize));
  margin-bottom: calc(-1 * var(--bordersize));

 }
.clients  .no-border{
  border-left:0px!important ;
}

}


.container-clients{
  background: white!important
}
.clients .intro {
  padding-top: 20px; 
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}


.clients h2, .clients p{
color:black!important;
font-family: Montserrat, sans-serif!important;
}
.clients h2 {
  /*font-weight: bold;*/
  /*margin-bottom: 40px;*/
  /*padding-top: 40px;*/
  /*color: inherit;*/
  font-size: 24px;
  font-family: 'Montserrat';
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
 .clients h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
  /*Mobile devices
  *********************/
  aside.clients img{
  width: 230px;
  height: 170px;
  }
}

/*Big screens
*****************************/
aside.clients img{
 /*width: 100%;
  height: auto;
  */
  width: 230px;
  height: 190px;
}

aside.clients .special-img{
  width: 100%;
  height: auto;
}