
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}
body {
font-family: 'Mulish', sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
	overflow-x:hidden;
  background-color: white;
}
.affix {
    width: 100%;
    top: 0;
    z-index: 300;
    background-color: #fff;
    position: fixed;
}
a {
  color: #b24694;
  text-decoration: none;
}

a:hover {
  color: #ffd584;
  text-decoration: none;
}
p {
    margin-top: 0;
    margin-bottom: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
/*  font-family: 'Inter', sans-serif;*/
}
.header-area.header-style-1 .top_bar {
    background: #fff;
    padding: 3px 20px;
}
.large-container {
    position: static;
    max-width: 1650px;
    padding: 0 15px;
    margin: 0 auto;
}
.header-area.header-style-1 .top_bar .top_md {
    padding: 0;
}
.header-area.header-style-1 .top_bar .top_md {
    position: relative;
    padding-left: 80px;
}
.header-area.header-style-1 .top_bar .top_md .text.workings {
    font-weight: 500;
}
.header-area.header-style-1 .top_bar .top_md .text {
font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-right: 15px;
}
.header-area.header-style-1 .top_bar .top_md .text span {
    font-size: 16px;
    font-weight: 400;
}
.header-area.header-style-1 .top_bar .top_md .call, .header-area.header-style-1 .top_bar .top_md .mail {
    position: inherit;
    padding-left: 20px;
    font-size: 14px;
}
.header-area.header-style-1 .top_bar .top_md .call a, .header-area.header-style-1 .top_bar .top_md .mail a {
    font-size: 14px;
    line-height: 25px;
    color:#fff;
    display: block;
    background: #09a1b9;
    border-radius: 9px;
    padding: 1px 15px;
}
.header-area.header-style-1 .top_bar .top_rt {
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 14px;
}
.header-area.header-style-1 .top_bar .top_rt a{
  padding-right: 10px;
  color: #000 !important;
}
.header-area.header-style-1 .top_bar .top_rt .social-icons {
    padding-left: 30px;
    font-size: 14px;
}
.social-icons ul {
    margin: 0;
    padding: 0;
}
.header-area.header-style-1 .top_bar .top_rt .social-icons ul li {
    padding: 0 3px;
}

.header-area.header-style-1 .top_bar .top_rt .social-icons ul li {
    padding: 0;
    margin: 0;
}
.social-icons ul li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
}
/*ul li, ol li {
    position: relative;
    font-size: 17px;
    line-height: 26px;
font-family: 'DM Sans', sans-serif;
    list-style: none;
    font-weight: 400;
    color: #696e77;
    margin-bottom: 15px;
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}*/
.header-area.header-style-1 .top_bar .top_rt .social-icons ul li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.social-icons ul li .m_icon {
    border: 0;
    background: #254e67;
    width: 40px;
    height: 40px;
    color: #fff!important;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    display: block;
    border-radius: 40px;
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.social-icons ul li a i {
    font-weight: 400;
    font-family:'Noto Sans';
    color: #fff;
}
@media (min-width: 1200px){
#hero .container{
    max-width: 90%;
}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #c14899;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
     color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#navbar_top {
    padding: 17px 20px;
    background: #fff;
    background: #702f8a;
     
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 0px 5px 0px #32155aad;
}
.header-scrolled {
  /*background: rgba(0, 0, 0, 0.8);*/
  background:#fff;

}

#navbar_top .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#navbar_top .logo a {
  color: #fff;
}

#navbar_top .logo a span {
  color: #ffc451;
}

#navbar_top .logo img {
  max-height: 100px;
}
.fixed-top .logo img {
	 max-height: 40px !important; 
	}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff !important;
  border-radius: 3px;
      padding: 8px 21px;
/*  padding: 7px 25px 8px 25px;*/
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
    /*  border: 2px solid #09a1b9;*/
    background: #09a1b9;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.get-started-btn:hover {
  background: #254e67;
/*  color: #32E384;*/
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 25px;
  font-size: 17px!important;
  font-weight:600!important;
  color: #fff !important;
  white-space: nowrap;
  transition: 0.3s;
    font-family: 'Mulish', sans-serif;

}
#header.header-scrolled .navbar a
 {
 
  color: #000 !important;
  
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #000;
}
input::-webkit-input-placeholder{
    color:#c8b2e7;
}
input::-webkit-text-area-placeholder{
    color:#c8b2e7;
}textarea:-ms-input-placeholder {
color: #c8b2e7;  
}textarea::-webkit-input-placeholder {
color: #c8b2e7;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #c8b2e7;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #c8b2e7;  
}
input:-moz-placeholder {
    color:#c8b2e7;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
/*  padding: 10px 0;*/
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #702f8a; 
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #c04899;
    color: #fff!important;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
 /* line-height: 0;
  transition: 0.5s;*/
}


@media(max-width: 500px){
  .news-events-dsk{
display: none;
  }
  .news-events-mbn{
    display: block;
  }
}

@media(min-width: 500px){
  .news-events-dsk{
display: block;
  }
  .news-events-mbn{
    display: none;
  }
}







@media (max-width: 991px) {
  .fh {
    display: none;
}
  .custom-modal-h {
  
    font-size: 30px !important;
   
}
.close {
  
    position: absolute;
    right: -1px;
    background: none;
    top: 35px;
}
  .thankyou-msg1 {
    font-size: 22px !important;
       line-height: 44px !important;
}
.thankyou-msg2{
  font-size: 14px !important;
  line-height: 26px
}
.branded-ing{
  background-image:url(../img/banner/slide1.jpg);    background-repeat: no-repeat;
  background-size: contain !important;
       padding: 92px 0px !important;
}
#hero11 .icon-box {
   
    display: block !important;
}
.bg-img img{
  margin-bottom: 10px
}

  .ic-text{
  margin-left: 10px;
      margin-top: -10px;
}
  .videocontent h2 {
    font-size: 16px !important;
   
}
  .column-reverse{
    flex-direction: column-reverse;
  }
  .banner_shead {
 
     max-width: 100% !important; 
  }
  .banner_head {
   
    font-size: 25px !important;
  
    line-height: 25px !important;
   
}
  .hero-cap {
    position: absolute;
    width: 80% !important;
    left: 50% !important;
  }
 .carouselcm-img {
    height: 200px!important;
    object-fit: cover;
}
  .videocontent {
  
  padding:50px 30px 30px !important;
  /*height: 30px;*/
}
	#hero .icon-box {
 
    border-color: #ffffff00 !important;
   
}
  .mobile-nav-toggle {
  display: block;
    position: fixed;
    /* top: 0; */
    /* right: 0; */
    top: 22px;
    right: 27px;
  }

  .navbar ul {
    display: none;
  }
  
}

.navbar-mobile {
 position: fixed;
    overflow: hidden;
    top: 20px;
    right: 0;
    left: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.9); */
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
        position: fixed;
    top: 22px;
    right: 27px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  /*padding: 10px 0;*/
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #c33b98;
  background-color: #09a1b9;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  background-color: #ffc451;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero0 {
  width: 100%;
  /*height: 100vh;*/
  background: #09a1b9;
  background-size: cover;
  position: relative;
  padding: 7% 0% 9% 0%;

}

#hero0:before {
  content: "";
  
/*background-image: radial-gradient(at top center, #15495780 0%, #f9fafb91 100%);*/
  /*background: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero0 .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero0 h1 {
  margin: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  margin-bottom: 20px;
}

#hero0 h1 span {
  color: #fff;
}

#hero0 h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}
#hero0 p{
	color: #fff;
  
    font-size: 32px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.5em;
    
}

#hero0 .btn-get-quote{
	padding: 20px 40px;
    background: #fff;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #09a1b9;
    font-weight: 400;

}
#hero0 .icon-box {
  padding: 30px 20px;
    transition: ease-in-out 0.3s;
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    height: 100%;
    text-align: center;
  align-items: center;
    display: flex;

}
#hero0 .icon-box {
	border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF2B;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 1em 1em 1em 1em;
}

#hero0 .icon-box0 {
    border-width: 0px 0px 0px 0px !important;
    
    }
#hero0 .icon-box i {
 font-size: 49px;
  line-height: 1;
  color: #32E384;
      margin-right: 21px;
}

#hero0 .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
      text-align: left;
}

#hero0 .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero0 .icon-box h3 a:hover {
  color: #ffc451;
}

.slheader .item {
  height: 80vh;
  position: relative;
}
.slheader .item img {
/*  width: 100%;
  height: 100%;
  object-fit: cover;*/
}
.slheader .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.slheader .item .cover .header-content {
  position: relative;
  padding: 26px;
  overflow: hidden;
}
.slheader .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute; 
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.slheader .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.slheader .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.slheader .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.slheader .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slheader .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slheader .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.slheader .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.slheader .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slheader .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.slheader .owl-nav .owl-prev:focus {
  outline: 0;
}
.slheader .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.slheader .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slheader .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.slheader .owl-nav .owl-next:focus {
  outline: 0;
}
.slheader .owl-nav .owl-next:hover {
  background: #000 !important;
}
.slheader:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.slheader:hover .owl-next {
  right: 0px;
  opacity: 1;
}



.owl-theme .owl-nav {
    margin-top: 0px;
}

#hero {
  width: 100%;
  /*height: 100vh;*/
  background: url("../img/business-team.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 9% 0% 12% 0%;
}

#hero:before {
  content: "";
  background-image: radial-gradient(at top center, #15495780 0%, #f9fafb 100%);
/*background-image: radial-gradient(at top center, #15495780 0%, #f9fafb91 100%);*/
  /*background: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #000;
  font-family: 'Inter', sans-serif;
  margin-bottom: 20px;
}

#hero h1 span {
  color: #ffc451;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}
#hero p{
	color: #000;
  
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.5em;
    
}

#hero .btn-get-quote{
	padding: 20px 40px;
	background: #09a1b9;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color:#fff;
	font-weight: 400;

}
#hero .icon-box {
  padding: 30px 20px;
    transition: ease-in-out 0.3s;
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    height: 100%;
    text-align: center;
  align-items: center;
    display: flex;

}
#hero .icon-box {
	border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF2B;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 1em 1em 1em 1em;
}

#hero .icon-box0 {
    border-width: 0px 0px 0px 0px !important;
    
    }
#hero .icon-box i {
 font-size: 49px;
  line-height: 1;
  color: #32E384;
      margin-right: 21px;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
      text-align: left;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #ffc451;
}



/*#hero .icon-box:hover {
  border-color: #ffc451;
}
*/

#hero11 .icon-box {
  padding: 30px 20px;
    transition: ease-in-out 0.3s;
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    height: 100%;
    text-align: center;
  align-items: center;
    display: flex;

}
#hero11 .icon-box {
	border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color:  transparent;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: .5em 1em .5em 1em;
}
.icon-bg{
     background: #fff;
    /* padding: 20px; */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 124px;
}
#hero11 .icon-box:lastchild{
 border-width: 0px 0px 0px 0px !important;
}
#hero11 .icon-box0 {
    border-width: 0px 0px 0px 0px !important;
    
    }
#hero11 .icon-box i {
    padding-top: 13px;
 font-size: 32px;
  line-height: 1;
  color: #c2489a;
   /*  margin-right: 124px;*/
}

#hero11 .icon-box h3 {
  font-weight: 700;
  margin: 4px 0 0 0;
  padding: 0;
  line-height: 1;
     font-size: 25px;
    line-height: 26px;
    text-align: left;
    color: #fff;
}
#hero11 .icon-box p {
	font-size: 19px;
    text-align: left;
    color: #fd47c1; 
}
#hero11 .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero11 .icon-box h3 a:hover {
  color: #ffc451;
}
/*---------------------------------key features----------------------------*/
 .service_box1{ padding:5px; 
    box-shadow: 0 0 10px #e2e2e2;}
 .service_box2{ padding:0px; background:transparent; border-radius:}
.image .trans1{ width:100%}
 
.title_24 {
    font-size: unset;
    line-height: unset;
    margin: 0;
}
.title_241 a {
    font-size: 16px;
    line-height: 26px; 
    color: #3a1a68!important;
    display: block; text-align:center;
    margin: 10px 0;
}
.title_24 a:hover {
    color: #a25641;
}
.new{text-align:center;  }. padt{ padding-top:30px; } .padb{ padding-bottom:30px}
.nc{ text-align:center; font-size:22px; line-height:32px}
.newu{ font-size:18px; font-weight:bold}
.trans {
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.imagerad{ border-radius:50%}.about-us2{
	padding: 4em 0em 1em 0em;
}
 .rd_more {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #0f3567;
    line-height: 17px;
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}.about-us2 {
    padding: 4em 0em 6em 0em;
    background: #fff;
}
.owl-carousel .owl-item img{ width:auto!important}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {#hero11 .icon-box p {
    font-size: 17px;}
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /*padding: 60px 0;*/
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
 font-family: 'Inter', sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  color: #151515;
}

.inner-section{
	background-color: #702f8a;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 1em;
       /* border-radius: 3px 3px 0px 0px;*/
         margin-bottom:20px;
}

  /*------------------------------aboutus page-------------*/
 .imb{ border-radius:10px!important;} .page_header_default.alignment_center {
    text-align: center;
}

.page_header_default {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
.page_header_default:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #441f78;
    opacity: .45;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.page_header_default .bakground_cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page_header_default .page_header_content {
    position: relative;
    z-index: 9;
}
.page_header_default .page_header_content .title {
    position: relative;
  
    font-size: 45px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    word-break: break-word;
}
.breadcrumb {
    position: relative;
    margin-top: 25px !important;
    display: inline-block;
}

.m-auto {
    margin: auto!important;
}
.breadcrumb {
    
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb li:first-child {
    padding-left: 0;
}

.breadcrumb li {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    color: #fff;
    margin-bottom: 0;
}
.breadcrumb li:before {
    position: absolute;
    content: "\00BB";
    font-family: "uicons-regular-straight";
    font-weight: 400;
    font-size: 23px;
    right: -12px;
}
.breadcrumb li a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-us{
	padding: 3em 0em 3em 0em;
   
}
.bg{background: #f6f9fa;}
.bg1{background: #fff!important;}
.bg2{background: #41226d!important;}
.about-us h6{
	color: #b24694;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 2px;
}
.newp{ color:#fff!important}
.white{ color:#fff!important}
.about-us h2{
	       color: #46336b;
    font-size: 27px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0px; 

}.about-us1 h3{
	       color: #254e67;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0px;  padding-top:20px

}
.enquir_wrap {float:left;width:100%;position:relative;
    background: #441f78;
    border-style: solid;
    border-width: 15px 0px 0px 0px;
    border-color: #bf3b96;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 30px 30px 30px;
    box-shadow: 0px -4px 31px 3px rgb(37 56 87 / 22%); 
}

.single-contact-item .content .details {
    font-size: 14px;
    font-weight: 500;
}
.single-contact-item {
    display: flex;
    align-self: flex-start;
    background-color: var(--bg-color-two);
    padding: 7px 0; border: 1px solid #3a1c64;
    background: #371960;margin-bottom:20px; padding:20px
}
.single-contact-item .icon {
    line-height: 10px;
    text-align: center;
    margin-right: 20px;
    font-size: 30px;

    color: #09a1b9;
    transition: all .3s ease-in;
}
.single-contact-item .content .details {
   font-size: 16px;
    font-weight: 500;
    color: #d1d1d1!important;
}
.enquir_wrap .sub_header1 {text-align:left;color:#000;}
.enquir_wrap .main_header {text-align:left;color:#0076bc;     font-size: 28px; padding-bottom:10px; margin-top:0;}
.enquir_wrap .main_header span{color:#000;}
.enquir_col2 {float:left;width:60%;position:relative;  padding: 50px 31px 50px 106px;}
.enquir_col2 .sub_header1 {text-align:left;}
.enquir_col2 .main_header {text-align:left;margin-bottom:10px;}
.heightnew{ height:46px!important}
.form::placeholder{
     color: #c8b2e7!important;
}
.enquir_wrap .form{width:100%;padding:7px;
   margin-top: 5px;
    background: #351860;
    border: 1px solid #40236d;
    margin-bottom: 8px;
   
    font-size: 13px;
    transition: all .4s;
    border-radius: 5px;
    color: #fff !important;
}
.gbtn {
    background: #c13a97;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    border-radius: 3px 3px 3px 3px;
    padding: 15px 30px;
    position: relative;
    color: #fff; margin-top:20px;
}
.enquir_wrap .form:hover{border:1px solid #555}
.enquir_wrap .form:focus{color:#fff !important;outline:0;border:1px solid #555}
.enquir_wrap .textarea{height:140px;max-width:100%}
.mart{ margin-top:20px;}
  .ClientsSec h3{background-color:#fff; padding:10px; display:inline-block; text-transform:uppercase; color:#FE4953; margin-bottom:0; margin-top:0;}
		  .clinets img{margin:10px; padding:10px; background-color:#fff;
    border: 1px solid #e2e2e2;}
		  .MajorClients img{width:250px!important;}
		  .login_forms {
   
    background: #fff;
    padding: 40px 20px;
    display: table;
    margin-bottom: 20px;
   box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%); margin-bottom:20px;
}
.newi{ width:200px!important; height:auto!important}
p span{ color: #fff;
    font-weight: bold;}
.feature_head1{font-size: 26px !important;font-weight: 700;margin-top: 0px;margin-bottom: 10px;line-height: 1.1;text-align: left;color: #09a0b7;}
.servc_list2 {padding:0;margin:15px 0 0;list-style:none}
.servc_list2 li{display:block;margin:0 0 0px 0;padding-bottom:5px;position:relative;padding-left:25px;}
 .style1{ color:#fff}
 td,tr{ font-size:14px; line-height:25px;}
.servc_list2 li:last-child {margin-bottom:0;}
.servc_list2 li:last-child:after{display:none;}
.servc_list2 li i {position:absolute;left:0;color:#3d4864;font-size:20px;    top: 6px;}
.servc_list2 li span{color:#2a2a2a;display:block;font-weight:500;font-size:16px;padding:1px 0px 1px 10px; line-height:28px;}
.retreat{ box-shadow: 0 0 10px #e2e2e2; padding:20px 10px;}

.text_brdr1{background:#264f68;width: 50px;height: 3px;display: block;overflow: hidden;margin-left:0;text-align: left; margin-bottom:10px;}

.enquir_btn1 { padding:5px 25px;background: #c03a96;
    border: 1px solid #c03a96;
    color: #fff; font-size:20px; }

.about-us1 h4{
	       color: #254e67;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;  font-style:italic

}.about-us1 h5{
	       color: #c03a96;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1em; padding-top:20px;
    letter-spacing: 0px;  font-style:italic

}
.about-us img{
object-fit: contain; 
       /* padding: 10px 10px 0;*/
}
.about-us1{
	padding: 3em 0em 3em 0em;
	background: #efefef;
}
.about-us1 h6{
	color: #c03a96;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 2px;
}

.about-us1 h2{
	       color: #000;
    font-size: 30px;   
    line-height: 37px;
    letter-spacing: 0px;
    padding-bottom: 11px;

}
.about-us1 img{
	width: 100%; 
}

/*.icon-box-ab{
	display: flex;
	align-items: flex-start;
}*/

/*.icon-box-ic{
	    margin-right: 21px,15px);
    margin-left: 0;
    margin-bottom: unset;
    display: inline-flex;
    flex: 0 0 auto;
}*/
.icon-box-ab span{
	   background-color: #381b60;
    fill: #b24694;
    color: #b24694; 
    font-size: 35px;
      padding: 4px 10px;
        border-radius: 50%;
        margin-right: 21px;
}
.icon-box-ab h2{
	    font-size: 22.5px;
    color: #bf3a96;
    line-height: 29px;
    margin-bottom: 5px;
}
/*.right-bg{
	    background-image: url(../img/bg_2.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 200px auto;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 1em 1em 3em 3em;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}*/
.cta {
 position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
   /* bottom: -90px;
    right: 0;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%);
    width: 41%;
    background: #fff;*/

}

.cta__bg-wrapper{
	    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    /* width: 100%; */
    z-index: 1;
    overflow: hidden;
}
.cta__bg{
	    background-size: cover;
    background-position: 50%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.cta__bg-overlay{
	background-color: #02010100;
}

.cta__content{
	   z-index: 2;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 25px;
    width: 100%;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #fff;
}
.cta__title{

    font-size: 80px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -2px;
    
    color: #09a1b9;
}
.cta__description{
	color: #242424;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
/*.icon-box-ic span i:before{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
*/

.hero1a {
  width: 100%;
  /*height: 100vh;*/
  background: url("../img/professional-business-team.jpg") top center;
  background-size: cover;
  position: relative;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
 padding: 4em 1em 2em 0em;
}

.hero1a:before {
  content: "";
 background-color: #154957;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
/*background-image: radial-gradient(at top center, #15495780 0%, #f9fafb91 100%);*/
  /*background: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.hero1a h2{
	font-size: 38px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -2px;
   color: #FFFFFF;
   position: relative;
   margin-bottom: 20px;
}

.hero1a p {
    color:#fff;
    position: relative;
    margin-bottom: 10px;
}
.newim{ /*max-width:400px;*/ padding:0px;   margin-bottom:10px; margin-right:15px; }
.newim1{  border:1px solid #e2e2e2 }
.newh{ font-size:22px; color:#b53993}
.hover_1_get2{ margin-bottom:10px;}
#hero1 {
  width: 100%;
  /*height: 100vh;*/
  background: url("../img/bck5.jpg") top center;
  background-size: cover;
  position: relative;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
     padding: 7em 0em 7em 0em;
     /*   padding: 58px 30px 54px;*/
}

#hero1:before {
  content: "";
/* background-color: #154957;*/
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
/*background-image: radial-gradient(at top center, #15495780 0%, #f9fafb91 100%);*/
  /*background: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero1 h2{
	font-size: 43.95px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -2px;
   color: #FFFFFF;
   position: relative;
   margin-bottom: 20px;
   text-align: left;
}

#hero1 p {
   color: #fff;
    position: relative;
    /* margin-bottom: 30px; */
    text-align: left;
    font-size: 14px;
}

#hero1 .gbtn{
	    background: #46336b;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    border-radius: 50px;
    padding: 15px 30px;
    position: relative;
    color: #fff;
    text-align: left;
}

/*---------------------------------key features----------------------------*/
.service_box.type_two {
  /*  border-radius: 20px;*/
  background: #fff; 
 /*   box-shadow: 0px 10px 60px rgba(15,53,103,.1);*/
}
.service_box.type_two .img_bx {
    display: block;
  /*  padding-bottom: 10px;*/
    border-radius: 20px;
/*    background: #edf7fe;*/
}
.service_box.type_two .image {
    position: relative;
    overflow: hidden; 
   /* border-radius: 20px;*/
}
.service_box.type_two .image1 {
    position: relative;
    overflow: hidden; 
   /* border-radius: 20px;*/
}
.type_two2 .image {
    position: relative;
    overflow: hidden;
     height: auto !important; 
    border-radius: none !important;
}.type_two2 .image1 {
    position: relative;
    overflow: hidden;
     height: auto !important; 
    border-radius: none !important;
}
.service_box.type_two .image1 img {
    width: 100%!important;
    height: 100%; 
    padding: 5px; 
   /* -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;*/
}
.service_box.type_two .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
   /* padding: 15px;*/
   /* -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;*/
} 
.hover_1 .oh {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    left: 0;
    background: #46336b2b;
    transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    bottom: -50%;
    transform: translateY(50%);
    opacity: 0;
}
.hover_1 .oh.ho_2 {
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    left: 25%;
    transform: translateY(40%);
}
.hover_1 .oh.ho_3 {
    transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    left: 50%;
    transform: translateY(20%);
}
.hover_1 .oh.ho_4 {
    transition: .9s ease-in-out;
    -ms-transition: .9s ease-in-out;
    -moz-transition: .9s ease-in-out;
    -o-transition: .9s ease-in-out;
    transform: translateY(30%);
    left: 75%;
}
/*.type_two12:hover  {
    background: #000000;
}*/
/*.service_box.type_two:hover .img_bx {
    background: #000000;
}
.service_box.type_two .img_bx {
    display: block;
    padding-bottom: 10px;
    border-radius: 20px;
    background: var(--color-set-one-bg-1);
}*/
.service_box.type_two .content_box {
/*        padding: 0px 15px;*/
    position: relative;
}
.service_box.type_two .content_box .icon {
    position: relative;
    margin-top: -85px;
    z-index: 1;
    border-radius: 85px;
    width: 85px;
    height: 85px;
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 10px 60px rgba(0,0,0,.07);
}
.service_box.type_two .content_box .icon i {
    font-size: 45px;
    line-height: 85px;
    color: #09a1b9;
}
.service_box.type_two .content_box .steps {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 120px;
    line-height: 120px;
    color: #edf7fe;
    z-index: 0;
}
.title_24 {
  font-size: unset;
  line-height: unset;
  margin: 0;
  padding: 0px 15px;
  color: #46336b;
  height: 58px;
  overflow: hidden;
}
/* .title_24 a {
     font-size: 17px;
    line-height: 0;
    font-weight: 500;
       padding-top: 18px;
    color: #46336b;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
} */
.title_24 a {
  font-size: 17px;
  /* line-height: 0; */
  font-weight: 500;
  padding-top: 18px;
  color: #46336b;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  font-family: 'Mulish', sans-serif;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.title_24 a:hover {
    color: #c14899;
}
.trans {
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;line-height: 20px;
    font-size: 16px;
}
.rd_more {
       position: relative;
    display: block;
    font-size: 13px;
    font-weight: 900;
    color: #fff !important;
    line-height: 17px;
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    background: #c2489a;
    padding: 10px;
    text-align: center;
    
}
/*----------------------------------why choose us--------------------------*/
.why-choose{
	  padding: 0em 2em 0em 2em;

}
/*.why-choose .text-center{
	    max-width: 720px;
}*/
.why-choose h6{
	color: #09a1b9;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 2px;
}

.why-choose h2{
	color: #46336b;
    font-size: 34.5px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0px;
	/*letter-spacing: -2px;*/

}
.icon-box-ab1{
	padding: 1em;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%);
}
.icon-box-ab1 span{
	     background-color: #09a1b9;
    fill: #09a1b9;
    color: #fff;
    font-size: 35px;
    padding: 10px 17px;
    /* border-radius: 50%; */
    margin-right: 21px;
    font-size: 28px;
    border-radius: 3px 3px 3px 3px;
}
.icon-box-ab1 h2{
	font-size: 22.5px
}
.right-bg1 {
    background-image: url(../img/bg_2.png);
    /* background-position: bottom left; */
    background-repeat: no-repeat;
    background-size: 200px auto;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 1em 1em 3em 3em;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    background-size: 250px auto;
    padding: 0px 0px 0px 0px;
    background-position: center right;
}

/*-----------------------------how it works*/
.howitworks{
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /*   padding: 0em 2em 5em 2em;*/
 /*   background: #F2F2F2;*/
}
.howitworks .head{
      color:#46336b !important;
margin-bottom: 30px;
font-size: 26px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0px;
}

.howitworks h2{
	    color:#000;
 
    font-size: 43.95px;
    font-weight: 500;
    line-height: 1.1em;
    
}
.caption {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
        height: 65px;
    overflow: hidden;
    padding: 0px 15px;
}
.caption a{
 color: #000 !important;
    font-size: 14px;
    line-height: 18px; 
}
.howitworks  .icon-h-box{
background-color: #d3d2d500 !important;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; 
    --e-column-margin-right: 1em;
    --e-column-margin-left: 1em;
   /* padding: 5px 5px;*/
    text-align: center; margin-bottom:8px;
        border-radius: 10px;
}.howitworks { 
    padding: 2em 1em 2em 1em; 
}
.howitworks h3{
  font-size: 16px;
    margin-top: 10px;
    color: #000;
    text-align: center;
}

.why-choose {
    padding: 1em 1em 2em 1em;
}
.why-choose .container{
      max-width: 1049px !important;
}
.howitworks  .icon-h-box span{
	    margin: 0em 0em 1em 0em;
     padding: 34px 21px 21px 21px;
    background-color: transparent;
    background-image: radial-gradient(at top left, #32E384 0%, #09a1b9 100%);
    border-radius: 50% 50% 50% 50%;
}

.howitworks  .icon-h-box span i{
	color: #fff;
   
        font-size: 39px;
}
.howitworks  .icon-h-box h2{
	    font-size: 14px;
    margin-top: 10px;
    color: #000;
}
.icon-h-box a img{
/*  height: 100px !important;*/
      object-fit: contain !important;
}
.chat-now{
	color: #FFFFFF;
    background-color: #09a1b9;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #09a1b9;
        padding: 10px 20px;
        line-height: 1.5em;
        letter-spacing: 1.5px;
        font-weight: 400;
        font-size: 12px;
            border-radius: 3px 3px 3px 3px;
            color: #fff;
            text-transform: uppercase;
}
.chat-now:hover{
	
    background-color: #32E384;
 color:#fff;
    border-color: #32E384;

}



/*----------------------Testimonial area----------------*/
#hero3 {
 
    /* width: 100%; */
    /* height: 100vh; */
    background: url(../img/bg_3.png);
    /* background-size: cover; */
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 2em 0em 7em 0em;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #46336b;
}

#hero3:before {
	 content: "";
	
    background-color: transparent;
      background-image:radial-gradient(at bottom center, #41226df2 0%, #41226d 100%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;

      height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
  
}

.testimonial-area h6{
	color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
position: relative;
}

.testimonial-area h2{
    padding: 11px 0;
	color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0px;
}
.testimonial-area p{
		color: #fff;
	
    position: relative;
}

.testimonial-carousel{
	padding:20px 0 0;
}
.testimonial-item{
	background-color: #FFFFFF;
    border-radius: 3px;
    padding: 2em 2em 2em 2em;
    position: relative;
}
.testimonial-text{
	font-size: 17px;
    font-style: italic;
    line-height: 30px;
    position: relative;
    color: #000000;
}
.test-carousel{
	margin: -8em 0em 0em 0em;
}
.testimonial-footer{
	margin-top: 25px;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonial-image img{
width: 50px;
    height: 50px;
    border-radius: 999px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-cite{
	margin-left: 20px;
	    text-align: left;
	        display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #868686;
}
.testimonial-name{
	font-weight: 700;
	color: #868686;
}
#hero4 {
 /* width: 100%;*/
  /*height: 100vh;*/
  background: url("../img/bg_3.png");
 /* background-size: cover;*/
  position: relative;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
 padding: 2em 2em 2em 2em;
     background-position: center center;
    background-repeat: no-repeat;
   background-color: #09a1b9;
}

#hero4:before {
	 content: "";
	
    background-color: transparent;
    background-image: radial-gradient(at bottom center, #32E384CC 0%, #09a1b9 100%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;

      height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
  
}
/*#hero4 {

    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 2em 2em 2em 2em;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: linear-gradient(135deg, #32E384 0%, #09a1b9 100%);
}

#hero4:before {
	    content: "";
    background-color: transparent;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../img/bg_3.png);
    padding: 2em 0em 2em 0em;
    opacity: 0.1;
  
}*/
.newsletter h4{
	color: #000;
    font-size: 28.13px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.3em;
      position: relative;
}
.newsletter p{
	  position: relative;
}
.newsletter .form-input{
	font-size: 16px;
    font-weight: 400;
  position: relative;
    line-height: 1.5em;
    
    color: #111111;
    background: #F2F2F2;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F2F2F2;
    border-radius: 3px 3px 3px 3px;
        min-height: 47px;
    padding: 6px 16px;
    width: 100%;
    max-width: 100%;
   
  
    color: #373a3c;
    vertical-align: middle;
    flex-grow: 1;
}

.submit-btn{
	color: #ffffff;
	min-height: 47px;
  position: relative;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
  
    color: var(--e-global-color-text );
    background-color: #09a1b9;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #09a1b9;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 30px 10px 30px;
  
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #18BA60;
    border-style: none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
}











/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #441f78;
     padding: 30px 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background:#441f78;

      padding: 30px 0 0px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info img{ margin-bottom:10px;}
#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
 /*font-family: 'Inter', sans-serif;*/
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #b24694;
  color: #fff;
  line-height: 1;
  padding: 11px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #c2489a;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 22.5px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 7px;
}

#footer .footer-top .footer-links {
  margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffc451;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 4px 0;
  display: flex;
  align-items: center;
    font-size: 15px;
}
.footer-newsletter p{ font-size: 15px; line-height:26px; margin-top:10px;}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}.footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffc451;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  /*text-align: center;*/
      padding: 0 0 10px 0;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.gal img{
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
border-radius: 15px
}


@media(min-width: 991px){
.collapse.in {
    display: block;
}
.img-res{
  height: 620px;
    width: 1920px;
}
}
@media(max-width: 991px){
  .feat-img{
    max-width: 100%
  }
  td, tr {
    font-size: 14px !important;
    line-height: 25px;
}
  .videocontent h2 span {
    display: inline-grid !important;
}
.posted_in a{
 overflow: hidden;
    height: 40px;
}
.title_24 a {
    
    height: 60px;
    overflow: hidden;
}
.main-head {
   
    font-size: 16px !important;
  
}
/*.gbtn {
  
    margin: 0;
    position: absolute;
   
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 35%;
}*/

.cta__bg {
    background-size: contain !important;
    background-position: 100% !important;
  
    background-repeat: no-repeat !important;
   
}
.cta__content1 {min-height: auto !important;}
.bg {
  /*  background: #ececec !important;*/
  background-color: #ececec;
}
  #hero11 .icon-box h3 { 
    font-size: 16px;}
  .partner-with {
    padding: 3em 0em 3em 0em !important;
    background: #efefef;
}

.cta__content1 {
   
    padding: 14px !important;
        background: #ececec;
}
.cta1 {
    
    margin-bottom: 20px;
}


  .page_header_default { 

    padding: 21px 0; 
}.page_header_default .page_header_content .title { 
    font-size: 28px;
    line-height: 41px;}.breadcrumb li  { 
    font-size: 14px; 
}.right-bg {
    padding: 1em 1em 1em 0em;
    background: none;}.about-us1 h2 {
    color: #1c4d53;
    font-size: 27.5px;
	}
.header-area.header-style-1 .top_bar .top_md .call, .header-area.header-style-1 .top_bar .top_md .mail{ padding-left:0}
.header-area.header-style-1 .top_bar .top_md { padding-left:0!important}
.header-area.header-style-1 .top_bar .top_md .call a, .header-area.header-style-1 .top_bar .top_md .mail a {
    font-size: 12px;}
	.header-area.header-style-1 .top_bar .top_md .text { 
    font-size: 13px;}
    #navbar_top .logo img {
    max-height: 40px;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 17px!important;
    font-weight: 600!important;
    color: #000 !important;
    white-space: nowrap;
    transition: 0.3s;
    font-family: 'Mulish', sans-serif;
}
#hero0 h1 { 
    font-size: 29px; 
    line-height: 40px;}.slheader .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 23px;}.slheader .item .cover .header-content h1 {
    font-size: 32px;
    font-weight: 600;}
.slheader .item .cover .header-content h1 {
    font-size: 32px;
    font-weight: 600;}.about-us h2 { 
    font-size: 22.95px; 
    line-height: 37px;
}.about-us h2{ padding-bottom:0; padding-top:0px;}#hero1 h2 {
    font-size: 26.95px;
    font-weight: 700;
    line-height: 40px;}
	#hero1 {
    width: 100%; 
    padding: 4em 0em 3em 0em;
} 
.howitworks h2 {
    color: #111111;
    font-size: 29.95px;}
	#hero3 { 
    padding: 4em 0em 4em 0em;}
	.testimonial-area h2 { 
    font-size: 18px;
    padding: 11px 0 68px;

  }

.header-area.header-style-1 .top_bar .top_md .call a, .header-area.header-style-1 .top_bar .top_md .mail a {
       padding: 1px 0px;
}.header-area.header-style-1 .top_bar .top_md .text { 
    padding-right: 0px;
}
.why-choose h2 {
 /*   font-size: 20.95px;*/
    line-height: 31px;
    padding-top: 12px;
}
	#hero0 .container {
    position: relative;
    padding-top: 22px;}
	#hero0 p {
    color: #fff;
    font-size: 19px;}
.mbspnn {
    display: none;
}
	.cta {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    bottom: -20px;
    right: 0;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 5%);
    width: 100%;
    
}
.get-started-btn{
	display: none;
}
#footer .footer-top h4 {
    font-size: 17.5px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 3px;
}
}
.owl-next{
  background: #fff !important;
     width: 30px;
    height: 30px;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    border-radius: 50%;
}
.owl-prev{
  background: #fff !important;
        width: 30px;
    height: 30px;
    border-radius: 50%;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.owl-nav button {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    /* background: rgba(255, 255, 255, 0.38) !important; */
}
.owl-nav button.owl-prev {
    left: -13px;

}
.owl-nav button.owl-next {
    right:-13px;
}
#brands .owl-item img {
    border: 1px solid #efefef; 
    margin-bottom: 10px;
}
.bg-video-wrap1 {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 100vh !important;
 }
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 100vh;
 }
 @media only screen and (max-width : 414px){
  .overlay {
    width: 100%!important;
   top: 0px!important;
    height: 85vh;
}
 }
 @media only screen and (max-width : 600px){
  video {
    /* min-width: 100%; */
    /* min-height: 100vh; */
    z-index: 1;
 
    height: 507px!important;
}
.h2-class{
  padding-top: 20px!important;
}
.videtext {
  padding: 0px 30px 2px!important;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 100%;
}
.video-abt{
 
  height: 240px!important;

}
.videocontent1 {
  padding: 18px 40px 26px !important;
  /* height: 30px; */
}
.bg-video-wrap1 {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 30vh !important;
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto!important;
}
figure.snip0015 {
  width: 120px !important;
  height: 94px !important;
  margin: auto!important;
}
.videocontent {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 0;
  right: 2px;
  /* margin: auto; */
  z-index: 3;
  width: 101%;
  /* padding: 1px 63px 51px!important; */
  /* height: 30px; */
  margin-top: 41px!important;
}
figure.snip0015 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
 margin-top: 20px!important;
 width: 133px!important;
 height: 114px!important;
  /* width: 100%; */
  margin-bottom: 0px!important;
  /* border-radius: 50%; */
}
.videocontent h2 {
 
  margin-bottom: 20px!important;
}
.videocontent1 h2 {
  /* margin-bottom: 35px; */
padding-top: 0px!important;
  margin: 0px!important;
}
.overlay {
  width: 100%!important;

  top: -17px!important;
}
.videocontent h2 {
  font-size: 37px;
  font-weight: 700;
margin-bottom: 0px!important;
}
figure.snip0015 h5 {
  font-size: 13px !important;
  padding-top: 0px !important;
  bottom: 0px!important;
  /* left: 0; */
  /* padding: 0 1.6em; */
  text-align: center;
}
}
/* @media only screen and (max-width : 768px){
  .overlay {
    width: 100%!important;
    height: 43vh!important;
    top: -11px!important;
  }
} */



.p-btn{
  margin: auto;
    display: block;
    width: auto;
    margin-top: 40px;
}
 .carouselcm-img{
  height: 500px;
  object-fit: cover;
 }
 .hero-cap {
    position: absolute;
       width: 50% ;
    top: 50%;
    left: 40%;
    z-index: 3;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.banner_shead {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: initial; 
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}
.banner_head {
    color: #fff;
    font-size: 55px;
    font-style: italic;
    font-weight: 900;
    line-height: 65px;
    margin-bottom: 15px;
    text-transform: none;
    
    text-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.right_btn {
      background: #41226d linear-gradient(270deg, #41226d, #41226d);
    color: #fff;
    border: 1px solid #c14899;
    padding: 10px 30px 11px;
   
    font-size: 20px;
    text-shadow: 0 1px 3px rgba(0,0,0,.25);
    border-radius: 45px;
    font-style: italic;
    font-weight: 600;
    text-transform: none;
}
.carousel_overlay:after{background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
             content: "";height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 1}
/* video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
} */
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  /*background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%); */   background-color: #0000009e;
  background-size: 3px 3px;
  z-index: 2;
}
.videocontent {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3; 
  width: 100%;

  /*height: 30px;*/
}
.videocontent1 h2 {
  margin-top: 260px;
 
  /* margin-bottom: 35px; */
  /* padding: 61px 60px 27px!important; */
}
.f-1{
  font-size: 36px!important;
}
.videocontent-abt {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3; 
  width: 100%;

}

/* .videocontent1 {
 text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 100%;
     padding: 150px 110px 150px !important;
 
} */
.videocontent h2{
  font-size: 37px;
    font-weight: 700;
        margin-bottom: 10px;
}
.videocontent h2 span{
  display: block;
}
.videocontent h3{ font-size:40px}
/*.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}*/
.bg-img{
  padding: 0 30px;
}
.h2-class{
  padding-top: 158px;
}
.title{
  position: relative;
    font-size: 45px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    word-break: break-word;
}
.cta {
    border-radius: 5px;
    transition-duration: .5s;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    transition: .2s;
        display: block;
}
.cta1{
      border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 5px;
    transition-duration: .5s;
}
.cta__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}
.cta__bg, .cta__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.cta__bg-overlay {
    z-index: 2;
}
 .cta .cta__bg-overlay {
    transition-duration: .5s;
}
.cta__content {
    min-height: 294px;
    text-align: left;
    padding: 50px 10px 10px 41px;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cta__content1{
   z-index: 2;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 25px;
    width: 100%;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #fff;
  min-height: 358px;
    text-align: left;
    padding: 55px 20px 20px 60px;
}
.cta__content {
    z-index: 2;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 25px;
    width: 100%;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #fff;
}
.bg-transform-move-right:hover .bg {
    right: -20px;
}
.cta__status-text {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 6px;
    color: #fff;


    border-color: #fff;
    padding-top: 3px;
    display: inline-block;
}
.cta__content-item {
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #fff;
    width: 100%;
    margin: 0;
}
/*.cta__title{
    margin-bottom: 37px;
}*/
.cta__title {
    max-width: 100%;
    font-size: 30px;
    font-weight: 500;
    text-transform: none;
    line-height: 40px;
    letter-spacing: -1px;
    color: #fff;
}
.cta__title2 {
   
    color: #000 !important;
}
.cta__button-wrapper {
    position: relative;
    z-index: 2;
        margin-top: 37px;
}
.cta__button {
    color: #fff;
    border-color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    padding: 20px 0 0;
}
 .button-icon {
    color: #000;
    background-color: #fff;
}
 .button-icon i {
    font-size: 10px;
        color: #000;
}
.button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
        width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
}
.align-icon-left {
    order: -1;
}
.cta__button {
    /* cursor: pointer; */
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}
.cta__button {
    color: #fff !important;
    border-color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    padding: 20px 0 0;
}
.align-icon-left {
    margin-right: 7px;
    color: #fff !important
}
.cta__button1 {
    border-color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    border-style: solid;
    border-width: 0;
    padding: 15px 15px;
    background-color: #24aeb1;
        border-radius: 30px;
        color:#fff !important;

}
 .align-icon-right1 {
    margin-left: 14px;
}

/*------------Floating Form*/
.aside_mob_btn {
    display: none;
}
.aside-form {
    position: fixed;
    width: 300px;
    padding: 15px;
    background-color: #fff;
    right: -300px;
    transition: all ease-in-out 0.7s;
    -webkit-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    border: 1px solid #0d55a6;
}

.aside-form.book-enquiry .form-control {
    font-size: 15px;
    border-radius: 0;
    height: 40px;
    box-shadow: none!important;
    border: 1px solid #ced4da
}

.aside-form.book-enquiry textarea.form-control {
    height: 70px
}

.aside-form.book-enquiry .form-control:focus,.aside-form.book-enquiry .form-control:hover {
    border: 1px solid #888;
    outline: 0
}

.aside-form.book-enquiry .btn.btn-primary {
    border: 1px solid #0d55a6;
    font-size: 14px;
    font-family: Raleway,sans-serif;
    font-weight: 600;
    padding: 10px 35px;
    background: #0d55a6
}

.aside-form.book-enquiry h4 {
    font-weight: 600;
    color: #000;
    margin: 11px 0
}

.aadishakti-feedback {
    z-index: 299
}

.book-enquiry {
    top: 160px;
    z-index: 9999
}

.on-click-display {
    right: 0
}

.on-click-display2 {
    right: 0
}

.aside-form-button {
    width: 42px;
     height: 125px;
    position: absolute;
    left: -42px;
    display: inline-block;
    cursor: pointer;
    background: #46336b;
        font-family: 'Mulish', sans-serif;
}

.aside-form-button span {
    color: #fff;
    font-weight: 600;
    transform: rotate(90deg);
    display: block;
    width: 267px;
    text-align: center;
    position: relative;
    right: 113px;
    top: 45px;
    font-size: 16px;
    
}

.book-enquiry-btn {
    background-position: 0 0;
    top: 0;
}

.aadishakti-feedback-btn {
    background-position: 0 -160px;
    top: 320px;
}

.book-enquiry .form-control::-moz-placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #666;
}

.book-enquiry .form-control:-moz-placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #666;
}

.book-enquiry .form-control::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #666;
}

.book-enquiry .form-control::-ms-input-placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #666;
}

.d-none-lg {
    display: none;
}

.d-none-md {
    display: block;
}

.aside_mob_btn {
    display: none;
}

.mobile_btn1 {
    display: none !important;
}

.aside-form .mobile_btn2 {
    display: none;
}
.aside-form.book-enquiry .form-control {
    font-size: 13px; margin-bottom:10px;
    border-radius: 0;
    height: 40px;
    box-shadow: none!important;
    border: 1px solid #ced4da;
}
input, textarea {
    margin: 0.8em auto;
    font-family: inherit;
    text-transform: inherit;
    /* font-size: inherit; */
    /* display: block; */
    /* width: 280px; */
    padding: 0.4em;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.main_banner_btn {
    padding: 13px 30px;
    font-size: 14px;
    line-height: 1.3333333;
   /* font-family: 'Lato', sans-serif;*/
    font-weight: 500;
    border-radius: 3px;
    background-color: #b24694;
    text-transform: capitalize;
    border-color: #b24694;
    outline: none;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    letter-spacing: .50px;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin: 20px auto;
    color: #fff;
}
.h5, h5 {
    font-size: 14px;
}

@media(max-width: 600px){
   .aside_mob_btn {
        width: 100%;
    height: 54px;
    position: fixed;
    bottom: 0;
    top: auto;
   /* box-shadow: 0 0 12px #dcdcdc;*/
    right: 0;
    display: inline-block;
    cursor: pointer;
    background: #46336b;
    z-index: 9999;
    text-align: center;
    }

    .aside_mob_btn span {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        line-height: 52px
    }

    .aside-form.book-enquiry {
        position: fixed;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        z-index: -1;
        height: 0%;
        overflow: auto
    }

    .aside-form.book-enquiry.on-click-display {
        height: 100%;
        z-index: 99999999
    }

    .aside-form.book-enquiry .aside-form-button {
        display: none
    }

    .aside-form .mobile_btn2 {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 5px;
        top: 5px;
        background: #e40000;
        border: 1px solid #e40000;
        color: #fff;
        font-size: 17px
    }

    .mobile_btn1 {
        display: block!important;
        position: absolute;
        right: 8px;
        top: 8px;
        width: 35px;
        height: 35px;
        background: #46336b;
        color: #fff;
        font-weight: 600;
        text-align: center;
        line-height: 35px
    }

}


figure.snip0015 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
    width: 220px;
    height: 174px;
 /* min-width: 220px;
  max-width: 310px;
  max-height: 220px;*/
/*  width: 100%;*/
  background: #41226d;
  text-align: center;
  border-width: 1px;
    border-radius: 1rem;
    background-image: linear-gradient(to right, #41226d , #c1489991);
        border: 1px solid #c03a96;
/*  border-radius: 50%;*/
}
.partner-with{
     padding: 3em 9em 3em 9em;
    background: #efefef
}
figure.snip0015 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0015 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  /*width: 200px;
    height: 200px;
    border-radius: 50%;*/
}
figure.snip0015 h5{
  color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.1em;
    padding-top: 20px;
    letter-spacing: 0px;
 /*   font-style: italic;*/
        position: absolute;
    bottom: 3px;

    left: 0;
    padding: 0em 2em; width:100%
}
figure.snip0015 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4em 3em;
  width: 100%;
  height: 100%;
  background-blend-mode: overlay;
    background-color: #41226d6b;
}
figure.snip0015 figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  /*border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);*/
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0015 h2,
figure.snip0015 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0015 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0015 h2 span {
  font-weight: 800;
}
figure.snip0015 p {
  font-weight: 200  ;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0015 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0015:hover img {
  opacity: 0.35;
}
figure.snip0015:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0015:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0015:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*----------------horizontal tab*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
      border: 2px solid #fff;
    background-color: #c14899;
    font-weight: 500;
    color: #fff;
   /* font-family: 'Poppins',sans-serif;*/
    font-size: 15px;
    padding: 12px 28px;
    position: relative;
    /* background-color: #fff; */
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.07);
    position: relative;
    overflow: hidden;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #000;
 /*   font-family: 'Poppins',sans-serif;*/
    font-size: 15px;
    padding: 12px 28px;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.07);
    position: relative;
    overflow: hidden;
}
.nav-tabs li{
      padding: 0 8px;
    display: inline-block;
    margin-bottom: 10px;
}
.nav-tabs {
    border-bottom:0px solid #dee2e6 !important;
}
.tab-content{
  /*float: left;*/
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
    margin-top: 0;
    margin-bottom: 15px;
    padding: 25px;
}
.tab-pane  h5{
  color: #c03a96;
    font-size: 25px;
    font-weight: 700;
   font-size: 17px;
    margin-top: 20px;
    line-height: 35px;
}
.main-head{
 color: #c03a96 !important;
    font-size: 25px;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px ;
    text-align: center;
}
.tab-services{
 background: #41226d;
    padding: 50px 0;
}
.how_work{
  width: 100%;
    padding: 80px 0;
    background: #efefef;
}
.icon_w_resize{width:75px;margin-top: 12px;}
.hiw_icons{width:14%;float: left;}
.hiw_icons_mod{width:14%;float: left;}
.hw_icons{width: 100px;
    height: 100px;
    border: 2px solid #c14899;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    background: #c03aad33;}
.hw_icons_mod{    width: 100px;
    height: 100px;
    border: 2px solid #c14899;
    border-radius: 50%;
    text-align: center;
    margin: auto;
      background: #c03aad33;}
.icon_title_mod{text-align: center;font-size: 14px;padding: 0px 15px;line-height: 21px;font-weight: 700; }
.hw_icons:after{content: "";
width: 50px;
    height: 50px;position:absolute;background:url(../img/rt1.png) center no-repeat;
    background-size:cover;margin-top: 25px;margin-left: 30px;}
@media (max-width: 767px){
.hiw_icons {
    width: 50%;
    margin-bottom: 20px !important;
}
.hw_icons:after{
  display: none;
}
/* figure.snip0015 {
   
    width: 130px !important;
    height: 120px !important;
   
} */
figure.snip0015 figcaption {
    
    padding: 4em 2em !important;
   
}
figure.snip0015 h5 {
   
  padding: 0 1.6em!important;
  text-align: center!important;


}
.hom {
    font-size: 15px !important;
    
}
}
.main_featuren {
    width: 100%;
    background: #c14899;
    padding: 10px 0 20px;
}
.hom {
    font-size: 25px;
    padding-top: 10px!important;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0,0,0,.25);
    color: #000;
    text-transform: uppercase;
}
.products{
      padding: 50px 0;
}
.left-side{
 border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    background: #fff;
    /* border: 1px solid #e6e6e6; */
    /* padding: 10px; */
    margin: 15px;

    
}
.left-side h2{
    
    /*   background-color: #441f78;*/
    border-color: #EEEEEE;
        font-size: 24px;
    display: block;
    padding: 5px;
    font-weight: bold;
    color: #441f78;
   
}
.filter-custom-control {
    display: block;
    margin-bottom: 0px;
    transition: all .3s linear;
        padding-left: 1rem;
}
.filter-custom-control li {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
          padding: 10px 0;
    list-style-type: none;
}
.filter-custom-control li a:active {
    /* padding: 10px 7px 8px 18px; */ 

    font-weight: 400;
}

li .a-1:active{
color: #b24694;
}
li .a-2{
  color: black!important;
}
li .a-2:active{
  color: #b24694!important;
}
li .a-9{
  color: black!important;
}
li .a-9:active{
  color: #b24694!important;
}
.filter-custom-control li a:hover {
    /* padding: 10px 7px 8px 18px; */  
    color: #441f78!important;
    font-weight: 400;
}
.filter-custom-control li i {
    font-size: 8px;
    /* position: absolute; */
    left: 0;
    top: 15px;
    color: #c14899;
        padding-right: 8px;
}
.right-side{
   border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    background: #fff;
    border: 1px solid #e6e6e6;
   /* float: left;*/
   
    padding: 10px;
    margin: 15px;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
    background: #441f78 !important;
    vertical-align: middle;
}
.ic-text{
  margin-left: 10px;
 font-size: 20px;

}
.icon-box-ab {
  padding-top: 10px
}
/*#vision-mission{
 scroll-margin-top: 100px;
}*/

.branded-ing{
  background-image:url(../img/banner/active-ingredients.jpg);    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0 300px;
}
.sports-ing{
  background-image:url(../img/banner/sports-supplement.jpg);    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0 300px;
}
.collapse_uli {
    display: none;
}

/*.collapse {
    display: none;
}*/
@media (max-width: 991px){
  .products {
    padding: 10px 0;
}
  .collapse.in {
   /* display: none;*/
    height: auto !important;
}
.collapse_uli {
      display: block;
    position: absolute;
    right: 40px;
    margin-top: -45px;
    width: 31px;
    height: 31px;
    font-size: 22px;
    border: 0;
    /* background-color: #41226d; */
    color: #41226d;
    left: auto;
    
}
/*.collapse_uli1 {
   
    top: 50.5% !important;
   
}*/
/*.left-side {

    position: relative;
}*/
.left-side h2 {
   background-color: #ececec;
    border: 1px solid #41226d;
    font-size: 18px;
    display: block;
    padding: 5px;
    font-weight: bold;
    color: #000;
    padding: 10px 17px;
}
}

.thankyou-wrapper{
  width:100%;
  height:auto;
  margin:auto;
  background:#ffffffba; 
  padding:10px 0px 10px;
}
.thankyou-wrapper h1{
font-size:26px;
  text-align:center;
  color:#333333;
 /* padding:0px 10px 10px;*/
}
.thankyou-wrapper p{
font-size:26px;
  text-align:center;
  color:#000;
 /* padding:5px 10px 10px;*/
}


.thankyou-msg1{
     text-align: left !important;
    line-height: 56px;
    font-weight: 900;
    font-size: 33px !important;
    font-family: sans-serif;
    text-transform: uppercase;
}

.thankyou-msg2{
  text-align: left !important;
  font-size: 16px !important;
      line-height: 33px;
}
.custom-body {
    padding: 15px !important;
    margin-top: -30px;
}
.fh {
    background: #46336b;
   /* height: 550px;*/
}
.first-half {
    margin-top: 80px;
    margin-bottom: 10px;
    padding: 35px;
}
.modal-line {
    border: 0;
    background-color: #fff;
    height: 3px;
    width: 50px;
}
.custom-small-head {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.custom-modal-h {
    color: #c2489a;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}
.custom-small-head2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.social_icon {
    margin-top: 0;
    float: left;
}
.social_icon .btn1 {
    color: #fff !important;
    font-size: 20px;
}
.sh {
    background: #fff;
  /*  height: 550px;*/
}
.second-half {
    padding: 35px;
}
.custom-modal-header {
    /* padding: 0 15px !important; */
    border-bottom: 0px solid #e5e5e5 !important;
}
.cus-checkbox {
    margin-top: 0px !important;
}
.cus-checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    color: #000;
}
.only_contact .form {
    padding: 10px;
    height: 45px;
}
.form:hover {
     /*background: #fff !important;*/
    color: #fff !important;
}
/*.form:hover {
    border-bottom: 1px solid #068aab;
}*/
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.form {
    width: 100%;
    padding: 15px;
    background: #fff;
    height: 50px;
    border: 1px solid rgba(0,0,0,.25);
    margin-bottom: 15px;
    color: #727272!important;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.custom-modal-header .close {
    margin-top: -60px !important;
    margin-right: -29px;
}
.close {
  float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
    right: 0;
    background: none;
}
.close-custom {
    line-height: 1.5 !important;
    font-size: 42px !important;
    opacity: 1 !important;
    color: #fff !important;
        border: 0;
}
.modal-content {
  border: 0 !important;
     background: none !important; 
   
}
.form-btn {
    width: 180px;
    display: block;
    height: auto;
    padding: 15px;
    color: #000;
    background: #ffd302;
    border: none;
    border-radius: 3px;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin: auto;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.form-btn{width:180px;display:block;height:auto;
  padding:15px;
     color: #fff;
    background: #46336b;
  border:none;border-radius:3px;outline:0;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;margin:auto;box-shadow:0 1px 4px rgba(0,0,0,.1);-moz-box-shadow:0 1px 4px rgba(0,0,0,.1);-webkit-box-shadow:0 1px 4px rgba(0,0,0,.1)}
.form-btn:hover{background:#111;color:#fff;border:none}
.form-btn:active{opacity:.9}
::placeholder{
  color: #000 !important
}
/* new changes CSS */
@media(max-width:991px){
  .pr-title {
    margin-top: 20px;
}
}
h2.bri-cus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.branded-ing-banner img {
  width: 100%;
}



 * { box-sizing: border-box; }
 
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}  
.fancy-box img {
  width: 100%;
}
.fancy-title {
  margin: 10px 0 0;
}

.gallery-one__card {
    position: relative;
    overflow: hidden;
    /* background-color: var(--sjkbs-black, #120F10); */
    border: 1px solid #ddd1d1;
    box-shadow: 0px 3px 14px 0px rgb(0 11 40 / 17%);
    border: 6px solid #6f2e87;
    /* border-radius: 50px 0 0; */
    padding: 6px;
    background: #fff;
    margin-bottom: 25px;
}
.gallery-one__card img {
       transform: scale(1);
    max-width: 100%;
    transition: transform 500msease, opacity 500msease;
    opacity: 1;
       height: 250px;
    width: 100%;
    object-fit: cover;
/*    padding: 12px;*/
   /* background: #fff;
    border-radius: 8px;*/
   /* background: #fff;
    image-rendering: -webkit-optimize-contrast;*/
    /*image-rendering: crisp-edges;
    image-rendering: pixelated;*/

}
.gallery-one__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #58585a5c;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}
.gallery-one__card__hover .img-popup {
  position: relative;
}
.gallery-one__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
/*  mix-blend-mode: screen;*/
}
.gallery-one__card:hover .gallery-one__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}
.gallery-one__card__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--sjkbs-secondary, #241F21);
  transition: all 0.5s ease-in-out;
}
.gallery-one__card__icon__item {
     width: 10px;
    height: 20px;
  display: block;
  position: relative;
}
.gallery-one__card__icon__item::after, .gallery-one__card__icon__item::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--sjkbs-white, #fff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-one__card__icon__item::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tbp{
  padding: 100px 0;
}
.ptscl-ii {
    float: left;
    width: 100%;
    position: relative;
    background: #2c0d58;
    border-style: solid;
    border-width: 15px 0px 0px 0px;
    border-color: #bf3b96;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 30px 30px 30px;
    box-shadow: 0px -4px 31px 3px rgb(37 56 87 / 22%);
}
.pts-tt h4 {
  color: #c03a96;
    font-size: 30px;
    letter-spacing: 0px;
     font-weight: 700;
}.pts-tt h1 {
  color: #c03a96;
    font-size: 30px;
    letter-spacing: 0px;
     font-weight: 700;
}
.pts-tt p {
    color: #fff;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
}
.pts-form .form-control {
    width: 100%;
    padding: 7px;
    background: #351860;
    border: 1px solid #40236d;
    margin-bottom: 0;
    font-size: 13px;
    transition: all .4s;
    border-radius: 0;
    color: #fff !important;
    height: 43px;
    margin: 0;
}
.pts-form label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    /* text-transform: uppercase; */
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.pts-form span {
    color: #c03a96;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.pts-form .form-group {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}
.ptscr-ii {
    background: #fff;
    margin-left: 50px;
}
.ptscr-ii {
    background: #fff;
    margin-left: 50px;
    float: left;
    width: 100%;
    position: relative;
    border-style: solid;
    border-width: 15px 0px 0px 0px;
    border-color: #381666;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 30px 30px 30px;
    box-shadow: 0px -4px 31px 3px rgb(37 56 87 / 22%);
}
.pts-query-tt h4 {
    color: #381666;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0px;
}
.form-row {
    display: flex;
    gap: 20px;
}
.pts-query-form .form-control {
    width: 100%;
    padding: 7px;
    background: #fff;
    border: 1px solid #efefef;
    font-size: 13px;
    transition: all .4s;
    border-radius: 0;
    color: #fff !important;
    height: 50px;
    margin: 0;
}
.pts-query-form .form-group {
    width: 100%;
    margin-bottom: 20px;
}
.pts-query-form {
    margin-top: 20px;
}
.pts-query-form textarea.form-control {
    height: 100px;
}
.rg-30{
  row-gap: 30px;
}
@media(max-width:991px){
  .ptscr-ii {
    margin-left: 0;
    padding: 20px 20px 20px 20px;
}
.ptscl-ii {
    float: left;
    padding: 20px 20px 20px 20px;
}
.pts-tt h4, .pts-query-tt h4 {
    font-size: 28px;
}

.pts-tt h1, .pts-query-tt h1 {
    font-size: 28px;
}
.form-row {
    flex-wrap: wrap;
    row-gap: unset;
}
}
.foot-bottom {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* makes li come in a row */
  gap: 10px; /* spacing around | */
  justify-content: flex-end;
}

.foot-bottom li {
    position: relative;
    line-height: 20px;
}
.foot-bottom li a{
    color: #fff;
}

@media(min-width: 991px){
.foot-bottom li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  color: #b24694; /* change to your theme color */
}
}

@media(max-width: 991px){
  #footer {
   
    padding: 30px 10px 70px !important;
    
}
}

.b-head:before {
       content: "";
    position: absolute;
    /* bottom: 0; */
    width: 40px;
    height: 2px;
    background: #cd3c9a;
    display: block;
    /* left: 0; */
    margin-top: 24px;
}
.btclose{     position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(105 32 127);
    opacity: 1;
    right: -10px;
    top: -10px;
    line-height: 0;    border: 1px solid #69207f;}
    .btclose span{
          color: #fff;
    font-size: 20px;
        line-height: 1;
    }
.imgb{ padding:15px; background:#fff; }

/*#popup {
  
    top: 3%;
  }
 @media(min-width: 1399px){ 
  #popup {
  
    top: 15%;
  }
}*/
@media(max-width: 991px){
  .modal {
    
        padding: 10px;
    
}
}
.main-h1{    text-align: left;
    color: #fff;
   
    font-size: 20px;
    font-weight: bold;
   


  }
  .tt-bg{
    background: #6f2e87;
    color: #fff;    margin: 0 15px;
  }

  @media(max-width: 991px){
    .tt-bg{
     margin: 0px !important;
  }
    .sub-div{
          width: auto;
    }
    .about-us {
    padding: 1em 0em 3em 0em;
}
 .feature-card h5 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px !important;
    margin-top: 15px;
}.feature-card p {
    font-size: 15px !important;

}
.mob-width {
   
    width: 100%;
}
}
.feature-card {
      background: #6e2d84; 
      color: #fff;
      text-align: center;
      padding: 40px 20px;
      border-radius: 15px;
      min-height: 350px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      transition: transform 0.3s ease-in-out;
    }
    .feature-card:hover {
      transform: translateY(-8px);
    }
    .feature-card .icon {
      background: #fff;
      color: #7300A6;
         width: 110px;
    height: 110px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      font-size: 32px;
    }
    .feature-card h5 {
  font-weight: bold;
    margin-bottom: 20px;
    font-size: 25px;
    margin-top: 15px;
    }
    .feature-card p {
      font-size: 15px;
      font-size: 23px;
    }
    .checkmark {
          font-size: 52px;
    margin-top: 50px;
    color: #fff;
    margin-bottom: 30px;
    }

    .bpro-section {
      background: #41226d; /* full background */
      color: #fff;
      padding: 80px 0;
      position: relative;
      overflow: visible;
    }

    .bpro-content {
      background: #6f2e87; /* inner purple block */
      padding: 40px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      position: relative;
      z-index: 1;
    }

    .bpro-text {
      font-size: 16px;
      line-height: 1.6;
    }

    .bpro-text h2 {
      color: #b53993; /* heading color */
      font-size: 24px;
      margin-bottom: 20px;
      font-weight: 600;
    }

    .bpro-text ul {
      margin-top: 15px;
      margin-bottom: 15px;
    }

    .bpro-text ul li {
      margin-bottom: 10px;
    }

    .bpro-image {
    position: relative;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin-left: -10%;
    width: 500px;
    }

    .bpro-image img {
           border-radius: 50%;
    /* border: 10px solid #fff; */
    max-width: 520px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-left: -155px;
    }
.bpro-content p{
  max-width:85%;
}
.bpro-content ul{
  max-width:85%;
}
    /* Responsive fix */
    @media (max-width: 991px) {
      .bpro-section {
    
    padding: 30px 0;
   
}
      .bpro-content {
   
    padding: 26px;
   
}
      .bpro-image {
        position: relative;
        right: 0;
        top: 20px;
        transform: none;
        text-align: center;
            margin-left: 0;
    width: 100%;
      }
      .bpro-image img {
  
    margin-left: 0;
}
      .bpro-content p {
    max-width: 100%;
}
.bpro-content ul {
     max-width: 100%;
}
    }

 /* @media (max-width: 991px) {
.bpro-content ul {
    max-width: 70%;
}
   
     .bpro-content p {
     max-width: 70%;
}
}*/