@charset "UTF-8";

* {
  -webkit-font-smoothing: antialiased;
}
.logo {
  font-family: "Rubik";
  font-size: 23px;
  font-weight: 900;
  color: #F24259!important;
  text-transform: uppercase;
}

.logo span {
  font-weight: 500;
  color: #fff!important;
}

.custom-nav.stickyadd .logo span {
  color: #000!important;
}

.full-max-width{
  max-width: 100%!important;
}

.footer_detail{
  padding: 70px 0px;
}
.footer-menu {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.footer-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.footer-menu ul li {
  display: inline-block;
  margin: 10px;
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.42);
}

.footer-menu ul li a{
  color: rgba(255, 255, 255, 0.42);
}
.footer-menu ul li a:hover{
  color: #F24259;
}



.home-half-sub-page{
  padding: 120px 0px  80px 0px!important;
}

.home-half ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  margin-top: 20px;
}

.home-half ol li {
  display: inline-block;
  color: #fff;
}


.home-half ol li a {
  color: #fff;
}

.home-half ol li.active {
  color: #F24259 !important;
}


.content-text {
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
}

.content-text h1,
.content-text .h1,
.content-text h2,
.content-text .h2,
.content-text h3,
.content-text .h3,
.content-text h4,
.content-text .h4,
.content-text h5,
.content-text .h5,
.content-text h6,
.content-text .h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #6e6e6e;
}

.content-text h1 span,
.content-text .h1 span,
.content-text h2 span,
.content-text .h2 span,
.content-text h3 span,
.content-text .h3 span,
.content-text h4 span,
.content-text .h4 span,
.content-text h5 span,
.content-text .h5 span,
.content-text h6 span,
.content-text .h6 span {
  color: #007bff;
}

.content-text h1,
.content-text .h1 {
  font-size: 28px;
}

.content-text h2,
.content-text .h2 {
  font-size: 26px;
}

.content-text h3,
.content-text .h3 {
  font-size: 24px;
}

.content-text h4,
.content-text .h4 {
  font-size: 22px;
}

.content-text h5,
.content-text .h5 {
  font-size: 20px;
}

.content-text h6,
.content-text .h6 {
  font-size: 18px;
}

.content-text strong {
  font-weight: 600;
}

.content-text p {
  font-size: 16px!important;
  line-height: 24px;
  margin-bottom: 20px;
  color: #6e6e6e;
}

.content-text ol,
.content-text ul {
  margin: 0px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: disc;
}

.content-text ol li,
.content-text ul li {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 20px;
}

.content-text ol li a,
.content-text ul li a {
  color: #6e6e6e;
}

.content-text ol li a:hover,
.content-text ul li a:hover {
  border-bottom: 1px dotted #6e6e6e;
}

.content-text ol {
  list-style: decimal;
}

.content-text table {
  max-width: 100%;
  margin-bottom: 15px;
}

.content-text iframe {
  border: none;
  background: none;
  max-width: 100%;
  margin-bottom: 15px;
}

.content-text img {
  display: block;
  max-width: 100%;
  height: auto;
}

.content-text img.alignleft, .content-text img.pull-left {
  margin-right: 15px;
  margin-bottom: 15px;
}

.content-text img.alignRight, .content-text img.pull-right {
  margin-left: 15px;
  margin-bottom: 15px;
}

.services_icon i{
  width: 62px;
  height: 62px;
  display: inline-block;
}


@media only screen and (max-width:1199px) {}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:767px) {
 .logo span {
    color: #000!important;
  }
}

@media only screen and (max-width:575px) {}

@media only screen and (max-width:479px) {}

@media only screen and (max-width:374px) {}

/* @2x Images (Pixel Ratio of 1.25+) */

@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {}

/* @3x Images (Pixel Ratio of 2.25+) */

@media only screen and (-o-min-device-pixel-ratio: 9/4),
only screen and (-webkit-min-device-pixel-ratio: 2.25),
only screen and (min-device-pixel-ratio: 2.25),
only screen and (min-resolution: 2.25dppx) {}

/* @4x Images (Pixel Ratio of 3.25+) */

@media only screen and (-o-min-device-pixel-ratio: 13/4),
only screen and (-webkit-min-device-pixel-ratio: 3.25),
only screen and (min-device-pixel-ratio: 3.25),
only screen and (min-resolution: 3.25dppx) {}