@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {


  font-family: "Poppins", sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
h2 {
  font-weight: 700;
  font-size: 40px;
}

p {
  font-size: 18px;

}

a {
  text-decoration: none;
}

/* navbar */
.navbar {
  background-color: #fac01f;
  padding-bottom: 20px;
  padding-top: 20px;

}

.nav-cont {
  background-color: #272727 !important;
}


.navbar-nav a:hover {
  background-color: #557ef3 !important;
  color: white !important;
  border-radius: 5px;
}
.nav-btn{
  padding: 5px 20px 5px 20px;
  border-radius: 80px;
  background-color: #567ef3;
  color: #fff;
  border: none;
  transition: 0.3s ease;
}
.nav-btn:hover{
  
  background-color: #d7dae0;
  color: #000;
  
}
.navbar-toggler-icon {
  background-image: url(../images/menu.webp) !important;
}

.footer {
  background-color: #272727;
}

/* main */
.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}



@keyframes pulseY {

  0%,
  100% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(1.1);
  }
}


.main-banner:before {
  content: '';
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0px;
  width: 816px;
  height: 674px;
  animation: pulseY 4s infinite;
  z-index: -1;
}

.main-banner .item {
  margin-right: 45px;
}

.main-banner .item h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #ff695f;
  margin-bottom: 15px;
}

.main-banner .item h2 {
  font-size: 80px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.4;
}

.main-banner .item h2 em {
  color: #fac01f;
  font-style: normal;
}

.main-banner .item h2 span {
  color: #ff695f;
}




.main-cont {
  background-image: url(../images/bg-ban.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;


}

/* about */
.about {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
  background-color: #fcfcfc;
}
.abt-banner{
  padding: 200px 0px;
}


.about .left-content {
  margin-right: 45px;
}

.abt-desc {
  opacity: 0;

  animation: fadeInLeft 1s ease-out 0.5s forwards;

}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);

  }

  to {
    opacity: 1;
    transform: translateX(0);

  }
}

.abt-desc1 {
  opacity: 0;

  animation: fadeInRight 2s ease-out 0.5s forwards;

}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-20px);

  }

  to {
    opacity: 1;
    transform: translateX(0);

  }
}


/* badges */


.subscribe .inner-content {
  background-image: url(../images/badge-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0px;
  width: 100%;
  position: relative;
}

.subscribe .inner-content:after {
  content: '';
  background-image: url(../images/badge.webp);
  position: absolute;
  width: 195px;
  height: 138px;
  background-repeat: no-repeat;
  background-position: center center;
  right: -20px;
  top: -20px;
  animation: fadeIn 4s ease-out 4s infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.subscribe{
  padding: 100px 20px;
}

.subscribe .inner-content h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;

}

/* service */


.serv {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
  background-color: #648af6;
  
}
.serv-item.style-1 {
  text-align: center;
 
}

.serv-item.style-1 .serv-icon {
  display: block;
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  color: #fff;
  border-radius: 50%;
  font-size: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  margin-bottom: 30px;
}

.serv-item.style-1 .serv-icon::before {
  background: linear-gradient(115deg, #fac01f, #f1d176);
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: -1;
}

.serv-item.style-1 .serv-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 16px;
  width: 16px;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
  animation: spinnerRotate 10s linear infinite;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid #fac01f;
  transition: all 0.35s ease-in-out;
}
@-webkit-keyframes spinnerRotate {
  0% {
      -webkit-transform: rotate(0deg) translateX(57px);
      transform: rotate(0deg) translateX(57px);
  }

  100% {
      -webkit-transform: rotate(360deg) translateX(57px);
      transform: rotate(360deg) translateX(57px);
  }
}

@keyframes spinnerRotate {
  0% {
      -webkit-transform: rotate(0deg) translateX(57px);
      transform: rotate(0deg) translateX(57px);
  }

  100% {
      -webkit-transform: rotate(360deg) translateX(57px);
      transform: rotate(360deg) translateX(57px);
  }
}

/* vsn */
.vsn {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.vsn-head{
  padding-top: 25px;
}






/* msn */
.msn {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* rev */


.rev-head{
padding: 30px 20px;
}
.rev-head1{
  padding: 30px 20px 0px 20px;
  }
/* more about */
.head-num{
  background-image: url(../images/head.webp);
  background-repeat: no-repeat;
}



.about-us-item {
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  
}
.about-us-item {
  background-color: #efefef;
}

.about-us-item:hover {
  background: linear-gradient(105deg, rgba(51,204,197,1) 0%, rgba(8,141,195,1) 100%);
}

.about-us-item:hover h4 {
  color: #fff;
}

.about-us-item:hover p {
  color: #fff;
}



.about-us-item .number h6 {
  background-repeat: no-repeat;
  width: 110px;
  height: 69px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 69px;
  margin-top: -65px;
  margin-bottom: 30px;
}

.about-us-item .first-number h6 {
  background-image: url(../images/head.webp);
}

.about-us-item .second-number h6 {
  background-image: url(../images/head1.webp);
}

.about-us-item .third-number h6 {
  background-image: url(../images/head2.webp);
}

.about-us-item .fourth-number h6 {
  background-image: url(../images/head3.webp);
}


.about-us .line-dec {
  width: 100px;
  height: 2px;
  background-color: rgba(51,204,197,0.3);
  margin: 30px auto;
  transition: all 0.5s;
}

.about-us p {
  position: relative;
  margin-top: 0px;
  transition: all 0.5s;
}
.bg-about-us img {
  position: absolute;
   z-index: -1;
 
  width: 300px;
  height: 300px;
  left: 0;
  top: 0px; 
  animation: rotateOutDownRight 4s ease-in-out infinite;
}
.bg1-about-us img {
  margin-left: 40px;
  z-index: -1;
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: 0px;
  right: 0px;
  animation: rotateOutDownRight 4s ease-in-out infinite;
   
}
@keyframes rotateOutDownRight {
  0% {
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg); 
    opacity: 0;
  }
} 

.about-us{
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
 
  
}
.head-abt{
  padding-top: 30px;
  padding-bottom: 50px;
  
}
/* more services */
.more-serv-cont{
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  margin-right: 50px;
 
  
}
.image-container {
  position: relative;
}

.overlay-content {
  background-color: #fff; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
  max-width: 85%; 
  border-radius: 20px;
  
 position: absolute;
 bottom: -30px;

 left: 0px;



}

.overlay-content h3 {
  color: #333; 
}

.overlay-content p {
  color: #555; 
}
.more-serv  .more-serv-desc ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 10px;
 
}
.more-serv  .more-serv-desc ul {
  padding-left: 0px !important;
}

.more-serv  .more-serv-desc ul li:last-child {
  margin-right: 0px;
  
}

.more-serv  .more-serv-desc ul li i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}
/* footer */
.foot-desc a{
  color: #fff;
  transition: 0.3s ease;

}
.foot-desc a:hover{
  color: #fac01f;

}

/* button */

.button {
  border-radius: 4px;
  background-color: #0b1f59;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/* contact */
.cont-img {
  max-width: 40px;
  vertical-align: middle !important;
}

.con-img {
  max-width: 20px;
  vertical-align: middle;

}
.cont-desc{
  background-image: url(../images/contact-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
}

@media (max-width: 1240px) {
  .main-banner::before {
    width: 640px;
    height: 526px;
  }

}

@media (max-width: 992px) {
  .main-banner::before {
    display: none;
  }

  .main-banner .item {
    margin-right: 0px;
  }

  .main-banner {
    padding-bottom: 0px;
  }
}


@media only screen and (max-width:767px) {
  .sec-mb {
    text-align: center;
}
.main-banner .item h2 {
  font-size: 40px;
 
  
}
.main-banner {
  padding-bottom: 80px;
  padding-top: 120px;
  background-color: #efefef;
}
.subscribe .inner-content{
  
  padding: 60px 20px;
  padding-top: 150px;
}
h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
}
}