/**************** extend css start ****************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700|Teko:400,500,600,700");
/* line 2, E:/171 Best/171_ Best_html/sass/_extends.scss */
.submit_btn, .btn_1 {
  background-image: linear-gradient(to right, #fc561c 1%, #fa0347 50%, #fc561c 100%);
  background-size: 200% auto;
}

/* line 7, E:/171 Best/171_ Best_html/sass/_extends.scss */
.btn_2, .extends_part .extends_video .video-play-button, .extends_part .extends_video .video-play-button:before {
  background-image: linear-gradient(to left, #fa0347 0%, #fc561c 50%, #fa0347 100%);
}

/* line 37, E:/171 Best/171_ Best_html/sass/_extends.scss */
.about_us .single_feature_item .feature_item_icon span {
  background-image: -moz-linear-gradient(45deg, #fa0347 1%, #fc561c 99%);
  background-image: -webkit-linear-gradient(45deg, #fa0347 1%, #fc561c 99%);
  background-image: -ms-linear-gradient(45deg, #fa0347 1%, #fc561c 99%);
}

/* line 42, E:/171 Best/171_ Best_html/sass/_extends.scss */
.our_offer .single_offer_part .single_offer .hover_text .offer_btn:after {
  background-image: -moz-linear-gradient(0deg, #fa0347 1%, #fc561c 99%);
  background-image: -webkit-linear-gradient(0deg, #fa0347 1%, #fc561c 99%);
  background-image: -ms-linear-gradient(0deg, #fa0347 1%, #fc561c 99%);
}

/**************** extend css start ****************/
/**************** common css start ****************/
/* line 3, E:/171 Best/171_ Best_html/sass/_common.scss */
body {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  background-color: #080A19;
}

/* line 9, E:/171 Best/171_ Best_html/sass/_common.scss */
.message_submit_form:focus {
  outline: none;
}

/* line 12, E:/171 Best/171_ Best_html/sass/_common.scss */
input:hover, input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}

/* line 16, E:/171 Best/171_ Best_html/sass/_common.scss */
.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
}

/* line 19, E:/171 Best/171_ Best_html/sass/_common.scss */
.gray_bg {
  background-color: #f6f5f1;
}

/* line 22, E:/171 Best/171_ Best_html/sass/_common.scss */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 26, E:/171 Best/171_ Best_html/sass/_common.scss */
.section_padding {
  padding: 130px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 26, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_padding {
    padding: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 26, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 575px) {
  /* line 26, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 26, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

/* line 41, E:/171 Best/171_ Best_html/sass/_common.scss */
.single_padding_top {
  padding-top: 140px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 41, E:/171 Best/171_ Best_html/sass/_common.scss */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 41, E:/171 Best/171_ Best_html/sass/_common.scss */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media (max-width: 575px) {
  /* line 41, E:/171 Best/171_ Best_html/sass/_common.scss */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 41, E:/171 Best/171_ Best_html/sass/_common.scss */
  .single_padding_top {
    padding-top: 80px !important;
  }
}

/* line 56, E:/171 Best/171_ Best_html/sass/_common.scss */
.padding_top {
  padding-top: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 56, E:/171 Best/171_ Best_html/sass/_common.scss */
  .padding_top {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 56, E:/171 Best/171_ Best_html/sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media (max-width: 575px) {
  /* line 56, E:/171 Best/171_ Best_html/sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 56, E:/171 Best/171_ Best_html/sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

/* line 71, E:/171 Best/171_ Best_html/sass/_common.scss */
a {
	color: #FCF000 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 74, E:/171 Best/171_ Best_html/sass/_common.scss */
a:hover {
  color: #FCF000 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 82, E:/171 Best/171_ Best_html/sass/_common.scss */
h1, h2, h3, h4, h5, h6 {
  color: #2c3033;
  font-family: "Teko", sans-serif;
}

/* line 86, E:/171 Best/171_ Best_html/sass/_common.scss */
p {
  font-family: "Open Sans", sans-serif;
  line-height: 1.857;
  font-size: 14px;
  margin-bottom: 0px;
  color: #8a8a8a;
}

/* line 95, E:/171 Best/171_ Best_html/sass/_common.scss */
h2 {
  font-size: 44px;
  line-height: 28px;
  color: #2c3033;
  font-weight: 600;
  line-height: 1.222;
}

@media (max-width: 575px) {
  /* line 95, E:/171 Best/171_ Best_html/sass/_common.scss */
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 95, E:/171 Best/171_ Best_html/sass/_common.scss */
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

/* line 112, E:/171 Best/171_ Best_html/sass/_common.scss */
h3 {
  font-size: 24px;
  line-height: 25px;
}

@media (max-width: 575px) {
  /* line 112, E:/171 Best/171_ Best_html/sass/_common.scss */
  h3 {
    font-size: 20px;
  }
}

/* line 122, E:/171 Best/171_ Best_html/sass/_common.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit;
  font-weight: 600;
  color: #2a2a2a;
}

/* line 129, E:/171 Best/171_ Best_html/sass/_common.scss */
h5 {
  font-size: 18px;
  line-height: 22px;
}

/* line 134, E:/171 Best/171_ Best_html/sass/_common.scss */
img {
  max-width: 100%;
}

/* line 137, E:/171 Best/171_ Best_html/sass/_common.scss */
a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

/* line 144, E:/171 Best/171_ Best_html/sass/_common.scss */
.section_tittle {
  margin-bottom: 75px;
  text-align: center;
}

@media (max-width: 575px) {
  /* line 144, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_tittle {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 144, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_tittle {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 144, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_tittle {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 144, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_tittle {
    margin-bottom: 30px;
  }
}

/* line 159, E:/171 Best/171_ Best_html/sass/_common.scss */
.section_tittle h2 {
  font-size: 40px;
  color: #2c3033;
  line-height: 1.25;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  margin-bottom: 13px;
}

@media (max-width: 575px) {
  /* line 159, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 159, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 159, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 159, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 185, E:/171 Best/171_ Best_html/sass/_common.scss */
.section_tittle p {
  color: #555555;
  font-size: 16px;
  margin-bottom: 23px;
  font-weight: 600;
  color: #fa0347;
  text-transform: uppercase;
  line-height: 13px;
}

@media (max-width: 575px) {
  /* line 185, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_tittle p {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 185, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_tittle p {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 185, E:/171 Best/171_ Best_html/sass/_common.scss */
  .section_tittle p {
    margin-bottom: 15px;
  }
}

/* line 207, E:/171 Best/171_ Best_html/sass/_common.scss */
.section_tittle span {
  font-weight: 400;
  color: #666666;
  line-height: 1.857;
  font-size: 14px;
}

/* line 224, E:/171 Best/171_ Best_html/sass/_common.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 229, E:/171 Best/171_ Best_html/sass/_common.scss */
.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 575px) {
  /* line 229, E:/171 Best/171_ Best_html/sass/_common.scss */
  .mb_110 {
    margin-bottom: 220px;
  }
}

/* line 236, E:/171 Best/171_ Best_html/sass/_common.scss */
.mt_130 {
  margin-top: 130px;
}

@media (max-width: 575px) {
  /* line 236, E:/171 Best/171_ Best_html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 236, E:/171 Best/171_ Best_html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 236, E:/171 Best/171_ Best_html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 236, E:/171 Best/171_ Best_html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

/* line 251, E:/171 Best/171_ Best_html/sass/_common.scss */
.mb_130 {
  margin-bottom: 130px;
}

@media (max-width: 575px) {
  /* line 251, E:/171 Best/171_ Best_html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 251, E:/171 Best/171_ Best_html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 251, E:/171 Best/171_ Best_html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 251, E:/171 Best/171_ Best_html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

/* line 266, E:/171 Best/171_ Best_html/sass/_common.scss */
.padding_less_40 {
  margin-bottom: -50px;
}

/* line 269, E:/171 Best/171_ Best_html/sass/_common.scss */
.z_index {
  z-index: 9 !important;
  position: relative;
}

@media (max-width: 575px) {
  /* line 274, E:/171 Best/171_ Best_html/sass/_common.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 278, E:/171 Best/171_ Best_html/sass/_common.scss */
  .media {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 283, E:/171 Best/171_ Best_html/sass/_common.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 287, E:/171 Best/171_ Best_html/sass/_common.scss */
  .media {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 292, E:/171 Best/171_ Best_html/sass/_common.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 296, E:/171 Best/171_ Best_html/sass/_common.scss */
  .media {
    display: block;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
  /* line 301, E:/171 Best/171_ Best_html/sass/_common.scss */
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1200px) {
  /* line 306, E:/171 Best/171_ Best_html/sass/_common.scss */
  [class*="hero-ani-"] {
    display: none !important;
  }
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
/* line 3, E:/171 Best/171_ Best_html/sass/_button.scss */
.submit_btn {
  display: inline-block;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #fdcb9e;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 18, E:/171 Best/171_ Best_html/sass/_button.scss */
.submit_btn:hover {
  background: transparent;
}

/* line 23, E:/171 Best/171_ Best_html/sass/_button.scss */
.btn_1 {
  display: inline-block;
  padding: 11.5px 33px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  background-size: 200% auto;
}

/* line 34, E:/171 Best/171_ Best_html/sass/_button.scss */
.btn_1:hover {
  background-position: right center;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 575px) {
  /* line 23, E:/171 Best/171_ Best_html/sass/_button.scss */
  .btn_1 {
    padding: 9.5px 28px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 23, E:/171 Best/171_ Best_html/sass/_button.scss */
  .btn_1 {
    padding: 9.5px 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 23, E:/171 Best/171_ Best_html/sass/_button.scss */
  .btn_1 {
    padding: 9.5px 28px;
  }
}

/* line 53, E:/171 Best/171_ Best_html/sass/_button.scss */
.single_page_btn {
  display: inline-block;
  padding: 9.5px 28px;
  border-radius: 50px;
  background-color: #ff6426;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  border: 2px solid transparent;
}

/* line 64, E:/171 Best/171_ Best_html/sass/_button.scss */
.single_page_btn:hover {
  color: #fa0347;
  background-color: #fff;
  border: 2px solid #fa0347;
}

@media (max-width: 575px) {
  /* line 53, E:/171 Best/171_ Best_html/sass/_button.scss */
  .single_page_btn {
    padding: 9.5px 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 53, E:/171 Best/171_ Best_html/sass/_button.scss */
  .single_page_btn {
    padding: 9.5px 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 53, E:/171 Best/171_ Best_html/sass/_button.scss */
  .single_page_btn {
    padding: 9.5px 28px;
  }
}

/* line 83, E:/171 Best/171_ Best_html/sass/_button.scss */
.btn_2 {
  display: inline-block;
  padding: 12.5px 38px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  background-size: 200% auto;
}

/* line 94, E:/171 Best/171_ Best_html/sass/_button.scss */
.btn_2:hover {
  background-position: right center;
  color: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 575px) {
  /* line 83, E:/171 Best/171_ Best_html/sass/_button.scss */
  .btn_2 {
    padding: 9.5px 28px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 83, E:/171 Best/171_ Best_html/sass/_button.scss */
  .btn_2 {
    padding: 9.5px 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 83, E:/171 Best/171_ Best_html/sass/_button.scss */
  .btn_2 {
    padding: 9.5px 28px;
  }
}

/* line 113, E:/171 Best/171_ Best_html/sass/_button.scss */
.btn_3 {
  display: inline-block;
  font-size: 15px;
  color: #1d272f;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

/* line 121, E:/171 Best/171_ Best_html/sass/_button.scss */
.btn_3:after {
  width: 18px;
  height: 18px;
  position: absolute;
  content: "";
  top: 2px;
  border-radius: 50%;
  z-index: -1;
  background-color: #fcf5ee;
  right: 19px;
}

/* line 133, E:/171 Best/171_ Best_html/sass/_button.scss */
.btn_3 img {
  margin-left: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 2px;
}

/* line 139, E:/171 Best/171_ Best_html/sass/_button.scss */
.btn_3:hover img {
  transform: rotateX(-180deg);
  margin-bottom: 7px;
}

/* line 157, E:/171 Best/171_ Best_html/sass/_button.scss */
.btn_4 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 14.5px 43px;
  background-color: #fa0347;
  margin-top: 20px;
}

/* line 166, E:/171 Best/171_ Best_html/sass/_button.scss */
.btn_4:hover {
  color: #fff;
  background-color: #e04000;
}

/* line 169, E:/171 Best/171_ Best_html/sass/_button.scss */
.btn_4:hover a {
  color: #fff !important;
}

/*=================== custom button rule start ====================*/
/* line 189, E:/171 Best/171_ Best_html/sass/_button.scss */
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #ff6426;
  text-transform: uppercase;
  background-color: #ff6426;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  /* line 189, E:/171 Best/171_ Best_html/sass/_button.scss */
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}

/* line 208, E:/171 Best/171_ Best_html/sass/_button.scss */
.button:hover {
  color: #fff;
}

/* line 213, E:/171 Best/171_ Best_html/sass/_button.scss */
.button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}

/* line 219, E:/171 Best/171_ Best_html/sass/_button.scss */
.button-link:hover {
  background: transparent;
  color: #3b1d82;
}

/* line 225, E:/171 Best/171_ Best_html/sass/_button.scss */
.button-header {
  color: #fff;
  border-color: #fdcb9e;
}

/* line 229, E:/171 Best/171_ Best_html/sass/_button.scss */
.button-header:hover {
  background: #b8024c;
  color: #fff;
}

/* line 235, E:/171 Best/171_ Best_html/sass/_button.scss */
.button-contactForm {
  color: #fff;
  border-color: #fdcb9e;
  padding: 12px 25px;
}

/* End Main Button Area css
============================================================================================ */
/* Start Blog Area css
============================================================================================ */
/* line 5, E:/171 Best/171_ Best_html/sass/_blog.scss */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 10, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_area a {
  color: #666666 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 14, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_area a h2 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 16, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_area a h2:hover {
  color: #fa0347 !important;
}

/* line 24, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 28, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/* line 32, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 36, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 49, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/* line 56, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 61, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog a:hover {
  color: #fa0347;
}

/* line 66, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* line 74, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/* line 84, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  /* line 74, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .single-blog .tag {
    margin-right: 8px;
  }
  /* line 98, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .single-blog .tag:after {
    display: none;
  }
}

/* line 104, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  /* line 24, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .single-blog {
    margin-bottom: 30px;
  }
}

/* line 112, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 116, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

/* line 121, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  /* line 112, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

/* line 135, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  /* line 143, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  /* line 149, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .single-blog h4 a {
    font-size: 18px;
  }
}

/* line 157, E:/171 Best/171_ Best_html/sass/_blog.scss */
.full_image.single-blog {
  position: relative;
}

/* line 160, E:/171 Best/171_ Best_html/sass/_blog.scss */
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 992px) {
  /* line 160, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

/* line 179, E:/171 Best/171_ Best_html/sass/_blog.scss */
.full_image.single-blog h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 185, E:/171 Best/171_ Best_html/sass/_blog.scss */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 195, E:/171 Best/171_ Best_html/sass/_blog.scss */
.full_image.single-blog .date {
  color: #fff;
}

/* line 200, E:/171 Best/171_ Best_html/sass/_blog.scss */
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/* line 224, E:/171 Best/171_ Best_html/sass/_blog.scss */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 228, E:/171 Best/171_ Best_html/sass/_blog.scss */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 234, E:/171 Best/171_ Best_html/sass/_blog.scss */
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 247, E:/171 Best/171_ Best_html/sass/_blog.scss */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/* line 263, E:/171 Best/171_ Best_html/sass/_blog.scss */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* line 267, E:/171 Best/171_ Best_html/sass/_blog.scss */
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

/* line 274, E:/171 Best/171_ Best_html/sass/_blog.scss */
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* line 285, E:/171 Best/171_ Best_html/sass/_blog.scss */
.causes_item {
  background: #fff;
}

/* line 288, E:/171 Best/171_ Best_html/sass/_blog.scss */
.causes_item .causes_img {
  position: relative;
}

/* line 291, E:/171 Best/171_ Best_html/sass/_blog.scss */
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 299, E:/171 Best/171_ Best_html/sass/_blog.scss */
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* line 307, E:/171 Best/171_ Best_html/sass/_blog.scss */
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

/* line 320, E:/171 Best/171_ Best_html/sass/_blog.scss */
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

/* line 323, E:/171 Best/171_ Best_html/sass/_blog.scss */
.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 336, E:/171 Best/171_ Best_html/sass/_blog.scss */
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

/* line 346, E:/171 Best/171_ Best_html/sass/_blog.scss */
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 358, E:/171 Best/171_ Best_html/sass/_blog.scss */
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/* line 374, E:/171 Best/171_ Best_html/sass/_blog.scss */
.latest_blog_area {
  background: #f9f9ff;
}

/* line 378, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 381, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 384, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 389, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-recent-blog-post .details {
  padding-top: 30px;
}

/* line 392, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

/* line 403, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 410, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

/* line 417, E:/171 Best/171_ Best_html/sass/_blog.scss */
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

/* line 431, E:/171 Best/171_ Best_html/sass/_blog.scss */
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
/* line 438, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 438, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  /* line 438, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* line 454, E:/171 Best/171_ Best_html/sass/_blog.scss */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 459, E:/171 Best/171_ Best_html/sass/_blog.scss */
.categories_post img {
  max-width: 100%;
}

/* line 463, E:/171 Best/171_ Best_html/sass/_blog.scss */
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 476, E:/171 Best/171_ Best_html/sass/_blog.scss */
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* line 494, E:/171 Best/171_ Best_html/sass/_blog.scss */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 501, E:/171 Best/171_ Best_html/sass/_blog.scss */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 510, E:/171 Best/171_ Best_html/sass/_blog.scss */
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 525, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_item {
  margin-bottom: 50px;
}

/* line 529, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /* line 529, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 537, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_details p {
  margin-bottom: 30px;
}

/* line 541, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_details a {
  color: #ff8b23;
}

/* line 544, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_details a:hover {
  color: #fa0347;
}

/* line 549, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 549, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 563, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 567, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog-info-link li a {
  color: #999999;
}

/* line 571, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 577, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 583, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 588, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 596, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_item_img {
  position: relative;
}

/* line 599, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  border-radius: 5px;
  bottom: -20px;
  left: 40px;
  padding: 15px 25px 5px;
  background-color: #fa0347;
}

@media (min-width: 768px) {
  /* line 599, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 617, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 10px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  /* line 617, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 629, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 629, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 649, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 654, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 662, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 671, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 680, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 684, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 693, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 700, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 712, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 721, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 725, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 734, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 741, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 754, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 759, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 763, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 768, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 774, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 779, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li:hover a {
  color: #fa0347 !important;
}

/* line 789, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 794, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 805, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fa0347;
}

/* line 811, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 818, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 826, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 829, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 839, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #fa0347 !important;
  color: #fff !important;
}

/* line 851, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 857, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 957, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 978, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog-pagination {
  margin-top: 80px;
}

/* line 982, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 999, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1011, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1018, E:/171 Best/171_ Best_html/sass/_blog.scss */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1043, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1048, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1051, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1055, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1068, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1071, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1081, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 1081, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1095, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /* line 1095, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1105, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .arrow {
  position: absolute;
}

/* line 1108, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1115, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1120, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1124, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1128, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1131, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1138, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1141, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1150, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1154, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1158, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1176, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1176, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1185, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1185, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1198, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1202, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .blog-author a:hover {
  color: #fa0347;
}

/* line 1207, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1212, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1219, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1224, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1228, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1234, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1237, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1241, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1246, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1253, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1258, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1234, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1269, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1272, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1276, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1281, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1288, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1293, E:/171 Best/171_ Best_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1301, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

/* line 1308, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /* line 1308, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 1319, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1326, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1335, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1338, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1342, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  /* line 1348, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /* line 1352, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /* line 1356, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/* line 1363, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1366, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1372, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1379, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 1385, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1402, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1410, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1414, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1422, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 1422, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/* line 1431, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /* line 1431, E:/171 Best/171_ Best_html/sass/_blog.scss */
  .comment-form .email {
    padding-left: 0px;
  }
}

/* line 1439, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1447, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1452, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1457, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1462, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1468, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1474, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1480, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1486, E:/171 Best/171_ Best_html/sass/_blog.scss */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/* line 4, E:/171 Best/171_ Best_html/sass/_single_blog.scss */
.single_blog_post .desc a {
  font-size: 16px;
  color: #232b2b !important;
}

/* line 10, E:/171 Best/171_ Best_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content {
  padding: 38px 38px 23px;
  border: 0px solid #fdcb9e;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

/* line 14, E:/171 Best/171_ Best_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 18, E:/171 Best/171_ Best_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content p a {
  color: #fa0347;
}

/* line 22, E:/171 Best/171_ Best_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.481;
  margin-bottom: 16px;
}

/* line 28, E:/171 Best/171_ Best_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content h5 {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 400;
}

/* line 33, E:/171 Best/171_ Best_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled {
  margin-top: 33px;
}

/* line 35, E:/171 Best/171_ Best_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li {
  display: inline;
  margin-right: 17px;
  color: #999999;
}

/* line 39, E:/171 Best/171_ Best_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li a {
  margin-right: 8px;
  color: #999999;
}

/**************menu part start*****************/
/* line 4, E:/171 Best/171_ Best_html/sass/_menu.scss */
.home_menu .menu_btn:hover a {
  color: #fff !important;
}

/* line 10, E:/171 Best/171_ Best_html/sass/_menu.scss */
.main_menu .navbar-brand {
  padding-top: 0rem;
}

/* line 13, E:/171 Best/171_ Best_html/sass/_menu.scss */
.main_menu .navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #fa0347;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 21, E:/171 Best/171_ Best_html/sass/_menu.scss */
.main_menu .navbar {
  padding: 18px 0px;
}

/* line 25, E:/171 Best/171_ Best_html/sass/_menu.scss */
.main_menu .main-menu-item {
  text-align: center !important;
  justify-content: center !important;
}

/* line 29, E:/171 Best/171_ Best_html/sass/_menu.scss */
.main_menu .main-menu-item ul li a {
  color: #ffffff !important;
  font-size: 14px;
  padding: 0px 22px !important;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 29, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .main_menu .main-menu-item ul li a {
    padding: 0px 16px !important;
  }
}

/* line 38, E:/171 Best/171_ Best_html/sass/_menu.scss */
.main_menu .main-menu-item ul li a:hover {
  color: #fa0347 !important;
}

/* line 47, E:/171 Best/171_ Best_html/sass/_menu.scss */
.home_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* line 55, E:/171 Best/171_ Best_html/sass/_menu.scss */
.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
}

/* line 61, E:/171 Best/171_ Best_html/sass/_menu.scss */
.menu_fixed:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2b1b34;
  z-index: -1;
  opacity: .8;
}

/* line 73, E:/171 Best/171_ Best_html/sass/_menu.scss */
.menu_fixed span {
  color: #000 !important;
}

/* line 76, E:/171 Best/171_ Best_html/sass/_menu.scss */
.menu_fixed .btn_2 {
  border: 2px solid #fa0347;
}

/* line 78, E:/171 Best/171_ Best_html/sass/_menu.scss */
.menu_fixed .btn_2:hover {
  border: 2px solid transparent;
}

/* line 82, E:/171 Best/171_ Best_html/sass/_menu.scss */
.menu_fixed .main-menu-item {
  padding-right: 0px;
}

/* line 86, E:/171 Best/171_ Best_html/sass/_menu.scss */
.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafafa;
}

/* line 92, E:/171 Best/171_ Best_html/sass/_menu.scss */
.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: 40px;
}

/* line 99, E:/171 Best/171_ Best_html/sass/_menu.scss */
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 9px 18px !important;
  color: #000 !important;
}

/* line 106, E:/171 Best/171_ Best_html/sass/_menu.scss */
.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

@media (max-width: 575px) {
  /* line 112, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .navbar-brand img {
    max-width: 100px;
  }
  /* line 115, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: 0;
  }
  /* line 120, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
  /* line 130, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  /* line 132, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }
  /* line 134, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .main_menu .main-menu-item .nav-item a {
    padding: 8px 15px !important;
    color: #000 !important;
  }
  /* line 140, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .btn_2 {
    margin-top: 0px;
  }
  /* line 143, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .main_menu .navbar {
    padding: 25px 0px;
  }
  /* line 147, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    margin-top: 10px;
  }
  /* line 153, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 162, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: auto;
    left: 0;
  }
  /* line 169, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .navbar .navbar-brand {
    text-align: center;
    margin: 0 auto;
    padding-left: 16%;
  }
  /* line 176, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
  /* line 185, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  /* line 187, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }
  /* line 189, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .main_menu .main-menu-item .nav-item a {
    padding: 8px 15px !important;
    color: #000 !important;
  }
  /* line 196, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    margin-top: 10px;
  }
  /* line 202, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 211, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: auto;
    left: 0;
  }
  /* line 218, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .navbar .navbar-brand {
    text-align: center;
    margin: 0 auto;
    padding-left: 16%;
  }
  /* line 225, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
  /* line 234, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  /* line 236, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }
  /* line 238, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .main_menu .main-menu-item .nav-item a {
    padding: 8px 15px !important;
    color: #000 !important;
  }
  /* line 245, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    margin-top: 10px;
  }
  /* line 251, E:/171 Best/171_ Best_html/sass/_menu.scss */
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
}

/**************** banner part css start ****************/
/* line 2, E:/171 Best/171_ Best_html/sass/_banner.scss */
.banner_part {
  height: 1000px;
  position: relative;
  background-image: url(../img/banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@media (max-width: 575px) {
  /* line 2, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part {
    height: 600px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part {
    height: 600px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part {
    height: 700px;
  }
}

/* line 22, E:/171 Best/171_ Best_html/sass/_banner.scss */
.banner_part .banner_text {
  position: absolute;
  left: 0%;
  top: 733px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 575px) {
  /* line 22, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part .banner_text {
    top: 400px;
    left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 22, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part .banner_text {
    top: 400px;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 22, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part .banner_text {
    top: 400px;
    left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 22, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part .banner_text {
    top: 450px;
  }
}

/* line 43, E:/171 Best/171_ Best_html/sass/_banner.scss */
.banner_part .banner_text:after {
  width: 150%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0px;
  z-index: 1;
  right: 0;
  background-color: #000;
  opacity: 0.55;
  left: 0;
}

/* line 55, E:/171 Best/171_ Best_html/sass/_banner.scss */
.banner_part .banner_text .banner_text_iner {
  position: relative;
  z-index: 1;
  padding: 29px 120px;
  z-index: 2;
}

@media (max-width: 575px) {
  /* line 55, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part .banner_text .banner_text_iner {
    padding: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 55, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part .banner_text .banner_text_iner {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 55, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part .banner_text .banner_text_iner {
    padding: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 55, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part .banner_text .banner_text_iner {
    padding: 25px;
  }
}

/* line 72, E:/171 Best/171_ Best_html/sass/_banner.scss */
.banner_part .banner_text .banner_text_iner h2 {
  font-size: 160px;
  color: #FCF000;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 130px;
}

/* line 78, E:/171 Best/171_ Best_html/sass/_banner.scss */
.banner_part .banner_text .banner_text_iner h2 span {
  color: #fff;
}

@media (max-width: 575px) {
  /* line 72, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part .banner_text .banner_text_iner h2 {
    font-size: 60px;
    line-height: 60px;
    
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 72, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part .banner_text .banner_text_iner h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 72, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part .banner_text .banner_text_iner h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 72, E:/171 Best/171_ Best_html/sass/_banner.scss */
  .banner_part .banner_text .banner_text_iner h2 {
    font-size: 80px;
    line-height: 80px;
  }
}

/* line 98, E:/171 Best/171_ Best_html/sass/_banner.scss */
.banner_part .banner_text .banner_text_iner p {
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
  line-height: 22px;
  margin-top: -10px;
}

/**************** hero part css end ****************/

/* line 2, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area {
  background-color: #080a19;
  padding: 100px 0px 25px;
}

@media (max-width: 991px) {
  /* line 2, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area {
    padding: 70px 0px 30px;
  }
}

@media (max-width: 991px) {
  /* line 8, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
}

/* line 13, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .single-footer-widget p {
  color: #888888;
  font-size: 14px;
  line-height: 1.9;
}

/* line 19, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .single-footer-widget h4 {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 27px;
  color: #fff;
}

@media (max-width: 1024px) {
  /* line 19, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area .single-footer-widget h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  /* line 19, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area .single-footer-widget h4 {
    margin-bottom: 15px;
  }
}

/* line 31, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .single-footer-widget h5 {
  font-size: 16px;
  color: #fff;
}

/* line 37, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .single-footer-widget ul li {
  margin-bottom: 10px;
}

/* line 39, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .single-footer-widget ul li a {
  color: #888888;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}

/* line 43, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .single-footer-widget ul li a:hover {
  color: #fa0347;
}

/* line 47, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .single-footer-widget ul li:last-child {
  margin-bottom: 0px;
}

/* line 52, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}

/* line 55, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .single-footer-widget input {
  height: 40px;
  border: none;
  width: 67% !important;
  font-weight: 400;
  background: #fff;
  padding-left: 20px;
  border-radius: 0;
  font-size: 13px;
  padding: 10px 20px;
  color: #999999;
  border: 0px solid transparent;
  font-family: "Open Sans", sans-serif;
}

/* line 68, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}

/* line 73, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .single-footer-widget .click-btn {
  background-color: #fa0347;
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 20px;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  position: relative;
  left: 0;
}

/* line 86, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .single-footer-widget .click-btn:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 375px) {
  /* line 73, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area .single-footer-widget .click-btn {
    margin-top: 10px;
  }
}

@media (min-width: 400px) {
  /* line 73, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area .single-footer-widget .click-btn {
    left: -50px;
  }
}

/* line 100, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .contact_info {
  position: relative;
  margin-bottom: 20px;
}

/* line 103, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .contact_info:last-child {
  margin-bottom: 0px;
}

/* line 106, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .contact_info p {
  margin-bottom: 10px;
}

/* line 108, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .contact_info p span {
  color: #fff;
  font-size: 16px;
}

/* line 114, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .form-control {
  border-radius: 0px !important;
  font-size: 13px;
  color: #999999;
  font-weight: 400;
  height: 48px;
  margin-top: 23px;
}

/* line 121, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .form-control:focus {
  outline: none !important;
  border-color: #e9ecee;
}

/* line 126, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .btn {
  margin-top: 23px;
  background-image: -moz-linear-gradient(0deg, #fa0347 1%, #fc561c 99%);
  background-image: -webkit-linear-gradient(0deg, #fa0347 1%, #fc561c 99%);
  background-image: -ms-linear-gradient(0deg, #fa0347 1%, #fc561c 99%);
  box-shadow: 0px 10px 20px 0px rgba(250, 22, 61, 0.3);
  color: #fff;
  width: 60px;
  border-radius: 0px;
  height: 40px;
}

/* line 137, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .form-group {
  margin-top: 3px;
}

/* line 140, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}

/* line 144, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .copyright_part_text {
  border-top: 1px solid #343541;
  padding-top: 25px;
  margin-top: 83px;
}

/* line 148, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .copyright_part_text p {
  color: #777777;
}

@media (max-width: 575px) {
  /* line 144, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area .copyright_part_text {
    margin-top: 20px;
    text-align: center;
  }
  /* line 155, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 144, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area .copyright_part_text {
    text-align: center;
    margin-top: 20px;
  }
  /* line 162, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 144, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area .copyright_part_text {
    text-align: center;
  }
}

/* line 172, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .copyright_part_text a {
  color: #fa0347;
}

@media (max-width: 575px) {
  /* line 176, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area .copyright_social_icon {
    text-align: center !important;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 176, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area .copyright_social_icon {
    text-align: center !important;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 176, E:/171 Best/171_ Best_html/sass/_footer.scss */
  .footer-area .copyright_social_icon {
    text-align: center !important;
    margin-top: 15px;
  }
}

/* line 192, E:/171 Best/171_ Best_html/sass/_footer.scss */
.footer-area .copyright_social_icon a {
  margin-left: 20px;
  color: #969697;
}

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