/*
  Theme Name: Gyro – Restaurent WordPress theme
  Author: Theme_Butterfly
  Support: butterflytheme55@gmail.com
  Description: Gyro – Restaurent WordPress Theme
  Version: 1.0.1

*/ 

  CSS INDEX
  ===================

  01. Theme default CSS
  02. Header CSS
  2.1. Header Top CSS
  2.2 Offcanvas Menu CSS
  03. Hero CSS
  04. Service CSS
  05. About CSS
  06. Skill CSS
  07. Counter CSS
  08. Case Study CSS
  09. Features CSS
  10. Team CSS
  11. Testimonial CSS
  12. Choose Us CSS
  13. Brand CSS
  14. CTA CSS
  15. Video CSS
  16. Blog CSS
  17. Pricing CSS
  18. Blog Standard CSS
  19. Blog Details CSS
  20. Contact CSS
  21. Page Banner CSS
  22. Subscribe CSS
  23. Login Register CSS
  24. Footer CSS
  24.1. Footer Widget CSS

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/


/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #333;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body[dir=rtl] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arapey", sans-serif;
  color: #1A1A1A;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.3;
}

h1 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  transition: all 0.3s linear;
  outline: 0;
}
a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #C81D25;
}

ul, ol {
  padding: 0;
  margin: 0;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

.fix {
  overflow: hidden;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  float: left;
  width: 100%;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

.section-padding-03 {
  padding-top: 140px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-03 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-03 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-03 {
    padding-top: 60px;
  }
}

/*--Section Title--*/
.section-title {
  max-width: 590px;
}
.section-title .title {
  font-size: 54px;
  line-height: 56px;
  font-family: "Arapey", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: 0;
  margin-top: 5px;
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-title .title.white {
  color: #ffffff;
}
.section-title .sub-title {
  font-size: 15px;
  line-height: 24px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #C81D25;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
}
.section-title .sub-title::before {
  content: "";
  position: absolute;
  right: -30%;
  top: 50%;
  background-image: url(../images/shape/sub-sh1.png);
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.section-title .sub-title.white {
  color: #ffffff;
}

/*--Section Title Two--*/
.section-title2 {
  max-width: 670px;
  margin: 0 auto;
}
.section-title2 .title {
  font-size: 54px;
  line-height: 56px;
  font-family: "Arapey", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  margin-top: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .section-title2 .title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title2 .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-title2 .title.white {
  color: #ffffff;
}
.section-title2 .sub-title {
  font-size: 15px;
  line-height: 24px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #C81D25;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
}
.section-title2 .sub-title::before {
  content: "";
  position: absolute;
  right: -30%;
  top: 50%;
  background-image: url(../images/shape/sub-sh1.png);
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.section-title2 .sub-title::after {
  content: "";
  position: absolute;
  left: -30%;
  top: 50%;
  background-image: url(../images/shape/sub-sh3.png);
  background-repeat: no-repeat;
  background-position: center left;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.section-title2 .sub-title.white {
  color: #ffffff;
}

/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e8e8e8;
  width: 10px;
  height: 10px;
  transition: all 0.3s linear;
  position: relative;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #C81D25;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}

/*--  Preloader Styles  --*/
#loading {
  background-color: #C81D25;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  transform: rotate(-135deg);
}
#loading #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
#loading #object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#loading #object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#loading #object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#loading .object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
}

@-webkit-keyframes animate {
  50% {
    transform: rotate(360deg) scale(0.8);
  }
}

@keyframes animate {
  50% {
    transform: rotate(360deg) scale(0.8);
  }
}


/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: #C81D25;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #ffffff;
  border-radius: 5px;
  font-size: 15px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0px 45px;
  text-transform: capitalize;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.btn:hover {
  background: #15301F;
  color: #fff;
}
.btn i {
  position: relative;
  top: 1px;
  left: 5px;
}

.btn:focus, .btn:focus:active {
  box-shadow: none;
}


[class*=btn-icon-] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}
.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}
.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-primary {
  background-color: #C81D25;
  border-color: #C81D25;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #C81D25;
  border-color: #C81D25;
}

.btn-secondary {
  background-color: #D1F651;
  border-color: #D1F651;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #D1F651;
  border-color: #D1F651;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #002e5b;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.btn-white::after {
  background: #C81D25;
}
.btn-white::before {
  background: #C81D25;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.header-section {
  position: relative;
  width: 100%;
  z-index: 999;
}
.header-section.header-sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  top: 0;
}
.header-section.header-sticky .header-wrap {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.main-menu ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 22px;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li.has-dropdown > a {
  padding-right: 14px;
}
.main-menu ul li.has-dropdown > a::before {
  position: absolute;
  content: "\e90c";
  right: -3px;
  top: 30px;
  font-size: 12px;
  color: #002e5b;
  font-family: 'icomoon' !important;
}
.main-menu ul li a {
  color: #1A1A1A;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 30px 0;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s;
}
.main-menu ul li.active-menu > a {
  color: #C81D25;
}
.main-menu ul li.active-menu > a::before {
  color: #C81D25;
}
.main-menu ul li:hover > a {
  color: #C81D25;
}
.main-menu ul li:hover > a::before {
  color: #C81D25;
}
.main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 220px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 0px 15px;
  transition: 0.3s;
  border-top: 4px solid #C81D25;
}
.main-menu ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
  width: 100%;
  display: block;
}
.main-menu ul li .sub-menu li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 7px 25px;
  transition: 0.3s;
  color: #031628;
  text-transform: capitalize;
}
.main-menu ul li .sub-menu li.active > a {
  color: #C81D25;
}
.main-menu ul li .sub-menu li:hover > a {
  color: #C81D25;
}
.main-menu ul li .sub-menu li > .sub-menu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .sub-menu li:hover > .sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-btn{
  margin-top: 6px;
}

.header-search {
  margin-left: 35px;
  position: relative;
}
.header-search .search-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  transition: all 0.3s linear;
}
.header-search .search-btn:hover {
  color: #C81D25;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-inner .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}
.search-wrap .search-inner .search-close:hover {
  transform: rotate(90deg);
  color: #C81D25;
}
.search-wrap .search-inner .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-inner .search-cell .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 80%;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    padding: 0 35px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    font-size: 16px;
    padding: 0 15px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 14px;
  }
}

.header-info {
  align-items: center;
}
.header-info .info-icon {
  height: 55px;
  width: 55px;
  line-height: 58px;
  text-align: center;
  background: rgba(107, 102, 198, 0.2);
  border-radius: 50%;
}
.header-info .info-icon i {
  font-size: 16px;
  color: #C81D25;
}
.header-info .info-text {
  margin-left: 10px;
}
.header-info .info-text span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
}
.header-info .info-text .number {
  display: block;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  font-family: "Arapey", sans-serif;
  color: #ffffff;
}

.header-section-02 {
  top: 0;
}
@media only screen and (max-width: 991px) {
  .header-section-02 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-section-02 .header-logo .logo-black {
  display: none;
}
.header-section-02 .header-menu {
  margin-left: 0;
}
.header-section-02 .main-menu ul li.has-dropdown > a {
  padding-right: 14px;
}
.header-section-02 .main-menu ul li.has-dropdown > a::after {
  top: 40px;
  color: #ffffff;
}
.header-section-02 .main-menu ul li a {
  color: #ffffff;
  padding: 40px 0;
}
.header-section-02 .main-menu ul li.active-menu > a {
  color: #C81D25;
}
.header-section-02 .main-menu ul li.active-menu > a::after {
  color: #C81D25;
}
.header-section-02 .main-menu ul li:hover > a {
  color: #C81D25;
}
.header-section-02 .main-menu ul li:hover > a::after {
  color: #C81D25;
}
.header-section-02 .header-wrap {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  .header-section-02 .header-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-section-02.header-sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  top: 0;
}
.header-section-02.header-sticky .header-logo .logo-black {
  display: block;
}
.header-section-02.header-sticky .header-logo .logo-white {
  display: none;
}
.header-section-02.header-sticky .main-menu ul li.has-dropdown > a::after {
  color: #1A1A1A;
}
.header-section-02.header-sticky .main-menu ul li a {
  color: #1A1A1A;
}
.header-section-02.header-sticky .main-menu ul li.active-menu > a {
  color: #C81D25;
}
.header-section-02.header-sticky .main-menu ul li.active-menu > a::after {
  color: #C81D25;
}
.header-section-02.header-sticky .main-menu ul li:hover > a {
  color: #C81D25;
}
.header-section-02.header-sticky .main-menu ul li:hover > a::after {
  color: #C81D25;
}
.header-section-02.header-sticky .header-info .info-text span {
  color: #1A1A1A;
}
.header-section-02.header-sticky .header-info .info-text .number {
  color: #1A1A1A;
}

.header-top-section {
  background: #C81D25;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-top-wrapper .header-top-info ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  position: relative;
}
.header-top-wrapper .header-top-info ul li i {
  font-size: 18px;
  color: #ffffff;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.header-top-wrapper .header-top-info ul li + li {
  margin-left: 40px;
}
.header-top-wrapper .header-social {
  display: flex;
  align-items: center;
}

.header-top-wrapper .header-social a + a {
  margin-left: 20px;
}
.header-top-wrapper .header-social a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.header-top-wrapper .header-social a:hover {
  background: #ffffff;
  color: #C81D25;
}

.header-section-03 {
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.header-section-03 .header-menu {
  margin-left: inherit;
}
.header-section-03 .main-menu ul li.has-dropdown > a {
  padding-right: 14px;
}
.header-section-03 .main-menu ul li.has-dropdown > a::after {
  top: 40px;
  color: #1A1A1A;
}
.header-section-03 .main-menu ul li a {
  color: #1A1A1A;
  padding: 40px 0;
}
.header-section-03 .main-menu ul li.active-menu > a {
  color: #dc143c;
}
.header-section-03 .main-menu ul li.active-menu > a::after {
  color: #dc143c;
}
.header-section-03 .main-menu ul li:hover > a {
  color: #dc143c;
}
.header-section-03 .main-menu ul li:hover > a::after {
  color: #dc143c;
}
.header-section-03 .header-info {
  align-items: center;
}
.header-section-03 .header-info .info-icon {
  height: 52px;
  width: 52px;
  line-height: 55px;
}
.header-section-03 .header-info .info-icon i {
  font-size: 16px;
}
.header-section-03 .header-info .info-text span {
  line-height: 20px;
  color: #898989;
}
.header-section-03 .header-info .info-text .number {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #1A1A1A;
}
.header-section-03 .header-btn .btn {
  margin-left: 40px;
}

@media only screen and (max-width: 991px) {
  .header-section-03 .header-bottom-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-section-03 .header-bottom-section.header-sticky {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  top: 0;
}


.header-sticky {
  position: fixed;
  top: 30px;
  -webkit-animation: header-sticky 1s;
          animation: header-sticky 1s;
}

@-webkit-keyframes header-sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes header-sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #1a1a1a;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: #C81D25;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #1a1a1a;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--tp-theme-1);
  color: #C81D25;
  border-color: #ebebeb;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--tp-heading-primary);
}

/*----------------------------------------*/
/*  00. Sidebar CSS START
/*----------------------------------------*/
.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
@media only screen and (max-width: 575px) {
  .sidebar__area {
    width: 360px;
  }
}
@media only screen and (max-width: 449px) {
  .sidebar__area {
    width: 290px;
  }
}
.sidebar__area.sidebar-opened {
  right: 0px;
}
.sidebar__wrapper {
  position: relative;
  padding: 45px;
  background: #f7f7f7;
}
@media only screen and (max-width: 449px) {
  .sidebar__wrapper {
    padding: 20px;
  }
}
.sidebar__close {
  position: absolute;
  top: 35px;
  right: 45px;
}
@media only screen and (max-width: 449px) {
  .sidebar__close {
    top: 22px;
    right: 20px;
  }
}
.sidebar__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #000;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 50%;
}
.sidebar__close-btn:hover {
  background: #C81D25;
}
.sidebar__logo {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
.sidebar__search {
  position: relative;
  margin-bottom: 25px;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 500;
  color: #415674;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  color: #415674;
  font-weight: 500;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  color: #415674;
  font-weight: 500;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::placeholder {
  color: #415674;
  font-weight: 500;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  border-color: #C81D25;
}
.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: #aeaeae;
  outline: none;
  border: none;
  background: transparent;
  transition: 0.3s;
}
.sidebar__search button:hover {
  color: #C81D25;
}
.sidebar__text p {
  margin-bottom: 25px;
  font-size: 16px;
}
.sidebar__contact {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sidebar__contact h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.sidebar__contact ul li {
  display: flex;
  align-items: center;
}
.sidebar__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__contact ul li:hover span {
  background: #C81D25;
  color: #ffffff;
  border-color: #ebebeb;
}
.sidebar__contact ul li:hover a {
  color: #C81D25;
}
.sidebar__contact-icon {
  margin-right: 15px;
}
.sidebar__contact-icon span {
  display: inline-block;
  color: #343a40;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 7px;
}
.sidebar__contact-text a {
  font-size: 16px;
  font-weight: 400;
  color: #343a40;
}
.sidebar__img {
  margin-bottom: 20px;
}
.sidebar__single-img {
  margin-bottom: 10px;
}
.sidebar__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}

.sidebar__social a:not(:last-child) {
  margin-right: 5px;
}
.sidebar__social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f1f1f1;
  color: #343a40;
  border-radius: 5px;
}
.sidebar__social a:hover {
  background: #C81D25;
  color: #ffffff;
}

.side-menu-icon {
  margin-left: 30px;
}

.side-menu-icon {
  width: 52px;
  height: 52px;
  line-height: 70px;
  background: #C81D25;
  text-align: center;
  border-radius: 50%;
}
.side-menu-icon span {
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 6px 0;
  display: block;
  transition: all 0.3s linear;
}
.side-menu-icon:hover span:first-child {
  width: 20px;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/


/*--
/*  12 - Subscribe CSS
/*----------------------------------------*/
.gyro-subscribe-section .subscribe-wrap {
  background: #D1F651;
  position: relative;
  border-radius: 10px;
  padding: 95px 70px;
  margin-bottom: -130px;
  z-index: 1;
}
.gyro-subscribe-section .subscribe-wrap .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.gyro-subscribe-section .subscribe-wrap .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.gyro-subscribe-section .subscribe-wrap .subscribe-content .title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0;
}
.gyro-subscribe-section .subscribe-wrap .subscribe-form form {
  position: relative;
}
.gyro-subscribe-section .subscribe-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  height: 60px;
  line-height: 60px;
  border: 0;
  border-radius: 5px;
  padding-right: 170px;
}
.gyro-subscribe-section .subscribe-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  font-size: 15px;
  color: #636363;
  font-weight: 400;
}
.gyro-subscribe-section .subscribe-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  font-size: 15px;
  color: #636363;
  font-weight: 400;
}
.gyro-subscribe-section .subscribe-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  font-size: 15px;
  color: #636363;
  font-weight: 400;
}
.gyro-subscribe-section .subscribe-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  font-size: 15px;
  color: #636363;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .gyro-subscribe-section .subscribe-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .gyro-subscribe-section .subscribe-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    padding-right: 20px;
  }
  .gyro-subscribe-section .subscribe-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
    font-size: 16px;
  }
  .gyro-subscribe-section .subscribe-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
    font-size: 16px;
  }
  .gyro-subscribe-section .subscribe-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    font-size: 16px;
  }
  .gyro-subscribe-section .subscribe-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    font-size: 16px;
  }
}
.gyro-subscribe-section .subscribe-wrap .subscribe-form form button {
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
  background: #1A1A1A;
  color: #ffffff;
  padding: 0 40px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .gyro-subscribe-section .subscribe-wrap .subscribe-form form button {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .gyro-subscribe-section .subscribe-wrap .subscribe-form form button {
    position: relative;
    right: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    margin-top: 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .gyro-subscribe-section .subscribe-wrap .subscribe-content {
    text-align: center;
  }
  .gyro-subscribe-section .subscribe-wrap .subscribe-form {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .gyro-subscribe-section .subscribe-wrap {
    padding: 75px 55px;
  }
  .gyro-subscribe-section .subscribe-wrap .subscribe-content .title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 449px) {
  .gyro-subscribe-section .subscribe-wrap {
    padding: 75px 45px;
  }
}

.gyro-subscribe-section-02 .subscribe-wrap {
  margin-bottom: 0;
}

/*--
/*  13 - Blog CSS
/*----------------------------------------*/
.gyro-blog-section {
  background: #F3F3FB;
  padding-top: 260px;
}
@media only screen and (max-width: 1199px) {
  .gyro-blog-section {
    padding-top: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .gyro-blog-section {
    padding-top: 210px;
  }
}
.gyro-blog-section .blog-btn {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .gyro-blog-section .blog-btn {
    text-align: left;
    margin-top: 30px;
  }
}
.gyro-blog-section .blog-btn .btn {
  height: 60px;
  line-height: 58px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 0 50px;
  color: #1A1A1A;
  background: transparent;
  text-transform: uppercase;
}
.gyro-blog-section .blog-btn .btn::before {
  background: #C81D25;
}
.gyro-blog-section .blog-btn .btn::after {
  background: #C81D25;
}
.gyro-blog-section .blog-btn .btn:hover {
  border: 1px solid transparent;
  color: #ffffff;
}

.blog-content-wrap {
  padding-top: 30px;
}

.single-blog {
  margin-top: 30px;
  border-bottom: 3px solid #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.3s linear;
}
.single-blog .blog-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 5px;
}
.single-blog .blog-image a {
  display: block;
}
.single-blog .blog-image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.single-blog .blog-image .top-meta {
  position: absolute;
  top: 0;
  right: 0;
}
.single-blog .blog-image .top-meta .date {
  width: 65px;
  height: 75px;
  text-align: center;
  background: #ffffff;
  color: #898989;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  padding: 10px;
}
.single-blog .blog-image .top-meta .date span {
  font-size: 36px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 30px;
  display: block;
}
.single-blog .blog-content {
  padding: 0 40px 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #ffffff;
  margin-top: -20px;
}
@media only screen and (max-width: 1199px) {
  .single-blog .blog-content {
    padding: 0 25px 40px;
  }
}
.single-blog .blog-content .blog-meta {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  display: inline-block;
}
.single-blog .blog-content .blog-meta span {
  font-size: 12px;
  line-height: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: #898989;
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .single-blog .blog-content .blog-meta span {
    margin-right: 12px;
  }
}
.single-blog .blog-content .blog-meta span i {
  color: #1A1A1A;
  margin-right: 5px;
}
.single-blog .blog-content .title {
  font-size: 24px;
  line-height: 30px;
  font-family: "Arapey", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  margin-top: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .single-blog .blog-content .title {
    padding-right: 0;
  }
}
.single-blog .blog-btn-link {
  font-size: 15px;
  font-weight: 500;
  color: #1A1A1A;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all 0.3s linear;
}
.single-blog .blog-btn-link i {
  margin-left: 3px;
}
.single-blog .blog-btn-link:hover {
  color: #C81D25;
}
.single-blog:hover {
  border-bottom: 3px solid #C81D25;
}
.single-blog:hover .blog-image a img {
  transform: scale(1.1);
}

.gyro-blog-section-02 {
  background: #ffffff;
  padding-top: 120px;
}
.gyro-blog-section-02 .blog-btn {
  text-align: right;
}
.gyro-blog-section-02 .blog-btn .btn {
  border-radius: 5px;
}
.gyro-blog-section-02 .single-blog {
  margin-top: 30px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.gyro-blog-section-02 .single-blog .blog-image {
  border-top-right-radius: 20px;
}
.gyro-blog-section-02 .single-blog .blog-image .top-meta {
  top: 15px;
  left: 15px;
  right: auto;
}
.gyro-blog-section-02 .single-blog .blog-image .top-meta .date {
  border-radius: 5px;
}
.gyro-blog-section-02 .single-blog .blog-content {
  padding: 20px 40px 40px;
  background: #ffffff;
  margin-top: 0;
}
.gyro-blog-section-02 .single-blog .blog-content .blog-meta {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.gyro-blog-section-02 .single-blog .blog-content .title {
  margin-top: 15px;
}
.gyro-blog-section-02 .single-blog:hover {
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 1199px) {
  .gyro-blog-section-02 {
    padding-top: 100px;
  }
  .gyro-blog-section-02 .single-blog .blog-content {
    padding: 20px 25px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .gyro-blog-section-02 {
    padding-top: 80px;
  }
  .gyro-blog-section-02 .blog-btn {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .gyro-blog-section-02 {
    padding-top: 60px;
  }
}

.gyro-blog-section-03 .blog-wrap {
  margin-top: -20px;
}
.gyro-blog-section-03 .section-title {
  max-width: 650px;
}
.gyro-blog-section-03 .blog-btn {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .gyro-blog-section-03 .blog-btn {
    text-align: left;
  }
}
.gyro-blog-section-03 .blog-btn .btn {
  border-radius: 5px;
}
.gyro-blog-section-03 .single-blog {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
  border: 0;
  border-radius: 20px;
}
.gyro-blog-section-03 .single-blog .blog-image {
  border-top-right-radius: 20px;
}
.gyro-blog-section-03 .single-blog .blog-content {
  position: relative;
  padding: 30px 40px 40px;
  background: #ffffff;
  margin-top: 0;
}
@media only screen and (max-width: 575px) {
  .gyro-blog-section-03 .single-blog .blog-content {
    padding: 30px 30px 40px;
  }
}
.gyro-blog-section-03 .single-blog .blog-content .blog-meta {
  position: absolute;
  right: 20px;
  top: -25px;
  border: 0;
  background: #C81D25;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 50px;
}
.gyro-blog-section-03 .single-blog .blog-content .blog-meta p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.gyro-blog-section-03 .single-blog .blog-content .blog-meta p a {
  color: #ffffff;
}
.gyro-blog-section-03 .single-blog .blog-content .blog-meta p i {
  margin-right: 5px;
}
.gyro-blog-section-03 .single-blog .blog-content .date {
  font-size: 18px;
  line-height: 28px;
  color: #898989;
}
.gyro-blog-section-03 .single-blog .blog-content .date i {
  font-size: 15px;
  color: #C81D25;
  margin-right: 5px;
}
.gyro-blog-section-03 .single-blog .blog-content .title {
  margin-top: 15px;
}
.gyro-blog-section-03 .single-blog .blog-content .blog-btn-wrap {
  text-align: right;
}
.gyro-blog-section-03 .single-blog:hover {
  border-bottom: 0;
}

.blog-grid-wrap {
  margin-top: -30px;
}



/*--
/*  18 - Blog List CSS
/*----------------------------------------*/
.blog-standard-wrap {
  margin-top: -60px;
}
.blog-standard-wrap .blog-post-wrap {
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .blog-standard-wrap .blog-post-wrap {
    padding-right: 0;
  }
}
.blog-standard-wrap .blog-post-wrap .pagination {
  margin-top: 55px;
}

.single-blog-post {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 10px;
  margin-top: 60px;
}
.single-blog-post .blog-image {
  overflow: hidden;
}
.single-blog-post .blog-image img {
  height: auto;
  transition: all 0.3s linear;
}
.single-blog-post .blog-content {
  position: relative;
  padding: 40px;
}
.single-blog-post .blog-content .date {
  position: absolute;
  right: 0;
  top: 0;
}
.single-blog-post .blog-content .date span {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  border-bottom-left-radius: 5px;
  color: #ffffff;
  background: #C81D25;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .single-blog-post .blog-content .date span {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-post .blog-content .date span {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
}
.single-blog-post .blog-content .blog-meta {
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .single-blog-post .blog-content .blog-meta {
    margin-top: 5px;
  }
}
.single-blog-post .blog-content .blog-meta .meta-icon-text {
  font-size: 15px;
  line-height: 24px;
  color: #898989;
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .single-blog-post .blog-content .blog-meta .meta-icon-text {
    margin-right: 12px;
  }
}
.single-blog-post .blog-content .blog-meta .meta-icon-text span  {
  color: #C81D25;
  margin-right: 5px;
}
.single-blog-post .blog-content .title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .single-blog-post .blog-content .title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-post .blog-content .title {
    font-size: 28px;
    line-height: 36px;
  }
}
.single-blog-post .blog-content p {
  font-size: 18px;
  line-height: 28px;
  color: #898989;
  margin-top: 10px;
}
.single-blog-post .blog-content .blog-btn-link {
  font-size: 15px;
  font-weight: 600;
  color: #1A1A1A;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all 0.3s linear;
}
.single-blog-post .blog-content .blog-btn-link i {
  margin-left: 3px;
}
.single-blog-post .blog-content .blog-btn-link:hover {
  color: #C81D25;
}

.blog-sidebar {
  margin-top: 60px;
  margin-left: 30px;
  position: header-sticky;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .blog-sidebar {
    margin-left: 0;
  }
}
.blog-sidebar .sidebar-widget-1 {
  margin-top: 0;
}

.sidebar-widget {
  margin-top: 50px;
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-right: 35px;
  color: #415674;
  font-weight: 700;
  outline: none;
  overflow: hidden;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 14px;
  background: #C81D25;
  color: #ffffff;
  transition: all 0.3s linear;
}

.sidebar-widget {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 35px 40px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-widget {
    padding: 35px 30px 40px;
  }
}
.sidebar-widget .widget-title .title {
  font-size: 30px;
  line-height: 42px;
  font-family: "Arapey", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: 25px;
}

.sidebar-widget .recent-posts ul li {
  margin-top: 30px;
}
.sidebar-widget .recent-posts ul li:first-child {
  margin-top: 0;
}
.sidebar-widget .recent-posts ul li .post-link {
  display: flex;
  align-items: center;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb {
  margin-right: 20px;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
  border-radius: 6px;
  image-rendering: crisp-edges;
}
.sidebar-widget .recent-posts ul li .post-link .post-text {
  flex: 1;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .title {
  font-size: 16px;
  line-height: 22px;
  font-family: "Arapey", sans-serif;
  font-weight: 400;
  transition: all 0.3s linear;
  color: #1A1A1A;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
  font-size: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #838383;
  display: inline-block;
  margin-top: 5px;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
  color: #C81D25;
  margin-right: 5px;
}
.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
  color: #C81D25;
}

.sidebar-widget .category .cate-item {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 12px 15px;
  margin-top: 15px;
}
.sidebar-widget .category .cate-item:first-child {
  margin-top: 0;
}
.sidebar-widget .category .cate-item a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #1A1A1A;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a i {
  font-size: 14px;
  line-height: 31px;
  color: #C81D25;
  margin-right: 8px;
}
.sidebar-widget .category .cate-item a .post-count {
  margin-left: auto;
  align-items: flex-start;
  text-align: center;
  font-size: 18px;
  color: #898989;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a:hover {
  color: #C81D25;
}
.sidebar-widget .category .cate-item a:hover .post-count {
  color: #C81D25;
}

.sidebar-widget .sidebar-tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}
.sidebar-widget .sidebar-tag li a {
  display: inline-block;
  padding: 8px 15px;
  font-size: 18px;
  color: #898989;
  line-height: 22px;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.sidebar-widget .sidebar-tag li a:hover {
  background-color: #C81D25;
  border: 1px solid transparent;
  color: #ffffff;
}


/*--Page Pagination--*/
.gyro-pagination {
  margin-top: 60px;
}
.gyro-pagination .pagination li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s linear;
}
.gyro-pagination .pagination li a.active {
  background-color: #C81D25;
  color: #ffffff;
}

/*--
/*  19 - Blog Details CSS
/*----------------------------------------*/
.blog-details-wrap {
  margin-top: -60px;
}

.blog-details-post {
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
}
.blog-details-post .blog-image {
  overflow: hidden;
  border-radius: 10px;
}

.blog-details-post .blog-content {
  padding: 0;
  padding-top: 40px;
}

.blog-post-wrap {
  padding-right: 30px;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .blog-post-wrap {
    padding-right: 0;
  }
}
.blog-post-wrap .blog-details-content .blog-quote {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #C81D25;
  border-radius: 10px;
  margin-top: 40px;
  padding: 30px 60px 30px;
}
.blog-post-wrap .blog-details-content .blog-quote .blockquote p {
  display: inline;
  font-size: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #898989;
  line-height: 32px;
  font-weight: 400;
  margin-top: 0;
}
.blog-post-wrap .blog-details-content .blog-quote .quote-author-wrap {
  display: flex;
  justify-content: space-between;
}
.blog-post-wrap .blog-details-content .blog-quote .quote-author-wrap .author .name {
  font-size: 18px;
  line-height: 30px;
  color: #1a1a1a;
}
.blog-post-wrap .blog-details-content .blog-quote .quote-author-wrap .author .designation {
  font-size: 16px;
  line-height: 24px;
  color: #898989;
}
.blog-post-wrap .blog-details-content .blog-quote .quote-author-wrap .icon i {
  font-size: 35px;
  color: #C81D25;
}
.blog-post-wrap .blog-details-content .blog-inner-img {
  padding-top: 20px;
}
.blog-post-wrap .blog-details-content .blog-inner-img .image {
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .blog-post-wrap .blog-details-content .blog-inner-img .image {
    margin-top: 15px;
  }
}
.blog-post-wrap .blog-details-content .blog-inner-img .image img {
  border-radius: 10px;
  width: 100%;
}
.blog-post-wrap .blog-details-content .blog-details-text {
  margin-top: 50px;
}
.blog-post-wrap .blog-details-content .blog-details-text p {
  font-size: 18px;
  line-height: 30px;
  color: #898989;
  margin-top: 10px;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e5;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-tag {
  padding-top: 20px;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget {
  margin-top: 0;
  display: flex;
  padding: 0;
  box-shadow: none;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .label {
  font-size: 16px;
  line-height: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  margin-right: 10px;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li {
  margin-bottom: 0px;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-share {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-share li {
  display: inline-block;
  margin-right: 10px;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-share li:last-child {
  margin-right: 0;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-share li a {
  display: inline-block;
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 38px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-share li a.share-twitter {
  background: #1DA1F2;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-share li a.share-facebook {
  background: #4867AA;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-share li a.share-pinterest {
  background: #BD081B;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-share li a.share-linkedin {
  background: #007BB6;
}
.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-share li a:hover {
  opacity: 0.9;
}
.blog-post-wrap .blog-details-content .gyro-post-pagination {
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f6;
  padding: 10px 30px;
  margin-top: 80px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blog-post-wrap .blog-details-content .gyro-post-pagination {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-post-wrap .blog-details-content .gyro-post-pagination {
    padding: 0 10px;
  }
}
.blog-post-wrap .blog-details-content .gyro-post-pagination::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #e1e1e1;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-post-wrap .blog-details-content .gyro-post-pagination::before {
    width: auto;
    height: 1px;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
.blog-post-wrap .blog-details-content .gyro-post-pagination .previous-post, .blog-post-wrap .blog-details-content .gyro-post-pagination .next-post {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .blog-post-wrap .blog-details-content .gyro-post-pagination .previous-post, .blog-post-wrap .blog-details-content .gyro-post-pagination .next-post {
    width: 100%;
  }
}
.blog-post-wrap .blog-details-content .gyro-post-pagination .blog-pagination-post {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .blog-post-wrap .blog-details-content .gyro-post-pagination .blog-pagination-post {
    padding: 20px 0;
  }
}
.blog-post-wrap .blog-details-content .gyro-post-pagination .blog-pagination-post .post-thumb {
  flex-shrink: 0;
}
.blog-post-wrap .blog-details-content .gyro-post-pagination .blog-pagination-post .post-thumb a img {
  width: 75px;
  height: 75px;
  border-radius: 5px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-post-wrap .blog-details-content .gyro-post-pagination .blog-pagination-post .post-thumb a i {
  font-size: 14px;
  color: #C81D25;
  padding: 0 10px;
}
.blog-post-wrap .blog-details-content .gyro-post-pagination .blog-pagination-post .post-content {
  flex-grow: 1;
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .blog-post-wrap .blog-details-content .gyro-post-pagination .blog-pagination-post .post-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-post-wrap .blog-details-content .gyro-post-pagination .blog-pagination-post .post-content {
    padding: 0 13px;
  }
}
.blog-post-wrap .blog-details-content .gyro-post-pagination .blog-pagination-post .post-content .title {
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
  color: #1a1a1a;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .blog-post-wrap .blog-details-content .gyro-post-pagination .blog-pagination-post .post-content .title {
    font-size: 15px;
  }
}
.blog-post-wrap .blog-details-content .gyro-post-pagination .blog-pagination-post .post-content .date {
  font-size: 12px;
  line-height: 24px;
  color: #676767;
}
.blog-post-wrap .blog-details-content .gyro-post-pagination .blog-pagination-post .post-content .date i {
  margin-right: 6px;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box {
  margin-top: 50px;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-title {
  font-size: 24px;
  line-height: 30px;
  color: #1a1a1a;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
  display: flex;
  padding: 30px 0;
}
@media only screen and (max-width: 575px) {
  .blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
    display: block;
  }
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author {
  flex-shrink: 0;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author img {
  width: 75px;
  border-radius: 50%;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
  flex-grow: 1;
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .name {
  font-size: 16px;
  font-family: "Arapey", sans-serif;
  font-weight: 400;
  color: #1a1a1a;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .reply {
  color: #C81D25;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .reply:hover {
  color: #D1F651;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
  padding-left: 105px;
}
@media only screen and (max-width: 767px) {
  .blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
    padding-left: 0;
  }
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form {
  margin-top: 50px;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #1a1a1a;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form p {
  font-size: 14px;
  line-height: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: #686f7a;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap {
  padding-top: 10px;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form {
  margin-top: 20px;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control {
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus {
  outline: none;
  border-color: #C81D25;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control {
  height: 135px;
  padding-top: 15px;
  font-size: 13px;
  color: #415674;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 25px;
  resize: none;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .form-btn .btn {
  height: 50px;
  line-height: 48px;
  margin-top: 25px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 35px;
}

/*--
/*  19 - Contact CSS
/*----------------------------------------*/
.gyro-contact-section .contact-wrap {
  background: #F3F3FB;
  padding: 60px 55px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .gyro-contact-section .contact-wrap {
    padding: 60px 30px;
  }
}
.gyro-contact-section .contact-info-wrap {
  margin-top: -25px;
}

.single-contact-info {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 25px 20px;
  margin-top: 25px;
}
.single-contact-info .info-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 24px;
  color: #C81D25;
  margin: 0 auto;
}
.single-contact-info .info-content .title {
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-contact-info .info-content p {
  font-size: 18px;
  line-height: 26px;
  color: #898989;
}
@media only screen and (max-width: 1199px) {
  .single-contact-info .info-content p {
    font-size: 16px;
  }
}

/*--
/*  15 - Page Banner CSS
/*----------------------------------------*/


.page-banner-section .page-banner-wrap {
  position: relative;
}

.page-banner-section .page-banner {
  text-align: center;
}
.page-banner .title {
  font-size: 54px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .page-banner .title {
    font-size: 45px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner .title {
    font-size: 30px;
  }
}
.page-banner .breadcrumb {
  margin-bottom: 0;
  margin-top: 10px;
}

/*--
/*  21 - 404 CSS
/*----------------------------------------*/
/* 404 page */
.error-wrap {
  margin-top: -20px;
}

.error-404-title {
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .error-404-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .error-404-title {
    font-size: 110px;
  }
}

.error-content .error-title {
  font-size: 35px;
}
@media only screen and (max-width: 575px) {
  .error-content .error-title {
    font-size: 25px;
  }
}

.error-content p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 0 70px;
}
@media only screen and (max-width: 575px) {
  .error-content p {
    font-size: 16px;
    padding: 0 0;
    margin-top: 10px;
  }
}

.error-content .btn {
  padding: 0 40px;
}



/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-wrap {
  border-left: 1px solid #eeeeee;
  height: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrap {
    border-left: none;
    height: auto;
    padding-top: 0;
  }
}

.widget {
  margin-bottom: 40px;
  color: #69737d;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .widget .widget-title {
    padding-left: 0;
  }
}

/*--
/*  24.1 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrap {
  padding-top: 70px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .footer-widget-wrap {
    padding-top: 50px;
  }
}

.footer-section-03 {
  padding-top: 60px;
}
.footer-section-03 .footer-widget-wrap {
  padding-top: 0;
}

.footer-widget {
  margin-top: 30px;
}
.footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
    padding-left: 0px;
  }
}

.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 30px;
}
.widget-info ul li .info-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #2C2C2C;
  border-radius: 50%;
}
.widget-info ul li .info-icon span {
  display: inline-block;
  color: #dc143c;
  font-size: 14px;
}
.widget-info ul li .info-text {
  flex: 1;
  font-size: 20px;
  line-height: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  margin-left: 15px;
  color: #ffffff;
}
.widget-info ul li .info-text .label-name {
  font-size: 20px;
  line-height: 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 1199px) {
  .widget-info ul li .info-text .label-name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-info ul li .info-text .label-name {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-info ul li .info-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.footer-widget-about {
  margin-top: 30px;
}

.footer-search .footer-search-wrap {
  max-width: 300px;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  background-color: transparent;
  height: 55px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #2C2C2C;
  border-radius: 50px;
  padding-right: 60px;
}
.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.9;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.9;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.9;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.9;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
.footer-search .footer-search-wrap form button {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #C81D25;
  border: 0;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.footer-social .social {
  margin-top: 25px;
}
.footer-social .social li {
  display: inline-block;
}
.footer-social .social li + li {
  margin-left: 5px;
}
.footer-social .social li a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  background: #2C2C2C;
  color: #ffffff;
}
.footer-social .social li a:hover {
  background: #C81D25;
}

.footer-widget .footer-widget-title {
  font-size: 18px;
  line-height: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.footer-widget .newsletter-text {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .footer-widget .newsletter-text {
    font-size: 16px;
    line-height: 28px;
  }
}

.widget-link {
  padding-top: 22px;
}
.widget-link .link li {
  margin-top: 7px;
}
.widget-link .link li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s linear;
}
.widget-link .link li a:hover {
  color: #C81D25;
}

.footer-section-03 .footer-widget-about p {
  font-size: 16px;
  line-height: 28px;
  color: #ccc;
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .footer-section-03 .footer-widget-about p {
    font-size: 16px;
  }
}
.footer-section-03 .footer-social .social li a {
  line-height: 37px;
  background: #fff;
  color: #dc143c;
}
.footer-section-03 .footer-social .social li a:hover {
  background: #C81D25;
}
.footer-section-03 .widget-link .link li a {
  color: #ccc;
}
.footer-section-03 .widget-link .link li a:hover {
  color: #C81D25;
}

.footer-section-03 .widget-info ul li {
  align-items: start;
  margin-top: 20px;
}
.footer-section-03 .widget-info ul li .info-icon {
  height: 0;
  width: 0;
  line-height: 0;
  text-align: inherit;
  background: none;
  border-radius: 0;
}
.footer-section-03 .widget-info ul li .info-icon span {
  font-size: 16px;
  position: relative;
  top: 8px;
}
.footer-section-03 .widget-info ul li .info-text {
  flex: 1;
  font-size: 16px;
  line-height: 28px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  margin-left: 25px;
  color: #ccc;
}
@media only screen and (max-width: 1199px) {
  .footer-section-03 .widget-info ul li .info-text {
    font-size: 18px;
  }
}

/*--
/*  24. Footer CSS
/*----------------------------------------*/
.footer-section {
  background: #1A1A1A;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .footer-section {
    background-size: contain;
  }
}

.footer-section-02 {
  background-size: cover;
}

.footer-logo {
  max-width: 170px;
}

.footer-copyright-wrap {
  padding-top: 15px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .footer-copyright-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.copyright-text {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}
.copyright-text p {
  font-size: 15px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-copyright-links {
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .footer-copyright-links {
    text-align: center;
  }
}
.footer-copyright-links a {
  font-size: 15px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .footer-copyright-links a {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer-copyright-links a:last-child {
  margin-right: 0;
}
.footer-copyright-links a:hover {
  color: #C81D25;
}

.footer-section-03 {
  background: #15301F;
}
.footer-section-03 .footer-top-wrap {
  padding-bottom: 55px;
}
.footer-section-03 .footer-top-wrap .subscribe-form {
  padding-left: 65px;
}
@media only screen and (max-width: 991px) {
  .footer-section-03 .footer-top-wrap .subscribe-form {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-section-03 .footer-top-wrap .subscribe-form {
    padding-left: 0;
    margin-top: 40px;
  }
}
.footer-section-03 .footer-top-wrap .subscribe-form form {
  position: relative;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  height: 60px;
  line-height: 60px;
  border: 0;
  color: #ffffff;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    padding-right: 20px;
  }
  .footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
    font-size: 16px;
  }
  .footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
    font-size: 16px;
  }
  .footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    font-size: 16px;
  }
  .footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    font-size: 16px;
  }
}
.footer-section-03 .footer-top-wrap .subscribe-form form button {
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
  background: #C81D25;
  color: #ffffff;
  padding: 0 40px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .footer-section-03 .footer-top-wrap .subscribe-form form button {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-section-03 .footer-top-wrap .subscribe-form form button {
    position: relative;
    right: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    margin-top: 15px;
  }
}
.footer-section-03 .footer-copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-section-03 .footer-copyright-wrap {
  background: transparent;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.footer-section-03 .copyright-text p {
  color: #ccc;
}
.footer-section-03 .footer-copyright-links a {
  color: #ccc;
}
.footer-section-03 .footer-copyright-links a:last-child {
  margin-right: 0;
}
.footer-section-03 .footer-copyright-links a:hover {
  color: #C81D25;
}
