/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Nictorys - Factory & Industrial HTML Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.7	features-section
#0.8	about-us-section
#0.9	services-section
#1.0	contact-section
#1.1	cta-section
#1.2	latest-projects-section
#1.3	why-choose-us-section
#1.4	team-section
#1.5	partners-section
#1.6	testimonials-section
#1.7	blog-section
#1.8	contact-map-section


----------------------------------------------------------------
	#home style 2
----------------------------------------------------------------
#2.1	features-section-s2
#2.2	about-us-section-s2
#2.3	services-section-s2
#2.4	cta-section-s2
#2.5	latest-projects-section-s2
#2.6	testimonials-section-s2


----------------------------------------------------------------
	#home style 3
----------------------------------------------------------------
#3.1	about-us-section-s3
#3.2	services-section-s3


----------------------------------------------------------------
	#about
----------------------------------------------------------------
#4.1	fun-fact-section


----------------------------------------------------------------
	#contact page
----------------------------------------------------------------
#5.1	contact-pg-section


----------------------------------------------------------------
	#blog page
----------------------------------------------------------------
#6.1	blog-pg-section


----------------------------------------------------------------
	#blog single page
----------------------------------------------------------------
#7.1	blog-single-section


----------------------------------------------------------------
	#portfolio single page
----------------------------------------------------------------
#8.1	portfolio-sigle-section


----------------------------------------------------------------
	#service single page
----------------------------------------------------------------
#9.1	service-single-section




----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,700|Open+Sans:400,400i,600&display=swap");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  color: #687187;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #687187;
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", sans-serif;
  color: #151222;
  font-weight: bold;
}

ul {
  padding-left: 0;
  margin: 0;
}

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;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 80px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

.p-t-0 {
  padding-top: 0;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-t-80 {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .p-t-80 {
    padding-top: 65px;
  }
}

@media (max-width: 767px) {
  .p-t-80 {
    padding-top: 0;
  }
}

img {
  max-width: 100%;
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #ee8522;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #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;
}

/** 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;
}

.section-title,
.section-title-s2,
.section-title-s3,
.section-title-s4 {
  margin-bottom: 40px;
}

.section-title > span,
.section-title-s2 > span,
.section-title-s3 > span,
.section-title-s4 > span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #ee8522;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-top: -0.3em;
}

@media (max-width: 767px) {
  .section-title,
  .section-title-s2,
  .section-title-s3,
  .section-title-s4 {
    margin-bottom: 40px;
  }
}

.section-title h2,
.section-title-s2 h2,
.section-title-s3 h2,
.section-title-s4 h2 {
  font-size: 46px;
  font-size: 3.06667rem;
  font-weight: bold;
  margin: 0.2em 0 0;
  padding-bottom: 0.5em;
  position: relative;
}

@media (max-width: 991px) {
  .section-title h2,
  .section-title-s2 h2,
  .section-title-s3 h2,
  .section-title-s4 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .section-title h2,
  .section-title-s2 h2,
  .section-title-s3 h2,
  .section-title-s4 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

.section-title h2:before,
.section-title-s2 h2:before,
.section-title-s3 h2:before,
.section-title-s4 h2:before {
  content: "";
  background: #ee8522;
  width: 60px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-title h2:after,
.section-title-s2 h2:after,
.section-title-s3 h2:after,
.section-title-s4 h2:after {
  content: "";
  background: #ee8522;
  width: 15px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 65px;
  bottom: 0;
}

.section-title h2 span,
.section-title-s2 h2 span,
.section-title-s3 h2 span,
.section-title-s4 h2 span {
  font-weight: 300;
  display: block;
}

.section-title-s2,
.section-title-s3,
.section-title-s4 {
  text-align: center;
}

.section-title-s2 h2,
.section-title-s3 h2,
.section-title-s4 h2 {
  color: #fff;
}

.section-title-s2 h2:before,
.section-title-s3 h2:before,
.section-title-s4 h2:before {
  left: calc(50% - 30px);
}

.section-title-s2 h2:after,
.section-title-s3 h2:after,
.section-title-s4 h2:after {
  left: calc(50% + 33px);
}

.section-title-s3 h2 {
  color: #151222;
}

.section-title-s4 h2 {
  color: #151222;
}

.theme-btn,
.theme-btn-s2,
.submit-btn {
  background-color: #ee8522;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 15px 45px 15px 25px;
  border: 0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  text-transform: uppercase;
  position: relative;
}

.theme-btn:before,
.theme-btn-s2:before,
.submit-btn:before {
  font-family: "themify";
  content: "\e649";
  font-size: 12px;
  font-size: 0.8rem;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .theme-btn:before,
  .theme-btn-s2:before,
  .submit-btn:before {
    display: none;
  }
}

.theme-btn:after,
.theme-btn-s2:after,
.submit-btn:after {
  content: "";
  background: #ff7070;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 35px;
  top: 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;
}

@media (max-width: 991px) {
  .theme-btn:after,
  .theme-btn-s2:after,
  .submit-btn:after {
    display: none;
  }
}

.theme-btn:hover,
.theme-btn-s2:hover,
.submit-btn:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.submit-btn:focus,
.theme-btn:active,
.theme-btn-s2:active,
.submit-btn:active {
  background-color: #1c315e;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .submit-btn {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2,
  .submit-btn {
    padding: 12px 15px;
    font-size: 13px;
  }
}

.theme-btn-s2 {
  background-color: #fff;
  color: #151222;
}

.theme-btn-s2:after {
  background: #f3eded;
}

.theme-btn-s2:hover:after {
  background: #ff7070;
}

.submit-btn {
  width: 100%;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #ee8522;
  -webkit-box-shadow: 0 0 5px 0 #ff8147;
  -moz-box-shadow: 0 0 5px 0 #ff8147;
  -o-box-shadow: 0 0 5px 0 #ff8147;
  -ms-box-shadow: 0 0 5px 0 #ff8147;
  box-shadow: 0 0 5px 0 #ff8147;
}

.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: italic;
  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;
}

/* Hide Google’s default stuff */
.goog-te-banner-frame.skiptranslate { display:none!important; }
body { top:0px!important; }
.goog-logo-link, .goog-te-gadget { display:none!important; }
#google_translate_element { display:none!important; }

/******************************
	#page title
******************************/
.page-title {
  /* background: url("../images/quality\ dried\ food.jpg") center center/cover no-repeat */
  /* local; */
  width: 100%;
  height: 600px;
  position: relative;
  text-align: center;
}
.who-we-are {
  background: url("../images/marble\ bg.jpg") center/cover no-repeat;
}
.what-we-do {
  background: url("../images/what\ we\ do.jpg") center/cover no-repeat;
}
.our-misson {
  background: url("../images/our\ mission.jpg");
}
.Talc-bg {
  background: url("../images/talc-bg.jpg");
}
.marble-bg {
  background: url("../images/marble-bge.jpg");
}
.fresh-fruit{
  background: url("../images/fresh-fruit-copy.jpg");
}
.dried-food {
  background: url("../images/dried\ food.jpg");
}
.contact-us {
  background: url("../images/contac-us.jpg");
}
@media (max-width: 991px) {
  .page-title {
    height: 300px;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  height: 100%;
  display: table;
}

@media screen and (min-width: 992px) {
  .page-title .container {
    padding-top: 100px;
  }
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2 {
  font-size: 50px;
  font-size: 3.33333rem;
  color: #fff;
  margin: -0.1em 0 0.3em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 45px;
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  margin-right: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .page-title .breadcrumb li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.page-title .breadcrumb li a {
  color: #ee8522;
}

.page-title .breadcrumb li a:hover {
  color: #1c315e;
}

.page-title .breadcrumb > li + li {
  margin-left: 20px;
  padding-left: 15px;
}

.page-title .breadcrumb > li + li:before {
  font-family: Flaticon;
  content: "\f103";
  padding: 0;
  position: absolute;
  left: -14px;
  top: 1px;
  color: #ee8522;
}

.preloader {
  background-color: #ee8522;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.preloader .lds-ellipsis {
  width: 64px;
  height: 64px;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
}

.preloader .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.preloader .lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

.theme-accordion-s1,
.theme-accordion-s2 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default,
.theme-accordion-s2 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading,
.theme-accordion-s2 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel,
.theme-accordion-s2 .panel {
  border: 1px solid #e6e8e8;
  padding: 25px;
}

.theme-accordion-s1 .panel + .panel,
.theme-accordion-s2 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a.collapsed:before,
.theme-accordion-s2 .panel-heading a.collapsed:before {
  content: "\e61a";
}

.theme-accordion-s1 .panel-heading a,
.theme-accordion-s2 .panel-heading a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ee8522;
  display: block;
  padding: 0 0 0 45px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a,
  .theme-accordion-s2 .panel-heading a {
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 5px 25px 5px 45px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a,
  .theme-accordion-s2 .panel-heading a {
    padding: 5px 25px 5px 45px;
  }
}

.theme-accordion-s1 .panel-heading a:before,
.theme-accordion-s2 .panel-heading a:before {
  font-family: "themify";
  content: "\e622";
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ee8522;
  font-size: 15px;
  font-size: 1rem;
  border: 1px solid #ee8522;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -4px;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before,
  .theme-accordion-s2 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.2rem;
    left: 0;
  }
}

.theme-accordion-s1 .panel-heading a:focus,
.theme-accordion-s2 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed,
.theme-accordion-s2 .panel-heading .collapsed {
  background-color: transparent;
  color: #151222;
}

.theme-accordion-s1 .panel-heading .collapsed:before,
.theme-accordion-s2 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
  background-color: transparent;
  border: 0;
  padding: 20px 0 0 25px;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
  .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
  .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding: 10px 0 0;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p,
.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p:last-child,
.theme-accordion-s2
  .panel-heading
  + .panel-collapse
  > .panel-body
  p:last-child {
  margin-bottom: 0;
}

.theme-accordion-s2 .panel {
  padding: 35px 25px;
  border: 2px solid #f2f7fd;
}

.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
  background-color: transparent;
  border: 0;
  padding: 20px 0 0 45px;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding: 10px 0 0;
  }
}

/*------------------------------------
	blog sidebar


@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget {
  padding: 35px 28px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 21px 0px rgba(33, 49, 182, 0.09);
  box-shadow: 0px 4px 21px 0px rgba(33, 49, 182, 0.09);
}

.blog-sidebar .widget h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 1.3em;
  padding-left: 18px;
  position: relative;
  text-transform: capitalize;
}

.blog-sidebar .widget h3:before {
  content: "";
  background-color: #ee8522;
  width: 4px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}

.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: #fafafa;
  height: 50px;
  font-size: 16px;
  font-size: 1.06667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
  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-sidebar .search-widget input:focus {
  background-color: rgba(255, 94, 20, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #ee8522;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 15px;
  font-size: 1rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ecf3fc;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #687187;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #ee8522;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #e4e4e4;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 68px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 50%;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 68px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #151222;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #ee8522;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #687187;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 13px;
  font-size: 0.86667rem;
  display: inline-block;
  padding: 5px 14px;
  color: #687187;
  border: 2px solid #f0f6fd;
  border-radius: 3px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #ee8522;
  color: #fff;
  border-color: #ee8522;
}

/**** 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 {
  font-family: "Barlow Condensed", sans-serif;
  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: 1.06667rem;
  font-weight: 600;
  color: #a9b8c4;
  border: 2px solid #c9cfd4;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #ee8522;
  border-color: #ee8522;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.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;
  }
}

/*--------------------------------------
	service single sidebar
----------------------------------------*/

@media (max-width: 991px) {
  .service-sidebar {
    max-width: 300px;
    margin-top: 80px;
  }
}

.service-sidebar > .widget + .widget {
  margin-top: 60px;
}

.service-sidebar .service-list-widget ul {
  font-family: "Barlow Condensed", sans-serif;
  list-style: none;
  border-bottom: 0;
  border: 4px solid #f1f5f7;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #f1f5f7;
}

.service-sidebar .service-list-widget a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  background: #fff;
  font-weight: 500;
  display: block;
  color: #0a172b;
  padding: 15px 24px;
  position: relative;
}

.service-sidebar .service-list-widget a:before {
  content: "";
  background: #ee8522;
  width: 4px;
  height: 100%;
  position: absolute;
  left: -4px;
  top: 0;
  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;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
  color: #ee8522;
}

.service-sidebar .service-list-widget a:hover:before,
.service-sidebar .service-list-widget .current a:before {
  opacity: 1;
}

.service-sidebar .download-widget ul {
  list-style: none;
}

.service-sidebar .download-widget ul > li + li {
  margin-top: 5px;
}

.service-sidebar .download-widget ul a {
  background: #ee8522;
  color: #fff;
  padding: 18px 25px;
  font-weight: 500;
  display: block;
}

.service-sidebar .download-widget ul i {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}

.service-sidebar .download-widget ul a:hover {
  background: #e04700;
}

.service-sidebar .contact-widget {
  padding: 45px 40px;
  position: relative;
  text-align: center;
}

.service-sidebar .contact-widget:before {
  content: "";
  background: #ee8522;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}

.service-sidebar .contact-widget > div {
  position: relative;
  z-index: 1;
}

.service-sidebar .contact-widget h5 {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #fff;
  margin: 1em 0;
  text-transform: capitalize;
}

.service-sidebar .contact-widget h5 span {
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin-top: 0.3em;
}

.service-sidebar .contact-widget a {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  color: #687187;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 25px;
  border-radius: 0;
}

.service-sidebar .contact-widget a:hover {
  color: #ee8522;
}

.service-sidebar .service-features-widget {
  padding: 45px 30px;
  position: relative;
  border: 2px solid #f7f7f7;
}

.service-sidebar .service-features-widget:before {
  font-family: "Themify";
  content: "\e61f";
  font-size: 25px;
  font-size: 1.66667rem;
  color: #ee8522;
  position: absolute;
  right: 30px;
  top: 40px;
  opacity: 0.5;
}

.service-sidebar .service-features-widget h3 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0 0 0.8em;
  text-transform: capitalize;
}

.service-sidebar .service-features-widget ol {
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
}

.service-sidebar .service-features-widget ol > li + li {
  margin-top: 8px;
}

/*--------------------------------------------------------------
#0.3	header


.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Barlow Condensed", sans-serif;
  /*** mega-menu style ***/


.site-header #navbar ul {
  list-style: none;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #ee8522 !important;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 40px 20px;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    text-align: left;
    padding: 10px 25px;
    position: absolute;
    left: 0;
    top: 100%;
    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;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
  }
  .site-header #navbar > ul > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 8px;
    font-size: 0.53333rem;
    position: absolute;
    right: 6px;
    top: 41%;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #f2f2f2;
  }
  .site-header #navbar > ul > li .sub-menu li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li .sub-menu a {
    display: block;
    padding: 10px 0;
    color: #151222;
    font-size: 16px;
    font-size: 1.06667rem;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 112%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header
    #navbar
    > 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: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 114%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e61a";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #ee8522;
    position: absolute;
    right: 0;
    top: 100%;
    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;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #ee8522;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -330px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #ee8522;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -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-style-1
---------------------------------------------*/
.header-style-1,
.header-style-2 {
  /*** topbar ***/
  /*** navigation ***/
  /*** search-contact ***/
}

.header-style-1 .container-fluid,
.header-style-2 .container-fluid {
  padding: 0 45px;
}

@media (max-width: 991px) {
  .header-style-1 .container-fluid,
  .header-style-2 .container-fluid {
    padding: 0 15px;
  }
}

.header-style-1 ul,
.header-style-2 ul {
  list-style-type: none;
  text-align: left;
}

.header-style-1 .topbar,
.header-style-2 .topbar {
  background-color: #020d26;
}

.header-style-1 .topbar ul li,
.header-style-2 .topbar ul li {
  float: left;
  font-size: 14px;
  font-size: 0.93333rem;
}

@media (max-width: 767px) {
  .header-style-1 .topbar ul li,
  .header-style-2 .topbar ul li {
    float: none;
  }
}

@media (max-width: 991px) {
  .header-style-1 .topbar,
  .header-style-2 .topbar {
    display: none;
    font-size: 14px;
    font-size: 0.93333rem;
    text-align: center;
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  .header-style-1 .topbar,
  .header-style-2 .topbar {
    text-align: center;
    padding: 15px 0 10px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .contact-info ul,
  .header-style-2 .contact-info ul {
    display: inline-block;
  }
}

.header-style-1 .contact-info ul li,
.header-style-2 .contact-info ul li {
  padding-top: 10px;
  padding-bottom: 8px;
}

@media (max-width: 991px) {
  .header-style-1 .contact-info ul li,
  .header-style-2 .contact-info ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.header-style-1 .contact-info ul li i,
.header-style-2 .contact-info ul li i {
  display: inline-block;
  padding-right: 5px;
  color: #ee8522;
}

.header-style-1 .contact-info ul > li + li,
.header-style-2 .contact-info ul > li + li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ececec;
}

@media (max-width: 767px) {
  .header-style-1 .contact-info ul > li + li,
  .header-style-2 .contact-info ul > li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}

.header-style-1 .contact-info ul > li:nth-child(2) i,
.header-style-2 .contact-info ul > li:nth-child(2) i {
  position: relative;
  top: 2px;
}

.header-style-1 .social,
.header-style-2 .social {
  float: right;
}

@media (max-width: 991px) {
  .header-style-1 .social,
  .header-style-2 .social {
    display: none;
  }
}

.header-style-1 .social i,
.header-style-2 .social i {
  font-size: 14px;
}

.header-style-1 .social ul li,
.header-style-2 .social ul li {
  padding: 10px;
  border-left: 1px solid #ececec;
}

.header-style-1 .social ul > li + li:last-child,
.header-style-2 .social ul > li + li:last-child {
  border-right: 1px solid #ececec;
}

.header-style-1 .social a,
.header-style-2 .social a {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #687187;
}

.header-style-1 .social a:hover,
.header-style-2 .social a:hover {
  color: #ee8522;
}

@media (max-width: 991px) {
  .header-style-1 .social,
  .header-style-2 .social {
    float: none;
    text-align: center;
  }
  .header-style-1 .social ul,
  .header-style-2 .social ul {
    display: inline-block;
    border: 1px solid #ececec;
    margin-top: 15px;
  }
  .header-style-1 .social ul li,
  .header-style-2 .social ul li {
    float: left;
  }
}

.header-style-1 .navbar-brand,
.header-style-2 .navbar-brand {
  margin-top: 12px;
}

@media (max-width: 991px) {
  .header-style-1 .navbar-brand,
  .header-style-2 .navbar-brand {
    padding-left: 0;
    padding-top: 0;
    margin: 0;
    position: relative;
    top: 2px;
  }
}

.header-style-1 .navbar-brand img,
.header-style-2 .navbar-brand img {
  max-width: 170px;
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar,
  .header-style-2 #navbar {
    width: calc(100% - 300px);
    margin: 0 auto;
    float: none !important;
    text-align: center;
    max-height: 100px;
  }
  .header-style-1 .navbar-nav,
  .header-style-2 .navbar-nav {
    float: none;
    display: inline-block;
  }
  .header-style-1 .navigation,
  .header-style-2 .navigation {
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    position: absolute;
    left: 0;
    top: 39px;
    z-index: 100;
  }
  .header-style-1 #navbar > ul > li > a,
  .header-style-2 #navbar > ul > li > a {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 40px 15px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar > ul > li > a,
  .header-style-2 #navbar > ul > li > a {
    font-size: 17px;
    font-size: 1.13333rem;
    padding: 40px 20px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .navigation,
  .header-style-2 .navigation {
    background: #313131;
    padding: 15px;
  }
  .header-style-1 .navbar-header button,
  .header-style-2 .navbar-header button {
    top: 6px;
  }
}

.header-style-1 .header-search-form-wrapper,
.header-style-2 .header-search-form-wrapper {
  margin-top: 5px;
}

@media (max-width: 991px) {
  .header-style-1 .header-search-form-wrapper,
  .header-style-2 .header-search-form-wrapper {
    margin-top: 0;
    position: relative;
    top: -15px;
  }
}

.header-style-1 .search-contact,
.header-style-2 .search-contact {
  position: absolute;
  right: 15px;
  top: 25px;
  z-index: 10;
}

@media (max-width: 991px) {
  .header-style-1 .search-contact,
  .header-style-2 .search-contact {
    right: 70px;
    top: 19px;
  }
}

@media (max-width: 450px) {
  .header-style-1 .search-contact,
  .header-style-2 .search-contact {
    display: none;
  }
}

.header-style-1 .search-contact button,
.header-style-2 .search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.header-style-1 .search-contact .contact-btn,
.header-style-2 .search-contact .contact-btn {
  top: 1px;
}

.header-style-1 .search-contact .fi,
.header-style-2 .search-contact .fi {
  font-size: 30px;
  font-size: 2rem;
  color: #fff;
}

.header-style-1 .search-contact > div,
.header-style-2 .search-contact > div {
  float: left;
  position: relative;
}

.header-style-1 .search-contact > div + div,
.header-style-2 .search-contact > div + div {
  margin-left: 12px;
}

.header-style-1 .search-contact .header-search-form,
.header-style-2 .search-contact .header-search-form {
  position: absolute;
  width: 250px;
  right: 0;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
  box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
  .header-style-1 .search-contact .header-search-form,
  .header-style-2 .search-contact .header-search-form {
    top: 55px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .search-contact .header-search-form,
  .header-style-2 .search-contact .header-search-form {
    top: 61px;
    right: 15px;
  }
}

.header-style-1 .search-contact .header-search-form-wrapper .fi:before,
.header-style-2 .search-contact .header-search-form-wrapper .fi:before {
  font-size: 22px;
  font-size: 1.46667rem;
}

.header-style-1 .search-contact form div,
.header-style-2 .search-contact form div {
  position: relative;
}

.header-style-1 .search-contact form div button,
.header-style-2 .search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-1 .search-contact input,
.header-style-2 .search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-style-1 .search-contact .header-search-content-toggle,
.header-style-2 .search-contact .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.header-style-1 .search-contact .search-toggle-btn,
.header-style-2 .search-contact .search-toggle-btn {
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

@media (max-width: 991px) {
  .header-style-1 .search-contact .search-toggle-btn i,
  .header-style-2 .search-contact .search-toggle-btn i {
    position: relative;
    top: 1px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .contact-btn,
  .header-style-2 .contact-btn {
    display: none;
  }
}

/*--------------------------------------------
	#header-style-2
---------------------------------------------*/
.header-style-2 .topbar {
  background-color: #020d26;
}

.header-style-2 .topbar .contact-info ul li {
  color: #fff;
}

.header-style-2 .topbar .contact-info ul > li + li,
.header-style-2 .topbar .social ul li,
.header-style-2 .topbar .social ul > li + li:last-child {
  border-color: #313131;
}

.header-style-2 .topbar .social a {
  color: #fff;
}

.header-style-2 .topbar .social a:hover {
  color: #ee8522;
}

.header-style-2 .navigation {
  background-color: #fff;
  position: relative;
  top: 0;
}

.header-style-2 .search-contact .search-toggle-btn {
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 992px) {
  .header-style-2 #navbar > ul > li > a {
    color: #151222;
  }
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  text-align: center;
  border-radius: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  background: white;
}

.hero-slider .swiper-button-prev:hover:before,
.hero-slider .swiper-button-next:hover:before {
  color: #687187;
}

.hero-slider .swiper-button-prev {
  left: 25px;
}

.hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-button-next {
  right: 25px;
}

.hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #ee8522;
}

.hero-slider .slide-subtitle span {
  background-color: #e8e8e8;
  display: inline-block;
  font-size: 10px;
  font-size: 0.66667rem;
  font-weight: 600;
  color: #687187;
  padding: 8px 15px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero-slider .slide-subtitle span {
    padding: 5px 12px;
    letter-spacing: 2px;
  }
}

@media (max-width: 991px) {
  .hero-slider .slide-subtitle {
    text-align: center;
  }
}

.hero-slider .slide-title {
  max-width: 600px;
}

@media (max-width: 991px) {
  .hero-slider .slide-title {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
}

.hero-slider .slide-title h2 {
  font-size: 80px;
  font-size: 5.33333rem;
  color: #fff;
  margin: 0.57em 0;
}

.hero-slider .slide-title h2 span {
  font-weight: 300;
}

@media (max-width: 991px) {
  .hero-slider .slide-title h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 767px) {
  .hero-slider .slide-title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.hero-slider .slide-text {
  max-width: 560px;
}

@media (max-width: 991px) {
  .hero-slider .slide-text {
    margin: 0 auto;
    text-align: center;
  }
}

.hero-slider .slide-text p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .hero-slider .slide-text p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.hero-slider .slide-btns > a:first-child {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .hero-slider .slide-btns {
    margin: 0 auto;
    text-align: center;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}

/*-------------------------------------
	#hero-style-1
-------------------------------------*/
.hero-style-1,
.hero-style-2,
.hero-style-3 {
  height: 890px;
}
/* Animation for hero */
/* Initial hidden state */
.swiper-slide .slide-title,
.swiper-slide .slide-text,
.swiper-slide .slide-btns {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}

.swiper-slide-active .slide-title,
.swiper-slide-active .slide-text,
.swiper-slide-active .slide-btns {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .hero-style-1,
  .hero-style-2,
  .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-1,
  .hero-style-2,
  .hero-style-3 {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-1 .slide-inner .container,
  .hero-style-2 .slide-inner .container,
  .hero-style-3 .slide-inner .container {
    padding-top: 20px;
  }
}

/*-------------------------------------
	#hero-style-2
-------------------------------------*/
.hero-style-2,
.hero-style-3 {
  height: calc(100vh - 139px);
  min-height: 600px;
}

@media (max-width: 991px) {
  .hero-style-2,
  .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-2,
  .hero-style-3 {
    height: 500px;
    min-height: 500px;
  }
}

.hero-style-2 .slide-title h2,
.hero-style-3 .slide-title h2 {
  margin: -0.2em 0 0.3em;
}

@media (max-width: 767px) {
  .hero-style-2 .slide-title h2,
  .hero-style-3 .slide-title h2 {
    margin: -0.2em 0 0.57em;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-2 .slide-inner .container,
  .hero-style-3 .slide-inner .container {
    padding-top: 0;
  }
}

/*-------------------------------------
	#hero-style-3
-------------------------------------*/
.hero-style-3 {
  height: 700px;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-3 {
    height: 500px;
  }
}

.hero-style-3 .slide-title,
.hero-style-3 .slide-text,
.hero-style-3 .slide-btns {
  margin: 0 auto;
  text-align: center;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #020d26;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** contact-widget ***/
  /*** newsletter-widget ***/
  /*** lower-footer ***/
}

.site-footer ul {
  list-style: none;
}

.site-footer p,
.site-footer li {
  color: #c2c4c8;
}

.site-footer .upper-footer {
  padding: 70px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 90px 0 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 80px 0 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.site-footer .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding-bottom: 0.8em;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget-title h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.site-footer .widget-title h3:before {
  content: "";
  background: #ee8522;
  width: 60px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.site-footer .widget-title h3:after {
  content: "";
  background: #ee8522;
  width: 15px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 65px;
  bottom: 0;
}

.site-footer .about-widget .logo {
  max-width: 180px;
}

.site-footer .about-widget p {
  margin-bottom: 2em;
  line-height: 1.7em;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

.site-footer .about-widget .social ul {
  list-style: none;
  display: inline-block;
}

.site-footer .about-widget .social ul li {
  float: left;
}

.site-footer .about-widget .social ul > li + li {
  margin-left: 10px;
}

.site-footer .about-widget .social ul li a {
  background-color: transparent;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #c2c4c8;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #c2c4c8;
}

.site-footer .about-widget .social ul li a:hover {
  background-color: #ee8522;
  border-color: #ee8522;
}

.site-footer .link-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .site-footer .link-widget {
    max-width: 350px;
  }
}

.site-footer .link-widget ul {
  width: 50%;
  float: left;
  border-left: 1px solid #c2c4c8;
  padding-left: 15px;
}

.site-footer .link-widget ul li {
  position: relative;
}

.site-footer .link-widget ul li:before {
  content: "";
  background: #c2c4c8;
  width: 10px;
  height: 1px;
  position: absolute;
  left: -15px;
  top: 50%;
}

.site-footer .link-widget ul a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #eaeaea;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
  color: #ee8522;
}

.site-footer .link-widget ul > li + li {
  margin-top: 15px;
}

@media screen and (min-width: 1200px) {
  .site-footer .contact-widget {
    padding-left: 25px;
  }
}

.site-footer .contact-widget ul {
  margin-top: 25px;
}

.site-footer .contact-widget ul li {
  position: relative;
}

.site-footer .contact-widget ul > li + li {
  margin-top: 15px;
}

.site-footer .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.site-footer .newsletter-widget form input {
  background-color: #292e3b;
  height: 50px;
  color: #687187;
  padding: 6px 20px;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-footer .newsletter-widget form .submit {
  position: absolute;
  right: 20px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .newsletter-widget form .submit button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #fff;
  margin-top: -2px;
  position: relative;
  right: -5px;
}

.site-footer .lower-footer {
  text-align: center;
  position: relative;
}

.site-footer .lower-footer .row {
  padding: 20px 0;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background: rgba(255, 255, 255, 0.09);
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.site-footer .lower-footer .copyright {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .copyright {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.site-footer .lower-footer .copyright a {
  color: #fff;
  text-decoration: underline;
}

.site-footer .lower-footer .short-links {
  display: inline-block;
  float: right;
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .short-links {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .lower-footer .short-links ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .short-links ul {
    display: inline-block;
  }
}

.site-footer .lower-footer .short-links ul li {
  float: left;
}

.site-footer .lower-footer .short-links ul > li + li {
  margin-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .short-links ul > li + li {
    margin-left: 15px;
  }
}

.site-footer .lower-footer .short-links ul > li + li:before {
  content: "";
  background: #c2c4c8;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -18px;
  top: 9px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .short-links ul > li + li:before {
    display: none;
  }
}

.site-footer .lower-footer .short-links ul a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #c2c4c8;
}

.site-footer .lower-footer .short-links ul a:hover {
  color: #ee8522;
}

.site-header .sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -300px;
  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;
  visibility: hidden;
}

.site-header .sticky-on {
  background: #020d26;
  opacity: 1;
  top: 0;
  visibility: visible;
}

.header-style-2 .sticky-on {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(197, 188, 188, 0.5);
  box-shadow: 0 0 15px rgba(197, 188, 188, 0.5);
}

/*--------------------------------------------------------------
#0.7	features-section
--------------------------------------------------------------*/
.features-section,
.features-section-s2 {
  margin-bottom: 110px;
}

@media screen and (min-width: 992px) {
  .features-section,
  .features-section-s2 {
    margin-top: -80px;
  }
}

@media (max-width: 991px) {
  .features-section,
  .features-section-s2 {
    margin: 90px 0;
  }
}

.features-section .feature-grids,
.features-section-s2 .feature-grids {
  background: #fff;
  border: 1px solid #dce7eb;
}

.features-section .feature-grids .grid,
.features-section-s2 .feature-grids .grid {
  width: 25%;
  float: left;
  border-right: 1px solid #dce7eb;
  padding: 50px 25px;
  transition: all 0.5s ease-in-out;
}
.features-section .feature-grids .grid,
.features-section-s2 .feature-grids .grid img {
  transition: transform 0.3s ease-in-out;
}
.features-section .feature-grids .grid,
.features-section-s2 .feature-grids .grid:hover img {
  transform: rotateY(180deg);
}
.features-section-s2 {
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 1s ease;
}


.grid1,
.grid3 {
  background-color: #ee8522;
}
.grid1 p {
  color: white;
}
.grid2 p {
  color: white;
}
.grid3 p {
  color: white;
}

.grid4 p {
  color: white;
}

.grid2,
.grid4 {
  background-color: #1c315e;
}
.features-section-s2.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .features-section .feature-grids .grid,
  .features-section-s2 .feature-grids .grid {
    width: 50%;
    padding: 40px 25px;
  }
}

@media (max-width: 550px) {
  .features-section .feature-grids .grid,
  .features-section-s2 .feature-grids .grid {
    width: 100%;
    float: none;
    padding: 30px 20px;
    border-bottom: 1px solid #dce7eb;
  }
}

.features-section .feature-grids > .grid:last-child,
.features-section-s2 .feature-grids > .grid:last-child {
  border-right: 0;
}

@media (max-width: 991px) {
  .features-section .feature-grids > .grid:nth-child(2),
  .features-section-s2 .feature-grids > .grid:nth-child(2) {
    border-right: 0;
  }
  .features-section .feature-grids > .grid:nth-child(3),
  .features-section-s2 .feature-grids > .grid:nth-child(3),
  .features-section .feature-grids > .grid:nth-child(4),
  .features-section-s2 .feature-grids > .grid:nth-child(4) {
    border-top: 1px solid #dce7eb;
  }
}

@media (max-width: 550px) {
  .features-section .feature-grids > .grid:nth-child(3),
  .features-section-s2 .feature-grids > .grid:nth-child(3),
  .features-section .feature-grids > .grid:nth-child(4),
  .features-section-s2 .feature-grids > .grid:nth-child(4) {
    border-top: 0;
    border-right: 0;
  }
  .features-section .feature-grids > .grid:first-child,
  .features-section-s2 .feature-grids > .grid:first-child {
    border-right: 0;
  }
  .features-section .feature-grids > .grid:last-child,
  .features-section-s2 .feature-grids > .grid:last-child {
    border-bottom: 0;
  }
}

.features-section .feature-grids img,
.features-section-s2 .feature-grids img {
  max-width: 60px;
  display: block;
  margin-bottom: 25px;
}

.features-section .feature-grids h3,
.features-section-s2 .feature-grids h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  margin: 0 0 0.8em;
  color: white;
}

@media (max-width: 767px) {
  .features-section .feature-grids h3,
  .features-section-s2 .feature-grids h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.features-section .feature-grids p,
.features-section-s2 .feature-grids p {
  margin-bottom: 0;
}
/* Contact animatioin */
/* Contact section animations */
.contact-section .img-holder,
.contact-section .call-back,
.contact-section .contact-form {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.contact-section .img-holder {
  transform: scale(0.8);
}
.contact-section.show-left .img-holder {
  opacity: 1;
  transform: scale(1);
}

.contact-section .call-back {
  transform: translateY(50px);
  transition-delay: 0.3s;
}
.contact-section.show-left .call-back {
  opacity: 1;
  transform: translateY(0);
}

.contact-section .contact-form {
  transform: translateX(50px);
}
.contact-section.show-right .contact-form {
  opacity: 1;
  transform: translateX(0);
}

/* why choose us */

.why-choose {
  background: url("../images/Why\ choose\ us.jpeg") no-repeat center
    center/cover;
  padding: 70px 20px;
  color: #fff;
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
}

/* Dark overlay */
.why-choose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 10, 20, 0.7);
}

.why-container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  z-index: 2;
}

.why-header {
  text-align: left;
  margin-bottom: 50px;
}

.why-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #ff9800;
}

.why-header p {
  max-width: 600px;
  color: #ddd;
  font-size: 1rem;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px 20px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
  border-color: #ff9800;
}

.feature-card i {
  font-size: 40px;
  color: #ff9800;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #fff;
  transition: color 0.3s ease;
}

.feature-card p {
  font-size: 0.95rem;
  color: #ccc;
  transition: color 0.3s ease;
}

/* ✅ Hover text color fix */
.feature-card:hover h3,
.feature-card:hover p {
  color: #fff;
}

/* Why choose us animation */
/* Animation keyframes */
/* Initial hidden state */
.feature-card {
  opacity: 0;
  transform: scale(0.5) translateY(50px);
  transition: all 0.8s ease-in-out;
}

/* When visible */
.feature-card.show {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* Stagger effect (small delay for each card) */
.feature-card:nth-child(1) {
  transition-delay: 0.1s;
}
.feature-card:nth-child(2) {
  transition-delay: 0.2s;
}
.feature-card:nth-child(3) {
  transition-delay: 0.3s;
}
.feature-card:nth-child(4) {
  transition-delay: 0.4s;
}
.feature-card:nth-child(5) {
  transition-delay: 0.5s;
}
.feature-card:nth-child(6) {
  transition-delay: 0.6s;
}

/* Text inside card */
.feature-card h3,
.feature-card p,
.feature-card i {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out;
}

/* Reveal text once card is shown */
.feature-card.show h3,
.feature-card.show p,
.feature-card.show i {
  opacity: 1;
  transform: translateY(0);
}

/* Initial hidden state */
.feature-card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

/* Staggered delay for each card */
.feature-card:nth-child(1) {
  animation-delay: 0.2s;
}
.feature-card:nth-child(2) {
  animation-delay: 0.4s;
}
.feature-card:nth-child(3) {
  animation-delay: 0.6s;
}
.feature-card:nth-child(4) {
  animation-delay: 0.8s;
}
.feature-card:nth-child(5) {
  animation-delay: 1s;
}
.feature-card:nth-child(6) {
  animation-delay: 1.2s;
}

/*--------------------------------------------------------------
#0.8	about-us-section
--------------------------------------------------------------*/
.about-us-section,
.about-us-section-s2 {
  /* padding-bottom: 95px; */
    position: relative;
}

@media (max-width: 991px) {
  .about-us-section,
  .about-us-section-s2 {
    padding-bottom: 68px;
  }
}

@media (max-width: 767px) {
  .about-us-section,
  .about-us-section-s2 {
    padding-bottom: 58px;
  }
}

@media screen and (min-width: 1200px) {
  .about-us-section .details,
  .about-us-section-s2 .details {
    padding-right: 110px;
  }
}

.about-us-section .details p,
.about-us-section-s2 .details p {
  font-size: 16px;
  font-size: 1.06667rem;
  margin-bottom: 1em;
  /* width: 500px; */
  text-align: justify;
}

@media (max-width: 767px) {
  .about-us-section .details p,
  .about-us-section-s2 .details p {
    font-size: 15px;
    font-size: 1rem;
  }
}

.about-us-section .details ul,
.about-us-section-s2 .details ul {
  list-style-type: none;
  padding-top: 15px;
}

.about-us-section .details ul li,
.about-us-section-s2 .details ul li {
  position: relative;
  padding-left: 30px;
}

.about-us-section .details ul li i,
.about-us-section-s2 .details ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}

.about-us-section .details ul li i:before,
.about-us-section-s2 .details ul li i:before {
  color: #ee8522;
}

.about-us-section .details ul > li + li,
.about-us-section-s2 .details ul > li + li {
  margin-top: 10px;
}

.about-us-section .ceo-quote blockquote,
.about-us-section-s2 .ceo-quote blockquote {
  margin-top: 35px;
  background: #ee852208;
  border: 0;
  padding: 25px;
  font-size: 16px;
  line-height: 1.7em;
  border-left: 2px solid #fff1e8;
}

.about-us-section .ceo-quote span,
.about-us-section-s2 .ceo-quote span {
  display: block;
  font-size: 13px;
  padding-top: 15px;
}

.about-us-section .about-image,
.about-us-section-s2 .about-image {
  text-align: right;
}

@media (max-width: 991px) {
  .about-us-section .about-image,
  .about-us-section-s2 .about-image {
    /* display: none; */
  }
}
.image {
  text-align: center;
  overflow: hidden;
}

/* Logo animation */
.animate-png {
  position: absolute;     /* place it on top of section */
  top: -90px;              /* adjust Y position */
  left: 15%;              /* center horizontally */
  transform: translateX(-50%); /* center alignment */
  width: 200px;           /* adjust size */
  height: auto;
  animation: spin 12s linear infinite; /* infinite circular rotation */
  z-index: 20;            /* make sure it’s above other elements */
}

@keyframes spin {
  from { transform: translateX(-50%) rotate(0deg); }
  to   { transform: translateX(-50%) rotate(360deg); }
}


/* class to trigger animation */
.animate-png.show {
  opacity: 1;
  transform: translateY(0); /* move to original position */
}@media (max-width: 991px) {
  .animate-png {
    top: 15px;
    width: 14vw;        /* slightly bigger on tablets */
  }
}

@media (max-width: 767px) {
  .animate-png {
    top: -30px;
    left: 30px;
    width: 20vw;        /* bigger % for small screens */
  }
}

/*--------------------------------------------------------------
#0.9	services-section
--------------------------------------------------------------*/
.services {
  text-align: center;
  padding: 60px 20px;
  background: #1c315e; /* Deep blue background */
  color: #fff;
}

.services-header h2 {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #ee8522;
}

.services-header p {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 3rem;
  line-height: 1.6;
  color: #ddd;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.service-card {
  background: #ee8522;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card.orange {
  background: #ee8522; /* Orange middle card */
  color: #fff;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.service-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.service-content {
  padding: 20px;
}

.service-card h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.service-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #f1f1f1;
}

.service-card.orange p {
  color: #fff;
}

.read-more {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  transition: transform 0.3s ease;
}

.read-more:hover {
  transform: translateX(5px);
}
/* services animation */

/* Marble Processing */
/* ================================
   Marble Processing Section Styling
   ================================ */
.marble-processing-section {
  max-width: 1400px;
  margin: 50px auto;
  padding: 40px 60px; /* top/bottom 40px, left/right 60px */
  font-family: Arial, sans-serif;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.content {
  display: flex;
  align-items: flex-start;
  gap: 40px;            /* reduced gap so items fit */
  flex-wrap: nowrap;    /* prevent wrapping on desktop */
}

.text {
  flex: 1; /* flexible width */
}

.image {
  flex: 1; /* flexible width */
  min-width: 300px;
}

.image img {
  width: 100%;
  height: 500px;
  border-radius: 15px;
  /* object-fit: cover; */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.text h2 {
  font-size: 32px;
  margin-bottom: 20px;
  margin-left: 0; /* remove any shift */
}

.text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* ===== Filling bars ===== */
.filling-bar {
  margin-bottom: 25px;
}

.filling-bar .skill-name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
}

.fill-container {
  position: relative;
  width: 100%;
  height: 22px;
  background: #eee;
  border-radius: 12px;
  overflow: hidden;
}

.fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #4facfe, #00f2fe);
  border-radius: 12px;
  transition: width 2s ease;
}

.percent {
  position: absolute;
  right: 10px;
  top: -25px;
  font-weight: bold;
  font-size: 14px;
}

.progress-text {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #111;
}

/* ===== Responsive Breakpoints ===== */
@media (max-width: 1200px) {
  .content {
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap; /* allow stacking on smaller screens */
  }
  .text,
  .image {
    flex: 1 1 100%;
  }
}

@media (max-width: 992px) {
  .marble-processing-section {
    padding: 30px 20px;
  }
  .text h2 {
    font-size: 28px;
  }
  .text p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .marble-processing-section {
    padding: 20px 15px;
    margin: 30px 10px;
  }
  .text h2 {
    font-size: 24px;
  }
  .text p {
    font-size: 14px;
  }
  .percent {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
#1.0	contact-section
--------------------------------------------------------------*/
.contact-section {
  padding-bottom: 65px;
}

@media (max-width: 991px) {
  .contact-section {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding-bottom: 35px;
  }
}

.contact-section .left-col {
  position: relative;
}

@media (max-width: 991px) {
  .contact-section .left-col {
    margin-bottom: 70px;
  }
}

.contact-section .left-col:before {
  content: "";
  background: url("../images/dotted-circel.png") center center/cover no-repeat
    local;
  width: 479px;
  height: 464px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .contact-section .left-col:before {
    width: 320px;
    height: 300px;
  }
}

.contact-section .left-col .img-holder {
  position: relative;
}

.contact-section .left-col .call-back {
  background-color: #fff;
  max-width: 235px;
  padding: 35px 25px;
  -webkit-box-shadow: 0px 1px 51.3px 5.7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 51.3px 5.7px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  bottom: 0;
}

.contact-section .left-col h3 {
  font-size: 48px;
  font-size: 3.2rem;
  color: #ee8522;
  display: inline-block;
  margin: 0;
}

.contact-section .left-col .call-back span {
  display: inline-block;
  padding-left: 15px;
}

.contact-section form input,
.contact-section form select,
.contact-section form textarea {
  background: #fff;
  width: 100%;
  height: 50px;
  border: 2px solid #eaf2f5;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .contact-section form input,
  .contact-section form select,
  .contact-section form textarea {
    height: 45px;
  }
}

.contact-section form input:focus,
.contact-section form select:focus,
.contact-section form textarea:focus {
  border-color: #ee8522;
}

.contact-section form textarea {
  height: 180px;
}

.contact-section form {
  margin: 0 -7.5px;
  overflow: hidden;
}

.contact-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 12px;
  font-size: 15px;
  font-size: 1rem;
}

.contact-section form > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

@media (max-width: 600px) {
  .contact-section form > div {
    width: calc(100% - 15px);
    float: none;
  }
}

.contact-section form .fullwidth {
  width: calc(100% - 15px);
}

.about-us-section {
  padding: 80px 0;
  background: #f7f7f7;
  font-family: "Poppins", sans-serif;
}

.about-wrapper {
  align-items: center;
}

.section-title .subtitle {
  color: #ee8522;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title .title {
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0 20px;
  position: relative;
}

.section-title .title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ee8522;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.details p {
  margin-bottom: 15px;
  color: #444;
  line-height: 1.7;
}

.about-btns {
  margin-top: 20px;
}

.about-btn {
  padding: 12px 25px;
  margin-right: 15px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.3s ease;
}

.about-btn:first-child {
  background: #ee8522;
  color: #fff;
}

.about-btn:first-child:hover {
  background: #ee8522;
}

.about-btn.secondary {
  background: #fff;
  border: 2px solid #ee8522;
  color: #ee8522;
}

.about-btn.secondary:hover {
  background: #1c315e;
  color: #fff;
}

.about-image .img-holder {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.about-image img {
  width: 100%;
  transition: transform 0.6s ease;
}

.about-image:hover img {
  transform: scale(1.1);
}

.about-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.about-image:hover .overlay {
  opacity: 1;
}

.overlay h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.overlay p {
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 991px) {
  .about-wrapper {
    flex-direction: column;
  }
  .about-image {
    margin-top: 30px;
  }
}
/* animation */
.about-content,
.about-image {
  opacity: 0;
  transition: all 1s ease;
}

/* Text slides from left */
.about-content {
  transform: translateX(-100px);
}

/* Image slides from right */
.about-image {
  transform: translateX(100px);
}

.about-content.visible,
.about-image.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Abour us How we work */
.how-we-work {
  padding: 80px 0;
  background: #1c315e;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.section-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  color: #fff;
}

.section-heading::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #ee8522;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.work-card {
  background: #fff;
  padding: 40px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.work-card:hover {
  transform: translateX(-10px);
  box-shadow: 0 15px 25px rgba(255, 255, 255, 0.2);
}
.icon-box {
  font-size: 3rem; /* bigger icons */
  color: #ee8522;
  margin-bottom: 20px;
}

.work-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}

.work-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .work-grid {
    grid-template-columns: 1fr;
  }
}
/* minal maping about us */
.minerals-map {
  text-align: center;
  padding: 60px 20px;
  background: #f9fafc;
}

.section-header h2 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #0f3057;
}

.map-wrapper {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.map-wrapper img {
  width: 100%;
  max-width: 1000px; /* adjust max size */
  border-radius: 10px;
  transition: transform 0.6s ease, filter 0.3s ease;
}

/* Hover animation */
.map-wrapper:hover img {
  transform: scale(1.05); /* zoom in */
  filter: brightness(1.1); /* make it pop */
}

/* about us who we are histroy section */
.history-timeline {
  position: relative;
  padding: 60px 0;
}

.timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #ccc;
}

.timeline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
  position: relative;
}

.timeline-content {
  width: 40%;
  text-align: right;
  padding: 20px;
}

.timeline-image {
  width: 40%;
  text-align: left;
}

.timeline-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease;
}

.timeline-image img:hover {
  transform: scale(1.05);
}

.timeline-circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ff6600;
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
/* Desktop (default) already fine */

@media (max-width: 768px) {
  /* Remove vertical line in mobile */
  .timeline::before {
    display: none;
  }

  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
    margin: 40px 0;
  }

  .timeline-content,
  .timeline-image {
    width: 100%;
    text-align: left;
  }

  /* Keep year circles visible, but move them above content */
  .timeline-circle {
    position: relative;
    left: 0;
    transform: none;
    margin-bottom: 10px;
    display: inline-block;
  }
}
/* HOW WE WORK  */

/* CSS */

.section-padding {
  /* padding: 100px 0; */
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #222;
}

.about-wrapper,
.strengths-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

.about-info,
.strengths-text {
  flex: 1;
}

.about-photo,
.strengths-photo {
  flex: 1;
}

.about-photo img,
.strengths-photo img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease;
}

.about-photo img:hover,
.strengths-photo img:hover {
  transform: scale(1.05);
}

.about-highlights {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.about-highlights li {
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.about-highlights i {
  color: #ee8522;
  margin-right: 10px;
}

.vm-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.vm-card {
  flex: 1;
  background: #fafafa;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.vm-card h3 {
  margin-bottom: 15px;
  color: #ee8522;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.impact-card {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.impact-card:hover {
  transform: translateY(-10px);
}

.impact-card img {
  width: 70px;
  margin-bottom: 15px;
}

.impact-card h3 {
  margin-bottom: 10px;
  color: #222;
}

.impact-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .about-wrapper,
  .strengths-wrapper {
    flex-direction: column;
  }
  .vm-wrapper {
    flex-direction: column;
  }
  .impact-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }
}

/* ===========================
   About Afghan Mineral Ltd Section
=========================== */
.about-united-mineral {
  background: #f9f9fb;
  padding: 100px 20px;
  font-family: "Segoe UI", sans-serif;
}

.about-united-mineral .section-title {
  text-align: center;
  margin-bottom: 70px;
}

.about-united-mineral .section-title span {
  font-size: 16px;
  color: #f39c12;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.about-united-mineral .section-title h2 {
  font-size: 38px;
  font-weight: 700;
  color: #222;
}

/* About Blocks */
.about-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 40px;
  flex-wrap: wrap;
}

.about-block.reverse {
  flex-direction: row-reverse;
}

.about-block .about-text {
  flex: 1;
  min-width: 300px;
}

.about-block .about-text h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #1a1a1a;
  position: relative;
}

.about-block .about-text h3::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #f39c12;
  display: block;
  margin-top: 8px;
  border-radius: 2px;
}

.about-block .about-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.about-block .about-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
}

.about-block .about-image img:hover {
  transform: scale(1.05);
}

/* ===========================
   Why Choose Us Section
=========================== */
.quality-section {
  background: #fff;
  padding: 100px 20px;
  font-family: "Segoe UI", sans-serif;
}

.quality-section .section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #222;
}

.quality-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.quality-card {
  background: #f9f9fb;
  flex: 1;
  min-width: 260px;
  max-width: 320px;
  padding: 40px 25px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.quality-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.quality-card .icon {
  font-size: 40px;
  color: #ee8522;
  margin-bottom: 20px;
}

.quality-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-weight: 600;
}

.quality-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* ===========================
   Responsive
=========================== */
@media (max-width: 992px) {
  .about-block {
    flex-direction: column;
    text-align: center;
  }
  .about-block.reverse {
    flex-direction: column;
  }
  .about-block .about-image img {
    max-width: 100%;
  }
  .features-grid {
    flex-direction: column;
    align-items: center;
  }
}
/* mission section */

/* Mission & Experience Section */
.mission-experiences {
  background: #f9f9fb;
  padding: 100px 20px;
  font-family: "Segoe UI", sans-serif;
}

.mission-block,
.experience-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 40px;
  flex-wrap: wrap;
}

.mission-block .mission-text,
.experience-block .experience-text {
  flex: 1;
  min-width: 320px;
}

.mission-block h2,
.experience-block h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #1a1a1a;
  position: relative;
}

.mission-block h2::after,
.experience-block h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #f39c12;
  display: block;
  margin-top: 8px;
  border-radius: 2px;
}

.mission-block p,
.experience-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.mission-image img,
.experience-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Services Cards */
.services-cards {
  display: flex;
  gap: 25px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.services-cards .card {
  flex: 1;
  min-width: 220px;
  background: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-cards .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.services-cards .icon {
  font-size: 36px;
  color: #f39c12;
  margin-bottom: 15px;
}

.services-cards h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.services-cards p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Scroll Animation */
.hidden-element {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.show-element {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 992px) {
  .mission-block,
  .experience-block {
    flex-direction: column;
    text-align: center;
  }
  .services-cards {
    flex-direction: column;
    align-items: center;
  }
}

/* Shared Section Styles */
.onyx-export,
.onyx-import {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 60px 20px;
}

.onyx-export {
  background: url("assets/images/export-bg.jpg") center/cover fixed no-repeat;
}
.onyx-import {
  background: url("assets/images/import-bg.jpg") center/cover fixed no-repeat;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.content {
  position: relative;
  z-index: 1;
  animation: fadeUp 1.5s ease;
}

.content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #ffcc66;
  text-align: center;
}
.content p {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* Photo Grids */
.export-photos,
.import-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.export-photos img,
.import-photos img {
  width: 280px;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}
.export-photos img.show,
.import-photos img.show {
  opacity: 1;
  transform: translateY(0);
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
 .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
  
  }

  .gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
  }

  .gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }

  /* Optional: full-screen overlay */
  .overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
  }

  .overlay:target {
    display: flex;
  }

/* Dry Fruit */
.driedfood-section {
  font-family: "Segoe UI", sans-serif;
  background: #fffdf8; /* warmer background */
  padding: 80px 20px;
}

.driedfood-hero {
  text-align: center;
  margin-bottom: 60px;
}
.driedfood-hero h2 {
  font-size: 2.5rem;
  color: #ee8522; /* warm tone for Dry Fruits */
  font-weight: 700;
  
}
.driedfood-hero p {
  color: #666;
  font-size: 1.2rem;
}

.driedfood-container {
  max-width: 1200px;
  margin: auto;
}

.driedfood-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.driedfood-block.reverse {
  flex-direction: row-reverse;
}

/* Text */
.driedfood-text {
  flex: 1;
  min-width: 300px;
  background: #1c315e;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
.driedfood-text h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #ee8522;
}
.driedfood-text p {
  line-height: 1.8;
  color: #ffffff;
}

/* Image */
.driedfood-image {
  flex: 1;
  min-width: 320px;
  position: relative;
}
.driedfood-image img {
  width: 100%;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.driedfood-image-frame {
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background: linear-gradient(135deg, #1c315e, #fdfaf5);
  border-radius: 12px;
  z-index: 1;
}

/* Gallery */
.driedfood-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.driedfood-gallery img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.driedfood-gallery img:hover {
  transform: scale(1.05);
}

/* Animations */
.dried-hidden-left,
.dried-hidden-right {
  opacity: 0;
  transition: all 1s ease-out;
}
.dried-hidden-left {
  transform: translateX(-80px);
}
.dried-hidden-right {
  transform: translateX(80px);
}
.dried-show-left,
.dried-show-right {
  opacity: 1;
  transform: translateX(0);
}
.dried-info {
  background: #f8f9fa;
  padding: 90px 20px;
  font-family: "Segoe UI", sans-serif;
}

.dried-info-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.dried-info-text {
  flex: 1;
  min-width: 320px;
}
.dried-info-text h2 {
  font-size: 2.3rem;
  color: #222;
  margin-bottom: 20px;
}
.dried-info-text p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}

.dried-info-points {
  list-style: none;
  padding: 0;
}
.dried-info-points li {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #444;
  display: flex;
  align-items: center;
}
.dried-info-points li span {
  color: #ee8522;
  margin-right: 10px;
  font-weight: bold;
}

.dried-info-image {
  flex: 1;
  min-width: 320px;
}
.dried-info-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* Animations */
.hidden-left-info {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1s ease-out;
}
.show-left-info {
  opacity: 1;
  transform: translateX(0);
}

.hidden-right-info {
  opacity: 0;
  transform: translateX(80px);
  transition: all 1s ease-out;
}
.show-right-info {
  opacity: 1;
  transform: translateX(0);
}

/* end of Dry Fruit */
/*--------------------------------------------------------------
#1.1	cta-section
--------------------------------------------------------------*/
.cta-section {
  background: url("../images/cta-bg.jpg") center top/cover no-repeat local;
  position: relative;
  padding: 150px 0 138px;
  text-align: center;
}

@media (max-width: 991px) {
  .cta-section {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .cta-section {
    padding: 80px 0;
  }
}

.cta-section:before {
  content: "";
  background-color: rgba(2, 13, 38, 0.68);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-section .fi:before {
  font-size: 100px;
  font-size: 6.66667rem;
  color: #fff;
  margin-top: -0.2em;
  display: block;
  background: -webkit-linear-gradient(#ee8522, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .cta-section .fi:before {
    font-size: 80px;
    font-size: 5.33333rem;
  }
}

@media (max-width: 767px) {
  .cta-section .fi:before {
    font-size: 60px;
    font-size: 4rem;
  }
}

.cta-section h2 {
  font-size: 60px;
  font-size: 4rem;
  color: #fff;
  margin: 0.5em 0 0;
}

@media (max-width: 991px) {
  .cta-section h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 767px) {
  .cta-section h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

/*--------------------------------------------------------------
#1.2	latest-projects-section
--------------------------------------------------------------*/
.latest-projects-section .gallery-filters,
.latest-projects-section-s2 .gallery-filters {
  text-align: center;
}

.latest-projects-section .gallery-filters ul,
.latest-projects-section-s2 .gallery-filters ul {
  font-family: "Barlow Condensed", sans-serif;
  display: inline-block;
  list-style: none;
  border-bottom: 1px solid #ebe8e8;
  margin-bottom: 45px;
}

.latest-projects-section .gallery-filters ul li,
.latest-projects-section-s2 .gallery-filters ul li {
  float: left;
}

@media (max-width: 767px) {
  .latest-projects-section .gallery-filters ul li,
  .latest-projects-section-s2 .gallery-filters ul li {
    float: none;
  }
}

.latest-projects-section .gallery-filters ul li a,
.latest-projects-section-s2 .gallery-filters ul li a {
  font-weight: bold;
  color: #151222;
  font-size: 14px;
  font-size: 0.93333rem;
  text-transform: uppercase;
  padding: 15px 25px;
  position: relative;
  display: inline-block;
}

@media (max-width: 991px) {
  .latest-projects-section .gallery-filters ul li a,
  .latest-projects-section-s2 .gallery-filters ul li a {
    font-size: 13px;
    font-size: 0.86667rem;
    font-weight: 500;
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .latest-projects-section .gallery-filters ul li a,
  .latest-projects-section-s2 .gallery-filters ul li a {
    padding: 10px 20px;
  }
}

.latest-projects-section .gallery-filters ul li a:after,
.latest-projects-section-s2 .gallery-filters ul li a:after {
  content: "";
  background: #ee8522;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  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;
}

.latest-projects-section .gallery-filters ul li a.current,
.latest-projects-section-s2 .gallery-filters ul li a.current {
  color: #ee8522;
  text-decoration: none;
}

.latest-projects-section .gallery-filters ul li a.current:after,
.latest-projects-section-s2 .gallery-filters ul li a.current:after {
  opacity: 1;
}

.latest-projects-section .project-grids,
.latest-projects-section-s2 .project-grids {
  margin: 0 -1px;
}

.latest-projects-section .project-grids .grid,
.latest-projects-section-s2 .project-grids .grid {
  width: calc(33.33% - 2px);
  margin: 0 1px 1px;
  position: relative;
}

@media (max-width: 991px) {
  .latest-projects-section .project-grids .grid,
  .latest-projects-section-s2 .project-grids .grid {
    width: calc(50% - 2px);
  }
}

@media (max-width: 550px) {
  .latest-projects-section .project-grids .grid,
  .latest-projects-section-s2 .project-grids .grid {
    width: calc(100% - 2px);
  }
}

.latest-projects-section .inner,
.latest-projects-section-s2 .inner {
  position: relative;
  overflow: hidden;
}

.latest-projects-section .inner .details,
.latest-projects-section-s2 .inner .details {
  background: rgba(2, 13, 38, 0.9);
  width: 100%;
  height: 100%;
  padding: 50px 35px;
  position: absolute;
  left: 0;
  top: 0;
  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;
}

@media (max-width: 767px) {
  .latest-projects-section .inner .details,
  .latest-projects-section-s2 .inner .details {
    padding: 30px 20px;
  }
}

.latest-projects-section .inner .arrow a,
.latest-projects-section-s2 .inner .arrow a {
  color: #fff;
  margin-left: -15px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.latest-projects-section .inner .arrow a:hover,
.latest-projects-section-s2 .inner .arrow a:hover {
  color: #ee8522;
}

.latest-projects-section .inner .info,
.latest-projects-section-s2 .inner .info {
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.latest-projects-section .inner h3,
.latest-projects-section-s2 .inner h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-size: 500;
  color: #fff;
  margin: 0 0 0.2em;
}

@media (max-width: 991px) {
  .latest-projects-section .inner h3,
  .latest-projects-section-s2 .inner h3 {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: normal;
  }
}

.latest-projects-section .inner h3 a,
.latest-projects-section-s2 .inner h3 a {
  color: #fff;
}

.latest-projects-section .inner h3 a:hover,
.latest-projects-section-s2 .inner h3 a:hover {
  color: #ee8522;
}

.latest-projects-section .inner .cat,
.latest-projects-section-s2 .inner .cat {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #ee8522;
  margin: 0;
}

.latest-projects-section .grid:hover .details,
.latest-projects-section-s2 .grid:hover .details {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.latest-projects-section .grid:hover .details .arrow a,
.latest-projects-section-s2 .grid:hover .details .arrow a {
  margin-left: 0;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.latest-projects-section .grid:hover .details .info,
.latest-projects-section-s2 .grid:hover .details .info {
  bottom: 35px;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/*  */
/* Marble processing animtion */
/* Hidden before animation */
/* Hide before scroll */
.hidden {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

/* Fade-in from left */
.fade-in-left.show {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInLeft 1s ease forwards;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Fade-in from right */
.fade-in-right.show {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInRight 1s ease forwards;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*--------------------------------------------------------------
#1.3	Marble processing
--------------------------------------------------------------*/
.why-choose-us-section {
  /*** skills progress bar ***/
}

.why-choose-us-section .content-area {
  background-color: #f7f9fa;
  overflow: hidden;
  position: relative;
}

.why-choose-us-section .content-area .left-col,
.why-choose-us-section .content-area .right-col {
  width: 50%;
}

@media (max-width: 991px) {
  .why-choose-us-section .content-area .left-col,
  .why-choose-us-section .content-area .right-col {
    width: 100%;
    float: none;
  }
}

.why-choose-us-section .content-area .right-col {
  background: url("../images/skill-left-col.jpg") center top/cover no-repeat
    local;
  float: right;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .why-choose-us-section .content-area .right-col {
    float: none;
    position: relative;
    /* height: 400px; */
  }
}

.why-choose-us-section .content-area .left-col {
  float: left;
  padding: 100px 90px;
}

@media (max-width: 1199px) {
  .why-choose-us-section .content-area .left-col {
    padding: 100px 60px;
  }
}

@media (max-width: 991px) {
  .why-choose-us-section .content-area .left-col {
    float: none;
    padding: 90px 50px;
  }
}

@media (max-width: 767px) {
  .why-choose-us-section .content-area .left-col {
    padding: 80px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .why-choose-us-section .inner-area {
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  .why-choose-us-section .inner-area {
    padding-bottom: 70px;
  }
}

.why-choose-us-section .skills {
  /* padding-top: 30px; */
}

.why-choose-us-section .skills .skill {
  margin-bottom: 35px;
}

.why-choose-us-section .skills .skill:last-child {
  margin-bottom: 0;
}

.why-choose-us-section .skills .skill:last-child .progress {
  margin-bottom: 0;
}

.why-choose-us-section .skills h6 {
  font-size: 20px;
  font-size: 0.93333rem;
  margin: 0 0 0.6em;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .why-choose-us-section .skills h6 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.why-choose-us-section .skills .progress {
  background-color: #e6e6e6;
  height: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  box-shadow: none;
  position: relative;
  border-radius: 3px;
}

.why-choose-us-section .skills .progress > span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  color: #687187;
  padding: 2px 6px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: -32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .why-choose-us-section .skills .progress > span {
    padding: 0 6px;
  }
}

.why-choose-us-section .skills .progress-bar {
  background: #ee8522;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}

/* .why-choose-us-section .skills .progress-bar:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #EE8522;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -3px;
  -webkit-box-shadow: 0 0 5px #969696;
  box-shadow: 0 0 5px #969696;
} */

/* .why-choose-faq-section {
      background-color: #f7f9fa;
    } */

/* TALC Section */
.talc-section {
  font-family: "Segoe UI", sans-serif;
  color: #333;
}

/* Main Content */
.talc-container {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}
.talc-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.talc-info.reverse {
  flex-direction: row-reverse;
}
.text-block {
  flex: 1;
  min-width: 320px;
}
.text-block h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: black;
}
.text-block p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}
.image-block {
  flex: 1;
  min-width: 320px;
}
.image-block img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Gallery */
.talc-gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.talc-gallery img {
  width: 30%;
  min-width: 200px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.talc-gallery img:hover {
  transform: scale(1.05);
}

/* Scroll Animation */
.hidden-element {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}
.show-element {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 992px) {
  .talc-info {
    flex-direction: column;
    text-align: center;
  }
  .talc-info.reverse {
    flex-direction: column;
  }
  .talc-gallery img {
    width: 100%;
  }
}

/* Talc Details */
.talc-details {
  padding: 80px 20px;
  background: #fdfdfd;
}

.talc-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.talc-text {
  flex: 1;
  min-width: 300px;
}

.talc-text h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #333;
}

.talc-text p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.talc-photos {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.talc-photos img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Processing */
.talc-processing {
  padding: 80px 20px;
  background: #fafafa;
  text-align: center;
}

.talc-processing h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.talc-processing p {
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.8;
  color: #555;
}

.processing-gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.processing-gallery img {
  max-width: 300px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Animations */
.hidden-left {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1s ease-out;
}
.show-left {
  opacity: 1;
  transform: translateX(0);
}

.hidden-right {
  opacity: 100;
  transform: translateX(80px);
  transition: all 1s ease-out;
}
.show-right {
  opacity: 100;
  transform: translateX(0);
}

/* MARBLE SECTION ABOUT */

.marble-section {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

.marble-hero {
  text-align: center;
  margin-bottom: 60px;
}
.marble-hero h2 {
  font-size: 2.5rem;
  color: #1c315e;
}
.marble-hero p {
  color: #555;
  font-size: 1.2rem;
}

.marble-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.marble-block.reverse {
  flex-direction: row-reverse;
}

.marble-text,
.marble-image {
  flex: 1;
  min-width: 300px;
}
.marble-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Gallery */
.marble-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.marble-gallery img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.marble-gallery img:hover {
  transform: scale(1.05);
}
.marble-info-section {
  background: #fff;
  padding: 80px 20px;
}

.info-hero {
  text-align: center;
  margin-bottom: 60px;
}

.info-hero h2 {
  font-size: 2.5rem;
  color: #1c315e;
  margin-bottom: 10px;
}

.info-hero p {
  font-size: 1.2rem;
  color: #555;
}

.info-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.info-block {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.info-block.reverse {
  flex-direction: row-reverse;
}

.info-block img {
  flex: 1;
  min-width: 300px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.info-text {
  flex: 1;
  min-width: 300px;
}

.info-text h3 {
  font-size: 1.8rem;
  color: #ee8522;
  margin-bottom: 12px;
}

.info-text p,
.info-text ul {
  color: #444;
  line-height: 1.7;
}

.info-text ul {
  padding-left: 20px;
}

.info-text li {
  margin-bottom: 8px;
}

/* Animation states (existing classes) */
.hidden,
.hidden-left,
.hidden-right {
  opacity: 0;
  transition: all 1s ease;
}

.hidden-left {
  transform: translateX(-80px);
}

.hidden-right {
  transform: translateX(80px);
}

.reveal,
.reveal-left,
.reveal-right {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* Animation States */
.hidden {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s ease-out;
}
.reveal {
  opacity: 1;
  transform: translateY(0);
}
.hidden-left {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1s ease-out;
}
.reveal-left {
  opacity: 1;
  transform: translateX(0);
}
.hidden-right {
  opacity: 0;
  transform: translateX(80px);
  transition: all 1s ease-out;
}
.reveal-right {
  opacity: 1;
  transform: translateX(0);
}
/* Importance Section */
.marble-importance {
  position: relative;
  background: url("assets/images/marble-bg.jpg") center/cover no-repeat;
  color: white;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
}

.importance-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 49, 94, 0.7); /* Dark blue overlay */
  z-index: 1;
}

.importance-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  animation: fadeUp 1.5s ease-in-out;
}

.marble-importance h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #ee8522; /* Accent color */
}

.marble-importance p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* onyx section */
/* ---------------- Onyx Section ---------------- */

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero-content {
  position: relative;
  color: #fff;
  text-align: center;
  max-width: 800px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.2s ease;
}
.hero-content.show {
  opacity: 1;
  transform: translateY(0);
}
.hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.hero-content p {
  font-size: 1.2rem;
  line-height: 1.6;
}

/* Showcase Section (3 Big Photos) */
.onyx-showcase {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}
.onyx-photo {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 300px;
  overflow: hidden;
  border-radius: 12px;
  transform: scale(0.9);
  opacity: 0;
  transition: all 1s ease;
}
.onyx-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 1s ease;
}
.onyx-photo:hover img {
  transform: scale(1.1);
}
.onyx-photo.show {
  opacity: 1;
  transform: scale(1);
}

/* Stats Section */
.onyx-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 80px 20px;
  background: url("assets/images/bg-onyx.jpg") center/cover no-repeat fixed;
  position: relative;
  z-index: 1;
}

/* Dark overlay for readability */
.onyx-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
}

.stat-box {
  flex: 1;
  min-width: 220px;
  display: flex;
  justify-content: center;
}

.stat-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  width: 100%;
  max-width: 250px;
}

/* Hover animation */
.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.stat-card h2 {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #ee8522;
  font-weight: bold;
}

.stat-card p {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}
/* Info Section */
.onyx-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 60px auto;
  max-width: 1400px;
  background: #fafafa;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.onyx-text {
  flex: 1;
  padding: 40px;
  min-width: 300px;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease;
}
.onyx-text h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #333;
}
.onyx-text p {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  text-align: justify;
}

.onyx-bg {
  flex: 1;
  min-height: 350px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 1s ease;
}
.onyx-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-left: 5px solid #eee;
}
.onyx-facts {
  position: relative;
  padding: 80px 20px;
  /* background: url("assets/images/bg-onyx.jpg") center/cover no-repeat fixed; */
  overflow: hidden;
  color: #fff;
}

.onyx-facts::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #ee8522, #1c315e, #0f2027);
  z-index: 0;
}

.facts-container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.facts-image {
  flex: 1;
  min-width: 300px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.facts-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.facts-text {
  flex: 1;
  min-width: 300px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.facts-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #ee8522;
}

.facts-text ul {
  list-style: disc;
  padding-left: 20px;
}

.facts-text li {
  margin-bottom: 15px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #f0f0f0;
}

.facts-image.show,
.facts-text.show {
  opacity: 1;
  transform: translateY(0);
}

/* Active animation */
.onyx-text.show {
  opacity: 1;
  transform: translateX(0);
}
.onyx-bg.show {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 992px) {
  .onyx-info {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }

  .onyx-text {
    flex: 1 1 100%;
  }

  .onyx-bg {
    flex: 1 1 100%;
  }

  .onyx-bg img {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .onyx-text h2 {
    font-size: 26px;
  }

  .onyx-text p {
    font-size: 15px;
  }
}
/*  */
/*--------------------------------------------------------------


/*--------------------------------------------------------------
#1.5	partners-section

/*-------------------------------------------------------
/*--------------------------------------------------------------
#1.8	contact-map-section
--------------------------------------------------------------*/
.contact-map-section .contact-map {
  height: 550px;
}

.contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}

/*--------------------------------------------------------------
	#home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	features-section-s2
--------------------------------------------------------------*/
.features-section-s2 {
  margin: 110px 0;
}

@media (max-width: 991px) {
  .features-section-s2 {
    margin: 90px 0;
  }
}

@media (max-width: 767px) {
  .features-section-s2 {
    margin: 80px 0;
  }
}

/*--------------------------------------------------------------
#2.2	about-us-section-s2
--------------------------------------------------------------*/
.about-us-section-s2 {
  padding-bottom: 93px;
}

@media (max-width: 991px) {
  .about-us-section-s2 {
    padding-bottom: 68px;
  }
}

@media (max-width: 767px) {
  .about-us-section-s2 {
    padding-bottom: 58px;
  }
}

.about-us-section-s2 .about-image {
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .about-us-section-s2 .about-details {
    padding-left: 25px;
  }
}
/* Base hidden state */
.slide-in-left,
.slide-in-right {
  opacity: 0;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform, opacity;
}

/* Image slides in from left */
.slide-in-left {
  transform: translateX(-100px);
}

/* Text slides in from right */
.slide-in-right {
  transform: translateX(100px);
}

/* Final visible state */
.slide-in-left.visible,
.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.about-us-section-s2 .ceo-quote blockquote {
  margin-top: 35px;
  background: #ee852208;
  border: 0;
  padding: 25px;
  font-size: 16px;
  line-height: 1.7em;
  border-left: 2px solid #fff1e8;
}

.about-us-section-s2 .ceo-quote span {
  display: block;
  font-size: 13px;
  padding-top: 15px;
}

/*--------------------------------------------------------------
#2.3	services-section-s2
--------------------------------------------------------------*/
.services-section-s2,
.services-section-s3 {
  background-color: #f7f9fa;
  padding-bottom: 55px;
}

@media (max-width: 991px) {
  .services-section-s2,
  .services-section-s3 {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .services-section-s2,
  .services-section-s3 {
    padding-bottom: 30px;
  }
}

.services-section-s2 .service-grids,
.services-section-s3 .service-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .services-section-s2 .service-grids,
  .services-section-s3 .service-grids {
    margin: 0 -7.5px;
  }
}

.services-section-s2 .service-grids .grid,
.services-section-s3 .service-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 50px;
}

@media (max-width: 991px) {
  .services-section-s2 .service-grids .grid,
  .services-section-s3 .service-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .services-section-s2 .service-grids .grid,
  .services-section-s3 .service-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 50px;
  }
}

@media (max-width: 550px) {
  .services-section-s2 .service-grids .grid,
  .services-section-s3 .service-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.services-section-s2 .service-grids .details,
.services-section-s3 .service-grids .details {
  padding: 35px 0 0 75px;
  position: relative;
}

@media (max-width: 767px) {
  .services-section-s2 .service-grids .details,
  .services-section-s3 .service-grids .details {
    padding: 25px 0 0 55px;
  }
}

.services-section-s2 .service-grids .fi,
.services-section-s3 .service-grids .fi {
  position: absolute;
  left: 0;
  top: 20px;
}

.services-section-s2 .service-grids .fi:before,
.services-section-s3 .service-grids .fi:before {
  font-size: 50px;
  font-size: 3.33333rem;
  color: #ee8522;
}

@media (max-width: 767px) {
  .services-section-s2 .service-grids .fi:before,
  .services-section-s3 .service-grids .fi:before {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.services-section-s2 .service-grids h3,
.services-section-s3 .service-grids h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.5em;
}

@media (max-width: 767px) {
  .services-section-s2 .service-grids h3,
  .services-section-s3 .service-grids h3 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.services-section-s2 .service-grids h3 a,
.services-section-s3 .service-grids h3 a {
  color: #151222;
}

.services-section-s2 .service-grids h3 a:hover,
.services-section-s3 .service-grids h3 a:hover {
  color: #ee8522;
}

.services-section-s2 .service-grids .grid:hover h3 a,
.services-section-s3 .service-grids .grid:hover h3 a {
  color: #ee8522;
}

.services-section-s2 .service-grids p,
.services-section-s3 .service-grids p {
  margin: 0;
}

/*--------------------------------------------------------------
#2.4	cta-section-s2
--------------------------------------------------------------*/
.cta-section-s2 {
  background: url("../images/cta-s2-bg.jpg") center top/cover no-repeat local;
  position: relative;
  padding: 120px 0 130px;
  text-align: center;
}

@media (max-width: 991px) {
  .cta-section-s2 {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .cta-section-s2 {
    padding: 80px 0;
  }
}

.cta-section-s2:before {
  content: "";
  background-color: rgba(2, 13, 38, 0.58);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-section-s2 p {
  font-size: 24px;
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .cta-section-s2 p {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .cta-section-s2 p {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.cta-section-s2 h2 {
  font-size: 60px;
  font-size: 4rem;
  color: #fff;
  margin: 0.5em 0;
}

@media (max-width: 991px) {
  .cta-section-s2 h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 767px) {
  .cta-section-s2 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

/*--------------------------------------------------------------
#2.5	latest-projects-section-s2
--------------------------------------------------------------*/
.latest-projects-section-s2 {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .latest-projects-section-s2 {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .latest-projects-section-s2 {
    padding-bottom: 40px;
  }
}

.latest-projects-section-s2 .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  padding: 16px 20px;
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px #88888866;
  box-shadow: 0 0 15px #88888866;
  color: #9c9999;
}

.latest-projects-section-s2
  .owl-theme
  .owl-controls
  .owl-nav
  [class*="owl-"]:hover {
  background: #ee8522;
  color: #fff;
}

.latest-projects-section-s2 .owl-theme .owl-controls {
  margin-top: 0;
  position: relative;
  bottom: 35px;
}

/*--------------------------------------------------------------
#2.6	testimonials-section-s2
--------------------------------------------------------------*/
.testimonials-section-s2,
.testimonials-section-s3 {
  background-color: #f7f9fa;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .testimonials-section-s2,
  .testimonials-section-s3 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s2,
  .testimonials-section-s3 {
    padding-bottom: 70px;
  }
}

.testimonials-section-s2 .testimonial-grids,
.testimonials-section-s3 .testimonial-grids {
  position: relative;
  z-index: 1;
  text-align: center;
}

.testimonials-section-s2 .testimonial-grids img,
.testimonials-section-s3 .testimonial-grids img {
  width: auto;
  display: inline-block;
}

.testimonials-section-s2 .testimonial-grids h4,
.testimonials-section-s3 .testimonial-grids h4 {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  margin: 1em 0 0.3em;
}

.testimonials-section-s2 .testimonial-grids h4 + span,
.testimonials-section-s3 .testimonial-grids h4 + span {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #9a9494;
}

.testimonials-section-s2 .testimonial-grids .grid,
.testimonials-section-s3 .testimonial-grids .grid {
  background: #fff;
  padding: 50px 45px;
}

@media (max-width: 991px) {
  .testimonials-section-s2 .testimonial-grids .grid,
  .testimonials-section-s3 .testimonial-grids .grid {
    padding: 40px 25px;
  }
}

.testimonials-section-s2 .client-info,
.testimonials-section-s3 .client-info {
  margin-bottom: 30px;
}

.testimonials-section-s2 .client-pic,
.testimonials-section-s3 .client-pic {
  max-width: 90px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .testimonials-section-s2 .client-pic:before,
  .testimonials-section-s3 .client-pic:before,
  .testimonials-section-s2 .client-pic:after,
  .testimonials-section-s3 .client-pic:after {
    content: "";
    background: url("../images/testimonials/quote.png") center center/100%
      no-repeat local;
    position: absolute;
    top: 20px;
    left: -100px;
    width: 48px;
    height: 34px;
    opacity: 1;
  }
  .testimonials-section-s2 .client-pic:after,
  .testimonials-section-s3 .client-pic:after {
    left: auto;
    right: -100px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.testimonials-section-s2 .client-pic img,
.testimonials-section-s3 .client-pic img {
  width: auto;
  border-radius: 50%;
}

.testimonials-section-s2 .client-quote,
.testimonials-section-s3 .client-quote {
  max-width: 750px;
  margin: 0 auto;
}

.testimonials-section-s2 .client-quote p,
.testimonials-section-s3 .client-quote p {
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 0;
}

@media (max-width: 767px) {
  .testimonials-section-s2 .client-quote p,
  .testimonials-section-s3 .client-quote p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.testimonials-section-s2 .owl-theme .owl-controls,
.testimonials-section-s3 .owl-theme .owl-controls {
  margin-top: 40px;
}

.testimonials-section-s2 .owl-theme .owl-dots .owl-dot span,
.testimonials-section-s3 .owl-theme .owl-dots .owl-dot span {
  background: #ee8522;
  opacity: 0.5;
}

.testimonials-section-s2 .owl-theme .owl-dots .active span,
.testimonials-section-s3 .owl-theme .owl-dots .active span {
  background: #ee8522;
  opacity: 1;
}

.testimonials-section-s3 {
  background-color: #fff;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .testimonials-section-s3 {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s3 {
    padding-bottom: 30px;
  }
}

.testimonials-section-s3 .testimonial-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .testimonials-section-s3 .testimonial-grids {
    margin: 0 -7.5px;
  }
}

.testimonials-section-s3 .testimonial-grids > .grid {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 50px;
  -webkit-box-shadow: 0 0 15px rgba(230, 225, 225, 0.5);
  box-shadow: 0 0 15px rgba(230, 225, 225, 0.5);
}

@media (max-width: 767px) {
  .testimonials-section-s3 .testimonial-grids > .grid {
    width: calc(50% - 15px);
    float: left;
    margin: 0 7.5px 50px;
  }
}

@media (max-width: 600px) {
  .testimonials-section-s3 .testimonial-grids > .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

/*--------------------------------------------------------------
	#home style 3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1	about-us-section-s3
--------------------------------------------------------------*/
.about-us-section-s3 .feature-grids {
  background: #fff;
  border: 1px solid #dce7eb;
}

@media (max-width: 991px) {
  .about-us-section-s3 .feature-grids {
    margin-bottom: 70px;
  }
}

.about-us-section-s3 .feature-grids .grid {
  border-bottom: 1px solid #dce7eb;
  padding: 32px 25px 12px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .about-us-section-s3 .feature-grids .grid {
    padding: 32px 25px 12px;
  }
}

@media (max-width: 550px) {
  .about-us-section-s3 .feature-grids .grid {
    padding: 20px 20px 0;
    border-bottom: 1px solid #dce7eb;
  }
}

.about-us-section-s3 .feature-grids > .grid:last-child {
  border-bottom: 0;
}

.about-us-section-s3 .feature-grids .img-holder {
  width: 50px;
  float: left;
}

.about-us-section-s3 .feature-grids img {
  max-width: 45px;
  display: block;
  margin-bottom: 25px;
}

.about-us-section-s3 .feature-grids h3 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0.8em 0 0.8em;
  padding-left: 15px;
  display: inline-block;
  float: left;
}

.about-us-section-s3 .feature-grids p {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .about-us-section-s3 .about-area {
    padding-left: 25px;
  }
}

.about-us-section-s3 .about-area .details > div {
  margin-top: 25px;
  position: relative;
  padding-left: 35px;
}

.about-us-section-s3 .about-area .details h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 0.7em;
}

.about-us-section-s3 .about-area .details h4 i {
  position: absolute;
  left: 0;
  top: 0;
  color: #ee8522;
}

/*--------------------------------------------------------------
#3.2	services-section-s3
--------------------------------------------------------------*/
.services-section-s3 {
  padding-bottom: 75px;
}

@media (max-width: 991px) {
  .services-section-s3 {
    padding-bottom: 60px;
  }
}

.services-section-s3 .service-grids .grid {
  margin: 0 15px 30px;
}

@media (max-width: 767px) {
  .services-section-s3 .service-grids .grid {
    margin: 0 7.5px 15px;
  }
}

.services-section-s3 .service-grids .details {
  padding: 25px 0 0 85px;
  position: relative;
}

@media (max-width: 767px) {
  .services-section-s3 .service-grids .details {
    padding: 25px 0 0 55px;
  }
}

/*--------------------------------------------------------------
	#about
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section {
  background-color: #f7f9fa;
  padding: 100px;
}

@media (max-width: 991px) {
  .fun-fact-section {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .fun-fact-section {
    padding: 30px;
  }
}

.fun-fact-section .fun-fact-grids .grid {
  width: 25%;
  float: left;
  position: relative;
  padding: 0 0 0 65px;
}

@media (max-width: 991px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: 50%;
    margin: 0 0 50px;
  }
}

@media (max-width: 767px) {
  .fun-fact-section .fun-fact-grids .grid {
    padding: 0 0 0 50px;
  }
}

@media (max-width: 500px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: 200px;
    float: none;
    margin: 0 auto 50px;
  }
}

.fun-fact-section .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.fun-fact-section .fi:before {
  font-size: 45px;
  font-size: 3rem;
  color: #ee8522;
}

@media (max-width: 767px) {
  .fun-fact-section .fi:before {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.fun-fact-section .info {
  border-left: 1px solid #efefef;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .fun-fact-section .info {
    padding-left: 15px;
  }
}

.fun-fact-section .info h3 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 1199px) {
  .fun-fact-section .info h3 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 767px) {
  .fun-fact-section .info h3 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.about-us-page-section {
  padding-bottom: 0;
}

.about-us-page-feature {
  margin-top: 95px;
}

@media (max-width: 991px) {
  .about-us-page-feature {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .about-us-page-feature {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section {
  padding-bottom: 65px;
}

@media (max-width: 991px) {
  .contact-pg-section {
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section {
    padding-bottom: 65px;
  }
}

.contact-pg-section form input,
.contact-pg-section form select,
.contact-pg-section form textarea {
  background: #fff;
  width: 100%;
  height: 50px;
  border: 2px solid #eaf2f5;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .contact-pg-section form input,
  .contact-pg-section form select,
  .contact-pg-section form textarea {
    height: 45px;
  }
}

.contact-pg-section form input:focus,
.contact-pg-section form select:focus,
.contact-pg-section form textarea:focus {
  border-color: #ee8522;
}

.contact-pg-section form textarea {
  height: 180px;
}

.contact-pg-section form {
  margin: 0 -7.5px;
  overflow: hidden;
}

.contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-pg-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 12px;
  font-size: 15px;
  font-size: 1rem;
}

.contact-pg-section form > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

@media (max-width: 600px) {
  .contact-pg-section form > div {
    width: calc(100% - 15px);
    float: none;
  }
}

.contact-pg-section form .fullwidth {
  width: calc(100% - 15px);
}

.contact-pg-section .office-info {
  position: relative;
  padding: 55px 55px;
  margin-top: -187px;
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .contact-pg-section .office-info {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .contact-pg-section .office-info {
    margin-top: 0;
  }
}

.contact-pg-section .office-info:before {
  content: "";
  background-color: rgba(255, 94, 20, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-pg-section .office-info > div {
  position: relative;
}

.contact-pg-section .office-info > div + div {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-pg-section .office-info h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: normal;
  color: #fff;
  margin: 0 0 0.5em;
}

.contact-pg-section .office-info ul {
  list-style: none;
}

.contact-pg-section .office-info li {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

.contact-pg-section .office-info ul > li + li {
  margin-top: 8px;
}

/*--------------------------------------------------------------
	#blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.blog-pg-section .blog-content .post {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 60px;
  }
}

.blog-pg-section .entry-media {
  margin-bottom: 45px;
}

.blog-pg-section .meta-title {
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ecf3fc;
}

.blog-pg-section .meta-title .meta {
  width: 180px;
  float: left;
  border-right: 1px solid #ecf3fc;
}

@media (max-width: 767px) {
  .blog-pg-section .meta-title .meta {
    width: 100%;
    float: none;
    border-right: 0;
  }
}

.blog-pg-section .meta-title .title {
  width: calc(100% - 180px);
  float: left;
  padding-left: 45px;
}

@media (max-width: 767px) {
  .blog-pg-section .meta-title .title {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .blog-pg-section .entry-meta {
    position: relative;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta {
    margin: 0 0 25px 0;
  }
}

.blog-pg-section .entry-meta li {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 600px) {
  .blog-pg-section .entry-meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.blog-pg-section .entry-meta li i {
  font-size: 16px;
  font-size: 1.06667rem;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta li i {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.blog-pg-section .entry-meta > li + li {
  margin-top: 8px;
  position: relative;
}

@media (max-width: 600px) {
  .blog-pg-section .entry-meta > li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

.blog-pg-section .entry-meta li a {
  color: #687187;
}

.blog-pg-section .entry-meta li a:hover {
  color: #ee8522;
}

.blog-pg-section .entry-meta li:last-child i {
  position: relative;
  top: 3px;
}

.blog-pg-section .post h3 {
  font-size: 28px;
  font-size: 1.86667rem;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.blog-pg-section .post h3 a {
  color: #151222;
}

.blog-pg-section .post h3 a:hover {
  color: #ee8522;
}

.blog-pg-section .post p {
  margin-bottom: 2em;
}

@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .post p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-pg-section .format-standard,
.blog-pg-section .format-quote {
  background-color: #f5f9fd;
  padding: 55px 45px;
}

@media (max-width: 767px) {
  .blog-pg-section .format-standard,
  .blog-pg-section .format-quote {
    padding: 25px 20px;
  }
}

.blog-pg-section .format-gallery {
  position: relative;
}

.blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #ee8522;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*="owl-"] {
  background: rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  -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-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
  left: 15px;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  right: 15px;
}

.blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.blog-pg-section .format-quote p {
  margin-bottom: 0;
}

.blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f106";
  font-size: 250px;
  font-size: 16.66667rem;
  color: #ecf3fb;
  margin-left: 0;
  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%);
}

.blog-pg-section .format-quote h3,
.blog-pg-section .format-quote p {
  position: relative;
}

.blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #020d26;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 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;
  opacity: 0.5;
}

.blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}

.blog-pg-section .format-video .video-holder a {
  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%);
}

.blog-pg-section .format-video .video-holder .fi:before {
  font-size: 80px;
  font-size: 5.33333rem;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-pg-section .format-video .video-holder .fi:before {
    font-size: 60px;
    font-size: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .blog-content {
    padding: 0;
  }
}

/*--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1	blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

.blog-single-section .entry-media {
  margin-bottom: 45px;
}

.blog-single-section .meta-title {
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ecf3fc;
}

.blog-single-section .meta-title .meta {
  width: 180px;
  float: left;
  border-right: 1px solid #ecf3fc;
}

@media (max-width: 767px) {
  .blog-single-section .meta-title .meta {
    width: 100%;
    float: none;
    border-right: 0;
  }
}

.blog-single-section .meta-title .title {
  width: calc(100% - 180px);
  float: left;
  padding-left: 45px;
}

@media (max-width: 767px) {
  .blog-single-section .meta-title .title {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .blog-single-section .entry-meta {
    position: relative;
  }
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta {
    margin: 0 0 25px 0;
  }
}

.blog-single-section .entry-meta li {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 600px) {
  .blog-single-section .entry-meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.blog-single-section .entry-meta li i {
  font-size: 16px;
  font-size: 1.06667rem;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta li i {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.blog-single-section .entry-meta > li + li {
  margin-top: 8px;
  position: relative;
}

@media (max-width: 600px) {
  .blog-single-section .entry-meta > li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

.blog-single-section .entry-meta li a {
  color: #687187;
}

.blog-single-section .entry-meta li a:hover {
  color: #ee8522;
}

.blog-single-section .entry-meta li:last-child i {
  position: relative;
  top: 3px;
}

.blog-single-section .post h2 {
  font-size: 28px;
  font-size: 1.86667rem;
  font-weight: 500;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
}

@media (max-width: 991px) {
  .blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.blog-single-section .post p {
  margin-bottom: 1.5em;
}

.blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-section .post blockquote {
  background-color: #ee8522;
  color: #fff;
  line-height: 1.6em;
  padding: 120px 45px 50px;
  margin-top: 60px;
  border: 0;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.blog-single-section .post blockquote:before {
  font-family: "Flaticon";
  content: "\f105";
  font-size: 60px;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote:before {
    display: none;
  }
}

.blog-single-section .post blockquote .quoter {
  font-size: 14px;
  font-size: 0.93333rem;
  display: block;
  margin-top: 15px;
}

.blog-single-section .tag-share {
  border-top: 1px solid #e6f0fb;
  border-bottom: 1px solid #e6f0fb;
  margin: 75px 0 0;
  padding: 30px 0;
  color: #151222;
}

.blog-single-section .tag-share ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.blog-single-section .tag-share ul li {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul li {
    margin: 2px;
  }
}

.blog-single-section .tag-share ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul > li + li {
    margin: 2px;
  }
}

.blog-single-section .tag-share .tag {
  float: left;
}

.blog-single-section .tag-share .tag > span {
  font-family: "Barlow Condensed", sans-serif;
  color: #151222;
  font-weight: 600;
  display: inline-block;
  padding-right: 8px;
}

.blog-single-section .tag-share .tag ul {
  list-style: none;
  position: relative;
  top: 5px;
}

.blog-single-section .tag-share .tag li {
  position: relative;
}

.blog-single-section .tag-share .tag li:after {
  content: ",";
  position: absolute;
  right: -4px;
  bottom: 0;
}

.blog-single-section .tag-share .tag a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #151222;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.blog-single-section .tag-share .tag a:hover {
  color: #ee8522;
}

.blog-single-section .tag-share .share {
  float: right;
  position: relative;
  top: -15px;
}

.blog-single-section .tag-share .share > span {
  font-family: "Barlow Condensed", sans-serif;
  color: #151222;
  font-weight: 600;
  display: inline-block;
  padding-right: 8px;
}

.blog-single-section .tag-share .share ul {
  position: relative;
  top: 15px;
}

.blog-single-section .tag-share .share ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul > li + li {
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul > li {
    margin: 5px;
  }
}

.blog-single-section .tag-share .share a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #eae6e6;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #627381;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.blog-single-section .tag-share .share a:hover {
  background: #ee8522;
  border-color: #ee8522;
  color: #fff !important;
}

.blog-single-section .tag-share .share ul > li:first-child a {
  color: #3c5ba4;
}

.blog-single-section .tag-share .share ul > li:nth-child(2) a {
  color: #47a0d9;
}

.blog-single-section .tag-share .share ul > li:nth-child(3) a {
  color: #0073b1;
}

.blog-single-section .tag-share .share ul > li:nth-child(4) a {
  color: #933f94;
}

.blog-single-section .author-box {
  padding: 35px 40px 25px;
  margin: 70px 0;
  border: 2px solid #eff3f6;
}

@media (max-width: 991px) {
  .blog-single-section .author-box {
    padding: 35px 40px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .author-box {
    padding: 25px;
  }
}

.blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}

.blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #151222;
}

.blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}

.blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #151222;
}

.blog-single-section .author-box .social-link a:hover {
  color: #ee8522;
}

.blog-single-section .more-posts {
  overflow: hidden;
  border: 2px solid #eff3f6;
  padding: 0 25px;
}

.blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}

.blog-single-section .more-posts > div > a {
  display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #eff3f6;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #eff3f6;
  }
}

.blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}

.blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "Flaticon";
  content: "\f104";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}

.blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}

.blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "Flaticon";
  content: "\f103";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}

.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
  display: block;
}

.blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #687187;
}

.blog-single-section .more-posts .post-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-size: 1.13333rem;
  color: #151222;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.blog-single-section .more-posts a:hover .post-control-link {
  color: #ee8522;
}

.blog-single-section .comments-area {
  margin-top: 70px;
}

.blog-single-section .comments-area .comments {
  border: 2px solid #eff3f6;
}

.blog-single-section .comments-area li > div {
  border-bottom: 1px solid #eff3f6;
  padding: 35px;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}

.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}

.blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 600;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-section .comments-area li > div {
  position: relative;
}

.blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}

.blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #151222;
  font-weight: bold;
  margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #687187;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

.blog-single-section .comments-area .comment-reply-link {
  font-family: "Barlow Condensed", sans-serif;
  background: #ff9261;
  font-size: 13px;
  font-size: 0.86667rem;
  width: 80px;
  height: 25px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}

.blog-single-section .comments-area .comment-reply-link:hover {
  background-color: #ee8522;
}

.blog-single-section .comment-respond {
  margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #fff;
  width: 100%;
  height: 50px;
  border: 2px solid #eff3f6;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 0px;
  -webkit-box-shadow: none;
  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-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ee8522;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-submit input {
  font-family: "Barlow Condensed", sans-serif;
  max-width: 180px;
  background-color: #ee8522;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: capitalize;
}

.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #313131;
}

@media screen and (min-width: 1200px) {
  .blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
	#portfolio single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1	portfolio-sigle-section
--------------------------------------------------------------*/
.portfolio-sigle-section .project-info {
  width: 340px;
  padding: 45px;
  border: 5px solid #e9f2fb;
  float: right;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .portfolio-sigle-section .project-info {
    width: auto;
    max-width: 300px;
    float: none;
    margin: 0;
    padding: 25px;
  }
}

.portfolio-sigle-section .project-info ul {
  list-style: none;
}

.portfolio-sigle-section .project-info ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.portfolio-sigle-section .project-info li {
  font-size: 14px;
  font-size: 0.93333rem;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

.portfolio-sigle-section .project-info li span {
  font-weight: 600;
  color: #333;
  min-width: 100px;
  display: inline-block;
}

.portfolio-sigle-section .project-details {
  /* width: calc(100% - 400px); */
  float: left;
  text-align: justify;
}

@media (max-width: 991px) {
  .portfolio-sigle-section .project-details {
    width: 100%;
    float: none;
    margin-top: 70px;
  }
}

.portfolio-sigle-section .content-area {
  padding-top: 70px;
}

.portfolio-sigle-section .content-area h2 {
  font-size: 32px;
  font-size: 2.13333rem;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .portfolio-sigle-section .content-area h2 {
    font-size: 28px;
    font-size: 1.86667rem;
  }
}

@media (max-width: 767px) {
  .portfolio-sigle-section .content-area h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.portfolio-sigle-section .content-area p {
  margin-bottom: 1.7em;
}

.portfolio-sigle-section .challange-solution-section {
  margin-top: 70px;
  clear: both;
  float: none;
}

@media (max-width: 991px) {
  .portfolio-sigle-section .challange-solution-section {
    margin-top: 30px;
  }
}

.portfolio-sigle-section .challange-solution-section ul {
  list-style: none;
}

.portfolio-sigle-section .challange-solution-section ul li {
  font-size: 18px;
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .portfolio-sigle-section .challange-solution-section ul li {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.portfolio-sigle-section .challange-solution-section ul > li + li {
  margin-top: 8px;
}

.portfolio-sigle-section .challange-solution-section li i {
  color: #ee8522;
  display: inline-block;
  padding-right: 7px;
  position: relative;
  top: 2px;
}

.portfolio-sigle-section .prev-next-project {
  border: 2px solid #f2f7fd;
  padding: 28px 22px;
  margin-top: 80px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .portfolio-sigle-section .prev-next-project {
    text-align: center;
    padding: 35px 22px;
  }
}

.portfolio-sigle-section .prev-next-project > div {
  display: inline-block;
  position: relative;
  padding-left: 75px;
}

@media (max-width: 767px) {
  .portfolio-sigle-section .prev-next-project > div {
    display: block;
    float: none;
    padding: 0;
  }
}

.portfolio-sigle-section .prev-next-project > div:first-child {
  float: left;
}

@media (max-width: 767px) {
  .portfolio-sigle-section .prev-next-project > div:first-child {
    display: block;
    float: none;
    margin-bottom: 25px;
  }
}

.portfolio-sigle-section .prev-next-project > div:last-child {
  float: right;
  padding: 0 75px 0 0;
}

@media (max-width: 767px) {
  .portfolio-sigle-section .prev-next-project > div:last-child {
    display: block;
    float: none;
    padding: 0;
  }
}

.portfolio-sigle-section .prev-next-project .icon {
  position: absolute;
  left: 0;
  top: 5px;
  border-right: 1px solid #e8e8e8;
  padding-right: 18px;
}

@media (max-width: 767px) {
  .portfolio-sigle-section .prev-next-project .icon {
    display: none;
  }
}

.portfolio-sigle-section .prev-next-project .icon i {
  font-size: 30px;
  font-size: 2rem;
  color: #ee8522;
}

.portfolio-sigle-section .prev-next-project > div:last-child .icon {
  left: auto;
  right: 0;
  border-left: 1px solid #e8e8e8;
  padding-left: 18px;
  border-right: 0;
  padding-right: 0;
}

.portfolio-sigle-section .prev-next-project a {
  display: block;
}

.portfolio-sigle-section .prev-next-project a > span {
  font-size: 12px;
  font-size: 0.8rem;
  color: #7b7b7b;
  text-transform: uppercase;
}

.portfolio-sigle-section .prev-next-project a > h5 {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #151222;
  margin: 0.5em 0 0;
  -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: 767px) {
  .portfolio-sigle-section .prev-next-project a > h5 {
    font-size: 16px;
    font-size: 1.06667rem;
    margin: 0.1em 0 0;
  }
}

.portfolio-sigle-section .prev-next-project a:hover h5 {
  color: #ee8522;
}

/*--------------------------------------------------------------
	#service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1	service-single-section
--------------------------------------------------------------*/
.service-single-section {
  /*** problem-solution-section ***/
}

@media screen and (min-width: 1200px) {
  .service-single-section .service-single-content {
    padding-left: 20px;
  }
}

.service-single-section .service-single-content .theme-btn,
.service-single-section .service-single-content .theme-btn-s2,
.service-single-section .service-single-content .submit-btn {
  margin-top: 10px;
}

.service-single-section .service-single-content h2 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 0.7em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.service-single-section .service-single-content h3 {
  font-size: 24px;
  font-size: 1.6rem;
  text-transform: capitalize;
  margin: 1em 0 1em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.service-single-section .service-single-content p {
  margin-bottom: 1.3em;
}

.service-single-section .service-single-content blockquote {
  background: #f5f5f5;
  padding: 45px 25px 45px 95px;
  margin: 55px 0 80px;
  border: 0;
  position: relative;
}

.service-single-section .service-single-content blockquote:before {
  font-family: "Flaticon";
  content: "\f106";
  font-size: 45px;
  font-size: 3rem;
  color: #ee8522;
  position: absolute;
  left: 30px;
  top: 35px;
  opacity: 0.5;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content blockquote:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .service-single-section .service-single-content blockquote {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 35px 25px;
    margin: 45px 0 70px;
  }
}

.service-single-section .service-single-content blockquote p {
  margin-bottom: 0.5em;
}

.service-single-section .service-single-content blockquote > span {
  font-size: 13px;
  font-size: 0.86667rem;
}

.service-single-section .service-single-content .service-single-img-holder {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content .service-single-img-holder {
    margin-bottom: 50px;
  }
}

.service-single-section .service-single-content .benefit .details {
  width: calc(100% - 270px);
  float: right;
  padding-left: 35px;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .benefit .details {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.service-single-section .service-single-content .benefit .img-holder {
  width: 270px;
  float: left;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .benefit .img-holder {
    width: 100%;
    float: none;
    margin: 0 0 45px 0;
  }
}

.service-single-section .service-single-content ul {
  margin-bottom: 30px;
  list-style: none;
}

.service-single-section .service-single-content ul li {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content ul li {
    font-size: 16px;
  }
}

.service-single-section .service-single-content ul li span {
  background: #ee8522;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: -3px;
  text-align: center;
}

.service-single-section .service-single-content ul li .fi:before {
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
}

.service-single-section .service-single-content ul > li + li {
  margin-top: 15px;
}

.service-single-section .research {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .service-single-section .research {
    padding-top: 0;
  }
}

.service-single-section .problem-solution-section {
  margin: 50px 0;
}

.fruit-showcase {
  position: relative;
  padding: 80px 10%;
  color: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  background: url('../images/fresh-fruit-bg2.jpg') center/cover no-repeat;
  margin-bottom: 30px;
}

/* Dark overlay for readability */
.fruit-showcase .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;

}

.fruit-showcase .fruit-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.black-overlay{
  background: rgba(0, 0, 0, 0.8);
}
.fruit-showcase h2 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  color: white;
}

.fruit-showcase p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color:#585252;
}

.fruit-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.fruit-btn {
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fruit-btn.primary {
  background: #ff7043;
  color: #fff;
  box-shadow: 0 5px 15px rgba(255, 112, 67, 0.4);
}
.fruit-btn.primary:hover {
  background: #e64a19;
}

.fruit-btn.secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.fruit-btn.secondary:hover {
  background: #fff;
  color: #333;
}

/* Floating fruit icons */
.fruit-icons {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  pointer-events: none;
  z-index: 1;
}

.icon {
  font-size: 3rem;
  animation: float 6s ease-in-out infinite;
  opacity: 0.9;
}
.icon.delay-1 { animation-delay: 1s; }
.icon.delay-2 { animation-delay: 2s; }
.icon.delay-3 { animation-delay: 3s; }
.icon.delay-4 { animation-delay: 4s; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* Responsive */
@media (max-width: 768px) {
  .fruit-showcase {
    padding: 60px 5%;
  }
  .fruit-showcase h2 {
    font-size: 2rem;
  }
  .icon {
    font-size: 2.2rem;
  }
}

.fruit-essentials {
  position: relative;
  padding: 100px 8%;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  background: url('../images/fresh-fruit-bg-3.jpg') center/cover no-repeat;
}

.fruit-essentials .overlay {
  position: absolute;
  inset: 0;
background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.fruit-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  z-index: 2;
}

/* Left Column */
.fruit-info h2 { font-size: 2.8rem; margin-bottom: 20px; color: black; }
.fruit-info p { font-size: 1.1rem; line-height: 1.7; margin-bottom: 30px; max-width: 600px; color: black; }

.fruit-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}
.fruit-card {
  background: rgba(0,0,0,0.6);
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
}
.fruit-card:hover { transform: translateY(-10px); background: rgba(255,255,255,0.2); }
.fruit-card h3 { font-size: 1.2rem; margin-bottom: 6px; color: white; }
.fruit-card p { font-size: 0.95rem; color: rgba(255,255,255,0.9); color: white;}

/* Button */
.fruit-btn { 
  padding: 12px 26px; border-radius: 30px; font-weight:600; text-decoration:none;
  background: #ff7043; color:#fff; transition: all 0.3s ease;
}
.fruit-btn:hover { background: #e64a19; }

/* Right Column: Image */
.fruit-photo img {
  width: 100%;
  /* max-width: 450px; */
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  object-fit: cover;
  display: block;
  margin: 0 auto;
  height: 500px;
  margin-top: 150px;
  margin-left: 50px;
}

/* Responsive */
@media(max-width:1024px){
  .fruit-wrapper { grid-template-columns: 1fr; text-align: center; }
  .fruit-cards { grid-template-columns: 1fr; }
  .fruit-photo img { margin-top: 30px; margin-left: -5px; }
}
@media(max-width:600px){
  .fruit-essentials { padding: 60px 5%; }
  .fruit-info h2 { font-size: 2rem; }
  .fruit-card h3 { font-size:1rem; }
  .fruit-card p { font-size:0.85rem; }
}
/* Hidden initially */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

/* Class added when in viewport */
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Card icons bouncing after scroll */
.fruit-card .icon {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 10px;
  animation: bounce 2.5s ease-in-out infinite;
}
@keyframes bounce {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Floating icons around photo remain floating */
.icon-floating {
  position: absolute;
  font-size: 3rem;
  animation: float 6s ease-in-out infinite;
  opacity: 0.9;
}
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

/*--------------------------------------------------------------
/* styling of language */
/* Hide the Google Translate top bar */

.VIpgJd-ZVi9od-ORHb{
  display: none !important;
}
/* Hide the top Google Translate banner */


 .goog-te-banner-frame.skiptranslate { display: none !important; }
    body { top: 0 !important; position: static !important; }
    html { margin-top: 0px !important; }

.VIpgJd-ZVi9od-ORHb {
    display: none;
    margin: 0;
    background-color: #E4EFFB;
    overflow: hidden;
}
a.yaftom-link{
text-decoration: none;
color: blue;
}
a.yaftom-link:hover{
  color: blue;
}