@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Playfair+Display:400,400i,700,700i,900,900i&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #ccc;
  font-family: 'Lato', sans-serif;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: 'Tomatoes';
  src: url(../fonts/TOMATOES_Personal_Use.ttf);
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

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

ul {
  margin: 0;
}

li, ol {
  list-style: none;
}

.no-pad {
  padding: 0;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), white);
  padding: 15px 0;
  z-index: 999;
}

header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header div#navigation ul li {
  display: inline-block;
}

header div#navigation ul li a {
  display: table;
  color: #000000;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  margin-left: 22px;
}

.banner-part {
  position: relative;
  height: 100vh;
}

.banner-part img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-part .banner_text {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-part .banner_text h2 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

.banner-part .banner_text h2 span {
  font-size: 50px;
}

.banner-part .banner_text h2:first-letter {
  font-size: 120px;
}

.banner-part .banner_text p {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.62px;
  margin: 20px 0 0;
}

.banner-part .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.banner-part .owl-dots span {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  display: table;
  border-radius: 50%;
  margin: 0 5px;
}

.banner-part .owl-dots button.owl-dot.active span {
  background-color: #ba1e7b;
}

section.body-cont1 {
  background: #f6f6f6;
  padding: 70px 0 100px;
}

section.body-cont1 h2 {
  color: #333333;
  font-size: 33px;
  font-weight: bold;
  line-height: 38.62px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

section.body-cont1 h2 span {
  display: table;
  color: #c42c86;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 400;
}

section.body-cont1 p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.62px;
  letter-spacing: 0.36px;
  text-align: justify;
}

section.body-cont1 .decp {
  width: 632px;
  -webkit-box-shadow: 0 4px 29px 1px rgba(163, 163, 163, 0.75);
          box-shadow: 0 4px 29px 1px rgba(163, 163, 163, 0.75);
  background: #fff;
  z-index: 99999;
  position: relative;
  padding: 20px;
}

section.body-cont1 .decp h3 {
  color: #333;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 5px 0 15px;
}

section.body-cont1 .decp a {
  margin: 26px auto 6px;
  display: table;
  background: #333;
  padding: 10px 34px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #fff;
}

section.body-cont1 .decp h4 {
  left: -197px;
  bottom: 144px;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 6px;
  position: absolute;
  padding-left: 124px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

section.body-cont1 .decp h4:before {
  content: "";
  width: 110px;
  height: 17px;
  background: #c42c86;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

section.body-cont2 {
  position: relative;
}

section.body-cont2 .wrap {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
}

section.body-cont2 h2 {
  color: #333333;
  font-size: 33px;
  font-weight: bold;
  line-height: 38.62px;
  text-transform: uppercase;
  letter-spacing: 0.66px;
  font-family: 'Playfair Display', serif;
  margin: 0 0 25px;
}

section.body-cont2 h2 span {
  color: #c42c86;
  font-size: 35px;
  font-weight: 400;
  line-height: 38.62px;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  display: table;
}

section.body-cont2 p {
  color: #333333;
  font-size: 22px;
  font-style: italic;
  line-height: 38.62px;
  letter-spacing: 0.44px;
  margin: 20px 0;
}

section.body-cont2 h4 {
  text-align: right;
  color: #000000;
  font-family: 'Tomatoes';
  font-size: 25px;
  font-weight: bold;
  line-height: 38.5px;
  letter-spacing: 0.5px;
  margin: 60px 0 0;
  transform: rotate(-13deg);
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
}

section.body-cont3 {
  padding: 70px 0;
}

section.body-cont3 .decp {
  padding-left: 65px;
}

section.body-cont3 h2 {
  color: #1c1c1c;
  font-size: 32px;
  font-weight: bold;
  line-height: 38.62px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

section.body-cont3 h2 span {
  color: #ba1e7b;
  font-size: 27px;
  display: table;
}

section.body-cont3 p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.62px;
  letter-spacing: 0.32px;
}

section.body-cont3 h3 {
  margin: 0;
  background: #ba1e7b;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding: 11px 30px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  position: absolute;
  left: -147px;
  top: 129px;
}

section.body-cont3 a {
  display: table;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  border: 1.4px solid #333;
  padding: 8px 20px;
  font-size: 13px;
}

section.body-cont3 .empowerment .item {
  margin-right: 12px;
}

section.body-cont3 .empowerment .item a {
  padding: 0;
  border: none;
}

section.body-cont3 .empowerment .item a h4 {
  color: #313131;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.51px;
  margin: 21px 0;
}

section.body-cont3 .empowerment .item a h4 span {
  display: table;
}

section.body-cont3 .empowerment button.owl-prev span {
  color: transparent;
  width: 29px;
  height: 46px;
  display: table;
  background: url(../images/pre-arrow.png);
  position: absolute;
  top: 26%;
}

section.body-cont3 .empowerment button.owl-next span {
  color: transparent;
  width: 29px;
  height: 46px;
  display: table;
  background: url(../images/next-arrow.png);
  position: absolute;
  top: 26%;
  right: 11px;
}

section.body-cont3 div#counter {
  background: #ba1e7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

section.body-cont3 div#counter i.fa {
  color: #fff;
  font-size: 34px;
  position: relative;
  display: inline-block;
}

section.body-cont3 div#counter .counter-value {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 18px;
}

section.body-cont3 div#counter p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

section.body-cont3 div#counter .sec1 {
  width: 50%;
  position: relative;
  float: left;
  text-align: right;
}

section.body-cont3 div#counter .sec2 {
  float: right;
  width: 50%;
  text-align: left;
  padding-left: 15px;
}

section.body-cont4 h2 {
  color: #333333;
  font-size: 33px;
  font-weight: bold;
  line-height: 38.62px;
  text-transform: uppercase;
  margin: 10px 0 30px;
  font-family: 'Playfair Display', serif;
}

section.body-cont4 h2 span {
  color: #c42c86;
  text-transform: capitalize;
  margin-right: 7px;
  font-size: 35px;
  font-weight: 400;
  line-height: 38.62px;
  letter-spacing: 0.7px;
}

section.body-cont4 .decp {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  padding: 20px;
}

section.body-cont4 .decp h5 {
  color: #b9b9b9;
  font-size: 15px;
  font-weight: 500;
}

section.body-cont4 .decp h5 i.fa.fa-clock-o {
  margin-right: 5px;
}

section.body-cont4 .decp h3 {
  color: #353535;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin: 15px 0;
}

section.body-cont4 .decp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}

section.body-cont4 .decp ul li {
  color: #b9b9b9;
  font-size: 15px;
  font-weight: 500;
  margin-right: 20px;
}

section.body-cont4 .decp ul li i.fa {
  margin-right: 5px;
}

section.body-cont4 .decp p {
  color: #999999;
  font-size: 16px;
  letter-spacing: 0.5px;
}

section.body-cont4 .decp a {
  display: table;
  background: #fff;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 38px;
  margin: 25px 0 8px;
}

section.body-cont5 {
  padding: 70px 0;
}

section.body-cont5 h2 {
  color: #1e1e1e;
  font-family: "Playfair Display";
  font-size: 31px;
  font-weight: 5;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}

section.body-cont5 h2:before {
  content: "";
  width: 18px;
  height: 100%;
  background: #ba1e7b;
  position: absolute;
  left: 0;
}

section.body-cont5 h2 span {
  color: #ba1e7b;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  display: table;
}

section.body-cont5 p {
  color: #191919;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.4px;
}

section.body-cont5 ul {
  background: #efefef;
  padding: 20px 25px 40px;
  margin: 50px 0 0;
}

section.body-cont5 ul a {
  display: table;
  color: #000;
  font-size: 17px;
  padding: 15px 0;
  width: 100%;
  border-bottom: 1.4px solid #d2d2d2;
}

section.body-cont5 ul a i.fa {
  color: #ba1e7b;
  width: 24px;
}

section.body-cont5 form {
  margin: 50px 0 0;
}

section.body-cont5 input:not([type="submit"]), section.body-cont5 textarea {
  width: 100%;
  border: 1.4px solid #ba1e7b;
  padding: 18px 15px;
  margin: 0 0 15px;
}

section.body-cont5 textarea {
  height: 148px;
}

section.body-cont5 input[type="submit"] {
  display: table;
  margin: 0 auto;
  width: 155px;
  height: 51px;
  border: 1px solid #ba1e7b;
  background-color: #ba1e7b;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

footer {
  background: #ba1e7b;
}

footer ul li {
  display: inline-block;
}

footer ul li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  padding: 0px 17px;
  line-height: 80px;
}

footer ul li a:hover {
  color: #fff;
}

.copy {
  background: #272727;
}

.copy p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 26.03px;
  letter-spacing: 0.3px;
  padding: 7px 0;
}

.inner-banner-part {
  position: relative;
}

.inner-banner-part .inner-ban-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-banner-part .inner-ban-text h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 47.62px;
  text-transform: uppercase;
  font-family: "Playfair Display";
}

.inner-banner-part .inner-ban-text h2:first-letter {
  font-size: 120px;
}

section.ab-cont1 {
  padding: 70px 0;
}

section.ab-cont1 h2 {
  color: #333333;
  font-size: 33px;
  font-weight: bold;
  line-height: 38.62px;
  text-transform: uppercase;
  margin: 0 0 25px;
  font-family: 'Playfair Display', serif;
}

section.ab-cont1 h2 span {
  display: table;
  color: #c42c86;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 400;
}

section.ab-cont1 p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.62px;
  letter-spacing: 0.36px;
  text-align: justify;
}

section.ab-cont1 .quotes-sec {
  margin: 60px 0 0;
}

section.ab-cont1 .sec1 {
  background-color: #ebebeb;
  padding: 20px;
  border-bottom: 6px solid #c42c86;
  padding-bottom: 56px;
}

section.ab-cont1 .sec1 h4 {
  color: #333333;
  font-size: 22px;
  font-style: italic;
  line-height: 38.62px;
  letter-spacing: 0.44px;
}

section.ab-cont1 .sec1 h5 {
  text-align: right;
  color: #000000;
  font-family: 'Tomatoes';
  font-size: 25px;
  font-weight: bold;
  line-height: 38.5px;
  letter-spacing: 0.5px;
  transform: rotate(-13deg);
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  position: absolute;
  right: 47px;
  bottom: 30px;
}

section.body-cont4.blog-page {
  padding: 70px 0;
}

section.body-cont4.blog-page .decp {
  margin: 0 0 30px;
}

section.initiatives-cont1 {
  padding: 70px 0;
}

section.initiatives-cont1 h2 {
  color: #333333;
  font-size: 33px;
  font-weight: bold;
  line-height: 38.62px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

section.initiatives-cont1 h2 span {
  display: table;
  color: #c42c86;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 400;
}

section.initiatives-cont1 p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.62px;
  letter-spacing: 0.32px;
  text-align: justify;
  margin: 0 0 30px;
}

section.initiatives-cont1 img {
  width: 100%;
}

section.initiatives-cont1 h3 {
  color: #313131;
  font-size: 17px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.51px;
  margin: 13px 0 25px;
}

section.initiatives-cont1 h3 span {
  /* display: table; */
}

.ini_block {
  border-bottom: 1px solid #dedede;
  padding: 20px;
}

section.contact-page {
  padding: 70px 0;
}

section.contact-page .sec1 {
  width: 262px;
  height: 262px;
  border: 4px solid #ba1e7b;
  padding: 15px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.contact-page .sec1 h2 {
  color: #333333;
  font-size: 33px;
  font-weight: bold;
  line-height: 38.62px;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-family: 'Playfair Display', serif;
}

section.contact-page .sec1 h2 span {
  display: table;
  color: #c42c86;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 400;
}

section.contact-page .sec1 p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.62px;
  letter-spacing: 0.36px;
}

section.contact-page ul {
  margin: 40px 0;
}

section.contact-page ul h3 {
  color: #333333;
  font-size: 23px;
  font-weight: bold;
  line-height: 38.62px;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-family: 'Playfair Display', serif;
}

section.contact-page ul li {
  color: #585858;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0;
}

section.contact-page ul li i.fa {
  font-size: 18px;
  width: 28px;
  color: #ba1e7b;
}

section.contact-page ul li a {
  color: #585858;
}

section.contact-page label {
  display: table;
  width: 100%;
  color: #674346;
  font-size: 17px;
  margin: 0 0 2px;
  font-weight: 400;
}

section.contact-page input:not([type="submit"]), section.contact-page textarea {
  border: 2px solid #e0dedb;
  width: 100%;
  padding: 12px;
  margin: 0 0 15px;
  color: #333;
}

section.contact-page textarea {
  height: 240px;
}

section.contact-page input[type="submit"] {
  background: #333333;
  color: #fff;
  text-transform: capitalize;
  border: none;
  font-size: 25px;
  width: 186px;
  padding: 11px 17px;
  text-align: left;
  font-weight: 400;
  text-align: center;
}

section.contact-page i.fa.fa-long-arrow-right {
  float: right;
  font-weight: 300;
  margin-top: 7px;
}

.single_post header {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  padding: 15px;
  z-index: 999;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post img, .post a, .post p, .post h2 {
  padding: 0 20px;
  height: auto;
}

h1.post_title {
  font-size: 20px;
  color: #000;
}

.sidebar h2 {
  background: #ba1e7b;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
}

#wc-comment-header {
  color: #000;
}

svg.icon.icon-arrow-left {
  width: 20px;
  margin: 4px;
  height: 20px;
}

h2.screen-reader-text {
  color: #000;
  font-size: 20px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 4px;
}

/* ------ */
#demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.green {
  background-color: #6fb936;
}

.thumb {
  margin-bottom: 30px;
}

.page-top {
  margin-top: 85px;
}

img.zoom {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.transition {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  color: #000;
}

.modal-footer {
  display: none;
}

.video_gallery .v_gallry iframe {
  width: 100%;
  height: 200px;
}

.map iframe {
  width: 100%;
}

section.contact-page {
  padding: 70px 0;
  padding-bottom: 0;
}

.amra {
  width: 100%;
  padding-top: 30px;
}

.amra p {
  color: #111;
  font-size: 16px;
}

.amra .text-centre {
  text-align: center;
}

.amra .text-centre h2 {
  color: #333333;
  font-size: 33px;
  font-weight: bold;
  line-height: 38.62px;
  /* text-transform: uppercase; */
  margin: 0 0 25px;
  font-family: 'Playfair Display', serif;
}

.amra .text-centre h2 span {
  display: block;
  color: #c42c86;
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  text-align: center;
}

.amra .text-centre h3 {
  color: #313131;
  font-size: 17px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.51px;
  margin: 13px 0 25px;
}

.amra .p_name {
  background-color: #ebebeb;
  padding: 20px;
  border-bottom: 6px solid #c42c86;
  padding-bottom: 6px;
  min-height: 250px;
  margin-bottom: 20px;
}

.amra .p_name p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.62px;
  /* letter-spacing: 0.36px; */
  font-style: italic;
}

.amra .video_gallery h3 {
  color: #333333;
  font-size: 33px;
  font-weight: bold;
  line-height: 38.62px;
  margin: 0 0 25px;
  text-align: center;
  font-family: 'Playfair Display', serif;
}

.amra .img_gallery {
  padding-top: 20px;
  padding-bottom: 30px;
}

.amra .img_gallery h3 {
  color: #333333;
  font-size: 33px;
  font-weight: bold;
  line-height: 38.62px;
  margin: 0 0 25px;
  text-align: center;
  font-family: 'Playfair Display', serif;
}
/*# sourceMappingURL=style.css.map */