body {
font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
background-color: #fff;
/* height: 200vh; */
position: relative; 
scroll-behavior: smooth;
}
body:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
opacity: 0;
visibility: hidden;
z-index: 1; }
body.offcanvas-menu:before {
opacity: 1;
z-index: 1002;
visibility: visible; }
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #212741;
}
p {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
}
img {
  max-width: 100%;
}
.btn, .reset-btns {
  font-weight: 600;
  border: none;
  padding: 14px 25px;
  font-size: 14px;
  border-radius: 0;
  line-height: initial;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
.btn-primary {
  background-color: #dc4459;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.btn-primary::before, .btn-primary::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 52%;
  z-index: -1;
  height: 100%;
  background: #712177;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary::after {
  left: auto;
  right: 0;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #dc4459;
  color: #fff;
  -webkit-box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover::before, .btn-primary:hover::after, .btn-primary:focus::before, .btn-primary:focus::after {
  width: 0;

}
a {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
a, a:hover {
text-decoration: none !important; }


.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  height: 170px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.75) 47%, rgba(0, 0, 0, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.site-navbar-wrap .top-dop {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.site-navbar-wrap a {
  color: #fff;
  text-transform: capitalize;
}
.site-navbar-wrap .site-navbar-top {
font-size: 0.8rem; }

.site-navbar-top {
border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.site-navbar {
margin-bottom: 0px;
width: 100%; }
.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: -2.5rem;
  position: absolute;
  width: 150px;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo {
  width: 180px;
  transition: width 1.2s;
  position: relative;
  top: 0;
}
.site-navbar .site-logo a {
font-weight: 200;
color: #fff;
font-size: 20px;
font-weight: bold;
text-transform: uppercase; }
.site-navbar .site-navigation .site-menu {
margin-bottom: 0; }
.site-navbar .site-navigation .site-menu a {
text-decoration: none !important;
display: inline-block;
font-weight: 500; }
.site-navbar .site-navigation .site-menu > li {
display: inline-block;
padding: 10px 5px; }
.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  text-decoration: none !important;
  font-weight: 600;
}
.site-navbar .site-navigation .site-menu > li > a.active {
color: #fff; }
.site-navbar .site-navigation .site-menu > li > a:hover {
color: #fff; }
.site-navbar .site-navigation .site-menu > li:last-child {
padding-right: 0; }
.site-navbar .site-navigation .site-menu > li:last-child > a {
padding-right: 0; }
.site-navbar .site-navigation .site-menu .has-children {
position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
position: relative;
padding-right: 20px; }
.site-navbar .site-navigation .site-menu .has-children > a:before {
position: absolute;
content: "\e313";
font-size: 16px;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-family: 'icomoon'; }
.site-navbar .site-navigation .site-menu .has-children .dropdown {
visibility: hidden;
opacity: 0;
top: 100%;
position: absolute;
text-align: left;
-webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
padding: 0px 0;
margin-top: 20px;
margin-left: 0px;
background: #fff;
-webkit-transition: 0.2s 0s;
-o-transition: 0.2s 0s;
transition: 0.2s 0s;
border-radius: 4px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
position: absolute; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
bottom: 100%;
left: 20%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fff;
border-width: 10px;
margin-left: -10px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
  font-weight: 600;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
color: #007bff; }
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
color: #fff !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
list-style: none;
padding: 0;
margin: 0;
min-width: 200px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
border-top-left-radius: 4px;
border-top-right-radius: 4px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
padding: 9px 20px;
display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
background: #ebeef0;
color: #212529; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
content: "\e315";
right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
left: 100%;
top: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
background: #ebeef0;
color: #212529; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
color: #fff; }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
margin-top: 0px;
visibility: visible;
opacity: 1; }

.site-mobile-menu {
width: 300px;
position: fixed;
right: 0;
z-index: 2000;
padding-top: 20px;
background: #fff;
height: calc(100vh);
-webkit-transform: translateX(110%);
-ms-transform: translateX(110%);
transform: translateX(110%);
-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header {
width: 100%;
float: left;
padding-left: 20px;
padding-right: 20px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
float: right;
margin-top: 8px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
font-size: 30px;
display: inline-block;
padding-left: 10px;
padding-right: 0px;
line-height: 1;
cursor: pointer;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
color: #dee2e6; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
float: left;
margin-top: 10px;
margin-left: 0px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
display: inline-block;
text-transform: uppercase; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
max-width: 70px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
position: relative;
padding: 20px;
height: calc(100vh - 52px);
padding-bottom: 150px; }
.site-mobile-menu .site-nav-wrap {
padding: 0;
margin: 0;
list-style: none;
position: relative; }
.site-mobile-menu .site-nav-wrap a {
padding: 10px 20px;
display: block;
position: relative;
color: #212529; }
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
color: #007bff; }
.site-mobile-menu .site-nav-wrap li {
position: relative;
display: block; }
.site-mobile-menu .site-nav-wrap li.active > a {
color: #432818; }
.site-mobile-menu .site-nav-wrap .arrow-collapse {
position: absolute;
right: 0px;
top: 10px;
z-index: 20;
width: 36px;
height: 36px;
text-align: center;
cursor: pointer;
border-radius: 50%; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
background: #f8f9fa; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
font-size: 12px;
z-index: 20;
font-family: "icomoon";
content: "\f078";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-180deg);
-ms-transform: translate(-50%, -50%) rotate(-180deg);
transform: translate(-50%, -50%) rotate(-180deg);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
display: block;
position: relative;
float: left;
width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600; }
.site-mobile-menu .site-nav-wrap > li > ul {
padding: 0;
margin: 0;
list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
padding-left: 40px;
font-size: 16px;
font-weight: 600; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
padding: 0;
margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
font-size: 16px;
padding-left: 60px; }

.sticky-wrapper {
position: absolute;
z-index: 100;
width: 100%; }
.sticky-wrapper + .site-blocks-cover {
margin-top: 96px; }
.sticky-wrapper .site-navbar {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.sticky-wrapper .site-navbar ul li.active a {
color: #fff; }
.sticky-wrapper.is-sticky .site-navbar {
background-color: #712177; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
display: inline-block;
padding: 10px 5px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
padding-right: 0; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
padding-right: 0; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
padding-right: 20px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
padding: 10px 10px;
color: rgba(255, 255, 255, 0.6);
font-size: 15px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
color: #fff !important; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
color: #fff !important; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
color: #fff; }

@media (max-width: 767px){
  .cstm-top{
    display: block !important;
  }
}
/* about us starts */
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-image {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-top: 30px;
}

.about-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 90%;
  z-index: -1;
  background-image: url(../img/shape.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-image img {
  border: 4px solid #eaeaea;
  width: 90%;
}

.about-content span {
  display: block;
  position: relative;
  color: #e49320;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.about-content span::before {
  width: 35px;
  height: 2px;
  background: #e49320;
  content: '';
  position: absolute;
  left: -42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 5px;
  position: relative;
  text-transform: capitalize;
}
.about-content h2::after{
  content: '';
  /*! border-bottom: 3px solid #000000; */
  height: 3px;
  width: 75px;
  position: relative;
  text-align: center;
  margin-left: 0px;
  /* margin: auto; */
  margin-top: 10px;
  display: block;
  background: #712177;
  background: -webkit-linear-gradient(to right, #dc4459, #712177);
  background: linear-gradient(to right, #dc4459, #712177);
}
.about-content p:nth-of-type(2){
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.history-box1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.history-box1 img {
  opacity: .09;
}
/* about us ends */

/* mewsletter starts */

.horse-sty-light-bg {
  background-color: #fdf5eb;
  padding: 80px 0;
}
.horse-nw-area {
  padding: 45px 50px 35px 50px;
  position: relative;
  overflow: hidden;
}
.horse-sty-primary-bg {
  background-color: #712177;
}
.horse-nw-icon {
  position: absolute;
  height: 180px;
  width: 180px;
  font-size: 180px;
  color: #c968d0;
  line-height: 180px;
  bottom: -35px;
  left: 50%;
  margin-left: -15px;
}
.horse-nw-text h3 {
  font-size: 40px;
  line-height: 65px;
  color: #ffffff;
  font-weight: 700;
}
.text-end {
  text-align: right !important;
}
.horse-nw-button-wrapper{
  text-align: right;
}
.horse-nw-button-wrapper .horse-sty-call-button {
  color: #ffffff;
  padding-left: 75px;
}
.horse-sty-call-button i {
  font-size: 36px;
  line-height: 36px;
  height: 36px;
  width: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 0;
}
.horse-nw-button-wrapper .horse-sty-call-button i {
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  margin-top: -25px;
}
.horse-nw-button-wrapper .button-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}
.horse-nw-button-wrapper .horse-sty-call-button .button-text {
  font-size: 30px;
  font-weight: 700;
}
.horse-sty-call-button {
  position: relative;
  padding-left: 50px;
  display: inline-block;
}
.text-start {
  text-align: left !important;
}

/* service starts */
.cstm-service p{
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: #e49320;
  text-align: center;
}
.cstm-service h2{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 5px;
}
.cstm-service p::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 10px;
  left: -40px;
  background: #e49320;
  z-index: -1;
}
.cstm-service p::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 10px;
  left: -60px;
  background: #e49320;
  z-index: -1;
}
.service-item {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
  background: #bb9457;
}

.service-item .service-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  overflow: hidden;
  z-index: -1;
}

.service-item .service-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  border-radius: 10px;
}

.service-item .service-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  z-index: 1;
}

.service-item .service-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  transition: .5s ease-out;
  z-index: 2;
}
.service-item:hover{
  background: unset;
}
.service-item:hover .service-img::after {
  width: 0;
  left: auto;
  right: 0;
}

.service-item .service-text .service-icon {
  width: 140px;
  height: 140px;
  padding: 10px;
  margin-top: -120px;
  margin-bottom: 40px;
  background: #FFFFFF;
  border-radius: 140px;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(0, 0, 0, .1);
  background: #432818;
}

.service-item .service-text h5, .service-item .service-text p {
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.service-item .service-text h5{
  font-weight: 700;
}
.service-item:hover .service-text h5,
.service-item:hover .service-text p {
  color: #FFFFFF;
}

.service-item .service-text .btn {
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .25);
}

.service-item .service-text .btn:hover {
  color: #404A3D;
}

/* service ends */

/* learning starts */
.special-wrap {
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, .05);
  -ms-box-shadow: 0 0 1.5rem rgba(0, 0, 0, .05);
  -o-box-shadow: 0 0 1.5rem rgba(0, 0, 0, .05);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, .05);
}

.special-box.v3 {
  padding: 4rem 13%;
  background: #432818;
  min-height: 375px;
}
.grad-bg2::before {
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: .003;
}
.special-box.v3 > i + .special-box-inner {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.375rem 0 0;
}
.special-box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 95%;
  left: 47.5%;
  right: 47.5%;
  z-index: 1;
  opacity: 0;
}
.special-box::after{
  background-color: #bb9457;
}
.special-box.v3 .special-box-inner > h4 {
  font-size: 1.875rem;
}
.special-box.v3 .special-box-inner > h4 + p {
  margin-top: 14px;
}
.special-box.v3 .special-box-inner > p {
  line-height: 1.75rem;
}
.special-wrap > div.row > div:not(:first-child)::before {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  top: 50%;
  margin-left: -8px;
  left: 0;
  margin-top: -3.5rem;
}
.special-wrap > div.row > div:not(:first-child)::after {
  content: "";
  position: absolute;
  left: 0;
  height: 6.25rem;
  border-left: 1px dashed rgba(255,255,255,.5);
  width: 1px;
  top: 50%;
  z-index: 2;
  margin-top: -3.125rem;
}
.special-box:hover::after {
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: bottom .25s ease-in 0s, right .25s ease-in .4s, left .25s ease-in .4s;
  -ms-transition: bottom .25s ease-in 0s, right .25s ease-in .4s, left .25s ease-in .4s;
  -o-transition: bottom .25s ease-in 0s, right .25s ease-in .4s, left .25s ease-in .4s;
  transition: bottom .25s ease-in 0s, right .25s ease-in .4s, left .25s ease-in .4s;
}
.special-box.v3 > i {
  font-size: 4.375rem;
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.special-box.v3 > i + .special-box-inner {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.375rem 0 0;
  position: relative;
  z-index: 2;
}
.special-box.v3:hover > i {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/*.special-box.v3 {padding: 4.6875rem 20% 5.3125rem;}*/
.special-box.v3 .special-box-inner > h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.special-box.v3 .special-box-inner > p {line-height: 1.75rem;}
.special-box.v3 .special-box-inner > h4 + p {
  margin-top: 14px;
  color: #fff;
}
.mrg{
  margin: 0;
}
.mrg div[class^="col"] {
  padding: 0;
}

/* footer starts */
.footer {
  color: #B0B9AE;
  background-color: #712177;
  position: relative;
}
.wave-foot-n{
  position: absolute;
  width: 100%;
  left: 0;
  top: -2px;
  z-index: 1;
  transform: rotate(180deg);
}
.btn-square {
  width: 38px;
  height: 38px;
}
.btn-square, .btn-sm-square, .btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.footer-lnk a{
  background: #B0B9AE;
  color: #404a3d;
}
.footer-lnk a:hover{
  background: #dc4358;
  color: #fff;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-2 {
  margin-right: .5rem !important;
}
.footer .btn.btn-link i {
  position: relative;
  font-weight: 900;
  margin-right: 10px;
}
.footer .btn.btn-link {
  display: block;
  text-align: left;
  padding: 10px 0;
  color: #fff;
  position: relative;
  margin-bottom: 5px;
}
.footer .btn.btn-link:hover{
  /* color: #dc4358; */
  color: #B0B9AE;
  letter-spacing: 1px;
}
.footer .btn.btn-link::before {
  display: block;
  content: "";
  padding-top: 4px;
  /* border-bottom: 2px solid #dc4358; */
  border-bottom: 2px solid #B0B9AE;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}
.footer .btn.btn-link:hover::before{
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.clm {
  align-items: center;
  display: grid;
  justify-content: center;
}
.copyright{
  padding: 15px 0;
  background: #dc4358;
}
.copyright .semm{
  font-size: 16px;
  font-weight: 600;
}
.copyright a{
  color: #fff;
  position: relative;
}
.copyright a:hover{
  color: #712177;
}
.copyright a:before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #712177;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}
.copyright a:hover:before{
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.btn-primary i{
  margin-left: 10px;
}
.cstm-m h5{
    font-weight: 700;
    font-size: 1.5rem;
}
.cstm-top, .nw-mar{
    margin-left: 23px;
}
 .modal-dialog.my-cstm-modal{
    max-width: 80%;
}

.modal-dialog.my-cstm-modal .modal-body{
min-height: 300px;
max-height: 500px;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #712177 #dc4358;
margin-bottom: 20px;
}
.modal-dialog.my-cstm-modal .modal-body::-webkit-scrollbar {
width: 7px;
background-color: #432818; /* or add it to the track */
}
.modal-header{
    align-items: center;
}
.modal-title{
  font-weight: 600;
  font-size: 21px;
}
.modal-content-p h2{
  font-size: 23px;
  margin-bottom: 20px;
  border-bottom: 2px solid #bb9457;
  padding-bottom: 8px;
  display: block;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
.form-srt {
  background: #fff;
  text-align: left;
}
.form-srt h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  color: #09052F;
  margin-bottom: 10px;
  border-bottom: 2px solid #dc4358;
  width: fit-content;
  padding-bottom: 10px;
}
.form-srt p {
  margin-bottom: 10px;
}
.form-srt p:last-of-type{
    margin-bottom: 30px;
}
.form-group {
  margin-bottom: 1rem;
}
.form-srt .contactForm .form-control {
  border: none;
  background: #f4efeb;
  padding: 20px;
  height: 60px;
  box-shadow: none;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
}
.cstm-input{
  display: flex;
  align-items: center;
  height: 50px;
  background: #f4efeb;
  border-radius: .375rem;
  padding: 0 7px;
  margin-bottom: 1rem;
}
textarea.form-control {
  height: inherit !important;
}
.form-srt .contactForm .form-control:hover {
  /*background: #fedbfdc7;*/
  background: #7121772e;
}
.quote-cstm-pad {
  padding-left: 5px;
  padding-right: 5px;
}
.get-in {
  background: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}

.get-in {
  position: sticky;
  top: 10px;
}
.get-in h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 700;
  border-bottom: 2px solid #dc4358;
  padding-bottom: 5px;
}

.get-in ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.get-in ul li {
  margin: 10px 0;
  font-size: 16px;
  display: block;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  text-align: left;
}
.get-in ul li a {
  color: #212741;
  font-weight: 600;
}
.get-in ul li a i {
  color: #fff;
  font-size: 23px;
  height: 50px;
  width: 50px;
  box-shadow: 1px 1px 1px #000;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  border-radius: 50px;
  background: #712177;
}
.get-in ul li a:hover i{
  background: #dc4358;
}

.contactForm2 .form-group .form-control:hover {
  background: linear-gradient(90.07deg, #FF4E8D4A 32.43%, #AE34E852 58.79%, #3E8DFF75 105.32%);
}
.javacod {
  display: flex;
  align-items: center;
}
.javacod ul li {
  border: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-left: 5px;
}
.footer-logo{
    width: 175px;
}
.mob-vw{
    display: none;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a .dsk-vw, .sticky-wrapper.is-sticky .site-navbar .site-logo a .mob-vw{
    display: none;
}
.fix-logo{
    display: none;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a .fix-logo {
  display: block;
  transition: all 2s;
}
#examplechildcsutody{
    padding-right: 0 !important;
}

@media (max-width: 767px){
    
  .site-navbar-wrap {
    position: relative;
    z-index: 99;
    width: 100%;
    left: 0;
    height: 150px;
    background: #000;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  }
  .dsk-vw{
      display: none;
  }
  .mob-vw{
      display: block;
  }
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -2rem;
    /*! position: relative; */
    width: 80px;
  }
  .sticky-wrapper.is-sticky .site-navbar .site-logo {
    width: 150px;
  }
  .about-image{
      margin-bottom: 30px;
  }
  .horse-nw-text h3 {
      font-size: 30px;
      line-height: 45px;
      font-weight: 700;
      margin-bottom: 30px;
    }
    .horse-nw-button-wrapper {
      text-align: left;
    }
  .mrg div[class^="col"] {
    padding: 0;
    border-bottom: 1px solid #bb9457;
  }
  
  .cstm-m{
    margin-bottom: 50px;
  }
  .cstm-bor {
    margin-bottom: 50px;
    border-bottom: 1px solid #dc4358;
    padding-bottom: 20px;
  }
  .cstm-top, .nw-mar{
        margin-left: 0;
    }
     .modal-dialog.my-cstm-modal, .quote-modal .modal-dialog{
        max-width: 500px;
    }
    .modal-dialog.my-cstm-modal .modal-body {
        max-height: 600px;
    }
    .modal-content-p h2 {
        font-size: 19px;
        line-height: 30px;
    }
    .slider-sec .rslides .img-caption{
      display: none;
  }
}
@media (min-width: 768px) and (max-width: 999px){
    .cstm-top, .nw-mar{
        margin-left: 0;
    }
  .site-navbar-wrap {
    position: relative;
    z-index: 99;
    width: 100%;
    left: 0;
    height: 170px;
    background: #000;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  }
    .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -1px;
    position: relative;
    width: 83px;
    left: 2rem;
  }
  .slider-sec .rslides .img-caption{
      display: none;
  }
  
}

/* back to top css */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 70px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  color: #B0B9AE;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}
.progress-circle.svg-content{
  border-radius: 50%;
}
.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 45px;
  font-size: 25px;
  opacity: 0;
  background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #dc4358;
  stroke-width: 10;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}


/* our team */
.our-team {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 20px 0;
}
.our-team img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.our-team .team-content{
  width: 100%;
  background: #3f2b4f;
  color: #fff;
  padding: 15px 0 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.our-team:hover .team-content{
  padding-bottom: 40px;
}
.our-team .team-content:before,
.our-team .team-content:after{
  content: "";
  width: 60%;
  height: 45px;
  background: #3f2b4f;
  position: absolute;
  top: -18px;
  transform: rotate(15deg);
  z-index: -1;
}
.our-team .team-content:before{
  left: -3%;
}
.our-team .team-content:after{
  right: -3%;
  transform: rotate(-15deg);
}
.our-team .title{
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 7px 0;
  position: relative;
  color: #fff;
}
.our-team .title:before,
.our-team .title:after{
  content: "";
  width: 7px;
  height: 93px;
  background: #dc4459;
  position: absolute;
  top: -73px;
  z-index: -2;
  transform: rotate(-75deg);
}
.our-team .title:before{
  left: 37%;
}
.our-team .title:after{
  right: 37%;
  transform: rotate(75deg);
}
.our-team .post {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 600;
}
.our-team .social-links{
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social-links{
  bottom: 0;
}
.our-team .social-links li{
  display: inline-block;
}
.our-team .social-links li a{
  display: block;
  font-size: 16px;
  color: #aad6e1;
  margin-right: 6px;
  transition: all 0.5s ease 0s;
}
.our-team .social-links li:last-child a{
  margin-right: 0;
}
.our-team .social-links li a:hover{
  color: #dc4459;
}
@media only screen and (max-width: 990px){
  .our-team{ margin-bottom: 30px; }
  .our-team .team-content:before,
  .our-team .team-content:after{
      height: 50px;
      top: -24px;
  }
  .our-team .title:before,
  .our-team .title:after{
      top: -85px;
      height: 102px;
  }
  .our-team .title:before{
      left: 35%;
  }
  .our-team .title:after{
      right: 35%;
  }
}
@media only screen and (max-width: 767px){
  .our-team .team-content:before,
  .our-team .team-content:after{
      height: 75px;
  }
  .our-team .team-content:before{
      transform: rotate(8deg);
  }
  .our-team .team-content:after{
      transform: rotate(-8deg);
  }
  .our-team .title:before,
  .our-team .title:after{
      width: 10px;
      top: -78px;
      height: 102px;
  }
  .our-team .title:before{
      left: 42.5%;
      transform: rotate(-82deg);
  }
  .our-team .title:after{
      right: 42.5%;
      transform: rotate(82deg);
  }
}
@media only screen and (max-width: 480px){
  .our-team .title:before,
  .our-team .title:after{
      top: -83px;
  }
}

/* women issue starts */
.women-issue{
  background: #eee;
  padding: 70px 0;
}
.women-issue-inn{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: center;
  padding: 5px 0;
  margin: 25px 0 5px;
}
.issue {
  display: inline-block;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  margin: 30px 0;
}
.issue h5 {
  font-weight: 600;
  margin: 15px 0;
  font-size: 15px;
  line-height: 21px;
}
.issue img{
  width: 120px;
}
.newbrdr h4{
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #712177;
  padding-bottom: 5px;
  text-transform: capitalize;
  display: inline-block;
}
.about-content.women{
  text-align: center;
}
.about-content.women h2::after{
  margin: auto;
  margin-top: 10px;
}
.about-content h4 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 5px;
}
.about-content h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}
.about-content h5::after{
  content: '';
  /*! border-bottom: 3px solid #000000; */
  height: 3px;
  width: 75px;
  position: relative;
  text-align: center;
  margin-left: 0px;
  /* margin: auto; */
  margin-top: 10px;
  display: block;
  background: #712177;
  background: -webkit-linear-gradient(to right, #dc4459, #712177);
  background: linear-gradient(to right, #dc4459, #712177);
  margin-left: auto;
  margin-right: auto;
}
.eve {
  padding: 17px;
  border: 1px solid #dc4459;
  border-radius: 4px;
  position: sticky;
  top: 10px;
  background: #f2cfd4;
}
.box-crt{
  position: relative;
  overflow: hidden;
  background: #000;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  margin: 30px 0;
}
.box-crt::before {
  content: '';
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.box-crt:hover::before {
  background: #fedbfd;
  top: 0;
  border-radius: 0px;
}

.no-pad-mar {
  background: #dc4459;
  position: relative;
}

.box-crt:hover .row .no-pad-mar{
  transition: all 0.3s;
  background: #712177;
}
.date {
  height: 90px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.date h6 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}

.loca {
  text-align: center;
  padding-top: 10px;
}
.loca h6 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.loca p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
}
.box-crt:hover .loca h6, .box-crt:hover .loca p{
  color: #000;
}
.view-all{
  margin: 30px 0;
  text-align: center;
}
.newslet h2 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 5px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 767px){
  .issue {
    display: inline-block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    margin: 15px 0;
  }
  .issue img {
    width: 90px;
  }
  .issue h5 {
    font-weight: 600;
    margin: 15px 0;
    font-size: 13px;
  }
  .loca h6, .loca p{
    margin: auto;
  }
}
@media (max-width: 991px) {
  .wave-n, .wave-foot-n {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 998px){
  .issue {
    display: inline-block;
    -ms-flex: 0 0 25%;
    flex: 0 0 33%;
    max-width: 33%;
    text-align: center;
    margin: 30px 0;
  }
}
.victim-story{
  border: 1px solid #712177;
  border-radius: 5px;
}
.victim-img{
  position: relative;
}

.shape {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 40px;
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 95%, 85% 0);
  clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 95%, 85% 0);
  margin-bottom: -0.5px;
}
.victim-img img {
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
}
.victim-name{
  padding: 20px;
}
.victim-name h5{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 15px;
}
.victim-name h5::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #1C231F;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.victim-name p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.victim-name a, .child-abuse-det a {
  font-size: 14px;
  color: #712177;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: fit-content;
  position: relative;
}
.victim-name a::before, 
.child-abuse-det a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #dc4358;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}
.victim-name a:hover::before,
.child-abuse-det a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.victim-name a:hover, 
.child-abuse-det a:hover {
  color: #dc4459;
  text-decoration: underline;
}
.victim-name a i, .child-abuse-det a i {
  margin-left: 3px;
  font-size: 14px;
}

.img-ct{
  position: relative;
}
.img-ct .img-cap{
  position: absolute;
  right: 0;
  top: 50%;
}
.img-cap h4 {
  position: relative;
  text-align: center;
  padding: 10px 20px;
  color: white;
  letter-spacing: 3px;
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 7px;
  position: relative;
  display: inline-block;
  z-index: 10;
  text-shadow: 2px 2px 2px #000;
}
  .img-cap h4:before
  {content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #712177 0.04%, #712177 28.67%, #dc4459 54.05%, #dc4459 78.11%, #dc4459 100.04%);
    z-index: -1;
    transform: perspective(.5em) rotateX(2deg);
    -moz-transform: perspective(.5em) rotateX(2deg);
    -webkit-transform: perspective(.5em) rotateX(2deg);
    -o-transform: perspective(.5em) rotateX(2deg);
  }
  .img-cap h5{
    display: table;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      text-align: center;
      padding: 8px 40px 14px 40px;
      z-index: 20;
      font-size: 17px;
      color: white;
      font-weight: 700;
      text-transform: uppercase;
      /*font-family: 'Roboto', sans-serif;*/
    }
    .img-cap h5:before
    {
    content: '';
      position: absolute;
      top: -4px;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0,0,0,.8);
      z-index: -1;
      transform: perspective(.5em) rotateX(-2deg);
      -moz-transform: perspective(.5em) rotateX(-2deg);
      -webkit-transform: perspective(.5em) rotateX(-2deg);
      -o-transform: perspective(.5em) rotateX(-2deg);
    }
    
    
    
    #book-me {
  position: fixed;
  top: 50%;
  right: 0;
  transform: rotate(90deg) translateX(50%);
  transform-origin: 100% 0;
  z-index: 99;
}
.tp-l{
  display: inline-flex;
  align-items: center;
}
#book-me-second{
  /*position: fixed;*/
  bottom: 0;
  right: 0;
  z-index: 99;
  margin-right: 10px;
}
#book-me-second a {
  padding: 10px 25px;
  border: 4px solid #dc4459;
}
#book-me-second a:hover{
  border: 4px solid #712177;
}
#book-me-second a i{
    margin-right: 5px;
}
#tp-do{
    display: none !important;
}
@media (max-width: 998px){
    #book-me-second{
        display: none;
    }
    #tp-do{
        display: unset !important;
    }
    #jsform{
        margin: 12px 0;
    }
    #jsform button{
        width: 100%;
    }
}
.modal-social.footer-lnk a {
  background: #712177;
  color: #fff;
  border: 3px solid #dc4358;
  transition: all 2s;
}
.modal-social.footer-lnk a:hover {
  background: #dc4358;
  border: 3px solid #712177;
}

.modal-social .btn-square {
  width: 50px;
  height: 50px;
}
.modal-social .btn-square i{
    font-size: 20px;
}
.new-sec-srt-sh{
  padding: 70px 0;
  overflow: hidden;
}
.new-hd-st h5{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 30px;
}
.child-sec{
  padding: 70px 0;
  overflow: hidden;
}
.child-abuse-det{
  padding: 10px;
}
.child-abuse-det h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 2px solid #712177;
  width: fit-content;
  padding-bottom: 2px;
}

p.child-we{
  font-weight: 600;
  font-size: 18px;
}
.animate-charcter
{
   text-transform: capitalize;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.cust-tp-brdr{
  border-top: 2px solid #dc4358;
}
.ftf-vid video, .ftf-vid iframe{
  border: 8px solid;
  border-color: #712177;
  border-radius: 4px;
}

.ftf-vid.mid video, .ftf-vid.mid iframe {
  border-color: #dc4459;
}
.video-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  transition: all .5s ease-out;
  border: 8px solid;
  border-color: #712177;
  border-radius: 4px;
  margin: 10px 0;
  height: 237px;
}
.video-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255,255,255,.3);
  transform: translate(-50%,-50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.video-img:hover{
  border-color: #dc4459;
}
.video-img.mid{
  border-color: #dc4459;
}
.video-img.mid:hover{
  border-color: #712177;
}
.video-img:hover::after {
  height: 190%;
  transition: all 600ms linear;
  background-color: transparent;
}
.video-img a {
  position: absolute;
  bottom: 2px;
  background: #c3a165;
  left: 2px;
  /*! -ms-transform: translate(-50%, -50%); */
  /*! transform: translate(-50%, -50%); */
  padding: 0;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.video-img a i {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  color: #fff;
  margin: 0;
}
.my-nw-cs-txt p{
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
.video-img.open img{
  height: 222px;
  object-fit: cover;
}
.new-img-sys-text img{
  border: 8px solid;
  width: 500px;
  float: left;
  margin-right: 15px;
  border-color: #712177;
  border-radius: 4px;
}
.new-img-sys-text h3{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 5px;
  position: relative;
  line-height: 40px;
}
.custody-srt h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #712177;
  padding-bottom: 5px;
  text-transform: capitalize;
  display: inline-block;
}
.modal-a-link{
  position: relative;
  color: #dc4358;
}
.modal-a-link::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #dc4358;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}
.modal-a-link:hover{
  color: #712177;
}
.modal-a-link:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.custody-brdr {
  border-bottom: 2px solid #dc4358;
  margin-bottom: 20px;
}
.custody-brdr ul, .child-abuse-det ul{
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.custody-brdr ul li, .child-abuse-det ul li{
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  border-bottom: 2px solid #712177;
}
.custody-srt h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.custody-list h3{
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}
.img-pa img{
  width: 500px;
  float: left;
  margin-right: 12px;
  border: 5px solid;
  border-color: #dc4358;
}
.cstm-set-gen{
  margin: 15px 0;
}

@media (max-width: 767px){
  .new-hd-st h5 {
    font-size: 17px;
  }
  .new-img-sys-text img{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about-content h2{
    font-size: 22px;
  }
  .about-content h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 30px;
  }
  .about-content h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
  }
  .newslet h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 5px;
    line-height: 30px;
    text-align: left;
  }
  .new-img-sys-text h3{
    font-size: 18px;
  }
}



@media (max-width: 999px){
  .img-pa img{
    width: 100%;
    margin-bottom: 12px;
  }
  
}


/* inner page css starts */
.bread-sec {
  background: #000 url(../img/bread.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 350px;
}
.bread-sec::before {
  background-color: #000;
  opacity: 0.7;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bread-inner{
  padding: 200px 0 70px;
  text-align: center;
}
.bread-inner h1{
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}
.bread-inner h1::after {
  content: '';
  border-bottom: 3px solid #000000;
  height: 3px;
  width: 75px;
  position: relative;
  text-align: center;
  margin-left: 0px;
  margin: auto;
  margin-top: 10px;
  display: block;
  background: #712177;
  background: -webkit-linear-gradient(to right, #dc4459, #712177);
  background: linear-gradient(to right, #dc4459, #712177);
}
.main-inner-head h1{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 5px;
  position: relative;
  text-align: center;
}
.main-inner-head h1::after{
  content: '';
  height: 3px;
  width: 75px;
  position: relative;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
  display: block;
  background: #712177;
  background: -webkit-linear-gradient(to right, #dc4459, #712177);
  background: linear-gradient(to right, #dc4459, #712177);
  margin-left: auto;
  margin-right: auto;
}
.pro-img h2{
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.pro-img h2::after{
  content: '';
  height: 3px;
  width: 75px;
  position: relative;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
  display: block;
  background: #712177;
  background: -webkit-linear-gradient(to right, #dc4459, #712177);
  background: linear-gradient(to right, #dc4459, #712177);
  margin-left: auto;
  margin-right: auto;
}
.pro-img img{
  height: 200px;
  object-fit: cover;
  border: 3px solid #712177;
  padding: 2px;
  margin-bottom: 20px;
}
.pro-img h5{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.rew-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content {
  width: 32%;
  font-size: 24px;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
  display: none;
  margin: 10px 5px;
  border: 1px solid #712177;
  border-radius: 5px;
}

.vic-img{
  position: relative;
}
.vic-img img {
  height: 250px;
  object-fit: cover;
  width: auto;
  float: left;
  margin-right: 10px;
  border: 5px solid #712177;
}
.vic-img h5{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 15px;
}
.vic-img h5::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #1C231F;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.noContent{
  display: none !important;
}
.shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 40px;
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 95%, 85% 0);
  clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 95%, 85% 0);
  margin-bottom: -0.5px;
}
.custody-srt h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid #712177;
  width: fit-content;
  text-transform: capitalize;
  padding-bottom: 10px;
  line-height: 30px;
}
.custody-srt h4{
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
  line-height: 30px;
}
#SurveyForm {
  background-color: #fff;
  max-width: 550px;
  margin: 50px auto;
  padding: 30px 20px;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
}
#SurveyForm h2{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 5px;
  position: relative;
  text-transform: capitalize;
}
#SurveyForm h2::after{
  content: '';
  /*! border-bottom: 3px solid #000000; */
  height: 3px;
  width: 75px;
  position: relative;
  text-align: center;
  margin-left: 0px;
  /* margin: auto; */
  margin-top: 10px;
  display: block;
  background: #712177;
  background: -webkit-linear-gradient(to right, #dc4459, #712177);
  background: linear-gradient(to right, #dc4459, #712177);
}
#SurveyForm p {
  text-transform: capitalize;
}
.form-control2 {
  text-align: left;
  margin-bottom: 25px;
}
.form-control2 label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
}
.form-control2 input, .form-control2 select, .form-control2 textarea {
  border: 1px solid #777;
  border-radius: 2px;
  font-family: inherit;
  padding: 10px;
  display: block;
  width: 95%;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
  outline: none;
}
.form-control2 input:hover, .form-control2 select:hover, .form-control2 select:focus, .form-control2 textarea:hover{
  background: #fedbfdc7;
}

.form-control2 input[type="radio"], .form-control2 input[type="checkbox"] {
  display: inline-block;
  width: auto;
}
.f-c-sp{
  font-size: 13px;
  font-weight: 600;
}
.new-sap ul {
  display: block;
  justify-content: space-between;
}
.new-sap ul li{
  display: inline-flex;
}
.new-sap ul li label{
  margin-right: 5px;
}
.new-sap ul li input {
  width: 40px;
  height: 30px;
  margin: 0 2px;
  font-weight: 600;
  padding: 2px;
}
.new-det-check ul li {
  margin: 5px 0;
  font-weight: 600;
}
.new-det-check ul li span{
  display: inline-flex;
  align-items: center;
  margin: 5px 0;
  font-weight: 600;
}

.checks{
  margin-right: 5px;
}
.cast-ma {
  margin: 0 5px;
  width: 50% !important;
  font-weight: 600;
}
.cstm-width-set{
  width: 40% !important;
}
.new-des-sur-frm{
  display: flex !important;
  align-items: center;
  margin-left: 10px;
}

.tab {
  display: none;
}

.cstm-mar-bt button{
  margin: 0 5px;
}
.cstm-flex{
  display: flex;
  align-items: center;
}
.cstm-flex label{
  margin: 4px;
}
.cstm-flex label input{
  margin: 4px;
}
.no-cap ul{
    padding: 0 !important;
    display: flex !important;
    align-items: center;
}
.no-cap ul li{
    font-family: inherit !important;
}
.hwlc-list{
  list-style: upper-alpha;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  padding: 0 50px;
}
@media (max-width: 767px){
  .bread-sec{
    background-attachment: unset;
    background-size: 100%;
    background-position: unset;
    position: relative;
    height: 200px;
  }
  .bread-inner{
    padding: 70px 0 70px;
    text-align: center;
  }
  .bread-inner h1 {
    font-size: 30px;
  }
  .pro-img {
    margin: 20px 0;
    border-bottom: 1px solid #712177;
    padding-bottom: 20px;
  }
  .pro-img img {
    height: auto;
    object-fit: cover;
    border: 3px solid #712177;
    padding: 2px;
    margin-bottom: 20px;
    width: 100%;
  }
  .vic-img img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
  }
  .content {
      width: 100%;
      font-size: 24px;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      display: none;
      margin: 10px 5px;
      border: 1px solid #712177;
      border-radius: 5px;
    }
    .quote-cstm-pad{
        margin: 50px 0 0;
    }

}
@media (min-width: 768px) and (max-width: 998px){
  .content {
    width: 47%;
    font-size: 24px;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
    display: none;
    margin: 10px 5px;
    border: 1px solid #712177;
    border-radius: 5px;
  }
  .bread-sec{
    background-attachment: unset;
    background-size: cover;
    background-position: 100% 25%;
    height: 250px;
  }
  .bread-inner {
      padding: 100px 0 70px;
      text-align: center;
    }
  
  
}
@media (max-width: 998px){
    .cstm-flex {
        display: block;
        align-items: center;
    }
    .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
    }
    
    .hwlc-list{
        padding: 0 0 0 30px;
    }
}

.fa-square-x-twitter::before {
  content: "\e61a";
}