/*----------------------------------------------------
@File: Default Styles
@Author:  themexriver
@URL: https://themexriver.com/

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: NioBis - Corporate Business HTML Template
@Author: themexriver

CSS Table of content:-

1. Global Area 
2. Header Area

=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,600,700;0,700;1|Roboto:100,300,400;0,400;1,500,700&display=swap");
/*=========
Color Code
===========*/
/*(1)- global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.556;
  color: #323232;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: #ffffff;
  background-color: #a3cc01; }

::selection {
  color: #ffffff;
  background-color: #a3cc01; }

::-moz-selection {
  color: #ffffff;
  background-color: #a3cc01; }

.container {
  max-width: 1200px; }

.ul-li ul {
  margin: 0;
  padding: 0; }
  .ul-li ul li {
    list-style: none;
    display: inline-block; }

.ul-li-block ul {
  margin: 0;
  padding: 0; }
  .ul-li-block ul li {
    display: block;
    list-style: none; }

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center; }

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  a:hover, a:focus {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

section {
  overflow: hidden; }

button {
  cursor: pointer; }

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }

.relative-position {
  position: relative; }

.pera-content p {
  margin-bottom: 0; }

.no-paading {
  padding: 0; }

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-family: "Roboto"; }

.background-overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 55px;
  border-radius: 100%;
  background-color: #323232;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .scrollup i {
    color: #fff; }

/*Home Six CSS Start From Here*/
/*----------------------------------------------------*/
.archs-section-title span {
  font-size: 24px;
  font-weight: 700;
  color: var(--renk);
  font-family: "Roboto"; }

.archs-section-title h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 18px; }

.archs-section-title p {
  color: #7a7a7a;
  font-size: 18px; }

.archs-section-title.title-center-align {
  margin: 0 auto;
  max-width: 530px; }

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

/*---------------------------------------------------- */
/*(2)- Header area*/
/*----------------------------------------------------*/
.header-main-menu .dropdown {
  position: relative; }
  .header-main-menu .dropdown:before {
    top: 0;
    right: -15px;
    content: '+';
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .header-main-menu .dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.header-main-menu .dropdown-menu {
  left: 0;
  top: 48px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  display: block;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  background-color: #323232; }
  .header-main-menu .dropdown-menu li {
    display: block;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .header-main-menu .dropdown-menu li:last-child {
      border-bottom: none; }
  .header-main-menu .dropdown-menu a {
    width: 100%;
    display: block;
    padding: 10px 20px 10px !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 15px !important; }
    .header-main-menu .dropdown-menu a:hover {
      color: #fff;
      background-color: var(--renk2); }

.header-style-five {
  top: 0;
  width: 100%;
  z-index: 10;
  padding-top: 45px;
  position: absolute; }
  .header-style-five .dropdown:before {
    color: #fff;
    right: -12px;
    font-size: 16px; }
  .header-style-five .dropdown:hover:before {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg); }
  .header-style-five .main-navigation-area {
    padding-top: 15px;
    display: inline-block; }
    .header-style-five .main-navigation-area li {
      margin-left: 30px; }
      .header-style-five .main-navigation-area li a {
        color: #fff;
        font-weight: 700;
        padding-bottom: 30px;
        font-family: "Roboto"; }
  .header-style-five .header-cta-btn {
    height: 48px;
    width: 170px;
    font-weight: 700;
    line-height: 48px;
    margin-left: 50px;
    font-family: "Roboto";
    background-color: var(--renk2); }
    .header-style-five .header-cta-btn a {
      color: #fff;
      width: 100%;
      display: block; }
  .header-style-five.sticky-on {
    padding: 15px 0px;
    background-color: #000; }

/*Stickey header*/
/*----------------------------------------------------*/
.sticky-on {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: fixed;
  z-index: 9;
  width: 100%;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .7s all ease-in-out;
  -o-transition: .7s all ease-in-out;
  transition: .7s all ease-in-out; }

/*---------------------------------------------------- */
/*(2)- Slider area*/
/*----------------------------------------------------*/
.arch-slider-6 {
  overflow: visible;
  padding-bottom: 100px; }

/*---------------------------------------------------- */
/*(3)- Intro area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*(4)- about area*/
/*(4)- about area*/
/*----------------------------------------------------*/
/*(4)- about area*/
/*----------------------------------------------------*/
.archs-about-section {
  padding: 115px 0px 75px; }

.archs-about-text-wrapper {
  max-width: 470px; }

.archs-exp-wrap {
  color: #fff;
  z-index: 1;
  margin-top: 40px;
  margin-left: 20px;
  padding: 35px 30px;
  display: inline-block;
  background-color: #333333; }
  .archs-exp-wrap:before, .archs-exp-wrap:after {
    top: 20px;
    left: -20px;
    width: 100%;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--renk2); }
  .archs-exp-wrap:after {
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #333333; }
  .archs-exp-wrap h2 {
    float: left;
    line-height: 1;
    font-size: 72px;
    font-weight: 700;
    margin-right: 20px; }
  .archs-exp-wrap h3 {
    float: left;
    font-size: 24px;
    font-weight: 700;
    max-width: 135px;
    padding-top: 5px;
    line-height: 1.375; }

.archs-about-feature-innerbox {
  margin-bottom: 45px; }
  .archs-about-feature-innerbox .archs-about-feature-icon {
    margin-bottom: 25px; }
  .archs-about-feature-innerbox .archs-about-feature-text h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 18px; }
/*---------------------------------------------------- */
/*(5)- Feature area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*(5)- project area*/
/*----------------------------------------------------*/
.archs-portfolio-section {
  padding-bottom: 105px; }

.archs-portfolio-slider {
  float: left;
  max-width: 1045px; }
  .archs-portfolio-slider .archs-portfolio-slider-innerbox {
    padding-bottom: 130px; }

.archs-portfolio-text-wrapper .archs-portfolio-text {
  right: 0;
  opacity: 0;
  bottom: -25px;
  padding: 50px;
  max-width: 670px;
  position: absolute;
  font-family: "Roboto";
  background-color: #fff;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }
  .archs-portfolio-text-wrapper .archs-portfolio-text .archs-port-cat {
    font-size: 18px;
    font-weight: 700;
    color: var(--renk); }
  .archs-portfolio-text-wrapper .archs-portfolio-text h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    padding: 5px 0px 20px; }
  .archs-portfolio-text-wrapper .archs-portfolio-text .archs-view-more-btn {
    font-weight: 700;
    position: relative;
    display: inline-block; }
    .archs-portfolio-text-wrapper .archs-portfolio-text .archs-view-more-btn:after {
      left: 0;
      bottom: 0;
      height: 2px;
      width: 100%;
      content: '';
      width: 100%;
      position: absolute;
      background-color: var(--renk); }

.archs-portfolio-text-title {
  float: left;
  max-width: 370px;
  margin-left: 130px; }

.archs-portfolio-slider .owl-nav {
  top: 45%;
  right: -25%;
  position: absolute; }
  .archs-portfolio-slider .owl-nav .owl-prev,
  .archs-portfolio-slider .owl-nav .owl-next {
    font-size: 22px;
    margin-right: 40px;
    position: relative;
    display: inline-block; }
  .archs-portfolio-slider .owl-nav .owl-prev:before {
    top: 0;
    right: -25px;
    content: '/';
    position: absolute; }

.archs-portfolio-slider .owl-item.active .archs-portfolio-text-wrapper .archs-portfolio-text {
  opacity: 1;
  bottom: -45px; }

/*---------------------------------------------------- */
/*(6)- Service area*/
/*----------------------------------------------------*/
.archs-service-section {
  overflow: visible; }
  .archs-service-section:before, .archs-service-section:after {
    right: 0;
    top: -225px;
    content: '';
    width: 375px;
    height: 345px;
    position: absolute;
    background-color: var(--renk2); }
  .archs-service-section:after {
    left: 0;
    top: auto;
    right: auto;
    width: 190px;
    height: 190px;
    bottom: -50px; }

.archs-service-content {
  padding-top: 65px; }

.archs-service-innerblock .archs-service-icon {
  right: 10px;
  width: 60px;
  bottom: 40px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  background-color: #323232;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all; }

.archs-service-innerblock .archs-service-text {
  top: -30px;
  float: right;
  max-width: 340px;
  position: relative;
  background-color: #fff;
  padding: 40px 10px 40px 40px; }
  .archs-service-innerblock .archs-service-text h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 18px; }
  .archs-service-innerblock .archs-service-text p {
    padding-bottom: 25px; }
  .archs-service-innerblock .archs-service-text .archs-service-arrow {
    font-size: 24px; }
    .archs-service-innerblock .archs-service-text .archs-service-arrow:hover {
      color: var(--renk2); }

.archs-service-innerblock:hover .archs-service-icon {
  background-color: var(--renk2); }

.archs-skill-wrapper .skill-progress-bar {
  padding-top: 40px; }
  .archs-skill-wrapper .skill-progress-bar .skill-set-percent {
    margin-bottom: 25px; }
    .archs-skill-wrapper .skill-progress-bar .skill-set-percent h4 {
      color: #000000;
      font-size: 18px;
      font-weight: 700;
      padding-bottom: 16px; }
    .archs-skill-wrapper .skill-progress-bar .skill-set-percent .progress {
      height: 5px;
      border-radius: 0;
      position: relative;
      overflow: visible;
      background-color: #c6c6c6; }
      .archs-skill-wrapper .skill-progress-bar .skill-set-percent .progress span {
        right: 0;
        top: -30px;
        font-weight: 700;
        position: absolute;
        font-family: "Roboto"; }
    .archs-skill-wrapper .skill-progress-bar .skill-set-percent .progress-bar {
      width: 0;
      top: -5px;
      float: left;
      height: 3px;
      position: relative;
      -webkit-transition: 1s all ease-in-out;
      -o-transition: 1s all ease-in-out;
      transition: 1s all ease-in-out;
      background-color: var(--renk2); }

/*---------------------------------------------------- */
/*(7)- team area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*(8)- testimonial area*/
/*----------------------------------------------------*/
.archs-skill-testimonial-section {
  padding-top: 100px; }
  .archs-skill-testimonial-section .archs-testimonial-bg {
    top: 0;
    width: 50%;
    right: 0;
    height: 100%; }
    .archs-skill-testimonial-section .archs-testimonial-bg img {
      width: 100%;
      height: 100%; }
    .archs-skill-testimonial-section .archs-testimonial-bg:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      position: absolute;
      background-color: rgba(0, 0, 0, 0.6); }

.archs-testimonial-wrapper {
  padding-left: 150px; }
  .archs-testimonial-wrapper .archs-section-title h2 {
    color: #fff; }

.archs-testimonial-slider-area {
  margin-top: 50px; }

.archs-testimonial-slider-item p {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  padding-left: 55px;
  position: relative; }
  .archs-testimonial-slider-item p:After {
    top: -8px;
    left: 0px;
    content: '\f10d';
    font-size: 40px;
    position: absolute;
    color: var(--renk2);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }

.archs-testimonial-author {
  margin-top: 45px;
  margin-left: 50px; }
  .archs-testimonial-author h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 5px; }
  .archs-testimonial-author span {
    color: #fff; }
  .archs-testimonial-author .archs-tst-author-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%; }
  .archs-testimonial-author .archs-tst-author-text {
    padding-top: 10px; }

.archs-partner-section {
  padding: 80px 0px 60px; }

.archs-newslatter-content {
  padding: 85px 80px 75px; }
  .archs-newslatter-content .archs-section-title h2 {
    color: #fff;
    padding-bottom: 0; }
  .archs-newslatter-content .archs-newslatter-form {
    padding-left: 80px;
    margin-top: 75px; }
    .archs-newslatter-content .archs-newslatter-form input {
      width: 100%;
      height: 65px;
      border: none;
      padding-left: 20px;
      border-right-color: #fff; }
    .archs-newslatter-content .archs-newslatter-form button {
      top: 0;
      right: 0;
      color: #fff;
      height: 65px;
      width: 180px;
      border: none;
      font-weight: 700;
      position: absolute;
      font-family: "Roboto";
      background-color: #a3cc01; }

/*---------------------------------------------------- */
/*(9)- blog area*/
/*----------------------------------------------------*/
.archs-blog-section {
  padding: 115px 0px; }

.archs-blog-content {
  margin: 0px 15px;
  padding-top: 70px; }
  .archs-blog-content .col-lg-4,
  .archs-blog-content .col-md-6 {
    padding: 0; }
  .archs-blog-content .col-lg-4:nth-child(2) .archs-blog-text {
    padding: 30px 30px 65px; }
    .archs-blog-content .col-lg-4:nth-child(2) .archs-blog-text .archs-blog-author-img {
      top: auto;
      bottom: -38px; }

.archs-blog-innerbox {
  border: 1px solid #e5e6e1; }
  .archs-blog-innerbox .archs-blog-author-img {
    left: 0;
    right: 0;
    width: 75px;
    top: -38px;
    height: 75px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    border-radius: 100%; }
  .archs-blog-innerbox .archs-blog-author-name {
    display: block;
    font-weight: 700;
    color: #a3cc01;
    font-family: "Roboto";
    margin-bottom: 10px; }
  .archs-blog-innerbox .archs-blog-text {
    border: 2px solid #fff;
    padding: 65px 30px 30px; }
    .archs-blog-innerbox .archs-blog-text h3 {
      color: #000000;
      font-size: 18px;
      font-weight: 700;
      text-align: center; }
  .archs-blog-innerbox .archs-blog-meta {
    margin-top: 25px; }
    .archs-blog-innerbox .archs-blog-meta .archs-blog-cat {
      color: #000000;
      font-weight: 700;
      font-family: "Roboto"; }
      .archs-blog-innerbox .archs-blog-meta .archs-blog-cat i {
        margin-right: 5px;
        color: #a3cc01; }
    .archs-blog-innerbox .archs-blog-meta .archs-blog-date {
      color: #999999; }

/*---------------------------------------------------- */
/*(10)- footer area*/
/*----------------------------------------------------*/
.archs-footer-section {
  background-color: #323232; }

.archs-footer-top-wrapper {
  padding: 110px 0px 70px;
  border-bottom: 1px solid #5d5d5d; }

.f-cta-inner {
  width: 330px;
  float: left; }
  .f-cta-inner .f-cta-icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    line-height: 60px;
    border-radius: 100%;
    border: 2px solid var(--renk2); }
    .f-cta-inner .f-cta-icon i {
      color: #fff; }
  .f-cta-inner .f-cta-text {
    color: #fff;
    font-weight: 700;
    font-family: "Roboto"; }
    .f-cta-inner .f-cta-text span {
      display: block;
      text-transform: uppercase; }
    .f-cta-inner .f-cta-text a {
      font-size: 21px; }

.archs-footer-widget-wrapper {
  padding: 60px 0px; }

.archs-footer-widget .widget-title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 25px; }

.archs-footer-widget p {
  color: #fff; }

.archs-footer-widget .archs-footer-menu-widget {
  padding-left: 80px; }

.archs-footer-widget .archs-footer-social {
  margin-top: 40px; }
  .archs-footer-widget .archs-footer-social a {
    color: #fff;
    margin-right: 20px; }
    .archs-footer-widget .archs-footer-social a:hover {
      color: #a3cc01; }

.archs-footer-widget ul li {
  margin-bottom: 15px; }
  .archs-footer-widget ul li a {
    color: #fff; }
    .archs-footer-widget ul li a:hover {
      color: #a3cc01; }

.archs-footer-widget .archs-footer-nws-latter {
  margin-top: 28px; }
  .archs-footer-widget .archs-footer-nws-latter input {
    height: 55px;
    width: 100%;
    padding-left: 20px;
    border: 1px solid #949494;
    background-color: transparent; }
  .archs-footer-widget .archs-footer-nws-latter button {
    top: 15px;
    right: 15px;
    padding: 0;
    color: #fff;
    border: none;
    font-size: 18px;
    position: absolute;
    background-color: transparent; }

.archs-footer-copyright {
  padding: 35px 0px;
  background-color: #1a1a1a; }

.archs-footer-copyright-text p {
  color: #fff; }
  .archs-footer-copyright-text p a {
    font-weight: 700; }

.archs-footer-copyright-menu {
  float: right; }
  .archs-footer-copyright-menu li {
    margin-left: 40px; }
    .archs-footer-copyright-menu li a {
      color: #fff; }
      .archs-footer-copyright-menu li a:hover {
        color: #a3cc01; }

/*---------------------------------------------------- */
/*(11)- Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .archs-portfolio-slider {
    max-width: 840px; }
  .archs-portfolio-text-title {
    margin-left: 80px; }
  .archs-portfolio-slider .owl-nav {
    top: 50%; } }

@media screen and (max-width: 1280px) {
  .archs-portfolio-slider {
    max-width: 750px; }
  .archs-service-section:before {
    width: 220px; }
  .archs-service-section:after {
    width: 130px;
    height: 95px; } }

@media screen and (max-width: 1199px) {
  .archs-portfolio-slider {
    max-width: 100%; }
  .archs-portfolio-slider .owl-nav {
    position: static;
    margin-top: 20px;
    text-align: center; }
  .archs-portfolio-text-title {
    margin-left: 15px; } }

@media screen and (max-width: 1024px) {
  .header-style-five .site-logo {
    width: 130px;
    padding-top: 10px; }
  .f-cta-inner {
    margin-bottom: 20px; } }

@media screen and (max-width: 991px) {
  .archs-about-text-wrapper {
    margin: 0 auto;
    margin-bottom: 50px; }
  .archs-skill-testimonial-section .archs-testimonial-bg {
    display: none; }
  .archs-testimonial-wrapper {
    padding: 100px 50px;
    background-color: #323232; }
  .archs-blog-innerbox {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px; }
  .archs-footer-widget .archs-footer-menu-widget {
    padding-left: 0; }
  .archs-footer-widget {
    margin-bottom: 40px; }
  .header-style-five .main-navigation-area {
    display: none; }
  .header-style-five .header-cta-btn {
    margin-right: 50px; }
  .header-style-five .header-cta-btn {
    width: 115px; }
  .str-mobile_menu_button {
    display: block !important; }
  .archs-footer-logo {
    text-align: center;
    margin-bottom: 30px; }
  .archs-newslatter-content .archs-newslatter-form {
    padding-left: 0; }
  .archs-service-innerblock {
    margin: 0 auto;
    max-width: 370px; }
  .archs-portfolio-slider {
    float: none; }
  .archs-footer-copyright-menu {
    margin-top: 15px;
    float: none; }
    .archs-footer-copyright-menu li {
      margin-left: 0;
      margin-right: 10px; } }

@media screen and (max-width: 800px) {
  .archs-service-section:before,
  .archs-service-section:after {
    display: none; }
  .archs-portfolio-text-title {
    float: none;
    max-width: 100%;
    margin-top: 30px;
    padding: 0px 15px; } }

@media screen and (max-width: 420px) {
  .archs-section-title h2 {
    font-size: 30px; }
  .archs-section-title span {
    font-size: 18px; }
  .archs-about-section {
    padding: 50px 0px 35px; }
  .archs-exp-wrap h2 {
    font-size: 50px; }
  .archs-exp-wrap h3 {
    font-size: 16px; }
  .archs-portfolio-text-wrapper .archs-portfolio-text h3 {
    font-size: 18px;
    margin-bottom: 0; }
  .archs-portfolio-text-wrapper .archs-portfolio-text .archs-port-cat {
    font-size: 16px; }
  .archs-portfolio-text-wrapper .archs-portfolio-text {
    padding: 35px 35px 50px; }
  .archs-portfolio-section {
    padding-bottom: 60px; }
  .archs-service-content {
    padding-top: 35px; }
  .archs-skill-testimonial-section {
    padding-top: 50px; }
  .archs-testimonial-slider-item p {
    font-size: 18px; }
  .archs-testimonial-wrapper {
    padding: 55px 30px; }
  .archs-testimonial-author h3 {
    font-size: 16px; }
  .archs-partner-section {
    padding: 20px 0px 30px; }
  .archs-newslatter-content {
    padding: 40px 30px 40px; }
  .archs-newslatter-content .archs-newslatter-form {
    margin-top: 30px; }
  .archs-newslatter-content .archs-newslatter-form button {
    width: 100px; }
  .archs-blog-section {
    padding: 50px 0px; }
  .archs-blog-content {
    padding-top: 30px; }
  .archs-footer-top-wrapper {
    padding: 50px 0px 30px; }
  .archs-footer-copyright-menu {
    margin-top: 15px;
    float: none; }
    .archs-footer-copyright-menu li {
      margin-left: 0;
      margin-right: 10px; }
  .f-cta-inner .f-cta-text a {
    font-size: 16px; } }

/*---------------------------------------------------- */
/*(12)- Responsive area*/
/*----------------------------------------------------*/
.str-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #1c1c1c;
  padding: 40px 0px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .str-mobile_menu_content .str-mobile-main-navigation {
    width: 100%; }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav {
      width: 100%; }
  .str-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    padding: 13px 15px 13px 0px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li a {
      color: #d5d5d5;
      padding: 0;
      width: 100%;
      display: block;
      font-size: 14px;
      font-weight: 400;
      padding: 5px 30px 0px;
      text-transform: uppercase; }
  .str-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px; }

.str-mobile_menu_wrap.mobile_menu_on .str-mobile_menu_content {
  right: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out; }

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.mobile_menu_overlay_on {
  overflow: hidden; }

.str-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible; }

.str-mobile_menu_button {
  right: 0;
  top: -43px;
  z-index: 5;
  position: absolute;
  display: none;
  cursor: pointer;
  line-height: 40px;
  color: var(--renk2);
  text-align: center;
  font-size: 30px; }

.str-mobile_menu .str-mobile-main-navigation .navbar-nav li a:after {
  display: none; }

.str-mobile_menu .str-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible; }

.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent; }
  .str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1;
    margin-bottom: 5px; }

.str-mobile_menu .dropdown {
  position: relative; }
  .str-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: center;
    line-height: 35px;
    background: none;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    padding: 0px;
    width: 36px;
    height: 35px; }

.str-mobile_menu .str-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  height: 20px;
  width: 20px;
  left: 15px;
  font-size: 20px;
  position: absolute; }

.str-main-header.str-sticky-menu .str-mobile_menu_content {
  top: 15px; }

/*---------------------------------------------------- */
/*(19)- Breadcrumb area*/
/*----------------------------------------------------*/
.breadcrumb-section {
  padding: 235px 0px 130px;
  position: relative; }
  .breadcrumb-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2; }
  .breadcrumb-section .breadcrumb-content {
    position: relative;
    z-index: 3; }
    .breadcrumb-section .breadcrumb-content .breadcrumb-title {
      color: #fff;
      font-size: 72px;
      font-weight: 700; }
    .breadcrumb-section .breadcrumb-content .breadcrumb {
      display: inline-block;
      background-color: transparent; }
      .breadcrumb-section .breadcrumb-content .breadcrumb li {
        font-weight: 500;
        padding: 0px 10px;
        position: relative; }
        .breadcrumb-section .breadcrumb-content .breadcrumb li a {
          color: #fff; }
      .breadcrumb-section .breadcrumb-content .breadcrumb .breadcrumb-item.active {
        color: #fff; }
      .breadcrumb-section .breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        top: 5px;
        left: -1px;
        width: 2px;
        padding: 0;
        content: "";
        height: 14px;
        position: absolute;
        background-color: #fff; }

/*(22)- Contact area*/
/*----------------------------------------------------*/
.contact-content-section .contact-content-area {
  margin-top: 120px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(24, 37, 50, 0.06);
  box-shadow: 0px 8px 16px 0px rgba(24, 37, 50, 0.06); }
  .contact-content-section .contact-content-area .contact-content-info {
    padding: 70px 0px 0px 30px; }

.contact-content-info .contact-widget-icon-text .contact-widget-text h3,
.contact-content-info .contact-widget-icon-text .contact-widget-text span {
  color: #323232;
  font-weight: 500; }

.contact-content-info .contact-widget-icon-text .contact-widget-text h3 {
  padding-bottom: 15px; }

.contact-content-info .contact-widget-icon-text .contact-widget-text span {
  font-size: 16px;
  max-width: 250px;
  display: inline-block; }

.contact-content-info .contact-widget-icon-text .contact-widget-text h3 {
  font-size: 24px;
  font-weight: 700; }

.contact-content-info .contact-widget-icon-text {
  border-bottom: 2px solid #f3f3f3; }

.contact-content-info .contact-widget-text {
  overflow: hidden; }

.contact-content-info .contact-widget-icon-text .contact-widget-icon i {
  color: var(--renk2); }

.get-quote-section.contact-page-get-quote {
  padding-top: 0;
  padding-bottom: 90px; }

.get-quote-section.contact-page-get-quote:after,
.get-quote-section.contact-page-get-quote:before {
  display: none; }

.google-map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }

  /*(8)- about area*/
/*----------------------------------------------------*/
.get-quote-section {
  z-index: 1;
  padding: 150px 0px 20px; }
  .get-quote-section:after, .get-quote-section:before {
    left: 0;
    right: 0;
    top: 25px;
    content: '';
    z-index: -1;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    position: absolute;
    border-radius: 100%;
    background-color: var(--renk); }
  .get-quote-section:before {
    top: 0;
    width: 280px;
    height: 280px;
    background-color: transparent;
    border: 2px solid #f7ffd6; }
  .get-quote-section .quote-icon-up {
    left: 0;
    right: 0;
    top: 80px;
    text-align: center;
    position: absolute; }
    .get-quote-section .quote-icon-up i {
      color: #fff;
      font-size: 28px; }
  .get-quote-section .get-quote-content {
    background-color: #323232;
    padding: 115px 100px 120px; }
    .get-quote-section .get-quote-content .section-title h2 {
      color: #fff; }
    .get-quote-section .get-quote-content .get-quote-form {
      padding-top: 55px; }
      .get-quote-section .get-quote-content .get-quote-form .contact-info {
        position: relative;
        margin-bottom: 30px; }
      .get-quote-section .get-quote-content .get-quote-form input,
      .get-quote-section .get-quote-content .get-quote-form textarea {
        width: 100%;
        color: #fff;
        height: 65px;
        border: none;
        padding-left: 80px;
        background-color: #474747; }
        .get-quote-section .get-quote-content .get-quote-form input::-webkit-input-placeholder,
        .get-quote-section .get-quote-content .get-quote-form textarea::-webkit-input-placeholder {
          color: #fff; }
        .get-quote-section .get-quote-content .get-quote-form input:-ms-input-placeholder,
        .get-quote-section .get-quote-content .get-quote-form textarea:-ms-input-placeholder {
          color: #fff; }
        .get-quote-section .get-quote-content .get-quote-form input::-ms-input-placeholder,
        .get-quote-section .get-quote-content .get-quote-form textarea::-ms-input-placeholder {
          color: #fff; }
        .get-quote-section .get-quote-content .get-quote-form input::placeholder,
        .get-quote-section .get-quote-content .get-quote-form textarea::placeholder {
          color: #fff; }
        .get-quote-section .get-quote-content .get-quote-form input:focus,
        .get-quote-section .get-quote-content .get-quote-form textarea:focus {
          border: 1px solid var(--renk2); }
      .get-quote-section .get-quote-content .get-quote-form textarea {
        height: 250px;
        padding-top: 20px; }
      .get-quote-section .get-quote-content .get-quote-form .icon-bg {
        top: 20px;
        left: 40px;
        position: absolute; }
        .get-quote-section .get-quote-content .get-quote-form .icon-bg i {
          color: var(--renk2); }
      .get-quote-section .get-quote-content .get-quote-form .sub-button button {
        color: #fff;
        font-weight: 700;
        padding: 20px 45px;
        border-radius: 40px;
        background-color: var(--renk2); }
        .get-quote-section .get-quote-content .get-quote-form .sub-button button:after {
          background-color: #fff; }
        .get-quote-section .get-quote-content .get-quote-form .sub-button button:hover {
          color: #323232; }
  .get-quote-section .get-quote-cta {
    margin: 0 15px; }
    .get-quote-section .get-quote-cta .get-quote-cta-content {
      padding: 40px 50px 30px; }
      .get-quote-section .get-quote-cta .get-quote-cta-content .get-quote-cta-icon {
        line-height: 1;
        padding-top: 5px;
        margin-right: 20px; }
        .get-quote-section .get-quote-cta .get-quote-cta-content .get-quote-cta-icon i {
          font-size: 40px;
          color: var(--renk2); }
      .get-quote-section .get-quote-cta .get-quote-cta-content .get-quote-cta-text {
        overflow: hidden; }
        .get-quote-section .get-quote-cta .get-quote-cta-content .get-quote-cta-text h4 {
          color: #fff;
          font-size: 24px;
          font-weight: 700; }
        .get-quote-section .get-quote-cta .get-quote-cta-content .get-quote-cta-text span {
          color: #fff;
          font-size: 18px; }
    .get-quote-section .get-quote-cta .col-lg-4:nth-child(1) .get-quote-cta-content {
      -webkit-box-shadow: 0px 8px 16px 0px rgba(193, 193, 193, 0.1);
      box-shadow: 0px 8px 16px 0px rgba(193, 193, 193, 0.1); }
      .get-quote-section .get-quote-cta .col-lg-4:nth-child(1) .get-quote-cta-content .get-quote-cta-text h4, .get-quote-section .get-quote-cta .col-lg-4:nth-child(1) .get-quote-cta-content .get-quote-cta-text span {
        color: #323232; }
    .get-quote-section .get-quote-cta .col-lg-4:nth-child(2) .get-quote-cta-content {
      background-color: #a3cc01; }
      .get-quote-section .get-quote-cta .col-lg-4:nth-child(2) .get-quote-cta-content .get-quote-cta-icon i {
        color: #fff; }
    .get-quote-section .get-quote-cta .col-lg-4:nth-child(3) .get-quote-cta-content {
      background-color: #323232;
      -webkit-box-shadow: 0px -5px 20px 0px rgba(193, 193, 193, 0.1);
      box-shadow: 0px -5px 20px 0px rgba(193, 193, 193, 0.1); }

.dark-home .get-quote-section {
  background-color: #323232; }
  .dark-home .get-quote-section:before {
    border: 2px solid #3d3d3d; }
  .dark-home .get-quote-section .get-quote-content {
    background-color: #373737; }

.dark-home .get-quote-section .get-quote-cta .col-lg-4:nth-child(1) .get-quote-cta-content,
.dark-home .get-quote-section .get-quote-cta .col-lg-4:nth-child(3) .get-quote-cta-content {
  background-color: #2a2a2a;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .dark-home .get-quote-section .get-quote-cta .col-lg-4:nth-child(1) .get-quote-cta-content h4, .dark-home .get-quote-section .get-quote-cta .col-lg-4:nth-child(1) .get-quote-cta-content span,
  .dark-home .get-quote-section .get-quote-cta .col-lg-4:nth-child(3) .get-quote-cta-content h4,
  .dark-home .get-quote-section .get-quote-cta .col-lg-4:nth-child(3) .get-quote-cta-content span {
    color: #fff; }

.blog-section {
  padding: 115px 0px; }
  .blog-section .blog-content-area {
    padding-top: 60px; }

.blog-img-text .blog-img {
  overflow: hidden;
  position: relative; }
  .blog-img-text .blog-img:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    opacity: 0;
    height: 100%;
    position: absolute;
    background-color: #323232;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .blog-img-text .blog-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out; }

.blog-img-text .blog-category {
  top: -16px;
  right: 35px;
  position: absolute; }
  .blog-img-text .blog-category a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 25px;
    border-radius: 30px;
    background-color: #a3cc01; }

.blog-img-text .blog-text {
  padding: 35px 30px;
  border: 2px solid #f1f1f1;
  border-top: none; }
  .blog-img-text .blog-text .blog-meta {
    margin-bottom: 15px; }
    .blog-img-text .blog-text .blog-meta a {
      font-weight: 700;
      margin-right: 30px; }
      .blog-img-text .blog-text .blog-meta a i {
        color: #a3cc01; }
  .blog-img-text .blog-text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.417;
    padding-bottom: 22px; }
  .blog-img-text .blog-text .read-more {
    color: #e0e0e0;
    font-weight: 700;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .blog-img-text .blog-text .read-more:after {
      bottom: 0;
      width: 100%;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      background-color: #e0e0e0; }
    .blog-img-text .blog-text .read-more:hover {
      color: #a3cc01; }
  .blog-img-text .blog-text .wish-ht {
    color: #e4e4e4; }

.blog-img-text:hover .blog-img:after {
  opacity: .8; }

.blog-img-text:hover .blog-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

  /*Blog Page*/
/*----------------------------------------------------*/
.blog_feed_section {
  padding: 120px 0px 120px;
  background-color: #f9f9f9; }

.news_post_item {
  margin-bottom: 40px; }
  .news_post_item .post_cat {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 30px;
    display: inline-block;
    background-color: var(--renk2); }
  .news_post_item .video_play_btn {
    margin: 0 auto; }
  .news_post_item .news_text_area {
    padding: 50px 40px;
    background-color: #fff; }
    .news_post_item .news_text_area h3 {
      font-weight: 700;
      font-size: 38px;
      line-height: 1.167;
      padding: 30px 0px 20px; }
    .news_post_item .news_text_area p {
      line-height: 1.625; }
    .news_post_item .news_text_area .blog_meta {
      margin-bottom: 15px; }
      .news_post_item .news_text_area .blog_meta li {
        font-size: 14px;
        margin-right: 25px; }
        .news_post_item .news_text_area .blog_meta li i {
          margin-right: 6px; }
    .news_post_item .news_text_area .author_meta {
      width: 100%;
      margin-top: 25px;
      display: inline-block; }
    .news_post_item .news_text_area .author_img img {
      height: 40px;
      width: 40px;
      border-radius: 100%;
      margin-right: 10px; }
    .news_post_item .news_text_area .author_img span {
      font-weight: 700; }
    .news_post_item .news_text_area .news_more {
      margin-top: 5px; }
      .news_post_item .news_text_area .news_more a {
        font-size: 14px;
        font-weight: 700;
        position: relative; }
        .news_post_item .news_text_area .news_more a:before {
          content: '\f061';
          font-weight: 900;
          position: absolute;
          font-family: 'Font Awesome 5 Free';
          left: -25px;
          top: -2px; }

.news_qoute {
  z-index: 0; }
  .news_qoute .news_text_area {
    background-color: transparent; }
  .news_qoute:before {
    background-color: #a3cc01; }
  .news_qoute .news_text_area {
    padding-left: 145px; }
    .news_qoute .news_text_area h3 {
      color: #fff; }
    .news_qoute .news_text_area:before {
      top: 55px;
      left: 35px;
      color: #fff;
      font-size: 85px;
      font-weight: 900;
      content: '\f10d';
      position: absolute;
      font-family: 'Font Awesome 5 Free'; }
  .news_qoute .blog_meta li {
    color: #fff; }

.bg_img_post {
  z-index: 0; }
  .bg_img_post .news_text_area {
    background-color: transparent; }
  .bg_img_post:before {
    background-color: #fff;
    opacity: .9; }
  .bg_img_post .news_text_area {
    border: none; }

.blog_pagination .pagination {
  margin-top: 60px; }

.site_sidebar {
  margin-left: 20px; }
  .site_sidebar .single_widget {
    padding: 35px;
    margin-bottom: 40px;
    background-color: #fff; }
    .site_sidebar .single_widget .widget_title {
      color: #343434;
      font-size: 20px;
      font-weight: 700;
      position: relative;
      padding: 0 0 35px 40px; }
      .site_sidebar .single_widget .widget_title:before {
        top: 0;
        left: 0;
        width: 2px;
        content: '';
        height: 20px;
        position: absolute;
        background-color: var(--renk2); }

.about_widget .ab_widget_img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 28px; }

.about_widget .ab_widget_text h3 {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 15px; }

.about_widget .ab_widget_text p {
  font-size: 14px;
  line-height: 1.857; }

.about_widget .ab_widget_social {
  margin-top: 20px; }
  .about_widget .ab_widget_social li {
    font-size: 14px;
    margin: 0px 7px;
    color: #b3bed3; }
    .about_widget .ab_widget_social li:hover {
      color: var(--renk); }

.search_widget input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 30px;
  background-color: #f6f4ff; }

.search_widget button {
  color: #fff;
  width: 60px;
  height: 60px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #a3cc01; }

.single_widget .latest-blog-widget .blog-img-content {
  width: 100%; }

.single_widget .latest-blog-widget .blog-img {
  width: 80px;
  float: left;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px; }

.single_widget .latest-blog-widget .blog-text h3 {
  font-size: 16px;
  line-height: 1.375;
  padding-bottom: 5px; }

.single_widget .latest-blog-widget .blog-text span {
  font-size: 14px; }

.wicat_item li {
  z-index: 1;
  height: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 50px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  background-color: #f9f9f9; }
  .wicat_item li:last-child {
    margin-bottom: 0; }
  .wicat_item li .post_counter {
    right: 0;
    z-index: 1;
    width: 50px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: absolute;
    background-color: var(--renk2);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .wicat_item li:after {
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-color: var(--renk2); }
  .wicat_item li:hover {
    color: #fff; }
    .wicat_item li:hover:after {
      width: 100%; }
    .wicat_item li:hover .post_counter {
      background-color: #97bd01; }
  .wicat_item li a {
    width: 100%;
    display: block; }

.social_widget {
  width: 100%;
  display: inline-block; }
  .social_widget li {
    width: 40px;
    color: #343434;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    background-color: #f2f2f2;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .social_widget li a {
      width: 100%;
      display: block;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .social_widget li:hover {
      background-color: #a3cc01;
      color: #fff; }

.twitter_update .twitter_icon {
  float: left;
  margin-right: 20px; }
  .twitter_update .twitter_icon i {
    color: #a3cc01;
    font-size: 14px; }

.twitter_update .tw_feed_text {
  overflow: hidden; }
  .twitter_update .tw_feed_text p, .twitter_update .tw_feed_text a, .twitter_update .tw_feed_text span {
    font-size: 12px;
    line-height: 2;
    display: block; }
  .twitter_update .tw_feed_text span {
    font-weight: 700;
    text-transform: uppercase; }
  .twitter_update .tw_feed_text a {
    margin-bottom: 5px; }

.instagram_feed {
  display: inline-block;
  margin: 0 -7px; }
  .instagram_feed li {
    position: relative;
    background-color: #a3cc01;
    margin: 7px 5px; }
    .instagram_feed li:before {
      left: 0;
      right: 0;
      top: 40%;
      content: "\f061";
      opacity: 0;
      color: #fff;
      position: absolute;
      visibility: hidden;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-weight: 900;
      z-index: 1;
      font-family: 'Font Awesome 5 Free';
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .instagram_feed li img {
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .instagram_feed li:hover img {
      opacity: .4; }
    .instagram_feed li:hover:before {
      top: 50%;
      opacity: 1;
      visibility: visible; }

.popular_tag {
  margin: -5px;
  display: inline-block; }
  .popular_tag li a {
    margin: 5px 3px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    background-color: #f4f4f4;
    padding: 8px 20px 5px 20px; }
    .popular_tag li a:hover {
      color: #fff;
      background-color: var(--renk2); }

#blod_slide .owl-nav {
  width: 90%;
  margin: 0 auto;
  position: absolute; }
  #blod_slide .owl-nav .owl-prev,
  #blod_slide .owl-nav .owl-next {
    font-size: 30px;
    color: #d4d3d2;
    float: left;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    #blod_slide .owl-nav .owl-prev:hover,
    #blod_slide .owl-nav .owl-next:hover {
      color: #fff; }
  #blod_slide .owl-nav .owl-next {
    float: right; }

/*Blog Details Page*/
/*----------------------------------------------------*/
.blog_details_area {
  padding: 120px 0px 120px;
  background-color: #f9f9f9; }
  .blog_details_area .blog_details_content {
    padding: 45px;
    background-color: #fff; }
  .blog_details_area .s_blog_tag {
    color: #fff;
    padding: 5px 25px;
    background-color: #a3cc01; }
  .blog_details_area .blog-meta a {
    color: #000b22;
    font-size: 14px;
    margin-right: 25px; }
    .blog_details_area .blog-meta a i {
      margin-right: 5px; }
  .blog_details_area .share_tag {
    width: 100%;
    margin-bottom: 45px;
    display: inline-block;
    border-bottom: 1px solid #e1e6ff; }
    .blog_details_area .share_tag .share_post li {
      float: right; }

.blog_details_text h2 {
  font-weight: 700;
  font-size: 36px;
  padding: 25px 0px 18px; }

.blog_details_text .blog-meta {
  margin-bottom: 22px; }
  .blog_details_text .blog-meta a {
    color: #343434;
    font-size: 14px; }
    .blog_details_text .blog-meta a i {
      margin-right: 8px; }

.blog_details_text article {
  line-height: 1.6;
  padding-bottom: 30px; }

.blog_details_text h3 {
  font-weight: 700;
  font-size: 30px;
  padding: 40px 0px 25px; }

.blog_details_text h4 {
  font-weight: 700;
  font-size: 30px;
  padding: 30px 0px 35px 0px;
  border-top: 1px solid #e1e6ff; }

.blog_details_text .blog_details_list li {
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 8px;
  position: relative; }
  .blog_details_text .blog_details_list li:after {
    left: 0;
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    color: #323232;
    font-family: 'Font Awesome 5 Free'; }

.blog_details_text blockquote {
  z-index: 1;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  text-align: center;
  font-family: "space-grotesk";
  border-radius: 10px;
  padding: 50px 85px 60px;
  margin: 40px 0px;
  color: #fff;
  background-color: #a3cc01; }
  .blog_details_text blockquote span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    font-family: "Roboto"; }
  .blog_details_text blockquote:after {
    top: 0;
    right: 50px;
    z-index: -1;
    color: #acd11b;
    content: '\f10e';
    font-weight: 900;
    position: absolute;
    font-size: 200px;
    font-family: 'Font Awesome 5 Free'; }

.blog_details_text .aside_img {
  margin-right: 35px; }

.blog_details_extra_text .share_tag {
  margin-top: 20px;
  padding-bottom: 40px; }
  .blog_details_extra_text .share_tag h3 {
    font-weight: 700;
    color: #000b22;
    font-size: 20px;
    padding-bottom: 20px; }

.blog_details_extra_text .share_post li {
  color: #b5becc;
  font-size: 18px;
  margin-left: 25px; }
  .blog_details_extra_text .share_post li a {
    color: #b5becc; }
    .blog_details_extra_text .share_post li a:hover {
      color: #a3cc01; }

.blog_details_extra_text .next_prev_post {
  margin: 0;
  border: none;
  padding: 0 0 35px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #e1e6ff; }
  .blog_details_extra_text .next_prev_post a span {
    font-size: 14px;
    font-weight: 700;
    color: #a3cc01; }
  .blog_details_extra_text .next_prev_post a h3 {
    font-weight: 700;
    font-size: 28px; }
  .blog_details_extra_text .next_prev_post .bar_point {
    line-height: 85px;
    background-color: transparent; }
    .blog_details_extra_text .next_prev_post .bar_point i {
      color: #a3cc01;
      font-size: 40px; }

.blog_details_extra_text .related_postview h3 {
  font-weight: 700;
  color: #000b22;
  font-size: 28px;
  padding-bottom: 40px; }

.blog_details_extra_text .related_postview .blog-meta {
  font-size: 14px;
  color: #a3cc01; }

.blog_details_extra_text .related_postview .postitem_text {
  padding: 35px 25px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
  box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06); }
  .blog_details_extra_text .related_postview .postitem_text h3 {
    font-weight: 700;
    padding: 5px 0px 15px; }
    .blog_details_extra_text .related_postview .postitem_text h3 a {
      font-size: 22px; }

.blog_details_extra_text .postby_author {
  padding: 40px;
  margin: 45px 0px;
  display: inline-block;
  background-color: #f9f9f9; }
  .blog_details_extra_text .postby_author .author_img {
    float: left;
    margin-right: 35px; }
  .blog_details_extra_text .postby_author span {
    font-size: 12px;
    font-weight: 700;
    color: #a3cc01; }
  .blog_details_extra_text .postby_author h3 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 10px; }
  .blog_details_extra_text .postby_author p {
    line-height: 1.85; }

.comment_element {
  position: relative; }

.blog_comment_box li {
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e6ff; }

.blog_comment_box h3 {
  font-weight: 700;
  font-size: 26px;
  color: #000b22;
  padding-bottom: 35px; }

.blog_comment_box .comment_img {
  width: 100px;
  float: left;
  height: 100px;
  margin-right: 30px; }
  .blog_comment_box .comment_img img {
    border-radius: 100%; }

.blog_comment_box .comment_content {
  padding-top: 20px; }
  .blog_comment_box .comment_content h4 {
    font-weight: 700;
    font-size: 18px;
    color: #000b22; }
  .blog_comment_box .comment_content span {
    font-size: 12px;
    font-weight: 700;
    color: #a3cc01; }
  .blog_comment_box .comment_content p {
    font-size: 14px;
    overflow: hidden;
    line-height: 1.7;
    margin: 10px 0 25px; }

.blog_comment_box .reply-btn {
  top: 15px;
  right: 50px;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 30px;
  position: absolute;
  border-radius: 50px; }

.blog_comment_box .comment_reply {
  margin-left: 120px;
  padding-top: 25px;
  border-top: 1px solid #e1e6ff; }

.comment_formfield {
  padding: 50px;
  background-color: #f9f9f9; }
  .comment_formfield .quote_form .contact-info {
    position: relative; }
    .comment_formfield .quote_form .contact-info .icon-bg {
      top: 20px;
      right: 15px;
      position: absolute; }
      .comment_formfield .quote_form .contact-info .icon-bg i {
        color: #a3cc01; }
  .comment_formfield .quote_form input, .comment_formfield .quote_form textarea {
    width: 100%;
    border: none;
    height: 60px;
    padding-left: 30px;
    margin-bottom: 20px;
    background-color: #ffffff; }
  .comment_formfield .quote_form textarea {
    height: 150px;
    padding-top: 30px; }
  .comment_formfield .quote_form .sub-button button {
    color: #fff;
    border: none;
    padding: 20px 40px;
    background-color: #a3cc01; }

/*---------------------------------------------------- */
/*(11)- Service area*/
/*----------------------------------------------------*/
.service-section {
  padding: 115px 0px 115px;
  z-index: 1; }
  .service-section:after {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: -1;
    height: 100%;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(white), to(#f9f9f9));
    background-image: -webkit-linear-gradient(left, white 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(left, white 0%, #f9f9f9 100%);
    background-image: linear-gradient(90deg, white 0%, #f9f9f9 100%); }
  .service-section .section-title .title-water-print {
    -webkit-text-stroke-color: #ededed; }
  .service-section .service-content {
    padding-top: 60px; }
    .service-section .service-content .col-lg-4:nth-child(2) .service-inner-box {
      background-color: #323232; }
      .service-section .service-content .col-lg-4:nth-child(2) .service-inner-box .service-text h3, .service-section .service-content .col-lg-4:nth-child(2) .service-inner-box .service-text p {
        color: #fff; }
    .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box {
      background-color: #cbbc9d; }
      .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box .service-serial-number {
        -webkit-text-stroke-color: #fff; }
      .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box .service-text h3, .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box p,
      .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box .service-icon i {
        color: #fff; }
      .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box:after {
        background-color: #323232; }

.service-inner-box {
  padding: 48px 40px;
  background-color: #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.04);
  box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.04); }
  .service-inner-box .service-serial-number {
    font-size: 80px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: "space-grotesk";
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b1b1b1; }
  .service-inner-box .service-text {
    margin-bottom: 35px; }
    .service-inner-box .service-text h3 {
      font-size: 30px;
      font-weight: 700;
      padding-bottom: 20px; }
  .service-inner-box .service-icon {
    line-height: 1; }
    .service-inner-box .service-icon i {
      font-size: 70px;
      color: #cbbc9d; }
  .service-inner-box:after {
    bottom: 0;
    width: 0%;
    left: 0;
    height: 4px;
    content: '';
    position: absolute;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    background-color: #cbbc9d; }
  .service-inner-box:hover {
    margin-top: -20px; }
    .service-inner-box:hover:after {
      width: 100%; }

/*----------------------------------------------------*/
.about-section-1 {
  padding: 120px 0px; }

.about-left-img .about-exp-text {
  top: 180px;
  right: 30px;
  z-index: 1;
  position: absolute; }
  .about-left-img .about-exp-text:before {
    top: -40px;
    left: -30px;
    z-index: -1;
    content: '';
    width: 120px;
    height: 120px;
    position: absolute;
    border: 8px solid #a3cc01; }
  .about-left-img .about-exp-text h3 {
    line-height: 1;
    font-size: 50px;
    font-weight: 700;
    margin-right: 20px; }
  .about-left-img .about-exp-text span {
    line-height: 1.2;
    max-width: 120px;
    font-size: 18px;
    font-weight: 700;
    font-family: "space-grotesk"; }

.about-left-img .about-down-img {
  right: 30px;
  bottom: 70px; }

.about-right-text {
  padding: 65px 60px 0px 0px; }
  .about-right-text .title-text-details {
    padding-top: 22px; }
  .about-right-text .about-ft-icon-text {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f7f7f7; }
    .about-right-text .about-ft-icon-text:after {
      right: 0;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .about-right-text .about-ft-icon-text:hover:after {
      color: #fff;
      background-color: #a3cc01; }
    .about-right-text .about-ft-icon-text:last-child {
      border-bottom: none; }
    .about-right-text .about-ft-icon-text .about-ft-icon {
      line-height: 1;
      font-size: 60px;
      margin-right: 28px;
      color: #a3cc01; }
    .about-right-text .about-ft-icon-text .about-ft-text {
      overflow: hidden; }
      .about-right-text .about-ft-icon-text .about-ft-text h3 {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 5px; }