
@import "aos.css" screen and (min-width: 768px);

html {
  scroll-behavior: smooth;
}
a.scroll-up {
  position: fixed;
  right: 25px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 4px;
  z-index: 5;
  bottom: 24px;
  box-shadow: 0px 0px 10px #00000033;
}
a.scroll-up:hover {
  text-decoration: none;
}
.svg-icon {
  display: inline-block;
  width: 75px;
  margin-bottom: 15px;
}
.b2b-sec h3 {
  font-size: 18px;
  font-weight: 600;
}
.b2b-sec p {
  font-size: 14px;
}
/*h1, h2, h3, h4, h5, h6, p, strong, a {
  font-family: 'Poppins', sans-serif;
  font-family: sans-serif;
  letter-spacing: 1px;
}*/
h1, h2, h3, h4, h5, h6, p, strong, a {
  font-family: sans-serif;
}
/*p {
  font-size: 15px;
}*/
.team-img {
    width: 200px;
    border-radius: 100px;
}
.service-box h3 {
  font-size: 20px;
}
.blog-box {
  min-height: 200px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.services_img {
  width: 150px !important;
}
@media (min-width: 768px) {
  .top-box {
    position: relative;
    top: -5em;
  }
}
a{
  color: #d81d5d;
}
ul.tag-list {
  list-style: none;
  padding-left: 0px;
}
ul.tag-list li {
  display: inline-block;
  background-color: #d81d5d;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.country-flag {
  width: 25px;
  height: 25px;
  border-radius: 30px;
}
p > a{
  font-weight: 600;
}
a:hover {
  text-decoration: underline;
  color: #d81d5d;
}
.custom-award-size {
  width: 140px;
}
.radius{
  border-radius: 12px;
}
.border-radious-20 {
  border-radius: 20px;
}
.page-title {
  font-size: 35px;
  font-weight: 600;
  color: #a61477;
}
.color-a {
  color: #a61477;
}
.bg-color-a {
  background-color: #a61477;
}
.color-b{
  color: #d81d5d;
}
.bg-color-b {
  background-color: #d81d5d;
}
.border-b {
  border: 1px solid #d81d5d !important;
}
.bg-color-c {
  background-color: #ffebf6;
}

.bold {
  font-weight: 600;
}
.box-shadow {
  box-shadow: 0px 0px 7px #00000024;
}
.font-18 {
  font-size: 18px;
  color: #464d58;
}
.page-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.service-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  min-height: 330px;
  padding: 100px 0px;
}
.page-overlay {
  background-color: #0000008c;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
/*----------start-section--------*/
.top-header {
  background-color: #9e1f63;
  background-image: linear-gradient(to right, #df1682 , #9e1f63);
}
@media (max-width:770px) {
  .top-header p {
    font-size: 14px;
  }
}
.cutom-header {
  position: sticky;
  top: 0px;
  z-index: 100;
  background-color: #ffffff !important;
  border-top: 1px solid #ffffff;
  padding: 12px 15px;
  box-shadow: 0px 8px 10px #00000029;
  /*overflow: hidden;*/
}
img.top-logo {
  position: absolute;
  top: 0;
  left: 0px;
  width: 250px;
}
@media (max-width: 425px) {
  .cutom-header {z-index: 100;
    background-color: #ffffff !important;
    border-top: 5px solid #d81d5d;
    padding: 5px 15px;
    box-shadow: 0px 0px 10px #443f3f30;
    border-bottom: 2px solid #d81d5d;
  }
}
img.brand-logo {
  max-width: 100%;
  width: 150px;
}
.dropdown-menu.show a {
  color: #ffffff !important;
}
.dropdown-menu {
  background-color: #d81d5d !important;
  min-width: 17em !important;
  color: #ffffff !important;
}
ul.navbar-nav.ml-auto.custome-munu li a {
  font-size: 14px;
  color: #9e1f63;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  padding: 7px 12px;
  text-transform: uppercase;
  font-weight: 600;
}
ul.navbar-nav.ml-auto.custome-munu li a:hover,
ul.navbar-nav.ml-auto.custome-munu li a:focus {
  /*background-color: #d81d5d;*/
  color: #d81d5d;
}
a.dropdown-item {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
}
.dropdown-menu a.dropdown-item {
  padding: 5px 15px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
a.dropdown-item:hover {
  background-color: #0f4f93;
  color: #ffffff !important;
}
@media (min-width: 768px) {
  li.nav-item.dropdown:hover .dropdown-menu{
  display: block;
  }
}
.navbar-toggler {
  background-color: #d81d5d !important;
}
.navbar-dark .navbar-nav .show>.nav-link {
  color: #d81d5d !important;
}
.call-us a {
  text-decoration: none;
}
.call-us i {
  font-size: 25px;
}
/*------megha-menucss-----*/
li.nav-item.dropdown.position-statics {
  position: static !important;
}
.dropdown-menu.hover-menu {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 82%;
  top: 3.4em;
}
@media (max-width: 768px) {
  .dropdown-menu.hover-menu {
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    top: 0em;
    padding: 5px;
    max-height: 330px;
    overflow: auto;
  }
}
.dropdown-menu.hover-menu:before {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  overflow: visible!important;
  width: 0;
  height: 0;
  top: -12px;
/*  left: 50px;*/
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #d81d5d;
}
@media (min-width: 768px) {
  .dropdown-menu.hover-menu:before {
    right: 27em;
  }
}
@media (max-width: 768px) {
  .dropdown-menu.hover-menu:before {
    left: 50px;
  }
}
.dropdown-menu.sm-hover{
  position: relative;
}
.dropdown-menu.sm-hover:before{
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  overflow: visible!important;
  width: 0;
  height: 0;
  top: -12px;
  left: 5em;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #d81d5d;
}
ul.mega-menu-list {
  padding-left: 0px;
  list-style: none;
  overflow: hidden;
}
ul.mega-menu-list li a {
  color: #ffffff !important;
  display: inline-block;
  width: 100%;
  font-weight: 200 !important;
  font-size: 13px !important;
  transition: 0.5s;
  padding: 5px 10px !important;
}
ul.mega-menu-list li {
  background-color: #910c7a;
  border-radius: 4px;
  margin-bottom: 3px;
}
ul.mega-menu-list li:hover{
  background-color: #910c7a;
  border-radius: 4px;
}
ul.mega-menu-list li a:hover {
  transform: translateX(10px);
  text-decoration: none;
}
/*------/megha-menucss-----*/

.home-banner-section {
  position: relative;
  height: auto;
  padding: 100px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}
.bg-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #ffffffb8;
}
@media (max-width: 425px) {
  .home-banner-section {
    padding: 40px 0px;
    background-position: left;
  }
  .bg-img {
    padding: 40px 0px;
  }
}
.bg-img {
  position: relative;
  height: auto;
  padding: 60px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*----/home-banner-section----*/

a.call-now-btn {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px #00000045;
  text-decoration: none;
}
@media (max-width: 425px){
  a.call-now-btn {
    font-size: 20px;
    padding: 9px 14px;
    display: inline-block;
  }
}

/*----/section-a----*/

.service-box {
  background-color: #fff;
  padding: 40px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #00000014;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  border: 1px solid #d81d5d;
}
.service-box img {
    width: 100px;
}
/*----/section-c----*/

/*----head_sec----*/
.head_sec_1 {
  position: relative;
  border-bottom: 1px solid #d81d5d;
  padding: 20px 0 18px;
  margin-bottom: 0;
}
.head_sec_1:before {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #a61477;
  position: absolute;
  content: "";
  text-align: center;
  left: -7px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 99;
}
.head_sec_1::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -13px;
  margin-left: -16px;
  z-index: 9;
  background-color: #ffffff;
  background-repeat: no-repeat;
  border: solid #d81d5d;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 25px;
  height: 25px;
}

.head_sec_2 {
  position: relative;
  border-bottom: 1px solid #ffffff;
  padding: 20px 0 18px;
  margin-bottom: 0;
}
.head_sec_2:before {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  position: absolute;
  content: "";
  text-align: center;
  left: -7px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 99;
}
.head_sec_2::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -13px;
  margin-left: -16px;
  z-index: 9;
  background-color: #0000;
  background-repeat: no-repeat;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 25px;
  height: 25px;
}
/*----head_sec----*/



/*----------/top footer-section--------*/
footer.footer-section {
  padding: 60px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.footer-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000b27e0;
}
ul.footer-list {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
ul.footer-list li a {
  color: #a7bccc;
  font-size: 13px;
  font-weight: 100;
  text-decoration: none;
}
.footer-sticky {
  text-align: center;
  padding: 10px 15px;
  font-size: 14px;
}
.f_h {
  border-bottom: 3px solid #d81d5d !important;
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 0px;
  font-size: 14px;
}
.social-media ul {
  list-style: none;
  padding-left: 0px;
}
.social-media ul li {
  display: inline-block;
}
.social-media ul li a {
  background-color: #fff;
  font-size: 20px;
  padding: 0px 5px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}
/*----------end footer-section--------*/

