@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playpen+Sans:wght@100..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=SUSE:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
:root{
	--primary-color			: #14202E;
	--secondary-color		: #FAFAFA;
	--text-color			: #828282;
	--accent-color			: #1d756b;
	--dark-color			: #114A43;
	--dark-color			: #676765;
	--white-color			: #FFFFFF;
	--divider-color			: #E3E3E3;
	--dark-divider-color	: #FFFFFF1A;
	--purple-color			: #483949;
	--green-color			: linear-gradient(to bottom, rgba(101,174,132,0.5) 0%,rgba(101,174,132,0.9) 100%);
	--green-color			: #65ae84;
	--error-color			: rgb(230, 87, 87);
	--default-font			: "Inter", sans-serif;
	--accent-font			: "Onest", sans-serif;
}
/* whatsapp */
.whatsapp-icon {
  position: fixed;
  left: 20px;
  bottom: 10px;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  z-index: 1000;
  background-color: #25D366;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 10px rgba(37, 211, 102, 0.7);
  animation: float 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.whatsapp-icon:hover {
  transform: scale(1.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2), 0 0 15px rgba(37, 211, 102, 0.8);
}

.whatsapp-icon a {
  font-size: 35px;
  color: white;
  margin: auto;
  text-decoration: none;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}
/* Font */
.suse{
  font-family: "SUSE", sans-serif !important;
}
.playpen{
  font-family: "Playpen Sans", cursive !important;
}
.montserrat{
  font-family: "Montserrat", sans-serif !important;
}
.poppins{
    font-family: "Poppins", sans-serif !important;
}
.kanit {
  font-family: "Kanit", sans-serif !important;
}
.syne{
  font-family: "Syne", sans-serif !important;
}
.textshadow{
    text-shadow:2px 2px 4px black !important;;
}
.bg-white{
  background-color: #FEFEFE !important;
}
.codewhite{
  color: #FEFEFE !important;
}
.border-radius{
  border-radius: 20px
}
.bluescode{
  background-color: rgba(6,58,145,1);
  -webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
/* Font */

/* navbar */
.unnamedlogo img{
    margin-top: -5px;
}
/* navbar */

/* banner */
.con{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  margin-left: -30px;
}
@media  (max-width:786px) {
  .con{
    margin: 0;
    padding: 20px;
  }
}
.float-bottom{
  float:bottom;
}
.banner-icon1 , .banner-icon{
  width: 100px;
  height: auto;
  position: absolute;
  animation: floats 3s ease-in-out infinite;
  transition: transform 0.3s ease;
  z-index: -9;
  display: none !important;
}
.banner-icon1{
  right: -2%;
  top: -80%;
}
.banner-icon{
  right: 30%;
  bottom: -60%;
}
@keyframes floats {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}  
/* banner */

/* about */
.about-p{
  font-family: "poppins",sans-serif;
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 0.8px;
}
.about-contain{
  padding: 20px;
}
.about-contain button{
  border:none ;
  padding: 10px 20px;
  background: rgb(6,58,145);
  background: linear-gradient(97deg, rgba(6,58,145,1) 42%, rgba(9,163,208,1) 100%);
  font-size: 15px;
  color: #FEFEFE;
  border-radius: 10px;
  font-family: "POPPINS",sans-serif;
}
.about-contain button:hover{
  background: #576574 !important;
  color: var(--white-color);
  font-size: 15px;
}
.about-contain button img{
  background: #D8E28C;
}
.imgdiv{
  position: relative;
}
.imgdiv img{
  border-radius: 20px;
}
.imgdiv .shape {
  width: 340px;
  height: 540px;
  background-color:var(--accent-color);
  border-radius: 50%;
  -webkit-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
  position: absolute;
  top: 10px;
  left: 58%;
  z-index: -1;
}
.calp{
  font-family: "poppins",sans-serif;
  font-size: 30px;
  color: #114A43;
  margin: 10px;
}
.cta-box-content h1{
  font-family: "poppins",sans-serif;
  font-size: 22px;
}
.range-slider {
  width: auto;
  margin: 20px;
  display: flex;
  padding: 10px;
  padding-top: 0;
  margin-top: 10px;
  flex-wrap: nowrap;
}
.spanright , .spanleft {
  color: black;
  font-family: "suse",sans-serif;
  margin: 10px;
  font-weight: 600;
  font-size: 14px;
}
.range-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 600px;
  height: 8px;
  margin: 10px;
  margin-top: 17px;
  background:var(--dark-color);
  border-radius: 5px;
  outline: none;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.range-slider input[type="range"]:hover {
  opacity: 1;
}
.calhead{
  color: black;
  font-family: "Montserrat",sans-serif;
  font-size:1.1rem;
  font-weight: 600;
  text-align:left;
  padding:10px;
  padding-left: 40px;
}
.padding40{
  padding-left: 40px;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: linear-gradient(97deg, rgb(6,58,145) 42%, rgb(9,163,208) 100%);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
}
.cal-image img{
  border-radius: 20px;
  height: 570px !important;
}
.range-slider input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}



.cta-box-content button{
  border:none ;
  margin-left: 40px;
  padding: 10px 20px;
  background: linear-gradient(97deg, rgba(6,58,145,1) 42%, rgba(9,163,208,1) 100%);
  /* background: var(--accent-color); */
  font-size: 15px;
  color: #FEFEFE;
  border-radius: 10px;
  font-family: "POPPINS",sans-serif;
}
.cta-box-content button:hover{
  background: var(--dark-color);
  color: #FEFEFE;
}

.range-value {
  margin: 20px;
  text-align: center;
  margin-top: -40px;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "suse",sans-serif;
  color: #114A43;
}
/* about */
/* service */
.why-choose-content h3{
    line-height: 20px;
}
.why-choose-image figure img{
    position: relative;
}
.over{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    border-radius: 30px;
}
/* service */

/* autoslider */
.partners-section{
  position: relative;
  padding: 50px 10px 50px 0px;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px 20px;
  white-space: nowrap;
  position: relative;
  cursor: grabbing;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
}

.logo_items {
  display: inline-block;
  animation: 30s slides infinite linear;
}

.logo-items-img {
  width: 370px;
  height: auto;
  margin: auto;
  margin-right: 50px;
}
.logo-items-img:last-child{
  margin-right: 80px;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

/* <!-- auto SLider end --> */

/* footer */
.padding10{
  padding-left: 15px;
}
.padding20{
  padding-left: 20px;
}
.padding80{
  padding-left: 80px;
}
.marginleft-30{
  margin-left: -60px;
}
@media (max-width: 768px){
  .marginleft-30{
    margin-left: 0;
  }
  .padding80{
    padding-left: 0;
  }
}
/* footer */
/* style.css */
#backToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background:#063A91;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  z-index: 1000;
}

#backToTopBtn:hover {
  background-color: var(--dark-color);
}

@media (max-width: 450px){
  .marginleft-30{
    margin-left: 0;
  }
  .padding80{
    padding-left: 0;
  }
  /* banner */
  .hero-counter-box{
    /* margin-left: 30px; */
    position: absolute;
    top:100%;
    text-align: center;
  }
  /* banner */
  /* about */
  .imgdiv{
    padding: 0;
    margin-bottom: 15px;
  }
  .imgdiv .shape{
    display: none;
  }
  /* calculator */
  .range-slider{
    padding: 0;
    margin: 5px;
  }
  .cal-image img{
    border-radius: 20px;
    height: 100% !important;
  }
  .cta-box-content{
    padding: 0;
  }
  .cta-box-content h1 {
    /* font-family: "poppins", sans-serif; */
    font-size: 18px;
  }
  .calp {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .calhead{
    padding: 0;
  } 
  .cal-image{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .range-value {
    margin-top: -15px;
    /* text-align: center; */
  }
  .range-slider input[type="range"]{
    width: 100%;
  }
  .cta-box-content button{margin: 0;}
}


/* ========= */
.toppadding{
  padding-top: 40px !important;
}
.p-bold{
  color: #14202E;;
  font-weight: 500;
  margin-top: 10px !important;
}
.with-btn{
	position: relative;
	display: inline-block;
	text-align: center;
	font-family: "poppins",sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1em;
	text-transform: capitalize;
	background: linear-gradient(97deg, rgba(6,58,145,1) 42%, rgba(9,163,208,1) 100%);
	color: var(--white-color);
	border-radius: 100px;
	padding: 12px 17px ;
	border: none;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
	z-index: 1;
  margin: 20px 0 0;
}

.with-btn:hover{
	background-color: transparent;
	color: var(--white-color);
}


.with-btn:hover::before{
	filter: brightness(0) invert(1);
	transform: translate(-22px, -50%);
}

.with-btn::after{
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: auto;
	right: 0;
    bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 99px;
    background: var(--primary-color);
    transition: all 0.3s ease-in-out;
	z-index: -1;
}

.with-btn:hover:after{
	width: 100%;
	left: 0;
	right: auto;
}

.padding50{
  padding: 0 50px;
}
@media  (max-width:786px) {
    
    .padding50{
      padding: 0;
    }
}

.dropdown:focus {
        outline: none;
        border: none;
    }

    .dropdown {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: rgba(6, 58, 145, 1);
        color: white;
        padding: 12px 20px;
        font-family: "poppins", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.1em;
        text-transform: capitalize;
        border: none;
        border-radius: 10px;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.4s ease-in-out;
        overflow: hidden;
        z-index: 1;
        background-image: none !important;
    }

    .dropdown:hover {
        background: rgba(6, 58, 145, 1);
    }

    .popup-form {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        z-index: 1000;
        width: 600px;
        text-align: center;
    }

    .popup-form h2 {
        margin-top: 0;
        border-bottom: 1px solid black;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .popup-form input,
    .select-form2 {
        width: 80%;
        padding: 10px;
        margin: 10px;
        box-sizing: border-box;
        outline: none;
        border: none;
        align-items: center;
        border-bottom: 0.5px solid black;
    }

    .popup-form button {
        width: 100%;
        padding: 10px;
        background: linear-gradient(97deg, rgba(6, 58, 145, 1) 42%, rgba(9, 163, 208, 1) 100%);
        ;
        color: white;
        border: none;
        border-radius: 5px;
    }

    .formmargin {
        margin-bottom: 35px !important;
    }

    .popup-form button:hover {
        background: #218838;
    }

    .formoverlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999;
    }

    .close-btn {
        position: absolute;
        right: 0;
        top: 0;
        background: transparent !important;
        color: black !important;
        width: max-content !important;
        padding: 5px 10px;
        font-size: 20px;
        float: right;
        cursor: pointer;
    }

    body.lock-scroll {
        overflow: hidden;
    }

    .selected-type {
        display: flex;
        color: rgb(54, 54, 54);
        font-size: 17px;
        justify-content: center;
        font-weight: 500;
    }

    .opt-label {
        padding: 0;
        margin: 0;
        margin-left: 10px;
    }