@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
}

p,
a,
div,
span,
label,
input,
button,
textarea {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #393737;
  margin-bottom: 16px;
  
}
.other-feature-item p {
  text-align: justify;
}
a {
  color: #0d6efd;
  text-decoration: none;
}
html,
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.pG_Hed {
  left: 0px;
  right: 0px;
  position: fixed;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1000;
  background: transparent;
  padding-top: 32px;
  padding-bottom: 32px;
}

.scrollinG .pG_Hed {
  background: #ffff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.scrollinG #navbarMenu .nav-item .nav-link {
 color:#3d3737;
}
.scrollinG #logored {
 display:block ! important;
 }.scrollinG #logowhite {
  display:none;
  }
.navbar-brand {
  width: 196px;
  height: 35px;
  padding: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
}
.navbar-brand img {
 object-fit:contain;
  object-position: center left;
  -o-object-fit: contain;
  -o-object-position: center left;
  width: 30%;
  height: auto;
}

.pG_Hed {}



#navbarMenu .nav-item {
    margin-left: 25px;
}

#navbarMenu .nav-item:first-child {
  margin-left: 0px;
}

#navbarMenu .nav-item .nav-link {
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
}

.nav-item .nav-link::after {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#navbarMenu .nav-item.active .nav-link,
#navbarMenu .nav-item .nav-link.active {
  color: #2f4e6f;
  font-weight: 800;
}

.scrollinG #navbarMenu .nav-item.active .nav-link,
.scrollinG #navbarMenu .nav-item .nav-link.active {
  color: #404144;
  font-weight: 700;
}

.scrollinG #navbarMenu .nav-item .nav-link.active::after,
.scrollinG #navbarMenu .nav-item.active .nav-link::after {
  border: 1px solid #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  left: 0px;
  top: 0px;
}

/* header links */

/* section home */
.section-home {
  position: relative;
}

.section-home-layer-back01 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  background-position: center top;
}

.section-home-layer-back02 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 90%;
  background-position: center top;
}


.section-home-header {
  min-height: 90vh;
  position: relative;
  z-index: 3;
}

.section-home-h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.section-home-h1 {
  font-weight: 800;
  font-size: 64px;
  line-height: 160%;
  text-transform: uppercase;
  color: #FFFFFF;
}
img.w-75.mt-5 {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}
img.w-75.mt-5 {
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.button-primary {

  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 10px 25px;
  display: flex;
  text-decoration: none;
      border: 1px solid #c5b8bb;
    background: #180d0b;
  border-radius: 61px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  top: 0px;
  box-shadow: none;
}

.button-primary:hover {
  border: 1px solid #ffffff;
  color: #FFFFFF;
  top: -2px;
  box-shadow: 2px 2px 2px rgba(247, 247, 247, 0.432);
}

.section-home .container {
  position: relative;
  z-index: 3;
}

.home-image {
  height: 600px;
  width: 600px;
}

.home-image figure {
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.home-image figure img {
  object-fit: contain;
  object-position: center;
  object-position: center;
  -o-object-fit: contain;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

/* section home */

/* section partner heading */
.home-partner-heading-line {}

.home-partner-heading-line::before {
  width: 100%;
  top: 50%;
  content: '';
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 1px;
  background-color: #FFFFFF;
}

.home-partner-heading-wrp {
  background: #180d0b;
  min-height: 56px;
  display: flex;
  padding: 0px 40px;
}

.home-partner-heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  margin-top: auto;
  margin-bottom: auto;
}

.home-partner-heading-wrp::after,
.home-partner-heading-wrp::before {
  top: 50%;
  position: absolute;
  height: 20px;
  width: 20px;
  content: '';
}

.home-partner-heading-wrp::before {
  left: -20px;
  border-top: 20px solid #180d0b;
  border-left: 20px solid #180d0b;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
}

.home-partner-heading-wrp::after {
  right: -20px;
  border-right: 20px solid #180d0b;
  border-top: 20px solid #180d0b;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}

/* section partner heading */

/* home service block */
.home-service-block {
  background: #f7f7f7;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.05);
  border-radius: 48px;
  padding: 80px 80px 70px 80px;
}

.common-heading-small {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.common-heading-small.text-black {
  color: #181818;
}

.common-heading-big {
  font-weight: 800;
  font-size: 48px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.common-heading-big.text-black {
  background: linear-gradient(99.37deg, #181818 40.23%, #4f99e8   111.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.home-service-item {
  width: 90%;
/* height: 250px;*/
  display: flex;
  flex-direction: column;
}

.home-service-item-img {}

.home-service-item-img figure {
  width: 100px;
  height: 100px;
  margin-bottom: 0px;
}

.home-service-item-img figure img {
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
  width: 100%;
  height: 100%;
}

.home-service-item-detail {
  max-width: 240px;
}

.home-service-item-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #181818;
  text-align: center;
      margin-bottom: 10%;
}

.home-service-block-wrp {
  padding-bottom: 100px;
}

/* home service block */


/* home about block */
.section-about {
  background-image: url(../img/about-back.png);
  background-size: 100% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.section-about-left {
  margin-top: 77px;
}

.section-about-text {
  font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #393737;
    margin-bottom: 0px;
    text-align: justify;
}

.section-about-right {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: auto;
  margin-bottom: auto;
  width: 600px;
  height: 620px;
}

.section-about-right figure {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.section-about-right figure img {
  object-fit: contain;
  object-position: top right;
  -o-object-fit: contain;
  -o-object-position: right top;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

/* home about block */

/* home products block */
.section-products-locations {}

.section-products {
  background-repeat: no-repeat;
      padding-bottom: 240px;
  background-image: url(../images/product-back.png);
  background-size: 100% calc(100% - 600px);
  background-repeat: no-repeat;
}

.product-item-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 80px 52px;
  height: 480px;
  margin-bottom: 16px;
}

.product-item-icon {
  margin-bottom: 24px;
}

.product-item-icon figure {
  width: 64px;
  height: 64px;
  margin-bottom: 0px;
}

.product-item-icon figure img {
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
  width: 100%;
  height: 100%;
}

.product-item-head {
  margin-bottom: 32px;
}

.product-item-head-txt {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #181818;
}

.product-item-detail {
  max-width: 300px;
}

.product-item-details {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #393737;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}

/*.section-products-locations {*/
/*  margin-top: 100px;*/
/*}*/

.products-location-map {
  
  width: 100%;
  max-width: 980px;
  
  
}

.products-location-map figure {
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
}

.products-location-map figure img {
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

/* home products block */

/* footer */
footer {
  background: #000000;
  padding-top: 80px;
  background-image: url('../images/map.png');
  background-repeat: no-repeat;
  background-position: center;
}

.footer-block-wrp-heading {
  margin-bottom: 32px;
}

.footer-block-wrp-heading {}

.footer-block-wrp-head {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}

.footer-block-wrp-list ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.footer-block-wrp-list li {
  list-style: none;
}

.footer-block-wrp-list li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #6e6262;
  text-decoration: none;
  display: flex;
  padding: 10px 0px;
}

.footer-divider-wrap {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #2B2B2B;
}

.contact-form {
  width: 100%;
  max-width: 300px;
}

.form-control {
 
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #FFFFFF;
  padding: 14px 16px;
  border: 1px solid #e1e1e1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.form-control:focus {
  border: 1px solid #3e3a3b;
 
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}

.contact-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact-details-each {
  width: 100%;
  display: flex;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #6e6262;
  padding: 12px 0px 12px 30px;
  margin-bottom: 20px;
}

div.contact-details-each span {
  
}

.contact-details-each i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

div.contact-details-each i {
  top: 15px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.contact-details-each span {
  font-size: inherit;
  line-height: inherit;
}

.copyright-txt {
  padding-top: 16px;
  padding-bottom: 16px;
}

.copyright-txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #8F8F8F;
  margin: auto;
}

/* footer */



/* mobile */
#mobHam {
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
  box-shadow: none;
  margin-left: 1rem;
  display: none;
  width: 30px;
  margin-right: 1rem;
  height: 25px;
  position: absolute;
  cursor: pointer;
  right: 0px;
  border: 0px;
  outline: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 1500;
  background: transparent;
}

#mobHam:focus,
#mobHam:hover {
  outline: none !important;
  box-shadow: none;
}

#mobHam span {
  transition: all 0.4s ease-in-out;
  left: 0px;
  position: absolute;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#mobHam span:nth-child(1) {
  top: 3px;
}

#mobHam span:nth-child(2) {
  top: 10px;
}

#mobHam span:nth-child(3) {
  top: 17px;
}


.mobShow #mobHam span {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.mobShow #mobHam span:nth-child(1) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.mobShow #mobHam span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  width: 0px;
}

.mobShow #mobHam span:nth-child(3) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}

.lMnu {
  position: fixed;
  right: -105vw;
  top: 51px;
  height: calc(100% - 51px);
  width: 100%;
  /*background-color: rgba(128, 128, 128, 0.5);
  */
  z-index: 1000;
  transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  display: flex;
}

.lMnu::before {
  position: absolute;
  opacity: 0;
  content: "";
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  background-color: rgba(128, 128, 128, 0.2);
  z-index: -1;
}

.mobShow .lMnu {
  right: 0px;
}

.mobShow .lMnu::before {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  -moz-transition: opacity 0.3s ease-in-out 0.3s;
  -ms-transition: opacity 0.3s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out 0.3s;
}

.lMnu ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.lMnu ul .sMT_MNu li {
  width: 100%;
}

.lMnu .lMnuIns {
  margin-left: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: auto;
  width: 260px;
  height: 100%;
  background-color: white;
  padding-left: 0px;
  list-style: none;
  padding-top: 25px;
  padding-bottom: 10px;
  position: relative;
}

.lMnu ul li {
  margin-top: 0rem;
  margin-bottom: 2px;
  margin-left: 0px !important;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 0px !important;
}

.lMnu ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  align-items: center;
  border-radius: 20px;
  letter-spacing: 0.07em;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}


.lMnu ul li a::after {
  margin-left: auto;
  margin-right: 0px;
  display: none;
}

.lMnu ul li a.active,
.lMnu ul li.active a {
  background: rgb(237 46 85 / 75%);
  color: #ffffff !important;
}

.lMnu ul li a:hover,
.lMnu ul li a:focus {
  text-decoration: none;
  background: rgb(237 46 85 / 65%);
  color: #ffffff !important;
}


.home-service-item {
     padding:25px 25px;
   position: relative;
    background: #ffffff;
    box-shadow: 2px 2px 60px rgb(0 0 0 / 8%);
    border-radius: 30px;
    text-align: center;
    transition: 0.3s;
    border: 2px dashed #e7e1e2;
}
.pricing-box:hover {
    transform: scale(1.05);
    z-index: 1;
}
.home-service-item:before {
content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border: solid 2px transparent;
    border-radius: 30px;
    
    background-origin: border-box;
    background-clip: content-box, border-box;
    opacity: 0;
    transition: 0.3s;
}


.home-service-item:hover:before, .home-service-item:hover:after {
    opacity: 0.8;
        border: 2px dashed #d00b24;
}
#txtservice{
    font-size:14px;
}
#transnm {
    opacity: 0.1;
    position: relative;
    text-align: end;
    font-size: 100px;
    font-weight: 700;
}
.readmore{
    color: #ac2641;
    text-decoration: none;
    font-weight: 600;
}
.bar::before {
    /* content: '';
    position: absolute;
    left: 0px;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #d00b24;
    animation-duration: 3s;
   animation-iteration-count: infinite;
  
    animation-name: MOVE-BG;
    animation-timing-function: linear; */
    
}
.bar {
    clip: rect(0,0,0,0);
    height: 5px;
    width: 100px;
    background: #2f4e6f;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
    /* margin-left: 45%; */
}
.bar1::before {
    content: '';
    position: absolute;
    left: 0px;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ffff;
    animation-duration: 3s;
   animation-iteration-count: infinite;
  
    animation-name: MOVE-BG;
    animation-timing-function: linear;
    
}
.bar1 {
    clip: rect(0,0,0,0);
    height: 5px;
    width: 100px;
    background: #ffff;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
    /* margin-left: 45%; */
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
}
.triangle {
  width: 0;
  height: 0;
  border: 4rem solid transparent;
  border-top: 0rem solid transparent;
  border-bottom: 8rem solid #9b3769;
}
.bubbles_wrap {
  
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    overflow: hidden;
    pointer-events: none;
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

.x1 {
     left: 6%;
    top: 20%;
    background: #ff5066;
}

.x2 {
     left: 5%;
    top: 80%;
    background: #fc9d44;
}


.x5 {
      left: 30%;
    top: 50%;
    background: #ff5066;
}



.x9 {
     left: 90%;
    top: 50%;
    background: #ff5066;
}
.shape-circle, .shape-triangle-outline-container,.shape-triangle{
  filter:drop-shadow(0px 0px 10px rgba(0,0,0,.2));
}

.shape-circle{
  position:absolute;
  width:100px;
  height:100px;
  margin-top:500px;
  margin-left:500px;
  border: solid #ff6f69 20px;
  border-radius:1000px;
}
.shape-triangle-outline{
  position:absolute;
  width:300px;
  height:300px;
  background-color:#a8e6cf   ;
  clip-path: polygon(0px 130px,130px 65px,92px 65px,20px 100px,20px 30px,92px 65px,130px 65px,0px 0px); 
  transform: rotate(70deg);
}


#shape-6{
  margin-top:85vh;
  margin-left:90%;
  width:60px;
  height:90px;
  border: none;
  background-color:#88d8b0;
  transform: rotate(10deg);
}
#shape-7{
  margin-top:75vh;
  margin-left:20%;
  width:8vh;
  height:8vh;
}
#shape-8{
  margin-top:33vh;
  margin-left:80%;
}

#shape-10{
  width:70px;
  height:70px;
  margin-top:50vh;
  margin-left:65%;
  border: solid #ef345c 16px;
}
.product-item-wrap {
    position: relative;
    width: 100%;
   transition: all 0.5s ease-in-out;
    text-align: center;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 1px 1px 60px rgb(0 0 0 / 8%);
  
    overflow: hidden;
    margin-bottom: 30px;
   
}

.product-item-wrap:before {
    content: '';
    position: absolute;
    transition: all 0.5s ease-in-out;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
        background: linear-gradient(to right, #f07070, #d23454);
    border-radius: 4px;
    
    z-index: 0;
}.product-item-wrap:hover:before {
    height: 100%;
    top: auto;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.product-item-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #ee2a54;
    border: 2px solid #ee102d;
    border-radius: 50px;
    margin-bottom: 25px;
    transition: 0.3s;
}.main-newsletter:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/newsletter-shape.png');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 0;
}

.newsletter-content {
  text-align: center;
}

.main-newsletter  {
  position: relative;
  z-index: 1;
}

.newsletter-content .sub-title {
  color: #ffffff;
  margin-bottom: 17px;
}

.newsletter-content .h4-title {
  color: #ffffff;
  margin-bottom: 12px;
}

.newsletter-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.newsletter-form {
  padding: 0 28px;
  margin-top: 43px;
}

.newsletter-form .form-input {
  height: 70px;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  padding: 12px 190px 12px 30px;
}
.sec-btn:hover:before {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
}
.sec-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #ff5066, #ef0000);
  transform: rotate3d(0, 0, 1,45deg) translate3d(-30px, 4em, 0px);
  transform-origin: 0 100% 0;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, background-color 0.4s ease 0s;
  border-radius: 4px;
  opacity: 0;
  transition: 0.3s;
  z-index: 0;
}
.newsletter-form .form-box {
  margin-bottom: 0;
}
.newsletter-form .sec-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.main-newsletter{
  padding-bottom: 50px;
  padding-top:50px;
}
.main-workflow{
  padding-bottom: 50px;
  padding-top:50px;
}


.newsletter-form .sec-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.product-item-wrap:hover .product-item-head-txt, .product-item-wrap:hover .product-item-details {
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}
.product-item-head-txt{
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.product-item-icon{
    position: relative;
    z-index: 1;
}
.product-item-details{
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.product-item-buttons{
    position: relative;
    z-index: 1;
}
.product-item-wrap:hover .product-item-buttons, .product-item-icon{
    border-color: #ffffff;
    
    animation: zoomin 0.8s linear infinite alternate;
}@media (max-width: 767px) {
		.carousel-inner .carousel-item > div {
			display: none;
		}
		.carousel-inner .carousel-item > div:first-child {
			display: block;
		}
	}

	.carousel-inner .carousel-item.active,
	.carousel-inner .carousel-item-next,
	.carousel-inner .carousel-item-prev {
		display: flex;
	}

	/* medium and up screens */
	@media (min-width: 768px) {

		.carousel-inner .carousel-item-end.active,
		.carousel-inner .carousel-item-next {
			transform: translateX(25%);
		}

		.carousel-inner .carousel-item-start.active, 
		.carousel-inner .carousel-item-prev {
			transform: translateX(-25%);
		}
	}

	.carousel-inner .carousel-item-end,
	.carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}.single-workflow-area:hover h2 {
    background-color: #ac2641;
    color: #fff;
}.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.single-workflow-area>h2 {
    font-size: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47px;
    flex: 0 0 47px;
    width: 47px!important;
    height: 47px!important;
    text-align: center;
    background-color: #f3f5f9;
    line-height: 47px;
    border-radius: 50%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.workflow-slides-area{
    margin-bottom: 5%;
}

.ms-lg-5 {
    margin-left: 0rem!important;
}
.shape-2 {
    position: absolute;
    top: -60pxpx;
    right: -60px;
    width: 280px;
    z-index: -1;
    -webkit-animation: replacation-3 3s infinite;
    animation: replacation-3 3s infinite;
}
.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner, body.error404, body.single-product .rs-breadcrumbs .breadcrumbs-inner {
    padding-top: 225px;
    padding-bottom: 175px;
}

.breadcrumbs-inner {
    padding: 225px 0 175px;
    position: relative;
    text-align: center;
}
 .content_banner, .rs-breadcrumbs .page-title {
    color: #333333 !important;
}

.page-title {
    word-break: break-word;
}

.rs-breadcrumbs .breadcrumbs-title > span {
    margin-right: 6px;
}.rs-breadcrumbs .breadcrumbs-title span a span {
    color: #666666;
    transition: 0.4s;
}

.rs-breadcrumbs .breadcrumbs-title span {
    font-size: 14px;
    position: relative;
    padding-right: 10px;
}
.aboutcont{
   padding-top: 50px;
    padding-bottom: 50px;
}
.contact-form {
    width: 100%;
    max-width: 100%;
}.form-control1 {
   
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
    padding: 14px 16px;
    border: 1px solid #c3c3c3;
        width: 100%;
}
.contact-details-each1 {
    width: 100%;
  
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #C7C7C7;
    padding: 12px 0px 12px 30px;
    margin-bottom: 20px;
}
.bs-sidebar .widget {
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 4%);
    border-radius: 3px;
    padding: 15px 30px 40px;
    overflow: hidden;
}

.widget {
    margin: 0 0 3em;
}.bs-sidebar .widget-title {
    color: #333333;
    font-size: 22px;
    line-height: 26px;
    z-index: 1;
    margin: 0 0 45px;
    border-radius: 5px 5px 0 0;
    position: relative;
}.information-sidebar .widget_nav_menu li.current-menu-item a, .bs-sidebar.dynamic-sidebar .widget_nav_menu li.current-menu-item a {
    color: #ac2641;
}

.information-sidebar .widget_nav_menu li a, .bs-sidebar.dynamic-sidebar .widget_nav_menu li a {
    color: #666666;
font-size: 16px;line-height: 36px;
    font-weight: 400;
    position: relative;
}
.information-sidebar .widget_nav_menu ul.menu, .bs-sidebar.dynamic-sidebar .widget_nav_menu ul.menu {
    margin-bottom: 0;
}

.bs-sidebar.dynamic-sidebar ul, .information-sidebar li, .bs-sidebar.dynamic-sidebar li {
    list-style: none;
}
.bs-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.bs-sidebar .widget_archive ul li a, .bs-sidebar .widget_nav_menu ul li a, .bs-sidebar .widget_categories ul li a, .bs-sidebar .widget_pages ul li a, .bs-sidebar .widget_recent_entries ul li a {
    text-decoration: none;
    position: relative;
    padding: 6px 0px 6px 25px;
}.bs-sidebar .widget_archive ul li a:after, .bs-sidebar .widget_nav_menu ul li a:after, .bs-sidebar .widget_categories ul li a:after, .bs-sidebar .widget_pages ul li a:after, .bs-sidebar .widget_recent_entries ul li a:after {
    content: "\2713";
    font-family: Flaticon;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 4px;
    color: #ac2641;
}.icon-check:before {
    content: "\2713";
}.answer {
  margin: 10px 0;
  padding: 20px;

  display: none;
}

.shown .answer {
  display: block;
}.accordion li{
 border-radius: 2vh;
background: linear-gradient(135deg, #f5c9d3 0%, #ac2641 100%);
}
.accordion {
  
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.accordion h3 {
  font-size: 14px;
  border: 2px solid #ac2641;
  border-radius: 2vh;
  position: relative;
  margin: 10px 0;
  padding: 10px;
  color: black;
}
.accordion h3::after, .accordion h3::before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -5px;
  right: 30px;
  transition: border-top-color 150ms;
}
.accordion h3::after {
  border-top-color: white;
  border-width: 10px;
  margin-right: -10px;
}   
.accordion p{
  color: #343a40;
} 
.accordion h3::before {
  border-top-color: #ac2641;
  border-width: 13px;
  margin-right: -13px;
}
.accordion h3:hover {
  background-color: #ac2641;
  color: white;
}
ul.checklisting li:before {
    content: "\2713";
    font-family: 'Flaticon';
}


.checklisting{
 
    background: #f8f8f8;
    padding: 3%;
    list-style-type: none;
    line-height: 35px;
}
.breadcrumb {
    margin-bottom: 0px !important;
}

.breadcrumb {
    position: relative;
    z-index: 1;
    text-align: center;
}.breadcrumb .breadcrumb_iner {
    height: 400px;
    width: 100%;
    display: table;
}.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
    display: table-cell;
    vertical-align: middle;
}.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
    font-size: 15px;
    color: #fff;
}.breadcrumb_bg {
    background-image: url(../images/breadcrumb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}.breadcrumb:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #651324;
    content: "";
    opacity: 0.6;
    z-index: -1;
}



.section-title {
  padding-bottom: 75px;
}.section-title h2 {
  font-size: 42px;
  color: #222;
  margin-bottom: 20px;
}.other-feature-area .section-title p, .blog-post-area .section-title p {
  max-width: 300px;
}.other-feature-item {
    padding: 50px 40px;
    background: #f2f3f7;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.other-feature-item h4 {
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 20px;
  color: #333333;
  font-weight: 600;
} .challange_img_inner {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-shadow: 0px 27px 68px 0px rgb(0 0 0 / 40%);
  box-shadow: 0px 27px 68px 0px rgb(0 0 0 / 40%);
}.bd-callout {
  text-align: left;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 550px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 46px 15px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 46px 15px rgb(0 0 0 / 15%);
  border-left: 8px;
  border-style: solid;
  border-image: -moz-linear-gradient(top, #ED2F58 0%, #EFE2E5 100%);
  -webkit-border-image: -webkit-linear-gradient(top, #ED2F58 0%, #EFE2E5 100%);
  border-image: -webkit-linear-gradient(top, #ED2F58 0%, #EFE2E5 100%);
  -o-border-image: -o-linear-gradient(top, #ED2F58 0%, #EFE2E5 100%);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#ED2F58), to(#EFE2E5));
  border-image: linear-gradient(to bottom, #ED2F58 0%, #EFE2E5 100%);
  border-image-slice: 1;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  padding-left: 70px;
  padding-top: 35px;
  padding-bottom: 35px;
}.dotbg {
  position: absolute;
  z-index: -1;
  width: 34%;
  box-shadow: 0px 4px 50px rgb(0 0 0 / 0%);
  border-radius: 10px;
  margin-top: 2%;
  margin-left: 2%;
}.infoimg {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 37px;
  border-radius: 10px;
  box-shadow: 0px 4px 50px rgb(0 0 0 / 84%);
}
ul.checklisting li:before, ul.stylelisting li:before {
    content: url(../images/orange-arrow.png);
    margin-right: 10px;
}
.infoimg1 {
  width: 100%;
  margin: 0 auto;
  display: block;
  
}
  #pink-side-bubble-22 {
    width: 220px;
  }
#pink-side-bubble-11 {
    width: 380px;
}
#pink-side-bubble-1, #pink-side-bubble-11, #pink-side-bubble-111, #middle-bubble {
    position: absolute;
    left: -300px;
    top: 0;
    width: 600px;
    opacity: 0.3;
}
.bubble.slow {
    animation: bubblemove 75s ease-in-out infinite;
}
.bubble {
    animation: bubblemove 50s ease-in-out infinite;
    transform-origin: 50% 50%;
}
#pink-side-bubble-2, #pink-side-bubble-22, #pink-side-bubble-222 {
  position: absolute;
  left: -80px;
  top: 250px;
  width: 400px;
  opacity: 0.3;
}
.bubble {
  animation: bubblemove 50s ease-in-out infinite;
  transform-origin: 50% 50%;
}.our-speciality-area .our-speciality-content-wrap {
  padding: 50px 50px 50px;
  box-shadow: 0 30px 30px 0 rgb(205 205 205 / 35%);
  border-radius: var(--border-radious-5);
}.section-title-area {
  margin-bottom: 60px;
  text-align: center;
}    
#speciality{
  padding-top: 50px;
  padding-bottom: 50px;
position: relative;
z-index: 9;
}


/*.globe {*/
/*  position: relative;*/
/*  width: 100vw;*/
/*  height: 100vh;*/
/*}*/

/*.globe .globe-list {*/
/*  z-index: 10;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  list-style: none;*/
/*  display: none;*/
/*}*/

/*.globe .globe-list {*/
/*  opacity: 0;*/
/*  transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
/*}*/

/*.globe .globe-list.active {*/
/*  opacity: 1;*/
/*}*/

/*.globe .globe-list > li {*/
/*  opacity: 0.4;*/
/*  position: absolute;*/
/*  margin-left: -8px;*/
/*  margin-top: -8px;*/
/*  width: 16px;*/
/*  height: 16px;*/
/*  border-radius: 50%;*/
/*  background: #00FFD3;*/
/*  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
/*}*/









/*.globe .globe-canvas {*/
/*  margin-left: -42%;*/
/*  z-index: 1;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: -65px;*/

/*}*/



@-webkit-keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }
  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}

@keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }
  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}.logo-card {
    align-items: center;
    box-shadow: #e8eaed 0 5px 10px;
    box-sizing: border-box;
    display: flex;
    background: #ffff;
}.logo-card img {
    object-fit: contain;
    transform: scale(.8);
    width: 100%;
}
.navbar {
  padding-top: 0.8rem ! important;
  padding-bottom: 0.8rem ! important;
}

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}.block{
  width: 100%;
  height:400px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}.footer-social-icons {
  width: 350px;
  display:block;
  margin: 0 auto;
  position: 50% 50%;
}
.social-icon {
  color: #fff;
}
.social-icons li {
  display: inline;
  height: 100px;
}
.social-icons a {
  color: #695d5d;
  text-decoration: none;
}
.fa-facebook {
  padding:10px 14px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
}
.fa-instagram {
  padding:10px 14px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
}
.fa-facebook:hover {
  background-color: #3d5b99 ! important;
}

.fa-instagram:hover {
   background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.fa-twitter {
  padding:10px 12px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
}
.fa-twitter:hover {
  background-color: #00aced;
}
.fa-rss {
  padding:10px 14px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
}
.fa-rss:hover {
  background-color: #eb8231;
}
.fa-youtube {
  padding:10px 14px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
}
.fa-youtube:hover {
  background-color: #e64a41;
}
.fa-linkedin {
  padding:10px 14px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
}
.fa-linkedin:hover {
  background-color: #0073a4;
}
.fa-github {
  padding:10px 14px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
}
.fa-github:hover {
  background-color: #5a32a3;
}
#txtcont{
  text-align: justify;
}
#serviceimg  {
  width: 100%;
  height: 88%;
} 
.form-control1 {

    color: #524747 ! important;
}
.accordion li ul li{
    border-radius:0vh;
    background: none;
}
.contact-details-each span b{
    font-size:2.3vh !important;
}
.contact-details-each {
    margin-bottom: 2px !important;
}
@media (max-width: 576px) {
  .barside{
            margin-left: 17.5vh ! important;
            
          }
        }
        .services-section {
    background: #f9f9f9;
  }
  .service-card {
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }

  .service-icon {
    float: left;
    color: #2f4e6f;
    font-size: 2.5rem;
    margin-top: -.6rem;
}
  .service-card h2 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
   .service-card h4 {
    font-weight: 600;
  
    margin-bottom: 8px;
  }
  .service-card h6 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .icon-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4f99e8, #cbebf8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }
  .icon-box:hover {
    transform: rotate(10deg) scale(1.1);
  }
  .glass-card {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    color: #000;
    transition: transform 0.3s ease;
  }
  .glass-card:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
     transform: rotate(10deg) scale(1.1);
  }
  .icon-circle1 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #caebf8, #caebf8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  }
.grow-together-section {
  padding: 100px 20px;
  position: relative;
}

.grow-content {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 50px 30px;
  max-width: 650px;
  margin: 0 auto;
  color: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  animation: fadeInUp 1.2s ease;
}

.grow-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #fafafa, #d4c3b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grow-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #fff;
}

.grow-btn {
  display: inline-block;
      border: 1px solid #c5b8bb;
    background: #180d0b;
    color:#fff;
  padding: 14px 32px;
  border-radius: 50px;
 
  text-decoration: none;
  transition: all 0.4s ease;
}

.grow-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
   color:#fff;
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}
 .contact-info span {
  margin-right: 15px;
}
 .contact-info span a{
  color:#818b95;
 }
 .social-icons a {
  margin-left: 10px;
  color: #fff;
  transition: 0.3s;
}
 .social-icons a:hover {
  color: #ffeb3b;
}
.about-hero {
  background: linear-gradient(135deg, rgba(47, 78, 111, 0.9), rgba(24, 24, 24, 0.9)), url('../img/contact.jpg') center/cover;
  min-height: 60vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(47, 78, 111, 0.3) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(24, 24, 24, 0.4) 0%, transparent 50%);
  animation: hero-bg 20s ease-in-out infinite;
}

@keyframes hero-bg {
  0%, 100% { transform: translateX(0) translateY(0); }
  25% { transform: translateX(-20px) translateY(-10px); }
  50% { transform: translateX(20px) translateY(10px); }
  75% { transform: translateX(-10px) translateY(20px); }
}

.about-hero-content {
  position: relative;
  z-index: 2;
}

.mission-vision-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}

.mission-vision-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(47,78,111,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.mission-card, .vision-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.mission-card::before, .vision-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(47, 78, 111, 0.1), transparent);
  transition: left 0.5s ease;
}

.mission-card:hover::before, .vision-card:hover::before {
  left: 100%;
}

.mission-card:hover, .vision-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.mission-icon, .vision-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 30px;
  position: relative;
  overflow: hidden;
}

.mission-icon {
    background: linear-gradient(135deg, #2f4e6f, #181818);
  color: white;
}

.vision-icon {
    background: linear-gradient(135deg, #2f4e6f, #181818);
  color: white;
}

.mission-icon::after, .vision-icon::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: rotate(45deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
  50% { transform: translateX(100%) translateY(100%) rotate(45deg); }
  100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
}

.values-section {
  padding: 80px 0;
  background: #fff;
}

.value-item {
  text-align: center;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.value-item:hover {
  transform: translateY(-5px);
}

.value-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f4e6f, #181818);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.value-item:hover .value-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 20px rgba(47, 78, 111, 0.3);
}

.floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  background: rgba(47, 78, 111, 0.1);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.floating-element:nth-child(1) {
  width: 20px;
  height: 20px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.floating-element:nth-child(2) {
  width: 15px;
  height: 15px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.floating-element:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 30%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

.stats-section {
  background: linear-gradient(135deg, #2f4e6f, #181818);
  color: white;
  padding: 80px 0;
}

.stat-item {
  text-align: center;
  padding: 30px 20px;
}

.stat-number {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.team-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.team-member {
  text-align: center;
  padding: 30px 20px;
  background: white;
  border-radius: 15px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.team-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #2f4e6f, #181818);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: white;
  position: relative;
  overflow: hidden;
}

.team-avatar::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: rotate(45deg);
  transition: all 0.5s ease;
}

.team-member:hover .team-avatar::before {
  animation: shine 1s ease-in-out;
}

@media (max-width: 768px) {

  .mission-card, .vision-card {
    padding: 30px 20px;
  }
  
  .about-hero {
    min-height: 50vh;
  }
}

    /* Services Page Specific Styles */
    .services-hero {
      background: linear-gradient(135deg, rgba(47, 78, 111, 0.95), rgba(24, 24, 24, 0.95)), 
                  url('../img/contact.jpg') center/cover;
      min-height: 70vh;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
    }
    
    .services-hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: 
        radial-gradient(circle at 20% 30%, rgba(255, 107, 107, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(78, 205, 196, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%);
      animation: hero-pulse 8s ease-in-out infinite;
    }
    
    @keyframes hero-pulse {
      0%, 100% { opacity: 0.3; transform: scale(1); }
      50% { opacity: 0.6; transform: scale(1.05); }
    }
    
    .services-hero-content {
      position: relative;
      z-index: 2;
    }
    
    .animated-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden;
      pointer-events: none;
    }
    
    .floating-shape {
      position: absolute;
      border-radius: 50%;
      background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
      animation: float-shapes 15s ease-in-out infinite;
    }
    
    .floating-shape:nth-child(1) {
      width: 80px;
      height: 80px;
      top: 10%;
      left: 10%;
      animation-delay: 0s;
    }
    
    .floating-shape:nth-child(2) {
      width: 120px;
      height: 120px;
      top: 60%;
      right: 15%;
      animation-delay: 3s;
    }
    
    .floating-shape:nth-child(3) {
      width: 60px;
      height: 60px;
      bottom: 20%;
      left: 20%;
      animation-delay: 6s;
    }
    
    .floating-shape:nth-child(4) {
      width: 100px;
      height: 100px;
      top: 30%;
      right: 30%;
      animation-delay: 9s;
    }
    
    @keyframes float-shapes {
      0%, 100% { 
        transform: translateY(0px) rotate(0deg);
        opacity: 0.3;
      }
      50% { 
        transform: translateY(-30px) rotate(180deg);
        opacity: 0.6;
      }
    }
    

  