.pager {
  margin: 0;
}

.affix {
  left: 0;
  right: 0;
}

.btn-primary {
  background-color: #772f8f;
  border-color: #772f8f;
}

.btn-primary:hover {
  background-color: #323232;
  border-color: #323232;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #323232;
  border-color: #323232;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: #772f8f;
}

select.input-sm {
  height: 50px;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #772f8f !important;
}

.btn-primary .badge,
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #772f8f;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  border-color: #772f8f;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  background-color: #772f8f;
  border-color: #772f8f;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: #772f8f;
}

.input-group-addon:last-child {
  border: 0;
}

.input-group-addon {
  border-left: 1px solid #e0e0e0 !important;
  padding: 6px 26px 6px 22px;
  background: #f6f7f8;
  border-radius: 25px;
}

.datetimepicker .form-control:focus {
  box-shadow: none;
  background-color: #f6f7f8;
}

.modal1 .mfp-close {
  display: none;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin-left: 0;
}

.button {
  background: #772f8f;
  padding: 12px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  border: 2px solid #772f8f;
}

.button+.button {
  margin-left: 20px;
}

.button:focus,
.button:hover {
  background: #353535;
  color: #fff;
  border-color: #353535;
}

button {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.button.black {
  background: #353535;
  color: #fff;
  border: 2px solid #353535;
}

.button.black.active,
.button.black:focus,
.button.black:hover {
  background: #772f8f;
  color: #fff;
  border-color: #772f8f;
}

.button.gray {
  background: #e0e0e0;
  color: #353535;
  border: 2px solid #e0e0e0;
}

.button.gray.active,
.button.gray:focus,
.button.gray:hover {
  background: #772f8f;
  color: #fff;
  border-color: #772f8f;
}

.button.white {
  background: #fff;
  color: #772f8f;
  border-color: #fff;
}

.button.white:focus,
.button.white:hover {
  background: #353535;
  color: #fff;
  border-color: #353535;
}

.button.border {
  background: 0 0;
  border: 2px solid #772f8f;
  color: #323232;
}

.button.border:focus,
.button.border:hover {
  background: #772f8f;
  color: #fff;
  border-color: #772f8f;
}

.button.border.gray {
  background: 0 0;
  border: 2px solid #e0e0e0;
  color: #aaa;
}

.button.border.gray:focus,
.button.border.gray:hover {
  background: #772f8f;
  color: #fff;
  border-color: #772f8f;
}

.button.border.white {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
}

.button.border.white:focus,
.button.border.white:hover {
  background: #fff;
  color: #772f8f;
  border-color: #fff;
}

.button.border.black {
  background: 0 0;
  border: 2px solid #353535;
  color: #353535;
}

.button.border.black:focus,
.button.border.black:hover {
  background: #772f8f;
  color: #fff;
  /* border-color: #353535; */
  border: none;
}

.button.icon i {
  margin-left: 10px;
}

.button.arrow {
  background: 0 0;
  border: none;
  color: #772f8f;
  padding: 0;
  font-weight: 600;
}

.button.arrow i {
  padding-left: 10px;
  font-size: 16px;
}

.button.arrow:hover {
  color: #353535;
}

.button.arrow.white {
  color: #fff;
  border: none;
}

.button.arrow.white:hover {
  color: #aaa;
  background: 0 0;
}

.button.icon-color {
  background: 0 0;
  border: none;
  color: #772f8f;
  padding: 0;
}

.button.icon-color:hover {
  color: #353535;
  background: 0 0;
}

.button.icon-color i {
  border: 1px solid #772f8f;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  line-height: 20px;
  margin-left: 10px;
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0.76, 0.46, 0.22, 1) 0s;
}

.button.icon-color:hover i {
  background: #353535;
  border-color: #353535;
  color: #fff;
  transform: translateX(3px);
}

.button.icon-color.white:focus,
.button.icon-color.white:hover {
  color: #fff;
  border: none;
  background: 0 0;
}

.button.icon-color.white:focus i,
.button.icon-color.white:hover i {
  background: #fff;
  color: #772f8f;
}

.theme-bg .button.icon-color {
  color: #fff;
}

.theme-bg .button.icon-color i {
  border-color: #fff;
}

.theme-bg .button.icon-color:hover i {
  background: #fff;
  color: #772f8f;
}

.big-button {
  padding: 28px 30px;
  font-size: 24px;
}

.big-button span {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.button.x-small {
  padding: 8px 14px;
  font-size: 12px;
}

.button.small {
  padding: 10px 18px;
  font-size: 12px;
}

.button.medium {
  padding: 12px 20px;
  font-size: 14px;
}

.button.large {
  padding: 14px 20px;
  font-size: 15px;
}

.button+.button.btn-block {
  margin-left: 0;
}

.form-control {
  /* border-radius: 30px; */
  height: auto;
  line-height: 1.33333;
  padding: 15px 18px 15px 30px;
  background: #efefef;
  color: #323232;
  border: 0 solid transparent;
  box-shadow: none;
}

.form-control:focus {
  background: #fff;
  border: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-color: transparent;
}

.form-control.input-lg {
  resize: none;
  font-size: 0.9em;
}

.form-control.rounded {
  border-radius: 0;
}

.input-group-addon {
  border: 1px solid #e0e0e0;
}

.form-group label {
  color: #353535;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 13px;
}

.form-inline button {
  margin: 0;
}

.form-group>label {
  display: block;
}

.form-control::-moz-placeholder {
  color: #323232;
}

.form-control::-ms-input-placeholder {
  color: #323232;
}

.form-control::-webkit-input-placeholder {
  color: #323232;
}

.table-bordeblue>tbody>tr>td,
.table-bordeblue>tbody>tr>th,
.table-bordeblue>tfoot>tr>td,
.table-bordeblue>tfoot>tr>th,
.table-bordeblue>thead>tr>td,
.table-bordeblue>thead>tr>th {
  border-color: #e0e0e0;
  padding: 12px 20px;
}

textarea.form-control {
  resize: vertical;
}

.contact-form.border-form .form-control {
  background: 0 0;
  color: #aaa;
  border: 2px solid #eee;
}

.contact-form.border-form .form-control {
  box-shadow: none;
  color: #aaa;
}

.contact-form.border-form .form-control::-moz-placeholder {
  color: #aaa;
}

.contact-form.border-form .form-control::-ms-input-placeholder {
  color: #aaa;
}

.contact-form.border-form .form-control::-webkit-input-placeholder {
  color: #aaa;
}

.contact-form.border-form .form-control:focus {
  background: #f6f7f8;
}

.contact-form.border-form .nice-select {
  background: 0 0;
  color: #aaa;
  border: 2px solid #eee;
}

.contact-form.border-form .nice-select .option {
  color: #323232;
}

.contact-form.border-form .nice-select:after {
  border-color: #aaa;
}

.contact-form.dark-form .form-control {
  background: rgba(43, 43, 43, 0.12);
  color: #fff;
}

.contact-form.dark-form .form-control {
  box-shadow: none;
  color: #fff;
}

.contact-form.dark-form .form-control::-moz-placeholder {
  color: #fff;
}

.contact-form.dark-form .form-control::-ms-input-placeholder {
  color: #fff;
}

.contact-form.dark-form .form-control::-webkit-input-placeholder {
  color: #fff;
}

.contact-form.dark-form .form-control:focus {
  background: rgba(43, 43, 43, 0.19);
}

.contact-form.dark-form .nice-select {
  background: rgba(43, 43, 43, 0.12);
  color: #fff;
  border: 0;
}

.contact-form.dark-form .nice-select .option {
  color: #323232;
}

.contact-form.dark-form .nice-select:after {
  border-color: #fff;
}

.contact-form.transparent-form .form-control {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.contact-form.transparent-form .form-control {
  box-shadow: none;
  color: #fff;
}

.contact-form.transparent-form .form-control::-moz-placeholder {
  color: #fff;
}

.contact-form.transparent-form .form-control::-ms-input-placeholder {
  color: #fff;
}

.contact-form.transparent-form .form-control::-webkit-input-placeholder {
  color: #fff;
}

.contact-form.transparent-form .form-control:focus {
  background: rgba(255, 255, 255, 0.19);
}

.contact-form.transparent-form .nice-select {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 0;
}

.contact-form.transparent-form .nice-select .option {
  color: #323232;
}

.contact-form.transparent-form .nice-select:after {
  border-color: #fff;
}

.contact-form.full-width .section-field {
  width: 100%;
}

.newsletter.francy {
  position: relative;
}

.newsletter.francy .form-control {
  padding-right: 200px;
}

.newsletter.francy button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
}

.newsletter-box {
  padding: 30px;
  background: #fff;
  border-radius: 3px;
}

.newsletter-box.gray-bg .form-control {
  background: #fff;
}

.newsletter-box.border {
  padding: 30px;
  border: 2px solid #eee;
  border-radius: 3px;
}

.feature-text {
  text-align: center;
}

.feature-text.text-left {
  text-align: left;
}

.feature-text.text-left .feature-icon i,
.feature-text.text-left .feature-icon span {
  padding-left: 0;
}

.feature-text.text-right .feature-icon i,
.feature-text.text-right .feature-icon span {
  padding-right: 0;
}

.feature-text.text-right {
  text-align: right;
}

.feature-text .feature-icon i,
.feature-text .feature-icon span {
  font-size: 40px;
  margin-bottom: 30px;
  display: inline-block;
  padding-left: 15px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}

.feature-text.round .feature-icon i,
.feature-text.round .feature-icon span {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  font-size: 26px;
  border-radius: 50%;
  padding-left: 0;
}

.feature-text.border .feature-icon i,
.feature-text.border .feature-icon span {
  color: #323232;
  background: 0 0;
  border: 2px solid #323232;
  padding-left: 0;
}

.feature-text.gray-icon .feature-icon i,
.feature-text.gray-icon .feature-icon span {
  color: #323232;
  background: #f6f7f8;
  padding-left: 0;
}

.feature-text.theme-icon .feature-icon i,
.feature-text.theme-icon .feature-icon span {
  color: #fff;
  background: #772f8f;
  padding-left: 0;
}

.feature-text.shadow .feature-icon i,
.feature-text.shadow .feature-icon span {
  color: #323232;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
  padding-left: 0;
}

.feature-text.square .feature-icon i,
.feature-text.square .feature-icon span {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  font-size: 26px;
  padding-left: 0;
}

.feature-text.left-icon .feature-info {
  text-align: left;
  padding-left: 60px;
}

.feature-text.left-icon .feature-icon {
  position: absolute;
  left: 0;
}

.feature-text.right-icon .feature-info {
  text-align: right;
  padding-right: 60px;
}

.feature-text.right-icon .feature-icon {
  position: absolute;
  right: 0;
}

.feature-text.left-icon.round .feature-info {
  padding-left: 80px;
}

.feature-text.right-icon.round .feature-info {
  padding-right: 80px;
}

.feature-text.left-icon.square .feature-info {
  padding-left: 100px;
}

.feature-text.right-icon.square .feature-info {
  padding-right: 100px;
}

.feature-text.box-shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  padding: 40px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.feature-text.box-shadow:hover {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
}

.feature-text.border-box {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  padding: 40px;
}

.feature-text .button {
  margin-top: 10px;
}

.feature-text.round:hover .feature-icon i,
.feature-text.round:hover .feature-icon span {
  background: #772f8f;
  color: #fff;
  border-color: #772f8f;
}

.feature-text.theme-icon:hover .feature-icon i,
.feature-text.theme-icon:hover .feature-icon span {
  background: #323232;
  color: #fff;
}

.feature-text.square:hover .feature-icon i,
.feature-text.square:hover .feature-icon span {
  background: #772f8f;
  color: #fff;
  border-color: #772f8f;
}

.feature-text.square.theme-icon:hover .feature-icon i,
.feature-text.square.theme-icon:hover .feature-icon span {
  background: #323232;
  color: #fff;
}

.awesome-features .img-side img {
  position: absolute;
  top: -30px;
  left: 0;
}

.feature-box {
  border: 1px solid #e6e6e6;
  padding: 1px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}

.feature-box-content {
  position: relative;
  padding: 30px;
  padding-bottom: 0;
  z-index: 9;
}

.feature-box i {
  width: 100%;
  font-size: 30px;
  color: #772f8f;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-box h4 {
  text-transform: none;
  padding: 30px 0 0;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
}

.feature-box p {
  transition: all 0.3s ease-out 0s;
}

.feature-box a {
  font-size: 16px;
  font-weight: 300;
  color: grey;
  margin: 25px 0 10px;
  padding: 0 30px;
  display: block;
  position: relative;
  z-index: 3;
}

.feature-box .feature-box-img {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}

.feature-box .border {
  position: absolute;
  background: #772f8f;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-box.active .feature-box-img,
.feature-box:hover .feature-box-img {
  opacity: 1;
}

.feature-box.active .border,
.feature-box:hover .border {
  height: 45px;
}

.feature-box.active i,
.feature-box:hover i {
  background: rgba(255, 255, 255, 0);
  color: #fff;
}

.feature-box.active h4,
.feature-box.active p,
.feature-box:hover h4,
.feature-box:hover p {
  color: #fff;
}

.feature-box.active a,
.feature-box:hover a {
  color: #fff;
}

.feature-box.active:before,
.feature-box:hover:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.divider.dotted {
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}

.divider.dashed {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
}

.divider.double {
  border-bottom: 5px double rgba(0, 0, 0, 0.1);
}

.divider.outset {
  border-bottom: 5px outset rgba(0, 0, 0, 0.1);
}

.divider.icon {
  border: 0;
  color: #ccc;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.divider.icon:after,
.divider.icon:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%;
}

.divider.icon::after {
  margin: 0 -100% 0 0;
}

.divider.icon i,
.divider.icon span {
  margin: 0 20px 0 24px;
}

.divider.icon.left i,
.divider.icon.left span {
  float: left;
  margin: 0 40px 0 0;
}

.divider.icon.right i,
.divider.icon.right span {
  float: right;
  margin: 0 0 0 40px;
}

.divider.medium {
  width: 40%;
  margin: 0 auto;
}

.divider.small {
  width: 20%;
  margin: 0 auto;
}

.divider.light {
  border-color: rgba(255, 255, 255, 0.1);
}

ul.list {
  padding: 0;
  margin: 0;
}

ul.list li {
  margin: 5px 0;
  padding-left: 24px;
  position: relative;
  line-height: 28px;
}

ul.list i {
  position: absolute;
  left: 0;
  top: 5px;
}

ul.list.theme-color li i {
  color: #772f8f;
}

ul.list.theme-color li {
  color: #333;
}

ul.list li:after {
  content: "";
  font-size: 28px;
  font-weight: 500;
  font-family: FontAwesome;
  position: absolute;
  color: #772f8f;
  left: 0;
  top: 0;
}

ul.list-mark {
  padding: 0;
  margin: 0;
}

ul.list-mark li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}

ul.list-mark li:after {
  content: "\f00c";
}

ul.list-arrow {
  padding: 0;
  margin: 0;
}

ul.list-arrow li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}

ul.list-arrow li:after {
  content: "\f105";
  font-size: 18px;
}

ul.list-hand {
  padding: 0;
  margin: 0;
}

ul.list-hand li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}

ul.list-hand li:after {
  content: "\f103";

  /* f0a4 */
}

ul.list-edit {
  padding: 0;
  margin: 0;
}

ul.list-edit li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}

ul.list-edit li:after {
  content: "\f040";
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-nav i {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  background: #772f8f;
  border: 0 solid #3d3d3d;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav i:hover {
  background: #333;
  color: #fff;
}

.bottom-nav .owl-nav {
  bottom: 0;
  top: inherit;
}

.bottom-nav .owl-nav .owl-next {
  right: 46%;
}

.bottom-nav .owl-nav .owl-prev {
  left: 46%;
}

.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block;
}

.owl-carousel .owl-dots {
  display: inline-block;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #772f8f;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  display: inline-block;
  margin: 14px 2px 0;
}

.bottom-left-dots .owl-dots {
  bottom: 30px !important;
  position: absolute;
}

.bottom-left-dots .owl-dots .owl-dot span {
  background: #fff;
}

.bottom-right-dots .owl-dots {
  bottom: 30px !important;
  position: absolute;
  right: 30px;
  width: auto;
}

.bottom-right-dots .owl-dots .owl-dot span {
  background: #fff;
}

.page-title {
  display: block;
  padding-top: 250px;
  padding-bottom: 50px;
  position: relative;
}

.page-title.bg-overlay-black-60:before {
  z-index: 0;
}

.page-title .container {
  height: 100%;
  position: relative;
}

.page-title span {
  text-transform: capitalize;
}

.page-title h1 {

  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.page-title p {
  font-size: 20px;

  color: #fff;
}

.page-title .page-title-name {
  display: inline-block;
  width: 100%;
}

.page-title .page-breadcrumb {
  float: right;
  width: 40%;
  text-align: right;
}

ul.page-breadcrumb li span {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

/* ul.page-breadcrumb {
  padding-top: 30px;
} */
ul.page-breadcrumb li {
  color: #fff;
  display: inline-block;
  list-style: none;
}

ul.page-breadcrumb li i {
  font-size: 14px;
  padding: 0 7px;
}

ul.page-breadcrumb li a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

ul.page-breadcrumb li a:hover {
  color: #772f8f;
}

.page-title.gray-bg h1,
.page-title.gray-bg p {
  color: #323232;
}

.page-title.gray-bg ul.page-breadcrumb li a {
  color: #323232;
}

.page-title.gray-bg ul.page-breadcrumb li a:hover {
  color: #772f8f;
}

.page-title.gray-bg ul.page-breadcrumb li {
  color: #323232;
}

.page-title.gray-bg ul.page-breadcrumb li span {
  color: #772f8f;
}

.page-title.center {
  text-align: center;
}

.page-title.center .page-title-name {
  display: block;
  width: inherit;
}

.page-title.center .page-breadcrumb {
  float: none;
  width: inherit;
  text-align: center;
}

.page-title.right {
  clear: both;
}

.page-title.right .page-title-name {
  display: inline-block;
  float: right;
  text-align: right;
}

.page-title.right .page-breadcrumb {
  float: left;
  text-align: left;
}

.page-title.small {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.page-title.small h1 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 8px;
}

.page-title.small .page-breadcrumb {
  padding-top: 10px;
}

.page-title.pattern h1,
.page-title.pattern p {
  color: #323232;
}

.page-title.pattern ul.page-breadcrumb li a {
  color: #323232;
}

.page-title.pattern ul.page-breadcrumb li a:hover {
  color: #772f8f;
}

.page-title.pattern ul.page-breadcrumb li {
  color: #323232;
}

.page-title.pattern ul.page-breadcrumb li span {
  color: #772f8f;
}

.page-title.light-overlay {
  position: relative;
  padding-top: 360px;
}

.page-title.light-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: url(../../images/white-overlay.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.page-title.light-overlay h1,
.page-title.light-overlay p {
  color: #323232;
}

.page-title.light-overlay ul.page-breadcrumb li a {
  color: #323232;
}

.page-title.light-overlay ul.page-breadcrumb li a:hover {
  color: #772f8f;
}

.page-title.light-overlay ul.page-breadcrumb li {
  color: #323232;
}

.page-title.light-overlay ul.page-breadcrumb li span {
  color: #772f8f;
}

.page-title.dark-overlay {
  position: relative;
}

.page-title.dark-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: url(../../images/dark-overlay.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.testimonial {
  min-height: 255px;
  position: relative;
  background: #f9f9f9;
  padding: 85px 50px 45px 70px;
  margin: 0 0 4px 0;
  margin-top: 45px;
  color: #656565;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.testimonial-avatar {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -45px;
  width: 100px;
  height: 100px;
}

.testimonial-avatar img {
  border: 4px solid #772f8f;
  max-width: 100%;
  border-radius: 50%;
}

.testimonial-info {
  position: relative;
}

.testimonial-info:before {
  position: absolute;
  top: -15px;
  left: -35px;
  color: #772f8f;
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 100px;
}

.author-info {
  font-size: 16px;
  color: #032323;
  text-transform: uppercase;
  margin-top: 20px;
  position: relative;
}

.author-info strong {
  font-weight: 500;
}

.author-info span {
  font-weight: 400;
  color: #772f8f;
  text-transform: none;
}

.testimonial.light {
  background: #fff;
}

.testimonial.text-white,
.text-white .testimonial {
  color: #fff;
}

.text-white .testimonial .author-info {
  color: #fff;
}

.testimonial.clean {
  background: 0 0;
  box-shadow: none;
  padding-bottom: 0;
  padding: 0 50px 25px 70px;
  margin-top: 0;
}

.testimonial.clean .testimonial-avatar {
  position: relative;
  top: 0;
  margin-bottom: 20px;
}

.testimonial.text-white.clean .author-info {
  color: #772f8f;
}

.theme-bg .testimonial.clean {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.theme-bg .testimonial.clean .author-info {
  color: #032323;
}

.theme-bg .testimonial.clean .testimonial-avatar img {
  border-color: #fff;
}

.testimonial.text-white.clean .author-info span,
.testimonial.text-white.clean .testimonial-info:before {
  color: #fff;
}

.testimonial.text-white.clean .author-info:before {
  background: #fff;
}

.testimonial.left_pos {
  margin-left: 40px;
  padding: 60px 40px 40px 100px;
  text-align: left;
}

.testimonial.left_pos .testimonial-avatar {
  left: 0;
  margin-top: -50px;
  top: 50%;
}

.testimonial.left_pos .author-info:before {
  margin-left: 0;
  left: 0;
}

.testimonial.bottom_pos {
  padding: 60px 40px 40px 60px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 70px;
}

.testimonial.bottom_pos .testimonial-avatar {
  bottom: -50px;
  top: inherit;
  left: 0;
  margin-left: 50px;
}

.testimonial.bottom_pos .author-info {
  margin-left: 125px;
}

.testimonial.bottom_pos .author-info:before {
  margin-left: 0;
  left: 0;
}

.testimonial.theme-bg {
  background: #772f8f;
  color: #fff;
}

.testimonial.theme-bg .author-info span,
.testimonial.theme-bg .testimonial-info:before {
  color: #fff;
}

.testimonial.theme-bg .testimonial-avatar img {
  border-color: #fff;
  color: #fff;
}

.testimonial.theme-bg .author-info:before {
  background: #fff;
}