:root {
  --profornet-font: 'DM Sans', sans-serif;
  --profornet-font-2: 'DM Sans', cursive;
  --profornet-font-3: 'Shadows Into Light', cursive;
  --profornet-base: #cbb44a;
  --profornet-base-rgb: 241, 207, 105;
  --profornet-primary: #334b35;
  --profornet-primary-rgb: 51, 75, 53;
  --profornet-secondary: #6d8c54;
  --profornet-secondary-rgb: 109, 140, 84;
  --profornet-color-1: #687469;
  --profornet-color-1-rgb: 104, 116, 105;
  --color1: #ccb549;
  --color2: #d88228; 
  --color3: #d84023; 
}

p {
	font-size:18px;
	line-height:26px;
}


    #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: linear-gradient(135deg, #fafafa, #e6e6e6);
      display: flex;
	  flex-direction:column;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      transition: opacity 0.5s ease;
    }

    .loader {
      display: flex;
      gap: 10px;
    }
	
	 #preloader img {
	 max-width:200px;
	 margin-bottom:30px;
	 }

    .dot {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: var(--color1);
      animation: bounce 1.2s infinite ease-in-out;
    }

    .dot:nth-child(2) {
      animation-delay: 0.2s;
      background-color: var(--color2);
    }

    .dot:nth-child(3) {
      animation-delay: 0.4s;
	  background-color: var(--color3);
    }

    @keyframes bounce {
      0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.5;
      }
      40% {
        transform: scale(1);
        opacity: 1;
      }
    }



.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--profornet-font, "DM Sans", sans-serif);
  color: var(--profornet-color-1, #687469);
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--profornet-black);
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--profornet-primary, #334b35);
  font-weight: 700;
  font-family: var(--profornet-font-2, "DM Sans", cursive);
  margin: 0;
}

p {
  margin: 0;
}

.noSelect {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.auto-container {
  position: static;
  max-width: 1260px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

/* Büyük ekran: 1200px - 1399px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .container {
    max-width: 1260px;
  }
}

/* Çok büyük ekran: 1400px - 1599px */
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .container {
    max-width: 1440px;
  }
}

/* Ultra geniş ekran: 1600px ve üzeri */
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}


.main-menu__list li:not(.dropdown) > a > button {
  display: none!important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--profornet-primary, #334b35);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--profornet-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--profornet-primary, #334b35);
  color: #fff;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--profornet-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

/***
=============================================
    Thm Btn
=============================================
***/
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--profornet-base, #cbb44a);
  color: #fff;
  font-size: 14px;
  font-weight: 700; 
  padding: 10px 40px;
  border-radius: 10px;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:hover {
  color: #ffffff;
}

#uploadLabel {
	display:table;
}

.thm-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  background: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.15);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 700ms ease;
  transition: 700ms ease;
  z-index: -1;
}

.thm-btn:hover:before {
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  border-radius: 0;
  background: var(--profornet-primary, #334b35);
}

.sec-title {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 30px;
}

.sec-title .icon {
  position: relative;
  display: block;
  margin-bottom: 2px;
}

.sec-title__tagline {
  position: relative;
  display: inline-block;
  color: var(--profornet-color-1, #687469);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  
  letter-spacing: 0.1em;
}

.sec-title__title {
  font-size: 38px;
  line-height: 1em;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.04em;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--profornet-base, #cbb44a);
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999999;
  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: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.owl-carousel.owl-dot-type1 .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.owl-carousel.owl-dot-type1 .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  line-height: 12px;
  margin-top: 5px !important;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #adb7ae;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot::before {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  background: var(--profornet-primary, #334b35);
  content: "";
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot.active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot span {
  display: none;
}

/***
=============================================
    Scroll To Top
=============================================
***/
.scroll-to-top {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 55px;
  background: var(--profornet-base, #cbb44a);
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  transition: all 0.4s ease;
  overflow: hidden;
}

.scroll-to-top::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.15);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 700ms ease;
  transition: 700ms ease;
  z-index: -1;
}

.scroll-to-top:hover:before {
  height: 100%;
  opacity: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  border-radius: 0;
  background: var(--profornet-primary, #334b35);
}

.scroll-to-top i {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 70px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.scroll-to-top:hover {
  background-color: var(--profornet-primary, #334b35);
}

.scroll-to-top:hover i {
  color: #fff;
}

/***
=============================================
    Main Header One
=============================================
***/
.main-header {
  position: relative;
  display: block;
}

.main-header--one {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header-one__bottom {
  position: relative;
  display: block;
  background: transparent;
}

.main-header-one__bottom-inner {
  position: relative;
  display: block;
  z-index: 10;
}

.main-header-one__bottom-inner .main-menu {
  position: relative;
  display: block;
}

.main-menu {
  position: relative;
  z-index: 91;
}

.main-menu__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-wrap: wrap;
}

.main-menu__inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 30px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  position: relative;
  display: inline-block;
  color: var(--profornet-color-1, #687469);
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
  padding-top: 38px;
  padding-bottom: 38px;
  z-index: 1;
}

.main-menu .main-menu__list > li > a::before {
  content: '';
  position: absolute;
  bottom: 44px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--profornet-base, #cbb44a);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  z-index: -1;
}

.stricky-header .main-menu__list > li > a::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--profornet-base, #cbb44a);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  z-index: -1;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--profornet-primary, #334b35);
}

.main-menu .main-menu__list > li.dropdown a,
.stricky-header .main-menu__list > li.dropdown a {
  padding-right: 0px;
}

.main-menu .main-menu__list > li.dropdown{
    position: relative; 
    padding-right: 20px;
}

.main-menu .main-menu__list > li.dropdown:before {
    content: "\f078"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%); 
    font-size: 12px;
}

.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);

}

.main-header-two__bottom .main-menu .main-menu__list li ul {
  margin-top: 13px;
}

.stricky-header .main-menu__list li ul {
  margin-top: 0px;
}

.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
  border-top: 1px solid #f7f7f7;
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  position: relative;
  display: block;
  color: var(--profornet-color-1, #687469);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}



.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
  background-color: var(--profornet-base, #cbb44a);
  color: #fff;
}

.main-menu .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li > ul ul,
.stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}

.main-header-one__bottom .right {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu__right-login-register {
  position: relative;
  display: block;
  margin-right: 26px;
}

.main-menu__right-login-register ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-menu__right-login-register ul li {
  position: relative;
  float: left;
  margin-left: 11px;
  padding-right: 12px;
}

.main-menu__right-login-register ul li::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  background: #e2e4eb;
  width: 1px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  content: "";
}

.main-menu__right-login-register ul li:first-child {
  margin-left: 0;
}

.main-menu__right-login-register ul li:last-child {
  padding-right: 0;
}

.main-menu__right-login-register ul li:last-child:before {
  display: none;
}

.main-menu__right-login-register ul li a {
  color: var(--profornet-gray);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}


.lang-acilir{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: var(--profornet-primary, #334b35);
    opacity: 0.9;
    padding: 20px;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    z-index: 99999999;
}
.lang-acilir.open{	
    opacity: 0.9;
    visibility: visible;
}
.lang-acilir .sigma_close {
	position: absolute;
	top: 60px;
	right: 60px;
	border-color: #fff;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
}
.lang-acilir ul {
	position: relative;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	width: 70%;
	transition-duration: .3s;
	transition-delay: .3s;
	transform: scale(.5);
	opacity: 0;
	visibility: hidden;
}




.lang-acilir ul li {
	max-width:30%;
}

.lang-acilir ul li img {
	max-width:90px;
	
}

.lang-acilir.open ul {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.lang-acilir span{
	font-size: 60px;
	margin-bottom: 10px;
}
.lang-acilir a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	transition: all 0.4s;
	padding: 10px;
}
.lang-acilir ul li{
	margin-right: 30px;
	list-style: none;
}
.lang-acilir a figure{
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-bottom: 20px;
	transition: all 0.4s;
}
.lang-acilir a:hover figure{
	transform: scale(1.05);
	box-shadow: rgba(255, 255, 255, 0.16) 0px 3px 6px, rgba(255, 255, 255, 0.23) 0px 3px 6px;
}
.sigma_all-close{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.main-menu__right-login-register ul li a:hover {
  color: var(--profornet-base, #cbb44a);
}

.main-menu__right-cart-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}

.main-menu__right-cart-search::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  content: "";
}

.main-menu__right-cart-box {
  position: relative;
  display: block;
}

.main-menu__right-cart-box a {
  color: var(--profornet-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.main-menu__right-cart-box a:hover {
  color: var(--profornet-base, #cbb44a);
}

.main-menu__right-cart-box a span::before {
  font-size: 25px;
  line-height: 35px;
}

.main-menu__right-search-box {
  position: relative;
  display: block;
  margin-left: 29px;
}

.main-menu__right-search-box .thm-btn {
  font-size: 12px;
  padding: 5px 30px 2px;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.stricky-header.main-menu {
  padding: 0 0px;
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--profornet-black);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--profornet-base, #cbb44a);
}

.main-menu .mobile-nav__toggler {
  font-size: 30px;
  color: var(--profornet-base, #cbb44a);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
  margin-right: 0px;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--profornet-black);
}

/***
=============================================
    Mobile Nav
=============================================
***/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: opacity 500ms linear, visibility 500ms ease-in, -webkit-transform 500ms ease-in;
  transition: opacity 500ms linear, visibility 500ms ease-in, -webkit-transform 500ms ease-in;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in, -webkit-transform 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  visibility: visible;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 100%;
  background: #fff;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
      color: var(--profornet-base, #cbb4);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgb(98 97 97 / 10%)
}

.mobile-nav__content .main-menu__list li ul {
  padding-left: 10px;
}

.mobile-nav__content .main-menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 30px;
  color: #334b35;
  font-size: 16px;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
  font-weight: 400;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--profornet-base, #cbb44a);
}

.mobile-nav__content .main-menu__list li a:hover {
  color: var(--profornet-base, #cbb44a);
}

.mobile-nav__content .main-menu__list li a button {
  width: 28px;
  height: 28px;
  border: none;
  outline: none;
  color: #334b35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 0px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #fff;
  color: var(--profornet-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--profornet-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding:10px 0px;	  
}

.mobile-nav__social a {
  font-size: 24px;
  color: var(--profornet-base, #cbb44a);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 20px;
}

.mobile-nav__social a:hover {
  color: #ffffff;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mobile-buttons {
	display:Flex;
	justify-content:center;
}

.lang-acilir ul {
	gap:35px;
}

.lang-acilir ul li {
	margin:0px!important;
}

.mobile-nav__contact li {
  color: var(--profornet-text-dark);
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.07em;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #334b35;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--profornet-base, #cbb44a);
}

.mobile-nav__contact li  i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--profornet-base, #cbb44a);
  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: center;
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/***
=============================================
    Search Popup
=============================================
***/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  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;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--profornet-primary, #334b35);
  opacity: 0.9;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  padding-right: 90px;
}

.search-popup__content .thm-btn2 {
  padding: 0;
  width: 68px;
  height: 68px;
  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: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--profornet-base, #cbb44a);
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.search-popup__content .thm-btn2::before {
  display: none;
}

.search-popup__content .thm-btn2:hover {
  background-color: var(--profornet-black);
  color: #ffffff;
}

.search-popup__content .thm-btn2 i::before {
  margin: 0;
  color: #ffffff;
}

/***
=============================================
    Main Header One
=============================================
***/
.main-header--one {
  position: relative;
  display: block;
}

.main-header--one__wrapper {
  position: relative;
  display: block;
}

.main-header--one__top {
  position: relative;
  display: block;
  background: #f6f4ec;
}

.main-header--one__top .auto-container {
  position: static;
  max-width: 1755px;
  width: 100%;
  padding: 0px 50px;
  margin: 0 auto;
}

.main-header--one__top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: left;
}

.main-header--one__top-left .text {
  position: relative;
  display: block;
}

.main-header--one__top-left .text p {
  color: #6e7673;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.main-header--one__top-left .social-link {
  position: relative;
  display: block;
  background: #eceae0;
  padding: 5px 20px 4px;
}
.social-link a {
	transition:All 0.3s;
}

.social-link a:hover {
	color: var(--profornet-base, #cbb44a);
}

.main-header--one__top-left .social-link ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-header--one__top-left .social-link ul li {
  position: relative;
  float: left;
  margin-left: 25px;
}

.main-header--one__top-left .social-link ul li:first-child {
  margin-left: 0;
}

.main-header--one__top-left .social-link ul li a {
  position: relative;
  display: inline-block;
  color: #6e7673;
  font-size: 20px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.main-header--one__top-left .social-link ul li a:hover {
  color: var(--profornet-base, #cbb44a);
}

.main-header--one__top-right {
  position: relative;
  display: block;
  float: right;
  padding-top: 5px;
}

.main-header--one__top-right ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header--one__top-right ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header--one__top-right ul li + li {
  margin-left: 18px;
}

.main-header--one__top-right ul li .icon {
  position: relative;
  display: flex;
}

.main-header--one__top-right ul li .icon img {
	height:18px;
}

.main-header--one__top-right ul li .icon i::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--profornet-secondary, #6d8c54);
}

.main-header--one__top-right ul li .text {
  position: relative;
  display: block;
  padding-left: 6px;
}

.main-header--one__top-right ul li .text p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.main-header--one__top-right ul li .text p a {
  color: #6e7673;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.main-header--one__top-right ul li .text p a:hover {
  color: var(--profornet-base, #cbb44a);
}

.main-header--one__top-right ul li .text p {
  color: #6e7673;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.main-header--one__bottom {
  position: relative;
  display: block;
}

.main-header--one__bottom .auto-container {
  position: static;
  max-width: 1755px;
  width: 100%;
  padding: 0px 50px;
  margin: 0 auto;
}

.main-header--one__bottom-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-header--one__bottom .main-menu--1 {
  position: relative;
  display: block;
}

.main-header--one__bottom-left {
  position: relative;
  display: block;
  float: left;
}



.main-header--one__bottom-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header--one__bottom-right .search-cart {
  position: relative;
  display: block;
  padding-right: 40px;
}

.main-header--one__bottom-right .search-cart a {
  position: relative;
  display: flex;
  justify-content:center;
  align-items:center;
  color: var(--profornet-primary, #334b35);
  font-size: 25px;
  font-weight: 700;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.main-header--one__bottom-right .search-cart a:hover {
  color: var(--profornet-base, #cbb44a);
}

.main-header--one__bottom-right .search-cart a + a {
  padding-left: 25px;
}

.main-header--one__bottom-right .contact-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  line-height: 0;
}

.main-header--one__bottom-right .contact-box::before {
  position: absolute;
  top: 9px;
  left: 0;
  bottom: 9px;
  width: 1px;
  background: #eceae0;
  content: "";
}

.main-header--one__bottom-right .contact-box .icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--profornet-secondary, #6d8c54);
  text-align: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.main-header--one__bottom-right .contact-box .icon:hover {
  background-color: var(--profornet-base, #cbb44a);
}

.main-header--one__bottom-right .contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.main-header--one__bottom-right .contact-box .icon:hover span::before {
  color: var(--profornet-primary, #334b35);
}

.main-header--one__bottom-right .contact-box .text {
  position: relative;
  display: block;
  padding-left: 15px;
}

.main-header--one__bottom-right .contact-box .text p {
  color: var(--profornet-color-1, #687469);
  font-size: 13px;
  line-height: 22px;
}

.main-header--one__bottom-right .contact-box .text a {
  color: var(--profornet-primary, #334b35);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.main-header--one__bottom-right .contact-box .text a:hover {
  color: var(--profornet-base, #cbb44a);
}

/***
=============================================
    Main Header Two
=============================================
***/
.main-header--one--two {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main-header--one--two .main-header--one__bottom-middel {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  -webkit-transform: translateY(0%) translateX(0%);
          transform: translateY(0%) translateX(0%);
  z-index: 1;
  padding-right: 120px;
}

.main-header--one--two .main-header--one__bottom-middel::before {
  position: absolute;
  top: -31px;
  right: 0;
  bottom: -29px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  z-index: -1;
}

.main-header--one--two .main-header--one__bottom-left {
  padding-left: 116px;
}

.main-header--one--two .main-menu .main-menu__list > li > a {
  color: #ffffff;
}

.main-header--one--two .main-header--one__bottom-right .contact-box::before {
  position: absolute;
  top: -31px;
  left: 0;
  bottom: 0px;
  width: 1px;
  height: 110px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}

.main-header--one--two .main-header--one__bottom-right .search-cart a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.main-header--one--two .main-header--one__bottom-right .search-cart a:hover {
  color: var(--profornet-base, #cbb44a);
}

.main-header--one--two .main-header--one__bottom-right .contact-box .icon {
  background-color: var(--profornet-base, #cbb44a);
}

.main-header--one--two .main-header--one__bottom-right .contact-box .icon:hover {
  background-color: var(--profornet-primary, #334b35);
}

.main-header--one--two .main-header--one__bottom-right .contact-box .icon span::before {
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.main-header--one--two .main-header--one__bottom-right .contact-box .icon:hover span::before {
  color: #ffffff;
}

.main-header--one--two .main-header--one__bottom-right .contact-box .text p {
  color: #ffffff;
}

.main-header--one--two .main-header--one__bottom-right .contact-box .text a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.main-header--one--two .main-header--one__bottom-right .contact-box .text a:hover {
  color: var(--profornet-base, #cbb44a);
}

.main-header--one--two .main-header--one__bottom-right .search-cart {
  padding-right: 120px;
}

.main-header--one--two .main-header--one__bottom-right .contact-box {
  padding-left: 120px;
}

/***
=============================================
    Slider One
=============================================
***/
.main-slider-one {
  position: relative;
  display: block;
}

.main-slider .swiper-slide {
  position: relative;
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height:120vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 7000ms ease;
  transition: -webkit-transform 7000ms ease;
  transition: transform 7000ms ease;
  transition: transform 7000ms ease, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.main-slider .image-layer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
  background: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.65);
  content: "";
  z-index: 2;
}

.main-slider .container {
  position: relative;
  padding-top: 173px;
  padding-bottom: 185px;
  z-index: 2;
  display: flex;
  height: 100%;
}

.main-slider-inner {
  position: relative;
  display: block;
}

.main-slider__content {
  position: relative;
  display: block;
}

.main-slider-tagline {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.main-slider-one .swiper-slide-active .main-slider-tagline {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.main-slider-tagline::before {
  position: absolute;
  left: 0;
  bottom: -3px;
  right: 0;
  width: 0px;
  background: #ffffff;
  height: 1px;
  content: "";
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-one .swiper-slide-active .main-slider-tagline::before {
  width: 100%;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.main-slider__title {
  color: #ffffff;
  font-size: 75px;
  line-height: 1em;
  font-family: "Indie Flower", cursive;
  margin-top: 22px;
  margin-bottom: 34px;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.main-slider__title span {
  position: relative;
  display: inline-block;
}

.main-slider__title span.leaf {
  position: absolute;
  top: -50px;
  right: 22px;
}

.main-slider-one .swiper-slide-active .main-slider__title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.main-slider__text {
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.main-slider-one .swiper-slide-active .main-slider__text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.main-slider__button-box {
  position: relative;
  display: inline-block;
  margin-top: 38px;
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.main-slider__button-box .arrow-icon {
  position: absolute;
  top: -50px;
  right: -175px;
}

.main-slider-one .swiper-slide-active .main-slider__button-box {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.main-slider__nav {
  position: absolute;
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  bottom: 50px;
  right: 0;
  width: 150px;
  z-index: 100;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  margin: 10px 0px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 0px;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
  position: relative;
}

.main-slider__nav .swiper-button-prev {
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#main-slider-pagination {
  position: absolute;
  left: 100px;
  bottom: 60px;
  width: 26px;
  z-index: 10;
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.4;
}

#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 10px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  left: -2px;
  opacity: 1;
}

/***
=============================================
    Slider Two
=============================================
***/
.main-slider-one--two {
  position: relative;
  display: block;
}

.main-slider.main-slider-one--two .container {
  padding-top: 321px;
  padding-bottom: 255px;
}

.main-slider-one--two .main-slider__title {
  font-family: var(--profornet-font-2, "DM Sans", cursive);
}

.main-slider-one--two .main-slider__title span {
  color: var(--profornet-base, #cbb44a);
  font-family: var(--profornet-font-3, "Shadows Into Light", cursive);
}

.main-slider-one--two .main-slider__button-box {
  margin-top: 2px;
}

/***
=============================================
    Page Header
=============================================
***/
.page-header {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
padding: 90px 0px 90px;
  z-index: 1;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.7);
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
}

.page-header__inner .thm-breadcrumb {
  position: relative;
  display: inline-block;
  margin-bottom: 11px;
  overflow: hidden;
}

.page-header__inner .thm-breadcrumb::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #ffffff;
  content: "";
}

.page-header__inner .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  
  letter-spacing: 0.1em;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}

.page-header__inner .thm-breadcrumb li + li {
  padding-left: 13px;
}

.page-header__inner .thm-breadcrumb li a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.page-header__inner .thm-breadcrumb li a:hover {
  color: var(--profornet-base, #cbb44a);
}

.page-header__inner h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: -0.04em;
}

/***
=============================================
    About One
=============================================
***/
.about-one {
  position: relative;
  display: block;
  background: #ffffff;
padding: 90px 0px 90px;
  z-index: 1;
  overflow: hidden;
}

.about-one__bg {
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: -1;
}

.about-one__left {
  position: relative;
  display: block;
  max-width: 600px;
  width: 100%;
}

.about-one__left::before {
  content: '';
  width: 10000px;
  height: 100%;
  position: absolute;
  right: 50%;
  top: -140px;
  background-color: #f6f4ec;
}

.about-one__left-img {
  position: relative;
  display: block;
}

.about-one__left-img::after {
  content: '';
  width: 28px;
  height: 110px;
  background-color: var(--profornet-primary, #334b35);
  position: absolute;
  left: -88px;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.about-one__left-img::before {
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 30px;
  height: 330px;
  background: var(--profornet-base, #cbb44a);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  content: "";
}

.about-one__left-img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.about-one__left-img-inner::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: 2;
}

.about-one__left:hover .about-one__left-img-inner::before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}

.about-one__left-img-inner img {
  width: 100%;
}

.about-one__left-overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--profornet-secondary, #6d8c54);
  border-radius: 10px;
  padding: 40px 60px 40px;
  bottom: -50px;
  left: 0;
  right: 0;
  margin-left: 40px;
  margin-right: 40px;
  z-index: 5;
}

.about-one__left-overlay .icon {
  position: relative;
  display: block;
  padding-right: 30px;
}

.about-one__left-overlay .icon span::before {
  color: var(--profornet-base, #cbb44a);
  font-size: 60px;
}

.about-one__left-overlay .title {
  position: relative;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 30px;
}

.about-one__left-overlay .title h2 {
  position: relative;
  display: block;
}

.about-one__left-overlay .title h2 span {
  color: #ffffff;
  font-size: 54px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-family: var(--profornet-font-3, "Shadows Into Light", cursive);
}

.about-one__left-overlay .title p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.about-one__content {
  position: relative;
  display: block;
  max-width: 485px;
  width: 100%;
  margin-left: 70px;
}

.about-one__content-title {
  color: #6d8c54;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}

.about-one__content-text {
  position: relative;
  display: block;
  margin-top: 39px;
}

.about-one__content-list {
  position: relative;
  display: block;
  margin-top: 38px;
}

.about-one__content-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.about-one__content-list li:last-child {
  margin-bottom: 0;
}

.about-one__content-list li .icon {
  position: relative;
  display: block;
}

.about-one__content-list li .icon i::before {
  color: var(--profornet-base, #cbb44a);
  font-size: 15px;
}

.about-one__content-list li .text {
  position: relative;
  display: block;
  padding-left: 20px;
}

.about-one__content-list li .text p {
  color: var(--profornet-primary, #334b35);
  font-weight: 500;
}

.about-one__content-video-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
}

.about-one__content-video-box-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 160px;
  width: 100%;
  z-index: 1;
}

.about-one__content-video-box-img-wrapper {
  position: relative;
  margin-right: 28px;
}

.about-one__content-video-box-img-wrapper::after {
  content: '';
  width: 28px;
  height: 81px;
  background-color: var(--profornet-base, #cbb44a);
  position: absolute;
  right: -38px;
  top: 0;
  border-radius: 10px;
}

.about-one__content-video-box-img::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.5);
  content: "";
}

.about-one__content-video-box-img img {
  width: 100%;
}

.about-one__content-video-box-img .icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-one__content-video-box-img .icon a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--profornet-base, #cbb44a);
  text-align: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.about-one__content-video-box-img .icon a:hover {
  background: var(--profornet-primary, #334b35);
}

.about-one__content-video-box-img .icon a::before,
.about-one__content-video-box-img .icon a::after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about-one__content-video-box-img .icon a::after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.about-one__content-video-box-img .icon a span::before {
  color: var(--profornet-primary, #334b35);
  font-size: 10px;
  line-height: 40px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.about-one__content-video-box-img .icon a:hover span::before {
  color: #ffffff;
}

.about-one__content-video-box-title {
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-one__content-video-box-title p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  
  letter-spacing: 0.1em;
}

.about-one__content-video-box-title h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

/***
=============================================
    Features One
=============================================
***/
.features-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 90px;
}

.features-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}

.features-one__single__more {
  position: absolute;
  top: calc(100% - 38px);
  background-color: var(--profornet-secondary, #6d8c54);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 16px;
  left: 50%;
  width: calc(100% - 40px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 11px 0;
  opacity: 0;
  -webkit-transition: background 500ms ease, color 500ms ease, opacity 500ms ease, top 500ms ease;
  transition: background 500ms ease, color 500ms ease, opacity 500ms ease, top 500ms ease;
}

.features-one__single__more:hover {
  color: #fff;
  background-color: var(--profornet-base, #cbb44a);
}

.features-one__single:hover .features-one__single__more {
  top: 100%;
  opacity: 1;
}

.features-one__single-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 310px;
  opacity: 0.15;
  z-index: -1;
}

.features-one__single.style2 {
  position: relative;
  display: block;
  background: var(--profornet-base, #cbb44a);
  border-radius: 10px;
  padding: 40px 0px 40px;
}

.features-one__single.style2 .features-one__single-img {
  position: relative;
  display: block;
  width: 195px;
  border-radius: 50%;
  margin: 0 auto;
}

.features-one__single.style2 .features-one__single-title {
  position: relative;
  display: block;
  background: transparent;
  padding: 27px 0px 27px;
}

.features-one__single.style2 .features-one__single-title h3 {
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "Indie Flower", cursive;
  margin-bottom: 0;
}

.features-one__single.style2 .features-one__single-title h3 a:hover {
  color: var(--profornet-color-1, #687469);
}

.features-one__single.style2 .button {
  position: relative;
  display: block;
}

.features-one__single.style2 .button .thm-btn {
  background: var(--profornet-primary, #334b35);
  color: #ffffff;
  padding: 8px 40px 8px;
}

.features-one__single.style2 .button .thm-btn:hover {
  color: var(--profornet-primary, #334b35);
}

.features-one__single.style2 .button .thm-btn::before {
  background: rgba(255, 255, 255, 0.15);
}

.features-one__single.style2 .button .thm-btn:hover::before {
  background-color: #fff;
}

.features-one__single-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.features-one__single-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.features-one__single:hover .features-one__single-img::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.features-one__single-img img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.features-one__single:hover .features-one__single-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.features-one__single-title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 35px 0px 10px;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 5;
}

.features-one__single-title h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 15px;
}

.features-one__single-title h3 a {
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.features-one__single-title h3 a:hover {
  color: var(--profornet-base, #cbb44a);
}

.features-one--services {
  position: relative;
  display: block;
padding: 90px 0px 90px;
}

/***
=============================================
    Vedio One
=============================================
***/
.video-one {
  position: relative;
  display: block;
  padding: 140px 0px 150px;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.video-one__leaf {
  width: 53px;
  height: 22px;
  background-image: url(../images/icon/video-leaf-1-1.png);
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 11px;
}

@media (min-width: 1200px) {
  .video-one__right {
    padding-top: 50px;
  }
}

.video-one::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.6);
  z-index: -1;
  content: "";
}

.video-one-border {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 14.29%;
  z-index: -1;
}

.video-one-border-two {
  left: 14.29%;
}

.video-one-border-three {
  left: 28.59%;
}

.video-one-border-four {
  left: 42.88%;
}

.video-one-border-five {
  left: 57.17%;
}

.video-one-border-six {
  left: 71.46%;
}

.video-one__wrpper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.video-one__left {
  position: relative;
  display: block;
}

.video-one__title {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2em;
  letter-spacing: -0.04em;
}

.video-one__btn {
  position: relative;
  display: block;
  margin-top: 61px;
}

.video-one__right {
  position: relative;
  display: block;
  width: 245px;
}

.video-one__right .icon {
  position: relative;
  display: inline-block;
}

.video-one__right .icon a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: transparent;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.video-one__right .icon a:hover {
  color: var(--profornet-base, #cbb44a);
}

.video-one__right .icon .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  border-radius: 50%;
}

.video-one__right .icon .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-one__right .icon .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-one__right .title {
  position: relative;
  display: block;
  padding-left: 0px;
  margin-top: 25px;
}

.video-one__right .title h2 {
  color: var(--profornet-base, #cbb44a);
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Indie Flower", cursive;
}

/***
=============================================
    Services One
=============================================
***/
.services-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding-bottom:90px;
  overflow: hidden;
  z-index: 1;
}

.services-one--has-top-bg::before {
  content: '';
  background-color: #f6f4ec;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/backgrounds/service-bottom-bg-1-1.png);
  height: 459px;
  width: 100%;
  background-position: bottom center;
  background-repeat: repeat-x;
}

.services-one .sec-title {
  margin-bottom: 54px;
}

.services-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 508px;
  background: #f6f4ec;
  z-index: -1;
  background-image: url(../images/backgrounds/service-top-bg-1-1.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent;
}

.services-one__single:hover {
  border-color: #eceae0;
}

.services-one__single-img {
  position: relative;
  display: block;
  background: #ffffff;
  z-index: 1;
}

.services-one__single-img::before {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: var(--profornet-base, #cbb44a);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  content: "";
  z-index: 1;
}

.services-one__single:hover .services-one__single-img::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.services-one__single-img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-one__single-img-inner a {
	position:absolute;
	width:100%;
	height:100%;
	z-index:999;
}

.services-one__single-img-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.5);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__single:hover .services-one__single-img-inner::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.services-one__single-img-inner img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(1);
          transform: scale(1);
		  border:5px solid #cbb44a;
}

.services-one__single:hover .services-one__single-img-inner img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.services-one__single-img-icon {
  position: absolute;
  bottom: 100%;
  left: calc(50% - 34px);
  margin: 0 auto;
  width: 70px;
  height: 70px;
  top:-90px;
  line-height: 70px;
  background: #ffffff;
  color: var(--profornet-base, #cbb44a);
  font-size: 60px;
  border-radius: 50%;
  text-align: 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;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  z-index: 5;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.services-one__single-img-icon img {
	max-width:100%;
}

.services-one__single:hover .services-one__single-img-icon {
  color: var(--profornet-primary, #334b35);
}

.services-one__single-img-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background: var(--profornet-base, #cbb44a);
}

.services-one__single:hover .services-one__single-img-icon::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.services-one__single-content {
  position: relative;
  display: block;
  padding: 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
  background-color: #fff;
}

.services-one__single-content ul {
	width:100%;
	text-align:left;
	min-height:210px;
}

.services-one__single-content ul li {
	display:flex;
	gap:8px;
	align-items:baseline;
	font-size:16px;
	line-height:20px;
	margin:15px 0px;
}



.services-one__single-content h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}

.services-one__single-content h3 a {
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
		  font-family:'DM Sans', sans-serif;
}

.services-one__single-content h3 a:hover {
  color: var(--profornet-base, #cbb44a);
}

.services-one__single-content p {
  font-size: 16px;
  line-height: 30px;
}

.services-one__single-content .read-more-btn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--profornet-base, #cbb44a);
  margin-top: 15px;
  z-index: 1;
}

.services-one__single-content .read-more-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background: var(--profornet-secondary, #6d8c54);
  z-index: -1;
}

.services-one__single-content .read-more-btn:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.services-one__single-content .read-more-btn span::before {
  position: relative;
  display: inline-block;
  color: var(--profornet-primary, #334b35);
  font-size: 20px;
  line-height: 50px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.services-one__single-content .read-more-btn:hover span::before {
  color: #ffffff;
}

/***
=============================================
    Projects One
=============================================
***/
.projects-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
}

.projects-one .auto-container {
  max-width: 1720px;
  width: 100%;
}

.projects-one .sec-title {
  margin-bottom: 54px;
}

.projects-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.projects-one__single-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.projects-one__single-img img {
  width: 100%;
}

.projects-one__single-img::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  z-index: 1;
}

.projects-one__single:hover .projects-one__single-img::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.projects-one__single-img .overlay-content {
  position: absolute;
  left: 20px;
  bottom: 0;
  right: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 1;
}

.projects-one__single:hover .projects-one__single-img .overlay-content {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.projects-one__single-img .overlay-content p {
  position: relative;
  display: inline-block;
  color: var(--profornet-primary, #334b35);
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  
  letter-spacing: 0.1em;
  background: var(--profornet-base, #cbb44a);
  padding: 5px 20px 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.projects-one__single-img .overlay-content h3 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  background: var(--profornet-secondary, #6d8c54);
  border-top-right-radius: 10px;
  padding: 12px 20px 14px;
}

.projects-one__single-img .overlay-content h3 a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.projects-one__single-img .overlay-content h3 a:hover {
  color: var(--profornet-base, #cbb44a);
}

.projects-one__carousel.owl-carousel .owl-dots.disabled,
.projects-one__carousel.owl-carousel .owl-nav.disabled {
  display: none;
}

/***
=============================================
    Testimonials One
=============================================
***/
.testimonials-one {
  position: relative;
  display: block;
padding: 90px 0px 90px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.testimonials-one::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f6f4ec;
  opacity: 0.93;
  content: "";
  z-index: -1;
}

.testimonials-one__left {
  position: relative;
  display: block;
  z-index: 5;
}

  .testimonials-one__left p {
	  margin-top:30px;
    font-size: 18px;
    line-height: 26px;	  
  }
  
  .testimonials-one__single h3 {
	  font-size:18px;
  }
  
  .testimonials-one__single p {
	  font-size:15px;
	  margin:15px 0px;
	  line-height:20px;
  }
  

.testimonials-one__left .sec-title {
  margin-bottom: 0;
}

.testimonials-one__right {
  position: relative;
  display: block;
}

.testimonials-one__single {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 39px 50px 50px;
  min-height:215px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display:flex;
  flex-direction:column;

}

.testimonials-one__single:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05), 0 4px 0px var(--profornet-base, #cbb44a);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05), 0 4px 0px var(--profornet-base, #cbb44a);
}

.testimonials-one__single-client-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 19px;
}

.testimonials-one__single-client-info-img {
  position: relative;
  display: block;
}

.testimonials-one__single-client-info-img-inner {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-one__single-client-info-img .icon {
  position: absolute;
  top: 25px;
  right: -13px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 50%;
  background: var(--profornet-base, #cbb44a);
  text-align: center;
}

.testimonials-one__single-client-info-img .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--profornet-primary, #334b35);
  font-size: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.testimonials-one__single-client-info-title {
  position: relative;
  display: block;
  padding-left: 38px;
}

.testimonials-one__single-client-info-title h4 {
  color: var(--profornet-secondary, #6d8c54);
  font-size: 18px;
  line-height: 26px;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}

.testimonials-one__single-client-info-title p {
  font-size: 16px;
  line-height: 26px;
}

.testimonials-one__carousel.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  left: auto;
  top: auto;
  left: -426px;
  top: 222px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  padding: 0 !important;
  font: inherit;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #c4c7bc;
  color: #c4c7bc;
  font-size: 15px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  font-weight: 600;
}

.owl-carousel .owl-nav button.owl-prev .left {
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  border: 2px solid var(--profornet-primary, #334b35);
  color: var(--profornet-primary, #334b35);
  background: transparent;
}

.testimonials-one__carousel.owl-theme .owl-stage-outer {
  overflow: visible;
}

.testimonials-one__carousel .owl-stage-outer .owl-item {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.testimonials-one__carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

/***
=============================================
    Providing Quality One
=============================================
***/
.providing-quality-one {
  position: relative;
  display: block;
  background: var(--profornet-secondary, #6d8c54);
  z-index: 1;
  overflow: hidden;
}

.providing-quality-one__shape::before {
  content: '';
  width: 150px;
  height: 171px;
  background-color: var(--profornet-primary, #334b35);
  position: absolute;
  top: -20px;
  right: 57px;
  border-radius: 10px;
  opacity: .1;
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
          animation: float-bob-y 10s linear 0s infinite;
}

.providing-quality-one__shape::after {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #fff;
  opacity: .1;
  position: absolute;
  top: 120px;
  right: 177px;
  border-radius: 10px;
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.providing-quality-one__bg {
  position: absolute;
  bottom: -225px;
  right: 0;
  opacity: 0.07;
  z-index: -1;
}

.providing-quality-one__logo {
  position: absolute;
  top: 182px;
  right: 85px;
  text-align: center;
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
  z-index: 1;
}

.providing-quality-one .container-fullwidth {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .providing-quality-one .container-fullwidth {
    padding-left: 0;
    padding-right: 0;
  }
}

.providing-quality-one__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

.providing-quality-one__img img {
  width: 100%;
}

.providing-quality-one__image-block {
  position: relative;
}

.providing-quality-one__image-block img {
  max-width: 100%;
  float: none;
}

@media (min-width: 992px) {
  .providing-quality-one__image-block img {
    float: left;
    max-width: 100%;
  }
}

.providing-quality-one__image__line {
  width: 41px;
  height: 39px;
  background-image: url(../images/icon/quality-line-1-1.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 90px;
  right: 480px;
}

.providing-quality-one__content-box {
  position: relative;
  display: block;
  max-width: 100%;
  padding:60px 30px;
  height: 100%;
}

.providing-quality-one__content-box .sec-title {
  margin-bottom: 44px;
}

.providing-quality-one__content-box .sec-title__tagline {
  color: #dbe6d2;
}

.providing-quality-one__content-box .sec-title__title {
  color: #ffffff;
}

.providing-quality-one__content-box-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.providing-quality-one__content-box-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 51px;
  padding-bottom: 49px;
}

.providing-quality-one__content-box-list-item:first-child {
  margin-top: 0;
}

.providing-quality-one__content-box-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.providing-quality-one__content-box-list-item .icon {
  position: relative;
  display: block;
  color: var(--profornet-base, #cbb44a);
  font-size: 32px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--profornet-primary, #334b35);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}

.providing-quality-one__content-box-list-item:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.providing-quality-one__content-box-list-item .text {
  position: relative;
  display: block;
  padding-left: 20px;
}

.providing-quality-one__content-box-list-item .text p {
	font-size:16px;
	line-height:22px;
}

.providing-quality-one__content-box-list-item .text h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.02em;
  margin-bottom: 11px;
}

.providing-quality-one__content-box-list-item .text p {
  color: #dbe6d2;
}

/***
=============================================
    Blog One
=============================================
***/
.blog-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  overflow: hidden;
  z-index: 1;
}

.blog-one__shape::before {
  content: '';
  width: 150px;
  height: 171px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  right: 60px;
  bottom: 235px;
  z-index: 10;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
          animation: float-bob-y 10s linear 0s infinite;
}

.blog-one__shape::after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #f6f4ec;
  position: absolute;
  bottom: 225px;
  right: 177px;
  z-index: 11;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
          animation: float-bob-y 10s linear 0s infinite;
}

.blog-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  background: #f6f4ec;
  z-index: -1;
}

.blog-one .sec-title {
  margin-bottom: 53px;
}

.sec-title a:hover {
	text-decoration:underline;
	color:unset;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__single-img {
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.blog-one__single-img img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

.blog-one__single:hover .blog-one__single-img img {
  -webkit-transform: scale(1.2) rotate(1deg);
          transform: scale(1.2) rotate(1deg);
}

.blog-one__single-img::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.5);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 1;
}

.blog-one__single:hover .blog-one__single-img::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.blog-one__single-img .date-box {
  position: absolute;
  left: 40px;
  bottom: 0;
  background: var(--profornet-base, #cbb44a);
  padding: 3px 20px 3px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 0;
  z-index: 5;
}

.blog-one__single-img .date-box span {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
}

.blog-one__single-img .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transform: perspective(400px) scaleY(0);
          transform: perspective(400px) scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.blog-one__single:hover .blog-one__single-img .overlay-icon {
  -webkit-transform: perspective(400px) scaleY(1);
          transform: perspective(400px) scaleY(1);
}

.blog-one__single .blog-one__single-img .overlay-icon a {
  position: relative;
  display: inline-block;
}

.blog-one__single .blog-one__single-img .overlay-icon span {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
}

.blog-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 40px 32px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.blog-one__single-content:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.blog-one__single-content .meta-info {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.blog-one__single-content .meta-info li {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}

.blog-one__single-content .meta-info li:first-child {
  padding-left: 0;
}

.blog-one__single-content .meta-info li a {
  color: var(--profornet-color-1, #687469);
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.blog-one__single-content .meta-info li a:hover {
  color: var(--profornet-base, #cbb44a);
}

.blog-one__single-content .meta-info li a i::before {
  position: relative;
  display: inline-block;
  color: var(--profornet-secondary, #6d8c54);
  font-size: 15px;
  padding-right: 5px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.blog-one__single-content .meta-info li a:hover i::before {
  color: var(--profornet-base, #cbb44a);
}

.blog-one__single-content h2 {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}

.blog-one__single-content h2 a {
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.blog-one__single-content h2 a:hover {
  color: var(--profornet-base, #cbb44a);
}

.blog-one--news .news-sidebar__btn {
  margin-top: 10px;
}

.blog-one__single-content:not(.blog-details) {
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.blog-details p {
	margin-bottom:30px;
}

.blog-one__single-content:not(.blog-details)::before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: var(--profornet-base, #cbb44a);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.blog-one__single:hover .blog-one__single-content:not(.blog-details) {
  background-color: var(--profornet-primary, #334b35);
}

.blog-one__single:hover .blog-one__single-content:not(.blog-details) .meta-info li a {
  color: #b3c5b5;
}

.blog-one__single:hover .blog-one__single-content:not(.blog-details) .meta-info li a i::before {
  color: var(--profornet-base, #cbb44a);
}

.blog-one__single:hover .blog-one__single-content:not(.blog-details) h2 a {
  color: #fff;
}

.blog-one__single:hover .blog-one__single-content:not(.blog-details)::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

/***
=============================================
    Company Logos One
=============================================
***/
.company-logos-one {
  position: relative;
  display: block;
  padding: 30px 0px 30px;
  border-top: 1px solid #eceae0;
}

.company-logos-one--gray {
  border-top: 0;
  background-color: #f6f4ec;
}

.company-logos-one .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  padding-top: 43px;
  padding-bottom: 43px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
}

.company-logos-one .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.6;
  max-width: 85%;
  cursor: pointer;
}

.company-logos-one--gray .swiper-slide:hover {
  background-color: #fff;
}

.company-logos-one .swiper-slide:hover img {
  opacity: 1;
}

/***
=============================================
    Company Logos One
=============================================
***/
.cta-one {
  position: relative;
  display: block;
  padding: 100px 0px 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  z-index: 1;
}

.cta-one::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--profornet-base-rgb, 241, 207, 105), 0.93);
  z-index: -1;
  content: "";
}

.cta-one__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta-one__left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-one__left-icon {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--profornet-primary, #334b35);
  text-align: center;
}

.cta-one__left-icon span::before {
  position: relative;
  display: inline-block;
  color: var(--profornet-base, #cbb44a);
  font-size: 60px;
  line-height: 110px;
}

.cta-one__left-title {
  position: relative;
  display: block;
  padding-left: 50px;
}

.cta-one__left-title h2 {
  font-size: 46px;
  line-height: 56px;
  font-family: var(--profornet-font-3, "Shadows Into Light", cursive);
}

.cta-one__right {
  position: relative;
  display: block;
}

.cta-one__right-btn {
  position: relative;
  display: block;
}

.cta-one__right-btn .thm-btn {
  color: var(--profornet-base, #cbb44a);
  background: var(--profornet-primary, #334b35);
}

.cta-one__right-btn .thm-btn::before {
  background: rgba(var(--profornet-base-rgb, 241, 207, 105), 0.15);
}

.cta-one__right-btn .thm-btn:hover::before {
  background: #ffffff;
}

.cta-one__right-btn .thm-btn:hover {
  color: var(--profornet-black);
}

/***
=============================================
    CTA Two
=============================================
***/
.cta-two {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.cta-two__shape::before {
  content: '';
  position: absolute;
  bottom: -22px;
  right: -15px;
  width: 171px;
  height: 171px;
  border-radius: 10px;
  background-color: #f6f4ec;
}

.cta-two__shape::after {
  content: '';
  width: 41px;
  height: 41px;
  background-color: var(--profornet-base, #cbb44a);
  border-radius: 10px;
  position: absolute;
  right: 135px;
  bottom: -41px;
}

.cta-two__inner {
  background-color: var(--profornet-primary, #334b35);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  padding-left: 50px;
}

@media (min-width: 992px) {
  .cta-two__inner {
    padding-left: 30px;
  }
}

.cta-two__inner::before {
  content: '';
  width: 24px;
  height: 100%;
  background-color: var(--profornet-base, #cbb44a);
  position: absolute;
  top: 0;
  left: 0;
}

.cta-two__title {
  margin: 0;
  color: #fff;
  font-size: 30px;
}

@media (min-width: 992px) {
  .cta-two__title {
    padding-left: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta-two__list {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .cta-two__list {
    margin: 0;
  }
}

.cta-two__list li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #b3c5b5;
  padding-left: 25px;
}

@media (min-width: 992px) {
  .cta-two__list li {
    font-size: 18px;
  }
}

.cta-two__list li > i {
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 0;
  color: var(--profornet-base, #cbb44a);
}

@media (min-width: 992px) {
  .cta-two__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cta-two__right img {
  border-radius: 10px;
}

/***
=============================================
    Footer One
=============================================
***/
.footer-one {
  position: relative;
  display: block;
  z-index: 1;
}

.footer-one__top {
  position: relative;
  display: block;
  background: var(--profornet-primary, #334b35);
  padding: 135px 0px 110px;
}

.footer-one__top-wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.footer-one__bg {
  position: absolute;
  left: -25px;
  bottom: -110px;
  opacity: 0.02;
  z-index: -1;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: -15px;
}

.footer-widget__about-logo {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.footer-widget__about-logo img {
	max-width:150px;
}

.footer-widget__about-logo a {
  position: relative;
  display: inline-block;
}

.footer-widget__about-text {
  position: relative;
  display: block;
  color: #b3c5b5;
  font-size: 16px;
  padding-bottom: 28px;
}

.footer-widget__about-contact-box {
  position: relative;
  display: block;
  border-top: 1px solid #465c48;
  padding-top: 29px;
}

.footer-widget__about-contact-box .phone {
  font-size: 15px;
  line-height: 36px;
  font-weight: 500;
}

.footer-widget__about-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.footer-widget__about-contact-box .phone a:hover {
  color: var(--profornet-base, #cbb44a);
}

.footer-widget__about-contact-box .phone a i::before {
  position: relative;
  display: inline-block;
  color: var(--profornet-base, #cbb44a);
  font-size: 15px;
  padding-right: 10px;
}

.footer-widget__about-contact-box p {
  font-size: 15px;
  line-height: 36px;
  font-weight: 500;
}

.footer-widget__about-contact-box p a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.footer-widget__about-contact-box p a:hover {
  color: var(--profornet-base, #cbb44a);
}

.footer-widget__about-contact-box p a i::before {
  position: relative;
  display: inline-block;
  color: var(--profornet-base, #cbb44a);
  font-size: 15px;
  padding-right: 10px;
}

.footer-widget__about-contact-box .text {
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.text {
  display: flex;
  align-items: baseline;
}

.text i {
  margin-right: 10px;
  flex-shrink: 0;
}


.footer-widget__about-contact-box .text i::before {
  position: relative;
  display: inline-block;
  color: var(--profornet-base, #cbb44a);
  font-size: 15px;
  padding-right: 10px;
}

.footer-widget__news {
  position: relative;
  display: block;
  margin-right: -50px;
}

.footer-widget__title {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.02em;
  margin-bottom: 34px;
}

.footer-widget__news-list {
  position: relative;
  display: block;
}

.footer-widget__news-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}

.footer-widget__news-list-item:last-child {
  margin-bottom: 0;
}

.footer-widget__news-list-item-img {
  position: relative;
  display: block;
}

.footer-widget__news-list-item-title {
  position: relative;
  display: block;
  padding-left: 20px;
}

.footer-widget__news-list-item-title p {
  color: var(--profornet-base, #cbb44a);
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 11px;
}

.footer-widget__news-list-item-title h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}

.footer-widget__news-list-item-title h5 a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.footer-widget__news-list-item-title h5 a:hover {
  color: var(--profornet-base, #cbb44a);
}

.footer-widget__explore {
  position: relative;
  display: block;
  margin-left: 50px;
}

.footer-widget__explore-list {
  position: relative;
  display: block;
  margin-top: -4px;
}

.footer-widget__explore-list-item {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.footer-widget__explore-list-item:last-child {
  margin-bottom: 0;
}

.footer-widget__explore-list-item a {
  position: relative;
  display: inline-block;
  color: #b3c5b5;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.footer-widget__explore-list-item a:hover {
  color: #ffffff;
}

.footer-widget__explore-list-item a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--profornet-base, #cbb44a);
  content: "";
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.footer-widget__explore-list-item:hover a::before {
  width: 100%;
}

.footer-widget__newletter {
  position: relative;
  display: block;
  margin-left: 70px;
}

.footer-widget__newletter-text {
  color: #b3c5b5;
  font-size: 16px;
  line-height: 34px;
  margin-top: -4px;
}

.subscribe-form {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 33px;
}

.subscribe-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 40px;
  padding-right: 80px;
  background: #ffffff;
  border: none;
  color: var(--profornet-color-1, #687469);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  border-radius: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--profornet-font, "DM Sans", sans-serif);

  outline: none;
}

.subscribe-form input::-webkit-input-placeholder {
  color: var(--profornet-color-1, #687469);
}

.subscribe-form input:-moz-placeholder {
  color: var(--profornet-color-1, #687469);
}

.subscribe-form input::-moz-placeholder {
  color: var(--profornet-color-1, #687469);
}

.subscribe-form input:-ms-input-placeholder {
  color: var(--profornet-color-1, #687469);
}

.subscribe-form button {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 12px;
  line-height: 50px;
  font-weight: 700;
  
  border-radius: 50%;
  background: var(--profornet-primary, #334b35);
  -webkit-transition: all 300ms ease 100ms;
  transition: all 300ms ease 100ms;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}

.subscribe-form input[type="email"]:focus {
  color: var(--profornet-color-1, #687469);
}

.subscribe-form input[type="email"]:focus + button,
.subscribe-form button:hover {
  color: #333029;
  background: var(--profornet-base, #cbb44a);
}

.footer-one__bottom {
  position: relative;
  display: block;
  background: var(--profornet-secondary, #6d8c54);
  padding: 29px 0px 27px;
}

.footer-one__bottom-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-one__bottom-text {
  position: relative;
  display: block;
}

.footer-one__bottom-text p {
  color: #ffffff;
  font-size: 16px;
  display:flex;
  gap:15px;
  font-weight: 500;
}

.footer-one__bottom-text p a {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.footer-one__bottom-text p a:hover {
  color: var(--profornet-base, #cbb44a);
}

.footer-one__bottom-social-links {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-one__bottom-social-links ul {
  position: relative;
  display: block;
  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;
}

.footer-one__bottom-social-links ul li {
  position: relative;
  float: left;
  margin-left: 24px;
}

.footer-one__bottom-social-links ul li:first-child {
  margin-right: 0;
}

.footer-one__bottom-social-links ul li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.footer-one__bottom-social-links ul li a:hover {
  color: var(--profornet-base, #cbb44a);
}

/***
=============================================
    Features One
=============================================
***/
.features-two {
  position: relative;
  display: block;
  padding: 100px 0px 100px;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  counter-reset: count;
}

.features-two::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--profornet-base, #cbb44a);
  z-index: -1;
  content: "";
  background-image: url(../images/icon/feature-two-bg-1-1.png);
}

.features-two__single {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 40px 40px 30px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.features-two__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--profornet-primary, #334b35);
  border-radius: 10px;
  -webkit-transform: perspective(400px) scaleX(0);
          transform: perspective(400px) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: -1;
}

.features-two__single:hover:before {
  opacity: 1;
  -webkit-transform: perspective(400px) scaleX(1);
          transform: perspective(400px) scaleX(1);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.features-two__single::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transform: perspective(400px) scaleX(0);
          transform: perspective(400px) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: -1;
  content: "";
}

.features-two__single:hover::after {
  opacity: 1;
  -webkit-transform: perspective(400px) scaleX(1);
          transform: perspective(400px) scaleX(1);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.features-two__single-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}

.features-two__single-top .icon {
  position: relative;
  display: inline-block;
  color: var(--profornet-base, #cbb44a);
  font-size: 65px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.features-two__single:hover .features-two__single-top .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.features-two__single-top .count-box {
  position: relative;
  display: block;
  color: #eceae0;
  font-size: 50px;
  line-height: 1.1em;
  font-weight: 400;
  font-family: var(--profornet-font-3, "Shadows Into Light", cursive);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.features-two__single:hover .features-two__single-top .count-box {
  color: rgba(236, 234, 224, 0.2);
}

.features-two__single-top .count-box::before {
  counter-increment: count;
  content: "0" counter(count);
}

.features-two__single-title {
  position: relative;
  display: block;
}

.features-two__single-title h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
  margin-bottom: 3px;
}

.features-two__single-title h3 a {
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.features-two__single-title h3 a:hover {
  color: var(--profornet-base, #cbb44a);
}

.features-two__single:hover .features-two__single-title h3 a {
  color: #ffffff;
}

.features-two__single-title p {
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  margin-right: -5px;
}

.features-two__single:hover .features-two__single-title p {
  color: #b3c5b5;
}

.features-two__call-box {
  position: relative;
  display: block;
  margin-top: 20px;
}

.features-two__call-box-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.features-two__call-box-inner .img-box {
  position: relative;
  display: block;
  max-width: 75px;
  width: 100%;
}

.features-two__call-box-inner .img-box .icon {
  position: absolute;
  top: 12px;
  bottom: 0;
  right: -25px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--profornet-primary, #334b35);
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
}

.features-two__call-box-inner .img-box:hover .icon {
  background-color: var(--profornet-primary, #334b35);
  color: #ffffff;
}

.features-two__call-box-inner .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.features-two__call-box-inner .title {
  position: relative;
  display: block;
  line-height: 0;
  padding-left: 45px;
}

.features-two__call-box-inner .title p {
  color: var(--profornet-primary, #334b35);
  font-size: 14px;
  
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.features-two__call-box-inner .title h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-family: var(--profornet-font-3, "Shadows Into Light", cursive);
}

.features-three {
  padding-bottom: 110px;
  background-image: url(../images/icon/feature-three-shape-1-1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .features-three {
    padding-bottom: 0;
  }
}

.features-three__image {
  position: relative;
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .features-three__image {
    margin-bottom: 0;
  }
}

.features-three__image img {
  border-radius: 10px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .features-three__image img {
    max-width: none;
    float: right;
    margin-right: -10px;
    border-radius: 0;
    border-top-right-radius: 10px;
  }
}

.features-three__image__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--profornet-base, #cbb44a);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: 190px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 35px;
}

@media (min-width: 1200px) {
  .features-three__image__caption {
    border-bottom-right-radius: 0px;
    right: -10px;
  }
}

.features-three__image__caption i {
  font-size: 62px;
  color: var(--profornet-primary, #334b35);
}

.features-three__image__caption h3 {
  margin: 0;
  color: var(--profornet-primary, #334b35);
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  font-family: var(--profornet-font-3, "Shadows Into Light", cursive);
  margin-top: 6px;
}

@media (min-width: 992px) {
  .features-three__list {
    margin-left: -30px;
  }
}

.features-three__list li {
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 992px) {
  .features-three__list li {
    padding-left: 95px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
    border-radius: 10px;
  }
  .features-three__list li:hover {
    background-color: #f6f4ec;
  }
}

.features-three__list li + li {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .features-three__list li + li {
    margin-top: 0;
  }
}

.features-three__list li > i {
  width: 40px;
  height: 40px;
  background-color: var(--profornet-secondary, #6d8c54);
  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;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .features-three__list li > i {
    position: absolute;
    top: 44px;
    left: 30px;
  }
}

.features-three__list li:hover > i {
  background-color: var(--profornet-base, #cbb44a);
  color: var(--profornet-primary, #334b35);
}

.features-three__list li h3 {
  margin: 0;
  font-size: 20px;
  color: var(--profornet-primary, #334b35);
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .features-three__list li h3 {
    margin-bottom: 7px;
  }
}

.features-three__list li p {
  font-size: 18px;
  line-height: 34px;
  color: #687469;
  font-weight: 400;
  margin: 0;
}

@media (min-width: 1200px) {
  .features-three__content {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .features-three__content .sec-title {
    margin-bottom: 10px;
  }
}

/***
=============================================
    About Two
=============================================
***/
.about-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 106px;
  overflow: hidden;
  z-index: 1;
}

.about-two__bg {
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: -1;
}

.about-two__img-box {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  z-index: 1;
}

.about-two__img-box__shape::before {
  content: '';
  width: 71px;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
          animation: float-bob-y 10s linear 0s infinite;
  height: 71px;
  background-color: var(--profornet-secondary, #6d8c54);
  border-radius: 10px;
  position: absolute;
  left: 20px;
  top: 60px;
}

.about-two__img-box__shape::after {
  content: '';
  width: 30px;
  height: 30px;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
          animation: float-bob-y 10s linear 0s infinite;
  background-color: var(--profornet-base, #cbb44a);
  position: absolute;
  top: 108px;
  border-radius: 10px;
  left: 70px;
}

.about-two__img-box::before {
  position: absolute;
  top: -120px;
  left: -10000px;
  bottom: 100px;
  right: 100px;
  background: #f6f4ec;
  z-index: -1;
  content: "";
}

.about-two__img-box-img1 {
  position: relative;
  display: block;
  float: right;
}

.about-two__img-box-img1-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.about-two__img-box-img2 {
  position: absolute;
  left: -35px;
  bottom: 35px;
}

.about-two__img-box-img2__shape {
  width: 30px;
  height: 100px;
  background-color: var(--profornet-base, #cbb44a);
  position: absolute;
  bottom: 0;
  left: -30px;
  border-bottom-left-radius: 10px;
}

.about-two__img-box-img2 .logo {
  position: absolute;
  top: -65px;
  right: -60px;
  z-index: 2;
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}

.about-two__img-box-img2-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border-bottom-left-radius: 0;
}

.about-two__content-box {
  position: relative;
  display: block;
}

.about-two__content-box .sec-title {
  margin-bottom: 39px;
}

.about-two__content-box-list {
  position: relative;
  display: block;
  margin-top: 24px;
}

.about-two__content-box-list-single {
  position: relative;
  display: block;
  margin-bottom:20px;
}

.about-two__content-box-list-single ul {
  position: relative;
  display: block;
}

.about-two__content-box-list-single ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.about-two__content-box-list-single ul li:last-child {
  margin-bottom: 0;
}

.about-two__content-box-list-single ul li .icon {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}

.about-two__content-box-list-single ul li .icon i::before {
  position: relative;
  display: inline-block;
  color: var(--profornet-base, #cbb44a);
  font-size: 15px;
}

.about-two__content-box-list-single ul li .text {
  position: relative;
  display: block;
}

.about-two__content-box-list-single ul li .text p {
  color: var(--profornet-primary, #334b35);
  font-size:16px;
}

.about-two__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 22px;
}

.about-two__progress-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;

  margin-bottom: 0px;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}

.about-two__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background: #f6f4ec;
  border-radius: 10px;
  margin-bottom: 6px;
}

.about-two__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  background: var(--profornet-secondary, #6d8c54);
  border-radius: 10px;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.about-two__progress .count-text {
  position: absolute;
  top: -32px;
  right: 0px;
  color: var(--profornet-color-1, #687469);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}

.about-two__author {
  position: relative;
  display: block;
  margin-top: 35px;
}

.about-two__author h2 {
  color: var(--profornet-primary, #334b35);
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  font-family: var(--profornet-font-3, "Shadows Into Light", cursive);
}

.about-two__author h2 span {
  color: var(--profornet-color-1, #687469);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
  
  letter-spacing: 0.1em;
}

/***
=============================================
    Faq Two
=============================================
***/
.faq-one {
  position: relative;
  display: block;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px 110px;
  z-index: 1;
}

.faq-one::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(246, 244, 236, 0.93);
  content: "";
  z-index: -1;
}

.faq-one__content {
  position: relative;
  display: block;
}

.faq-one__content .sec-title {
  margin-bottom: 43px;
}

.faq-one__inner-content {
  position: relative;
  display: block;
}

.faq-one__inner-content-left {
  position: relative;
  display: block;
}

.faq-one__inner-content-left .title {
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.faq-one__inner-content-left .title h4 {
  color: var(--profornet-secondary, #6d8c54);
  font-size: 20px;
  line-height: 34px;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}

.faq-one__inner-content-list {
  position: relative;
  display: block;
}

.faq-one__inner-content-list ul {
  position: relative;
  display: block;
}

.faq-one__inner-content-list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.faq-one__inner-content-list ul li:last-child {
  margin-bottom: 0;
}

.faq-one__inner-content-list ul li .icon {
  position: relative;
  display: inline-block;
}

.faq-one__inner-content-list ul li .icon i::before {
  color: var(--profornet-base, #cbb44a);
  font-size: 15px;
}

.faq-one__inner-content-list ul li .text {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.faq-one__inner-content-list ul li .text p {
  color: var(--profornet-primary, #334b35);
  font-weight: 500;
}

.faq-one__btn {
  position: relative;
  display: block;
  margin-top: 49px;
}

.faq-one__accordions {
  position: relative;
  display: block;
  margin-left: 30px;
  z-index: 1;
}

.faq-one__accordions .accrodion {
  position: relative;
  display: block;
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.faq-one__accordions .accrodion.active {
  border: 0px solid #eceae0;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}

.faq-one__accordions .accrodion::before {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 10px;
  height: 0%;
  background: var(--profornet-base, #cbb44a);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
  z-index: 1;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.faq-one__accordions .accrodion.active::before {
  height: 100%;
}

.faq-one__accordions .accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  background: #ffffff;
  padding: 26px 0px 26px;
  padding-left: 40px;
  padding-right: 35px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.faq-one__accordions .accrodion.active .accrodion-title {
  background: #ffffff;
}

.faq-one__accordions .accrodion .accrodion-title h4 {
  position: relative;
  color: var(--profornet-primary, #334b35);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  letter-spacing: -0.02em;
}

.faq-one__accordions .accrodion.active .accrodion-title h4 {
  color: var(--profornet-primary, #334b35);
}

.faq-one__accordions .accrodion .accrodion-title h4::before {
  content: "\e938";
  font-family: 'icomoon' !important;
  font-weight: 900;
  font-size: 20px;
  color: var(--profornet-base, #cbb44a);
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__accordions .accrodion.active .accrodion-title h4::before {
  content: "\e937";
  font-family: 'icomoon' !important;
  color: var(--profornet-primary, #334b35);
}

.faq-one__accordions .accrodion .accrodion-content {
  position: relative;
  display: block;
  padding: 0px 35px 27px;
}

.faq-one__accordions .accrodion .accrodion-content .inner {
  position: relative;
  display: block;
}

.faq-one__accordions .accrodion .accrodion-content .inner p {
  font-size: 16px;
}

.faq-one__accordions.faq-one__accordions--services-details {
  margin-left: 0;
}

.faq-one__accordions--services-details.faq-one__accordions .accrodion .accrodion-title {
  background: #f6f4ec;
}

.faq-one__accordions--services-details.faq-one__accordions .accrodion.active .accrodion-title {
  background: #ffffff;
}

.faq-one--faq {
  position: relative;
  display: block;
  background: #f6f4ec;
}

.faq-one--faq .faq-one__accordions {
  margin-left: 0;
}

.faq-one__dark {
  background-color: var(--profornet-secondary, #6d8c54);
  position: relative;
}

.faq-one__dark::before {
  content: '';
  background-image: url(../images/backgrounds/faq-one-bg.png);
  opacity: .07;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--profornet-secondary, #6d8c54);
  background-blend-mode: luminosity;
  background-attachment: fixed;
}

.faq-one__dark .container {
  position: relative;
  z-index: 10;
}

.faq-one__dark .faq-one__shape::before {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 98px;
  width: 171px;
  height: 171px;
  border-radius: 10px;
  background-color: #ffffff;
}

.faq-one__dark .faq-one__shape::after {
  content: '';
  width: 41px;
  height: 41px;
  background-color: #f6f4ec;
  border-radius: 10px;
  position: absolute;
  right: 218px;
  bottom: -90px;
}

.faq-one__dark .sec-title__tagline {
  color: #dbe6d2;
}

.faq-one__dark .sec-title__title {
  color: #fff;
}

.faq-one__dark .faq-one__inner-content-list {
  margin-top: -10px;
}

.faq-one__dark .faq-one__inner-content-list li .text p {
  color: #dbe6d2;
}

.faq-one__dark .faq-one__inner-content-left img {
  border-radius: 10px;
  margin-bottom: 20px;
}

.faq-one__dark .faq-one__inner-content-left p {
  color: #dbe6d2;
}

.faq-one__dark .thm-btn {
  padding: 8.5px 38px;
}

.faq-one__dark .faq-one__accordions .accrodion .accrodion-title {
  padding-top: 24.5px;
  padding-bottom: 24.5px;
}

.faq-one__dark .faq-one__accordions .accrodion:not(.active) {
  background-color: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0);
  border-color: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.1);
}

.faq-one__dark .faq-one__accordions .accrodion:not(.active) .accrodion-title {
  background-color: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.1);
}

.faq-one__dark .faq-one__accordions .accrodion:not(.active) .accrodion-title h4 {
  color: #fff;
}

/***
=============================================
    Projects Two
=============================================
***/
.projects-one--two {
  position: relative;
  display: block;
padding: 90px 0px 90px;
}

.projects-two__carousel.owl-carousel .owl-dots.disabled,
.projects-two__carousel.owl-carousel .owl-nav.disabled {
  display: none;
}

.projects-one--two--projects {
  position: relative;
  display: block;
padding: 90px 0px 90px;
}

.projects-one--two--projects__wrapper {
  position: relative;
  display: block;
}

.projects-one--two--projects__btn {
  position: relative;
  display: block;
  margin-top: 10px;
}

/***
=============================================
    Story One
=============================================
***/
.story-one {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
  z-index: 1;
}

.story-one__shape {
  width: 110px;
  height: 131px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: -24px;
  right: 82px;
  border-radius: 10px;
  z-index: 20;
}

.story-one__shape::before {
  content: '';
  width: 40px;
  height: 40px;
  background-color: var(--profornet-base, #cbb44a);
  position: absolute;
  top: 24px;
  border-radius: 10px;
  right: 20px;
}

.story-one__shape::after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background-color: var(--profornet-primary, #334b35);
  position: absolute;
  left: 100%;
  bottom: 35px;
  z-index: 22;
  border-radius: 4px;
}

.story-one__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.05;
}

.story-one .auto-container {
  max-width: 1720px;
  width: 100%;
}

.story-one .row {
  margin-left: -0px;
  margin-right: -0px;
}

.story-one .row [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}

.story-one__img {
  position: relative;
  display: block;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 685px;
  z-index: 1;
}

.story-one__img h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-family: var(--profornet-font-3, "Shadows Into Light", cursive);
  text-align: center;
  font-size: 30px;
  margin: 0;
  font-weight: 300;
}

@media (min-width: 992px) {
  .story-one__img h3 {
    font-size: 60px;
  }
}

.story-one__img__line {
  width: 41px;
  height: 39px;
  background-image: url(../images/icon/quality-line-1-1.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 47px;
  right: 403px;
}

.story-one__img::before {
  position: absolute;
  top: 120px;
  bottom: 120px;
  right: 0;
  width: 30px;
  background: var(--profornet-base, #cbb44a);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  content: "";
  z-index: -1;
}

.story-one__counters {
  position: relative;
  display: block;
  background: #f6f4ec;
  padding: 120px 120px 121px;
  overflow: hidden;
  z-index: 1;
}

.story-one__counters .sec-title {
  margin-top: 0;
  margin-bottom: 43px;
}

.story-one__counters-box {
  position: relative;
  display: block;
  margin-top: 36px;
}

.story-one__counters-box ul {
  position: relative;
  display: block;
}

.story-one__counters-box-single {
  position: relative;
  background: #ffffff;
  padding: 35px 0px 32px;
  width: 190px;
  float: left;
  border-radius: 10px;
  margin-right: 15px;
  z-index: 1;
  overflow: hidden;
}

.story-one__counters-box-single::after {
  content: '';
  width: 100%;
  height: 10px;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 10;
}

.story-one__counters-box-single:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.story-one__counters-box-single:last-child {
  margin-right: 0;
}

.story-one__counters-box-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--profornet-secondary, #6d8c54);
  border-radius: 10px;
  -webkit-transform: perspective(400px) scaleX(0);
          transform: perspective(400px) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: -1;
}

.story-one__counters-box-single:hover:before {
  opacity: 1;
  -webkit-transform: perspective(400px) scaleX(1);
          transform: perspective(400px) scaleX(1);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.story-one__counters-box-single h3 {
  color: var(--profornet-primary, #334b35);
  font-size: 50px;
  line-height: 1em;
  font-weight: 400;
  font-family: var(--profornet-font-3, "Shadows Into Light", cursive);
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.story-one__counters-box-single:hover h3 {
  color: var(--profornet-base, #cbb44a);
}

.story-one__counters-box-single-text {
  color: var(--profornet-color-1, #687469);
  font-size: 16px;
  line-height: 26px;
  margin-top: 3px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.story-one__counters-box-single:hover .story-one__counters-box-single-text {
  color: #dbe6d2;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: var(--profornet-font-3, "Shadows Into Light", cursive);
  line-height: 1em;
}

/***
=============================================
    Meet Farmers One
=============================================
***/
.meet-farmers-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 27px;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: -120px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
}

.meet-farmers-one .sec-title {
  margin-bottom: 53px;
}

.meet-farmers-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.meet-farmers-one__single:hover {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.meet-farmers-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.meet-farmers-one__single-img::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  z-index: 1;
}

.meet-farmers-one__single:hover .meet-farmers-one__single-img::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.meet-farmers-one__single-img img {
  width: 100%;
}

.meet-farmers-one__single .social-link ul {
  position: relative;
  background-color: var(--profornet-secondary, #6d8c54);
  visibility: hidden;
  margin-top: 25px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.meet-farmers-one__single:hover .social-link ul {
  visibility: visible;
  opacity: 1;
}

.meet-farmers-one__single .social-link ul li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.meet-farmers-one__single .social-link ul li:last-child {
  margin-right: 0;
}

.meet-farmers-one__single .social-link ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.meet-farmers-one__single .social-link ul li a:hover {
  color: var(--profornet-base, #cbb44a);
}

.meet-farmers-one__single-title {
  position: relative;
  display: block;
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 15px;
  z-index: 10;
  -webkit-transition: padding 500ms ease, background-color 500ms ease, -webkit-transform 500ms ease, -webkit-box-shadow 500ms ease;
  transition: padding 500ms ease, background-color 500ms ease, -webkit-transform 500ms ease, -webkit-box-shadow 500ms ease;
  transition: padding 500ms ease, transform 500ms ease, background-color 500ms ease, box-shadow 500ms ease;
  transition: padding 500ms ease, transform 500ms ease, background-color 500ms ease, box-shadow 500ms ease, -webkit-transform 500ms ease, -webkit-box-shadow 500ms ease;
}

.meet-farmers-one__single:hover .meet-farmers-one__single-title {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.meet-farmers-one__single-title p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  
  letter-spacing: 0.1em;
}

.meet-farmers-one__single-title h2 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.02em;
}

.meet-farmers-one__single-title h2 a {
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.meet-farmers-one__single-title h2 a:hover {
  color: var(--profornet-base, #cbb44a);
}

.meet-farmers-one--about {
  position: relative;
  display: block;
  padding: 120px 0px 29px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.meet-farmers-one--about .row {
  --bs-gutter-y: -60px;
}

.meet-farmers-one--about .sec-title {
  margin-bottom: 120px;
}

/***
=============================================
    Video Two
=============================================
***/
.video-one--two {
  position: relative;
  display: block;
  padding: 254px 0px 150px;
}

/***
=============================================
    Blog Two
=============================================
***/
.blog-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 80px;
  z-index: 1;
}

.blog-two::before {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: -99999px;
  background: #f5f3eb;
  content: "";
  z-index: -1;
}

.blog-two__left {
  position: relative;
  display: block;
  z-index: 10;
}

.blog-two__left .sec-title {
  margin-bottom: 43px;
}

.blog-two__right {
  position: relative;
  display: block;
  width: 1180px;
}

.blog-two__carousel.owl-theme .owl-stage-outer {
  overflow: visible;
}

.blog-two__carousel .owl-stage-outer .owl-item {
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.blog-two__carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.blog-two__carousel.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  left: auto;
  top: auto;
  left: -404px;
  top: 376px;
  display: none;
}

.blog-two__carousel__custom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  margin-top: 49px;
}

.blog-two__carousel__custom-nav .left-btn {
  margin-right: 10px;
}

.blog-two__carousel__custom-nav .left-btn,
.blog-two__carousel__custom-nav .right-btn,
.blog-two__carousel.owl-theme .owl-nav .owl-next,
.blog-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 52px;
  width: 52px;
  background: #ffffff;
  border-radius: 50%;
  color: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.5);
  border: 2px solid rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.3);
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 48px;
  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;
}

.blog-two__carousel__custom-nav .left-btn,
.blog-two__carousel__custom-nav .left-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.blog-two__carousel__custom-nav .left-btn span,
.blog-two__carousel__custom-nav .right-btn span,
.blog-two__carousel.owl-theme .owl-nav .owl-next span,
.blog-two__carousel.owl-theme .owl-nav .owl-prev span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}

.blog-two__carousel__custom-nav .left-btn:hover,
.blog-two__carousel__custom-nav .right-btn:hover,
.blog-two__carousel.owl-theme .owl-nav .owl-next:hover,
.blog-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  color: rgba(var(--profornet-primary-rgb, 51, 75, 53), 1);
  border-color: rgba(var(--profornet-primary-rgb, 51, 75, 53), 1);
}

.blog-two__left {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 370px;
  position: relative;
  z-index: 20;
  background-color: #fff;
}

/***
=============================================
    About Three
=============================================
***/
.about-three {
  position: relative;
  display: block;
  background: #ffffff;
padding: 90px 0px 90px;
}

.about-three__shape::before {
  content: '';
  width: 150px;
  height: 171px;
  position: absolute;
  top: 160px;
  border-radius: 10px;
  left: -55px;
  background-color: #f6f4ec;
}

.about-three__shape::after {
  content: '';
  width: 41px;
  height: 41px;
  background-color: var(--profornet-base, #cbb44a);
  border-radius: 10px;
  top: 313px;
  left: 75px;
  position: absolute;
}

.about-three__content-box {
  position: relative;
  display: block;
  max-width: 630px;
  width: 100%;
}

.about-three__content-box .sec-title {
  margin-bottom: 46px;
}

.about-three__content-box-inner {
  position: relative;
  display: block;
}

.about-three__content-box-inner p {
	margin-bottom:30px;
	font-size:18px;
	line-height:26px;
}

.about-three__content-box-inner h2 {
  color: var(--profornet-secondary, #6d8c54);
  font-size: 24px;
  line-height: 34px;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
  margin-bottom: 35px;
}

.about-three__products-list {
  position: relative;
  display: block;
  margin-top: 38px;
}

.about-three__products-list ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-three__products-list ul li {
  position: relative;
  display: inline-block;
  padding-right: 44px;
  margin-left: 45px;
  border-right: 1px solid #eceae0;
}

.about-three__products-list ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.about-three__products-list ul li:first-child {
  margin-left: 0;
}

.about-three__products-list ul li .icon {
  position: relative;
  display: inline-block;
  color: var(--profornet-base, #cbb44a);
  font-size: 60px;
  margin-bottom: 17px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-three__products-list ul li:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.about-three__products-list ul li h3 {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.02em;
  margin-bottom: 9px;
}

.about-three__products-list ul li h3 a {
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.about-three__products-list ul li h3 a:hover {
  color: var(--profornet-base, #cbb44a);
}

.about-three__products-list ul li p {
  font-size: 16px;
}

.about-three__content-box-btn {
  position: relative;
  display: block;
  margin-top: 41px;
}

.about-three__img-box {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
}

.about-three__img-box .about-three__img-icon {
  position: absolute;
  top: 43px;
  left: -70px;
  z-index: 10;
  -webkit-animation: sunMove 10s linear infinite;
          animation: sunMove 10s linear infinite;
}

.about-three__arrow {
  width: 89px;
  height: 62px;
  background-image: url(../images/icon/about-3-arrow-1-1.png);
  position: absolute;
  bottom: 20px;
  left: 270px;
}

.about-three__img-box-img {
  position: relative;
  display: block;
  z-index: 1;
}

.about-three__img-box-img::before {
  position: absolute;
  top: 350px;
  right: -30px;
  bottom: 0;
  width: 30px;
  background: var(--profornet-base, #cbb44a);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
  z-index: 5;
}

.about-three__img-box-img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.about-three__img-box-img-inner::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 20%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  z-index: 2;
}

.about-three__img-box-img:hover .about-three__img-box-img-inner::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

/***
=============================================
    Services Details
=============================================
***/
.services-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 90px 0px 0px;
}

.services-details__sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}

.services-details__sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-details__sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 45px 30px 15px;
}

.services-details__sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}

.services-details__sidebar-single-services .title h3 {
  color: var(--profornet-primary, #334b35);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.services-details__sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}

.services-details__sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}

.services-details__sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}

.services-details__sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--profornet-color-1, #687469);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services-details__sidebar-single-services ul li a:hover {
  color: var(--profornet-primary, #334b35);
}

.services-details__sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
          transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.services-details__sidebar-single-services ul li a:hover::before,
.services-details__sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.services-details__sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}

.services-details__sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}

.services-details__sidebar-single-services ul li a i {
  font-size: 16px;
}

.services-details__sidebar-single-services ul li a:hover i,
.services-details__sidebar-single-services ul li.current a i {
  color: var(--profornet-base, #cbb44a);
}

.services-details__sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}

.services-details__sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--profornet-secondary-rgb, 109, 140, 84), 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}

.services-details__sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--profornet-base, #cbb44a);
}

.services-details__sidebar-single-contact-box .icon:hover {
  background-color: var(--profornet-primary, #334b35);
}

.services-details__sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--profornet-primary, #334b35);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}

.services-details__sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}

.services-details__sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  font-family: var(--profornet-font-3, "Shadows Into Light", cursive);
}

.services-details__sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.services-details__sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__sidebar-single-contact-box .phone a:hover {
  color: var(--profornet-base, #cbb44a);
}

.services-details__sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.services-details__sidebar-single-btn {
  position: relative;
  display: block;
}

.services-details__sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}

.services-details__sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: var(--profornet-primary, #334b35);
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}

.services-details__content {
  position: relative;
  display: block;
}

.services-details__content p {
	margin-bottom:30px;
}

.services-details__content p:last-child {
	margin-bottom:0px;
}

.list-group-item div {
	font-size:15px;
	line-height:19px;
}

  .list-group-item > div:first-child {
    width: 62%;
    overflow-wrap: break-word;
  }
  .list-group-item > div:last-child {
    width: 38%;
    text-align: right;
    font-weight: bold;
  }


.product-table {
	background: rgba(229, 147, 65, 1); /* #e59341 → 40% opaklık */
	color: #fff !important;
}

.list-group-item {
	background: rgba(255, 204, 79, 1); /* #ffcc4f → 40% opaklık */
}

.list-group-item:nth-child(2n) {
	background: rgba(231, 178, 50, 1); /* #e7b232 → 40% opaklık */
}

.list-group-item small {
	color:#000!important;
}


.maps img {
	width:100%;
}

.services-details__content-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.services-details__content-img img {
  width: 100%;
}

.services-details__content-icon {
  position: relative;
  display: block;
  color: var(--profornet-primary, #334b35);
  font-size: 60px;
  margin-bottom: 11px;
}

.services-details__content-title {
  color: var(--profornet-primary, #334b35);
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 23px;
}

.services-details__content-text1 {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.services-details__content-text2 {
  position: relative;
  display: block;
}

.services-details__content-text3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}

#mapsRow img {
	width:100%;
	transition:all 0.3s;
	cursor:pointer;
}

#mapsRow img:Hover {
	opacity:0.8;
	transform: scale(1.05);
}

.services-details__content-text3 .img-box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.services-details__content-text3 .text-box {
  position: relative;
  display: block;
  padding-left: 30px;
}

.services-details__content-text3 .text-box ul {
  position: relative;
  display: block;
}

.services-details__content-text3 .text-box ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
}

.services-details__content-text3 .text-box ul li:last-child {
  margin-bottom: 0;
}

.services-details__content-text3 .text-box ul li .icon {
  position: relative;
  display: inline-block;
  color: var(--profornet-base, #cbb44a);
  font-size: 23px;
  padding-right: 20px;
}

.services-details__content-text3 .text-box ul li .text {
  position: relative;
  display: block;
}

.services-details__content-text3 .text-box ul li .text p {
  color: var(--profornet-primary, #334b35);
  font-weight: 500;
}

/***
=============================================
    Faq Contact box
=============================================
***/
.faq-contact-box {
  position: relative;
  display: block;
padding: 90px 0px 90px;
  background: #ffffff;
}

.faq-contact-box .sec-title {
  margin-bottom: 54px;
}

.faq-contact-box__wrapper {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 70px;
  width: 100%;
  border: none;
  background: #f6f4ec;
  padding: 0 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
  color: #727d73;
  font-weight: 400;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}


.comment-form__input-box input[type="date"] {
  height: 70px;
  width: 100%;
  border: none;
  background: #f6f4ec;
  padding: 0 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
  color: #727d73;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}



.comment-form__input-box textarea {
  font-size: 14px;
  color: #727d73;
  height: 190px;
  width: 100%;
  background: #f6f4ec;
  padding: 18px 30px 30px;
  border: none;
  border-radius: 10px;
  outline: none;
  margin-bottom: 10px;
  font-weight: 400;
}

/***
=============================================
    Error Page
=============================================
***/
.error-page {
  position: relative;
  display: block;
padding: 90px 0px 90px;
  background: #ffffff;
}

.error-page__wrapper {
  position: relative;
  display: block;
}

.error-page__big-title {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.error-page__big-title h2 {
  color: var(--profornet-secondary, #6d8c54);
  font-size: 400px;
  line-height: 0.8em;
  font-family: var(--profornet-font-3, "Shadows Into Light", cursive);
  font-weight: 500;
  text-shadow: 10px 15px 1px #f5f7f3;
}

.error-page__content {
  position: relative;
  display: block;
}

.error-page__content h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
  margin-bottom: 10px;
}

.error-page__content p {
  font-size: 20px;
}

.error-page__search {
  position: relative;
  display: block;
  margin-top: 55px;
}

.error-page__search form.search-form {
  position: relative;
  display: block;
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}

.error-page__search .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #f6f4ec;
  border: 0px solid #f6f4ec;
  color: var(--profornet-color-1, #687469);
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  padding-right: 80px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.error-page__search .search-form button {
  position: absolute;
  top: 10px;
  right: 35px;
  width: 50px;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  background: transparent;
  display: block;
  text-align: center;
  border: 0px solid #f6f4ec;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  padding: 0;
  outline: none;
  border: none;
}

.error-page__search .search-form button i {
  color: var(--profornet-primary, #334b35);
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
}

.error-page__search .search-form input[type="text"]:focus {
  outline: none;
  border: none;
}

.error-page__search .search-form input::-webkit-input-placeholder {
  color: var(--profornet-color-1, #687469);
}

.error-page__search .search-form input:-moz-placeholder {
  color: var(--profornet-color-1, #687469);
}

.error-page__search .search-form input::-moz-placeholder {
  color: var(--profornet-color-1, #687469);
}

.error-page__search .search-form input:-ms-input-placeholder {
  color: var(--profornet-color-1, #687469);
}

.error-page__btn {
  position: relative;
  display: block;
  margin-top: 20px;
}

/***
=============================================
    Contact Page
=============================================
***/
.contact-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 60px;
}

.contact-page__left {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
}

.contact-page__left .sec-title {
  margin-bottom: 42px;
}

.contact-page__social-link {
  position: relative;
  display: block;
  margin-top: 29px;
}

.contact-page__social-link ul {
  position: relative;
  display: block;
}

.contact-page__social-link ul li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.contact-page__social-link ul li:last-child {
  margin-right: 0;
}

.contact-page__social-link ul li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background: #f6f4ec;
  color: var(--profornet-color-1, #687469);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.contact-page__social-link ul li a:hover {
  color: var(--profornet-primary, #334b35);
  background: var(--profornet-base, #cbb44a);
}

.contact-page__social-link ul li a i::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 45px;
}

/***
=============================================
    Contact Page Contact Info
=============================================
***/
.contact-page__contact-info {
  position: relative;
  display: block;
  background: #ffffff;
}

.contact-page__contact-info .auto-container {
  max-width: 1440px;
  width: 100%;
}

.contact-page__contact-info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  padding: 60px 24px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 30px;
  z-index: 2;
}

.contact-page__contact-info-title {
  position: relative;
  display: block;
  padding-right: 55px;
}

.contact-page__contact-info-title h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.04em;
}

.contact-page__contact-info-list {
  position: relative;
  display: block;
}

.contact-page__contact-info-list ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page__contact-info-list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  justify-content:center;
  border-right: 1px solid #eceae0;
  margin-left: 40px;
  padding-right: 40px;
  max-width:33.33%;
  min-width:33.33%;
}

.contact-page__contact-info-list ul li:first-child {
  margin-left: 0;
}

.contact-page__contact-info-list ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.contact-page__contact-info-list ul li .icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  min-width:50px;
  min-height:50px;
  border-radius: 50%;
  text-align: center;
  background: var(--profornet-secondary, #6d8c54);
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.contact-page__contact-info-list ul li:hover .icon {
  background-color: var(--profornet-base, #cbb44a);
  color: var(--profornet-black);
}

.contact-page__contact-info-list ul li .icon span::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
}

.contact-page__contact-info-list ul li .icon.phone span::before {
  font-size: 25px;
}

.contact-page__contact-info-list ul li .title {
  position: relative;
  display: block;
  line-height: 0;
  padding-left: 20px;
}

.contact-page__contact-info-list ul li .title span {
  color: var(--profornet-color-1, #687469);
  font-size: 13px;
  line-height: 22px;
}

.contact-page__contact-info-list ul li .title p {
  color: var(--profornet-primary, #334b35);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.contact-page__contact-info-list ul li .title p a {
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.contact-page__contact-info-list ul li .title p a:hover {
  color: var(--profornet-base, #cbb44a);
}

/***
=============================================
    Contact One
=============================================
***/
.contact-one {
  padding-bottom: 120px;
}

.contact-one__content {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .contact-one__content {
    padding-right: 70px;
    margin-bottom: 0;
  }
}

.contact-one__text {
  color: var(--profornet-color-1, #687469);
  margin: 0;
  margin-top: -10px;
  font-weight: 500;
  margin-bottom: 35px;
}

.contact-one__lists li {
  position: relative;
  color: var(--profornet-primary, #334b35);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  padding-left: 28px;
}

.contact-one__lists li + li {
  margin-top: 11px;
}

.contact-one__lists li > i {
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--profornet-base, #cbb44a);
  font-size: 18px;
}

.contact-one__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-top: 145px;
}

.contact-one__images img {
  border-radius: 10px;
}

.contact-one__images-1 {
  position: absolute;
  top: -80px;
  left: 0;
}

.contact-one__images__shape::before {
  content: '';
  width: 71px;
  height: 70px;
  background-color: var(--profornet-secondary, #6d8c54);
  position: absolute;
  top: -100px;
  border-radius: 10px;
  left: 240px;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
          animation: float-bob-y 10s linear 0s infinite;
}

.contact-one__images__shape::after {
  content: '';
  width: 32px;
  height: 32px;
  background-color: var(--profornet-base, #cbb44a);
  border-radius: 10px;
  position: absolute;
  top: -110px;
  left: 290px;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
          animation: float-bob-y 10s linear 0s infinite;
}

.contact-one__form {
  background-color: #f6f4ec;
  padding: 30px;
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .contact-one__form {
    padding: 60px;
  }
}

.contact-one__form .comment-form__input-box ::-webkit-input-placeholder {
  color: #727d73;
}

.contact-one__form .comment-form__input-box :-ms-input-placeholder {
  color: #727d73;
}

.contact-one__form .comment-form__input-box ::-ms-input-placeholder {
  color: #727d73;
}

.contact-one__form .comment-form__input-box ::placeholder {
  color: #727d73;
}

.contact-one__form .comment-form__input-box input[type="text"],
.contact-one__form .comment-form__input-box textarea,
.contact-one__form .comment-form__input-box input[type="email"] {
  margin-bottom: 20px;
  color: #727d73;
  background-color: #fff;
  display: block;
}

/***
=============================================
    Google Map
=============================================
***/
.contact-page-google-map {
  position: relative;
  display: block;
  z-index: 1;
}

.contact-page-google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 560px;
  width: 100%;
}

/***
=============================================
    Blog One News
=============================================
***/
.blog-one--news .blog-one__bg {
  display: none;
}

/***
=============================================
    News Sidebar
=============================================
***/
.news-sidebar {
  position: relative;
  display: block;
  background: #ffffff;
padding: 90px 0px 90px;
}

.news-sidebar__left {
  position: relative;
  display: block;
}

.news-sidebar__left .blog-one__single {
  margin-bottom: 24px;
}

.news-sidebar__left .blog-one__single-img {
  border-radius: 10px;
}

.news-sidebar__left .blog-one__single-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 0px 0px;
}

.news-sidebar__left .blog-one__single-content h2 {
  font-size: 26px;
}

.news-sidebar__left .blog-one__single-content p {
  margin-top: 20px;
}

.news-sidebar__left .blog-one__single-content .read-more {
  position: relative;
  display: inline-block;
  color: var(--profornet-primary, #334b35);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  
  letter-spacing: 0.1em;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
  margin-top: 4px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.news-sidebar__left .blog-one__single-content .read-more:hover {
  color: var(--profornet-base, #cbb44a);
}

.news-sidebar__left .blog-one__single-content .read-more::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: var(--profornet-primary, #334b35);
  content: "";
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.news-sidebar__left .blog-one__single-content .read-more:hover:before {
  background: var(--profornet-base, #cbb44a);
}

.news-sidebar__left .blog-one__single.style2 {
  position: relative;
  display: block;
}

.news-sidebar__left .blog-one__single.style2 .blog-one__single-img::before {
  display: none;
}

.news-sidebar__left .blog-one__single.style2:hover .blog-one__single-img img {
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.news-sidebar__left .blog-one__single.style2 .blog-one__single-img .icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-sidebar__left .blog-one__single.style2 .blog-one__single-img .icon a {
  position: relative;
  display: inline-block;
  width: 105px;
  width: 105px;
  line-height: 105px;
  border-radius: 50%;
  text-align: center;
  background: var(--profornet-base, #cbb44a);
  font-size: 25px;
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.news-sidebar__left .blog-one__single.style2 .blog-one__single-img .icon a:hover {
  color: #ffffff;
  background: var(--profornet-primary, #334b35);
}

.news-sidebar__blockquote {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 56px 60px 49px;
}

.news-sidebar__blockquote blockquote {
  position: relative;
  display: block;
  margin: 0;
}

.news-sidebar__blockquote .icon {
  position: relative;
  display: inline-block;
}

.news-sidebar__blockquote p {
  margin-top: 18px;
}

.news-sidebar__agriculture-matters {
  position: relative;
  display: block;
  border-radius: 10px;
  background: #f6f4ec;
  padding: 60px 60px 51px;
  margin-top: 30px;
}

.news-sidebar__agriculture-matters .icon {
  position: relative;
  display: inline-block;
}

.news-sidebar__agriculture-matters h2 {
  font-size: 26px;
  line-height: 36px;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
  margin-top: 20px;
}

.news-sidebar__agriculture-matters h2 a {
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.news-sidebar__agriculture-matters h2 a:hover {
  color: var(--profornet-base, #cbb44a);
}

.news-sidebar__btn {
  position: relative;
  display: block;
  margin-top: 30px;
}

/***
=============================================
Sidebar
=============================================
***/
.sidebar {
  position: relative;
  display: block;
}

.sidebar__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.sidebar__single .title {
  position: relative;
  display: block;
}

.sidebar__single .title h2 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin-bottom:20px;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--profornet-base, #cbb44a);
  color: var(--profornet-primary, #334b35);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 50px;
  height: 70px;
  border-radius: 10px;
  width: 100%;
  padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--profornet-primary, #334b35);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--profornet-primary, #334b35);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--profornet-primary, #334b35);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--profornet-primary, #334b35);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--profornet-primary, #334b35);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--profornet-primary, #334b35);
}

.sidebar__search-form button[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  color: var(--profornet-primary, #334b35);
  font-size: 22px;
  width: 80px;
  outline: none;
  border: none;
  padding: 0;
  background-color: transparent;
}

.sidebar__search-form button span::before {
  position: relative;
  display: inline-block;
  line-height: 70px;
  font-weight: 700;
}

.sidebar__latest-posts {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 25px;
}

.sidebar__latest-posts-list {
  position: relative;
  display: block;
}

.sidebar__latest-posts-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}

.br-hide br {
	display:none!important;
}

.sidebar__latest-posts-list-item:last-child {
  margin-bottom: 0;
}

.sidebar__latest-posts-list-item .img-box {
  position: relative;
  display: block;
  border-radius: 10px;
}

.sidebar__latest-posts-list-item .img-box img {
	max-width:60px;
	min-width:60px;
	border-radius:5px;
}

.sidebar__latest-posts-list-item .title {
  position: relative;
  display: block;
  line-height: 0;
  padding-left: 20px;
}

.sidebar__latest-posts-list-item .title p {
  font-size: 14px;
  margin-bottom: 5px;
}

.sidebar__latest-posts-list-item .title p i::before {
  position: relative;
  display: inline-block;
  color: var(--profornet-secondary, #6d8c54);
  font-size: 12px;
  padding-right: 5px;
}

.sidebar__latest-posts-list-item .title h4 {
  font-size: 18px;
  line-height: 26px;
}

.sidebar__latest-posts-list-item .title h4 a {
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
		  font-size:17px;
		  line-height:22px;
}

.sidebar__latest-posts-list-item .title h4 a:hover {
  color: var(--profornet-base, #cbb44a);
}

.sidebar__categories {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 42px 30px 35px;
}

.sidebar__categories .title {
  position: relative;
  display: block;
  margin-bottom: 7px;
  padding-left: 20px;
}

.sidebar__categories-list {
  position: relative;
  display: block;
}

.sidebar__categories-list li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.sidebar__categories-list li:last-child {
  margin-bottom: 0;
}

.sidebar__categories-list li a {
  position: relative;
  display: block;
  color: var(--profornet-color-1, #687469);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
  padding: 7px 20px 7px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
}

.sidebar__categories-list li a:hover,
.sidebar__categories-list li a.active {
  color: var(--profornet-primary, #334b35);
  font-weight: 700;
}

.sidebar__categories-list li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
          transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.sidebar__categories-list li a:hover::before,
.sidebar__categories-list li a.active::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.sidebar__categories-list li a span::before {
  position: relative;
  color: var(--profornet-color-1, #687469);
  font-size: 10px;
  line-height: 26px;
  float: right;
  font-weight: 700;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.sidebar__categories-list li a:hover span::before {
  color: var(--profornet-base, #cbb44a);
}

.sidebar__categories-list li a.active span::before {
  color: var(--profornet-base, #cbb44a);
}

.sidebar__tag {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 42px 50px 40px;
}

.sidebar__tag-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

.sidebar__tag-list li {
  position: relative;
  float: left;
  margin: 0px 4px 10px;
}

.sidebar__tag-list li a {
  position: relative;
  display: inline-block;
  color: var(--profornet-color-1, #687469);
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
  
  border-radius: 10px;
  background: #ffffff;
  padding: 8px 20px 8px;
  letter-spacing: 0.1em;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.sidebar__tag-list li a:hover {
  color: var(--profornet-primary, #334b35);
  background: var(--profornet-base, #cbb44a);
}

.sidebar__recent-comments {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 42px 50px 47px;
}

.sidebar__recent-comments .title {
  margin-bottom: 18px;
}

.sidebar__recent-comments-list {
  position: relative;
  display: block;
}

.sidebar__recent-comments-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}

.sidebar__recent-comments-list-item:last-child {
  margin-bottom: 0;
}

.sidebar__recent-comments-list-item .icon {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background: var(--profornet-primary, #334b35);
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.sidebar__recent-comments-list-item .icon:hover {
  color: var(--profornet-primary, #334b35);
  background: var(--profornet-base, #cbb44a);
}

.sidebar__recent-comments-list-item .icon span::before {
  position: relative;
  display: inline-block;
  line-height: 45px;
}

.sidebar__recent-comments-list-item .text {
  position: relative;
  display: block;
  padding-left: 18px;
}

.sidebar__recent-comments-list-item .text p {
  font-size: 16px;
  line-height: 26px;
}

.sidebar__recent-comments-list-item .text p span {
  color: var(--profornet-primary, #334b35);
}

/***
=============================================
    News Details
=============================================
***/
.news-details {
  position: relative;
  display: block;
padding: 90px 0px 90px;
}

.news-details__left {
  position: relative;
  display: block;
}

.news-details__left .blog-one__single-img::before {
  display: none;
}

.news-details__left .blog-one__single .blog-one__single-img {
  border-radius: 10px;
}

.news-details__left .blog-one__single:hover .blog-one__single-img img {
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.news-details__left .blog-one__single-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 0px 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.news-details__left .blog-one__single-content h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.news-details__left-text1 {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.news-details__left-text2 {
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.tag-social-link {
  position: relative;
  display: block;
  border-top: 1px solid #eceae0;
  padding-top: 30px;
}

.tag-social-link__tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tag-social-link__tag .title {
  position: relative;
  display: block;
}

.tag-social-link__tag .title h4 {
  font-size: 18px;
  line-height: 28px;
}

.tag-social-link__tag-list {
  position: relative;
  display: block;
  margin-left: 20px;
}

.tag-social-link__tag-list ul {
  position: relative;
  display: block;
}

.tag-social-link__tag-list ul li {
  position: relative;
  float: left;
  margin-right: 10px;
}

.tag-social-link__tag-list ul li:last-child {
  margin-right: 0;
}

.tag-social-link__tag-list ul li a {
  position: relative;
  display: inline-block;
  color: var(--profornet-color-1, #687469);
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  
  letter-spacing: 0.1em;
  background: #f6f4ec;
  padding: 8px 20px 8px;
  border-radius: 10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.tag-social-link__tag-list ul li a:hover {
  color: var(--profornet-primary, #334b35);
  background: var(--profornet-base, #cbb44a);
}

.tag-social-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tag-social-link__social-links {
  position: relative;
  display: block;
  overflow: hidden;
}

.tag-social-link__social-links ul {
  position: relative;
  display: block;
}

.tag-social-link__social-links ul li {
  position: relative;
  float: left;
  margin-right: 30px;
}

.tag-social-link__social-links ul li:last-child {
  margin-right: 0;
}

.tag-social-link__social-links ul li a {
  position: relative;
  display: inline-block;
  color: var(--profornet-color-1, #687469);
  font-size: 20px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.tag-social-link__social-links ul li a:hover {
  color: var(--profornet-base, #cbb44a);
}

.news-details__pagenation {
  position: relative;
  display: block;
  margin-top: 30px;
}

.news-details__pagenation-single {
  position: relative;
  display: block;
  background: #f6f4ec;
  padding: 52px 55px 52px;
  border-radius: 10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.news-details__pagenation-single.active {
  background: var(--profornet-secondary, #6d8c54);
}

.news-details__pagenation-single.active h2 a {
  color: #ffffff;
}

.news-details__pagenation-single:hover {
  background: var(--profornet-secondary, #6d8c54);
}

.news-details__pagenation-single h2 {
  font-size: 20px;
  line-height: 34px;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}

.news-details__pagenation-single h2 a {
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.news-details__pagenation-single:hover h2 a {
  color: #ffffff;
}

/***
=============================================
    Comments
=============================================
***/
.comment-one {
  position: relative;
  display: block;
  margin-top: 50px;
}

.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--profornet-primary, #334b35);
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 51px;
  letter-spacing: -0.02em;
}

.comment-form__title {
  margin-top: -10px;
}

.comment-one__single {
  position: relative;
  display: block;
  border-bottom: 1px solid #eceae0;
  padding-bottom: 72px;
  margin-bottom: 60px;
}

.comment-one__image {
  position: absolute;
  top: 0;
  left: 0;
}

.comment-one__content {
  position: relative;
  display: block;
  margin-left: 200px;
}

.comment-one__content p {
  font-size: 16px;
  margin: 0;
}

.comment-one__content-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comment-one__content-text {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.comment-one__content-text h3 {
  color: var(--profornet-primary, #334b35);
  font-size: 24px;
  margin: 0;
}

.comment-one__content-btn {
  position: relative;
  display: block;
}

.comment-one__content-btn .thm-btn {
  font-size: 12px;
  font-weight: 700;
  padding: 2px 20px 2px;
  letter-spacing: 0.1;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}

.comment-one__image img {
  border-radius: 50%;
}

/***
=============================================
    Projects Details
=============================================
***/
.projects-details {
  position: relative;
  display: block;
  padding: 120px 0px 60px;
  background: #ffffff;
}

.projects-details__wrapper {
  position: relative;
  display: block;
}

.projects-details__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.projects-details__information {
  position: relative;
  display: block;
  background: #f6f4ec;
  padding: 53px 0px 52px;
  border-radius: 10px;
  margin-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
}

.projects-details__information ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.projects-details__information ul li {
  position: relative;
  display: block;
}

.projects-details__information ul li h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}

.projects-details__information ul li p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.projects-details__information ul li p a {
  color: var(--profornet-color-1, #687469);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.projects-details__information ul li p a:hover {
  color: var(--profornet-base, #cbb44a);
}

.projects-details__text-box1 {
  position: relative;
  display: block;
  margin-top: 45px;
}

.projects-details__text-box1 p {
	margin-bottom:30px;
}

.projects-details__text-box1 ul {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.projects-details__text-box1 ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
    color: #687469;
}

.projects-details__text-box1 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url("/images/icon/kalite.svg") no-repeat center;
    background-size: contain;
}

.projects-details__text-box1 h2 {
    font-size: 38px;
    line-height: 1em;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.04em;
}

.projects-details__text-box1 h3 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    text-transform: none;
	margin:30px 0px;
    letter-spacing: -0.04em;
}

.projects-details__text-box1 .text1 {
  margin-bottom: 33px;
  margin-top: 37px;
}

.projects-details__text-box2 {
  position: relative;
  display: block;
  margin-top: 42px;
}

.projects-details__text-box2 h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.04em;
  margin-bottom: 39px;
}

.projects-details__text-box2-list {
  position: relative;
  display: block;
  margin-top: 37px;
}

.projects-details__text-box2-list ul {
  position: relative;
  display: block;
}

.projects-details__text-box2-list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
}

.projects-details__text-box2-list ul li:last-child {
  margin-bottom: 0;
}

.projects-details__text-box2-list ul li .icon {
  position: relative;
  display: block;
}

.projects-details__text-box2-list ul li .icon i::before {
  position: relative;
  display: inline-block;
  top: 3px;
  color: var(--profornet-base, #cbb44a);
  font-size: 23px;
}

.projects-details__text-box2-list ul li .text {
  position: relative;
  display: block;
  padding-left: 20px;
}

.projects-details__text-box2-list ul li .text p {
  color: var(--profornet-primary, #334b35);
  font-size: 20px;
  font-weight: 500;
}

.projects-details__text-box2 .text2 {
  margin-top: 33px;
}

.projects-details__pagination {
  position: relative;
  display: block;
  border-top: 1px solid #eceae0;
  border-bottom: 1px solid #eceae0;
  padding-top: 29px;
  padding-bottom: 29px;
  margin-top: 109px;
}

.projects-details__pagination ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.projects-details__pagination ul li {
  position: relative;
  display: block;
}

.projects-details__pagination ul li .previous {
  position: relative;
  display: block;
}

.projects-details__pagination ul li .previous p {
  color: var(--profornet-primary, #334b35);
  font-weight: 700;
}

.projects-details__pagination ul li .previous p a {
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.projects-details__pagination ul li .previous p a:hover {
  color: var(--profornet-base, #cbb44a);
}

.projects-details__pagination ul li .previous p a span::before {
  position: relative;
  display: inline-block;
  color: var(--profornet-primary, #334b35);
  font-size: 15px;
  line-height: 34px;
  padding-left: 20px;
  font-weight: 700;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.projects-details__pagination ul li .previous p a:hover span::before {
  color: var(--profornet-base, #cbb44a);
}

.projects-details__pagination ul li .next {
  position: relative;
  display: block;
}

.projects-details__pagination ul li .next p {
  color: var(--profornet-primary, #334b35);
  font-weight: 700;
}

.projects-details__pagination ul li .next p a {
  color: var(--profornet-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.projects-details__pagination ul li .next p a:hover {
  color: var(--profornet-base, #cbb44a);
}

.projects-details__pagination ul li .next p a span::before {
  position: relative;
  display: inline-block;
  color: var(--profornet-primary, #334b35);
  font-size: 15px;
  line-height: 34px;
  padding-left: 20px;
  font-weight: 700;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.projects-details__pagination ul li .next p a:hover span::before {
  color: var(--profornet-base, #cbb44a);
}

/***
=============================================
    Tiny Scrollbar
=============================================
***/
#scrollbar1 {
  width: 270px;
  margin: 0;
}

#scrollbar1 .viewport {
  position: relative;
  width: 270px;
  height: 530px;
  overflow: hidden;
}

#scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 15px;
  top: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
}

#scrollbar1 .scrollbar {
  position: absolute;
  top: 0;
  right: 0px;
  background: #e7e7e7;
  width: 4px;
}

#scrollbar1 .track {
  background: transparent;
  height: 100%;
  width: 4px;
  position: relative;
  padding: 0;
}

#scrollbar1 .thumb {
  background: #fa401b;
  background-image: none;
  height: 20px;
  width: 4px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 1;
  z-index: 3;
}

#scrollbar1 .thumb .end {
  background: #353742 no-repeat 50% 0;
  overflow: hidden;
  height: 0px;
  width: 4px;
}

#scrollbar1 .disable {
  display: none;
}

.stricky-one-logo {
  position: relative;
  display: none;
}

.logo img {
	max-width:210px;
}

.stricky-header.main-menu .stricky-one-logo {
  display: block;
}

.stricky-header .main-menu__list > li > a {
  padding-top: 33px;
  padding-bottom: 33px;
}

/* Large Layout: 1200px.
@media only screen and (min-width: 1200px){
.container {padding: 0;}
.container-fluid{padding: 0;}


.cta_two_btn {
    margin-left: 49px;
}

}
*/
/**Main Header One **/
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .main-header--one__bottom-right .search-cart {
    display: none;
  }
  .main-header--one__bottom-middel {
    left: 63%;
  }
}

/**Main Header Two **/
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header--one--two .main-header--one__bottom-right .search-cart {
    display: none;
  }
}

/**Main Header Two **/
@media only screen and (min-width: 1200px) and (max-width: 1385px) {
  .main-header--one--two .main-header--one__bottom-right .contact-box {
    padding-left: 50px;
  }
}

/**Main Header Two **/
@media only screen and (min-width: 1200px) and (max-width: 1310px) {
  .main-header--one--two .main-header--one__bottom-left {
    padding-left: 50px;
  }
  .main-header--one--two .main-header--one__bottom-middel {
    padding-right: 60px;
  }
}

/**Projects One **/
@media only screen and (min-width: 1200px) and (max-width: 1470px) {
  .projects-one__single-img .overlay-content h3 {
    font-size: 20px;
    padding: 25px 20px 27px;
  }
}

/**Contact Page Contact Info**/
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .contact-page__contact-info-wrapper {
    padding: 60px 60px 60px;
  }
  .contact-page__contact-info-title {
    padding-right: 45px;
  }
  .contact-page__contact-info-list ul li {
    margin-left: 30px;
    padding-right: 30px;
  }
  .contact-page__contact-info-list ul li .title p {
    font-size: 15px;
  }
}

/**Projects One **/
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  .projects-one__single-img .overlay-content h3 {
    font-size: 20px;
    padding: 25px 20px 27px;
  }
}

/**Providing Quality One **/
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .providing-quality-one__content-box {
    padding-left: 80px;
  }
}

/**Story One**/
@media only screen and (min-width: 1200px) and (max-width: 1730px) {
  .story-one__counters {
    padding: 120px 48px 120px;
  }
  .story-one__counters-box-single {
    width: 150px;
  }
  .story-one__counters-text {
    font-size: 16px;
  }
}

/**News Details**/
@media only screen and (min-width: 1200px) and (max-width: 1220px) {
  .sidebar__recent-comments-list-item .text {
    padding-left: 13px;
  }
  .news-details__pagenation-single {
    padding: 52px 50px 52px;
  }
}

/** Medium screen**/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /** Main Header One**/
  .main-header--one__top {
    display: none;
  }
  .main-header--one__bottom-right {
    display: none;
  }
  .main-header--one__bottom {
    padding: 22px 0px 23px;
  }
  .main-header--one__bottom-inner {
    min-height: 55px;
  }
  .main-header--one__bottom-middel {
    top: 0%;
    left: 0%;
    -webkit-transform: none;
            transform: none;
    position: absolute;
  }
  .main-header--one__bottom .main-menu--1 {
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 0;
    width: 30px;
    height: 40px;
  }
  /**Main Header Two**/
  .main-header--one--two .main-header--one__bottom-middel {
    padding-top: 0px;
  }
  .main-header--one--two .main-header--one__bottom .main-menu--1 {
    padding-top: 0px;
  }
  /** About One**/
  .about-one__content {
    margin-top: 100px;
    max-width: none;
    width: 100%;
    margin-left: 0px;
  }
  .sec-title__title br {
    display: none;
  }
  /**Features One**/
  .features-one__single.style2 .features-one__single-img {
    width: 90px;
  }
  /**Testimonials One**/
  .testimonials-one__left {
    margin-bottom: 60px;
  }
  

  
  .testimonials-one__carousel.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: auto;
    top: auto;
    top: -100px;
    right: 0;
  }
  /**Providing Quality One**/
  .providing-quality-one__img {
    position: relative;
    width: 100%;
    min-height: 770px;
  }
  .providing-quality-one__logo {
    display: none;
  }
  /**Blog One**/
  .blog-one__single-content {
    padding: 20px 30px 32px;
  }
  .blog-one__single-content h2 {
    font-size: 23px;
  }
  /**Cta One**/
  .cta-one__wrapper {
    display: block;
  }
  .cta-one__right {
    margin-top: 45px;
    text-align: center;
  }
  /**Footer One**/
  .footer-widget__explore {
    margin-top: 60px;
    margin-left: 0px;
  }
  .footer-widget__newletter {
    margin-top: 60px;
    margin-left: 0px;
  }
  /**About Two**/
  .about-two__content-box-list-single ul li .text p {
    color: var(--profornet-primary);
    font-size: 15px;
  }
  /**Faq One**/
  .faq-one__accordions {
    margin-left: 0px;
  }
  .faq-one__inner-content-left p {
    font-size: 17px;
  }
  .faq-one__inner-content-left p br {
    display: none;
  }
  .faq-one__inner-content-list ul li .text p {
    font-size: 14px;
  }
  .faq-one__inner-content-list ul li .text {
    padding-left: 10px;
  }
  .faq-one__accordions .accrodion .accrodion-title h4 {
    font-size: 18px;
  }
  /**Faq One**/
  .projects-one--two .projects-one__single-img .overlay-content h3 {
    font-size: 20px;
    padding: 25px 20px 27px;
  }
  /**Blog Two**/
  .blog-two::before {
    display: none;
  }
  .blog-two__left {
    margin-bottom: 30px;
  }
  .blog-two__left {
    max-width: none;
  }
  .blog-two__left-text br {
    display: none;
  }
  .blog-two__carousel.owl-theme .owl-nav {
    position: absolute;
    left: auto;
    top: auto;
    top: -100px;
    margin-top: 10px;
    z-index: 5;
  }
  /**Services Details**/
  .services-details__sidebar-single-services {
    padding: 45px 20px 15px;
  }
  .services-details__content-text3 .text-box {
    padding-left: 20px;
  }
  .services-details__content-text3 .text-box ul li .icon {
    padding-right: 15px;
  }
  .services-details__content-text3 .text-box ul li .text p {
    font-size: 13px;
  }
  .services-details__sidebar-single-btn .thm-btn {
    font-size: 14px;
    padding: 10px 26px 25px;
  }
  /**Contact Page Contact Info**/
  .contact-page__contact-info-wrapper {
    display: block;
    padding: 60px 60px 60px;
  }
  .contact-page__contact-info-list ul li {
    margin-left: 30px;
    padding-right: 30px;
  }
  .contact-page__contact-info-list ul li .title p {
    font-size: 15px;
  }
  .contact-page__contact-info-title {
    position: relative;
    display: block;
    padding-right: 0px;
    margin-bottom: 30PX;
  }
  /**News Sidebar**/
  .news-sidebar__left .blog-one__single-content h2 {
    font-size: 20px;
  }
  /**News Details**/
  .news-details__left .blog-one__single-content h2 {
    font-size: 20px;
  }
  .news-details__pagenation-single.style2 {
    margin-bottom: 20px;
  }
  /**Projects Details**/
  .projects-details__information {
    padding-left: 50px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /** Main Header One**/
  .main-header--one__top {
    display: none;
  }
  .main-header--one__bottom-right {
    display: none;
  }
  .main-header--one__bottom {
    padding: 22px 0px 23px;
  }
  .main-header--one__bottom-inner {
    min-height: 55px;
  }
  .main-header--one__bottom-middel {
    top: 0%;
    left: 0%;
    -webkit-transform: none;
            transform: none;
    position: absolute;
  }
  .main-header--one__bottom .main-menu--1 {
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 0;
    width: 30px;
    height: 40px;
  }
  /**Main Header Two**/
  .main-header--one--two .main-header--one__bottom-middel {
    padding-top: 0px;
  }
  .main-header--one--two .main-header--one__bottom .main-menu--1 {
    padding-top: 0px;
    width: 27px;
  }
  /**Main Slider One**/
  .main-slider__title span.leaf {
    display: none;
  }
  /** About One**/
  .about-one__content {
    margin-top: 100px;
    max-width: none;
    width: 100%;
    margin-left: 0px;
  }
  .sec-title__title br {
    display: none;
  }
  /**Features One**/
  .features-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /**Video One**/
  .video-one__wrpper {
    display: block;
    text-align: center;
  }
  .video-one__right {
    margin-top: 25px;
    width: auto;
  }
  .video-one__right .title {
    padding-left: 0px;
  }
  /**Services One**/
  .services-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /**Testimonials One**/
  .testimonials-one__left {
    margin-bottom: 60px;
  }
  .testimonials-one__carousel.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: auto;
    top: auto;
    top: -100px;
    right: 0;
  }
  .testimonials-one__single-client-info-title h4 {
    font-size: 17px;
  }
  /**Providing Quality One**/
  .providing-quality-one__img {
    position: relative;
    width: 100%;
    min-height: 770px;
  }
  .providing-quality-one__logo {
    display: none;
  }
  /**Blog One**/
  .blog-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /**Cta One**/
  .cta-one__wrapper {
    display: block;
  }
  .cta-one__right {
    margin-top: 45px;
    text-align: center;
  }
  .cta-one__left {
    display: block;
    text-align: center;
  }
  .cta-one__left-icon {
    margin-bottom: 20px;
  }
  /**Footer One**/
  .footer-widget__explore {
    margin-top: 60px;
    margin-left: 0px;
  }
  .footer-widget__newletter {
    margin-top: 60px;
    margin-left: 0px;
  }
  /**About Two**/
  .about-two__content-box {
    margin-top: 40px;
  }
  /**Faq One**/
  .faq-one__accordions {
    margin-top: 40px;
    margin-left: 0px;
  }
  /**Projects Two**/
  .projects-one--two .projects-one__single-img .overlay-content h3 {
    font-size: 18px;
    padding: 25px 20px 27px;
  }
  /**Story One**/
  .story-one__counters {
    padding: 120px 50px 120px;
  }
  .story-one__counters-box-single {
    width: 150px;
  }
  .story-one__counters-text {
    font-size: 16px;
  }
  /**Meet Farmers One**/
  .meet-farmers-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /**Blog Two**/
  .blog-two::before {
    display: none;
  }
  .blog-two::before {
    display: none;
  }
  .blog-two__left {
    margin-bottom: 40px;
  }
  .blog-two__left {
    max-width: none;
  }
  .blog-two__left-text br {
    display: none;
  }
  .blog-two__carousel.owl-theme .owl-nav {
    position: absolute;
    left: auto;
    top: auto;
    top: -100px;
    margin-top: 10px;
    z-index: 5;
  }
  /**About Three**/
  .about-three__img-box {
    margin-top: 50px;
  }
  /**Services Details**/
  .services-details__content-text3 .text-box ul li .text p {
    font-size: 16px;
  }
  .services-details__content {
    margin-top: 30px;
  }
  .services-details__sidebar {
    max-width: none;
  }
  /**Error Page**/
  .error-page__content p {
    font-size: 19px;
  }
  /**Contact Page**/
  .contact-page__left {
    max-width: none;
    margin-bottom: 50px;
  }
  /**Contact Page Contact Info**/
  .contact-page__contact-info-wrapper {
    display: block;
    padding: 60px 40px 60px;
  }
  .contact-page__contact-info-list ul {
    display: block;
  }
  .contact-page__contact-info-list ul li {
    border-right: 0px solid #eceae0;
    margin-left: 0px;
    padding-right: 0px;
    margin-top: 35px;
  }
  /**News Sidebar**/
  .news-sidebar__left .blog-one__single {
    max-width: none;
  }
  .sidebar {
    margin-top: 40px;
    max-width: 370px;
    width: 100%;
  }
  /**News Details**/
  .news-details__pagenation-single.style2 {
    margin-bottom: 20px;
  }
  .news-details__left .blog-one__single {
    max-width: none;
  }
  .news-details {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
  }
  /**Projects Details**/
  .projects-details__information {
    padding-left: 30px;
    padding-right: 30px;
  }
  .projects-details__information ul {
    display: block;
  }
  .projects-details__information ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
  /**Blog Two**/
  .blog-two__right {
    width: 100%;
  }
}

/** Mobile Layout: 320px. **/
@media only screen and (max-width: 767px) {


.slick-slider{
	min-height:400px;
}

.img-box img {
	width:100%;
}

.main-slider .image-layer,.image-layer-overlay {
	max-height:100vh!important;
}


input,
textarea {
    font-size: 16px!important;
}
  
.flatpickr-input,
#datepicker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  box-sizing: border-box;
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
}



  
  .sidebar__latest-posts-list-item .img-box img {
	  min-width:100%!important;
	  max-width:100%!important;
  }
  
  
  .providing-quality-one__content-box {
	  padding-right:10px;
	  padding-left:10px;
  }
  
  .about-four {
	  padding-top:45px!important;
  }
  
  .projects-details {
	  padding-bottom:45px!important;
  }
  
  .product-details {
	  padding:45px 0px!important;
  }
  
  .product-details__content__name {
	  font-size:24px!important;
  }
  
  .footer-widget__about-contact-box br {
	  display:None;
  }
  
  .main-slider .container {
	  padding: 0 20px;
	  display: flex;
	  align-items: center;
	  height: calc(100vh - 100px);
  }
  
  .projects-details__img img {
	  width:100%;
  }
  
  .testimonials-one__right {
	  margin-top:50px;
  }
  
  .logo img {
	  max-width:150px;
  }
  
  .providing-quality-one__content-box-list-item {
	  display:Block;
	  text-align:center;
  }
  
  .about-two__img-box-img1-inner {
	  margin-top:30px;
  }
  
    .about-two__img-box-img1-inner img {
		width:100%;
	}
  
  .mobile-reverse {
	  flex-direction:column-reverse;
  }
  
 .footer-one__bottom-text p {
	 display:inline-block;
 }
 
 .footer-one__bottom-text p a:first-child {
	 display:grid;
	 font-size:15px;
 }
 
 .footer-one__bottom-social-links {
	 margin-top:10px;
 }
 
  .footer-one__bottom-text p a {
	  margin:0px 5px;
	  font-size:12px;
  }
 
 
  .about-two,.blog-one,.projects-one,.features-one,.contact-one,.about-three,.testimonials-one,.services-details,.contact-page {
	  padding:30px 0px;
  }
  
  .contact-page__contact-info-wrapper {
	  padding:30px!important;
  }
  
  .contact-page__contact-info-list ul li .title {
	  padding-left:0px!important
  }
  
  .contact-page__contact-info-list ul li .title p br {
	  display:none;
  }
  
  .footer-one__top {
	  padding-top:60px;
  }
  
  .providing-quality-one .container-fullwidth {
  padding-top:15px;
  }
  
  .sec-title__title {
    font-size: 36px;
  }
  /** Main Header One**/
  .main-header--one__top {
    display: none;
  }
  .main-header--one__bottom-right {
    display: none;
  }
  .main-header--one__bottom {
    padding: 22px 0px 23px;
  }
  .main-header--one__bottom .auto-container {
    padding: 0px 20px;
  }
  .main-header--one__bottom-inner {
    min-height: 55px;
  }
  .main-header--one__bottom-middel {
    top: 7%;
    left: 0%;
    -webkit-transform: none;
            transform: none;
    position: absolute;
  }
  .main-header--one__bottom .main-menu--1 {
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 0;
    width: 30px;
    height: 40px;
  }
  /**Main Header Two**/
  .main-header--one--two .main-header--one__bottom .auto-container {
    padding: 0px 20px;
  }
  .main-header--one--two .main-header--one__bottom-middel {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0;
  }
  .main-header--one--two .main-header--one__bottom .main-menu--1 {
    padding-top: 0px;
    width: 27px;
  }
  .main-header--one--two .main-header--one__bottom-middel::before {
    display: none;
  }
  /**Main Slider One**/
  .main-slider__title span.leaf {
    display: none;
  }
  .main-slider-tagline {
    font-size: 14px;
  }
  .main-slider__title {
    font-size: 40px;
    line-height: 1.2em;
  }
  .main-slider__text{
	  font-size: 16px;
	  line-height: 26px;
  }
  .scroll-to-top{
	  width: 35px;
	  height: 45px;
  }
  .scroll-to-top i{
	  font-size: 14px;
	  line-height: 52px;
  }
  .main-slider__title br {
    display: none;
  }
  .main-slider__text br {
    display: none;
  }
  .main-slider__button-box .arrow-icon {
    display: none;
  }
  #main-slider-pagination {
    display: none;
  }
  .main-slider__nav {
	  display: none;
  }
  .main-slider-one{
	  height: calc(100vh - 100px);
  }
  /**Main Slider Two**/
  .main-slider-one--two .main-slider__title {
    font-size: 50px;
    line-height: 1.2em;
  }
  /** About One**/
  .about-one__content {
    margin-top: 100px;
    max-width: none;
    width: 100%;
    margin-left: 0px;
  }
  .sec-title__title br {
    display: none;
  }
  .about-one__left-overlay {
    position: relative;
    display: block;
    padding: 40px 20px 40px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }
  .about-one__left-overlay .title {
    position: relative;
    display: block;
    border-left: none;
    padding-left: 0px;
  }
  .about-one__left-img::before {
    display: none;
  }
  .about-one__left-overlay .icon {
    padding-right: 0px;
  }
  .about-one__left-img-inner {
    border-bottom-left-radius: 10px;
  }
  .about-one__content-title {
    font-size: 23px;
  }
  .about-one__content-video-box {
    display: block;
    text-align: center;
  }
  .about-one__bg {
    display: none;
  }
  .about-one__content-video-box-title {
    padding-left: 0px;
    margin-top: 15px;
  }
  .about-one__content-video-box-img {
    max-width: none;
  }
  /**Features One**/
  .features-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /**Video One**/
  .video-one__wrpper {
    display: block;
    text-align: center;
  }
  .video-one__right {
    margin-top: 25px;
    width: auto;
  }
  .video-one__right .title {
    padding-left: 0px;
  }
  .video-one__title br {
    display: none;
  }
  .video-one__title {
    font-size: 36px;
  }
  /**Services One**/
  .services-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /**Projects One **/
  .projects-one__single-img .overlay-content h3 {
    font-size: 18px;
    padding: 25px 25px 27px;
  }
  /**Projects Two **/
  .projects-one__single-img .overlay-content h3 {
    font-size: 17px;
    padding: 20px 20px 22px;
  }
  /**Testimonials One**/
  .testimonials-one__left {
    margin-bottom: 60px;
  }
  .testimonials-one__carousel.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: auto;
    top: auto;
    top: -100px;
    right: 0;
  }
  .testimonials-one__single-client-info-title h4 {
    font-size: 17px;
  }
  .testimonials-one__single {
    padding: 39px 30px 50px;
  }
  /**Providing Quality One**/
  .providing-quality-one__img {
    position: relative;
    width: 100%;
    min-height: 770px;
  }
  .providing-quality-one__logo {
    display: none;
  }

.providing-quality-one__content-box-list-item .icon {
	display:none;
}

.providing-quality-one__content-box .sec-title {
	text-align:Center;
}

.providing-quality-one__content-box-list-item {
	margin-top:30px;
}

.providing-quality-one__content-box-list-item .text {
	padding-left:0px;
}

  .providing-quality-one__content-box .sec-title__title {
    font-size: 38px;
  }
  .providing-quality-one__content-box .sec-title__title br {
    display: none;
  }
  /**Blog One**/
  .blog-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 0px;
  }
  .blog-one__single-content {
    padding: 20px 30px 32px;
  }
  .blog-one__single-content h2 {
    font-size: 23px;
  }
  /**Cta One**/
  .cta-one__wrapper {
    display: block;
  }
  .cta-one__right {
    margin-top: 45px;
    text-align: center;
  }
  .cta-one__left-title {
    padding-left: 0px;
  }
  .cta-one__left {
    display: block;
    text-align: center;
  }
  .cta-one__left-icon {
    margin-bottom: 20px;
  }
  /**Footer One**/
  .footer-widget__explore {
    margin-top: 60px;
    margin-left: 0px;
  }
  .footer-widget__newletter {
    margin-top: 60px;
    margin-left: 0px;
  }
  .footer-widget__news {
    margin-top: 60px;
  }
  .footer-one__bottom-inner {
    display: block;
    text-align: center;
  }
  .footer-one__bottom-social-links ul li {
    float: none;
    margin-left: 25px;
  }
  /**Features One**/
  .features-two__single {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .features-two__call-box-inner {
    display: block;
    text-align: center;
  }
  .features-two__call-box-inner .img-box {
    max-width: 75px;
    width: 100%;
    margin: 0 auto;
  }
  .features-two__call-box-inner .title {
    padding-left: 0px;
    margin-top: 40px;
  }
  /**About Two**/
  .about-two__img-box-img2 .logo {
    display: none;
  }
  .about-two__img-box-img1 {
    float: none;
  }
  .about-two__img-box-img1 {
    float: none;
    margin-bottom: 30px;
  }
  .about-two__img-box-img2 {
    position: relative;
    left: 0px;
    bottom: 0;
  }
  .about-two__content-box {
    margin-top: 40px;
  }
  .about-two__img-box::before {
    display: none;
  }
  /**Faq One**/
  .faq-one__accordions {
    margin-top: 40px;
    margin-left: 0px;
  }
  .faq-one__accordions .accrodion .accrodion-title h4 {
    padding-right: 25px;
  }
  .faq-one__accordions .accrodion.active .accrodion-title h4 {
    padding-right: 25px;
  }
  .faq-one__accordions .accrodion .accrodion-title h4 {
    font-size: 18px;
  }
  .faq-one__inner-content-list {
    margin-top: 20px;
  }
  .faq-one__inner-content-left p br {
    display: none;
  }
  /**Story One**/
  .story-one__counters {
    padding: 120px 20px 90px;
    text-align: center;
  }
  .story-one__counters-box-single {
    display: block;
    float: none;
    margin: 0 auto 30px;
  }
  .story-one__counters-box-single:last-child {
    margin-right: auto;
  }
  /**Meet Farmers One**/
  .meet-farmers-one {
    margin-left: 0px;
    margin-right: 0px;
  }
  .meet-farmers-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /**Blog Two**/
  .blog-two::before {
    display: none;
  }
  .blog-two__left {
    margin-bottom: 40px;
  }
  .blog-two__left {
    max-width: none;
  }
  .blog-two__left-text br {
    display: none;
  }
  .blog-two__carousel.owl-theme .owl-nav {
    position: absolute;
    left: auto;
    top: auto;
    top: -100px;
    margin-top: 10px;
    z-index: 5;
  }
  /**About Three**/
  .about-three__img-box {
    margin-top: 50px;
  }
  .about-three__content-box {
    max-width: none;
  }
  .about-three__products-list ul {
    display: block;
  }
  .about-three__products-list ul li {
    padding-right: 0px;
    margin-left: 0px;
    border-right: none;
  }
  .about-three__content-box .sec-title {
    text-align: center;
  }
  .about-three__content-box-inner {
    text-align: center;
  }
  .about-three__content-box-btn {
    text-align: center;
  }
  .about-three__products-list ul li + li {
    margin-top: 30px;
  }
  /**Services Details**/
  .services-details__content {
    margin-top: 30px;
  }
  .services-details__sidebar {
    max-width: none;
  }
  .services-details__sidebar-single-btn .thm-btn {
    padding: 10px 25px 25px;
    font-size: 14px;
  }
  .services-details__content-title {
    font-size: 35px;
  }
  .services-details__content-text3 {
    display: block;
  }
  .services-details__content-text3 .text-box {
    margin-top: 40px;
    padding-left: 0px;
  }
  .services-details__sidebar-single-services {
    padding: 45px 20px 15px;
  }
  /**Error Page**/
  .error-page__big-title h2 {
    font-size: 210px;
  }
  /**Contact Page**/
  .contact-page__left {
    max-width: none;
    margin-bottom: 50px;
  }
  /**Contact Page Contact Info**/
  .contact-page__contact-info-wrapper {
    display: block;
  padding: 90px 0px 90px;
    text-align: center;
  }
  .contact-page__contact-info-list ul {
    display: block;
  }
  .contact-page__contact-info-list ul li {
    display: block;
    border-right: 0px solid #eceae0;
    margin-left: 0px;
    padding-right: 0px;
    margin-top: 35px;
  }
  .contact-page__contact-info-title {
    padding-right: 0px;
  }
  .contact-page__contact-info-list ul li .icon {
    margin-bottom: 20px;
  }
  /**News Sidebar**/
  .news-sidebar__left .blog-one__single {
    max-width: none;
  }
  .sidebar {
    margin-top: 40px;
    max-width: 370px;
    width: 100%;
  }
  .blog-one__single-content .meta-info li a {
    font-size: 13px;
  }
  .news-sidebar__blockquote {
    padding: 56px 30px 49px;
  }
  .news-sidebar__agriculture-matters {
    padding: 60px 30px 51px;
  }
  .news-sidebar__agriculture-matters h2 {
    font-size: 24px;
  }
  .sidebar__latest-posts-list-item {
    display: block;
  }
  .sidebar__latest-posts-list-item .img-box {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .justify-content-end {
	  justify-content:center!important
  }
  
  .contact-page__contact-info-list ul li {
	  max-width:100%!important;
	  min-width:100%!important;
  }
  
  .sidebar__latest-posts-list-item .title {
    padding-left: 0px;
  }
  .sidebar__recent-comments-list-item {
    display: block;
  }
  .sidebar__recent-comments-list-item .text {
    padding-left: 0px;
  }
  .sidebar__recent-comments-list-item .icon {
    margin-bottom: 10px;
  }
  .sidebar__recent-comments-list-item .text p {
    font-size: 14px;
  }
  /**News Details**/
  .news-details__pagenation-single.style2 {
    margin-bottom: 20px;
  }
  .news-details__left .blog-one__single {
    max-width: none;
  }
  .news-details {
    position: relative;
    display: block;
    padding: 45px 0px;
  }
  .tag-social-link {
    display: block;
  }
  .tag-social-link__social-links {
    margin-top: 20px;
  }
  .news-details__pagenation-single {
    padding: 52px 30px 52px;
  }
  .news-details__pagenation-single h2 {
    font-size: 18px;
  }
  .comment-one__image {
    position: relative;
  }
  .comment-one__content {
    margin-left: 0px;
    margin-top: 15px;
  }
  /**Projects Two Projects**/
  .projects-one--two--projects .projects-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /**Projects Details**/
  .projects-details__information {
    padding-left: 30px;
    padding-right: 30px;
  }
  .projects-details__information ul {
    display: block;
  }
  .projects-details__information ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
  .projects-details__text-box1 h2 {
    font-size: 35px;
  }
  .projects-details__text-box2 h2 {
    font-size: 35px;
  }
  /**Blog Two**/
  .blog-two__right {
    width: 100%;
  }
  /**Story One*/
  .story-one__img::before {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .case-studies-one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .order-box-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-box-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

/*--------------------------------------------------------------
# Slider All Responsice Css
/////////
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider__content-tagline {
    width: 380px;
  }
  .main-slider__content-tagline h2 {
    font-size: 30px;
  }
  .main-slider__content-title {
    font-size: 80px;
  }
  .main-slider-one .swiper-slide .shape2 img {
    width: 70%;
  }
}

/* gallery one */
.gallery-one {
  padding-top: 120px;
}

.gallery-one .container-fluid {
  width: 100%;
  max-width: 1560px;
}

.gallery-one__item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.gallery-one__item__image {
  background-color: #181818;
}

.gallery-one__item__image > img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  opacity: 1;
}

.gallery-one__item:hover .gallery-one__item__image > img {
  opacity: 0.6;
}

.gallery-one__item .img-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}

.gallery-one__item:hover .img-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.gallery-one__item .img-popup::before,
.gallery-one__item .img-popup::after {
  content: '';
  width: 22px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}

.gallery-one__item .img-popup::before {
  width: 2px;
  height: 22px;
}

/* cta three */
.cta-three {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

@media (min-width: 992px) {
  .cta-three {
    padding-bottom: 0;
  }
}

.cta-three__shape-1 {
  position: absolute;
  top: 140px;
  left: 70px;
  background-color: #f6f4ec;
  width: 314px;
  height: 314px;
  border-radius: 50%;
}

.cta-three__shape-2 {
  position: absolute;
  top: 138px;
  left: 305px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: var(--profornet-primary);
}

.cta-three__text {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 35px;
}

@media (min-width: 1200px) {
  .cta-three__content {
    padding-left: 70px;
  }
}

.cta-three__image {
  margin-bottom: 50px;
  position: relative;
}

@media (min-width: 992px) {
  .cta-three__image {
    margin-bottom: 0;
  }
}

.cta-three__image > img {
  max-width: 100%;
  -webkit-animation: imageMove 5s linear infinite;
          animation: imageMove 5s linear infinite;
}

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

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

@media (min-width: 992px) {
  .cta-three__image > img {
    max-width: none;
  }
}

.cta-three__image__caption {
  display: none;
}

@media (min-width: 992px) {
  .cta-three__image__caption {
    position: absolute;
    top: -20px;
    right: 165px;
    font-size: 100px;
    color: #f6f4ec;
    font-family: var(--profornet-font-3);
    display: block;
    line-height: 1;
    font-weight: 400;
    z-index: -1;
  }
}

@media (min-width: 480px) {
  .cta-three__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .cta-three__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta-three__box__item {
  margin-bottom: 30px;
  position: relative;
}

.cta-three__box__item::after {
  content: '';
  width: 1px;
  height: 99px;
  background-color: #eceae0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -55px;
  display: none;
}

@media (min-width: 1200px) {
  .cta-three__box__item::after {
    display: block;
  }
}

.cta-three__box__item:last-child::after {
  display: none;
}

.cta-three__box__item i {
  font-size: 62px;
  color: var(--profornet-base);
  display: block;
  margin-bottom: 22px;
}

.cta-three__box__item__title {
  margin: 0;
  font-size: 20px;
  color: var(--profornet-primary);
}

@media (min-width: 480px) {
  .cta-three__box__item__title {
    max-width: 98px;
  }
}

/* cta boxed */
.cta-one__boxed {
  background-color: transparent;
  padding: 0;
}

.cta-one__boxed::before {
  display: none;
}

.cta-one__boxed__inner {
  background-color: var(--profornet-base);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .cta-one__boxed__inner {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 86px;
    padding-bottom: 86px;
  }
}

.cta-one__boxed__inner::before {
  display: none;
}

@media (min-width: 992px) {
  .cta-one__boxed__inner::before {
    content: '';
    display: block;
    width: 24px;
    height: 100%;
    background-color: var(--profornet-primary);
    position: absolute;
    top: 0;
    left: 0;
  }
}

.cta-one__boxed .cta-one__left-title {
  padding-left: 0;
}

.cta-one__boxed .cta-one__left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* shop one */
.shop-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.shop-one .row {
  --bs-gutter-y: 30px;
}

.shop-one__sorter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-one__product-count {
  font-size: 18px;
  margin: 0;
  color: var(--profornet-color-1);
}

.shop-one__product-sorter {
  border: none;
  outline: none;
  border-radius: 10px;
  border: none;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 340px;
  height: 70px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  color: var(--profornet-color-1);
  background-color: #f6f4ec;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: .65em auto;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .shop-one__product-sorter {
    margin-top: 0;
  }
}

.shop-one__image {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}

.shop-one__image img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-one__item:hover .shop-one__image img {
  opacity: 0.7;
}

.shop-one__sale {
  position: absolute;
  top: 0;
  right: 30px;
  background-color: var(--profornet-primary);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  padding: 7px 14px;

  z-index: 2;
}

.shop-one__cart {
  width: 70px;
  height: 70px;
  background-color: var(--profornet-base);
  border-radius: 50%;
  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: center;
  font-size: 23px;
  color: var(--profornet-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.shop-one__cart:hover {
  background-color: var(--profornet-primary);
  color: #fff;
}

.shop-one__item:hover .shop-one__cart {
  opacity: 1;
  visibility: visible;
}

.shop-one__title {
  margin: 0;
  color: var(--profornet-primary);
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}

.shop-one__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-one__title a:hover {
  color: var(--profornet-base);
}

.shop-one__price {
  font-size: 16px;
  color: var(--profornet-color-1);
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
}

.shop-one__rating {
  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: center;
}

.shop-one__rating i {
  font-size: 16px;
  color: var(--profornet-base);
}

.shop-one__rating i + i {
  margin-left: 7px;
}

.shop-one__sidebar {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .shop-one__sidebar {
    margin-bottom: 0;
  }
}

.shop-one__sidebar__price .noUi-horizontal {
  height: 4px;
  background-color: #f6f4ec;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shop-one__sidebar__price .noUi-handle {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: var(--profornet-primary);
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shop-one__sidebar__price .noUi-horizontal .noUi-handle {
  right: -8px;
}

.shop-one__sidebar__price .noUi-handle::before,
.shop-one__sidebar__price .noUi-handle::after {
  display: none;
}

.shop-one__sidebar__price .noUi-connect {
  background-color: var(--profornet-primary);
}

.shop-one__sidebar__price .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  margin-top: 20px;
}

.shop-one__sidebar__price .form-group p {
  margin: 0;
  font-size: 14px;
  color: var(--profornet-color-1);
}

.shop-one__sidebar__price .form-group .left > span {
  margin-left: 5px;
  margin-right: 5px;
}

.shop-one__sidebar__price .form-group .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-one__sidebar__price .thm-btn {
  padding: 3px 20px;
  font-size: 12px;
}

.shop-one__sidebar__item:not(.shop-one__sidebar__search) {
  border-radius: 10px;
  border: 1px solid #eceae0;
  padding: 30px;
}

.shop-one__sidebar__item + .shop-one__sidebar__item {
  margin-top: 30px;
}

.shop-one__sidebar__item__title {
  font-size: 20px;
  font-weight: bold;
  color: var(--profornet-primary);
  margin: 0;
  margin-bottom: 25px;
}

.shop-one__sidebar__category {
  padding-bottom: 20px !important;
}

.shop-one__sidebar__category__list {
  margin: 0;
  margin-top: -10px;
}

.shop-one__sidebar__category__list li {
  position: relative;
}

.shop-one__sidebar__category__list li + li {
  margin-top: 10px;
}

.shop-one__sidebar__category__list li::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  color: var(--profornet-color-1);
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
}

.shop-one__sidebar__category__list li:hover::after {
  color: var(--profornet-primary);
}

.shop-one__sidebar__category__list li a {
  font-size: 16px;
  color: var(--profornet-color-1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-one__sidebar__category__list li:hover a {
  color: var(--profornet-primary);
  text-shadow: 0 0 1px currentColor;
}

.shop-one__sidebar__search {
  background-color: var(--profornet-base);
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.shop-one__sidebar__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop-one__sidebar__search ::-webkit-input-placeholder {
  opacity: 1;
  color: var(--profornet-primary);
}

.shop-one__sidebar__search :-ms-input-placeholder {
  opacity: 1;
  color: var(--profornet-primary);
}

.shop-one__sidebar__search ::-ms-input-placeholder {
  opacity: 1;
  color: var(--profornet-primary);
}

.shop-one__sidebar__search ::placeholder {
  opacity: 1;
  color: var(--profornet-primary);
}

.shop-one__sidebar__search input[type=text],
.shop-one__sidebar__search input[type=search] {
  width: 100%;
  height: 71px;
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--profornet-primary);
  font-size: 16px;
  font-weight: 500;
}

.shop-one__sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  color: var(--profornet-primary);
  font-size: 20px;
}

/* video two */
.video-two {
  background-color: #181818;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.video-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}

.video-two__bg div > div {
  background-position: 50% 100% !important;
}

.video-two .container {
  position: relative;
  z-index: 10;
}

.video-two__title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.video-two__title::before {
  content: '';
  width: 53px;
  height: 22px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/icon/video-leaf-1-1.png);
  background-repeat: no-repeat;
  margin-bottom: 21px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .video-two__title {
    font-size: 60px;
  }
}

.video-two__title br {
  display: none;
}

@media (min-width: 768px) {
  .video-two__title br {
    display: inherit;
  }
}

.video-two .video-popup {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  height: 70px;
  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: center;
  color: var(--profornet-secondary);
  font-size: 20px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.video-two .video-popup:hover {
  background-color: var(--profornet-secondary);
  color: #fff;
}

@media (min-width: 768px) {
  .video-two .video-popup {
    width: 100px;
    height: 100px;
    font-size: 30px;
  }
}

.video-two .video-popup::after, .video-two .video-popup::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-two .video-popup::after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-two__shape__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[class*=video-two__shape-] {
  width: 14.285%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* offer one */
.offer-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (min-width: 992px) {
  .offer-one .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1440px) {
  .offer-one .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.offer-one .row {
  --bs-gutter-y: 30px;
}

.offer-one__item {
  background-color: #f1f5f6;
  border-radius: 10px;
  padding: 50px;
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 40px;
}

@media (max-width: 575px) {
  .offer-one__item {
    background-image: none !important;
  }
}

.offer-one__tagline {
  font-family: var(--profornet-font-3);
  color: #f65866;
  font-size: 40px;
  margin: 0;
  line-height: 1;
  margin-bottom: 6px;
}

.offer-one__title {
  font-size: 50px;
  color: #181818;
  letter-spacing: -0.04em;
  margin: 0;
  font-weight: 400;
  margin-bottom: 28px;
}

.offer-one__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #181818;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.offer-one__link:hover {
  color: #f65866;
}

.offer-one__link > i {
  margin-right: 9px;
}

[class*=col-]:nth-child(2) .offer-one__item {
  background-color: #e3f0f1;
}

[class*=col-]:nth-child(3) .offer-one__item {
  background-color: #e2e2e2;
}

/* about four */
.about-four {
  padding-top: 120px;
  position: relative;
}

.about-four__shape {
  position: absolute;
  bottom: 10px;
  right: 215px;
}

.about-four .sec-title {
  margin-bottom: 33px;
}

.about-four__image {
  position: relative;
}

.about-four__image::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #f6f4ec;
  position: absolute;
  top: 0;
  left: -50px;
  border-radius: 50%;
}

.about-four__image::after {
  content: '';
  width: 155px;
  height: 155px;
  background-color: var(--profornet-primary);
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.about-four__image__one {
  border-radius: 50%;
  position: relative;
  z-index: 10;
  max-width: 100%;
}

@media (min-width: 992px) {
  .about-four__image__one {
    max-width: 100%;
  }
}

.about-four__image__icon {
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 11;
  -webkit-animation: sunMove 10s linear infinite;
          animation: sunMove 10s linear infinite;
}



.about-four__text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom:30px;
  max-width:90%;
  color: var(--profornet-color-1);
}

.about-four__list {
  margin-bottom: 40px;
  margin-top: 29px;
}

.about-four__list li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  color: var(--profornet-primary);
}

.about-four__list li + li {
  margin-top: 7px;
}

.about-four__list li > i {
  position: absolute;
  left: 0;
  top: 9px;
  color: var(--profornet-base);
  font-size: 18px;
}

@media (min-width: 576px) {
  .about-four__list li > i {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* features four */
@media (min-width: 992px) {
  .features-four .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1440px) {
  .features-four .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.features-four .row {
  --bs-gutter-x: 0;
}

.features-four__inner {
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin-top: -30px;
  z-index: 10;
  position: relative;
  background-color: #fff;
}

.features-four [class*=col-] {
  border-right: 0px solid #eceae0;
  border-bottom: 1px solid #eceae0;
}

@media (min-width: 992px) {
  .features-four [class*=col-] {
    border-bottom: 0;
    border-right: 1px solid #eceae0;
  }
}

.features-four [class*=col-]:last-child {
  border-right: 0;
  border-bottom: 0;
}

.features-four__item {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .features-four__item {
    padding-left: 76px;
  }
}

.features-four__item > i {
  font-size: 62px;
  color: var(--profornet-base);
  margin-right: 30px;
}

.features-four__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--profornet-primary);
  line-height: 30px;
}

.features-four__text {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: var(--profornet-color-1);
}

/* main slider three */
.main-slider-three {
  background-color: #181818;
}

.main-slider-three .image-layer {
  opacity: 0;
  -webkit-transition: opacity 1000ms ease, -webkit-transform 7000ms ease;
  transition: opacity 1000ms ease, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1000ms ease;
  transition: transform 7000ms ease, opacity 1000ms ease, -webkit-transform 7000ms ease;
}

.main-slider-three .container {
  padding-top: 80px;
  padding-bottom: 110px;
}

@media (min-width: 1200px) {
  .main-slider-three .container {
    padding-top: 256px;
    padding-bottom: 200px;
  }
}

.main-slider-three .swiper-slide-active .image-layer {
  opacity: 0.6;
}

.main-slider-three .main-slider__content {
  text-align: center;
}

.main-slider-three .main-slider__title {
  font-family: var(--profornet-font-2);
  font-size: 50px;
  margin-bottom: 44px;
}

@media (min-width: 992px) {
  .main-slider-three .main-slider__title {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .main-slider-three .main-slider__title {
    font-size: 100px;
  }
}

.main-slider-three .main-slider__title span {
  font-family: var(--profornet-font-3);
  color: var(--profornet-base);
}

.main-slider-three .main-slider__button-box {
  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;
}

.main-slider-three #main-slider-pagination,
.main-slider-three .main-slider__nav {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

@media (min-width: 992px) {
  .main-slider-three #main-slider-pagination,
  .main-slider-three .main-slider__nav {
    display: inherit;
  }
}

/* main header three */
.main-header-three {
  position: relative;
}

.main-header-three .main-header--one__bottom {
  display: none;
}

@media (min-width: 1200px) {
  .main-header-three .main-header--one__bottom {
    display: block;
  }
}

.main-header-three__upper {
  background-color: #f6f4ec;
}

@media (min-width: 1200px) {
  .main-header-three__upper {
    padding-top: 27.5px;
    padding-bottom: 27.5px;
  }
}

.main-header-three__upper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header-three__upper__contact {
  display: none;
}

@media (min-width: 1200px) {
  .main-header-three__upper__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-header-three__upper__contact .icon span {
  width: 50px;
  height: 50px;
  background-color: var(--profornet-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  border-radius: 50%;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 24px;
}

.main-header-three__upper__contact p {
  margin: 0;
  font-size: 13px;
  color: var(--profornet-color-1);
  display: block;
  line-height: 1;
  margin-bottom: 7px;
}

.main-header-three__upper__contact a {
  color: var(--profornet-primary);
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  line-height: 1;
}

.main-header-three__upper__contact a:hover {
  color: var(--profornet-base);
}

.main-header-three .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

@media (min-width: 1200px) {
  .main-header-three .logo {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
  }
}

.main-header-three .mobile-nav__toggler {
  color: var(--profornet-base);
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 1200px) {
  .main-header-three .mobile-nav__toggler {
    display: none;
  }
}

.main-header-three .mobile-nav__toggler:hover {
  color: var(--profornet-primary);
}

.main-header-three .main-menu .main-menu__list > li > a {
  color: var(--profornet-color-1);
  padding-top: 16px;
  padding-bottom: 16px;
}

.main-header-three .main-menu .main-menu__list > li > a::before {
  bottom: 20px;
}

.main-header-three__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header-three__social a {
  font-size: 16px;
  color: var(--profornet-color-1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__social a:hover {
  color: var(--profornet-base);
}

.main-header-three__social a + a {
  margin-left: 30px;
}

.main-header-three .main-header--one__bottom-right .search-cart {
  padding-right: 0;
  display: block;
}

.main-header-three .main-header--one__bottom-right .search-cart a {
  color: var(--profornet-color-1);
  font-size: 24px;
}

.main-header-three .main-header--one__bottom-right .search-cart a:hover {
  color: var(--profornet-base);
}

.main-header-three .main-header--one__bottom-left {
  padding-left: 0;
}

.main-header-three .main-header--one__bottom .main-menu--1 {
  width: 100%;
}

.main-menu-three .main-header--one__bottom-right .search-cart {
  padding-right: 0;
  display: block;
}

.main-menu-three .main-header--one__bottom-right .search-cart a {
  color: var(--profornet-color-1);
  font-size: 24px;
}

.main-menu-three .main-header--one__bottom-right .search-cart a:hover {
  color: var(--profornet-base);
}

.main-menu-three .main-header--one__bottom-left {
  padding-left: 0;
}

.main-menu-three .main-menu__list > li > a {
  color: var(--profornet-color-1);
  padding-top: 16px;
  padding-bottom: 16px;
}

.main-menu-three .main-menu__list > li > a::before {
  bottom: 20px;
}

.sidebar__categories-list li a:hover,
.sidebar__categories-list li a.active {
  font-weight: 400;
  text-shadow: 0 0 1px currentColor;
}

.comment-one__content-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.comment-one__content-btn {
  top: -1px;
}

/* product details */
.product-details {
  padding-top: 120px;
  padding-bottom: 60px;
}

.product-details__image {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .product-details__image {
    margin-bottom: 0;
  }
}

.product-details__image img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .product-details__content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: -10px;
  }
}

.product-details__content__name {
  margin: 0;
  font-size: 30px;
}

@media (min-width: 992px) {
  .product-details__content__name {
    font-size: 28px;
  }
}

.product-details__content__price {
  font-size: 16px;
  color: var(--profornet-secondary);
  font-weight: 500;
  position: relative;
}

@media (min-width: 992px) {
  .product-details__content__price {
    font-size: 20px;
    top: -2px;
    margin-left: 20px;
  }
}

.product-details__content__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .product-details__content__rating {
    margin-top: 10px;
  }
}

.product-details__content__rating__star i {
  font-size: 16px;
  color: var(--profornet-base);
}

@media (min-width: 992px) {
  .product-details__content__rating__star i {
    font-size: 18px;
  }
}

.product-details__content__rating__star i + i {
  margin-left: 3px;
}

@media (min-width: 992px) {
  .product-details__content__rating__star i + i {
    margin-left: 2px;
  }
}

.product-details__content__rating__count {
  margin-left: 10px;
  font-size: 16px;
  color: var(--profornet-color-1);
}

.product-details__content__text {
  border-top: 1px solid #eceae0;
  padding-top: 20px;
  margin-top: 20px;
}

.product-details__content__text p {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  color: var(--profornet-color-1);
}

.product-details__content__text p + p {
  margin-top: 20px;
}

.product-details__content__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.product-details__content__quantity__text {
  font-size: 20px;
  font-weight: bold;
  font-family: var(--profornet-font-2);
  color: var(--profornet-primary);
  line-height: 1;
  margin-right: 20px;
}

.product-details__content__quantity .quantity-box {
  width: 97px;
  height: 60px;
  border: 1px solid #eceae0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.product-details__content__quantity .quantity-box input[type=number] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-right: 30px;
  text-align: center;
}

.product-details__content__quantity .quantity-box .sub {
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  width: 30px;
  border-left: 1px solid #eceae0;
  height: 30px;
}

.product-details__content__quantity .quantity-box .add {
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8px;
  width: 30px;
  border-left: 1px solid #eceae0;
  border-top: 1px solid #eceae0;
  height: 30px;
}

@media (min-width: 992px) {
  .product-details__content__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
}

.product-details__content__buttons .thm-btn {
  margin-bottom: 20px;
}

.product-details__content__buttons .wishlist-btn {
  background-color: var(--profornet-primary);
  color: #fff;
}

@media (min-width: 992px) {
  .product-details__content__buttons .wishlist-btn {
    margin-left: 20px;
  }
}

.product-details__content__buttons .wishlist-btn::before {
  background-color: #fff;
  opacity: 0.1;
}

.product-details__content__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  .product-details__content__social {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .product-details__content__social__text {
    font-size: 20px;
    color: var(--profornet-primary);
    font-weight: bold;
  }
}

.product-details__content__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #f6f4ec;
  font-size: 14px;
  color: var(--profornet-color-1);
  border-radius: 50%;
}

.product-details__content__social a:first-of-type {
  margin-left: 20px;
}

.product-details__content__social a + a {
  margin-left: 10px;
}

.product-content__title {
  margin: 0;
  font-size: 30px;
  color: var(--profornet-primary);
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .product-content__title {
    font-size: 40px;
  }
}

.product-content .product-content__title {
  margin-bottom: 50px;
}

.product-content p {
  margin: 0;
  color: var(--profornet-color-1);
  font-size: 18px;
  line-height: 26px;
}

.product-content p + p {
  margin-top: 20px;
}

.product-review {
  padding-top: 60px;
  padding-bottom: 0px;
}

.product-review .product-content__title {
  margin-bottom: 50px;
}

.product-review__item {
  border-bottom: 1px solid #eceae0;
  padding-bottom: 40px;
  margin-bottom: 50px;
  position: relative;
}

@media (min-width: 992px) {
  .product-review__item {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-review__item__image {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .product-review__item__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 35px;
  }
}

.product-review__item__image img {
  border-radius: 50%;
}

.product-review__item__title {
  font-size: 20px;
  margin: 0;
  color: var(--profornet-primary);
}

@media (min-width: 992px) {
  .product-review__item__title {
    font-size: 24px;
  }
}

.product-review__item__text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  color: var(--profornet-color-1);
  margin-top: 20px;
}

.product-review__item__meta {
  font-size: 16px;
  font-weight: 500;
  color: var(--profornet-secondary);
}

.product-review__item__meta span {
  margin-left: 10px;
  margin-right: 10px;
}

.product-review__item__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .product-review__item__star {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}

.product-review__item__star i {
  font-size: 16px;
  color: var(--profornet-base);
}

@media (min-width: 992px) {
  .product-review__item__star i {
    font-size: 18px;
  }
}

.product-review__item__star i + i {
  margin-left: 3px;
}

@media (min-width: 992px) {
  .product-review__item__star i + i {
    margin-left: 7px;
  }
}

.product-form {
  padding-bottom: 120px;
}

.product-form__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: var(--profornet-color-1);
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .product-form__rating {
    font-size: 18px;
  }
}

.product-form__rating i {
  color: var(--profornet-base);
  font-size: 16px;
  position: relative;
  top: -2px;
}

@media (min-width: 992px) {
  .product-form__rating i {
    font-size: 18px;
  }
}

.product-form__rating i:first-of-type {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .product-form__rating i:first-of-type {
    margin-left: 20px;
  }
}

.product-form__rating i + i {
  margin-left: 3px;
}

@media (min-width: 992px) {
  .product-form__rating i + i {
    margin-left: 7px;
  }
}

.product-form .comment-form__input-box textarea {
  display: block;
  margin-bottom: 20px;
}

/* proceed to checkout */
.proceed-to-checkout {
  padding-top: 60px;
  padding-bottom: 120px;
}

@media (min-width: 768px) {
  .proceed-to-checkout__cupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.proceed-to-checkout__cupon input[type=text] {
  border: none;
  outline: none;
  width: 100%;
  max-width: 375px;
  height: 70px;
  background-color: #f6f4ec;
  border-radius: 10px;
  color: var(--profornet-color-1);
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .proceed-to-checkout__cupon input[type=text] {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.proceed-to-checkout__list {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .proceed-to-checkout__list {
    margin-top: 0;
  }
}

.proceed-to-checkout__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--profornet-color-1);
  font-size: 18px;
}

.proceed-to-checkout__list li + li {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .proceed-to-checkout__list li + li {
    margin-top: 15px;
  }
}

.proceed-to-checkout__list li:last-of-type {
  color: var(--profornet-secondary);
  font-weight: 500;
}

.proceed-to-checkout__list li i {
  font-style: normal;
}

.proceed-to-checkout__list li span {
  color: var(--profornet-primary);
  font-weight: 700;
  font-size: 20px;
  font-family: var(--profornet-font-2);
}

@media (min-width: 992px) {
  .proceed-to-checkout__list li span {
    font-size: 24px;
  }
}

@media (min-width: 576px) {
  .proceed-to-checkout__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.proceed-to-checkout__checkout-btn {
  background-color: var(--profornet-primary);
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .proceed-to-checkout__checkout-btn {
    margin-bottom: 0;
  }
}

.proceed-to-checkout__checkout-btn::before {
  background-color: #fff;
  opacity: 0.1;
}

/* cart table */
.cart-table {
  padding-top: 90px;
}

@media (min-width: 992px) {
  .cart-table {
    padding-top: 105px;
  }
}

.cart-table table {
  width: 100%;
}

.cart-table tr {
  border-bottom: 1px solid #eceae0;
}

.cart-table th {
  font-size: 24px;
  color: var(--profornet-primary);
  font-family: var(--profornet-font-2);
  padding-bottom: 25px;
}

.cart-table th:last-of-type {
  text-align: right;
}

.cart-table td {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cart-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-table__item__title {
  margin: 0;
  font-size: 24px;
  color: var(--profornet-primary);
  margin-left: 30px;
}

.cart-table .quantity-box {
  width: 97px;
  height: 60px;
  border: 1px solid #eceae0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.cart-table .quantity-box input[type=number] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-right: 30px;
  text-align: center;
}

.cart-table .quantity-box .sub {
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  width: 30px;
  border-left: 1px solid #eceae0;
  height: 30px;
}

.cart-table .quantity-box .add {
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8px;
  width: 30px;
  border-left: 1px solid #eceae0;
  border-top: 1px solid #eceae0;
  height: 30px;
}

.cart-table__close {
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
  margin-left: auto;
}

.cart-table__close::after, .cart-table__close::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--profornet-primary);
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cart-table__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .cart-table .cart-table__item img {
    width: 60px;
  }
  .cart-table table {
    border: 0;
  }
  .cart-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart-table table tr {
    display: block;
  }
  .cart-table table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #eceae0;
  }
  .cart-table table td::before {
    /*
		  * aria-label has no advantage, it won't be read inside a table
		  content: attr(aria-label);
		  */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: var(--profornet-primary);
    font-family: var(--profornet-font-2);
  }
  .cart-table table td:last-child {
    border-bottom: 0;
  }
}

.comment-one__form select {
  border: none;
  outline: none;
  border-radius: 10px;
  border: none;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 70px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  color: var(--profornet-color-1);
  background-color: #f6f4ec;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: .65em auto;
  margin-bottom: 20px;
}

/* checkout page */
.checkout-page {
  padding-top: 120px;
  padding-bottom: 120px;
}

.checkout-page .comment-one__form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.checkout-page .comment-one__form [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.checkout-page .comment-one__form .form-group {
  margin-bottom: 20px;
}

.checkout-page__returning {
  margin: 0;
  font-size: 16px;
  color: var(--profornet-color-1);
  line-height: 1.5em;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .checkout-page__returning {
    line-height: 1;
  }
}

.checkout-page__returning a {
  color: var(--profornet-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.checkout-page__returning a:hover {
  color: var(--profornet-primary);
}

.checkout__title {
  margin: 0;
  color: var(--profornet-primary);
  font-size: 40px;
  font-weight: 700;
  font-family: var(--profornet-font-2);
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

.checkout__checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout__checkbox input[type=checkbox] {
  position: absolute;
  left: -999999px;
  visibility: hidden;
}

.checkout__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.checkout__checkbox label::after {
  content: '';
  width: 19px;
  height: 19px;
  background-color: #f6f4ec;
  border-radius: 50%;
  margin-left: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  color: var(--profornet-primary);
  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;
}

.checkout__checkbox input[type=checkbox]:checked + label::after {
  background-color: var(--profornet-base);
  content: '\f00c';
}

.checkout-page .comment-one__form .field-checkbox {
  position: relative;
}

.checkout-page .comment-one__form .field-checkbox input[type=checkbox] {
  position: absolute;
  left: -999999px;
  visibility: hidden;
}

.checkout-page .comment-one__form .field-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: var(--profornet-color-1);
  cursor: pointer;
}

.checkout-page .comment-one__form .field-checkbox label::before {
  content: '';
  width: 19px;
  height: 19px;
  background-color: #f6f4ec;
  border-radius: 50%;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  color: var(--profornet-primary);
  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;
}

.checkout-page .comment-one__form .field-checkbox input[type=checkbox]:checked + label::before {
  background-color: var(--profornet-base);
  content: '\f00c';
}

.checkout-page .comment-one__form textarea {
  height: 150px;
}

.checkout-page .comment-one__form {
  margin-bottom: 60px;
}

.checkout__table {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .checkout__table {
    margin-bottom: 0;
  }
}

.checkout__table thead th {
  font-family: var(--profornet-font-2);
  color: var(--profornet-primary);
  font-size: 20px !important;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.02em;
}

.checkout__table th:last-child,
.checkout__table td:last-child {
  text-align: right;
}

.checkout__table thead {
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
}

.checkout__table thead th,
.checkout__table tbody td {
  padding: 0;
  /* border-top: 1px solid #e9ebee; */
  border: 0;
  font-size: 16px;
}

.checkout__table thead th {
  padding-top: 30px;
  padding-bottom: 23px;
}

.checkout__table tbody {
  border-bottom: 1px solid #e9ebee;
}

.checkout__table tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--profornet-color-1);
}

.checkout__payment {
  background-color: #f6f4ec;
  border-radius: 8px;
  padding: 30px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .checkout__payment {
    padding: 50px;
    padding-bottom: 25px;
  }
}

.checkout__payment__item + .checkout__payment__item {
  margin-top: 35px;
}

.checkout__payment__title {
  margin: 0;
  font-size: 20px;
  letter-spacing: -.02em;
  color: var(--profornet-primary);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.checkout__payment__title::before {
  content: '';
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 2px solid #e9ebee;
  border-radius: 50%;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  color: var(--profornet-primary);
  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;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #eceae0;
}

.checkout__payment__title img {
  margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
  background-color: var(--profornet-base);
  border-color: var(--profornet-base);
  content: '\f00c';
}

.checkout__payment__content {
  font-size: 16px;
  line-height: 30px;
  color: #686a6f;
}

/** update 20-12-2021 **/
/**
  News sidebar hover bug fix
*/
.news-sidebar__left .blog-one__single:hover .blog-one__single-content:not(.blog-details) {
  background-color: transparent;
}

.news-sidebar__left .blog-one__single:hover .blog-one__single-content:not(.blog-details) h2 a {
  color: var(--profornet-black);
}

.news-sidebar__left .blog-one__single:hover .blog-one__single-content:not(.blog-details) h2 a:hover {
  color: var(--profornet-base);
}

.news-sidebar__left .blog-one__single:hover .blog-one__single-content:not(.blog-details) .meta-info li a {
  color: var(--profornet-color-1, #687469);
}

.news-sidebar__left .blog-one__single:hover .blog-one__single-content:not(.blog-details) .meta-info li a:hover {
  color: var(--profornet-base);
}

.news-sidebar__left .blog-one__single:hover .blog-one__single-content:not(.blog-details) .meta-info li a i::before {
  color: var(--profornet-secondary, #6d8c54);
}

.news-sidebar__left .blog-one__single-content:not(.blog-details)::before {
  display: none;
}

/**
  News Four Columns
*/
.blog-one__single--four-column .blog-one__single-content h2 {
  font-size: 20px;
  line-height: 1.5em;
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
  background-color: #f6f4ec;
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.boxed-wrapper .page-wrapper .main-header--one__bottom-middel {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translateY(0%) translateX(0%);
          transform: translateY(0%) translateX(0%);
}

@media (min-width: 992px) {
  .boxed-wrapper .page-wrapper .providing-quality-one__image-block img {
    float: right;
  }
}

/*--------------------------------------------------------------
# Dark CSS
--------------------------------------------------------------*/
.logo .light-logo {
  display: none;
}

.main-header--one--two .logo .dark-logo {
  display: none;
}

.main-header--one--two .logo .light-logo {
  display: block;
}

.main-header-three .logo .dark-logo {
  display: block;
}

.main-header-three .logo .light-logo {
  display: none;
}

.search-popup__content .thm-btn2:hover {
  background-color: var(--profornet-primary);
}

.testimonials-page {
  padding-top: 120px;
  padding-bottom: 120px;
}

.testimonials-page .row {
  --bs-gutter-y: 30px;
}

.company-logos-one--base {
  background-color: var(--profornet-base);
  border-top: 0;
}

.company-logos-one--base .swiper-slide:hover {
  background-color: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.15);
}

.team-details {
  padding-top: 120px;
  padding-bottom: 120px;
}

.team-details__image {
  position: relative;
}

.team-details__image img {
  border-radius: 50%;
  position: relative;
  z-index: 10;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .team-details__image img {
    max-width: none;
  }
}

.team-details__image::after {
  content: '';
  position: absolute;
  bottom: 27px;
  left: 27px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--profornet-base, #cbb44a);
}

.team-details__logo {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 11;
  -webkit-animation: sunMove 10s linear infinite;
          animation: sunMove 10s linear infinite;
}

.team-details__content {
  margin-top: -10px;
}

.team-details__name {
  font-size: 40px;
  font-weight: bold;
  color: var(--profornet-primary);
  font-family: var(--profornet-font-2);
  margin: 0;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.team-details__designation {
  margin: 0;
  font-size: 16px;
  
  color: var(--profornet-color-1);
  margin: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--profornet-font, "DM Sans", sans-serif);
}

.team-details__social {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}

.team-details__social a {
  margin-left: 5px;
  margin-right: 5px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #f6f4ec;
  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: center;
  color: var(--profornet-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 14px;
}

.team-details__social a:hover {
  background-color: var(--profornet-primary);
  color: #fff;
}

.team-details__highlight {
  margin: 0;
  color: var(--profornet-secondary);
  font-size: 30px;
  line-height: 1.533em;
  font-weight: 700;
  margin-bottom: 30px;
}

.team-details__text {
  font-weight: 500;
  font-size: 18px;
  color: var(--profornet-color-1);
}

.team-details__text p {
  font-weight: 500;
  margin: 0;
  font-size: 18px;
  color: var(--profornet-color-1);
}

.team-details__text p + p {
  margin-top: 30px;
}

.sec-separator {
  margin: 0;
  background-color: #eceae0;
  opacity: 1;
}

/* MegaMenu */
.main-menu .main-menu__list .megamenu {
  position: static;
}

.main-menu .main-menu__list .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-menu .main-menu__list .megamenu > ul li a {
  padding: 0;
  display: inline;
}

@media (min-width: 1200px) {
  .main-header--one__bottom .main-menu--1,
  .main-menu__inner,
  .main-header--one__bottom-left {
    position: static;
  }
}

.mobile-nav__content .main-menu__list li.megamenu ul a {
  height: auto;
  color: inherit;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
}

.mobile-nav__content .main-menu__list li.megamenu > ul {
  margin-left: 0;
}

/* home showcase */
.home-showcase {
  padding-top: 10px;
}

.home-showcase .container {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .home-showcase .container [class*=col-] {
    width: 100%;
  }
}

.home-showcase__inner {
  border-radius: 10px;
  background-color: transparent;
  padding: 0px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

@media (min-width: 1200px) {
  .home-showcase__inner {
    background-color: #fff;
    padding: 40px;
    padding-bottom: 35px;
  }
}

.home-showcase .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 10px;
}

@media (min-width: 1200px) {
  .home-showcase .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0px;
  }
}

.home-showcase__image {
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--profornet-primary);
  display: block !important;
  margin-bottom: 10px;
}

.home-showcase__image img {
  opacity: 1;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.home-showcase__single:hover .home-showcase__image img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home-showcase__title {
  margin: 0;
  color: #fff;
  margin: 0;
  font-size: 18px !important;
  text-align: center;
  font-weight: bold;
  font-family: var(--profornet-font-2) !important;
}

@media (min-width: 1200px) {
  .home-showcase__title {
    color: var(--profornet-primary) !important;
  }
}

.home-showcase__title a {
  padding: 0;
  display: inline;
  color: inherit;
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: var(--profornet-font-2) !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;

}

@media (min-width: 1200px) {
  .home-showcase__title a {
    color: var(--profornet-primary) !important;
  }
}

.home-showcase__title a:hover {
  color: var(--profornet-base) !important;
}

.stricky-header .home-showcase .container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.slick-slider {
    position: relative;
}

.slick-dots {
    position: absolute;
    bottom: 20px!important; /* Noktaların alt tarafta olmasını sağlar, değeri ihtiyaca göre değiştirebilirsiniz */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; /* Noktaların her şeyin üstünde olduğundan emin olalım */
    margin: 0;
    padding: 0;
    list-style: none;
}

.slick-dots li button {
    background-color: transparent; /* Arkaplanı şeffaf yapıyoruz */
    border: none; /* Butonun etrafındaki kenarlığı kaldırıyoruz */
    outline: none; /* Butonun dış çerçevesini kaldırıyoruz */
    width: 15px; /* Noktaların boyutunu ayarlıyoruz */
    height: 15px; /* Noktaların boyutunu ayarlıyoruz */
    border-radius: 50%; /* Noktaların yuvarlak olmasını sağlıyoruz */
    background-color: rgba(0, 0, 0, 0.5); /* Noktaları belirgin yapmak için koyu gri bir arkaplan rengi ekliyoruz */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Hover efekti ekliyoruz */
}




.slick-dots li.slick-active button {
    background-color: #d83f21;
    transform: scale(1.2); /* Aktif noktayı biraz büyütüyoruz */
}

.slick-dots li button:hover {
    background-color: rgba(255, 255, 255, 0.7); /* Hover etkisiyle renk değişimi */
}

.slick-arrow {
	display:none!important;
}

.slick-dotted.slick-slider {
	margin-bottom:0px!important;
}

.slick-dots li button:before {
	color:#fff!important;
}


.footer-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 sütun */
  gap: 10px;
}

.footer-gallery-grid img {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.footer-gallery-grid img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  cursor:pointer;
}

.footer-gallery-grid img:hover {
  transform: scale(1.1);
}


.file-upload {
    height: 40px;
    background: rgb(3,166,192);
    background: linear-gradient(98deg, rgba(3,166,192,1) 0%, rgba(0,71,137,1) 100%);
    color: #fff;

    font-size: 14px;
    position: relative;
    border-radius: 20px;
    padding: 10px 30px;
	display:inline-block;
	margin-top:5px;
}
.file-upload:hover {background:#03a6c0!important;}


.comment-one__form input[type=file] {
	display:none;
}

.comment-one__form strong {
	display:block;
}

.progress-wrapper {
    width: 100%;
    background: #e6e6e6;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    height: 30px;
    margin-bottom: 10px;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #4CAF50, #81C784);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    transition: width 0.4s ease;
}



.proGonder-label.loading {
    width: 300px;  /* burada uygun gördüğün sabit genişlik */
    text-align: center;
}

.status-text {
    font-size: 0.9rem;
    margin-top: 5px;
    color: #555;
}

.proGonder-label {
    color: white;
    padding: 12px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
    display: inline-block;
    text-align: center;
}


input[type="file"].proGonder {
    display: none;
}


/*# sourceMappingURL=profornet.css.map */