@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700;800&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  color:#212529;
  background: #f8f9fa;
}

.img_latest {
  height: 400px;
  background-size: cover;
  width: 100%;
  margin-bottom: 25px;
}

.title_latest {
  margin: 0 20px 12px;
  font-size: 54px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -3px;
}

.content_latest {
  margin: 10px 20px;
  display: block;
  column-count: 1;
  column-gap: 48px;
  font-size: 15px !important;
  margin-bottom: 35px;
  font-size: 18px !important;
}

.latest_cont {
  margin-bottom: 50px;
}

.btn-custom {
  padding: 15px;
  color: #fff !important;
  background: #042443 !important;
  border: 1px solid #042443 !important;
  display: block;
  margin: auto;
  max-width: 260px;
  font-size: 20px;
}

.btn-custom:hover {
  color: #042443 !important;
  background: #fff !important;
  border: 1px solid #042443;
}

.home {
  font-size: 1.2rem;
}

.ads-container {
  text-align: center;
  margin-top: 15px;
}

.home h4 {
  color: #001F3F;
}
.home h2 {
  color: #000;
}

.home-top-section {
  margin-top: 60px;
}

.home-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-home-text {
  margin-top: 30px;
}

.home-link {
  text-decoration: none;
  color: #181302;
}

.top-bar {
  min-height: 88px;
  background: #dedcd7;
  color: #181302;
  border-bottom: 3px solid;
}

.home-link:hover {
  color: #181302;
}

.login-wrapper {
  margin: auto;
  margin-bottom: 50px;
  width: 80%;
  max-width: 750px;
  min-height: 265px;
  border-radius: 5px;
  padding: 20px 15px;
  border:1px solid #ccc;
  box-shadow: 0 5px 10px 0 #e5e5ea;
  font-weight: 600;
}

.login-wrapper form {
  width: 90%;
  margin: auto;
  display: block;
  padding: 20px;
  text-align: center;
}

.login-wrapper .form-control {
  height: 53px;
}

.home-btn, .top-btn {
  display: inline-block;
  margin: 10px;
}

.menu-item {
  margin: 0 auto;
  margin-left: auto;
  margin-left: 5px;
  padding-right: 10px;
  font-size: 18px;
  color: #181302;
  font-weight: 700;
  text-decoration: none;
}

.menu-item:hover {
  color: #ff5030;
}

/** POPULAR POSTS STYLING **/
.popular_post {
  background: #fff;
  border: 1px solid #dadce0;
  color: #5f6368;
  margin: 0 auto;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 4px;
  display: block;
  padding: 22px;
  width: 75%;
  max-width: 550px;
  text-decoration: none;
}

.img_popular {
  height: 220px !important;
  background-size: cover;
  margin-bottom: 10px;
}

.popular_post:hover {
  text-decoration: underline;
  box-shadow: 0 5px 10px 0 #e5e5ea;
  color: #5f6368;
}

.title_popular {
  color: #2b4470;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 700;
}

.content_popular {
  font-size: 18px;
}

.date_popular {
  font-size: 12px;
}

/** POPULAR POSTS STYLING ENDS **/

.lp-home {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  padding: 20px;
  margin-bottom: 40px;
}

.lp-home h2 {
  margin-top: 30px;
}

.buttons {
  font-family: 'Karla', sans-serif;
  margin: auto;
  text-align: center;
}

.lp-img {

  width: 90%;
  margin: 10px auto 25px;
  border: 1px solid #a3acc4;
  border-radius: 4px;
  padding: 0.7rem;
}

.alert-custom {
  max-width: 1200px;
  margin: 10px auto;
  padding: 22px;
  width: 90%;
}

.form-links {
  font-size: 16px;
  font-weight: 600;
  color: #ff5030;
  display: block;
  width: 220px;
  margin: auto;
  margin-bottom: 2px;
}


.main_bg {
  background: #ff5030;
  color: #fff;
  font-weight: 600;
  letter-spacing: 6px;

}

.main_bg_footer {
  color: #fff;
  background: #181302;
}

.main_bg_footer small {
  line-height: 15px;
}

.text-hightlight {
  color: #ff5030;
}

.video_bg_cont {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 440px;
  background: url('../uploads/carbo_bg_video.jpg');
  background-size: cover;
  background-position: 40% 32%;
  border: 1px solid black;
}

.btn-offer {
  background-color: #ff5030!important;
  border:2px solid #ff5030!important;
  color: #e5e5ea;
}
.btn-offer:hover {
  background-color: rgba(0,0,0,0)!important;
  border:2px solid #ff5030!important;
  color: #000!important;
}
.btn-home {
  background-color: #FF4136!important;
  border:2px solid #FF4136!important;
  color: #e5e5ea;
  font-weight: 700;
}
.btn-home:hover {
  background-color: rgba(0,0,0,0)!important;
  border:2px solid #FF4136!important;
  color: #FF4136!important;
}
.btn-home2 {
  background-color: #181302!important;
  border:2px solid #181302!important;
  color: #FFDE59 !important;
  font-weight: 700;
}
.btn-home2:hover {
  background-color: rgba(0,0,0,0)!important;
  border:2px solid #181302!important;
  color: #181302!important;
}
.btn-home3 {
  background-color: #0B64C6!important;
  border:2px solid #0B64C6!important;
  color: #fff !important;
  font-weight: 700;
}
.btn-home3:hover {
  background-color: #fff!important;
  border:2px solid #0B64C6!important;
  color: #0B64C6!important;
}

.article-box {
  border: 1px solid #E1E2E6;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 2px;
}

.article-box img {
  width: 100%;
}

/** YOUTUBE RESPONSIVE **/

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



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

// Small devices (landscape phones, 576px and up)
*/
@media (min-width: 575.98px) {}

/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up)  */

@media (min-width: 992px) {
  .lp-img {
    width: 70%;
  }

  .lp-home {

    padding: 25px 70px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

}

