body
{
  font-family: 'Montserrat', sans-serif !important;
  overflow-x: hidden;
}
html
{
  overflow-x: hidden;
}
/*========= Slider =========*/
.banner-text1
{
  padding-top: 12%;
}
.banner-text1 h1 {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  margin-bottom: 15px;
}
.banner-text1 p {
  color: #48484a;
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-bottom: 25px;
}
.btn-custom
{
  background: #000;
  color: #fff;
  padding: 10px 33px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid transparent;
  transition: all .3s;
}
.btn-custom:hover
{
  background: #fff;
  color: #000;
  padding: 10px 33px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #000;
  transition: all .3s;
  box-shadow: 3px 3px 5px #d1d1d1;
}
.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: #d5d5d5;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 22px;
  height: 22px;
  margin: 0;
  background-color: #d81b60;
}

/*=============== Menu ==============*/

/* Custom Button Styles */

.btn-dark {
  border-radius: 0;
  color: #000;
  background-color: transparent;
  font-size: 32px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #000;
  background-color: transparent;
}

.btn-light {
  border-radius: 0;
  color: #333;
  background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #333;
  background-color: rgba(255,255,255,0.8);
}



/* Side Menu */

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 0;
  width: 250px;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #270b37;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  font-size: 18px;
  line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.logo
{
  width: 12%;
  padding: 10px 0;
}
.navigation-top
{
  position: fixed;
  width: 100%;
  z-index: 9
}
.carousel-indicators {
  z-index: 1;
}
/*========== Advantages ==========*/
.advantages
{
  background-image: linear-gradient(to bottom right, #d81b60, #240b36);
  padding: 80px 0;
}
.heading p
{
  text-transform: uppercase;
  color: #fff;
  font-size: 34px;
}
.support .heading p{
  color: #270b37;
}
.advantage-item
{
  color: #fff;
  margin-bottom: 30px;
  padding: 15px 0;
}
.heading
{
  margin-bottom: 80px;
}
.br
{
  border-right: 1px solid #ffffff85;
}
.bt
{
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.support
{
  padding: 80px 0;
}
.support-before-hdng
{
  background: #270b37;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  width: 50%;
  margin: auto;
  padding: 13px;
  font-size: 21px;
  margin-bottom: 50px;
}
.support-item
{
  background: #fff;
  box-shadow: 0px 0px 15px #d1d1d1;
  padding: 10px;
  margin-bottom: 30px;
}
.support-after
{
  background: #270b37;
}

.support-after-inn .support-before-hdng {
  background: #fff;
  color: #270b37;
}

.support-after-inn .support-item {
  background: #fff;
  box-shadow: 0px 0px 15px #0000004d;
  padding: 10px;
  margin-bottom: 30px;
}
.platform
{
  padding: 80px 0;
  background-size: cover !important;
}
.pf-heading
{
  color: #fff;
  margin-bottom: 50px;
}
.pf-heading h3
{
  text-transform: uppercase;
  font-size: 35px;
}
.pf-heading p
{

}
.video
{
  position: relative;
  border: 5px solid #fffc;
  margin-bottom: 15px;
}
.play
{
  position: absolute;
  width: 70px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.video img
{
  width: 100%;
}
.vdo-txt h3
{
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.testimonial
{
  background-size: cover !important;
  padding: 80px 0;
}
.testimonial-heading p {
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  width: 23%;
  margin: auto;
  border-bottom: 2px solid #000;
}
.testimonial-heading
{
  margin-bottom: 50px;
}
.quote {
  color:#d81b60;
  text-align: center;
  margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
    -ms-transition-property: opacity;
        transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
opacity: 1;
-webkit-transition-property: opacity;
    -ms-transition-property: opacity;
        transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
background-color: #9f9f9f;
border: none;
}

#fade-quote-carousel.carousel .carousel-indicators .active {
  border: 2px solid #9f9f9f;
  background-color: transparent;
}

#fade-quote-carousel blockquote {
  text-align: center;
  border: none;
}
#fade-quote-carousel .profile-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
}

.touch-left
{
  background: #000;
  padding: 50px 20px;
  color: #fff;
}
.touch-left-header small {
  color: #d81b60;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.touch-left-header p
{
  font-size: 34px;
}
.touch-left-header
{
  margin-bottom: 50px;
}
.overlay
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}
.application-heading p
{
  color: #000;
  text-transform: uppercase;
  font-size: 34px;
  text-align: center;
  margin-bottom: 50px;
}
.keep-in-touch
{
  padding: 80px 0 0 0;
}
.application .form-control
{
  height: 50px;
}
.application .btn-danger {
  color: #fff;
  background-color: #d81b60;
  border-color: #d81b60;
  padding: 15px;
  font-size: 21px;
  letter-spacing: 2px;
}
.ftr {
  background: #000;
  border: none;
  padding: 15px 0;
}
.ftr ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.ftr ul li
{
  display: inline-block;
  margin-right: 10px;
}
.ftr ul li:last-child
{
  margin-right: 0;
}
.ftr ul li a
{
  color: #48484a;
  font-size: 22px;
}
.ftr p {
  margin-bottom: 0;
  text-align: right;
  color: #48484a;
  font-weight: 600;
  text-transform: uppercase;
}
/*===================== Inner page =================*/
/* header
{
    width:100%;
    height:150px;
    background-color:transparent;
} */
.sidebar
{
    background-color:#d81b60;
    padding:30px 15px;
    color: #fff;
   
}
.stick {
  position: fixed;
  width: 19.4%;
  top: 00px;
  height: auto;
  padding-top: 130px;
}

.abs {
  position: absolute;
  bottom: 0px;
  /* width: 92.5%; */
  width: 89.4%;
}
.inner-banner
{
  background: #f2f8ff;
  padding: 100px 0 50px 0;
}
.inner-left-content h2
{
  font-size: 40px;
  text-transform: uppercase;
  line-height: 62px;
  font-weight: bold;
}
.inner-left-content p
{
  font-size: 20px;
}

.innerpage .navigation-top {
  background: #fff;
  box-shadow: 0px 5px 5px #0003;
}
.innerpage #menu-toggle
{
  padding: 26px 16px;
}
.innerpage .left-container
{
  padding: 30px 15px;
}
/*================== Tab Content ===============*/
.sidebar ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar ul li
{
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  margin-left: 15px;
  padding-left: 6px;
}
.sidebar h3
{
  font-weight: bold;
  margin-top: 0;
  border-bottom: 1px solid #fff;
  padding: 10px;
  text-align: center;
}
.left-container h3
{
  margin-top: 0;
}
.sidebar ul li.active {
  background: #fff;
  color: #000;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-size: 100%;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#contact .card:hover i,#contact .card:hover h4{
	color:#d81b60;
}
.map
{
  margin-bottom: 30px;
}















