@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/* .navbar__wrapper {
    width: 100%;
    height: 15vh;
    position: relative;
    padding: 0 134px;
	top: 0;
	left: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	
}

/* .navbar__wrapper .logo {
    color: #FFF;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	float: left;
	font-weight: bold;
	padding: .5em 0;
} */
/* .navbar__wrapper .cus-nav-link {
    list-style: none;
	position: relative;

	margin-left: 10px;
} */


/* .navbar__wrapper .cus-nav-link .nav-item a {
   padding: 10px 20px;
   margin-left: 10px;
   font-size: 20px;
   font-weight: 400;
}


.navbar__wrapper .cus-nav-link .nav-item a.active {
    display: block;	
}

.navbar__wrapper .cus-nav-link .nav-item a.active
.navbar__wrapper .cus-nav-link .nav-item a:hover {
    color: #FFF;
	background: #F36631;
}

.navbar__wrapper .cus-nav-link .nav-item a.active {
    background: #F36631;
	color: #fff !important;
} */


/* Toggle button */
.menu-toggle {
	color: #FFF;
	float: right;
	line-height: 50px;
	font-size: 24px;
	cursor: pointer;
	display: none;
    position: absolute;
    right: 55px;
    top: 35px;

}




/* header */
.header__wrapper {
    background-color: #FFEDDF;
    
}

.header__wrapper .header__bar {
    border-top: 5px solid #F36631;
}

.header_wrapper .header_section {
    margin: 0;
    padding: 0;
}

 .header-first-side {
   padding: 0 100px ;
}

.header-first-side h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #F36631;
    /* text-transform: capitalize; */
    font-family: 'Roboto', sans-serif;
}

.header-first-side h3 {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #36661C;
}

.header-first-side p {
    margin-top: 20px !important;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: black;
}

.header-second-side h4 {
    margin-bottom: 2rem;
    font-size: 2rem;
    letter-spacing: 1px;
    
    font-weight: 500;
    font-family: 'Roboto', sans-serif;

}

.header-second-side h1 {
    font-size: 4.5rem;
    font-weight: 700;
    color: #F36631;
    /* text-transform: capitalize; */
    font-family: 'Roboto', sans-serif;
}

.header-second-side h4 {
    font-weight: 700;
}

.header-second-side h3 {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
    color: #36661C;
}

.header-second-side p {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: black;
}

@media (max-width: 1024px) {
    .header-first-side {
       padding: 40px 30px;
     }
     
     .header-first-side h1 {
         font-size: 2rem;
         font-weight: 700;
         color: #F36631;
         /* text-transform: capitalize; */
         font-family: 'Roboto', sans-serif;
     }
     
     .header-first-side h3 {
         margin-top: 10px;
         text-transform: uppercase;
         font-weight: 600;
         font-family: 'Roboto', sans-serif;
         color: #36661C;
         font-size: 20px;
     }
     
     .header-first-side p {
         font-family: 'Roboto',sans-serif;
         font-weight: 400;
         font-size: 16px;
         color: black;
     }

     .header-second-side {
        padding: 40px 30px;
      }
      
      .header-second-side h1 {
          font-size: 2rem;
          font-weight: 700;
          color: #F36631;
          /* text-transform: capitalize; */
          font-family: 'Roboto', sans-serif;
      }
      
      .header-second-side h3 {
          margin-top: 10px;
          text-transform: uppercase;
          font-weight: 600;
          font-family: 'Roboto', sans-serif;
          color: #36661C;
          font-size: 20px;
      }
      
      .header-second-side p {
          font-family: 'Roboto',sans-serif;
          font-weight: 400;
          font-size: 16px;
          color: black;
      }
}

@media (max-width: 767px) {
    .header-first-side {
        margin-top: 40px;
        margin-bottom: 40px;
        padding-left: 20px  ;
     }
     
     .header-first-side h1 {
         font-size: 2rem;
         font-weight: 700;
         color: #F36631;
         /* text-transform: capitalize; */
         font-family: 'Roboto', sans-serif;
     }
     
     .header-first-side h3 {
         margin-top: 10px;
         text-transform: uppercase;
         font-weight: 600;
         font-family: 'Roboto', sans-serif;
         color: #36661C;
         font-size: 20px;
     }
     
     .header-first-side p {
         font-family: 'Roboto',sans-serif;
         font-weight: 400;
         font-size: 16px;
         color: black;
     }

     .header-second-side {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 0  ;
     }
     
     .header-second-side h1 {
         font-size: 2rem;
         font-weight: 700;
         color: #F36631;
         /* text-transform: capitalize; */
         font-family: 'Roboto', sans-serif;
     }
     
     .header-second-side h3 {
         margin-top: 10px;
         text-transform: uppercase;
         font-weight: 600;
         font-family: 'Roboto', sans-serif;
         color: #36661C;
         font-size: 20px;
     }
     
     .header-second-side p {
         font-family: 'Roboto',sans-serif;
         font-weight: 400;
         font-size: 16px;
         color: black;
     }
     
 }

 @media (max-width: 576px) {
    .header-first-side {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 0  ;
     }
     
 }