@import url('https://fonts.cdnfonts.com/css/nexa-bold');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Nexa', sans-serif;


  scroll-behavior: smooth;
}

.about-body,
.contact-body,
.screen-body {
  overflow-x: hidden;
}

.title {
  font-size: 2.2rem !important;
  font-weight: bold;
  text-transform: capitalize;
}

.theme-bg {
  background-color: #f8f9fa;
}

.theme-bg-2 {
  background-color: #000000; 
}

/* top title  */

.top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-details {
  padding-top: 0.75rem;
  padding-bottom: 0.7rem;
}

.top-details p {
  font-size: 14px;
  font-weight: normal;
}

.social-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.social-menu ul li {
  list-style: none;
  margin: 0 5px;
}

.social-menu ul li .fab {
  font-size: 20px;
  line-height: 40px;
  transition: .3s;
  color: #000;
}

.footer-icons .social-menu ul li .fab {
  font-size: 20px;
  line-height: 40px;
  transition: .3s;
  color: #fff;
}

.social-menu ul li .fab:hover {
  color: #fff;
}

.footer-icons .social-menu ul li .fab:hover {
  color: #000;
}

.social-menu ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
  transition: .6s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}

.footer-icons .social-menu ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background-color: transparent;
  text-align: center;
  transition: .6s;
  box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
}

.social-menu ul li a:hover {
  transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover {
  background-color: #1877f2;
}

.social-menu ul li:nth-child(2) a:hover {
  background-color: red;
}

.social-menu ul li:nth-child(3) a:hover {
  background-color: #E4405F;
}

.social-menu ul li:nth-child(4) a:hover {
  background-color: #0077b5;
}









/* top title  */

/* navbar section  */

.wrapper-menu ul li a {
  font-size: 16px;
}

.navbar-brand img {
  width: 70px;
  height: 70px;
}

.nav-item {
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper-menu ul li a:hover {
  color: #3c4143 !important;
  transition: all ease 0.3s;
}

.wrapper-menu ul li .active {
  border-bottom: 3px solid #000000;
  border-radius: 1px;
  width: 100%;
  transition: all ease 0.3s;
}


/* navbar section  */

/* banner home  */


/* banner home  */



/* breadcrumb section  */
.breadcrumb-wrapper {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.breadcrumb-item {
  color: #000 !important;
}


.breadcrumb-item+.breadcrumb-item::before {
  color: #000;
}

/* breadcrumb section  */



/* card section  */

.first-card h4 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
  font-size: 24px;
  padding: 20px 20px 10px 20px;
}

.first-card p {
  text-align: justify;
  color: #fff;
  padding: 10px 20px 20px 20px;
  font-size: 16px;
}

.card {
  margin-top: 20px;
  border: none;
}
 
.first-card {
  width: 350px;
  height: 600px;
  background-color: #000000;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
}

.first-card img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* card section  */

/* featuer slider section  */


.fs-head {
  margin-left: 4rem;
}

.fs-card {
  max-width: 30rem;
  background-color: #f8f9fa;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 1.3rem;
  margin-top: 0;
}

.fs-card-title {
  font-size: 30px;
}

.fs-card-text {
  text-align: justify;
}


.fs-btn {
  background-color: #c21164;
  color: #fff;
  border-radius: 40px;
}

.fs-btn:hover {
  background-color: #930b4a;
  color: #fff;
}




/* featuer slider section  */


/* screen protector */

.content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
  background: #f8f9fa;
  border-radius: 7px;
  padding: 2rem 3rem 2rem 3rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.content .content-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.85px;
  color: #0a0b0b;
}

.content-series {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.content-series p {
  font-weight: bold;
}

.disc {
  width: 90%;
}

.disc p {
  text-align: justify;
}

.content-img {
  width: 100%;
}



.screenProtect-img{
    width:400px;
    height:auto;
}

.content button {
  background-color: #035d80;
  color: #fff;
  border-radius: 40px;
}

.content button:hover {
  background-color: #930b4a;
  color: #fff;
}

/* screen protector */


/* about section  */

.banner-img img {
    border: 10px solid #EAEAEA !important;
    TEXT-ALIGN: CENTER !important;
}


.banner-header{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding-top: 0 !important;
}

.icon,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}



.section-head h4 {
  position: relative;
  padding: 0;
  color: #000;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

/* .section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #c21164;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
} */

.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f
}

p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.section-head p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}

.extra-text::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #c21164;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.extra-text span {
  font-weight: 700;
  color: #c21164;
}

.item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover {
  background: #c21164;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}

.item:hover .item,
.item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
  color: #fff;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #c21164;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item .icon i {
  font-size: 40px;
  margin-bottom: 25px;
  color: #c21164;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.20);
  color: #f91942
}

.item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #f91942
}

.item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #f91942
}

.item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #f91942
}

.item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #f91942
}

.item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #f91942
}

.item p {
  font-size: 15px;
  line-height: 26px;
}

.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}



/* about section  */

/* .contact-section  */
.contact-section {
  width: 100vw;
  padding: 5rem 0 5rem 0;
}

.contact {
  display: flex;
  flex-direction: row;
  gap: 5rem;
}

.contact-list ul {
  padding-left: 0;
  margin-top: 1rem;
}

.contact-list ul li {
  list-style-type: none;
  padding-bottom: 12px;

}

.contact-list ul li a {
  text-decoration: none;
  color: #000;
}

.icon i {
  font-weight: bold;
  color: #000;
  font-size: 1.1rem;
}

/* .contact-section  */


/* question section  */
.accordion-button {
  font-size: 25px;
}

.accordion-body {
  font-size: 20px;
}

.question {
  margin: 0 auto;
  width: 60%;
}


/* question section  */

/* subscribe section  */

/* .subscribe-wrap {
  border-top: #e1dfe5 2px solid;
} */

.subscribe-wrap p {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(94, 94, 94);
}

.subscribe-wrap .subscribe {
  font-size: 24px;
  display: block;
  letter-spacing: 0.045em;
  line-height: 1.25;
  color: rgb(27, 27, 27);
  margin-bottom: 34px;
  padding-top: 10px;
}

.singup button {
  background: #c21164;
  font-size: 16px;
  max-width: 30%;
  margin-bottom: 4px;
  margin-top: 4px;
  text-shadow: none;
  font-weight: 600;
  border-radius: 48px;
  min-height: 56px;
  padding-right: 40px;
  padding-left: 40px;
  justify-content: center;
  display: inline-flex;
  border-style: none;
  transition: all 0.3s ease 0s;
  padding-bottom: 8px;
  text-align: center;
  align-items: center;
  letter-spacing: 0.214em;
  color: #dbdbdb;
}

.singup button:hover {
  background: #a60b53;
}

.singup button:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 10px -10px;
}

.singup input {
  height: 4rem;
  outline: none;
  border: none;
  border-bottom: 1px solid #6d5d8e;
  padding: 5px;
}

.singup input:focus {
  border: 2px solid black;
}

/* subscribe section  */
th {
  font-size: 18px;
  opacity: 0.7;
  padding-bottom: 2.5rem;
}

td {
  font-size: 20px;
}



/* back to top up  */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #01638A;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #035d80;
}

/* footer menu start  */

.footer-menu-wrapper {
  background-color: #333333;
  display: flex;
  justify-content: space-around;
  padding: 2rem 0 2rem 0;
}

.footer-menu {
  display: flex;
  justify-content: space-around;
  padding: 2rem 0 2rem 0;
}

.about-us h4 {
  color: #fff;
}

.about-us ul {
  padding-left: 3px;
  align-items: center;
}

.about-us ul li {
  list-style-type: none;
  border-bottom: 1px solid #FFFFFF;
  line-height: 2.2rem;
}


.whiteF {
  color: #fff;
}

.help ul {
  padding-left: 3px;
}

.help ul li {
  list-style-type: none;
  border-bottom: 1px solid #FFFFFF;
  line-height: 2.2rem;
}

.about-us ul li a {
  text-decoration: none;
  color: #fff;
}

.help ul li a {
  text-decoration: none;
  color: #fff;
}

.fm-list-header {
  color: #fff;
}


.footer-icons ul li {
  list-style-type: none;
  float: left;
  margin-right: 1rem;
  border-bottom: none;
}

/* footer menu end */
/* footer section start  */
footer p {
  background-color: #000000;
  border-top: 2px solid #d3d3d3;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #fff;
  font-size: 20px;
}

/* footer section end */

/* responsive site  */

@media only screen and (min-width:1420px) {
  /* For large screen  */

  /* top section  */
  .top-details p {
    font-size: 19px;
  }

  .top-details {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .social-menu ul li .fab {
    font-size: 27px;
    line-height: 50px;
  }

  .footer-icons .social-menu ul li .fab {
    font-size: 27px;
    line-height: 50px;
  }

  .social-menu ul li a {
    width: 50px;
    height: 50px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
  }

  .footer-icons .social-menu ul li a {
    width: 50px;
    height: 50px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
  }

  /* top section  */


  /* menu section  */
  .navbar-brand img {
    width: 90px;
    height: 90px;
  }

  .wrapper-menu ul li a {
    font-size: 18px;
  }

  .nav-item {
    padding-left: 25px;
    padding-right: 25px;
  }

  /* menu section  */

  /* footer  */

  footer p {
    font-size: 20px;
    font-weight: bold;
  }

  /* footer  */


  /* feature product slider  */
  .carousel-caption-fs {
    left: 50%;
    right: 0;
    bottom: 50%;
    top: 30%;
    transition: all ease 0.4s;
    padding-right: 15rem;
  }
  
  .carousel-caption2 {
      position: absolute;
      bottom: 40%;
      left:15%;
  }
  
  #carousel-caption-2 {
      right: 15% !important;
  }

  .fs-title {
    font-size: 52px;
  }

  .fs-text {
    font-size: 18px;
  }

  /* feature product slider  */

  /* screen protector */
  .content .content-title {
    font-size: 65px;
    font-weight: bold;
    letter-spacing: 0.89px;
  }

  .disc {
    width: 100%;
  }

  .content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2rem;
    border-radius: 7px;
    padding: 4rem 3rem 4rem 3rem;
    gap:2rem;
  }


.screenProtect-img{
    width:450px;
    height:auto;
}


  .content button {
    font-weight: bold;
    padding: 10px;
  }

  /* screen protector */
}


@media only screen and (max-width: 500px) and (min-width: 376px)  {
  .feature-section .row{
    margin-left: 9%;
  }

  .feature-slider .fs-head .fs-card{
    margin-left: 9%;
  }

}


/*@media only screen and (max-width: 1000px) {*/
    
/*    .screenProtect-img{*/
/*    width:100%;*/
/*    height:auto;*/
/*}*/

/*  .content-header {*/
/*    justify-content: center;*/
/*    flex-direction: column-reverse;*/
/*    align-items: center;*/
/*    margin-bottom: 2rem;*/
/*    padding: 1rem 2rem 1rem 2rem;*/
/*  }*/
  
/*   .content {*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-bottom: 3rem;*/
/*  } */

/*}*/



@media only screen and (max-width: 1000px) {
  /* For Mobile  */
  
      .screenProtect-img{
    width:100%;
    height:auto;
}


  /* screen protect */
  .pageHead{
    margin-right: -5px;
  }
  .pageHead h2{
    font-size: 17px;
  }
  /* screen protect */

  .banner-title {
    min-width: 100%;
  }

  

  .about-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
  }

  .contact {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }

  .first-card {
    margin: 1rem 1rem 0;
    width: 300px;
  }


  .footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 2rem 0 2rem 2rem;
  }

  .navbar-brand img {
    width: 60px;
    height: 60px;
  }



  .singup button {
    font-size: 14px;
    max-width: 40%;
    font-weight: 400;
    border-radius: 10px;
    min-height: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 6px;
    letter-spacing: 0.21em;
  }

  .content-header {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem 2rem 1rem 2rem;
  }

  .content {
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
  }

  .content .content-title {
    font-size: 40px;
  }

  .disc {
    width: 100%;
  }

  footer p {
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    font-size: 15px;
  }

  /* feature slider  */
  .fs-head {
    margin-left: 2rem;
  }


  .fs-card {
    max-width: 23rem;
    padding: 1rem;
  }

  .fs-card-title {
    font-size: 25px;
  }

  /* feature slider  */

  .top-title {
    display: none;

  }

  /* social icon  */

  .social-menu ul li .fab {
    font-size: 20px;
  }

  .social-menu ul li a {
    width: 45px;
    height: 45px;
  }

  .address {
    padding-left: 1rem;
  }

  .address .social-menu {
    padding-left: 2.3rem;
  }

  .address .social-menu ul li .fab {
    font-size: 25px;
  }

  /* social icon  */

  html {
    font-size: 80%;
  }

  .about-us ul li {
    width: 40%;
  }

  .help ul li {
    width: 30%;
  }

  .accordion-button {
    font-size: 18px;
  }

  .accordion-body {
    font-size: 14px;
  }

  .question {
    margin: 0 auto;
    width: 90%;
  }

  

}

@media only screen and (max-width: 325px) {
  
  /* screen protect */
  .pageHead{
    margin-right: -13px;
  }
  .pageHead h2{
    font-size: 14px;
  }
  .pageHead p{
    font-size: 10px;
  }
  /* screen protect */
}







.galleryImg a img {
width: 100% !important;
height: auto;
}

figcaption {
text-align: center;
font-size: 14px;
margin-top: 5px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}