/*---------------------------
	Fonts
----------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Italiana&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* 1.0 Common css  */

html {
  font-size: 15px;
}

:root {
  scroll-behavior: smooth;
  --green: #0d473b !important;
  --yellow: #d99c26 !important;
}

.greencolor {
  color: var(--green) !important;
}

.Post a:hover {
  text-decoration: underline !important;
}

.number_square {
  background-color: var(--green) !important;
  color: white !important;
  padding: 2px 13px !important;
  border-radius: 5px !important;
}

.correct_span {
  background-color: var(--green) !important;
  color: white !important;
  padding: 1px 0px 1px 5px !important;
  border-radius: 5px !important;
}

.bgcolors {
  background-color: var(--green) !important;
  color: white !important;
}

.bgcolors {
  background-color: var(--green) !important;
  color: white !important;
}

.bgcolors1 {
  background-color: var(--green) !important;
  color: white !important;
}

.post_blogs {
  background-color: #F3F3F3;
  box-shadow: 0px 0px 10px 0px rgba(167.88281250000003, 167.88281250000003, 167.88281250000003, 0.5);

}

.bgcolors1:hover {
  background-color: rgba(245, 245, 245, 0.351) !important;
  color: var(--green) !important;
  font-weight: bold;
  border: 1px solid var(--green);
}

.yellowColor {
  color: var(--yellow) !important;
}

.yellowBg {
  color: var(--yellow) !important;
}

.Apply_now_btn {
  background-color: var(--yellow);
  color: white;
  padding: 10px 40px;
  border-radius: 50px;
}

.bg_overlay {
  /* background: #c8922620 !important; */
  color: var(--yellow);
  font-weight: 500;
  letter-spacing: 2px !important;
  display: inline !important;
  padding: 10px;
}

body {
  font-family: "Poppins", sans-serif !important;
  color: #1f1f1f;
  background-color: #fff;
  font-size: 16px;
  font-size: calc-rem-value(16);
  overflow-x: hidden !important;
  /* block sideways scroll */
  overflow-y: auto;
  /* always allow vertical scroll */
  min-height: 100vh;
  /* body always at least full screen */
}

.owl-carouselss .owl-dot {
  padding: 8px !important;
  margin: 50px 10px 20px 10px !important;
  border: 0px solid var(--green) !important;
  border-radius: 3px;
  background-color: #0d473bb0;
}

.owl-carouselss .owl-dot.active {
  background-color: var(--green);
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body.dark-page {
  background-color: #1f1f1f;
}

p {
  font-size: 16px;
  color: #676767;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f1f1f;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.section-fluid {
  padding: 80px 47px 100px 47px;
}

@media (max-width: 991px) {
  .section-fluid {
    padding: 90px 30px;
  }
}

@media (max-width: 575px) {
  .section-fluid {
    padding: 0px 0px 80px 0px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}

.hidden {
  display: none;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-bg {
  background: #f5f5f5 !important;
}

.section-padding {
  padding: 120px 0px 0px 0px;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 60px 0;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

/*** contact form error handling ***/

.contact-activation .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-activation label.error {
  color: red;
  font-size: 13px;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}

.contact-activation #c-loader,
.contact-activation #loader {
  display: none;
  margin-top: 10px;
}

.contact-activation #c-loader i,
.contact-activation #loader i {
  font-size: 30px;
  font-size: calc-rem-value(30);
  color: #d99c26;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-activation #success,
.contact-activation #c-success,
.contact-activation #c-error,
.contact-activation #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {

  .contact-activation #success,
  .contact-activation #c-success,
  .contact-activation #c-error,
  .contact-activation #error {
    font-size: 15px;
  }
}

.contact-activation #c-success,
.contact-activation #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-activation #c-error,
.contact-activation #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/*** back to top **/

.back-btn {
  background-color: #d99c26;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 4px solid #ff4131;
  border-radius: 3px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-btn:hover {
  background-color: #d99c26;
}

.back-btn i {
  font-size: 18px;
  font-size: calc-rem-value(18);
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** for popup image ***/

.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.ui-widget.ui-widget-content {
  box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
  border: none;
  padding: 10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #e3e3e3;
  background: #f9f9f9;
  font-weight: normal;
  color: #454545;
  text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #e3d9d9;
  background: #7f91a6;
  color: #ffffff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #d99c26;
  background: #d99c26;
  font-weight: normal;
  color: #ffffff;
}

/*** mouse design***/

.mouse-circle {
  position: fixed;
  background-color: #f2c94c;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  z-index: 10000;
  transform: scale(1);
}

.mouse-circle.active {
  opacity: 1;
  transform: scale(0);
}

.mouse-circle-follow {
  position: fixed;
  border: 1px solid #f2c94c;
  width: 40px;
  height: 40px;
  left: -25px;
  top: -25px;
  border-radius: 100%;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
}

.mouse-circle-follow.active {
  transform: scale(3);
}

body.dark-page .mouse-circle {
  background-color: #fff;
}

body.dark-page .mouse-circle-follow {
  border-color: #fff;
}

.sticky {
  position: fixed;
  background: #0d473b;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  animation: smoothScroll 1s forwards;
  box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
}

@media (min-width: 991px) {
  .sticky {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .sticky {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .sticky {
    padding: 15px 0;
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-142px);
  }

  100% {
    transform: translateY(0px);
  }
}

.section-title,
.section-title-s2,
.section-title-s3 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {

  .section-title,
  .section-title-s2,
  .section-title-s3 {
    margin-bottom: 40px;
    text-align: center;
  }
}

@media (max-width: 575px) {

  .section-title,
  .section-title-s2,
  .section-title-s3 {
    margin-bottom: 20px;
    text-align: center;
  }
}

.section-title span,
.section-title-s2 span,
.section-title-s3 span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 4px;
  display: block;
  color: #fff;
}

@media (max-width: 767px) {

  .section-title span,
  .section-title-s2 span,
  .section-title-s3 span {
    font-size: 15px;
    letter-spacing: 2px;
  }
}

.section-title h2,
.section-title-s2 h2,
.section-title-s3 h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@media (max-width: 1199px) {

  .section-title h2,
  .section-title-s2 h2,
  .section-title-s3 h2 {
    font-size: 70px;
  }
}

@media (max-width: 991px) {

  .section-title h2,
  .section-title-s2 h2,
  .section-title-s3 h2 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {

  .section-title h2,
  .section-title-s2 h2,
  .section-title-s3 h2 {
    font-size: 50px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {

  .section-title h2,
  .section-title-s2 h2,
  .section-title-s3 h2 {
    font-size: 35px;
    margin-top: 0;
  }
}

.section-title p,
.section-title-s2 p,
.section-title-s3 p {
  font-size: 18px;
}

.section-title-s2 {
  text-align: center;
}

@media (max-width: 991px) {
  .section-title-s3 {
    text-align: center;
  }
}

.section-title-s3 span {
  color: #1f1f1f;
}

.section-title-s3 h2 {
  color: #1f1f1f;
}

.btn-style-1,
.btn-style-2 {
  background: var(--yellow);
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 15px 50px !important;
  border: 0;
  z-index: 1;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Poppins", sans-serif !important;
  border: 1px solid #d99c26;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.btn-style-1:before,
.btn-style-2:before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  border-radius: 100px;
  background: var(--green);
  color: white !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.btn-style-1.btn-style-1-s3,
.btn-style-2.btn-style-1-s3 {
  background: #fff;
  color: #d99c26;
}

.btn-style-1.btn-style-1-s3:after,
.btn-style-2.btn-style-1-s3:after {
  border: 1px solid #fff;
}

.btn-style-1.btn-style-1-s4,
.btn-style-2.btn-style-1-s4 {
  background: #d99c26;
  color: #fff;
}

.btn-style-1.btn-style-1-s4:after,
.btn-style-2.btn-style-1-s4:after {
  border: 1px solid #d99c26;
}

.btn-style-1:hover:before,
.btn-style-1:focus:before,
.btn-style-1:active:before,
.btn-style-2:hover:before,
.btn-style-2:focus:before,
.btn-style-2:active:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.btn-style-1:hover:after,
.btn-style-2:hover:after {
  opacity: 1;
}

@media (max-width: 991px) {

  .btn-style-1,
  .btn-style-2 {
    font-size: 18px;
    font-size: calc-rem-value(18);
  }
}

@media (max-width: 767px) {

  .btn-style-1,
  .btn-style-2 {
    /* padding: 12px 18px; */
    font-size: 14px;
  }
}

.fancy-btn {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
  letter-spacing: -0.32px;
  width: 126.921px;
  height: 134.486px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  animation: morphing 10s infinite;
  margin-top: 30px;
  background: none;
  align-items: center;
}

@media (max-width: 991px) {
  .fancy-btn {
    margin: 0 auto;
    margin-top: 30px;
  }
}

.fancy-btn i {
  margin-top: 10px;
}

.fancy-btn:hover {
  color: #fff;
}

.btn-style-2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #1f1f1f;
  font-family: "Poppins", sans-serif !important;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #d99c26;
  -webkit-box-shadow: 0 0 5px 0 #ff796e;
  -moz-box-shadow: 0 0 5px 0 #ff796e;
  -o-box-shadow: 0 0 5px 0 #ff796e;
  -ms-box-shadow: 0 0 5px 0 #ff796e;
  box-shadow: 0 0 5px 0 #ff796e;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.form ::-webkit-input-placeholder {
  /* Edge */
  font-style: normal;
}

.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
}

.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #ff796e;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #d99c26;
}

.header-search-form {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.header-search-form .close-header-search {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 50px;
  height: 50px;
  background: #d99c26;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}

.header-search-form .close-header-search i {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 20px;
}

.header-search-form form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-search-form .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-radius: 40px;
}

.header-search-form .form-group input[type="text"],
.header-search-form .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 40px;
  border: 0;
}

.header-search-form .form-group input[type="text"]:focus,
.header-search-form .form-group input[type="search"]:focus {
  outline: none;
  border-color: #d99c26;
}

.header-search-form .form-group input[type="submit"] {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-search-form .form-group input[type="submit"]:hover,
.header-search-form .form-group button:hover {
  color: #000000;
}

.header-search-form .form-group .search-btn {
  width: 60px;
  height: 70px;
  background: #d99c26;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
}

.header-search-form input::placeholder,
.header-search-form textarea::placeholder {
  color: #000000;
}

.header-search-form.active {
  transform: translateY(0%);
  margin-top: 0;
}

.header-search-form.active .close-header-search {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.header-search-form.active form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.page-title {
  background: #fdf9f6;
  min-height: 300px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 1;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .page-title {
    min-height: 250px;
  }
}

@media (max-width: 575px) {
  .page-title {
    min-height: 150px;
  }
}

.page-title .breadcumb-wrap {
  padding-bottom: 30px;
}

@media (max-width: 575px) {
  .page-title .breadcumb-wrap {
    text-align: center;
  }
}

.page-title .breadcumb-wrap h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1f1f1f;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .page-title .breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 55px;
    margin-bottom: 10px;
  }
}

.page-title .breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 575px) {
  .page-title .breadcumb-wrap ol {
    justify-content: center;
  }
}

.page-title .breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 15px;
  color: #5c5c5c;
  position: relative;
  font-size: 20px;
}

@media (max-width: 767px) {
  .page-title .breadcumb-wrap ol li {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .page-title .breadcumb-wrap ol li {
    font-size: 16px;
    padding: 0 10px;
  }

  .page-title .breadcumb-wrap ol li:first-child {
    padding-left: 0;
  }
}

.page-title .breadcumb-wrap ol li:after {
  content: "/";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.page-title .breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}

.page-title .breadcumb-wrap ol li:last-child:after {
  display: none;
}

.page-title .breadcumb-wrap ol li a {
  color: #5c5c5c;
  font-size: 20px;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .page-title .breadcumb-wrap ol li a {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .page-title .breadcumb-wrap ol li a {
    font-size: 16px;
  }
}

.page-title .breadcumb-wrap ol li a:hover {
  color: #d99c26;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
  z-index: 999;
}

.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0d473b;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d99c26;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9f9f9;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**** pagination ****/

.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: calc-rem-value(16);
  font-weight: 600;
  color: #1f1f1f;
  background: #f9f7f6;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: calc-rem-value(15);
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #d99c26;
  border-color: #d99c26;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: calc-rem-value(15);
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
1.1 header section
--------------------------------------------------------------*/

@media (min-width: 991px) {
  .header-area {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .header-area {
    padding: 15px 0;
  }
}

.header-area .main-menu .row {
  width: 100%;
}

.header-area ul.nav {
  list-style: none;
  justify-content: center;
}

.header-area .main-menu>ul {
  display: flex;
  list-style: none;
}

.header-area .main-menu ul {
  display: flex;
  align-items: center;
  /* vertically center items */
  gap: 50px;
  /* spacing only between items */
  margin: 0;
  /* reset default ul margin */
  padding: 0;
  /* reset default ul padding */
  list-style: none;
  /* remove bullets */
}

.header-area .main-menu ul>li {
  margin: 0;
  padding: 0;
}

.header-area .main-menu ul>li:last-child {
  margin-right: 0;
  /* extra safety – no margin on last */
}

.header-area .main-menu ul>li>a {
  font-size: 18px;
  padding: 0 0 20px 0;
  /* only bottom padding for underline space */
  display: block;
  color: #fff;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-area .main-menu ul>li>a:hover,
.header-area .main-menu ul>li>a.active {
  color: #e5a022;
  /* highlight color */
}

@media screen and (min-width: 992px) {
  .header-area .main-menu #navbar li {
    position: relative;
  }

  .header-area .main-menu ul li.has-submenu {
    position: relative;
  }

  .header-area .main-menu ul>li>a:hover,
  .header-area .main-menu ul>li>a .active {
    color: #e5a022;
  }

  .header-area .main-menu ul>li>a:hover:before,
  .header-area .main-menu ul>li>a.active:before {
    opacity: 1;
    visibility: visible;
  }

  .header-area .main-menu ul .sub-menu {
    background-color: #1f1f1f;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 230px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header-area .main-menu ul>li .sub-menu a {
    font-size: 16px;
    font-size: calc-rem-value(16);
    display: block;
    padding: 12px 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
  }

  .header-area .main-menu ul>li .sub-menu a:hover,
  .header-area .main-menu ul>li .sub-menu a .active {
    color: #d99c26;
  }

  .header-area .main-menu ul>li>.sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }

  .header-area .main-menu ul>li>.sub-menu>.menu-item-has-children>a {
    position: relative;
  }

  .header-area .main-menu ul>li>.sub-menu>.menu-item-has-children>a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header-area .main-menu ul>li:hover>.sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .header-area .main-menu #navbar .sub-menu>li:hover>.sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

.header-area .header-area-right>ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 991px) {
  .header-area .main-menu .navigation {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  .header-area .header-area-right {
    padding-right: 80px;
  }
}

@media (max-width: 575px) {
  .header-area .header-area-right {
    padding-right: 65px;
  }
}

.header-area .header-area-right .search-toggle-btn i {
  font-size: 40px;
  color: #d99c26;
}

@media (max-width: 991px) {
  .header-area .header-area-right .search-toggle-btn i {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .header-area .header-area-right .search-toggle-btn i {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .header-area .header-right-menu-wrapper {
    display: none;
  }
}

.header-area .header-right-menu-wrapper .right-menu-toggle-btn {
  text-align: center;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border: 1px solid #d99c26;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-left: 40px;
}

.header-area .header-right-menu-wrapper .right-menu-toggle-btn .right-menu-toggle-btn-wrap {
  max-width: 22px;
}

.header-area .header-right-menu-wrapper .right-menu-toggle-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #f3ece9;
  border: 5px;
  margin-left: auto;
  margin-bottom: 6px;
}

.header-area .header-right-menu-wrapper .right-menu-toggle-btn span:nth-child(3) {
  width: 18px;
  margin-bottom: 0;
}

.header-right-menu-wrap {
  background: #1f1f1f;
  width: 420px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -420px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  padding: 50px;
  padding-top: 100px;
}

.header-right-menu-wrap .header-right-sec {
  height: calc(100% - 30px);
  overflow-x: hidden;
  overflow-y: scroll;
}

.header-right-menu-wrap .header-right-sec::-webkit-scrollbar {
  width: 0;
}

@media (max-width: 575px) {
  .header-right-menu-wrap {
    width: 320px;
    right: -320px;
    padding: 20px;
  }
}

.header-right-menu-wrap .all-close {
  position: absolute;
  right: 100%;
  top: 0;
  width: 500%;
  height: 100%;
  z-index: -1111;
  opacity: 0.85;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.header-right-menu-wrap.right-menu-active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.header-right-menu-wrap .right-menu-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 40px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
  border: 0;
}

.header-right-menu-wrap .logo {
  margin-bottom: 40px;
}

.header-right-menu-wrap .widget {
  margin-bottom: 30px;
}

.header-right-menu-wrap .widget h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 25px;
}

.header-right-menu-wrap .project-widget ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px;
}

.header-right-menu-wrap .project-widget ul li {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.header-right-menu-wrap .project-widget ul li img {
  width: 100%;
  border-radius: 5px;
}

.header-right-menu-wrap .project-widget ul li a {
  position: relative;
  display: block;
}

.header-right-menu-wrap .project-widget ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\e73d";
  border-radius: 5px;
  background: rgba(38, 38, 38, 0.6);
  font-family: "themify";
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.header-right-menu-wrap .project-widget ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}

.header-right-menu-wrap .contact-widget ul {
  list-style: none;
}

.header-right-menu-wrap .contact-widget ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 35px;
  color: #fff;
  font-size: 16px;
}

.header-right-menu-wrap .contact-widget ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}

.header-right-menu-wrap .contact-widget ul li .fi:before {
  font-size: 20px;
  margin-right: 15px;
}

.header-right-menu-wrap .newsletter-widget form .input-1 {
  position: relative;
}

.header-right-menu-wrap .newsletter-widget form input {
  background-color: #fff;
  height: 50px;
  color: #666;
  padding: 6px 20px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}

.header-right-menu-wrap .newsletter-widget form .submit button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #fff;
  background: #d99c26;
  width: 50px;
  height: 50px;
  line-height: 54px;
  top: 0px;
  right: 0px;
  position: absolute;
}

.header-style-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-style-2 .header-area-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .header-style-2 .header-area-right {
    padding-right: 0;
  }
}

.header-style-2 .header-area-right .c-btn {
  text-align: right;
  margin-right: 50px;
}

@media (max-width: 767px) {
  .header-style-2 .header-area-right .c-btn {
    margin-right: 0;
  }
}

.header-style-2 .header-area-right .c-btn a {
  font-family: "Poppins", sans-serif !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  color: #fff;
}

@media (max-width: 991px) {
  .header-style-2 .header-area-right .c-btn a {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .header-style-2 .header-area-right .c-btn a {
    font-size: 20px;
  }
}

.header-style-2 .header-area-right .c-btn a:hover {
  color: #d99c26;
}

@media (max-width: 767px) {
  .header-style-2 .header-area-right .star {
    display: none;
  }
}

.header-style-2 .header-area-right .star img {
  animation: circle 25s linear infinite;
}

.header-style-3,
.header-style-4 {
  background: #0d473b;
}

.header-style-3 .main-menu ul>li>a,
.header-style-4 .main-menu ul>li>a {
  color: #f1f1f1;
}

.header-style-3 .main-menu ul>li>.sub-menu,
.header-style-4 .main-menu ul>li>.sub-menu {
  background: #fff;
}

.header-style-3 .main-menu ul>li>.sub-menu a,
.header-style-4 .main-menu ul>li>.sub-menu a {
  color: #1f1f1f;
}

.header-style-3 .header-area-right .search-toggle-btn,
.header-style-4 .header-area-right .search-toggle-btn {
  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1f1f1f;
}

.header-style-3 .header-area-right .search-toggle-btn:hover,
.header-style-4 .header-area-right .search-toggle-btn:hover {
  color: #d99c26;
}

.header-style-4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}

.header-style-4 ul>li>a.menu-item.active {
  color: #d99c26;
}

/*--------------------------------------------------------------
1.2 Hero Style
--------------------------------------------------------------*/

/*1.2.1 static-hero */

.static-hero {
  padding: 0 70px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .static-hero {
    padding: 0 30px;
  }
}

@media (max-width: 575px) {
  .static-hero {
    padding: 0 0px;
  }
}

.static-hero .static-hero-wrap {
  background: #d99c26;
  padding: 80px 100px 90px;
  position: relative;
}

@media (max-width: 1500px) {
  .static-hero .static-hero-wrap {
    padding: 80px 70px 90px;
  }
}

@media (max-width: 1199px) {
  .static-hero .static-hero-wrap {
    padding: 80px 40px 110px;
  }
}

@media (max-width: 575px) {
  .static-hero .static-hero-wrap {
    padding: 50px 20px 110px;
  }
}

.static-hero .static-hero-wrap .hero-bottom-shape {
  position: absolute;
  left: 0;
  bottom: -110px;
  width: 100%;
}

@media (max-width: 575px) {
  .static-hero .static-hero-wrap .hero-bottom-shape {
    bottom: -95px;
  }
}

.static-hero .static-hero-text {
  padding-top: 60px;
}

@media (max-width: 991px) {
  .static-hero .static-hero-text {
    text-align: center;
    padding-top: 0;
  }
}

.static-hero .static-hero-text span {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 10.8px;
}

@media (max-width: 575px) {
  .static-hero .static-hero-text span {
    font-size: 18px;
    letter-spacing: 4.8px;
  }
}

.static-hero .static-hero-text h2 {
  font-size: 130px;
  font-style: normal;
  font-weight: 400;
  line-height: 130px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 1500px) {
  .static-hero .static-hero-text h2 {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (max-width: 1199px) {
  .static-hero .static-hero-text h2 {
    font-size: 70px;
    line-height: 70px;
  }
}

@media (max-width: 575px) {
  .static-hero .static-hero-text h2 {
    font-size: 44px;
    line-height: 44px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.static-hero .static-hero-text p {
  max-width: 615px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.64px;
  color: #fff;
  display: flex;
  color: #fff;
}

@media (max-width: 991px) {
  .static-hero .static-hero-text p {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .static-hero .static-hero-text p {
    font-size: 14px;
  }
}

.static-hero .static-hero-text p i {
  width: 65px;
  margin-right: 10px;
}

.static-hero .static-hero-text p i img {
  animation: circle 15s linear infinite;
}

.static-hero .right-image {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .static-hero .right-image {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.static-hero .right-image .back-shape {
  position: absolute;
  right: -70px;
  bottom: -130px;
  z-index: -1;
}

@media (max-width: 1500px) {
  .static-hero .right-image .back-shape {
    max-width: 70%;
  }
}

.static-hero .right-image .right-image-mask {
  mask-size: 100% !important;
  -webkit-mask-size: 100% !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  max-width: 380px;
}

.static-hero .right-image .right-image-mask img {
  width: 100%;
}

@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }

  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }

  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}

.static-hero-s2,
.static-hero-s4 {
  background: url(../images/hero/bg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 200px;
  overflow: hidden;
}

@media (max-width: 1199px) {

  .static-hero-s2,
  .static-hero-s4 {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {

  .static-hero-s2,
  .static-hero-s4 {
    padding-bottom: 30px;
  }
}

.static-hero-s2 .static-hero-text,
.static-hero-s4 .static-hero-text {
  margin-top: 80px;
  position: relative;
}

@media (max-width: 991px) {

  .static-hero-s2 .static-hero-text,
  .static-hero-s4 .static-hero-text {
    text-align: center;
  }
}

@media (max-width: 575px) {

  .static-hero-s2 .static-hero-text,
  .static-hero-s4 .static-hero-text {
    margin-top: 30px;
  }
}

.static-hero-s2 .static-hero-text h2,
.static-hero-s4 .static-hero-text h2 {
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: 130px;
  margin-bottom: 80px;
  color: #fff;
}

@media (max-width: 1600px) {

  .static-hero-s2 .static-hero-text h2,
  .static-hero-s4 .static-hero-text h2 {
    font-size: 150px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1399px) {

  .static-hero-s2 .static-hero-text h2,
  .static-hero-s4 .static-hero-text h2 {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {

  .static-hero-s2 .static-hero-text h2,
  .static-hero-s4 .static-hero-text h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
  }
}

.static-hero-s2 .static-hero-text p,
.static-hero-s4 .static-hero-text p {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
}

@media (max-width: 1600px) {

  .static-hero-s2 .static-hero-text p,
  .static-hero-s4 .static-hero-text p {
    font-size: 22px;
  }
}

@media (max-width: 1399px) {

  .static-hero-s2 .static-hero-text p,
  .static-hero-s4 .static-hero-text p {
    font-size: 18px;
    line-height: 35px;
  }
}

.static-hero-s2 .static-hero-text p a,
.static-hero-s4 .static-hero-text p a {
  font-style: italic;
  color: #d99c26;
  font-weight: 700;
  display: block;
}

.static-hero-s2 .static-hero-text p a i,
.static-hero-s4 .static-hero-text p a i {
  color: #fff;
}

.static-hero-s2 .static-hero-text .btn-style-1,
.static-hero-s4 .static-hero-text .btn-style-1 {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {

  .static-hero-s2 .static-hero-text .btn-style-1,
  .static-hero-s4 .static-hero-text .btn-style-1 {
    justify-content: center;
  }
}

.static-hero-s2 .static-hero-text .btn-style-1 i,
.static-hero-s4 .static-hero-text .btn-style-1 i {
  margin-left: 15px;
  margin-top: 5px;
}

@media (max-width: 1199px) {

  .static-hero-s2 .static-hero-text .btn-style-1,
  .static-hero-s4 .static-hero-text .btn-style-1 {
    font-size: 25px;
  }
}

.static-hero-s2 .static-hero-text .separator,
.static-hero-s4 .static-hero-text .separator {
  width: 454px;
  height: 1px;
  background: #4f4f4f;
  margin: 50px 0 65px;
  position: relative;
}

@media (max-width: 1600px) {

  .static-hero-s2 .static-hero-text .separator,
  .static-hero-s4 .static-hero-text .separator {
    width: 354px;
  }
}

@media (max-width: 1199px) {

  .static-hero-s2 .static-hero-text .separator,
  .static-hero-s4 .static-hero-text .separator {
    width: 254px;
  }
}

@media (max-width: 991px) {

  .static-hero-s2 .static-hero-text .separator,
  .static-hero-s4 .static-hero-text .separator {
    margin: 40px auto;
  }
}

.static-hero-s2 .static-hero-text .separator i,
.static-hero-s4 .static-hero-text .separator i {
  position: absolute;
  right: -5px;
  top: -7.5px;
  color: #4f4f4f;
}

@media (max-width: 991px) {

  .static-hero-s2 .static-hero-text .download-btn,
  .static-hero-s4 .static-hero-text .download-btn {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

.static-hero-s2 .static-hero-text .diamond-shape,
.static-hero-s4 .static-hero-text .diamond-shape {
  position: absolute;
  top: 0;
  right: -150px;
}

@media (max-width: 991px) {

  .static-hero-s2 .static-hero-text .diamond-shape,
  .static-hero-s4 .static-hero-text .diamond-shape {
    display: none;
  }
}

.static-hero-s2 .middle-image,
.static-hero-s4 .middle-image {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {

  .static-hero-s2 .middle-image,
  .static-hero-s4 .middle-image {
    max-width: 600px;
    margin: 50px auto;
  }
}

.static-hero-s2 .middle-image .back-shape,
.static-hero-s4 .middle-image .back-shape {
  position: absolute;
  left: -25px;
  bottom: 15px;
  z-index: -1;
}

.static-hero-s2 .middle-image .back-shape svg,
.static-hero-s4 .middle-image .back-shape svg {
  width: 100%;
  height: 473px;
}

@media (max-width: 1199px) {

  .static-hero-s2 .middle-image .back-shape svg,
  .static-hero-s4 .middle-image .back-shape svg {
    height: 353px;
  }
}

@media (max-width: 991px) {

  .static-hero-s2 .middle-image .back-shape svg,
  .static-hero-s4 .middle-image .back-shape svg {
    height: 473px;
  }
}

@media (max-width: 375px) {

  .static-hero-s2 .middle-image .back-shape svg,
  .static-hero-s4 .middle-image .back-shape svg {
    height: 353px;
  }
}

.static-hero-s2 .middle-image .exprience-wrap,
.static-hero-s4 .middle-image .exprience-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
  width: 222px;
  height: 222px;
  background: #4f4f4f;
  border-radius: 50%;
  text-align: center;
}

.static-hero-s2 .middle-image .exprience-wrap .exprience-inner,
.static-hero-s4 .middle-image .exprience-wrap .exprience-inner {
  padding: 40px;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: 192px;
  height: 192px;
  position: relative;
  left: 15px;
  top: 15px;
}

.static-hero-s2 .middle-image .exprience-wrap .exprience-inner p,
.static-hero-s4 .middle-image .exprience-wrap .exprience-inner p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-top: 15px;
  color: #fff;
}

.static-hero-s2 .middle-image .exprience-wrap .exprience-inner p span,
.static-hero-s4 .middle-image .exprience-wrap .exprience-inner p span {
  font-size: 16px;
}

.static-hero-s2 .hero-right-text,
.static-hero-s4 .hero-right-text {
  text-align: right;
  margin-top: 50px;
}

@media (max-width: 991px) {

  .static-hero-s2 .hero-right-text,
  .static-hero-s4 .hero-right-text {
    text-align: center;
  }
}

.static-hero-s2 .hero-right-text h3,
.static-hero-s4 .hero-right-text h3 {
  font-size: 114px;
  font-style: normal;
  font-weight: 400;
  line-height: 130px;
  margin-left: -50px;
  position: relative;
  left: -100px;
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 1820px) {

  .static-hero-s2 .hero-right-text h3,
  .static-hero-s4 .hero-right-text h3 {
    font-size: 100px;
  }
}

@media (max-width: 1600px) {

  .static-hero-s2 .hero-right-text h3,
  .static-hero-s4 .hero-right-text h3 {
    font-size: 80px;
    margin-left: -20px;
    line-height: 90px;
  }
}

@media (max-width: 1399px) {

  .static-hero-s2 .hero-right-text h3,
  .static-hero-s4 .hero-right-text h3 {
    margin-left: 0px;
    left: 0;
    font-size: 60px;
    line-height: 80px;
  }
}

@media (max-width: 1199px) {

  .static-hero-s2 .hero-right-text h3,
  .static-hero-s4 .hero-right-text h3 {
    font-size: 50px;
    line-height: 60px;
  }
}

.static-hero-s2 .hero-right-text h4,
.static-hero-s4 .hero-right-text h4 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 1820px) {

  .static-hero-s2 .hero-right-text h4,
  .static-hero-s4 .hero-right-text h4 {
    font-size: 50px;
  }
}

@media (max-width: 1600px) {

  .static-hero-s2 .hero-right-text h4,
  .static-hero-s4 .hero-right-text h4 {
    font-size: 40px;
  }
}

@media (max-width: 1399px) {

  .static-hero-s2 .hero-right-text h4,
  .static-hero-s4 .hero-right-text h4 {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {

  .static-hero-s2 .hero-right-text h4,
  .static-hero-s4 .hero-right-text h4 {
    font-size: 25px;
  }
}

.static-hero-s2 .hero-right-text ul,
.static-hero-s4 .hero-right-text ul {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 991px) {

  .static-hero-s2 .hero-right-text ul,
  .static-hero-s4 .hero-right-text ul {
    justify-content: center;
  }
}

.static-hero-s2 .hero-right-text ul li+li,
.static-hero-s4 .hero-right-text ul li+li {
  padding-left: 20px;
}

.static-hero-s2 .hero-right-text ul li a,
.static-hero-s4 .hero-right-text ul li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.static-hero-s2 .hero-right-text .arrow-shape,
.static-hero-s4 .hero-right-text .arrow-shape {
  text-align: left;
}

.static-hero-s3 {
  padding-top: 180px;
}

@media (max-width: 991px) {

  .static-hero-s2 .hero-right-text .arrow-shape,
  .static-hero-s4 .hero-right-text .arrow-shape {
    display: none;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 {
    padding: 70px 0 90px;
  }
}

@media (max-width: 767px) {
  .static-hero-s3 {
    padding: 0px 0 90px;
  }
}

@media (max-width: 575px) {
  .static-hero-s3 {
    padding-top: 50px;
  }
}

.static-hero-s3 .container {
  position: relative;
}

@media (min-width: 1400px) {
  .static-hero-s3 .container {
    max-width: 1440px;
  }
}

@media (max-width: 767px) {
  .static-hero-s3 .static-hero-content {
    text-align: center;
  }
}

.static-hero-s3 .static-hero-content h4 {
  font-family: "Poppins", sans-serif !important;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 130px;
  text-transform: uppercase;
  display: block;
  padding-left: 50px;
}

@media (max-width: 1399px) {
  .static-hero-s3 .static-hero-content h4 {
    font-size: 90px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .static-hero-content h4 {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .static-hero-content h4 {
    font-size: 50px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .static-hero-s3 .static-hero-content h4 {
    font-size: 40px;
    line-height: 95px;
  }
}

@media (max-width: 450px) {
  .static-hero-s3 .static-hero-content h4 {
    font-size: 30px;
    line-height: 75px;
  }
}

.static-hero-s3 .static-hero-content h2 {
  font-size: 180px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 1399px) {
  .static-hero-s3 .static-hero-content h2 {
    font-size: 120px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .static-hero-content h2 {
    font-size: 90px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .static-hero-content h2 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .static-hero-s3 .static-hero-content h2 {
    font-size: 52px;
  }
}

@media (max-width: 450px) {
  .static-hero-s3 .static-hero-content h2 {
    font-size: 36px;
  }
}

.static-hero-s3 .static-hero-content h2 i {
  margin-left: 50px;
}

@media (max-width: 991px) {
  .static-hero-s3 .static-hero-content h2 i {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .static-hero-content h2 i img {
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  .static-hero-s3 .static-hero-content h2 i img {
    max-width: 70px;
  }
}

.static-hero-s3 .static-hero-content h2 span {
  position: relative;
  display: inline-block;
  padding-left: 200px;
}

@media (max-width: 991px) {
  .static-hero-s3 .static-hero-content h2 span {
    padding-left: 130px;
  }
}

@media (max-width: 767px) {
  .static-hero-s3 .static-hero-content h2 span {
    padding-left: 60px;
  }
}

.static-hero-s3 .static-hero-content h2 span b {
  position: absolute;
  left: -80px;
  top: -100%;
}

@media (max-width: 1399px) {
  .static-hero-s3 .static-hero-content h2 span b {
    left: -25px;
    top: -110%;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .static-hero-content h2 span b {
    top: -160%;
  }
}

@media (max-width: 767px) {
  .static-hero-s3 .static-hero-content h2 span b {
    top: -100%;
  }
}

@media (max-width: 450px) {
  .static-hero-s3 .static-hero-content h2 span b {
    left: 0;
  }
}

@media (max-width: 1399px) {
  .static-hero-s3 .static-hero-content h2 span b img {
    max-width: 240px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .static-hero-content h2 span b img {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .static-hero-s3 .static-hero-content h2 span b img {
    max-width: 100px;
  }
}

@media (max-width: 450px) {
  .static-hero-s3 .static-hero-content h2 span b img {
    max-width: 70px;
  }
}

.static-hero-s3 .static-hero-content .exprience-wrap {
  position: absolute;
  right: 220px;
  bottom: 0;
  width: 222px;
  height: 222px;
  background: #2f80ed;
  border-radius: 50%;
  text-align: center;
  transform: rotate(30deg);
}

@media (max-width: 1399px) {
  .static-hero-s3 .static-hero-content .exprience-wrap {
    right: 100px;
    bottom: -35px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .static-hero-content .exprience-wrap {
    width: 200px;
    height: 200px;
    right: 105px;
    bottom: -60px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .static-hero-content .exprience-wrap {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .static-hero-s3 .static-hero-content .exprience-wrap {
    position: relative;
    margin: 0 auto;
    transform: unset;
    right: 0;
    bottom: 0;
  }
}

.static-hero-s3 .static-hero-content .exprience-wrap .exprience-inner {
  padding: 40px;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: 192px;
  height: 192px;
  position: relative;
  left: 15px;
  top: 15px;
}

@media (max-width: 1199px) {
  .static-hero-s3 .static-hero-content .exprience-wrap .exprience-inner {
    width: 170px;
    height: 170px;
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .static-hero-content .exprience-wrap .exprience-inner {
    width: 140px;
    height: 140px;
    left: 5px;
    top: 5px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .static-hero-content .exprience-wrap .exprience-inner img {
    max-width: 30px;
  }
}

.static-hero-s3 .static-hero-content .exprience-wrap .exprience-inner p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-top: 15px;
  color: #fff;
}

.static-hero-s3 .static-hero-content .exprience-wrap .exprience-inner p span {
  font-size: 16px;
}

.static-hero-s3 .shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 991px) {
  .static-hero-s3 .shape {
    top: -70px;
    right: -40px;
  }
}

@media (max-width: 767px) {
  .static-hero-s3 .shape {
    display: none;
  }
}

.static-hero-s3 .shape img {
  animation: bounceLeftToRight 4s infinite;
}

.static-hero-s4 {
  background: #fff;
}

@media (max-width: 575px) {
  .static-hero-s4 {
    padding-bottom: 70px;
  }
}

.static-hero-s4 .static-hero-text h2 {
  color: #1f1f1f;
}

.static-hero-s4 .static-hero-text p {
  color: #1f1f1f;
}

.static-hero-s4 .static-hero-text p a i {
  color: #1f1f1f;
}

.static-hero-s4 .static-hero-text .separator {
  background: rgba(31, 31, 31, 0.2);
}

.static-hero-s4 .static-hero-text .separator i {
  position: absolute;
  right: -5px;
  top: -7.5px;
  color: rgba(31, 31, 31, 0.2);
}

.static-hero-s4 .static-hero-text .btn-style-1 {
  color: #1f1f1f;
}

.static-hero-s4 .hero-right-text h3 {
  color: #1f1f1f;
}

.static-hero-s4 .hero-right-text h4 {
  color: #1f1f1f;
}

.static-hero-s4 .hero-right-text ul li a {
  color: #1f1f1f;
}

/*--------------------------------------------------------------
1.3 footer Style
--------------------------------------------------------------*/
.footer-section {
  background: #262626;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
}

.footer-section .footer-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1600px) {
  .footer-section .footer-right-img {
    display: none;
  }
}

.footer-section ul {
  list-style: none;
}

.footer-section p {
  color: #fff;
  margin-top: 30px;
}

.footer-section li {
  color: #fff;
}

.footer-section .container {
  position: relative;
}

.footer-section .upper-footer {
  padding: 120px 0 170px;
}

@media (max-width: 991px) {
  .footer-section .upper-footer {
    padding: 80px 0 0px;
  }
}

@media (max-width: 767px) {
  .footer-section .upper-footer {
    padding: 60px 0 30px;
  }
}

@media (max-width: 991px) {
  .footer-section .upper-footer .col {
    min-height: 235px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .footer-section .upper-footer .col {
    min-height: auto;
  }
}

.footer-section .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .footer-section .widget-title {
    margin-bottom: 20px;
  }
}

.footer-section .widget-title h3 {
  color: #fff;
  margin: 0;
  position: relative;
  font-family: "Italiana";
  font-weight: 400;
  font-size: 24px;
}

.footer-section .about-widget .logo {
  max-width: 180px;
  margin-bottom: 30px;
}

.footer-section .about-widget .widget-title {
  margin-bottom: 0;
}

.footer-section .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.footer-section .about-widget p:last-child {
  margin-bottom: 0;
}

.footer-section .link-widget {
  overflow: hidden;
}

.footer-section .link-widget ul li {
  position: relative;
}

.footer-section .link-widget ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  display: block;
}

.footer-section .link-widget ul li a:hover {
  color: #d99c26;
}

.footer-section .link-widget ul li+li {
  margin-top: 5px;
}

.footer-section .contact-ft {
  margin-top: 20px;
}

.footer-section .contact-ft ul li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 35px;
  color: #e5e3e3;
  font-size: 17px;
}

.footer-section .contact-ft ul li i {
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-section .contact-ft ul li .fi:before {
  font-size: 20px;
  margin-right: 15px;
}

.footer-section .subscribe .form-field {
  position: relative;
}

.footer-section .subscribe .form-field input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  padding-right: 70px;
  background: none;
  color: #fff;
}

.footer-section .subscribe .form-field input:focus {
  outline: none;
  border-color: #d99c26;
}

.footer-section .subscribe .form-field button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: none;
  border: 0;
  color: #d99c26;
}

.footer-section .instagram ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px;
}

.footer-section .instagram ul li {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.footer-section .instagram ul li img {
  width: 100%;
  border-radius: 5px;
}

.footer-section .instagram ul li a {
  position: relative;
  display: block;
}

.footer-section .instagram ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\e73d";
  border-radius: 5px;
  background: rgba(38, 38, 38, 0.6);
  font-family: "themify";
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.footer-section .instagram ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}

.footer-section .lower-footer {
  text-align: center;
  position: relative;
}

.footer-section .lower-footer .row {
  padding: 20px 70px;
  border-radius: 5px 5px 0px 0px;
  background: #1f1f1f;
}

@media (max-width: 991px) {
  .footer-section .lower-footer .row {
    padding: 20px 15px;
  }
}

.footer-section .lower-footer .lower-footer-link {
  display: flex;
}

@media (max-width: 991px) {
  .footer-section .lower-footer .lower-footer-link {
    justify-content: center;
  }
}

.footer-section .lower-footer .lower-footer-link li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
}

.footer-section .lower-footer .lower-footer-link li a:hover {
  color: #d99c26;
}

.footer-section .lower-footer .lower-footer-link li+li {
  padding-left: 20px;
}

.footer-section .lower-footer .copy-right {
  text-align: right;
}

@media (max-width: 991px) {
  .footer-section .lower-footer .copy-right {
    text-align: center;
    margin-top: 10px;
  }
}

.footer-section .lower-footer .copyright {
  display: inline-block;
  font-size: 14px;
  margin: 0;
}

.footer-section .lower-footer .copyright a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .footer-section .lower-footer .copyright {
    float: none;
    display: block;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/* 2.1 service-section */

.service-section {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .service-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .service-section {
    padding-bottom: 30px;
  }
}

.service-section .service-left-text {
  padding-right: 75px;
}

@media (max-width: 991px) {
  .service-section .service-left-text {
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

.service-section .service-left-text span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 8px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .service-section .service-left-text span {
    letter-spacing: 3px;
  }
}

.service-section .service-left-text h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
  color: #fff;
}

@media (max-width: 1399px) {
  .service-section .service-left-text h2 {
    font-size: 65px;
  }
}

@media (max-width: 1199px) {
  .service-section .service-left-text h2 {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .service-section .service-left-text h2 {
    font-size: 40px;
  }
}

.service-section .service-left-text h2 i {
  position: relative;
  bottom: -10px;
  left: -30px;
}

@media (max-width: 1199px) {
  .service-section .service-left-text h2 i {
    max-width: 60px;
    display: inline-block;
  }
}

.service-section .service-left-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.64px;
  margin-bottom: 30px;
  color: #fff;
}

.service-section .service-left-text a.read-more {
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
  letter-spacing: -0.32px;
  color: #fff;
  position: relative;
  padding-right: 25px;
}

.service-section .service-left-text a.read-more:before {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "\e628";
  font-family: "themify";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service-section .service-left-text a.read-more:hover {
  color: #d99c26;
}

.service-section .service-left-text a.read-more:hover:before {
  right: -5px;
}

.service-section .service-wrap .service-item {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .service-section .service-wrap .service-item {
    text-align: center;
  }
}

.service-section .service-wrap .service-item h2 {
  margin: 25px 0 20px;
  color: #fff;
}

@media (max-width: 1199px) {
  .service-section .service-wrap .service-item h2 {
    margin-bottom: 10px;
  }
}

.service-section .service-wrap .service-item h2 a {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.service-section .service-wrap .service-item h2 a:hover {
  color: #d99c26;
}

@media (max-width: 1399px) {
  .service-section .service-wrap .service-item h2 a {
    font-size: 25px;
  }
}

@media (max-width: 1199px) {
  .service-section .service-wrap .service-item h2 a {
    font-size: 22px;
  }
}

.service-section .service-wrap .service-item p {
  max-width: 290px;
  color: #fff;
}

@media (max-width: 991px) {
  .service-section .service-wrap .service-item p {
    margin: 0 auto;
  }
}

.service-section .service-wrap .col:nth-child(2) .service-item {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .service-section .service-wrap .col:nth-child(2) .service-item {
    margin-top: 0;
  }
}

.service-section .service-wrap .col:nth-child(4) .service-item {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .service-section .service-wrap .col:nth-child(4) .service-item {
    margin-top: 0;
  }
}

/* 2.2 animate-marque-sec */

.animate-marque-sec,
.animate-marque-sec-s2 {
  position: relative;
  z-index: -1;
}

.animate-marque-sec:before,
.animate-marque-sec-s2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.animate-marque-sec .animate-marque,
.animate-marque-sec-s2 .animate-marque {
  position: relative;
  left: -10%;
  width: 120%;
  z-index: -1;
}

.animate-marque-sec .animate-marque .track,
.animate-marque-sec-s2 .animate-marque .track {
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.animate-marque-sec .animate-marque h1,
.animate-marque-sec-s2 .animate-marque h1 {
  font-size: 150px;
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 24px;
  text-transform: uppercase;
  line-height: 120px;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
  margin-bottom: 0;
  color: #0d473b;
}

@media (max-width: 991px) {

  .animate-marque-sec .animate-marque h1,
  .animate-marque-sec-s2 .animate-marque h1 {
    font-size: 50px;
    line-height: 80px;
  }
}

@media (max-width: 575px) {

  .animate-marque-sec .animate-marque h1,
  .animate-marque-sec-s2 .animate-marque h1 {
    font-size: 30px;
    animation: marquee 10s linear infinite;
  }
}

@media (max-width: 575px) {

  .animate-marque-sec .animate-marque h1 img,
  .animate-marque-sec-s2 .animate-marque h1 img {
    max-width: 40px;
  }
}

/* 2.3 project-section */

.project-section .owl-item:nth-child(even) .project-item,
.project-section-s4 .owl-item:nth-child(even) .project-item {
  margin-top: 120px;
}

@media (max-width: 1199px) {

  .project-section .owl-item:nth-child(even) .project-item,
  .project-section-s4 .owl-item:nth-child(even) .project-item {
    margin-top: 70px;
  }
}

@media (max-width: 991px) {

  .project-section .owl-item:nth-child(even) .project-item,
  .project-section-s4 .owl-item:nth-child(even) .project-item {
    margin-top: 0px;
  }
}

.project-section .project-item,
.project-section-s4 .project-item {
  padding: 25px;
  border: 1px solid #1f1f1f75;
}

.project-section .project-item .project-img,
.project-section-s4 .project-item .project-img {
  margin: 0 auto;
  position: relative;
  mask-size: 100% !important;
  -webkit-mask-size: 100% !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
}

.project-section .project-item .project-img img,
.project-section-s4 .project-item .project-img img {
  width: 100%;
  object-fit: cover;
  transition: all 0.6s;
  transform: scale(1);
}

.project-section .project-item:hover .project-img img,
.project-section-s4 .project-item:hover .project-img img {
  transform: scale(1.2);
}

.project-section .project-item .project-text,
.project-section-s4 .project-item .project-text {
  text-align: center;
  padding-top: 20px;
}

.project-section .project-item .project-text h2 a,
.project-section-s4 .project-item .project-text h2 a {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #0d473b;
}

.project-section .project-item .project-text h2 a:hover,
.project-section-s4 .project-item .project-text h2 a:hover {
  color: #1f1f1f;
}

.project-section .project-item .project-text span,
.project-section-s4 .project-item .project-text span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #d99c26;
}

.project-section .owl-nav,
.project-section-s4 .owl-nav {
  text-align: center;
  bottom: -60px;
  position: relative;
}

.project-section .owl-nav .owl-prev,
.project-section-s4 .owl-nav .owl-prev {
  margin-right: 15px;
  background: none;
  border: 0;
}

.project-section .owl-nav .owl-prev span,
.project-section-s4 .owl-nav .owl-prev span {
  content: url(../images/project/left-arrow.png);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-section .owl-nav .owl-next,
.project-section-s4 .owl-nav .owl-next {
  margin-left: 15px;
  background: none;
  border: 0;
}

.project-section .owl-nav .owl-next span,
.project-section-s4 .owl-nav .owl-next span {
  content: url(../images/project/right-arrow.png);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* 2.4 testimonial-section */

.testimonial-section {
  padding-top: 80px;
  padding-bottom: 70px;
  z-index: 1;
  position: relative;
  background-color: #fdf9f6 !important;
}

.testimonial-section .testimonial-wrap {
  max-width: 1045px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-section .testimonial-wrap .testimonial-item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 30px;
  color: #1f1f1f;
}

@media (max-width: 991px) {
  .testimonial-section .testimonial-wrap .testimonial-item p {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .testimonial-section .testimonial-wrap .testimonial-item p {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.testimonial-section .testimonial-wrap .testimonial-item span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 1px;
  color: #1f1f1f;
}

@media (max-width: 991px) {
  .testimonial-section .testimonial-wrap .testimonial-item span {
    font-size: 20px;
  }
}

.testimonial-section .testimonial-wrap .testimonial-item span small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.72px;
  color: #d99c26;
}

@media (max-width: 991px) {
  .testimonial-section .testimonial-wrap .testimonial-item span small {
    font-size: 16px;
  }
}

.testimonial-section .testimonial-wrap .owl-nav {
  display: none;
}

.testimonial-section .arrow-shape {
  position: absolute;
  left: 10px;
  top: 50px;
}

@media (max-width: 1199px) {
  .testimonial-section .arrow-shape {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .testimonial-section .arrow-shape {
    display: none;
  }
}

/* 2.5 partners-section */

.partners-section {
  padding: 85px 0;
  background: #fff;
  text-align: center;
}

.partners-section .grid img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

.partners-section .owl-nav {
  display: none;
}

.partners-section .grid {
  padding: 0 20px;
}

/* 2.6 features-section */

.features-section {
  position: relative;
  z-index: 1;
}

.features-section .round-shape {
  position: absolute;
  left: 50px;
  bottom: 0;
}

@media (max-width: 1500px) {
  .features-section .round-shape {
    max-width: 150px;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .features-section .round-shape {
    display: none;
  }
}

.features-section .round-shape img {
  animation: circle 25s linear infinite;
}

.features-section .features-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.features-section .features-items {
  text-align: center;
}

.features-section .features-item {
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif !important;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  transition: all 0.6s;
}

@media (max-width: 991px) {
  .features-section .features-item {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .features-section .features-item {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

.features-section .features-item:hover {
  color: #d99c26;
  border-color: rgba(255, 255, 255, 0.15);
}

.features-section .features-item .features-masking {
  mask-size: 100% !important;
  -webkit-mask-size: 100% !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  position: absolute;
  object-fit: cover;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-width: 200px;
}

@media (max-width: 991px) {
  .features-section .features-item .features-masking {
    max-width: 120px;
  }
}

@media (max-width: 575px) {
  .features-section .features-item .features-masking {
    max-width: 100px;
  }
}

.features-section .features-item:hover .features-masking {
  opacity: 1;
}

.features-section .features-items:last-child .features-item {
  margin-bottom: 0;
}

/* 2.7 team-section */

.team-section {
  position: relative;
  z-index: 1;
}

.team-section .team-wrap .layer {
  position: relative !important;
}

.team-section .team-wrap .team-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.team-section .team-wrap .team-item .team-img-wrap {
  position: relative;
  z-index: 1;
}

.team-section .team-wrap .team-item .team-img-wrap .team-shape {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.team-section .team-wrap .team-item .team-img {
  margin: 0 auto;
  position: relative;
  mask-size: 100% !important;
  -webkit-mask-size: 100% !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
}

.team-section .team-wrap .team-item .team-img img {
  transition: all 0.3s;
}

.team-section .team-wrap .team-item .team-text {
  position: absolute;
  left: 50%;
  bottom: -200px;
  padding: 10px 65px;
  transform: translateX(-50%);
  min-width: 293px;
  border-radius: 56px;
  background: rgba(255, 74, 59, 0.7);
  backdrop-filter: blur(2px);
  transition: all 0.6s;
}

@media (max-width: 1199px) {
  .team-section .team-wrap .team-item .team-text {
    min-width: 270px;
  }
}

@media (max-width: 767px) {
  .team-section .team-wrap .team-item .team-text {
    min-width: 215px;
    padding: 10px 15px;
  }
}

.team-section .team-wrap .team-item .team-text h3 {
  margin-bottom: 0;
}

.team-section .team-wrap .team-item .team-text h3 a {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@media (max-width: 1199px) {
  .team-section .team-wrap .team-item .team-text h3 a {
    font-size: 25px;
  }
}

.team-section .team-wrap .team-item .team-text span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  color: #fff;
}

.team-section .team-wrap .team-item:hover .team-text {
  bottom: 30px;
}

.team-section .team-wrap .col:nth-child(2) .team-item .team-img {
  border-top-right-radius: 220px;
  border-top-left-radius: 220px;
  overflow: hidden;
}

.team-section .team-wrap .col:nth-child(2) .team-item .team-img img {
  border-top-right-radius: 220px;
  border-top-left-radius: 220px;
}

.team-section .team-wrap .col:nth-child(3) .team-item .team-img {
  clip-path: polygon(50% 0%, 100% 41%, 100% 100%, 0 100%, 0 41%);
}

.team-section .flower-shape {
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: -1;
  animation: zoom-in-zoom-out 5s ease infinite;
}

@media (max-width: 1500px) {
  .team-section .flower-shape {
    max-width: 250px;
    bottom: 30px;
  }
}

@media (max-width: 991px) {
  .team-section .flower-shape {
    display: none;
  }
}

/* 2.8 video-section */

.video-section {
  position: relative;
  z-index: 1;
}

.video-section .video-wrap {
  position: relative;
  max-width: 1296px;
  margin: 0 auto;
  mask-size: 100% !important;
  -webkit-mask-size: 100% !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
}

@media (max-width: 575px) {
  .video-section .video-wrap img {
    min-height: 180px;
    object-fit: cover;
  }
}

.video-section .video-wrap .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 50%;
  line-height: 200px;
  background: #d99c26;
  z-index: 11;
}

@media (max-width: 991px) {
  .video-section .video-wrap .video-btn {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
}

@media (max-width: 767px) {
  .video-section .video-wrap .video-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .video-section .video-wrap .video-btn i img {
    max-width: 40px;
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .video-section .video-wrap .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .video-section .video-wrap .video-btn i img {
    max-width: 40px;
    min-height: auto;
  }
}

.video-section .star-shape {
  position: absolute;
  left: 40px;
  bottom: 30px;
  z-index: -1;
}

@media (max-width: 575px) {
  .video-section .star-shape {
    display: none;
  }
}

.video-section .star-shape img {
  animation: circle 25s linear infinite;
}

@media (max-width: 1199px) {
  .video-section .star-shape img {
    max-width: 220px;
  }
}

@media (max-width: 991px) {
  .video-section .star-shape img {
    max-width: 150px;
  }
}

.video-section .arrow-shape {
  position: absolute;
  right: 40px;
  bottom: -30px;
  z-index: -1;
}

@media (max-width: 991px) {
  .video-section .arrow-shape {
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .video-section .arrow-shape {
    display: none;
  }
}

.video-section .arrow-shape img {
  animation: bounceLeftToRight 4s infinite;
}

@media (max-width: 1199px) {
  .video-section .arrow-shape img {
    max-width: 220px;
  }
}

@media (max-width: 991px) {
  .video-section .arrow-shape img {
    max-width: 150px;
  }
}

/* 2.9 event-section */

.event-section .event-left-img {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .event-section .event-left-img {
    text-align: center;
  }
}

.event-section .event-left-img .inner-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.event-section .event-left-img .inner-shape svg {
  width: 100%;
  height: 472px;
}

@media (max-width: 450px) {
  .event-section .event-left-img .inner-shape svg {
    height: 330px;
  }
}

@media (max-width: 350px) {
  .event-section .event-left-img .inner-shape svg {
    height: 230px;
  }
}

.event-section .event-left-img .inner-shape svg path {
  fill: #d99c26;
}

@media (max-width: 991px) {
  .event-section .event-items {
    margin-top: 50px;
  }
}

.event-section .event-items h3 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  color: #fff;
}

@media (max-width: 1199px) {
  .event-section .event-items h3 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .event-section .event-items h3 {
    text-align: center;
  }
}

.event-section .event-items .event-item {
  margin-bottom: 30px;
}

.event-section .event-items .event-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .event-section .event-items .event-item {
    text-align: center;
  }
}

.event-section .event-items .event-item .icon {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
}

@media (max-width: 767px) {
  .event-section .event-items .event-item .icon {
    float: none;
    margin-bottom: 20px;
  }
}

.event-section .event-items .event-item:hover .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.event-section .event-items .event-item .text {
  overflow: hidden;
}

.event-section .event-items .event-item h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@media (max-width: 1399px) {
  .event-section .event-items .event-item h4 {
    font-size: 25px;
  }
}

@media (max-width: 1199px) {
  .event-section .event-items .event-item h4 {
    font-size: 20px;
  }
}

.event-section .event-items .event-item span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 10.8px;
  color: #fff;
}

@media (max-width: 1399px) {
  .event-section .event-items .event-item span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .event-section .event-items .event-item span {
    font-size: 13px;
  }
}

/* 2.10 blog-section */

.blog-section,
.blog-section-s2 {
  padding-top: 80px;
  padding-bottom: 70px;
}

@media (max-width: 991px) {

  .blog-section,
  .blog-section-s2 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {

  .blog-section,
  .blog-section-s2 {
    padding-bottom: 50px;
  }
}

.blog-section .blog-item,
.blog-section-s2 .blog-item {
  position: relative;
}

@media (max-width: 767px) {

  .blog-section .blog-item,
  .blog-section-s2 .blog-item {
    text-align: center;
  }
}

.blog-section .blog-item span,
.blog-section-s2 .blog-item span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
}

.blog-section .blog-item h2,
.blog-section-s2 .blog-item h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0 20px;
}

.blog-section .blog-item h2 a,
.blog-section-s2 .blog-item h2 a {
  color: #fff;
}

.blog-section .blog-item h2 a:hover,
.blog-section-s2 .blog-item h2 a:hover {
  color: #d99c26;
}

.blog-section .blog-item p,
.blog-section-s2 .blog-item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
}

.blog-section .blog-item a.more,
.blog-section-s2 .blog-item a.more {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
  position: relative;
  padding-right: 25px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.blog-section .blog-item a.more:before,
.blog-section-s2 .blog-item a.more:before {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "\e628";
  font-family: "themify";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-section .blog-item a.more:hover,
.blog-section-s2 .blog-item a.more:hover {
  color: #d99c26;
}

.blog-section .blog-item a.more:hover:before,
.blog-section-s2 .blog-item a.more:hover:before {
  right: -5px;
}

.blog-section .blog-item:hover a.more,
.blog-section-s2 .blog-item:hover a.more {
  opacity: 1;
  visibility: visible;
}

.blog-section .col+.col .blog-item,
.blog-section-s2 .col+.col .blog-item {
  position: relative;
  padding-left: 20px;
}

@media (max-width: 767px) {

  .blog-section .col+.col .blog-item,
  .blog-section-s2 .col+.col .blog-item {
    padding-left: 0;
  }
}

.blog-section .col+.col .blog-item::before,
.blog-section-s2 .col+.col .blog-item::before {
  position: absolute;
  left: -15px;
  top: 0;
  width: 1px;
  height: 90%;
  content: "";
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {

  .blog-section .col+.col .blog-item::before,
  .blog-section-s2 .col+.col .blog-item::before {
    display: none;
  }
}

.blog-section .col:last-child .blog-item,
.blog-section-s2 .col:last-child .blog-item {
  padding-left: 0;
}

@media (max-width: 991px) {

  .blog-section .col:last-child .blog-item::before,
  .blog-section-s2 .col:last-child .blog-item::before {
    display: none;
  }
}

/*--------------------------------------------------------------
3.0 Home-style-2
--------------------------------------------------------------*/

/* 3.1 about-section */

.about-section,
.about-section-s2 {
  position: relative;
}

@media (max-width: 1199px) {

  .about-section,
  .about-section-s2 {
    padding-top: 30px;
  }
}

.about-section .about-content,
.about-section-s2 .about-content {
  text-align: center;
}

.about-section .about-content .about-top span,
.about-section-s2 .about-content .about-top span {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 4px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.about-section .about-content p,
.about-section-s2 .about-content p {
  font-size: 48px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 40px;
  line-height: 60px !important;

  /* color: #fff; */
}

@media (max-width: 1199px) {

  .about-section .about-content p,
  .about-section-s2 .about-content p {
    font-size: 40px;
  }
}

@media (max-width: 991px) {

  .about-section .about-content p,
  .about-section-s2 .about-content p {
    font-size: 30px;
  }
}

@media (max-width: 767px) {

  .about-section .about-content p,
  .about-section-s2 .about-content p {
    font-size: 25px;
  }
}

.about-section .about-content .about-info,
.about-section-s2 .about-content .about-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-section .about-content .about-info span,
.about-section-s2 .about-content .about-info span {
  margin-left: 20px;
  color: #fff;
}

.about-section .fun-fact-wrap,
.about-section-s2 .fun-fact-wrap {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 856px;
  background: #232323;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 75px;
}

@media (max-width: 767px) {

  .about-section .fun-fact-wrap,
  .about-section-s2 .fun-fact-wrap {
    padding: 0 15px 20px;
  }
}

.about-section .fun-fact-wrap .info,
.about-section-s2 .fun-fact-wrap .info {
  text-align: center;
  padding: 30px 0;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {

  .about-section .fun-fact-wrap .info,
  .about-section-s2 .fun-fact-wrap .info {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
  }
}

.about-section .fun-fact-wrap .info+.info:before,
.about-section-s2 .fun-fact-wrap .info+.info:before {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  content: "";
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {

  .about-section .fun-fact-wrap .info+.info:before,
  .about-section-s2 .fun-fact-wrap .info+.info:before {
    display: none;
  }
}

.about-section .fun-fact-wrap .info h3,
.about-section-s2 .fun-fact-wrap .info h3 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d99c26;
  margin-bottom: 0;
}

@media (max-width: 1199px) {

  .about-section .fun-fact-wrap .info h3,
  .about-section-s2 .fun-fact-wrap .info h3 {
    font-size: 60px;
  }
}

@media (max-width: 575px) {

  .about-section .fun-fact-wrap .info h3,
  .about-section-s2 .fun-fact-wrap .info h3 {
    font-size: 52px;
  }
}

.about-section .fun-fact-wrap .info h3 span,
.about-section-s2 .fun-fact-wrap .info h3 span {
  font-family: "Poppins", sans-serif !important;
}

.about-section .fun-fact-wrap .info p,
.about-section-s2 .fun-fact-wrap .info p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-left: 20px;
  max-width: 125px;
  text-align: left;
  color: #fff;
}

@media (max-width: 767px) {

  .about-section .fun-fact-wrap .info p,
  .about-section-s2 .fun-fact-wrap .info p {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 575px) {

  .about-section .fun-fact-wrap .info p,
  .about-section-s2 .fun-fact-wrap .info p {
    font-size: 14px;
    line-height: 20px;
  }
}

.about-section .round-shape,
.about-section-s2 .round-shape {
  position: absolute;
  right: 70px;
  bottom: 25%;
  z-index: -1;
}

@media (max-width: 1199px) {

  .about-section .round-shape,
  .about-section-s2 .round-shape {
    max-width: 100px;
  }
}

.about-section .round-shape img,
.about-section-s2 .round-shape img {
  animation: circle 25s linear infinite;
}

.about-section .left-image,
.about-section-s2 .left-image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1199px) {

  .about-section .left-image,
  .about-section-s2 .left-image {
    max-width: 400px;
  }
}

@media (max-width: 767px) {

  .about-section .left-image,
  .about-section-s2 .left-image {
    display: none;
  }
}

/* 3.2 exprience-section */

@media (max-width: 991px) {
  .exprience-section {
    padding-top: 0;
  }
}

.exprience-section .exprience-wrap {
  margin-bottom: 140px;
}

@media (max-width: 767px) {
  .exprience-section .exprience-wrap {
    margin-bottom: 80px;
  }
}

.exprience-section .exprience-wrap:last-child {
  margin-bottom: 0;
}

.exprience-section .exprience-wrap .exprience-left-icon {
  width: 196px;
  height: 196px;
  line-height: 196px;
  background: #232323;
  text-align: center;
  border-radius: 50%;
  margin-right: 30px;
  float: left;
}

@media (max-width: 767px) {
  .exprience-section .exprience-wrap .exprience-left-icon {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .exprience-section .exprience-wrap .exprience-left-icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
  }

  .exprience-section .exprience-wrap .exprience-left-icon img {
    max-width: 50px;
  }
}

.exprience-section .exprience-wrap .exprience-items {
  overflow: hidden;
}

.exprience-section .exprience-wrap .exprience-items .exprience-title {
  margin-bottom: 70px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .exprience-section .exprience-wrap .exprience-items .exprience-title {
    text-align: center;
    margin-bottom: 40px;
  }
}

.exprience-section .exprience-wrap .exprience-items .exprience-title span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 8px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

@media (max-width: 575px) {
  .exprience-section .exprience-wrap .exprience-items .exprience-title span {
    font-size: 14px;
  }
}

.exprience-section .exprience-wrap .exprience-items .exprience-title h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@media (max-width: 991px) {
  .exprience-section .exprience-wrap .exprience-items .exprience-title h2 {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .exprience-section .exprience-wrap .exprience-items .exprience-title h2 {
    font-size: 40px;
  }
}

.exprience-section .exprience-wrap .exprience-item {
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #232323;
  padding: 6px;
}

.exprience-section .exprience-wrap .exprience-item .exprience-item-icon i {
  width: 100px;
  height: 100%;
  line-height: 195px;
  border-radius: 5px;
  background: #f2c94c;
  text-align: center;
  display: block;
}

@media (max-width: 375px) {
  .exprience-section .exprience-wrap .exprience-item .exprience-item-icon i {
    width: 70px;
  }
}

.exprience-section .exprience-wrap .exprience-item .exprience-item-text {
  padding: 20px 30px;
}

@media (max-width: 1199px) {
  .exprience-section .exprience-wrap .exprience-item .exprience-item-text {
    padding: 20px 15px;
  }
}

.exprience-section .exprience-wrap .exprience-item .exprience-item-text span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 4.8px;
  color: #fff;
}

@media (max-width: 375px) {
  .exprience-section .exprience-wrap .exprience-item .exprience-item-text span {
    font-size: 15px;
  }
}

.exprience-section .exprience-wrap .exprience-item .exprience-item-text h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0 10px;
}

@media (max-width: 1199px) {
  .exprience-section .exprience-wrap .exprience-item .exprience-item-text h3 {
    font-size: 22px;
  }
}

.exprience-section .exprience-wrap .exprience-item .exprience-item-text h3 a {
  color: #fff;
}

.exprience-section .exprience-wrap .exprience-item .exprience-item-text h3 a:hover {
  color: #d99c26;
}

.exprience-section .exprience-wrap .exprience-item .exprience-item-text p {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.64px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .exprience-section .exprience-wrap .col+.col .exprience-item {
    margin-top: 20px;
  }
}

.exprience-section .exprience-wrap .col:nth-child(2) .exprience-item .exprience-item-icon i {
  background: #d99c26;
}

.exprience-section .exprience-wrap.style-2 .exprience-item .exprience-item-icon i {
  background: #2f80ed;
}

.exprience-section .exprience-wrap.style-2 .col:nth-child(2) .exprience-item .exprience-item-icon i {
  background: #50b0a1;
}

/* 3.3 exprience-service */

.exprience-service {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .exprience-service {
    padding-bottom: 20px;
  }
}

.exprience-service .exprience-service-wrap {
  padding: 100px 0 60px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #232323;
}

@media (max-width: 767px) {
  .exprience-service .exprience-service-wrap {
    padding: 70px 0 30px;
  }
}

.exprience-service .exprience-service-item {
  padding: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: -1px;
}

@media (max-width: 991px) {
  .exprience-service .exprience-service-item {
    padding: 20px 15px;
  }
}

.exprience-service .exprience-service-item:last-child {
  border-bottom: 0;
}

.exprience-service .exprience-service-item ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .exprience-service .exprience-service-item ul {
    display: block;
    text-align: center;
  }
}

.exprience-service .exprience-service-item ul li {
  position: relative;
}

.exprience-service .exprience-service-item ul li:first-child {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .exprience-service .exprience-service-item ul li:first-child {
    justify-content: center;
  }
}

.exprience-service .exprience-service-item ul li:first-child::before {
  position: absolute;
  right: -50px;
  top: -15px;
  width: 1px;
  height: 80px;
  content: "";
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .exprience-service .exprience-service-item ul li:first-child::before {
    display: none;
  }
}

.exprience-service .exprience-service-item ul li i {
  margin-right: 20px;
}

.exprience-service .exprience-service-item ul li i svg {
  stroke: #d99c26;
  transition: all 0.6s;
}

.exprience-service .exprience-service-item ul li b {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Poppins", sans-serif !important;
  color: #fff;
}

@media (max-width: 1199px) {
  .exprience-service .exprience-service-item ul li b {
    font-size: 20px;
  }
}

.exprience-service .exprience-service-item ul li p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.64px;
  color: #828282;
  max-width: 348px;
}

@media (max-width: 1199px) {
  .exprience-service .exprience-service-item ul li p {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .exprience-service .exprience-service-item ul li p {
    padding-left: 20px;
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .exprience-service .exprience-service-item ul li p {
    margin: 20px auto;
  }
}

.exprience-service .exprience-service-item ul li span {
  display: block;
  color: #fff;
}

@media (max-width: 991px) {
  .exprience-service .exprience-service-item ul li span {
    font-size: 14px;
  }
}

.exprience-service .exprience-service-item ul li span+span {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .exprience-service .exprience-service-item ul li span+span {
    margin-top: 5px;
  }
}

.exprience-service .exprience-service-item ul li .arrow-btn {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 68px;
  text-align: center;
  background: #333;
  border-radius: 50%;
  transition: all 0.3s;
}

.exprience-service .exprience-service-item ul li .arrow-btn:hover {
  transform: rotate(45deg);
}

.exprience-service .exprience-service-item ul li .arrow-btn i {
  margin-right: 0;
  font-size: 20px;
  color: #fff;
}

.exprience-service .exprience-service-item ul li .arrow-btn:hover {
  background: #d99c26;
}

@media (max-width: 767px) {
  .exprience-service .exprience-service-item ul li .arrow-btn {
    margin: 0 auto;
    margin-top: 20px;
  }
}

.exprience-service .exprience-service-item ul li i img {
  max-width: 15px;
}

.exprience-service .exprience-service-item:hover ul i svg {
  stroke: #fff;
}

.exprience-service .flower-shape {
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1399px) {
  .exprience-service .flower-shape {
    right: 50px;
  }
}

@media (max-width: 1199px) {
  .exprience-service .flower-shape {
    right: 0px;
  }
}

@media (max-width: 575px) {
  .exprience-service .flower-shape {
    display: none;
  }
}

/* 3.4 skill-service */

.skill-service,
.skill-service-s2 {
  position: relative;
  z-index: 1;
}

.skill-service .skill-wrap .row,
.skill-service-s2 .skill-wrap .row {
  justify-content: center;
}

.skill-service .skill-wrap .skill-item,
.skill-service-s2 .skill-wrap .skill-item {
  border-radius: 55px;
  background: #d99c26;
  max-width: 306px;
  padding: 20px;
  padding-bottom: 23px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

@media (max-width: 767px) {

  .skill-service .skill-wrap .skill-item,
  .skill-service-s2 .skill-wrap .skill-item {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.skill-service .skill-wrap .skill-item:before,
.skill-service-s2 .skill-wrap .skill-item:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  background: #252525;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 55px;
  z-index: -1;
  transition: all 0.3s;
}

.skill-service .skill-wrap .skill-item:hover:before,
.skill-service-s2 .skill-wrap .skill-item:hover:before {
  bottom: 0;
  width: 102%;
  left: -1%;
}

.skill-service .skill-wrap .skill-item .icon i,
.skill-service-s2 .skill-wrap .skill-item .icon i {
  width: 72px;
  height: 72px;
  line-height: 72px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  display: block;
  margin-right: 20px;
}

.skill-service .skill-wrap .skill-item .skill-text h3,
.skill-service-s2 .skill-wrap .skill-item .skill-text h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.skill-service .skill-wrap .skill-item .skill-text span,
.skill-service-s2 .skill-wrap .skill-item .skill-text span {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 4.8px;
  color: #fff;
}

.skill-service .skill-wrap .col:nth-child(2) .skill-item,
.skill-service-s2 .skill-wrap .col:nth-child(2) .skill-item {
  background: #f2c94c;
}

.skill-service .skill-wrap .col:nth-child(3) .skill-item,
.skill-service-s2 .skill-wrap .col:nth-child(3) .skill-item {
  background: #50b0a1;
}

.skill-service .skill-wrap .col:nth-child(4) .skill-item,
.skill-service-s2 .skill-wrap .col:nth-child(4) .skill-item {
  background: #2f80ed;
}

.skill-service .skill-wrap .col:nth-child(5) .skill-item,
.skill-service-s2 .skill-wrap .col:nth-child(5) .skill-item {
  background: #4f4f4f;
  margin-bottom: 0;
}

.skill-service .left-image,
.skill-service-s2 .left-image {
  position: absolute;
  left: 0;
  bottom: 50px;
}

@media (max-width: 1600px) {

  .skill-service .left-image,
  .skill-service-s2 .left-image {
    max-width: 400px;
  }
}

@media (max-width: 1399px) {

  .skill-service .left-image,
  .skill-service-s2 .left-image {
    max-width: 350px;
  }
}

@media (max-width: 991px) {

  .skill-service .left-image,
  .skill-service-s2 .left-image {
    display: none;
  }
}

/* 3.5 project-section-s2 */

.project-section-s2 {
  position: relative;
  z-index: 1;
}

.project-section-s2 .project-img {
  border-radius: 10px;
}

.project-section-s2 .project-img .simpleParallax {
  border-radius: 10px;
}

.project-section-s2 .project-img img {
  border-radius: 10px;
}

.project-section-s2 .project-text {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.project-section-s2 .project-text h2 a {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.project-section-s2 .project-text h2 a:hover {
  color: #d99c26;
}

.project-section-s2 .project-text span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #d99c26;
}

.project-section-s2 .project-text .arrow-btn a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #333333;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s;
}

.project-section-s2 .project-text .arrow-btn a:hover {
  transform: rotate(90deg);
}

.project-section-s2 .project-text .arrow-btn a i {
  font-size: 20px;
  color: #fff;
  line-height: unset;
  position: relative;
  left: -3px;
}

.project-section-s2 .project-text .arrow-btn a:hover {
  background: #d99c26;
}

.project-section-s2 .project-btn {
  text-align: center;
}

.project-section-s2 .project-btn .fancy-btn {
  margin: 0 auto;
  margin-top: 20px;
  border-color: #d99c26;
}

.project-section-s2 .left-arrow {
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.project-section-s2 .left-arrow img {
  animation: bounceLeftToRight 4s infinite;
}

@media (max-width: 991px) {
  .project-section-s2 .left-arrow img {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .project-section-s2 .left-arrow img {
    display: none;
  }
}

/* 3.6 contact-area */

.contact-area {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .contact-area {
    padding-top: 0;
  }
}

.contact-area .contact-info-wrap {
  padding-right: 60px;
}

@media (max-width: 991px) {
  .contact-area .contact-info-wrap {
    padding-right: 0;
  }
}

.contact-area .contact-info-wrap .contact-info-title {
  margin-bottom: 30px;
}

.contact-area .contact-info-wrap .contact-info-title h3 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@media (max-width: 991px) {
  .contact-area .contact-info-wrap .contact-info-title h3 {
    font-size: 40px;
  }
}

.contact-area .contact-info-wrap .contact-info-title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
}

.contact-area .contact-info-wrap .contact-info-item {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}

.contact-area .contact-info-wrap .contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-area .contact-info-wrap .contact-info-item .contact-info-icon i {
  font-size: 30px;
  display: block;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #fff;
}

.contact-area .contact-info-wrap .contact-info-item .contact-info-text span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #d99c26;
}

@media (max-width: 575px) {
  .contact-area .contact-info-wrap .contact-info-item .contact-info-text span {
    font-size: 14px;
  }
}

.contact-area .contact-info-wrap .contact-info-item .contact-info-text h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
  color: #fff;
}

@media (max-width: 1199px) {
  .contact-area .contact-info-wrap .contact-info-item .contact-info-text h4 {
    font-size: 20px;
  }
}

.contact-area .contact-area-wrapper {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #232323;
  padding: 100px 80px;
}

@media (max-width: 1199px) {
  .contact-area .contact-area-wrapper {
    padding: 70px 40px;
  }
}

@media (max-width: 575px) {
  .contact-area .contact-area-wrapper {
    padding: 30px 15px;
  }
}

.contact-area .contact-area-wrapper .contact-form-area {
  position: relative;
  z-index: 9;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .contact-area .contact-area-wrapper .contact-form-area {
    margin-top: 50px;
  }
}

.contact-area .contact-area-wrapper .contact-form-area .form-control {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border: 0;
  background: #2b2b2b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.4);
}

.contact-area .contact-area-wrapper .contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}

.contact-area .contact-area-wrapper .contact-form-area .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-area .contact-area-wrapper .contact-form-area .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-area .contact-area-wrapper .contact-form-area .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-area .contact-area-wrapper .contact-form-area textarea.form-control {
  height: 130px;
}

.contact-area .contact-area-wrapper .contact-form-area select.form-control {
  color: rgba(255, 255, 255, 0.4);
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #2b2b2b url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}

.contact-area .contact-area-wrapper .contact-form-area select.form-control option {
  border: 0;
}

.contact-area .contact-area-wrapper .contact-form-area .submit-area {
  margin-top: 20px;
}

.contact-area .contact-area-wrapper .contact-form-area .submit-area button {
  border: 0;
  border: 1px solid #d99c26;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
}

.contact-area .clover-shape {
  position: absolute;
  left: 50px;
  top: 0;
  z-index: -1;
}

@media (max-width: 1399px) {
  .contact-area .clover-shape {
    top: 50px;
    left: -30px;
  }
}

@media (max-width: 575px) {
  .contact-area .clover-shape {
    display: none;
  }
}

.contact-area .clover-shape img {
  animation: 4s ease 0s infinite normal none running bounceLeftToRight;
}

@media (max-width: 1399px) {
  .contact-area .clover-shape img {
    max-width: 220px;
  }
}

/*--------------------------------------------------------------
4.0 Home-style-3
--------------------------------------------------------------*/

/* 4.1 service-section-s2 */

@media (max-width: 575px) {
  .service-section-s2 {
    padding-bottom: 20px;
  }
}

.service-section-s2 .service-wrap .row {
  justify-content: center;
}

.service-section-s2 .service-wrap .service-item {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .service-section-s2 .service-wrap .service-item {
    text-align: center;
  }
}

.service-section-s2 .service-wrap .service-item h2 {
  margin: 25px 0 20px;
  color: #fff;
}

@media (max-width: 1199px) {
  .service-section-s2 .service-wrap .service-item h2 {
    margin-bottom: 10px;
  }
}

.service-section-s2 .service-wrap .service-item h2 a {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1f1f1f;
}

.service-section-s2 .service-wrap .service-item h2 a:hover {
  color: #d99c26;
}

@media (max-width: 1399px) {
  .service-section-s2 .service-wrap .service-item h2 a {
    font-size: 25px;
  }
}

@media (max-width: 1199px) {
  .service-section-s2 .service-wrap .service-item h2 a {
    font-size: 22px;
  }
}

/* 4.2 animate-marque-sec-s2 */

.animate-marque-sec-s2 {
  /* transform: rotate(-3.136deg); */
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .animate-marque-sec-s2 {
    padding-bottom: 40px;
  }
}

.animate-marque-sec-s2 .animate-marque {
  width: 130%;
  /* background: #0d473b; */
  padding: 25px 0;
  border: 20px solid #0d473b;
}

.animate-marque-sec-s2 .animate-marque h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 8.4px;
}

/* 4.3 project-section-s3 */
.marquee-content {
    display: flex;
    align-items: center;
    gap: 10px; 
    color: #1a4332;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase; 
    letter-spacing: 4px;
    font-weight: 500; 
    font-size: 30px !important;
    white-space: nowrap;
}

.marquee-content i {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    margin: 0 10px;
    vertical-align: middle;
}
@media (max-width: 767px) {
  .project-section-s3 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .project-section-s3 {
    padding-top: 0px;
  }
}

.project-section-s3 .project-wrap .project-item {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .project-section-s3 .project-wrap .project-item {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}

.project-section-s3 .project-wrap .project-item .project-img {
  flex-basis: 50%;
}

.project-section-s3 .project-wrap .project-item .project-text {
  flex-basis: 50%;
  padding-left: 120px;
}

@media (max-width: 1199px) {
  .project-section-s3 .project-wrap .project-item .project-text {
    padding-left: 80px;
  }
}

@media (max-width: 991px) {
  .project-section-s3 .project-wrap .project-item .project-text {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .project-section-s3 .project-wrap .project-item .project-text {
    padding: 30px 0;
  }
}

.project-section-s3 .project-wrap .project-item .project-text .thumb {
  display: inline-block;
  padding: 5px 10px;
  background: #1f1f1f;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.project-section-s3 .project-wrap .project-item .project-text h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.project-section-s3 .project-wrap .project-item .project-text h2 a {
  color: #1f1f1f;
}

@media (max-width: 991px) {
  .project-section-s3 .project-wrap .project-item .project-text p {
    font-size: 14px;
  }
}

.project-section-s3 .project-wrap .project-item .project-text .read-more {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  text-decoration-line: underline;
  color: #1f1f1f;
}

.project-section-s3 .project-wrap .project-item .project-text .read-more:hover {
  color: #d99c26;
}

.project-section-s3 .project-wrap .project-item:nth-child(even) .project-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0;
  padding-right: 120px;
}

@media (max-width: 1199px) {
  .project-section-s3 .project-wrap .project-item:nth-child(even) .project-text {
    padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .project-section-s3 .project-wrap .project-item:nth-child(even) .project-text {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .project-section-s3 .project-wrap .project-item:nth-child(even) .project-text {
    padding-right: 0;
  }
}

.project-section-s3 .project-wrap .project-item:nth-child(even) .project-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
  -moz-order: 2;
}

.black-bg {
  background: #1f1f1f;
}

/* 4.4 testimonial-section-s2 */

.testimonial-section-s2 {
  position: relative;
  z-index: 1;
}

.testimonial-section-s2 .arrow-shape {
  position: absolute;
  left: 30px;
  top: 40%;
  z-index: -1;
}

.testimonial-section-s2 .arrow-shape img {
  animation: bounceLeftToRight 4s infinite;
}

@media (max-width: 1650px) {
  .testimonial-section-s2 .arrow-shape {
    display: none;
  }
}

.testimonial-section-s2 .testimonial-quote {
  text-align: right;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .testimonial-section-s2 .testimonial-quote {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .testimonial-section-s2 .testimonial-item {
    text-align: center;
  }
}

.testimonial-section-s2 .testimonial-item p {
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
}

@media (max-width: 1399px) {
  .testimonial-section-s2 .testimonial-item p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .testimonial-section-s2 .testimonial-item p {
    font-size: 18px;
    line-height: 25px;
  }
}

.testimonial-section-s2 .testimonial-item span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.8px;
}

@media (max-width: 991px) {
  .testimonial-section-s2 .testimonial-item span {
    font-size: 18px;
  }
}

.testimonial-section-s2 .testimonial-item span small {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.56px;
  color: #d99c26;
}

.testimonial-section-s2 .testimonial-wrap {
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .testimonial-section-s2 .testimonial-wrap {
    padding-bottom: 0;
  }
}

.testimonial-section-s2 .owl-nav {
  display: none;
}

.testimonial-section-s2 .owl-dots {
  text-align: center;
  bottom: -40px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonial-section-s2 .owl-dots {
    bottom: -10px;
  }
}

.testimonial-section-s2 .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e0e0e0;
  border: 0;
  margin: 0 10px;
}

.testimonial-section-s2 .owl-dots .owl-dot.active {
  background-color: #d99c26;
}

/* 4.5 video-section-s2 */

.video-section-s2 .video-wrap {
  background: #fdf9f6;
  padding: 80px 0;
}

.video-section-s2 .video-img {
  max-width: 522px;
  margin: 0 auto;
  position: relative;
}

.video-section-s2 .video-img .video-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #d99c26;
  border-radius: 50%;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translate(-50%, 50%);
}

.video-section-s2 h2 {
  font-size: 250px;
  font-style: normal;
  font-weight: 400;
  line-height: 180px;
  text-transform: capitalize;
  text-align: center;
  margin-top: -80px;
}

@media (max-width: 1199px) {
  .video-section-s2 h2 {
    font-size: 200px;
  }
}

@media (max-width: 991px) {
  .video-section-s2 h2 {
    font-size: 150px;
    line-height: 100px;
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .video-section-s2 h2 {
    font-size: 120px;
    margin-top: -80px;
  }
}

@media (max-width: 575px) {
  .video-section-s2 h2 {
    font-size: 80px;
    line-height: 70px;
    margin-top: -40px;
  }
}

@media (max-width: 450px) {
  .video-section-s2 h2 {
    font-size: 60px;
    margin-top: -40px;
  }
}

/* 4.6 team-section-s2 */

@media (min-width: 1199px) {
  .team-section-s2 .container-fluid {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .team-section-s2 .team-left-text {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .team-section-s2 .team-left-text {
    text-align: center;
  }
}

.team-section-s2 .team-left-text span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 8px;
  display: block;
}

@media (max-width: 767px) {
  .team-section-s2 .team-left-text span {
    font-size: 15px;
    letter-spacing: 4px;
  }
}

.team-section-s2 .team-left-text h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .team-section-s2 .team-left-text h2 {
    font-size: 50px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .team-section-s2 .team-left-text h2 {
    font-size: 35px;
    margin-top: 0;
  }
}

.team-section-s2 .team-left-text p {
  font-size: 16px;
  max-width: 526px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .team-section-s2 .team-left-text p {
    margin: 0 auto;
  }
}

.team-section-s2 .team-left-text a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  text-decoration-line: underline;
  color: #1f1f1f;
}

.team-section-s2 .team-left-text a:hover {
  color: #d99c26;
}

.team-section-s2 .team-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.team-section-s2 .team-item .team-img-wrap {
  position: relative;
  z-index: 1;
}

.team-section-s2 .team-item .team-img-wrap .team-shape {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.team-section-s2 .team-item .team-img {
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
}

.team-section-s2 .team-item .team-img .simpleParallax {
  border-radius: 10px;
}

.team-section-s2 .team-item .team-img img {
  transition: all 0.3s;
  border-radius: 10px;
  width: 100%;
}

.team-section-s2 .team-item .team-text {
  position: absolute;
  left: 50%;
  bottom: -200px;
  padding: 10px 65px;
  transform: translateX(-50%);
  min-width: 285px;
  border-radius: 56px;
  background: rgba(255, 74, 59, 0.7);
  backdrop-filter: blur(2px);
  transition: all 0.6s;
}

@media (max-width: 1600px) {
  .team-section-s2 .team-item .team-text {
    min-width: 200px;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .team-section-s2 .team-item .team-text {
    min-width: 215px;
    padding: 10px 15px;
  }
}

.team-section-s2 .team-item .team-text h3 {
  margin-bottom: 0;
}

.team-section-s2 .team-item .team-text h3 a {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@media (max-width: 1199px) {
  .team-section-s2 .team-item .team-text h3 a {
    font-size: 25px;
  }
}

.team-section-s2 .team-item .team-text span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  color: #fff;
}

.team-section-s2 .team-item:hover .team-text {
  bottom: 30px;
}

/* 4.7 newsletter-section */

.newsletter-section {
  background: #fdf9f6;
  padding: 80px 0;
}

.newsletter-section .newsletter-form .form-field {
  position: relative;
}

.newsletter-section .newsletter-form .form-field input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
  padding-right: 70px;
  background: none;
  color: #fff;
}

.newsletter-section .newsletter-form .form-field input:focus {
  outline: none;
  border-color: #d99c26;
}

.newsletter-section .newsletter-form .form-field button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: none;
  border: 0;
  color: #d99c26;
}

/* 4.8 blog-section-s2 */

.blog-section-s2 {
  position: relative;
  z-index: 1;
}

.blog-section-s2 .blog-shape {
  position: absolute;
  right: 30px;
  bottom: 150px;
  z-index: -1;
}

.blog-section-s2 .blog-item .blog-img {
  margin-bottom: 20px;
}

.blog-section-s2 .blog-item span {
  color: #1f1f1f;
}

.blog-section-s2 .blog-item h2 a {
  color: #1f1f1f;
}

.blog-section-s2 .blog-item h2 a:hover {
  color: #d99c26;
}

.blog-section-s2 .blog-item p {
  color: #1f1f1f;
}

.blog-section-s2 .blog-item a.more {
  color: #1f1f1f;
}

.blog-section-s2 .blog-item a.more:hover {
  color: #d99c26;
}

.blog-section-s2 .col+.col .blog-item {
  padding-left: 0;
}

/*--------------------------------------------------------------
5.0 Home-style-4
--------------------------------------------------------------*/

/* 5.1 about-section-s2 */

.about-section-s2 .about-content .about-top span {
  color: #1f1f1f;
}

.about-section-s2 .about-content p {
  color: #1f1f1f;
  margin-bottom: 0;
}

/* 5.2 project-section-s4 */

@media (max-width: 991px) {
  .project-section-s4 {
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
  .project-section-s4 {
    padding-top: 0px;
  }
}

.project-section-s4 .project-item {
  border: 0;
  padding-bottom: 0;
}

.project-section-s4 .project-item .project-text h2 a {
  color: #1f1f1f;
}

/* 5.3 skill-service-s2 */

.skill-service-s2 .skill-wrap .skill-item:before {
  background-color: #f9f9f9;
}

.skill-service-s2 .skill-wrap .skill-item .skill-text h3 {
  color: #1f1f1f;
}

.skill-service-s2 .skill-wrap .skill-item .skill-text span {
  color: #1f1f1f;
}

/* =======================
6.0 About Page  
 ========================*/

/* 6.1 about-me-page */

@media (max-width: 991px) {
  .about-page .about-content {
    text-align: center;
  }
}

.about-page .about-content h2 {
  font-size: 114px;
  font-style: normal;
  font-weight: 400;
  line-height: 130px;
}

@media (max-width: 1199px) {
  .about-page .about-content h2 {
    font-size: 100px;
    line-height: 120px;
  }
}

@media (max-width: 991px) {
  .about-page .about-content h2 {
    font-size: 80px;
    line-height: 100px;
  }
}

@media (max-width: 575px) {
  .about-page .about-content h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

.about-page .about-content h3 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .about-page .about-content h3 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .about-page .about-content h3 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .about-page .about-content h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

.about-page .about-content p {
  margin-bottom: 0;
}

.about-page .event-section {
  padding: 100px 0;
}

@media (max-width: 1199px) {
  .about-page .event-section {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .about-page .event-section .event-items {
    text-align: center;
  }
}

.about-page .event-section .event-items h3 {
  color: #1f1f1f;
}

.about-page .event-section .event-items .event-item h4 {
  color: #1f1f1f;
}

.about-page .event-section .event-items .event-item span {
  color: #1f1f1f;
}

.about-page .about-apge-right-img {
  position: relative;
  width: 120%;
  margin-bottom: -50px;
  z-index: 11;
}

@media (max-width: 991px) {
  .about-page .about-apge-right-img {
    width: 100%;
  }
}

/* 6.2 about-us-page */

.about-us-page .service-section .service-left-text {
  padding-right: 50px;
}

@media (max-width: 991px) {
  .about-us-page .service-section .service-left-text {
    padding-right: 0;
  }
}

.about-us-page .service-section .service-left-text span,
.about-us-page .service-section .service-left-text h2,
.about-us-page .service-section .service-left-text p {
  color: #1f1f1f;
}

.about-us-page .service-section .service-wrap .service-item h2 a {
  color: #1f1f1f;
}

.about-us-page .service-section .service-wrap .service-item h2 a:hover {
  color: #d99c26;
}

.about-us-page .service-section .service-wrap .service-item p {
  color: #1f1f1f;
}

.about-us-page .project-section-s2 .project-text h2 a {
  color: #1f1f1f;
}

.about-us-page .project-section-s2 .project-text h2 a:hover {
  color: #d99c26;
}

/* =======================
7.0 Services Page    
 ========================*/

/* 3.2 service-page */

.service-page .service-section-s2 {
  padding-bottom: 50px;
}

.service-page .exprience-service .exprience-service-wrap {
  background: #fff;
  padding: 0;
}

.service-page .exprience-service .exprience-service-wrap .exprience-service-item {
  border-color: rgba(0, 0, 0, 0.1);
}

.service-page .exprience-service .exprience-service-wrap .exprience-service-item ul li b {
  color: #1f1f1f;
}

.service-page .exprience-service .exprience-service-wrap .exprience-service-item ul li:first-child::before {
  background: rgba(0, 0, 0, 0.1);
}

.service-page .exprience-service .exprience-service-wrap .exprience-service-item ul li span {
  color: #1f1f1f;
}

.service-page .exprience-service .exprience-service-wrap .exprience-service-item:hover ul li i svg {
  stroke: #1f1f1f;
}

.service-single-page .service-single-wrap h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .service-single-page .service-single-wrap h2 {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .service-single-page .service-single-wrap h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .service-single-page .service-single-wrap {
    text-align: center;
  }
}

.service-single-page .service-single-wrap .inner-img {
  padding: 60px 0;
}

.service-single-page .service-single-wrap .inner-img img {
  margin-bottom: 10px;
  width: 100%;
}

.service-single-page .event-section {
  padding: 60px 0 100px;
}

@media (max-width: 1199px) {
  .service-single-page .event-section {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .service-single-page .event-section {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .service-single-page .event-section .event-items {
    text-align: center;
  }
}

.service-single-page .event-section .event-items h3 {
  color: #1f1f1f;
}

.service-single-page .event-section .event-items .event-item h4 {
  color: #1f1f1f;
}

.service-single-page .event-section .event-items .event-item span {
  color: #1f1f1f;
}

.service-single-page .event-section .event-left-img {
  position: relative;
  width: 360%;
}

@media (max-width: 991px) {
  .service-single-page .event-section .event-left-img {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .service-single-page .blog-sidebar {
    padding-bottom: 60px;
  }
}

/* =======================
8.0 Team Page
 ========================*/

.team-page .event-section .event-items h3 {
  color: #1f1f1f;
}

.team-page .event-section .event-items .event-item h4,
.team-page .event-section .event-items .event-item span {
  color: #1f1f1f;
}

.team-page .event-section .event-left-img {
  text-align: center;
}

@media (max-width: 991px) {
  .team-page .event-section .event-left-img {
    display: none;
  }
}

@media (max-width: 1199px) {
  .team-single-page .team-details-text {
    margin-top: 30px;
  }
}

.team-single-page .team-details-text h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .team-single-page .team-details-text h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .team-single-page .team-details-text h2 {
    font-size: 40px;
  }
}

.team-single-page .team-details-text .team-text-items {
  display: flex;
  flex-wrap: wrap;
}

.team-single-page .team-details-text .team-text-items .team-text-item {
  flex-basis: 50%;
  margin-bottom: 30px;
}

.team-single-page .team-details-text .team-text-items .team-text-item h4 {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
}

.team-single-page .team-details-text .team-text-items .team-text-item span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

@media (max-width: 991px) {
  .team-single-page .team-details-text .team-text-items .team-text-item span {
    font-size: 13px;
  }
}

.team-single-page .team-details-text .team-text-items .team-text-item .social {
  display: flex;
}

.team-single-page .team-details-text .team-text-items .team-text-item .social a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  display: block;
  color: #1f1f1f;
}

.team-single-page .team-details-text .team-text-items .team-text-item .social a+a {
  margin-left: 20px;
}

.team-single-page .team-details-text p {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .team-single-page .team-details-text p {
    font-size: 15px;
  }
}

.team-single-page .contact-area .contact-area-wrapper {
  background: #fff;
  box-shadow: 0 1px 15px 0 rgba(62, 65, 159, 0.15);
}

.team-single-page .contact-area .contact-area-wrapper .contact-info-wrap .contact-info-title h3,
.team-single-page .contact-area .contact-area-wrapper .contact-info-wrap .contact-info-title p {
  color: #1f1f1f;
}

.team-single-page .contact-area .contact-area-wrapper .contact-info-wrap .contact-info-text h4 {
  color: #1f1f1f;
}

.team-single-page .contact-area .contact-area-wrapper .contact-info-wrap .contact-info-icon i {
  color: #1f1f1f;
}

.team-single-page .contact-area .contact-area-wrapper .contact-form-area .form-control {
  background: #fdf9f6;
  color: #1f1f1f;
}

.team-single-page .contact-area .contact-area-wrapper .contact-form-area .form-control::-webkit-input-placeholder {
  color: #1f1f1f;
}

.team-single-page .contact-area .contact-area-wrapper .contact-form-area .form-control::-moz-placeholder {
  color: #1f1f1f;
}

.team-single-page .contact-area .contact-area-wrapper .contact-form-area .form-control:-ms-input-placeholder {
  color: #1f1f1f;
}

.team-single-page .contact-area .contact-area-wrapper .contact-form-area .form-control:-moz-placeholder {
  color: #1f1f1f;
}

.team-single-page .contact-area .contact-area-wrapper .contact-form-area .submit-area button {
  color: #1f1f1f;
}

/* =======================
9.0 porfolio-page
 ========================*/

/* 3.2 porfolio-page */

.porfolio-page .portfolio-filters {
  max-width: 856px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-bottom: 60px;
}

.porfolio-page .portfolio-filters ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.porfolio-page .portfolio-filters ul li {
  margin: 10px;
}

.porfolio-page .portfolio-filters ul li a {
  padding: 10px 20px;
  background: #d99c26;
  display: block;
  border-radius: 10px;
  background: transparent;
  color: #1f1f1f;
}

.porfolio-page .portfolio-filters ul li a.current {
  background: #d99c26;
  color: #fff;
}

.porfolio-page .project-section-s2 .project-text h2 a {
  color: #1f1f1f;
}

.porfolio-page .project-section-s2 .project-text h2 a:hover {
  color: #d99c26;
}

@media (max-width: 991px) {

  .porfolio-page .project-section-s3,
  .porfolio-page .project-section-s4 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {

  .porfolio-page .project-section-s3,
  .porfolio-page .project-section-s4 {
    padding-top: 70px;
  }
}

@media (max-width: 1199px) {
  .porfolio-single-page .portfolio-details-text {
    margin-top: 30px;
  }
}

.porfolio-single-page .portfolio-details-text h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .porfolio-single-page .portfolio-details-text h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .porfolio-single-page .portfolio-details-text h2 {
    font-size: 40px;
  }
}

.porfolio-single-page .portfolio-details-text .portfolio-text-items {
  display: flex;
  flex-wrap: wrap;
}

.porfolio-single-page .portfolio-details-text .portfolio-text-items .portfolio-text-item {
  flex-basis: 50%;
  margin-bottom: 30px;
}

.porfolio-single-page .portfolio-details-text .portfolio-text-items .portfolio-text-item h4 {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
}

.porfolio-single-page .portfolio-details-text .portfolio-text-items .portfolio-text-item span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

@media (max-width: 991px) {
  .porfolio-single-page .portfolio-details-text .portfolio-text-items .portfolio-text-item span {
    font-size: 13px;
  }
}

.porfolio-single-page .portfolio-details-text .portfolio-text-items .portfolio-text-item .social {
  display: flex;
}

.porfolio-single-page .portfolio-details-text .portfolio-text-items .portfolio-text-item .social a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  display: block;
  color: #1f1f1f;
}

.porfolio-single-page .portfolio-details-text .portfolio-text-items .portfolio-text-item .social a+a {
  margin-left: 20px;
}

.porfolio-single-page .portfolio-details-text p {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .porfolio-single-page .portfolio-details-text p {
    font-size: 15px;
  }
}

.porfolio-single-page .recent-project-section .project-item .project-text {
  padding-top: 30px;
}

.porfolio-single-page .recent-project-section .project-item .project-text h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.porfolio-single-page .recent-project-section .project-item .project-text h2 a {
  color: #1f1f1f;
}

.porfolio-single-page .recent-project-section .project-item .project-text h2 a:hover {
  color: #d99c26;
}

@media (max-width: 991px) {
  .porfolio-single-page .recent-project-section .project-item .project-text p {
    font-size: 14px;
  }
}

.porfolio-single-page .recent-project-section .project-item .project-text .read-more {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  text-decoration-line: underline;
  color: #1f1f1f;
}

.porfolio-single-page .recent-project-section .project-item .project-text .read-more:hover {
  color: #d99c26;
}

.porfolio-single-page .recent-project-section .owl-nav {
  text-align: center;
  margin-top: 30px;
}

.porfolio-single-page .recent-project-section .owl-nav .owl-prev {
  display: none;
}

.porfolio-single-page .recent-project-section .owl-nav .owl-next {
  width: 65px;
  height: 65px;
  background: #d99c26;
  border: 0;
  border-radius: 50%;
  color: #fff;
}

/* =======================
10.0 Pricing Page
 ========================*/

/* 10.1 about-me-page */

.pricing-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .pricing-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .pricing-section {
    padding-bottom: 40px;
  }
}

.pricing-section .pricing-items .pricing-item {
  text-align: center;
  padding: 60px;
  box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-items .pricing-item {
    padding: 40px 30px;
  }
}

.pricing-section .pricing-items .pricing-item h2 {
  font-size: 18px;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 20px;
  display: inline-block;
  padding: 12px 20px;
  background: #fdf9f6;
  border-radius: 30px;
}

.pricing-section .pricing-items .pricing-item .btn-style-2.active {
  background: #d99c26;
  color: #fff;
}

.pricing-section .pricing-items .pricing-item .price-price {
  margin-bottom: 30px;
}

.pricing-section .pricing-items .pricing-item .price-price h3 {
  font-size: 50px;
}

.pricing-section .pricing-items .pricing-item .price-price h3 span {
  font-size: 18px;
}

.pricing-section .pricing-items .pricing-item ul {
  list-style: none;
  margin-bottom: 30px;
}

.pricing-section .pricing-items .pricing-item ul li {
  padding: 20px 0;
  font-size: 18px;
  border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-items .pricing-item ul li {
    font-size: 16px;
  }
}

.pricing-section .pricing-items .pricing-item ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.pricing-section .pricing-items .pricing-item ul li:first-child {
  padding-top: 0;
}

/* =======================
11.0 Contact Page
 ========================*/

/* 11.1 map-section */

.map-section iframe {
  width: 100%;
  height: 700px;
}

/* 11.2 contact-page */

@media (max-width: 767px) {
  .contact-page .office-info {
    text-align: center;
  }
}

.contact-page .office-info h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.contact-page .office-info ul {
  padding-right: 15px;
}

.contact-page .office-info ul li {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

.contact-page .office-info ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #d99c26;
}

@media (max-width: 767px) {
  .contact-page .office-info ul li i {
    position: relative;
  }
}

.contact-page .contact-form-area .form-field {
  margin-bottom: 30px;
}

.contact-page .contact-form-area .form-control {
  background: #e4e4e4;
  border: 0;
  height: 60px;
  padding: 15px;
}

.contact-page .contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}

.contact-page .contact-form-area textarea.form-control {
  height: 109px;
}

@media (max-width: 767px) {
  .contact-page .contact-form-area .submit-area {
    text-align: center;
  }
}

.contact-page .contact-form-area .submit-area button {
  border: 0;
  border: 1px solid #d99c26;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  background-color: var(--yellow) !important;
  line-height: 29px;
  padding: 20px 80px !important;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
}

.instagram-section {
  padding-bottom: 15px;
}

.instagram-section .instagram-item a {
  position: relative;
  display: block;
}

.instagram-section .instagram-item a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\e61a";
  border-radius: 5px;
  background: rgba(38, 38, 38, 0.6);
  font-family: "themify";
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1;
  font-size: 40px;
  transition: all 0.6s;
}

.instagram-section .instagram-item:hover a:before {
  opacity: 1;
  visibility: visible;
}

.instagram-section .owl-nav {
  display: none;
}

/* =======================
12.0 Blog Page
 ========================*/

/* 12.1 blog-page */

.blog-grid-page .blog-section-s2 .blog-item {
  margin-bottom: 30px;
}

/* 12.2 blog-page-area */

.blog-page-area .blog-item {
  margin-bottom: 60px;
}

.blog-page-area .blog-item:last-child {
  margin-bottom: 0;
}

.blog-page-area .blog-item .blog-content {
  padding-top: 30px;
}

.blog-page-area .blog-item .blog-content span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.blog-page-area .blog-item .blog-content h2 {
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .blog-page-area .blog-item .blog-content h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .blog-page-area .blog-item .blog-content h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .blog-page-area .blog-item .blog-content h2 {
    font-size: 30px;
  }
}

.blog-page-area .blog-item .blog-content h2 a {
  color: #1f1f1f;
}

.blog-page-area .blog-item .blog-content h2 a:hover {
  color: #d99c26;
}

.blog-page-area .blog-item .blog-content .read-more {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  text-decoration-line: underline;
  color: #1f1f1f;
}

.blog-page-area .blog-item .blog-content .read-more:hover {
  color: #d99c26;
}

.blog-page-area .blog-item .blog-no-img {
  width: 100%;
  background: #fdf9f6;
  height: 429px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 767px) {
  .blog-page-area .blog-item .blog-no-img {
    height: 250px;
  }
}

.blog-page-area .blog-item .blog-no-img h3 {
  color: #bababa;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .blog-page-area .blog-item .blog-no-img h3 {
    font-size: 40px;
  }
}

/* 12.3 blog-right-sidebar */

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 50px;
  }
}

.blog-sidebar .widget {
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .blog-sidebar .widget {
    margin-bottom: 60px;
  }
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .blog-sidebar .widget h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

.blog-sidebar .service-category {
  padding: 40px;
  background: #fdf9f6;
}

@media (max-width: 1199px) {
  .blog-sidebar .service-category {
    padding: 30px;
  }
}

.blog-sidebar .service-category h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.blog-sidebar .service-category ul li+li {
  margin-top: 20px;
}

.blog-sidebar .service-category ul li a {
  display: block;
  padding: 15px 20px;
  background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #1f1f1f;
  position: relative;
}

.blog-sidebar .service-category ul li a::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "\e628";
  font-family: "themify";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .service-category ul li a:hover {
  background: #d99c26;
  color: #fff;
}

.blog-sidebar .blog-right-info p {
  margin-bottom: 0;
}

.blog-sidebar .recent-post .post {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.blog-sidebar .recent-post .post .post-img {
  flex-basis: 40%;
  margin-right: 20px;
}

.blog-sidebar .recent-post .post .post-content {
  flex-basis: 60%;
}

.blog-sidebar .recent-post .post .post-content span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog-sidebar .recent-post .post .post-content h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
}

.blog-sidebar .recent-post .post .post-content h4 a {
  color: #1f1f1f;
}

.blog-sidebar .recent-post .post .post-content h4 a:hover {
  color: #d99c26;
}

.blog-sidebar .category-widget ul li+li {
  margin-top: 25px;
}

.blog-sidebar .category-widget ul li a {
  color: #1f1f1f;
}

.blog-sidebar .category-widget ul li a:hover {
  color: #d99c26;
}

.blog-sidebar .tag-widget ul {
  display: flex;
  flex-wrap: wrap;
}

.blog-sidebar .tag-widget ul li+li {
  margin-left: 15px;
}

.blog-sidebar .tag-widget ul li a {
  color: #1f1f1f;
}

.blog-sidebar .tag-widget ul li a:hover {
  color: #d99c26;
}

.blog-sidebar .cta-widget {
  background: url(../images/service/cta.jpg);
  background-size: cover;
  padding-top: 160px;
}

.blog-sidebar .cta-widget .cta-text {
  padding: 120px 45px 50px;
  text-align: center;
  margin-top: 50px;
  background: rgba(31, 31, 31, 0.9);
  clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
}

@media (max-width: 1199px) {
  .blog-sidebar .cta-widget .cta-text {
    padding: 80px 25px 40px;
  }
}

.blog-sidebar .cta-widget p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
}

@media (max-width: 1199px) {
  .blog-sidebar .cta-widget p {
    font-size: 18px;
  }
}

.blog-sidebar .cta-widget span {
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
}

@media (max-width: 1199px) {
  .blog-sidebar .cta-widget span {
    font-size: 25px;
  }
}

/* =======================
13.0 Blog Single Page
 ========================*/

/* 13.2 blog-single-area */

.blog-single-area .blog-single-wrap {
  /*** comment-respond ***/
}

.blog-single-area .blog-single-wrap .blog-single-text .blog-single-text-top {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.blog-single-area .blog-single-wrap .blog-single-text .blog-single-text-top span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.blog-single-area .blog-single-wrap .blog-single-text .blog-single-text-top h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .blog-single-area .blog-single-wrap .blog-single-text .blog-single-text-top h2 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .blog-single-area .blog-single-wrap .blog-single-text .blog-single-text-top h2 {
    font-size: 30px;
  }
}

.blog-single-area .blog-single-wrap .blog-single-text blockquote {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Poppins", sans-serif !important;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .blog-single-area .blog-single-wrap .blog-single-text blockquote {
    font-size: 45px;
    padding: 70px 0;
  }
}

@media (max-width: 575px) {
  .blog-single-area .blog-single-wrap .blog-single-text blockquote {
    font-size: 30px;
    padding: 30px 0;
  }
}

.blog-single-area .blog-single-wrap .blog-single-alternative {
  padding: 50px 0;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .blog-single-area .blog-single-wrap .blog-single-alternative {
    margin-bottom: 0px;
  }
}

.blog-single-area .blog-single-wrap .blog-single-alternative h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .blog-single-area .blog-single-wrap .blog-single-alternative h2 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .blog-single-area .blog-single-wrap .blog-single-alternative h2 {
    font-size: 30px;
  }
}

.blog-single-area .blog-single-wrap .blog-single-alternative p {
  margin-bottom: 80px;
}

.blog-single-area .blog-single-wrap .blog-single-alternative img {
  width: 100%;
}

.blog-single-area .blog-single-wrap .tag-share-wrap {
  padding: 80px 0 100px;
}

@media (max-width: 991px) {
  .blog-single-area .blog-single-wrap .tag-share-wrap {
    padding: 30px 0 50px;
  }
}

.blog-single-area .blog-single-wrap .tag-share-wrap .tag-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .blog-single-area .blog-single-wrap .tag-share-wrap .tag-share {
    flex-wrap: wrap;
  }
}

.blog-single-area .blog-single-wrap .tag-share-wrap .tag-share h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .blog-single-area .blog-single-wrap .tag-share-wrap .tag-share h3 {
    font-size: 20px;
    margin-right: 10px;
  }
}

.blog-single-area .blog-single-wrap .tag-share-wrap .tag-share ul {
  display: flex;
}

@media (max-width: 767px) {
  .blog-single-area .blog-single-wrap .tag-share-wrap .tag-share ul {
    flex-wrap: wrap;
  }
}

.blog-single-area .blog-single-wrap .tag-share-wrap .tag-share ul li+li {
  margin-left: 25px;
}

@media (max-width: 767px) {
  .blog-single-area .blog-single-wrap .tag-share-wrap .tag-share ul li+li {
    margin-left: 5px;
  }
}

.blog-single-area .blog-single-wrap .tag-share-wrap .tag-share ul li a {
  color: #1f1f1f;
}

@media (max-width: 575px) {
  .blog-single-area .blog-single-wrap .tag-share-wrap .tag-share ul li a {
    font-size: 14px;
  }
}

.blog-single-area .blog-single-wrap .tag-share-wrap .tag-share ul li a:hover {
  color: #d99c26;
}

.blog-single-area .blog-single-wrap .author-box {
  padding: 30px;
  background: #fdf9f6;
  overflow: hidden;
}

@media (max-width: 991px) {
  .blog-single-area .blog-single-wrap .author-box {
    text-align: center;
    padding: 15px;
  }
}

.blog-single-area .blog-single-wrap .author-box .author-avatar {
  float: left;
  overflow: hidden;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .blog-single-area .blog-single-wrap .author-box .author-avatar {
    float: none;
    margin-right: 0;
  }
}

.blog-single-area .blog-single-wrap .author-box .author-avatar img {
  width: 100%;
}

.blog-single-area .blog-single-wrap .author-box .author-content {
  padding-right: 30px;
  overflow: hidden;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .blog-single-area .blog-single-wrap .author-box .author-content {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .blog-single-area .blog-single-wrap .author-box .author-content p {
    font-size: 15px;
  }
}

.blog-single-area .blog-single-wrap .author-box .author-content .author-name {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  font-family: "Poppins", sans-serif !important;
  color: #1f1f1f;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .blog-single-area .blog-single-wrap .author-box .author-content .author-name {
    font-size: 30px;
  }
}

.blog-single-area .blog-single-wrap .author-box .author-content ul {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .blog-single-area .blog-single-wrap .author-box .author-content ul {
    justify-content: center;
  }
}

.blog-single-area .blog-single-wrap .author-box .author-content ul li+li {
  margin-left: 25px;
}

.blog-single-area .blog-single-wrap .author-box .author-content ul li a {
  color: #1f1f1f;
}

.blog-single-area .blog-single-wrap .author-box .author-content ul li a:hover {
  color: #d99c26;
}

.blog-single-area .blog-single-wrap .comment-respond {
  margin-top: 70px;
  max-width: 856px;
}

.blog-single-area .blog-single-wrap .comment-respond .comment-reply-title {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .blog-single-area .blog-single-wrap .comment-respond .comment-reply-title {
    font-size: 40px;
  }
}

.blog-single-area .blog-single-wrap .comment-respond p {
  margin-bottom: 50px;
}

.blog-single-area .blog-single-wrap .comment-respond form input,
.blog-single-area .blog-single-wrap .comment-respond form textarea {
  background: #fdf9f6;
  width: 100%;
  height: 55px;
  border: 0;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-single-area .blog-single-wrap .comment-respond form input:focus,
.blog-single-area .blog-single-wrap .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: #d99c26;
}

@media (max-width: 991px) {

  .blog-single-area .blog-single-wrap .comment-respond form input,
  .blog-single-area .blog-single-wrap .comment-respond form textarea {
    height: 50px;
  }
}

.blog-single-area .blog-single-wrap .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .blog-single-area .blog-single-wrap .comment-respond form textarea {
    height: 150px;
  }
}

.blog-single-area .blog-single-wrap .comment-respond .form-inputs,
.blog-single-area .blog-single-wrap .comment-respond .form-textarea {
  overflow: hidden;
}

.blog-single-area .blog-single-wrap .comment-respond .form-inputs label,
.blog-single-area .blog-single-wrap .comment-respond .form-textarea label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 10px;
}

.blog-single-area .blog-single-wrap .comment-respond .form-inputs>.form-field:nth-child(1) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-area .blog-single-wrap .comment-respond .form-inputs>.form-field:nth-child(1) {
    width: 100%;
    float: none;
  }
}

.blog-single-area .blog-single-wrap .comment-respond .form-inputs>.form-field:nth-child(2) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .blog-single-area .blog-single-wrap .comment-respond .form-inputs>.form-field:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.blog-single-area .blog-single-wrap .comment-respond .form-submit input {
  max-width: 180px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0;
  border: 1px solid #d99c26;
  outline: 0;
  background: transparent;
  border-radius: 30px;
  margin-top: 30px;
}

.blog-single-area .blog-single-wrap .comment-respond .form-submit input:hover {
  background-color: #ff200d;
  color: #fff;
}

.blog-single-area.with-sidebar .blog-single-wrap .blog-single-text blockquote {
  font-size: 45px;
  padding: 70px 0;
}

@media (max-width: 991px) {
  .blog-single-area.with-sidebar .blog-single-wrap .blog-single-text blockquote {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .blog-single-area.with-sidebar .blog-single-wrap .blog-single-text blockquote {
    font-size: 30px;
    padding: 30px 0;
  }
}

.blog-single-area.with-sidebar .blog-single-wrap .blog-single-alternative h2 {
  font-size: 45px;
}

@media (max-width: 575px) {
  .blog-single-area.with-sidebar .blog-single-wrap .blog-single-alternative h2 {
    font-size: 30px;
  }
}

/* =======================
14.0 404 page
 ========================*/

/* 14.1 404-section */

.opps-404-section {
  text-align: center;
}

.opps-404-section .opps-message {
  margin-top: 70px;
  padding: 0 200px;
}

@media (max-width: 991px) {
  .opps-404-section .opps-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .opps-404-section .opps-message {
    padding: 0;
  }
}

.opps-404-section .opps-message h3 {
  font-size: 30px;
  margin: 0 0 0.8em;
}

.opps-404-section .opps-message p {
  margin-bottom: 1.8em;
}

/*# sourceMappingURL=style.css.map */

/* new */

.logo img {
  width: 120px;
  height: auto;
  padding: 5px;
}

.logo {
  text-align: center;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-top: 87px;
  height: 642px;
}

/* ===== Menu Icons (only on hover & active, stacked above text) ===== */
/* ===== Mobile Menu Styling ===== */
.nav .menu-item {
  display: flex;
  flex-direction: column;
  /* icon above text */
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  text-transform: lowercase !important;
}

/* base icon styling */
.nav .menu-item::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0);
  /* hidden by default */
  opacity: 0;
  transition: all 0.3s ease;
  margin-bottom: -5px;
  margin-top: 5px;
}

/* Set icon per menu-item class */
/* .nav li.menu-about .menu-item::before {
  background-image: url("../images/about-icon.png");
  margin-left: 18px;
}

.nav li.menu-services .menu-item::before {
  background-image: url("../images/services-icon.png");
  margin-left: 28px;
}

.nav li.menu-projects .menu-item::before {
  background-image: url("../images/projects-icon.png");
  margin-left: 30px;
}

.nav li.menu-blog .menu-item::before {
  background-image: url("../images/blog-icon.png");
  margin-left: 8px;
}

.nav li.menu-careers .menu-item::before {
  background-image: url("../images/career-icon.png");
  margin-left: 25px;
}

.nav li.menu-gallery .menu-item::before {
  background-image: url("../images/gallery-icon.png");
  margin-left: 21px;
}

.nav li.menu-contact .menu-item::before {
  background-image: url("../images/contact-icon.png");
  margin-left: 38px;
} */

/* show icon on hover or for current/active page */
.nav .menu-item:hover::before,
.nav .menu-item.active::before,
.nav li.current-menu-item .menu-item::before {
  transform: scale(1);
  opacity: 1;
}

/* optional: change text color on hover or active */
.nav .menu-item:hover,
.nav .menu-item.active,
.nav li.current-menu-item .menu-item {
  color: #f8d200;
}

/* ===== Hide menu icons on mobile ===== */
@media (max-width: 768px) {
  .nav .menu-item::before {
    display: none !important;
    /* remove icons */
    content: none !important;
    /* make sure they're gone */
  }
}

:root {
  --pad: clamp(12px, 1.5vw, 24px);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 100%;
}

@media (max-width: 900px) {
  .work-grid {
    grid-template-columns: 1fr;
  }
}

.tile {
  position: relative;
  display: block;
  min-height: auto;
  overflow: hidden;
  text-decoration: none;
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 0.45s ease;
}

.tile:hover img {
  transform: scale(1.06);
}

.tile:hover::after {
  background: rgba(0, 0, 0, 0.9);
}

.top-tag {
  position: absolute;
  left: var(--pad);
  top: var(--pad);
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.95;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  pointer-events: none;
  color: #f9f9f9;
}

.bottom-caption {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: var(--pad);
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 18px);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
  transition: opacity 0.25s ease;
  pointer-events: none;
  color: #f9f9f9;
  text-align: center;
}

.hover-title {
  position: absolute;
  font-family: "Poppins", sans-serif !important;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 48px;
  line-height: 1.05;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  padding: 0 var(--pad);
  text-shadow: 0 4px 26px rgba(0, 0, 0, 0.55);
  pointer-events: none;
  color: #f9f9f9;
}

.tile:hover .hover-title {
  opacity: 1;
  transform: translateY(0);
}

.tile:hover .bottom-caption {
  opacity: 0;
}

.about-top img {
  width: 100px;
}

/* Layout */
.cards-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1300px;
  margin: 40px auto;
}

.why-choose-section {
  background: #fdf9f6;
  padding: 80px 0;
}

/* Card base */
.cards-section .card {
  /* shape */
  border-radius: 0;
  border-top-left-radius: clamp(70px, 10vw, 120px);

  /* ensure background is visible */
  background: none !important;
  /* clear any gradients/images */
  background-color: transparent;
  /* reset before per-card color */

  /* spacing & text */
  padding: clamp(24px, 3.5vw, 48px);
  color: #fff !important;
  /* font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; */
  min-height: 450px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
}

/* Typography */
.cards-section .card h2 {
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.25;
  margin: 0;
  color: #f9f9f9;
}

.cards-section .card p {
  font-size: clamp(16px, 1.2vw, 18px);
  margin: 0;
  opacity: 0.95;
  color: #f9f9f9;
}

/* FORCE the visible colors */
.cards-section .card.card--red {
  background: #d99c26 !important;
  background-color: #d99c26 !important;
}

.cards-section .card.card--blue {
  background: #1f1f1f !important;
  background-color: #1f1f1f !important;
}

.cards-section .card.card--purple {
  background: #0d473b !important;
  background-color: #0d473b !important;
}

/* Mobile stack */
@media (max-width: 820px) {
  .cards-section {
    grid-template-columns: 1fr;
  }
}

/* Outlined background words inside cards */
.cards-section .card {
  position: relative;
  /* so absolute works inside */
}

.cards-section .card .outline {
  position: absolute;
  bottom: 20px;
  /* push to bottom */
  left: 20px;
  /* little margin from left */
  font-size: clamp(60px, 14vw, 150px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px rgb(255, 255, 255);
  text-stroke: 3px rgba(255, 255, 255, 255);
  opacity: 0.15;
  /* softer for watermark feel */
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.blog-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6em;
  /* controls spacing between lines */
  min-height: 3.2em;
  /* keeps all cards equal height */
}

/* .blog-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
} */

.blog-img img {
  width: 100%;
  /* height: 100%;
  object-fit: cover;
  display: block; */
}

.blog-shape img {
  width: 150px;
  height: auto;
}

.back-btn {
  display: none !important;
}

.widget-title img {
  width: 100%;
  height: auto;
}

.blog-shape img {
  position: relative;
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.contact-page {
  padding-top: 80px;
  padding-bottom: 70px;
}

.office-info-text a {
  color: #1f1f1f;
}

@media (max-width: 768px) {
  .logo {
    text-align: left !important;
  }

  .hero-video {
    height: 200px;
    margin-top: 100px;
  }

  .animate-marque-sec-s2 .animate-marque h1 {
    font-size: 20px;
  }

  .about-section .about-content .about-top span,
  .about-section-s2 .about-content .about-top span {
    font-size: 20px;
  }

  .about-section .about-content p,
  .about-section-s2 .about-content p {
    font-size: 25px !important;
    line-height: 40px !important;
  }

  .hover-title {
    font-size: 25px;
  }

  .project-section .owl-nav,
  .project-section-s4 .owl-nav {
    bottom: -40px !important;
  }

  .project-section .project-item .project-text h2 a,
  .project-section-s4 .project-item .project-text h2 a {
    font-size: 20px !important;
  }

  .section-title h2,
  .section-title-s2 h2,
  .section-title-s3 h2 {
    font-size: 25px !important;
  }

  .cards-section .card {
    min-height: 250px !important;
  }

  .cards-section {
    padding: 0px 15px 0px 15px;
  }

  .testimonial-section .testimonial-wrap .testimonial-item p {
    font-size: 16px !important;
  }

  .footer-section .link-widget ul li a {
    font-size: 15px !important;
  }

  .footer-section .contact-ft ul li i {
    top: 8px;
  }

  .footer-section .contact-ft ul li {
    font-size: 15px;
  }
}

.active_navbar {
  color: var(--yellow) !important;
  font-weight: 500;
}

nav {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: var(--green);
}

nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 87px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.wrapper .nav-links {
  display: inline-flex;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: #f2f2f2;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  color: var(--yellow);
  font-weight: 500 !important;
}

.nav-links .mobile-item {
  display: none;
}

/* ड्रॉपडाउन मेनू (डेस्कटॉप) */
.nav-links .drop-menu {
  position: absolute;
  background: var(--green);
  width: 220px;
  line-height: 50px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  border-bottom: 1px dashed #d99c2675 !important;
  font-weight: 400;
  border-radius: 0px;
}

/* 2. टॉगल बटण (Hamburger & Close) - डीफॉल्टनुसार लपवा */
.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
  /* <-- डेस्कटॉपवर लपवण्यासाठी */
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

/* 3. Media Query: मोबाईल व्ह्यू (970px च्या खाली) */
@media screen and (max-width: 970px) {

  /* टॉगल बटण दाखवा */
  .wrapper .btn {
    display: block;
    /* <-- मोबाईलवर हॅम्बर्गर आणि क्लोज बटण दाखवा */
    z-index: 1001;
  }

  /* मेनूचे ॲनिमेशन आणि स्थिती */
  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    /* max-width: 350px; */
    top: 0;
    left: -100%;
    /* मेनू डावीकडे लपवा */
    background: var(--green);
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  /* चेकबॉक्स चेक झाल्यावर मेनू उघडा */
  #menu-btn:checked~.nav-links {
    left: 0%;
    /* मेनू स्क्रीनवर आणा */
  }

  /* हॅम्बर्गर टॉगल (menu-btn) चे नियंत्रण */
  #menu-btn:checked~.btn.menu-btn {
    display: none;
    /* मेनू उघडल्यावर हॅम्बर्गर लपवा */
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
    /* क्लोज झाल्यावर हॅम्बर्गर पुन्हा दाखवा */
  }

  /* लिंक्सची स्टाइलिंग */
  .nav-links li {
    margin: 15px 10px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    /* font-size: 20px; */
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    /* मोबाईल ड्रॉपडाउन बाय डीफॉल्ट लपवा */
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
    background: #ffffff30;
    border-radius: 5px;
  }

  /* चेकबॉक्स चेक झाल्यावर मोबाईल ड्रॉपडाउन उघडा */
  #showDrop:checked~.drop-menu {
    max-height: 100%;
  }

  /* डेस्कटॉप आयटम लपवा, मोबाईल आयटम दाखवा */
  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    /* font-size: 20px; */
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: #ffffff30;
  }

  /* इतर मोबाईल स्टाइलिंग */
  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    /* font-size: 18px; */
  }
}

/* 4. अतिरिक्त स्टाइलिंग */
nav input {
  display: none;
  /* <-- स्विच म्हणून वापरले जाणारे इनपुट लपवण्यासाठी हा नियम आवश्यक आहे. */
}

.all_images {
  background-image: url(../images/about23.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.79)), url(../images/about.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px !important;
  background-attachment: fixed !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all_images nav {
  background-color: transparent !important;
}

.all_images1 nav {
  background-color: transparent !important;
}

.all_img nav {
  background-color: transparent !important;
}

.all_images1 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.59)), url(../images/contact_us-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px !important;
  background-attachment: fixed !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all_images2 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/digital_market-02.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 400px !important;
  /* background-attachment: fixed !important; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.all_imagesG {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/gallery-01.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 400px !important;
  /* background-attachment: fixed !important; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.all_imagesC {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/jobs-02.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 400px !important;
  /* background-attachment: fixed !important; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.all_imagesBlogs {
  background-image: url(../images/blogs_all-01.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 250px !important;
  background-attachment: fixed !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 80px;
}

.all_imagesP {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/projectss-02.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 400px !important;
  /* background-attachment: fixed !important; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.all_imagesB {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/blogsB-02.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 400px !important;
  /* background-attachment: fixed !important; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb {
  display: flex;
  justify-content: center !important;
}

ul.performane {
  list-style-type: none;
  padding-left: 0;
}

ul.performane li {
  position: relative;
  padding-left: 30px;
  /* Icon ke liye space */
  padding-bottom: 10px;
  /* List items ke beech gap */

  background-image: url('../images/star.png');
  background-repeat: no-repeat;

  /* YAHAN CHANGE HAI: */
  /* '0px' matlab left se chipka hua, '5px' matlab top se thoda niche taaki pehli line ke beech mein dikhe */
  background-position: 0px 10px;

  background-size: 18px 18px;
  /* Icon size */

  display: block;
  /* Flex hata diya taaki top alignment sahi rahe */
}

@media (min-width: 992px) {

  .all_images {
    margin-top: 86px !important;

  }

  .all_imagesC {
    margin-top: 86px !important;

  }

  .all_imagesP {
    margin-top: 86px !important;

  }

  .all_imagesB {
    margin-top: 86px !important;

  }

  .all_images2 {
    margin-top: 86px !important;

  }

  .all_imagesG {
    margin-top: 86px !important;

  }

  .all_images1 {
    margin-top: 86px !important;
    /* height: 250px !important; */

  }
}

/* ------------------ */

.Apply_now_btn {
  background-color: var(--green);
  color: white;
  border: none;
  padding: 10px 20px;
  border: 3px solid var(--yellow);
  /* text-transform: uppercase; */
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.Apply_now_btn:hover {
  background-color: var(--yellow);
  border: 3px solid var(--green);

}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  line-height: 24px;
  color: #212529;
  background-color: #ebebeb;
  border: 1px solid #bbbbbb;
}

.job-card {
  /* background: #f8f8f800; */
  /* border-radius: 5px;
  flex-direction: column;
  justify-content: space-between; */
  background-image: url(../images/papaya.png);
  background-size: cover;
  position: relative;
  border-radius: 5px;
}

.hover_div {
  background: linear-gradient(rgba(255, 255, 255, 0.911), rgba(255, 255, 255, 0.916)), url(../images/careeer_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  /* background: #ffffffee; */
  z-index: 1;
}

.hover_div::before,
.hover_div::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.4s linear;
  background: var(--yellow);
  z-index: 2;
}

.btn-5::before {
  right: 0;
  top: 0;
}

.btn-5::after {
  left: 0;
  bottom: 0;
}

.hover_div:hover::before,
.hover_div:hover::after {
  width: 100%;
}

.hover_div>div:first-child {
  position: relative;
  height: 100%;

}

.hover_div>div:first-child::before,
.hover_div>div:first-child::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.4s linear;
  background: var(--yellow);
  z-index: 4;
}

.btn-5>div:first-child::after {
  right: 0;
  top: 0;
}

.btn-5>div:first-child::before {
  left: 0;
  bottom: 0;
}

.hover_div:hover>div:first-child::before,
.hover_div:hover>div:first-child::after {
  height: 100%;
}

.shadow2 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  overflow: hidden;
}

.shadow2 img {
  transition: all 0.3s ease-in-out !important;
}

.shadow2:hover img {
  transform: scale(1.1) !important;
}

.shadow2:hover div {
  background-color: rgba(227, 227, 227, 0.585) !important;
}


/* gallery */

.gallery {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 5rem;
}

.gallery__image {
  padding: 0.5rem 0.5rem 1rem;
  background: white;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transform-origin: center -5rem;
}

.gallery__image::before {
  content: "";
  display: block;
  height: 125px;
  width: 2px;
  background: saddlebrown;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.gallery__image:nth-child(1) {
  animation: 5s infinite bounce;
  animation-name: image1;
  transform: rotate(-10deg);
}

.gallery__image:nth-child(2) {
  animation: 4.5s infinite bounce;
  animation-name: image2;
  transform: rotate(8deg);
}

.gallery__image:nth-child(3) {
  animation: 4s infinite bounce;
  animation-name: image3;
  transform: rotate(-4deg);
}

@keyframes image1 {
  50% {
    transform: rotate(10deg);
  }
}

@keyframes image2 {
  50% {
    transform: rotate(-5deg);
  }
}

@keyframes image3 {
  50% {
    transform: rotate(6deg);
  }
}

/* /end of yhe gallery section */


.circle-icon {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  font-size: 35px !important;
  color: #fff;
  transition: 0.2s;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.circle-icon:hover {
  border-radius: 10%;
  transform: rotate(360deg);
}

.fa-twitter {
  background-color: #00aced;
}

.fa-facebook {
  background-color: #3b5998;
}

.fa-linkedin {
  background-color: #007bb6;
}

.fa-youtube {
  background-color: #bb0000;
}

.fa-instagram {
  background-color: #E1306C;
}

.fa-google {
  background-color: #3B82F6;
}

.fa-linkedin-square {
  background-color: #0077b5;
}


/* ---------------- */
/* .Research {
  background-color: #dfdfdf;
  border: 1px solid red !important;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50px;
} */

.circle {
  width: 100px;
  height: 100px;
  position: relative;
}

.circle .border {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  border-radius: 50%;
  border: 2px dashed #000 !important;
  -webkit-animation-name: Rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}


@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes Rotate {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes Rotate {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

.bg_graphics {
  background: linear-gradient(rgba(0, 0, 0, 0.556), rgba(0, 0, 0, 0.808)), url(../images/service/graphics4.jpg);
  /* background-image: url(../images/service/graphics4.jpg); */
  background-size: cover;
}

.get_started {
  background-color: var(--yellow);
  padding: 10px 20px;
  border: 2px solid white !important;
}

/* btn */

.btns2 {
  position: relative;
  padding: 1.5rem 3rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  min-width: 200px;
  z-index: 1;
}

.neon-pulse {
  background: #000;
  border: 2px solid var(--yellow);
  box-shadow: 0 0 10px var(--yellow);
  overflow: visible;
}

.neon-pulse::before,
.neon-pulse::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid var(--yellow);
  border-radius: inherit;
  animation: pulseOut 2s ease-out infinite;
  opacity: 0;
}

.neon-pulse::after {
  animation-delay: 1s;
}

@keyframes pulseOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* whatsapp */

.whatsapp-fab {
  position: fixed !important;
  z-index: 9999;
  top: 200px;
  right: 20px;
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}

/* Optional: Hover effect */
.whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}

.borderleft_side {
  background-image: url(../images/contact_map.webp);
  background-size: contain;
}

.icon_bg_div {
  display: block;
  background-color: white;
  width: 80px !important;
  border-radius: 5px;
  height: 50px !important;
}

.img_bg_about {
  background-image: url(../images/About_Papaya.png);
  background-size: contain;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  /* Animation Properties */
  animation: moveUpDown 2s ease-in-out infinite alternate;

}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.bg_project {
  background-color: #ebefef !important;
}

/* services */

/* General Card Styling */
#card-info {
  background-color: #0d473b0f;
  border-radius: 5px;
  transition: all 300ms ease;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #0d473b !important;
  display: flex;
  flex-direction: column;
}

#card-infos {
  border-radius: 5px;
  background-color: var(--green);
}

/* Hover State */
#card-info:hover {
  background: var(--green);
  transform: translateY(-10px);
  border: 1px solid var(--yellow) !important;

}

/* Text Color Changes on Hover */
#card-info:hover #main-title,
#card-info:hover #sub-title {
  color: white !important;
}

/* Icon Swap Logic */
/* #card-info:hover #my-icon {
  display: none !important;
} */

#card-info:hover #icon-2 {
  display: block !important;
}

/* Typography Styling */
#main-title {
  font-family: "Nunito", sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 28px;
}

#sub-title {
  font-family: "Open Sans", sans-serif;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 26px;
  /* Removed fixed height to let Bootstrap handle it, 
       but you can add min-height if needed */
}

#my-icon,
#icon-2 {
  width: 80px;
  /* Adjust size as needed */
  height: 80px;
}

.last_img {
  background-image: url(../images/papaya.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  /* Blur effect */
  opacity: 0.3;

  /* Element chi size ani position */
  height: 300px;
  /* He khup mahatvache aahe, height nashi tar image disenar nahi */
  /* width: 100%; */
  display: block;

  /* Animation apply kara */
  animation: upDown 3s ease-in-out infinite;
}

/* Animation Logic */
@keyframes upDown {

  0%,
  100% {
    transform: translateY(0px);
    /* मूळ जागा */
  }

  50% {
    transform: translateY(20px);
    /* 20px khali */
  }
}

/*  */
.btn-slide {
  position: relative;
  z-index: 1;
  font-size: 16px;
  overflow: hidden;
  transition: color 0.4s ease-in-out;
  border: 2px solid var(--yellow);
  /* Tumchya brand cha color taka */
  background: var(--green) !important;
  /* Suruvatila background transparent */
  /* Default text color */
}

/* Hover kelyavar text color badlaycha asel tar */
.btn-slide:hover {
  color: #fff;
}

/* Background fill honaara padda (Layer) */
.btn-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  /* Suruvatila button chya baher (Left la) */
  width: 100%;
  height: 100%;
  background-color: #f7941d;
  /* Tumcha Golden Papaya cha Orange color tithe taka */
  transition: all 0.4s ease-in-out;
  z-index: -1;
  /* Text chya mage */
}

/* Hover kelyavar padda left kadun center la yeil */
.btn-slide:hover::before {
  left: 0;
}

/*  */
/* animation */

.fold-reveal {
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.fold-reveal img {
  width: 100%;
  height: auto;
  display: block;
  /* Survatila image normal dhisel */
  opacity: 1;
}

/* Hover kelya-kelya fakt left to right reveal hoil */
.fold-reveal:hover img {
  animation: slideReveal 1s ease-out forwards;
}

@keyframes slideReveal {
  0% {
    /* Image left side la purna dabli jail (mask hoil) */
    clip-path: inset(0 100% 0 0);
    transform: translateX(-10px);
    /* Thoda slide effect sathi */
    opacity: 0;
  }

  100% {
    /* Image purna ughadel */
    clip-path: inset(0 0% 0 0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* read more */

.greencolors {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;

  /* 1. Gradient color set kara (Green chya don shades) */
  background: linear-gradient(to right, #0d473b 20%, #d99c26 50%, #0d473b 80%);
  background-size: 200% auto;

  /* 2. Fakt text madhe color disto */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* 3. Animation apply kara */
  animation: shine-effect 3s linear infinite;
}

/* 4. Animation kase firnar te tharva */
@keyframes shine-effect {
  to {
    background-position: 200% center;
  }
}


/* blogs */

/* --- Single Blog Page Styles --- */
.single-blog-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.blog-header {
  text-align: center;
  margin-bottom: 40px;
}

.category {
  color: #ff9800;
  /* गोल्डन कलर */
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.main-title {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  line-height: 1.3;
}

.blog-meta {
  margin-top: 15px;
  color: #777;
  font-size: 14px;
}

.featured-image {
  max-width: 900px;
  margin: 0 auto 50px auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.featured-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.blog-content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  color: #555;
  line-height: 1.8;
}

.blog-content-wrapper p {
  margin-bottom: 25px;
}

.highlight-box {
  background: #fff;
  border-left: 5px solid #ff9800;
  /* गोल्डन बॉर्डर */
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.blog-content-wrapper h2 {
  font-size: 28px;
  color: #333;
  margin: 40px 0 20px 0;
  font-weight: 700;
}

/* Reasons Grid (3 columns) */
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.reason-item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  border: 1px solid transparent;
}

.reason-item:hover {
  transform: translateY(-5px);
  border-color: #ff9800;
  box-shadow: 0 10px 25px rgba(255, 152, 0, 0.1);
}

.reason-item .icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.reason-item h3 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}

.reason-item p {
  font-size: 15px;
  color: #666;
  margin-bottom: 0;
}

.reason-item.full-width {
  grid-column: span 3;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
}

.reason-item.full-width .icon {
  margin-bottom: 0;
}

.conclusion {
  font-weight: 600;
  color: #333;
  margin-top: 40px;
}

/* Call to Action Button */
.cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

.cta-button {
  display: inline-block;
  background: #ff9800;
  /* गोल्डन कलर */
  color: #fff;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(255, 152, 0, 0.3);
}

.cta-button:hover {
  background: #e68900;
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(255, 152, 0, 0.4);
}

/* Responsive for Tablets & Mobiles */
@media (max-width: 991px) {
  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reason-item.full-width {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .main-title {
    font-size: 28px;
  }

  .blog-header,
  .featured-image {
    margin-bottom: 30px;
  }

  .blog-content-wrapper {
    font-size: 16px;
  }

  .reasons-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .reason-item.full-width {
    grid-column: span 1;
    flex-direction: column;
    text-align: center;
  }

  .reason-item.full-width .icon {
    margin-bottom: 10px;
  }
}

.fs-7 {
  font-size: 14px !important;
}

/* end of blogs */

.accordion-button:not(.collapsed) {
  color: #0d473b !important;
  background-color: #0d473b1a !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
}

.Insight {
  background-color: #0d473b1a !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
  border: 1px solid #0d473b2b !important;
  border-radius: 3px !important;
  /* color: #000 !important; */

}

/*  */

.comparison-section {
  /* background-color: #f8f9fa; */
  /* padding: 30px 0; */
}

.table-container {
  background: white;
  border-radius: 10px;
  border: 1px solid #0d473b!important;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
  background-color: #f8f9fa;
  overflow: hidden;
}

.table thead {
  background-color: #2c3e50;
  /* Dark Slate Gray */
  color: white;
}

.gp-column {
  background-color: rgba(255, 215, 0, 0.1);
  /* Light Golden Tint */
  font-weight: 600;
  border-left: 1px solid #0d473b;
  /* Golden Border */
}

.gp-text {
  color: #d4a017;
  /* Golden Text */
  font-weight: bold;
}

.feature-icon {
  font-size: 1.2rem;
  margin-right: 10px;
  color: #2c3e50;
}

/* Hover Effect */
.table tbody tr:hover {
  background-color: #fffdf2;
  transition: 0.3s;
}

.badge-ai {
  background: linear-gradient(45deg, #ffc107, #ff9800);
  color: black;
  font-size: 0.7rem;
  padding: 4px 8px;
}

/* insight */
.expert-insight-box {
  background-color: #fff;
  /* Dark Slate Gray */
  color: white;
  border-radius: 20px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  border-left: 8px solid #ffc107;
  /* Golden Border */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.quote-icon {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 5rem;
  color: rgba(255, 193, 7, 0.1);
 
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* मोबाईलवर फॉन्ट थोडा लहान करण्यासाठी (Optional) */
@media (max-width: 768px) {
    .table td, .table th {
        font-size: 14px;
        padding: 10px 5px !important;
    }
}


.insight-text {
  /* font-size: 20px; */
  /* line-height: 1.8;
  font-weight: 300; */
  font-style: italic;
}

.insight-highlight {
  color: var(--yellow);
  /* Golden Yellow */
  font-weight: 600;
  font-style: normal;
}

.expert-footer {
  margin-top: 25px;
  display: flex;
  align-items: center;
  /* float: right; */
}

.expert-avatar {
  width: 60px;
  height: 60px;
  background: #ffc107;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c3e50;
  font-weight: bold;
  font-size: 1.2rem;
}

.expert-info h5 {
  margin: 0;
  color: var(--yellow);
  font-weight: bold;
}

.expert-info p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.8;
}