@charset "UTF-8";
/*-----------------------------------------------------------------------------------
 *
 * Theme Name: Optect - Optometrist & Eye Care HTML Template
 * Description: Optometrist & Eye Care HTML Template
 * Author: Website Design Templates
 * Version: 1.0
 *
 * ----------------------------------------------------------------------------------- */
/* ----------------------------------
 *
 * Table of contents
 *
 * 01. Common styles
 * 02. Navigation
 * 03. Main banner area
 * 04. Page title
 * 05. Cards
 * 06. Video
 * 07. Pagination
 * 08. Owl carousel
 * 09. Accordion style
 * 10. Pages
 * 11. Elements
 * 12. Other
 * 13. Service sidebar
 * 14. Blog
 * 15. Page navigation
 * 16. Footer
 *
 * ---------------------------------- */
/*==============================
 *    Common styles
 *    ================================ */
/* loader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%; }
  #preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #A2616C;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  #preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #A2616C;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s; }

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1; }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1; }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0; } }
/* theme color and basic options */
a:hover, a:active {
  color: #A2616C;
  text-decoration: none; }

.bg-primary {
  background-color: #A2616C !important; }

.bg-secondary {
  background-color: #2e2e2e !important; }

.bg-dark-blue {
  background: #091e42; }

.primary-overlay[data-overlay-dark]:before {
  background: #A2616C; }

.secondary-overlay[data-overlay-dark]:before {
  background: #2e2e2e; }

.left-overlay[data-overlay-dark]:before {
  background: rgba(0, 0, 0, 0.76);
  background: linear-gradient(-90deg, transparent, #000000 65%); }

.left-overlay-secondary[data-overlay-dark]:before {
  background: rgba(46, 46, 46, 0.76);
  background: linear-gradient(-90deg, transparent, #2e2e2e 65%); }

.left-overlay-white[data-overlay-dark]:before {
  background: rgba(225, 225, 225, 0.8);
  background: linear-gradient(-90deg, transparent, #ffffff 65%); }

.text-primary, .text-primary-hover:hover {
  color: #A2616C !important; }

.text-secondary, .text-secondary-hover:hover {
  color: #2e2e2e !important; }

.border-secondary-color {
  border-color: #2e2e2e !important; }

.border-primary {
  border-color: #A2616C !important; }

.cursor-pointer {
  cursor: pointer; }

.primary-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

.primary-border {
  border-left: 0px solid #A2616C; }

.border-top-10-radius {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }

.border-top-5-radius {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.height-300 {
  height: 300px; }

@media screen and (min-width: 992px) {
  .vw-lg-70 {
    width: 70vw; } }
@media screen and (min-width: 992px) {
  .vw-lg-50 {
    width: 50vw; } }
/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #A2616C;
  border: 1px solid #A2616C;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease; }
  .scroll-to-top i {
    color: #fff; }
  .scroll-to-top:hover {
    color: #fff;
    background: #2e2e2e;
    border-color: #2e2e2e; }
    .scroll-to-top:hover i {
      color: #fff; }
  .scroll-to-top:visited {
    color: #1e2022;
    text-decoration: none; }

/* list-style1 */
.list-style1 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px; }
  .list-style1 li:before {
    content: "\e64c";
    font-family: 'themify';
    color: #2e2e2e;
    position: absolute;
    left: 0; }

/* list-style2 */
.list-style2 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-style2 li {
    position: relative;
    padding: 0 0 0px 30px;
    margin: 0 0 15px 0; }
    .list-style2 li:before {
      content: "\f058";
      position: absolute;
      top: 2px;
      left: 0;
      font-family: Font Awesome\ 5 Free;
      font-weight: 700;
      color: #A2616C; }
    .list-style2 li:last-child {
      margin-bottom: 0; }

/* butn */
.butn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px !important;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  padding: 15px 32px !important;
  text-transform: uppercase;
  z-index: 1;
  border: none;
  transition: all 500ms ease;
  background-color: #A2616C; }
  .butn:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: #2e2e2e;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1; }
  .butn:hover, .butn:active, .butn:focus {
    color: #fff; }
    .butn:hover:before, .butn:active:before, .butn:focus:before {
      top: -40%; }
  .butn.secondary {
    background-color: #2e2e2e; }
    .butn.secondary:hover:before, .butn.secondary:active:before, .butn.secondary:focus:before {
      background-color: #A2616C; }
  .butn.white:before {
    background-color: #fff; }
  .butn.white:hover, .butn.white:active, .butn.white:focus {
    color: #A2616C; }
  .butn.md {
    padding: 12px 28px !important; }
  .butn.sm {
    padding: 8px 24px !important; }

/* animation */
.ani-move-round {
  animation-duration: 15s;
  -webkit-animation-name: animationMoveround;
  animation-name: animationMoveround;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@keyframes animationMoveround {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg); }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg); }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg); }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg); }
  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); } }
.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out; }

@keyframes LeftRight {
  0% {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(30px, 0); }
  100% {
    transform: translate(0px, 0px); } }
.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out; }

@keyframes TopBottom {
  0% {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(0, 30px); }
  100% {
    transform: translate(0px, 0px); } }
/* animation move */
.ani-move {
  animation: ImageMove 4s infinite linear;
  animation-duration: 5s; }

@keyframes ImageMove {
  0% {
    transform: translate(0px, 0px); }
  25% {
    transform: translate(10px, 20px); }
  50% {
    transform: translate(30px, 30px); }
  75% {
    transform: translate(20px, 10px); }
  100% {
    transform: translate(0px, 0px); } }
/* ===================================
    Navigation
====================================== */
/* top bar  */

.top-bar-info a {
  color: #fff ;
}

.top-bar-info a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.top-bar-info {
  display: inline-block;
  vertical-align: middle; }
  .top-bar-info ul {
    margin-bottom: 0; }
  .top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0; }

.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0; }

.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom; }

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0; }
  .top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px; }
    .top-social-icon li:last-child {
      padding-right: 0; }
      .top-social-icon li:last-child a {
        padding-right: 0; }
    .top-social-icon li a {
      color: #fff;
      line-height: 28px;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      padding: 0 3px; }
      .top-social-icon li a:hover {
        color: rgba(255, 255, 255, 0.65); }

/* menu area light */
.navbar-nav li.current > a, .navbar-nav li.active > a {
  color: #A2616C; }

.attr-nav > ul > li > a.butn {
  color: #fff; }

.navbar > ul > li.current > a:after {
  border-color: transparent #A2616C #A2616C transparent; }

.menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
  color: #A2616C; }
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #A2616C #A2616C transparent; }
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #A2616C; }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #A2616C; }
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #A2616C; }
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #A2616C #A2616C transparent; }

.navbar ul ul > li.has-sub:hover > a:before {
  top: 15px; }
.navbar ul ul li.has-sub > a:before {
  top: 16px;
  right: 26px;
  width: 2px;
  height: 10px;
  background: #A2616C; }
.navbar ul ul li.has-sub > a:after {
  top: 20px;
  right: 22px;
  width: 10px;
  height: 2px;
  background: #A2616C; }

.header-style3 .navbar-nav li.current > a, .header-style3 .navbar-nav li.active > a {
  color: #A2616C; }

@media screen and (min-width: 992px) {
  .menu_area-light .navbar ul ul li.active > a {
    color: #A2616C; }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: #A2616C; }
  .menu_area-light .navbar-nav li.has-sub a:hover, .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #A2616C; }

  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #A2616C; }
    .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
      border-color: transparent #A2616C #A2616C transparent; }
  .header-style2.scrollHeader .navbar-nav li.current > a {
    color: #A2616C; }
    .header-style2.scrollHeader .navbar-nav li.current > a:hover {
      color: #A2616C; }
  .header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #A2616C #A2616C transparent; }
  .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
    border-color: transparent #A2616C #A2616C transparent; }
  .header-style2 .navbar > ul > li.has-sub > a:hover:after, .header-style2 .navbar > ul > li.has-sub > a:active:after, .header-style2 .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #A2616C #A2616C transparent; }
  .header-style2 .navbar ul ul li.active > a {
    color: #A2616C; }
  .header-style2 .navbar-nav li.has-sub a:hover, .header-style2 .navbar-nav li.has-sub a:active, .header-style2 .navbar-nav li.has-sub a:focus {
    color: #A2616C; }
  .header-style2 .navbar-nav li.current > a, .header-style2 .navbar-nav li.active > a {
    color: #A2616C; }

  /* header style03  */
  .header-style3 .navbar-nav li.active > a {
    color: #A2616C; }
  .header-style3 .navbar-nav > li > a:hover, .header-style3 .navbar-nav > li > a:active, .header-style3 .navbar-nav > li > a:focus {
    color: #A2616C; }
  .header-style3 .navbar ul ul li.active > a {
    color: #A2616C; }
  .header-style3 .navbar-nav li.has-sub a:hover, .header-style3 .navbar-nav li.current > a {
    color: #A2616C; }
  .header-style3 .navbar-nav > li.has-sub > a:hover {
    color: #A2616C; }
  .header-style3 .navbar > ul > li.has-sub > a:hover:after, .header-style3 .navbar > ul > li.current > a:after {
    border-color: transparent #A2616C #A2616C transparent; }
  .header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #A2616C; }
  .header-style3.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #A2616C #A2616C transparent; }
  .header-style3.scrollHeader .navbar-nav > li.active > a {
    color: #A2616C; }
  .header-style3.scrollHeader .navbar-nav li.current > a {
    color: #A2616C; }
    .header-style3.scrollHeader .navbar-nav li.current > a:hover {
      color: #A2616C; }
  .header-style3.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #A2616C #A2616C transparent; } }
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #A2616C; }
    .header-style1 .navbar-toggler:after {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    .header-style1 .navbar-toggler:before {
      background: #fff; }
    .header-style1 .navbar-toggler.menu-opened:after, .header-style1 .navbar-toggler.menu-opened:before {
      background: #fff; } }
@media screen and (max-width: 991px) {
  .header-style3 .navbar-toggler {
    background: #A2616C; }
    .header-style3 .navbar-toggler:after {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    .header-style3 .navbar-toggler:before {
      background: #fff; }
    .header-style3 .navbar-toggler.menu-opened:after, .header-style3 .navbar-toggler.menu-opened:before {
      background: #fff; } }
/* header style 2 */
.header-style2 .navbar-nav li.current > a {
  color: #A2616C; }
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #A2616C #A2616C transparent; }
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #A2616C; }
  .header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #A2616C; }
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #A2616C #A2616C transparent; }

@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active > a {
    color: #A2616C; }

  .header-style1 .butn.primary:before {
    background: #ffffff; }
  .header-style1 .butn.primary:hover, .header-style1 .butn.primary:focus, .header-style1 .butn.primary:active {
    color: #2e2e2e !important; }
  .header-style1.scrollHeader .butn.primary {
    color: #fff !important; }
    .header-style1.scrollHeader .butn.primary:before {
      background: #2e2e2e; }
    .header-style1.scrollHeader .butn.primary:hover, .header-style1.scrollHeader .butn.primary:focus, .header-style1.scrollHeader .butn.primary:active {
      color: #fff !important; }

  .header-style3 .butn.primary:before {
    background: #ffffff; }
  .header-style3 .butn.primary:hover, .header-style3 .butn.primary:focus, .header-style3 .butn.primary:active {
    color: #2e2e2e !important; }
  .header-style3.scrollHeader .butn.primary {
    color: #fff !important; }
    .header-style3.scrollHeader .butn.primary:before {
      background: #2e2e2e; }
    .header-style3.scrollHeader .butn.primary:hover, .header-style3.scrollHeader .butn.primary:focus, .header-style3.scrollHeader .butn.primary:active {
      color: #fff !important; } }
/*==============================
*    Main banner area
*    ================================ */
/* slider01 */
.slider-fade1 .owl-item {
  position: relative; }
.slider-fade1 h1 {
  animation-delay: 0.8s; }
.slider-fade1 p {
  animation-delay: 1.2s; }
.slider-fade1 a {
  animation-delay: 1.6s; }
.slider-fade1 .h5 {
  font-weight: 500;
  animation-delay: 0.5s;
  display: block;
  position: relative; }
.slider-fade1.owl-theme .owl-nav {
  margin-top: 0; }
.slider-fade1.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: 0;
  left: 0; }

.slider-fade1.owl-carousel .owl-nav button.owl-prev, .slider-fade1.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #000;
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1); }

.slider-fade1.owl-carousel .owl-nav button.owl-prev {
  left: 2%; }

.slider-fade1.owl-carousel .owl-nav button.owl-next {
  right: 2%; }

.slider-fade1.owl-carousel .owl-nav button.owl-prev:hover, .slider-fade1.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #A2616C;
  color: #fff; }

/*==============================
*    Page title
*    ================================ */
.page-title-section {
  padding: 90px 0 80px 0; }
  .page-title-section h1 {
    font-size: 68px;
    font-weight: 800;
    word-wrap: break-word;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  .page-title-section ul {
    margin-bottom: 0; }
    .page-title-section ul li {
      display: inline-block;
      position: relative; }
      .page-title-section ul li a {
        font-weight: 700;
        font-size: 16px;
        color: #fff; }
      .page-title-section ul li:last-child {
        padding-left: 30px; }
      .page-title-section ul li:last-child a {
        color: rgba(255, 255, 255, 0.8); }
      .page-title-section ul li:last-child:after {
        content: "";
        display: inline-block;
        height: 5px;
        width: 5px;
        position: absolute;
        vertical-align: middle;
        left: 10px;
        top: 15px;
        transform: translateY(-50%);
        background-color: #fff;
        border-radius: 50%; }
      .page-title-section ul li:last-child:before {
        content: "";
        display: inline-block;
        height: 11px;
        width: 11px;
        transform: translateY(-50%);
        background-color: #A2616C;
        border-radius: 50%;
        position: absolute;
        vertical-align: middle;
        top: 15px;
        left: 7px; }

@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 90px 0 80px 0; }
    .page-title-section h1 {
      font-size: 58px;
      margin-bottom: 15px; } }
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 80px 0 70px 0; }
    .page-title-section h1 {
      font-size: 52px; } }
@media screen and (max-width: 767px) {
  .page-title-section {
    padding: 80px 0 70px 0; }
    .page-title-section h1 {
      font-size: 48px; } }
@media screen and (max-width: 575px) {
  .page-title-section {
    padding: 80px 0 70px 0; }
    .page-title-section h1 {
      font-size: 38px; } }
/*section-title01*/
.section-title01 .sm-title {
  background-color: #A2616C;
  color: #fff;
  padding: 2px 12px;
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block; }

/*section-title02*/
.section-title02 .sub-title {
  background-color: rgba(162, 97, 108, 0.2);
  padding: 11px 20px 11px 34px;
  line-height: 1;
  display: inline-block;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  color: #A2616C; }
  .section-title02 .sub-title:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    background-color: #A2616C;
    border-radius: 50%; }
  .section-title02 .sub-title:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 19px;
    background-color: #fff;
    border-radius: 50%; }
  .section-title02 .sub-title.sub-white {
    background-color: rgba(255, 255, 255, 0.2); }

/*==============================
*    Cards
*    ================================ */
/*card-style01*/
.card-style01 .card-image, .card-style01 .card-body {
  position: relative; }
.card-style01 .card-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 40, 86, 0.5)), color-stop(73%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 40, 86, 0.5) 0%, rgba(0, 0, 0, 0) 73%);
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
.card-style01:hover .card-image:after {
  visibility: visible;
  opacity: 1;
  height: 100%; }
.card-style01 .card-icon {
  width: 72px;
  height: 72px;
  background-color: #A2616C;
  border: 5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  padding: 0 20px;
  line-height: 1.3;
  position: absolute;
  top: -37px;
  right: 30px;
  transition: 0.5s; }
.card-style01:hover .card-icon {
  background-color: #2e2e2e;
  color: #fff; }

/* card-style02 */
.card-style02 {
  background: #fff;
  height: 100%; }
  .card-style02 .card-icon {
    width: 50px;
    height: 50px;
    background-color: #A2616C;
    text-align: center;
    margin-right: 20px;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9; }
  .card-style02:hover p, .card-style02:hover a {
    color: #fff;
    position: relative;
    z-index: 99; }
  .card-style02 .card-body .card-img {
    position: relative; }
  .card-style02 .card-bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: luminosity;
    background-position: center top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0); }
  .card-style02:hover .card-bg-img {
    transform: scaleY(1); }

/*card-style03*/
.card-style03 .card-image, .card-style03 .card-body {
  position: relative; }
.card-style03 .card-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 40, 86, 0.5)), color-stop(73%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 40, 86, 0.5) 0%, rgba(0, 0, 0, 0) 73%);
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
.card-style03:hover .card-image:after {
  visibility: visible;
  opacity: 1;
  height: 100%; }
.card-style03 .card-icon {
  width: 74px;
  height: 74px;
  background-color: #A2616C;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 3px;
  color: #fff;
  padding: 0 20px;
  line-height: 1.3;
  font-size: 18px;
  margin-top: -13%;
  transition: 0.5s; }
.card-style03:hover .card-icon {
  background-color: #2e2e2e;
  color: #fff; }

/* card-style04 */
.card-style04 {
  position: relative;
  height: 280px;
  border-radius: 5px; }
  .card-style04:hover .card-body {
    transform: rotateY(180deg); }
  .card-style04 .card-body {
    position: relative;
    z-index: 1;
    transition: 0.7s;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    perspective: inherit; }
  .card-style04 .card-front, .card-style04 .card-back {
    padding: 20px 40px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 10px 8px 35px rgba(49, 49, 49, 0.08);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(0);
    transition: 0.7s;
    perspective: inherit;
    transform-style: preserve-3d; }
  .card-style04 .card-front {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .card-style04 .card-back {
    transform: rotateY(-180deg);
    background: #2e2e2e;
    text-align: center;
    justify-content: center; }
  .card-style04 .card-front .card-butn {
    position: absolute;
    bottom: 20%;
    right: -1px; }
    .card-style04 .card-front .card-butn h3 {
      padding: 10px 25px;
      border-radius: 5px 0 0 5px;
      background: #fff; }

@media screen and (max-width: 575px) {
  .card-style04 .card-front, .card-style04 .card-back {
    padding: 20px 10px; }
  .card-style04 .card-front .card-butn h3 {
    padding: 10px 12px; } }
/* card-style05 */
.card-style05 {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
  .card-style05 .left-area {
    border-right: 1px solid #dee2e6; }
  .card-style05 .price-icon:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: inline-block;
    background-color: #f9f6f1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    left: 50%;
    top: 20%; }
  .card-style05 .price-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; }
    .card-style05 .price-list li:last-child {
      margin-bottom: 0; }
    .card-style05 .price-list li:before {
      content: "\e64c";
      font-family: 'themify';
      color: #A2616C;
      position: absolute;
      left: 0; }
  .card-style05 .price-number {
    position: relative;
    font-weight: 700;
    color: #2e2e2e;
    font-size: 95px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    .card-style05 .price-number sub {
      position: relative;
      font-size: 20px; }
    .card-style05 .price-number sup {
      position: relative;
      top: -55px;
      font-size: 20px; }
    .card-style05 .price-number span {
      position: relative;
      font-weight: 600;
      opacity: 0.50;
      margin-left: -40px;
      display: inline-block;
      font-size: 18px; }
  .card-style05::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transform: scale(1, 0.2);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #2e2e2e; }
  .card-style05:hover::before {
    opacity: 1;
    transform: scale(1, 1); }
  .card-style05:hover h4, .card-style05:hover p, .card-style05:hover .price-list li, .card-style05:hover .price-number {
    color: #fff; }
  .card-style05:hover .left-area {
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
  .card-style05:hover .price-icon:before {
    opacity: 0.1; }

@media screen and (max-width: 1199px) {
  .card-style05 .price-number {
    font-size: 75px; } }
@media screen and (max-width: 575px) {
  .card-style05 .left-area {
    border-right: unset; }
  .card-style05 .price-icon:before {
    left: 5%; } }
/*card-style06*/
.card-style06 {
  transition: 0.3s;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  position: relative;
  height: 100%; }
  .card-style06.bg-hover-color:after {
    content: '';
    background: rgba(162, 97, 108, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1; }
  .card-style06.bg-hover-color:hover:after {
    opacity: 0; }
  .card-style06:before {
    content: '';
    background: rgba(46, 46, 46, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  .card-style06:hover:before {
    opacity: 1; }
  .card-style06 .service-body {
    background-color: #fff; }
  .card-style06:hover .card-body {
    background-color: transparent; }
  .card-style06:hover h3, .card-style06:hover p, .card-style06:hover a, .card-style06:hover .card-footer i {
    color: #fff; }
  .card-style06 .card-body {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    padding: 197px 40px 40px 60px; }
  .card-style06:hover .card-icon {
    -webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
    -moz-transform: translateY(-10px) translate3d(0, -10px, 0);
    -ms-transform: translateY(-10px) translate3d(0, -10px, 0);
    transform: translateY(-10px) translate3d(0, -10px, 0);
    background: #A2616C; }
  .card-style06 .card-icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #2e2e2e;
    display: flex;
    justify-content: center;
    margin-bottom: 21px;
    align-items: center;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18); }
  .card-style06 .card-border::before {
    position: absolute;
    content: "";
    background: #eee;
    width: 1px;
    height: 45px;
    top: 10%;
    transition: 0.3s; }
  .card-style06 .card-border::after {
    position: absolute;
    content: "";
    background: #eee;
    width: 1px;
    height: 45px;
    transition: 0.3s;
    bottom: 30px;
    opacity: 0;
    transition: 0.3s; }
  .card-style06:hover .card-border::after {
    background: #1388d7;
    opacity: 1;
    bottom: -45px;
    transition: 0.3s; }

@media screen and (max-width: 1399px) {
  .card-style06 .card-body {
    padding: 197px 30px 30px 40px; } }
/* card-style07 */
.card-style07 {
  position: relative; }
  .card-style07 .image {
    position: relative;
    overflow: hidden;
    background-color: #001736; }
    .card-style07 .image img {
      transition: all 500ms ease; }
  .card-style07:hover .image img {
    opacity: 0.80;
    transform: scale(1.05, 1.05); }
  .card-style07:hover .social-box {
    bottom: 30px; }
  .card-style07 .social-box {
    position: absolute;
    left: 0px;
    bottom: -80px;
    right: 0px;
    padding: 0;
    text-align: center;
    transition: all 500ms ease;
    margin-bottom: 0; }
    .card-style07 .social-box li {
      position: relative;
      display: inline-block;
      margin-right: 5px; }
      .card-style07 .social-box li:last-child {
        margin-right: 0; }
      .card-style07 .social-box li a {
        position: relative;
        width: 45px;
        height: 45px;
        border-radius: 5px;
        text-align: center;
        line-height: 45px;
        display: inline-block;
        font-size: 16px;
        color: #2e2e2e;
        background-color: #fff; }
        .card-style07 .social-box li a:hover {
          color: #fff;
          background-color: #2e2e2e; }

@media screen and (max-width: 1199px) {
  .card-style07 .social-box li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px; } }
/*==============================
*    Video
*    ================================ */
.story-video {
  height: 100%; }

.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #A2616C;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s; }
  .video_btn:hover i, .video_btn:focus i {
    color: #fff; }
  .video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .video_btn.small:after {
      height: 50px;
      width: 50px; }
    .video_btn.small:before {
      height: 65px;
      width: 65px; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 75px; }
    .video_btn:after {
      height: 75px;
      width: 75px; }
    .video_btn:before {
      height: 90px;
      width: 90px; } }
@media screen and (max-width: 991px) {
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px; }
    .video_btn:after {
      height: 70px;
      width: 70px; }
    .video_btn:before {
      height: 85px;
      width: 85px; }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2); } } }
@media screen and (max-width: 767px) {
  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 60px; }
    .video_btn:after {
      height: 60px;
      width: 60px; }
    .video_btn:before {
      height: 75px;
      width: 75px; } }
/* ===================================
    Pagination
====================================== */
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0; }
  .pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline-block;
    margin-right: 5px; }
  .pagination a {
    float: left;
    font-size: 16px;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #ededed;
    background: #fff;
    border-radius: 4px;
    color: #575a7b; }
    .pagination a:hover {
      background-color: #A2616C;
      border: 1px solid #A2616C;
      color: #ffffff; }
  .pagination .active a {
    background-color: #f7f7f7;
    color: #002147;
    border: 1px solid #ededed;
    cursor: default; }

@media screen and (max-width: 575px) {
  .pagination a {
    padding: 0 13px;
    font-size: 14px; } }
/*==============================
*    Owl carousel
*    ================================ */
.owl-theme .owl-nav.disabled {
  margin-top: 40px !important; }
.owl-theme .owl-dots {
  margin-top: 40px !important; }
  .owl-theme .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0.15); }
  .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
    background: #A2616C; }

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

.dots-white.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5); }
.dots-white.owl-theme .owl-dots .owl-dot:hover span, .dots-white.owl-theme .owl-dots .owl-dot.active span {
  background: #fff; }

/*.owl-nav {
  i {
    color: #1e2022;
    font-size: 18px;
    padding-top: 6px;
  }

  .owl-next {
    color: $PrimaryColor;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff !important;
  }

  .owl-prev {
    color: $PrimaryColor;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff !important;
    left: 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  }

  .owl-next {
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  }
}*/
.owl-theme .owl-nav {
  margin-top: 50px; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #6f6f6f;
    line-height: 30px;
    border-radius: 0; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      color: #1e2022; }

.owl-thumbs {
  z-index: 9;
  position: relative; }
  .owl-thumbs button {
    border: none; }
    .owl-thumbs button .title {
      transition: 0.5s;
      opacity: 0;
      text-align: center;
      visibility: hidden;
      margin: 20px -100px 0; }
    .owl-thumbs button.active .title {
      opacity: 1;
      visibility: visible; }
    .owl-thumbs button img {
      opacity: .5; }
    .owl-thumbs button.active img {
      opacity: 1; }

@media screen and (max-width: 991px) {
  .owl-theme .owl-nav {
    margin-top: 30px; } }
/* testimonial-carousel1 */
.testimonial-carousel1.owl-theme .owl-dots {
  text-align: right; }

/*service-carousel1*/
.service-carousel1.owl-theme .owl-nav {
  margin-top: 0; }
  .service-carousel1.owl-theme .owl-nav .owl-prev, .service-carousel1.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #A2616C !important;
    border-radius: 50%; }
  .service-carousel1.owl-theme .owl-nav .owl-prev {
    left: -6%; }
  .service-carousel1.owl-theme .owl-nav .owl-next {
    right: -6%; }
.service-carousel1 .owl-nav i, .service-carousel1 .owl-nav span {
  color: #fff;
  transition-duration: 500ms;
  font-size: 16px;
  padding-top: 0; }
.service-carousel1.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #2e2e2e !important; }

/*==============================
*    Accordion style
*    ================================ */
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none;
  margin-bottom: 15px; }
  .accordion-style .card:last-child {
    margin-bottom: 0; }
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none; }
.accordion-style .btn-link {
  background: #A2616C;
  color: #fff;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 10px;
  padding: 15px 50px 15px 20px;
  text-decoration: none;
  box-shadow: none;
  border-radius: 5px; }
  .accordion-style .btn-link.collapsed {
    background: #ffffff;
    color: #6f6f6f;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    .accordion-style .btn-link.collapsed:after {
      background: #A2616C;
      border-radius: 50%;
      font-family: Font Awesome\ 5 Free;
      content: '\f0da';
      font-weight: 700;
      right: 15px;
      left: inherit;
      font-size: 16px;
      line-height: 24px;
      height: 25px;
      transform: none;
      width: 25px;
      top: 15px;
      text-align: center;
      padding-left: 0;
      letter-spacing: -1px;
      color: #fff; }
  .accordion-style .btn-link:after {
    background: #fff;
    border-radius: 50%;
    font-family: Font Awesome\ 5 Free;
    content: '\f0d7';
    font-weight: 700;
    right: 15px;
    left: inherit;
    font-size: 16px;
    height: 25px;
    line-height: 24px;
    transform: none;
    width: 25px;
    top: 15px;
    position: absolute;
    color: #A2616C;
    text-align: center;
    padding-left: 2px;
    letter-spacing: 2px; }
.accordion-style .card-body {
  padding: 20px;
  line-height: 24px;
  text-align: left; }

@media screen and (max-width: 767px) {
  .accordion-style .btn-link {
    padding: 12px 45px 12px 15px; }
    .accordion-style .btn-link:after, .accordion-style .btn-link.collapsed:after {
      top: 10px; } }
@media screen and (max-width: 575px) {
  .accordion-style .btn-link:after, .accordion-style .btn-link.collapsed:after {
    top: 15px; } }
/*==============================
*    Pages
*    ================================ */
/* error-page */
.error-page h1 {
  font-size: 220px;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .error-page h1 {
    font-size: 190px; } }
@media screen and (max-width: 575px) {
  .error-page h1 {
    font-size: 130px; } }
/* count down */
ul.countdown {
  padding: 0;
  margin: 0; }
  ul.countdown li {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    min-width: 125px; }
    ul.countdown li:last-child {
      border: none;
      padding-right: 0; }
    ul.countdown li:first-child {
      padding-left: 0; }
    ul.countdown li span {
      font-size: 48px;
      font-weight: 700;
      line-height: normal;
      position: relative;
      color: #fff; }
      ul.countdown li span::before {
        content: "";
        height: 1px;
        position: absolute;
        width: 100%; }
    ul.countdown li p.timeRefDays, ul.countdown li p.timeRefHours, ul.countdown li p.timeRefMinutes, ul.countdown li p.timeRefSeconds {
      font-size: 12px;
      font-weight: 500;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.85); }

@media screen and (max-width: 767px) {
  ul.countdown.one li {
    min-width: 100px; }
    ul.countdown.one li span {
      font-size: 40px; } }
@media screen and (max-width: 575px) {
  ul.countdown li {
    border-right: 0;
    margin: 15px 0;
    min-width: 130px;
    padding: 0 20px; }
    ul.countdown li:first-child {
      padding-left: 20px; } }
/* coming-soon-page */
.coming-soon-page .shape-01 {
  width: 160px;
  height: 175px;
  background-color: rgba(70, 112, 206, 0.2);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  top: 0%;
  left: 30%;
  z-index: 1; }
.coming-soon-page .shape-02 {
  width: 90px;
  height: 95px;
  background-color: rgba(52, 197, 161, 0.2);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  bottom: 9%;
  left: -1%;
  z-index: 1; }

/* ===================================
    Elements
====================================== */
/* modal */
.modal-backdrop {
  z-index: 99999; }

.modal {
  z-index: 999999; }

.bd-example button, .bd-example a {
  margin-top: .25rem;
  margin-bottom: .25rem; }

/* fonts-icon page */
.icon-gallery .d-table {
  margin-top: 30px; }
.icon-gallery .d-table-cell {
  width: 125px;
  height: 125px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  vertical-align: middle;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  background: #fff; }
.icon-gallery i {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  color: #A2616C; }

/* copy elements */
pre[class*="language-"] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 15px 0;
  padding-top: 0; }

.html-code {
  background-color: #fbfbfb;
  position: relative;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ededed; }
  .html-code:before {
    color: #c8dfab;
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px; }

.copy-element {
  position: absolute;
  top: 0;
  right: 85px;
  transition: opacity 0.3s ease-in-out; }

.source-element {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out; }

.html-code .copy-element {
  top: 15px;
  right: 30px; }
.html-code:hover .copy-element, .html-code:hover .source-element {
  opacity: 1; }

.box-hover:hover .copy-element, .box-hover:hover .source-element {
  opacity: 1; }

.copy-element > a, .source-element > a {
  background: #dde1e6;
  color: #777 !important;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
  cursor: pointer !important;
  font-weight: 600; }

.copy-element > a:hover, .source-element > a:hover {
  background: #A2616C;
  color: #fff !important; }

.copy-clipboard {
  cursor: pointer;
  padding: 5px 15px; }

.white-popup-block {
  background-color: #fbfbfb;
  position: relative;
  max-width: 650px;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 30px 30px;
  border-radius: 5px;
  margin: 40px auto;
  border: 1px solid #ededed; }
  .white-popup-block:before {
    color: rgba(17, 88, 231, 0.2);
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px; }
  .white-popup-block:hover .copy-element {
    opacity: 1; }
  .white-popup-block .copy-element {
    top: 45px;
    right: 30px; }

.box-hover {
  position: relative; }
  .box-hover .container {
    position: relative; }

.inner-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 35px;
  padding-bottom: 20px; }
  .inner-title h2 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    color: #2e2e2e; }

@media screen and (max-width: 767px) {
  .elements-block .inner-title {
    margin-bottom: 65px; }

  .copy-element, .source-element {
    top: 65px; } }
/*==============================
*    Other
*    ================================ */
/*about-style01*/
.about-style01 .about-img:before {
  content: "";
  position: absolute;
  background-color: #A2616C;
  width: 40%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }

@media screen and (max-width: 1199px) {
  .about-style01 .about-img:before {
    left: -10%; } }
@media screen and (max-width: 991px) {
  .about-style01 .about-img:before {
    left: 0; } }
@media screen and (max-width: 767px) {
  .about-style01 .about-img:before {
    display: none; } }
/*.about-style02*/
.about-style02 .about-img {
  margin-top: -15%; }

@media screen and (max-width: 991px) {
  .about-style02 .about-img {
    margin-top: unset; } }
/* testimonial-style01 */
.testimonial-style01.owl-theme .owl-nav {
  text-align: left; }
  .testimonial-style01.owl-theme .owl-nav [class*='owl-'] {
    width: 40px;
    height: 40px;
    color: #232323;
    background: white;
    transition: all 0.6s ease;
    line-height: 40px; }
  .testimonial-style01.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
    position: relative; }
  .testimonial-style01.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: #2e2e2e !important; }
.testimonial-style01 .owl-nav i {
  font-size: 15px;
  padding-top: 0; }
.testimonial-style01.owl-theme .owl-nav [class*='owl-']:hover i {
  color: #fff !important; }
.testimonial-style01 .testimonial-items .testi-icon i {
  background-color: #2e2e2e;
  color: #fff;
  font-size: 45px;
  width: 65px;
  height: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

/* service-style1 */
.service-style1 .service-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 30px;
  background: #f3f3f3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px; }
  .service-style1 .service-grid .icon {
    margin-right: 30px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease; }
.service-style1 .half-line-btn {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  position: relative;
  padding-bottom: 4px;
  text-transform: uppercase;
  color: #A2616C; }
.service-style1 .service-wrap-5 {
  margin-right: -49%; }
.service-style1 .half-line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20px;
  height: 1px;
  background-color: #A2616C;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s; }
.service-style1 .service-center-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #A2616C;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  margin: auto;
  font-size: 60px;
  color: #fff; }

@media screen and (max-width: 1199px) {
  .service-style1 .service-wrap-5 {
    margin-right: unset; } }
@media screen and (max-width: 767px) {
  .service-style1 .service-center-img {
    display: none; }
  .service-style1 .service-grid {
    padding: 20px; }
    .service-style1 .service-grid .icon {
      margin-right: 20px; } }
/* counter-style01 */
.counter-style01 .counter-item-inner {
  background: #fff;
  height: 350px;
  width: 350px;
  text-align: center;
  margin: 0 auto 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .counter-style01 .counter-item-inner h1 {
    margin-bottom: 12px;
    font-size: 80px;
    line-height: 58px;
    color: #A2616C;
    font-weight: 700;
    text-align: center; }
  .counter-style01 .counter-item-inner.upper {
    border: 1px solid #dee2e6;
    background: transparent; }

@media screen and (max-width: 1199px) {
  .counter-style01 .counter-item-inner {
    width: 210px;
    height: 210px; }
    .counter-style01 .counter-item-inner h1 {
      font-size: 50px; }
    .counter-style01 .counter-item-inner p {
      font-size: 14px; } }
/* portfolio-style01 */
.portfolio-style01 .portfolio-content {
  position: absolute;
  z-index: 3;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s;
  top: initial;
  left: 0;
  bottom: 0;
  width: calc(100% - 50px);
  margin: 0 20px 20px;
  border-radius: 5px;
  word-break: break-word;
  transform: translateY(15px);
  padding: 26px 30px 21px 30px;
  background-color: #FFFFFF; }
.portfolio-style01:hover .portfolio-content {
  transform: translateY(0);
  opacity: 1; }

/* portfolio-details-list */
.portfolio-details-list {
  position: relative;
  overflow: hidden; }
  .portfolio-details-list .shape-1 {
    width: 90px;
    height: 95px;
    background-color: rgba(225, 225, 225, 0.2);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: absolute;
    display: inline-block;
    bottom: -16%;
    right: -2%; }
  .portfolio-details-list .shape-2 {
    width: 30px;
    height: 33px;
    background-color: #2e2e2e;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: absolute;
    display: inline-block;
    top: 3%;
    left: 23%; }

/*feature-box-01*/
.feature-box-01 {
  position: relative;
  transition: 0.5s; }
  .feature-box-01:before {
    position: absolute;
    content: "";
    height: 55px;
    width: 55px;
    background: #fff;
    opacity: .15;
    left: 3%;
    top: 18%;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s ease .2s; }
  .feature-box-01:hover:before, .feature-box-01:hover:after {
    background: #fff;
    transform: scaleX(-1); }

@media screen and (max-width: 1199px) {
  .feature-box-01:before {
    height: 50px;
    width: 50px; } }
/* why-us-style01 */
.why-us-style01 .why-us-from {
  margin: 0 0 -222px;
  position: relative;
  z-index: 9;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
.why-us-style01 .why-us-icon {
  background-color: #A2616C;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px; }
.why-us-style01 .why-us-items:hover .why-us-icon {
  background-color: #2e2e2e;
  transform: rotate(360deg); }

/*contact-style-01*/
.contact-style-01 .contant-icons i {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  font-size: 30px; }

@media screen and (max-width: 991px) {
  .contact-style-01 .contant-icons i {
    width: 50px;
    height: 50px;
    font-size: 22px; } }
/* map */
.map {
  height: 330px;
  width: 100%;
  vertical-align: top;
  border: 0; }

/* progress-style1 */
.progress-style1 .progress {
  height: 8px; }

/*process-style01*/
.process-number-counter {
  counter-reset: count; }

.process-style01 {
  text-align: center;
  position: relative; }
  .process-style01:before {
    content: '';
    top: 25%;
    right: -10%;
    z-index: 99;
    width: 55px;
    height: 43px;
    background: url(../img/content/process-arrow-01.png) no-repeat 0 0;
    display: block;
    position: absolute; }
  .process-style01 .process-image {
    padding-top: 0;
    position: relative;
    overflow: visible;
    display: inline-block;
    margin-bottom: 50px; }
  .process-style01 .process-num {
    background-color: #A2616C;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: -26px;
    z-index: 10;
    left: 40%;
    font-size: 22px;
    border-radius: 50%; }
    .process-style01 .process-num:before {
      counter-increment: count;
      content: "0" counter(count); }
  .process-style01.last-arrow:before {
    content: none; }
  .process-style01 .process-image:before {
    border: 2px solid #2e2e2e;
    border-radius: 50%;
    background-clip: border-box;
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    content: "";
    zoom: 1;
    transition: all .3s ease; }

@media screen and (max-width: 1399px) {
  .process-style01:before {
    right: -16%; } }
@media screen and (max-width: 1199px) {
  .process-style01:before {
    right: -20%; } }
@media screen and (max-width: 991px) {
  .process-style01:before {
    display: none; } }
/*search page*/
.search-form_input {
  color: #A2616C; }

.search-frame h4 a:hover {
  color: #A2616C; }
.search-frame .search_list .match {
  color: #A2616C; }
.search-frame .search_list li:before {
  color: #A2616C; }
.search-frame .search_list li + li {
  border-top: 3px solid #A2616C; }
.search-frame .search {
  color: #A2616C; }

/* popup gallery */
.lg-backdrop {
  z-index: 99999; }

.lg-outer {
  z-index: 999999; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #A2616C; }

.lg-progress-bar .lg-progress {
  background-color: #A2616C; }

.lg-backdrop.in {
  opacity: 0.85; }

/*==============================
*    service-sidebar
*    ================================ */
/* service-sidebar */
.service-sidebar .service-widgets {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px; }
  .service-sidebar .service-widgets .category-list li {
    padding: 15px 20px;
    background-color: #F3F7F8;
    margin-bottom: 10px;
    border-radius: 3px; }
    .service-sidebar .service-widgets .category-list li:last-child {
      margin-bottom: 0; }
    .service-sidebar .service-widgets .category-list li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all 0.3s ease-in-out; }
      .service-sidebar .service-widgets .category-list li a i {
        background-color: #fff;
        font-size: 14px;
        color: #2e2e2e;
        width: 35px;
        height: 35px;
        display: flex;
        border-radius: 3px;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in-out; }
    .service-sidebar .service-widgets .category-list li.active a, .service-sidebar .service-widgets .category-list li:hover a {
      color: #2e2e2e; }
    .service-sidebar .service-widgets .category-list li.active a i, .service-sidebar .service-widgets .category-list li:hover a i {
      background-color: #2e2e2e;
      color: #fff; }

@media screen and (max-width: 575px) {
  .service-sidebar .service-widgets {
    padding: 20px; } }
/* downloads */
.service-sidebar .downloads li a {
  border: 1px solid #2e2e2e;
  border-radius: 3px;
  position: relative;
  display: block;
  padding: 13px 0 13px 70px; }
  .service-sidebar .downloads li a:hover {
    color: #2e2e2e; }
.service-sidebar .downloads i {
  background: #2e2e2e;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px 0 0 3px; }

/*==============================
*    Blog
*    ================================ */
/* blog-sidebar */
.blog-sidebar .widget {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px; }
  .blog-sidebar .widget:last-child {
    margin-bottom: 0; }
.blog-sidebar .butn {
  border-radius: 0 3px 3px 0; }
  .blog-sidebar .butn:before {
    border-radius: 0 3px 3px 0; }
.blog-sidebar .widget-categories li {
  padding: 15px 20px;
  background-color: #F3F7F8;
  margin-bottom: 10px;
  border-radius: 3px; }
  .blog-sidebar .widget-categories li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out; }
    .blog-sidebar .widget-categories li a span {
      background-color: #fff;
      font-size: 14px;
      color: #2e2e2e;
      width: 35px;
      height: 35px;
      display: flex;
      border-radius: 3px;
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease-in-out; }
  .blog-sidebar .widget-categories li:hover a {
    color: #2e2e2e; }

.share-post li {
  display: inline-block;
  margin-right: 10px; }
  .share-post li:last-child {
    margin-right: 0; }

.comment-reply-link {
  color: #A2616C;
  background: rgba(70, 112, 206, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px; }
  .comment-reply-link:hover {
    color: #fff;
    background: #A2616C; }

.blog-tags li {
  display: inline-block; }
.blog-tags a {
  background-color: #F3F7F8;
  border-radius: 3px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0.6rem 3px 0 0;
  display: inline-block; }
  .blog-tags a:hover {
    background: #A2616C;
    color: #fff; }

@media screen and (max-width: 575px) {
  .blog-sidebar .widget {
    padding: 20px; } }
.read-more {
  font-weight: 600; }

/*==============================
*    page navigation
*    ================================ */
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background-color: #f8f9fa;
  border-radius: 10px; }
  .page-navigation:last-child {
    margin-bottom: 60px; }

.prev-page, .next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px; }

.prev-page:before, .next-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: .3s ease-in-out;
  pointer-events: none; }

.prev-page .page-info > a, .next-page .page-info > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s; }

.prev-page .page-info .image-prev, .prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 3px;
  overflow: hidden; }

.next-page .page-info .image-prev, .next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 3px;
  overflow: hidden; }

.prev-page .page-info .prev-title, .prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s; }

.next-page .page-info .prev-title, .next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s; }

.prev-page .page-info .prev-title:empty, .prev-page .page-info .next-title:empty {
  display: none; }

.next-page .page-info .prev-title:empty, .next-page .page-info .next-title:empty {
  display: none; }

.prev-page:hover:before, .next-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1); }

.prev-page a {
  justify-content: flex-start;
  text-align: left; }
  .prev-page a:hover .image-prev:after {
    visibility: visible;
    opacity: 1; }
  .prev-page a:hover .image-prev:before {
    visibility: visible;
    opacity: 1;
    margin-left: 0; }
.prev-page .image-prev {
  margin-right: 20px; }
  .prev-page .image-prev:after {
    background-color: #A2616C; }

.next-page .image-next:after {
  background-color: #A2616C; }

.prev-page .image-prev:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: 20px;
  content: "\e64a";
  font-family: 'themify';
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out; }
.prev-page .image-prev:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out; }

.next-page {
  margin-left: auto; }
  .next-page a {
    justify-content: flex-end;
    text-align: right; }
    .next-page a:hover .image-next:after {
      visibility: visible;
      opacity: 1; }
    .next-page a:hover .image-next:before {
      visibility: visible;
      opacity: 1;
      margin-right: 0; }
  .next-page .image-next {
    margin-left: 20px; }
    .next-page .image-next:before {
      display: block;
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      margin-right: 20px;
      content: "\e64a";
      font-family: 'themify';
      font-size: 21px;
      line-height: 70px;
      color: #fff;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease-in-out;
      transform: scaleX(-1); }
    .next-page .image-next:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease-in-out; }
  .next-page .next-title {
    text-align: right; }

.prev-link-page-info > span, .next-link-page-info > span {
  display: block; }

.prev-link-page-info .date-details, .next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 20px;
  margin-bottom: -2px; }

.prev-link-page-info .date-details > div, .prev-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500; }

.next-link-page-info .date-details > div, .next-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500; }

.prev-link-page-info .date-details:only-child, .next-link-page-info .date-details:only-child {
  margin-top: 0; }

@media (max-width: 767px) {
  .prev-page, .next-page {
    width: calc(100% - 20px);
    max-width: unset; }

  .prev-page + .next-page {
    margin-top: 0; }

  .page-navigation {
    flex-direction: column; } }
@media (max-width: 575px) {
  .prev-page .page-info > a, .next-page .page-info > a {
    padding: 10px; }

  .prev-page .page-info .prev-title, .prev-page .page-info .next-title {
    max-width: 168px; }

  .next-page .page-info .prev-title, .next-page .page-info .next-title {
    max-width: 168px; } }
/*social-icon-style*/
.social-icon-style li {
  display: inline-block;
  margin-right: 5px; }
  .social-icon-style li:last-child {
    margin-right: 0; }
  .social-icon-style li a {
    font-size: 14px;
    border: 1px solid #A2616C;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #A2616C; }
    .social-icon-style li a:hover {
      color: #fff;
      background: #2e2e2e;
      border: 1px solid #2e2e2e; }

@media screen and (max-width: 767px) {
  .social-icon-style li a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px; } }
/*social-icon-style01*/
.social-icon-style01 li {
  display: inline-block;
  margin-right: 5px; }
  .social-icon-style01 li:last-child {
    margin-right: 0; }
  .social-icon-style01 li a {
    font-size: 14px;
    border: 1px solid #A2616C;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #A2616C; }
    .social-icon-style01 li a:hover {
      color: #fff;
      background: #2e2e2e;
      border: 1px solid #2e2e2e; }

@media screen and (max-width: 767px) {
  .social-icon-style01 li a {
    width: 35px;
    height: 35px;
    font-size: 13px; } }
/*social-icon-style02*/
.social-icon-style02 li {
  display: inline-block;
  margin-right: 5px; }
  .social-icon-style02 li:last-child {
    margin-right: 0; }
  .social-icon-style02 li a {
    font-size: 14px;
    border: 1px solid #A2616C;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #A2616C; }
    .social-icon-style02 li a:hover {
      color: #A2616C;
      background: #fff;
      border: 1px solid #fff; }

/* quform */
.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    margin-bottom: .5rem; }

.form-control:focus {
  border-color: #A2616C; }

.form-check-input:checked {
  border-color: #A2616C;
  background-color: #A2616C; }

.quform-input {
  position: relative; }
  .quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1; }

.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px; }
  .quform-element > label .quform-required {
    color: #cc0101;
    font-size: 10px; }

.quform-inner input {
  width: 100%; }

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top; }
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px; }

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal; }
  .quform-errors > .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal; }

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal; }
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f; }

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-submit-inner {
  float: none; }

.quform-loading-wrap {
  float: none; }
  .quform-loading-wrap .quform-loading {
    display: inline-block; }

.quform-element {
  margin-bottom: 1rem; }

/*==============================
*    Footer
*    ================================ */
.footer-logo {
  max-width: 320px;
  width: 100%;
  display: inline-block; }

/*footer bar*/
footer .email {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding-bottom: 5px; }
  footer .email a {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: all 0.8s ease; }
    footer .email a:hover:after, footer .email a:active:after, footer .email a:focus:after {
      width: 100%; }
    footer .email a:hover, footer .email a:active, footer .email a:focus {
      color: #A2616C; }
    footer .email a:after {
      border-bottom: 1px solid #fff;
      transition: all 0.8s ease;
      content: "";
      display: inline-block;
      position: absolute;
      bottom: -10px;
      right: 0;
      width: 0; }
footer .phone {
  padding-bottom: 0;
  margin-bottom: 0; }
  footer .phone a {
    padding-bottom: 0;
    letter-spacing: -0.05rem;
    color: #fff; }
    footer .phone a:hover, footer .phone a:active, footer .phone a:focus {
      color: #A2616C; }

/*footer-social-style1*/
.footer-social-style1 {
  padding: 0;
  display: inline-block;
  list-style: none; }
  .footer-social-style1 li {
    text-align: center;
    margin-right: 5px;
    display: inline-block; }
    .footer-social-style1 li:last-child {
      margin-right: 0; }
    .footer-social-style1 li a {
      color: #f8f9fa;
      height: 40px;
      width: 40px;
      line-height: 40px;
      display: inline-block;
      font-size: 15px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.1); }
      .footer-social-style1 li a:hover, .footer-social-style1 li a:active, .footer-social-style1 li a:focus {
        color: #ffffff;
        background-color: #A2616C; }

/*footer-style-01*/
.footer-style-01 .top-inner .logos {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.07);
  padding: 54px 40px 54px 40px;
  margin-bottom: 35px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  text-align: center; }

@media screen and (max-width: 1199px) {
  .footer-style-01 .top-inner .logos {
    padding: 45px 45px 45px 45px; } }

/*# sourceMappingURL=styles.css.map */
