/*----------------------------------------------------
@File: Default Styles
@Author: SPONDON IT

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Anne
@Developed By: Spondon It

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
@import url('https://fonts.googleapis.com/css?family=Poppins:300, 300i,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,400i,500,700,700i,900&display=swap');
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* Large Mobile :480px. */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
body {
  font-size: 15px;
  line-height: 1.867;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #465160;
}

/* line 9, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #0f2137;
}

/* line 19, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25;
}

/* line 25, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
h2 {
  font-size: 24px;
  line-height: 1.238;
  font-weight: 400;
}

/* line 31, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
h3 {
  font-size: 21px;
  font-weight: 400;
}

/* line 36, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 42, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

/* line 45, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

/* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
button:focus {
  outline: none;
  box-shadow: none;
}

/* line 57, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 61, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
[class^='flaticon-']:before,
[class*=' flaticon-']:before,
[class^='flaticon-']:after,
[class*=' flaticon-']:after {
  margin: 0;
}

/* line 69, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
body.home3 {
  font-size: 16px;
  line-height: 1.875;
  font-family: 'Poppins', sans-serif;
  color: #949eb2;
  font-weight: 300;
}

/* line 78, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.home3 h1,
.home3 h2,
.home3 h3,
.home3 h4,
.home3 h5,
.home3 h6 {
  font-family: 'Poppins', sans-serif;
  color: #465064;
}

/* line 87, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.home3 h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

/* line 92, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.home3 h3 {
  font-size: 20px;
  font-weight: 500;
}

/* line 106, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_mixins.scss */
.placeholder {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 300;
  color: #949eb2;
}

/* line 109, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_mixins.scss */
:-moz-placeholder {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 300;
  color: #949eb2;
}

/* line 112, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_mixins.scss */
::-moz-placeholder {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 300;
  color: #949eb2;
}

/* line 115, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_mixins.scss */
::-webkit-input-placeholder {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 300;
  color: #949eb2;
}

/* line 106, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 109, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.mb-60px {
  margin-bottom: 60px;
}

/* line 114, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.mt-35 {
  margin-top: 35px;
}

/* line 117, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.mt-40px {
  margin-top: 40px;
}

/* line 120, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.mt-60 {
  margin-top: 60px;
}

/* line 127, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.about-v3 body {
  font-family: 'Rubik', sans-serif;
}

/* line 130, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.about-v3 h1,
.about-v3 h2,
.about-v3 h3,
.about-v3 h4,
.about-v3 h5,
.about-v3 h6 {
  font-family: 'Rubik', sans-serif;
}

/* line 133, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.about-v3 p {
  font-family: 'Roboto', sans-serif;
}

/* line 136, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.about-v3 a {
  font-family: 'Roboto', sans-serif;
}

/* line 139, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.about-v3 h2 {
  font-weight: none;
}

/* line 145, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.about-v4 body {
  font-family: 'Rubik', sans-serif;
}

/* line 148, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.about-v4 h1,
.about-v4 h2,
.about-v4 h3,
.about-v4 h4,
.about-v4 h5,
.about-v4 h6 {
  font-family: 'Rubik', sans-serif;
}

/* line 151, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.about-v4 p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

/* line 155, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.about-v4 a {
  font-family: 'Roboto', sans-serif;
}

/* line 158, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.about-v4 h2 {
  font-weight: none;
}

/* line 163, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.team-boxed-btn {
  margin-top: 80px;
}

@media (max-width: 767px) {
  /* line 163, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
  .team-boxed-btn {
    margin-top: 40px;
  }
}

/* line 168, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.team-boxed-btn a {
  padding: 9px 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff512f),
    color-stop(99%, #dd2476)
  );
  background-image: -webkit-linear-gradient(left, #ff512f, #dd2476 99%);
  background-image: -o-linear-gradient(left, #ff512f, #dd2476 99%);
  background-image: linear-gradient(to right, #ff512f, #dd2476 99%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  border-radius: 3px;
  display: inline-block;
}

/* line 180, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_reset.scss */
.team-boxed-btn a:hover {
  -webkit-box-shadow: 0px 10px 20px 0 rgba(226, 43, 107, 0.4);
  box-shadow: 0px 10px 20px 0 rgba(226, 43, 107, 0.4);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.section-margin {
  margin: 80px 0;
}

@media (min-width: 600px) {
  /* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
  .section-margin {
    margin: 100px 0;
  }
}

@media (min-width: 1200px) {
  /* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
  .section-margin {
    margin: 150px 0;
  }
}

/* line 14, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.section-padding {
  padding: 80px 0;
}

@media (min-width: 320px) {
  /* line 14, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
  .section-padding {
    padding: 100px 0;
  }
}

@media (min-width: 1200px) {
  /* line 14, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
  .section-padding {
    padding: 120px 0;
  }
}

@media (min-width: 320px) {
  /* line 26, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
  .section-padding-large {
    padding: 80px 0 80px 0;
  }
}

@media (min-width: 1200px) {
  /* line 26, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
  .section-padding-large {
    padding: 150px 0;
  }
}

/* line 36, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.box-shadow-1,
#back-top a {
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 40, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.bg-gray {
  background: #f8fafd;
}

/* line 44, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
#back-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  z-index: 9999999;
}

@media (max-width: 768px) {
  /* line 44, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
  #back-top {
    right: 5px;
  }
}

/* line 55, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
#back-top a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 15px;
  border-radius: 30px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 76, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.home-6 #back-top a {
  box-shadow: 0px 30px 50px 0 rgba(29, 209, 16, 0.1);
}

/* Custom animation start
============================================================================================ */
@media (max-width: 1200px) {
  /* line 86, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
  [class*='hero-ani-'] {
    display: none !important;
  }
}

/* line 91, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.custom-animation {
  backface-visibility: hidden;
  animation: jumping 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 0.9s ease 5s;
  user-select: none;
}

/* line 99, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.custom-animation2 {
  backface-visibility: hidden;
  animation: jumping2 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}

/* line 107, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.custom-animation3 {
  backface-visibility: hidden;
  animation: jumping3 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 7s ease 2s;
  user-select: none;
}

/* line 115, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.custom-animation4 {
  backface-visibility: hidden;
  animation: jumping4 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 123, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.custom-animation10 {
  backface-visibility: hidden;
  animation: jumping10 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 131, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.custom-animation11 {
  backface-visibility: hidden;
  animation: jumping11 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }
  25% {
    transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
    opacity: 0.8;
  }
  75% {
    transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
    opacity: 0.6;
  }
  85% {
    transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
    opacity: 0.85;
  }
}

@keyframes jumping2 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 0.5;
  }
  25% {
    transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: 0.8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: 0.8;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: 0.9;
  }
}

@keyframes jumping3 {
  0% {
    transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: 0.9;
  }
  20% {
    transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: 0.8;
  }
  40% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: 0.8;
  }
  40% {
    transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }
  80% {
    transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: 0.6;
  }
  100% {
    transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: 0.7;
  }
}

@keyframes jumping4 {
  0% {
    transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
    opacity: 0.7;
  }
  25% {
    transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
    opacity: 0.8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
    opacity: 0.9;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
    opacity: 0.9;
  }
}

@keyframes jumping10 {
  0% {
    transform: rotate(180deg);
    display: block;
  }
  100% {
    transform: rotate(30deg);
    display: block;
  }
}

@keyframes jumping11 {
  0% {
    transform: rotate(180deg) translate(-20px, 20px);
    display: block;
  }
  100% {
    transform: rotate(30deg) translate(0px, 0px);
    display: block;
  }
}

/* Custom animation end
============================================================================================ */
/* Start Gradient Area css
============================================================================================ */
/* line 287, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.gradient-bg,
#back-top a,
.header_area.menu-dark .primary-button,
.header_area .primary-button:hover,
.header-area.home-custom .primary-button.transparent-button:hover,
.header-area.home-custom.sticky .primary-button.transparent-button:hover,
.header-area.common-header.sticky
  .primary-button.primary.primry-btn-custom:hover,
.header-area.common-header .primary-button.primary.primry-btn-custom:hover,
.hero-banner2 .banner-card::before,
.hero-banner2 .banner-card .primary-button-home2:hover,
.hero-banner3 .banner-title::after,
.team-social-wrap .team-trigger,
.blog-img .blog-link,
.feature-card-wrapper:hover,
.feature-card-wrapper.active,
.single_portfolio .overlay-icon,
.single_portfolio .overlay-window-icon:hover,
.portfolio_right_text .project-details-box h4:after,
.social_details li a:hover,
.portfolio-details-v1
  .portfolio_details_inner
  .portfolio_right_text
  .project-details-box
  .social-links
  a:hover,
.portfolio-v9-active .owl-nav .owl-prev:hover,
.portfolio-v9-active .owl-nav .owl-next:hover,
.portfolio-v11-active.owl-carousel .owl-nav div.owl-prev:hover,
.portfolio-v10-active.owl-carousel .owl-nav div.owl-prev:hover,
.portfolio-v11-active.owl-carousel .owl-nav div.owl-next:hover,
.portfolio-v10-active.owl-carousel .owl-nav div.owl-next:hover,
.portfolio-details-v3 .portfolio_right_text .social-links a:hover,
.portfolio-details-v3.portfolio_details_area
  .portfolio-details-v3-active.owl-carousel
  .owl-nav
  div.owl-prev:hover,
.portfolio-details-v3.portfolio_details_area
  .portfolio-details-v3-active.owl-carousel
  .owl-nav
  div.owl-next:hover,
.portfolio_details_areaa.portfolio-details-v3
  .portfolio-details-v3-active.owl-carousel
  .owl-nav
  div.owl-prev:hover,
.portfolio_details_areaa.portfolio-details-v3
  .portfolio-details-v3-active.owl-carousel
  .owl-nav
  div.owl-next:hover,
.portfolio-details-v5 .social-links a:hover,
.portfolio-details-v5
  .portfolio-banner-small-active.owl-carousel
  .owl-nav
  div:hover,
.testimonial-item-wrap:hover,
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover,
.single-post-item:hover .blog-button,
.search-widget i,
.author-widget ul li a:hover,
.tag-cloud-widget ul li a:hover,
.newsletter-widget .primary-btn,
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  .add-cart-btn
  a.active.white-bg:hover {
  background: -webkit-linear-gradient(135deg, #ff512f 32%, #dd2476 95%);
  background: -moz-linear-gradient(135deg, #ff512f 32%, #dd2476 95%);
  background: -o-linear-gradient(135deg, #ff512f 32%, #dd2476 95%);
  background: linear-gradient(135deg, #ff512f 32%, #dd2476 95%);
}

/* line 292, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.gradient-bg2,
.primary-button,
.feature-card .feature-link {
  background: -webkit-linear-gradient(
    135deg,
    #ff512f 0%,
    #dd2476 49%,
    #ff512f 100%
  );
  background: -moz-linear-gradient(
    135deg,
    #ff512f 0%,
    #dd2476 49%,
    #ff512f 100%
  );
  background: -ms-linear-gradient(
    135deg,
    #ff512f 0%,
    #dd2476 49%,
    #ff512f 100%
  );
  background: -o-linear-gradient(135deg, #ff512f 0%, #dd2476 49%, #ff512f 100%);
  background: linear-gradient(135deg, #ff512f 0%, #dd2476 49%, #ff512f 100%);
}

/* line 296, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.gradient-bg3,
.primary-button3,
.pricing_item.active .primary-button3,
.pricing_item:hover .primary-button3 {
  background: -webkit-linear-gradient(
    90deg,
    #07da42 0%,
    #4dbee2 51%,
    #07da42 100%
  );
  background: -moz-linear-gradient(
    90deg,
    #07da42 0%,
    #4dbee2 51%,
    #07da42 100%
  );
  background: -ms-linear-gradient(90deg, #07da42 0%, #4dbee2 51%, #07da42 100%);
  background: -o-linear-gradient(90deg, #07da42 0%, #4dbee2 51%, #07da42 100%);
  background: linear-gradient(90deg, #07da42 0%, #4dbee2 51%, #07da42 100%);
}

/* line 300, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.gradient-bg-reverse,
#back-top a:hover,
.team-social-wrap .team-trigger:hover,
.blog-img .blog-link:hover,
.single_portfolio .overlay-icon:hover,
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  .add-cart-btn
  a.active:hover,
.procced-checkout:hover {
  background: -webkit-linear-gradient(135deg, #dd2476 32%, #ff512f 95%);
  background: -moz-linear-gradient(135deg, #dd2476 32%, #ff512f 95%);
  background: -o-linear-gradient(135deg, #dd2476 32%, #ff512f 95%);
  background: linear-gradient(135deg, #dd2476 32%, #ff512f 95%);
}

/* line 304, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.gradient-color,
.section-intro-title,
.feature-icon [class^='flaticon-']:before,
.feature-icon [class*=' flaticon-']:before,
.feature-icon [class^='flaticon-']:after,
.feature-icon [class*=' flaticon-']:after,
.filter-btn li.active,
.filter-btn li:hover,
.main-tablist #myTab .nav-item a:hover,
.main-tablist #myTab .nav-item a.nav-link.active,
.owl-filter-bar a:hover,
.owl-filter-bar a.item.current,
.single-post-blog:hover h3 a,
.comments-area .btn-reply:hover {
  background: -webkit-linear-gradient(135deg, #ff512f 32%, #dd2476 95%);
  background: -moz-linear-gradient(135deg, #ff512f 32%, #dd2476 95%);
  background: -o-linear-gradient(135deg, #ff512f 32%, #dd2476 95%);
  background: linear-gradient(135deg, #ff512f 32%, #dd2476 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 310, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.gradient-color2,
.single-project h3,
.single-project:hover i,
.single-project:hover a {
  background: -webkit-linear-gradient(135deg, #071590 0%, #ff003c 100%);
  background: -moz-linear-gradient(135deg, #071590 0%, #ff003c 100%);
  background: -o-linear-gradient(135deg, #071590 0%, #ff003c 100%);
  background: linear-gradient(135deg, #071590 0%, #ff003c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 315, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.gradient-color3,
.home4 .section-intro2 .section-intro-title2,
.home-6 .section-intro2 .section-intro-title2,
.download-button:hover i,
.home-6 .get-know-us .get-know-content p.section-intro-title {
  background: -webkit-linear-gradient(135deg, #07da42 0%, #4dbee2 100%);
  background: -moz-linear-gradient(135deg, #07da42 0%, #4dbee2 100%);
  background: -o-linear-gradient(135deg, #07da42 0%, #4dbee2 100%);
  background: linear-gradient(135deg, #07da42 0%, #4dbee2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 320, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.gradient-color5 {
  background: -webkit-linear-gradient(135deg, #07da42 0%, #4dbee2 99%);
  background: -moz-linear-gradient(135deg, #07da42 0%, #4dbee2 99%);
  background: -o-linear-gradient(135deg, #07da42 0%, #4dbee2 99%);
  background: linear-gradient(135deg, #07da42 0%, #4dbee2 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* End Gradient Area css
============================================================================================ */
/* line 334, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

/* line 343, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.video-play-button {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 46px 8px 18px 28px;
}

/* line 352, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.video-play-button:before,
.video-play-button:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #dddddd;
}

/* line 367, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.video-play-button:before {
  z-index: 0;
  -webkit-animation: pulse-border 2000ms ease-out infinite;
  -moz-animation: pulse-border 2000ms ease-out infinite;
  -o-animation: pulse-border 2000ms ease-out infinite;
  animation: pulse-border 2000ms ease-out infinite;
}

/* line 372, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.video-play-button:after {
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  box-shadow: 0px 10px 30px rgba(39, 0, 110, 0.3);
}

/* line 378, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

@-moz-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

@-o-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

/* line 408, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.login-anim-3 {
  position: absolute;
  bottom: 12%;
  left: 50%;
}

/* line 413, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.login-anim-4 {
  position: absolute;
  right: 2%;
  top: 50%;
}

/* line 418, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.login-anim-2 {
  position: absolute;
  top: 34%;
  right: 24%;
}

/* line 423, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.login-anim-1 {
  position: absolute;
  top: 15%;
  right: 6%;
}

/* line 428, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.login-anim-5 {
  position: absolute;
  bottom: 23%;
  right: 25%;
}

/* line 433, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.login-anim-6 {
  position: absolute;
  top: 13%;
  left: 52%;
}

/* line 438, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.login-anim-8 {
  position: absolute;
  top: 15%;
  left: 39%;
}

/* line 443, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.login-anim-7 {
  position: absolute;
  left: 20%;
  top: 56%;
}

/* line 448, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.login-anim-9 {
  position: absolute;
  right: 14%;
  top: 68%;
}

/* line 453, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.login-anim-10 {
  position: absolute;
  top: 10%;
  left: 6%;
}

/* line 458, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.login-anim-9 {
  position: absolute;
  right: 17%;
  top: 68%;
}

/* line 463, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.login-anim-8 {
  position: absolute;
  top: 10%;
  left: 39%;
}

/* line 468, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.login-anim-14 {
  left: 55%;
  top: 16%;
  position: absolute;
}

@media (max-width: 767px) {
  /* line 473, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
  .login-anim-wrap {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 473, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
  .login-anim-wrap {
    display: none;
  }
}

/* line 484, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.landing-animation .landing-anim-1 {
  position: absolute;
  top: 20%;
  left: 44%;
  z-index: 2;
  opacity: 0.6;
}

/* line 491, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.landing-animation .landing-anim-2 {
  position: absolute;
  top: 13%;
  left: 6%;
  z-index: 2;
  opacity: 0.6;
}

/* line 498, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.landing-animation .landing-anim-3 {
  position: absolute;
  top: 21%;
  right: 26%;
  z-index: 2;
  opacity: 0.6;
}

/* line 505, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.landing-animation .landing-anim-4 {
  position: absolute;
  bottom: 34%;
  right: 49%;
  z-index: 2;
  opacity: 0.6;
}

/* line 512, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.landing-animation .landing-anim-5 {
  position: absolute;
  top: 16%;
  right: 6%;
  z-index: 2;
  opacity: 0.6;
}

/* line 519, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.landing-animation .landing-anim-6 {
  position: absolute;
  right: 16%;
  bottom: 34%;
  z-index: 2;
  opacity: 0.6;
}

/* line 527, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
.landing-animation .landing-anim-7 {
  position: absolute;
  left: 18%;
  bottom: 20%;
  z-index: 2;
  opacity: 0.6;
}

@media (max-width: 767px) {
  /* line 482, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
  .landing-animation {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 482, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_predefine.scss */
  .landing-animation {
    display: none;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* line 2, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_extend.scss */
.accordion_part #accordion h5 button i {
  background-image: -moz-linear-gradient(0deg, #07da42 0%, #4dbee2 99%);
  background-image: -webkit-linear-gradient(0deg, #07da42 0%, #4dbee2 99%);
  background-image: -ms-linear-gradient(0deg, #07da42 0%, #4dbee2 99%);
}

/* line 10, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_extend.scss */
.banner-5 .slider-content a,
.home4 .section-intro2 .section-intro-title2.home-5,
.home-6 .section-intro2 .section-intro-title2.home-5,
.header-area .logo-img a,
.happy-client .client-content span {
  background-image: -moz-linear-gradient(16deg, #ff512f 0%, #dd2476 99%);
  background-image: -webkit-linear-gradient(16deg, #ff512f 0%, #dd2476 99%);
  background-image: -ms-linear-gradient(16deg, #ff512f 0%, #dd2476 99%);
}

/* line 17, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_extend.scss */
a.more-info,
.login-res-btn,
.activity-box.home-5::before,
.home5 .featurest5-area .feature-card-wrapper:hover .feature-card,
.pricing_item.home-5.bandage .primary-button3,
.pricing_item.home-5 .primary-button3:hover,
.left,
.right,
.continew-shoping:hover,
.procced-checkout {
  background-image: -moz-linear-gradient(16deg, #ff512f 0%, #dd2476 99%);
  background-image: -webkit-linear-gradient(16deg, #ff512f 0%, #dd2476 99%);
  background-image: -ms-linear-gradient(16deg, #ff512f 0%, #dd2476 99%);
}

/* line 30, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_extend.scss */
.hero-banner2.home-6 .banner-card .primary-button,
.home-6 .get-know-us .get-know-content .more-info,
.home-6 .pricing-area.home-5 .pricing_item .primary-button3,
.header-area.home-6 .free-trail a,
.home-6 .check-boxx-wrapp .wrapper .left,
.home-6 .check-boxx-wrapp .wrapper .right {
  background-image: -moz-linear-gradient(0deg, #3bcd75 0%, #80ee78 100%);
  background-image: -webkit-linear-gradient(0deg, #3bcd75 0%, #80ee78 100%);
  background-image: -ms-linear-gradient(0deg, #3bcd75 0%, #80ee78 100%);
}

/* line 37, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_extend.scss */
.home-6 .pricing-area.home-5 .pricing_item .p_list li:nth-child(odd) {
  background-image: -moz-linear-gradient(
    0deg,
    white 0%,
    #fafafd 18%,
    #f4f4fb 50%,
    #fafafd 83%,
    white 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    white 0%,
    #fafafd 18%,
    #f4f4fb 50%,
    #fafafd 83%,
    white 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    white 0%,
    #fafafd 18%,
    #f4f4fb 50%,
    #fafafd 83%,
    white 100%
  );
}

/* line 42, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_extend.scss */
.home-6 .pricing-area.home-5 .pricing_item .p_list li:nth-child(odd) {
  background-image: -moz-linear-gradient(
    0deg,
    white 0%,
    #fafafd 18%,
    #f4f4fb 50%,
    #fafafd 83%,
    white 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    white 0%,
    #fafafd 18%,
    #f4f4fb 50%,
    #fafafd 83%,
    white 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    white 0%,
    #fafafd 18%,
    #f4f4fb 50%,
    #fafafd 83%,
    white 100%
  );
}

/* line 48, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_extend.scss */
.home-6 .happy-client .client-content span {
  background-image: -moz-linear-gradient(to right, #1dd110, #ffea0a),
    linear-gradient(to bottom, #465064, #465064);
  background-image: -webkit-linear-gradient(to right, #1dd110, #ffea0a),
    linear-gradient(to bottom, #465064, #465064);
  background-image: -ms-linear-gradient(to right, #1dd110, #ffea0a),
    linear-gradient(to bottom, #465064, #465064);
}

/* line 56, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_extend.scss */
.home-6 .testmonial-6-area .testmonial6-active.owl-carousel .owl-nav div:hover {
  border-radius: 3px;
  background-image: -moz-linear-gradient(0deg, #3bcd75 0%, #80ee78 100%);
  background-image: -webkit-linear-gradient(0deg, #3bcd75 0%, #80ee78 100%);
  background-image: -ms-linear-gradient(0deg, #3bcd75 0%, #80ee78 100%);
}

/* line 63, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_extend.scss */
.home-6 #back-top a,
footer.home-6-footer .footer-widget button {
  background-image: -moz-linear-gradient(0deg, #3bcd75 0%, #80ee78 100%);
  background-image: -webkit-linear-gradient(0deg, #3bcd75 0%, #80ee78 100%);
  background-image: -ms-linear-gradient(0deg, #3bcd75 0%, #80ee78 100%);
}

/* line 69, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_extend.scss */
.about-v2 .team-area .single-team .team-info .hide-info .social-link a:hover,
.team-v3-area .single-team .team-info .social-link a:hover,
.about-v2.team-member-2
  .team-area
  .single-team
  .team-info
  .hide-info
  .social-link
  a:hover,
.team-member-3 .single-team .team-info .social-link a:hover,
.team-member-4 .single-team .team-info .social-link a:hover,
.team-member-5
  .single-team-wrapper
  .single-team
  .team-info
  .social-link
  a:hover {
  background-image: -moz-linear-gradient(135deg, #dd2476 1%, #ff512f 100%);
  background-image: -webkit-linear-gradient(135deg, #dd2476 1%, #ff512f 100%);
  background-image: -ms-linear-gradient(135deg, #dd2476 1%, #ff512f 100%);
}

/* line 75, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_extend.scss */
.about-v3 .quick-quote-area .quote-btn a,
.contact-area-v2 .boxd-btn,
.about-v2 .header-area.home-6 .free-trail a,
.anne-404-area .error-heading .boxd-btn,
.product-details-area .products-info .add-cart {
  background-image: -moz-linear-gradient(0deg, #ff512f 0%, #dd2476 99%);
  background-image: -webkit-linear-gradient(0deg, #ff512f 0%, #dd2476 99%);
  background-image: -ms-linear-gradient(0deg, #ff512f 0%, #dd2476 99%);
}

/* line 81, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_extend.scss */
.main-faq-area #accordion h5 button i,
.main-faq-area #accordion2 h5 button i,
.main-faq-area #accordion3 h5 button i,
.main-faq-area #accordion4 h5 button i,
.main-faq-area #accordion5 h5 button i,
.faq-btn,
.main-faq-area .faq-form-area .section-intro .section-intro-title,
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  .add-cart-btn
  a:hover,
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  .add-cart-btn
  a.active {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff512f),
    color-stop(99%, #dd2476)
  );
  background-image: -webkit-linear-gradient(left, #ff512f, #dd2476 99%);
  background-image: -o-linear-gradient(left, #ff512f, #dd2476 99%);
  background-image: linear-gradient(to right, #ff512f, #dd2476 99%);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* header style start
  ============================================================================================ */
/* line 3, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.mb-39 {
  margin-bottom: 39px;
}

/* line 6, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
}

/* line 14, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area.menu-dark .navbar .nav .nav-item .nav-link {
  color: #13141b;
}

/* line 17, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area.menu-dark .primary-button {
  color: #fff !important;
}

/* line 22, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .container-fluid {
  padding: 0px 100px;
}

@media (max-width: 1199px) {
  /* line 22, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header_area .container-fluid {
    padding: 0px 15px;
  }
}

/* line 28, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar-brand {
  margin-right: 30px;
  padding: 0;
}

/* line 32, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .primary-button {
  background: transparent;
  border: 1px solid #dddddd;
  padding: 9px 30px;
}

/* line 36, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .primary-button:hover {
  border: 1px solid transparent;
}

/* line 41, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .menu_nav {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 41, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header_area .menu_nav {
    margin-top: 30px;
  }
}

/* line 47, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  padding: 0px;
}

@media (max-width: 991px) {
  /* line 47, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header_area .navbar {
    background: #0f2137;
    padding: 16px;
  }
}

/* line 57, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .navbar-toggler {
  color: #fff;
}

/* line 61, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item {
  margin-right: 40px;
}

/* line 63, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item .dropdown-toggle {
  margin-right: 10px;
}

/* line 65, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item .dropdown-toggle:after {
  content: '\e64b';
  font-family: 'themify';
  position: relative;
  top: 2px;
  left: 3px;
  border: 0px;
  font-size: 9px;
}

/* line 75, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item > .nav-link {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  padding: 30px 0;
  display: inline-block;
  border-top: 4px solid transparent;
}

@media (max-width: 991px) {
  /* line 75, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header_area .navbar .nav > .nav-item > .nav-link {
    padding: 10px 0px;
    border-top: 0px;
  }
}

/* line 89, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item.active > .nav-link,
.header_area .navbar .nav > .nav-item:hover > .nav-link {
  border-top: 4px solid #fff;
}

@media (max-width: 991px) {
  /* line 89, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header_area .navbar .nav > .nav-item.active > .nav-link,
  .header_area .navbar .nav > .nav-item:hover > .nav-link {
    border-top: 0px;
  }
}

/* line 96, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item.submenu {
  position: relative;
}

/* line 98, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 98, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header_area .navbar .nav > .nav-item.submenu ul {
    background: transparent;
  }
}

@media (min-width: 992px) {
  /* line 98, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header_area .navbar .nav > .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 210px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 15px 0px;
    border-radius: 0px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
  }
}

/* line 123, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item.submenu ul:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}

/* line 137, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  margin-left: 0px;
  transition: all 0.4s linear;
}

@media (max-width: 991px) {
  /* line 137, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header_area .navbar .nav > .nav-item.submenu ul .nav-item {
    border-bottom: 0;
  }
}

/* line 146, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item.submenu ul .nav-item .nav-link {
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #0f2137 !important;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  position: relative;
}

/* line 157, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item.submenu ul .nav-item .nav-link:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 10px;
  width: 5px;
  height: 5px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 170, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

/* line 174, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item.submenu ul .nav-item:hover .nav-link {
  margin-left: 20px;
}

/* line 176, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area
  .navbar
  .nav
  > .nav-item.submenu
  ul
  .nav-item:hover
  .nav-link:before {
  opacity: 1;
  visibility: visible;
  background: #ff512f;
}

@media (min-width: 992px) {
  /* line 186, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header_area .navbar .nav > .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

/* line 192, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

/* line 198, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .navbar .nav > .nav-item:last-child {
  margin-right: 0px;
}

/* line 205, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

/* line 216, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area.navbar_fixed .main_menu .navbar {
  background: #fff;
}

/* line 220, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 20px;
  color: #0f2137;
}

/* line 227, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area.navbar_fixed .main_menu .primary-button {
  color: #0f2137;
}

/* line 229, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area.navbar_fixed .main_menu .primary-button:hover {
  color: #fff;
}

/* line 234, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area.navbar_fixed .main_menu .primary-button2:hover {
  color: #0f2137;
}

/* line 243, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .logo_white {
  display: block;
}

/* line 246, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area .logo_black {
  display: none;
}

/* line 250, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area.navbar_fixed .logo_white {
  display: none;
}

/* line 253, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area.navbar_fixed .logo_black {
  display: block;
}

/* line 259, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area.navbar_fixed .navbar .nav > .nav-item.active > .nav-link,
.header_area.navbar_fixed .navbar .nav > .nav-item:hover > .nav-link {
  border-top: 4px solid #0f2137 !important;
}

@media (max-width: 991px) {
  /* line 259, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header_area.navbar_fixed .navbar .nav > .nav-item.active > .nav-link,
  .header_area.navbar_fixed .navbar .nav > .nav-item:hover > .nav-link {
    border-top: 0px !important;
  }
}

/* line 267, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header_area.navbar_fixed .navbar .navbar-toggler {
  color: #0f2137;
}

@media (max-width: 1665px) {
  /* line 274, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .home2 .header_area {
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 1665px) {
  /* line 279, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .home2 .header_area .navbar {
    background: #fff;
  }
}

/* line 283, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.home2 .header_area .navbar .navbar-toggler {
  color: #0f2137;
}

@media (max-width: 1665px) {
  /* line 287, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .home2 .header_area .primary-button {
    color: #0f2137;
  }
  /* line 290, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .home2 .header_area .primary-button:hover {
    color: #fff;
  }
}

/* line 295, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.home2 .header_area .menu_nav {
  -ms-flex-pack: start;
  justify-content: start;
}

@media (max-width: 1665px) {
  /* line 295, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .home2 .header_area .menu_nav {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* line 304, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.home2 .header_area.navbar_fixed .main_menu .primary-button {
  color: #0f2137;
}

/* line 306, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.home2 .header_area.navbar_fixed .main_menu .primary-button:hover {
  color: #fff;
}

/* line 310, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.home2 .header_area.navbar_fixed .main_menu .navbar {
  background: #fff;
}

/* line 314, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.home2 .header_area .logo_black {
  display: block;
}

/* line 317, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.home2 .header_area .logo_white {
  display: none;
}

@media (min-width: 992px) {
  /* line 320, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .home2 .header_area .navbar-brand {
    position: absolute;
    left: 100px;
  }
}

/* line 326, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.home2 .header_area .nav-right {
  position: absolute;
  right: 100px;
}

/* line 332, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.home2 .header_area .navbar .nav > .nav-item > .nav-link {
  color: #13141b;
}

/* line 337, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.home2 .header_area .navbar .nav > .nav-item.active > .nav-link,
.home2 .header_area .navbar .nav > .nav-item:hover > .nav-link {
  border-top: 4px solid #0f2137;
}

@media (max-width: 991px) {
  /* line 337, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .home2 .header_area .navbar .nav > .nav-item.active > .nav-link,
  .home2 .header_area .navbar .nav > .nav-item:hover > .nav-link {
    border-top: 0px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 351, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .home3 .header_area .navbar .nav .nav-item {
    margin-right: 30px;
  }
}

/* line 355, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.home3 .header_area .navbar .nav .nav-item .nav-link {
  font-weight: 500;
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 355, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .home3 .header_area .navbar .nav .nav-item .nav-link {
    font-size: 13px;
  }
}

/* header style end
    ============================================================================================ */
/* line 367, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.plr100 {
  padding-left: 100px;
  padding-right: 100px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 367, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .plr100 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  /* line 367, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .plr100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 367, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .plr100 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* line 385, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom {
  padding: 10px 0;
}

/* line 388, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .logo-imgg .black-logo {
  display: none;
}

/* line 394, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .main-menu ul li {
  margin-top: 0;
}

/* line 396, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .main-menu ul li a {
  padding: 23px 0;
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

/* line 402, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .main-menu ul li .SubMenu {
  position: absolute;
  min-width: 230px;
  background: #fff;
  top: 150%;
  padding: 0;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  padding: 0px 0px;
  color: #0f2137 !important;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 402, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header-area.home-custom .main-menu ul li .SubMenu {
    min-width: 180px;
  }
}

/* line 417, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .main-menu ul li .SubMenu li {
  margin-top: 0;
  display: block;
  margin: 0 5px;
  position: relative;
  z-index: 9;
  padding: 0 0 0 25px;
  margin: 0px 0;
  text-align: left;
  padding: 0;
}

/* line 427, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .main-menu ul li .SubMenu li a {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  text-align: left;
  padding: 0;
  color: #000;
  padding: 7px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 449, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .main-menu ul li .SubMenu li a:hover {
  background: rgba(0, 0, 0, 0.03);
  padding-left: 40px;
}

/* line 454, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .main-menu ul li .SubMenu li ul {
  position: absolute;
  right: 0;
}

/* line 461, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .main-menu ul li .SubMenu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 230px;
  padding: 0px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 461, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header-area.home-custom .main-menu ul li .SubMenu li ul {
    min-width: 180px;
  }
}

/* line 479, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .main-menu ul li .SubMenu li:hover > ul {
  opacity: 1;
  visibility: visible;
}

/* line 483, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .main-menu ul li .SubMenu li:nth-child(1) {
  padding-top: 16px;
}

/* line 486, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .main-menu ul li .SubMenu li:last-child {
  padding-bottom: 17px;
}

/* line 492, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .main-menu ul li:hover .SubMenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/* line 501, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .slicknav_menu .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  right: -5px;
  top: -5px;
  padding-bottom: 3px;
  position: absolute;
  top: 0;
}

/* line 511, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .slicknav_menu .slicknav_nav {
  margin-top: 10px;
}

/* line 514, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
  height: 3px;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 25px;
  position: relative;
}

/* line 524, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .primary-button.transparent-button {
  background: transparent;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 528, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom .primary-button.transparent-button:hover {
  border: transparent;
}

/* line 534, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 9999;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

/* line 549, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom.sticky .main-menu ul li a {
  color: #000;
}

/* line 556, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom.sticky .logo-imgg .white-logo {
  display: none;
}

/* line 559, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom.sticky .logo-imgg .black-logo {
  display: block;
}

/* line 563, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom.sticky .primary-button.transparent-button {
  background: transparent;
  border: 1px solid #dddddd;
  color: #000;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 568, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom.sticky .primary-button.transparent-button:hover {
  border: 1px solid transparent;
  color: #fff;
}

/* line 576, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom.sticky .primary-button2:hover {
  color: #000;
}

/* line 580, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-custom.sticky .slicknav_menu .slicknav_icon-bar {
  background-color: #000;
  height: 3px;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 25px;
  position: relative;
}

/* line 595, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header {
  padding: 20px 0;
}

/* line 599, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .main-menu ul li {
  margin-top: 0;
}

/* line 604, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 9999;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
}

/* line 615, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header.sticky .primary-button.primary.primry-btn-custom {
  background: transparent;
  border: 1px solid #ddd;
  color: #000;
}

/* line 619, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header.sticky
  .primary-button.primary.primry-btn-custom:hover {
  border: 1px solid transparent;
  color: #fff;
}

/* line 626, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .primary-button.primary.primry-btn-custom {
  background: transparent;
  border: 1px solid #ddd;
}

/* line 629, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .primary-button.primary.primry-btn-custom:hover {
  border: 1px solid transparent;
}

/* line 634, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .SubMenu {
  position: absolute;
  min-width: 230px;
  background: #fff;
  top: 300%;
  padding: 0;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  padding: 0px 0px;
  color: #0f2137 !important;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 634, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header-area.common-header .SubMenu {
    min-width: 180px;
  }
}

/* line 649, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .SubMenu li {
  margin-top: 0;
  display: block;
  margin: 0 5px;
  position: relative;
  z-index: 9;
  padding: 0 0 0 25px;
  margin: 10px 0;
  text-align: left;
}

/* line 658, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .SubMenu li a {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  text-align: left;
  padding: 7px 30px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 679, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .SubMenu li a:hover {
  background: rgba(0, 0, 0, 0.03);
  padding-left: 40px;
}

/* line 684, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .SubMenu li ul {
  position: absolute;
  right: 0;
}

/* line 691, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .SubMenu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 230px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 691, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
  .header-area.common-header .SubMenu li ul {
    min-width: 180px;
  }
}

/* line 709, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .SubMenu li:hover > ul {
  opacity: 1;
  visibility: visible;
}

/* line 713, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .SubMenu li:nth-child(1) {
  padding-top: 16px;
}

/* line 716, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .SubMenu li:last-child {
  padding-bottom: 17px;
}

/* line 721, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .slicknav_menu .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  right: -5px;
  top: -5px;
  padding-bottom: 3px;
  position: absolute;
  top: 0;
}

/* line 731, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.common-header .slicknav_menu .slicknav_nav {
  margin-top: 10px;
}

/* line 738, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header.scss */
.header-area.home-6-header.sticky {
  padding: 0;
  z-index: 9999;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
[class*='hero-ani-'] {
  position: absolute;
}

/* line 5, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-1 {
  left: 4%;
  bottom: 12%;
}

/* line 10, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-2 {
  top: 36%;
  left: 18%;
}

/* line 15, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-3 {
  top: 3%;
  left: 2%;
}

/* line 20, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-4 {
  right: 13%;
  bottom: 50%;
}

/* line 25, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-5 {
  bottom: 19%;
  left: 25%;
}

/* line 30, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-6 {
  bottom: 20%;
  left: 47%;
}

/* line 35, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-7 {
  top: 13%;
  left: 51%;
}

/* line 40, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-8 {
  left: 68%;
  top: 60%;
}

/* line 45, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-9 {
  left: 66%;
  top: 26%;
}

/* line 50, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-10 {
  top: 10%;
  left: 28%;
}

/* line 55, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-11 {
  top: 0;
  left: 0;
}

/* line 60, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-12 {
  bottom: 0;
  right: 5%;
}

/* line 65, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-13 {
  top: 18%;
  left: 0;
}

@media (max-width: 1440px) {
  /* line 65, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-ani-13 {
    display: none;
  }
}

/* line 74, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-ani-14 {
  bottom: 10%;
  right: 29%;
}

@media (max-width: 1440px) {
  /* line 74, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-ani-14 {
    display: none;
  }
}

/* line 84, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.home-6 .hero-ani-10 {
  top: 20%;
  left: 35%;
}

/* Start Common Banner Area css
============================================================================================ */
/* line 95, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.banner_area {
  position: relative;
  min-height: 400px;
  z-index: 1;
  background: #f8fafd;
}

/* line 101, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  z-index: 1;
}

@media (max-width: 991px) {
  /* line 101, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .banner_area .banner_inner {
    margin-top: 70px;
  }
}

/* line 113, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.banner_area .banner_inner .banner_content h2 {
  font-size: 45px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-weight: bold;
  color: #0f2137;
}

/* line 122, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.banner_area .banner_inner .banner_content .page_link {
  margin-top: 8px;
}

/* line 125, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.banner_area .banner_inner .banner_content .page_link a {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  margin-right: 20px;
  position: relative;
  color: #465160;
}

/* line 132, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.banner_area .banner_inner .banner_content .page_link a:before {
  content: '/';
  font-size: 14px;
  position: absolute;
  right: -15px;
  top: 54%;
  transform: translateY(-50%);
}

/* line 141, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.banner_area .banner_inner .banner_content .page_link a:last-child {
  margin-right: 0px;
}

/* line 144, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.banner_area .banner_inner .banner_content .page_link a:last-child:before {
  display: none;
}

/* line 149, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.banner_area .banner_inner .banner_content .page_link a:hover {
  color: #ff512f;
}

/* End Common Banner Area css
============================================================================================ */
/* Start Banner 1 Area css
============================================================================================ */
/* line 164, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner1 {
  background: url(../img/banner/banner-bg1.png) left center no-repeat;
  background-size: cover;
  padding-top: 270px;
  padding-bottom: 550px;
}

@media (min-width: 1921px) {
  /* line 164, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner1 {
    background-position: top;
  }
}

@media (max-width: 991px) {
  /* line 164, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner1 {
    padding-bottom: 270px;
  }
}

/* line 178, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner1 [class*='hero-ani-'] {
  filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
}

/* line 182, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner1 .primary-button-home1 {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* line 186, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner1 .primary-button-home1:hover {
  background: #fff;
  color: #465064;
}

/* line 192, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner1 .banner-card {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

/* line 197, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner1 .banner-card p {
  color: #fff;
  font-size: 18px;
}

/* line 203, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner1 .banner-title {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 203, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner1 .banner-title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  /* line 203, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner1 .banner-title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  /* line 203, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner1 .banner-title {
    font-size: 30px;
  }
}

/* End Banner 1 Area css
============================================================================================ */
/* Start Banner 2 Area css
============================================================================================ */
@media (min-width: 1921px) {
  /* line 230, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2 {
    margin-top: 150px;
  }
}

@media (min-width: 767px) {
  /* line 235, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2 .container-fluid {
    padding-left: 10%;
  }
}

@media (min-width: 991px) {
  /* line 235, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2 .container-fluid {
    padding-left: 5%;
  }
}

@media (min-width: 1200px) {
  /* line 235, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2 .container-fluid {
    padding-left: 7%;
  }
}

@media (min-width: 1665px) {
  /* line 235, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2 .container-fluid {
    padding-left: 21%;
  }
}

@media (min-width: 1921px) {
  /* line 235, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2 .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1140px;
  }
}

/* line 259, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner2 .banner-card {
  max-width: 460px;
  padding-left: 38px;
  position: relative;
}

@media (max-width: 1199px) {
  /* line 259, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2 .banner-card {
    margin-top: 150px;
  }
}

/* line 268, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner2 .banner-card::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: rgba(70, 81, 96, 0.102);
}

/* line 279, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner2 .banner-card::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 50%;
}

/* line 290, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner2 .banner-card .primary-button-home2 {
  background: transparent;
  border: 1px solid #dddddd;
  padding: 9px 30px;
  color: #0f2137;
}

@media (max-width: 351px) {
  /* line 290, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2 .banner-card .primary-button-home2 {
    margin-left: 0px !important;
  }
}

/* line 300, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner2 .banner-card .primary-button-home2:hover {
  border: 1px solid transparent;
  color: #fff;
}

/* line 308, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner2 .banner-title {
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 308, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2 .banner-title {
    font-size: 30px;
  }
}

/* End Banner 2 Area css
============================================================================================ */
/* Start Banner 3 Area css
============================================================================================ */
/* line 324, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner3 {
  background: url(../img/banner/banner-bg3.png) center no-repeat;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 270px;
  position: relative;
}

/* line 331, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner3 .banner-card {
  background: rgba(0, 0, 0, 0.75);
  max-width: 560px;
  padding: 50px;
}

@media (max-width: 575px) {
  /* line 331, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner3 .banner-card {
    padding: 30px 20px;
  }
}

/* line 340, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner3 .banner-card p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}

/* line 345, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner3 .banner-card .primary-button {
  margin-top: 45px;
}

/* line 350, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner3 .banner-title {
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  padding-top: 30px;
}

@media (max-width: 575px) {
  /* line 350, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner3 .banner-title {
    font-size: 30px;
  }
}

/* line 360, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner3 .banner-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

/* End Banner 3 Area css
============================================================================================ */
/* Start Banner 4 Area css
============================================================================================ */
/* line 378, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner4 {
  background: url(../img/banner/banner-bg4.png) center no-repeat;
  background-size: cover;
  padding-top: 290px;
  padding-bottom: 320px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 378, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner4 {
    padding-top: 130px;
  }
}

/* line 389, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner4 .banner-card p {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

/* line 394, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner4 .banner-card .double-icon-appstore {
  margin-top: 55px;
}

@media (max-width: 767px) {
  /* line 394, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner4 .banner-card .double-icon-appstore {
    display: inherit !important;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  /* line 400, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner4 .banner-card .double-icon-appstore .download-button {
    margin: 10px auto;
  }
}

@media (max-width: 767px) {
  /* line 407, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner4 .banner-card h1 {
    font-size: 30px;
    margin-bottom: 14px;
  }
}

/* line 415, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner4 .img-1 {
  position: absolute;
  right: 11%;
  top: 21%;
  width: 32%;
}

/* line 421, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner4 .img-2 {
  position: absolute;
  right: 0px;
  top: 20%;
  width: 19%;
}

/* End Banner 4 Area css
============================================================================================ */
/* line 431, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.banner-5 {
  background-image: url(../img/Home-5-all/home-5-bg/slider-bg.png);
  background-size: cover;
  background-position: top;
}

/* line 435, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.banner-5 .slider-content {
  padding-top: 203px;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 435, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .banner-5 .slider-content {
    padding-top: 120px;
  }
}

/* line 441, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.banner-5 .slider-content a {
  color: #fff;
  letter-spacing: 0.26px;
  padding: 11px 43px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-top: 59px;
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  /* line 441, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .banner-5 .slider-content a {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 458, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .banner-5 .slider-content .slider-img img {
    width: 100%;
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 458, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .banner-5 .slider-content .slider-img img {
    width: 100%;
  }
}

/* line 467, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.banner-5 .slider-content h2 {
  color: #363e51;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.33;
}

@media (max-width: 767px) {
  /* line 467, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .banner-5 .slider-content h2 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 467, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .banner-5 .slider-content h2 {
    font-size: 40px;
  }
}

/* line 485, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner2.home-6 .banner-card {
  max-width: 500px;
  padding-left: 0;
  padding-top: 90px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 485, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2.home-6 .banner-card {
    padding-top: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 485, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2.home-6 .banner-card {
    padding-top: 60px;
    margin-top: 0;
  }
}

/* line 496, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner2.home-6 .banner-card span {
  background: #edfbf1;
  padding: 12px 24px;
  font-size: 13px;
  color: #828bb2;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.26px;
}

/* line 505, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner2.home-6 .banner-card h1.banner-title {
  margin-top: 39px;
  color: #363e51;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  /* line 505, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2.home-6 .banner-card h1.banner-title {
    font-size: 34px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 505, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2.home-6 .banner-card h1.banner-title {
    font-size: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 505, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2.home-6 .banner-card h1.banner-title {
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

/* line 525, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner2.home-6 .banner-card p {
  font-size: 18px;
  color: #828ca3;
  line-height: 1.8;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 525, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2.home-6 .banner-card p {
    font-size: 14px;
  }
}

/* line 535, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner2.home-6 .banner-card .primary-button {
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  margin-top: 20px;
}

/* line 543, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner2.home-6 .banner-card::before {
  display: none;
}

/* line 546, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.hero-banner2.home-6 .banner-card::after {
  display: none;
}

@media (max-width: 767px) {
  /* line 485, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
  .hero-banner2.home-6 .banner-card {
    margin-top: 40px;
  }
}

/* line 558, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.about-v2 .banner_area::before,
.about-v3 .banner_area::before,
.about-v4 .banner_area::before {
  position: absolute;
  content: '';
  background: #2165b1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
}

/* line 570, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.about-v2 {
  font-family: 'Rubik', sans-serif;
}

/* line 572, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.about-v2 p {
  font-family: 'Roboto', sans-serif;
}

/* line 578, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.about-v2 .banner_area .banner_inner .banner_content h2 {
  font-family: 'Rubik', sans-serif;
}

/* line 581, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_banner.scss */
.about-v2 .banner_area .banner_inner .banner_content a {
  font-family: 'Rubik', sans-serif;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.section-intro-img {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

/* line 5, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.section-intro-img::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #f4f5fa;
  margin-top: 20px;
}

/* line 16, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.section-intro-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 5px;
}

/* line 26, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.section-intro-white .section-intro-title {
  background: 0;
  background-image: 0;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

/* line 32, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.section-intro-white h2 {
  color: #fff;
}

/* line 38, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home3 .section-intro {
  margin-bottom: 90px;
}

@media (max-width: 1200px) {
  /* line 38, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home3 .section-intro {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  /* line 38, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home3 .section-intro {
    margin-bottom: 40px;
  }
}

/* line 46, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home3 .section-intro .section-intro-title {
  line-height: 14px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 46, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home3 .section-intro .section-intro-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 53, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home3 .section-intro h2 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  /* line 53, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home3 .section-intro h2 {
    font-size: 30px;
  }
}

/* line 66, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home4 .section-intro2 {
  margin-bottom: 75px;
}

/* line 68, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home4 .section-intro2 .section-intro-title2 {
  margin-bottom: 37px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 14px;
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 767px) {
  /* line 68, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home4 .section-intro2 .section-intro-title2 {
    margin-bottom: 20px;
  }
}

/* line 80, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home4 .section-intro2 .section-intro-title2.home-5 {
  font-size: 13px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

/* line 87, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home4 .section-intro2 h2 {
  color: #0f2137;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 767px) {
  /* line 87, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home4 .section-intro2 h2 {
    font-size: 25px;
  }
}

/* line 97, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home4 .section-intro2 p {
  margin-bottom: 0px;
  color: #465160;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
}

/* line 113, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home5 .section-intro-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 21px;
  line-height: 13px;
}

/* line 121, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home5 .section-intro {
  margin-bottom: 94px;
}

@media (max-width: 767px) {
  /* line 121, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home5 .section-intro {
    margin-bottom: 50px;
  }
}

/* line 126, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home5 .section-intro h2 {
  font-weight: 700;
  font-size: 42px;
  color: #363e51;
}

/* line 130, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home5 .section-intro h2.small-heading {
  font-size: 36px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  /* line 130, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home5 .section-intro h2.small-heading {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 130, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home5 .section-intro h2.small-heading {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  /* line 126, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home5 .section-intro h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  /* line 143, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home5 .section-intro h2 br {
    display: none;
  }
}

/* line 149, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home5 .section-intro p.text-info-1 {
  font-size: 16px;
  color: #949eb2;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.88;
  margin-top: 38px;
  margin-bottom: 25px;
}

/* line 158, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home5 .section-intro p.text-info-2 {
  font-size: 16px;
  color: #363e51;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.88;
  margin-bottom: 42px;
}

/* line 171, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home-6 .section-intro2 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 171, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home-6 .section-intro2 {
    margin-bottom: 50px;
  }
}

/* line 176, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home-6 .section-intro2 .section-intro-title2 {
  margin-bottom: 31px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 13px;
  font-size: 13px;
  font-weight: normal;
}

@media (max-width: 767px) {
  /* line 176, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home-6 .section-intro2 .section-intro-title2 {
    margin-bottom: 20px;
  }
}

/* line 188, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home-6 .section-intro2 .section-intro-title2.home-5 {
  font-size: 13px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

/* line 195, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home-6 .section-intro2 h2 {
  color: #0f2137;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  color: #363e51;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 767px) {
  /* line 195, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .home-6 .section-intro2 h2 {
    font-size: 25px;
  }
}

/* line 206, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.home-6 .section-intro2 p {
  margin-bottom: 0px;
  color: #465160;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
}

/* line 218, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.about-v2 .section-intro {
  margin-bottom: 75px;
}

/* line 219, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.about-v2 .section-intro h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 218, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .about-v2 .section-intro {
    margin-bottom: 50px;
  }
}

/* line 230, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.about-v3 .section-intro,
.about-v4 .section-intro {
  margin-bottom: 78px;
}

/* line 231, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.about-v3 .section-intro .section-intro-title,
.about-v4 .section-intro .section-intro-title {
  letter-spacing: 1.4px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
}

/* line 237, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
.about-v3 .section-intro h2,
.about-v4 .section-intro h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 230, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_section-intro.scss */
  .about-v3 .section-intro,
  .about-v4 .section-intro {
    margin-bottom: 50px;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.primary-button {
  position: relative;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  background-size: 200%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 15, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.primary-button:hover {
  opacity: 0.9;
  color: #fff;
  background-position: 100% 0;
  box-shadow: 0px 10px 20px rgba(226, 43, 107, 0.3);
}

/* line 23, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.primary-button2 {
  position: relative;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #465064;
  border-radius: 5px;
  padding: 8px 27px;
  background: #fff;
  border: 1px solid #d7dbe3;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 38, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.primary-button2:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* line 44, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.primary-button3 {
  position: relative;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  padding: 10px 30px;
  background-size: 200%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 58, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.primary-button3:hover {
  opacity: 0.9;
  color: #fff;
  background-position: 100% 0;
}

/* line 65, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.download-button {
  background: transparent;
  padding: 13px 23px;
  max-width: 225px;
  margin-right: 20px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 74, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.download-button i {
  font-size: 40px;
  padding-right: 15px;
  color: #ffffff;
  margin-top: -6px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 81, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.download-button p {
  font-size: 12px !important;
  line-height: 18px;
  text-align: left;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 87, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.download-button p span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

/* line 96, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.download-button:hover {
  cursor: pointer;
  background: #fff;
  color: #0f2137;
  border: 1px solid transparent;
}

/* line 104, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.download-button:hover p {
  color: #0f2137 !important;
}

/* line 110, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.blog-button {
  position: relative;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #0f2137;
  border-radius: 0px;
  padding: 2px 36px;
  background: #fff;
  border: 1px solid #d7dbe3;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 125, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.button-subscribe {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ff512f;
  border-radius: 5px;
  padding: 10px 30px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (max-width: 767px) {
  /* line 125, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
  .button-subscribe {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

/* line 141, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.button-subscribe:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/* line 148, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.button-subscribe1 {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ff512f;
  border-radius: 5px;
  padding: 10px 30px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 160, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.button-subscribe1:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/* line 167, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.button-subscribe6 {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #4dbee2;
  border-radius: 5px;
  padding: 10px 30px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 179, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.button-subscribe6:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/* line 186, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
button {
  cursor: pointer;
}

/* line 191, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
a.more-info {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding: 11px 25px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
}

/* line 201, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.login-res-btn {
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 12px 91px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 43px;
  margin-bottom: 38px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  /* line 201, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
  .login-res-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* line 219, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_btn.scss */
.login-res-btn:hover {
  box-shadow: 0px 10px 20px 0 rgba(226, 43, 107, 0.4);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-area2 {
  padding-bottom: 82px;
}

@media (min-width: 600px) {
  /* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area2 {
    padding-bottom: 102px;
  }
}

@media (min-width: 1200px) {
  /* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area2 {
    padding-bottom: 182px;
  }
}

/* line 13, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
[class*='about-ani-'] {
  position: absolute;
}

/* line 17, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-ani-1 {
  top: -40%;
  right: 8%;
}

/* line 22, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-ani-2 {
  top: -14%;
  right: 4%;
}

/* line 27, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-ani-3 {
  top: -14%;
  right: 29%;
}

/* line 32, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-ani-4 {
  top: -4%;
  right: 18%;
}

/* line 37, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-ani-5 {
  top: 23%;
  right: 47%;
}

/* line 42, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-ani-6 {
  right: 0;
  top: 45%;
}

/* line 47, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-ani-7 {
  right: 11%;
  top: 47%;
}

/* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-ani-8 {
  right: 19.5%;
  top: 64%;
}

/* line 57, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-ani-9 {
  left: 49%;
  top: 75%;
}

/* line 62, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-ani-10 {
  left: 59%;
  top: 111%;
}

/* line 67, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-ani-11 {
  bottom: -15%;
  left: 47%;
}

/* line 72, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-ani-12 {
  bottom: -5%;
  left: 77%;
}

/* line 77, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-ani-13 {
  right: 7%;
  bottom: -4%;
}

/* line 84, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home3 .about-content h2 {
  font-weight: 700;
}

/* line 90, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-content {
  max-width: 520px;
}

/* line 92, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-content h2 {
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 92, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-content h2 {
    font-size: 28px;
  }
}

/* line 100, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-content p {
  margin-bottom: 25px;
  max-width: 450px;
}

/* line 106, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-imgs {
  text-align: right;
  position: relative;
}

/* line 109, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-imgs .about-img2 {
  position: absolute;
  bottom: -95px;
  right: 65px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 109, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-imgs .about-img2 {
    right: 15px;
  }
}

/* line 119, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-shape-bg {
  position: relative;
}

/* line 121, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-shape-bg::after {
  content: '';
  display: block;
  position: absolute;
  width: 650px;
  height: 850px;
  background: url(../img/home/about-bg-shape.png) left center no-repeat;
  background-size: cover;
  top: -280px;
  right: 0;
  z-index: -1;
}

/* line 135, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-bg {
  background: url(../img/home/team-bg.png) left center no-repeat;
  background-size: 100% 100%;
}

/* line 140, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.card-team {
  border: 1px solid #d7dbe3;
}

/* line 144, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-footer {
  padding: 30px 30px 30px 40px;
}

/* line 146, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-footer h3 {
  margin: 0;
}

/* line 149, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-footer p {
  margin-bottom: 0;
}

/* line 152, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-footer a {
  display: inline-block;
}

/* line 157, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-6 .hero-ani-1 {
  left: 5%;
  bottom: -22%;
}

/* line 161, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-6 .hero-ani-2 {
  top: 87%;
  left: 45%;
}

/* line 165, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-6 .hero-ani-5 {
  bottom: -8%;
  left: 60%;
}

/* line 171, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-img {
  position: relative;
  overflow: hidden;
}

/* line 174, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-img img {
  border-radius: 0 0px 86px 0px;
}

/* line 177, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-img::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(19, 20, 27, 0.6);
  border-radius: 0 0px 86px 0px;
  transform: translateY(-250px) scale(1.05);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 195, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-social-wrap {
  position: absolute;
  bottom: 7px;
  right: 40px;
  z-index: 2;
}

/* line 200, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-social-wrap .team-trigger {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 17px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 214, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-social-wrap .team-trigger i,
.team-social-wrap .team-trigger span {
  font-size: 15px;
  color: #fff;
  line-height: 60px;
}

/* line 220, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-social-wrap .team-trigger .team-social {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(50px);
  min-height: 200px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  visibility: hidden;
}

/* line 230, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-social-wrap .team-trigger .team-social li {
  display: block;
  margin-bottom: 10px;
}

/* line 233, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-social-wrap .team-trigger .team-social li:last-child {
  margin-bottom: 20px;
}

/* line 236, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-social-wrap .team-trigger .team-social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(215, 219, 227, 0.35);
}

/* line 243, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-social-wrap .team-trigger .team-social li a i,
.team-social-wrap .team-trigger .team-social li a span {
  line-height: 40px;
  font-size: 13px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 249, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-social-wrap .team-trigger .team-social li a:hover {
  color: #0f2137;
  background: #fff;
  border-color: #fff;
}

/* line 253, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-social-wrap .team-trigger .team-social li a:hover i {
  color: #0f2137;
}

/* line 261, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-social-wrap .team-trigger:hover .team-social {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* line 272, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.card-team:hover .team-img::after {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0) scale(1);
}

/* line 280, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscribe-bg {
  background: url(../img/home/subscribe-bg.png) left center no-repeat;
  background-size: cover;
  padding: 95px 0;
}

/* line 286, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscribe-mw {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
}

/* line 290, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscribe-mw p {
  color: #fff;
}

/* line 295, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.form-subscribe {
  margin: 40px 0 30px 0;
}

/* line 297, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.form-subscribe .form-control {
  border: 1px solid rgba(215, 219, 227, 0.35);
  background: transparent;
  font-size: 13px;
  height: 48px;
  color: #fff;
  padding-left: 30px;
  border-radius: 5px !important;
}

@media (max-width: 767px) {
  /* line 297, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .form-subscribe .form-control {
    width: 100%;
  }
}

/* line 308, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.form-subscribe .form-control::placeholder {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

/* line 312, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.form-subscribe .form-control:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  /* line 320, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .input-group-append {
    display: block;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  /* line 328, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .input-group-append .button-subscribe {
    width: 100% !important;
  }
}

/* line 335, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.card-blog {
  background: #fff;
  overflow: hidden;
}

/* line 340, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-footer {
  padding: 35px 30px 30px 40px;
}

/* line 342, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-footer h3 {
  margin-bottom: 20px;
}

/* line 345, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-footer p {
  margin-bottom: 0;
}

/* line 348, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-footer a {
  display: inline-block;
}

/* line 353, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-info {
  margin-top: 15px;
}

/* line 355, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-info li {
  float: left;
}

/* line 357, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-info li::after {
  content: '|';
  padding-right: 8px;
  padding-left: 8px;
}

/* line 362, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-info li:last-child::after {
  display: none;
  padding-right: 0;
}

/* line 366, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-info li a {
  font-size: 13px;
  color: #a7b2c8;
  font-weight: 400;
}

/* line 370, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-info li a:hover {
  color: #0f2137;
}

/* line 375, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-info::after {
  content: '';
  display: block;
  clear: both;
  display: table;
}

/* line 383, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-img {
  position: relative;
}

/* line 385, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-img img {
  border-radius: 0 0px 86px 0px;
}

/* line 388, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-img .blog-link {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 5;
  transform: translateX(70px);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 404, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-img .blog-link i,
.blog-img .blog-link span {
  font-size: 15px;
  color: #fff;
  line-height: 60px;
}

/* line 414, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-img::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(19, 20, 27, 0.6);
  border-radius: 0 0px 86px 0px;
  transform: translateY(-50px) scale(1.05);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 432, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.card-blog:hover .blog-img::after {
  opacity: 1;
  z-index: 1;
  transform: translateY(0) scale(1);
}

/* line 437, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.card-blog:hover .blog-link {
  transform: translateX(0);
  opacity: 1;
  z-index: 5;
}

/* line 444, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.blog-bg {
  background: url(../img/home/blog-bg.png) left center no-repeat;
  background-size: cover;
}

/* Start Blog Area css
============================================================================================ */
/* line 452, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-blog-area {
  padding-bottom: 50px;
}

@media (min-width: 600px) {
  /* line 452, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .home-blog-area {
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  /* line 452, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .home-blog-area {
    padding-bottom: 120px;
  }
}

/* line 462, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-blog {
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 467, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-blog .blog-thumb {
  position: relative;
  overflow: hidden;
}

/* line 471, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-blog .blog-details {
  padding: 40px 35px;
}

/* line 473, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-blog .blog-details p {
  margin-bottom: 0;
}

/* line 476, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-blog .blog-details .blog-meta {
  margin-top: 40px;
}

/* line 478, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-blog .blog-details .blog-meta a {
  font-size: 13px;
  color: #949eb2;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #949eb2;
  display: inline-block;
  line-height: 12px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 487, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-blog .blog-details .blog-meta a:first-child {
  padding-left: 0px;
}

/* line 490, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-blog .blog-details .blog-meta a:last-child {
  padding-right: 0px;
  border-right: 0px;
}

/* line 494, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-blog .blog-details .blog-meta a:hover {
  color: #465160;
}

/* line 499, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-blog .blog-details h5 {
  margin-bottom: 15px;
}

/* line 501, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-blog .blog-details h5 a {
  color: #0f2137;
  font-size: 21px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 505, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-blog .blog-details h5 a:hover {
  color: #ff512f;
}

/* End Blog Area css
============================================================================================ */
/* Start Newsletter Area css
============================================================================================ */
/* line 520, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.newsletter_area {
  color: #ffffff;
}

/* line 524, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscription_box {
  background: url(../img/subscribe-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 74px 0px;
  position: relative;
  z-index: 1;
}

/* line 530, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscription_box:before {
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: 0 60px 80px -40px rgba(0, 0, 0, 0.5);
  top: 17%;
  bottom: 0px;
  left: 5%;
  right: 5%;
}

@media (max-width: 767px) {
  /* line 524, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .subscription_box {
    padding: 50px 20px;
  }
}

/* line 543, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscription_box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 45px;
}

/* line 548, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscription_box p {
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 0;
}

/* line 554, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscription_box .subscription input {
  min-width: 74%;
  max-width: 74%;
  line-height: 60px;
  padding: 0 20px;
  border: 0px;
  background: transparent;
  font-size: 14px;
  font-weight: 300;
  border-radius: 5px;
  color: #ffffff;
}

/* line 565, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscription_box .subscription input:focus {
  outline: none;
}

@media (max-width: 767px) {
  /* line 554, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .subscription_box .subscription input {
    min-width: 56%;
    max-width: 56%;
  }
}

@media (max-width: 320px) {
  /* line 554, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .subscription_box .subscription input {
    padding: 0 10px;
  }
}

/* line 106, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_mixins.scss */
.subscription_box .subscription input.placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 300;
}

/* line 109, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_mixins.scss */
.subscription_box .subscription input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 300;
}

/* line 112, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_mixins.scss */
.subscription_box .subscription input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 300;
}

/* line 115, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_mixins.scss */
.subscription_box .subscription input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 300;
}

/* line 582, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscription_box .subcribe-form {
  max-width: 60%;
  margin: 0px auto 0px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 582, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .subscription_box .subcribe-form {
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  /* line 582, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .subscription_box .subcribe-form {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  /* line 582, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .subscription_box .subcribe-form {
    max-width: 100%;
  }
}

/* line 597, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscription_box .primary-button2 {
  border-radius: 50px;
  min-width: 24%;
}

@media (max-width: 767px) {
  /* line 597, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .subscription_box .primary-button2 {
    padding: 11px 35px;
  }
}

@media (max-width: 480px) {
  /* line 597, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .subscription_box .primary-button2 {
    padding: 11px 20px;
  }
}

@media (max-width: 320px) {
  /* line 597, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .subscription_box .primary-button2 {
    padding: 11px 13px;
  }
}

/* line 609, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscription_box .primary-button2:hover {
  background: transparent;
}

/* line 615, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscription .info {
  color: #fff;
  width: 100%;
  font-size: 12px;
  background: transparent;
  position: absolute;
  left: 0;
}

/* line 624, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscription .info.valid {
  color: green;
}

/* line 628, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.subscription .info.error {
  color: red;
}

/* End Newsletter Area css
============================================================================================ */
/* End Newsletter Area css
============================================================================================ */
/* line 637, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-area3.section-margin {
  position: relative;
}

/* line 641, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-area3 .about-bottom {
  position: relative;
  margin-top: -150px;
}

@media (max-width: 767px) {
  /* line 641, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area3 .about-bottom {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 641, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area3 .about-bottom {
    margin-top: 30px;
  }
}

/* line 654, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-about h5 {
  color: #0f2137;
  font-size: 21px;
}

/* line 658, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-about p {
  color: #465160;
  margin-bottom: 0px;
}

/* line 662, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.single-about h5.sequre {
  margin-top: 25px;
  margin-bottom: 29px;
}

/* End Newsletter Area css
============================================================================================ */
/* Start Activity Area css
============================================================================================ */
@media (max-width: 767px) {
  /* line 673, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .container-fluid.p-0 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

/* line 679, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.container-fluid.p-0.home-5 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

@media (max-width: 767px) {
  /* line 679, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .container-fluid.p-0.home-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 679, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .container-fluid.p-0.home-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

/* line 692, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.activity-area {
  border-top: 1px solid #dee1e4;
  border-bottom: 1px solid #dee1e4;
}

@media (max-width: 767px) {
  /* line 692, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .activity-area {
    border-top: 1px solid transparent;
  }
}

/* line 699, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.activity-box {
  padding: 50px;
  border-right: 1px solid #dee1e4;
  position: relative;
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 704, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.activity-box::before {
  position: absolute;
  content: '';
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #00a2ff;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 715, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.activity-box:hover::before {
  opacity: 1;
}

/* line 718, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.activity-box:first-child {
  border-left: 1px solid #dee1e4;
}

/* line 723, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.activity-box h3 {
  margin-top: 30px;
  margin-bottom: 8px;
  color: #0f2137;
  font-size: 42px;
  font-weight: 700;
}

@media (max-width: 767px) {
  /* line 723, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .activity-box h3 {
    font-size: 30px;
  }
}

/* line 733, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.activity-box p {
  color: #465160;
  margin-bottom: 0px;
  line-height: 19px;
}

@media (max-width: 767px) {
  /* line 699, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .activity-box {
    border-left: 1px solid #dee1e4;
    border-top: 1px solid #dee1e4;
  }
}

/* line 746, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.activity-box.home-5 img {
  filter: brightness(0);
  -o-filter: brightness(0);
  -ms-filter: brightness(0);
  -moz-filter: brightness(0);
  -webkit-filter: brightness(0);
  opacity: 0.2;
}

/* line 751, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.activity-box.home-5:hover img {
  opacity: 1;
  filter: brightness(1);
  -o-filter: brightness(1);
  -ms-filter: brightness(1);
  -moz-filter: brightness(1);
  -webkit-filter: brightness(1);
}

/* line 763, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v2 .activity-box h3 {
  font-family: 'Rubik', sans-serif;
}

/* End Activity Area css
============================================================================================ */
/* line 771, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.first-wrap-1 {
  background-image: url(../img/pattern-body/pattern-1.png);
  background-repeat: no-repeat;
  background-position: right;
}

@media (max-width: 767px) {
  /* line 771, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .first-wrap-1 {
    background: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 771, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .first-wrap-1 {
    background: none;
  }
}

/* line 782, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.second-wrap-2,
.third-wrap-3 {
  position: relative;
  z-index: 8;
}

/* line 787, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.position-img {
  position: absolute;
  top: -602px;
  left: 0;
}

@media (max-width: 767px) {
  /* line 787, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .position-img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 787, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .position-img {
    display: none;
  }
}

/* line 798, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.position-img-3 {
  position: absolute;
  right: 0;
  top: 65px;
  z-index: -9;
}

@media (max-width: 767px) {
  /* line 798, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .position-img-3 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 798, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .position-img-3 {
    display: none;
  }
}

/* line 810, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.remote-area {
  padding-top: 123px;
  padding-bottom: 130px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 810, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .remote-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 810, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .remote-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 823, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.remote-area.remote-1::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  background-image: url(../img/Home-5-all/pattern-3.png);
  content: '';
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  /* line 823, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .remote-area.remote-1::before {
    width: 320px;
    height: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 823, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .remote-area.remote-1::before {
    height: 120%;
  }
}

/* line 841, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.remote-area.remote-2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  background-image: url(../img/Home-5-all/pattern-4.png);
  content: '';
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  /* line 841, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .remote-area.remote-2::before {
    width: 320px;
    height: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 841, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .remote-area.remote-2::before {
    height: 120%;
  }
}

/* line 859, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.remote-area .features-bg-1 {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 865, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.remote-area .remote-content h1 {
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.25;
  margin-top: 30px;
  margin-bottom: 39px;
  font-weight: 700;
  color: #363e51;
}

@media (max-width: 767px) {
  /* line 865, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .remote-area .remote-content h1 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  /* line 876, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .remote-area .remote-content h1 br {
    display: none;
  }
}

/* line 882, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.remote-area .remote-content p {
  font-size: 16px;
  font-weight: 300;
  font-family: Poppins;
  color: #949eb2;
  padding-right: 41px;
  line-height: 1.88;
}

/* line 890, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.remote-area .remote-content .learn-more {
  font-size: 13px;
  color: #363e51;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Poppins;
  display: flex;
  align-items: center;
  margin-top: 46px;
  position: relative;
  z-index: 9;
  display: inline-block;
}

/* line 902, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.remote-area .remote-content .learn-more::before {
  position: absolute;
  content: '';
  background: #fbe6eb;
  width: 100%;
  height: 2px;
  bottom: -5px;
}

/* line 910, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.remote-area .remote-content .learn-more i {
  padding-left: 19px;
  font-size: 13px;
}

/* line 918, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.get-know-us {
  padding-top: 222px;
  padding-bottom: 92px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 918, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 918, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 918, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us {
    padding-top: 100px;
  }
}

/* line 934, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.get-know-us .get-know-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  /* line 934, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us .get-know-img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 934, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us .get-know-img {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 934, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us .get-know-img {
    top: 20%;
    width: 50%;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1780px) {
  /* line 934, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us .get-know-img {
    top: 10%;
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 934, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us .get-know-img {
    position: absolute;
    top: 10%;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  /* line 959, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us .get-know-img img {
    width: 59%;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 963, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us .get-know-img img {
    width: 100%;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1780px) {
  /* line 963, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us .get-know-img img {
    width: 100%;
  }
}

/* line 980, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-6 .get-know-us .get-know-content p.section-intro-title {
  letter-spacing: 1.3px;
}

/* line 984, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-6 .get-know-us .get-know-content h2.small-heading {
  font-size: 36px;
  font-weight: 700;
  color: #363e51;
  line-height: 1.25;
  margin-top: 21px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 984, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .home-6 .get-know-us .get-know-content h2.small-heading {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  /* line 994, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .home-6 .get-know-us .get-know-content h2.small-heading br {
    display: none;
  }
}

/* line 1000, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-6 .get-know-us .get-know-content .long-para {
  font-size: 16px;
  color: #828ca3;
  line-height: 1.88;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  /* line 1006, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .home-6 .get-know-us .get-know-content .long-para br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1006, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .home-6 .get-know-us .get-know-content .long-para br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1006, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .home-6 .get-know-us .get-know-content .long-para br {
    display: none;
  }
}

/* line 1025, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-6 .get-know-us.first-one {
  padding-top: 200px;
  padding-bottom: 228px;
  position: relative;
  z-index: 9;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1025, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .home-6 .get-know-us.first-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  /* line 1025, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .home-6 .get-know-us.first-one {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 1025, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .home-6 .get-know-us.first-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 1043, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-6 .get-know-us.first-one .section-intro .small-heading {
  font-size: 28px;
}

@media (max-width: 767px) {
  /* line 1045, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .home-6 .get-know-us.first-one .section-intro .small-heading br {
    display: none;
  }
}

/* line 1052, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-6 .get-know-us.first-one .get-us-1 {
  position: absolute;
  top: 6%;
  left: 34%;
}

/* line 1057, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-6 .get-know-us.first-one .get-us-2 {
  position: absolute;
  right: 23%;
  top: 10%;
}

/* line 1062, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-6 .get-know-us.first-one .get-us-3 {
  position: absolute;
  left: 20%;
  bottom: 1%;
}

/* line 1067, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-6 .get-know-us.first-one .get-us-4 {
  position: absolute;
  bottom: 12%;
  right: 31%;
}

/* line 1072, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.home-6 .get-know-us.first-one .get-us-5 {
  position: absolute;
  left: 49%;
  bottom: -23%;
}

/* line 1079, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.get-know-us.home-6 {
  position: relative;
  z-index: 9;
  padding-top: 190px;
  padding-bottom: 223px;
}

@media (max-width: 767px) {
  /* line 1079, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us.home-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1079, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us.home-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1079, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us.home-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 1096, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.get-know-us.home-6 .background-img-home6 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  /* line 1096, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us.home-6 .background-img-home6 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1096, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us.home-6 .background-img-home6 {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1096, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us.home-6 .background-img-home6 {
    top: 22%;
    bottom: 0;
    left: 48%;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 1096, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us.home-6 .background-img-home6 {
    bottom: 0;
    left: 48%;
    top: 18%;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1780px) {
  /* line 1096, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us.home-6 .background-img-home6 {
    bottom: 0;
    left: 48%;
    top: 10%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1122, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us.home-6 .background-img-home6 img {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 1122, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us.home-6 .background-img-home6 img {
    width: 100%;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1780px) {
  /* line 1122, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .get-know-us.home-6 .background-img-home6 img {
    width: 100%;
  }
}

/* line 1139, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v2 h1,
.about-v2 h2,
.about-v2 h3,
.about-v2 h4,
.about-v2 h5,
.about-v2 h6 {
  font-family: 'Rubik', sans-serif;
}

/* line 1145, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v2.home1.home2 .about-shape-bg::after {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1148, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v2.home1.home2 .section-margin {
    margin: 0;
  }
}

/* line 1157, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v2.home1.home2 .about .about-content {
  padding-top: 98px;
  padding-left: 63px;
}

@media (max-width: 767px) {
  /* line 1157, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v2.home1.home2 .about .about-content {
    padding-left: 0;
    padding-top: 0;
  }
}

/* line 1164, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v2.home1.home2 .about .about-content h2 {
  color: #0f2137;
  font-family: 'Rubik', sans-serif;
}

/* line 1177, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .about-v4-area {
  padding-top: 140px;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  /* line 1177, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1177, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 1188, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .about-v4-area .about-main-content {
  padding-bottom: 145px;
}

@media (max-width: 767px) {
  /* line 1188, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-main-content {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1188, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-main-content {
    padding-bottom: 100px;
  }
}

/* line 1196, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .about-v4-area .about-main-content h2 {
  font-size: 42px;
  font-weight: 500;
  color: #0f2137;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  /* line 1196, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-main-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1196, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-main-content h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

/* line 1210, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .about-v4-area .about-main-content p {
  font-size: 15px;
  font-size: 15px;
  font-weight: 300;
  color: #465160;
  line-height: 1.87;
  margin-bottom: 0;
}

/* line 1219, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .about-v4-area .about-info {
  padding-bottom: 170px;
}

@media (max-width: 767px) {
  /* line 1219, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1219, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  /* line 1228, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info .about-info-img img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1228, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info .about-info-img img {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1228, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info .about-info-img img {
    width: 100%;
  }
}

/* line 1240, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .about-v4-area .about-info .about-info-text {
  position: absolute;
  left: -179px;
  background: #fff;
  padding-top: 146px;
  padding-left: 190px;
  margin-top: 169px;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 1240, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info .about-info-text {
    position: inherit;
    left: 0;
    background: #fff;
    padding-top: 20px;
    padding-left: 0;
    margin-top: 0;
    z-index: 9;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1240, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info .about-info-text {
    position: inherit;
    left: 0;
    background: #fff;
    padding-top: 20px;
    padding-left: 0;
    margin-top: 0;
    z-index: 9;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1240, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info .about-info-text {
    padding-left: 100px;
    padding-top: 100px;
  }
}

/* line 1270, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .about-v4-area .about-info .about-info-text h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.24;
  color: #0f2137;
  margin-bottom: 39px;
}

@media (max-width: 767px) {
  /* line 1276, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info .about-info-text h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 1270, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info .about-info-text h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1270, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info .about-info-text h2 {
    font-size: 35px;
    line-height: 1.24;
    color: #0f2137;
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1270, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info .about-info-text h2 {
    font-size: 32px;
  }
}

/* line 1295, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .about-v4-area .about-info .about-info-text p {
  padding-right: 40px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 1295, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info .about-info-text p {
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1295, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-v4 .about-v4-area .about-info .about-info-text p {
    padding-right: 0;
  }
}

/* line 1311, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-area-v4-area-2 {
  position: relative;
  z-index: 9;
  padding-bottom: 140px;
  padding-top: 150px;
}

@media (max-width: 767px) {
  /* line 1311, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1311, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 1324, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-area-v4-area-2 .about-info-text {
  position: absolute;
  right: -179px;
  background: #fff;
  padding-top: 148px;
  padding-right: 191px;
  margin-top: 169px;
  text-align: right;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 1324, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-info-text {
    position: inherit;
    right: 0;
    background: #fff;
    padding-top: 0;
    padding-right: 0;
    margin-top: 0;
    text-align: left;
    z-index: 9;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1324, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-info-text {
    position: inherit;
    right: 0;
    background: #fff;
    padding-top: 0;
    padding-right: 0;
    margin-top: 0;
    text-align: left;
    z-index: 9;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1324, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-info-text {
    padding-top: 100px;
    padding-right: 100px;
  }
}

/* line 1357, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-area-v4-area-2 .about-info-text h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.24;
  color: #0f2137;
  margin-bottom: 39px;
}

@media (max-width: 767px) {
  /* line 1363, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-info-text h2 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1357, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-info-text h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  /* line 1357, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-info-text h2 {
    font-size: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1357, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-info-text h2 {
    font-size: 32px;
  }
}

/* line 1379, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-area-v4-area-2 .about-info-text p {
  margin-bottom: 0;
  padding-left: 10px;
}

@media (max-width: 767px) {
  /* line 1379, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-info-text p {
    padding-left: 0;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1379, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-info-text p {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

/* line 1392, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-area-v4-area-2 .about-thumb {
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  /* line 1392, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-thumb {
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1392, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-thumb {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  /* line 1403, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-thumb img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1403, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-thumb img {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1403, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .about-area-v4-area-2 .about-thumb img {
    width: 100%;
  }
}

/* line 1430, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .team .card-team .team-footer a h3 {
  color: #0f2137;
}

/* line 1434, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .team .card-team .team-footer p {
  font-size: 14px;
  color: #465160;
}

/* line 1439, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .team .card-team .team-footer .team-social-wrap .team-trigger {
  width: 45px;
  height: 45px;
  margin-bottom: 31px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #d7dbe3;
  margin-right: 4px;
}

/* line 1447, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .team .card-team .team-footer .team-social-wrap .team-trigger i {
  font-size: 14px;
  line-height: 45px;
  color: #465160;
}

/* line 1454, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4
  .team
  .card-team
  .team-footer
  .team-social-wrap
  .team-trigger
  .team-social
  li
  a {
  border: 1px solid rgba(215, 219, 227, 0.35);
}

/* line 1456, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4
  .team
  .card-team
  .team-footer
  .team-social-wrap
  .team-trigger
  .team-social
  li
  a
  i {
  line-height: 40px;
  color: #fff;
  font-size: 13px;
}

/* line 1463, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4
  .team
  .card-team
  .team-footer
  .team-social-wrap
  .team-trigger
  .team-social
  li:hover
  a {
  color: #0f2137;
  background: #fff;
}

/* line 1466, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4
  .team
  .card-team
  .team-footer
  .team-social-wrap
  .team-trigger
  .team-social
  li:hover
  a
  i {
  color: #0f2137;
}

/* line 1472, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .team .card-team .team-footer .team-social-wrap .team-trigger:hover {
  background-image: -moz-linear-gradient(135deg, #dd2476 1%, #ff512f 100%);
  background-image: -webkit-linear-gradient(135deg, #dd2476 1%, #ff512f 100%);
  background-image: -ms-linear-gradient(135deg, #dd2476 1%, #ff512f 100%);
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 1473, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4
  .team
  .card-team
  .team-footer
  .team-social-wrap
  .team-trigger:hover
  .team-social {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-30px);
}

/* line 1484, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4
  .team
  .card-team
  .team-footer
  .team-social-wrap
  .team-trigger:hover
  i {
  color: #fff;
}

/* line 1491, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.about-v4 .team .card-team:hover .team-img::after {
  transform: translateY(0) scale(1.6);
}

/* line 1500, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team {
  padding-top: 120px;
}

@media (max-width: 767px) {
  /* line 1500, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
  .team-member-1.team {
    padding-top: 60px;
  }
}

/* line 1505, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team .card-team {
  margin-top: 30px;
}

/* line 1514, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team .card-team .team-footer a h3 {
  color: #0f2137;
}

/* line 1518, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team .card-team .team-footer p {
  font-size: 14px;
  color: #465160;
}

/* line 1523, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team .card-team .team-footer .team-social-wrap .team-trigger {
  width: 45px;
  height: 45px;
  margin-bottom: 31px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #d7dbe3;
  margin-right: 4px;
}

/* line 1531, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team .card-team .team-footer .team-social-wrap .team-trigger i {
  font-size: 14px;
  line-height: 45px;
  color: #465160;
}

/* line 1538, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team
  .card-team
  .team-footer
  .team-social-wrap
  .team-trigger
  .team-social
  li
  a {
  border: 1px solid rgba(215, 219, 227, 0.35);
}

/* line 1540, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team
  .card-team
  .team-footer
  .team-social-wrap
  .team-trigger
  .team-social
  li
  a
  i {
  line-height: 40px;
  color: #fff;
  font-size: 13px;
}

/* line 1547, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team
  .card-team
  .team-footer
  .team-social-wrap
  .team-trigger
  .team-social
  li:hover
  a {
  color: #0f2137;
  background: #fff;
}

/* line 1550, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team
  .card-team
  .team-footer
  .team-social-wrap
  .team-trigger
  .team-social
  li:hover
  a
  i {
  color: #0f2137;
}

/* line 1556, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team
  .card-team
  .team-footer
  .team-social-wrap
  .team-trigger:hover {
  background-image: -moz-linear-gradient(135deg, #dd2476 1%, #ff512f 100%);
  background-image: -webkit-linear-gradient(135deg, #dd2476 1%, #ff512f 100%);
  background-image: -ms-linear-gradient(135deg, #dd2476 1%, #ff512f 100%);
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 1557, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team
  .card-team
  .team-footer
  .team-social-wrap
  .team-trigger:hover
  .team-social {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-30px);
}

/* line 1568, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team
  .card-team
  .team-footer
  .team-social-wrap
  .team-trigger:hover
  i {
  color: #fff;
}

/* line 1575, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_about.scss */
.team-member-1.team .card-team:hover .team-img::after {
  transform: translateY(0) scale(1.6);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start Feature Area
=========================================================================================== */
/* line 3, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-area {
  padding-top: 140px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 3, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .feature-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .feature-area {
    padding-top: 0;
  }
}

/* line 17, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-card-wrapper {
  position: relative;
  padding: 2px;
  transform: scale(1.02) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 25, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-card-wrapper:hover,
.feature-card-wrapper.active {
  transform: scale(1);
}

/* line 30, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-card-wrapper:hover .feature-card,
.feature-card-wrapper.active .feature-card {
  background: #fff;
}

/* line 34, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-card-wrapper:hover .feature-link,
.feature-card-wrapper.active .feature-link {
  transform: translateX(0);
  opacity: 1;
  z-index: 1;
}

/* line 42, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-card {
  padding: 45px 35px;
  background: transparent;
  z-index: -1;
}

@media (max-width: 575px) {
  /* line 42, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .feature-card {
    padding: 45px 20px;
  }
}

/* line 51, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-card h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
}

/* line 56, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-card p {
  margin-bottom: 22px;
}

/* line 60, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-card .feature-link {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  background-size: 200%;
  transform: translateX(-50px);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 73, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-card .feature-link i,
.feature-card .feature-link span {
  color: #fff;
  line-height: 45px;
  font-size: 14px;
}

/* line 80, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-card .feature-link:hover {
  background-position: 100% 0;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 92, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-bg {
  background: url(../img/home/feature-bg.png) left center no-repeat;
  background-size: cover;
}

/* line 97, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-media {
  padding: 45px 45px 45px 50px;
  background: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (max-width: 575px) {
  /* line 97, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .feature-media {
    padding: 45px 15px;
  }
}

/* line 107, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-media h3 {
  text-transform: capitalize;
  margin-bottom: 20px;
}

/* line 112, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-media p {
  margin-bottom: 0;
}

/* line 116, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-media:hover {
  box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1);
}

/* line 121, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-icon {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

/* line 127, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-icon img {
  display: inline-block;
  margin-left: 12px;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

/* line 135, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-icon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
  height: 60px;
  background: url(../img/icon-img/feature-icon-bg.png) left center no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  -o-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

/* line 150, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-icon {
  margin-right: 30px;
  font-size: 60px;
  line-height: 1.2;
}

/* line 155, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.feature-icon [class^='flaticon-']:before,
.feature-icon [class*=' flaticon-']:before,
.feature-icon [class^='flaticon-']:after,
.feature-icon [class*=' flaticon-']:after {
  font-size: 60px;
}

@media (max-width: 575px) {
  /* line 155, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .feature-icon [class^='flaticon-']:before,
  .feature-icon [class*=' flaticon-']:before,
  .feature-icon [class^='flaticon-']:after,
  .feature-icon [class*=' flaticon-']:after {
    font-size: 35px;
  }
}

/* End Feature Area
=========================================================================================== */
/* Start Feature Area
=========================================================================================== */
/* line 176, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.single-feature {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  padding: 60px 50px;
}

@media (max-width: 767px) {
  /* line 176, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .single-feature {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 176, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .single-feature {
    margin-bottom: 30px;
  }
}

/* line 188, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.single-feature img {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 192, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.single-feature h4 {
  font-size: 21px;
  margin-bottom: 20px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 198, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.single-feature p {
  margin-bottom: 0px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 203, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.single-feature:hover,
.single-feature.active {
  background: #07da42;
}

/* line 207, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.single-feature:hover img,
.single-feature.active img {
  filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

/* line 211, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.single-feature:hover h4,
.single-feature.active h4 {
  color: #fff;
}

/* line 215, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.single-feature:hover p,
.single-feature.active p {
  color: #fff;
}

/* line 222, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area {
  padding-top: 91px;
  position: relative;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  /* line 222, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .home5 .featurest5-area {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 222, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .home5 .featurest5-area {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 222, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .home5 .featurest5-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 242, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .features-bg-1 {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 248, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .section-intro {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 248, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .home5 .featurest5-area .section-intro {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 248, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .home5 .featurest5-area .section-intro {
    margin-bottom: 50px;
  }
}

/* line 260, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper {
  transform: inherit;
  text-align: center;
  position: relative;
  padding: 0;
}

@media (max-width: 767px) {
  /* line 260, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .home5 .featurest5-area .feature-card-wrapper {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 260, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .home5 .featurest5-area .feature-card-wrapper {
    margin-bottom: 30px;
  }
}

/* line 274, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper .features-img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  display: none;
}

/* line 282, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper .features-img img {
  width: 100%;
}

/* line 287, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper .feature-card {
  padding: 57px 34px 55px 34px;
  border: 1px solid #e4e7e9;
  z-index: 99;
}

/* line 292, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper .feature-card .feature-icon {
  margin-right: 0;
  position: relative;
  z-index: 99;
  text-align: center;
  width: 90px;
  height: 77px;
}

/* line 300, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5
  .featurest5-area
  .feature-card-wrapper
  .feature-card
  .feature-icon
  .main-icon {
  position: relative;
  z-index: 99;
  margin: 0;
  filter: brightness(10);
  -o-filter: brightness(10);
  -ms-filter: brightness(10);
  -moz-filter: brightness(10);
  -webkit-filter: brightness(10);
}

/* line 307, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5
  .featurest5-area
  .feature-card-wrapper
  .feature-card
  .feature-icon
  .default-img {
  position: absolute;
  left: 0;
  margin-left: 0;
  top: -2px;
}

/* line 314, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5
  .featurest5-area
  .feature-card-wrapper
  .feature-card
  .feature-icon
  .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  opacity: 0;
  display: none;
}

/* line 323, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5
  .featurest5-area
  .feature-card-wrapper
  .feature-card
  .feature-icon::after {
  background: url(../img/Home-5-all/features/features-hover-1.png) left center
    no-repeat;
  top: 18px;
}

/* line 330, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper .feature-card h3 {
  margin-bottom: 28px;
  text-transform: capitalize;
  font-weight: 500;
  color: #465064;
  margin-top: -7px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 99;
}

/* line 341, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper .feature-card p {
  margin-bottom: 31px;
  font-size: 16px;
  color: #a5aebf;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 99;
}

/* line 352, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper .feature-card a.learn-more {
  font-size: 13px;
  color: #586377;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 360, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper .feature-card a.learn-more i {
  padding-left: 12px;
}

/* line 367, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper:hover .feature-card {
  border: none;
}

/* line 372, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper:hover h3,
.home5 .featurest5-area .feature-card-wrapper:hover p,
.home5 .featurest5-area .feature-card-wrapper:hover a.learn-more {
  color: #fff;
}

/* line 378, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper:hover .features-img {
  opacity: 1;
  display: block;
  z-index: 9;
}

/* line 385, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper:hover .feature-icon .default-img {
  position: absolute;
  left: 0;
  margin-left: 0;
  top: -2px;
  opacity: 0;
}

/* line 393, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper:hover .feature-icon .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  opacity: 1;
  display: block;
}

/* line 402, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home5 .featurest5-area .feature-card-wrapper:hover .feature-icon .main-icon {
  filter: brightness(1);
  -o-filter: brightness(1);
  -ms-filter: brightness(1);
  -moz-filter: brightness(1);
  -webkit-filter: brightness(1);
}

/* line 414, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.amaging-feature-5 {
  padding-top: 110px;
  padding-bottom: 57px;
}

@media (max-width: 767px) {
  /* line 414, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .amaging-feature-5 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

/* line 423, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.amaging-feature-5 .single-features-wrap {
  display: flex;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  /* line 423, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .amaging-feature-5 .single-features-wrap {
    margin-bottom: 60px;
    display: inherit;
  }
}

/* line 432, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.amaging-feature-5 .single-features-wrap .features-icon {
  width: 90px;
  height: 77px;
  text-align: center;
  line-height: 60px;
  position: relative;
  z-index: 9;
}

/* line 440, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.amaging-feature-5 .single-features-wrap .features-icon::before {
  background-image: url(../img/Home-5-all/features/amaging-features/rotating-1.png);
  position: absolute;
  top: 7px;
  left: 0;
  content: '';
  width: 98px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  -o-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

/* line 456, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.amaging-feature-5 .single-features-wrap .features-icon .main-img {
  position: relative;
  z-index: 999;
  left: 23px;
  top: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  /* line 456, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .amaging-feature-5 .single-features-wrap .features-icon .main-img {
    left: 0;
  }
}

/* line 468, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.amaging-feature-5 .single-features-wrap .features-icon .main-bg {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 474, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.amaging-feature-5 .single-features-wrap .features-icon .hover-img {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 483, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.amaging-feature-5 .single-features-wrap .features-content {
  padding-left: 86px;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 483, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .amaging-feature-5 .single-features-wrap .features-content {
    padding: 0;
    padding-top: 30px;
  }
}

/* line 492, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.amaging-feature-5 .single-features-wrap .features-content h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 27px;
  color: #363e51;
}

/* line 500, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.amaging-feature-5 .single-features-wrap .features-content p {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  line-height: 1.88;
}

/* line 509, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.amaging-feature-5 .single-features-wrap:hover .hover-img {
  opacity: 1;
}

/* line 513, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.amaging-feature-5 .single-features-wrap:hover .main-img {
  filter: brightness(1110%);
  -o-filter: brightness(1110%);
  -ms-filter: brightness(1110%);
  -moz-filter: brightness(1110%);
  -webkit-filter: brightness(1110%);
}

/* line 517, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.amaging-feature-5 .single-features-wrap:hover .main-bg {
  display: none;
}

/* line 524, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.pettern-dassed.home-5 {
  position: relative;
  z-index: 9;
}

/* line 528, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.pettern-dassed.home-5 .dassed-img {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}

@media (max-width: 767px) {
  /* line 528, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .pettern-dassed.home-5 .dassed-img {
    display: none;
  }
}

/* End Feature Area
=========================================================================================== */
/* line 546, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area {
  padding-top: 140px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 546, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .home-6 .feature-area {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 546, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .home-6 .feature-area {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

/* line 560, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature {
  padding: 55px 55px 50px 50px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 560, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .home-6 .feature-area .single-feature {
    padding: 30px 35px;
  }
}

/* line 573, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature .feature-icon::after {
  display: none;
}

/* line 578, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature h4 {
  color: #363e51;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 582, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .home-6 .feature-area .single-feature h4 br {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 578, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .home-6 .feature-area .single-feature h4 {
    margin-bottom: 0;
  }
}

/* line 593, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature p {
  font-size: 16px;
  color: #949eb2;
  margin-top: 30px;
  margin-bottom: 24px;
  font-weight: 300;
}

/* line 602, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature img {
  margin: 0;
}

/* line 606, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature.active,
.home-6 .feature-area .single-feature:hover {
  background: transparent;
}

/* line 610, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature.active img,
.home-6 .feature-area .single-feature:hover img {
  filter: brightness(100%) invert(0);
  -o-filter: brightness(100%) invert(0);
  -ms-filter: brightness(100%) invert(0);
  -moz-filter: brightness(100%) invert(0);
  -webkit-filter: brightness(100%) invert(0);
}

/* line 619, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature a.learn-more {
  font-size: 13px;
  color: #465064;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

/* line 627, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature .learn-more i {
  padding-left: 10px;
}

/* line 631, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature::before {
  background-image: url(../img/features/home-6-features/bg-hover.png);
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 0;
  border-radius: 5px;
}

/* line 649, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature:hover h4,
.home-6 .feature-area .single-feature.active h4 {
  color: #fff;
}

/* line 653, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature:hover p,
.home-6 .feature-area .single-feature.active p {
  color: #949eb2;
}

/* line 657, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature:hover a,
.home-6 .feature-area .single-feature.active a {
  color: #fff;
}

/* line 661, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.home-6 .feature-area .single-feature:hover::before,
.home-6 .feature-area .single-feature.active::before {
  opacity: 1;
}

/* line 673, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.about-v2 .feature-bg.feature {
  background: none;
  padding-top: 57px;
  padding-bottom: 33px;
}

/* line 678, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.about-v2 .feature-bg.feature .feature-media .feature-icon1 i::before,
.about-v2 .feature-bg.feature .feature-media .feature-icon2 i:before,
.about-v2 .feature-bg.feature .feature-media .feature-icon3 i:before,
.about-v2 .feature-bg.feature .feature-media .feature-icon4 i:before {
  font-size: 60px;
  position: relative;
  top: -26px;
  left: -17px;
}

@media (max-width: 767px) {
  /* line 678, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .about-v2 .feature-bg.feature .feature-media .feature-icon1 i::before,
  .about-v2 .feature-bg.feature .feature-media .feature-icon2 i:before,
  .about-v2 .feature-bg.feature .feature-media .feature-icon3 i:before,
  .about-v2 .feature-bg.feature .feature-media .feature-icon4 i:before {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 678, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .about-v2 .feature-bg.feature .feature-media .feature-icon1 i::before,
  .about-v2 .feature-bg.feature .feature-media .feature-icon2 i:before,
  .about-v2 .feature-bg.feature .feature-media .feature-icon3 i:before,
  .about-v2 .feature-bg.feature .feature-media .feature-icon4 i:before {
    left: 0;
  }
}

/* line 690, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.about-v2 .feature-bg.feature .feature-media .feature-icon1 i::before {
  color: #6c00ff;
}

/* line 693, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.about-v2 .feature-bg.feature .feature-media .feature-icon2 i::before {
  color: #00a2ff;
}

/* line 696, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.about-v2 .feature-bg.feature .feature-media .feature-icon3 i::before {
  color: #07da42;
}

/* line 699, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.about-v2 .feature-bg.feature .feature-media .feature-icon4 i::before {
  color: #ffba00;
}

/* line 702, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.about-v2 .feature-bg.feature .feature-media .media-body {
  padding-left: 18px;
}

/* line 704, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.about-v2 .feature-bg.feature .feature-media .media-body h3 {
  transition: 0.3s;
}

/* line 707, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.about-v2 .feature-bg.feature .feature-media .media-body p {
  transition: 0.3s;
}

@media (max-width: 767px) {
  /* line 702, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .about-v2 .feature-bg.feature .feature-media .media-body {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 702, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .about-v2 .feature-bg.feature .feature-media .media-body {
    padding-left: 0;
  }
}

/* line 717, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.about-v2 .feature-bg.feature .feature-media:hover {
  background: #00a2ff;
}

/* line 719, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.about-v2 .feature-bg.feature .feature-media:hover .feature-icon1 i::before,
.about-v2 .feature-bg.feature .feature-media:hover .feature-icon2 i:before,
.about-v2 .feature-bg.feature .feature-media:hover .feature-icon3 i:before,
.about-v2 .feature-bg.feature .feature-media:hover .feature-icon4 i:before {
  color: #fff;
}

/* line 723, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.about-v2 .feature-bg.feature .feature-media:hover .media-body h3 {
  color: #fff;
}

/* line 726, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
.about-v2 .feature-bg.feature .feature-media:hover .media-body p {
  color: #fff;
}

@media (max-width: 767px) {
  /* line 677, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .about-v2 .feature-bg.feature .feature-media {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 677, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_feature.scss */
  .about-v2 .feature-bg.feature .feature-media {
    display: block;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start Service Area
=========================================================================================== */
/* line 3, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-area {
  padding: 80px 0px 40px;
}

@media (min-width: 600px) {
  /* line 3, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-area {
    padding: 120px 0px 60px;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-area {
    padding: 150px 0px 80px;
  }
}

/* line 12, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.single-service {
  margin-bottom: 60px;
  margin-right: 30px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (max-width: 1480px) {
  /* line 12, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .single-service {
    margin-right: 0px;
  }
}

/* line 19, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.single-service img {
  filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 23, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.single-service h4 {
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 28, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.single-service p {
  margin-bottom: 0px;
}

/* line 32, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.single-service:hover img {
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* End Service Area
=========================================================================================== */
/* line 43, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area {
  padding-top: 100px;
  padding-bottom: 20px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 43, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .home-6 .service-area {
    padding-top: 60px;
  }
}

/* line 51, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .single-servicee {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  /* line 51, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .home-6 .service-area .single-servicee {
    margin-bottom: 40px;
  }
}

/* line 56, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .single-servicee .icon {
  position: relative;
  width: 77px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  margin-bottom: 25px;
}

/* line 63, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .single-servicee .icon .main-bg {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}

/* line 69, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .single-servicee .icon .hover-img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
}

/* line 76, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .single-servicee .icon .service-main-icon {
  text-align: center;
  line-height: 70px;
  position: relative;
  z-index: 99;
  transition: 0.3s;
}

/* line 83, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .single-servicee .icon .hover-icon-img {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 22px;
  opacity: 0;
  transition: 0.3s;
}

/* line 94, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .single-servicee h3 {
  font-size: 21px;
  font-weight: 500;
  font-family: poppins;
  color: #363e51;
  margin-bottom: 28px;
}

/* line 101, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .single-servicee p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  color: #828bb2;
  padding-right: 45px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 101, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .home-6 .service-area .single-servicee p {
    padding-right: 0;
  }
}

/* line 113, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .single-servicee:hover .hover-img {
  opacity: 1;
}

/* line 116, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .single-servicee:hover .hover-icon-img {
  opacity: 1;
}

/* line 119, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .single-servicee:hover .service-main-icon {
  opacity: 0;
}

/* line 124, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .service-anim-1 {
  position: absolute;
  right: 32%;
  top: -11%;
}

/* line 129, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .service-anim-2 {
  position: absolute;
  left: 21%;
  top: 0%;
}

/* line 134, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .service-anim-3 {
  position: absolute;
  right: 20%;
  top: 60%;
}

/* line 139, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .service-anim-4 {
  position: absolute;
  left: 35%;
  bottom: 0%;
}

/* line 144, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.home-6 .service-area .service-anim-5 {
  position: absolute;
  right: 33%;
  bottom: -47%;
}

/* line 153, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.feature.service-v1 {
  padding-top: 143px;
}

@media (max-width: 767px) {
  /* line 153, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .feature.service-v1 {
    padding-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 153, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .feature.service-v1 {
    padding-top: 80px;
  }
}

/* line 161, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.feature.service-v1 .section-intro {
  margin-bottom: 94px;
}

/* line 162, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.feature.service-v1 .section-intro h2 {
  margin-top: 6px;
  margin-bottom: 38px;
  font-size: 24px;
}

/* line 169, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.feature.service-v1 .feature-card-wrapper {
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  /* line 169, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .feature.service-v1 .feature-card-wrapper {
    margin-bottom: 30px;
  }
}

/* line 176, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.testmonial-service-v1 {
  padding-top: 83px;
  padding-bottom: 135px;
}

@media (max-width: 767px) {
  /* line 176, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .testmonial-service-v1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 176, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .testmonial-service-v1 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

/* line 187, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.testmonial-service-v1 .section-intro {
  margin-bottom: 68px;
}

/* line 193, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-area.service-v2 {
  padding: 65px 0px 0px 0;
}

@media (max-width: 767px) {
  /* line 193, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-area.service-v2 {
    padding: 0px 0px 0px 0;
  }
}

/* line 198, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-area.service-v2 .single-service {
  margin-bottom: 55px;
}

/* line 207, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v3 .section-intro {
  margin-top: 143px;
  margin-bottom: 144px;
}

/* line 210, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v3 .section-intro h2 {
  margin-top: 6px;
  margin-bottom: 38px;
  font-size: 24px;
}

@media (max-width: 767px) {
  /* line 207, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .section-intro {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 220, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .about-info-img {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  /* line 225, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .about-info-img img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 225, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .about-info-img img {
    width: 100%;
  }
}

/* line 234, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v3 .service-info {
  position: relative;
  margin-left: -279px;
  margin-top: 196px;
  background: #fff;
  padding-top: 58px;
  padding-left: 71px;
  margin-bottom: 124px;
}

@media (max-width: 767px) {
  /* line 234, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .service-info {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    background: #fff;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
}

/* line 251, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v3 .service-info h2 {
  font-size: 42px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  font-family: 'Rubik', sans-serif;
  color: #0f2137;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  /* line 251, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .service-info h2 {
    font-size: 25px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 251, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .service-info h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  /* line 267, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .service-info h2 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 267, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .service-info h2 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 267, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .service-info h2 br {
    display: none;
  }
}

/* line 279, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v3 .service-info p {
  margin-bottom: 0;
}

/* line 282, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v3 .service-info .team-boxed-btn {
  margin-top: 50px;
}

/* line 286, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v3 .secoend-info {
  position: relative;
  margin-right: -194px;
  margin-top: 196px;
  background: #fff;
  padding-top: 58px;
  padding-right: 60px;
  z-index: 99;
  margin-bottom: 124px;
}

@media (max-width: 767px) {
  /* line 286, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .secoend-info {
    position: relative;
    margin-right: 0px;
    margin-top: 0px;
    background: #fff;
    padding-top: 0;
    padding-right: 0px;
    z-index: 99;
    margin-bottom: 30px;
  }
}

/* line 305, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v3 .secoend-info h2 {
  font-size: 42px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  font-family: 'Rubik', sans-serif;
  color: #0f2137;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  /* line 305, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .secoend-info h2 {
    font-size: 25px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 305, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .secoend-info h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  /* line 322, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .secoend-info h2 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 322, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .secoend-info h2 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 322, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3 .secoend-info h2 br {
    display: none;
  }
}

/* line 334, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v3 .secoend-info .team-boxed-btn {
  margin-top: 50px;
}

/* line 340, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v3.quick-quote-area {
  margin-top: 25px;
}

@media (max-width: 767px) {
  /* line 340, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3.quick-quote-area {
    padding: 5px;
  }
}

/* line 346, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v3.quick-quote-area .border-quote .section-intro {
  margin-top: 0;
}

/* line 348, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v3.quick-quote-area .border-quote .section-intro h2 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 348, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v3.quick-quote-area .border-quote .section-intro h2 {
    margin-bottom: 15px;
  }
}

/* line 362, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.blue-bg {
  background: #0066ff;
}

/* line 365, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.sky-blue-bg {
  background: #00a2ff;
}

/* line 368, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.green-bg {
  background: #07da42;
}

/* line 372, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.yellow-bg {
  background: #ffba00;
}

/* line 375, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.red-bg {
  background: #ff0000;
}

/* line 378, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.violate-bg {
  background: #6c00ff;
}

/* line 383, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v4-wrap {
  overflow: hidden;
  padding-bottom: 125px;
}

/* line 386, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v4-wrap .feature-card-wrapperr {
  width: 50%;
  text-align: center;
  padding: 75px 0;
  display: block;
  overflow: hidden;
  float: left;
}

@media (max-width: 767px) {
  /* line 386, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v4-wrap .feature-card-wrapperr {
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 386, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v4-wrap .feature-card-wrapperr {
    width: 100%;
  }
}

/* line 401, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v4-wrap .feature-card-wrapperr .feature-card .feature-icon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
  height: 60px;
  background: url(../img/icon-img/feature-icon-bg-v4.png) left center no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  -o-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

/* line 418, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v4-wrap .feature-card-wrapperr .feature-card h3 {
  font-size: 42px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  line-height: 1.24;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  /* line 418, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v4-wrap .feature-card-wrapperr .feature-card h3 {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 418, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v4-wrap .feature-card-wrapperr .feature-card h3 {
    font-size: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 418, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v4-wrap .feature-card-wrapperr .feature-card h3 {
    font-size: 25px;
  }
}

/* line 437, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v4-wrap .feature-card-wrapperr .feature-card p {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  line-height: 1.87;
  font-size: 14px;
  margin-bottom: 54px;
}

@media (max-width: 767px) {
  /* line 443, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v4-wrap .feature-card-wrapperr .feature-card p br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 443, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v4-wrap .feature-card-wrapperr .feature-card p br {
    display: none;
  }
}

/* line 455, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v4-wrap .feature-card-wrapperr .feature-card .feature-link {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  background-size: 200%;
  transform: translateX(-80px);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  margin: auto;
  z-index: 99;
}

/* line 474, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v4-wrap .feature-card-wrapperr:hover .feature-link {
  transform: translateX(0px);
  opacity: 1;
}

/* line 482, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v5-wrap {
  overflow: hidden;
  padding-bottom: 95px;
}

@media (max-width: 767px) {
  /* line 482, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v5-wrap {
    padding-bottom: 0;
  }
}

/* line 488, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v5-wrap .feature-card-wrapperr {
  text-align: center;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 488, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v5-wrap .feature-card-wrapperr {
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 488, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v5-wrap .feature-card-wrapperr {
    width: 100%;
  }
}

/* line 499, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v5-wrap .feature-card-wrapperr .feature-card {
  padding: 90px 0 100px 0;
}

@media (max-width: 767px) {
  /* line 499, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v5-wrap .feature-card-wrapperr .feature-card {
    padding: 40px 0 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 499, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v5-wrap .feature-card-wrapperr .feature-card {
    padding: 50px 15px 60px 15px;
  }
}

/* line 508, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v5-wrap .feature-card-wrapperr .feature-card .feature-icon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
  height: 60px;
  background: url(../img/icon-img/feature-icon-bg-v4.png) left center no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  -o-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

/* line 525, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v5-wrap .feature-card-wrapperr .feature-card h3 {
  font-size: 24px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  line-height: 2.17;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  /* line 525, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v5-wrap .feature-card-wrapperr .feature-card h3 {
    font-size: 25px;
    line-height: 1.27;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 525, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v5-wrap .feature-card-wrapperr .feature-card h3 {
    font-size: 21px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 525, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v5-wrap .feature-card-wrapperr .feature-card h3 {
    font-size: 25px;
  }
}

/* line 546, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v5-wrap .feature-card-wrapperr .feature-card p {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  line-height: 1.87;
  font-size: 14px;
  margin-bottom: 54px;
}

@media (max-width: 767px) {
  /* line 552, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v5-wrap .feature-card-wrapperr .feature-card p br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 552, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v5-wrap .feature-card-wrapperr .feature-card p br {
    display: none;
  }
}

/* line 564, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v5-wrap .feature-card-wrapperr .feature-card .feature-link {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  background-size: 200%;
  transform: translateX(-80px);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  margin: auto;
  z-index: 99;
}

/* line 583, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v5-wrap .feature-card-wrapperr:hover .feature-link {
  transform: translateX(0px);
  opacity: 1;
}

/* line 592, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-info-bg-1 {
  background: #00a2ff;
}

/* line 596, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v6-wrap {
  padding-bottom: 10px;
}

/* line 598, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v6-wrap .service-feature-wrap {
  margin-bottom: 45px;
}

/* line 600, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v6-wrap .service-feature-wrap .service-thumb {
  position: relative;
  overflow: hidden;
}

/* line 603, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v6-wrap .service-feature-wrap .service-thumb img {
  width: 100%;
}

/* line 606, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v6-wrap .service-feature-wrap .service-thumb .service-info {
  position: absolute;
  left: 0;
  height: 50%;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 53px 40px 0px 40px;
  transform: translateY(110%);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  /* line 606, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
  .service-v6-wrap .service-feature-wrap .service-thumb .service-info {
    padding: 27px 0 0 0;
  }
}

/* line 622, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v6-wrap .service-feature-wrap .service-thumb .service-info h3 {
  font-size: 21px;
  color: #fff;
  margin-bottom: 16px;
}

/* line 627, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v6-wrap .service-feature-wrap .service-thumb .service-info p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.87;
  color: #fff;
}

/* line 636, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v6-wrap .service-feature-wrap .service-feature-header {
  padding-top: 24px;
}

/* line 638, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v6-wrap .service-feature-wrap .service-feature-header h3 {
  font-size: 21px;
  font-weight: normal;
  transition: 0.3s;
}

/* line 645, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v6-wrap .service-feature-wrap:hover .service-info {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

/* line 651, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v6-wrap .service-feature-wrap:hover .service-feature-header h3 {
  opacity: 0;
  visibility: hidden;
}

/* line 658, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_service.scss */
.service-v6-wrap .feature-link {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  opacity: 1;
  z-index: -1;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  margin: auto;
  z-index: 99;
  background: -webkit-linear-gradient(
    135deg,
    #ff512f 0%,
    #dd2476 49%,
    #ff512f 100%
  );
  background: -moz-linear-gradient(
    135deg,
    #ff512f 0%,
    #dd2476 49%,
    #ff512f 100%
  );
  background: -ms-linear-gradient(
    135deg,
    #ff512f 0%,
    #dd2476 49%,
    #ff512f 100%
  );
  background: -o-linear-gradient(135deg, #ff512f 0%, #dd2476 49%, #ff512f 100%);
  background: linear-gradient(135deg, #ff512f 0%, #dd2476 49%, #ff512f 100%);
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start Portfolio Area
=========================================================================================== */
/* line 5, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.filter-btn li {
  display: inline-block;
  color: #465160;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 18, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.filter-btn li::after {
  content: '|';
  padding-right: 15px;
  padding-left: 15px;
}

/* line 24, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.filter-btn li:last-child {
  padding-right: 0;
}

/* line 28, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.filter-btn li:last-child::after {
  display: none;
}

/* line 33, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.filter-btn::after {
  content: '';
  display: block;
  clear: both;
  display: table;
}

/* line 41, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.filters-content {
  overflow: hidden;
}

/* line 45, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio {
  position: relative;
  overflow: hidden;
}

/* line 49, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .single_portfolio_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 20, 27, 0.9);
  transform: translateY(-250px);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 63, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-content {
  position: absolute;
  bottom: 35px;
  left: 40px;
}

/* line 68, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-content h3 {
  font-size: 21px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 5px;
}

/* line 75, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-content p {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}

/* line 82, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-icon {
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 40px;
  right: 40px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 98, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-icon i,
.single_portfolio .overlay-icon span {
  font-size: 15px;
  line-height: 45px;
  color: #fff;
}

/* line 106, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-window-icon {
  position: absolute;
  left: auto;
  right: 95px;
  top: 40px;
  color: #fff;
  font-size: 15px;
  border: 1px solid rgba(215, 219, 227, 0.35);
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 121, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-window-icon i {
  position: relative;
  top: -2px;
  left: 1px;
}

/* line 127, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-window-icon:hover {
  color: #fff;
  border: 1px solid transparent;
}

/* line 136, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio:hover .single_portfolio_overlay {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* End Portfolio Area
=========================================================================================== */
/* Start Latest Project Area
=========================================================================================== */
/* line 150, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area {
  padding: 0px 0 50px;
  position: relative;
}

@media (min-width: 600px) {
  /* line 150, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .latest-project-area {
    padding: 0px 0 70px;
  }
}

@media (min-width: 1200px) {
  /* line 150, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .latest-project-area {
    padding: 0px 0 120px;
  }
}

/* line 163, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area:after {
  content: '';
  position: absolute;
  top: -40%;
  right: 0;
  width: 100%;
  min-height: 1030px;
  background: url(../img/portfolio-bg.png) no-repeat center;
  background-position: right top;
  z-index: -1;
}

/* line 175, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .container-fluid {
  position: relative;
  padding-left: 20%;
  padding-right: 0;
}

@media (min-width: 1921px) {
  /* line 175, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .latest-project-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  /* line 175, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .latest-project-area .container-fluid {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media (max-width: 576px) {
  /* line 175, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .latest-project-area .container-fluid {
    padding-left: 11%;
  }
}

/* line 196, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .owl-nav {
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  top: -80px;
  right: 25%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (max-width: 1199px) {
  /* line 196, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .latest-project-area .owl-nav {
    display: none !important;
  }
}

/* line 209, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .owl-nav .owl-prev {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  position: absolute;
  right: 50px;
}

/* line 214, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .owl-nav .owl-prev img {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 218, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .owl-nav .owl-prev:hover {
  right: 60px;
}

/* line 220, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .owl-nav .owl-prev:hover img {
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* line 226, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .owl-nav .owl-next {
  margin-left: 15px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  right: 0;
  position: absolute;
}

/* line 232, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .owl-nav .owl-next img {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 237, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .owl-nav .owl-next:hover {
  right: -10px;
}

/* line 240, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .owl-nav .owl-next:hover img {
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* line 246, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .owl-nav img {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  filter: grayscale(110%);
  -o-filter: grayscale(110%);
  -ms-filter: grayscale(110%);
  -moz-filter: grayscale(110%);
  -webkit-filter: grayscale(110%);
}

/* line 250, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .owl-nav img:hover {
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* line 256, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .owl-nav img {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  filter: grayscale(110%);
  -o-filter: grayscale(110%);
  -ms-filter: grayscale(110%);
  -moz-filter: grayscale(110%);
  -webkit-filter: grayscale(110%);
}

/* line 260, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.latest-project-area .owl-nav img:hover {
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* line 268, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-project {
  margin-top: 90px;
  background: #fff;
  margin-bottom: 30px;
  padding: 50px 40px;
  position: relative;
  margin-left: 25px;
  box-shadow: 0px 10px 15px rgba(111, 54, 255, 0.2);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 278, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-project:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

@media (min-width: 1200px) {
  /* line 268, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .single-project {
    margin-top: 50px;
  }
}

@media (min-width: 991px) {
  /* line 268, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .single-project {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  /* line 268, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .single-project {
    margin-left: 0px;
  }
}

@media (max-width: 1440px) {
  /* line 294, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .single-project.mt--60 {
    margin-top: -37px;
  }
}

@media (max-width: 1300px) {
  /* line 294, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .single-project.mt--60 {
    margin-top: -30px;
  }
}

@media (max-width: 1024px) {
  /* line 294, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .single-project.mt--60 {
    margin-top: -20px;
  }
}

@media (max-width: 991px) {
  /* line 294, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .single-project.mt--60 {
    margin-top: 0px;
  }
}

/* line 312, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-project h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 312, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .single-project h3 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  /* line 312, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .single-project h3 {
    font-size: 20px;
  }
}

/* line 327, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-project p {
  margin-bottom: 30px;
}

/* line 331, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-project a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #949eb2;
  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 339, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-project a i {
  position: relative;
  top: 2px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* End Latest Project Area
=========================================================================================== */
/* Start Portfolio Details Area
=========================================================================================== */
/* line 362, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_area .owl-nav {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 100px;
  right: 10%;
}

@media (max-width: 1199px) {
  /* line 362, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio_details_area .owl-nav {
    display: none !important;
  }
}

/* line 374, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_area .owl-nav .owl-prev img {
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

/* line 387, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_area .owl-nav .owl-prev,
.portfolio_details_area .owl-nav .owl-next {
  color: #465160;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 392, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_area .owl-nav .owl-prev img,
.portfolio_details_area .owl-nav .owl-next img {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  filter: grayscale(110%);
  -o-filter: grayscale(110%);
  -ms-filter: grayscale(110%);
  -moz-filter: grayscale(110%);
  -webkit-filter: grayscale(110%);
}

/* line 397, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_area .owl-nav .owl-prev:hover,
.portfolio_details_area .owl-nav .owl-next:hover {
  color: #0f2137;
  font-weight: 500;
}

/* line 401, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_area .owl-nav .owl-prev:hover img,
.portfolio_details_area .owl-nav .owl-next:hover img {
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* line 411, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_area.portfolio-details-v2 .owl-nav {
  display: none !important;
}

/* line 414, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_area .owl-nav .owl-prev,
.portfolio_details_area .owl-nav .owl-prev {
  position: absolute;
  left: -320px;
  top: 0;
  width: auto;
}

/* line 419, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_area .owl-nav .owl-prev:hover,
.portfolio_details_area .owl-nav .owl-prev:hover {
  left: -325px;
}

/* line 423, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_area .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  left: auto;
  width: 200px;
  text-align: right;
}

/* line 429, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_area .owl-nav .owl-next:hover {
  right: -10px;
}

/* line 436, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text h3 {
  color: #0f2137;
  font-size: 42px;
  margin-bottom: 18px;
  font-weight: 500;
}

@media (max-width: 991px) {
  /* line 436, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio_right_text h3 {
    font-size: 30px;
  }
}

/* line 447, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text p {
  margin-bottom: 0px;
  font-size: 15px;
}

/* line 452, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text .project-details-box {
  border: 1px solid #eeeeee;
  padding: 50px 40px;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  /* line 452, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio_right_text .project-details-box {
    padding: 40px 20px;
  }
}

/* line 461, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text .project-details-box h4 {
  position: relative;
  font-size: 20px;
  margin-bottom: 50px;
}

/* line 466, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text .project-details-box h4:after {
  content: '';
  position: absolute;
  top: 38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
}

/* line 480, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text .list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

/* line 485, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text .list li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

/* line 490, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text .list li .item-name {
  font-size: 16px;
  color: #0f2137;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  display: inline-block;
}

/* line 498, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text .list li:last-child {
  margin-bottom: 0px;
}

/* line 502, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text .list li i {
  color: #465160;
}

/* line 509, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
h5 {
  line-height: 28px;
}

/* line 514, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.social_details li {
  display: inline-block;
  margin-right: 10px;
}

/* line 518, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.social_details li a {
  display: inline-block;
  color: #0f2137;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #0f2137;
  background: transparent;
  border: 1px solid #dddddd;
  border-radius: 30px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 532, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.social_details li a:hover {
  color: #fff;
}

@media (max-width: 1199px) {
  /* line 518, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .social_details li a {
    margin-bottom: 8px;
  }
}

/* line 542, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.social_details li:last-child {
  margin-right: 0px;
}

/* End Portfolio Details Area
=========================================================================================== */
/* line 552, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v1 {
  margin: 150px 0 143px 0;
}

@media (max-width: 767px) {
  /* line 552, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v1 {
    margin: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 552, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v1 {
    margin: 50px 0;
  }
}

/* line 563, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v1.portfolio_details_area .owl-nav {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 23px;
  right: 0;
  left: 90%;
  display: none;
}

/* line 571, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v1.portfolio_details_area .owl-nav .owl-next {
  margin-left: 0;
  width: 210px;
  display: block;
}

/* line 580, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v1 .portfolio_details_inner .left_img img {
  height: 380px;
}

/* line 586, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v1 .portfolio_details_inner .portfolio_right_text h3 {
  text-transform: capitalize;
}

/* line 590, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v1 .portfolio_details_inner .portfolio_right_text p {
  padding-right: 5px;
}

/* line 598, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v1
  .portfolio_details_inner
  .portfolio_right_text
  .project-details-box
  .list
  ul
  li.yellow-star
  i {
  color: #ffb400;
}

/* line 606, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v1
  .portfolio_details_inner
  .portfolio_right_text
  .project-details-box
  .social-links
  a {
  width: 36px;
  height: 36px;
  margin-left: 5px;
  border: 1px solid #eeeeee;
  color: #1a1d24;
  display: inline-block;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  /* line 606, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v1
    .portfolio_details_inner
    .portfolio_right_text
    .project-details-box
    .social-links
    a {
    margin-bottom: 10px;
  }
}

/* line 622, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v1
  .portfolio_details_inner
  .portfolio_right_text
  .project-details-box
  .social-links
  a
  i {
  color: #1a1d24;
}

/* line 626, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v1
  .portfolio_details_inner
  .portfolio_right_text
  .project-details-box
  .social-links
  a:hover {
  color: #fff;
  box-shadow: 0px 10px 20px 0 rgba(226, 43, 107, 0.3);
  border: 1px solid transparent;
}

/* line 632, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v1
  .portfolio_details_inner
  .portfolio_right_text
  .project-details-box
  .social-links
  a:hover
  i {
  color: #fff;
}

/* line 642, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v1 .portfolio_right_text .list li.yellow-star i {
  color: #ffb400;
}

/* line 651, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-padding {
  padding-top: 141px;
  padding-bottom: 75px;
}

@media (max-width: 767px) {
  /* line 651, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-padding {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

/* line 661, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.mb-70 {
  margin-bottom: 70px;
}

/* line 667, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio {
  position: relative;
  overflow: hidden;
}

/* line 671, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .single_portfolio_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 20, 27, 0.9);
  transform: translateY(-250px);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 685, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-content {
  position: absolute;
  bottom: 35px;
  left: 40px;
}

@media (max-width: 767px) {
  /* line 685, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .single_portfolio .overlay-content {
    left: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 685, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .single_portfolio .overlay-content {
    left: 20px;
  }
}

/* line 698, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-content h3 {
  font-size: 21px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 5px;
}

/* line 705, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-content p {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}

/* line 712, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-icon {
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 40px;
  right: 40px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 728, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-icon i,
.single_portfolio .overlay-icon span {
  font-size: 15px;
  line-height: 45px;
  color: #fff;
}

/* line 736, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-window-icon {
  position: absolute;
  left: auto;
  right: 95px;
  top: 40px;
  color: #fff;
  font-size: 15px;
  border: 1px solid rgba(215, 219, 227, 0.35);
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 751, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-window-icon i {
  position: relative;
  top: -2px;
  left: 1px;
}

/* line 757, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single_portfolio .overlay-window-icon:hover {
  color: #fff;
  border: 1px solid transparent;
}

/* line 767, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.mb-30px {
  margin-bottom: 30px;
}

/* line 771, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.plr-55px {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

@media (max-width: 767px) {
  /* line 771, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .plr-55px {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 771, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .plr-55px {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 786, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-portfolio-img-1 {
  background-image: url(../img/portfolio/p1.png);
}

/* line 790, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-portfolio-img-2 {
  background-image: url(../img/portfolio/p2.png);
}

/* line 794, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-portfolio-img-3 {
  background-image: url(../img/portfolio/p3.png);
}

/* line 798, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-portfolio-img-4 {
  background-image: url(../img/portfolio/p4.png);
}

/* line 802, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-portfolio-img-5 {
  background-image: url(../img/portfolio/p5.png);
}

/* line 806, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-portfolio-img-6 {
  background-image: url(../img/portfolio/p6.png);
}

/* line 810, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-portfolio-img-7 {
  background-image: url(../img/portfolio/p7.png);
}

/* line 814, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.single-portfolio-img-8 {
  background-image: url(../img/portfolio/p8.png);
}

/* line 818, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-height {
  height: 350px;
  background-size: cover;
  background-position: center;
}

/* line 824, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-large-height {
  height: 520px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  /* line 824, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-large-height {
    height: 350px;
  }
}

/* line 834, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-medium-height {
  height: 420px;
  background-size: cover;
  background-position: center;
}

/* line 841, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-low-height {
  height: 260px;
  background-size: cover;
  background-position: center;
}

/* line 852, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.main-tablist #myTab .nav-item a {
  display: inline-block;
  color: #465160;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  cursor: pointer;
  font-size: 15px;
  position: relative;
  padding: 0;
  padding-right: 38px;
}

@media (max-width: 767px) {
  /* line 852, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .main-tablist #myTab .nav-item a {
    padding-right: 20px;
  }
}

/* line 868, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.main-tablist #myTab .nav-item a::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background: #465160;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
}

@media (max-width: 767px) {
  /* line 868, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .main-tablist #myTab .nav-item a::before {
    display: none;
  }
}

/* line 893, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.main-tablist #myTab .nav-item:last-child a::before {
  display: none;
}

/* line 901, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.owl-filter-bar a {
  display: inline-block;
  color: #465160;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  cursor: pointer;
}

/* line 913, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.owl-filter-bar a::after {
  content: '|';
  padding-right: 15px;
  padding-left: 15px;
}

/* line 924, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.owl-filter-bar a:last-child::after {
  display: none;
}

/* line 932, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-v9-active .owl-nav {
  position: absolute;
  top: 0;
  right: 333px;
  top: -104px;
}

/* line 938, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-v9-active .owl-nav i,
.portfolio-v9-active .owl-nav span {
  font-size: 14px;
  color: #465160;
}

/* line 944, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-v9-active .owl-nav .owl-prev,
.portfolio-v9-active .owl-nav .owl-next {
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  display: block;
  border: 1px solid #d7dbe3;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (max-width: 767px) {
  /* line 944, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-v9-active .owl-nav .owl-prev,
  .portfolio-v9-active .owl-nav .owl-next {
    display: none;
  }
}

/* line 961, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-v9-active .owl-nav .owl-prev i,
.portfolio-v9-active .owl-nav .owl-prev span,
.portfolio-v9-active .owl-nav .owl-next i,
.portfolio-v9-active .owl-nav .owl-next span {
  color: #465160;
  line-height: 45px;
}

/* line 967, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-v9-active .owl-nav .owl-prev:hover,
.portfolio-v9-active .owl-nav .owl-next:hover {
  border-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 972, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-v9-active .owl-nav .owl-prev:hover i,
.portfolio-v9-active .owl-nav .owl-prev:hover span,
.portfolio-v9-active .owl-nav .owl-next:hover i,
.portfolio-v9-active .owl-nav .owl-next:hover span {
  color: #fff;
}

/* line 979, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-v9-active .owl-nav .owl-prev {
  position: absolute;
  top: 0px;
  right: 55px;
}

/* line 985, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-v9-active .owl-nav .owl-next {
  position: absolute;
  top: 0px;
  right: 0;
}

/* line 1000, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-v11-active.owl-carousel .owl-nav div.owl-prev,
.portfolio-v10-active.owl-carousel .owl-nav div.owl-prev {
  position: absolute;
  top: 50%;
  left: -95px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #d7dbe3;
  color: #465160;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1020, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-v11-active.owl-carousel .owl-nav div.owl-prev:hover,
.portfolio-v10-active.owl-carousel .owl-nav div.owl-prev:hover {
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 1029, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-v11-active.owl-carousel .owl-nav div.owl-next,
.portfolio-v10-active.owl-carousel .owl-nav div.owl-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  right: -95px;
  left: auto;
  border-radius: 50%;
  color: #465160;
  border: 1px solid #d7dbe3;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1050, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-v11-active.owl-carousel .owl-nav div.owl-next:hover,
.portfolio-v10-active.owl-carousel .owl-nav div.owl-next:hover {
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 1064, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.mb-80 {
  margin-bottom: 80px;
}

/* line 1068, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 1072, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.mt-20px {
  margin-top: 20px;
}

/* line 1076, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.mt-50px {
  margin-top: 50px;
}

/* line 1080, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 1084, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1089, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v2.portfolio_details_area .owl-nav {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 75px;
  left: 0;
}

/* line 1096, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v2.portfolio_details_area .owl-nav .owl-next {
  margin-left: 130px;
}

/* line 1101, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v2 .portfolio_right_text {
  margin-top: 0;
}

/* line 1102, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v2 .portfolio_right_text h3 {
  color: #0f2137;
  font-size: 42px;
  margin-bottom: 28px;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 1102, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v2 .portfolio_right_text h3 {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1102, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v2 .portfolio_right_text h3 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  /* line 1119, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v2 .portfolio_right_text p {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1119, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v2 .portfolio_right_text p {
    margin-bottom: 30px;
  }
}

/* line 1130, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v2 .portfolio_right_text .project-details-box {
  margin-top: 0px;
}

/* line 1136, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 {
  margin: 150px 0 126px 0;
}

@media (max-width: 767px) {
  /* line 1136, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v3 {
    margin: 50px 0;
  }
}

/* line 1143, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 .portfolio-details-banner {
  height: 450px;
}

@media (max-width: 767px) {
  /* line 1143, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v3 .portfolio-details-banner {
    height: auto;
  }
}

/* line 1150, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 .portfolio-details-banner img {
  width: 100%;
  height: 100%;
}

/* line 1156, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 h3 {
  color: #0f2137;
  font-size: 42px;
  margin-bottom: 28px;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 1156, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v3 h3 {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1156, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v3 h3 {
    font-size: 35px;
  }
}

/* line 1172, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 .details-heading-info {
  position: relative;
  margin-top: -116px;
  background: #fff;
  z-index: 9;
}

/* line 1178, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 .details-heading-info::before {
  position: absolute;
  left: 0;
  top: -32px;
  width: 107%;
  height: 116px;
  background: #fff;
  top: -50px;
  content: '';
  z-index: -1;
}

/* line 1190, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 .details-heading-info p {
  margin-bottom: 23px;
}

/* line 1193, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 .details-heading-info p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1198, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v3 .details-heading-info h3 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  /* line 1172, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v3 .details-heading-info {
    margin-top: 0;
  }
}

/* line 1210, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 .portfolio_right_text .project-details-box {
  margin-top: 0;
  padding: 50px 40px 60px 40px;
}

@media (max-width: 767px) {
  /* line 1210, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v3 .portfolio_right_text .project-details-box {
    padding: 30px 10px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1210, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v3 .portfolio_right_text .project-details-box {
    margin-top: 40px;
  }
}

/* line 1225, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 .portfolio_right_text .social-links a {
  width: 36px;
  height: 36px;
  margin-left: 5px;
  border: 1px solid #eeeeee;
  color: #1a1d24;
  display: inline-block;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  /* line 1225, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v3 .portfolio_right_text .social-links a {
    margin-bottom: 10px;
  }
}

/* line 1241, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 .portfolio_right_text .social-links a i {
  color: #1a1d24;
}

/* line 1245, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 .portfolio_right_text .social-links a:hover {
  color: #fff;
  box-shadow: 0px 10px 20px 0 rgba(226, 43, 107, 0.3);
  border: 1px solid transparent;
}

/* line 1251, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 .portfolio_right_text .social-links a:hover i {
  color: #fff;
}

/* line 1258, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 .portfolio_right_text .list li.yellow-star i {
  color: #ffb400;
}

/* line 1268, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3.portfolio_details_area
  .portfolio-details-v3-active.owl-carousel
  .owl-nav
  div.owl-prev {
  position: absolute;
  top: 225px;
  left: -95px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #d7dbe3;
  color: #465160;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1288, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3.portfolio_details_area
  .portfolio-details-v3-active.owl-carousel
  .owl-nav
  div.owl-prev:hover {
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 1297, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3.portfolio_details_area
  .portfolio-details-v3-active.owl-carousel
  .owl-nav
  div.owl-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  right: -95px;
  left: auto;
  border-radius: 50%;
  color: #465160;
  border: 1px solid #d7dbe3;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1318, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3.portfolio_details_area
  .portfolio-details-v3-active.owl-carousel
  .owl-nav
  div.owl-next:hover {
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 1334, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.next-prev-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  /* line 1334, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .next-prev-arrow {
    display: block;
  }
}

/* line 1349, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.next-prev-arrow a {
  color: #465160;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  line-height: 3.71;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

/* line 1361, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.next-prev-arrow a img {
  margin: 0 14px;
  transition: 0.3s;
  filter: grayscale(110%);
  -o-filter: grayscale(110%);
  -ms-filter: grayscale(110%);
  -moz-filter: grayscale(110%);
  -webkit-filter: grayscale(110%);
}

/* line 1374, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.next-prev-arrow a.prev-a img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
  right: 0;
}

/* line 1382, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.next-prev-arrow a.prev-a:hover img {
  right: -10px;
}

/* line 1389, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.next-prev-arrow a.next-a img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
  right: 0;
}

/* line 1397, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.next-prev-arrow a.next-a:hover img {
  right: 10px;
}

/* line 1404, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.next-prev-arrow a:hover img {
  filter: grayscale(110%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* line 1417, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.next-prev-arrow.next-prev-arrow2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  /* line 1417, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .next-prev-arrow.next-prev-arrow2 {
    display: block;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1417, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .next-prev-arrow.next-prev-arrow2 {
    margin-bottom: 20px;
  }
}

/* line 1434, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.next-prev-arrow.next-prev-arrow2 a {
  margin: 0;
}

/* line 1437, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.next-prev-arrow.next-prev-arrow2 .next-a img {
  width: auto;
}

/* line 1440, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.next-prev-arrow.next-prev-arrow2 .prev-a img {
  width: auto;
}

/* line 1452, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_areaa.portfolio-details-v3
  .portfolio-details-v3-active.owl-carousel
  .owl-nav
  div.owl-prev {
  position: absolute;
  top: 202px;
  left: -95px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #d7dbe3;
  color: #465160;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1469, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_areaa.portfolio-details-v3
  .portfolio-details-v3-active.owl-carousel
  .owl-nav
  div.owl-prev:hover {
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 1478, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_areaa.portfolio-details-v3
  .portfolio-details-v3-active.owl-carousel
  .owl-nav
  div.owl-next {
  position: absolute;
  top: 202px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  right: -95px;
  left: auto;
  border-radius: 50%;
  color: #465160;
  border: 1px solid #d7dbe3;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1496, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_details_areaa.portfolio-details-v3
  .portfolio-details-v3-active.owl-carousel
  .owl-nav
  div.owl-next:hover {
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 1511, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text .portfolio-details-v4 {
  border: 1px solid #d7dbe3;
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 1511, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio_right_text .portfolio-details-v4 {
    border-top: 1px solid transparent;
  }
}

/* line 1523, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text .portfolio-details-v4 .project-details-box {
  border: 0;
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  /* line 1523, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio_right_text .portfolio-details-v4 .project-details-box {
    width: 100%;
    border-top: 1px solid #d7dbe3;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1523, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio_right_text .portfolio-details-v4 .project-details-box {
    padding: 40px 18px 40px 18px;
    margin-top: 0;
  }
}

/* line 1542, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text .portfolio-details-v4:last-child {
  padding-left: 0;
}

/* line 1546, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio_right_text .portfolio-details-v4::before {
  position: absolute;
  content: '';
  background: #d7dbe3;
  width: 1px;
  top: 40px;
  bottom: 50px;
  left: 50%;
}

@media (max-width: 767px) {
  /* line 1546, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio_right_text .portfolio-details-v4::before {
    display: none;
  }
}

/* line 1562, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v4.portfolio-details-v3 .details-heading-info::before {
  position: absolute;
  left: 0;
  top: -32px;
  width: 107%;
  height: 116px;
  background: red;
  top: -50px;
  content: '';
  z-index: -1;
  display: none;
}

/* line 1576, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v3 .portfolio-details-v4-active .details-heading-info {
  position: inherit;
  margin-top: 0;
  background: #fff;
  z-index: 9;
}

/* line 1586, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.details-bg-image-1 {
  background-image: url(../img/portfolio/portfolio-details-small-banner-1.png);
  height: 434px;
  background-size: cover;
  background-position: center;
}

/* line 1593, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5 {
  padding-top: 150px;
  padding-bottom: 123px;
}

@media (max-width: 767px) {
  /* line 1593, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 1602, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5 .portfolio-v5-content {
  border: 1px solid #d7dbe3;
  display: block;
  overflow: hidden;
}

/* line 1607, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5 .portfolio-v5-content .portfolio-banner-small {
  width: 60%;
  float: left;
}

@media (max-width: 767px) {
  /* line 1607, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v5 .portfolio-v5-content .portfolio-banner-small {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1607, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v5 .portfolio-v5-content .portfolio-banner-small {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1607, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v5 .portfolio-v5-content .portfolio-banner-small {
    width: 100%;
  }
}

/* line 1623, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5 .portfolio-v5-content .portfolio-banner-small img {
  width: 100%;
}

/* line 1628, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5 .portfolio-v5-content .project-details-box {
  width: 40%;
  float: left;
  margin-top: 0;
}

@media (max-width: 767px) {
  /* line 1628, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v5 .portfolio-v5-content .project-details-box {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1628, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v5 .portfolio-v5-content .project-details-box {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1628, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v5 .portfolio-v5-content .project-details-box {
    width: 100%;
  }
}

/* line 1648, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5 .social-links a {
  width: 36px;
  height: 36px;
  margin-left: 5px;
  border: 1px solid #eeeeee;
  color: #1a1d24;
  display: inline-block;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  /* line 1648, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v5 .social-links a {
    margin-bottom: 10px;
  }
}

/* line 1664, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5 .social-links a i {
  color: #1a1d24;
}

/* line 1668, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5 .social-links a:hover {
  color: #fff;
  box-shadow: 0px 10px 20px 0 rgba(226, 43, 107, 0.3);
  border: 1px solid transparent;
}

/* line 1674, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5 .social-links a:hover i {
  color: #fff;
}

/* line 1683, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5 .portfolio-banner-small-active.owl-carousel .owl-nav div {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-50%);
  line-height: 45px;
  text-align: center;
  color: #465160;
  transition: 0.3s;
  font-size: 14px;
}

/* line 1699, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5
  .portfolio-banner-small-active.owl-carousel
  .owl-nav
  div
  i {
  position: relative;
  top: 1px;
}

/* line 1704, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5
  .portfolio-banner-small-active.owl-carousel
  .owl-nav
  div.owl-prev {
  left: 30px;
}

/* line 1708, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5
  .portfolio-banner-small-active.owl-carousel
  .owl-nav
  div.owl-next {
  left: auto;
  right: 30px;
}

/* line 1713, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5
  .portfolio-banner-small-active.owl-carousel
  .owl-nav
  div:hover {
  color: #fff;
  box-shadow: 0px 10px 20px 0 rgba(226, 43, 107, 0.3);
  border: 1px solid transparent;
}

/* line 1719, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5
  .portfolio-banner-small-active.owl-carousel
  .owl-nav
  div:hover
  i {
  color: #fff;
}

/* line 1727, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5 .portfolio_right_text .project-details-box {
  border: 1px solid transparent;
  padding: 64px 40px;
}

@media (max-width: 767px) {
  /* line 1727, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
  .portfolio-details-v5 .portfolio_right_text .project-details-box {
    padding: 10px;
  }
}

/* line 1735, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5
  .portfolio_right_text
  .project-details-box
  .list
  li.yellow-star
  i {
  color: #ffb400;
}

/* line 1741, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_portfolio.scss */
.portfolio-details-v5 .details-heading-info h3 {
  text-transform: capitalize;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start Work Area
=========================================================================================== */
/* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.work-area {
  padding-bottom: 50px;
  position: relative;
}

@media (min-width: 600px) {
  /* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
  .work-area {
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  /* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
  .work-area {
    padding-bottom: 120px;
  }
}

/* line 16, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.work-area .col-lg-4:nth-child(1) .single-work:before,
.work-area .col-lg-4:nth-child(2) .single-work:before,
.work-area .col-lg-4:nth-child(3) .single-work:before {
  content: '';
  position: absolute;
  height: 64px;
  z-index: -1;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 26, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.work-area .col-lg-4:nth-child(1) .single-work,
.work-area .col-lg-4:nth-child(3) .single-work {
  box-shadow: 0px 10px 30px rgba(111, 54, 255, 0.2);
}

/* line 28, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.work-area .col-lg-4:nth-child(1) .single-work:before,
.work-area .col-lg-4:nth-child(3) .single-work:before {
  bottom: -34px;
  left: 25%;
  width: 0%;
  background: url(../img/dashline1.png) no-repeat;
  z-index: 1;
}

/* line 36, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.work-area .col-lg-4:nth-child(1) .single-work:hover:before,
.work-area .col-lg-4:nth-child(3) .single-work:hover:before {
  width: 103%;
}

/* line 43, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.work-area .col-lg-4:nth-child(2) .single-work {
  box-shadow: 0px 10px 30px rgba(19, 206, 103, 0.2);
}

/* line 45, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.work-area .col-lg-4:nth-child(2) .single-work:before {
  top: -34px;
  left: 25%;
  width: 0%;
  background: url(../img/dashline2.png) no-repeat;
}

/* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.work-area .col-lg-4:nth-child(2) .single-work:hover:before {
  width: 103%;
}

/* line 59, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.work-area .col-lg-4:nth-child(3) .single-work {
  box-shadow: 0px 10px 30px rgba(255, 198, 47, 0.2);
}

/* line 61, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.work-area .col-lg-4:nth-child(3) .single-work:before {
  left: -25%;
  background: url(../img/dashline3.png) no-repeat;
}

/* line 70, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.single-work {
  margin-bottom: 30px;
  background: #fff;
  padding: 50px 40px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 75, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.single-work img {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 78, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.single-work h4 {
  margin-top: 30px;
  font-size: 20px;
  margin-bottom: 15px;
}

/* line 83, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.single-work p {
  margin-bottom: 22px;
}

/* line 86, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.single-work a {
  color: #465064;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 91, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.single-work:hover a {
  color: #071590;
}

/* End Work Area
=========================================================================================== */
/* line 101, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.about-v3 .work-area {
  background-image: url(../img/testimonials/about-v3-testmonial.png);
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 56px;
}

@media (max-width: 767px) {
  /* line 101, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
  .about-v3 .work-area {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 111, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
  .about-v3 .work-area .single-work::before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 111, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
  .about-v3 .work-area .single-work::before {
    display: none;
  }
}

/* line 120, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.about-v3 .work-area .single-work a {
  color: #0f2137;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
}

/* line 125, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.about-v3 .work-area .single-work a:hover {
  color: #071590;
}

/* line 129, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.about-v3 .work-area .single-work h4 {
  margin-top: 35px;
  font-size: 20px;
  margin-bottom: 21px;
}

/* line 134, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_work.scss */
.about-v3 .work-area .single-work p {
  margin-bottom: 24px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start Testimonial Area
=========================================================================================== */
/* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-item {
  padding: 45px 40px 40px 50px;
  border: 1px solid #d7dbe3;
  background: #fff;
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (max-width: 575px) {
  /* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .testimonial-item {
    padding: 45px 20px;
  }
}

/* line 13, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-item:hover {
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  -o-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 18, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-item > p {
  font-size: 18px;
  font-style: italic;
}

/* line 22, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-item .media {
  margin-top: 40px;
}

/* line 24, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-item .media img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

/* line 29, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-item .media h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 33, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-item .media p {
  font-size: 14px;
}

/* line 39, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-item-wrap {
  padding: 2px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 49, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-carousel .owl-nav i,
.testimonial-carousel .owl-nav span {
  font-size: 14px;
  color: #465160;
}

/* line 54, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  display: block;
  border: 1px solid #d7dbe3;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (max-width: 767px) {
  /* line 54, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .testimonial-carousel .owl-nav .owl-prev,
  .testimonial-carousel .owl-nav .owl-next {
    display: none;
  }
}

/* line 68, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-carousel .owl-nav .owl-prev i,
.testimonial-carousel .owl-nav .owl-prev span,
.testimonial-carousel .owl-nav .owl-next i,
.testimonial-carousel .owl-nav .owl-next span {
  color: #465160;
  line-height: 45px;
}

/* line 73, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  border-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 77, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial-carousel .owl-nav .owl-prev:hover span,
.testimonial-carousel .owl-nav .owl-next:hover i,
.testimonial-carousel .owl-nav .owl-next:hover span {
  color: #fff;
}

/* line 83, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -120px;
  right: 55px;
}

/* line 88, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-carousel .owl-nav .owl-next {
  position: absolute;
  top: -120px;
  right: 0;
}

/* End Testimonial Area
=========================================================================================== */
/* Start Testimonial 2 Area
=========================================================================================== */
/* line 102, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area {
  padding-bottom: 190px;
}

@media (max-width: 1200px) {
  /* line 102, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .testimonial-area {
    padding-bottom: 150px;
  }
}

@media (max-width: 991px) {
  /* line 102, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .testimonial-area {
    padding-bottom: 50px;
  }
}

/* line 110, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area .owl-carousel .owl-item img {
  width: auto;
}

/* line 113, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area .owl-nav {
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  bottom: -55px;
  left: 53%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  /* line 113, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .testimonial-area .owl-nav {
    display: none !important;
  }
}

/* line 124, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area .owl-nav .owl-prev {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  position: absolute;
  right: 50px;
}

/* line 128, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area .owl-nav .owl-prev img {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 131, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area .owl-nav .owl-prev:hover {
  right: 60px;
}

/* line 133, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area .owl-nav .owl-prev:hover img {
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* line 138, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area .owl-nav .owl-next {
  margin-left: 15px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  right: 0;
  position: absolute;
}

/* line 143, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area .owl-nav .owl-next img {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 147, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area .owl-nav .owl-next:hover {
  right: -10px;
}

/* line 149, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area .owl-nav .owl-next:hover img {
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* line 154, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area .owl-nav img {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  filter: grayscale(110%);
  -o-filter: grayscale(110%);
  -ms-filter: grayscale(110%);
  -moz-filter: grayscale(110%);
  -webkit-filter: grayscale(110%);
}

/* line 157, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area .owl-nav img:hover {
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* line 170, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area
  .col-lg-4:nth-child(1)
  .single-testimonial
  .testi-bottom:before,
.testimonial-area
  .col-lg-4:nth-child(2)
  .single-testimonial
  .testi-bottom:before,
.testimonial-area
  .col-lg-4:nth-child(3)
  .single-testimonial
  .testi-bottom:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 40px;
  height: 3px;
  width: 90px;
}

/* line 184, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area
  .col-lg-4:nth-child(1)
  .single-testimonial
  .testi-bottom:before {
  background: #6e35ff;
}

/* line 193, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area
  .col-lg-4:nth-child(2)
  .single-testimonial
  .testi-bottom:before {
  background: #3bcc66;
}

/* line 202, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.testimonial-area
  .col-lg-4:nth-child(3)
  .single-testimonial
  .testi-bottom:before {
  background: #f8c72e;
}

/* line 211, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.single-testimonial {
  box-shadow: 0px 10px 30px rgba(111, 54, 255, 0.2);
  margin-bottom: 50px;
  margin-top: 90px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (min-width: 1200px) {
  /* line 211, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .single-testimonial {
    margin-top: 50px;
  }
}

@media (min-width: 991px) {
  /* line 211, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .single-testimonial {
    margin-top: 40px;
  }
}

@media (min-width: 600px) {
  /* line 211, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .single-testimonial {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* line 226, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.single-testimonial .testi-top {
  padding: 40px;
  background: #fff;
}

/* line 229, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.single-testimonial .testi-top p {
  margin-bottom: 0px;
  margin-top: 25px;
}

/* line 234, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.single-testimonial .testi-bottom {
  background: #f8fafd;
  padding: 25px 40px;
  position: relative;
  border-radius: 5px 5px 0px 0px;
}

/* line 239, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.single-testimonial .testi-bottom h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 243, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.single-testimonial .testi-bottom p {
  font-size: 14px;
  margin-bottom: 0px;
}

/* line 248, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.single-testimonial:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

/* End Testimonial 2 Area
=========================================================================================== */
/* line 272, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home5 .testimonial-area3.home-5 {
  margin-top: 150px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 272, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .home5 .testimonial-area3.home-5 {
    margin-top: 60px;
    margin-bottom: 10px;
  }
}

/* line 279, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home5 .testimonial-area3.home-5 .section-intro.home-5 {
  margin-bottom: 85px;
}

@media (max-width: 767px) {
  /* line 279, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .home5 .testimonial-area3.home-5 .section-intro.home-5 {
    margin-bottom: 50px;
  }
}

/* line 286, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home5
  .testimonial-area3.home-5
  .owl-carousel.owl-theme
  .testimonial-item-wrap {
  padding: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

/* line 289, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home5
  .testimonial-area3.home-5
  .owl-carousel.owl-theme
  .testimonial-item-wrap
  .testimonial-item {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 50px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 289, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .home5
    .testimonial-area3.home-5
    .owl-carousel.owl-theme
    .testimonial-item-wrap
    .testimonial-item {
    padding: 45px 30px 40px 30px;
  }
}

/* line 296, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home5
  .testimonial-area3.home-5
  .owl-carousel.owl-theme
  .testimonial-item-wrap
  .testimonial-item:hover {
  -webkit-box-shadow: 0px 30px 50px 0 rgba(221, 36, 117, 0.1);
  box-shadow: 0px 30px 50px 0 rgba(221, 36, 117, 0.1);
  border: none;
}

/* line 303, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home5 .testimonial-area3.home-5 .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  right: 392px;
  top: -136px;
  color: #949eb2;
}

/* line 309, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home5 .testimonial-area3.home-5 .owl-carousel.owl-theme .owl-nav div {
  background: transparent;
}

/* line 311, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home5 .testimonial-area3.home-5 .owl-carousel.owl-theme .owl-nav div.owl-prev {
  color: #949eb2;
  margin-right: 0;
}

/* line 315, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home5 .testimonial-area3.home-5 .owl-carousel.owl-theme .owl-nav div.owl-next {
  color: #949eb2;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 303, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .home5 .testimonial-area3.home-5 .owl-carousel.owl-theme .owl-nav {
    right: 34px;
  }
}

/* line 329, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6 .testmonial-6-area {
  padding-top: 170px;
  padding-bottom: 160px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 329, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .home-6 .testmonial-6-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 329, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .home-6 .testmonial-6-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 343, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6 .testmonial-6-area .testmonial6-active.owl-carousel .single-testmonial {
  background-image: url(../img/testimonials/testmonial-6-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  text-align: center;
  padding: 60px 70px;
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
}

/* line 353, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6
  .testmonial-6-area
  .testmonial6-active.owl-carousel
  .single-testmonial::before {
  position: absolute;
  content: '';
  background-image: url(../img/testimonials/test-6-border-1.png);
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  height: 40px;
  bottom: -40px;
  z-index: 99;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  /* line 353, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .home-6
    .testmonial-6-area
    .testmonial6-active.owl-carousel
    .single-testmonial::before {
    display: none;
  }
}

/* line 370, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6
  .testmonial-6-area
  .testmonial6-active.owl-carousel
  .single-testmonial
  h5 {
  font-size: 21px;
  color: #fff;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-top: 25px;
  margin-bottom: 1px;
}

/* line 378, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6
  .testmonial-6-area
  .testmonial6-active.owl-carousel
  .single-testmonial
  span {
  color: #828bb2;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

/* line 384, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6
  .testmonial-6-area
  .testmonial6-active.owl-carousel
  .single-testmonial
  p {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  line-height: 1.88;
  font-weight: 300;
}

@media (max-width: 767px) {
  /* line 390, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .home-6
    .testmonial-6-area
    .testmonial6-active.owl-carousel
    .single-testmonial
    p
    br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 390, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .home-6
    .testmonial-6-area
    .testmonial6-active.owl-carousel
    .single-testmonial
    p
    br {
    display: none;
  }
}

/* line 399, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6
  .testmonial-6-area
  .testmonial6-active.owl-carousel
  .single-testmonial
  img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  /* line 343, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .home-6
    .testmonial-6-area
    .testmonial6-active.owl-carousel
    .single-testmonial {
    padding: 30px 20px;
  }
}

/* line 408, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6 .testmonial-6-area .testmonial6-active.owl-carousel .owl-nav div {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #f4f4fb;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  border-radius: 3px;
  color: #363e51;
}

.home-6 .testmonial-6-area .testmonial6-active.owl-carousel .owl-nav div.right-arrow {
  left: auto;
  right: 0;
}

/* line 421, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6 .testmonial-6-area .testmonial6-active.owl-carousel .owl-nav div:hover {
  color: #fff;
}

/* line 425, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6
  .testmonial-6-area
  .testmonial6-active.owl-carousel
  .owl-nav
  div.owl-next {
  right: 0;
  left: auto;
}

/* line 432, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6 .testmonial-6-area .test-anim-1 {
  position: absolute;
  right: 20%;
  top: 21%;
}

/* line 437, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6 .testmonial-6-area .test-anim-2 {
  position: absolute;
  right: 36%;
  bottom: 5%;
}

/* line 442, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6 .testmonial-6-area .test-anim-3 {
  position: absolute;
  left: 38%;
  bottom: 0%;
}

/* line 447, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.home-6 .testmonial-6-area .test-anim-4 {
  position: absolute;
  right: 49%;
  top: 7%;
}

/* line 456, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.about-v3 .testimonial-area {
  padding-bottom: 198px;
}

@media (max-width: 767px) {
  /* line 456, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .about-v3 .testimonial-area {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 456, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .about-v3 .testimonial-area {
    padding-bottom: 100px;
  }
}

/* line 464, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.about-v3 .testimonial-area .single-testimonial {
  margin-bottom: 59px;
  margin-top: 0px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  border: 1px solid rgba(215, 219, 227, 0.35);
  box-shadow: none;
}

/* line 476, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.about-v3 .testimonial-area .single-testimonial:hover {
  box-shadow: 2.1px 14.9px 40px 0 rgba(111, 54, 255, 0.2);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/* line 481, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.about-v3 .testimonial-area .testi-bottom {
  position: relative;
}

/* line 483, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.about-v3 .testimonial-area .testi-bottom span {
  position: absolute;
  top: 0;
  left: 39px;
  width: 90px;
  height: 2px;
  display: inline-block;
}

/* line 490, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.about-v3 .testimonial-area .testi-bottom span.blue {
  background: #6e35ff;
}

/* line 493, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.about-v3 .testimonial-area .testi-bottom span.green {
  background: #3bcc66;
}

/* line 496, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.about-v3 .testimonial-area .testi-bottom span.red {
  background: #f8c72e;
}

/* line 508, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.about-v3 .quick-quote-area .border-quote {
  border: 1px solid #d7dbe3;
  padding: 42px 0;
  align-items: center;
}

/* line 512, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.about-v3 .quick-quote-area .border-quote .section-intro {
  padding-left: 30px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 512, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .about-v3 .quick-quote-area .border-quote .section-intro {
    padding-left: 0;
  }
}

/* line 519, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.about-v3 .quick-quote-area .border-quote .section-intro .section-intro p {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  /* line 522, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
  .about-v3 .quick-quote-area .border-quote .section-intro .section-intro h2 {
    font-size: 18px;
  }
}

/* line 532, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.about-v3 .quick-quote-area .quote-btn a {
  text-transform: uppercase;
  color: #fff;
  padding: 9px 24px 9px 24px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  text-transform: capitalize;
}

/* line 544, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_testimonial.scss */
.about-v3 .quick-quote-area .quote-btn a:hover {
  box-shadow: 0px 10px 20px 0 rgba(226, 43, 107, 0.4);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/************** accordion part start***************/
/* line 2, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.frequency-askquestion {
  padding-top: 150px;
  padding-bottom: 130px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 2, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .frequency-askquestion {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

/* line 13, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.accordion_part #accordion button {
  font-size: 16px;
  color: #0f2137;
  font-weight: 500;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 13, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .accordion_part #accordion button {
    font-size: 14px;
  }
}

/* line 22, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.accordion_part #accordion .card {
  margin-bottom: 15px;
  border-radius: 0;
}

/* line 25, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.accordion_part #accordion .card .card-header {
  background-color: transparent;
  padding: 4px 14px;
}

@media (max-width: 767px) {
  /* line 25, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .accordion_part #accordion .card .card-header {
    padding: 4px 0;
  }
}

/* line 32, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.accordion_part #accordion .card .card-body {
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  padding: 10px 30px 32px;
}

/* line 38, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.accordion_part #accordion .card .collapse {
  border-bottom: 1px solid #d7dbe3;
}

/* line 40, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.accordion_part #accordion .card .collapse.show {
  background: #fff;
  -webkit-box-shadow: 0px 30px 50px 0 rgba(77, 193, 220, 0.1);
  box-shadow: 0px 30px 50px 0 rgba(77, 193, 220, 0.1);
  border-bottom: 1px solid transparent;
}

/* line 48, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.accordion_part #accordion h5 {
  position: relative;
  z-index: 1;
}

/* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.accordion_part #accordion h5 button.btn.btn-link:after {
  position: absolute;
  content: '\e648';
  top: 9px;
  right: 12px;
  height: auto;
  font-family: 'themify';
  color: #0f2137;
  font-size: 14px;
}

@media (max-width: 767px) {
  /* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .accordion_part #accordion h5 button.btn.btn-link:after {
    right: 10px;
  }
}

/* line 67, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.accordion_part #accordion h5 button.btn.btn-link.collapsed:after {
  content: '\e64b';
  color: #0f2137;
  font-size: 14px;
}

/* line 74, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.accordion_part #accordion h5 button i {
  height: 36px;
  width: 36px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  /* line 74, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .accordion_part #accordion h5 button i {
    display: none;
  }
}

/* line 91, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.accordion_part #accordion h5 button.btn.btn-link.collapsed i {
  background: #f4f7f9;
  color: #0f2137;
}

@media (max-width: 767px) {
  /* line 91, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .accordion_part #accordion h5 button.btn.btn-link.collapsed i {
    display: none;
  }
}

/* line 103, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.accordion_part #accordion .btn-link:hover {
  color: #182028;
  text-decoration: none;
}

/* line 107, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.accordion_part #accordion .btn {
  text-align: left !important;
}

/* line 114, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  /* line 114, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .main-faq-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 122, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion button,
.main-faq-area #accordion2 button,
.main-faq-area #accordion3 button,
.main-faq-area #accordion4 button,
.main-faq-area #accordion5 button {
  font-size: 16px;
  color: #0f2137;
  font-weight: 500;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 122, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .main-faq-area #accordion button,
  .main-faq-area #accordion2 button,
  .main-faq-area #accordion3 button,
  .main-faq-area #accordion4 button,
  .main-faq-area #accordion5 button {
    font-size: 14px;
  }
}

/* line 131, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion .card,
.main-faq-area #accordion2 .card,
.main-faq-area #accordion3 .card,
.main-faq-area #accordion4 .card,
.main-faq-area #accordion5 .card {
  margin-bottom: 15px;
  border-radius: 0;
}

/* line 134, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion .card .card-header,
.main-faq-area #accordion2 .card .card-header,
.main-faq-area #accordion3 .card .card-header,
.main-faq-area #accordion4 .card .card-header,
.main-faq-area #accordion5 .card .card-header {
  background-color: transparent;
  padding: 4px 14px;
}

/* line 138, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion .card .card-header:focus,
.main-faq-area #accordion2 .card .card-header:focus,
.main-faq-area #accordion3 .card .card-header:focus,
.main-faq-area #accordion4 .card .card-header:focus,
.main-faq-area #accordion5 .card .card-header:focus {
  border-bottom: 0;
}

@media (max-width: 767px) {
  /* line 134, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .main-faq-area #accordion .card .card-header,
  .main-faq-area #accordion2 .card .card-header,
  .main-faq-area #accordion3 .card .card-header,
  .main-faq-area #accordion4 .card .card-header,
  .main-faq-area #accordion5 .card .card-header {
    padding: 4px 0;
  }
}

/* line 146, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion .card .card-body,
.main-faq-area #accordion2 .card .card-body,
.main-faq-area #accordion3 .card .card-body,
.main-faq-area #accordion4 .card .card-body,
.main-faq-area #accordion5 .card .card-body {
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  padding: 10px 30px 32px;
}

/* line 152, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion .card .collapse,
.main-faq-area #accordion2 .card .collapse,
.main-faq-area #accordion3 .card .collapse,
.main-faq-area #accordion4 .card .collapse,
.main-faq-area #accordion5 .card .collapse {
  border-bottom: 1px solid #d7dbe3;
}

/* line 154, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion .card .collapse.show,
.main-faq-area #accordion2 .card .collapse.show,
.main-faq-area #accordion3 .card .collapse.show,
.main-faq-area #accordion4 .card .collapse.show,
.main-faq-area #accordion5 .card .collapse.show {
  background: #fff;
  -webkit-box-shadow: 0px 30px 50px 0 rgba(77, 193, 220, 0.1);
  box-shadow: 0px 30px 50px 0 rgba(77, 193, 220, 0.1);
  border-bottom: 1px solid transparent;
}

/* line 162, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion h5,
.main-faq-area #accordion2 h5,
.main-faq-area #accordion3 h5,
.main-faq-area #accordion4 h5,
.main-faq-area #accordion5 h5 {
  position: relative;
  z-index: 1;
}

/* line 166, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion h5 button.btn.btn-link:after,
.main-faq-area #accordion2 h5 button.btn.btn-link:after,
.main-faq-area #accordion3 h5 button.btn.btn-link:after,
.main-faq-area #accordion4 h5 button.btn.btn-link:after,
.main-faq-area #accordion5 h5 button.btn.btn-link:after {
  position: absolute;
  content: '\e648';
  top: 9px;
  right: 12px;
  height: auto;
  font-family: 'themify';
  color: #0f2137;
  font-size: 14px;
}

@media (max-width: 767px) {
  /* line 166, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .main-faq-area #accordion h5 button.btn.btn-link:after,
  .main-faq-area #accordion2 h5 button.btn.btn-link:after,
  .main-faq-area #accordion3 h5 button.btn.btn-link:after,
  .main-faq-area #accordion4 h5 button.btn.btn-link:after,
  .main-faq-area #accordion5 h5 button.btn.btn-link:after {
    right: 10px;
  }
}

/* line 181, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion h5 button.btn.btn-link.collapsed:after,
.main-faq-area #accordion2 h5 button.btn.btn-link.collapsed:after,
.main-faq-area #accordion3 h5 button.btn.btn-link.collapsed:after,
.main-faq-area #accordion4 h5 button.btn.btn-link.collapsed:after,
.main-faq-area #accordion5 h5 button.btn.btn-link.collapsed:after {
  content: '\e64b';
  color: #0f2137;
  font-size: 14px;
}

/* line 188, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion h5 button i,
.main-faq-area #accordion2 h5 button i,
.main-faq-area #accordion3 h5 button i,
.main-faq-area #accordion4 h5 button i,
.main-faq-area #accordion5 h5 button i {
  height: 36px;
  width: 36px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  /* line 188, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .main-faq-area #accordion h5 button i,
  .main-faq-area #accordion2 h5 button i,
  .main-faq-area #accordion3 h5 button i,
  .main-faq-area #accordion4 h5 button i,
  .main-faq-area #accordion5 h5 button i {
    display: none;
  }
}

/* line 205, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion h5 button.btn.btn-link.collapsed i,
.main-faq-area #accordion2 h5 button.btn.btn-link.collapsed i,
.main-faq-area #accordion3 h5 button.btn.btn-link.collapsed i,
.main-faq-area #accordion4 h5 button.btn.btn-link.collapsed i,
.main-faq-area #accordion5 h5 button.btn.btn-link.collapsed i {
  background: #f4f7f9;
  color: #0f2137;
}

@media (max-width: 767px) {
  /* line 205, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .main-faq-area #accordion h5 button.btn.btn-link.collapsed i,
  .main-faq-area #accordion2 h5 button.btn.btn-link.collapsed i,
  .main-faq-area #accordion3 h5 button.btn.btn-link.collapsed i,
  .main-faq-area #accordion4 h5 button.btn.btn-link.collapsed i,
  .main-faq-area #accordion5 h5 button.btn.btn-link.collapsed i {
    display: none;
  }
}

/* line 217, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion .btn-link:hover,
.main-faq-area #accordion2 .btn-link:hover,
.main-faq-area #accordion3 .btn-link:hover,
.main-faq-area #accordion4 .btn-link:hover,
.main-faq-area #accordion5 .btn-link:hover {
  color: #182028;
  text-decoration: none;
}

/* line 221, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area #accordion .btn,
.main-faq-area #accordion2 .btn,
.main-faq-area #accordion3 .btn,
.main-faq-area #accordion4 .btn,
.main-faq-area #accordion5 .btn {
  text-align: left !important;
}

/* line 227, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .mytablist {
  margin-bottom: 78px;
}

@media (max-width: 767px) {
  /* line 227, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .main-faq-area .mytablist {
    margin-bottom: 50px;
  }
}

/* line 233, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .mytablist .nav-item a {
  display: block;
  color: #465160;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  padding: 0 40px 0 0;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 233, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .main-faq-area .mytablist .nav-item a {
    padding: 0 20px 0 0;
  }
}

/* line 244, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .mytablist .nav-item a:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  background: #465160;
  right: 20px;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 244, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .main-faq-area .mytablist .nav-item a:before {
    right: 10px;
  }
}

/* line 258, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .mytablist .nav-item a.active {
  color: #e22b6b;
}

/* line 262, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .mytablist .nav-item:last-child a:before {
  display: none;
}

/* line 271, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.faq-btn {
  padding: 11px 31px;
  border: 0;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  font-weight: 500;
}

/* line 281, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.faq-btn:hover {
  -webkit-box-shadow: 0px 10px 20px 0 rgba(226, 43, 107, 0.4);
  box-shadow: 0px 10px 20px 0 rgba(226, 43, 107, 0.4);
}

/* line 287, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area ::-webkit-input-placeholder {
  font-size: 14px;
  color: #465160;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

/* line 293, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area :-ms-input-placeholder {
  font-size: 14px;
  color: #465160;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

/* line 299, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area ::-ms-input-placeholder {
  font-size: 14px;
  color: #465160;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

/* line 305, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area ::placeholder {
  font-size: 14px;
  color: #465160;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

/* line 311, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .faq-form-area {
  padding: 50px 40px;
  background: #fff;
  box-shadow: 0px 13px 30px 0 rgba(153, 153, 153, 0.2);
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 311, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .main-faq-area .faq-form-area {
    margin-top: 50px;
  }
}

/* line 318, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .faq-form-area .section-intro {
  margin-bottom: 16px;
}

/* line 320, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .faq-form-area .section-intro .section-intro-title {
  margin-bottom: 11px;
}

/* line 324, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .faq-form-area .section-intro h2 {
  font-size: 24px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  color: #0f2137;
  line-height: 1.5;
}

@media (max-width: 767px) {
  /* line 324, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
  .main-faq-area .faq-form-area .section-intro h2 {
    font-size: 20px;
  }
}

/* line 337, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .faq-form-area .faq-form .nice-select:focus {
  border-color: #0f2137;
}

/* line 341, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .faq-form-area .faq-form input {
  width: 100%;
  margin-bottom: 39px;
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #d7dbe3;
  color: #465160;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}

/* line 351, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .faq-form-area .faq-form input:focus {
  outline: none;
  border-color: #0f2137;
}

/* line 355, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .faq-form-area .faq-form input::placeholder {
  font-size: 14px;
  color: #465160;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

/* line 362, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .faq-form-area .faq-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d7dbe3;
  height: 130px;
  resize: none;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 35px;
}

/* line 370, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .faq-form-area .faq-form textarea::placeholder {
  font-size: 14px;
  color: #465160;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

/* line 376, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_accordion.scss */
.main-faq-area .faq-form-area .faq-form textarea:focus {
  outline: none;
  border-color: #0f2137;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* line 2, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_screena-area.scss */
.app-screen {
  position: relative;
}

/* line 7, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_screena-area.scss */
.screen-active.owl-carousel .owl-item.active.center {
  position: relative;
  z-index: 9;
}

/* line 10, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_screena-area.scss */
.screen-active.owl-carousel .owl-item.active.center::before {
  position: absolute;
  content: '';
  background-image: url(../img/mibile-scren/center-screen.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 22, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_screena-area.scss */
.screen-active.owl-carousel .owl-item img {
  display: inline-block;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.newsletter-bg {
  background-image: url(../img/newsletter-bg.jpg);
}

/* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.newsletter-area {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center;
  text-align: center;
}

/* line 11, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.newsletter-area .section-intro2.text-center.white p {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 20, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.newsletter-area .section-intro2.text-center.white h4 {
  color: #fff;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

/* line 28, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.newsletter-area .newsletter input {
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}

/* line 35, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.newsletter-area .newsletter input::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 767px) {
  /* line 28, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
  .newsletter-area .newsletter input {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* line 46, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.newsletter-area .newsletter button {
  border: none;
  border-radius: 5px;
  padding: 11px 25px 9px 25px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  background: #fff;
  color: #51e58f;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  /* line 46, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
  .newsletter-area .newsletter button {
    width: 100%;
  }
}

/* line 60, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.newsletter-area .newsletter button:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

/* line 67, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.newsletter-area p.newstext {
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 2;
  opacity: 0.75;
  margin-top: 34px;
}

/* line 80, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.home5-newsletter .newsletter-bg {
  background-image: url(../img/Home-5-all/newsletter.png);
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}

/* line 88, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.home5-newsletter .newsletter-content {
  padding-left: 35px;
}

@media (max-width: 767px) {
  /* line 88, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
  .home5-newsletter .newsletter-content {
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 88, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
  .home5-newsletter .newsletter-content {
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* line 100, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.home5-newsletter .newsletter-content span {
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 1.3px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

/* line 110, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.home5-newsletter .newsletter-content h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

/* line 117, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.home5-newsletter input {
  width: 70%;
  padding: 10px 20px;
  border-radius: 5px;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  outline: none;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 117, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
  .home5-newsletter input {
    width: 100%;
  }
}

/* line 129, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.home5-newsletter input::placeholder {
  color: #fff;
}

/* line 133, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.home5-newsletter .primary-button2 {
  padding: 10px 27px;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 133, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
  .home5-newsletter .primary-button2 {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 143, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
  .about-v2 .button-subscribe.ml-3.click-btn {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 148, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
  .about-v2 .form-control {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 158, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.about-v2 .subscribe .section-intro,
.about-v4 .subscribe .section-intro {
  margin-bottom: 49px;
}

/* line 165, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.about-v4 .subscribe {
  position: relative;
  z-index: 0;
}

/* line 168, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.about-v4 .subscribe::before {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}

/* line 182, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_newsletter-area.scss */
.subscribe-bg-v4 {
  background: url(../img/newsletter-bg-v4.jpg) left center no-repeat;
  background-size: cover;
  padding: 95px 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pattern-body.scss */
.patter-body-1::before {
  background-image: url(../img/pattern-body/pattern-1.png);
  position: absolute;
  content: '';
  width: 50%;
  height: auto;
  top: 10%;
  right: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
footer.footer4.home-5 .footer-top {
  padding-top: 95px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  /* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
  footer.footer4.home-5 .footer-top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

/* line 13, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
footer.footer4 .footer-top {
  padding-top: 95px;
  padding-bottom: 80px;
}

/* line 17, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
footer.footer4 .footer-top .footer-widget h3 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

/* line 26, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
footer.footer4 .footer-top .footer-widget ul li a {
  font-size: 16px;
  line-height: 2.25;
  color: #465160;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 33, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
footer.footer4 .footer-top .footer-widget ul li a:hover {
  padding-left: 3px;
}

@media (max-width: 767px) {
  /* line 16, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
  footer.footer4 .footer-top .footer-widget {
    margin-bottom: 30px;
  }
}

/* line 45, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
footer.footer4 .footer-bottom .copy-right {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d7dbe3;
}

/* line 50, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
footer.footer4 .footer-bottom .copy-right p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #465160;
  margin-bottom: 0;
}

/* line 56, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
footer.footer4 .footer-bottom .copy-right p a {
  color: #465160;
}

/* line 58, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
footer.footer4 .footer-bottom .copy-right p a:hover {
  text-decoration: underline;
}

/* line 67, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
.about-v2 footer.footer4 {
  position: relative;
  z-index: 9;
}

/* line 70, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
.about-v2 footer.footer4 .footer-top {
  padding-top: 145px;
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  /* line 70, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
  .about-v2 footer.footer4 .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 78, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
.about-v2 footer.footer4 .footer-top .footer-widget h3 {
  font-family: 'Rubik', sans-serif;
}

/* line 83, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
.about-v2 footer.footer4 .footer-top .footer-widget ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

/* line 93, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
.about-v2 footer.footer4 .footer-bottom .copy-right p {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  color: #465160;
}

/* line 103, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer4.scss */
.aboutv2-footer-bg {
  background-image: url(../img/aboutv2-footer.png);
  background-size: cover;
  background-position: center;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start Happy Client Area
=========================================================================================== */
/* line 3, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_client.scss */
.happy-client-area {
  position: relative;
  margin-top: -243px;
}

@media (min-width: 1921px) {
  /* line 3, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_client.scss */
  .happy-client-area {
    margin-top: 150px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 3, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_client.scss */
  .happy-client-area {
    margin-top: -200px;
  }
}

@media (max-width: 991px) {
  /* line 3, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_client.scss */
  .happy-client-area {
    margin-top: -50px;
  }
}

/* line 15, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_client.scss */
.happy-client-area .owl-carousel .owl-item img {
  width: auto !important;
  margin-left: auto;
}

@media (max-width: 991px) {
  /* line 15, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_client.scss */
  .happy-client-area .owl-carousel .owl-item img {
    margin: auto;
  }
}

/* End Happy Client Area
=========================================================================================== */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start Pricing Area
=========================================================================================== */
/* line 3, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing-area {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
  .pricing-area .row {
    justify-content: center;
  }
}

/* line 11, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing-area.home-5.section-margin {
  margin: 150px 0 0 0;
}

@media (max-width: 767px) {
  /* line 11, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
  .pricing-area.home-5.section-margin {
    margin: 60px 0 30px 0;
  }
}

/* line 16, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing-area.home-5.section-margin .pricing_item {
  margin-bottom: 30px;
}

/* line 22, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item {
  background: #fff;
  text-align: center;
  padding: 50px 30px;
  color: #465160;
  position: relative;
  z-index: 9;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 22, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
  .pricing_item {
    margin-bottom: 30px;
  }
}

/* line 32, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item.bandage {
  -webkit-box-shadow: 0px 30px 50px 0 rgba(77, 193, 220, 0.1);
  box-shadow: 0px 30px 50px 0 rgba(77, 193, 220, 0.1);
}

/* line 35, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item.bandage::before {
  position: absolute;
  content: 'Best Value';
  top: 22px;
  right: -6px;
  transform: rotate(45deg);
  z-index: 999;
  color: #fff;
  font-size: 12px;
  font-family: Raleway;
  text-transform: uppercase;
  letter-spacing: 0.85px;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 35, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
  .pricing_item.bandage::before {
    top: 30px;
    right: -9px;
  }
}

/* line 54, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item .best-value {
  position: absolute;
  right: 0px;
  top: -7px;
  max-width: 110px;
  max-height: 110px;
}

@media (max-width: 767px) {
  /* line 54, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
  .pricing_item .best-value {
    right: 0;
    top: 0;
  }
}

/* line 65, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item h3.p_title {
  font-size: 21px;
  color: #0f2137;
  margin-bottom: 30px;
  font-weight: 500;
}

/* line 72, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item h1.p_price {
  margin: 0;
  margin-top: 30px;
  font-size: 40px;
  font-weight: 700;
  color: #0f2137;
  line-height: 38px;
}

/* line 81, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item .period {
  font-size: 16px;
  font-weight: 300;
  color: #465160;
  margin-bottom: 30px;
}

/* line 88, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item .p_list {
  padding: 30px;
  border-top: 1px solid #dee1e4;
}

/* line 93, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* line 98, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item ul li {
  padding: 6px 0;
}

/* line 101, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item ul li span {
  margin-right: 4px;
  font-size: 13px;
}

/* line 106, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item ul li .cross {
  color: #ff512f;
}

/* line 112, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item .primary-button3 {
  background: #f4f7f9;
  color: #0f2137;
}

/* line 119, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item.active .primary-button3,
.pricing_item:hover .primary-button3 {
  background-size: 200%;
  color: #fff;
}

/* line 125, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item.home-5 {
  border: 1px solid #e4e7e9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 128, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item.home-5 .primary-button3 {
  background: #fef7f9;
  color: #465064;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 133, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item.home-5.bandage {
  box-shadow: 0px 30px 50px 0 rgba(221, 36, 117, 0.1);
  border: 1px solid transparent;
}

/* line 136, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item.home-5.bandage .primary-button3 {
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 143, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.pricing_item.home-5 .primary-button3:hover {
  color: #fff;
}

/* line 154, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.home-6 .pricing-area.home-5 .pricing_item {
  border: none;
}

/* line 156, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.home-6 .pricing-area.home-5 .pricing_item.bandage {
  box-shadow: 0px 30px 50px 0 rgba(29, 209, 16, 0.1);
}

/* line 159, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.home-6 .pricing-area.home-5 .pricing_item .best-value {
  display: none;
}

/* line 162, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.home-6 .pricing-area.home-5 .pricing_item .p_title {
  font-size: 21px;
  color: #363e51;
  margin-bottom: 52px;
  font-weight: 500;
  margin-top: 35px;
}

/* line 169, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.home-6 .pricing-area.home-5 .pricing_item .p_price {
  color: #363e51;
}

/* line 172, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.home-6 .pricing-area.home-5 .pricing_item .primary-button3 {
  color: #fff;
}

/* line 176, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.home-6 .pricing-area.home-5 .pricing_item .p_list {
  border-top: none;
  margin-top: 20px;
}

/* line 179, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.home-6 .pricing-area.home-5 .pricing_item .p_list li {
  padding: 11px 0;
  font-size: 16px;
  color: #828bb2;
}

/* line 188, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_pricing.scss */
.home-6 .pricing-area.home-5 .pricing_item:hover {
  box-shadow: 0px 30px 50px 0 rgba(29, 209, 16, 0.1);
}

/* End Pricing Area
=========================================================================================== */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start Collaboration Area
=========================================================================================== */
/* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area {
  position: relative;
}

@media (min-width: 320px) {
  /* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
  .collaboration-area {
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  /* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
  .collaboration-area {
    padding-bottom: 265px;
  }
}

/* line 12, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area:after {
  content: '';
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  min-height: 970px;
  background: url(../img/collaboration/collaboration-bg.png) no-repeat center;
  background-position: left top;
  z-index: -1;
}

/* line 23, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area .video-play-box {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  min-width: 80px;
  min-height: 80px;
  line-height: 80px;
  border-radius: 65px;
  text-align: center;
}

/* line 35, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area .video-play-box:after {
  background: #fff;
  z-index: 0;
  -webkit-animation: pulse-border 2000ms ease-out infinite;
  -moz-animation: pulse-border 2000ms ease-out infinite;
  -o-animation: pulse-border 2000ms ease-out infinite;
  animation: pulse-border 2000ms ease-out infinite;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: -1;
}

/* line 50, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area .video-play-box img {
  position: relative;
  top: 8px;
  left: 5px;
}

/* line 56, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area .overlay {
  background: -webkit-linear-gradient(135deg, #071590 0%, #ff003c 100%);
  background: -moz-linear-gradient(135deg, #071590 0%, #ff003c 100%);
  background: -o-linear-gradient(135deg, #071590 0%, #ff003c 100%);
  background: linear-gradient(135deg, #071590 0%, #ff003c 100%);
  opacity: 0.85;
}

/* line 60, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area .img-top {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 1;
}

/* line 66, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area .text-wrap {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 1;
}

/* line 71, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area .text-wrap h3 {
  font-size: 20px;
  color: #fff;
}

/* line 75, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area .text-wrap p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #949eb2;
}

@media (min-width: 1921px) {
  /* line 81, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
  .collaboration-area .collaboration-img {
    display: none;
  }
}

@media (max-width: 1199px) {
  /* line 81, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
  .collaboration-area .collaboration-img {
    display: none;
  }
}

/* line 88, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area .collaboration-img .img-fluid {
  position: absolute;
}

/* line 91, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area .collaboration-img .img-1 {
  right: 29%;
  bottom: 16%;
}

/* line 95, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area .collaboration-img .img-2 {
  right: 0%;
  bottom: 15%;
}

/* line 99, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.collaboration-area .collaboration-img .img-3 {
  right: 4%;
  bottom: 21%;
  z-index: -1;
}

/* End Collaboration Area
=========================================================================================== */
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

@-moz-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

@-o-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

/* line 131, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.about-v3 .collaboration-area2 {
  height: 600px;
  background-image: url(../img/about-v3-video-bg.jpg);
  background-size: cover;
  position: relative;
  background-position: center;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 131, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
  .about-v3 .collaboration-area2 {
    height: 400px;
  }
}

/* line 141, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.about-v3 .collaboration-area2::before {
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  content: '';
  height: 100%;
  opacity: 0.4;
  z-index: -1;
}

/* line 152, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.about-v3 .collaboration-area2 .video-play-box {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  min-width: 80px;
  min-height: 80px;
  line-height: 80px;
  border-radius: 65px;
  text-align: center;
}

/* line 164, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.about-v3 .collaboration-area2 .video-play-box:after {
  background: #fff;
  z-index: 0;
  -webkit-animation: pulse-border 2000ms ease-out infinite;
  -moz-animation: pulse-border 2000ms ease-out infinite;
  -o-animation: pulse-border 2000ms ease-out infinite;
  animation: pulse-border 2000ms ease-out infinite;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: -1;
}

/* line 179, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.about-v3 .collaboration-area2 .video-play-box img {
  position: relative;
  top: 0;
  left: 5px;
}

/* line 185, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.about-v3 .collaboration-area2 .video-info {
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 21%;
  bottom: 60px;
}

@media (max-width: 767px) {
  /* line 185, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
  .about-v3 .collaboration-area2 .video-info {
    right: 0;
    left: 0;
    text-align: center;
  }
}

/* line 196, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.about-v3 .collaboration-area2 .video-info h4 {
  font-size: 21px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

/* line 202, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_video.scss */
.about-v3 .collaboration-area2 .video-info p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=================== contact banner start ====================*/
/* line 5, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-page-area .section-intro h2 {
  font-size: 42px;
  font-weight: 500;
}

/* line 10, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-page-area .contact-btns {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 40px;
  color: #fff;
  margin-bottom: 30px;
}

/* line 17, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-page-area .contact-btns:hover {
  color: #fff;
}

/* line 22, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-page-area .form-area .form-control {
  margin-bottom: 30px;
}

/* line 24, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-page-area .form-area .form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da !important;
}

/* line 29, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-page-area .form-area input {
  padding: 15px;
  height: 40px;
  line-height: 40px;
  border: 0px;
  border-bottom: 1px solid #465160;
}

/* line 36, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-page-area .form-area input,
.contact-page-area .form-area textarea {
  border-radius: 0;
  font-size: 13px !important;
}

/* line 41, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-page-area .form-area textarea {
  height: 160px;
  margin-top: 0px;
  padding: 15px;
}

@media (max-width: 992px) {
  /* line 46, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
  .contact-page-area .form-area .form-group {
    margin-bottom: 0;
  }
}

/* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-page-area .single-contact-address {
  margin-bottom: 12px;
}

/* line 54, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-page-area .single-contact-address h5 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 59, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-page-area .single-contact-address p {
  margin-bottom: 5px;
}

/*=================== contact form end ====================*/
/* line 69, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .contact-wrapper {
  padding-top: 140px;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  /* line 69, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
  .contact-area-v2 .contact-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 76, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .contact-wrapper .contact-text {
  margin-bottom: 133px;
  text-align: center;
}

/* line 79, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .contact-wrapper .contact-text h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.24;
  color: #0f2137;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  /* line 79, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
  .contact-area-v2 .contact-wrapper .contact-text h2 {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 79, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
  .contact-area-v2 .contact-wrapper .contact-text h2 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  /* line 91, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
  .contact-area-v2 .contact-wrapper .contact-text h2 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 91, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
  .contact-area-v2 .contact-wrapper .contact-text h2 br {
    display: none;
  }
}

/* line 101, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .contact-wrapper .contact-text p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #465160;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 107, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
  .contact-area-v2 .contact-wrapper .contact-text p br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 107, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
  .contact-area-v2 .contact-wrapper .contact-text p br {
    display: none;
  }
}

/* line 118, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .single-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

/* line 126, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .single-contact .contact-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #d7dbe3;
  text-align: center;
  line-height: 60px;
  font-size: 23.5px;
  border-radius: 50%;
  color: #465160;
}

/* line 137, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .single-contact .contact-details p {
  margin-bottom: 0;
  padding-left: 23px;
}

/* line 144, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .contact-formm input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #d7dbe3;
  margin-bottom: 40px;
  padding-bottom: 13px;
}

/* line 151, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .contact-formm input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #465160;
}

/* line 156, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .contact-formm input:focus {
  outline: none;
  border-bottom: 1px solid #0f2137;
}

/* line 161, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .contact-formm textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #d7dbe3;
  margin-bottom: 50px;
  padding-bottom: 13px;
  height: 138px;
  resize: none;
}

/* line 170, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .contact-formm textarea::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #465160;
}

/* line 175, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .contact-formm textarea:focus {
  outline: none;
  border-bottom: 1px solid #0f2137;
}

/* line 181, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .boxd-btn {
  transition: 0.3s;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  padding: 12px 29px;
  border-radius: 3px;
  display: inline-block;
}

/* line 192, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .boxd-btn:focus {
  outline: none;
}

/* line 195, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .boxd-btn:hover {
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 204, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2 .map-wrap {
  height: 590px;
}

@media (max-width: 767px) {
  /* line 204, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
  .contact-area-v2 .map-wrap {
    height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 204, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
  .contact-area-v2 .map-wrap {
    height: 400px;
  }
}

/* line 215, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v3 .map-area {
  padding-top: 150px;
}

@media (max-width: 767px) {
  /* line 215, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
  .contact-area-v3 .map-area {
    padding-top: 60px;
  }
}

/* line 220, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v3 .map-area .map-wrap {
  height: 440px;
}

/* line 223, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v3 .map-area .contact-wrapper {
  padding-bottom: 0;
}

/* line 229, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.conatct-bg-1 {
  background-image: url(../img/contact-v1.png);
  background-size: cover;
  background-position: left;
}

/* line 234, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.conatct-bg-2 {
  background-image: url(../img/contact-v2.png);
  background-size: cover;
  background-position: left;
}

/* line 239, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_contact.scss */
.contact-area-v2.contact-area-v3 .contact-wrapper {
  padding-top: 140px;
  padding-bottom: 5px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Blog Area css
============================================================================================ */
/* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item {
  position: relative;
  box-shadow: 0px 10px 20px rgba(0, 1, 18, 0.08);
  margin-bottom: 45px;
}

/* line 8, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item figure {
  overflow: hidden;
  margin-bottom: 0px;
}

/* line 12, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item .post-img {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 15, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item .meta-box {
  padding: 35px 40px 40px;
}

@media (max-width: 767px) {
  /* line 15, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .single-post-item .meta-box {
    padding: 35px 20px 40px;
  }
}

/* line 21, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item h3 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 21, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .single-post-item h3 {
    font-size: 25px;
  }
}

/* line 28, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item h3 a {
  color: #0f2137;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 33, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item p {
  margin-bottom: 0px;
}

/* line 36, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item .post-meta {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}

/* line 43, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item .meta-details li a {
  position: relative;
  display: inline-block;
  color: #949eb2;
  padding-right: 20px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 49, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item .meta-details li a:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 10px;
  background: #949eb2;
  width: 1px;
  height: 12px;
}

@media (max-width: 767px) {
  /* line 49, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .single-post-item .meta-details li a:after {
    content: none;
  }
}

/* line 61, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item .meta-details li a:hover {
  color: #465160;
}

/* line 67, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item .meta-details li:last-child a:after {
  content: none;
}

/* line 75, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item:hover .post-img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

/* line 79, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item:hover h3 a {
  color: #ff512f;
}

/* line 83, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-item:hover .blog-button {
  color: #fff;
  box-shadow: 0px 10px 20px rgba(226, 43, 107, 0.3);
}

/* line 91, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-blog {
  position: relative;
  box-shadow: 0px 10px 20px rgba(0, 1, 18, 0.08);
  margin-bottom: 30px;
}

/* line 95, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-blog figure {
  overflow: hidden;
  margin-bottom: 0px;
}

/* line 99, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-blog .post-img {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 102, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-blog .meta-box {
  padding: 30px;
}

@media (max-width: 767px) {
  /* line 102, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .single-post-blog .meta-box {
    padding: 30px 20px;
  }
}

/* line 108, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-blog h3 {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 108, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .single-post-blog h3 {
    font-size: 25px;
  }
}

/* line 115, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-blog h3 a {
  color: #0f2137;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 120, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-blog p {
  margin-bottom: 0px;
}

/* line 123, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-blog .post-meta {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}

/* line 130, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-blog .meta-details li a {
  position: relative;
  display: inline-block;
  color: #949eb2;
  padding-right: 20px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 136, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-blog .meta-details li a:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 10px;
  background: #949eb2;
  width: 1px;
  height: 12px;
}

@media (max-width: 767px) {
  /* line 136, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .single-post-blog .meta-details li a:after {
    content: none;
  }
}

/* line 148, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-blog .meta-details li a:hover {
  color: #465160;
}

/* line 154, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-blog .meta-details li:last-child a:after {
  content: none;
}

/* line 162, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-post-blog:hover .post-img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

/* End Blog Area css
============================================================================================ */
/* Start Blog Sidebar Area css
============================================================================================ */
@media (max-width: 991px) {
  /* line 179, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .sidebar {
    margin-top: 80px;
  }
}

/* line 185, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-widget {
  border: 1px solid #eee;
  padding: 30px;
  margin-bottom: 30px;
}

@media (max-width: 420px) {
  /* line 185, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .single-widget {
    padding: 30px 10px;
  }
}

/* line 192, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.single-widget .title {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 21px;
}

/* line 201, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.search-widget i {
  display: inline-block;
  padding: 18px;
  color: #fff;
  font-size: 14px;
  border: 0;
  box-shadow: 0px 10px 20px rgba(226, 43, 107, 0.3);
}

/* line 210, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.search-widget form.example {
  border: 0;
  background: transparent;
  border-radius: 50px;
}

/* line 215, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.search-widget form.example input[type='text'] {
  padding: 18px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  background: transparent;
  color: #465160;
}

/* line 223, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.search-widget form.example input[type='text']:focus {
  outline: none;
}

/* line 227, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.search-widget form.example button {
  float: left;
  width: 20%;
  padding: 6px;
  font-size: 17px;
  border: none;
  cursor: pointer;
  background: transparent;
}

/* line 235, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.search-widget form.example button:focus {
  outline: none;
}

@media (max-width: 1024px) {
  /* line 227, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .search-widget form.example button {
    padding-left: 2px;
  }
}

/* line 242, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.search-widget form.example::after {
  content: '';
  clear: both;
  display: table;
}

/* line 249, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.author-widget {
  text-align: left;
}

/* line 251, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.author-widget h4 {
  font-size: 21px;
  font-weight: 400;
  padding: 25px 0 5px;
}

/* line 256, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.author-widget p {
  margin-bottom: 0px;
}

/* line 259, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.author-widget ul {
  margin-top: 25px;
}

/* line 261, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.author-widget ul li {
  padding-right: 10px;
  display: inline-block;
}

/* line 264, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.author-widget ul li:last-child {
  margin-right: 0px;
}

/* line 267, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.author-widget ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #0f2137;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 278, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.author-widget ul li a:hover {
  color: #fff;
  box-shadow: 0px 10px 20px rgba(226, 43, 107, 0.3);
}

/* line 290, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.category-widget ul li {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 291, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.category-widget ul li a {
  display: block;
  position: relative;
  color: #465160;
  margin: 0px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0px 10px 20px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 299, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.category-widget ul li a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 20px;
  width: 8px;
  height: 8px;
  background: #a6a6a6;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 312, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.category-widget ul li:hover a {
  color: #ff512f;
}

/* line 314, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.category-widget ul li:hover a:before {
  height: 3px;
  background: #ff512f;
  top: 22px;
}

/* line 322, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.category-widget ul li:last-child a {
  border-bottom: 0px;
  padding-bottom: 0px;
}

/* line 332, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.popular-posts-widget .single-popular-post {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}

/* line 336, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.popular-posts-widget .single-popular-post:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

/* line 342, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.popular-posts-widget .single-popular-post .popular-details h4 {
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 342, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .popular-posts-widget .single-popular-post .popular-details h4 {
    font-size: 14px;
  }
}

/* line 353, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.popular-posts-widget .single-popular-post .popular-details p {
  color: #949eb2;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
}

/* line 362, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.popular-posts-widget .single-popular-post:hover h4 {
  color: #ff512f;
}

@media (max-width: 960px) {
  /* line 332, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .popular-posts-widget .single-popular-post {
    margin-bottom: 20px;
  }
}

/* line 374, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.tag-cloud-widget ul li {
  display: inline-block;
}

/* line 376, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.tag-cloud-widget ul li a {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 5px 22px;
  margin-bottom: 12px;
  margin-right: 5px;
  color: #949eb2;
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 388, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.tag-cloud-widget ul li a:hover {
  box-shadow: 0px 10px 20px rgba(226, 43, 107, 0.3);
  color: #fff;
}

/* line 400, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.instagram-widget .instafeed li {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding: 5px;
}

/* line 405, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.instagram-widget .instafeed li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  background: transparent;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 415, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.instagram-widget .instafeed li .meta {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 425, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.instagram-widget .instafeed li .meta a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

/* line 432, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.instagram-widget .instafeed li:hover:before {
  background: rgba(15, 33, 55, 0.8);
}

/* line 435, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.instagram-widget .instafeed li:hover .meta {
  opacity: 1;
  visibility: visible;
}

/* line 446, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.newsletter-widget .form-group input {
  width: 100%;
  line-height: 44px;
  padding: 0 15px;
  border-radius: 0;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  display: block;
}

/* line 454, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.newsletter-widget .form-group input:focus {
  outline: none;
}

/* line 459, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.newsletter-widget .primary-btn {
  color: #fff;
  width: 100%;
  line-height: 45px;
  border: 1px solid #ff512f;
  box-shadow: 0px 10px 20px rgba(226, 43, 107, 0.3);
}

/* line 466, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.newsletter-widget .primary-btn:hover {
  background: transparent;
  color: #0f2137;
  box-shadow: none;
}

/* End Blog Sidebar Area css
============================================================================================ */
/* Start Blog Details Area css
============================================================================================ */
/* line 480, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-top {
  margin-bottom: 70px;
}

/* line 482, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-top h6 {
  color: #465160;
}

/* line 486, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-top p:last-of-type {
  margin-bottom: 0px;
}

/* line 490, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-top h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  /* line 490, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .blog-details-top h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  /* line 490, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .blog-details-top h2 {
    font-size: 30px;
  }
}

/* line 504, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-area h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
}

/* line 510, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-area h4 {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* line 516, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-area .quote i {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 35px;
}

/* line 522, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-area .quote .blockquote {
  color: #465160;
  font-weight: 400;
  font-size: 16px;
}

/* line 528, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-area .blog-video {
  position: relative;
}

/* line 530, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-area .blog-video .overlay {
  background: rgba(15, 33, 55, 0.4);
}

/* line 533, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-area .blog-video .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 540, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-area .blog-tag {
  padding: 29px 0px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

/* line 544, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-area .blog-tag i {
  font-size: 18px;
}

/* line 547, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-area .blog-tag ul {
  margin-left: 10px;
  line-height: 19px;
}

/* line 550, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-area .blog-tag ul li {
  display: inline-block;
  margin-right: 5px;
}

/* line 553, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-area .blog-tag ul li a {
  color: #949eb2;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 558, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.blog-details-area .blog-tag ul li a:hover {
  color: #ff512f;
}

/* End Blog Details Area css
============================================================================================ */
/* Start Comment Area css
============================================================================================ */
/* line 574, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comments-area {
  padding-bottom: 50px;
  margin-top: 70px;
  border-bottom: 1px solid #dddddd;
}

@media (max-width: 414px) {
  /* line 574, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 581, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comments-area h4 {
  font-size: 24px;
  margin-bottom: 50px;
}

/* line 585, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comments-area a {
  color: #0f2137;
}

/* line 588, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comments-area .comment-list {
  padding-bottom: 20px;
}

/* line 590, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 593, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  /* line 598, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /* line 601, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /* line 604, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .comments-area .comment-list .single-comment .comment {
    font-size: 11px;
  }
}

/* line 610, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 613, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comments-area .date {
  font-size: 13px;
  color: #9199a8;
}

/* line 617, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comments-area .comment {
  color: #777777;
}

/* line 620, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comments-area .btn-reply {
  background: transparent;
  padding: 0px;
  color: #465160;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* End Comment and Reply Area css
============================================================================================ */
/* Start Comment Form Area css
============================================================================================ */
/* line 639, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comment-form {
  margin-top: 50px;
  padding-bottom: 150px;
}

/* line 642, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 991px) {
  /* line 642, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .comment-form .name {
    padding-right: 0px;
  }
}

/* line 648, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /* line 648, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
  .comment-form .email {
    padding-left: 0px;
  }
}

/* line 654, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comment-form .form-control {
  padding: 10px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  width: 100%;
  font-size: 13px;
  color: #777777;
}

/* line 662, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comment-form .form-control:focus {
  box-shadow: none;
}

/* line 666, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_blog.scss */
.comment-form .primary-button {
  font-size: 12px;
  margin-top: 20px;
}

/* End Comment Form Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
/* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
.footer_area {
  background: #13141b;
  padding-top: 100px;
}

/* line 7, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
.footer_area [class*='hero-ani-'] {
  filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  -moz-filter: blur(3px);
  -webkit-filter: blur(3px);
}

/* line 11, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
.footer_area .single-footer-widget h6 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 32px;
}

/* line 16, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
.footer_area .single-footer-widget ul li {
  margin-bottom: 8px;
}

/* line 18, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
.footer_area .single-footer-widget ul li:last-child {
  margin-bottom: 0;
}

/* line 21, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
.footer_area .single-footer-widget ul li a {
  display: inline-block;
  color: #465160;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 25, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
.footer_area .single-footer-widget ul li a:hover {
  color: #fff;
}

/* line 31, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
.footer_area .footer_bottom {
  margin-top: 100px;
  background: #0e0f18;
  text-align: center;
  padding: 15px 0;
}

@media (max-width: 991px) {
  /* line 31, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
  .footer_area .footer_bottom {
    margin-top: 50px;
  }
}

/* line 39, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
.footer_area .footer_bottom p {
  margin-bottom: 0;
}

/* line 42, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
.footer_area .footer_bottom a {
  color: #fff;
}

/* End Footer Area css
============================================================================================ */
/* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer {
  background-image: url(../img/home-6/footer-bg.png);
  background-size: cover;
  background-position: top;
  padding-top: 180px;
}

@media (max-width: 767px) {
  /* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
  footer.home-6-footer {
    padding-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
  footer.home-6-footer {
    padding-top: 0px;
    background-image: none;
  }
}

/* line 68, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-widget p {
  line-height: 1.88;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 14px;
  color: #828bb2;
}

/* line 78, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-widget ul li p {
  color: #828bb2;
}

/* line 80, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-widget ul li p strong {
  color: #363e51;
  display: block;
}

/* line 87, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-widget input {
  width: 100%;
  height: 50px;
  background: #f4f4fb;
  border: 0;
  padding: 21px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 300;
  color: #222;
  margin-bottom: 10px;
}

/* line 98, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-widget input::placeholder {
  color: #828bb2;
}

/* line 101, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-widget input:focus {
  outline: none;
}

/* line 105, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-widget button {
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff;
}

/* line 114, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-widget ul li a {
  color: #828bb2 !important;
}

/* line 121, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-bottom {
  padding: 25px 0;
}

/* line 123, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-bottom .copy-right {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}

@media (max-width: 767px) {
  /* line 123, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
  footer.home-6-footer .footer-bottom .copy-right {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  /* line 123, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
  footer.home-6-footer .footer-bottom .copy-right {
    padding-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 123, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
  footer.home-6-footer .footer-bottom .copy-right {
    text-align: center;
    margin-bottom: 15px;
  }
}

/* line 140, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-bottom .links-6 {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 140, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
  footer.home-6-footer .footer-bottom .links-6 {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 140, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
  footer.home-6-footer .footer-bottom .links-6 {
    text-align: center;
  }
}

/* line 148, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-bottom .links-6 li {
  margin-left: 32px;
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 148, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
  footer.home-6-footer .footer-bottom .links-6 li {
    margin-left: 0;
    margin-right: 10px;
  }
}

/* line 155, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-bottom .links-6 li a {
  color: #828bb2;
  font-size: 16px;
}

/* line 158, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer.scss */
footer.home-6-footer .footer-bottom .links-6 li a:hover {
  color: #000;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer2 Area css
============================================================================================ */
/* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
.footer-area2 {
  position: relative;
  padding: 130px 0px;
}

/* line 8, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
.footer-area2.footer-area2-bg:before {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../img/footer2-bg.png) no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 1540px;
  z-index: -1;
}

@media (max-width: 991px) {
  /* line 20, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
  .footer-area2 .single-footer-widget {
    margin-bottom: 30px;
  }
}

/* line 24, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
.footer-area2 .single-footer-widget h4 {
  font-size: 20px;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  /* line 24, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
  .footer-area2 .single-footer-widget h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  /* line 24, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
  .footer-area2 .single-footer-widget h4 {
    margin-bottom: 15px;
  }
}

/* line 35, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
.footer-area2 .single-footer-widget p a {
  color: #ff512f;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 38, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
.footer-area2 .single-footer-widget p a:hover {
  opacity: 0.7;
}

/* line 44, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
.footer-area2 .single-footer-widget ul li {
  margin-bottom: 8px;
}

/* line 46, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
.footer-area2 .single-footer-widget ul li:last-child {
  margin-bottom: 0px;
}

/* line 49, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
.footer-area2 .single-footer-widget ul li a {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  color: #949eb2;
}

/* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
.footer-area2 .single-footer-widget ul li a:hover {
  color: #0f2137;
}

/* line 60, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
.footer-area2 .footer-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  background: #fff;
  color: #949eb2;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 70, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
.footer-area2 .footer-social a:hover {
  background: #465064;
  color: #fff;
}

/* line 75, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_footer2.scss */
.footer-area2 .footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* End Footer2 Area css
============================================================================================ */
/*---------------------------------------------------- */
/* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

/* line 7, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .col-12 {
  min-height: 0;
}

/* line 11, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .logo-img a {
  padding: 19px 47px 23px 47px;
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 11, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
  .header-area .logo-img a {
    padding: 13px 20px 15px 20px;
  }
}

/* line 22, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li {
  display: inline-block;
  margin: 0px 13px;
  margin-top: 35px;
  position: relative;
  z-index: 9;
}

/* line 28, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li .SubMenu {
  position: absolute;
  min-width: 230px;
  background: #fff;
  top: 300%;
  padding: 0;
  margin: 0;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  padding: 0px 0px;
  color: #0f2137 !important;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 28, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
  .header-area .main-menu ul li .SubMenu {
    min-width: 200px;
  }
}

/* line 44, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li .SubMenu li {
  margin-top: 0;
  display: block;
  position: relative;
  z-index: 9;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li .SubMenu li a {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  text-align: left;
  padding: 0;
  padding: 7px 30px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 74, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li .SubMenu li a:hover {
  background: rgba(0, 0, 0, 0.03);
  padding-left: 40px;
}

/* line 79, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li .SubMenu li ul {
  position: absolute;
  right: 0;
}

/* line 86, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li .SubMenu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 230px;
  padding: 0px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 86, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
  .header-area .main-menu ul li .SubMenu li ul {
    min-width: 200px;
  }
}

/* line 104, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li .SubMenu li:hover > ul {
  opacity: 1;
  visibility: visible;
}

/* line 108, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li .SubMenu li:nth-child(1) {
  padding-top: 16px;
}

/* line 111, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li .SubMenu li:last-child {
  padding-bottom: 17px;
}

/* line 116, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li a {
  color: #363e51;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-align: left;
}

/* line 122, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  /* line 122, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
  .header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 122, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
  .header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 22, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
  .header-area .main-menu ul li {
    margin: 0px 7px;
  }
}

/* line 136, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li:hover .SubMenu {
  opacity: 1;
  visibility: visible;
  top: 140%;
}

/* line 147, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .phone-number a {
  background: #363e51;
  display: inline-block;
  color: #fff;
  margin: 0;
  padding: 20px 30px 20px 30px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

/* line 156, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .phone-number a i {
  padding-right: 18px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 147, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
  .header-area .phone-number a {
    font-size: 13px;
  }
}

/* line 164, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(70px);
  padding: 15px 0;
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
}

/* line 190, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area.sticky .main-menu ul li {
  margin-top: 0;
}

/* line 201, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area.home-6 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* line 207, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area.home-6 .col-12 {
  min-height: 0;
}

/* line 215, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area.home-6 .main-menu ul li {
  display: inline-block;
  margin: 0px 12px;
}

/* line 218, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area.home-6 .main-menu ul li a {
  color: #13141b;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 215, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
  .header-area.home-6 .main-menu ul li {
    margin: 0px 7px;
  }
}

/* line 231, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area.home-6 .free-trail {
  text-align: right;
}

/* line 233, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area.home-6 .free-trail a {
  text-transform: uppercase;
  color: #fff;
  padding: 8px 26px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

/* line 245, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area.home-6.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  padding: 15px 0;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
}

/* line 264, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area.home-6.sticky .main-menu ul li {
  margin-top: 0;
}

/* line 272, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.about-v2 .header-area.home-6 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* line 278, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.about-v2 .header-area.home-6 .main-menu {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 272, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
  .about-v2 .header-area.home-6 {
    top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 272, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
  .about-v2 .header-area.home-6 {
    top: 20px;
  }
}

/* line 287, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.about-v2 .header-area.home-6 .free-trail a {
  transition: 0.3s;
}

/* line 290, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.about-v2 .header-area.home-6 .free-trail a:hover {
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 294, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.about-v2 .header-area.home-6.sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 9999;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
}

/* line 318, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.about-v2 .slicknav_menu .slicknav_nav {
  top: 15px;
}

/* line 323, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.slicknav_menu i {
  display: none !important;
}

/* line 328, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 337, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area .main-menu ul li:hover > a,
.header-area.common-header .main-menu ul li:hover > a,
.header-area.home-custom .main-menu ul li:hover > a {
  color: #ff512f !important;
}

/* line 346, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_header-5.scss */
.header-area a.active {
  color: #ff512f !important;
}

/* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.happy-client {
  padding-top: 143px;
  padding-bottom: 122px;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
  .happy-client {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
  .happy-client {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 12, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.happy-client .client-content span {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 300;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: block;
}

/* line 24, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.happy-client .client-content h3 {
  font-weight: 700;
  font-size: 42px;
  color: #363e51;
  line-height: 1.29;
  font-family: 'Poppins', sans-serif;
  margin-top: 12px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  /* line 24, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
  .happy-client .client-content h3 {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 24, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
  .happy-client .client-content h3 {
    font-size: 34px;
  }
}

/* line 39, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.happy-client .client-content p {
  color: #a5aebf;
  font-family: 'Poppins', sans-serif;
  line-height: 1.88;
  font-size: 16px;
}

/* line 46, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.happy-client .client-brand {
  position: relative;
  z-index: 9;
  margin-top: 16px;
}

/* line 50, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.happy-client .client-brand .client-bg-img {
  position: absolute;
  z-index: -1;
  top: 45px;
  left: 4px;
}

/* line 56, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.happy-client .client-brand .client-bg-img img {
  width: 100%;
}

/* line 60, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.happy-client .client-brand .single-client-brand {
  float: left;
  width: 33.333333%;
  margin-bottom: 73px;
  text-align: center;
  height: 60px;
}

/* line 70, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.home-6 .happy-client {
  padding-top: 92px;
  padding-bottom: 103px;
}

@media (max-width: 767px) {
  /* line 70, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
  .home-6 .happy-client {
    padding-bottom: 0;
    padding-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 70, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
  .home-6 .happy-client {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 82, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.home-6 .happy-client .client-content span {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 300;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: block;
}

/* line 94, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.home-6 .happy-client .client-content h3 {
  font-weight: 700;
  font-size: 42px;
  color: #292f40;
  line-height: 1.29;
  font-family: 'Poppins', sans-serif;
  margin-top: 12px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  /* line 94, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
  .home-6 .happy-client .client-content h3 {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 94, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
  .home-6 .happy-client .client-content h3 {
    font-size: 34px;
  }
}

/* line 109, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.home-6 .happy-client .client-content p {
  color: #949eb2;
  font-family: 'Poppins', sans-serif;
  line-height: 1.88;
  font-size: 16px;
}

/* line 116, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.home-6 .happy-client .client-brand {
  position: relative;
  z-index: 9;
  margin-top: 16px;
}

/* line 120, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.home-6 .happy-client .client-brand .client-bg-img {
  position: absolute;
  z-index: -1;
  top: 45px;
  left: 4px;
}

/* line 126, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.home-6 .happy-client .client-brand .client-bg-img img {
  width: 100%;
}

/* line 130, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
.home-6 .happy-client .client-brand .single-client-brand {
  float: left;
  width: 33.333333%;
  margin-bottom: 73px;
  text-align: center;
  height: 60px;
}

@media (max-width: 767px) {
  /* line 130, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_happy-client.scss */
  .home-6 .happy-client .client-brand .single-client-brand {
    margin-bottom: 60px;
  }
}

/* line 2, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
.check-boxx-wrapp {
  margin-top: -2px;
}

/* line 5, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
.wrapper {
  height: 20px;
  width: 70px;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 0 15px 0 rgba(221, 36, 117, 0.2);
  border: solid 1px #f8e4e9;
  background: #fbdfec;
  margin-bottom: 80px;
  margin-top: 6px;
}

/* line 18, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
#checkbox {
  visibility: hidden;
}

/* line 22, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
#checkbox:checked ~ .left {
  transform: translateY(-50%) scale(0);
}

/* line 26, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
#checkbox:checked ~ .right {
  transform: translateY(-50%) scale(1);
  z-index: 10;
}

/* line 33, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
.left,
.right {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  top: 50%;
}

/* line 42, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
.left {
  left: 0;
  z-index: 10;
  transform: translateY(-50%) scale(1);
  width: 30px;
  height: 30px;
  border-radius: 50;
  box-shadow: 2.1px 7.7px 30px 0 rgba(222, 37, 117, 0.45);
}

/* line 53, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
.right {
  right: 0%;
  width: 30px;
  height: 30px;
  border-radius: 50;
  transform: translateY(-50%) scale(0);
  transition: all 200ms cubic-bezier(0.8, 0.7, 0.72, 0.78);
  box-shadow: 2.1px 7.7px 30px 0 rgba(222, 37, 117, 0.45);
}

/* line 63, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
.month {
  margin: 0;
  font-size: 13px;
  color: #949eb2;
  font-family: Poppins;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 4px;
  text-transform: capitalize;
}

/* line 76, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
.home-6 .check-boxx-wrapp .wrapper {
  background: #f1f1fa;
  box-shadow: inset 0 0 15px 0 rgba(54, 62, 81, 0.2);
  border: solid 1px #d5d5d5;
  background-color: #f1f1fa;
}

/* line 81, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
.home-6 .check-boxx-wrapp .wrapper .left {
  box-shadow: none;
}

/* line 85, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
.home-6 .check-boxx-wrapp .wrapper .right {
  box-shadow: none;
}

/* line 94, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
.home4 .check-boxx-wrapp .wrapper {
  background: #f1f1fa;
  box-shadow: inset 0 0 15px 0 rgba(54, 62, 81, 0.2);
  border: solid 1px #d5d5d5;
  background-color: #f1f1fa;
}

/* line 99, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
.home4 .check-boxx-wrapp .wrapper .left {
  background-image: -moz-linear-gradient(90deg, #4dbee2 1%, #07da42 100%);
  background-image: -webkit-linear-gradient(90deg, #4dbee2 1%, #07da42 100%);
  background-image: -ms-linear-gradient(90deg, #4dbee2 1%, #07da42 100%);
  box-shadow: none;
}

/* line 105, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_check-box.scss */
.home4 .check-boxx-wrapp .wrapper .right {
  background-image: -moz-linear-gradient(90deg, #4dbee2 1%, #07da42 100%);
  background-image: -webkit-linear-gradient(90deg, #4dbee2 1%, #07da42 100%);
  background-image: -ms-linear-gradient(90deg, #4dbee2 1%, #07da42 100%);
  box-shadow: none;
}

@media (max-width: 767px) {
  /* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_slick-nav.scss */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9999999;
  }
}

/* line 13, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 27, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a:hover {
  background: #fff;
}

/* line 31, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a.active {
  background: #fff;
  color: #000;
}

/* line 37, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
}

/* line 48, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  /* line 12, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_slick-nav.scss */
  .slicknav_menu {
    margin-right: 12px;
  }
}

/* line 65, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_slick-nav.scss */
.home-6 .slicknav_menu .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  right: -5px;
  padding-bottom: 3px;
  position: absolute;
  top: 3px;
}

/* line 98, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_slick-nav.scss */
.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

/* line 2, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2 .team-area {
  padding-top: 100px;
  padding-bottom: 141px;
}

/* line 5, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2 .team-area .single-team {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding-bottom: 80px;
}

/* line 11, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2 .team-area .single-team .team-thumb img {
  width: 100%;
}

/* line 15, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2 .team-area .single-team .team-info {
  padding: 30px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
  left: 0;
  right: 0;
  bottom: -100px;
}

/* line 24, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2 .team-area .single-team .team-info h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #0f2137;
  margin-bottom: 1px;
}

/* line 31, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2 .team-area .single-team .team-info .hide-info {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/* line 35, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2 .team-area .single-team .team-info .hide-info span {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  display: block;
  margin-bottom: 24px;
}

/* line 43, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2 .team-area .single-team .team-info .hide-info .social-link a {
  color: #465160;
  font-size: 13px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid rgba(215, 219, 227, 0.35);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0px 3px;
  transition: 0.3s;
}

/* line 55, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2 .team-area .single-team .team-info .hide-info .social-link a:hover {
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
  border: 1px solid transparent;
}

/* line 66, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2 .team-area .single-team:hover .team-info {
  transform: translateY(-105px);
}

/* line 69, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2 .team-area .single-team:hover .hide-info {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  /* line 5, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .about-v2 .team-area .single-team {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .about-v2 .team-area .single-team {
    margin-bottom: 30px;
  }
}

/* line 84, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-v3-area {
  padding-top: 141px;
  padding-bottom: 144px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 84, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-v3-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 92, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-v3-area::before {
  position: absolute;
  content: '';
  background: #ddd;
  width: 2px;
  height: 263px;
  left: 47%;
  top: 41%;
}

@media (max-width: 767px) {
  /* line 92, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-v3-area::before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 92, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-v3-area::before {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 92, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-v3-area::before {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 92, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-v3-area::before {
    display: none;
  }
}

/* line 113, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-v3-area .single-team {
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  /* line 113, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-v3-area .single-team {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 113, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-v3-area .single-team {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 123, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-v3-area .single-team .team-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  /* line 123, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-v3-area .single-team .team-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* line 146, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-v3-area .single-team .team-thumb img {
  width: auto;
  display: inline-block;
}

/* line 151, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-v3-area .single-team .team-info {
  padding-left: 39px;
}

@media (max-width: 767px) {
  /* line 151, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-v3-area .single-team .team-info {
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 151, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-v3-area .single-team .team-info {
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}

/* line 164, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-v3-area .single-team .team-info .social-link a {
  color: #465160;
  font-size: 13px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid rgba(215, 219, 227, 0.35);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0px 3px;
  transition: 0.3s;
}

/* line 176, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-v3-area .single-team .team-info .social-link a:hover {
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
  border: 1px solid transparent;
}

/* line 185, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-v3-area .single-team .team-info .author-heading h4 {
  font-size: 24px;
  color: #0f2137;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 34px;
}

/* line 193, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-v3-area .single-team .team-info .author-heading span {
  font-size: 16px;
  color: #465160;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  display: block;
  margin-bottom: 21px;
}

/* line 201, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-v3-area .single-team .team-info .author-heading a {
  display: block;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background: #0066ff;
  text-align: center;
  padding: 6px;
  font-weight: normal;
}

/* line 210, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-v3-area .single-team .team-info .author-heading a:hover {
  background: #00a2ff;
}

/* line 222, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v4 .team {
  padding-bottom: 144px;
}

@media (max-width: 767px) {
  /* line 222, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .about-v4 .team {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 222, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .about-v4 .team {
    padding-bottom: 100px;
  }
}

/* line 235, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2.team-member-2 .team-area {
  padding-top: 100px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /* line 235, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .about-v2.team-member-2 .team-area {
    padding-top: 20px;
  }
}

/* line 241, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2.team-member-2 .team-area .single-team {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding-bottom: 80px;
  margin-top: 47px;
}

/* line 248, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2.team-member-2 .team-area .single-team .team-thumb img {
  width: 100%;
}

/* line 252, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2.team-member-2 .team-area .single-team .team-info {
  padding: 30px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
  left: 0;
  right: 0;
  bottom: -100px;
}

/* line 261, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2.team-member-2 .team-area .single-team .team-info h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #0f2137;
  margin-bottom: 1px;
}

/* line 268, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2.team-member-2 .team-area .single-team .team-info .hide-info {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/* line 272, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2.team-member-2 .team-area .single-team .team-info .hide-info span {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  display: block;
  margin-bottom: 24px;
}

/* line 280, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2.team-member-2
  .team-area
  .single-team
  .team-info
  .hide-info
  .social-link
  a {
  color: #465160;
  font-size: 13px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid rgba(215, 219, 227, 0.35);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0px 3px;
  transition: 0.3s;
}

/* line 292, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2.team-member-2
  .team-area
  .single-team
  .team-info
  .hide-info
  .social-link
  a:hover {
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
  border: 1px solid transparent;
}

/* line 303, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2.team-member-2 .team-area .single-team:hover .team-info {
  transform: translateY(-105px);
}

/* line 306, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.about-v2.team-member-2 .team-area .single-team:hover .hide-info {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  /* line 241, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .about-v2.team-member-2 .team-area .single-team {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 241, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .about-v2.team-member-2 .team-area .single-team {
    margin-bottom: 30px;
  }
}

/* line 322, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 {
  padding-top: 150px;
  padding-bottom: 0px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 322, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 330, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .team-single-wrapper .single-team-inner {
  width: 50%;
  float: left;
  border-bottom: 1px solid #d7dbe3;
}

@media (max-width: 767px) {
  /* line 330, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .team-single-wrapper .single-team-inner {
    display: block;
    width: 100%;
    border-bottom: 1px solid transparent;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 330, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .team-single-wrapper .single-team-inner {
    border: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 330, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .team-single-wrapper .single-team-inner {
    display: block;
    width: 50%;
    border-bottom: 1px solid transparent;
    padding: 0px 15px;
  }
}

/* line 348, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .team-single-wrapper .single-team-inner .single-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 348, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .team-single-wrapper .single-team-inner .single-team {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 348, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .team-single-wrapper .single-team-inner .single-team {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 348, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .team-single-wrapper .single-team-inner .single-team {
    border: none;
  }
}

/* line 365, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .team-single-wrapper .single-team-inner .single-team.team-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-left: 1px solid #d7dbe3;
  padding-right: 30px;
}

@media (max-width: 767px) {
  /* line 365, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .team-single-wrapper .single-team-inner .single-team.team-2 {
    display: block;
    border-left: 1px solid transparent;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 365, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .team-single-wrapper .single-team-inner .single-team.team-2 {
    display: block;
    border-left: 1px solid transparent;
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 365, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .team-single-wrapper .single-team-inner .single-team.team-2 {
    border: none;
    padding-right: 0;
  }
}

/* line 388, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .team-single-wrapper.secoend .single-team {
  padding-top: 60px;
}

@media (max-width: 767px) {
  /* line 388, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .team-single-wrapper.secoend .single-team {
    padding-top: 0;
  }
}

/* line 395, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .team-single-wrapper.last-one .single-team-inner {
  border-bottom: 1px solid transparent;
}

/* line 397, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .team-single-wrapper.last-one .single-team-inner .single-team {
  padding-top: 60px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 397, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .team-single-wrapper.last-one .single-team-inner .single-team {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 410, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .single-team {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 410, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .single-team {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 418, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .single-team .team-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  /* line 418, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .single-team .team-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* line 441, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .single-team .team-thumb img {
  width: auto;
  display: inline-block;
}

/* line 446, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .single-team .team-info {
  padding-left: 39px;
}

@media (max-width: 767px) {
  /* line 446, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .single-team .team-info {
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 446, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .single-team .team-info {
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 446, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .single-team .team-info {
    padding-left: 20px;
    text-align: left;
  }
}

/* line 463, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .single-team .team-info .social-link a {
  color: #465160;
  font-size: 13px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid rgba(215, 219, 227, 0.35);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0px 3px;
  transition: 0.3s;
}

/* line 475, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .single-team .team-info .social-link a:hover {
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
  border: 1px solid transparent;
}

/* line 484, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .single-team .team-info .author-heading h4 {
  font-size: 24px;
  color: #0f2137;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 34px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 484, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-3 .single-team .team-info .author-heading h4 {
    font-size: 22px;
  }
}

/* line 495, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .single-team .team-info .author-heading span {
  font-size: 16px;
  color: #465160;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  display: block;
  margin-bottom: 21px;
}

/* line 503, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .single-team .team-info .author-heading a {
  display: block;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background: #0066ff;
  text-align: center;
  padding: 6px;
  font-weight: normal;
}

/* line 512, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .single-team .team-info .author-heading a.red {
  background: #ff0000;
}

/* line 515, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .single-team .team-info .author-heading a.green {
  background: #07da42;
}

/* line 518, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .single-team .team-info .author-heading a.yellow {
  background: #ffba00;
}

/* line 521, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .single-team .team-info .author-heading a.blue {
  background: #6c00ff;
}

/* line 524, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .single-team .team-info .author-heading a:hover {
  background: #00a2ff;
}

/* line 532, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-3 .team-boxed-btn {
  margin-top: 0;
}

/* line 539, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-4 {
  padding-top: 150px;
}

/* line 541, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-4 .single-team {
  text-align: center;
  background: #f8fafd;
  padding: 50px 0;
  transition: 0.3s;
  border: 2px solid transparent;
  margin-bottom: 30px;
}

/* line 553, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-4 .single-team .team-info .social-link a {
  color: #465160;
  font-size: 13px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid rgba(215, 219, 227, 0.35);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0px 3px;
  transition: 0.3s;
  background: #fff;
}

/* line 566, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-4 .single-team .team-info .social-link a:hover {
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
  border: 1px solid transparent;
}

/* line 575, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-4 .single-team .team-info .author-heading h4 {
  font-size: 21px;
  color: #0f2137;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 24px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 575, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-4 .single-team .team-info .author-heading h4 {
    font-size: 22px;
  }
}

/* line 586, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-4 .single-team .team-info .author-heading span {
  font-size: 16px;
  color: #465160;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  display: block;
  margin-bottom: 21px;
}

/* line 594, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-4 .single-team .team-info .author-heading a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #465160;
  text-align: center;
  padding: 6px;
  font-weight: normal;
  margin-bottom: 17px;
}

/* line 606, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-4 .single-team:hover {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(315deg, #ff512f, #dd2476 99%);
  border-image-slice: 1;
}

/* line 614, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-4 .team-boxed-btn {
  margin-top: 70px;
}

/* line 621, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5 {
  padding-top: 150px;
}

@media (max-width: 767px) {
  /* line 621, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 {
    padding-top: 50px;
  }
}

/* line 626, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5 .team-boxed-btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  /* line 626, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .team-boxed-btn {
    margin-top: 0;
  }
}

/* line 632, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5 .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  /* line 632, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .row {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 632, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 632, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

/* line 651, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5 .single-team-wrapper.team-wrap-1 {
  margin-top: 120px;
}

@media (max-width: 767px) {
  /* line 651, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .single-team-wrapper.team-wrap-1 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 651, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .single-team-wrapper.team-wrap-1 {
    margin-top: 0px;
  }
}

/* line 660, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5 .single-team-wrapper.team-wrap-3 {
  margin-top: 64px;
}

@media (max-width: 767px) {
  /* line 660, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .single-team-wrapper.team-wrap-3 {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 660, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .single-team-wrapper.team-wrap-3 {
    margin-top: 0;
  }
}

/* line 669, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5 .single-team-wrapper .single-team {
  margin-bottom: 60px;
}

/* line 671, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5 .single-team-wrapper .single-team .team-info {
  padding: 50px 70px 50px 50px;
  background: #fff;
  margin-left: 50px;
  margin-top: -50px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 671, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .single-team-wrapper .single-team .team-info {
    margin-left: 0px;
    margin-top: 0px;
    padding: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 671, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .single-team-wrapper .single-team .team-info {
    margin-left: 0px;
    margin-top: 0px;
    padding: 50px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 671, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .single-team-wrapper .single-team .team-info {
    margin-left: 0px;
    margin-top: 0px;
    padding: 50px 0;
  }
}

/* line 697, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5 .single-team-wrapper .single-team .team-info .social-link a {
  color: #465160;
  font-size: 13px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid rgba(215, 219, 227, 0.35);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0px 3px;
  transition: 0.3s;
}

/* line 709, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5
  .single-team-wrapper
  .single-team
  .team-info
  .social-link
  a:hover {
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
  border: 1px solid transparent;
}

/* line 717, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5 .single-team-wrapper .single-team .team-info .author-heading {
  text-align: left;
}

@media (max-width: 767px) {
  /* line 717, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .single-team-wrapper .single-team .team-info .author-heading {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 717, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .single-team-wrapper .single-team .team-info .author-heading {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 717, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .single-team-wrapper .single-team .team-info .author-heading {
    text-align: center;
  }
}

/* line 728, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5 .single-team-wrapper .single-team .team-info .author-heading h4 {
  font-size: 24px;
  color: #0f2137;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 34px;
}

/* line 736, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5
  .single-team-wrapper
  .single-team
  .team-info
  .author-heading
  span {
  font-size: 16px;
  color: #465160;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  display: block;
  margin-bottom: 21px;
}

/* line 744, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5 .single-team-wrapper .single-team .team-info .author-heading a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background: #0066ff;
  text-align: center;
  font-weight: normal;
  padding: 7px 26px;
}

/* line 753, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5
  .single-team-wrapper
  .single-team
  .team-info
  .author-heading
  a.red {
  background: #ff0000;
}

/* line 756, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5
  .single-team-wrapper
  .single-team
  .team-info
  .author-heading
  a.green {
  background: #07da42;
}

/* line 759, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5
  .single-team-wrapper
  .single-team
  .team-info
  .author-heading
  a.yellow {
  background: #ffba00;
}

/* line 762, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5
  .single-team-wrapper
  .single-team
  .team-info
  .author-heading
  a.blue {
  background: #6c00ff;
}

/* line 765, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5
  .single-team-wrapper
  .single-team
  .team-info
  .author-heading
  a:hover {
  background: #00a2ff;
}

/* line 768, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
.team-member-5
  .single-team-wrapper
  .single-team
  .team-info
  .author-heading
  a:hover {
  background: #00a2ff;
}

@media (max-width: 767px) {
  /* line 669, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .single-team-wrapper .single-team {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 650, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_teamv2.scss */
  .team-member-5 .single-team-wrapper {
    text-align: center;
    margin: auto;
  }
}

/* line 2, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.error-404-page h1,
.error-404-page h2,
.error-404-page h3 {
  font-family: 'Poppins', sans-serif;
}

/* line 5, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.error-404-page p {
  font-family: 'Poppins', sans-serif;
}

/* line 10, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.anne-404-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100vh;
  background-image: url(../img/anne-404-shapes.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

@media (max-width: 767px) {
  /* line 10, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
  .anne-404-area {
    display: block;
  }
}

/* line 23, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.anne-404-area .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  /* line 37, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
  .anne-404-area .illstrator-img {
    margin-top: 105px;
    margin-bottom: 25px;
  }
}

/* line 42, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.anne-404-area .illstrator-img img {
  width: 100%;
}

/* line 46, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.anne-404-area .error-heading {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 46, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
  .anne-404-area .error-heading {
    margin-top: 25px;
    padding-bottom: 25px;
  }
}

/* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.anne-404-area .error-heading h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.43;
  color: #0f2137;
}

@media (max-width: 767px) {
  /* line 57, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
  .anne-404-area .error-heading h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
  .anne-404-area .error-heading h2 {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
  .anne-404-area .error-heading h2 {
    font-size: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
  .anne-404-area .error-heading h2 {
    font-size: 35px;
  }
}

/* line 72, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.anne-404-area .error-heading p {
  color: #465160;
  font-size: 16px;
  font-weight: 300;
  margin-top: 27px;
  margin-bottom: 43px;
}

/* line 79, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.anne-404-area .error-heading .boxd-btn {
  transition: 0.3s;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  padding: 9px 29px;
  border-radius: 5px;
  display: inline-block;
}

/* line 90, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.anne-404-area .error-heading .boxd-btn:focus {
  outline: none;
}

/* line 93, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.anne-404-area .error-heading .boxd-btn:hover {
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 99, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.not-faound-animation-1 {
  position: absolute;
  left: 44%;
  top: 24%;
}

/* line 104, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.not-faound-animation-2 {
  position: absolute;
  left: 11%;
  top: 20%;
}

/* line 109, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.not-faound-animation-7 {
  position: absolute;
  left: 16%;
  bottom: 20%;
}

/* line 114, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.not-faound-animation-4 {
  position: absolute;
  right: 47%;
  bottom: 25%;
}

/* line 119, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.not-faound-animation-5 {
  position: absolute;
  top: 22%;
  right: 5%;
}

/* line 124, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.not-faound-animation-6 {
  position: absolute;
  bottom: 24%;
  right: 14%;
}

/* line 129, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
.not-faound-animation-3 {
  position: absolute;
  top: 29%;
  right: 23%;
}

@media (max-width: 767px) {
  /* line 134, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_anne-404.scss */
  .not-faound-animation {
    display: none;
  }
}

/* line 1, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area {
  font-family: 'Roboto', sans-serif;
}

/* line 2, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area h1,
.login-resistration-area h2,
.login-resistration-area h3,
.login-resistration-area h4,
.login-resistration-area h5,
.login-resistration-area h6 {
  font-family: 'Rubik', sans-serif;
  color: #0f2137;
}

/* line 7, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area {
  position: absolute;
  left: 0;
  right: 0;
  padding: 35px 0;
  z-index: 999;
}

/* line 13, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .logo-area {
  position: absolute;
  left: 53px;
  display: inline-block;
  top: 35px;
}

@media (max-width: 767px) {
  /* line 13, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .logo-area {
    left: 30px;
    top: 9px;
  }
}

/* line 22, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .logo-area a {
  position: relative;
}

@media (max-width: 767px) {
  /* line 24, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .logo-area a .white-logo {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 24, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .logo-area a .white-logo {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 24, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .logo-area a .white-logo {
    display: none;
  }
}

/* line 35, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .logo-area a .black-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 1px;
  display: none;
}

@media (max-width: 767px) {
  /* line 35, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .logo-area a .black-logo {
    display: block;
    top: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 35, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .logo-area a .black-logo {
    display: block;
    top: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 35, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .logo-area a .black-logo {
    display: block;
    top: 22px;
  }
}

/* line 56, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .logo-area.login-res-v2 .white-logo {
  opacity: 0;
}

/* line 59, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .logo-area.login-res-v2 .black-logo {
  display: block;
}

/* line 63, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .logo-area.login-res-v3 {
  position: absolute;
  left: 0;
  display: inline-block;
  top: 0;
}

/* line 68, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .logo-area.login-res-v3 a {
  padding: 35px 52px;
  display: block;
  text-align: center;
  background: #fff;
}

@media (max-width: 767px) {
  /* line 68, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .logo-area.login-res-v3 a {
    padding: 11px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .logo-area.login-res-v3 a {
    padding: 20px 40px;
  }
}

/* line 79, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .offcanvace-area
  .logo-area.login-res-v3
  a
  .white-logo {
  opacity: 0;
}

/* line 82, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .offcanvace-area
  .logo-area.login-res-v3
  a
  .black-logo {
  display: block;
  z-index: 99;
}

/* line 89, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .notification-cart {
  text-align: right;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 89, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .notification-cart {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 89, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .notification-cart {
    text-align: center;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 89, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .notification-cart {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 100, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .notification-cart.login-res-v3 {
    display: none;
  }
}

/* line 105, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .notification-cart a {
  font-size: 16px;
  color: #0f2137;
}

/* line 108, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .notification-cart a.left-icon {
  margin-right: 33px;
  position: relative;
  z-index: 9;
}

/* line 112, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .offcanvace-area
  .notification-cart
  a.left-icon::before {
  position: absolute;
  content: '';
  background: #e40808;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  bottom: 0;
  right: -2px;
  z-index: 9;
}

/* line 123, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .offcanvace-area
  .notification-cart
  a.left-icon::after {
  content: '';
  background: #f4f7f9;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  bottom: -3px;
  right: -4px;
  z-index: -1;
  position: absolute;
}

@media (max-width: 767px) {
  /* line 89, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .notification-cart {
    display: none;
  }
}

/* line 140, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .offcanvas-menu-icon {
  background: #f4f7f9;
  width: 100px;
  height: 100px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 149, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .offcanvas-menu-icon.login-res-v3 {
    height: 70px;
  }
}

@media (max-width: 767px) {
  /* line 140, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .offcanvace-area .offcanvas-menu-icon {
    height: 70px;
    width: 70px;
  }
}

/* line 159, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .offcanvas-menu-icon span {
  background: #0f2137;
  width: 30px;
  height: 1px;
  display: block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 171, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .offcanvas-menu-icon span::before {
  width: 12px;
  height: 1px;
  background: #0f2137;
  content: '';
  position: absolute;
  right: 0;
  top: -10px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 181, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .offcanvace-area .offcanvas-menu-icon span::after {
  width: 25px;
  height: 1px;
  background: #0f2137;
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 193, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .offcanvace-area
  .offcanvas-menu-icon:hover
  span::before {
  width: 100%;
}

/* line 196, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .offcanvace-area
  .offcanvas-menu-icon:hover
  span::after {
  width: 100%;
}

/* line 204, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 215, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area::before {
  position: absolute;
  content: '';
  background-image: url(../img/login-resister-image/login-1.png);
  height: 100%;
  width: 44%;
  bottom: 0;
  left: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  /* line 215, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .main-login-area::before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 215, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .main-login-area::before {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 215, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .main-login-area::before {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 215, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .main-login-area::before {
    width: 37%;
  }
}

/* line 242, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area.login-res-v2::before {
  background-image: url(../img/login-resister-image/login-2.png);
  width: 40%;
}

/* line 246, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area.login-res-v3::before {
  display: none;
}

/* line 250, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content h3 {
  font-size: 21px;
  font-weight: 500;
}

/* line 254, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content .media-link {
  margin-top: 40px;
  margin-bottom: 23px;
}

/* line 257, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content .media-link a {
  background: #3752a6;
  padding: 11px 26px;
  display: inline-block;
  color: #fefeff;
  margin: 0 3px;
  font-size: 14px;
}

@media (max-width: 767px) {
  /* line 257, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .main-login-area .main-content .media-link a {
    padding: 6px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 257, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .main-login-area .main-content .media-link a {
    padding: 11px 15px;
  }
}

/* line 270, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .main-login-area
  .main-content
  .media-link
  a.twitter-bg {
  background: #3eb2fb;
}

@media (max-width: 767px) {
  /* line 270, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area
    .main-login-area
    .main-content
    .media-link
    a.twitter-bg {
    margin-top: 10px;
  }
}

/* line 276, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content .media-link a i {
  font-size: 15px;
  position: relative;
  top: 2px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  /* line 254, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .main-login-area .main-content .media-link {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
  }
}

/* line 290, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content .forgot-pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 297, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .main-login-area
  .main-content
  .forgot-pass
  .remember-me {
  font-size: 14px;
  color: #465160;
}

/* line 300, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .main-login-area
  .main-content
  .forgot-pass
  .remember-me.resitration-privacy {
  font-size: 15px;
  color: #465160;
  font-family: 'Roboto', sans-serif;
}

/* line 304, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .main-login-area
  .main-content
  .forgot-pass
  .remember-me.resitration-privacy
  a {
  font-weight: 300;
  color: #0f2137;
}

/* line 307, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .main-login-area
  .main-content
  .forgot-pass
  .remember-me.resitration-privacy
  a:hover {
  text-decoration: underline;
}

/* line 315, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content .forgot-pass span a {
  font-size: 14px;
  color: #465160;
}

/* line 318, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .main-login-area
  .main-content
  .forgot-pass
  span
  a:hover {
  color: #000;
}

/* line 326, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content .round {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  top: 6px;
}

/* line 333, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

/* line 345, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: '';
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 10px;
}

/* line 359, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .main-login-area
  .main-content
  .round
  input[type='checkbox'] {
  visibility: hidden;
}

/* line 363, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .main-login-area
  .main-content
  .round
  input[type='checkbox']:checked
  + label {
  background-color: #0f2137;
  border-color: #0f2137;
}

/* line 368, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .main-login-area
  .main-content
  .round
  input[type='checkbox']:checked
  + label:after {
  opacity: 1;
}

/* line 372, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content .email-linking {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  /* line 372, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .main-login-area .main-content .email-linking {
    margin-bottom: 10px;
  }
}

/* line 377, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content .email-linking a {
  font-size: 15px;
  color: #465160;
  font-family: 'Roboto', sans-serif;
}

/* line 386, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content .customer-input input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dde0e3;
  padding-bottom: 9px;
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  /* line 386, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area
    .main-login-area
    .main-content
    .customer-input
    input {
    margin-bottom: 20px;
  }
}

/* line 395, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .main-login-area
  .main-content
  .customer-input
  input::placeholder {
  font-size: 14px;
  color: #465160;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/* line 401, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .main-login-area
  .main-content
  .customer-input
  input:focus {
  outline: none;
}

/* line 407, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content .create-account p {
  font-size: 15px;
  color: #465160;
  margin-bottom: 0;
}

/* line 410, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .main-login-area .main-content .create-account p a {
  color: #0f2137;
}

/* line 412, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area
  .main-login-area
  .main-content
  .create-account
  p
  a:hover {
  text-decoration: underline;
}

/* line 422, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.logres-bg-1 {
  background-image: url(../img/login-resister-image/login-3.jpg);
}

/* line 428, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
.login-resistration-area .login-res-v3.main-login-area .main-content {
  background: #fff;
  padding: 70px 60px;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 430, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .login-res-v3.main-login-area .main-content h3 br {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 428, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .login-res-v3.main-login-area .main-content {
    padding: 50px 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 428, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area .login-res-v3.main-login-area .main-content {
    padding: 40px 20px 25px 20px;
  }
}

@media (max-width: 767px) {
  /* line 445, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area
    .login-res-v3.main-login-area
    .main-content
    .media-link {
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* line 450, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_login-resis.scss */
  .login-resistration-area
    .login-res-v3.main-login-area
    .main-content
    .email-linking {
    margin-bottom: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 4, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-header .row {
    justify-content: center !important;
  }
  /* line 7, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .swiper-pagination {
    display: none;
  }
}

/* line 11, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

/* line 21, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .logo a {
  background: #fff;
  padding: 36px 53px;
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 21, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-header .logo a {
    padding: 12px 30px;
  }
}

/* line 33, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .offcanvas-menu-icon {
  background: #ffffff;
  width: 100px;
  height: 100px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 42, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-header .offcanvas-menu-icon.login-res-v3 {
    height: 70px;
  }
}

@media (max-width: 767px) {
  /* line 33, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-header .offcanvas-menu-icon {
    height: 50px;
    width: 50px;
  }
}

/* line 52, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .offcanvas-menu-icon span {
  background: #0f2137;
  width: 30px;
  height: 1px;
  display: block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 66, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .offcanvas-menu-icon span::before {
  width: 12px;
  height: 1px;
  background: #0f2137;
  content: '';
  position: absolute;
  right: 0;
  top: -10px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 76, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .offcanvas-menu-icon span::after {
  width: 25px;
  height: 1px;
  background: #0f2137;
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 88, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .offcanvas-menu-icon:hover span::before {
  width: 100%;
}

/* line 91, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .offcanvas-menu-icon:hover span::after {
  width: 100%;
}

/* line 96, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .notification-cart {
  text-align: right;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 96, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-header .notification-cart {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 96, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-header .notification-cart {
    text-align: center;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 96, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-header .notification-cart {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 107, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-header .notification-cart.login-res-v3 {
    display: none;
  }
}

/* line 112, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .notification-cart a {
  font-size: 16px;
  color: #fff;
}

/* line 115, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .notification-cart a.left-icon {
  margin-right: 33px;
  position: relative;
  z-index: 9;
}

/* line 119, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .notification-cart a.left-icon::before {
  position: absolute;
  content: '';
  background: #e40808;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  bottom: 0;
  right: -2px;
  z-index: 9;
}

/* line 130, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .notification-cart a.left-icon::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  bottom: -3px;
  right: -4px;
  z-index: -1;
  position: absolute;
}

@media (max-width: 767px) {
  /* line 96, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-header .notification-cart {
    display: none;
  }
}

/* line 146, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .search-area {
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 146, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-header .search-area {
    display: none;
  }
}

/* line 152, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .search-area input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  padding-left: 35px;
  background: transparent;
  color: #fff;
}

/* line 160, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .search-area input::placeholder {
  color: #fff;
  font-size: 14px;
}

/* line 164, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .search-area input:focus {
  outline: none;
}

/* line 168, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-header .search-area button.search-btn {
  font-size: 16px;
  position: absolute;
  top: 4px;
  background: none;
  border: 0;
  left: -6px;
  color: #fff;
}

/* line 179, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-bg-1 {
  background-image: url(../img/banner/landing-slider-1.jpg);
  background-size: cover;
}

/* line 183, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-bg-2 {
  background-image: url(../img/banner/landing-slider-2.jpg);
  background-size: cover;
}

/* line 187, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-bg-3 {
  background-image: url(../img/banner/landing-slider-3.jpg);
  background-size: cover;
}

/* line 191, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-bg-4 {
  background-image: url(../img/banner/landing-slider-4.jpg);
  background-size: cover;
}

/* line 195, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area {
  overflow: hidden;
  position: relative;
}

/* line 198, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-slides-iteam {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 206, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-slides-iteam .transparent-text {
  position: absolute;
  right: 99px;
  text-transform: uppercase;
  font-size: 200px;
  display: inline-block;
  line-height: 0.3;
  font-weight: 900;
  color: #45b0cf;
  font-family: 'Poppins', sans-serif;
  bottom: 18px;
}

/* line 217, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-slides-iteam .transparent-text.brown {
  color: #ffae00;
}

/* line 220, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-slides-iteam .transparent-text.red {
  color: #c40823;
}

/* line 223, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-slides-iteam .transparent-text.black {
  color: #191919;
}

@media (max-width: 767px) {
  /* line 206, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-slides-area .landing-slides-iteam .transparent-text {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 206, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-slides-area .landing-slides-iteam .transparent-text {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 206, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-slides-area .landing-slides-iteam .transparent-text {
    font-size: 130px;
  }
}

/* line 237, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-slides-iteam .landing-content h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
}

@media (max-width: 767px) {
  /* line 237, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-slides-area .landing-slides-iteam .landing-content h1 {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 237, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-slides-area .landing-slides-iteam .landing-content h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 237, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-slides-area .landing-slides-iteam .landing-content h1 {
    font-size: 45px;
  }
}

/* line 253, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-slides-iteam .landing-content h1 span {
  position: relative;
  display: inline-block;
  z-index: 9;
}

/* line 258, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  h1
  span.yellow::before {
  content: '';
  position: absolute;
  height: 10px;
  background: #ffba00;
  bottom: 9px;
  left: 3px;
  right: 3px;
  opacity: 0.5;
  z-index: -1;
}

/* line 271, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  h1
  span.brown::before {
  content: '';
  position: absolute;
  height: 10px;
  background: #e40808;
  bottom: 9px;
  left: 3px;
  right: 3px;
  opacity: 0.5;
  z-index: -1;
}

/* line 284, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  h1
  span.lite-pink::before {
  content: '';
  position: absolute;
  height: 10px;
  background: #ff512f;
  bottom: 9px;
  left: 3px;
  right: 3px;
  opacity: 0.5;
  z-index: -1;
}

/* line 298, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-slides-iteam .landing-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 22px;
}

/* line 307, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-slides-iteam .landing-content .landing-prise {
  display: flex;
  align-items: center;
}

/* line 310, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  .landing-prise
  span {
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 2.86;
  color: #fff;
}

/* line 316, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  .landing-prise
  span.less {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 4.29;
  margin-left: 30px;
  position: relative;
}

/* line 322, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  .landing-prise
  span.less::before {
  position: absolute;
  width: 73px;
  height: 1px;
  background: #fff;
  content: '';
  top: 50%;
  left: -10px;
}

/* line 332, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  .landing-prise
  span.less.pink-line::before {
  background: #e40808;
}

/* line 339, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-slides-iteam .landing-content .add-cart-btn {
  margin-top: 64px;
}

@media (max-width: 767px) {
  /* line 339, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-slides-area .landing-slides-iteam .landing-content .add-cart-btn {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 339, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-slides-area .landing-slides-iteam .landing-content .add-cart-btn {
    margin-top: 20px;
  }
}

/* line 347, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-slides-iteam .landing-content .add-cart-btn a {
  display: inline-block;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 13px 40px;
  background: rgba(255, 255, 255, 0.2);
  text-transform: capitalize;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (max-width: 767px) {
  /* line 347, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-slides-area .landing-slides-iteam .landing-content .add-cart-btn a {
    padding: 13px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 347, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-slides-area .landing-slides-iteam .landing-content .add-cart-btn a {
    padding: 13px 24px;
  }
}

/* line 363, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  .add-cart-btn
  a:hover {
  color: #fff;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 368, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  .add-cart-btn
  a.active {
  padding: 18px 41px;
  box-shadow: 0px 10px 20px 0 rgba(226, 43, 107, 0.4);
  margin-left: -4px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (max-width: 767px) {
  /* line 368, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-slides-area
    .landing-slides-iteam
    .landing-content
    .add-cart-btn
    a.active {
    padding: 18px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 368, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-slides-area
    .landing-slides-iteam
    .landing-content
    .add-cart-btn
    a.active {
    padding: 18px 30px;
  }
}

/* line 383, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  .add-cart-btn
  a.active.white-bg {
  background: #fff;
  color: #000;
}

/* line 386, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area
  .landing-slides-iteam
  .landing-content
  .add-cart-btn
  a.active.white-bg:hover {
  color: #fff;
}

@media (max-width: 767px) {
  /* line 396, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .landing-slides-area .landing-products {
    display: none;
  }
}

/* line 401, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-products .products-iteam img {
  width: 100%;
}

/* line 405, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-products .owl-dots {
  position: absolute;
  top: 50%;
  right: -48%;
  transform: translateY(-50%);
}

/* line 410, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-products .owl-dots div {
  width: 18px;
  height: 18px;
  background: #fff;
  display: block;
  margin: 15px 0;
  border-radius: 50%;
}

/* line 417, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-products .owl-dots div:nth-child(1) {
  background: #18da57;
}

/* line 420, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-products .owl-dots div:nth-child(2) {
  background: #ffffff;
}

/* line 423, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-products .owl-dots div:nth-child(3) {
  background: #152257;
}

/* line 426, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-products .owl-dots div.owl-dot.active {
  position: relative;
  z-index: 9;
}

/* line 429, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.landing-slides-area .landing-products .owl-dots div.owl-dot.active::before {
  position: absolute;
  width: 32px;
  height: 32px;
  content: '';
  background: transparent;
  left: -7px;
  top: -7px;
  border-radius: 50%;
  z-index: -1;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.4);
}

/* line 451, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.swiper-container {
  width: 100%;
  height: 100%;
}

/* line 457, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

/* line 469, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: auto;
  position: absolute;
  top: 50%;
  left: 100px;
}

/* line 480, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: 9px 0 9px 0;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

/* line 487, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.swiper-pagination-bullet-active {
  color: #fff;
  background: none;
  font-size: 21px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

/* line 494, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.swiper-pagination-bullet {
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  opacity: 1;
  background: none;
  color: #fff;
  font-size: 14px;
}

/* line 503, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-size: 21px !important;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 9;
  margin-top: 89px;
}

/* line 510, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  content: '';
  background: #fff;
  height: 50px;
  width: 1px;
  left: 60%;
  top: 5px;
}

/* line 520, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  padding-top: 72px;
  padding-bottom: 19px;
  left: -2px;
  position: relative;
}

/* line 526, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: auto;
  position: absolute;
  top: 0;
  display: inline-block;
  left: 100px;
  height: 300px;
  top: 50%;
  margin-top: -150px;
}

@media (max-width: 767px) {
  /* line 526, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 526, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 526, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 526, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    display: none;
  }
}

/* line 552, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.ovaelay-offcanvas {
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

/* line 562, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.ovaelay-offcanvas.active {
  visibility: visible;
}

/* line 566, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  display: table;
  height: 100%;
  width: 360px;
  right: -360px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-box-shadow: 10px -13px 20px 0px rgba(115, 113, 127, 0.4);
  box-shadow: 10px -13px 20px 0px rgba(115, 113, 127, 0.4);
}

@media (max-width: 767px) {
  /* line 566, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .offcanvas-main-menu {
    width: 100%;
    right: -100%;
  }
}

/* line 584, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu.active {
  right: 0;
}

@media (max-width: 767px) {
  /* line 584, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .offcanvas-main-menu.active {
    right: 0;
  }
}

/* line 590, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvsa-menu-close {
  background: #f4f7f9;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 21px;
  color: #465160;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 604, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvas-menu-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 60px;
}

/* line 610, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvas-menu-inner ul li {
  margin-bottom: 16px;
  position: relative;
  z-index: 9;
}

/* line 614, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvas-menu-inner ul li .submenu-inner {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 8px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 0;
  height: 0;
  padding-top: 0px;
  visibility: hidden;
  padding-bottom: 0px;
}

/* line 624, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvas-menu-inner ul li .submenu-inner.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-top: 20px;
  padding-bottom: 8px;
}

/* line 631, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvas-menu-inner ul li .submenu-inner li {
  margin-bottom: 0;
}

/* line 633, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvas-menu-inner ul li .submenu-inner li a {
  font-size: 16px;
  color: #465160;
  font-family: 'Poppins', sans-serif;
}

/* line 637, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvas-menu-inner ul li .submenu-inner li a:hover {
  color: #ff512f;
}

/* line 643, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvas-menu-inner ul li a {
  font-size: 21px;
  font-weight: 400;
  color: #0f2137;
  display: block;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 650, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvas-menu-inner ul li a.arrow-icon {
  position: relative;
  z-index: 1;
}

/* line 653, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvas-menu-inner ul li a.arrow-icon::before {
  content: '\e64b';
  font-family: 'themify';
  position: absolute;
  right: 0;
  font-size: 21px;
  color: #465160;
}

/* line 662, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvas-menu-inner ul li a.arrow-icon.roted::before {
  transform: rotate(180deg);
}

/* line 667, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvas-menu-inner ul li a:hover {
  color: #ff512f;
}

/* line 672, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.offcanvas-main-menu .offcanvas-menu-inner ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

/* line 684, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.myprofile-area {
  position: fixed;
  right: 0;
  width: 360px;
  background: #fff;
  top: 0;
  bottom: 0;
  z-index: 99;
  padding: 80px 50px;
  right: -360px;
  z-index: 9999;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-box-shadow: 10px -13px 20px 0px rgba(115, 113, 127, 0.4);
  box-shadow: 10px -13px 20px 0px rgba(115, 113, 127, 0.4);
  display: block;
}

/* line 698, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.myprofile-area.active {
  right: 0;
}

/* line 702, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.myprofile-area .my-profile-content li {
  margin-bottom: 22px;
}

/* line 704, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.myprofile-area .my-profile-content li i {
  font-size: 16px;
  color: #d4d7d9;
  padding-right: 25px;
}

/* line 709, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.myprofile-area .my-profile-content li a {
  font-size: 16px;
  color: #465160;
  text-transform: capitalize;
  font-weight: 500;
}

/* line 716, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.myprofile-area.active {
  right: 0;
}

/* line 722, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.mini-card-area {
  position: fixed;
  right: 0;
  width: 360px;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  padding: 50px 40px 70px 40px;
  display: block;
  right: -360px;
  z-index: 9999;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-box-shadow: 10px -13px 20px 0px rgba(115, 113, 127, 0.4);
  box-shadow: 10px -13px 20px 0px rgba(115, 113, 127, 0.4);
}

/* line 737, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.mini-card-area.active {
  right: 0;
}

/* line 741, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.mini-card-area .mini-inner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed #e4e7e9;
}

/* line 753, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.mini-card-area .mini-inner-list:last-child {
  border: none;
}

/* line 756, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.mini-card-area .mini-inner-list .products-name {
  padding-left: 20px;
}

/* line 759, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.mini-card-area .mini-inner-list .products-name h4 {
  font-size: 16px;
  color: #465160;
  font-weight: 300;
  font-family: poppins;
}

/* line 766, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.mini-card-area .mini-inner-list .products-name span {
  font-size: 14px;
  color: #0f2137;
  font-weight: bold;
  font-family: poppins;
}

/* line 774, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.mini-card-area .mini-inner-list .products-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 784, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.mini-card-area .mini-inner-list .card-close-icon i {
  font-size: 14px;
  color: #878787;
  cursor: pointer;
}

/* line 794, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.checkout-bottom {
  position: absolute;
  bottom: 80px;
}

/* line 797, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.checkout-bottom .subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 807, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.checkout-bottom .subtotal span {
  font-display: 16px;
  color: #465160;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

/* line 812, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.checkout-bottom .subtotal span.amount {
  font-size: 21px;
  color: #0f2137;
  font-weight: 500;
}

/* line 820, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.continew-shoping {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #0f2137;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 831, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.continew-shoping:hover {
  border: 1px solid transparent;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

/* line 838, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.procced-checkout {
  padding: 10px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #eaeaea;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 848, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.procced-checkout:hover {
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
  color: #eaeaea;
}

/* line 855, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.subtotal {
  margin-bottom: 26px;
  border-top: 1px dashed #ddd;
  padding-top: 8px;
}

/* line 862, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area {
  position: fixed;
  bottom: 0;
  z-index: 9;
  background: #fff;
  left: 0;
  right: 0;
  padding: 0 0 80px 0;
  height: 440px;
  bottom: -440px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (max-width: 767px) {
  /* line 862, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .product-details-area {
    height: 100%;
    bottom: -100%;
  }
}

/* line 877, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area.active {
  bottom: 0;
}

@media (max-width: 767px) {
  /* line 877, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .product-details-area.active {
    top: 50px;
  }
}

/* line 883, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area .z-indx {
  position: relative;
  z-index: 9;
  padding-top: 80px;
}

/* line 888, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area .offcanvsa-menu-close {
  background: #f4f7f9;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 21px;
  color: #465160;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (max-width: 767px) {
  /* line 888, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .product-details-area .offcanvsa-menu-close {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}

/* line 909, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area .product-details-thumb.card-columns {
  -webkit-column-count: 2;
  column-count: 2;
  column-gap: 20px;
}

/* line 914, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area .product-details-thumb.card-columns .single-thumb.card {
  margin-bottom: 15px;
}

/* line 917, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area .product-details-thumb.card-columns .single-thumb img {
  width: 100%;
}

/* line 924, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area .products-info .products-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 767px) {
  /* line 924, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .product-details-area .products-info .products-heading {
    display: block;
  }
}

/* line 934, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area .products-info .products-heading h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.07;
  color: #0f2137;
}

@media (max-width: 767px) {
  /* line 934, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .product-details-area .products-info .products-heading h3 {
    font-size: 25px;
  }
}

/* line 945, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area .products-info .products-heading .landing-prise {
  color: #e40808;
  font-size: 21px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-left: 46px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 945, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .product-details-area .products-info .products-heading .landing-prise {
    margin-left: 0px;
  }
}

/* line 955, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area .products-info .products-heading .landing-prise .less {
  font-size: 14px;
  color: #465160;
  margin-left: 23px;
  position: relative;
}

/* line 960, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area
  .products-info
  .products-heading
  .landing-prise
  .less::before {
  position: absolute;
  content: '';
  width: 73px;
  height: 1px;
  background: #465160;
  left: -10px;
  top: 50%;
}

/* line 972, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area .products-info .sub-heading {
  font-size: 14px;
  color: #465160;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-top: 6px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  /* line 972, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
  .product-details-area .products-info .sub-heading {
    margin-bottom: 10px;
  }
}

/* line 983, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area .products-info p.products-text {
  font-size: 16px;
  color: #465160;
  font-family: 'Poppins', sans-serif;
  line-height: 1.88;
  margin-bottom: 34px;
}

/* line 990, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area .products-info .add-cart {
  color: #fff;
  padding: 12px 39px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

/* line 998, ../../Arafath/v6/262 Anne v3 - Copy/anne-html/anne/scss/_landing-page.scss */
.product-details-area .products-info .add-cart:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(226, 43, 107, 0.4);
}

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