/**
* Template Name: Bootslander
* Template URL: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Generala,a:hover{text-decoration:none}.section-title h2,.section-title p{text-transform:uppercase;font-family:Poppins,sans-serif}body{font-family:"Open Sans",sans-serif;color:#444}a{color:#fe9d2c}a:hover{color:#ffce96}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif}@media screen and (max-width:768px){[data-aos-delay]{transition-delay:0!important}}section{padding:60px 0;overflow:hidden}.section-bg{background-color:#f5f5ff}.section-title{padding-bottom:40px}.section-title h2{font-size:14px;font-weight:500;padding:0;line-height:1px;margin:0 0 5px;letter-spacing:2px;color:#aaa}.section-title h2::after{content:"";width:120px;height:1px;display:inline-block;background:#fe9d2c;margin:4px 10px}.section-title p{margin:0;font-size:36px;font-weight:700;color:#db3330}
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  /* color: #fe9d2c; */
  color: #fe9d2c;
  text-decoration: none;
}

a:hover {
  color: #ffce96;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

 /*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
padding: 60px 0;
overflow: hidden;
}

.section-bg {
background-color: #f5f5ff;
}

.section-title {
padding-bottom: 40px;
}

.section-title h2 {
font-size: 14px;
font-weight: 500;
padding: 0;
line-height: 1px;
margin: 0 0 5px 0;
letter-spacing: 2px;
text-transform: uppercase;
color: #aaaaaa;
font-family: "Poppins", sans-serif;
}

.section-title h2::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: #fe9d2c;
margin: 4px 10px;
}

.section-title p {
margin: 0;
margin: 0;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: #db3330;
}

input[type="checkbox"]{
  width: 25px;
  height: 25px;
}

