/* mobile*/

@media only screen and (min-width: 360px) and (max-width: 501px) {
 body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .navbar .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: white;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  .navbar .menu-list li{
    margin-top: 45px;
  }
  .navbar .menu-list li a{
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a{
    margin-left: 1px;
  }

.navbar.sticky img{
  width: 70px;
  height: 75px;
}

.logo img{
  margin-left: 0px;
  margin-top: 1px;
}



.section1{
	width: 100%;
	height: 100%;
}
.section1-slider {
  position: relative;
  height: 520px;
  overflow: hidden;
}

.section1-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: scale(1.2);
}

.section1-slide.activated {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.section1-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.slide-text {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 20px;
  width: 100%;
}
.slide-text span{
  display: flex;
    margin: 0 0 0px;
}

.slide-text span hr{display: none;
  width: 60px;
  height: 0px;
  border: 2.6px solid #132c4f;
  margin-top: 1.7%;

}

.slide-text span h1 {display: none;
  font-size: 14px;
  font-weight: 900;
  margin-left: 0%;

}
.slide-text h2 {
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 0px;
  margin-left: 0%;
}

.slide-text p {
  font-size: 2rem;
  margin: 0;
  font-weight: 700;
    margin-left: 0%;
}

.slide-text a {
  text-decoration: none;
}

.slide-text .section1-btn{
  width: 40%;
  height: 35px;
  background-color: #132c4f;
  margin-top: 7%;
  margin-left: 30%;
  display:flex;
    justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.slide-text .section1-btn h1{
  position: relative;
  font-size: 14px;
  font-weight: 600;
  margin-top: 1%;
  color: white;
  text-decoration: none;
}

.section2{
	width: 100%;
	height: 100%;
}

.section2-top{
	width: 98%;
    margin-top: 15%;
    margin-left: 2%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 25px;
}

.section2-top-card{
	width: 100%;
	height: 100%;
}



.section2-top-card img{
	width: 100%;
	height: 100%;
}

.section2-top-card span{
	display: flex;
}

.section2-top-card span hr{
	width: 60px;
	height: 0px;
	border: 2.5px solid #132c4f;
	margin-top: 2.5%;
}

.section2-top-card span h1{
	color: #f5a934;
	font-size: 16px;
	margin-top: 0.5%;
	margin-left: 1.2%;
}

.section2-top-card h2{
	font-size: 32px;
	font-weight: 800;
	color: #132c4f;
}
.section2-top-card p{
	margin-top: 1%;
line-height: 30px;
color: #132c4f;
}


.section2-top-inner{
	width: 100%;
    margin-top: 10%;
    margin-left: 0%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
	gap: 23px;
}

.section2-top-inner-card{
	width: 100%;
	height: 100%;
}

.section2-top-inner-card span{
	display: inline-flex;
}

.section2-top-inner-card span img{
	width: 23%;
	height: 48px;
	margin-left: 0%;
}

.section2-top-inner-card span h1{
	font-size: 1em;
	color: #132c4f;
	margin-left: 5%;
	font-weight: 600;
	text-align: left;
}

.section2-top-inner-card p{
	color: black;
	margin-top: 5%;
	font-size: 15px;	
	text-align: left;
}



.section3{
	width: 100%;
	height: 100%;
}

.section3 h1{
	text-align: center;
	margin-top: 25%;
	font-size: 27px;
}

.section3 h1 span{
	color: #f5a934;
}

.section3-cont{
	width: 100%;
    margin-top: 13%;
    margin-left: 0%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 130px 40px;
}

.section3-card{
	width: 100%;
	height: 100%;
}

.section3-card-circle{
	width: 40%;
	height: 40%;
	border-radius: 50%;
	margin-top: 0%;
	margin-left: 30%;
	background-color: #f5a934;
	display: flex;
	justify-content: center;
  align-items: center;
}

.section3-card-circle img{
	width: 55%;
}

.section3-card h2{
	margin-top: 5%;	
	text-align: center;
	color: #132c4f;
}

.section3-card p{
	margin-top: 2%;
	text-align: center;
	width: 90%;
	margin-left: 5%;
	line-height: 30px;
	color: #444444;
}



.section4{
	margin-top: 30%;
	width: 100%;
	height: 100%;
}
.section4-cont{
	width: 70%;
    margin-top: 6%;
    margin-left: 15%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 50px;
}
.counter{
	width: 100%;
	height: 100%;
	display: flex;
}
.counter span{
	display: block;
	margin-top: 9%;
	margin-left: 9%;
}
.counter img {
  width: 60px;
  height: 60px;
  margin-top: 10%;
}
.counter .count {	
font-size: 40px;
font-weight: 600;
color: #f5a934;

}
.counter .text {
  color: #f5a934;
  font-weight: 600;
  margin-top: -7%;
}
.section5{
	width: 100%;
	height: 100%;
}

.sectio5-top{
	width: 90%;
    margin-top: 40%;
    margin-left: 5%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 20px;
}

.section5-top-card{
	width: 100%;
	height: 100%;
}

.section5-top-card h1{
	font-size: 40px;
}

.section5-top-card h1 span{
	color: #f5a934;
}

.section5-top-card ul{
	margin-top: 2%;
	margin-left: 5%;
	line-height: 35px;
	list-style: none;
}

.section5-top-card ul li{
	color: #0e2340;
	font-weight: 500;
}
.section5-top-card ul li::before {
  content: "\2022";
  color: #f5a934;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.section5-top-card a{
	text-decoration: none;
	display: inline-flex;
	margin-top: 4.5%;
	margin-left: 2%;
	width: 70%;
}

.section5-top-card a hr{
	width: 60px;
	height: 0px;
	border: 2.5px solid #f5a934;
	margin-top: 4%;
	margin-left: 2%;
	transition: 0.3s;
}
.section5-top-card a h2{
	font-size: 17px;
	font-weight: 600;
	color: #f5a934;
	transition: 0.3s;
}

.section5-top-card a:hover h2{
	color: #2f2f2f;
}

.section5-top-card a:hover hr{
	border: 2.5px solid #2f2f2f;
	width: 40px;
}

.section5-top-card p{
	margin-top: 2%;
	color: #484848;
	line-height: 30px;
	font-size: 17px;
}

.section5-end{
	width: 100%;
    margin-top: 10%;
    margin-left: 0%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 50px 20px;
}
.section5-end-card{
	position: relative;
	width: 100%;
	height: 450px;
	transform: skew(0deg);
	border-radius: 3px;
	border: none;
	transition: height 0.5s ease-in-out;
}

.section5-end-card h5{
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: white;
  font-size: 80px;
  text-align: right;
  margin-top: 79%;
  opacity: 0.09;
}
.section6{
	width: 100%;
	height: 100%;
}

.section6-top{
	width: 100%;
	height: 100%;
	display: block;
	margin-top: 20%;
	margin-left: 0%;
}

.section6-top-card h1{
	color: black;
	text-align: center;
}

.section6-top-card h1 span{
	color: #f5a934;
}

.section6-top-card p{
	margin-top: 5%;
	width: 100%;
	color: #626261;
	text-align: center;
}
.section6-top-card a{
	text-decoration: none;
}
.section6-btn{
	width: 60%;
	height: 55px;
	background-color:  #f5a934;
	border-radius: 3px;
	margin-top: 5%;
	margin-left: 20%;
	position: relative;
	display: flex;
	justify-content: center; 
 	align-items: center;


}

.section6-btn h1{	
	color: white;
	font-size: 18px;
	text-align: center;
	z-index: 1;
}

.section6-btn .section6-overlay{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background-color: #292929;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  	display: flex;
	justify-content: center; 
 	align-items: center;
 	border-radius: 3px;
}

.section6-btn:hover .section6-overlay{
	width: 100%;
}

.section6-btn:hover h1{
	text-decoration: underline;
}

#section6-end {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 15%;
  margin-left: 0%;
  display: block;

}
   #image-container {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      transition: transform 0.5s ease-out;
    }

    #image {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;

    }


    #text-container {
      position: relative;
      left: 0%;
      bottom: 0;
      width: 100%;
      height: calc(40% - 60px);
      padding: 30px;
      box-sizing: border-box;
      display: block;
      flex-direction: column;
      justify-content: center;
      align-items: left;
      transition: transform 0.5s ease-out;
    }

    #header {
      font-size: 24px;
      margin-bottom: 10px;
      color: #132c4f;
    }

    #paragraph {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 10px;
      color: #626261;
    }

    #logo {
      width: 50px;
      height: 50px;
    }

.section7 {
  width: 100%;
  height: 100%;
}

.section7 h1 {
  font-size: 30px;
  color: black;
  margin-top: 10%;
  text-align: center;
}
.section7 h1 span{
  color: #f5a934;
}
.client-slider {
  margin-top: 10%;
  width: 100%;
  overflow: hidden;
}

.client-slider-wrapper {
  display: flex;
  transition: transform 1s ease;
  width: calc(100% * 14);
}

.client-slider-items {
  display: flex;
  width: 100%;
}

.client-slider-items img {
  width: 100%;
  height: 100%;
  min-width: 0;
  max-width: none;
  margin-right: 80px;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.client-slider-items img:last-child {
  margin-right: 0;
}


.client-slider-items img:hover{
	filter: grayscale(0%);
	opacity: 1;
}
.section8{
	width: 100%;
	height: 100%;
	margin-top: 30%;
}

.section8 h1{
	margin-left: 1%;
	font-size: 28px;
}

.section8 #section8-top-a{
	display: inline-flex;
	text-decoration:none;
	margin-top: 5%;
	margin-left: 1%;
	width: 150px;
}

.section8 #section8-top-a h2{
	font-weight: 600;
	font-size: 18px;
	color: #f5a934;
	transition: 0.5s ease;
}

.section8 #section8-top-a .section8-top-line{
	width: 70px;
	height: 0px;
	border: 2.3px solid #f5a934;
	margin-top: 8%;
	margin-left: 5%;
	transition: 0.5s ease;
}

.section8 #section8-top-a:hover .section8-top-line{
	width: 50px;
	border: 2.3px solid #132c4f;
}

.section8 #section8-top-a:hover h2{
	color: #132c4f;
}

.section8-cont{
	width: 100%;
    margin-top: 10%;
    margin-left: 0%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap:50px 20px;
}
.section8-card{
	width: 100%;
	height: 100%;
	transition: .4s ease;
	border-radius: 5px;
}

.section8-card img{
	width: 100%;
	height: auto;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.section8-card p{
	color: #626261;
	margin-top: 2%;
	margin-left: 1%;
	font-weight: 500;
}

.section8-card h1{
	margin-top: 3%;
	margin-left: 1%;
	font-size: 25px;
	font-weight: 500;
}

.section8-card a{
	text-decoration: none;
}

.section8-card a h2{
	font-size: 18px;
		color: #132c4f;
	font-weight: 500;
	margin-top: 4%;
	margin-left: 2%;
}


#section8-left:hover{
	background-color: #132c4f;
}

#section8-left:hover p{
	color: white;
}

#section8-left:hover h1{
	color: white;
}

#section8-left:hover a h2{
	color: white;
}

#section8-left a:hover {
	color: white;
	text-decoration: underline;
}



.section8-inner-cont{
	width: 100%;
    margin-top: 0%;
    margin-left: 0%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
	gap:50px 15px;
}

.section8-inner-card{
	border-radius: 5px;
	width: 100%;
	height: 100%;
	transition: .4s ease;
}

.section8-inner-card p{
	font-size: 14px;
}

.section8-inner-card h1{
	font-size: 17px;
}

.section8-inner-card a h2{
	margin-top: 5%;
	font-size: 15px;
}
.section8-inner-blank{
	width: 100%;
	height: 40px;
}
.section8-inner-card a:hover{
	text-decoration: underline;
	color: white;
}
.section8-inner-card:hover{
	background-color: #132c4f;
}

.section8-inner-card:hover p{
	color: white;
}

.section8-inner-card:hover h1{
	color: white;
}

.section8-inner-card:hover a h2{
	color: white;
}
.section9-cont{
	width: 100%;
    margin-top: 15%;
    margin-left: 0%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 20px 15px;
}
.section9-card img{display: none;
	width: 100%;
	height: 100%;
}
.responsive-blank{
	width: 100%;
	height: 50px;
}
.footer{
	width: 100%;
	height: 100%;
	background-color: #132c4f;
}

.footer-top-blank{
	width: 100%;
	height: 30px;
}

.footer-cont{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 30px 25px;
}
.footer-card{
	width: 100%;
	height: 100%;
}

.footer-card img{
	width: 60%;
	height: auto;
	margin-top: 5%;
	margin-left: 20%;

}

.footer-card h1{
	color: white;
	font-weight: 600;
	font-size: 25px;
	margin-top: 5%;
	margin-left: 5%;
}

.footer-card ul{
	list-style: none;
	margin-top: 3%;
	margin-left: 6%;
}

.footer-card ul {
	line-height: 40px;
}

.footer-card ul a{
	text-decoration: none;
	color: #e6e6e7;
	font-size: 18px;
}


.footer-social{
	margin-top: 3%;
	width: 60%;
	margin-left:20%;
}
.footer-social span{
	display:flex;
	justify-content: space-around;


}

.footer-social span a{
	text-decoration: none;
	color: #dadada;
	font-size: 22px;
	opacity: 0.8;
	transition: .3s ease;
}

.footer-social span a:hover{
	opacity: 1;
	color: white;

}

.footer-end{margin-top: 5%;
	width: 100%;
	height: 100%;
}

.footer-end hr{
	width: 100%;
	height: 0%;
	border: 1px solid #dadada;
	opacity: 0.3;
}

.footer-end span{
	display: block;
}

.footer-end span p{
	color: #dadada;
	margin-top: 5%;
	text-align: center;
}
.footer-end span a{
	text-decoration: none;
}
.footer-end span p a{
	text-decoration: none;
	color: white;
	font-weight: 600;
}

.footer-end span h5{
	margin-top: 5%;
	margin-left: 5%;
}

.footer-end span h5 a{
	color: #dadada;
	font-size: 15px;
}

.footer-end span h6{
	margin-top: 2%;
	margin-left: 5%;
}

.footer-end span h6 a{
	color: #dadada;
    font-size: 15px;
}
}