/* variables */
:root{
    --brightgreen: #659959;
    --darkblue:#2d394b;
    --blackblue:#171f29;
    --lightblue:#9cc9f5;
    --darkgreen:#659959;
    --blueLines:#2c526b;
  }


  /* fonts */
@font-face {
    font-family: 'monstserrat';
    src:url('/fonts/Montserrat.ttf');
  }

  @font-face {
    font-family: 'CormorantLight';
    src:url('/fonts/CormorantGaramond-Light.ttf');
  }
  @font-face {
    font-family: 'CormorantLightItalic';
    src:url('/fonts/CormorantGaramond-MediumItalic.ttf');
  }
  
  @font-face {
    font-family: 'CormorantMedium';
    src:url('/fonts/CormorantGaramond-Medium.ttf');
  }
  @font-face {
    font-family: 'playdisplay';
    src: url('/fonts/PlayfairDisplay-VariableFont_wght.ttf');
  }

  /*  Common */
  body, html {
    scroll-behavior: smooth;
    height: 100%;
    font-family:'monstserrat' ;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 100px;
    padding-left: 100px;
  }
 
  .heading{
    text-align: center;
  }
  .heading h2{
    font-family: 'playdisplay';
    color:var(--brightgreen);
    letter-spacing: 3px;
    font-size: 45px;
    padding-bottom: 50px; 
    padding-top: 30px;
  }
 
  .subheadingexp{
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    color: #7e7e7e;
    margin-bottom: 40px;
    font-family: 'CormorantLightItalic';
  }

  .subheadingtext{
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    color: #7e7e7e;
    margin-bottom: 40px;
    font-family: 'CormorantLightItalic';
  }

.navigation.animated {
background-color:var(--darkblue);
box-shadow: 0 2px 7px 0px rgba(142, 142, 142, 0.15);
}
.navigation.animated .menu a {
color: var(--darkgreen); }

.menu li a {
  color:var(--darkgreen);
  font-size: 14px;
  font-family: 'monstserrat';
  display: inline-block;
  padding: 5px 5px;
  position: relative;
}
.menu li a:after {  
  color: var(--darkgreen);   
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background:var(--darkgreen);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.menu li a:hover:after { 
  width: 100%; 
  left: 0; 
  color: var(--darkgreen); 
}
.menu li a:focus{
  color:var(--darkgreen);
}

.nav-link{
color: var(--darkgreen); 
font-size: 18px;
font-weight: 600;
}

.icon{
  color: var(--darkgreen); 
}

.ml-01{
margin-left: 4rem;
}

.mr-n1{
margin-right:10px;
}
.ml-n1{
margin-right:10px;
}
.bg-dark{
background-color: var(--darkblue) !important;
color:var(--brightgreen);
}

.navbar-toggler-icon {
background-image: url(../images/menuicon.svg) !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
outline: none;
box-shadow: none;
border:none;
}
.navbar {
background-color: var(--darkblue);
}

.bg-1 {
  min-height: 100vh;
  width:100%;
  background-image: url("../images/bgline.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.text-box{
width:90%;           
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align: center;

}
.text-box h3{
color:var(--darkgreen);
letter-spacing: 1px;
font-family: 'playdisplay';
}
.text-box p{
color:var(--blackblue);
font-family: 'playdisplay';

}

.text-box img{
width:45%;
height: 15%;
}



  /* About */

.about .content h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  color: #7e7e7e;
  margin-bottom: 20px;
  font-family: 'CormorantLightItalic'; }

.about .about-slider img {
  width: 100%;
  height: auto; }

  /* Service */
.service {
background-color: #f2f5f7;
text-align: center; }
.service .block {
margin-bottom: 50px; }

.service .block h3 {
color: var(--darkblue);
font-weight: 600;
font-size: 18px;
margin-bottom: 15px;
letter-spacing: 1px;
text-transform: uppercase; }
.service .block p {
color: #666; }

/*  experience */

.experience{
 background-color: var(--darkblue);
 color:#f2f5f7;
}

.experienceleading{
  background-color: #f2f5f7;
  color:#666;
 }
.gridtext p{
  font-size: 16px;
  font-family: 'monstserrat';
  
}
.explogo img {
  width: 90px;
  height: auto;  
  display: inline-block;  
  float:none;
  margin:0 auto; 
}
.explogo{
  margin-top: 5px;
  display: flex;
}
.explogoBR{
 margin-top: 10px;
  display: flex;
  justify-content: center;
}
.explogoBR img{  
  width: 90px;
  height: auto;   
  display: block; 
  float:none;
  margin:0 auto; 
}

.explogorow{
  padding: 5px;
  vertical-align: middle;
}
.exp-block{
  text-align:center;
  
  padding:10px; 
}
.column {
  float:left;
  width: 12.5%;
  padding: 3px; 
  display: flex;
justify-content: center;
align-items: center;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (max-width: 500px) {
  .column {
    width: 33.33%;
  }
}


/*--
    leadership
--*/
.leaderbio {
  text-align: justify;
 }
 .leadership h3{
   color:var(--darkblue);
   font-family: 'monstserrat';
   font-size: 20px;
 }
 .leadership p{
   color:var(--darkblue);
   font-family: 'monstserrat';
 }



/* contact  */

footer {
text-align: center;
background: var(--darkblue);
padding: 27px 0px; }
footer p {
font-weight: 300;
font-size: 12px;
color: #dfdfdf;
letter-spacing: 3px; }
footer h1{     
color: #dfdfdf;}
footer h5 {
font-weight: 300;
font-size: 16px;
color: #dfdfdf;
letter-spacing: 3px; 
line-height:2em;}
footer p a {
color: #fff; }
footer p a:hover {        
  color: #fff;
  text-decoration: none; }


.copyright{
  margin-top: 20px;
  font-weight: 200;
font-size: 8px;
color: #dfdfdf;
}

a.nav-link:hover{
  color:var(--darkgreen);
}






@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
  .parallax {
    /* The image used */
    background-image: url('/images/3.jpg');
  
    /* Full height */
    height: 70%;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}


@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 

  .parallax {
      /* The image used */
      background-image:url('/images/3.jpg');
    
     /* Full height */
  height: 50%;

  /* Create the parallax scrolling effect */
 
  background-size: cover;
    }
}


/* Specific width styling */
@media(min-width: 600px){
  .exp-block-l{
    border-left: 0.5px solid #2c526b;
  }
  .exp-block-r{
    border-right: 0.5px solid #2c526b;
  }
  .exp-block-b{
   border-bottom: 0.5px solid #2c526b;
  }
  .exp-block-t{
    border-top: 0.5px solid #2c526b;
  }
}


/*  Mobile Style */

@media(max-width: 600px){

  .text-box p{
    color:var(--blueLines);
    font-weight: 500;
    font-family: 'playdisplay';
    }

.m-display{
display: none;
}


.m-tbl{
  border-left: 0.5px solid #2c526b;
  border-bottom: 0.5px solid #2c526b;
  border-top: 0.5px solid #2c526b;
}
.m-tbr{
  border-right: 0.5px solid #2c526b;
  border-bottom: 0.5px solid #2c526b;
  border-top: 0.5px solid #2c526b;
}

.leaderbio {
text-align:center;
}
.text-box img{
  width: 100%;
  max-width: 250px;
  height: auto;
  box-sizing: border-box;
   padding: 0;
   margin: 0;
}

.text-box h3{
  color:var(--darkgreen);
  letter-spacing: 1px;
  font-family: 'playdisplay';
  font-size: 20px;
  }

  .heading h2{
    font-family: 'playdisplay';
    color:var(--brightgreen);
    letter-spacing: 3px;
    font-size: 35px;
    padding-bottom: 30px; 
    padding-top: 20px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .explogo{
    margin-top: 30px;
   margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  .explogoBR{
   margin-top: 30px;
   margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}


/*  tablet Style */

@media(max-width: 768px){

   
  .about .about-slider img {
    width: 100%;
    max-width: 100px;
    height: auto; }
  .leaderbio {
  text-align:center;
  }
  .text-box img{
    width: 100%;
    max-width: 250px;
    height: auto;
    box-sizing: border-box;
     padding: 0;
     margin: 0;
  }
  
  .text-box h3{
    color:var(--darkgreen);
    letter-spacing: 1px;
    font-family: 'playdisplay';
    font-size: 20px;
    }
  
    .heading h2{
      font-family: 'playdisplay';
      color:var(--brightgreen);
      letter-spacing: 3px;
      font-size: 35px;
      padding-bottom: 30px; 
      padding-top: 20px;
    }
    .section {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-right: 50px;
      padding-left: 50px;
    }
  
    .explogo img {
      width: 180px;
      height: auto;  
      display: block;  
      float:none;
      margin:0 auto; 
    }
    .explogo{
      margin-top: 10px;
      display: flex;
      justify-content: center;
    }
    .explogoBR{
     margin-top: 10px;
      display: flex;
      justify-content: center;
    }
    .explogoBR img{  
      width: 250px;
      height: auto;   
      display: block; 
      float:none;
      margin:0 auto; 
    }


  }
