/*----------------------------------------*/
/*  01. Theme Default CSS
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&display=swap");
/*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: auto;
}

body {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #52565b;
  outline: none;
  visibility: visible;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
  scroll-behavior: smooth;
}

body[dir="rtl"] {
  text-align: right;
}

[id] {
  scroll-margin-top: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #2c241b;
  font-weight: 0;
  line-height: 1.1;
  margin-bottom: 0;
}

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 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: 0;
}
a:focus,
button:focus,
img:focus,
input:focus {
  outline: 0;
}

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

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

ul,
ol {
  padding: 0;
  list-style: none;
  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;
}

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

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) 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: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

/*-- Background Color --*/
.bg-grey {
  background-color: #f8f6f4;
}

/*-- Section Title --*/
.section-title {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .section-title {
    padding: 44px 0;
  }
}
.section-title::before {
  position: absolute;
  content: "";
  background-image: url(../images/shape/shape-3.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 166px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section-title .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #005a49;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .section-title .sub-title {
    font-size: 13px;
  }
}

.main-title {
  font-size: 57px;
  margin-top: 23px;
  line-height: 1.1;
}

.section-title .main-title {
  font-size: 57px;
  margin-top: 23px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .section-title .main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .main-title {
    font-size: 24px;
  }
}
.section-title p {
  color: #50605c;
  font-weight: 500;
  font-size: 19px;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .section-title p {
    font-size: 16px;
  }
}
.section-title.section-title-white::before {
  background-image: url(../images/shape/shape-4.webp);
}
.section-title.section-title-white .sub-title {
  color: #fea200;
}
.section-title.section-title-white .main-title {
  color: #fff;
}
.section-title.shape-none {
  padding: 0;
}
.section-title.shape-none::before {
  display: none;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.overlay.open {
  opacity: 0.7;
  visibility: visible;
}

/* Page Pagination */
.page-pagination {
  padding-top: 60px;
}
.page-pagination .pagination li {
  margin-right: 12px;
}
.page-pagination .pagination li:last-child {
  margin-right: 0;
}
.page-pagination .pagination li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #2c241b;
  display: block;
  -webkit-transform: all 0.3s linear;
  transform: all 0.3s linear;
  border-radius: 2px;
  background-color: #f8f6f4;
}
@media only screen and (max-width: 575px) {
  .page-pagination .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-pagination .pagination li a.active,
.page-pagination .pagination li a:hover {
  color: #fff;
  background-color: #005a49;
}

/* Custom Animation */
.animation-left {
  -webkit-animation: left 5s linear 0s infinite normal forwards;
  animation: left 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animation-right {
  -webkit-animation: right 5s linear 0s infinite normal forwards;
  animation: right 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animation-up {
  -webkit-animation: up 5s linear 0s infinite normal forwards;
  animation: up 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animation-down {
  -webkit-animation: down 5s linear 0s infinite normal forwards;
  animation: down 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animation-rotate {
  -webkit-animation: rotate 5s linear 0s infinite normal forwards;
  animation: rotate 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/

blockquote {
  background-color: #ffa300;
  text-align: center;
  padding: 40px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  blockquote {
    padding: 20px 25px;
  }
}
blockquote:not(:first-child) {
  margin-top: 25px;
}
blockquote:not(:last-child) {
  margin-bottom: 25px;
}
blockquote i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 150px;
  line-height: 1;
  color: #fff;
  opacity: 0.1;
  z-index: -1;
}
blockquote p {
  display: inline;
  font-size: 20px !important;
  font-style: italic;
  font-family: "Playfair Display", serif;
  color: #fff !important;
  line-height: 1.35;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  blockquote p {
    font-size: 18px !important;
  }
}
blockquote .shape {
  position: absolute;
  bottom: -150px;
  left: -45px;
  z-index: -1;
}

/*-----------------------------------------/*  
2.2 - Form CSS
/*----------------------------------------*/

label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ),
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999999;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 10px 25px;
  max-width: 100%;
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  border: 1px solid rgba(10, 77, 60, 0.2);
  margin-top: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #fff;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ):focus,
textarea:focus {
  outline: none;
  border-color: #005a49;
}

textarea {
  height: 280px;
  resize: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 25px) 50%;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  border: none;
  background-color: #f7f7f7;
  line-height: 24px;
  font-weight: 300;
  height: 50px;
  padding: 10px 44px 10px 21px;
  color: #52565b;
  border-radius: 0;
  max-width: 500px;
}
.reviews-rating {
  margin-top: 15px;
}
.reviews-rating label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #52565b;
  margin-bottom: 0;
}
.reviews-rating .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.reviews-rating .rating li {
  font-size: 16px;
  color: #d0d0d0;
  margin: 0 2px;
  cursor: pointer;
}
.reviews-rating .rating li i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.reviews-rating .rating li i.star,
.reviews-rating .rating li i.hover {
  color: #ffba00;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-color: transparent;
  color: #52565b;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  padding: 0 40px;
  line-height: 55px;
  height: 55px;
  border-width: 0px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 50px;
}
.btn:active,
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .btn:not([type="submit"]) {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .btn:not([type="submit"]) {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}

.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[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-box {
  width: 50px;
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50px;
  flex: 1 0 50px;
}
.btn-box i {
  display: block;
  line-height: 24px;
}

.btn-primary {
  background-color: #ffa300;
  border-color: #ffa300;
  color: #fff;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  background-color: #ffa300;
  border-color: #ffa300;
  color: #fff;
}

.btn-secondary {
  background-color: #005a49;
  border-color: #005a49;
  color: #fff;
}
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
  background-color: #005a49;
  border-color: #005a49;
  color: #fff;
}

.btn-success {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
}
.btn-success:focus,
.btn-success:active,
.btn-success:hover {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
}

.btn-danger {
  background-color: #f44336;
  border-color: #f44336;
  color: #fff;
}
.btn-danger:focus,
.btn-danger:active,
.btn-danger:hover {
  background-color: #f44336;
  border-color: #f44336;
  color: #fff;
}

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #2c241b;
}
.btn-warning:focus,
.btn-warning:active,
.btn-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #2c241b;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:focus,
.btn-info:active,
.btn-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #2c241b;
}
.btn-light:focus,
.btn-light:active,
.btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #2c241b;
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:focus,
.btn-dark:active,
.btn-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #343a40;
}
.btn-white:focus,
.btn-white:active,
.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #343a40;
}

.btn-hover-primary:hover {
  background-color: #ffa300;
  border-color: #ffa300;
  color: #fff;
}

.btn-hover-secondary:hover {
  background-color: #005a49;
  border-color: #005a49;
  color: #fff;
}

.btn-hover-success:hover {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
}

.btn-hover-danger:hover {
  background-color: #f44336;
  border-color: #f44336;
  color: #fff;
}

.btn-hover-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #2c241b;
}

.btn-hover-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-hover-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #2c241b;
}

.btn-hover-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-hover-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #343a40;
}

.btn-android {
  background-color: #7ac157;
  border-color: #7ac157;
  color: #fff;
}
.btn-android:hover {
  background-color: #6bba45;
  border-color: #6bba45;
}

.btn-apple {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
  color: #fff;
}
.btn-apple:hover {
  background-color: #ababab;
  border-color: #ababab;
}

.btn-behance {
  background-color: #1869ff;
  border-color: #1869ff;
  color: #fff;
}
.btn-behance:hover {
  background-color: #0059fe;
  border-color: #0059fe;
}

.btn-codepen {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-codepen:hover {
  background-color: black;
  border-color: black;
}

.btn-dribbble {
  background-color: #ea4c8a;
  border-color: #ea4c8a;
  color: #fff;
}
.btn-dribbble:hover {
  background-color: #e7357b;
  border-color: #e7357b;
}

.btn-dropbox {
  background-color: #007ee5;
  border-color: #007ee5;
  color: #fff;
}
.btn-dropbox:hover {
  background-color: #0070cc;
  border-color: #0070cc;
}

.btn-evernote {
  background-color: #78d525;
  border-color: #78d525;
  color: #fff;
}
.btn-evernote:hover {
  background-color: #6cbf21;
  border-color: #6cbf21;
}

.btn-facebook {
  background-color: #4867aa;
  border-color: #4867aa;
  color: #fff;
}
.btn-facebook:hover {
  background-color: #405c98;
  border-color: #405c98;
}

.btn-github {
  background-color: #313131;
  border-color: #313131;
  color: #fff;
}
.btn-github:hover {
  background-color: #242424;
  border-color: #242424;
}

.btn-google-drive {
  background-color: #1da462;
  border-color: #1da462;
  color: #fff;
}
.btn-google-drive:hover {
  background-color: #198e55;
  border-color: #198e55;
}

.btn-google-earth {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.btn-google-earth:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

.btn-google-glass {
  background-color: #ea4335;
  border-color: #ea4335;
  color: #fff;
}
.btn-google-glass:hover {
  background-color: #e82e1e;
  border-color: #e82e1e;
}

.btn-google-maps {
  background-color: #5083c3;
  border-color: #5083c3;
  color: #fff;
}
.btn-google-maps:hover {
  background-color: #4076ba;
  border-color: #4076ba;
}

.btn-google-play {
  background-color: #01b9fd;
  border-color: #01b9fd;
  color: #fff;
}
.btn-google-play:hover {
  background-color: #01a6e4;
  border-color: #01a6e4;
}

.btn-google-plus {
  background-color: #dd5144;
  border-color: #dd5144;
  color: #fff;
}
.btn-google-plus:hover {
  background-color: #d93d2e;
  border-color: #d93d2e;
}

.btn-google {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.btn-google:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

.btn-instagram {
  background-color: #b23a94;
  border-color: #b23a94;
  color: #fff;
}
.btn-instagram:hover {
  background-color: #9f3484;
  border-color: #9f3484;
}

.btn-css3 {
  background-color: #0277bd;
  border-color: #0277bd;
  color: #fff;
}
.btn-css3:hover {
  background-color: #0267a4;
  border-color: #0267a4;
}

.btn-html5 {
  background-color: #e44d26;
  border-color: #e44d26;
  color: #fff;
}
.btn-html5:hover {
  background-color: #d6411b;
  border-color: #d6411b;
}

.btn-javascript {
  background-color: #f9dc3d;
  border-color: #f9dc3d;
  color: #fff;
}
.btn-javascript:hover {
  background-color: #f8d824;
  border-color: #f8d824;
}

.btn-python {
  background-color: #0c9dbf;
  border-color: #0c9dbf;
  color: #fff;
}
.btn-python:hover {
  background-color: #0a89a7;
  border-color: #0a89a7;
}

.btn-lastfm {
  background-color: #e31b23;
  border-color: #e31b23;
  color: #fff;
}
.btn-lastfm:hover {
  background-color: #cc181f;
  border-color: #cc181f;
}

.btn-linkedin {
  background-color: #007bb6;
  border-color: #007bb6;
  color: #fff;
}
.btn-linkedin:hover {
  background-color: #006a9d;
  border-color: #006a9d;
}

.btn-paypal {
  background-color: #002f86;
  border-color: #002f86;
  color: #fff;
}
.btn-paypal:hover {
  background-color: #00266d;
  border-color: #00266d;
}

.btn-pinterest {
  background-color: #bd081b;
  border-color: #bd081b;
  color: #fff;
}
.btn-pinterest:hover {
  background-color: #a50718;
  border-color: #a50718;
}

.btn-pocket {
  background-color: #ef3e56;
  border-color: #ef3e56;
  color: #fff;
}
.btn-pocket:hover {
  background-color: #ed2641;
  border-color: #ed2641;
}

.btn-polymer {
  background-color: #f87292;
  border-color: #f87292;
  color: #fff;
}
.btn-polymer:hover {
  background-color: #f75a7f;
  border-color: #f75a7f;
}

.btn-rss {
  background-color: #f99c3a;
  border-color: #f99c3a;
  color: #fff;
}
.btn-rss:hover {
  background-color: #f89021;
  border-color: #f89021;
}

.btn-share {
  background-color: #2c9cff;
  border-color: #2c9cff;
  color: #fff;
}
.btn-share:hover {
  background-color: #1390ff;
  border-color: #1390ff;
}

.btn-stackoverflow {
  background-color: #f38024;
  border-color: #f38024;
  color: #fff;
}
.btn-stackoverflow:hover {
  background-color: #f0720d;
  border-color: #f0720d;
}

.btn-steam {
  background-color: #15497b;
  border-color: #15497b;
  color: #fff;
}
.btn-steam:hover {
  background-color: #113c65;
  border-color: #113c65;
}

.btn-twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}
.btn-twitter:hover {
  background-color: #0d95e8;
  border-color: #0d95e8;
}

.btn-vk {
  background-color: #5181b8;
  border-color: #5181b8;
  color: #fff;
}
.btn-vk:hover {
  background-color: #4574aa;
  border-color: #4574aa;
}

.btn-wikipedia {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  color: #2c241b;
}
.btn-wikipedia:hover {
  background-color: gainsboro;
  border-color: gainsboro;
}

.btn-windows {
  background-color: #0078d6;
  border-color: #0078d6;
  color: #fff;
}
.btn-windows:hover {
  background-color: #006abd;
  border-color: #006abd;
}

.btn-500px {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-500px:hover {
  background-color: black;
  border-color: black;
}

.btn-8tracks {
  background-color: #122d4b;
  border-color: #122d4b;
  color: #fff;
}
.btn-8tracks:hover {
  background-color: #0d2136;
  border-color: #0d2136;
}

.btn-amazon {
  background-color: #f79b34;
  border-color: #f79b34;
  color: #fff;
}
.btn-amazon:hover {
  background-color: #f68f1b;
  border-color: #f68f1b;
}

.btn-blogger {
  background-color: #f06a35;
  border-color: #f06a35;
  color: #fff;
}
.btn-blogger:hover {
  background-color: #ee581d;
  border-color: #ee581d;
}

.btn-delicious {
  background-color: #0000fe;
  border-color: #0000fe;
  color: #fff;
}
.btn-delicious:hover {
  background-color: #0000e5;
  border-color: #0000e5;
}

.btn-disqus {
  background-color: #2e9efe;
  border-color: #2e9efe;
  color: #fff;
}
.btn-disqus:hover {
  background-color: #1592fe;
  border-color: #1592fe;
}

.btn-flattr {
  background-color: #7ab831;
  border-color: #7ab831;
  color: #fff;
}
.btn-flattr:hover {
  background-color: #6da42c;
  border-color: #6da42c;
}

.btn-flickr {
  background-color: #fe0084;
  border-color: #fe0084;
  color: #fff;
}
.btn-flickr:hover {
  background-color: #e50077;
  border-color: #e50077;
}

.btn-odnoklassniki {
  background-color: #f58220;
  border-color: #f58220;
  color: #fff;
}
.btn-odnoklassniki:hover {
  background-color: #f1750b;
  border-color: #f1750b;
}

.btn-outlook {
  background-color: #0072c6;
  border-color: #0072c6;
  color: #fff;
}
.btn-outlook:hover {
  background-color: #0063ad;
  border-color: #0063ad;
}

.btn-playstation {
  background-color: #07418e;
  border-color: #07418e;
  color: #fff;
}
.btn-playstation:hover {
  background-color: #063676;
  border-color: #063676;
}

.btn-reddit {
  background-color: #ff4500;
  border-color: #ff4500;
  color: #fff;
}
.btn-reddit:hover {
  background-color: #e63e00;
  border-color: #e63e00;
}

.btn-skype {
  background-color: #00a9f0;
  border-color: #00a9f0;
  color: #fff;
}
.btn-skype:hover {
  background-color: #0097d7;
  border-color: #0097d7;
}

.btn-slideshare {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #fff;
}
.btn-slideshare:hover {
  background-color: #00669c;
  border-color: #00669c;
}

.btn-soundcloud {
  background-color: #fe4900;
  border-color: #fe4900;
  color: #fff;
}
.btn-soundcloud:hover {
  background-color: #e54200;
  border-color: #e54200;
}

.btn-tumblr {
  background-color: #36465d;
  border-color: #36465d;
  color: #fff;
}
.btn-tumblr:hover {
  background-color: #2d3a4d;
  border-color: #2d3a4d;
}

.btn-twitch {
  background-color: #6441a4;
  border-color: #6441a4;
  color: #fff;
}
.btn-twitch:hover {
  background-color: #593a92;
  border-color: #593a92;
}

.btn-vimeo {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}
.btn-vimeo:hover {
  background-color: #14a7d7;
  border-color: #14a7d7;
}

.btn-whatsapp {
  background-color: #189d0e;
  border-color: #189d0e;
  color: #fff;
}
.btn-whatsapp:hover {
  background-color: #14860c;
  border-color: #14860c;
}

.btn-xbox {
  background-color: #107c0f;
  border-color: #107c0f;
  color: #fff;
}
.btn-xbox:hover {
  background-color: #0d650c;
  border-color: #0d650c;
}

.btn-yahoo {
  background-color: #4101af;
  border-color: #4101af;
  color: #fff;
}
.btn-yahoo:hover {
  background-color: #380196;
  border-color: #380196;
}

.btn-youtube {
  background-color: #fe0000;
  border-color: #fe0000;
  color: #fff;
}
.btn-youtube:hover {
  background-color: #e50000;
  border-color: #e50000;
}

/*--
/*  2.4 - Modal CSS
/*----------------------------------------*/
.modal .modal-dialog {
  max-width: 900px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal .modal-dialog {
    max-width: 660px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .modal .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 12px 16px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 22px;
  font-weight: 500;
  color: #2c241b;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}
.modal .modal-dialog .modal-content .reviews-form {
  padding-top: 0;
}

/*----------------------------------------*/
/*  03. Header CSS
/*----------------------------------------*/
/*--
/*  3.1 - Header Top CSS
/*----------------------------------------*/
.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-main {
    padding: 10px 0;
  }
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0;
}

.header-logo a img {
  width: 120px;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 575px) {
  .header-logo a img {
    width: 120px;
  }
}

.header-menu {
  display: flex;
  align-items: center;
}

.header-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu ul li {
  position: relative;
  padding: 30px 0;
}

.header-menu ul li + li {
  margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu ul li + li {
    margin-left: 25px;
  }
}

.header-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #2c241b;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-menu ul li a.active,
.header-menu ul li a:hover {
  color: #ffa300;
}

.header-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #005a49;
  padding: 8px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.header-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-menu .sub-menu li a {
  padding: 8px 20px;
  font-size: 15px;
  display: block;
}

.header-btn {
  margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-btn {
    margin-left: 30px;
  }
}

.header-toggle {
  display: flex;
  align-items: center;
}

.header-toggle .menu-toggle {
  margin-left: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.header-toggle .menu-toggle span {
  width: 24px;
  height: 2px;
  background-color: #2c241b;
  display: block;
  margin: 5px 0;
  transition: all 0.3s ease;
}

.sticky {
  position: fixed;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  padding-top: 60px;
  transition: right 0.3s ease;
  overflow-y: auto;
  display: block;
}

.mobile-sidebar.open {
  right: 0;
}

.mobile-sidebar .sidebar-close {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 24px;
  color: #2c241b;
  background: none;
  border: none;
  cursor: pointer;
}

.sidebar-menu-items {
  padding: 16px 0;
}

.sidebar-menu-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(10, 77, 60, 0.15);
}

.sidebar-menu-items ul li a {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(10, 77, 60, 0.15);
  font-size: 15px;
  font-weight: 500;
  color: #2c241b;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sidebar-menu-items ul li a:hover,
.sidebar-menu-items ul li a.active {
  background-color: #f8f9fa;
  color: #ffa300;
}

[id] {
  scroll-margin-top: 74px;
}

/*----------------------------------------*/
/*  4 - Slider CSS
/*----------------------------------------*/
.single-slider {
  position: relative;
  height: 940px;
  padding-top: 100px;
  padding-bottom: 105px;
}

.slider-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Substitui background-size: cover */
  object-position: center center; /* Substitui background-position */
  z-index: -1; /* Garante que a imagem fique atrás do conteúdo */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider {
    height: 780px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider {
    height: 780px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 575px) {
  .single-slider {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.slider-content {
  max-width: 700px;
}

.slider-content .sub-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #005a49;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slider-content .main-title {
  font-size: 80px;
  line-height: 1;
  margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .main-title {
    font-size: 64px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .main-title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content .main-title {
    font-size: 56px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content .main-title {
    font-size: 36px;
    line-height: 1.3;
  }
}

.slider-content p {
  font-size: 20px;
  font-weight: 500;
  color: #2c241b;
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  .slider-content p {
    font-size: 16px;
  }
}

.slider-content .btn {
  margin-top: 30px;
}

.slider-social {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .slider-social {
    bottom: 80px;
  }
}
.slider-social .social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-social .social-wrapper p {
  font-size: 16px;
  font-weight: 500;
  color: #2c241b;
  white-space: nowrap;
  padding-right: 5px;
}
@media only screen and (max-width: 575px) {
  .slider-social .social-wrapper p {
    font-size: 14px;
  }
}
.slider-social .social-wrapper .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-social .social-wrapper .social li {
  margin-left: 15px;
}
@media only screen and (max-width: 575px) {
  .slider-social .social-wrapper .social li {
    margin-left: 10px;
  }
}
.slider-social .social-wrapper .social li a {
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid rgba(10, 77, 60, 0.15);
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575px) {
  .slider-social .social-wrapper .social li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}
.slider-social .social-wrapper .social li a:hover {
  background-color: #005a49;
  border-color: #005a49;
  color: #fff;
}

.animation-style-01 .slider-content {
  opacity: 0;
}
.animation-style-01.swiper-slide-active .slider-content {
  opacity: 1;
}
.animation-style-01.swiper-slide-active .slider-content .sub-title {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animation-style-01.swiper-slide-active .slider-content .main-title {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animation-style-01.swiper-slide-active .slider-content p {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animation-style-01.swiper-slide-active .slider-content .btn {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animation-style-01.swiper-slide-active .slider-images {
  opacity: 1;
}
.animation-style-01.swiper-slide-active .slider-images img {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slider-active {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .slider-active .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.slider-active .swiper-button-next,
.slider-active .swiper-button-prev {
  width: 45px;
  height: 45px;
  font-size: 15px;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  background-color: #266151;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  bottom: 60px;
  top: auto;
  margin-top: 0;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .slider-active .swiper-button-next,
  .slider-active .swiper-button-prev {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-active .swiper-button-next,
  .slider-active .swiper-button-prev {
    bottom: 20px;
    margin: 0 5px;
  }
}
.slider-active .swiper-button-next::after,
.slider-active .swiper-button-prev::after {
  display: none;
}
.slider-active .swiper-button-next::before,
.slider-active .swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(10, 77, 60, 0.1);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 767px) {
  .slider-active .swiper-button-next::before,
  .slider-active .swiper-button-prev::before {
    display: none;
  }
}
.slider-active .swiper-button-next:hover,
.slider-active .swiper-button-prev:hover {
  background-color: #ffa300;
}
.slider-active .swiper-button-next:hover::before,
.slider-active .swiper-button-prev:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.slider-active .swiper-button-next {
  right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .swiper-button-next {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .slider-active .swiper-button-next {
    right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-active .swiper-button-next {
    right: auto;
    left: 50%;
  }
}
.slider-active .swiper-button-prev {
  left: auto;
  right: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .swiper-button-prev {
    right: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .swiper-button-prev {
    right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-active .swiper-button-prev {
    right: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-active .swiper-button-prev {
    left: auto;
    right: 50%;
  }
}

/*--
/*  4.2 - Features CSS
/*----------------------------------------*/
.features-wrapper {
  margin-top: -50px;
}
.features-wrapper .row > *:nth-child(2n + 2) .single-feature {
  border-left: 1px solid #f3f0ec;
  border-right: 1px solid #f3f0ec;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .features-wrapper .row > *:nth-child(2n + 2) .single-feature {
    border: 0;
  }
}

.single-feature {
  text-align: center;
  padding: 0 25px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .single-feature {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-feature .feature-icon span {
  width: 170px;
  height: 170px;
  line-height: 175px;
  background-color: #f8f6f4;
  text-align: center;
  display: inline-block;
  font-size: 70px;
  color: #005a49;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 575px) {
  .single-feature .feature-icon span {
    width: 140px;
    height: 140px;
    line-height: 145px;
    font-size: 60px;
  }
}
.single-feature .feature-icon span::before {
  position: absolute;
  content: "";
  bottom: -150px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #005a49;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .single-feature .feature-icon span::before {
    bottom: -120px;
  }
}
.single-feature .feature-icon span::after {
  position: absolute;
  content: "";
  bottom: -170px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffa300;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .single-feature .feature-icon span::after {
    bottom: -140px;
  }
}
.single-feature .feature-content {
  padding-top: 35px;
}
.single-feature .feature-content .content-wrapper {
  background-color: #fff;
}
.single-feature .feature-content .title {
  font-size: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-feature .feature-content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .single-feature .feature-content .title {
    font-size: 24px;
  }
}
.single-feature .feature-content p {
  margin-top: 20px;
}
.single-feature .feature-content .arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffa300;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  margin-top: 35px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .single-feature .feature-content .arrow {
    opacity: 1;
    visibility: visible;
  }
}
.single-feature .feature-content .arrow:hover {
  background-color: #005a49;
}
.single-feature.active .feature-icon span,
.single-feature:hover .feature-icon span {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  color: #fff;
}
.single-feature.active .feature-icon span::before,
.single-feature:hover .feature-icon span::before {
  bottom: 0px;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.single-feature.active .feature-icon span::after,
.single-feature:hover .feature-icon span::after {
  bottom: -150px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 575px) {
  .single-feature.active .feature-icon span::after,
  .single-feature:hover .feature-icon span::after {
    bottom: -120px;
  }
}
.single-feature.active .feature-content .arrow,
.single-feature:hover .feature-content .arrow {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  4.3 - About CSS
/*----------------------------------------*/
.about-wrapper {
  margin-top: -50px;
}

.about-images {
  position: relative;
  margin-top: 50px;
}
.about-images::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(10, 77, 60, 0)),
    color-stop(50%, rgba(10, 77, 60, 0)),
    to(rgba(10, 77, 60, 0.6))
  );
  background: linear-gradient(
    180deg,
    rgba(10, 77, 60, 0) 0%,
    rgba(10, 77, 60, 0) 50%,
    rgba(10, 77, 60, 0.6) 100%
  );
}
.about-images .shape {
  position: absolute;
  top: -60px;
  left: -60px;
  -webkit-animation: spin-1 8s infinite linear;
  animation: spin-1 8s infinite linear;
}
@media only screen and (max-width: 575px) {
  .about-images .shape {
    width: 100px;
    left: -20px;
    top: -20px;
  }
}
.about-images .images img {
  width: 100%;
}
.about-images .about-btn {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes spin-1 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spin-1 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.about-content {
  padding: 100px 80px;
  margin-top: 50px;
  position: relative;
  background-color: white !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 767px) {
  .about-content {
    padding: 20px;
  }
}
.about-content .shape {
  position: absolute;
  top: -30px;
  right: -50px;
}
@media only screen and (max-width: 575px) {
  .about-content .shape {
    width: 110px;
    top: -10px;
    right: -20px;
  }
}
.about-content .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #005a49;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
}
.about-content .main-title {
  font-size: 57px;
  margin-top: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content .main-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content .main-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .about-content .main-title {
    font-size: 24px;
  }
}
.about-content .count {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #005a49;
  line-height: 1;
  margin-top: 20px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .about-content .count {
    font-size: 24px;
  }
}
.about-content p {
  margin-top: 20px;
}

/*----------------------------------------*/
/*  4.5 - Testimonial CSS
/*----------------------------------------*/
.testimonial-section {
  background-color: #005a49;
  position: relative;
}
.testimonial-section .shape-01 {
  position: absolute;
  top: 100px;
  left: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section .shape-01 {
    width: 220px;
    left: 60px;
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section .shape-01 {
    width: 180px;
    left: 30px;
    top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-section .shape-01 {
    width: 140px;
    display: none;
  }
}
.testimonial-section .shape-02 {
  position: absolute;
  top: 30%;
  right: 16%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section .shape-02 {
    width: 97px;
    right: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section .shape-02 {
    width: 77px;
    right: 12%;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-section .shape-02 {
    width: 57px;
    display: none;
  }
}

.testimonial-wrapper {
  max-width: 970px;
  margin: 70px auto 0;
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper {
    margin-top: 30px;
  }
}

.single-testimonial {
  text-align: center;
  padding: 0 30px;
}
@media only screen and (max-width: 575px) {
  .single-testimonial {
    padding: 0 15px;
  }
}
.single-testimonial .testimonial-author {
  position: relative;
  display: inline-block;
}
.single-testimonial .testimonial-author img {
  width: 85px;
  border-radius: 50%;
}
.single-testimonial .testimonial-author i {
  position: absolute;
  font-size: 56px;
  color: #fea200;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -33px;
  line-height: 1;
}
.single-testimonial p {
  font-size: 25px;
  font-family: "Playfair Display", serif;
  color: #fff;
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .single-testimonial p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .single-testimonial p {
    font-size: 16px;
  }
}
.single-testimonial .name {
  font-size: 30px;
  color: #fff;
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .single-testimonial .name {
    font-size: 24px;
    margin-top: 32px;
  }
}
.single-testimonial .designation {
  font-size: 11px;
  font-weight: 500;
  color: #fca100;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
}

.testimonial-active {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .testimonial-active .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.testimonial-active .swiper-button-next,
.testimonial-active .swiper-button-prev {
  width: 55px;
  height: 55px;
  font-size: 15px;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  background-color: #266151;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  bottom: 75px;
  top: auto;
  margin-top: 0;
  outline: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-active .swiper-button-next,
  .testimonial-active .swiper-button-prev {
    bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-active .swiper-button-next,
  .testimonial-active .swiper-button-prev {
    bottom: 0px;
    position: relative;
    margin: 30px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-active .swiper-button-next,
  .testimonial-active .swiper-button-prev {
    bottom: 0px;
    position: relative;
    margin: 30px 10px 0;
    width: 45px;
    height: 45px;
  }
}
.testimonial-active .swiper-button-next::after,
.testimonial-active .swiper-button-prev::after {
  display: none;
}
.testimonial-active .swiper-button-next::before,
.testimonial-active .swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.testimonial-active .swiper-button-next:hover,
.testimonial-active .swiper-button-prev:hover {
  background-color: #ffa300;
}
.testimonial-active .swiper-button-next:hover::before,
.testimonial-active .swiper-button-prev:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.testimonial-active .swiper-button-next {
  right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-active .swiper-button-next {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .testimonial-active .swiper-button-next {
    right: 0;
  }
}
.testimonial-active .swiper-button-prev {
  left: auto;
  right: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-active .swiper-button-prev {
    right: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .testimonial-active .swiper-button-prev {
    right: auto;
  }
}

/*----------------------------------------*/
/*  4.6 - Brand CSS
/*----------------------------------------*/
.brand-wrapper {
  background-color: #f8f6f4;
  padding: 70px 140px;
  position: relative;
}

.instagram-embed {
  width: 30% !important;
  height: 400px !important;
}

.instagram-image {
  width: 100%;
}

@media only screen and (min-width: 1500px) {
  .brand-wrapper {
    margin-left: -140px;
    margin-right: -140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-wrapper {
    padding: 100px 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-wrapper {
    padding: 60px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-wrapper {
    padding: 40px 30px;
  }
  .instagram-embed {
    width: 100% !important;
  }
}
.brand-wrapper .shape {
  position: absolute;
  top: -50px;
  right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-wrapper .shape {
    width: 160px;
    top: 50px;
    right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-wrapper .shape {
    width: 100px;
    top: 30px;
    right: -40px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-wrapper .shape {
    width: 70px;
    top: 15px;
    right: -20px;
  }
}

.brand-logo-wrapper {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .brand-logo-wrapper {
    padding-top: 40px;
  }
}

.single-brand {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
}
.single-brand img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-brand .brand-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.single-brand:hover .brand {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.single-brand:hover .brand-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*----------------------------------------*/
/*  4.7 - Blog CSS
/*----------------------------------------*/
.blog-wrapper {
  padding-top: 30px;
}
@media only screen and (min-width: 1500px) {
  .blog-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wrapper {
    padding-top: 10px;
  }
}

.single-blog {
  margin-top: 50px;
  background-color: #f8f6f4;
  padding: 45px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-button {
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog {
    padding: 20px;
  }
}
.single-blog .blog .blog-date-meta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-image {
  width: 100%;
}
.single-blog .blog .blog-date-meta span {
  width: 100%;
  height: 120px;
  border-radius: 2px;
  background-color: #005a49;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 17px 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 767px) {
  .single-blog .blog .blog-date-meta span {
    width: 65px;
    height: 65px;
    padding: 9px 10px;
  }
}
.single-blog .blog .blog-date-meta span strong {
  font-size: 22px;
  font-weight: 700;
  color: #ffa300;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-blog .blog .meta {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 767px) {
  .single-blog .blog .meta {
    padding-left: 20px;
  }
}
.single-blog .blog .meta .author {
  color: #9b9ea1;
  font-weight: 700;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-blog .blog .meta .author a {
  color: #2c241b;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-blog .blog .meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.single-blog .blog .meta ul li {
  font-size: 13px;
  color: #ffa300;
  position: relative;
  white-space: nowrap;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-blog .blog .meta ul li + li {
  padding-left: 35px;
}
.single-blog .blog .meta ul li + li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #2c241b;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-blog .blog .title a {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .single-blog .blog .title a {
    font-size: 20px;
  }
}
.single-blog .blog > p {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-blog:hover {
  background-color: #005a49;
}
.single-blog:hover .blog .blog-date-meta span {
  background-color: #fff;
  color: #005a49;
}
.single-blog:hover .blog .blog-date-meta span strong {
  color: #ffa300;
}
.single-blog:hover .blog .meta .author {
  color: #ffa300;
}
.single-blog:hover .blog .meta .author a {
  color: #fff;
}
.single-blog:hover .blog .meta ul li {
  color: #ffa300;
}
.single-blog:hover .blog .meta ul li + li::before {
  background-color: #fff;
}
.single-blog:hover .blog .title a {
  color: #fff;
}
.single-blog:hover .blog > p {
  color: #fff;
}

.blog-wrapper-02 {
  margin-top: 0px;
}

/*----------------------------------------*/
/*  4.8 - Download CSS
/*----------------------------------------*/
.download-wrapper {
  background-color: #ffa300;
  padding: 100px 50px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1500px) {
  .download-wrapper {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .download-wrapper {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .download-wrapper {
    padding: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .download-wrapper {
    padding: 30px;
  }
}
.download-wrapper .shape-01 {
  position: absolute;
  left: 50px;
  bottom: -75px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-wrapper .shape-01 {
    width: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .download-wrapper .shape-01 {
    width: 100px;
    left: 15px;
    bottom: -45px;
  }
}
.download-wrapper .shape-02 {
  position: absolute;
  top: -50px;
  right: 40px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-wrapper .shape-02 {
    width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .download-wrapper .shape-02 {
    width: 80px;
    right: 20px;
  }
}
.download-wrapper .section-title .main-title {
  color: #fff;
}
.download-wrapper .download-app {
  padding-top: 25px;
}
.download-wrapper .download-app ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.download-wrapper .download-app ul li {
  padding: 30px 15px 0;
}
.download-wrapper .download-app ul li a {
  width: 180px;
  height: 65px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 767px) {
  .download-wrapper .download-app ul li a {
    width: auto;
    padding: 0 20px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .download-wrapper .download-app ul li a img {
    width: 100px;
  }
}

.download-section {
  position: relative;
  background-color: #ffa300;
  overflow: hidden;
  z-index: 1;
}
.download-section .shape-01 {
  position: absolute;
  left: 50px;
  bottom: -75px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-section .shape-01 {
    width: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .download-section .shape-01 {
    width: 100px;
    left: 15px;
    bottom: -45px;
  }
}
.download-section .shape-02 {
  position: absolute;
  top: -50px;
  right: 40px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-section .shape-02 {
    width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .download-section .shape-02 {
    width: 80px;
    right: 20px;
  }
}

.download-app-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.download-app-wrapper .section-title {
  text-align: left;
  max-width: 630px;
}
.download-app-wrapper .section-title .main-title {
  color: #fff;
  font-weight: 400;
  margin-top: 5px;
}
.download-app-wrapper .download-app-btn {
  padding-top: 25px;
}
.download-app-wrapper .download-app-btn .app-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.download-app-wrapper .download-app-btn .app-btn li {
  padding: 30px 15px 0;
}
.download-app-wrapper .download-app-btn .app-btn li a {
  width: 180px;
  height: 60px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 767px) {
  .download-app-wrapper .download-app-btn .app-btn li a {
    width: auto;
    padding: 0 20px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .download-app-wrapper .download-app-btn .app-btn li a img {
    width: 100px;
  }
}

/*----------------------------------------*/
/*  4.14 - Blog Details CSS
/*----------------------------------------*/
.blog-details-wrapper {
  margin-top: 50px;
}
.blog-details-wrapper .details-images {
  padding-bottom: 40px;
}
.blog-details-wrapper .details-images img {
  width: 100%;
}
.blog-details-wrapper .title {
  font-size: 25px;
  font-weight: 500;
  color: #2c241b;
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrapper .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-wrapper .title {
    font-size: 18px;
  }
}

.blog-details-admin-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .blog-details-admin-meta {
    display: block;
  }
}
.blog-details-admin-meta .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details-admin-meta .author .author-thumb a {
  display: block;
}
.blog-details-admin-meta .author .author-thumb a img {
  width: 50px;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .blog-details-admin-meta .author .author-thumb a img {
    width: 45px;
  }
}
.blog-details-admin-meta .author .author-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 12px;
}
.blog-details-admin-meta .author .author-name .name {
  color: #9b9ea1;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .blog-details-admin-meta .author .author-name .name {
    font-size: 13px;
  }
}
.blog-details-admin-meta .author .author-name .name a {
  color: #2c241b;
}
.blog-details-admin-meta .author .author-name .name a:hover {
  color: #ffa300;
}
.blog-details-admin-meta .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .blog-details-admin-meta .blog-meta {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-admin-meta .blog-meta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.blog-details-admin-meta .blog-meta span {
  font-size: 14px;
  font-weight: 400;
  color: #52565b;
  margin-right: 40px;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .blog-details-admin-meta .blog-meta span {
    margin-right: 25px;
    margin-top: 10px;
  }
}
.blog-details-admin-meta .blog-meta span:last-child {
  margin-right: 0;
}
.blog-details-admin-meta .blog-meta span i {
  color: #ffa300;
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
}
.blog-details-admin-meta .blog-meta .tag a {
  width: 100px;
  height: 35px;
  line-height: 35px;
  background-color: #f8f6f4;
  border-radius: 5px;
  font-size: 14px;
  color: #ffa300;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .blog-details-admin-meta .blog-meta .tag a {
    width: 80px;
    font-size: 13px;
  }
}
.blog-details-admin-meta .blog-meta .tag a:hover {
  background-color: #ffa300;
  color: #fff;
}

.blog-details-description {
  padding-top: 6px;
  padding-bottom: 20px;
}
.blog-details-description p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  margin-top: 25px;
  color: #52565b;
}
.blog-details-description h3 {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 500;
  color: #2c241b;
  margin-bottom: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .blog-details-description h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-description h3 {
    font-size: 18px;
  }
}
.blog-details-description .details-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .blog-details-description .details-img {
    margin: 0;
  }
}
.blog-details-description .details-img .dec-img {
  width: 50%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .blog-details-description .details-img .dec-img {
    width: 100%;
    padding: 0;
  }
}
.blog-details-description .details-img .dec-img img {
  width: 100%;
  border-radius: 2px;
}

.blog-details-tags-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-details-tags-social .blog-details-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}
@media only screen and (max-width: 575px) {
  .blog-details-tags-social .blog-details-label {
    display: block;
  }
}
.blog-details-tags-social .blog-details-label .label {
  font-size: 25px;
  font-weight: 500;
  color: #2c241b;
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 10px;
  padding-right: 20px;
}
.blog-details-tags-social .blog-details-label .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.blog-details-tags-social .blog-details-label .tag-list li {
  padding-right: 10px;
  padding-top: 10px;
}
.blog-details-tags-social .blog-details-label .tag-list li:last-child {
  padding-right: 0;
}
.blog-details-tags-social .blog-details-label .tag-list li a {
  width: 100px;
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  color: #52565b;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #f8f6f4;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .blog-details-tags-social .blog-details-label .tag-list li a {
    width: auto;
    padding: 0 14px;
  }
}
.blog-details-tags-social .blog-details-label .tag-list li a:hover {
  background-color: #005a49;
  color: #fff;
}
.blog-details-tags-social .blog-details-label .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-details-tags-social .blog-details-label .social li {
  padding-right: 20px;
  padding-top: 10px;
}
.blog-details-tags-social .blog-details-label .social li:last-child {
  padding-right: 0;
}
.blog-details-tags-social .blog-details-label .social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(10, 77, 60, 0.25);
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #343a40;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-tags-social .blog-details-label .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.blog-details-tags-social .blog-details-label .social li a:hover {
  border-color: #ffa300;
  background-color: #ffa300;
  color: #fff;
}

.blog-details-comment .title {
  font-size: 25px;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 0;
  line-height: 1.5;
}

/*----------------------------------------*/
/*  4.16 - FAQ'S CSS
/*----------------------------------------*/
.faq-accordion {
  padding-top: 50px;
}
.faq-content {
  width: 100% !important;
}
.faq-accordion .accordion-item {
  border-radius: 2px !important;
  margin-top: 20px;
  border: 1px solid #e7e2dc !important;
}
.faq-accordion .accordion-item button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 17px 30px;
  padding-right: 55px;
  font-size: 23px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  border: 0;
  color: #ffa300;
  background-color: transparent;
  border-bottom: 1px solid #e7e2dc;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq-accordion .accordion-item button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-accordion .accordion-item button {
    font-size: 16px;
    padding: 12px 20px;
    padding-right: 45px;
  }
}
.faq-accordion .accordion-item button::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  content: "\eab9";
  font-family: IcoFont;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575px) {
  .faq-accordion .accordion-item button::before {
    right: 20px;
  }
}
.faq-accordion .accordion-item button.collapsed {
  color: #2c241b;
  background-color: #f8f6f4;
  border-bottom-color: transparent;
}
.faq-accordion .accordion-item button.collapsed::before {
  content: "\ea99";
}
.faq-accordion .accordion-item .accordion-body {
  padding: 25px 30px;
}
.faq-accordion .accordion-item .accordion-body p + p {
  margin-top: 20px;
}

.faq-btn {
  padding-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .faq-btn {
    padding-top: 40px;
  }
}

/*----------------------------------------*/
/*  4.17 - Error CSS
/*----------------------------------------*/
.error-section {
  position: relative;
}
.error-section .shape {
  position: absolute;
  bottom: 0;
  left: 9%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .error-section .shape {
    width: 260px;
    left: 5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-section .shape {
    width: 210px;
    left: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .error-section .shape {
    display: none;
  }
}

.error-wrapper {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .error-wrapper {
    padding-top: 55px;
  }
}
.error-wrapper .error-content {
  max-width: 520px;
  margin: 45px auto 0;
}
.error-wrapper .error-content .title {
  font-size: 57px;
  font-weight: 500;
  color: #f03c3a;
}
@media only screen and (max-width: 575px) {
  .error-wrapper .error-content .title {
    font-size: 40px;
  }
}
.error-wrapper .error-content .sub-title {
  font-size: 30px;
  font-weight: 400;
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .error-wrapper .error-content .sub-title {
    font-size: 20px;
  }
}
.error-wrapper .error-content p {
  margin-top: 15px;
}
.error-wrapper .error-content .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 575px) {
  .error-wrapper .error-content .btn {
    margin-top: 20px;
  }
}

/*----------------------------------------*/
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-widget {
  margin-top: 50px;
}
.sidebar-widget .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebar-widget .social li {
  padding-top: 10px;
  margin-right: 20px;
}
.sidebar-widget .social li:last-child {
  margin-right: 0;
}
.sidebar-widget .social li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(10, 77, 60, 0.25);
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #343a40;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .social li a {
    width: 45px;
    height: 45px;
    line-height: 43px;
  }
}
.sidebar-widget .social li a:hover {
  background-color: #ffa300;
  border-color: #ffa300;
  color: #fff;
}

.widget-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: -7px;
}

.widget-information {
  background-color: #f8f6f4;
  padding: 30px 30px 40px;
  border-radius: 2px;
}
.widget-information .info-price {
  text-align: center;
}
.widget-information .info-price .price {
  font-size: 30px;
  font-weight: 700;
  color: #005a49;
  display: block;
}
.widget-information .info-list ul {
  border-top: 1px solid #d1e6d9;
  margin-top: 35px;
}
.widget-information .info-list ul li {
  border-bottom: 1px solid #d1e6d9;
  padding: 15px 0;
}
.widget-information .info-list ul li i {
  color: #ffa300;
  margin-right: 3px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-information .info-list ul li i {
    font-size: 15px;
  }
}
.widget-information .info-list ul li strong {
  color: #2c241b;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-information .info-list ul li strong {
    font-size: 15px;
  }
}
.widget-information .info-list ul li span {
  color: #52565b;
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-information .info-list ul li span {
    font-size: 15px;
  }
}
.widget-information .info-btn {
  text-align: center;
  margin-top: 40px;
}

.widget-search {
  position: relative;
}
.widget-search
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ) {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(10, 77, 60, 0.2);
  border-radius: 2px;
  padding: 0 20px;
  padding-right: 60px;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
  font-weight: 400;
  color: #52565b;
  background-color: #fff;
  margin-top: 0;
}
.widget-search
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  )::-webkit-input-placeholder {
  opacity: 1;
}
.widget-search
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ):-moz-placeholder {
  opacity: 1;
}
.widget-search
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  )::-moz-placeholder {
  opacity: 1;
}
.widget-search
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ):-ms-input-placeholder {
  opacity: 1;
}
.widget-search
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ):focus {
  border-color: #005a49;
}
.widget-search button {
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  text-align: center;
  border-radius: 2px;
  background-color: #005a49;
  border: 0;
  top: 6px;
  right: 6px;
  font-size: 16px;
  color: #fff;
}

.widget-category {
  padding: 35px;
  border-radius: 2px;
  margin-top: 30px;
  background-color: #f8f6f4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .widget-category {
    padding: 25px;
  }
}
.widget-category .category-list li + li {
  margin-top: 10px;
}
.widget-category .category-list li a {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #52565b;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-category .category-list li a {
    font-size: 14px;
  }
}
.widget-category .category-list li a span {
  display: block;
  float: right;
}
.widget-category .category-list li a:hover {
  color: #fff;
  background-color: #005a49;
  border-color: #005a49;
}

.widget-post {
  padding: 35px;
  border: 1px solid rgba(10, 77, 60, 0.2);
  border-radius: 2px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .widget-post {
    padding: 25px;
  }
}
.widget-post .post-items li {
  border-bottom: 1px solid rgba(10, 77, 60, 0.2);
  padding: 20px 0;
}
.widget-post .post-items li:first-child {
  padding-top: 0;
}
.widget-post .post-items li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-post .single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-post .single-post .post-thumb a {
  display: block;
}
.widget-post .single-post .post-thumb a img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .widget-post .single-post .post-thumb a img {
    width: 60px;
    height: 60px;
  }
}
.widget-post .single-post .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .widget-post .single-post .post-content {
    padding-left: 20px;
  }
}
.widget-post .single-post .post-content .title {
  margin-bottom: 0;
}
.widget-post .single-post .post-content .title a {
  font-size: 15px;
  font-weight: 500;
  color: #343a40;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .widget-post .single-post .post-content .title a {
    font-size: 14px;
  }
}
.widget-post .single-post .post-content .title a:hover {
  color: #ffa300;
}
.widget-post .single-post .post-content .date {
  font-size: 13px;
  color: #52565b;
  margin-top: 5px;
  display: block;
}
.widget-post .single-post .post-content .date i {
  color: #ffa300;
}

.widget-tags {
  padding: 35px;
  border: 1px solid rgba(10, 77, 60, 0.2);
  border-radius: 2px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .widget-tags {
    padding: 25px;
  }
}
.widget-tags .tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: -10px;
}
.widget-tags .tags-list li {
  padding: 10px 5px 0;
}
.widget-tags .tags-list li a {
  height: 45px;
  line-height: 43px;
  padding: 0 35px;
  font-size: 15px;
  background-color: #f8f6f4;
  display: block;
  color: #52565b;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-tags .tags-list li a {
    font-size: 14px;
    padding: 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-tags .tags-list li a {
    padding: 0 20px;
  }
}
.widget-tags .tags-list li a:hover {
  background-color: #005a49;
  border-color: #005a49;
  color: #fff;
}

/*----------------------------------------*/
/*  5.2 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-section {
  position: relative;
}
.footer-widget-section .shape-01 {
  position: absolute;
  top: 70px;
  left: 60px;
}
.footer-widget-section .shape-02 {
  position: absolute;
  right: 60px;
  bottom: 70px;
}

.footer-widget-wrapper {
  margin-top: -50px;
}

.footer-widget {
  margin-top: 45px;
}

.footer-widget-title {
  font-size: 27px;
  color: #ffa300;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-title {
    font-size: 20px;
  }
}

.widget-newsletter {
  padding-top: 32px;
}
@media only screen and (min-width: 1500px),
  only screen and (min-width: 1200px) and (max-width: 1499px) {
  .widget-newsletter {
    padding-right: 70px;
  }
}
.widget-newsletter p {
  color: #fff;
  line-height: 2.13;
}
.widget-newsletter .newsletter-form {
  margin-top: 35px;
}
.widget-newsletter
  .newsletter-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ) {
  width: 100%;
  border: 0;
  height: 50px;
  padding: 0 30px;
  border-radius: 10px;
  background-color: #fff;
  color: #2c241b;
}
.widget-newsletter
  .newsletter-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  )::-webkit-input-placeholder {
  opacity: 1;
  color: #2c241b;
}
.widget-newsletter
  .newsletter-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ):-moz-placeholder {
  opacity: 1;
  color: #2c241b;
}
.widget-newsletter
  .newsletter-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  )::-moz-placeholder {
  opacity: 1;
  color: #2c241b;
}
.widget-newsletter
  .newsletter-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ):-ms-input-placeholder {
  opacity: 1;
  color: #2c241b;
}
.widget-newsletter .newsletter-form .btn {
  border-radius: 10px;
  margin-top: 20px;
  padding: 0 30px;
}

.widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget-wrapper > * {
  padding-right: 40px;
}
.widget-wrapper > *:last-child {
  padding-right: 0;
}

.widget-link {
  padding-top: 20px;
}
.widget-link li {
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .widget-link li {
    font-size: 13px;
  }
}
.widget-location {
  padding-top: 20px;
}
.widget-location p {
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
  line-height: 2.1;
}
@media only screen and (max-width: 767px) {
  .widget-location p {
    font-size: 13px;
  }
}

/*----------------------------------------*/
/*  07. Footer CSS
/*----------------------------------------*/
.footer-section {
  background-color: #005a49;
}

.footer-copyright {
  padding-bottom: 25px;
  background-color: #094435;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .copyright-wrapper {
    display: block;
    text-align: center;
  }
}

.copyright-text {
  padding-top: 25px;
}
.copyright-text p {
  color: #fff;
  font-size: 15px;
}
.copyright-text p span,
.copyright-text p i {
  color: #ffa300;
}
.copyright-text p a {
  color: #ffa300;
}
.copyright-text p a:hover {
  text-decoration: underline;
}

.copyright-link {
  padding-top: 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: row !important;
}
.copyright-link a {
  color: #fff;
  position: relative;
  font-size: 15px;
  margin-top: 10px;
}
.copyright-link a + a {
  margin-left: 30px;
}
.copyright-link a:hover {
  color: #ffa300;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
  box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  background-color: #ffa300;
}
.back-to-top:hover {
  color: #fff;
  background-color: #343a40;
}