*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
 
}

h1, h2, h3, h4, h5, h6{

  font-family: "Titillium Web", sans-serif !important;
  font-weight: 700 !important;
}

.btn-txt{

font-family: "Poppins", serif !important;
font-weight: 300 !important;


}

* P{
  line-height:1.75rem;
  font-size: 17px;
  font-family: "Poppins", serif !important;
  font-weight: 300 !important;
  
}

#span-txt{

  font-weight: 400;
}


li{

  line-height: 1.75rem;
  font-size: 17px;
}


/*-----------------------------

google fonts
-------------------------------*/
.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

/* Tittlium Web */

.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-extralight-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-semibold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}






#navbar{

  background-color: transparent;
}

li{

  padding: 5px;
}

.nav-link{

  font-size: 16px;
  border: 2px solid transparent;
  color: #2075bc;
}

.nav-link:hover{

  border-bottom: 2px solid #F89521;
  color:#2075bc;
  transition: .1s;
  transition-duration: 1s;

}

.navbar-nav{

  margin-left: auto;
}

.btn-primary{

  background-color: #2075bc !important;
  border-color: #2075bc !important;
  
}

.btn-warning{

  background-color: #F89521 !important;
  border-color: #F89521 !important;
  color: #ffffff !important;
}


/*--------------------------------------------------------------
# HERO Section
--------------------------------------------------------------*/


#hero{
  padding-top: 4rem;
  padding-bottom: 10rem;
}


.iconsize{

  font-size: 1.3rem;
  padding-right: 10px;

}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about{

  background-color:#f7f8fb;
}

.about .content h3 {
  
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  border-radius: 7px;
  display: inline-block;
}

.about .content h2 {
  font-weight: 700;
}



.about .content .read-more {
  background-color: rgb(211, 239, 253);
  
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about .content .read-more i {
  
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .content .read-more:hover {
  background-color: rgb(221, 221, 221);
  color: rgb(0, 0, 0);
  padding-right: 19px;
}

.about .content .read-more:hover i {
  margin-left: 10px;
}

.about .icon-box {
  
  background-color: var(--surface-color);
  padding: 50px 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
}

.about .icon-box i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 42px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}

.about .icon-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.about .icon-box p {
  
  margin-bottom: 0;
}

.about .icon-box:hover i {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.about .icon-boxes .col-md-6:nth-child(2) .icon-box,
.about .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}

@media (max-width: 768px) {

  .about .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .about .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }
}


/*--------------------------------------------------------------
# Product  Section
--------------------------------------------------------------*/

#products{

  padding-top: 5rem;
  padding-bottom: 10rem;
}

.services .card {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid rgb(210, 210, 210);
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: var(--heading-color);
  transition: 0.3;
}

.services .card a:hover {
  color: var(--accent-color);
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  text-align: justify;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 120px 0;
  position: relative;
  clip-path: inset(0);
  
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 35%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  color: white;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: white;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonial-area {
 
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.section-header h4 {
  color: #0d6efd;
  font-weight: 600;
}
.section-header {
	padding-bottom: 15px;
}
.section-header h2 {
	font-weight: 700;
}
.section-header p {
  color: #6f6b80;
  width: 40%;
  margin: auto;
}

.icon-area {
  text-align: center;
}
.icon-area i {
  color: #2075bc;
  font-size: 80px;
  margin-bottom: 20px;
}
.testptag{
  color: #6f6b80;
  width: 60%;
  margin: auto;
}
.person {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #2075bc;
  margin-top: 50px;
}
.person img {
  width: 100%;
}
.content h5 {
  font-weight: 900;
  margin-top: 15px;
}
.testimonial-area {
  background: url(1.jpg);
  background-size: cover;
  background-position: center;
}
    .carousel-indicators {
	bottom: -80px;
}
    .carousel-indicators [data-bs-target] {
	width: 60px;
	height: 10px;
	background-color: #F89521;
}
    
    


    /*--------------------------------------------------------------
    # FAQ
    --------------------------------------------------------------*/

    .faq{
background-color: #f7f8fb;

    }

    #accordionExample{

      padding-top: 5rem;
      padding-bottom: 10rem;
     
    }

    .accordion-header{
      background-color: #001973;
      color: white;

    }
    
    .accordion-item{

      background-color: #001973;
      color: white;
      font-size: 17px;
      font-weight: 300;
    }

    .accordion-button{

      font-size: 20px;
      font-weight:300;
     
    }

       /*--------------------------------------------------------------
    # Global Footer
    --------------------------------------------------------------*/

    .text-white{

      text-decoration: none;
    }


  
/*----------------------------------------------------------------- 
# About Us
----------------------------------------------------------------*/


.bannertxt{
  font-family: "Poppins", serif !important;
  font-size: 20px !important;
  font-weight: 300;
}




.breadcrumb-item+.breadcrumb-item::before {

  color: white;

}

@media(max-width:768px){

  .banner-bg {

    min-height: 30vh;
  }


}
.about{

  padding-top: 5rem;

}

.about .content h3 {
  font-size: 2rem;
  font-weight: 700;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.about .content ul i {
  flex-shrink: 0;
  font-size: 48px;
  color: var(--accent-color);
  margin-right: 20px;
  line-height: 0;
}

.about .content ul h5 {
  font-size: 18px;
  font-weight: 700;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}


/*--------------------------------------------------------------
# Vision Section
--------------------------------------------------------------*/
.services{

  padding-bottom: 5rem;
}

.services .service-item {
  
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  height: 100%;
}

.services .service-item .icon {
  margin-bottom: 10px;
}

.services .service-item .icon i {
  
  font-size: 48px;
  transition: 0.3s;
}

.services .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services .service-item h4 a {
  
  transition: ease-in-out 0.3s;
}

.services .service-item p {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# What we do Section
--------------------------------------------------------------*/
.whatwedo{

  padding-top: 5rem;
  background-color:#f7f8fb;

}

.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  
  font-weight: 700;
  font-size: 26px;
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.features .features-item p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Contact Us Page
--------------------------------------------------------------*/


.contact .info {
  background-color: var(--surface-color);
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}


.contact .info h3 {
  font-weight: 600;
  font-size: 24px;
}

.contact .info p {
  
  margin-bottom: 30px;
  
}

.contact .info-item+.info-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e2e2e2
}

.contact .info-item i {
  font-size: 24px;  
  margin-right: 20px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
 
}

.contactbg{

  padding-top: 5rem;
  background-color:#f7f8fb;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#contactdetails{
  font-family: "Poppins", serif;
  background-color: #F4F4F4;
  padding: 3%;
  font-family: "Poppins", serif;
  color: #0073D2;
  
}

.googlemap{
  width: 100%;

}

.map-wrapper{

      max-width: 100%;
      
}

textarea {
height: 150px!important;
font-family: "Poppins", serif;
}

/*--------------------------------------------------------------
# Ice Gel Pack Page
--------------------------------------------------------------*/


.pageshero

  ul {
    list-style: none;
    padding: 0;
  }

li{

  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

ul i {
  font-size: 20px;
  padding-right: 4px;
  color: rgb(4, 164, 4)
  ;
}

.pageshero img {
  border: 6px solid #F4F4F4;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------
# Benefits Section
--------------------------------------------------------------*/

.benefits{

  padding-top: 5rem;
  padding-bottom: 5rem; 
  background-color:#f7f8fb ;

}

.benefits .benefits-item {
  position: relative;
  padding-top: 40px;
}

.benefits .benefits-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: color-mix(in srgb, var(--default-color), transparent 90%);
}

.benefits .benefits-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--accent-color);
  border-right: 5px solid var(--background-color);
}

.benefits .benefits-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-right: 50px;
  line-height: 0;
}

.benefits .benefits-item .icon i {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.benefits .benefits-item .icon:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: color-mix(in srgb, var(--accent-color), transparent 70%);
  border-radius: 50px;
  z-index: 1;
  bottom: -15px;
  right: -15px;
  transition: 0.3s;
}

.benefits .benefits-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.benefits .benefits-item .title a {
  color: var(--heading-color);
}

.benefits .benefits-item .title a:hover {
  color: var(--accent-color);
}

.benefits .benefits-item .description {
  line-height: 24px;
  font-size: 14px;
}



/*--------------------------------------------------------------
# How To Section
--------------------------------------------------------------*/
.howto{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.howto .howto-item {
  
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  height: 100%;
}

.howto .howto-item .icon {
  margin-bottom: 10px;
}

.howto .howto-item .icon i {
  
  font-size: 36px;
  transition: 0.3s;
}

.howto .howto-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.howto .howto-item h4 a {
  
  transition: ease-in-out 0.3s;
}

.howto .howto-item p {
  
  font-size: 14px;
  margin-bottom: 0;
}

#howto-p{
  font-size: large;
  font-weight: 350;
}