/* start font  */

@font-face {
  font-family: "Figtree";
  src: url("../assets/fonts/Figtree-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Figtree";
  font-weight: 300;
  src: url("../assets/fonts/Figtree-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-weight: 300;
  font-style: italic;
  src: url("../assets/fonts/Figtree-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-weight: 400;
  font-style: italic;
  src: url("../assets/fonts/Figtree-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-weight: 500;
  src: url("../assets/fonts/Figtree-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-weight: 600;
  src: url("../assets/fonts/Figtree-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-weight: 700;
  src: url("../assets/fonts/Figtree-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-weight: 800;
  src: url("../assets/fonts/Figtree-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-weight: 900;
  src: url("../assets/fonts/Figtree-Black.ttf") format("truetype");
}
html{
  scroll-behavior: smooth;
}
:root {
  --primary-color: #211C04;
  --secondary-color: #ffffff;
  --blue: #0068AD;
  --blue2: #8EC7EC;
  --red: #E21F1F;
  --yellow: #FDC703;
  --sec1: calc(100vh - 10rem);
}

/* rules styles */
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Figtree";
  font-size: 1.6rem;
  font-weight: 400;
}

body {
  text-align: center;
  color: var(--primary-color);
}
a {
  color: inherit;
  text-decoration: none;
  outline: none !important;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
button:focus,
input:focus {
  outline: none;
}
section{
  position: relative;
}

.section-container {
  margin: 0 auto;
  width: 132rem;
}

.section4 {
  padding: 9rem 0;
}
.section4 .section-container {
  width: 107rem;
}
.section4 h3 {
  text-align: center;
  color: var(--primary-color);
  font-size: 3.8rem;
  line-height: 5.3rem;
  margin: 0 auto 5rem auto;
  font-weight: 600;
}
.contact-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.contact-flex img {
  display: block;
  width: 30rem;
}
.contact-text {
  text-align: left;
  padding-left: 3rem;
}
.contact-text h2 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 800;
  color: var(--blue);
  margin: 0 auto 3rem 0;
  width: 96%;
  text-transform: uppercase;
}

.contact-text p {
  font-weight: 400;
  color: var(--primary-color);
  margin-bottom: 2rem;
}

.contact-text p b {
  font-weight: 700;
}
.contact-text p.tel {
  display: flex;
  padding-left: 0.6rem;
}
.contact-text p.tel img {
  display: block;
  width: 1.7rem;
  margin-right: 1.8rem;
}
.contact-text p.tel b{
  font-weight: 700;
  color: var(--blue);
}
.contact-text p.mail {
  display: flex;
}
.contact-text p.mail img {
  display: block;
  width: 2.7rem;
  margin-right: 1.5rem;
}
.contact-text p.mail a{
  font-weight: 700;
  text-decoration: underline;
  color: var(--blue);
  transition-duration: 0.3s;
}
.contact-text p.mail a:hover{
  text-decoration: none;
  color: var(--blue2);
}
.contact-text p,
.contact-text p span,
.contact-text p b,
.contact-text p.mail a {
  font-size: 2.2rem;
  line-height: 2.6rem;
}
/* Section 4 End */
/* Section 5 Start */
.section5 {
  padding: 9rem 0;
  background-color: #0068AD;
  position: relative;
}
.section5::after{
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, transparent 100%);
  top: 0;
  left: 0;
  opacity: 0.15;
}
.section5 .section-container{
  position: relative;
  z-index: 2;
}
.section5 .h3 {
  color: var(--secondary-color);
  font-size: 3.8rem;
  line-height: 5.3rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
.section5 .h2 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 900;
  width: 70rem;
  text-transform: uppercase;
  margin: 0 auto 3rem auto;
  color: var(--secondary-color);
}
.section5 h4,
.section5 h4 b {
  font-size: 2.2rem;
  line-height: 2.6rem;
}
.section5 h4 {
  font-weight: 400;
  text-align: center;
  margin: 0 auto 3rem auto;
  color: var(--secondary-color);
}
.section5 h4 b {
  font-weight: 700;
}
.section5 .p,
.section5 li,
.section5 i {
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: left;
  font-weight: 400;
  color: var(--secondary-color);
}
.section5 .p b{
  font-weight: 700;
}
.section5 .p,
.section5 ul{
  margin-bottom: 2.8rem;
}
.sec5-text {
  margin: 0 auto;
  width: 85rem;
}
.section5 ul{
  padding-left: 2rem;
}
.section5 i {
  font-style: italic;
}
.mb-50{
  margin-bottom: 5rem !important;
}
.sec5-img_txt{
  display: flex;
  border-radius: 1rem;
  background-color: var(--yellow);
  padding: 3rem;
  width: 91rem;
  margin: 0 auto;
}
.sec5-img_txt img {
  width: 41rem;
  display: block;
  margin-right: 3rem;
}
.sec5-txt{
  text-align: left;
}
.sec5-txt h2{
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 2rem;
}
.sec5-txt p{
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: left;
  margin-bottom: 0;
}
.sec5-numbers {
  display: flex;
  justify-content: center;
  margin: 5rem auto 0 auto;
  align-items: flex-start;
}
.sec5-number {
  border-right: 1px solid var(--secondary-color);
  padding: 3rem 3.5rem;
}
.sec5-number * {
  color: var(--secondary-color);
  text-align: center;
}
.sec5-number:nth-child(2){
  width: 28.5rem;
}
.sec5-number:nth-child(4){
  border: none;
}
.sec5-number h3 {
  margin-bottom: 0;
}
.sec5-number h3,
.sec5-number h3 span{
  font-size: 3.8rem;
  line-height: 4.6rem;
  font-weight: 900;
}
.sec5-number p{
  font-size: 2.2rem;
  line-height: 2.7rem;
  font-weight: 300;
}
.bg-img1 {
  position: absolute;
  width: 37rem;
  display: block;
  z-index: 1;
  top: -10rem;
  right: 2rem;
}
.bg-img2 {
  position: absolute;
  width: 40rem;
  display: block;
  z-index: 1;
  top: 20rem;
  left: -10rem;
}
.bg-img3 {
  position: absolute;
  width: 34.5rem;
  display: block;
  z-index: 1;
  top: 36rem;
  right: 7rem;
}
/* Section 5 End */
/* Footer Start */
footer{
  padding: 6.3rem 0 3rem 0;
  background-color: var(--secondary-color);
  text-align: center;
}
.footer-conainer {
  width: 129rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-media {
  width: 22rem;
}
.footer-media h3 {
  text-transform: uppercase;
  text-align: center;
  color: var(--primary-color);
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.footer-media-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 18.6rem;
  margin: 0 auto;
}
.footer-media-flex a {
  width: 2.4rem;
  transition-duration: 0.3s;
}
.footer-media-flex a img{
  width: 100%;
  display: block;
}
.footer-media-flex a:hover {
  transform: scale(1.1);
}
.footer-logo2 {
  display: block;
  width: 7.9rem;
  margin-left: 14.1rem;
}
.footer-content {
  width: 64rem;
}
.footer-logo1 {
  display: block;
  width: 30rem;
  margin: 0 auto 3rem auto;
}
.footer-logo1 img {
  width: 100%;
  display: block;
}
.footer-text {
  font-size: 1rem;
  line-height: 1.6rem;
}
.footer-links {
  padding: 3rem 0 1.7rem 0;
  border-top: 1px solid #D5D5D5;
}
.footer-links a {
  line-height: 1.2rem;
  color: var(--blue);
  font-size: 1.2rem;
  font-weight: 600;
  transition-duration: 0.3s;
}
.footer-links a:hover{
  color: var(--blue2);
}
.footer-links span {
  color: var(--primary-color);
  font-size: 1.2rem;
}
/* Footer End */
/* Section 3 Start */
.section3 {
  padding: 9rem 0;
  background-image: url(../img/section3.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.section3 .section-container {
  padding: 0 1.5rem;
}
.section3 .h3 {
  font-size: 3.8rem;
  line-height: 5.3rem;
  margin: 0 auto 5rem auto;
  font-weight: 600;
}
.sec3-content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.sec3-circle {
  width: 52rem;
  position: relative;
}
.sec3-txt {
  width: calc(100% - 55rem);
  text-align: left;
}
.sec3-txt h2 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  margin: 0 auto 3rem auto;
  font-weight: 900;
  color: var(--blue);
  text-transform: uppercase;
}
.sec3-txt h3 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin: 0 auto 1.5rem auto;
  font-weight: 700;
}
.sec3-txt p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  margin: 0 auto 3rem auto;
}
.sec3-txt p b {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 600;
}
.sec3-txt h4 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin: 0 auto;
  font-weight: 400;
  font-style: italic;
}

.circular-chart {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 30rem;
}

.circle-bg {
  fill: none;
  stroke: var(--blue);
  stroke-width: 0.8rem;
}

.circle {
  fill: none;
  stroke-width: 0.8rem;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #E21F1F;
}
.rec-txt {
  width: 19rem;
  position: absolute;
  top: 2.8rem;
  right: 0;
  z-index: 2;
}
.rec-txt_1 {
  width: 100%;
  background-color: var(--blue);
  color: var(--secondary-color);
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 1.9rem 2rem;
}
.rec-txt_1 span {
  display: block;
  font-size: 3.2rem;
  font-weight: 800;
  margin-top: 1rem;
}
.rec-txt_1::after{
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent; 
  
  border-right:1.5rem solid var(--blue); 
  right: 100%;
  top: 4.1rem;
}
.rec-txt_2 {
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  color: var(--blue);
  letter-spacing: -0.01rem;
  padding-top: 0.5rem;
}
.circle-txt {
  width: 30rem;
  height: 30rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-txt_1 {
  color: var(--red);
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 0.1rem;
  font-weight: 800;
  text-transform: uppercase;
}
.circle-txt_2 {
  color: var(--red);
  font-size: 3.2rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  font-weight: 800;
}
.faq{
  margin: 5rem auto 3rem auto;
  border: 1px solid var(--primary-color);
}
.faq-box {
  border-bottom: 1px solid var(--primary-color);
}
.faq-box:last-child{
  border: none;
}
.faq-box h3 {
  padding: 1.9rem 2.5rem 1.9rem 2.9rem;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
  transition-duration: 0.3s;
  cursor: pointer;
  position: relative;
}

.faq-box h3:hover {
  background-color: var(--blue);
  color: var(--secondary-color);
}
.faq-box.active h3,
.faq-box.active h3:hover {
  color: #0068AD;
  background-color: transparent;
}
.faq-box h3 img{
  display: block;
  width: 1.4rem;
  transition-duration: 0.3s;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(0,-50%);
}
.faq-box h3:hover img{
  filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(109deg) brightness(109%) contrast(100%);
}
.faq-box.active h3:hover img{
  filter: initial;
}
.faq-box p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
  text-align: left;
}
.faq-box p:last-child{
  margin-bottom: 0;
}
.faq-box p b {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  display: block;
  margin-top: 0.8rem;
}
.faq-box p b.b {
  margin-top: 0;
}
.faq-txt{
  padding: 0 2.5rem 1.9rem 2.9rem;
}
.primary-btn {
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary-color);
  text-align: center;
  border: 0.3rem solid var(--red);
  background-color: var(--red);
  transition-duration: 0.3s;
  padding: 2.5rem 2.5rem;
  font-weight: 700;
  border-radius: 4rem;
  display: inline-block;
}
.primary-btn:hover{
  background-color: var(--secondary-color);
  color: var(--red);
}
.section3 .primary-btn{
  width: 41rem;
}
/* Section 3 End */
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--secondary-color);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  padding: 2.5rem 0;
}
.header-section{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 132rem;
  padding: 0 1.5rem;
}
.header-logo{
  width: 20.7rem;
  display: block;
}
.header-logo img{
  width: 100%;
  display: block;
}
.header-menu{
  list-style: none;
  display: flex;
}
.header-menu li {
  padding: 0 1.5rem;
}
.header-menu li a {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
  transition-duration: 0.3s;
}
.header-menu li a:hover{
  color: var(--blue);
}
.don-ifi {
  width: 41rem;
  background-color: var(--blue);
  position: relative;
}
.don-ifi-btn {
  font-size: 2.2rem;
  line-height: 2.2rem;
  padding: 2.4rem 1rem;
  font-weight: 800;
  background-color: var(--blue);
  color: var(--secondary-color);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.don-ifi-btn img{
  width: 1.2rem;
  display: block;
  margin-left: 1.4rem;
  transition-duration: 0.3s;
}
.don-ifi-dropdown-container {
  position: fixed;
  top: 9rem;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 0;
}
.don-ifi-dropdown-holder {
  margin: 0 auto;
  width: 132rem;
  padding: 0 1.5rem;
  height: 0;
}
.don-ifi-dropdown {
  padding: 1.6rem 0 3rem 0;
  color: var(--secondary-color);
  text-align: center;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--blue);
  right: 30.71rem;
  z-index: 999;
  width: 41rem;
  margin: 0 0 0 auto;
}
.don-ifi-dropdown h2{
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.don-ifi-dropdown h2 b {
  font-size: 2.6rem;
  font-weight: 700;
}
.radio-btn {
  margin-bottom: 2rem;
}
.radio-btn-holder {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 800;
  width: 25rem;
  border-radius: 3rem;
  background-color: var(--secondary-color);
  color: var(--red);
  padding: 1.4rem 0;
  border: 0.2rem solid var(--secondary-color);
  margin: 0 auto;
  transition-duration: 0.3s;
  cursor: pointer;
}
.radio-btn.active .radio-btn-holder {
  background-color: var(--red);
  color: var(--secondary-color);
  border-color: var(--red);
}
.don-ifi-dropdown .radio-btn-holder{
  border: 0.3rem solid var(--secondary-color);
}
.radio-btn-holder:hover{
  border-color: var(--red);
}
.radio-btn-txt {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2rem;
}
.radio-btn-txt span {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
}
.don-ifi-dropdown p {
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
}
#btn1{
  width: 90%;
  margin: 0 auto;
  display: block;
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-align: center;
  color: var(--red);
  font-weight: 800;
  font-weight: 400;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

::placeholder {
  color: var(--red);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: var(--red);
}


.radio-btn.active #btn1{
  background-color: var(--red);
  color: var(--secondary-color);
}
#btn1:focus::placeholder {
  color: transparent;
}
.fairedon {
  width: 38rem;
  border: 0.3rem solid var(--red);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: 800;
  border-radius: 5rem;
  height: 10rem;
  color: var(--secondary-color);
  background-color: var(--red);
  margin-bottom: 3rem;
  transition-duration: 0.3s;
  margin-top: 3.4rem;
}
.fairedon img {
  display: block;
  width: 2rem;
  margin-left: 1.6rem;
}
.fairedon:hover{
  color: var(--red);
  background-color: var(--secondary-color);
}
.fairedon img:nth-child(1){
  display: block;
}
.fairedon img:nth-child(2){
  display: none;
}

.fairedon:hover img:nth-child(1){
  display: none;
}
.fairedon:hover img:nth-child(2){
  display: block;
}
.don-ifi-btn.active img{
  transform: rotate(180deg);
}
.radio-btn-txt span span{
  display: inline-block;
}
.section1 {
  margin-top: 10rem;
  height: var(--sec1);
  overflow: hidden;
}
.sec1-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}
.sec1-slide1 {
  background-image: url('../img/header-img1.jpg');
}
.sec1-slide2 {
  background-image: url('../img/header-img2.jpg');
}
.sec1-slide3 {
  background-image: url('../img/header-img3.jpg');
}
.sec1-slider{
  width: 100%;
}
.sec1-slide{
  height: var(--sec1);
}
.sec1-slide_bg{
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 71%;
  background: linear-gradient(0deg, rgba(0,104,173,1) 0%, transparent 100%);
}
.section1 .section-container{
  position: absolute;
  bottom: 0;
  left: 50%;
  color: var(--secondary-color);
  text-align: left;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0 1.5rem 6rem 0;
}
.scroll-bottom{
  width: 2.4rem;
  display: block;
  margin-left: 30rem;
  cursor: pointer;
}
.section1 .h1{
  text-transform: uppercase;
  font-size: 9.8rem;
  line-height: 9.8rem;
  font-weight: 900;
}
.section1 .h2{
  text-transform: uppercase;
  font-size: 3.6rem;
  line-height: 5rem;
  font-weight: 900;
}
.section1 .h2 span{
  text-transform: uppercase;
  font-size: 3.6rem;
  line-height: 5rem;
  font-weight: 900;
  background-color: var(--red);
}
.section1 .p{
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  width: 74rem;
  margin-right: auto;
  margin-bottom: 5.8rem;
}
.section1 .p b {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.bounce {
  animation: bounce 4s infinite;
}

@keyframes bounce {
  0%, 5%, 20%, 35%, 45% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-30px);
  }
  25% {
    transform: translateY(-15px);
  }
}

/* Section2 */
.section2 {
  padding: 9rem 0;
  text-align: center;
}
.section2 .section-container{
  padding: 0 1.5rem;
}
.sec2-h2 {
  color: var(--primary-color);
  font-size: 3.8rem;
  line-height: 3.8rem;
  margin-bottom: 3.5rem;
  font-weight: 600;
}
.sec2-slider {
  margin: 0 auto;
  width: 100%;
}
.sec2-slide{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 90rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.sec2-slide1 {
  background-image: url(../img/sec2-img1.jpg);
}
.sec2-slide2 {
  background-image: url(../img/sec2-img2.jpg);
}
.sec2-slide3 {
  background-image: url(../img/sec2-img3.jpg);
}
.sec2-slide-bg {
  background: linear-gradient(-90deg, rgba(0,104,173,1) 50%, rgba(0,104,173,0) 100%);
  width: 150%;
  opacity: 0.8;
  height: 100%;
  position: absolute;
  transition-duration: 0.4s;
  top: 0;
  left: 20%;
  z-index: 1;
}
.sec2-slide-bg2 {
  background: linear-gradient(-90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  width: 100%;
  opacity: 0.1;
  height: 100%;
  position: absolute;
  transition-duration: 0.4s;
  top: 0;
  left: 0;
  z-index: 2;
}
.sec2-slide-content{
  position: relative;
  z-index: 3;
  color: var(--secondary-color);
  text-align: left;
  width: 63rem;
  padding-top: 3.6rem;
  transition-duration: 0.4s;
  transition-delay: 0.1s;
}
.show .sec2-slide-content{
  padding-top: 6.5rem;
}
.sec2-slide-content h5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.sec2-slide-content h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.sec2-slide-content h1 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.sec2-btn-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sec2-btn-style1 {
  width: 30rem;
  border: 0.2rem solid var(--secondary-color);
  height: 8rem;
  background-color: transparent;
  border-radius: 4rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: var(--secondary-color);
  transition-duration: 0.3s;
  cursor: pointer;
}
.sec2-btn-style1:hover{
  background-color: var(--secondary-color);
  color: var(--red);
  border: 0.2rem solid var(--red);
}

.sec2-btn-style2 {
  width: 30rem;
  border: 0.2rem solid var(--red);
  font-weight: 800;
  height: 8rem;
  background-color: var(--red);
  border-radius: 4rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: var(--secondary-color);
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.sec2-btn-style2:hover{
  background-color: var(--secondary-color);
  color: var(--red);
}
.mini-slide {
  width: 100%;
  overflow: hidden;
}
.mini-slide-holder{
  display: flex;
  width: 126rem;
  transform: translateX(0);
  transition-duration: 0.4s;
}
.sec2-slide.show .mini-slide-holder{
  transform: translateX(-63rem);
}
.sec2-text,
.sec2-text2 {
  width: 63rem;
}
.sec2-slide.show .sec2-slide-bg {
  left: -50%;
}
.sec2-slide.show .sec2-slide-bg2{
  opacity: 0.2;
}
.sec2-text {
  margin-bottom: 3rem;
}
.sec2-text h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.sec2-text p,
.sec2-text p b{
  font-size: 1.8rem;
  line-height: 2.4rem;

}
.sec2-text p {
  font-weight: 300;
  margin-bottom: 2rem;
}
.sec2-text p:last-child{
  margin-bottom: 0;
}
.sec2-text p b{
  font-weight: 700;
  display: block;
}
.sec2-text h4 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sec2-text h4 img{
  width: 2rem;
  margin-right: 1.2rem;
  display: inline-block;
}
.sec2-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec2-info-img{
  width: 8rem;
  position: relative;
}
.sec2-info-img img:nth-child(1){
  display: block;
  width: 100%;
}
.sec2-info-img img:nth-child(2){
  position: absolute;
  width: 2.8rem;
  display: block;
  top: -0.5rem;
  right: -1.4rem;
  z-index: 1;
}
.sec2-info-txt {
  width: calc(100% - 11rem);
}
.sec2-info-txt p {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.sec2-info-txt p i{
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 300;
  font-style: italic;
}
.sec2-info-txt h6 {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #8EC7EC;
  line-height: 1.4rem;
  font-weight: 500;
}
.ancer {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  opacity: 0;
  top: -10rem;
  left: 0;
}
.ancer2 {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  opacity: 0;
  top: 0;
  left: 0;
}
.sec2-slider2 {
  width: 83.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.slider2-3-holder{
  position: relative;
}
.sec2-box{
  background-color: #E21F1F;
  transition-duration: 0.3s;
  color: var(--secondary-color);
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  cursor: pointer;
  padding: 1.79rem 0;
  font-size: 2rem;
}
.sec2-box.active{
  background-color: transparent;
  text-shadow: 0 0 0.5rem #000000;
}
.sec2-box1{
  width: 31.3rem;
}
.sec2-box2{
  width: 22.8rem;
}
.sec2-box3{
  width: 28.6rem;
}
.contact-fixed {
  position: fixed;
  z-index: 999;
  bottom: 3rem;
  right: 5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.6);
}
.contact-img{
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
  z-index: 1;
}
.contact-img2 {
  position: absolute;
  z-index: 2;
  width: 5rem;
  top: -1.5rem;
  left: -1.7rem;
  cursor: pointer;
}
.contact-img2 img {
  width: 100%;
  display: block;
}
.contact-img2 img:nth-child(1){
  display: block;
}
.contact-img2 img:nth-child(2) {
  display: none;
}
.contact-close {
  position: absolute;
  top: -0.6rem;
  right: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-color: var(--secondary-color);
  border-radius: 50%;
}
.contact-close {
  position: absolute;
  z-index: 2;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.contact-close img {
  display: block;
  width: 1.4rem;
}
.contact-content {
  height: 100%;
  width: 52rem;
  border-radius: 10rem;
  background-color: #1BA247;
  color: var(--secondary-color);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.6);
  text-align: left;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
  width: 100%;
  transition-duration: 0.3s;
  opacity: 0;
  overflow: hidden;
}
.contact-text2 p,
.contact-text2 p a,
.contact-text2 p span,
.contact-text2 p u {
  color: var(--secondary-color);
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.contact-text2 p b{
  font-weight: 700;
}
.contact-text2 a {
  color: var(--secondary-color);
}
.contact-text2 p:nth-child(2){
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.0rem;
}
.contact-text2 p img:nth-child(1){
  display: block;
  width: 1.3rem;
  margin-right: 1rem;
}
.contact-text2 p img:nth-child(4){
  display: block;
  width: 2rem;
  margin-right: 1rem;
  margin-left: 1.5rem;
}
.contact-fixed.active .contact-content,
.contact-fixed:hover .contact-content {
  width: 52rem;
  opacity: 1;
}
.contact-text2{
  min-width: 35rem;
}

.contact-fixed.active .contact-img2 img:nth-child(1),
.contact-fixed:hover .contact-img2 img:nth-child(1){
  display: none;
}
.contact-fixed.active .contact-img2 img:nth-child(2),
.contact-fixed:hover .contact-img2 img:nth-child(2) {
  display: block;
}
.contact-fixed.active .contact-close,
.contact-fixed:hover .contact-close{
  display: flex;
}

.sec2-slider .slick-prev,
.sec2-slider .slick-next {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 1.7rem;
  z-index: 10;
  width: 1.2rem;
  height: 1.8rem;
}

.sec2-slider .slick-prev{
  background-image: url('../img/arrow-l.png');
  left: 1.7rem;
} 
.sec2-slider .slick-next{
  background-image: url('../img/arrow-r.png');
  right: 1.7rem;

}
.sec2-slider .slick-prev:before,
.sec2-slider .slick-next:before{
  content: '';
}
.sec2-slider .slick-prev.slick-disabled,
.sec2-slider .slick-next.slick-disabled {
  display: none !important;
}
table {
  width: 100%!important;
  margin: 0!important;
  border-collapse: collapse!important;
  font-size: 1em!important;
  border: 1px solid #ccc!important;
  table-layout: auto!important;
}
table td {
  padding: 0.5em 1em!important;
  border: 1px solid #ccc!important;
  background: #fff!important;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
table td {
  word-break: initial!important;
}
table tr:nth-child(2n) td {
  background-color: #f7f7f7!important;
}
table td strong{
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 700;
}
table td span{
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 700;
}
