
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  /* background-color: var(--palette-2-lavender-blush); */
  /* background-color: #ede0d4; */
  height: 300vh;
  font-family:  "Poppins", Arial, sans-serif;
  /* font-family:  "Roboto", Arial, sans-serif; */
}



/*** Whatsapp icon ***/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp-float{
	margin-top:16px;
}


/*** Navbar ***/

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: black;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #AB7442;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar-light .navbar-nav {
      border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color:#353535;
  font-weight: 500;
}
/* 
.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
} */

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}

/********************Slide Captions***************************************/

 .carousel-item {
  transition: transform 1s ease-in-out;
}

.carousel-caption {
  top: 48%;
  transform: translate(0, -50%);
  bottom: auto;
  left: 0;
  right: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  text-align: left;
}

.carousel-item.active .carousel-caption {
  animation: widthSlide 5s 1;
  opacity: 1;
  z-index: 999;
  width: 100%;
}

@keyframes widthSlide {
  0% {
    width: 0%;
    opacity: 0;
  }

  50% {
    width: 100%;
    opacity: 1;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

.carousel-caption h5 {
  font-size: 45px;
  /* text-transform: uppercase; */
  font-weight: 600;
  /* -webkit-text-stroke: 2px #E2FADB; */
  color: white;
  position: relative;
  width: fit-content;
  padding-right: 10px;
}

.carousel-caption h5:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  bottom: -20px;
  opacity: 1;
}

.carousel-item.active .carousel-caption h5:after {
  width: 10%;
  height: 4px;
  /* animation: titleCover 2.5s 1; */
  opacity: 0;
}

.carousel-item>img {
  height: 75vh;
  object-fit: cover;
  transform: scale(1);
  opacity: 0.8;
}

.carousel-item.active>img {
  transform: scale(4);
  animation: bgScale 200s 1;
}

@keyframes bgScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(4);
  }
}

.carousel-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 40%);
  z-index: 99;
}

.carousel-caption p {
  font-size: 1.35em;
  font-weight: 600;
  /* text-transform: uppercase; */
}

.carousel-caption * {
  white-space: nowrap;
}

.carousel-indicators {
  right: 10px;
  left: auto;
  margin: 0;
  width: 25px;
  flex-wrap: wrap;
  bottom: auto;
  top: 45%;
  transform: translate(0, -50%);
  gap: 10px;
  z-index: 9999;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  border: none;
}

/****************** Section Title ********************/

.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: #353535;
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}

.prdimage:hover {
  transition: 0.8s;
  transform: scale(1.5);
}

.linkbtn{
  background: linear-gradient(90deg, rgba(1,42,74,1) 0%, rgba(1,79,134,1) 100%);
}

/*-----------------------------------*\
  CHOOSE US 
  \*-----------------------------------*/
  a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }

        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
         ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#0077b6;
  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: #0077b6;
  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: #0077b6;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#0077b6;
}
.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:#0077b6;
    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;
}
.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: #0077b6;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#0077b6
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#0077b6
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#0077b6
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#0077b6
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#0077b6
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#0077b6
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0077b6;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #0077b6;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}
/*-----------------------------------*\
  FOOTER SECTION
  \*-----------------------------------*/
  .footer{
    background: linear-gradient(90deg, rgba(1,42,74,1) 0%, rgba(1,79,134,1) 100%);
  }



  
/*-----------------------------------*\
  MOBILE RESPONSIVE
  \*-----------------------------------*/
  
  @media screen and (max-width: 992px) {
  
    .carousel-item img {
      height: 70vh;
    }
    .carousel-caption h5 {
      font-size: 35px;
    }
   
  }
  
  @media only screen and (max-width: 769px){
    .carousel-item img {
      height: 70vh;
    }
    .carousel-caption h5 {
      font-size: 30px;
      margin-left: 20px;
    }
    .carousel-caption p {
      margin-left: 20px;
    }

      .carousel-indicators {
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0;
      margin-right: 15%;
      margin-bottom: 1rem;
      margin-left: 15%;
      flex-wrap: nowrap;
      top: auto;
      transform: unset;
      width: auto;
      gap: 5px;
    }
  
    .carousel-indicators [data-bs-target] {
      width: 12px;
      height: 12px;
    }
  
    .carousel-item.active .carousel-caption {
      animation: sample 2.5s 1;
      opacity: 1;
    }
  
    .carousel-caption * {
      white-space: unset;
    }
  
    @keyframes sample {
      0% {
        opacity: 0;
      }
  
      50% {
        opacity: 1;
      }
  
      100% {
        opacity: 1;
      }
    }
  }
  
  
  @media only screen and (max-width: 670px){
    .carousel-item img {
      height: 60vh;
    }
    .carousel-caption h5 {
      font-size: 25px;
 
    }

    .carousel-caption p {
      font-size: 20px;
 
    } 
  }
  
    
  @media only screen and (max-width: 541px){
    .carousel-item img {
      height: 50vh;
    }
    .carousel-caption h5 {
      font-size: 22px;
 
    }

    .carousel-caption p {
      font-size: 15px;
 
    }
  }

  @media only screen and (max-width: 442px){

    .carousel-item img {
      height: 40vh;
    }
    .carousel-caption h5 {
      font-size: 18px;
 
    }

    .carousel-caption p {
      font-size: 12px;
 
    }

  }
  
  
  