@charset "UTF-8";

html {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin: 0;
  color: #717171;
}

h2 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 20px;
}

@media (min-width: 768px) {

  h2 {
    font-size: 46px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 24px;
  }
}
h2, h4, h5 {
  color: #332929;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

p {
  font-size: 15px;
  margin: 0 0 1.75em;
  color: #717171;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #717171;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #e72f4b;
}

img {
  max-width: 100%;
}

/**
 * 4.0 - Forms
 */
input {
  line-height: normal;
}

input[type=submit] {
  font-size: 1em;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}

input[type=submit]:hover,
input[type=submit]:focus {
  background: #00b2b7;
}

input[type=submit]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type=text] {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}

input[type=text]:focus {
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #b0b0b0;
}

::-moz-placeholder {
  color: #b0b0b0;
}

:-ms-input-placeholder {
  color: #b0b0b0;
}

:-moz-placeholder {
  color: #b0b0b0;
}

blockquote:before,
blockquote:after,
.site-content:before,
.site-content:after {
  content: "";
  display: table;
}

blockquote:after,
.site-content:after {
  clear: both;
}

.navbar {
  margin-bottom: 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header .navbar {
  z-index: 99;
}
@media (max-width: 991px) {
  .header .navbar {
    padding: 15px 0;
  }
}

.logo {
  padding: 0;
}

.footer-section .footer-top {
  background-color: #161743;
}
.footer-section .footer-top .widget h5 {
  color: #fff;
  margin-bottom: 30px;
}
.footer-section .footer-top .widget p {
  overflow: hidden;
  color: #fff;
}
.footer-section .footer-top .widget .contact-info {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.footer-section .footer-top .widget .contact-info li {
  line-height: 30px;
  color: #fff;
}
.footer-section .footer-bottom {
  text-align: center;
}
.footer-section .footer-bottom p {
  background-color: #0f0d0d;
  color: #fff;
  margin-bottom: 0;
  padding: 30px 0;
}

.blog-content .post-item {
  margin-bottom: 30px !important;
}
.blog-content .post-item .post-content .title {
  margin-bottom: 5px;
}

.entry-single {
  background-color: transparent !important;
  margin-bottom: 0 !important;
}
.entry-single .post-content {
  background-color: #fff;
}
.entry-single .post-content .title {
  font-size: 36px;
  font-weight: 500;
}
.entry-single .post-content blockquote {
  position: relative;
  margin: 40px 0px 40px 0px;
  padding: 30px 20px;
  border-top: 1px dotted #636363;
  border-bottom: 1px dotted #636363
}

.ccr-section {
  background-color: #fff;
  padding: 28px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .ccr-section {
    margin-bottom: 0;
  }
}
.ccr-section .section-title {
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.comment-response {
  background-color: #fff;
}
.comment-response form input {
  padding: 15px 25px;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  background-color: #f3f3f3;
}
.comment-response form .form-input {
  width: 48%;
  float: left;
}
@media (max-width: 767px) {
  .comment-response form .form-input {
    width: 100%;
    float: none;
  }
}
/* .comment-response form .name {
  width: 48%;
  float: left;
}
@media (max-width: 767px) {
  .comment-response form .name {
    width: 100%;
    float: none;
  }
}
.comment-response form .email {
  width: 48%;
  float: right;
}
@media (max-width: 991px) {
  .comment-response form .email {
    width: 100%;
    float: none;
  }
} */
.comment-response form input[type=submit] {
  background-color: #e72f4b;
  color: #fff;
  margin-top: 20px;
  padding: 12px 35px;
  margin-bottom: 0;
  width: 100%;
}

.body-padding {
  padding-top: 90px;
}
@media (min-width: 992px) {
  .body-padding {
    padding-top: 60px;
  }
}

.section-bg-color {
  background-color: #f3f3f3;
}

.donate {
  background-color: #e72f4b;
  border: none !important;
  color: #fff;
  text-transform: uppercase;
}
.donate:hover {
  color: #fff;
}

.section-padding-140 {
  padding: 30px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-padding-140 {
    padding: 40px 0;
  }
}

.section-padding-100 {
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-padding-100 {
    padding: 40px 0;
  }
}

.post-item {
  background-color: #fff;
}
@media (max-width: 991px) {
  .post-item {
    margin-bottom: 30px;
  }
}
.post-item:hover > .post-thumb img {
  transform: scale(1.1) rotate(0.5deg);
}
.post-item .post-thumb {
  overflow: hidden;
}
.post-item .post-thumb img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.post-item .post-content {
  padding: 25px 25px 25px;
  overflow: hidden;
}
.post-item .post-content .title {
  margin-top: 0;
  margin-bottom: 10px;
}

.post-meta {
  padding-left: 0;
  padding-bottom: 10px;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

@media (max-width: 991px) {
  .widget {
    margin-bottom: 40px;
  }
}

/*@@@@@@@@@@@@@@   cart-plus-minus Start Here  @@@@@@@@@@@@@@@@@*/
.custom-btn {
  padding: 10px 30px;
  border: 2px solid #e0e0e0;
  font-size: 15px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: 0.3s ease;
}
.custom-btn:hover {
  background-color: #e72f4b;
  border-color: #e72f4b;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}

/* price range */

/*-------------------------------------------
	29 product cart page
--------------------------------------------*/
.logo-header img {
  max-width: 50px;
}
.logo-footer img {
  max-width: 150px;
}
.blockquote_list li {
  list-style-type: none;
}
.docs-info a, .contact-info a {
  color: #fff;
}
.docs-info a:hover, .contact-info a:hover {
  color: #e72f4b;
}
.docs-info {
  padding: 0;
}
.docs-info li {
  list-style-type: none;
}
.congrat-img {
  max-width: 100px;
  margin: 10px auto;
}