/* Reset */

  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }

  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }



  body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

  ol, ul {
    list-style: none;
  }

  blockquote, q {
    quotes: none;
  }

  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  body {
    -webkit-text-size-adjust: none;
  }

  code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}






/* Start Blog Area css */

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

/* line 10, blog.scss */
.blog_area a {
  color: #1c7be8 !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: 10px;
}

/* 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 h2 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

/* line 49, blog.scss */
.single-blog h3 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

/* line 49, blog.scss */
.single-blog h4 {
  border-bottom: 1px solid #18296e;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

/* line 49, blog.scss */
.single-blog h5 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

/* line 49, blog.scss */
.single-blog h6 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

/* 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: 15px;
  }
}

/* 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: 17px;
  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: 14px;
  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 h3 {
  font-size: 17px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 247, blog.scss */
.l_blog_item .l_blog_text p {
  margin-bottom: 10px;
  padding-top: 5px;
}

/* 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: 10px;
}

/* 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: 10px;
  padding-bottom: 10px;
}

@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: 100px;
    padding-bottom: 100px;
  }
}

/* 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: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #18296e;
  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: 20px;
}

/* line 529, blog.scss */
.blog_details {
  padding: 20px 0 10px 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: 10px;
}

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

/* 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: 18px;
    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: #4f8ce8;
}

/* 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: -5px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #FF4A52;
  padding: 7px 10px;
  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: 17px;
  font-weight: 600;
  color: #18296e;
  margin-bottom: 0;
  line-height: 1.1;
}

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

/* line 627, blog.scss */
.blog_item_img .blog_item_date p {
  font-size: 15px;
  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: 10px;
}

/* 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: #4f8ce8;
}

/* 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: #4f8ce8;
  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: #438ad1;
}

/* 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: #2a91eb;
}

/* 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: 10px;
  margin-top: 25px;
}

/* 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: #172035}.header-area{position:fixed;top:0;width:100%;height:auto;margin-top:0;left:0;z-index:300;-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:.5em 1em;font-weight:500}.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:.5em}}.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 15px 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){#netafri{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 12px rgba(0,0,0,.15);padding-top:5px;border-radius:3px}.header-top{background:#1c1d22;padding:25px 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: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-right li a:hover{color:#f6214b}.header-top .header-top-right li a .lnr{font-size:14px;color:#fff;font-weight:600;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:20px 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:15px 20px;position:relative}@media (max-width:575px){.main-menu{margin:0 15px;width:auto!important}}nav{background: #172035;color:#fff;border:1px;border-radius:0;width:100%;padding-top:0;min-height:10px;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 30px 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:700}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}}.navbar-brand{float:center;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}.header-area.sticky{background-color:#fff;margin-top:0;box-shadow:0 5px 15px 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 (min-width:768px){.navbar-toggle{display:none}}@media (min-width:768px){.navbar-nav{float:right;margin:0}.navbar-nav>li{float:right}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}



/** Alart **/

.alert-info {
  background-color: #45ABCD;
  border-color: #2f90b0;
  color: #fff; 
  margin-top: 0px;
  font-size: 13px;
}
.alert-info hr {
  border-top-color: #2a7f9c; 
}
.alert-info .alert-link {
  color: #e6e6e6; 
}



.cc_container a,
.cc_container a:visited {
  color: #00afea;
}
.cc_container a:hover,
.cc_container a:focus {
  color: #51d3ff;
}

/* Cookies */
.cookie-notice {
  box-sizing: border-box;
  position: fixed;
  bottom: 32px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  padding: 12px;
  background: white;
  box-shadow: 0 2px 4px rgba(20, 40, 80, 0.2);
  border-radius: 3px;
  font-size: 0.86em;
  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;
}


/* ----------------
  Clients Section
  ---------------------*/
 
 .client-text {
   text-align: center;
   margin-bottom: 90px;
 }
 
 .client-text h2 {
   font-weight: 300;
   margin-bottom: 40px;
 }
 
 .client-text p {
   font-size: 18px;
 }
 
 .client-slider .single-brand {
   display: table;
   height: 80px;
   width: 100%;
 }
 
 .client-slider .single-brand a {
   display: table-cell;
   vertical-align: middle;
   text-align: center;
 }
 
 .client-slider .single-brand a img {
   width: auto;
   margin: 0 auto;
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
 }
 
 .client-slider .single-brand a:hover img {
   -webkit-filter: grayscale(0%);
   filter: grayscale(0%);
 }
 
 
 /* ------------------------
  Call to action section
 ------------------------*/
 
 .cta-section {
   padding: 7px 0;
   background: #0d4aa6;
 }
 
 .cta-section h6 {
   color: #fff;
   font-size: 17px;
   font-weight: 300;
 }

 .cta-section a {
   color: #fff;
   font-size: 20px;
   font-weight: 300;
 }

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

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

}

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

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

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

.blockh h3 {
  font-size: 20px;
  color: #ffffff;

}

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

.blockh:hover {
  background-color: #172035;
  color: #ffffff;
}

/** FAQ **/

.ftco-section-parallax{
    position:relative
}
.ftco-section-parallax .parallax-img{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    position:relative;
    padding:8em 0;
    background:#2ebdc4;
    background:-moz-linear-gradient(-45deg,#2ebdc4 0,#68e5b2 100%);
    background:-webkit-gradient(left top,right bottom,color-stop(0,#2ebdc4),color-stop(100%,#68e5b2));
    background:-webkit-linear-gradient(-45deg,#2ebdc4 0,#68e5b2 100%);
    background:-o-linear-gradient(-45deg,#2ebdc4 0,#68e5b2 100%);
    background:-ms-linear-gradient(-45deg,#2ebdc4 0,#68e5b2 100%);
    background:-webkit-linear-gradient(315deg,#2ebdc4 0,#68e5b2 100%);
    background:-o-linear-gradient(315deg,#2ebdc4 0,#68e5b2 100%);
    background:linear-gradient(135deg,#2ebdc4 0,#68e5b2 100%)
}
.ftco-section-parallax .heading-section-white h2{
    font-weight:400!important
}
.bg-light{
    background:#f8faff!important
}
.bg-primary{
    background:#0cc604
}
.btn{
    cursor:pointer;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    border-radius:30px;
    -webkit-box-shadow:none!important;
    box-shadow:none!important
}
.btn:active,.btn:focus,.btn:hover{
    outline:0
}
.btn.btn-primary{
    background:#0cc604;
    border:1px solid #0cc604;
    color:#fff
}
.btn.btn-primary:hover{
    border:1px solid #0cc604;
    background:0 0;
    color:#0cc604
}
.btn.btn-primary.btn-outline-primary{
    border:1px solid #0cc604;
    background:0 0;
    color:#0cc604
}
.btn.btn-primary.btn-outline-primary:hover{
    border:1px solid transparent;
    background:#0cc604;
    color:#fff
}
.btn.btn-outline-white{
    border-color:rgba(255,255,255,.8);
    background:0 0;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    border-radius:30px;
    border-width:1px;
    color:#fff
}
.btn.btn-outline-white:active,.btn.btn-outline-white:focus,.btn.btn-outline-white:hover{
    background:#fff;
    border-color:#fff;
    color:#0cc604
}
#accordion .card{
    margin-bottom:5px;
    border:1px solid #e6e6e6;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    border-radius:0
}
#accordion .card .card-header{
    padding:0;
    background:0 0;
    border-bottom:1px solid #e6e6e6;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    border-radius:0
}
#accordion .card .card-header a{
    padding:12px 5px;
    display:block;
    font-size:16px;
    font-weight:400;
    color:#000
}
#accordion .card .card-header a span{
    float:right
}
#accordion .card .card-header a span i{
    color:#8bc34a
}
#accordion .card-body{
    border:1px solid transparent
}
#accordion [aria-expanded=false]>.expanded,#accordion [aria-expanded=true]>.collapsed{
    display:none
}
.ftco-section .ftco-sub-title{
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:.5em;
    color:#d4d4d4;
    font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight:300
}
.ftco-section .ftco-primary-title{
    margin-top:0;
    margin-bottom:10px
}
.ftco-section{
    padding:6em 0;
    position:relative
}
@media (max-width:767.98px){
    .ftco-section{
        padding:6em 0
    }
}
@media (min-width:768px){
    .ftco-section .container-fluid{
        padding:0 4em
    }
}
.ftco-bg-dark{
    background:#3c312e
}


.div-tabella{overflow-x:auto}
.città{border-width:1px;border-color:#903;border-style:solid}
.città td{background-color:#E8E8E8;text-align:center}
.città th{background-color:#E8E8E8}
.città td.mese{background-color:#E8E8E8;color:#903}
.Bloccatitolo{float:left;width:232px;border-width:0;border-color:#444;border-style:solid;padding:0;background-color:#900}
.Bloccatitolod{float:left;height:300px;width:232px;border-width:0;border-color:#444;border-style:solid;padding:5px;background-color:#E8E8E8;margin-top:140px}
.cities{width:100%;border-collapse:collapse;border-width:1px;border-color:#009;border-style:solid;text-align:center;margin:3px 0px 3px 0px}
.cities th{background-color:#900;color:#FFF;border-width:1px;border-color:#333;border-style:solid;padding:2px;margin:0}
.cities td{border-width:1px;border-color:#666;border-style:solid}
.title-table-cell{display:none}
.precipit{width:100%;border-collapse:collapse;border-width:1px;border-color:#080;border-style:solid;text-align:center;margin:3px 0px 3px 0px}
.precipit th{background-color:#090;color:#FFF;border-width:1px;border-color:#333;border-style:solid;padding:2px;margin:0}
.precipit td{border-width:1px;border-color:#666;border-style:solid}

.mare{width:100%;border-collapse:collapse;border-width:1px;border-color:#009;border-style:solid;text-align:center;margin:3px 0px 3px 0px}
.mare th{background-color:#009;color:#FFF;border-width:1px;border-color:#333;border-style:solid;padding:2px;margin:0}
.mare td{border-width:1px;border-color:#666;border-style:solid}
.sole{width:100%;border-collapse:collapse;border-width:1px;border-color:#009;border-style:solid;text-align:center;margin:3px 0px 3px 0px}
.sole th{background-color:#FF9900;color:#FFF;border-width:1px;border-color:#333;border-style:solid;padding:2px;margin:0}
.sole td{border-width:1px;border-color:#333;border-style:solid}
.max-table{color:#900;border-bottom-width:1px}
.cities caption{text-align:left;font-size:.9em;font-weight:bold;color:#900;padding:0px 0px 1px 0px}
.precipit caption{text-align:left;font-size:.9em;font-weight:bold;color:#080;padding:0px 0px 1px 0px}
.mare caption{text-align:left;font-size:.9em;font-weight:bold;color:#009;padding:0px 0px 1px 0px}
.sole caption{text-align:left;font-size:.9em;font-weight:bold;color:#F90;padding:0px 0px 1px 0px}
.rigavuota{height:3px}

.sole{width:100%;border-collapse:collapse;border-width:1px;border-color:#009;border-style:solid;text-align:center;margin:3px 0px 3px 0px}
.sole th{background-color:#FF9900;color:#FFF;border-width:1px;border-color:#333;border-style:solid;padding:2px;margin:0}
.sole td{border-width:1px;border-color:#333;border-style:solid}
.max-table{color:#900;border-bottom-width:1px}
.cities caption{text-align:left;font-size:.9em;font-weight:bold;color:#900;padding:0px 0px 1px 0px}
.precipit caption{text-align:left;font-size:.9em;font-weight:bold;color:#080;padding:0px 0px 1px 0px}
.mare caption{text-align:left;font-size:.9em;font-weight:bold;color:#009;padding:0px 0px 1px 0px}
.sole caption{text-align:left;font-size:.9em;font-weight:bold;color:#F90;padding:0px 0px 1px 0px}
.rigavuota{height:3px}
@media only screen and (max-width: 1680px) {
.header{font-size:.8em}
}
@media only screen and (max-width: 1280px) {
.intestaz{font-size:1em}
.skip_main{width:80%}
.title{width:80%}
.header{width:80%;font-size:.8em}
.footer{width:80%}
.corpo{width:80%}
#centro{width:68%}
#destra{width:30%}
}
@media only screen and (max-width: 1152px) {
.title{width:90%}
.skip_main{width:90%}
.header{width:90%;font-size:.8em}
.footer{width:90%}
.corpo{width:90%}
}
@media only screen and (max-width: 1024px) {
.title{width:100%}
.skip_main{width:100%}
.header{display:none}
.header2{display:block}
.footer{width:100%}
.corpo{width:100%}
.title-table-new{}
.title-table-cell{}
}
@media only screen and (max-width: 768px) {
.footer{font-size:.9em}
.cities{font-size:.9em}
.mare{font-size:.9em}
.sole{font-size:.9em}
.precipit{font-size:.9em}
}
@media only screen and (max-width: 630px) {
}
@media only screen and (max-width: 568px) {
.footer2{width:100%;display:block;line-height:2em}
.footer{display:none}
#centro{width:98%}
#destra{width:100%}
}
@media only screen and (max-width: 480px) {
li{margin:10px 0;}
.ImmagineNonCliccabile{display:inline-table}
.ImmagineCliccabile{display:none}
.ElencoCittà{line-height:2em}
.cities{font-family:Arial Narrow,"Times New Roman",Times,serif;font-size:1em}
.mare{font-family:Arial Narrow,"Times New Roman",Times,serif;font-size:1em}
.sole{font-family:Arial Narrow,"Times New Roman",Times,serif;font-size:1em}
.precipit{font-family:Arial Narrow,"Times New Roman",Times,serif;font-size:1em}
.cities caption{font-size:1em}
.precipit caption{font-size:1em}
.mare caption{font-size:1em}
.sole caption{font-size:1em}
}
@media only screen and (max-width: 360px) {
h1,h2{font-size:1.1em}
.ElencoCittà{line-height:2em}
}
@media only screen and (max-width: 320px) {
}
@media only screen and (max-width: 299px) {
}
@media only screen and (max-width: 239px) {
}
@media only screen and (max-width: 200px) {
.h1,h2{width:100%}
}
@media print {
}


@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html,body{
  height: 100%;
   width: 100%;
  font: 16px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#ffffff;
}
.btn-primary {
  height: 40px;
  background-color:#32CD32;
  color: #fff;
  border: 0px solid green;
}
.btn-primary:hover {
  background-color: #90EE90;
  border: 1px solid green;
}

/* Global */
.container{
  width:100%;
  margin:auto;
  overflow:hidden;
}

ul{
  margin:0;
  padding:0;
}





.carousel-inner img {
  width: 100%;
  height: 100%;
}
.carousel-caption {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}

/* Three Columnx layout */
.columnx {
  box-sizing: border-box;
  color: #000;
}

/* Create three equal columns that floats next to each other */
.columnx {
  float: center;
  width: 33.33%;
  padding: 10px;
  height: 200px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* jumbotron */
.jumbotron {
padding:20px;
  color: #000;
  background: #FFE4B5;
  border-top: #FFFFFF 1px solid;
  border-bottom: none 1px solid;
}
 

#showcase h1{
  margin-top:100px;
  font-size:20px;
  margin-bottom:10px;
}

#showcase p{
  font-size:15px;
}

/* Newsletter */
#newsletter{
  padding:8px;
  color: #000;
  background: #FAFAD2;
  border-top: #FFFFFF 1px solid;
  border-bottom:#228B22 1px solid;
}

#newsletter h1{
  float:left;
}

#newsletter form {
  float: left;
  margin:15px;
}

/* Boxes */
#boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  text-align: center;
  width:33.33%;
  padding:10px;
}

#boxes .box img{
  width:90px;
}




/* Newsletter */
#nav-newsletter{
  padding: 1px;
  display: block;
  cursor: pointer;
  color: #000;
  background: #e5efe9;
  border-top: #aaa 1px solid;
  border-bottom: none 0px solid;
}

#nav-newsletter h1{
  float:left;
}

#nav-newsletter form {
  float: left;
  margin: 5px;
}

/* Sidebar */
aside#sidebar{
  float:right;
  width:30%;
  margin-top:10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:5px;
}

/* Main-col */
article#main-col{
  float:left;
  width:65%;
}

/* Services */
ul#services li{
  list-style: none;
  padding:20px;
  border: #cccccc solid 1px;
  margin-bottom:5px;
  background:#008000;
}
/* Main */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  border: 1px solid #fff;
}

th, td {
  text-align: left;
  padding: 4px;
}

th:first-child, td:first-child {
  text-align: left-center;
}

tr:nth-child(even) {
  background-color: none;
}
.fa-check {
  color: green;
}
.fa-remove {
  color: red;
}



/* Blury */
body, html {
  height: 15%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid none;
  position: absolute;
  top: 30%;
  left: 30%;
  transform: translate(-30%, -30%);
  z-index: 2;
  width: 20%;
  padding: 10px;
  text-align: center;
}

/* FAQ */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: none; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
/* Four Equal Columnn Layout */
.columnn {
  box-sizing: border-box;
  color:  #191970;

}

/* Create four equal columns that floats next to each other */
.columnn {
  float: left;
  width: 25%;
  padding: 30px;
  height: 180px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row-columnn:after {
  content: "";
  display: table;
  clear: both;
}


/* Four Equal Column Layout */
.columns {
  box-sizing: border-box;
  color: #000;
}

/* Create four equal columns that floats next to each other */
.columns {
  float: left;
  width: 25%;
  padding: 30px;
  height: 200px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row-columns:after {
  content: "";
  display: table;
  clear: both;
}

/* Full Width Buttons */
.block {
  display: block;
  width: 100%;
  border: none;
  background-color: #eee;
  color: #000;
  padding: 14px 28px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}

.block:hover {
  background-color: #F0F8FF;
  color: black;
}
/* photos */
body {
  font-family: Arial, Helvetica,sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.row > .columnz {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.columnz {
  float: left;
  width: 25%;
}

/* The Modalz (background) */
.modalz {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modalz Contentz */
.modalz-contentz {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-containerz {
  text-align: center;
  background-color: black;
  padding: 2px 10px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Visa Information */
* {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: Helvetica, sans-serif;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container-visa-information {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-visa-information::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}

footer{
  padding:5px;
  margin-top:5px;
  color: #000;
  background-color: #e5efe9;
  text-align: center;
}

/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }

  header{
    padding-bottom:30px;
  }

  #showcase h1{
    margin-top:40px;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:8px;
  }
}


/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktopes, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
