
*{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }

.cotainer{
    margin: auto
}
::selection {
    background-color: rgba(33, 102, 70, 0.68);
    color: #fff;
    text-shadow: none;
}

 a.arrow2{
  display: none;
  background-color:  #248faa;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  text-decoration: none;
  transition: all .4s ease;
  border-radius: 50%;
}
a.arrow2:hover{
  transform:  translateY(-20px)
  }
.arrow2 i{
  color: #fff;
  font-size: 30px;
}

/********************************************************** start header **********************************************************/

.navbar-brand{
  color: #fff !important;
}
.nav-item div{
  width: 0px;
  height: 3px;
  background-color: #d1e7ec;
  margin: auto;
  transition: all .5s ease-in-out;
}
.nav-item:hover div{
  width: 50px;
}
.nav-item:active div{
  width: 50px;
  
}
@media(max-width:992px){
.nav-item a{
  text-align: center;
}
.navbar{
  background-color:  #248faa;
}
.nav-item div{
  background-color:#fff;
}

}
.nav-item a{
  color: #fff !important;
}
.nav-item a:hover{
  color: rgb(157, 250, 219) !important;
}
nav li a.active{
  color: rgb(157, 250, 219) !important;
  text-shadow: 5px 6px 6px#17202b;
}


.navbar-toggler{
  border:none;
  outline: none !important
}

/* landing page*/

.landing
{ 
    background-image: url(../imgs/1.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh;
    background-attachment: fixed;
    position: relative;
}
.landing-overlay
{
    background: #2d553e65 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.landing-overlay h3
{
    color: #fff;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.75px;
}
.landing-overlay h1
{
    color:   #195868;
    font-size: 70px;
    font-weight: 800 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
    line-height: 0.8 ;
    text-shadow:5px 5px 5px  #17202b;

}
.landing-overlay h4
{
    font-size: 26px;
    color: #fff;
    font-weight: 200 !important;
    line-height: 1.2;
}

.arrow{
  position: absolute;
  top:90%;
  left: 50%;
  color: #fff;
  font-size: 50px;
animation: float 2s ease-in-out infinite;
}
@keyframes float {
0% {
  transform: translatey(0px);
}
50% {
  transform: translatey(-20px);
}
100% {
  transform: translatey(0px);
}
}

/********************************************************** End header**********************************************************/

/********************************************************** start about**********************************************************/

.about{
  padding: 70px 0;
  background-color: #e0fcf3;
}
.about h2{
  color:   #248faa;
  text-shadow:5px 5px 5px  #9aa1a8;
  font-size: 50px;

}

.about-content h3{
  color: #3c775c;
}
.about-content h4{
  color: #314e42;
}
.about p{
  color: rgb(102, 122, 101)
}
.about button{
  background-color: #248faa;
  color: #fff;
  padding: 12px 10px;
  border-radius: 15px;
  border: none;
  outline: none;
  transition: all .5s ease-in-out;
  box-shadow:10px 10px 10px  #556c86;
}
.about button:hover{
  background-color:  #1b6f7e;
}
/********************************************************** End about**********************************************************/


/********************************************************** start Experience*******************************************************/
.experience {
padding: 70px 0
}
.experience .advisor-info h2{
  color:   #248faa;
  text-shadow:5px 5px 5px  #9aa1a8;
  font-size: 50px;
}
.experience .overlayone a{
  color: #248faa;
  text-decoration: none;
  font-weight: bold;
  text-shadow:2px 2px 2px  #b3becc;

}
.experience .img-cont {
  position: relative;
  overflow: hidden;
}
.experience .img-cont .overlayone{
  height:90%;
  width:90%;
  background-color:#2d553e65;
  position: absolute;
  top:-100%;
  left: 5%;
  transition: all .5s  ease-in-out
}
@media screen and (max-width:992px){
  .experience .img-cont .overlayone{
    width: 80%;
    left: 10%;
    

   }
  }
.experience .img-cont:hover .overlayone{
  bottom: 5% ;   
  top: 5%
}
.experience .img-cont:hover .overlayone h4, .experience .img-cont:hover  .overlayone p{
  opacity: 1;
 

}

.experience .img-cont .overlayone h4, .experience .img-cont .overlayone p{
  opacity: 0;
  transition: all .5s .5s ease-in-out
}

.experience .img-cont .overlaytwo{
  height:40%;
  width:90%;
  background-color: #e0fcf3;
  position: absolute;
  bottom: 3px;
  left: 5%;
  transition: all .5s .3s ease-in-out

}
.experience .img-cont:hover .overlaytwo{
  bottom: -100%;

}
.experience .img-cont .overlaytwo span{
  font-size: 20px;
  color: #248faa;
}
.experience .img-cont .overlayone h4 ,.experience .img-cont .overlayone p{
  color: #fff
}
/********************************************************** End Experience**********************************************************/
/********************************************************** start client**********************************************************/
.client{
padding: 100px 0;
background-image: url('../imgs/testimonials_bg.jpg');
background-attachment: fixed;
background-position: center center;
background-size: cover;
position: relative;

}
.client .item-description{
  color: #fff;
  width: 70%;
  margin: auto;
  line-height: 24px;
  letter-spacing: 1px;

}
@media(max-width: 768px){
    .client .item-description{
width: 100%;
margin: auto;
font-size: 14px
}
    
}
.over-lay-client{
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background-color:  #2d553e65

}
.client h4{
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.025em;
  font-family:poppins;

}
.client h4 span{
  color: #e0fcf3;
  font-weight: 600;
}
.client .carousel-indicators li{
  width: 10px;
  border-radius: 50%;
  height: 10px;
  background-color:#e0fcf3;
  margin-right: 10px
}
.client .carousel-indicators li.active{
    background-color: #fff
}
.client .carousel-indicators li:hover{
    background-color: #fff
}

/********************************************************** End client**********************************************************/
/************************************************************ start services  **************************************************/
.services{
  padding: 70px 0;
  background-color: #e0fcf3;
}

.services h2{
  color:   #248faa;
  text-shadow:5px 5px 5px  #9aa1a8;
  font-size: 50px;
  padding-bottom: 30px;

}

.services .row .layer{
padding: 25px 5px;
transition: all .4s ease-in-out;
}
.services .row .layer:hover{
background-color: #fff;
box-shadow: 10px 10px  22px #195868; 
}
.services .row h3{
font-size: 20px;
color: #333;
}
.services .row i{
color:  #195868;
font-size: 32px;
padding-bottom: 20px;
transition: all .4s ease-in-out;

}
.services .layer:hover i{
transform: scale(1.2,1.2)
}


 /************************************************** end services**************************************************/
     
/********************************************************** start portfolio*******************************************/
.portfolio{
  padding: 70px 0;
  background-color: #F8F9FA;
  
}
  
.portfolio .layer{
  background-color: #e0fcf3;
  margin-bottom: 30px
}
.portfolio .imgc{
  position: relative;
}
.portfolio .imgc img{
  width: 100%;
}
.portfolio .imgc .overlaythread{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#195868;;
  opacity: 0;
  color: #fff;
  transition: all .5s ease-in-out;
  cursor: pointer;
}
.portfolio .imgc:hover .overlaythread{
  opacity: .8;
}
.modal  h5 {
    padding: 33px 0 !important;
    font-size: 33px !important
}
.modal-header {
    border-bottom: none
}
.modal-footer {
    border-top: none
}
.fa-times:before {
    content: "\f00d";
}
.modal i{
    padding-right: 5px
}
.portfolio button{
  background-color: #248faa;
  color: #fff;
  padding: 12px 10px;
  border-radius: 15px;
  border: none;
  outline: none;
  transition: all .5s ease-in-out;
  box-shadow:10px 10px 10px  #556c86;
}
/********************************************************** End portfolio**********************************************************/
/********************************************************** start contact**********************************************************/
.contact{
background-image: url('../imgs/map-image.png');
background-color: #195868;
padding: 110px 0;
}
.contact .h22{
font-size: 43px
}
.contact .form-group input{
height: 75px
}
.contact button{
  background-color: #248faa;
  color: #fff;
  padding: 12px 10px;
  border-radius: 15px;
  border: none;
  outline: none !important;
  transition: all .5s ease-in-out;
  box-shadow:10px 10px 10px  #556c86;

}
.contact button:hover{
  background-color:  #1b6f7e;
}




/********************************************************** End contact**********************************************************/
/********************************************************** Start footer**********************************************************/
#footer{
  padding: 70px 0;
}
#footer a{
  text-decoration: none;

}
.footer-social-icon i
{
   font-size: 20px;
    color: rgb(51, 39, 39) !important;
    margin: 10px 10px;
}
.footer-social-icon i:hover
{
 color: #30676e !important;
}
#footer p
{
    color: rgb(110, 81, 81) !important;
    padding-top: 10px;
    letter-spacing: 1px;
}
/********************************************************** End footer**********************************************************/

                                        