@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
/*Social Icons*/
/*common*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
/*Social Icons*/
/*common*/
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.crossLine {
  background: none;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 40px;
  height: 47px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #878787;
  height: 5px;
  width: 40px;
  border-radius: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 9px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .crossLine.active {
    background: inherit;
    padding: 10px;
  }
  .crossLine.active .line {
    background: #878787;
  }
}
@media (max-width: 767px) {
  .crossLine {
    width: 50px;
    background: #F7F7F7;
  }
  .crossLine .line {
    width: 30px;
  }
}

.navi_mobile .crossLine.active .line.crossLine1 {
  top: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navi_mobile .crossLine.active .line.crossLine2 {
  opacity: 0;
}
.navi_mobile .crossLine.active .line.crossLine3 {
  bottom: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#sidebarCollapse {
  z-index: 5555;
}

/* ======= Header Css Strat ======= */
/* ------- Header Area Strat ------- */
.mainHeader {
  position: absolute;
  z-index: 9;
  width: 100%;
  background: transparent;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(20%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}
.mainHeader .logo {
  background: #fff;
  padding: 0px 5px 10px 5px;
  border-radius: 0 0 50% 50%;
  overflow: hidden;
}
.mainHeader .container-fluid {
  padding: 0px 53px;
  max-width: 100%;
  margin: 0 auto;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 0px 0;
}
.mainHeader header .navbarLink ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  text-transform: uppercase;
  margin-left: 10px;
}
@media (min-width: 1025px) and (max-width: 1299px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 5px;
  }
}
.mainHeader header .navbarLink ul li a {
  color: #393939;
  font-size: 18px;
  padding: 10px 12px 10px 12px;
  display: inline-block;
  font-family: "Ibarra Real Nova", serif;
  font-weight: bold;
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
    padding: 10px 5px;
  }
}
@media (min-width: 1025px) and (max-width: 1299px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink ul li a {
    color: #555555;
    font-size: 23px;
    padding: 30px 25px;
    display: block;
  }
  .mainHeader header .navbarLink ul li a:before {
    display: none;
  }
}
.mainHeader header .navbarLink ul li:hover a::before, .mainHeader header .navbarLink ul li.active a::before {
  opacity: 1;
  width: 100%;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 0px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
  font-size: 18px;
  margin-left: 6px;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
  position: relative;
  top: 1px;
}
.mainHeader header .navbarLink ul li ul li {
  margin-right: 0px;
}
.mainHeader header .navbarLink ul li ul li a::before {
  display: none;
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink ul li {
    padding: 0px 0px;
    margin-right: 0px;
    width: 100%;
    border-bottom: solid 1px #CBCBCB;
    margin-left: 0px;
    background: #F7F7F7;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    display: block;
    margin-left: 6px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #222222;
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink ul li.active, .mainHeader header .navbarLink ul li:hover {
    background: #EDEDED;
  }
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #222222;
  }
  .mainHeader header .navbarLink ul li.active ul li, .mainHeader header .navbarLink ul li:hover ul li {
    background-color: #fff;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #E9E9E9;
  padding: 0;
  margin: 0;
  min-width: 180px;
  border: 0;
  border-radius: 0;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  display: block;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  padding: 0px;
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 18px;
  text-transform: capitalize;
  white-space: normal;
  border-bottom: #B9DAE7 solid 1px;
  font-weight: 500;
  display: block;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a:hover {
  background: #ecf1fa;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a:hover a {
  color: #444444 !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a:hover li {
  background: white;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active {
  background: #DEC095;
  border-radius: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a {
  color: #444444 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active {
    background: #9abfcd;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    padding: 0px 0px;
    background: none;
    border-top: rgba(255, 255, 255, 0.5) solid 0px;
    border-bottom: rgba(255, 255, 255, 0.5) solid 0px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: left;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #555555;
    text-align: left;
    padding: 27.5px 20px 24.5px 30px;
    border: none;
    border-color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 200;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.dropdown .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.dropdown .dropdown-toggle i::before {
    top: -1px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.dropdown:last-child {
    border-bottom: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li:last-child {
    border-bottom: 0px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li:last-child a {
    border-bottom: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: none !important;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}
.mainHeader header .navbarLink ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 1025px) {
  .mainHeader header .navbarLink ul li.dropdown {
    position: relative;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu { /*padding: 30px 30px 0px 40px;*/
    padding: 5px 0px 0px 0px;
    background: none;
    margin-top: -5px;
    top: 100%;
    left: 0;
    opacity: 0;
    padding-top: 10px;
    position: absolute;
    visibility: hidden;
    width: 100%;
    border-radius: 0px;
    max-width: 300px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu::before {
    position: absolute;
    z-index: 2;
    content: "";
    top: 0px;
    bottom: auto;
    left: 17%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul {
    position: relative;
    z-index: 1;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 5px 8px rgba(23, 23, 23, 0.4);
            box-shadow: 0 5px 8px rgba(23, 23, 23, 0.4);
    -webkit-filter: drop-shadow(0px 0px 2px #141415);
            filter: drop-shadow(0px 0px 2px #141415);
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li {
    width: 100%;
    padding: 0px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li:hover {
    background: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li a {
    padding: 10px 15px 9px 15px;
    font-size: 14px;
    font-weight: 500;
    border-color: #CCCCCC;
    line-height: 1.4285714286;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li a:hover {
    color: #444444 !important;
    background: #ecf1fa;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none {
    padding-bottom: 30px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul li {
    width: 100%;
    padding-bottom: 21px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box {
    padding-bottom: 26px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box div {
    padding-bottom: 8px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a {
    color: #000;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a::before {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box:hover a {
    color: #F27D21;
  }
  .mainHeader header .navbarLink ul li.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
    margin: 0px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul {
    margin: 0px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li li {
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box a {
    color: #000;
    font-size: 16px;
    border-bottom: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu {
    background: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .none_div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu li:last-child {
    border-bottom: none !important;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 5px 5px 5px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
    top: -1px;
  }
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 6px auto;
    text-align: left;
    margin: 0px 60px;
    border-top: solid 1px #CBCBCB;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul {
    margin: 0px;
  }
}
.mainHeader header .navbarLink.active {
  right: 0;
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink {
    background: #212121;
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
  .mainHeader header .navbarLink .hideclose {
    background-color: #FBAF1B;
    color: #fff;
  }
  .mainHeader header .navbarLink .navi_mobile {
    max-width: 496px;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    padding-top: 50px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbarBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbar-collapse {
    background: #f7f7f7;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine {
    margin-right: 35px;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line {
    background: #878787;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine1 {
    top: 42%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine2 {
    opacity: 0;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine3 {
    bottom: 50%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .mainHeader header .navbarLink .navi_mobile {
    max-width: 100%;
    padding-top: 24px;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine {
    margin-right: 16px;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #FFC930;
  color: #0E95D9;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
.mainHeader header .logo img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .mainHeader header .logo img {
    height: 80px;
  }
}
.mainHeader header .navbarBtn {
  display: none;
}
@media (max-width: 1024px) {
  .mainHeader header .navbarBtn {
    display: block;
  }
}
.mainHeader header .navBlock {
  margin-left: 15px;
}
.mainHeader .header_right {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .mainHeader header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainHeader .header_right {
    padding: 0px;
  }
}

/* ------- Header Area End ------- */
@media (min-width: 1200px) and (max-width: 1799px) {
  .lang-guj .mainHeader header .navbarLink ul li a {
    font-size: 18px;
    padding: 10px 12px 10px 12px;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  color: #5F6970;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 20px;
  line-height: 27px;
  color: #5F6970;
  font-weight: 300;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li {
  font-size: 16px;
  line-height: 20px;
  list-style: none;
}

.section {
  padding: 80px 0px;
}
@media (max-width: 991px) {
  .section {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 40px 0px;
  }
}

.subsection {
  padding: 50px 0px;
}
@media (max-width: 991px) {
  .subsection {
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .subsection {
    padding: 30px 0px;
  }
}

.mybutton {
  background: #EE699D;
  padding: 10px 20px;
  display: inline-block;
  color: #fff !important;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-top: 20px;
  border: 0px !important;
}
.mybutton .svg-icon {
  margin-left: 5px;
}
.mybutton:hover {
  background-color: #a04468;
}

.btn-primary {
  background-color: #EE699D;
  border-color: #EE699D;
  font-family: "Roboto", sans-serif;
  padding: 10px 20px;
  display: inline-block;
  border: 0px !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0px;
}
.btn-primary:hover {
  background-color: #a04468;
}

.btn-secondary {
  background-color: #000;
  border-color: #000;
  font-family: "Roboto", sans-serif;
  padding: 10px 20px;
  display: inline-block;
  border: 0px !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0px;
}

.pre-title {
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 16px;
  color: #EE699D;
}

.title {
  font-family: "Ibarra Real Nova", serif;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.homebanner {
  overflow-x: hidden;
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerBox img {
  width: 100%;
}
@media (max-width: 575px) {
  .homebanner .bannerBox img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.nobanner {
  min-height: 150px;
}
@media (max-width: 1199px) {
  .nobanner {
    min-height: 120px;
  }
}
@media (max-width: 767px) {
  .nobanner {
    min-height: 60px;
  }
}

.btnList {
  margin-bottom: 30px;
}
.btnList a {
  margin: 0 5px;
}

.innerbanner {
  position: relative;
}
.innerbanner::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(80%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  z-index: 1;
}
.innerbanner img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.innerbanner .innerbanner-text {
  position: absolute;
  margin: auto;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  bottom: 12%;
  z-index: 2;
}
.innerbanner::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.8)), color-stop(80%, rgba(0, 0, 0, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  z-index: 0;
}

.event-sec {
  position: relative;
}
.event-sec::before {
  content: "";
  background: #a04468;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.event-sec .title {
  color: #fff;
}
@media (max-width: 767px) {
  .event-sec::before {
    height: 250px;
  }
}

.event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 100%;
  padding: 0 15px;
}
.event-list li .event-box .event-image {
  margin-bottom: 20px;
  cursor: pointer;
}
.event-list li .event-box .event-date {
  color: #a04468;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
.event-list li .event-box .event-title {
  font-family: "Ibarra Real Nova", serif;
  color: #000;
  font-size: 26px;
  line-height: 36px;
}
.event-list li .event-box path {
  fill: white;
}
@media (max-width: 767px) {
  .event-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .event-list li:last-child {
    margin-bottom: 0px;
  }
  .event-list li .event-box .event-image {
    margin-bottom: 10px;
  }
  .event-list li .event-box .event-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.presidentMsg {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .presidentMsg .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .presidentMsg .row .figure-bordered {
    margin-bottom: 30px;
  }
}

.quote-box {
  position: relative;
  padding-left: 60px;
  width: 100%;
  text-align: left;
  margin-top: 40px;
}
.quote-box .quote-body p {
  font-size: 16px;
  line-height: 26px;
}
.quote-box .quote-mark {
  position: absolute;
  top: 4px;
  left: 0;
}
.quote-box .quote-mark svg {
  max-height: 45px;
  max-width: 45px;
  width: auto;
  fill: #d8d8d8;
}

.figure-bordered {
  position: relative;
  padding: 20px;
  display: inline-block;
  max-width: 98%;
}
.figure-bordered:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #a04468;
}

.advertise-slider {
  margin-bottom: 0px !important;
}
.advertise-slider .ad-box img {
  width: 100%;
}
.advertise-slider .slick-prev, .advertise-slider .slick-next {
  height: 38px;
  width: 49px;
  top: 10%;
}
.advertise-slider .slick-prev::before, .advertise-slider .slick-next::before {
  width: 100%;
  height: 100%;
}
.advertise-slider .slick-prev::before {
  content: "";
  display: block;
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
}
.advertise-slider .slick-next::before {
  content: "";
  display: block;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
}
.advertise-slider .slick-dots {
  position: relative;
  bottom: inherit;
  margin-top: 20px;
}
.advertise-slider .slick-dots li {
  height: auto;
  width: auto;
  padding: 0;
}
.advertise-slider .slick-dots li button {
  background: #E7E7E7;
  font-size: 0px;
  padding: 2px 0px;
  height: 1px;
  width: 30px;
  border-radius: 10px;
}
.advertise-slider .slick-dots li button::before {
  display: none;
}
.advertise-slider .slick-dots li.slick-active button {
  background: #a04468;
}

.v-list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.v-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 10px;
  max-width: 100%;
}
.v-list li .v-box {
  background: #f5f5f5;
  padding: 30px;
}
.v-list li .v-box .v-title {
  font-size: 30px;
  line-height: 30px;
  color: #a04468;
  font-family: "Ibarra Real Nova", serif;
  font-weight: bold;
}
.v-list li .v-box img {
  height: 80px;
  margin-bottom: 20px;
  float: right;
}
.v-list li .v-box p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .v-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .v-list li .v-box {
    margin: 10px 0px;
  }
}

.member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.member-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 100%;
  padding: 15px;
}
.member-list li .member-box {
  text-align: center;
  background: #fdfdfd;
  padding: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0901960784);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0901960784);
  height: 100%;
}
.member-list li .member-box img {
  margin-bottom: 15px;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.member-list li .member-box .m-name {
  font-size: 24px;
  line-height: 30px;
  color: #a04468;
  font-family: "Ibarra Real Nova", serif;
  font-weight: bold;
  margin-bottom: 1px;
}
.member-list li .member-box a {
  color: #5F6970;
  font-size: 18px;
  line-height: 24px;
}
.member-list li .member-box span {
  display: block;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media (max-width: 1700px) {
  .member-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (max-width: 1199px) {
  .member-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
  }
}
@media (max-width: 991px) {
  .member-list li .member-box {
    padding: 20px 10px;
  }
  .member-list li .member-box img {
    height: 150px;
    width: 150px;
  }
  .member-list li .member-box .m-name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .member-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 10px;
  }
  .member-list li .member-box .m-name {
    font-size: 18px;
    line-height: 22px;
  }
  .member-list li .member-box a {
    font-size: 14px;
    line-height: 18px;
  }
  .member-list li .member-box img {
    height: 120px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .member-list {
    margin: 0 -8px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
footer {
  text-align: center;
  border-top: 3px solid #a04468;
  background: #f5f5f5;
  padding: 50px 0px;
}
footer .logo {
  margin-bottom: 30px;
}
footer .logo img {
  max-width: 120px;
}
footer .navbarList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .navbarList li {
  padding: 5px 5px;
  margin: 5px 0px;
}
footer .navbarList li a {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 5px 10px;
  color: #212529;
  font-family: "Ibarra Real Nova", serif;
}
footer .copyright {
  font-size: 14px;
}

.eventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.eventList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.eventList li .eventBox {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.eventList li .eventBox:hover .eventTxt {
  height: 100%;
}
.eventList li .eventBox:hover .text i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.eventList li .eventBox .eventTxt {
  height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  background: rgba(26, 108, 156, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 108, 156, 0)), color-stop(30%, rgba(160, 68, 104, 0.5)), to(rgb(160, 68, 104)));
  background: linear-gradient(to bottom, rgba(26, 108, 156, 0) 0%, rgba(160, 68, 104, 0.5) 30%, rgb(160, 68, 104) 100%);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 15px;
  text-align: center;
  color: #fff;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.eventList li .eventBox .eventTxt span {
  display: inline-block;
  font-size: 18px;
}
.eventList li .eventBox .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eventList li .eventBox .text i {
  -webkit-transform: scale(0);
          transform: scale(0);
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .eventList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .eventList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

#familyList .family-card {
  -webkit-box-shadow: 3px 3px 10px #ededed;
          box-shadow: 3px 3px 10px #ededed;
}
#familyList .family-card .family-header {
  padding: 10px 20px;
  background: rgba(238, 105, 157, 0.1019607843);
}
#familyList .family-card .family-header h3 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
  color: #a04468;
}
#familyList .family-card .family-header h4 {
  margin: 0;
  color: #a04468;
  padding: 10px 0px;
  text-align: left;
  font-size: 20px;
}
#familyList .family-card .family-table tr th {
  font-size: 14px;
  line-height: 1.2;
  padding: 15px 20px;
  border-bottom: 1px solid #EE699D !important;
}
#familyList .family-card .family-table tr td {
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 20px;
  border-bottom: 1px solid #e3e3e3;
}
#familyList .family-card .family-table tr td i {
  color: #a04468;
  margin-right: 6px;
}
#familyList .family-card .family-table tr td a {
  color: #a04468;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#familyList .family-card .family-table tr:last-child td {
  border: 0px;
}

#familySearch {
  position: relative;
  background: url(../images/search.png) no-repeat;
  background-size: 16px;
  background-position: 97% center;
  padding-right: 40px;
}

#areaFilter, select {
  background: url(../images/dropdown.png) no-repeat;
  background-size: 16px;
  background-position: 97% center;
  padding-right: 30px;
}

.form-control {
  font-size: 14px;
}

.memberDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.memberDetails li {
  margin: 20px 0px;
  font-size: 18px;
  line-height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 20px;
}
.memberDetails li span {
  font-size: 14px;
  display: block;
  line-height: 20px;
  margin-bottom: 4px;
  color: #a04468;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .memberDetails li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 991px) {
  .memberDetails li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .memberDetails li.wid100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .memberDetails li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 12px 0px;
  }
}

#website-language {
  border: 1px solid #c0c0c0;
  background: transparent;
  font-size: 14px;
  padding: 3px 5px;
  color: #666;
  margin-left: 12px;
  position: absolute;
  right: 0;
  top: 0px;
}
@media (max-width: 767px) {
  #website-language {
    font-size: 20px;
    left: 0;
    right: inherit;
  }
}

.lang-guj .englishDiv {
  display: none !important;
}
.lang-guj .gujDiv {
  display: block !important;
}

.lang-en .englishDiv {
  display: block !important;
}
.lang-en .gujDiv {
  display: none !important;
}

.constitutionSec h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}
.constitutionSec p {
  font-size: 18px;
  line-height: 26px;
  color: #5F6970;
}
.constitutionSec ul li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  color: #5F6970;
}
.constitutionSec ul li strong {
  display: block;
  margin-bottom: 5px;
}
.constitutionSec ul li::before {
  content: "";
  background: #a04468;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0px;
}
.constitutionSec ul li p {
  margin-bottom: 5px;
}
.constitutionSec ul li ul {
  padding-left: 20px;
  list-style: circle;
}
.constitutionSec ul li ul li {
  list-style: circle;
  padding: 0px;
  margin-bottom: 10px;
}
.constitutionSec ul li ul li::before {
  display: none;
}

.donorBox span {
  font-size: 24px;
  line-height: 30px;
  color: #5F6970;
  text-align: center;
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filters #familySearch {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .filters .date-filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .filters #areaFilter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .filters #qualificationFilter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .filters #familySearch {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .filters .date-filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .filters #areaFilter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .filters #qualificationFilter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-group {
  margin-bottom: 30px;
}

.inquiryForm .defaultButton a {
  color: #fff;
}
.inquiryForm input, .inquiryForm textarea {
  height: 45px;
  border: none;
  padding: 0px;
  border-bottom: 1px solid #b9d9d9;
  border-radius: 0;
  color: #7A7D83 !important;
  font-size: 20px;
  line-height: 20px;
  background: transparent;
}
.inquiryForm input:focus, .inquiryForm textarea:focus {
  border-color: #b9d9d9;
}
.inquiryForm input ::-webkit-input-placeholder, .inquiryForm textarea ::-webkit-input-placeholder {
  color: #7A7D83;
  opacity: 1;
  font-size: 20px;
  line-height: 20px;
}
.inquiryForm input ::-moz-placeholder, .inquiryForm textarea ::-moz-placeholder {
  color: #7A7D83;
  opacity: 1;
  font-size: 20px;
  line-height: 20px;
}
.inquiryForm input :-ms-input-placeholder, .inquiryForm textarea :-ms-input-placeholder {
  color: #7A7D83;
  opacity: 1;
  font-size: 20px;
  line-height: 20px;
}
.inquiryForm input ::-ms-input-placeholder, .inquiryForm textarea ::-ms-input-placeholder {
  color: #7A7D83;
  opacity: 1;
  font-size: 20px;
  line-height: 20px;
}
.inquiryForm input ::placeholder, .inquiryForm textarea ::placeholder {
  color: #7A7D83;
  opacity: 1;
  font-size: 20px;
  line-height: 20px;
}
.inquiryForm input ::-ms-input-placeholder, .inquiryForm textarea ::-ms-input-placeholder {
  color: #7A7D83;
}
.inquiryForm select {
  background: none;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  height: 45px;
  background: transparent;
  color: #7A7D83 !important;
  padding: 0px;
  font-size: 20px;
  line-height: 20px;
  border-radius: 0px;
}
.inquiryForm select option {
  color: #7A7D83;
}
.inquiryForm select:focus {
  border-color: #b9d9d9;
}

.contact-box {
  background: #a04468;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
}
.contact-box .title {
  color: #fff;
}

.contact-details ul li {
  position: relative;
  padding-left: 40px;
  color: #fff;
}
.contact-details ul li p, .contact-details ul li a {
  color: #fff !important;
}
.contact-details ul li i {
  position: absolute;
  left: 0;
}
.contact-details ul li i img {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.login-box {
  max-width: 700px;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 50px;
  -webkit-box-shadow: 5px 5px 10px #ededed;
          box-shadow: 5px 5px 10px #ededed;
}

@media (max-width: 991px) {
  .contactSec .mobReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contactSec .mobReverse .contact-box {
    margin-bottom: 50px;
  }
}

#toTop {
  width: 40px;
  height: 40px;
  border: 1px solid #a04468;
  background: #a04468;
  text-align: center;
  padding-top: 0;
  position: fixed;
  bottom: 10px;
  right: 12px;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  z-index: 555;
}

.pinkSec {
  background: #a04468;
}
.pinkSec p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.pinkSec ul {
  padding-left: 30px;
}
.pinkSec ul li {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  list-style: disc;
  font-weight: 400;
}

.titleRow {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.titleRow .title {
  margin: 0px;
}
.titleRow a {
  margin: 0 5px;
}/*# sourceMappingURL=style.css.map */