/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


/* NavBar CSS Part */
        .navbar{
       
        background-color:var(--dark-color);
        height:80px;
        }

        .navbar .flex{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0.1rem 1rem;
        }
        .navbar    .logo {
        font-size: 1.5rem;
        font-weight: 400;
        color: #fff!important;
      

        }

      
        .navbar .fa-brain {
          color: rgb(255, 243, 175);
          padding-left:5px;
        }
       
        .logo {
            font-size: 1.5rem;
            font-weight: 400;
            color: #fff!important;
           
    
        }
        .logo_div a:hover
        {
            border: none!important;
        }
        .navbar ul 
        {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        }
        .navbar .nav-item a 
        {
        color:rgb(255, 255, 255);
        padding:10px;
        margin:0 5px;
        font-weight:400;
        text-transform: uppercase;
        }
        .nav-item .active{
            color:rgb(231, 223, 175)!important;
        }
        .navbar a:hover
        {
        border-bottom:2px rgb(255, 255, 255) solid;
        }
        /* Hamburger menu icon */
        .hamburger {
        display: none;

        }

        .bar {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #ffffff;
        }




        /* Showcase Css Part  */
        .showcase 
        {
        height:90vh;

        color:#fff;
        position: relative;
        z-index:-1;
        }
        .showcase-text{
            -webkit-animation:slideFromTop 1s ease-in;
                    animation:slideFromTop 1s ease-in;
        }
        .showcase   .hero_img
        {
        margin:0 auto;
        padding:20px;
        -webkit-animation:slideFromBottom 1s ease-in;
                animation:slideFromBottom 1s ease-in;
      
        }
        .showcase .grid-2
        {
        grid-gap: 20px;

        overflow: visible;
        }
    /* Team Section  */
    .team_section{
        height:auto;
    }
    #hero 
    {
    position: relative;
    background: url(../img/10.jpeg) no-repeat center center/cover;
    height: 600px;
    }
    #hero   .overlay 
    {
     
        background-color: black;
        opacity: .8;
    }
    #hero .btn 
    {
        float: right;
    }
    #contact 
    {
    position: relative;
    background: url(../img/cccc.jpeg) no-repeat center center/cover;
    height: 600px;
    }

/*  SECTION C - Gallery CSS*/


.section-c .gallery a:first-child
{
     -ms-grid-row: 1;
         grid-row-start: 1;
     -ms-grid-row-span: 2;
     grid-row-end: 3;
     -ms-grid-column: 1;
         grid-column-start: 1;
     -ms-grid-column-span: 2;
     grid-column-end: 3;
   
    
}

.section-c .gallery a:nth-child(2)
{
    
        -ms-grid-column: 3;
    
            grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
}
.section-c .gallery a:last-child
{
    -ms-grid-column: 3;
        grid-column-start: 3;
   
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 3;
    grid-row-end: 3;
}


.section-c .gallery img ,.section-c .gallery a{
    width:100%;
    height:100%;
}




/*  SECTION B - Overlay CSS*/

.section-b 
{
    position: relative;
    background: url(../img/8.jpeg) no-repeat center center/cover;
    height: 600px;
}
.section-b-inner .container
{
    max-width: 870px;
   
}
.section-b-inner
{
    color: #fff;
    height:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 4rem 0;
    
}
.section-b-inner h2 
{
    font-size:1rem;
    margin-top:1rem;
    text-transform: capitalize;
    -webkit-animation:slideFromBottom 1s ease-in;
          animation:slideFromBottom 1s ease-in;
}
.section-b-inner h3 
{
    font-size:2.5rem;
    font-weight:400;
    -webkit-animation:slideFromRight 1s ease-in;
    animation:slideFromRight 1s ease-in;
}
.section-b-inner  p 
{
    padding: 40px;
}

.overlay 
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--overlay-color);
}

/*  SECTION D- Overlay CSS*/

.section-D
{
    position: relative;
    background: url(../img/teaam.jpeg) no-repeat center center/cover;
    height: 600px;
    z-index: -1;
}






/* Section - Footer CSS  */

.section-footer .logo .fas {
    color: rgb(255, 243, 175);
   padding-left: 10px;
}
.section-footer
{
    /* background: var(--hero-color); */
    background-color:var(--dark-color);
    color: white;
    padding: 4rem 0;
   
   
}
.section-footer .lead-light{
    font-size: 12px;
}
.section-footer .fab
{
  color: rgb(255, 243, 175);
}
.section-footer h2 
{
    font-size:2rem;
    margin-bottom:1rem;
}
.section-footer h3 
{
    margin-bottom:0.7rem;
}
.section-footer ul li 
{
    list-style:none;
}
.section-footer ul li  a 
{
    
    color: rgb(255, 243, 175);
    line-height:1.9;
}
.section-footer .grid-4
{
    grid-gap: 33px;
}
.section-footer .grid-3{
    grid-gap: 20px;
}
.social a
{
    color: rgb(255, 255, 255);
    margin-right:10px;
}
/* .email-form .form-control {
 
    color: red;
} */

.email-form 
{
    width:100%;
    display:inline-block;
    position: relative;
    border-radius: 20px;
    line-height: 0;
    margin-top:1rem;
    background-color: rgb(204, 196, 196);
  
}
.email-form .form-control
{
    width:100%;
    height: 45px;
    display:inline-block;
    background: transparent;
    border-radius: 20px;
    border:0;
    outline:0;
   font-size: 1rem;
   color:black;
   margin: 0;
   padding: 0;
    padding: 0 3rem 0 1.5rem;
    background-color:rgb(243, 243, 243);
    
}
.email-form .submit
{
    display:inline-block;
    position:absolute;
    top:0;
    right:0;
    width: 45px;
    background-color:rgb(105, 102, 101);
    font-size: 1rem;
    text-align:center;
    margin: 0;
   padding: 0;
   border:0;
   outline:0;
  color: #000;
   cursor:pointer;
   border-radius: 0 20px 20px 0;
}
.email-form .fa-chevron-right
{
    color: rgb(255, 255, 255);
}





        /*####################### Responsive Part ############# */
        /* Tablet and Under  */


        @media(max-width: 768px)
        {
        .grid,.stats .grid-3,
        .showcase .grid-2,.section-footer .grid-3,
        .section-footer .grid-2,.team_section .grid-2

        {
        -ms-grid-columns:1fr;
        grid-template-columns:1fr;
        -ms-grid-rows:1fr;
        grid-template-rows:1fr;
        justify-items: center;
        }
        .grid > *:nth-child(1), .stats .grid-3 > *:nth-child(1), .showcase .grid-2 > *:nth-child(1), .section-footer .grid-3 > *:nth-child(1), .section-footer .grid-2 > *:nth-child(1), .team_section .grid-2 > *:nth-child(1)

        {
       
                -ms-grid-row:1;
       
                -ms-grid-column:1;
        }

      
        .navbar ul {
        position: fixed;
       
        top:-48%;
        left:0;
       
        -webkit-box-orient: vertical;
       
        -webkit-box-direction: normal;
       
            -ms-flex-direction: column;
       
                flex-direction: column;
        background-color: rgb(20, 12, 12);
        width: 100%;

        text-align: center;
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        transition: 0.7s;
        -webkit-box-shadow:
        0 10px 27px rgba(0, 0, 0, 0.05);
                box-shadow:
        0 10px 27px rgba(0, 0, 0, 0.05);
        }

        .nav-menu.active {
        top:5rem;
        }

        .navbar  li 
        {
        margin: 1.8rem 0rem;
     
        }
       
        .navbar a:hover {
        color:rgb(255, 244, 92);
        border-bottom:0px;
        font-size: 19px;
        -webkit-transition: 0.9s  ease-in;
        -o-transition: 0.9s  ease-in;
        transition: 0.9s  ease-in;

        }
        .section-footer .logo .fas {
            color: rgb(255, 243, 175);
           padding-left: 10px;
        }
        
      .navbar  .logo {
            text-align: center;
            padding: 0;
        }
/* Hamburger css style  */
    .hamburger {
    display: block;
    cursor: pointer;

    }
    .hamburger.active .bar:nth-child(2) {
    opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
    }



/* Showcase Mobile CSS  */
      .showcase 
      {
      height:auto;
      }
      .showcase-text
      {
      text-align: center;
      margin-top: 40px;
      -webkit-animation: slideFromTop 1s ease-in;
              animation: slideFromTop 1s ease-in;

      }
      .section-footer .menulist{
        display: none;
      }
      .section-footer .social,.subscribe,.logo
      {
        text-align: center;
        padding-top: 55px;
      }

/* Team Section  */
.team_section 
{
   height: 100%;
}
.team_section .grid-2 
{
    grid-gap:10px;
}

/* Stat CSS  */
.stats .card h3{
    padding:0;
}
.section-footer .grid-2 
{
    text-align: center;
}
.section-footer .grid-2  p
{
    text-align: justify;
}








}


/* Mobile and Under  */


@media(max-width: 500px)
{
   
    .logo_div {
       
        margin: 0 auto;
        }
     .showcase-text h1 {
         font-size: 22px;
     }
     .showcase-text p {
         font-size:small;
         text-align:justify;
     }
     .section-footer .grid-2 
     {
         text-align: center;
     }
     .section-footer .grid-2  p
{
    text-align: justify;
}
#about_overlay  h3 
{
    font-size: 22px;
}
#middle_overlay p{
    font-size: 12px;
    text-align: justify;
}

#hero h3
{
    font-size: 21px;
}
#hero p {
    font-size: 12px;
}

}









































