/** custom fonts **/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
header .bottomnav .navbar .active-nav, header .bottomnav .navbar .nav-link {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}

header .bottomnav .navbar .dropdown-menu .dropdownactive, header .bottomnav .navbar .dropdown-menu .dropdown-item:hover {
  background: #088ac7;
  color: #ffffff;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
body a {
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
body a:hover {
  text-decoration: none;
}
body p {
  font-size: 14px;
  color: #515151;
  line-height: 24px;
}
body li {
  font-size: 14px;
  color: #515151;
  line-height: 24px;
}
body .flight {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
}
body .fbold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
body .fblue {
  color: #088ac7;
}
body .home-title {
  padding: 65px 0 20px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 575px) {
  body .home-title {
    padding-top: 15px;
  }
}
body .home-title h2 {
  font-size: 98px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.05;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .home-title h2 {
    font-size: 70px;
  }
}
body .home-title h3 {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}
body .home-title h3 ::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #088ac7;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -50px;
}
body .home-title h3 span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #088ac7;
}
body .home-title p {
  font-size: 13px;
  padding-top: 15px;
}
body .subtitle-home {
  font-size: 26px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: -2px;
}
body .subtitle-home span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #088ac7;
}
body .fixed-theme .top-header {
  margin-top: -107px;
}
@media (min-width: 320px) and (max-width: 575px) {
  body .fixed-theme .top-header {
    margin-top: -57px;
    box-shadow: 0 0 4px #ccc;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  body .fixed-theme .top-header {
    margin-top: -57px;
    box-shadow: 0 0 4px #ccc;
  }
}
body .article-title-home {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  font-weight: 400;
}
body .home-btn {
  background: #061c63;
  border-radius: 20px;
  color: #ffffff;
  padding: 8px 20px;
  border: 1px solid transparent;
  font-size: 14px;
  display: inline-block;
  margin: 2px;
}
body .home-btn:hover {
  background: #ffffff;
  color: #061c63;
  border: 1px solid #061c63;
}

@media (min-width: 320px) and (max-width: 575px) {
  header .navbar-toggler {
    position: absolute;
    top: -60px;
    right: 0;
    color: #088ac7;
    border: 1px solid #088ac7;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .navbar-toggler {
    position: absolute;
    top: -60px;
    right: 0;
    color: #088ac7;
    border: 1px solid #088ac7;
  }
}
header .header-social li {
  margin: 0 2px;
}
header .header-social li a {
  padding: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  color: #ffffff;
  text-align: center;
}
header .header-social li a:hover {
  background: #088ac7;
  color: #ffffff;
}
header .top-header {
  background: #ffffff;
  padding: 5px 0;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
header .top-header .brand {
  width: 150px;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .top-header .brand {
    width: 120px;
  }
}
header .top-header .contact-col {
  padding-right: 40px;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .top-header .contact-col {
    text-align: center;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .top-header .contact-col {
    text-align: center;
    padding-right: 0;
  }
}
header .top-header .contact-col .contactnumber {
  color: #088ac7;
}
header .top-header .contact-col p {
  font-size: 13px;
}
header .top-header .contact-col a {
  font-size: 13px;
}
header .top-header .rtcol {
  padding-left: 40px;
}
header .top-header .timings {
  left: 0;
}
header .top-header .icon-fig {
  width: 38px;
  height: 38px;
  border: 1px solid #5e5e5e;
  color: #5e5e5e;
  border-radius: 50%;
  text-align: center;
  right: 0;
  top: 6px;
}
header .top-header .icomoon {
  font-size: 20px;
  line-height: 35px;
}
header .bottomnav {
  background: #088ac7;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .bottomnav {
    background: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .bottomnav {
    background: none;
  }
}
header .bottomnav .navbar .nav-link {
  padding-top: 2px;
  padding-bottom: 0;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .bottomnav .navbar .nav-link {
    padding: 10px 0;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .bottomnav .navbar .nav-link {
    padding: 10px 0;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .bottomnav .navbar .nav-link {
    padding: 10px 0;
    display: block;
  }
}
header .bottomnav .navbar .nav-link:hover {
  color: #03354c;
}
header .bottomnav .navbar .active-nav {
  padding: 2px 0.5rem;
  color: #03354c;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .bottomnav .navbar .active-nav {
    padding: 0;
  }
}
header .bottomnav .navbar .dropdown-menu {
  top: 30px;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 2px #ccc;
}
header .bottomnav .navbar .dropdown-menu .dropdown-item {
  color: #000000;
  padding: 10px 15px;
  font-size: 13px;
}
header .bottomnav .navbar .dropdown-menu .dropdownactive {
  padding: 10px 15px;
  display: block;
  font-size: 13px;
}
header .bottomnav .btn {
  background: #066896;
  border: none;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 13px;
}
header .bottomnav .btn:hover {
  background: #088ac7;
  border: 1px solid #ffffff;
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-slider {
    margin-top: 90px;
  }
}
.home-slider .carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  background-size: cover;
}
@media (min-width: 320px) and (max-width: 575px) {
  .home-slider .carousel-item {
    height: auto;
  }
}
.home-slider .carousel-item .carousel-caption {
  background: #088ac7;
  bottom: inherit;
  text-align: right;
  left: inherit;
  right: 10%;
  padding: 25px;
  width: auto;
  color: #ffffff;
  margin-top: -80px;
  top: 70%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-slider .carousel-item .carousel-caption {
    width: 90%;
  }
}
.home-slider .carousel-item .carousel-caption ::before {
  content: "";
  background: url("../img/banner-article-leftimg.png") no-repeat 0 0;
  position: absolute;
  left: 10px;
  top: 15px;
  width: 215px;
  height: 225px;
  opacity: 0.05;
  z-index: -1;
  display: none;
}
.home-slider .carousel-item .carousel-caption .title01 {
  font-size: 42px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.home-slider .carousel-item .carousel-caption h2 {
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.home-slider .carousel-item .carousel-caption p {
  font-size: 16px;
  color: #ffffff;
}
.home-slider .carousel-indicators {
  bottom: 110px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .home-slider .carousel-indicators {
    bottom: 20px;
  }
}
.home-slider .carousel-indicators li {
  opacity: 1;
  border-top: 0;
  border-bottom: 0;
}
.home-slider .carousel-indicators .active {
  background: #088ac7;
  border: none;
}

.home-features {
  margin-top: -75px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 575px) {
  .home-features {
    margin-top: 0;
  }
}
.home-features .featurescol {
  background: #088ac7;
  min-height: 220px;
  padding: 50px 20px 70px;
  width: 20% !important;
}
@media (min-width: 320px) and (max-width: 575px) {
  .home-features .featurescol {
    padding: 20px;
    width: 100% !important;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-features .featurescol {
    padding: 20px;
    width: 50% !important;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-features .featurescol {
    padding: 20px;
    width: 50% !important;
    text-align: center;
  }
}
.home-features .featurescol .icomoon {
  font-size: 50px;
  color: #ffffff;
}
.home-features .featurescol .feature-morelink {
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
.home-features .featurescol .feature-morelink:hover {
  text-decoration: underline;
}
.home-features .featurescol:nth-child(2n) {
  background: #da8000;
}
.home-features .featurescol:nth-child(3n) {
  background: #0879d7;
}
.home-features .featurescol:nth-child(4n) {
  background: #057008;
}
.home-features .featurescol:nth-child(5n) {
  background: #8348c9;
}
.home-features .featurescol h3 {
  font-size: 20px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #ffffff;
  padding: 15px 0 10px;
}
.home-features .featurescol h3 span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.home-features .featurescol p {
  color: #ffffff;
}

.about {
  background: #f4f4f4;
  padding: 20px 0;
}

.home-services {
  background: url("../img/servicebg.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 20px 0;
  min-height: 400px;
  position: relative;
}
.home-services:before {
  content: "";
  background: #088ac7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.95;
}
.home-services .container {
  z-index: 20;
  position: relative;
}
.home-services .container .nav-pills .nav-item .nav-link {
  color: #ffffff;
}
.home-services .container .nav-pills .nav-item .active {
  background: #061c63;
}
.home-services .home-title h2 {
  color: #000203;
}
.home-services .home-title p {
  color: #ffffff;
}
.home-services .home-title h3 {
  color: #ffffff;
}
.home-services .home-title h3 ::after {
  background: #ffffff;
}
.home-services .home-title h3 span {
  color: #ffffff;
}
.home-services .service-col {
  padding: 20px;
}
.home-services .service-col a {
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.home-services .service-col a:hover {
  text-decoration: none;
}
.home-services .service-col a:hover .icomoon {
  color: #ffffff;
}
.home-services .service-col .icomoon {
  font-size: 60px;
  color: #000000;
}
.home-services .service-col h4 {
  font-size: 18px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 12px 0;
  position: relative;
}
.home-services .service-col h4 span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.home-services .service-col h4 ::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
.home-services .service-col p {
  color: #ffffff;
  padding: 15px 0;
  font-size: 13px;
}

.looking-dentist h3 {
  font-size: 36px;
  color: #061c63;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  position: relative;
}
.looking-dentist h3 ::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  background: #088ac7;
  bottom: -20px;
}
.looking-dentist h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #088ac7;
}

.insurance-partners figure {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

footer .movetop {
  width: 45px;
  height: 45px;
  background: #088ac7;
  color: #fff;
  bottom: 0;
  right: 4px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  position: fixed;
  display: none;
  border: 1px solid transparent;
  padding: 12px;
}
footer .movetop:hover {
  background-color: #03354c;
  text-decoration: none;
}
footer .movetop img {
  width: 20px;
}
footer .top-footer {
  background: #f4f4f4;
  padding: 20px 0;
  font-size: 14px;
  color: #5e5e5e;
}
footer .top-footer .footer-logo img {
  width: 160px;
}
footer .top-footer .footer-table td {
  padding: 10px;
  color: #5e5e5e;
}
footer .top-footer .footer-table td .icomoon {
  font-size: 18px;
}
footer .top-footer .footer-social .nav-link {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  text-align: center;
  display: block;
  border-radius: 50%;
  line-height: 35px;
  margin: 0 5px;
  padding: 10px 0 0;
}
footer .top-footer .footer-social .nav-link:hover {
  background: #088ac7;
}
footer .top-footer .footer-social .nav-link:hover .icomoon {
  color: #ffffff;
}
footer .top-footer .footer-social .nav-link .icomoon {
  font-size: 15px;
  color: #5e5e5e;
}
footer .footer-col {
  padding: 5px;
}
footer .footer-col-title {
  font-size: 20px;
  padding: 15px 0;
  position: relative;
}
footer .footer-col-title ::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #088ac7;
  position: absolute;
  left: 0;
  bottom: 10px;
}
footer .footer-links {
  margin: 10px 0 0;
}
footer .footer-links li {
  padding: 5px 0;
}
footer .footer-links li a {
  color: #5e5e5e;
}
footer .footer-links li a:hover {
  color: #088ac7;
  text-decoration: none;
}
footer .footer-col .form-footer {
  margin-top: 15px;
}
footer .footer-col .form-footer .form-group {
  margin-bottom: 5px;
}
footer .footer-col .form-footer .form-group .btn {
  background: #061c63;
  color: #ffffff;
  text-transform: uppercase;
}
footer .footer-col .form-footer .form-group .form-control {
  background: #ffffff;
  border-radius: 0;
  height: 40px;
  font-size: 13px;
  border: 1px solid #eaeaea;
}
footer .footer-col .form-footer .form-group .form-control:focus {
  border: 1px solid #088ac7;
  box-shadow: none;
}
footer .footer-col .form-footer .form-group ::-moz-placeholder {
  font-size: 13px;
  color: #ababab;
}
footer .footer-col .form-footer .form-group ::placeholder {
  font-size: 13px;
  color: #ababab;
}
footer .bottom-footer {
  background: #061c63;
  padding: 15px 0;
}
footer .bottom-footer p {
  color: #ffffff !important;
}

@media (min-width: 320px) and (max-width: 575px) {
  .hide-mobile {
    display: none;
  }
  .ptm-5 {
    padding-top: 25px;
  }
  .mob-txt-left {
    text-align: left !important;
  }
  .navbar-collapse {
    background: #088ac7;
    padding: 20px;
    margin-top: -8px;
  }
  .h5 {
    margin: 10px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hide-tab {
    display: none;
  }
  .ptt-5 {
    padding-top: 25px;
  }
  .tab-txt-left {
    text-align: left !important;
  }
  .navbar-collapse {
    background: #088ac7;
    padding: 20px;
    margin-top: -8px;
  }
}
.subpage-main {
  min-height: 500px;
  padding-top: 156px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .subpage-main {
    padding-top: 135px;
  }
}
.subpage-main .subpage-header {
  background: #f4f4f4;
  padding: 20px 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .subpage-main .subpage-header {
    margin-top: 20px;
  }
}
.subpage-main .subpage-header h1 {
  font-size: 29px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.subpage-main .subpage-header .brcrumb li {
  float: left;
  padding: 0 10px;
}
.subpage-main .subpage-header .brcrumb li .active-page {
  color: #088ac7;
}
.subpage-main .subpage-header .brcrumb li:last-child a::after {
  content: "";
}
.subpage-main .subpage-header .brcrumb li a {
  font-size: 12px;
  color: #000000;
}
.subpage-main .subpage-header .brcrumb li a::after {
  content: "\f105";
  font-family: "icomoon" !important;
  padding: 2px 10px;
  position: absolute;
  top: 0;
}
.subpage-main .subpage-header .brcrumb li a:hover {
  text-decoration: none;
  color: #088ac7;
}
.subpage-main .subpage-header .brcrumb li a:hover::after {
  color: #000000;
}
.subpage-main .subpage-body {
  padding: 50px 0;
}
@media (min-width: 320px) and (max-width: 575px) {
  .subpage-main .subpage-body {
    padding: 20px 0;
  }
}
.subpage-main .subpage-body .list-items li {
  padding: 10px 0 10px 30px;
  font-size: 14px;
  position: relative;
}
.subpage-main .subpage-body .list-items li:before {
  content: "\f097";
  font-family: "icomoon" !important;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #088ac7;
}
.subpage-main .subpage-body img {
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.subpage-main .subpage-body img:hover {
  filter: grayscale(50%);
}
.subpage-main .subpage-body .section-title {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #595959;
  padding-bottom: 20px;
  line-height: 32px;
}
.subpage-main .subpage-body .section-title small {
  font-size: 12px;
}
.subpage-main .subpage-body .section-subtitle {
  font-size: 16px;
  padding: 0 0 10px 0;
  line-height: 25px;
}
.subpage-main .subpage-body p {
  font-size: 14px;
  text-align: justify;
  padding-bottom: 15px;
}
.subpage-main .subpage-body .gray-section {
  background: #f4f4f4;
  padding: 50px 0;
}
.subpage-main .subpage-body .whitebg {
  background: #ffffff;
  padding: 10px;
}
.subpage-main .subpage-body .accordion .rlAccordion h3 {
  border-bottom: 1px solid #061c63;
  margin: 0 auto;
  padding: 15px 0;
  text-decoration: none;
  cursor: pointer;
}
.subpage-main .subpage-body .accordion .rlAccordion h3 span {
  float: right;
}
.subpage-main .subpage-body .accordion .rlAccordion h3 + div {
  display: none;
  padding: 15px 0;
}
.subpage-main .subpage-body .form-contact label {
  padding-bottom: 5px;
  font-size: 13px;
}
.subpage-main .subpage-body .form-contact .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 13px;
  min-height: 40px;
}
.subpage-main .subpage-body .form-contact .form-control:focus {
  border: 1px solid #088ac7;
  box-shadow: none;
}
.subpage-main .subpage-body .form-contact ::-moz-placeholder {
  color: #ccc;
}
.subpage-main .subpage-body .form-contact ::placeholder {
  color: #ccc;
}
.subpage-main .subpage-body .table-contact {
  width: 100%;
}
.subpage-main .subpage-body .table-contact td {
  padding: 6px;
  font-size: 13px;
}
.subpage-main .subpage-body .price {
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 320px;
  margin-bottom: 10px;
}
.subpage-main .subpage-body .price h3 {
  padding: 40px 0;
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background: #088ac7;
}
.subpage-main .subpage-body .price .price-body {
  padding: 20px;
  text-align: center;
}

.modal small {
  font-size: 12px;
}
.modal .navsocial li {
  display: inline;
  margin: 0 5px;
}
.modal .navsocial li a {
  color: #000000;
}
.modal .navsocial li a:hover {
  text-decoration: none;
  color: #088ac7;
}
.modal .popimg {
  margin-bottom: 20px;
}
.modal .popimg img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.modal p {
  text-align: justify;
  padding-bottom: 20px;
}

.hoverdropdown .dropdown-menu {
  padding: 5px;
  border-radius: 0;
}
.hoverdropdown .dropdown-menu a {
  padding: 5px 10px;
}
.hoverdropdown .dropdown-menu a span {
  color: #088ac7;
}
.hoverdropdown .dropdown-toggle:after {
  display: none;
}
.hoverdropdown:hover .dropdown-menu {
  display: block;
}
.hoverdropdown .dropdown-toggle:active {
  pointer-events: none;
}

.home-testimonials {
  background: #f4f4f4;
  padding: 20px;
}
.home-testimonials .testiscroll {
  width: 95%;
  margin: 0 auto;
}
.home-testimonials .testiscroll .tile {
  padding: 20px;
  float: left;
  height: 300px;
  overflow-y: auto;
}
.home-testimonials .testiscroll .tile .h1 {
  color: #088ac7;
  opacity: 0.5;
}
.home-testimonials .testiscroll .tile .test-color small {
  font-size: 13px;
}
.home-testimonials .testiscroll .rightRs {
  right: -55px;
}
.home-testimonials .testiscroll .leftRs {
  left: -55px;
}

.modal-backdrop.show {
  opacity: 0.9 !important;
}

.referpop {
  top: 5%;
}
.referpop .modal-dialog .modal-content {
  border-radius: 0;
}
.referpop .modal-dialog .modal-content .close {
  background: #088ac7;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 10px;
  position: relative;
  top: 23px;
  right: 0;
  opacity: 1;
  z-index: 99;
  margin-top: -2rem;
  text-align: center;
}

.list-dental li {
  padding-bottom: 15px;
  line-height: 24px;
}
.list-dental li span {
  font-size: 28px;
  color: #088ac7;
  padding-right: 10px;
}

.newsection {
  background: url(../img/dentalbg.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
}
.newsection .price {
  background: #ffffff;
}
.newsection:before {
  content: "";
  background: #ffffff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.newsection .container {
  position: relative;
}

.morecontent {
  background: #f4f4f4;
  padding: 20px 0;
}
.morecontent .morearticles figure {
  padding: 20px 0;
}
.morecontent .morearticles figure .icomoon {
  font-size: 50px;
  color: #088ac7;
}/*# sourceMappingURL=style.css.map */