/*
################
               BASICS
################
*/
* {
    margin: 0;
    padding: 0;
    overflow-x: none;
    position: relative;
    box-sizing: border-box;
}

body {
    font-size: .875rem;
    overflow-x: hidden;
    background-color: #f8f8f8;

}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1185px;
}

button:active,
button:focus,
button:hover,
.btn:active,
.btn:focus,
.btn:hover,
.form-control:active,
.form-control:focus,
.form-control:hover {
    outline: none !important;
    box-shadow: none !important;
}




/*
################
               NavBar 
################
*/
.nav {
    bottom: 550px !important;
}

@media screen and (min-width: 768px) {
    #wrapper .nav {
        position: absolute;
        top: 0%;
        bottom: 550px !important;
        text-align: center;
        z-index: 10;
    }

    .navbar-brand img {
        left: 50px !important;
        top: 18px !important;
    }
}

.nav-link {
    padding: 0px !important;
    color: #fff;
    font-weight: 300;
    font-size: 0.97rem;
    line-height: 21px;
    font-family: "Roboto", sans-serif;
    transition: all ease-in-out 0.3s;
    display: inline-block !important;
    position: relative !important;
}

.nav-link:hover {
    color: #1C4EAA;
}

.nav-item .active {
    color: #1C4EAA;
    position: relative !important;
}

.nav-item .active:after {
    content: '';
    position: absolute !important;
    left: 0 !important;
    top: 33px !important;
    width: 62px !important;
    height: 2px;
    background-color: #1C4EAA !important;
}

.nav-item {
    padding-left: 2.2rem;
    padding: 23px !important;
}

.nav-link:after {
    position: absolute;
    content: '';
    top: 30px;
    left: 0%;
    height: 3px;
    width: 100%;
    background-color: transparent !important;
    border-bottom: 2px solid transparent;
}

.nav-link.effect-underline:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 5px;
    width: 100%;
    border-bottom: 2px solid;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.nav-link.effect-underline:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

/*
################
               HEADER
################
*/

.header {
    height: 100vh;
    background-image:


        url('../img/about-header.jpg');

    background-size: cover;
    background-position: bottom;
    position: relative;
    clip-path: ellipse(120% 80% at 85% 0%);
    overflow: visible !important;
  /*  clip-path: polygon(0 0, 100% 0, 100% 20vh, 0 100%); */
}

.brand-box {
    position: absolute;
    top: 40px;
    left: 40px;
}

.brand {
    font-size: 20px;
}


/*
################
               About section 
################
*/


.about-section .header-title,.content-section .header-title{
    text-align: center !important;
}

.about-section .header-title h1,.content-section .header-title h1{
    color: #454545;
    font-family: "Poppins", sans-serif;
    position: relative;
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 41px;
    margin-bottom: 30px !important;
}
.about-section .header-para p{
    color: #454545;
    font-family: "Poppins", sans-serif;
    position: relative;
    font-size: .96rem;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 135px !important;
}

.about-img img{
    width: 600px !important;
    margin-bottom: 150px !important;
  }

/*
################
               history section 
################
*/
.content-section {
    min-height:1000px !important;

background-color: #fff;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.content-section .container{
    padding-top: 100px; 
}
.content-section p {
    margin: 20px 0 0 92px;
    color: #454545;
    font-family: "Poppins", sans-serif;
    position: relative;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 35px !important;
}

/*
////// Engineering section
*/
.engineering-section img{
    width: 100% !important;
   height: 700px !important;
    background-size:cover !important;
    background-position: center;
    background-attachment: fixed !important;
}
.engineering-section img{
    width: 100% !important;
   height: 700px !important;
    background-size:cover !important;
    background-position: center;
    background-attachment: fixed;
}
.panel-eng{
    position: absolute;
    left: 25%;
    transform: translate(-50%,0);
    width: 500px;
    height: 300px;
    background: rgba(192, 187, 255, 0.2) ;
}
.panel-eng li,.conulting-section li {
    font-size: 1.09rem;
    font-family: "Roboto", sans-serif;
    list-style: square;
    margin: 20px 0;
}


 .panel1{

    top:260px;

 }
 .panel2{
    top:580px;
 }

 /*
////// consulting section
*/
.conulting-section{
    margin-top: 150px !important;
    background-image:
        linear-gradient(to right bottom,
            rgba(193, 239, 251, 0.8),
            rgba(130, 182, 255, 0.8)),
        url('../img/consult.jpg') ;
    background-size:cover;
    background-position: center !important;
    min-height: 600px !important;
    clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
}
.conulting-section h1{
color: #fff;
font-size: 3rem;
}
.panel-cons{
    position: absolute;
    transform: translate(-50%,0);
    width: 500px;
    height: 300px;
    background: rgba(255, 255, 255, 0.5) ;   
}
.panel3{
left: 30%;
top: 150px;
}
.panel4{
left: 70%;
top: 150px;
}

/*
################
               Contact Section 
################
*/

.contact-section{
    position: relative;
    min-height:400px;
    background:
    /* top, transparent black, faked with gradient */ 
    linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
    url(../img/contact-banner.jpg);
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
  }
  .contact-section .header-title h1{
    padding-top: 100px !important;
  }
  .contact-section .header-title p{
    padding-top: 10px!important;
    text-align: center !important;
    margin: 0 auto !important;
    color: #fff !important;
    font-size: 1.3rem !important;
    width: 75% !important;
  }
  .contact-button button{
    position: absolute;
    top:67px;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background: none;
    padding: 11px 40px;
    background-color: transparent !important;
    text-transform: capitalize;
    border: 2px solid #fff;
    font-family: 'Arimo', sans-serif;
  }
  .contact-button button:hover{
    color: #fff;
    background: #777777 !important;
    border-color: #777777;
    z-index: 10;
  }

/*
################
               footer
################
*/
footer{
    margin-top:0px !important;
  }
  .page-footer{
    background-color: #454545;
  }
  .fab{
    font-size: 16px !important;
  }
  

/**/
/*////////////// Responive Mobile View
*//**/
@media (max-width: 992px) {
    .navbar-collapse {
        position: static !important;
        background-color: #f5f5f5 !important;
    }
    .nav-link{
        color: #454545 !important;

    }


}
@media screen and (max-width:1100px){
    /* Header */
    .header {
        height: 90vh;
        background-image:
    
    
            url('../img/about-header.jpg');
    
        background-size: cover;
        background-position: bottom;
        position: relative;
        clip-path: none !important;
        overflow: visible !important;
      /*  clip-path: polygon(0 0, 100% 0, 100% 20vh, 0 100%); */
    }
       /* About section */
       .about-section h1{
           margin-top: 100px !important;
       }
      /* Enginnering section */
  .engineering-section img{
    height: 850px !important;
 }
   .engineering-section h1{
       margin-top: 150px !important;
       white-space: nowrap !important;
       font-size: 2.1rem !important;
   }
   .engineering-section p{
       padding: 50px 30px 0 30px !important;
       margin-left: 0 !important;
       text-align: center !important;
   }
   .panel-eng {
       margin-top: 200px;
       padding: 0 60px !important;
       left: 50%;
       background: rgba(192, 187, 255, 0.2) ;
 
   }
   .panel-eng ul {
       margin-left: 30px !important;
   }
   .panel-eng ul li {
     font-size: 1rem !important;
 }
 .panel2{
     margin-top: 300px !important;
 }

   /* conulting section */
.conulting-section{
    min-height: 1200px !important;
    clip-path:none !important;
}
.conulting-section h1 {
    padding-top: 60px !important;
    white-space: nowrap !important;
    color: #fff;
    font-size: 2.3rem;
}
.panel-cons{
    position: absolute;
    transform: translate(-50%,0);
    width: 500px;
    height: 300px;
    background: rgba(255, 255, 255, 0.5) ;   
}

.panel3{
left: 50%;
top: 100px;
}
.panel4{
    left: 50%;
    top: 550px;
    }

.panel4 ul,.panel3 ul{
    margin-left: 80px !important;
    }
    .panel4 ul li,.panel3 ul li{
        font-size: .95rem !important;
        }
}
  @media screen and (max-width: 600px) {
    html,body{
      overflow-x: hidden !important;
   }
   .header {
    height: 100vh;
    background-image:


        url('../img/about-header.jpg');

    background-size: cover;
    background-position: bottom;
    position: relative;
    clip-path: ellipse(120% 80% at 85% 0%);
    overflow: visible !important;
  /*  clip-path: polygon(0 0, 100% 0, 100% 20vh, 0 100%); */
}
   /* NavBar */
   nav{
       background-color: rgba(255, 255, 255, 0.137);
       padding: 0 !important;
   }
   nav .container{
   width: 100% !important;
   }
   .nav-item{
    padding: 18px !important;
    }
    .fa-bars{
        font-size: 30px !important;
    }
   .navbar-brand{
       margin-right: 0 !important;
       margin-top: 15px;
   }
   .logo-img{
    padding-top: 0px !important;
    margin-left: 15px !important;
    
   }
   .navbar-toggler{
       margin-right: 15px !important;
   }
   /* About section */
   .about-img img{
       margin-bottom: 100px !important;
       max-width: 100% !important;
       height: auto !important;

   }
   .header-para img{
       margin-bottom: 70px;
       width: 70px;
       height: 40px !important;
  }
  /* Content section */
  .content-section .header-title h1{
      padding-top: 50px !important;
  }
  .managment-para p {
      padding-top: 50px !important;
      margin-left: 0 !important;
      width: 100% !important;
      text-align: center !important;
  }

  /* Enginnering section */
  .engineering-section img{
    height: 850px !important;
 }
   .engineering-section h1{
       margin-top: 150px !important;
       white-space: nowrap !important;
       font-size: 2.1rem !important;
   }
   .engineering-section p{
       padding: 50px 30px 0 30px !important;
       margin-left: 0 !important;
       text-align: center !important;
   }
   .panel-eng {
       margin-top: 400px;
       padding: 0 60px !important;
       left: 50%;
       background: rgba(192, 187, 255, 0.2) ;
 
   }
   .panel-eng ul {
       margin-left: 30px !important;
   }
   .panel-eng ul li {
     font-size: 1rem !important;
 }
 .panel2{
     margin-top: 450px !important;
 }

  /* conulting section */
.conulting-section{
    min-height: 1200px !important;
    clip-path:none !important;
}
.conulting-section h1 {
    padding-top: 60px !important;
    white-space: nowrap !important;
    color: #fff;
    font-size: 2.3rem;
}
.panel-cons{
    position: absolute;
    transform: translate(-50%,0);
    width: 500px;
    height: 300px;
    background: rgba(255, 255, 255, 0.5) ;   
}

.panel3{
left: 50%;
top: 100px;
}
.panel4{
    left: 50%;
    top: 550px;
    }

.panel4 ul,.panel3 ul{
    margin-left: 80px !important;
    }
    .panel4 ul li,.panel3 ul li{
        font-size: .95rem !important;
        }

       /* Contact section */

       .contact-section{
        min-height: 800px !important;
      }
 
      .contact-section .header-title p{
        padding-top: 120px !important;
       font-size: 1.3rem !important;
     }
      .contact-section button{
       margin-top: 140px !important;
 
     }
    /* Footer */
    .footer-section{
        min-height: 1000px;
    }
}

@media screen and (max-width: 400px) {
    /* About Section */
    .about-section .header-title h1{
        font-size: 2.4rem;
    }
    .header-para img{
        width: 65px;
   }
   /* content section */
   .managment-para h1{
    font-size: 2.1rem !important;
}
/* Engineering section */
.engineering-section h1{
    font-size: 1.9rem !important;
}
.panel-eng ul li {
    font-size: .89rem !important;
}
/* consulting section */
.conulting-section h1 {
    white-space: nowrap !important;
    color: #fff;
    font-size: 2.1rem;
}
.panel4 ul,.panel3 ul{
    margin-left: 95px !important;
    }
.panel4 ul li,.panel3 ul li{
    font-size: .85rem !important;
    }
     /* Contact section */

     .contact-section{
        min-height: 800px !important;
      }
  
      .contact-section .header-title p{
       font-size: 1.4rem !important;
     }
      .contact-section button{
        padding: 11px 20px !important;
  
     }
}