/* Start Blog Area css */

.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 10, blog.scss */
.blog_area a {
  color: #666666 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;

}

/* line 14, blog.scss */
.blog_area a:hover, .blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #FF4A52 0%, #FF4A52 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 24, blog.scss */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

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

/* line 32, blog.scss */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 36, 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, blog.scss */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 10px;
}

/* line 56, blog.scss */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

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

/* line 74, 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, blog.scss */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 5px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

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

/* line 104, blog.scss */
.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  /* line 24, blog.scss */
  .single-blog {
    margin-bottom: 30px;
  }
}

/* line 112, blog.scss */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 116, blog.scss */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

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

@media (max-width: 1199px) {
  /* line 112, blog.scss */
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

/* line 135, blog.scss */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

/* line 157, blog.scss */
.full_image.single-blog {
  position: relative;
}

/* line 160, 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, blog.scss */
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

/* line 179, blog.scss */
.full_image.single-blog h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 185, blog.scss */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 195, blog.scss */
.full_image.single-blog .date {
  color: #fff;
}

/* line 200, 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, blog.scss */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 228, blog.scss */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 234, 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, blog.scss */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */


/*================= latest_blog_area css =============*/
/* line 374, blog.scss */
.latest_blog_area {
  background: #f9f9ff;
}

/* line 378, blog.scss */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 381, blog.scss */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 384, blog.scss */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 389, blog.scss */
.single-recent-blog-post .details {
  padding-top: 30px;
}

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

/* line 403, blog.scss */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 410, blog.scss */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}



/*========= blog_categorie_area css ===========*/
/* line 438, blog.scss */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 438, blog.scss */
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* line 417, blog.scss */
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

/* line 431, blog.scss */
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

@media (min-width: 1100px) {
  /* line 438, blog.scss */
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* line 454, blog.scss */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 459, blog.scss */
.categories_post img {
  max-width: 100%;
}

/* line 463, 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, 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, blog.scss */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 501, blog.scss */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 510, blog.scss */
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 525, blog.scss */
.blog_item {
  margin-bottom: 50px;
}

/* line 529, 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, blog.scss */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 537, blog.scss */
.blog_details p {
  margin-bottom: 30px;
}

/* line 541, blog.scss */
.blog_details a {
  color: #ff8b23;
}

/* line 544, blog.scss */
.blog_details a:hover {
  color: #FF4A52;
}

/* line 549, blog.scss */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 549, blog.scss */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 563, blog.scss */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 567, blog.scss */
.blog-info-link li a {
  color: #999999;
}

/* line 571, blog.scss */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 577, blog.scss */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 583, blog.scss */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 588, blog.scss */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 596, blog.scss */
.blog_item_img {
  position: relative;
}

/* line 599, blog.scss */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #FF4A52;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 599, blog.scss */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 615, blog.scss */
.blog_item_img .blog_item_date h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /* line 615, blog.scss */
  .blog_item_img .blog_item_date h3 {
    font-size: 20px;
  }
}

/* line 627, blog.scss */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 627, blog.scss */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 647, blog.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 652, blog.scss */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 660, blog.scss */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 664, blog.scss */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

/* line 672, 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 681, blog.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 685, blog.scss */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 694, 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 701, 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 713, 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 722, blog.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 726, blog.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 735, 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 742, 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 755, 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 760, blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 764, blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 769, blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 774, blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 791, blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 796, blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 807, blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

/* line 813, blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 820, blog.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 828, blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 831, 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 842, blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #FF4A52;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 857, blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 863, 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 963, blog.scss */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 984, blog.scss */
.blog-pagination {
  margin-top: 80px;
}

/* line 988, 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 1005, blog.scss */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1017, blog.scss */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1024, blog.scss */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1049, blog.scss */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1054, blog.scss */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1057, blog.scss */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1061, blog.scss */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1074, blog.scss */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1077, blog.scss */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1087, 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 1087, blog.scss */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1101, blog.scss */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /* line 1101, blog.scss */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1111, blog.scss */
.single-post-area .arrow {
  position: absolute;
}

/* line 1114, blog.scss */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1121, blog.scss */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1126, blog.scss */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1130, blog.scss */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1134, blog.scss */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1137, 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 1144, blog.scss */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1147, 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 1156, blog.scss */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1160, blog.scss */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1164, 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 1182, blog.scss */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1182, blog.scss */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1191, blog.scss */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1191, blog.scss */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1204, blog.scss */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1208, blog.scss */
.single-post-area .blog-author a:hover {
  color: #FF4A52;
}

/* line 1213, blog.scss */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1218, blog.scss */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1225, blog.scss */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1230, blog.scss */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1234, blog.scss */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1240, blog.scss */
.single-post-area .navigation-area .nav2-left {
  text-align: left;
}

/* line 1243, blog.scss */
.single-post-area .navigation-area .nav2-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1247, blog.scss */
.single-post-area .navigation-area .nav2-left .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1252, blog.scss */
.single-post-area .navigation-area .nav2-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1259, blog.scss */
.single-post-area .navigation-area .nav2-left:hover .lnr {
  opacity: 1;
}

/* line 1264, blog.scss */
.single-post-area .navigation-area .nav2-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1240, blog.scss */
  .single-post-area .navigation-area .nav2-left {
    margin-bottom: 30px;
  }
}

/* line 1275, blog.scss */
.single-post-area .navigation-area .nav2-right {
  text-align: right;
}

/* line 1278, blog.scss */
.single-post-area .navigation-area .nav2-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1282, blog.scss */
.single-post-area .navigation-area .nav2-right .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1287, blog.scss */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1294, blog.scss */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1299, blog.scss */
.single-post-area .navigation-area .nav2-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1307, blog.scss */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

/* line 1314, blog.scss */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /* line 1314, blog.scss */
  .comments-area {
    padding: 50px 8px;
  }
}


/** Nav **/ 

header {
  background: #122b3e
}

.header-area {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  margin-top: 0;
  left: 0;
  z-index: 200;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.header-area .navbar {
  border-bottom: 1px solid;
  border-color: #fff;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  height: 65px
}

.header-area .navbar .navbar-nav {
  margin-right: 50px
}

.header-area .navbar .navbar-nav .nav-link {
  padding: .2em 1em;
  font-weight: 300
}

.header-area .navbar .navbar-nav .nav-link:focus,
.header-area .navbar .navbar-nav .nav-link:hover {
  color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-area .navbar .navbar-nav .nav-link {
    padding: .3em
  }
}

.header-area .navbar .navbar-nav .nav-item.active .nav-link {
  color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-area .navbar .navbar-nav {
    margin-right: 20px
  }
}

.header-area.sticky {
  background-color: #000;
  margin-top: 0;
  box-shadow: 0 5px 1px rgba(0, 0, 0, .15)
}

.header-area.sticky .navbar {
  border-color: #000
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  cursor: pointer
}

@media only screen and (min-width:768px) and (max-width:991px) {
  #png {
    background-color: #000;
    padding: 30px
  }
}

@media only screen and (max-width:767px) {
  #netafri {
    background-color: #000;
    padding: 15px 15px 30px 15px
  }
}

.dropdown-menu {
  border: none;
  box-shadow: 0 5px 6px rgba(0, 0, 0, .15);
  padding-top: 1px;
  border-radius: 3px
}

.header-top {
  background: #1c1d22;
  padding: 15px 0
}

.header-top .header-top-left ul li,
.header-top .header-top-right ul li {
  display: inline-block
}

.header-top .header-top-left {
  text-align: left
}

.header-top .header-top-left li {
  padding-right: 12px
}

.header-top .header-top-left li a {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.header-top .header-top-left li a:hover {
  color: #f6214b
}

.header-top .header-top-right {
  text-align: right
}

.header-top .header-top-right li {
  margin-left: 20px
}

.header-top .header-top-right li a {
  font-weight: 200;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.header-top .header-top-right li a:hover {
  color: #f6214b
}

.header-top .header-top-right li a .lnr {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: none
}

@media (max-width:767px) {
  .header-top .header-top-right li a .lnr {
    display: block
  }
}

@media (max-width:767px) {
  .header-top .header-top-right li a span {
    display: none
  }
}

@media (max-width:575px) {
  .header-top {
    padding: 15px
  }
}

.logo-wrap {
  padding: 10px 0;
  background: 0 0
}

.logo-wrap .ads-banner {
  text-align: right
}

@media (max-width:767px) {
  .logo-wrap .ads-banner {
    margin-top: 30px
  }
}

@media (max-width:575px) {
  .logo-wrap {
    padding: 15px
  }
}

.main-menu {
  background: #04091e;
  padding: 5px 10px;
  position: relative
}

@media (max-width:575px) {
  .main-menu {
    margin: 0 15px;
    width: auto!important
  }
}

nav {
  background: #0067a7;
  color: #fff;
  border: 1px;
  border-radius: 0;
  width: 100%;
  padding-top: 0;
  min-height: 0px;
  border-bottom: none 0 solid;
  box-shadow: 0 1px rgba(0, 0, 0, .3);
  border-bottom: 1px outset rgba(192, 192, 192, .5)
}

nav a {
  color: #fff;
  text-decoration: none;
  text-transform: normal;
  font-size: 15px
}

nav li {
  float: right;
  display: inline;
  padding: 0 10px 0 10px
}

.navbar {
  position: fixed-top;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999
}

navbar-nav {
  position: fixed-top;
  float: right;
  margin-top: 10px
}

nav .highlight,
nav.current a {
  color: #fff;
  font-weight: 400
}

nav-hover {
  color: #fff;
  font-weight: none
}

.ticker-btn {
  background: #88d200;
  color: #fff;
  padding: 4px 4px!important;
  text-transform: none
}

.btn-request {
  padding: 2px 15px;
  border: 1px solid #88d200
}

.btn-request.hover {
  background-color: #88d200;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.navbar-toggler {
  border: none;
  position: right;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0
}

.header_area .navbar {
  background: #d1cff4
}

.header_area .navbar .nav-item.active .nav-link {
  color: #6059f6!important
}

.navbar-toggler[aria-expanded=false] span:nth-child(2) {
  opacity: 1
}

.navbar-toggler[aria-expanded=true] span:nth-child(2) {
  opacity: 0
}

.navbar-toggler[aria-expanded=true] span:first-child {
  transform: rotate(-45deg);
  position: relative;
  top: 7.5px
}

.navbar-toggler[aria-expanded=true] span:last-child {
  transform: rotate(45deg);
  bottom: 6px;
  position: relative
}

.navbar-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  margin: auto;
  margin-bottom: 4px;
  transition: all .4s linear;
  cursor: pointer
}

.navbar .container {
  padding-left: 15px;
  padding-right: 15px
}

.nav {
  padding: 0 0
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0
  }
}

.navbar-sticky-bottom,
.navbar-sticky-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media (min-width:768px) {
  .navbar-sticky-bottom,
  .navbar-sticky-top {
    border-radius: 0
  }
}

/* Full Width Buttons */
.blocks {
  display: block;
  width: 100%;
  height: 50%;
  border: none;
  background-color: #0067a7;
  color: #fff;
  padding: 10px 5px;
  font-size: 23px;
  cursor: pointer;
  text-align: center;
}

.blocks h1 {
  font-size: 25px;
  color: #ffffff;

}

.blocks-fixed-top {
  top: 0;
}

.blocks:hover {
  background-color: #09568d;
  color: #ffffff;
}

/** Footer **/

  footer {
  margin-top: 40px;
  padding: 40px 0px 40px 0px;
  border-top: 1px solid #ddd;
}

footer .footer-heading h6 {
  font-size: 18px;
  color: #232323;
  letter-spacing: 0.3px;
  margin-top: 15px;
  margin-bottom: 30px;
}


footer .about-veno .logo {
  margin-bottom: 40px;
}

footer .about-veno ul li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  background-color: #cdcdcd;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  margin-right: 3px;
  transition: all 0.5s;
}

footer .about-veno p {
  margin-bottom: 25px;
}

footer .about-veno ul li a:hover {
  background-color: #4883ff;
}

footer .useful-links ul li {
  margin-bottom: 12px;
}

footer .useful-links ul li a {
  font-size: 15px;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.5s;
}

footer .useful-links ul li a:hover {
  color: #4883ff;
}

footer .useful-links ul li i {
  color: #4883ff;
  font-size: 6px;
  position: relative;
  top: -3px;
  margin-right: 8px;
}

footer .contact-info p {
  margin-bottom: 25px;
}

footer .contact-info ul li {
  margin: 10px 0px;
}

footer .contact-info ul li span {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 600;
  letter-spacing: 0.3px;
  width: 80px;
  display: inline-block;
}

footer .contact-info ul li a {
  font-size: 13px;
  color: #4883ff;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.sub-footer p {
  text-align: center;
  display: inline-block;
  background-color: #f4f4f4;
  width: 100%;
  margin-bottom: 0px;
  padding: 30px 0px;
  font-size: 15px;
  color: #aaaaaa;
}

.sub-footer a {
  text-decoration: none;
  color: #4883ff;
}


@media (max-width:992px) {

  .banner .banner-caption {
    padding: 200px 30px;
  }

  .submit-form input {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }

  .submit-form select {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }

  .featured-places .featured-item {
    margin-bottom: 30px;
  }

  .featured-places .featured-item .down-content .first-button {
    border-right: none;
  }

  section.our-services .service-item {
    margin-bottom: 30px;
  }

  .down-services .left-content {
    margin-bottom: 60px;
  }


  .table-item {
    margin-bottom: 30px;
  }

  .modal-content {
    width: 90%;
  }
  .modal-content .close {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
  }

  footer .useful-links {
    margin-top: 60px;
  }

  footer .contact-info {
    margin-top: 60px;
  }
  
}


/* Cookies */
.cookie-notice {
  box-sizing: border-box;
  position: fixed;
  bottom: 32px;
  left: 50%;
  width: 300px;
  margin-left: -250px;
  padding: 12px;
  background: white;
  box-shadow: 0 2px 4px rgba(20, 40, 80, 0.2);
  border-radius: 3px;
  font-size: 0.76em;
  line-height: 1.5;
  color: #456;
  transform: translate3d(0, 0, 0);
  animation: cookie-notice-fadein 500ms ease;
}

@keyframes cookie-notice-fadein {
  0% { transform: translate3d(0, 128px, 0); opacity: 0; }
  100% { transform: translate3d(0, 0, 0); opacity: 100; }
}

.cookie-notice-message > p {
  margin: 0;
  padding: 0;
  width: 80%;
}

.cookie-notice > button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  width: 20%;
  color: dodgerblue;
  position: absolute;
  top: 8px;
  right: 0;
  width: 18%;
  bottom: 8px;
  cursor: pointer;
  font-weight: bold;
  border-left: solid 1px rgba(0, 40, 80, 0.1);
}

.cookie-notice > button:hover {
  color: #4ba6ff;
}

.cookie-notice > button:active {
  color: #1873cc;
}

