@charset "UTF-8";
/*
 * Copyright (c) 2023.
 * Bootstrap 5.3 Docs: https://getbootstrap.com/docs/5.3/customize/sass/ 
 */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Signika+Negative:wght@300..700&family=Signika:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Raleway", "Signika", "Lora", sans-serif;
}

a, p, em, u, li, span, div, strong, sub, sup {
  font-family: "Montserrat", "Raleway", "Signika", "Lora", sans-serif;
}

mark {
  text-decoration: underline;
  text-decoration-color: #eeff00;
  font-weight: 700;
}

.main-color {
  color: #3955A6 !important;
}

.second-color {
  color: #cba76a !important;
}

.c-white {
  color: #fbfbfb !important;
}

.c-black {
  color: #221F1F !important;
}

.c-blue {
  color: #3955A6 !important;
}

.c-yellow {
  color: #cba76a !important;
}

.c-gray {
  color: #606161 !important;
}

.c-gray-200 {
  color: #dbdbdb !important;
}

.c-green {
  color: #27D163 !important;
}

.bg-red {
  background-color: #27D163 !important;
}

.bg-red {
  color: #27D163 !important;
}

.bg-gray {
  background-color: #606161 !important;
}

.bg-black {
  background-color: #221F1F !important;
}

.bg-footer {
  background-color: #606161 !important;
}

.bg-gray-200 {
  background-color: #dbdbdb !important;
}

.bg-white-200 {
  background-color: #fefefe !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  font-size: 16px;
  background-color: #F6FBFD !important;
}

a {
  text-decoration: none;
  color: #221F1F;
}

mark {
  text-decoration: underline;
  text-decoration-color: #3955A6;
  color: #3955A6;
  font-weight: 700;
}

/***************************
*********STYLES**************
***************************/
.text-justify {
  text-align: justify;
}

/*
.container{
  @include min-md{
    width: 1224px!important;
  }
}*/
/*Heading-title - Breadcumbs*/
.head-line {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.head-line img {
  height: 25px !important;
  width: auto;
  margin-bottom: -20px;
}

.h-title {
  color: #3955A6;
  font-family: "Montserrat", "Raleway", "Signika", "Lora", sans-serif;
  font-size: 2.4em;
  font-style: normal;
  font-weight: 700;
/*  line-height: 84px;*/
  text-align: center;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 45px 0;
  grid-gap: 22px;
  margin-bottom: 80px;
}
.h-title::before, .h-title::after {
  content: " ";
  display: block;
  border-bottom: 2px solid rgba(225, 225, 225, 0.3960784314);
}

.h-title-left {
  color: #3955A6;
  font-family: "Montserrat", "Raleway", "Signika", "Lora", sans-serif;
  font-size: 2.4em;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
  text-align: left;
  text-transform: uppercase;
  display: grid;
  grid-template-rows: 45px 0;
  grid-gap: 22px;
  margin-bottom: 30px;
}
.h-title-left::after {
  content: " ";
  display: block;
  border-bottom: 2px solid rgba(225, 225, 225, 0.3960784314);
}

.h-title-w {
  color: #fbfbfb;
  text-align: center;
  font-family: "Montserrat", "Raleway", "Signika", "Lora", sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
  line-height: 84px;
}

/*Butons*/
.theme-button {
  z-index: 100;
  height: 55px;
  text-align: center;
  padding: 18px 15px;
  font-size: 14px;
  font-family: "Signika", "Raleway", "Lora", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fbfbfb;
  border-radius: 0;
  background-color: #3955A6;
  border: 2px solid #3955A6;
  transition: 0.3s ease-in;
}
.theme-button i {
  color: #fbfbfb;
  margin-left: 5px;
  transition: 400ms ease-in-out;
}
.theme-button:hover {
  transform: scale(0.94);
  color: #fbfbfb !important;
  border: 2px solid #fbfbfb;
}
.theme-button:hover i {
  color: #fbfbfb !important;
}

.theme-button-1 {
  z-index: 100;
  height: 55px;
  text-align: center;
  padding: 18px 15px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Signika", "Raleway", "Lora", sans-serif;
  letter-spacing: 1px;
  color: #3955A6;
  border-radius: 0;
  background-color: #fbfbfb;
  border: 2px solid #fbfbfb;
  transition: 400ms ease-in-out;
}
.theme-button-1 i {
  color: #3955A6;
  margin-left: 5px;
  transition: 400ms ease-in-out;
}
.theme-button-1:hover {
  transform: scale(0.94);
  color: #fbfbfb !important;
  border: 2px solid #3955A6;
  background-color: #3955A6;
}
.theme-button-1:hover i {
  color: #3955A6 !important;
}

.theme-button-2 {
  z-index: 100;
  height: 55px;
  width: 180px;
  text-align: center;
  padding: 18px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #fbfbfb;
  border: 2px solid #27D163;
  border-radius: 0;
  background-color: #27D163;
  transition: 400ms ease-in-out;
}
.theme-button-2:hover {
  color: #27D163 !important;
  background-color: #fbfbfb;
  border: 2px solid #27D163;
  transform: scale(0.95);
}
.theme-button-2:hover i {
  color: #27D163;
}
.theme-button-2 i {
  border-radius: 7px;
  color: #fbfbfb;
  margin-left: 10px;
  transition: 400ms;
}

.theme-button-3 {
  z-index: 100;
  height: 55px;
  width: 180px;
  text-align: center;
  padding: 18px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #3955A6;
  border: 2px solid #cba76a;
  border-radius: 0;
  background-color: #cba76a;
  transition: 400ms ease-in-out;
}
.theme-button-3:hover {
  color: #cba76a !important;
  background-color: #3955A6;
  border: 2px solid #cba76a;
  transform: scale(0.95);
}
.theme-button-3:hover i {
  color: #cba76a;
}
.theme-button-3 i {
  border-radius: 7px;
  color: #3955A6;
  margin-left: 10px;
  transition: 400ms;
}

.theme-button-4 {
  z-index: 100;
  height: 45px;
  width: 180px;
  text-align: center;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #521414;
  border: 2px solid #521414;
  border-radius: 5px;
  transition: 400ms ease-in-out;
  background-color: white;
}
.theme-button-4 i {
  color: #521414 !important;
  margin-left: 10px;
  transition: 400ms;
}
.theme-button-4:hover {
  color: #fbfbfb !important;
  background-color: #521414;
  padding-left: 20px;
  width: 160px;
  transform: scale(0.95);
}
.theme-button-4:hover i {
  margin-left: 10px;
  color: #fbfbfb !important;
}

/*Pre-Loader*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999999;
  background-color: #fafafa;
  background-image: url(https://elementym.seoajansi.net/wp-content/themes/elementym/assets/images/logo.png);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
}

/*Shadows*/
.shadow-left {
  box-shadow: -19px -17px 7.5px 0px rgba(0, 0, 0, 0.05);
}

.shadow-right {
  box-shadow: 19px -17px 7.5px 0px rgba(0, 0, 0, 0.05);
}

.shadow-in-bottom {
  box-shadow: inset -1px 0px 15px 0px rgba(185, 185, 185, 0.363);
}

.shadow-img {
  box-shadow: 5px 0px 14px 0px rgba(0, 0, 0, 0.329);
}

/*Card Styles*/
.f-img-card {
  border: none;
  padding: 3px;
  background-color: transparent;
}
.f-img-card:hover {
  transform: scale(0.986);
  transition: 400ms;
}
.f-img-card img {
  border-radius: 20px;
  filter: brightness(0.5);
}
.f-img-card .card {
  position: relative;
}
.f-img-card .card-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}
.f-img-card .card-name a, .f-img-card .card-name h2 {
  color: white;
}
.f-img-card .card-name h2 {
  position: absolute;
  bottom: 12%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
  text-align: left;
  left: 10px;
}
@media screen and (min-width: 992px) {
  .f-img-card .card-name h2 {
    left: 20px;
    font-size: 1.3em;
    width: 8em;
  }
}
.f-img-card .card-button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 37px;
  width: 74px;
  text-align: center;
  color: white;
  border-radius: 10px 0 10px 0;
  background-color: #3955A6;
}
.f-img-card .card-button a {
  font-size: 0.9em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.f-img-card .card-button:hover {
  transform: scale(1.1);
  width: 84px;
  bottom: 4px;
  right: 6px;
  transition: 400ms;
  background-color: white;
}
.f-img-card .card-button:hover a {
  color: #3955A6;
}

.f-img-card-100 {
  border: none;
  width: 100%;
  padding: 3px;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .f-img-card-100 {
    width: 100%;
  }
}
.f-img-card-100 img {
  border-radius: 10px;
  filter: brightness(0.5);
}
.f-img-card-100 .card {
  position: relative;
  height: 120px;
}
.f-img-card-100 .card-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
}
.f-img-card-100 .card-name h2 {
  position: absolute;
  bottom: 45%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
  text-align: center;
  width: 8em;
}
.f-img-card-100 .card-button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 37px;
  width: 74px;
  text-align: center;
  color: white;
  border-radius: 10px 0;
  background-color: #3955A6;
}
.f-img-card-100 .card-button a {
  font-size: 0.9em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.f-img-card-100 .card-button:hover {
  transform: scale(1.1);
  width: 84px;
  bottom: 4px;
  right: 6px;
  transition: 400ms;
  background-color: white;
}
.f-img-card-100 .card-button:hover a {
  color: #3955A6;
}

.f-img-card-owl {
  border: none;
  padding: 3px;
  background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.397) 0%, rgba(0, 0, 0, 0.17) 100%);
}
.f-img-card-owl img {
  width: auto;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  filter: brightness(0.8);
}
.f-img-card-owl .card {
  position: relative;
}
.f-img-card-owl .card-name {
  color: white;
}
.f-img-card-owl .card-name h2 {
  position: absolute;
  bottom: 15%;
  right: 20px;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  width: 8em;
}
.f-img-card-owl .card-button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 37px;
  width: 74px;
  text-align: center;
  color: white;
  border-radius: 10px 0;
  background-color: #3955A6;
}
.f-img-card-owl .card-button a {
  font-size: 0.9em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.f-img-card-owl .card-button:hover {
  transform: scale(1.1);
  width: 84px;
  bottom: 4px;
  right: 6px;
  transition: 400ms;
  background-color: white;
}
.f-img-card-owl .card-button:hover a {
  color: #3955A6;
}

.f-img-card-logo {
  border: none;
  width: auto;
  height: 100%;
  padding: 0 3px;
  background-color: transparent;
}
.f-img-card-logo img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0;
}
.f-img-card-logo .card {
  position: relative;
}
.f-img-card-logo .card-logo {
  position: absolute;
  top: 23px;
  left: 23px;
  height: auto;
  text-align: center;
  color: white;
}
.f-img-card-logo .card-logo img {
  width: 122px;
}
.f-img-card-logo .card-domain {
  position: absolute;
  right: 23px;
  top: 32px;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.f-img-card-left {
  border: none;
  padding: 3px;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .f-img-card-left {
    height: 320px;
  }
}
.f-img-card-left:hover {
  transform: scale(0.954);
  transition: 400ms;
}
.f-img-card-left img {
  border-radius: 24px 0;
  filter: brightness(0.9);
  box-shadow: 0px 5.94495px 5.94495px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 992px) {
  .f-img-card-left img {
    height: 320px;
  }
}
.f-img-card-left .card {
  position: relative;
  height: 120px;
}
.f-img-card-left .card-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
}
.f-img-card-left .card-name h2 {
  position: absolute;
  bottom: 45%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
  text-align: center;
  width: 8em;
}
.f-img-card-left .card-button {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 98%;
  width: 55px;
  text-align: center;
  color: white;
  border-radius: 24px 0 0;
  background-color: rgba(255, 255, 255, 0.9333333333);
}
.f-img-card-left .card-button h3 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 800;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3955A6;
  transform: rotate(-90deg);
  letter-spacing: 1.836px;
}

.f-img-card-blog {
  border: none;
  width: 14rem;
  height: 350px;
  padding: 3px;
  border-radius: 24px 0px;
  box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
}
@media screen and (min-width: 992px) {
  .f-img-card-blog {
    width: 16rem;
  }
}
.f-img-card-blog img {
  border-bottom: 1px solid white;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 0px;
}
.f-img-card-blog .card {
  position: relative;
}
.f-img-card-blog .card-name {
  height: 100px;
  padding: 5px 0 0 15px;
  background-color: #3955A6;
  border-radius: 24px 0px;
}
.f-img-card-blog .card-name a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  font-size: 0.8em;
  color: white;
  padding-right: 50px;
}
@media screen and (min-width: 992px) {
  .f-img-card-blog .card-name a {
    font-size: 0.9em;
    padding-right: 60px;
  }
}
.f-img-card-blog .card-button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 27px;
  width: 100px;
  text-align: center;
  color: white;
  border-radius: 10px;
  background-color: #3955A6;
}
@media screen and (min-width: 992px) {
  .f-img-card-blog .card-button {
    width: 115px;
  }
}
.f-img-card-blog .card-button a {
  font-size: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.f-img-card-blog .card-button:hover {
  transition: 400ms;
  background-color: white;
}
.f-img-card-blog .card-button:hover a {
  color: #3955A6;
}

.baslik {
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
  color: #3955A6;
  font-size: 2.3em;
  font-weight: 800;
  position: relative;
}
.baslik:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #cba76a;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .baslik:before {
    left: 1em;
  }
}

.head-title {
  padding: 20px 0 10px 0;
  font-size: 2.3em;
  color: #521414;
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
  font-weight: 600;
  text-align: center;
  cursor: default;
}

.wawe-position-top {
  position: absolute;
  top: -20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .wawe-position-top {
    top: -80px;
  }
}

.wawe-position-bottom {
  position: absolute;
  z-index: -1;
  bottom: 0px;
  rotate: 180;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .wawe-position-bottom {
    bottom: 180px;
  }
}

.z-index-1000 {
  z-index: 1000 !important;
}

.div-for-img {
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.div-for-img h1, .div-for-img h2, .div-for-img h3, .div-for-img h4, .div-for-img h5, .div-for-img h6, .div-for-img a, .div-for-img p, .div-for-img span, .div-for-img i {
  z-index: 100 !important;
}
.div-for-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.img-for-div {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.img-for-div img {
  width: 100%;
}

/*Blog*/
.tag-section a {
  color: #cba76a;
  background-color: #3955A6;
  margin-right: 10px;
  padding: 3px 10px;
}

/*Satır Sınırı*/
.line-clamp, .card-text {
  height: 68px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/***************************
*********FORM***************
***************************/
.form-check-input:checked {
  background-color: #3955A6;
  border: none !important;
  outline: none !important;
}

select:checked, select:focus {
  background-color: #3955A6;
  border: none !important;
  outline: none !important;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #3955A6;
}

.contact-form label {
  margin: 2px 0 5px 0 !important;
}

input[type=file] {
  background-color: red;
}
input[type=file]::file-selector-button {
  display: none;
}

.section {
  padding: 80px 0;
}

header {
  margin-bottom: -126px;
  /*---Header---*/
  /* header-top start */
  /* Language Switcher */
  /*
  .language-menu-wrap ul:first-child {

  }*/
  /* header top end */
  /*Nav*/
  /*Nav*/
}
header .logo {
  display: none;
}
header .logo-w {
  display: block;
}
header a {
  color: #3955A6;
  text-decoration: none;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}
header a:focus {
  outline: none;
  text-decoration: none;
  color: #3955A6;
}
header a:hover,
header a:active {
  outline: 0;
  text-decoration: none;
  color: #3955A6;
}
header .main-content > .vc_row {
  margin-left: 0;
  margin-right: 0;
}
header .fullwidth-section .container {
  width: 100%;
  max-width: 100%;
}
header .fullwidth-section .container .vc_column-inner {
  padding: 0px;
}
header .grid-section {
  clear: both;
  margin: 0 !important;
}
header .vc_column-inner:after,
header .vc_column-inner:before {
  display: block;
}
header .wpb_button,
header .wpb_content_element,
header ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
header .main-header {
  position: relative;
  background-color: #325262;
  border-bottom: 2px solid #223a47;
}
header .header-top-userinfo {
  margin-bottom: 0;
  padding: 0;
}
header .header-top-userinfo li {
  list-style: none;
  float: left;
  color: #ffffff;
  font-size: 14px;
  margin-right: 11px;
}
header .header-top-userinfo li a {
  padding: 14px;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
}
header .header-top-userinfo li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header .header-top-userinfo li i {
  float: left;
  margin: 3px 10px 0px 0px;
}
header .user-section {
  float: right;
  margin: 0px;
}
header .user-section li {
  float: left;
  list-style: none;
}
header .user-section > li {
  margin-left: 30px;
  padding: 14px 0px 14px 0px;
  font-size: 14px;
}
header .user-section > li a i {
  float: left;
  margin: 3px 16px 0px 0px;
  font-size: 14px;
}
header .user-section li a {
  color: #ffffff;
  transition: 0.3s all;
}
header .user-section li a:hover i {
  color: #b4b4b4;
}
header .language-menu-wrap {
  float: left;
  margin: 0px 0px 0px 0px;
}
header .language-menu-wrap ul {
  margin: 0px;
}
header .language-menu-wrap ul li {
  list-style: none;
  float: left;
  position: relative;
}
header .language-menu-wrap > ul > li > a {
  color: #ffffff;
}
header .language-menu-wrap > ul > li > a:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 11px;
  margin-left: 4px;
}
header .language-menu-wrap > ul > li > i {
  font-size: 11px;
  color: #ffffff;
  margin-right: 3px;
}
header .language-menu-wrap > ul > li:hover .language-menu {
  opacity: 1;
  visibility: visible;
}
header .language-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 120px;
  background-color: #ffffff;
  margin: 0px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
header .language-menu li {
  float: left;
  width: 100%;
  padding: 6px 10px;
  border-bottom: 1px solid #dddddd;
}
header .language-menu li:last-child {
  border-bottom: none;
}
header .language-menu li a {
  color: #000;
  font-size: 12px;
}
header .logo, header .logo-w {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #3955A6;
}
header .logo img, header .logo-w img {
  max-height: 45px;
  padding-left: 15px;
}
@media screen and (min-width:1500px) {
   header .logo-w img {
        max-height: 75px;
        padding-left: 85px;
      }
      header .logo img{
        padding-left: 85px;
      }
      header ul.mainmenu > li > a:link, header ul.mainmenu > li > a:visited{
        padding: 25px;
      }
}
header .nav-menu {
  float: right;
}
header .mobile-menu {
  display: none;
  text-align: center;
  width: 41px;
  height: 35px;
  line-height: 35px;
  color: #3955A6 !important;
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
header ul.mainmenu {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
header ul.mainmenu > li {
  display: inline-block;
  padding: 0px 5px;
  position: relative;
}
header ul.mainmenu > li > a:link,
header ul.mainmenu > li > a:visited {
  padding: 25px 15px;
  display: inline-block;
  text-align: center;
  font-size: 0.95em;
  font-weight: 600;
  color: #3955A6;
  font-family: "Montserrat", "Raleway", "Signika", "Lora", sans-serif;
  /* line-height: 18px;*/
  letter-spacing: -0.6px;
  border-bottom: 2px solid rgba(233, 233, 233, 0);
  position: relative;
  text-transform: capitalize;
  line-height: 24px;
  transition: 0.4s ease-in;
}
header ul.mainmenu > li:hover a,
header ul.mainmenu > li > a.current {
  color: #27D163;
}
header ul.mainmenu > li > a.current {
  border-bottom-color: #cba76a;
}
header ul.mainmenu > li > a.current:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #cba76a;
  border-width: 8px;
  margin-left: -8px;
}
header ul.mainmenu ul {
  position: absolute;
  left: 0;
  width: 250px;
  padding: 0 0 10px;
  list-style: none;
  margin: 0;
  background: #fefefe;
  z-index: 2;
  border-radius: 10px;
  display: none;
  box-shadow: 0 3px 7px -3px rgba(140, 140, 140, 0.67);
}
header ul.mainmenu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
header ul.mainmenu ul li:last-child {
  border-bottom: none;
}
header ul.mainmenu li li a:link,
header ul.mainmenu li li a:visited {
  color:#3955A6;
  display: block;
  padding: 8px 15px;
  font-size: 15px;
}
header ul.mainmenu li li a:link:hover,
header ul.mainmenu li li a:visited:hover {
  color: #3955A6;
}
header ul.mainmenu li li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
header ul.mainmenu ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
header .header-main {
  background-color: transparent;
  position: relative;
}
header ul.mainmenu > li.parent > a:not(.child-triggerm):after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 6px;
  font-size: 13px;
}
header ul.mainmenu > li.parent li.parent > a:not(.child-triggerm):after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  position: absolute;
  right: 10px;
}
header ul.mainmenu > li.parent li.parent > a {
  position: relative;
}
@media (min-width: 1400px) {
  header ul.mainmenu {
    display: block !important;
  }
  header ul.mainmenu li:hover > ul {
    display: block;
  }
  header ul.mainmenu ul li:hover ul {
    display: block;
  }
}
@media (max-width: 1400px) {
  header {
    /*Nav*/
  }
  header .mobile-menu {
    display: inline-block;
    padding: 10px 90px 0 0;
  }
  header ul.mainmenu {
    text-align: left;
    position: absolute;
    top: 100%;
    padding: 0;
    right: 0;
    width: 100%;
    background: #fbfbfb;
    display: none;
    z-index: 9999999;
  }
  header ul.mainmenu > li {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  header ul.mainmenu > li:first-child {
    border: none;
  }
  header ul.mainmenu > li > a:link,
  header ul.mainmenu > li > a:visited {
    padding: 10px 15px;
    font-size: 16px;
    float: left;
    width: 100%;
    border: none;
    text-align: left;
    color: #3955A6;
  }
  header ul.mainmenu > li > a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  header a.mobile-menu i {
    display: inline;
    position: relative;
    top: -2px;
    margin-left: 0;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: 0.2s;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  header a.mobile-menu i:before,
  header a.mobile-menu i:after {
    position: absolute;
    content: "";
    left: 0;
  }
  header a.mobile-menu i,
  header a.mobile-menu i:before,
  header a.mobile-menu i:after {
    width: 35px;
    height: 4px;
    border-radius: 10px;
    background-color: #fbfbfb; /*Mobile Button Color*/
    display: inline-block;
    vertical-align: middle;
  }
  header a.mobile-menu i:before {
    margin-top: -10px;
  }
  header a.mobile-menu i:after {
    margin-top: 10px;
  }
  header .mobile-open a.mobile-menu i {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }
  header .mobile-open a.mobile-menu i:before {
    margin-top: 0;
    transform: rotate(45deg);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }
  header .mobile-open a.mobile-menu i:after {
    margin-top: 0;
    transform: rotate(-45deg);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }
  header ul.mainmenu > li > a.current:after {
    display: none;
  }
  header ul.mainmenu ul {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 100%;
  }
  header ul.mainmenu ul li {
    position: relative;
  }
  header ul.mainmenu ul li a {
    padding: 8px 15px 8px 25px;
    color: #fff;
  }
  header ul.mainmenu ul ul {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    width: 100%;
  }
  header ul.mainmenu ul ul li {
    padding-left: 10px;
  }
  header a.child-triggerm {
    display: block !important;
    cursor: pointer;
    position: absolute !important;
    top: 0px;
    right: 0px;
    width: 50px !important;
    min-width: 50px !important;
    height: 38px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, 0.2);
  }
  header a.child-triggerm:hover {
    text-decoration: none;
    color: #fff;
  }
  header a.child-triggerm span {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    transition-duration: 0.2s;
  }
  header a.child-triggerm span:after {
    position: absolute;
    content: "";
  }
  header a.child-triggerm span,
  header a.child-triggerm span:after {
    width: 10px;
    height: 1px;
    background-color: #fff;
    display: block;
  }
  header a.child-triggerm span:after {
    transform: rotate(-90deg);
    transition-duration: 0.2s;
  }
  header a.child-triggerm.child-open span:after {
    transform: rotate(-180deg);
    transition-duration: 0.2s;
  }
  header a.child-triggerm.child-open span {
    transform: rotate(180deg);
    transition-duration: 0.2s;
  }
  header a.child-triggerm:hover span,
  header a.child-triggerm:hover span:after {
    background-color: #3955A6;
  }
  header ul.mainmenu > li.parent > a:not(.child-triggerm):after {
    content: none;
  }
  header .header-top-userinfo li a {
    padding: 10px 0px;
    font-size: 12px;
  }
  header .header-top-userinfo li:last-child {
    margin: 0px;
  }
  header .user-section > li {
    margin-left: 0px;
    margin: 0px 10px;
    padding-top: 5px;
  }
  header .user-section {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  header .main-header {
    text-align: center;
  }
  header .user-section > li a i {
    margin: 3px 5px 0px 0px;
  }
  header ul.header-top-userinfo {
    display: inline-block;
    vertical-align: top;
  }
  header .header-main .row > div {
    position: initial;
  }
}

.sticky-style {
    
  animation: fadeInDown !important;
  animation-duration: 1s !important;
  box-shadow: -1px 8px 14px -9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -1px 8px 14px -9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 8px 14px -9px rgba(0, 0, 0, 0.5);
}
.sticky-style ul.mainmenu > li > a:link,
.sticky-style ul.mainmenu > li > a:visited {
  color: rgba(120, 120, 120, 0.7058823529);
}
.sticky-style ul.mainmenu > li > a:hover {
  color: rgba(0, 0, 0, 0.4196078431);
}
.sticky-style .logo {
  display: block;
}
.sticky-style .logo-w {
  display: none;
}
.sticky-style .header-main {
  background-color: white;
}
.sticky-style .header-top-userinfo li {
  color: #ffffff;
}
.sticky-style a {
  color: #3955A6;
}
.sticky-style a:focus {
  color: #3955A6;
}
.sticky-style a:hover,
.sticky-style a:active {
  color: #3955A6;
}
.sticky-style a.mobile-menu i,
.sticky-style a.mobile-menu i:before,
.sticky-style a.mobile-menu i:after {
  width: 35px;
  height: 4px;
  border-radius: 10px;
  background-color: #3955A6; /*Mobile Button Color*/
  display: inline-block;
  vertical-align: middle;
}

a.mobile-menu i,
a.mobile-menu i:before,
a.mobile-menu i:after {
  width: 35px;
  height: 4px;
  border-radius: 10px;
  background-color: #3955A6 !important; /*Mobile Button Color*/
  display: inline-block;
  vertical-align: middle;
}

.mobile-menu-button {
  line-height: 35px;
  color: #3955A6;
  position: absolute;
  top: 22px;
  right: 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .mobile-menu-button {
    right: 155px;
  }
}
.mobile-menu-button i {
  color: #3955A6;
}
.mobile-menu-button::after {
  color: #3955A6;
}

.btn-upload {
  padding: 10px !important;
  z-index: 200 !important;
  border: 2px solid #3955A6;
  background: #3955A6;
  color: white !important;
  text-decoration: none;
}
.btn-upload:hover {
  background-color: #27D163 !important;
  border-color: #27D163 !important;
}

/*Before-Footer*/
.scroll-to-top {
  display: none;
  position: fixed;
  z-index: 100;
  right: 3rem;
  bottom: 2.5rem;
  background: #3955A6;
  color: #fff;
  padding: 3px 0;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 40px;
  font-size: 1.3em;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.453);
  -webkit-box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.453);
  -moz-box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.453);
}
.scroll-to-top:hover {
  background-color: #3955A6;
  transform: scale(0.9);
  color: #fff;
}
.scroll-to-top:hover:before {
  animation: shine 1.5s;
}
.scroll-to-top::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 10;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

/*Footer*/
footer {
  background-image: url("https://elementym.seoajansi.net/wp-content/themes/elementym/assets/images/static/home/bg-earth.png");
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #3955A6;
  background-position: 50% 50%;
  font-family: "Montserrat", "Raleway", "Signika", "Lora", sans-serif;
  filter: drop-shadow(0px -4px 4px rgba(0, 18, 117, 0.06));
  z-index: 1000;
}
@media screen and (max-width: 576px) {
  footer {
    padding: 0 10px;
  }
}
footer a, footer p, footer h6, footer li, footer ul, footer div, footer span {
  color: #fbfbfb;
}
footer strong {
  color: #3955A6 !important;
  font-weight: 700;
}
footer h5 {
  color: #fbfbfb;
  font-weight: 700;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer h5 {
    font-size: 2em;
    text-align: left;
  }
}
footer h6 {
  font-weight: 400;
  font-size: 1.1em;
  color: #fbfbfb;
  text-align: center;
}
footer ul li {
  font-weight: 400;
  font-size: 1.9em;
  color: #ecfeff !important;
}
footer .paragraf {
  font-weight: 500 !important;
  font-size: 1em;
  color: #ecfeff !important;
  line-height: 1.2em;
  text-align: center !important;
}
footer .logo {
  float: left;
  max-height: 80px;
}
@media screen and (max-width: 768px) {
  footer .logo {
    max-width: 75%;
  }
}
footer ul, footer li {
  list-style-type: none;
}

@media screen and (min-width: 992px) {
  .footer-height {
    max-height: 800px !important;
  }
}
@media screen and (max-width: 992px) {
  .footer-height {
    height: 100% !important;
  }
}

.social-icons {
  margin-top: 15px;
}
.social-icons a {
  width: 15px;
  height: 15px;
}
.social-icons i {
  padding: 8px;
  font-size: 0.78em;
  background-color: #fbfbfb;
  color: #3955A6;
  border-radius: 50%;
  transition: 400ms;
  border: 2px solid #3955A6;
}
.social-icons i:hover {
  background-color: transparent;
  border: 2px solid #fbfbfb;
  color: #fbfbfb;
  transform: scale(0.95);
}

.nm-logo {
  filter: brightness(0) invert(1);
  transition: 0.7s ease;
}
.nm-logo:hover {
  filter: none;
}

/***************************
*********TOOLS**************
***************************/
@keyframes thing {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
/*Footer altında çıkan eklentiyi gizler*/
.otgs-development-site-front-end {
  display: none !important;
}

/*Wodpress Düzeltmeleri*/
.wp-block-heading {
  font-weight: 700;
  color: #3955A6;
  font-family: "Montserrat", "Raleway", "Signika", "Lora", sans-serif;
}

/*Bootstrap Carousel Style*/
.arrow-prev {
  position: absolute;
  box-shadow: 2px 2.7px 2.7px rgba(0, 0, 0, 0.022), 5px 6.8px 6.9px rgba(0, 0, 0, 0.031), 10.1px 13.8px 14.2px rgba(0, 0, 0, 0.039), 20.8px 28.5px 29.2px rgba(0, 0, 0, 0.048), 57px 78px 80px rgba(0, 0, 0, 0.07);
  font-size: 1.5em;
  bottom: 15%;
  right: 45px;
  height: 45px;
  width: 45px;
  top: auto;
  z-index: 1000 !important;
  border: none;
  border-radius: 50%;
  color: #fbfbfb !important;
  background-color: #cba76a;
  transition: 400ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .arrow-prev {
    bottom: 45%;
    right: 60px;
    height: 50px;
    width: 50px;
    font-size: 1.1em;
    transform: rotate(90deg);
  }
}
.arrow-prev:hover {
  color: #fbfbfb !important;
  background-color: #521414;
}

.arrow-next {
  position: absolute;
  box-shadow: 2px 2.7px 2.7px rgba(0, 0, 0, 0.022), 5px 6.8px 6.9px rgba(0, 0, 0, 0.031), 10.1px 13.8px 14.2px rgba(0, 0, 0, 0.039), 20.8px 28.5px 29.2px rgba(0, 0, 0, 0.048), 57px 78px 80px rgba(0, 0, 0, 0.07);
  font-size: 1.5em;
  bottom: 15%;
  right: 95px;
  height: 45px;
  width: 45px;
  top: auto;
  border-radius: 50%;
  border: none;
  z-index: 1000 !important;
  color: #fbfbfb !important;
  background-color: #cba76a;
  transition: 400ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .arrow-next {
    bottom: 55%;
    right: 60px;
    height: 50px;
    width: 50px;
    font-size: 1.1em;
    transform: rotate(90deg);
  }
}
.arrow-next:hover {
  color: #fbfbfb !important;
  background-color: #521414;
}

.orta-hiza {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .orta-hiza {
    text-align: center;
  }
}

.sn-faaliyet {
  background: rgba(255, 255, 255, 0.568627451);
  padding: 80px 0;
}
.sn-faaliyet h2.baslik {
  font-weight: 500;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sn-faaliyet h2.baslik {
    width: 800px;
    font-weight: 600;
    font-size: 2.1em;
  }
}
.sn-faaliyet p.metin {
  color: rgba(120, 120, 120, 0.7058823529);
  font-size: 200;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sn-faaliyet p.metin {
    width: 700px;
  }
}
.sn-faaliyet .card {
  position: relative;
}
.sn-faaliyet .card img {
  height: 300px;
}
.sn-faaliyet .card h3 {
  position: absolute;
  bottom: 13px;
  color: white;
  font-size: 1.2em;
  text-align: center;
  z-index: 100;
}
.sn-faaliyet .card:hover .card-body {
  background-color: #521414;
}
.sn-faaliyet .card:hover img {
  filter: blur(1px);
}
.sn-faaliyet .card .card-body {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
  border-radius: 0 0 0;
  background: #221F1F;
  transition: 400ms ease-in;
}
.sn-faaliyet .card .card-body i {
  position: absolute;
  z-index: 2;
  color: #fbfbfb;
  font-size: 1.6em;
  right: 25px;
  bottom: 25px;
}
.sn-faaliyet .card .card-body::after {
  content: " ";
  position: absolute;
  width: 90px;
  height: 70px;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  right: 0;
  bottom: 0;
  color: #fbfbfb;
  background-color: #521414;
  z-index: 1;
}

body {
  background: #222831;
}

.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
}
.circle:before {
  content: "";
  position: relative;
  display: block;
  width: 250%;
  height: 250%;
  box-sizing: border-box;
  margin-left: -75%;
  margin-top: -75%;
  border-radius: 45px;
  background-color: #75daad;
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #75daad;
  border-radius: 50px;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.scroll-down {
  position: absolute;
  bottom: 10vh;
  left: 49cqi;
  color: white !important;
  font-weight: 600;
  text-transform: uppercase;
  transition: 600ms;
  z-index: 1000;
}
.scroll-down .blob {
  transform: scale(1.8) !important;
  position: relative;
}
.scroll-down i {
  position: absolute;
  margin-left: 1px;
  transform: scale(0.6) !important;
  font-size: 1em !important;
  color: #fbfbfb !important;
  padding: 3px;
  border-radius: 50%;
}

.h-slider {
  position: relative;
  height: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
.h-slider .hero-img {
  width: 60% !important;
}
@media screen and (min-width: 992px) {
  .h-slider .hero-img {
    width: 40% !important;
  }
}
.h-slider .swiper {
  width: 100%;
  height: 105.2vh;
}
.h-slider .swiper-slide {
  background-repeat: no-repeat;
  padding: 0 5px;
  background-size: 102% 102%;
  background-position: center center;
  background-size: cover;
  animation: shrink 8s infinite alternate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.h-slider .swiper-slide h1, .h-slider .swiper-slide h2, .h-slider .swiper-slide h3, .h-slider .swiper-slide h4, .h-slider .swiper-slide h5, .h-slider .swiper-slide h6 {
  color: #fff !important;
  font-weight: 900;
  font-size: 48px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .h-slider .swiper-slide h1, .h-slider .swiper-slide h2, .h-slider .swiper-slide h3, .h-slider .swiper-slide h4, .h-slider .swiper-slide h5, .h-slider .swiper-slide h6 {
    margin-top: 100px;
    text-align: start;
    font-size: 42px;
    max-width: 400px;
  }
}
.h-slider .swiper-slide p {
  color: #ececec;
  font-size: 1.2em;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .h-slider .swiper-slide p {
    text-align: start;
    width: 300px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-slider .swiper-slide {
    text-align: center;
  }
}
.h-slider .swiper-slide img {
  display: block;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.h-slider .swiper-pagination {
  right: 40px;
}
.h-slider .swiper-pagination span.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #f8f8f8;
}
.h-slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: white;
}

section {
  position: relative;
}

.bg-text-center {
  font-weight: 800;
  font-size: 5em !important;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgba(218, 218, 218, 0.1098039216);
}
@media screen and (min-width: 768px) {
  .bg-text-center {
    font-size: 10em;
  }
}

.bg-text-left {
  font-weight: 800;
  font-size: 5em !important;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgba(218, 218, 218, 0.1098039216);
}
@media screen and (min-width: 768px) {
  .bg-text-left {
    font-size: 10em;
  }
}

.sn-estats {
  padding: 120px 20px;
}
@media screen and (min-width: 768px) {
  .sn-estats {
    padding: 120px 0;
  }
}
.sn-estats .card-style {
  display: flex;
}
.sn-estats .col-lg-3 {
  margin: 10px 0;
}
.sn-estats .col-lg-3:nth-child(2) > .card,
.sn-estats .col-lg-3:nth-child(4) > .card {
  background-image: linear-gradient(to right bottom, rgba(216, 228, 243, 0.9568627451), rgba(222, 232, 245, 0.337254902), #e3edf7, #e9f1f9, #eff5fb), url("https://elementym.seoajansi.net/wp-content/themes/elementym/assets/images/static/home/card-bg.png");
  background-size: cover;
  background-position: 40% 10%;
  background-blend-mode: multiply;
}
.sn-estats .col-lg-3:nth-child(2) > .card::before,
.sn-estats .col-lg-3:nth-child(4) > .card::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 70px;
  top: 0;
  left: 55px;
  background-color: #27D163;
  bottom: 0;
  z-index: 0;
}
.sn-estats .col-lg-3:last-child > .card,
.sn-estats .col-lg-3:nth-child(3) > .card {
  background-image: linear-gradient(to right bottom, rgba(221, 245, 247, 0.8117647059), #e0f5f8, #e3f6fa, rgba(231, 246, 250, 0.9647058824), rgba(234, 247, 251, 0.5882352941)), url("https://elementym.seoajansi.net/wp-content/themes/elementym/assets/images/static/home/card-bg-rotate.png");
  background-size: cover;
  background-position: 10% center;
  background-blend-mode: multiply;
}
.sn-estats .col-lg-3:last-child > .card::after,
.sn-estats .col-lg-3:nth-child(3) > .card::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 90px;
  bottom: 0;
  left: 55px;
  background-color: #27D163;
  bottom: 0;
  z-index: 0;
}
.sn-estats h2.baslik {
  font-weight: 500;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sn-estats h2.baslik {
    width: 800px;
    font-weight: 600;
    font-size: 2.1em;
  }
}
.sn-estats p.metin {
  color: rgba(120, 120, 120, 0.7058823529);
  font-size: 200;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sn-estats p.metin {
    width: 700px;
  }
}
.sn-estats .card {
  border: none;
  position: relative;
  height: 27rem;
  box-shadow: 0.5px 1.3px 2.4px rgba(0, 0, 0, 0.007), 1px 2.9px 5.5px rgba(0, 0, 0, 0.01), 1.8px 5px 9.5px rgba(0, 0, 0, 0.013), 2.9px 7.9px 15.2px rgba(0, 0, 0, 0.015), 4.4px 12.2px 23.4px rgba(0, 0, 0, 0.017), 6.9px 19px 36.5px rgba(0, 0, 0, 0.02), 11.5px 31.5px 60.6px rgba(0, 0, 0, 0.023), 23px 63px 121px rgba(0, 0, 0, 0.03);
}
.sn-estats .card img {
  height: 350px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  transition: 0.4s ease;
}
.sn-estats .card .card-body {
  position: absolute;
  top: 60px;
  left: 40px;
  transition: 0.4s ease;
}
.sn-estats .card .card-body h3 {
  font-size: 2.3em;
  color: #3955A6;
  font-weight: 700;
}
.sn-estats .card .card-body h4 {
  z-index: 200 !important;
  font-family: "Montserrat", "Raleway", "Signika", "Lora", sans-serif;
  font-weight: 700;
  font-size: 3.5em;
  color: #3955A6 !important;
}
.sn-estats .card .card-body p {
  letter-spacing: 1px;
  font-weight: 400;
  color: #838383;
  font-size: 1em;
  line-height: 1.2em;
}

/*Parallax Properties*/
.parallax {
  /* The image used */
  /* Full height */
  background-image: url("https://elementym.seoajansi.net/wp-content/themes/elementym/assets/images/static/home/icon-25.png");
  height: 100%;
  /* Create the parallax scrolling effect */
  background-blend-mode: soft-light !important;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .parallax {
    background-size: 140%;
  }
}
@media screen and (min-width: 992px) {
  .parallax {
    background-size: 15% !important;
  }
}

.parallax-section {
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .parallax-section {
    padding: 80px 79px;
  }
}
.parallax-section h2 {
  text-align: center;
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 2.3em;
}
.parallax-section h3 {
  font-size: 1em !important;
}

.page-parallax {
  background-position: right !important;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}
@media screen and (min-width: 992px) {
  .page-parallax {
    background-size: 25% !important;
  }
}
@media screen and (max-width: 992px) {
  .page-parallax {
    background-image: none !important;
  }
}

.parallax-section-left {
  background-position: left !important;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}
@media screen and (min-width: 992px) {
  .parallax-section-left {
    background-size: 15% !important;
    background-position: 5% 40% !important;
  }
}
@media screen and (max-width: 992px) {
  .parallax-section-left {
    background-image: none !important;
  }
}

.parallax-section-right {
  background-position: right !important;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}
@media screen and (min-width: 992px) {
  .parallax-section-right {
    background-size: 25% !important;
  }
}
@media screen and (max-width: 992px) {
  .parallax-section-right {
    background-image: none !important;
  }
}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
  .parallax-right {
    background-attachment: scroll;
  }
}
/*Page Title*/
.page-title {
  background: rgb(93, 127, 125);
  background-image: linear-gradient(147deg, rgba(38, 12, 12, 0.575) 33%, rgba(93, 127, 125, 0.308) 62%, rgb(26, 28, 27) 86%), url("https://elementym.seoajansi.net/wp-content/themes/elementym/assets/images/static/slider/slider-2.jpg");
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  height: 30vh;
  color: white !important;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .page-title {
    height: 35vh;
  }
}
.page-title img {
  filter: brightness(0.4);
  height: 25vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 901px) {
  .page-title img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
.page-title .page-title, .page-title .page-subtitle {
  padding: 0 20px;
  display: none;
}
.page-title h1 {
  text-align: left;
  top: 0px;
  z-index: 1000;
  color: #FFF;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-title h1 {
    margin-bottom: -1px;
    font-size: 2rem;
  }
}
.page-title h2 {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-title h2 {
    font-size: 0.9rem;
  }
}

/***************************
*********PAGES**************
***************************/
.page-property {
  padding: 6vh 0 0 0;
}
.page-property p {
  font-size: 1.1em;
}
.page-property .img-property {
  max-height: 350px;
  width: 100%;
  -o-object-position: 45% 25%;
     object-position: 45% 25%;
  padding: 0;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-property .baslik {
  padding-top: 30px;
  padding-bottom: 15px;
  font-weight: 700;
  font-family: "Lora", "Raleway", "Roboto", sans-serif !important;
}
@media screen and (min-width: 992px) {
  .page-property .about-mision, .page-property .about-vision {
    padding: 5vh 0;
  }
}
@media screen and (min-width: 992px) {
  .page-property .about-mision .baslik, .page-property .about-vision .baslik {
    padding-top: 40px;
  }
}
.page-property .about-mision img, .page-property .about-vision img {
  margin: 20px 0;
  height: 350px;
  border-radius: 3px;
}
.page-property .about-mision p, .page-property .about-vision p {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .page-property .paragraf-alani h1, .page-property .paragraf-alani h2, .page-property .paragraf-alani h3, .page-property .paragraf-alani h4, .page-property .paragraf-alani h5, .page-property .paragraf-alani h6 {
    text-align: center;
  }
}

/*404-Not Found*/
.page-error {
  padding: 50px 0px;
  text-align: center;
}
.page-error h2 {
  padding: 20px 10px 0 10px;
  font-size: 24px;
  font-family: "Montserrat", "Raleway", "Signika", "Lora", sans-serif;
  font-weight: 600;
}
.page-error img {
  height: auto;
  width: 150px;
  justify-content: center;
}

/*İletişim Sayfası*/
@media screen and (max-width: 992px) {
  .contact-position {
    margin-top: -120px;
  }
}

.contact-height {
  max-height: 500px;
  z-index: 1;
  background-position: center;
  background-size: cover;
}

.contact-home {
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .contact-home {
    padding: 52px 12px;
    margin-bottom: 120px;
  }
}
.contact-home .card-contact {
  border-radius: 21.77px;
  background: rgb(255, 255, 255);
  box-shadow: -1px -8px 13.06177px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 992px) {
  .contact-home .card-contact {
    padding: 0 80px;
  }
}
.contact-home img {
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .contact-home {
    padding: 10vh 0;
  }
}
.contact-home .contact-image {
  height: 500px !important;
  box-shadow: 5.53443px 0px 15.81266px 0px rgba(0, 0, 0, 0.363);
}
.contact-home .contact-title {
  padding: 40px 0 0 0;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  color: #3955A6;
}
.contact-home .contact-social {
  bottom: 0;
  font-weight: 500;
}
.contact-home .contact-social a, .contact-home .contact-social i {
  font-size: 0.9em;
  color: #3955A6 !important;
}

.contact-section {
  background-image: url(https://elementym.seoajansi.net/wp-content/themes/elementym/assets/images/static/home/bg-contact.png);
  background-attachment: fixed;
  padding: 5vh 0;
}
.contact-section img {
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .contact-section {
    padding: 10vh 0;
  }
}
.contact-section .contact-image {
  height: 500px !important;
  box-shadow: 5.53443px 0px 15.81266px 0px rgba(0, 0, 0, 0.363);
}
.contact-section .contact-title {
  font-size: 2em;
  font-weight: 600;
  color: #3955A6;
}
@media screen and (max-width: 992px) {
  .contact-section .contact-title {
    padding: 40px 0 0 0;
  }
}
.contact-section .contact-social {
  bottom: 0;
  font-weight: 500;
}
.contact-section .contact-social a, .contact-section .contact-social i {
  font-size: 0.9em;
  color: #3955A6 !important;
}

/*Form Styles*/
.cont-img {
  height: 480px !important;
  width: 100%;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  box-shadow: -16px 4px 50px -7px rgb(204, 204, 204);
}

.stylecontact {
  background: #f6fafd !important;
  border-radius: 10px;
  padding: 80px 0;
}

.contact-paragraph {
  font-weight: 600;
  color: #3955A6;
  text-align: center;
}

.bg-color {
  padding: 25px 0;
  background-color: #e8f3fc;
}

.contact-form {
  padding: 25px;
}
.contact-form .col-12, .contact-form .col-lg-6, .contact-form .col-6, .contact-form .col-lg-12 {
  position: relative;
}
.contact-form .col-12 i, .contact-form .col-lg-6 i, .contact-form .col-6 i, .contact-form .col-lg-12 i {
  position: absolute;
  top: 25px;
}
.contact-form .nameIcon::before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #3955A6;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;	z-index:10;
}
.contact-form .subjectIcon::before {
  content: "\f15b";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #3955A6;
  position: absolute;
  top: 11px;
  margin-left: 15px;
  padding-right: 3px;	z-index:10;
}
.contact-form .subjectIcon select::-moz-placeholder {
  padding-left: 20px !important;
}
.contact-form .subjectIcon select::placeholder {
  padding-left: 20px !important;
}
.contact-form .jobIcon::before {
  content: "\f0b1";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #3955A6;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;	z-index:10;
}
.contact-form .jobIcon select::-moz-placeholder {
  padding-left: 20px !important;
}
.contact-form .jobIcon select::placeholder {
  padding-left: 20px !important;
}
.contact-form .emailIcon::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #3955A6;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px; 	z-index:10;
}
.contact-form .iconposition {
  position: absolute;
  margin-top: -8px;
  margin-left: 15px;
  padding-right: 3px;
  color: #3955A6;	z-index:10;
}
.contact-form .projectNameIcon::before {
  content: "\f07c";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #3955A6;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px; 	z-index:10;
}
.contact-form .projectLinkIcon::before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #3955A6;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px; 	z-index:10;
}
.contact-form .messageIcon::before {
  content: "\f075";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #3955A6;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
	z-index:10;
}
.contact-form .main-color {
  font-weight: 600;
}
.contact-form div {
  margin-bottom: 25px;
}
.contact-form label {
  margin: 6px 0;
  color: #080808;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.contact-form .form-check-label {
  margin: 0 !important;
  font-size: 0.8em;
}
.contact-form input, .contact-form textarea, .contact-form select {
  background-color: white;
  border: 2px solid rgb(251, 251, 251);
  padding: 12px 7px 12px 40px;
  width: 100%;
  color: #221F1F !important;
  box-shadow: 1px 1px 1px 0px rgba(180, 180, 180, 0.181);
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder, .contact-form select::-moz-placeholder {
  padding-left: 5px;
  color: #878787;
  font-weight: 300 !important;
}
.contact-form input::placeholder, .contact-form textarea::placeholder, .contact-form select::placeholder {
  padding-left: 5px;
  color: #878787;
  font-weight: 300 !important;
}
.contact-form .form-check-input {
  padding: 7px;
}
.contact-form select {
  padding-left: 35px;
  color: #878787;
}
.contact-form select::focus {
  border: none;
}
.contact-form .form-outline .form-control.select-input:focus, .contact-form .select-input.focused, .contact-form .form-select:focus {
  color: #3955A6;
  outline: 0;
}
.contact-form .form-control:focus, .contact-form .form-select:focus {
  color: #3955A6;
}
.contact-form .form-control:focus, .contact-form .form-select:focus {
  border-color: #fbfbfb;
  box-shadow: 1px 1px 1px 0px rgba(227, 227, 227, 0.181);
}
.contact-form ::-moz-placeholder {
  color: #606161;
  padding-left: 2vh;
}
.contact-form ::placeholder {
  color: #606161;
  padding-left: 2vh;
}
.contact-form .form-check-label {
  font-size: 1em;
  padding-left: 5px;
}
.contact-form .form-check-label .main-color {
  margin-left: 5px;
  font-weight: 500;
  text-decoration: underline;
}
.contact-form .form-check-input {
  width: 8px;
  border: 1px solid #3955A6;
  background-color: #FFF;
}
.contact-form .form-check-input:focus {
  outline: none !important;
  border: none !important;
  background-color: #3955A6;
}
.contact-form .theme-button-1 {
  width: 100%;
}

/*Form Select*/
.form-select {
  background-color: white !important;
}
.form-select:focus {
  border: none !important;
}

/*Contact-Page Map*/
.contact-map {
  background-color: #f6f6f6;
}
.contact-map .map-title {
  font-size: 2em;
  color: #3955A6;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .contact-map .map-title {
    text-align: center;
  }
}
.contact-map i {
  color: #3955A6;
  padding-right: 10px;
}
@media screen and (min-width: 992px) {
  .contact-map p {
    text-align: center;
    margin-bottom: 35px;
  }
}
.contact-map iframe {
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.25);
}

.blobs-container {
  display: flex;
}

.blob {
  background: #27D163;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(12, 187, 67);
  margin: 10px;
  height: 20px;
  width: 20px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 173, 26, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.sn-title {
  font-size: 2.4em;
  font-weight: 600;
  color: #221F1F;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.sn-location {
  padding: 120px 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.sn-location .loca-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: auto;
  padding: 1px 20px;
}
@media screen and (min-width: 768px) {
  .sn-location {
    padding: 120px;
  }
}
@media screen and (max-width: 768px) {
  .sn-location h2 {
    margin-top: 30px;
  }
}
.sn-location h3 {
  font-weight: 700;
}
.sn-location h4 {
  font-size: 1em;
  width: 200px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.sn-location img.location-img {
  height: 30px;
  float: right;
}
.sn-location .bg-map {
  position: absolute;
  top: 320px;
  left: 320px;
}
@media screen and (max-width: 768px) {
  .sn-location .bg-map {
    display: none;
  }
}
.sn-location .blue-circle {
  display: none;
  background-color: #3955A6;
  width: 250px;
  -webkit-clip-path: circle(35% at 50% 50%);
          clip-path: circle(35% at 50% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.sn-location .blue-circle img {
  margin: auto;
  width: 70px;
}
.sn-location .nav {
  background-color: #fbfbfb;
  padding: 20px 0;
  border-radius: 5px;
}
.sn-location p {
  color: #858585;
}
.sn-location .location-title {
  background-color: #3955A6;
  color: white;
}
@media screen and (min-width: 768px) {
  .sn-location .location-title {
    margin-top: 25px;
    width: 550px;
  }
}
.sn-location .tab-pane {
  position: relative;
}
.sn-location .tab-pane .bg-absolute {
  z-index: -1;
  left: 50px;
  position: absolute;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .sn-location .tab-pane .bg-absolute {
    top: -120px;
  }
}
.sn-location .nav-link {
  color: #3955A6;
  text-align: left;
  padding-left: 40px;
  border-radius: 0 !important;
  font-weight: 600;
  font-size: 1.3em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .sn-location .nav-link {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .sn-location .nav-link {
    font-size: 14px;
  }
}
.sn-location .nav-link:hover {
  color: white;
  background-color: #3955A6;
}
.sn-location .nav-link.active {
  background-color: #27D163;
  position: relative;
}
.sn-location .nav-link.active::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #fbfbfb;
  position: absolute;
  left: 16px;
  z-index: 10;
}
.sn-location button:focus {
  border: none;
  outline: none;
}

.sn-whatwe {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .sn-whatwe .bg-text-center {
    left: 83%;
    top: 80px;
  }
}
.sn-whatwe h3 {
  color: #3955A6;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .sn-whatwe .col-md-6:nth-child(3), .sn-whatwe .col-md-6:nth-child(6), .sn-whatwe .col-md-6:nth-child(7) {
    background-image: linear-gradient(to right bottom, rgba(223, 234, 245, 0.2117647059), rgba(221, 232, 245, 0.5882352941), rgba(219, 230, 244, 0.537254902), rgba(217, 228, 244, 0.6784313725), #d7e2f3);
  }
}
.sn-whatwe .col-md-6 {
  position: relative;
  background-color: #f4fafd;
}
.sn-whatwe .col-md-6:before {
  content: "";
  position: absolute;
  left: 0;
  top: 85px;
  z-index: -1;
  height: 2px;
  width: 80px;
  background: #27D163;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sn-whatwe .col-md-6:before {
    width: 150px;
  }
}
.sn-whatwe .col-md-6::after {
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: -1;
  height: 2px;
  width: 150px;
  background: #27D163;
  z-index: -1;
}
.sn-whatwe a, .sn-whatwe p {
  color: #3955A6;
}
.sn-whatwe img {
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1000;
}
.sn-whatwe .col-lg-4 {
  z-index: 100;
}

.sn-howitworks {
  padding: 120px 25px;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .sn-howitworks {
    padding: 120px 0;
    background-image: linear-gradient(to right bottom, rgba(223, 234, 245, 0.2117647059), rgba(221, 232, 245, 0.5882352941), rgba(219, 230, 244, 0.537254902), rgba(217, 228, 244, 0.6784313725), #d7e2f3), url(https://elementym.seoajansi.net/wp-content/themes/elementym/assets/images/static/home/bg-steps.png);
	  background-repeat: no-repeat;
	  
	  background-attachment:fixed;
  }
}
.sn-howitworks .left-card {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sn-howitworks span.caprazsol {
    display: none;
  }
}
.sn-howitworks span.caprazsol:before {
  content: "";
  position: absolute;
  left: 158px;
  bottom: 80px;
  z-index: 10;
  height: 107%;
  width: 1px;
  border: 1px dashed rgba(122, 122, 122, 0.3450980392);
  z-index: 1;
  rotate: 205deg;
}
@media screen and (max-width: 768px) {
  .sn-howitworks span.caprazsag {
    display: none;
  }
}
.sn-howitworks span.caprazsag:before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: 70px;
  z-index: 10;
  height: 115%;
  width: 1px;
  border: 1px dashed rgba(122, 122, 122, 0.3450980392);
  z-index: 1;
  rotate: -210deg;
}
@media screen and (max-width: 768px) {
  .sn-howitworks span.line {
    display: none;
  }
}
.sn-howitworks span.line:before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 86px;
  z-index: 10;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 4px solid #3955A6;
  z-index: 1;
}
.sn-howitworks span.line:after {
  content: "";
  position: absolute;
  left: 56px;
  bottom: 95px;
  z-index: 10;
  height: 2px;
  width: 235px;
  background: #3955A6;
  z-index: 1;
}
.sn-howitworks .tit-img {
  height: 80px;
}
@media screen and (min-width: 768px) {
  .sn-howitworks .tit-img {
    margin-left: -40px;
  }
}
.sn-howitworks .col-8 > h4, .sn-howitworks .col-8 > h3 {
  padding-left: 80px !important;
}
.sn-howitworks .bg-color ul {
  padding: 0 26px;
}
.sn-howitworks .ico-img {
  z-index: 10;
  margin-right: -30px;
}
@media screen and (max-width: 768px) {
  .sn-howitworks .ico-img {
    display: none;
  }
}
.sn-howitworks .ico-hiza {
  padding-bottom: 50px;
  position: relative;
}
.sn-howitworks .left-card, .sn-howitworks .right-card {
  background-color: rgba(255, 255, 255, 0.6);
}
.sn-howitworks .right-card {
  margin-left: auto;
}
.sn-howitworks .right-card .col-8 {
  margin-left: -70px;
}
.sn-howitworks h3 {
  font-size: 4.5em;
  font-weight: 500;
  margin-bottom: -10px;
  color: #27D163;
}
.sn-howitworks h4 {
  font-size: 1.5em;
  color: #3955A6;
  font-weight: 600;
}
.sn-howitworks h5 {
  font-size: 1.3em;
  font-weight: 700;
  color: #3955A6;
}
.sn-howitworks p, .sn-howitworks a {
  color: #3955A6;
}
.sn-howitworks a {
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.6s ease;
}
.sn-howitworks a:hover {
  transform: scale(0.98);
  color: #27D163;
}
@media screen and (min-width: 768px) {
  .sn-howitworks .bg-color, .sn-howitworks .pay {
    padding: 55px 40px;
  }
}

.sn-team {
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .sn-team {
    padding: 120px 0;
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.811), rgb(255, 255, 255), rgba(255, 255, 255, 0.927), rgba(255, 255, 255, 0.8), rgba(245, 245, 245, 0.6549019608)), url(https://elementym.seoajansi.net/wp-content/themes/elementym/assets/images/static/home/bg-team.png);
  }
}
.sn-team p {
  color: rgba(122, 122, 122, 0.8745098039);
}
.sn-team .col-md-6 {
  padding: 50px 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sn-team .col-md-6 {
    padding: 50px 40px;
  }
}
.sn-team .col-md-6:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 55px;
  z-index: 10;
  height: 2px;
  width: 190px;
  background: #3955A6;
  z-index: 1;
}
.sn-team .col-md-6:nth-child(3),
.sn-team .col-md-6:nth-child(6) {
  background-color: #e8f3fc;
}
.sn-team .team-img {
  height: 300px;
  padding-top: 45px;
  -webkit-clip-path: circle(35% at 50% 50%);
          clip-path: circle(35% at 50% 50%);
}
.sn-team .team-name {
  color: #3955A6;
  font-weight: 500;
}
.sn-team .unvan {
  font-size: 1.2em;
  color: #7a7a7a;
  letter-spacing: 3px;
}

.sn-about {
  padding: 80px 0 120px 0;
}
.sn-about .col-md-6 {
  position: relative;
}
.sn-about h4 {
  color: #3955A6;
  font-weight: 600;
  font-size: 1.2em;
}
.sn-about ul {
  margin: 0;
  padding: 0;
}
.sn-about ul li {
  padding-left: 12px;
  list-style-type: none;
  position: relative;
  font-size: 0.95em;
}
.sn-about ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #27D163;
  left: -10px;
  top: 7px;
}
.sn-about a, .sn-about p, .sn-about div {
  color: #3955A6;
  font-size: 0.98em;
}
.sn-about img {
  -o-object-fit: cover;
     object-fit: cover;
  animation: fadeInLeft !important;
  animation-duration: 0.8s !important;
  height: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .sn-about img {
    height: 300px;
  }
}

.sn-blog {
  padding: 12vh 0 12vh 0;
}
@media screen and (max-width: 768px) {
  .sn-blog {
    padding: 3vh 0;
  }
}
.sn-blog .card-img-top {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sn-blog .card-title {
  font-weight: 600;
}
.sn-blog img {
  border-radius: 0px;
}
.sn-blog .card {
  box-shadow: 8px -15px 15px 0px rgba(163, 163, 163, 0.15);
}

.section-ekibimiz {
  position: relative;
  padding: 5vh 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-ekibimiz {
    padding: 80px 20px;
  }
}
.section-ekibimiz .card {
  margin: 20px 0;
  border-radius: none !important;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.section-ekibimiz .card-body {
  padding: 20px;
  position: relative;
}
.section-ekibimiz .card-title {
  color: #3955A6;
  font-size: 1.4em;
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
}
.section-ekibimiz .theme-button-2 {
  bottom: 20px;
  color: white;
  background: #3955A6;
}
.section-ekibimiz .theme-button-2:hover {
  color: white;
  background-color: #3955A6;
}
.section-ekibimiz .theme-button-1 {
  bottom: 35px;
  border-radius: 0;
  background: #3955A6;
  color: white;
  border: none !important;
}
.section-ekibimiz .theme-button-1:hover {
  color: white;
  background-color: #3955A6;
}
.section-ekibimiz .profile-img {
  height: 360px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
.section-ekibimiz .unvan {
  font-size: 1.1em;
}
.section-ekibimiz .title-section {
  color: #3955A6;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.section-ekibimiz .social-icons a {
  width: 25px;
  height: 25px;
}
.section-ekibimiz .social-icons i {
  color: #3955A6 !important;
  border: 2px solid #3955A6 !important;
  padding: 10px;
  border-radius: 50%;
}
.section-ekibimiz .social-icons i:hover {
  border: #3955A6 !important;
  background-color: #3955A6 !important;
  color: #fbfbfb !important;
}

.section-blog {
  position: relative;
  padding: 8vh 0;
  background-color: #dfdfdf;
}
.section-blog .card {
  margin: 20px 0;
  border-radius: none !important;
  border-radius: 70px 0px 0px 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.section-blog img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-blog .card-body {
  padding: 20px;
  position: relative;
}
.section-blog .card-title {
  color: #3955A6;
  font-size: 1.4em;
  font-weight: 700;
}
.section-blog .title-section {
  color: #3955A6;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.section-blog .theme-button-2 {
  background-color: #221F1F !important;
}

.nav-pills {
  justify-content: center;
  text-align: center;
}

.left-list {
  padding: 0;
  color: white;
  list-style: none;
  background-color: #3955A6;
}
@media screen and (min-width: 992px) {
  .left-list {
    width: 90%;
  }
}
.left-list li {
  font-size: 1.1em;
  padding: 10px 20px;
  color: #3955A6;
  font-weight: 400;
  transition: 400ms;
}
.left-list li:hover {
  background-color: transparent !important;
}
.left-list li:hover a {
  color: white;
}
.left-list .left-title {
  color: #fbfbfb;
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
  background-color: #3955A6;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 1.4em;
}
@media screen and (max-width: 992px) {
  .left-list .left-title {
    text-align: center;
  }
}

.parallax-section {
  padding: 50px;
  position: relative;
  width: 100%;
  background-position: 30% 10%;
  background-image: url("https://elementym.seoajansi.net/wp-content/themes/elementym/assets/images/icon.png ");
  background-attachment: fixed;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .parallax-section {
    background-position: 80% 32%;
  }
}

.parallax-block {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 38vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .parallax-block {
    height: 25vh;
  }
}
.parallax-block h6 {
  position: absolute;
  right: 5%;
  top: 45%;
  line-height: 45px;
  width: 450px;
  color: #FFF;
  text-align: right;
  font-family: "Montserrat", "Raleway", "Signika", "Lora", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .parallax-block h6 {
    top: 35%;
  }
}
.parallax-block h6:hover {
  transition: 0.3s;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .parallax-block h6 {
    font-size: 16px;
    right: 0;
    text-align: center !important;
  }
}

.parallax-block h2 {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10vw;
  color: white;
  font-weight: 400;
}

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.sn-deneyim {
  padding: 4vh 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.sn-deneyim .sutun {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sn-deneyim .sutun .circle-style {
  border-radius: 50%;
  width: 3em;
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-color: #3955A6;
}
.sn-deneyim .sutun i {
  text-align: center;
  font-size: 1.2em;
  color: #fbfbfb;
}
.sn-deneyim .sutun h2 {
  color: #3b3b3b;
  font-family: "Montserrat", "Raleway", "Signika", "Lora", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  font-size: 1.4em;
}
.sn-deneyim .sutun h3 {
  margin-top: -10px;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #616161;
}

.project-small-img {
  padding: 10px 0;
}
.project-small-img .col {
  padding: 2px;
}

.project-img {
  width: 200px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 2px 12px -7px rgba(0, 0, 0, 0.25);
}

#leftul {
  overflow: scroll;
  height: 300px;
  overflow-x: hidden;
}

.left-list {
  padding: 0;
  color: white;
  list-style: none;
  background-color: #dbdbdb;
}
.left-list li {
  font-size: 0.9em;
  color: #3955A6;
  font-weight: 500;
  transition: 400ms;
}
.left-list li:hover {
  border-bottom: 2px solid #3955A6;
}
.left-list li a {
  font-weight: 500;
}
.left-list li a:focus + ul {
  display: block;
}
.left-list li ul {
  display: none;
}
.left-list li:hover {
  background-color: #3955A6;
}
.left-list li:hover a {
  color: #221F1F !important;
}
.left-list .left-title {
  color: #fbfbfb;
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
  background-color: #3955A6;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 1.4em;
}

.sn-teklif {
  text-align: center;
  padding: 8vh 0;
}
.sn-teklif h3 {
  color: #3955A6;
  font-weight: 600;
}

.section-sss {
  margin: 10vh 0;
}
.section-sss .accordion-item:focus, .section-sss .accordion-item:hover {
  border: none !important;
  outline: none !important;
}
.section-sss .accordion-item .accordion-button {
  background-color: #f8f8f8;
  color: #3955A6 !important;
  font-weight: 500;
}
.section-sss .accordion-item .accordion-button:focus, .section-sss .accordion-item .accordion-button:hover {
  border: none !important;
  outline: none !important;
  background-color: #3955A6;
  color: white !important;
}
.section-sss .accordion-item .accordion-button::after {
  color: white !important;
}

.icon-list .icon-duzen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-list .icon-duzen h2 {
  font-size: 1.3em;
  padding: 10px 0;
}
.icon-list .icon-duzen img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.urun-detay-info {
  padding: 8vh 0;
  background-color: #f0f0f0;
}
.urun-detay-info h2 {
  text-align: center;
  color: #3955A6;
  margin-bottom: 30px;
}
.urun-detay-info h4, .urun-detay-info p {
  text-align: center;
}
.urun-detay-info h4 {
  margin: 20px 0 10px 0;
}
.urun-detay-info p {
  color: #7a7a7a;
  font-size: 0.9em;
}

.urun-detay-teknik {
  padding: 8vh 0;
  background-color: #fafafa;
}
.urun-detay-teknik h2 {
  text-align: center;
  color: #3955A6;
  margin-bottom: 30px;
}
.urun-detay-teknik h4, .urun-detay-teknik p {
  text-align: center;
}
.urun-detay-teknik h4 {
  margin: 20px 0 10px 0;
}
.urun-detay-teknik p {
  color: #7a7a7a;
  font-size: 0.9em;
}

img.about-img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kurs-alan h1 {
  color: #521414;
  font-size: 1.5em;
}
.kurs-alan h2 {
  font-size: 1em;
}

img.about-img {
  height: 400px !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
  box-shadow: 10px 10px 5px -8px rgb(144, 144, 144);
}

.logomask {
  -webkit-mask-image: url("https://elementym.seoajansi.net/wp-content/themes/elementym/assets/images/icon.png");
  mask-image: url("https://elementym.seoajansi.net/wp-content/themes/elementym/assets/images/icon.png");
  -webkit-mask-size: 80%;
  mask-size: 80%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: inline-block;
}

.t-img {
  display: flex;
  width: auto;
  height: 50px;
  margin-bottom: -20px;
}

.contact-info_icon {
  display: inline-block;
  width: 80px;
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #521414;
  color: white;
  text-align: center;
  font-size: 40px;
  position: relative;
  box-shadow: 0px 6px 20px rgba(4, 30, 73, 0.6);
  border-radius: 5px;
}

.contact-info_text {
  min-width: 280px;
  display: block;
  margin-bottom: -0.5em;
  font-family: "Montserrat", "Raleway", "Signika", "Lora", sans-serif;
}

.contact-info_text span,
.contact-info_text a {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.contact-info_text a {
  color: #221F1F;
}

.contact-info_text a:hover {
  color: #3955A6;
}

.sn-lokasyonlar img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sn-lokasyonlar .card {
  position: relative;
  box-shadow: 1.8px 2px 2.2px rgba(0, 0, 0, 0.02), 4.4px 4.7px 5.3px rgba(0, 0, 0, 0.028), 8.3px 8.9px 10px rgba(0, 0, 0, 0.035), 14.7px 15.9px 17.9px rgba(0, 0, 0, 0.042), 27.6px 29.7px 33.4px rgba(0, 0, 0, 0.05), 66px 71px 80px rgba(0, 0, 0, 0.07);
  transition: 400ms ease-in-out;
}
.sn-lokasyonlar .card:hover {
  filter: grayscale(0.7);
}
.sn-lokasyonlar .card-body {
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  box-shadow: inset 0px -98px 31px -14px rgba(0, 0, 0, 0.6);
}
.sn-lokasyonlar .card-body i, .sn-lokasyonlar .card-body a, .sn-lokasyonlar .card-body p {
  color: white !important;
}

.hizmetOwl .owl-nav {
  display: none !important;
}

#chartdiv {
  width: 100%;
  height: 60;
}/*# sourceMappingURL=main.css.map */

