@font-face {
  font-family: gotham__light;
  src: url(/assets/fonts/Gotham-Light.otf);
}

@font-face {
  font-family: gotham__medium;
  src: url(/assets/fonts/GothamMedium.ttf);
}

@font-face {
  font-family: gotham__book;
  src: url(/assets/fonts/GothamBook.ttf);
}

@font-face {
  font-family: placeholder__light__font;
  src: url(/assets/fonts/Polly-light.otf);
}

body {
  overflow-x: hidden !important;
  scroll-behavior: smooth !important;
  font-family: gotham__medium;
}

.active {
  font-weight: bold;
  color: #ca271d !important;
}

html,
body {
  width: 100%;
  height: 100%;
}

.section {
  width: 100%;
  height: 100%;
}

.blog {
  height: 300px;
  width: 100%;
  padding: 0 30px;
}

.blog .row {
  padding: 0;
}

.blog .row .blog__heading h3 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #ca271d;
}

.blog .row .blog__heading .red-underline {
  border: 1px solid #ca271d;
  background-color: #ca271d;
  padding: 1px;
  width: 90%;
  float: right;
}

.blog .row .col-xl-7 {
  padding: 15px 10px 15px 30px;
}

.blog .row .col-xl-7 p {
  margin: auto;
  font-size: 25px;
}

.blogs {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), color-stop(30%, #ca271d));
  background: linear-gradient(#ffffff 30%, #ca271d 30%);
  background-repeat: no-repeat;
  background-position: 100px 0;
  padding: 20px 20px 50px 100px;
  position: relative;
}

.blogs .row {
  margin: auto;
}

.blogs .row .col-xl-3 {
  margin: 10px auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 1px #00000059;
          box-shadow: 0px 0px 10px 1px #00000059;
  border-radius: 10px;
}

.blogs .row .view {
  padding: 20px 0;
  margin: auto;
}

.blogs .row .view .col-xl-12 {
  position: relative;
}

.blogs .row .view .col-xl-12 .circle-container {
  padding: 10px;
}

.blogs .row .view .col-xl-12 .circle-container .dots {
  border: 1px solidd #ffffff !important;
  background-color: #ffffff !important;
  padding: 13px;
  margin: auto 10px;
  border-radius: 100%;
}

.blogs .row .view .col-xl-12 button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 130px;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #ca271d;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.blogs .row .view .col-xl-12 button:hover {
  border: 1.2px solid white;
  background-color: #ca271d;
  color: #ffffff;
}

.blogs .footer__main {
  background-color: #4f4c4c !important;
  font-family: gotham__medium;
}

.blogs .footer__main .row__top {
  padding: 50px 0;
}

.blogs .footer__main .row__top .logo__button {
  background-color: #ffffff;
  border-radius: 67px;
}

.blogs .footer__main .move__Top__rounded {
  background-color: #ca271d;
  border-radius: 50%;
  width: 50px;
  cursor: pointer;
  height: 50px;
  position: relative;
}

.blogs .footer__main .move__Top__rounded .traingle__shape {
  position: absolute;
  top: 15%;
  left: 20%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #ffffff;
}

.blogs .footer__main .move__Top__rounded .traingle__shape:hover {
  position: absolute;
  top: 10%;
  left: 20%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blogs .footer__main .move__Top__rounded .text_top {
  position: absolute;
  top: 100%;
  left: -45%;
  width: 200px;
  margin-top: 5px;
}

.blogs .footer__copy {
  font-size: 12px !important;
  background: #ca271d;
}

@media only screen and (max-width: 992px) {
  .blog {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 20px 0 20px;
  }
  .blog .row {
    padding: 0;
  }
  .blog .row .blog__heading {
    margin-bottom: 25px;
  }
  .blog .row .blog__heading h3 {
    font-size: 25px;
  }
  .blog .row .col-xl-7 {
    padding: 15px;
  }
  .blog .row .col-xl-7 p {
    font-size: 18px;
  }
  .view a {
    margin: auto;
  }
  .blogs {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffffff), color-stop(30%, #ca271d));
    background: linear-gradient(90deg, #ffffff 30%, #ca271d 30%);
    padding: 20px 50px 20px 50px;
  }
  .blogs .row .col-xl-3 {
    margin: 20px auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .blogs .row .view {
    padding: 20px 0;
    margin: auto;
  }
  .blogs .row .view .d-block {
    padding: 10px;
    display: block !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .blogs .row .view .d-block .circle-container {
    padding: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .blogs .row .view .d-block .circle-container .dots {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 10px;
    margin: auto 10px;
    border-radius: 100%;
  }
  .blogs .row .view .d-block a {
    margin: auto;
    cursor: pointer;
  }
  .blogs .row .view .d-block button {
    margin: auto !important;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #ca271d;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    cursor: pointer;
  }
  .red-underline {
    padding: 1px !important;
  }
  .footer__main {
    background-color: #4f4c4c !important;
    font-family: gotham__medium;
  }
  .footer__main .row__top {
    padding: 50px 0;
  }
  .footer__main .row__top .logo__button {
    background-color: #ffffff;
    border-radius: 67px;
  }
  .footer__main .move__Top__rounded {
    background-color: #ca271d;
    border-radius: 50%;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: relative;
  }
  .footer__main .move__Top__rounded .traingle__shape {
    position: absolute;
    top: 15%;
    left: 20%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #ffffff;
  }
  .footer__main .move__Top__rounded .traingle__shape:hover {
    position: absolute;
    top: 10%;
    left: 20%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .footer__main .move__Top__rounded .text_top {
    position: absolute;
    top: 100%;
    left: -45%;
    width: 120px;
    margin-top: 5px;
  }
  .footer__copy {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .blog {
    height: 200px;
    padding: 0 10px 0 10px;
  }
  .blog .row {
    padding: 0;
  }
  .blog .row .blog__heading {
    margin-bottom: 0px;
  }
  .blog .row .blog__heading h3 {
    font-size: 25px;
    font-weight: bold;
  }
  .blog .row .blog__heading .red-underline {
    padding: 1px;
  }
  .blog .row .col-xl-7 {
    padding: 15px;
  }
  .blog .row .col-xl-7 p {
    font-size: 15px;
  }
  .blogs {
    padding: 20px 30px 20px 30px;
  }
  .blogs .row .col-xl-3 {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 400px) {
  .blog {
    height: 200px;
    padding: 0 10px 0 10px;
  }
  .blog .row {
    padding: 0;
  }
  .blog .row .blog__heading {
    margin-bottom: 0px;
  }
  .blog .row .blog__heading .red-underline {
    padding: 1px;
  }
  .blog .row .col-xl-7 {
    padding: 15px;
    text-align: justify;
  }
  .blog .row .col-xl-7 p {
    font-size: 12px;
  }
  .blogs {
    padding: 20px 15px 20px 15px;
  }
  .blogs .row .col-xl-3 {
    margin: 20px auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media only screen and (max-width: 319px) {
  .blog {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.active {
  font-weight: bold;
  -webkit-transition: 1ms;
  transition: 1ms;
  color: #ca271d !important;
}

.card__blog h6 {
  font-family: gotham__medium;
  font-size: 17px !important;
  color: #ca271d;
}

.card__blog p {
  font-family: gotham__book;
  font-size: 15px;
  color: #707070;
  font-weight: normal;
}

.credit_blog p {
  font-family: gotham__book;
  font-size: 15px;
  color: #707070;
  font-weight: normal;
}

.card {
  -webkit-box-shadow: 0px 0px 10px 1px #00000059;
          box-shadow: 0px 0px 10px 1px #00000059;
  border-radius: 10px;
  margin: 20px 0;
}

.button_container .blog_button {
  border: 2px solid #ca271d;
  border-radius: 35px;
  background-color: #ffffff;
  padding: auto 50px !important;
  font-size: 15px;
  color: #707070 !important;
  font-weight: 600;
  text-transform: capitalize;
}

.button_container .blog_button:hover {
  background-color: #ca271d;
  cursor: pointer;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
  color: #ffffff !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .mycar {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .mycar {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .card {
    border-radius: 100px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .mycol {
    margin-right: 80px;
  }
}

.carousel-indicators li {
  background-color: #ffffff;
  border-radius: 50px;
  width: 20px !important;
  height: 20px !important;
  padding-top: 5px;
  cursor: pointer;
}

.card-body {
  border-radius: 100px;
  padding: 0;
}

.card {
  border-radius: 100px;
}

.view_all_button {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 38px;
  border: 1px solid #ffffff;
  color: #ca271d;
  padding: 8px 25px 8px 25px;
  font-weight: bold;
  cursor: pointer;
}

.view_all_button:hover {
  background-color: #ca271d;
  color: #ffffff;
}

.view_all_button:focus {
  outline: none;
}
/*# sourceMappingURL=blogs.css.map */