html{
  scroll-behavior: smooth;
 }
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Raleway', sans-serif;

}
section{
  padding: 60px 0;
  overflow: hidden;
} 
.section_bg{
  background-color: #f6f6f7;
}
.section_title{
  padding: 30px;
}
.section_title p{
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  color: #444444;
}
.section_title h2{
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section_title h2::after{
  content: "" ;
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #009970;
  bottom: 0;
  left: 0;
}

/** Navigation bar 1 css ***/
.contact{
  padding: 20px 20px 20px 20px;
  background-color: #12514c;
}
.contact .info .call h2{
  padding: 5px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;

}

.contact .info .call{
  padding: 8px 1px 10px 95px;
  width: 75px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.contact .info .call h4{
  padding: 10px;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.contact .info .call i{
  font-size: 20px;
  color: #fff;
}
.contact .info .call_1{
  width: 75px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.contact .info .call_1 h4{
  padding: 10px 210px 10px 0;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.contact .info .call_1 i{
  padding: 5px 10px 10px 0;
  font-size: 20px;
  color: #fff;
}
.contact .info .call_2{
  width: 75px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.contact .info .call_2 h4{
  padding: 10px 55px 10px 0;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.contact .info .call_2 i{
  padding: 5px 10px 10px 0;
  font-size: 25px;
  color: #fff;
}
.contact .info .call_2 .call_3{
  padding: 10px 400px 10px 30px;
  width: 75px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.contact .info .call_2 .call_3 i{
  padding: 20px 12px 10px 0;
  font-size: 25px;
  color: #fff;
}


/** Navigation bar 1 css end ***/
/* === Custom 4-Line Hamburger Menu === */
.navbar-toggler {
  border: 2px solid #01a99d; /* green border */
  border-radius: 6px;
  padding: 6px 10px;
  outline: none;
}

/* Default (4 green lines) */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(1,169,157,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 5h22M4 11h22M4 17h22M4 23h22'/></svg>");
}

/* When menu is open (tapped) → orange lines + border */
.navbar-toggler[aria-expanded="true"] {
  border-color: #f39c12;
  background-color: rgba(243, 156, 18, 0.1);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(243,156,18,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 5h22M4 11h22M4 17h22M4 23h22'/></svg>");
}


/** Navigation section css ***/
#navigation{
  background-color: #fff;
  float: right;
  top: 50px;
  padding: 0;
  transition: 0.5s all;
}
#navigation .logo{
  


}
#navigation #navbarNav{
  background-color: transparent;
}
#navigation #navbarNav a{
  background-color: #01a99d;
  border-block: 50px;
  color: #fff;
  padding: 20px 15px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  transition: 0.3s all;
}
#navigation #navbarNav a:hover{
  color: #36343a;
  text-decoration: none;
}
#navigation #get-started a{
  background-color: #01a99d;
  color: #fff;
  border-block: 50px;
  padding: 20px 25px;
  margin: 0 15px;
}
#navigation.nav-scroll{
  background-color: #fff;
  top: 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
#navigation #navbarNav .nav-link.active{
  color: #36343a;
}
  




/**  Navigation section css end ***/




/** Banner section css ***/

.home-hero{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)), url(../images/web-am.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed
}
.services-hero{
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(..images/ama.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#hero .container{
  padding-top: 80px;
}

#hero h1{
  padding: 300px 20px 10px 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 56px;
  color: #fff;
  margin: 0 0 0px 0;
}

#hero h2{
  color: #eee;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#hero .btn_get_started{
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  margin: 10px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  transition: 0.6s all;
}

#hero .btn_get_started:hover{
  background-color: #01a99d;
  border: 2px solid #01a99d;
}

/** Banner section css end ***/

  
/*** clients section ***/

.clients {
  background-color: #f6f6f7;
  text-align: center;
  padding: 4px 0;
}
.clients img{
  width: 35%;
  filter: grayscale(100);
  display: inline-block;
  padding: 10px 0;
  margin: 15 auto;
  transition: 0.4s ease-in-out;
}
.clients img:hover{
  filter: none;
  transform: scale(1.1);
}

/*** clients section end ***/

/*** about section ***/

.about .content h2{
  font-weight: 600;
  font-size: 38px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #01a99d;

}
.about .content h3{
  font-weight: 350;
  font-size: 20px;
  line-height: 32px;
}
.about .content ul{
  list-style-type: none;
  padding: 0;
}
.about .content ul li{
  padding: 10px 0 0 20px;
  display: flex;
}
.about .content ul li p{
   margin-bottom: 0;
}
.about .content ul li i{
  font-size: 20px;
  color: #01a99d;
  margin-right: 7px;
}
/*** clients section end ***/

/*** counter section  ***/

.counts{
  background-color: #01a99d;
  padding: 40px 0 20px 0;
  color: #fff;
}
.counts .counters span{
  font-size: 36px;
  display: block;
  font-weight: 700;
}
.counts .counters p{
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
}

/*** clients section end ***/


/*** why us section  ***/
.why_us .content{
  padding: 30px;
  background-color: #01a99d;
  border-radius: 4px;
  color: #fff;
}
.why_us .content h3{
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 30px;
}
.why_us .content p{
  margin-bottom: 30px;
}
.why_us .content .more_btn{
  display: inline-block;
  background-color: rgba(255,255,255,0.1);
  padding: 8px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.4 ease-in-out;
}
.why_us .content .more_btn:hover{
  color: #01a99d;
  background-color: #fff;
}
.why_us .icon_boxes  .icon_box{
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 30px;
  width: 100%;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;

}
.why_us .icon_boxes  .icon_box:hover{
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}
.why_us .icon_boxes  .icon_box i{
  font-size: 40px;
  color: #01a99d;
  margin-bottom: 30px;
}
.why_us .icon_boxes  .icon_box h4{
   font-size: 25px;
   font-weight: 600;
   margin: 0 0 30px 0;
}
.why_us .icon_boxes  .icon_box p{
  font-size: 15px;
  color: #848484;
}
/*** why us section end ***/

/*** Cta section  ***/
.cta{
  background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(../images/cta-bg.jpg);
  background-size: cover;
}
.cta h3{
  color: 3fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p{
  color: #fff;
}
.cta .cta_btn{
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
  transition: 0.5s all;
}
.cta .cta_btn:hover{
  background-color: #01a99d;
  border: 2px solid #01a99d;
}
/*** Cta section end ***/


/*** Services section ***/
.services .iconbox{
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
  transition: 0.6s ease-in-out;
}
.services .iconbox:hover{
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
.services .iconbox .icon{
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  border: 1px solid #01a99d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #01a99d;
  transition: 0.3s ease-in-out;
}
.services .iconbox .icon i{
  font-size: 28px;
}
.services .iconbox:hover .icon{
  color: #fff;
  background-color: #01a99d;
}
.services .iconbox h4{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .iconbox h4 a{
  columns: #36343a;
  transition: 0.3s ease-in-out;
}
.services .iconbox:hover h4 a{
  color: #01a99d;
}
.services .iconbox p{
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 14px;
  margin-bottom: 0;
}

/*** Services section end ***/



/*** Portfolio section  ***/

.portfolio .portfolio_item{
  margin-bottom: 30px;
}
.portfolio_item .portfolio_wrap{
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: rgba(54, 52, 58, 0.6);
  transition: 0.3s ease-in-out;
}
.portfolio_item .portfolio_wrap::before{
  content: "";
  background-color: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.portfolio_item .portfolio_wrap img{
  transition: 0.3s ease-in-out;
}
.portfolio_item .portfolio_wrap:hover img{
  transform: scale(1.2);
}
.portfolio_item .portfolio_wrap .portfolio_info{
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  transition: 0.3s ease-in-out;
}
.portfolio_item .portfolio_wrap .portfolio_info h4{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio_item .portfolio_wrap .portfolio_info p{
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio_item .portfolio_wrap:hover::before{
  opacity: 1;
}
.portfolio_item .portfolio_wrap:hover .portfolio_info{
  opacity: 1;
}

/*** Portfolio section end ***/

/*** team section  ***/
.team .member{
  padding: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
}
.team .member .pic{
  padding: 10px 10px 10px -10px;
  width: 200px;
  height: 150px;
  margin: 0 auto 40px auto;
  overflow: hidden;
}
.team .member .member_info h4{
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}
.team .member .member_info span{
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: #444444;
}
.team .member .member_info span::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #b5b3ba;
}
.team .member .member_info p{
  margin: 10px 0 0 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #444444;
}
.team .member .member_info .social{
  margin-top: 12px;
  display: flex;
  align-self: center;
  justify-content: center;
}
.team .member .member_info .social a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #a8a5ae;
  margin: 0 3px;
  transition: 0.3s ease-in-out;
}
.team .member .member_info .social a:hover{
  background-color: #01a99d;
}
.team .member .member_info .social a i{
  color: #fff;
  font-size: 16px;
}


/*** team section end ***/


/*** contect section  ***/
.contect .info{
  padding: 30px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  display: flex;
}
.contect .info_inner{
  padding-left: 15px;

}
.contect .info i{
  font-size: 20px;
  color: #fff;
  width: 44px;
  height: 44px;
  background-color: #01a99d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.contect .info i:hover{
  background-color: #12514c;
}


.contect .info_inner h4{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #36343a;
}
.contect .info_inner p{
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
  font-family: 'Open Sans', sans-serif;

}
.contect .email_form{
  width: 100%;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.contect .email_form input{
  height: 44px;
}
.contect .email_form input,.contect .email_form textarea{
  border-radius: 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.contect .email_form button{
  border: none;
  background-color: #01a99d;
  padding: 10px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  font-family: 'Open Sans', sans-serif;
}
.contect .email_form button:hover{
  background-color: #12514c;
}


/*** contect section end ***/

/*** footer section  ***/

.footer{
  background-color: #f1f0f2;
  font-size: 14px;
  color: #444444;
}
.footer .footer_top{
  padding: 60px 0 30px 0;
  background-color: #f9f8f9;
}
.footer .footer_contact,
.footer .footer_links{
  margin-bottom: 30px;
}
.footer .footer_top .footer_contact p{
   font-size: 14px;
   line-height: 24px;
   margin-bottom: 0;
   font-family: 'Open Sans', sans-serif;
   color: #777777;
}
.footer .footer_top h4{
  font-size: 20px;
  font-weight: 700;
  color: #444444;
  padding-bottom: 12px;
}
.footer .footer_top .footer_links ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer .footer_top .footer_links ul li{
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer_top .footer_links ul li:first-child{
  padding: 0;
}
.footer .footer_top .footer_links ul i{
  padding-right: 6px;
  color: #00c28e;
  font-size: 10px;
}
.footer .footer_top .footer_links ul a{
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
.footer .footer_top .footer_links ul a:hover{
  color: #01a99d;
}
.footer .footer_newsletter{
  font-size: 15px;
}
.footer .footer_newsletter form{
  display: flex;
  height: 44px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #e4e3e6;
}
.footer .footer_newsletter form input[type="email"]{
  border: 0;
  padding: 4px 8px;
  width: 100%;
  border-radius: 50px;
}
.footer .footer_newsletter form input[type="email"]:focus{
  outline: none;
}
.footer .footer_newsletter form input[type="submit"]{
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  background-color: #01a99d;
  color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}
.footer .footer_newsletter form input[type="submit"]:hover{
  background-color: #00805d;
}
.footer .copyright{
  font-family: 'Open Sans', sans-serif;
}
.footer .credits{
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
}
.footer .credits a{
  color: #01a99d;
}
.footer .social{
  display: flex;
  align-self: center;
  justify-content: center;
}
.footer .social a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #01a99d;
  margin: 0 3px;
  transition: 0.3s ease-in-out;
}
.footer .social a:hover{
  background-color: #00805d;
}
.footer .social a i{
  color: #fff;
  font-size: 16px;
}


/*** footer section end ***/


/*** Back to top button ***/
.back_to_top{
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  background-color: #01a99d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.4s all;
}
.back_to_top i{
  color: #fff;
  font-size: 18px;
}
.back_to_top i:hover{
  background-color: #00c28e;
}
.back_to_top.show_btn{
  opacity: 1;
  visibility: visible;
}
/*** Back to top button end ***/


/*** Career section ***/
.career .section_title .full-screen{
  width: 80vw;
  height: 5vh;
}
.career .section_title .full-screen h2{
  color: #01a99d;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
.career .section_title .full-screen p{
  padding: 1px 100px 10px 70px;
  color: #777777;
  font-size: 16px;

}
.career .m .info .full-screen{
  padding: 150px 20px 0 15px;
}
.career .section_title form{
  padding: 50px 20px 0 150px;
}



/*** Career section end ***/


/* === Jaw Crusher Section Theming === */
.jaw-section {
  background-color: #f6f6f7;     /* same as .section_bg */
  padding: 60px 0;
  font-family: 'Open Sans', sans-serif;
}

.jaw-section h2,
.jaw-section h3,
.jaw-section h4,
.jaw-section h5 {
  color: #01a99d;               /* theme teal */
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.jaw-section p.lead {
  color: #444;
  font-size: 1.1rem;
}

.jaw-section .btn-primary {
  background-color: #01a99d;
  border-color: #01a99d;
  border-radius: 50px;
  padding: 10px 26px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.jaw-section .btn-primary:hover {
  background-color: #00805d;
  border-color: #00805d;
}

.jaw-section .btn-outline-secondary {
  border-radius: 50px;
  color: #01a99d;
  border: 2px solid #01a99d;
  font-weight: 600;
}
.jaw-section .btn-outline-secondary:hover {
  background-color: #01a99d;
  color: #fff;
}

.jaw-section table th {
  background-color: #01a99d;
  color: #fff;
  text-align: center;
}
.jaw-section table td {
  text-align: center;
}

.jaw-section ul li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.jaw-section small.text-muted {
  font-size: 0.85rem;
}

/* === Jaw Crusher Section Theming End === */




























































  























