html {
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

html, body {
  /* For the loading indicator to be vertically centered ensure */
  /* the html and body elements take up the full viewport */
}

html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  -webkit-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  color: #57585a;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .5px;
}

.slide-text h1, .about-left-content h2 {
  font-family: 'riftlight_italic';
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  color: #474748;
  font-size: 14px;
  font-weight: lighter;
  line-height: 24px;
  margin-bottom: 6px;
}

.container {
  width: 1360px;
}

.container-fluid {
  margin: 0px;
}

#preloader {
  position: fixed;
  overflow: visible;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 99999;
  height: 100%;
  width: 100%;
  visibility: hidden !important;
  display: none !important;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.about-right-content .img-thumbnail {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0px;
  opacity: 1;
}

img {
  max-width: 100%;
}

.f-left {
  float: left;
}

.fix {
  overflow: hidden;
}

a img {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover img {
  opacity: 0.9;
}

/*
a, .btn { -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }*/
.btn {
  border-radius: 0px;
  font-size: 14px;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
}

a:focus, .btn:focus {
  text-decoration: none;
}

a, button {
  color: #474748;
  cursor: pointer;
  transition: .3s color ease-in-out;
}

a:focus, a:hover {
  color: #A4017C;
  text-decoration: none;
  transition: .1s color ease-in-out;
}

.page-link a:focus, .page-link a:hover {
  color: #fff;
  text-decoration: none;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11px;
}

.selected {
  border: 2px solid #36f;
}

.text-uppercase {
  text-transform: uppercase;
}

.bg-spl {
  background-color: #F9FBFF !important;
}

.gray-bg {
  background: #FAFAFA;
}

.light-gray-bg {
  background: #F9FBFF;
}

.dark-gray-bg {
  background-color: #eaeaea;
}

.white-bg {
  background: #fff;
}

.black-bg {
  background: #282828 none repeat scroll 0 0;
}

label {
  color: #858585;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #47aeea;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #47aeea;
  color: #fff;
  text-shadow: none;
}

*:focus {
  outline: 3px solid 47 aeea !important;
}

::selection {
  background: #47aeea;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #d0d0d0 !important;
  font-size: 15px;
}

*::-webkit-input-placeholder {
  color: #d0d0d0 !important;
  font-size: 15px;
}

*:-ms-input-placeholder {
  color: #d0d0d0 !important;
  font-size: 15px;
}

*::placeholder {
  color: #d0d0d0 !important;
  font-size: 15px;
}

/*Reset Margin Padding*/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'fontawesome';
  /* essential for enabling glyphicon */
  content: "\f077";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f054";
  /* adjust as needed, taken from bootstrap.css */
}

.c-map {
  border-top: 1px solid #FAFAFA;
}

.bg-white {
  background: #fff !important;
}

/*.spl, #vision{max-height: 500px; height: 496px; overflow: hidden;}*/
.bdr-x-1 {
  border-right: none !important;
  border-left: none !important;
  border-radius: 0 !important;
  background: #FAFAFA;
}

.bdr-b-1 {
  border-bottom: 1px solid #ccc;
}

.p-6 {
  padding: 6px !important;
}

.p-x-10 {
  padding: 10px 0px 0px;
}

.w-40-a {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.prod_head {
  font-weight: 500;
  margin-bottom: 100px;
  position: relative;
  text-transform: uppercase;
}

.prod_head > h2 {
  font-size: 60px;
  font-weight: normal;
  position: relative;
}

.prod_head > h2::before {
  background: none;
  bottom: -14px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
}

.prod_head > h2::after {
  background: #A4017C none repeat scroll 0 0;
  background-image: -moz-linear-gradient(left, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  background-image: -webkit-linear-gradient(left, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  background-image: linear-gradient(to right, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd4875', endColorstr='#8c147e',GradientType=1 );
  bottom: -50px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px;
}

.about-right .prod-logo {
  padding: 4%;
}

.about-right .prod-logo img {
  height: 70px;
}

.flex-section {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.flex-block {
  flex: 1;
  width: 50%;
}

.flex-block-content {
  padding: 20px;
  background: #FAFAFA;
  align-content: space-around;
}

.flex-block img {
  overflow: hidden;
  height: auto;
  width: auto;
  max-width: 100%;
}

.brand-imgs {
  padding: 3rem;
}

.brand-imgs > img {
  display: inline-block;
  padding: 10px 20px;
}

/*============================
 sticky style
==============================*/
.slider-banner, .slide-text {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
  /* Opera */
}

.slider-banner img {
  margin: 0 auto;
}

.about-right-content {
  padding-bottom: 40px;
}

.about-right-content p {
  margin: 0;
}

.about-right-content * + p,
.about-right-content p + * {
  margin-top: 1.5em;
}

.ps .h3 {
  font-size: 13pt;
}

.clearfix {
  clear: both;
}

.ps .show {
  padding-top: 20px;
}

.flex-container div a:hover {
  text-decoration: underline;
}

/*.pro-li li { padding: 4px 0; }
.pro-li li a:hover { text-decoration: underline; }*/
.r-l {
  border-right: 1px solid #e6e5e5;
}

.spl-prod {
  padding: 0px 60px 32px;
}

.spl-prod p {
  text-align: center;
  font-size: 17px;
  line-height: 32px;
}

/*Set margin top*/
.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/*set margin bottom*/
.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

/*-------------------------------------
   top bottom PAGE SECTION MARGIN
---------------------------------------*/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-180 {
  margin-bottom: 180px 0;
}

/*-------------------------------------
   right left PAGE SECTION MARGIN
---------------------------------------*/
.mrl-0 {
  margin: 0;
}

.mrl-10 {
  margin: 0 10px;
}

.mrl-15 {
  margin: 0 15px;
}

.mrl-20 {
  margin: 0 20px;
}

.mrl-30 {
  margin: 0 30px;
}

.mrl-40 {
  margin: 0 40px;
}

.mrl-50 {
  margin: 0 50px;
}

.mrl-60 {
  margin: 0 60px;
}

.mrl-70 {
  margin: 0 70px;
}

.mrl-80 {
  margin: 0 80px;
}

.mrl-90 {
  margin: 0 90px;
}

.mrl-100 {
  margin: 0 100px;
}

.mrl-110 {
  margin: 0 110px;
}

.mrl-120 {
  margin: 0 120px;
}

.mrl-130 {
  margin: 0 130px;
}

.mrl-140 {
  margin: 0 140px;
}

.mrl-150 {
  margin: 0 150px;
}

.mrl-180 {
  margin: 0 180px;
}

/*Set padding top*/
.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

/*srt padding right*/
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

/*srt padding bottom*/
.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

/*set padding left*/
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/*set padding top botton */
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

/*set padding right left */
.prl-0 {
  padding: 0 0rem;
}

.prl-10 {
  padding: 0 10px;
}

.prl-20 {
  padding: 0 20px;
}

.prl-30 {
  padding: 0 30px;
}

.prl-40 {
  padding: 0 40px;
}

.prl-50 {
  padding: 0 50px;
}

.prl-60 {
  padding: 0 60;
}

.prl-70 {
  padding: 0 70px;
}

.prl-80 {
  padding: 0 80px;
}

.prl-90 {
  padding: 0 90px;
}

.prl-100 {
  padding: 0 100px;
}

.prl-110 {
  padding: 0 110px;
}

.prl-120 {
  padding: 0 120px;
}

.prl-130 {
  padding: 0 130px;
}

.prl-140 {
  padding: 0 140px;
}

.prl-150 {
  padding: 0 150px;
}

/*set padding all */
.p-0 {
  padding: 0;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-70 {
  padding: 70px;
}

.p-80 {
  padding: 3rem 6rem;
}

.p-90 {
  padding: 90px;
}

.p-100 {
  padding: 100px;
}

.p-110 {
  padding: 110px;
}

.p-120 {
  padding: 120px;
}

.p-130 {
  padding: 130px;
}

.p-140 {
  padding: 140px;
}

.p-150 {
  padding: 150px;
}

.about-right .panel-heading {
  background: none;
  border: none;
  border-bottom: 1px solid #ddd !important;
}

.about-right .panel-default {
  box-shadow: none;
  border-color: transparent !important;
}

.panel-title > a {
  font-weight: normal;
  line-height: 26px;
}

@media (max-width: 767px) {
  .main-wrapper {
    overflow: hidden;
  }
}

.main-wrapper > header {
  z-index: 99;
  position: relative;
}

.dt-color {
  color: #A4017C;
  margin-right: 2px;
}

.dt-ct {
  padding-left: 14px !important;
}

/*Set button style*/
.comment-cntact {
  background: none;
  float: right;
  margin-top: 20px;
}

a.button {
  border: 1px solid #A4017C;
  border-radius: 50px;
  color: #A4017C;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: .3s ease-in-out;
}

.button {
  border: 1px solid #A4017C;
  border-radius: 50px;
  color: #A4017C;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 15px 25px;
  text-transform: uppercase;
  transition: .3s ease-in-out;
}

.button.active {
  border: 3px solid #A4017C;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.active:hover {
  background: #bd4875;
  background: -moz-linear-gradient(left, #bd4875 0%, #a4017b 53%, #8c147e 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #bd4875), color-stop(53%, #a4017b), color-stop(100%, #8c147e));
  background: -webkit-linear-gradient(left, #bd4875 0%, #a4017b 53%, #8c147e 100%);
  background: -o-linear-gradient(left, #bd4875 0%, #a4017b 53%, #8c147e 100%);
  background: -ms-linear-gradient(left, #bd4875 0%, #a4017b 53%, #8c147e 100%);
  background: linear-gradient(to right, #bd4875 0%, #a4017b 53%, #8c147e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd4875', endColorstr='#8c147e', GradientType=1);
  border-color: #A4017C;
}

.button.transparent {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
}

.button.transparent:hover {
  border-color: #118cd4;
}

a.button-small {
  background: #de9a13 none repeat scroll 0 0;
  color: #f1f1f1;
  display: inline-block;
  font-size: 13px;
  height: 43px;
  letter-spacing: 2px;
  line-height: 43px;
  padding: 0 35px;
  text-transform: uppercase;
}

a.button:hover, a.button-small:hover, .button:hover {
  background: #A4017C;
  color: #fff;
  border-color: #A4017C;
}

a.button.button-black {
  background: #f1f1f1 none repeat scroll 0 0;
  line-height: 46px;
  color: #de9a13;
}

a.button.button-black:hover {
  background: #1396e2;
  color: #f1f1f1;
}

.about-item > p {
  margin-bottom: 10px;
  margin-left: 80px;
}

.about-left-content {
  padding: 80px;
}

/*.about-left{position: relative; float: right}*/
.main-heading-content > h2, .aside-menu > h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 30px 0;
  position: relative;
  text-transform: uppercase;
}

.aside-menu > h2 {
  font-size: 19px;
  letter-spacing: 0;
}

.aside-menu {
  background: #FAFAFA;
  padding: 0px 30px 30px;
  border-top: 4px solid #A4017C;
}

.aside-menu li.active {
  border-left: 4px solid #A4017C;
  color: #A4017C;
}

.aside-menu li a {
  padding: 8px 26px;
  display: block;
  font-size: 16px;
  border-left: 4px solid transparent;
  transition: all .1s;
}

.aside-menu li a:hover {
  border-left: 4px solid #A4017C;
  background: #A4017C;
  background-image: -moz-linear-gradient(left, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  background-image: -webkit-linear-gradient(left, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  background-image: linear-gradient(to right, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd4875', endColorstr='#8c147e',GradientType=1 );
  color: #fff;
  transition-duration: .1s;
}

.aside-menu li a.active {
  border-left: 4px solid #A4017C;
}

.dir h2, .dir h3, .dir h4 {
  margin-bottom: 5px;
}

.dir h2 {
  font-weight: 500;
  text-transform: uppercase;
}

.dir h3::first-letter {
  font-size: 25px;
}

.dir h3, .dir h4 {
  font-weight: 500;
  text-transform: capitalize;
  color: #888;
}

.dir a > i {
  font-size: 15px;
}

.about-right-content small {
  font-weight: normal;
  color: #8c8c8c;
}

.main-heading-content > h2 {
  text-transform: uppercase;
  font-size: 75px;
  font-weight: normal;
  position: relative;
  line-height: 70px;
  font-family: 'riftlight_italic';
}

.team {
  text-align: center;
}

.team > h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: normal;
  position: relative;
  line-height: 30px;
  margin-bottom: 100px;
}

.team > h2::after {
  background: #A4017C none repeat scroll 0 0;
  background-image: -moz-linear-gradient(left, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  background-image: -webkit-linear-gradient(left, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  background-image: linear-gradient(to right, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd4875', endColorstr='#8c147e',GradientType=1 );
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  width: 50px;
}

.main-heading-content > h2 {
  display: inline-block;
}

.main-heading-content > h2::after {
  background: #A4017C none repeat scroll 0 0;
  background-image: -moz-linear-gradient(left, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  background-image: -webkit-linear-gradient(left, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  background-image: linear-gradient(to right, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd4875', endColorstr='#8c147e',GradientType=1 );
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -40px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  width: 50px;
}

.main-heading-content > p {
  letter-spacing: 1px;
  margin: 0 auto;
  width: 600px;
}

.main-heading-content span {
  color: #1396e2;
}

.main-heading-content.text-center {
  margin-bottom: 80px;
}

.readmore {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.readmore i {
  transition: .3s;
}

.readmore:hover i {
  transition: .3s;
  display: inline-block;
  margin-left: 5px;
}

.touchpoints {
  padding: 4rem;
}

/*** custom checkboxes ***/
.options {
  padding: 0 2rem;
  text-transform: uppercase;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
  max-width: 1px;
}

/* to hide the checkbox itself */
input[type=checkbox] + label {
  padding: 0 0 0 3em;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  min-height: 2.7em;
  margin: 0 0 .5em;
  line-height: 1.2em;
}

input[type=checkbox] + label:before {
  color: #A4017C;
  top: 0.3em;
  left: 0;
  position: absolute;
  content: " ";
  border: 1px solid #A4017C;
  width: 2em;
  height: 2em;
}

/* unchecked icon */
input[type=checkbox] + label:before {
  letter-spacing: 12px;
}

/* space between checkbox and label */
input[type=checkbox]:checked + label:before {
  background: #A4017C;
  letter-spacing: 10px;
}

/* allow space for check mark */
/*slider*/
.carousel {
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
}

/* The controlsy */
.carousel-control {
  left: -12px;
  height: 40px;
  width: 40px;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  margin-top: 90px;
}

.carousel-control.right {
  right: -12px;
}

/* The indicators */
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}

/* The colour of the indicators */
.carousel-indicators li {
  background: #cecece;
}

.carousel-indicators .active {
  background: #428bca;
}

.arrow-d {
  position: relative;
  top: 60px;
}

.srch {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #ccc;
}

.header-top {
  background: #282828 none repeat scroll 0 0;
}

.header-top-left > li {
  display: inline-block;
  font-size: 13px;
  margin-right: 12px;
}

.header-top-left li a {
  color: #858585;
}

.header-top-left li a:hover {
  color: #1396E2;
}

.header-top-left li a i {
  margin-right: 5px;
  transition: .4s;
}

.header-top-left li a:hover i {
  color: #f1f1f1;
}

.social-bookmarks > li {
  display: inline-block;
  font-size: 13px;
  margin: 0 0px;
}

.social-bookmarks > li a > img {
  max-width: 80%;
}

.header-top-left {
  margin: 8px 0 10px;
}

.social-bookmarks > li a {
  display: block;
  padding: 6px 0px;
}

.h-400 {
  height: 400px;
}

.h-174 {
  height: 174px;
}

.logo h2 a {
  font-size: 35px;
  position: relative;
  z-index: 999;
}

.logo h2 {
  margin: 0;
  padding: 24px 0;
  text-transform: uppercase;
}

.logo span {
  color: #1396e2;
}

.main-menu {
  float: right;
}

.main-menu > li {
  display: inline-block;
  /* padding: 38px 0;*/
  position: relative;
}

.main-menu > li > a {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 0 8px;
  text-transform: uppercase;
  padding: 40px 0;
}

.main-menu li > ul.dropdown {
  background: #242424 none repeat scroll 0 0;
  border-top: 2px solid #A4017C;
  opacity: 0;
  padding: 2px 0;
  position: absolute;
  top: 100%;
  transition: all 0.4s ease-in-out 0s;
  visibility: hidden;
  width: 200px;
  z-index: 111;
}

.main-menu li:hover > ul.dropdown {
  opacity: 1;
  visibility: visible;
}

.sub-dropdown {
  background: #242424 none repeat scroll 0 0;
  left: 100%;
  opacity: 0;
  padding: 2px 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  visibility: hidden;
  width: 200px;
}

.sub-dropdown li {
  border-bottom: 1px solid #3b3a3a;
  padding: 0px 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}

.sub-dropdown li > a {
  color: #ddd;
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 10px 15px;
  text-transform: uppercase;
}

.sub-dropdown li:hover {
  background-color: #3B3A3A;
}

.dropdown > li:hover .sub-dropdown {
  border-left: 2px solid #A4017C;
  opacity: 1;
  visibility: visible;
}

.header-area-five .main-menu li .dropdown {
  z-index: 1111;
}

.header-action > li {
  display: inline-block;
  position: relative;
}

.dt-mngr {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
}

.dt-mngr a {
  display: block;
}

.dt-mngr a > .h3 {
  margin: 2rem 0 .6rem;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
}

.dt-mngr a .job-title {
  font-style: italic;
}

.add-search .main-menu {
  display: inline-block;
}

.add-search .header-action {
  display: inline-block;
  position: relative;
}

.add-search .main-menu {
  float: none;
}

.header-action .search-box {
  background: #242424 none repeat scroll 0 0;
  display: none;
  padding: 15px;
  position: absolute;
  right: -20px;
  transition: all 0.4s ease 0s;
  z-index: 11;
  top: 111%;
}

.search-box.show-box {
  display: block;
}

.search-icon {
  cursor: pointer;
  display: block;
  padding-bottom: 30px;
  padding-left: 19px;
  padding-top: 30px;
}

.search-icon i {
  color: #858585;
}

.search-option {
  border: 1px solid #ddd;
  border-radius: 26px;
  padding: 8px 4px;
  text-indent: 26px;
}

.mainmenu-main-wrapper {
  padding: 28px 0px 0px;
}

.slider-content-area {
  position: relative;
}

.slide-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100vh;
}

.margin-right-15 {
  margin-right: 15px;
}

.slide-text h1 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 85px;
  color: #474748;
  margin-bottom: 30px;
}

.slide-text h2 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
  font-weight: 300;
}

.main-heading-logo {
  color: #1396e2;
}

.slider-wrapper .owl-nav .owl-prev, .slider-wrapper .owl-nav .owl-next {
  background: #828282 none repeat scroll 0 0;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  transition: all .4s ease-in-out;
}

.slider-wrapper .owl-nav .owl-prev {
  margin-left: -100%;
}

.slider-wrapper .owl-nav .owl-next {
  margin-right: -100%;
  right: 0;
}

.slider-wrapper .owl-nav .owl-prev i, .slider-wrapper .owl-nav .owl-next i {
  color: #fff;
  display: block;
  font-size: 25px;
  line-height: 50px;
  padding: 0 8px;
  transition: all 0.4s ease-in-out;
}

.slider-wrapper .owl-nav .owl-next i {
  padding: 0 12px;
}

.slider-wrapper:hover .owl-nav .owl-next {
  margin-right: 0%;
  background: #1396E2;
}

.slider-wrapper:hover .owl-nav .owl-prev {
  margin-left: 0%;
  background: #1396E2;
}

.slider-wrapper-two {
  position: relative;
}

.home-two-slider .slide-text h1 {
  color: #474748;
}

.home-two-slider .slide-text {
  width: 100%;
  padding: 4rem;
}

.home-two-slider .slide-text h2 {
  color: #474748;
}

@media (amin-width: 768px) {
  .home-two-slider .slide-text h2 {
    font-size: 20px;
  }
}

.second-slide .slide-text {
  text-align: left;
}

.about-left-content span {
  color: #1396e2;
}

.about-left-content > h1 {
  font-size: 40px;
  /*font-weight: 700;*/
  margin-bottom: 35px;
}

.about-left-content > h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 100px;
}

h2.vision::after {
  background: #A4017C none repeat scroll 0 0;
  background-image: -moz-linear-gradient(left, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  background-image: -webkit-linear-gradient(left, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  background-image: linear-gradient(to right, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd4875', endColorstr='#8c147e',GradientType=1 );
  bottom: -50px;
  content: "";
  height: 4px;
  left: 0px;
  position: absolute;
  width: 50px;
}

.about-left-content > h4 {
  font-size: 17pt;
  font-weight: 300;
  margin-top: 6%;
}

.about-left-content > p,
.about-left-content ul,
.page-category .about-left-content ul {
  font-size: 16px;
  letter-spacing: .5px;
  margin-bottom: 10px;
}

.page-category .about-left-content ul {
  list-style: disc outside none;
  margin-left: 1em;
}

@media (max-width: 767px) {
  .page-category .about-left-content ul {
    text-align: center;
  }
  .page-category .about-left-content ul li {
    display: block;
  }
  .page-category .about-left-content ul li:before {
    content: '\2022';
    display: inline;
    font-size: 3em;
    vertical-align: text-top;
    margin: 0 0.1em 0 0;
    line-height: 0.47619;
  }
}

.page-category .about-left-content li {
  list-style: inherit;
  font: inherit;
}

.page-category .about-left-content li + li {
  margin-top: 10px;
}

.about-readmore {
  margin-top: 25px;
}

.action-content {
  padding: 70px 0;
}

.action-content > h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.action-title {
  color: #1396e2;
}

.action-content > span {
  color: #fff;
  display: block;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.action-btn {
  float: right;
  padding: 74px 0;
}

.service-style-text {
  padding: 20px;
  position: absolute;
  top: 20px;
}

.service-style-item {
  border: 1px solid #f1f1f1;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 3%;
}

.page-link {
  padding: 60% 0;
  position: relative;
  display: block;
  color: #ffffff;
  overflow: hidden;
}

.sm-child {
  padding: 29% 0;
}

@media screen and (max-width: 767px) {
  .page-link {
    margin: 20px 0;
    padding: 40px;
  }
  .page-link:first-child {
    margin: 0;
  }
}

.page-link:hover:after {
  background-color: rgba(164, 1, 124, 0.2);
}

.page-link:hover .image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.page-link.small {
  padding: 40% 0;
}

@media screen and (max-width: 767px) {
  .page-link.small {
    padding: 40px;
  }
}

.page-link:hover img {
  opacity: 1;
}

.page-link a:focus, .page-link a:hover {
  color: inherit;
  text-decoration: none;
}

.page-link:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4 !important;
  background-color: black;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .page-links .grid-item .page-link:after {
    display: none;
  }
}

.page-link .image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  background-color: #294455;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@supports (object-fit: cover) {
  .page-link .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    max-height: none;
  }
}

/* .page-link .title {
    padding: 0 0 2px 0;
    position: absolute;
    z-index: 3;
    top: 30px;
    left: 50px;
    right: 50px;
    bottom: 60px;
    overflow-x: hidden;
} */
.page-link .title {
  padding: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  overflow: hidden;
  text-align: center;
  width: auto;
  transform: translateY(-50%);
}

.about-title-text > h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.about-title-text > p {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 35px;
}

.about-title-text {
  margin-top: 70px;
}

.left-content::after {
  background: #231f20 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.left-content h1 sapn {
  color: #2699e2;
}

.left-content > p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 0;
}

.right-content {
  float: right;
  padding: 95px 0;
  width: 55%;
}

.right-content-item:nth-child(n+3) {
  margin-top: 40px;
}

.right-content-item {
  float: left;
  padding: 0 30px;
  width: 50%;
}

.right-content-item > h3 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.left-content > h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.right-contect-icon {
  margin-bottom: 18px;
  font-size: 40px;
  color: #fff;
}

.content-section-skill {
  background: #231f20 none repeat scroll 0 0;
  overflow: hidden;
}

.comp-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 45px auto;
}

.comp-pagination .page-nav {
  background: #ffffff;
  color: #474748;
  border-radius: 100px;
  padding: 6px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comp-pagination .page-nav + .page-status {
  margin-top: 10px;
}

.comp-pagination .page-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.comp-pagination .page-list > * {
  box-sizing: content-box;
  min-height: 24px;
  min-width: 24px;
  list-style: inherit;
  margin: 0 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100px;
  font: 400 14px/24px "Open Sans", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: none !important;
}

.comp-pagination .page-list > *:hover, .comp-pagination .page-list > *:focus {
  border-color: #a4017c;
  color: #a4017c;
  outline: none;
}

.comp-pagination .page-list > *.active {
  color: #fff;
  border-color: #a4017c;
  background-size: calc(100% + 2px) calc(100% + 2px);
  background-position: 50% 50%;
  background-repeat: repeat;
  background-color: #A4017C;
  background-image: linear-gradient(to right, #B72969 0%, #A30278 14%, #990279 41%, #80027C 70%, #79027D 100%);
  background-image: linear-gradient(45deg, #B72969 0%, #A30278 14%, #990279 41%, #80027C 70%, #79027D 100%);
}

.comp-pagination .page-prev,
.comp-pagination .page-next {
  display: block;
  box-sizing: content-box;
  min-width: 24px;
  min-height: 24px;
  height: 100%;
  background: none no-repeat 50% 50% transparent;
  background-size: 9px 15px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 100px;
}

.comp-pagination .page-prev {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.15%2030%22%3E%3Cpolygon%20fill%3D%22%23a4017c%22%20points%3D%224.8%2015%2017.15%202.51%2015%200%200%2015%2015%2030%2017.15%2027.62%204.8%2015%22%2F%3E%3C%2Fsvg%3E);
  margin-right: 20px;
}

@media (max-width: 1023px) {
  .comp-pagination .page-prev {
    margin-right: 15px;
  }
}

.comp-pagination .page-prev.disabled, .comp-pagination .page-prev[disabled] {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.15%2030%22%3E%3Cpolygon%20fill%3D%22%23e8e8e8%22%20points%3D%224.8%2015%2017.15%202.51%2015%200%200%2015%2015%2030%2017.15%2027.62%204.8%2015%22%2F%3E%3C%2Fsvg%3E);
}

.comp-pagination .page-next {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.14%2030%22%3E%3Cpolygon%20fill%3D%22%23a4017c%22%20points%3D%220%202.53%2012.34%2015%200%2027.62%202.14%2030%2017.14%2015%202.14%200%200%202.53%22%2F%3E%3C%2Fsvg%3E);
  margin-left: 20px;
}

@media (max-width: 1023px) {
  .comp-pagination .page-next {
    margin-left: 15px;
  }
}

.comp-pagination .page-next.disabled, .comp-pagination .page-next[disabled] {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.14%2030%22%3E%3Cpolygon%20fill%3D%22%23e8e8e8%22%20points%3D%220%202.53%2012.34%2015%200%2027.62%202.14%2030%2017.14%2015%202.14%200%200%202.53%22%2F%3E%3C%2Fsvg%3E);
}

.comp-pagination .page-status {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
}

.pager {
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}

.pager li > a, .pager li > span {
  border: none !important;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
}

.brand-items > div {
  text-align: center;
}

.footer-logo {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo > span {
  color: #1396e2;
}

.copyright {
  text-align: left;
}

.right-links {
  text-align: right;
  line-height: 46px;
}

.right-links ul {
  padding: 0px;
}

.right-links ul li {
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: #858585;
}

.right-links ul li a {
  transition: 3s color;
  -webkit-transition: 3s color;
}

.right-links ul li a:hover {
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
}

.widget-item h2 {
  color: #474748;
  font-size: 11pt;
  letter-spacing: 1px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 300;
}

.tag-link > a {
  background: #464646 none repeat scroll 0 0;
  display: inline-block;
  font-size: 13px;
  margin: 2px 1px;
  padding: 7px 10px;
}

.widget-link > li {
  font-size: 14px;
  margin: 2px 0;
}

.widget-address > li a i {
  margin-right: 10px;
}

.footer-bottom {
  border-top: 1px solid #f6f6f6;
  /*background: #202020 none repeat scroll 0 0;*/
  padding: 15px 0;
}

.copyright > p {
  margin-bottom: 0;
  margin-top: 3px;
}

.scroll-btn.btn-show {
  background: #A4017C none repeat scroll 0 0;
  bottom: 70px;
  color: #fff;
  font-size: 20px;
  padding: 10px 15px;
  position: fixed;
  right: 20px;
  transition: all 0.4s ease 0s;
  z-index: 3;
}

.widget-address > li {
  padding: 6px 0;
}

.content-search {
  min-height: 360px;
}

.search-section .content-empty {
  font-size: 16pt;
  text-transform: capitalize;
}

/*About Page style*/
.about-top-left {
  float: left;
  width: 275px;
}

.about-top-left > img {
  border: 1px solid #f1f1f1;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}

.about-top-right {
  border: 1px solid #f1f1f1;
  float: right;
  width: 279px;
}

.about-top-right > img {
  width: 100%;
}

.about-top-text > h1 {
  font-size: 40px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.about-top-text span {
  color: #1396e2;
}

.about-top-text > p {
  font-size: 16px;
  margin-bottom: 15px;
}

/*Start search Style*/
.search .main-heading-contact > h2 {
  font-size: 16pt;
}

.add-on .input-group-btn {
  display: block;
}

.add-on .input-group-btn > .btn {
  padding: 23px;
  border: none;
  background: #F9FBFF;
}

/* stop the glowing blue shadow */
.add-on .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #A4017C;
}

.sBtn-position {
  top: 12px;
  position: absolute;
  left: 14px;
}

.search-section {
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 30px;
}

.search-section + .search-section {
  margin-top: 30px;
}

.search-section .title {
  color: #A4017C;
}

.search-section span {
  margin: 0 !important;
}

.search-section .breadcrumb {
  background: none;
  padding-left: 0px;
}

.search-section p {
  margin: 0;
}

.search-section .srch-res-content {
  display: block;
  color: inherit;
}

.search-section .srch-res-content * {
  margin: 0;
}

.search-section .srch-res-content * + p,
.search-section .srch-res-content * + ul {
  margin-top: 20px;
}

.search-section .srch-keyword {
  font-weight: 700;
}

.search-section .srch-res-content br + br,
.search-section .srch-res-content br:first-child,
.search-section .srch-res-content br:last-child {
  display: none;
}

.search-section .srch-res-content p:empty,
.search-section .srch-res-content span:empty {
  display: none;
}

.search-section .srch-res-content ul {
  margin-left: 2em;
  margin-top: 20px;
}

.search-section .srch-res-content li {
  list-style: disc outside none;
}

.search-section .srch-res-content a,
.search-section a .srch-text-read-more {
  color: #A4017C;
  text-decoration: underline;
}

.search-section .srch-res-content a:hover,
.search-section a .srch-text-read-more:hover {
  text-decoration: none;
}

.search-section .srch-res-content .srch-text-read-more {
  margin-left: 1em;
}

@media (max-width: 767px) {
  .search-section .srch-res-content .srch-text-read-more {
    margin: 20px auto;
    display: block;
  }
  .search-section .srch-res-content li {
    display: block;
  }
  .search-section .srch-res-content li:before {
    content: '\2022';
    display: inline;
    font-size: 2em;
    vertical-align: text-top;
    margin: 0 0.1em 0 0;
    line-height: 0.8;
  }
}

.similar-search {
  padding: 0px;
}

.similar-search li a {
  text-transform: uppercase;
  display: block;
  padding: 10px;
  /* border-bottom: 1px solid #f3f3f3;*/
  position: relative;
}

.similar-search li a:hover, .similar-search li a:focus {
  background: #A4017C;
  color: #fff;
}

.similar-search li a > .f-right {
  float: right;
  top: 4px;
  position: relative;
}

.similar-search li a > .f-right:hover {
  color: #ffffff;
}

/*Start Contact Style*/
.custom-file {
  height: 46px;
  position: relative;
}

.custom-file label {
  font-weight: 300;
  font-size: 15px !important;
  color: #D6D0DC;
  margin-top: 6px;
  position: absolute;
  top: 7px;
  z-index: -1;
  left: 120px;
}

.custom-file label.active {
  color: #595555;
}

.custom-file::before {
  content: "";
  position: absolute;
  width: 100%;
  border: 1px solid #cdcdcd;
  height: 46px;
}

.custom-file::after {
  content: "Choose File";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: #f6f6f6;
  padding: 2px 6px;
  margin: 9px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: bold;
}

.contact-form-wrapper {
  float: left;
  width: 55%;
}

.main-heading-contact > h2, .main-heading-timeline > h2 {
  font-size: 2.2rem;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}

.main-heading-contact {
  padding: 30px 15px 30px 0px;
}

.main-heading-contact > h2 {
  margin-bottom: 70px;
}

.main-heading-contact > h2::after, .main-heading-timeline > h2::after {
  background: #A4017C none repeat scroll 0 0;
  background-image: -moz-linear-gradient(left, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  background-image: -webkit-linear-gradient(left, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  background-image: linear-gradient(to right, #bd4875 0%, #ac2188 50%, #8c147e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd4875', endColorstr='#8c147e',GradientType=1 );
  bottom: -20px;
  content: "";
  height: 4px;
  left: 26px;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 50px;
}

.sub-heading-contact h2 {
  font-size: 16pt;
  font-weight: 500;
  text-transform: capitalize;
}

.sub-heading-contact .phone {
  margin-bottom: 20px;
}

.main-heading-timeline > h2::after {
  left: 50% !important;
}

.d-block h3 {
  margin-bottom: 1.6rem;
  font-size: 20px;
  font-weight: 500;
  word-wrap: break-word;
  padding-right: 5px;
}

.d-block p {
  margin-bottom: 0px;
}

.m-block .enq {
  margin-top: 1.2rem;
}

.bu .sub-heading-contact {
  margin-bottom: 2.8rem;
  padding: 0px;
}

.flex-item {
  margin-top: 20px;
}

.flex-item > div.col-md-12 {
  padding: 0px;
}

.form-control:focus {
  border-color: #A4017C;
  box-shadow: none;
  outline: 0 none;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border-color: transparent;
  border-radius: 0;
  color: #555;
  display: block;
  font-size: 14px;
  height: 46px;
  line-height: 1.42857;
  margin-bottom: 20px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-shadow: 0px 0px 1px #f6f6f6;
}

.inputfile {
  padding: 10px;
  color: #d0d0d0 !important;
}

textarea.text-area {
  border-color: transparent;
  height: 150px;
  padding: 10px;
  width: 100%;
}

textarea.text-area:focus {
  border-color: #A4017C;
  outline: none;
}

.map {
  width: 100%;
  height: 300px;
}

address {
  margin: 0px;
}

/*Email Template style*/
.email-temp {
  padding: 5%;
}

.email-temp p {
  padding: 6px 0;
  font-size: 1.7rem;
}

.email-temp .title {
  font-size: 13pt;
  padding-bottom: 20px;
}

.email-temp .temp-line {
  margin-bottom: 2%;
}

.email-temp .tmp-btm-line {
  margin-top: 2%;
}

.email-templ-foot {
  background: #ececec;
}

.email-social-links ul li {
  font-size: 12pt;
}

/* -------------------------------------------------
  Small Mobile
---------------------------------------------------*/
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  .poFixed {
    position: fixed;
  }
  .noScroll {
    overflow: hidden;
    /*position: fixed;*/
    width: 100%;
    height: 100%;
  }
  hgroup {
    float: left;
    margin: 2px 2px 2px 10px;
  }
  .home-two-slider .slide-text h1 {
    margin: 0px 0 0px 0;
  }
  .mobile-slider .slide-text {
    position: static;
    margin: 7rem 0 0 0;
    padding: 0 20px;
  }
  .slider-content-btn {
    padding: 0 25px;
  }
  .slider-content-btn a.button {
    padding: 7px 15px !important;
    width: auto;
    font-size: 16px;
  }
  .arrow-d {
    top: 30px;
  }
}

.about-right_img {
  background: #fff;
  border-top: 1px solid #f3f3f3;
}

.about-right_img img {
  padding: 0rem;
}

.about_text_lft {
  padding: 115px 140px;
}

.about_text_lft h2 {
  margin-bottom: 100px;
}

.about_main {
  padding: 0;
}

.about-right {
  min-height: 100%;
}

.about_color {
  height: 100%;
}

.recaptcha-wrapper {
  height: 70px;
  overflow: hidden;
  background-color: #F9F9F9;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  height: 70px;
  position: relative;
  margin-top: 17px;
  border: 1px solid #d3d3d3;
  color: #000;
}

.recaptcha-info {
  background-size: 32px;
  height: 32px;
  margin: 0 13px 0 13px;
  position: absolute;
  right: 8px;
  top: 9px;
  width: 32px;
  background-image: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
  background-repeat: no-repeat;
}

.rc-anchor-logo-text {
  color: #9b9b9b;
  cursor: default;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  margin-top: 5px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 37px;
}

.rc-anchor-checkbox-label {
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  left: 50px;
  top: 26px;
  position: absolute;
  color: black;
}

.rc-anchor .rc-anchor-normal .rc-anchor-light {
  border: none;
}

.rc-anchor-pt {
  color: #9b9b9b;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
  right: 10px;
  top: 53px;
  position: absolute;
}

.g-recaptcha {
  width: 50px;
  /* border: 1px solid red; */
  height: 70px;
  overflow: hidden;
  float: left;
  margin-top: 0px;
  margin-left: 0px;
}

.tag-link.support-details {
  padding-top: 4px;
}

.tag-link.support-details i {
  padding-right: 5px;
}

/************** new *********/
.plr-40 {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 768px) {
  .cts {
    margin-bottom: 0rem;
  }
  .sub-heading-contact {
    padding-top: 15px !important;
    padding-bottom: 25px !important;
  }
}

@media (min-width: 1024px) {
  .cts {
    margin-bottom: 2.8rem;
  }
}

.img-one {
  height: 500px;
  overflow: hidden;
}

.img-one img {
  width: 100%;
}

.text-one {
  width: 800px;
}

.img-two {
  width: 500px;
  overflow: hidden;
}

.img-two img {
  width: 100%;
}

.text-two {
  width: 800px;
  float: right;
}

/* upload filebox related */
@media (max-width: 768px) {
  .browse label {
    float: left;
  }
  .browse .place-file {
    padding-left: 110px;
    font-size: 12px;
  }
}

.options {
  padding: 0 !important;
  position: relative;
}

.options label {
  padding-left: 35px;
  padding-top: 7px;
}

/* Auto suggestions for desktop */
.search-box-hide .input-search .input-group-btn {
  display: none;
}

#site-navbar-search .ui-menu,
.dt-search .ui-autocomplete.ui-front.ui-menu {
  background: #fff;
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  position: absolute !important;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  text-transform: lowercase;
}

#site-navbar-search li,
.dt-search .ui-autocomplete.ui-front.ui-menu li {
  padding: 5px 3px;
  list-style: none;
  border-top: 1px solid transparent;
}

#site-navbar-search li + li,
.dt-search .ui-autocomplete.ui-front.ui-menu li + li {
  border-top-color: #e8e8e8;
}

#site-navbar-search li + li:hover,
.dt-search .ui-autocomplete.ui-front.ui-menu li:hover {
  background: #FAFAFA;
}

#site-navbar-search li {
  padding: 5px 24px;
}

/* Buttons Related */
.browse {
  border: 1px solid #ccc;
  padding: 5px;
  height: 46px;
}

.browse .place-file {
  border: none;
  padding-left: 5px;
  padding-top: 5px;
}

.browse .btn-primary {
  color: #fff;
  background-color: #A4017C;
  border-color: #A4017C;
}

.browse .btn-primary:hover, .browse .btn-primary:focus, .browse .btn-primary:active, .browse .btn-primary.active {
  color: #fff;
  background-color: #A4017C;
  border-color: #A4017C;
}

/* Alphabet selection in Brands page */
.pager a:focus, .pager a:hover, .pager a.active {
  color: #fff;
  background-color: #A4017C  !important;
  text-decoration: none;
  transition: .1s color ease-in-out;
}

.main-heading-timeline > h2 {
  font: normal 300 40px/1.25 "Rift", "Arial Narrow", Arial, sans-serif;
  margin: 50px auto;
}
