<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400&amp;family=Poppins:wght@300;400;500;600;700;800&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

/*************************



*******Typography******



**************************/

body {

  background: #fff;

  font-family: 'Poppins', sans-serif;

  color: #4e4e4e;

  line-height: 22px;

}

h1, h2, h3, h4, h5, h6 {

  font-weight: 600;

  font-family: 'Poppins', sans-serif;

  color: #4e4e4e;

}

ul, ol {

  padding: 0;

}

h1 {

  font-size: 36px;

  color: #3b3b3b;

}

h3 {

  font-size: 16px;

  color: #787878;

  font-weight: 400;

  line-height: 24px;

}

h4 {

  font-size: 16px;

}

a {

  color: #000;

  -webkit-transition: color 300ms, background-color 300ms;

  -moz-transition: color 300ms, background-color 300ms;

  -o-transition: color 300ms, background-color 300ms;

  transition: color 300ms, background-color 300ms;

}

a:hover, a:focus {

  color: #c39030;

}

hr {

  border-top: 1px solid #e5e5e5;

  border-bottom: 1px solid #fff;

}

.boxs {

  padding: 20px;

  border: solid 1px #f2f2f2;

  box-shadow: 0 0 15px #aeaeae;

  margin: 15px 0;

  min-height: 225px;

}

.boxs strong {

  color: chocolate;

}

.boxtop h3 {

  font-size: 32px;

  font-weight: 400;

  line-height: initial;

  height: 150px;

}

.boxtop h4 {

  font-size: 14px;

}

.boxtop img {

  max-width: 90%;

}

.boxcolorimg {

  padding: 30px 0;

  text-align: center;

}

.boxcolor2 {

  border-top: solid 2px rgb(234, 67, 53);

  box-shadow: 0 0 5px #ddd;

  padding: 30px;

}

.boxcolor2 h4 {

  color: rgb(234, 67, 53);

}

.boxcolor4 {

  border-top: solid 2px rgb(52, 168, 83);

  box-shadow: 0 0 5px #ddd;

  padding: 30px;

}

.boxcolor4 h4 {

  color: rgb(52, 168, 83);

}

.boxcolor3 {

  border-top: solid 2px rgb(251, 188, 4);

  box-shadow: 0 0 5px #ddd;

  padding: 30px;

}

.boxcolor3 h4 {

  color: rgb(251, 188, 4);

}

.boxcolor1 {

  border-top: solid 2px rgb(66, 133, 244);

  box-shadow: 0 0 5px #ddd;

  padding: 30px;

}

.boxcolor1 h4 {

  color: rgb(66, 133, 244);

}

.btn-primary {

  padding: 8px 20px;

  background: #c39030;

  color: #fff;

  border-radius: 4px;

  border: none;

  margin-top: 10px;

}

.btn-primary:hover, .btn-primary:focus {

  background: #c39030;

  outline: none;

  box-shadow: none;

}

.btn-transparent {

  border: 3px solid #fff;

  background: transparent;

  color: #fff;

}

.btn-transparent:hover {

  border-color: rgba(255, 255, 255, 0.5);

}

a:hover, a:focus {

  color: #111;

  text-decoration: none;

  outline: none;

}

section#feature\ ozellikler1 #particles-js {

  background: none;

}

.ozellik2 h3 {

  color: inherit !important;

  font-size: inherit !important;

  font-weight: inherit !important;

  text-align: inherit !important;

  margin: inherit !important;

  line-height: inherit !important;

}

.dropdown-menu {

  margin-top: -1px;

  min-width: 270px;

}

.dropdown:hover .dropdown-menu {

  left: 0;

  right: initial;

}

.navbar-inverse .navbar-nav &gt; li:nth-child(6) .dropdown-menu {

  min-width: 315px;

}

.navbar-nav .col-md-8 {

  width: 100%;

  padding: 0;

}

.center h2 {

  font-size: 36px;

  margin-top: 0;

  margin-bottom: 20px;

}

.media &gt; .pull-left {

  margin-right: 20px;

  width: 23%;

}

.media &gt; .pull-right {

  margin-left: 20px;

}

body &gt; section {

  padding: 70px 0;

}

.center {

  text-align: center;

  padding-bottom: 55px;

}

.scaleIn {

  -webkit-animation-name: scaleIn;

  animation-name: scaleIn;

}

.lead {

  font-size: 16px;

  line-height: 24px;

  font-weight: 400;

}

.transparent-bg {

  background-color: transparent !important;

  margin-bottom: 0;

}

@-webkit-keyframes scaleIn {

  0% {

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

  }

  100% {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

  }

}

@keyframes scaleIn {

  0% {

    opacity: 0;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0);

  }

  100% {

    opacity: 1;

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

  }

}

/*************************



*******Header******



**************************/

header {

  position: fixed;

  background: #000000;

  z-index: 9;

  width: 100%;

  padding: 15px 0;

  box-shadow: -5px 15px 45px -4px #000000c7;

  display: flex;

  align-items: center;

}

img.mobil {

  display: none;

}

header .container {

  display: flex;

  position: relative;

  align-items: center;

}

#header .search {

  display: inline-block;

}

.navbar &gt; .container .navbar-brand {

  margin-left: 0;

}

.navbar &gt; .container .navbar-brand img {

  margin-top: 26px;

}

.top-bar {

  padding: 10px 0;

  padding-top: 0;

  /* background: #191919;



  border-bottom: 1px solid #222;*/

  line-height: 28px;

}

.navbar-nav &gt; li {

  border: 1px solid #2e2e2e;

  margin-right: 10px;

  font-size: 15px;

  border-radius: 90px;

  transition: all 0.3s ease-out;

}

.black .navbar-nav &gt; li {

  border: 1px solid #dbdbdb;

}

ul.dropdown-menu {

  padding-top: 30px;

  background: none;

  box-shadow: none;

  border: none;

}

ul.dropdown-menu li {

    background: #fff;

    padding: 4px 0px;

    border-bottom: 1px solid #eee;

    box-shadow: -1px 8px 23px -12px;

    transition: all 0.2s ease;

}

ul.dropdown-menu li:hover {

  background: #e8e8e8;

  transition: all 0.2s ease;

}

ul.dropdown-menu li.dropdown-submenu {

  box-shadow: none !important;

}

ul.dropdown-menu li.dropdown-submenu ul {

  padding-top: 5px;

}

.navbar-nav &gt; li:last-child {

  background: #2e9f4f;

}

.black .navbar-nav &gt; li:last-child {

  border-color: #2e9f4f;

}

.black .navbar-inverse .navbar-nav &gt; li &gt; a {

  color: black;

}

.navbar-nav &gt; li:hover {

  background: #fff;

}

.navbar-nav &gt; li:hover a {

  color: #000 !important;

}

.ic-sayfa-slider .carousel-indicators {

  display: none;

}

.top-number {

  color: #fff;

}

.top-number p {

  margin: 0

}

.social {

  text-align: right;

  float: right;

}

.social-share {

  display: inline-block;

  list-style: none;

  padding: 0;

  margin: 0;

  margin-top: 1px;

}



.quick-contact-bar {
  position: fixed;
  bottom: -4px;
  left: 0;
  right: 0;
  display: flex;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  background: #fff;
  padding: 3px 31px;
  box-shadow: 0px 14px 25px 0px #000;
}

  .quick-contact-bar a:nth-child(1) {
	background: #d3d3d3;
	border-right: 1px solid #bcbcbc;
	color: #000;
  }
  
  .quick-contact-bar a:nth-child(3) {
	background: #d3d3d3;
	color: #000;
  }
  .quick-contact-bar a:nth-child(2) {
	background: #25d366;
	flex-basis: 76px;
	flex-grow: 0;
  margin: 0px 6px !important;
  }
  
  .quick-contact-bar a:nth-child(2) i {
	margin-left: 12px;
  }
  .quick-contact-bar a:nth-child(2) .bi-whatsapp::before {
    content: "\f618";
    font-size: 33px;
    margin-top: -3px;
}
  
  .quick-contact-bar a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	text-align: center;
	flex: 1;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .quick-contact-bar a:hover {
	background-color: #e0e0e0;
	color: #000;
  }
  
  .quick-contact-bar .icon {
	margin-bottom: -3px;
	margin-right: 9px;
  }
  
  .quick-contact-bar i.bi {
	font-size: 19px;
  }
  
  @media (min-width: 768px) {
	.quick-contact-bar {
		display: none;
	}
  }
  
  @media (max-width: 768px) {
	.what {
	  display: none;
	}
  }
  
  .quick-contact-bar i {
    margin-top: -17px;
}

ul.social-share li {

  display: inline-block;

}

ul.social-share li a {

  display: inline-block;

  color: #fff;

  background: #404040;

  width: 25px;

  height: 25px;

  line-height: 25px;

  text-align: center;

  border-radius: 2px;

}

ul.social-share li a:hover {

  background: #c39030;

  color: #fff;

}

.search i {

  color: #fff;

}

input.search-form {

  background: transparent;

  border: 0 none;

  width: 60px;

  padding: 0 10px;

  color: #FFF;

  -webkit-transition: all 400ms;

  -moz-transition: all 400ms;

  -ms-transition: all 400ms;

  -o-transition: all 400ms;

  transition: all 400ms;

}

input.search-form::-webkit-input-placeholder {

  color: transparent;

}

input.search-form:hover::-webkit-input-placeholder {

  color: #fff;

}

input.search-form:hover {

  width: 180px;

}

.logo {

  min-width: 190px;

  float: left;

  /* margin-left: 50px; */

  height: 68px;

}

.logo h1 {

  margin: 0;

  padding: 0;

}

.logo img {

  width: 220px;

}

.logo a {

  position: relative;

  display: block;

  width: 100%;

  height: 100%;

}

/*******************



	HEADER HOME



******************/

.header-home .logo {
    background: url(/assets/images/inter-reklam-ajansi-yazilim-logo-white.png) no-repeat left center;
    background-size: 133px;
    margin-left: -21px;
}

.header-home .search-box {

  width: 25px;

  height: 25px;

  background: url(/assets/images/ara-icon-beyaz.png) no-repeat left center;

  background-size: 20px;

}

.header-home .navbar-inverse .navbar-nav &gt; li &gt; a {

  color: #fff;

}

.header-home .navbar-inverse .navbar-nav &gt; li &gt; a:hover {

  color: white;

}

.header-home .iletisim {

  border-color: #ebaa41;

}

.header-home .iletisim i {

  background: #ebaa41;

  color: black;

}

.header-home a .iletisim {

  color: #ebaa41;

}

.header-home .iletisim:hover {

  background: #ebaa41;

}

.header-home .iletisim:hover i {

  background: white;

  color: #ebaa41;

}

.header-home a .iletisim:hover {

  color: white;

}

/*******************



	HEADER Ä°Ã‡



******************/

.header-ic .logo {

  background: url(/assets/images/inter-reklam-ajansi-yazilim-logo-black.png) no-repeat center;

  background-size: 220px;

}

.header-ic .search-box {

  width: 25px;

  height: 25px;

  background: url(/assets/images/ara-icon.png) no-repeat center;

  background-size: 20px;

}

.header-ic .navbar-inverse .navbar-nav &gt; li &gt; a {

  color: black;

}

.header-ic .navbar-inverse .navbar-nav &gt; li &gt; a:hover {

  color: #ff9d01;

}

.header-ic .iletisim {

  border-color: black;

}

.header-ic .iletisim i {

  background: black;

  color: wheat;

}

.header-ic a .iletisim {

  color: black;

}

/*******************



	HEADER BLACK



******************/

.black {

  background: white;

  min-height: 80px;

}

.black .logo {

  background: url(/assets/images/inter-reklam-ajansi-yazilim-logo-black.png) no-repeat center;

  background-size: 190px;

}

.black .search-box {

  width: 25px;

  height: 25px;

  background: url(/assets/images/ara-icon.png) no-repeat center;

  background-size: 20px;

}

.black .navbar-inverse .navbar-nav &gt; li &gt; a {

  color: black;

}

.black .navbar-inverse .navbar-nav &gt; li &gt; a:hover {

  color: #ff9d01;

}

.black .iletisim {

  border-color: #ebaa41;

}

.black .iletisim i {

  background: white;

  color: #ebaa41;

}

.black a .iletisim {

  color: white;

  background: #ebaa41;

}

/*******************



	HEADER BLACK SONU



******************/

.search-box {

  margin: 3px 15px 0 5px;

}

.navbar-brand {

  padding: 0;

  margin: 0;

}

.navbar {

  border-radius: 0px;

  margin-bottom: 0px;

  background: transparent;

  display: flex;

  border: none;

  align-items: center;

  right: 0;

  position: absolute;

}

header .navbar-inverse .navbar-nav &gt; li &gt; a {

  padding: 8px 18px !important;

  font-size: 15px;

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  line-height: 24px;

}

span.text {

  font-size: 11px !important;

  margin-top: -20px !important;

  margin-bottom: 0 !important;

  float: right;

  margin-right: 10px;

  color: #730000 !important;

}

.iletisim {

  padding: 7px 13px;

  border: solid 2px;

  border-radius: 20px;

  transition: all 0.5s ease;

}

.iletisim i {

  background: #ebaa41;

  text-align: center;

  padding: 5px 7px;

  border-radius: 20px;

  color: black;

  margin-right: 7px;

  transition: all 0.5s ease;

}

a .iletisim {

  color: #ebaa41;

  transition: all 0.5s ease;

}

.language {

  float: right;

  margin-right: 0px;

  display: block;

}

.language ul {

  margin: 0;

  padding: 0;

  list-style: none;

}

.language ul li {

  float: left;

  margin: 0px 2px;

}

.language ul li a {

  background: #000;

  color: #fff;

  font-weight: 700;

  padding: 5px 8px;

  font-size: 11px;

}

/*************************



*******Home Page******



**************************/

.biz-ne span {
  font-size: 18px;
  font-weight: 400;
  color: #415da2;
  display: block;
}

.biz-ne h2 {

  font-size: 48px;

  font-weight: 400;

  margin: 10px 0 10px;

  line-height: 38px;

}

.biz-ne h2 span {

  font-size: 48px;

  font-weight: 600;

  display: inline;

}

.ne-yapiyoruz {

  transition: all 0.5s ease;

  padding: 15px;

  min-height: 200px;

}

.ne-yapiyoruz:hover {

  box-shadow: 0 0 20px 0px rgb(0 0 0 / 0.38);

}

.ne-yapiyoruz h3 {

  font-weight: 600;

  font-size: 18px;

}

.ne-yapiyoruz i {

  width: 40px;

  display: block;

}

.ne-yapiyoruz img, .ne-yapiyoruz svg {

  width: 100%

}

.no-margin {

  margin: 0;

  padding: 0;

}

.services-wrap p {

  color: #000;

}

.news-container h4 {

  text-transform: uppercase;

  margin-top: -3px;

  color: #c39030;

  font-size: 23px;

  font-weight: 800;

  margin-bottom: 23px;

}

.news-container h4 a {

  float: right;

  font-size: 13px;

  margin-top: 9px;

  margin-right: 15px;

}

#main-slider .container {

  position: relative;

}

#main-slider .carousel .carousel-content {

  margin-top: 85px;

}

#main-slider .carousel .slide-margin {

  margin-top: 81px;

}

#main-slider .carousel .animated-item-1 {

  font-size: 48px !important;

  line-height: 52px;

  margin-bottom: 15px;

  color: #fff;

  font-weight: 500;

  margin: 30px 0 15px;

}

#main-slider .carousel .animated-item-1 span {

  font-size: 48px !important;

  line-height: 52px;

  margin-bottom: 15px;

  color: #ffbe57;

  font-weight: 600;

}

#main-slider .animation.animated-item-2 {

  color: #fff;

  font-size: 20px;

  font-weight: 300;

}

#main-slider .carousel h2 span {

  color: #000;

  font-weight: 800;

}

#main-slider .carousel .btn-slide {

  padding: 8px 20px;

  background: #c39030;

  color: #fff;

  border-radius: 4px;

  margin-top: 25px;

  display: inline-block;

}

#main-slider .carousel .slider-img {

  text-align: right;

  position: absolute;

  top: -43px;

}

.carousel-indicators {

  bottom: 150px;

}

.sliderlink {

  display: block;

  width: 100%;

  height: 100%;

  z-index: 999;

  position: absolute;

}

#main-slider .carousel .col-sm-6 {}

.content-refferance #owl-brand .owl-prev {

  float: left;

  margin-left: -45px;

}

.content-refferance .owl-theme .owl-controls .owl-buttons div {

  zoom: 0.8;

}

.content-refferance #owl-brand .owl-next {

  float: right;

  margin-right: -32px;

}

#owl-brand .item a {

  padding: 0 15px;

  height: 120px;

  display: table-cell;

  vertical-align: middle;

}

.owl-carousel .owl-wrapper-outer {

  z-index: 100;

}

.owl-carousel .owl-item img {

  width: auto !important;

  margin: 0 auto;

  max-width: 100%;

  max-height: 100px;

}

.owl-carousel .owl-stage-outer {

  height: 120px;

}

.home-ref-body {

  padding: 50px 0;

}

.hom-ref {

  width: 25%;

  padding: 20px;

  display: inline-grid;

  text-align: center;

  align-items: center;

  height: 200px;

  float: left;

  vertical-align: middle;

}

.hom-ref img {

  filter: grayscale(100%);

  max-width: 200px;

  max-height: 180px;

}

.top-number {

  display: none;

}

.carousel-content .animated-item-1 {

  font-weight: 800;

  font-size: 49px;

  line-height: 60px;

  color: #FFF;

  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.18);

  letter-spacing: -2px;

}

#main-slider .carousel .item {

  background-position: 50%;

  background-repeat: no-repeat;

  background-size: cover;

  left: 0 !important;

  opacity: 0;

  top: 0;

  position: absolute;

  width: 100%;

  display: block !important;

  height: 536px;

  -webkit-transition: opacity ease-in-out 500ms;

  -moz-transition: opacity ease-in-out 500ms;

  -o-transition: opacity ease-in-out 500ms;

  transition: opacity ease-in-out 500ms;

}

#main-slider .carousel .item:first-child {

  top: auto;

  position: relative;

}

#main-slider .carousel .item.active {

  opacity: 1;

  -webkit-transition: opacity ease-in-out 500ms;

  -moz-transition: opacity ease-in-out 500ms;

  -o-transition: opacity ease-in-out 500ms;

  transition: opacity ease-in-out 500ms;

  z-index: 1;

}

#main-slider .prev, #main-slider .next {

  position: absolute;

  top: 50%;

  background-color: #c39030;

  color: #fff;

  display: inline-block;

  margin-top: -25px;

  height: 40px;

  line-height: 40px;

  width: 40px;

  line-height: 40px;

  text-align: center;

  border-radius: 4px;

  z-index: 5;

}

#main-slider .prev:hover, #main-slider .next:hover {

  background-color: #000;

}

@media screen and (max-width: 768px) {

  .yorum-hiz .yorumlar div {

    width: 80% !important;

  }

}

#main-slider .prev {

  left: 10px;

}

#main-slider .next {

  right: 10px;

}

#main-slider .carousel-indicators li {

  width: 20px;

  height: 20px;

  background-color: #fff;

  margin: 0 5px 0 0;

  position: relative;

  border: 1px solid rgb(204, 204, 204);

  margin-top: 16px;

  background-image: -moz-radial-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 53%, rgb(235, 235, 235) 100%);

  background-image: -webkit-gradient(radial, color-stop(0, rgb(255, 255, 255)), color-stop(0.53, rgb(255, 255, 255)), color-stop(1, rgb(235, 235, 235)));

  background-image: -webkit-radial-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 53%, rgb(235, 235, 235) 100%);

  background-image: radial-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 53%, rgb(235, 235, 235) 100%);

}

#main-slider .carousel-indicators li:after {

  position: absolute;

  content: "";

  width: 20px;

  height: 20px;

  border-radius: 100%;

  background: rgba(0, 0, 0, 0);

  border: 1px solid #FFF;

  left: -3px;

  top: -3px;

}

#main-slider .carousel-indicators .active {

  width: 20px;

  height: 20px;

  background-color: #fff;

  margin: 0 5px 0 0;

  border: 1px solid rgb(204, 204, 204);

  position: relative;

  margin-top: 16px;

  background-image: -moz-radial-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 53%, rgb(235, 235, 235) 100%);

  background-image: -webkit-gradient(radial, color-stop(0, rgb(255, 255, 255)), color-stop(0.53, rgb(255, 255, 255)), color-stop(1, rgb(235, 235, 235)));

  background-image: -webkit-radial-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 53%, rgb(235, 235, 235) 100%);

  background-image: radial-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 53%, rgb(235, 235, 235) 100%);

}

#main-slider .carousel-indicators .active:after {

  position: absolute;

  content: "";

  width: 20px;

  height: 20px;

  border-radius: 100%;

  border: 1px solid rgb(204, 204, 204);

  left: -1px;

  top: -1px;

  background: #1e5799;

  background: -moz-radial-gradient(center, ellipse cover, #1e5799 29%, #ffffff 32%);

  background: -webkit-radial-gradient(center, ellipse cover, #1e5799 29%, #ffffff 32%);

  background: radial-gradient(ellipse at center, #1e5799 29%, #ffffff 32%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#ffffff', GradientType=1);

}

#main-slider .active .animation.animated-item-1 {

  -webkit-animation: fadeInUp 300ms linear 300ms both;

  -moz-animation: fadeInUp 300ms linear 300ms both;

  -o-animation: fadeInUp 300ms linear 300ms both;

  -ms-animation: fadeInUp 300ms linear 300ms both;

  animation: fadeInUp 300ms linear 300ms both;

}

#main-slider .active .animation.animated-item-1 a {

  color: #FFF;

}

#main-slider .active .animation.animated-item-2 {

  -webkit-animation: fadeInUp 300ms linear 600ms both;

  -moz-animation: fadeInUp 300ms linear 600ms both;

  -o-animation: fadeInUp 300ms linear 600ms both;

  -ms-animation: fadeInUp 300ms linear 600ms both;

  animation: fadeInUp 300ms linear 600ms both;

}

#main-slider .active .animation.animated-item-2 a {

  color: #FFF;

}

#main-slider .active .animation.animated-item-3 {

  -webkit-animation: fadeInUp 300ms linear 900ms both;

  -moz-animation: fadeInUp 300ms linear 900ms both;

  -o-animation: fadeInUp 300ms linear 900ms both;

  -ms-animation: fadeInUp 300ms linear 900ms both;

  animation: fadeInUp 300ms linear 900ms both;

}

#main-slider .active .animation.animated-item-4 {

  -webkit-animation: fadeInUp 300ms linear 1200ms both;

  -moz-animation: fadeInUp 300ms linear 1200ms both;

  -o-animation: fadeInUp 300ms linear 1200ms both;

  -ms-animation: fadeInUp 300ms linear 1200ms both;

  animation: fadeInUp 300ms linear 1200ms both;

}

.top-menu {

  float: right;

  margin-right: 5px;

}

.top-menu a {

  margin-left: 4px;

  padding: 5px 8px;

  font-size: 11px;

  color: #FFF;

  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);

  background: rgb(178, 0, 0);

  background-image: -moz-radial-gradient(42% 50%, ellipse closest-side, rgb(217, 0, 0) 0%, rgb(178, 0, 0) 100%);

  background-image: -webkit-radial-gradient(42% 50%, ellipse closest-side, rgb(217, 0, 0) 0%, rgb(178, 0, 0) 100%);

  background-image: radial-gradient(42% 50%, ellipse closest-side, rgb(217, 0, 0) 0%, rgb(178, 0, 0) 100%);

}

.urun-kat {

  height: 231px;

  padding-right: 0;

  margin-bottom: 10px;

  background-image: -moz-radial-gradient(36% 57%, ellipse farthest-side, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgb(229, 229, 229) 100%);

  background-image: -webkit-radial-gradient(36% 57%, ellipse farthest-side, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgb(229, 229, 229) 100%);

  background-image: radial-gradient(36% 57%, ellipse farthest-side, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgb(229, 229, 229) 100%);

  border: 1px solid rgb(221, 221, 221);

  -moz-border-radius: 1px;

  -webkit-border-radius: 1px;

  border-radius: 1px;

}

.urun-kat:first-child {

  margin-right: 10px;

  width: 48.5%;

}

.avantaj li {

  width: 49%;

  float: left;

  height: 350px;

  vertical-align: top;

  list-style: none;

  padding: 0 10px;

}

#feature {

  padding: 0;

  background: transparent;

  overflow: hidden;

  position: relative;

}

#particles-js {

  position: absolute;

  z-index: 0;

  width: 100%;

  height: 100%;

  background-color: #fff;

  background-image: url('');

  background-size: cover;

  background-position: 50% 50%;

  background-repeat: no-repeat;

}

.neler-yapiyoruz-box {

  padding: 110px 0;

}

.ref-bslk {

  text-align: center;

  padding-bottom: 50px;

  position: relative;

  z-index: 1;

}

.ref-bslk h2 {

  font-size: 48px;

  font-weight: 400;

  margin: 15px 0;

  line-height: 38px;

  text-align: center;

}

.ref-bslk h2 span {

  font-size: 48px;

  font-weight: 600;

  display: inline;

  color: #ff9d01;

}

.ref-bslk p {}

.ref-bslk a {

  font-weight: 500;

}

.ref-bslk a:hover {

  color: #ff9d01;

}

#referanslar {

  padding: 50px 0px 0;

  /* background: #fafafa; */

  border-top: solid 1px #eaeaea;

}

.container.referans {

  width: 90%;

}

#referanslar:after {

  content: "";

  display: block;

  clear: both;

}

.yorumlar {

  padding: 100px 0;

  /* background-color: azure; */

  background-image: url(/assets/images/testimonial-bg.jpg);

  background-size: auto;

  position: relative;

}

.yorum-hiz .yorumlar div {

  width: 45%;

  margin: 0px 15px;

  display: inline-block;

}

.yorumlar:before {

  content: "";

  display: block;

  clear: both;

  background: rgb(19 14 9 / 90%);

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  /* z-index: 1; */

}

.yorumlar:after {

  content: "";

  display: block;

  clear: both;

}

.yorumlar h2 {

  font-size: 2.1em;

  color: #222;

  font-weight: 700;

  text-align: center;

  margin-bottom: 0;

}

.yorumlar .ref-bslk p {

  color: #f2f2f2;

}

.yorumlar .ref-bslk a {

  font-weight: 500;

  color: white;

}

.yorumlar .ref-bslk a:hover {

  color: #ff9d01;

}

.yorumlar .col-md-3 {

  perspective: 1000px;

  padding: 15px 0;

  position: relative;

  z-index: 1;

}

.yorumlar aside:after, .yorumlar aside:before {

  top: 100%;

  left: 50%;

  border: solid transparent;

  content: " ";

  height: 0;

  width: 0;

  position: absolute;

  pointer-events: none;

}

.yorumlar aside:after {

  border-color: rgba(238, 238, 238, 0);

  border-top-color: #eee;

  border-width: 15px;

  margin-left: -15px;

}

.yorumlar aside:before {

  border-color: rgba(238, 238, 238, 0);

  border-top-color: #eee;

  border-width: 18px;

  margin-left: -18px;

}

.yorumlar aside {

  border: solid 2px #eee;

  background: #fff;

  padding: 15px;

  transition: .3s;

  transform: rotateY(40deg);

}

.yorumlar .col-md-3:hover aside {

  transform: rotate(0)

}

.yorumlar p {

  padding: 15px 0 0 0;

  font-size: 14px;

  max-height: 150px;

  overflow: hidden;

}

.yorumlar h5 {

  font-size: 16px;

  font-weight: 800;

  margin-top: 25px;

}

.yorumlar .col-md-3 a {

  display: block;

  margin: 20px auto 0;

  width: 100px;

}

.yorumlar .carousel-item {

  text-align: center;

}

.yorumlar .carousel-item img {

  border-radius: 150px;

  border: solid 5px #e2e2e2;

}

.yorumlar .carousel-indicators {

  bottom: -40px;

}

.content-page .yorum-body li h3 {

  font-size: 16px;

}

.yorum-body {

  padding: 50px 0;

}

.yorum-body li {

  list-style: none;

  margin-bottom: 50px;

  margin-right: 28px;

  padding: 30px;

  background: white;

  box-shadow: 0 0 30px #d8d8d8;

  border-radius: 12px;

}

.yorum-body li::marker {

  display: none;

}

.navi-page {

  clear: both;

  text-align: center;

}

.biz-kimiz {

  padding: 100px 0;

  background: linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 100%);

}

.biz-kimiz .ref-bslk {

  text-align: left;

}

.biz-kimiz .ref-bslk h2 {

  text-align: left;

}

.biz-kimiz .ref-bslk p {

  font-size: 22px;

  font-weight: 500;

  line-height: 1.4em;

}

.biz-kimiz .ref-bslk h3 {

  font-size: 22px;

  font-weight: 600;

  color: #222;

}

.biz-kimiz .ref-bslk span {

  display: block;

  font-size: 18px;

  padding: 0 0 15px;

}

.biz-kimiz .ref-bslk h2 span {

  font-size: 48px;

  font-weight: 600;

  display: inline;

  color: #ff9d01;

}

.biz-kimiz .ref-bslk a {

  font-size: 16px;

  color: #ff9d01;

  padding: 10px;

  display: inline-block;

  border: solid 1px transparent;

  border-bottom: solid 1px #ff9d01;

  transition: all 0.5s ease;

}

.biz-kimiz .ref-bslk a:hover {

  border-color: #ff9d01;

}

#feature2 {

  /*background: #F2F2F2;



	      margin-bottom: 22px;



       padding: 10px 0;



	   position:relative;



	   top:-150px;*/

}

#feature2 .features {

  padding-top: 10px;

}

.features {

  padding: 0;

  padding: 30px 0;

}

.feature-wrap {

  margin-bottom: 35px;

  overflow: hidden;

}

.feature-wrap h2 {

  float: right;

  background: #F15B5A;

  padding: 8px;

  color: #fff;

  width: 48%;

  font-size: 16px;

  font-weight: 700;

  margin-top: 11%;

}

.feature-wrap h2 a {

  color: #FFF;

}

.feature-wrap h3 {

  margin-top: -3px;

  float: right;

  background: #777777;

  padding: 8px;

  color: #fff;

  width: 48%;

  font-size: 16px;

  font-weight: 700;

}

.feature-wrap h3 a {

  color: #FFF;

}

.cat-container {

  padding-left: 0;

  width: 65%;

}

#area-works {

  padding: 30px 0;

}

.media-body {

  color: #FFF;

}

.media-body strong {

  color: #FFF;

}

.media-body table tr td {

  color: #FFF;

  vertical-align: top;

}

.form-container {

  padding-left: 0;

  width: 35%;

}

.form-main {

  width: 100%;

  padding: 22px;

  min-height: 400px;

  border-radius: 28px;

  box-shadow: -1px -21px 45px 3px #00000033;

  color: #fff !important;

  border: 9px solid #fff;

  line-height: 0px;

}

.radiobox .form-group a {
  text-decoration: underline;
  color: #000000 !important;
}

a#ctl00_ContentPlaceHolder1_btnRefresh {

  display: initial;

  top: -32px;

  position: relative;

  font-size: 24px;

  background: none;

  right: -164px;

}

input#ctl00_ContentPlaceHolder1_CodeNumberTextBox {

  width: 106%;

  padding: 12px 0px;

}

.row.resimkod {

  margin-top: 30px;

  margin-bottom: 9px;

}

.row.resimkod img {

  max-width: 80%;

  margin-top: 8px;

  background: #fff;

  padding: 5px;

  border-radius: 8px;

}

a#ctl00_ContentPlaceHolder1_lnkKaydet {

  padding: 29px 25px;

  background: #333434;

  border-radius: 12px;

  color: #fff;

  transform: all 0.3s ease;

}

a#ctl00_ContentPlaceHolder1_lnkKaydet:hover {

  padding: 29px 25px;

  background: #fff;

  border-radius: 12px;

  color: #000;

  transform: all 0.3s ease;

}

.form-main h3 {

  margin: 0;

  font-size: 21px;

  font-weight: 800;

  color: #000;

  text-align: center;

}

.form-main span {

  display: block;

  margin-top: 0;

  font-size: 16.4px;

  font-weight: 800;

  color: #000;

  text-align: center;

  margin-bottom: 14px;

}

.form-main h3 {

  margin: 0 0px 2px;

  font-size: 39px;

  color: #fff;

  text-align: left;

  width: 100%;

  font-family: 'Poppins', sans-serif;

  font-weight: 400;

}

.form-main a {

  display: block;

  padding: 10px;

  text-align: center;

  font-weight: 700;

  color: #FFF;

  font-size: 18px;

  background-image: -moz-radial-gradient(49% 54%, ellipse farthest-side, rgb(255 157 1) 0%, rgb(255 157 1) 21%, rgb(255 157 1) 100%);

  background-image: -webkit-radial-gradient(49% 54%, ellipse farthest-side, rgb(255 157 1) 0%, rgb(255 157 1) 21%, rgb(255 157 1) 100%);

  background-image: radial-gradient(49% 54%, ellipse farthest-side, rgb(255 157 1) 0%, rgb(255 157 1) 21%, rgb(255 157 1) 100%);

  width: 100%;

}

.feature-wrap .pull-left {

  margin-right: 25px;

}

.feature-wrap i {

  /* margin: 3px;*/

  text-align: center;

  -webkit-transition: 500ms;

  -moz-transition: 500ms;

  -o-transition: 500ms;

  transition: 500ms;

  float: left;

  margin-right: 25px;

}

/*******************



SOL ALAN UYGULAMALAR



**************************











.kolon-1 {float:right;     width: 750px; min-height:100px}



.kolon-2 {float:left; width:420px; min-height:100px; margin:0; padding:30px; background:#f7f7f7; height:100%; position:relative;}



.kolon-3 {float:left; width:420px; min-height:100px; } 



.kolon-2 h2 {



	    background: url(/assets/images/h1-sol-bg.png) no-repeat left;



    padding-left: 18px;



    color: #240e33;



    font-weight: 800;



    font-size: 30px;



    margin: 0 0 10px 0;



}



.kolon-2 h2 span {



    display: block;



    color: #ed1c24;



    padding-left: 11px;



    font-weight: 900;



}



.kolon-form {float:left; width:420px; min-height:100px; position:absolute;     left:0;      top: -500px; z-index:1000} 



.kolon-1 table {



	width:100% !important;



}



.kolon-1 table tr td {



	vertical-align:top !important;



}



.kolon-1 table img {



	max-width:100% !important;



}



.ilgili-uygulama {float:left; width:100%; margin:30px 0; }



.ilgili-uygulama ul {float:left; width:100%; padding:0; margin:0; list-style:none;}



.ilgili-uygulama ul li { padding:5px 0;}



.ilgili-uygulama ul li:After { content:""; display:block;  clear:both; }



.ilgili-uygulama ul li:first-child {margin-right:10px;}



.ilgili-uygulama ul li .app-img {float:left; margin-right:15px;}



.ilgili-uygulama ul li h4 {margin-bottom:3px;       margin-top:0px; text-align:left;}



.ilgili-uygulama ul li h4 a {color:#483954;  font-weight:500; font-size:14px;}



.ilgili-uygulama ul li p {text-align:left;}



.ilgili-uygulama ul li p a {color:#000;  font-weight:400; font-size:13px; text-align: left; line-height:18px; height:38px; overflow:hidden;  display:block;}



.ilgili-uygulama ul li .app-detail { color:#0085B2; padding-right:15px; background:url(../images/arrow-double.png) right 5px no-repeat;}







.message-box {float:left; width:100%;     padding:12px 30px; background:white; max-height:500px; overflow-y:auto;}



.message-box::-webkit-scrollbar-track



{



	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);



	border-radius: 10px;



	background-color: #F5F5F5;



}







.message-box::-webkit-scrollbar



{



	width: 8px;



	background-color: #F5F5F5;



}







.message-box::-webkit-scrollbar-thumb



{



	border-radius: 10px;



	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);



	background-color: #e71b23;



}



.message-box h2 {



    background: url(/assets/images/h1-sol-bg.png) no-repeat left;



    padding-left: 18px;



    color: #240e33;



    font-weight: 800;



    font-size: 30px;



	margin:0 0 10px 0;



}



.message-box h2 span {



    color: #ed1c24;



}



.message-box p {font-family: 'Roboto Condensed', sans-serif;    font-size: 11.4px;      margin-bottom: 5px;  font-weight: 700;    text-align: center;    letter-spacing: -0.5px;}



.message-box .col-md-6:nth-child(1) {padding-left:0; padding-right:10px;}



.message-box .col-md-6:nth-child(2) {padding-right:0;}



.message-box .col-md-6:nth-child(3) {padding-left:0;}



.message-box .col-md-6:nth-child(4) {padding-right:0;}



.message-box .col-md-6:nth-child(5) {padding-left:0;}



.message-box .col-md-6:nth-child(6) {padding-right:0;}



.message-box .col-md-6:nth-child(7) {padding-left:0;}



.message-box .col-md-6:nth-child(8) {padding-right:0;}



.message-box .col-md-6:nth-child(9) {padding-left:0;}



.message-box .col-md-6:nth-child(10) {padding-right:0;}



.message-box .col-md-6:nth-child(11) {padding-left:0;}



.message-box .col-md-6:nth-child(12) {padding-right:0;}



.message-box .form-group  {     margin-bottom: 10px;    width: 50%;   float: left;     padding: 0;}



.form-content .form-group:nth-child(1) {padding-left:0; padding-right:5px;} 



.form-content .form-group:nth-child(2) {padding-left:5px; padding-right:0px;} 



.form-content .form-group:nth-child(4) {padding-left:0; padding-right:5px;} 



.form-content .form-group:nth-child(5) {padding-left:5px; padding-right:0px;} 



.form-content .form-group:nth-child(6) {padding-left:0; padding-right:5px;} 



.form-content .form-group:nth-child(7) {padding-left:5px; padding-right:0px;}







.message-box label {



    display: inline;



    margin-bottom: 0;



	display:none;



}



.kvkkmesaj {



    color: red;



	font-size: 12px;



    line-height: 16px;



}







.message-box .form-group:last-child {width:100%;}



.message-box label {font-weight:400;}



.message-box input {



background-color:#fafafa;



width:100%;



height:41px;



border-color:#f6f6f6 !important;



border-width:1px;



	-moz-border-radius:0px;



	-webkit-border-radius:0px;



	border-radius:0px;



border-style:solid;



-moz-box-shadow:none !important;



-webkit-box-shadow:none !important;



box-shadow:none !important; }







.message-box textarea{



background-color:#fafafa;



width:100%;



height:61px;



border-color:#f6f6f6 !important;



border-width:1px;



	-moz-border-radius:0px;



	-webkit-border-radius:0px;



	border-radius:0px;



border-style:solid;



-moz-box-shadow:none !important;



-webkit-box-shadow:none !important;



box-shadow:none !important; }







.message-box select {



background-color:#fafafa;



width:100%;



height:41px;



border-color:#f6f6f6 !important;



border-width:1px;



	-moz-border-radius:0px;



	-webkit-border-radius:0px;



	border-radius:0px;



border-style:solid;



-moz-box-shadow:none !important;



-webkit-box-shadow:none !important;



box-shadow:none !important; }











.message-box input[type="checkbox"] {



	



	background-color:#fafafa;



	width:inherit;



	height:inherit;



	border-color:none;



	border-width:1px;



	-moz-border-radius:0px;



	-webkit-border-radius:0px;



	border-radius:0px;



	border-style:solid;



	-moz-box-shadow:none !important;



-webkit-box-shadow:none !important;



box-shadow:none !important;	



}







.message-bottom {width:100%; float:left; margin-top:5px; position:relative;}



.message-bottom a {



	background: #529b3f;



	text-align:center;



}



*/

.kolon-form {

  position: absolute;

  top: -150px;

  z-index: 1;

  width: 100%;

  background: white;

  padding: 0 15px;

  margin: 0;

  border-radius: 15px 15px 0 0;

}

.message-box h2 {

  font-size: 24px;

  font-weight: 400;

}

.message-box h2 span {

  color: #ff9d01;

  font-weight: 600;

}

.form-content {

  margin: 0 -15px;

}

.form-content:after {

  content: "";

  display: block;

  clear: both;

}

.form-permit {

  padding: 15px 0 0 0;

}

#btnGonder {

  color: #fff;

  background: linear-gradient(to right, #ffc107 0%, #ff9800 100%);

  border-radius: 3px;

  padding: 14px 40px;

  position: relative;

  display: inline-block;

  vertical-align: top;

  text-align: center;

  transition: all .3s ease-in-out !important;

  -webkit-transition: all .3s ease-in-out !important;

}

#btnGonder:hover {

  box-shadow: 0px 8px 25px rgb(0 0 0 / 25%);

  transform: translateY(-5px);

  -webkit-transform: translateY(-5px);

}

.info-box {

  margin: 60px 0;

  border-top: solid 1px #e8e8e8;

  font-size: 16px;

  line-height: 26px;

}

.none {

  display: none;

}

.hizmetalt {

  padding: 60px 0;

  background: linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 100%);

}

.hizmetalt h2 {

  font-size: 32px;

  font-weight: 400;

  margin: 15px 0;

  line-height: 38px;

  text-align: left;

}

.hizmetalt h2 span {

  font-size: 32px;

  font-weight: 600;

  display: inline;

  color: #ff9d01;

}

.yorum-hiz {

  padding: 60px 0;

  text-align: center;

}

.yorum-hiz h2 {

  font-size: 32px;

  font-weight: 400;

  margin: 15px 0;

  line-height: 38px;

  text-align: center;

}

.yorum-hiz h2 {

  font-size: 32px;

  font-weight: 600;

  display: block;

  color: #ff9d01;

}

.yorum-hiz .yorumlar {

  padding: 30px 0;

  text-align: center;

}

.yorum-hiz .yorumlar aside {

  transform: rotateY(0deg);

}

.yorum-hiz .yorumlar:before {

  content: none;

}

.yorum-hiz .yorumlar a {

  display: block;

  margin: 15px 0;

}

.yorum-hiz .yorumlar a img {

  border-radius: 150px;

  border: solid 5px #e2e2e2;

}

.ilgili-uygulama li {

  width: 33.3%;

  padding: 15px;

  float: left;

  list-style: none;

}

.app-img {

  overflow: hidden;

  position: relative;

  height: 200px;

  display: block;

  border-radius: 15px;

  box-shadow: 0 0 15px #9e9e9e;

}

.app-img img {

  height: 100%;

  width: 100%;

  max-width: inherit;

  position: relative;

  transition: all 0.8s ease;

}

.ilgili-uygulama ul {

  margin: 0 -15px;

}

.ilgili-uygulama li {

  height: 320px;

}

.ilgili-uygulama li h3 a {

  font-size: 16px;

  line-height: 22px;

  padding: 10px 0 0;

  color: #222;

  display: block;

}

.menu-trigger {

  display: none;

}

.panel-default &gt; .panel-heading, .panel {

  background-color: #fff;

  border: 0 none;

  box-shadow: none;

}

.panel-default &gt; .panel-heading + .panel-collapse .panel-body {

  background: #fff;

  color: #858586;

  max-height: 300px;

  overflow-y: scroll;

}

.panel-body {

  padding: 20px 20px 10px;

}

.collapse:first-child {

  display: block;

}

.panel-group .panel {

  margin-top: 0;

  border-bottom: 1px solid #e2e2e2;

}

.panel-group .panel {

  border-radius: 0;

}

.panel-heading {

  border-radius: 0;

}

.panel-title &gt; a {

  color: #4e4e4e;

  font-size: 14px;

}

.accordion-inner img {

  border-radius: 4px;

}

.accordion-inner h4 {

  margin-top: 0;

}

.panel-heading.active {

  background: #1f1f20;

}

.panel-heading.active .panel-title &gt; a {

  color: #fff;

}

a.accordion-toggle i {

  width: 45px;

  line-height: 44px;

  font-size: 20px;

  margin-top: -10px;

  text-align: center;

  margin-right: -15px;

  background: #c9c9c9;

}

.panel-heading.active a.accordion-toggle i {

  background: #ec1c24;

  color: #fff;

}

.panel-heading.active a.accordion-toggle.collapsed i {

  background: #ec1c24;

  color: #fff;

}

.asks .panel-group .panel {

  margin-bottom: 4px;

}

.asks .panel-heading {

  padding: 0;

}

.asks .panel-heading &gt; a {

  color: #4e4e4e;

  font-size: 13px;

  display: block;

  padding: 15px 30px 15px 15px;

  background: url(/assets/images/arrow-icon-black.png) no-repeat 95% center;

}

.asks .panel-heading:hover {

  background: #fab201;

}

.asks .panel-heading &gt; a:hover {

  background: url(/assets/images/arrow-icon.png) no-repeat 95% center;

  color: #fff;

}

#product-works {

  padding: 44px;

  background: #fff;

}

#owl-product .owl-buttons {

  position: absolute;

  top: -55px;

  right: 0;

}

#owl-product .owl-buttons div {

  margin: 0;

  padding: 0;

}

#product-works h4 {

  margin-top: -3px;

  color: #c39030;

  font-size: 23px;

  font-weight: 800;

  margin-bottom: 23px;

}

.product-item {

  border: 1px solid #E8E8E8;

  margin: 0 5px;

  padding: 6px;

}

.product-item a {

  width: 100%;

  display: block;

}

.product-item img {

  display: block;

  margin: 0 auto;

  max-width: 100%;

}

.product-item h4 {

  width: 100%;

  margin: 0;

  margin-bottom: 10px;

  background: #8C0000;

  text-align: center;

}

.product-item h4 a {

  color: #fff;

  padding: 10px;

  font-size: 16px;

}

#info-works {

  display: none;

}

.info-line {

  float: left;

  width: 100%;

}

.info-line ul {

  float: left;

  width: 100%;

  list-style: none;

  padding: 0;

}

.info-line ul li {

  display: inline-block;

  float: left;

  width: 24%;

  margin-right: 8px;

}

.info-line ul li:last-child {

  margin-right: 0;

}

.info-line ul li:nth-child(3) span {

  margin-top: 0;

}

.info-line ul li a {

  background: #fff;

  padding: 11px 5px;

  width: 100%;

  height: 68px;

  display: block;

  font-size: 18px;

  font-weight: 700;

  color: #000;

}

.info-line ul li a span {

  margin-top: 10px;

  display: block;

}

.info-line ul li a i {

  float: left;

  margin: 0 15px;

}

#owl-kullan {

  max-width: 1100px;

  margin: 0 auto;

}

#owl-kullan .owl-next {

  float: right;

  margin-right: -28px;

}

#owl-kullan .owl-prev {

  float: left;

  margin-left: -54px;

}

#owl-kullan .owl-buttons {

  top: 23px;

  position: absolute;

  width: 100%;

}

#owl-kullan .item img {

  display: block;

  margin: 0 auto;

  max-width: 100%;

}

#owl-kullan .item p {

  text-align: center;

  font-size: 18px;

}

#owl-kullan .item p a {

  color: #c39030

}

#area-works h4 {

  text-transform: uppercase;

  margin-top: -3px;

  color: #c39030;

  font-size: 23px;

  font-weight: 800;

  margin-bottom: 23px;

}

#owl-kullan .item p a {

  color: #c39030;

  font-size: 13px;

  line-height: 13px;

}

#recent-works .col-xs-12.col-sm-4.col-md-3 {

  padding: 0;

}

#recent-works {}

.recent-work-wrap {

  position: relative;

}

.recent-work-wrap img {

  width: 100%;

}

.recent-work-wrap .recent-work-inner {

  top: 0;

  background: transparent;

  opacity: .8;

  width: 100%;

  border-radius: 0;

  margin-bottom: 0;

}

.recent-work-wrap .recent-work-inner h3 {

  margin: 10px 0;

}

.recent-work-wrap .recent-work-inner h3 a {

  font-size: 24px;

  color: #fff;

}

.recent-work-wrap .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  border-radius: 0;

  background: #c39030;

  color: #fff;

  vertical-align: middle;

  -webkit-transition: opacity 500ms;

  -moz-transition: opacity 500ms;

  -o-transition: opacity 500ms;

  transition: opacity 500ms;

  padding: 30px;

}

.recent-work-wrap .overlay .preview {

  bottom: 0;

  display: inline-block;

  height: 35px;

  line-height: 35px;

  border-radius: 0;

  background: transparent;

  text-align: center;

  color: #fff;

}

.recent-work-wrap:hover .overlay {

  opacity: 1;

}

#owl-brand {

  max-width: 1100px;

  margin: 0 auto;

}

#owl-brand .owl-next {

  float: right;

  margin-right: -28px;

}

#owl-brand .owl-prev {

  float: left;

  margin-left: -54px;

}

#owl-brand .owl-buttons {

  top: 23px;

  position: absolute;

  width: 100%;

}

.owl-theme .owl-controls .owl-buttons div {

  background: none;

}

.owl-theme .owl-controls .owl-buttons div i {

  font-size: 38px;

  font-weight: 300;

  color: #CCC;

}

#area-works .owl-theme .owl-controls {

  z-index: 99999999;

  position: relative;

  top: -140px;

}

#services {

  background: #000 url(/assets/images/services/bg_services.png);

  background-size: cover;

  padding-top: 0;

}

#services .lead, #services h2 {

  color: #fff;

}

.services-wrap {

  padding: 7px 6px;

  background: #fff;

  border-radius: 4px;

  margin: 0 0 10px;

}

.services-wrap h3 {

  font-size: 18px;

  font-weight: 600;

  margin: 0px 0;

  color: #000;

}

.services-wrap h3 a {

  width: 100%;

  display: block;

  color: #000;

  font-size: 14px;

}

.services-wrap p {

  line-height: 19px;

  font-size: 12px;

}

.services-wrap .pull-left {

  margin-right: 20px;

  width: 29%;

}

.slider {

  width: 100%;

  height: 100vh;

  position: relative;

}

.slItems {

  width: 100%;

  height: 100%;

  overflow: hidden;

  position: relative;

}

.blog-container {

  padding: 50px 0;

  display: table;

}

.blog-container:after {

  content: "";

  display: block;

  clear: both;

}

.blog-container .news-img {

  display: block;

  overflow: hidden;

  position: relative;

  height: 205px;

}

.news-list li {

  width: 25%;

  padding: 15px;

  float: left;

  list-style: none;

}



.news-list li:last-child {

  width: 50%;

  padding: 15px;

  float: left;

}

.news-img {}

.news-title {}

.news-ic {
    overflow: hidden;
    position: relative;
    height: 220px;
    border-radius: 17px;
}



.news-img img {
    height: 100%;
    width: 100%;
    max-width: inherit;
    position: relative;
    transition: all 0.8s ease;
}

.news-img:hover img {

  transform: scale(1.1);

}

.news-txt {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0;
    padding: 20px;
    padding-top: 169px;
    width: 100%;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(21 72 239) 0%, rgb(217 23 45 / 97%) 29%, rgb(250 183 11 / 78%) 60%, rgb(1 164 22 / 52%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1548ef", endColorstr="#01a416", GradientType=1);
}

.news-txt h3 a {
    color: white;
    font-size: 13px;
}

.slItem {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  opacity: 0;

  visibility: hidden;

  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */

  backface-visibility: hidden;

}

.slText {

  position: absolute;

  top: 50%;

  left: 50%;

  max-width: 100%;

  width: 100%;

  padding: 0 170px;

  text-align: center;

  transform: translate3d(-50%, -50%, 0);

  -webkit-transform: translate3d(-50%, -50%, 0);

  -moz-transform: translate3d(-50%, -50%, 0);

  -o-transform: translate3d(-50%, -50%, 0);

  -ms-transform: translate3d(-50%, -50%, 0);

  color: #fff;

  font-size: 30px;

  display: none;

}

.slider [class*="ctrl"] {

  position: absolute;

  top: 50%;

  color: #fff;

  font-size: 85px;

  font-weight: 200;

  margin-top: -42.5px;

  cursor: pointer;

}

.ctrlNext {

  right: 50px;

}

.ctrlPrev {

  left: 50px;

}

.slItem.active {

  opacity: 1;

  visibility: visible;

  transform: translate3d(0, 0, 0);

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

}

.next, .prev {

  transition: transform 0.7s ease-in-out;

  -webkit-transition: -webkit-transform 0.7s ease-in-out;

  -moz-transition: -moz-transform 0.7s ease-in-out;

  -o-transition: -o-transform 0.7s ease-in-out;

  -ms-transition: -ms-transform 0.7s ease-in-out;

}

.slItem.nextItem {

  opacity: 1;

  visibility: visible;

  transform: translate3d(100%, 0, 0);

  -webkit-transform: translate3d(100%, 0, 0);

  -moz-transform: translate3d(100%, 0, 0);

  -o-transform: translate3d(100%, 0, 0);

  -ms-transform: translate3d(100%, 0, 0);

}

.slItem.nextItem.next, .slItem.prevItem.prev {

  transform: translate3d(0, 0);

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

}

.slItem.active.next {

  transform: translate3d(-100%, 0, 0);

  -webkit-transform: translate3d(-100%, 0, 0);

  -moz-transform: translate3d(-100%, 0, 0);

  -o-transform: translate3d(-100%, 0, 0);

  -ms-transform: translate3d(-100%, 0, 0);

}

.slItem.prevItem {

  opacity: 1;

  visibility: visible;

  transform: translate3d(-100%, 0, 0);

  -webkit-transform: translate3d(-100%, 0, 0);

  -moz-transform: translate3d(-100%, 0, 0);

  -o-transform: translate3d(-100%, 0, 0);

  -ms-transform: translate3d(-100%, 0, 0);

}

.slItem.active.prev {

  transform: translate3d(100%, 0, 0);

  -webkit-transform: translate3d(100%, 0, 0);

  -moz-transform: translate3d(100%, 0, 0);

  -o-transform: translate3d(100%, 0, 0);

  -ms-transform: translate3d(100%, 0, 0);

}

.slDots {

  position: absolute;

  bottom: 50px;

  left: 50%;

  transform: translate(-50%, 0);

  -webkit-transform: translate(-50%, 0);

  -moz-transform: translate(-50%, 0);

  -o-transform: translate(-50%, 0);

  -ms-transform: translate(-50%, 0);

}

.slDotsSingle {

  width: 13px;

  height: 13px;

  float: left;

  border: 2px solid #FFFFFF;

  border-radius: 50%;

  margin-left: 5px;

  cursor: pointer;

  transition: background 0.3s ease;

}

.slDotsSingle.active {

  background: #FFFFFF;

}

.slDotsSingle:hover {

  background: #D0D0D0;

  border-color: #D0D0D0;

}

#middle {

  background: #f2f2f2;

}

.skill h2 {

  margin-bottom: 25px;

}

.progress-wrap {

  position: relative;

}

.progress .color1, .progress .color1 .bar-width {

  background: #2d7da4;

}

.progress .color2, .progress .color2 .bar-width {

  background: #6aa42f;

}

.progress .color3, .progress .color3 .bar-width {

  background: #ffcc33;

}

.progress .color4, .progress .color4 .bar-width {

  background: #db3615;

}

.progress, .progress-bar {

  height: 15px;

  line-height: 15px;

  background: #e6e6e6;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

  border-radius: 0;

  overflow: visible;

  text-align: right;

}

.progress {

  position: relative;

}

.progress .bar-width {

  position: absolute;

  width: 40px;

  height: 20px;

  line-height: 20px;

  text-align: center;

  font-size: 12px;

  font-weight: 700;

  top: -30px;

  border-radius: 2px;

  margin-left: -30px;

}

.progress span {

  position: relative;

}

.progress span:before {

  content: " ";

  position: absolute;

  width: auto;

  height: auto;

  border-width: 8px 5px;

  border-style: solid;

  bottom: -15px;

  right: 8px;

}

.progress .color1 span:before {

  border-color: #2d7da4 transparent transparent transparent;

}

.progress .color2 span:before {

  border-color: #6aa42f transparent transparent transparent;

}

.progress .color3 span:before {

  border-color: #ffcc33 transparent transparent transparent;

}

.progress .color4 span:before {

  border-color: #db3615 transparent transparent transparent;

}

.nav-tabs &gt; li {

  margin-bottom: 0px;

  border-bottom: 1px solid #e6e6e6;

}

.nav-tabs {

  border-bottom: transparent;

  border-right: 1px solid #e6e6e6;

}

.nav-tabs &gt; li &gt; a {

  color: #666;

  border-radius: 0;

  border: 0 none;

  line-height: 24px;

  margin-right: 0;

  padding: 25px 15px;

  font-size: 16px;

  font-weight: 700;

}

.nav-tabs li:last-child {

  border-bottom: 0 none;

}

.nav-stacked &gt; li + li {

  margin-top: 0;

}

.nav-tabs &gt; li &gt; a:hover {

  background: #1f1f20;

  color: #fff;

}

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {

  border: 0;

  color: #fff;

  background: #1f1f20;

  position: relative;

}

/*.nav-tabs&gt;li.active&gt;a:after {



  position: absolute;



  content:  "";



  width: auto;



  height: auto;



  border-style:solid;



  border-color: transparent transparent transparent #1f1f20;



  border-width: 25px 22px;



  right: -44px;



  top:0;



}*/

.tab-wrap {

  border-left: 0;

  margin-bottom: 20px;

}

.tab-content {

  padding: 20px;

}

.tab-content h2 {

  margin-top: 0;

}

.tab-content img {

  border-radius: 4px;

}

.testimonial h2 {

  margin-top: 0;

}

.testimonial-inner {

  color: #858586;

  font-size: 14px;

}

.testimonial-inner .pull-left {

  border-right: 1px solid #e7e7e7;

  padding-right: 15px;

  position: relative;

}

.testimonial-inner .pull-left:after {

  content: "";

  position: absolute;

  width: 9px;

  height: 9px;

  top: 50%;

  margin-top: -5px;

  background: #FFF;

  -webkit-transform: rotate(45deg);

  border: 1px solid #e7e7e7;

  right: -5px;

  border-left: 0 none;

  border-bottom: 0 none;

}

#partner {

  background: url(/assets/images/partners/partner_bg.png) 50% 50% no-repeat;

  background-size: cover;

}

#partner {

  color: #fff;

  text-align: center;

}

#partner h2, #partner h3 {

  color: #fff;

}

.partners ul {

  list-style: none;

  margin: 0;

  padding: 0;

}

.partners ul li {

  display: inline-block;

  float: left;

  width: 20%;

}

#conatcat-info {

  padding: 50px 0;

}

#conatcat-info .ref-bslk {

  padding-bottom: 15px;

}

.contact-info i {

  width: 60px;

  height: 60px;

  font-size: 40px;

  line-height: 60px;

  color: #fff;

  background: #000;

  text-align: center;

  border-radius: 10px;

}

.contact-info h2 {

  margin-top: 0;

  color: #000;

}

.contact-info {

  color: #000;

}

.home-form {

  background-image: url(/assets/img/home-form-bg2.jpg);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  padding: 50px 0;

}

.home-form h3 {

  color: white;

  font-size: 48px;

  font-weight: 600;

  text-align: center;

  margin: 0 auto;

  line-height: initial;

}

/*************************



********* About Us Page CSS ******



**************************/

.about-us {

  margin-top: 110px;

  margin-bottom: -110px;

}

.about-us h2, .skill_text h2 {

  color: #4e4e4e;

  font-size: 30px;

  font-weight: 600;

}

.about-us p {

  color: #4e4e4e;

}

#carousel-slider {

  position: relative;

}

#carousel-slider .carousel-indicators {

  bottom: -25px;

}

#carousel-slider .carousel-indicators li {

  border: 1px solid #ffbd20;

}

#carousel-slider a i {

  border: 1px solid #777;

  border-radius: 50%;

  font-size: 28px;

  height: 50px;

  padding: 8px;

  position: absolute;

  top: 50%;

  width: 50px;

  color: #777;

}

#carousel-slider a i:hover {

  background: #bfbfbf;

  color: #fff;

  border: 1px solid #bfbfbf;

}

#carousel-slider .carousel-control {

  width: inherit;

}

#carousel-slider .carousel-control.left i {

  left: -25px

}

#carousel-slider .carousel-control.right i {

  right: -25px;

}

#carousel-slider .carousel-control.left, #carousel-slider .carousel-control.right {

  background: none;

}

.skill_text {

  display: block;

  margin-bottom: 60px;

  margin-top: 25px;

  overflow: hidden;

}

.sinlge-skill {

  background: #f2f2f2;

  border-radius: 100%;

  color: #FFFFFF;

  font-size: 22px;

  font-weight: bold;

  height: 200px;

  position: relative;

  width: 200px;

  text-transform: uppercase;

  overflow: hidden;

  margin: 30px 0;

}

.sinlge-skill p em {

  color: #FFFFFF;

  font-size: 38px;

}

.sinlge-skill p {

  line-height: 1;

}

.joomla-skill, .html-skill, .css-skill, .wp-skill {

  position: absolute;

  height: 100%;

  bottom: 0;

  width: 100%;

  border-radius: 100%;

  padding: 70px 0;

  text-align: center;

}

.joomla-skill {

  background: rgb(242, 242, 242); /* Old browsers */

  background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(28%, rgba(242, 242, 242, 1)), color-stop(28%, rgba(45, 125, 164, 1))); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* IE10+ */

  background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#2d7da4', GradientType=0); /* IE6-9 */

}

.html-skill {

  background: rgb(242, 242, 242); /* Old browsers */

  background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(9%, rgba(242, 242, 242, 1)), color-stop(9%, rgba(106, 164, 47, 1))); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* IE10+ */

  background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#6aa42f', GradientType=0); /* IE6-9 */

}

.css-skill {

  background: rgb(242, 242, 242); /* Old browsers */

  background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(32%, rgba(242, 242, 242, 1)), color-stop(32%, rgba(255, 189, 32, 1))); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* IE10+ */

  background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffbd20', GradientType=0); /* IE6-9 */

}

.wp-skill {

  background: rgb(242, 242, 242); /* Old browsers */

  background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(19%, rgba(242, 242, 242, 1)), color-stop(19%, rgba(219, 54, 21, 1))); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* IE10+ */

  background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#db3615', GradientType=0); /* IE6-9 */

}

.skill-wrap {

  display: block;

  overflow: hidden;

  margin: 60px 0;

}

.team h4 {

  margin-top: 0;

  text-transform: uppercase;

}

.team h5 {

  font-weight: 300;

}

.single-profile-top, .single-profile-bottom {

  font-weight: 400;

  line-height: 24px;

}

.single-profile-top, .single-profile-bottom {

  border: 1px solid #ddd;

  padding: 15px;

  position: relative;

}

.media_image {

  margin-bottom: 10px;

}

.team .btn {

  background: transparent;

  font-size: 12px;

  font-weight: 300;

  margin-bottom: 3px;

  padding: 1px 5px;

  text-transform: uppercase;

  border: 1px solid#ddd;

  margin-right: 3px;

}

ul.social_icons, ul.tag {

  list-style: none;

  padding: 0;

  margin: 10px 0;

  display: block;

}

ul.social_icons li, ul.tag li {

  display: inline-block;

  margin-right: 5px;

}

ul.social_icons li a i {

  border-radius: 50%;

  color: #FFFFFF;

  height: 25px;

  line-height: 25px;

  font-size: 12px;

  padding: 0;

  text-align: center;

  width: 25px;

  opacity: .8;

}

.team .social_icons .fa-facebook:hover, .team .social_icons .fa-twitter:hover, .team .social_icons .fa-google-plus:hover {

  transform: rotate(360deg);

  -ms-transform: rotate(360deg);

  -webkit-transform: rotate(360deg);

  transition-duration: 2s;

  transition-property: all;

  transition-timing-function: ease;

  opacity: 1;

  transition: all 0.9s ease 0s;

  -moz-transition: all 0.9s ease 0s;

  -webkit-transition: all 0.9s ease 0s;

  -o-transition: all 0.9s ease 0s;

}

.team .social_icons .fa-facebook {

  background: #0182c4;

}

.team .social_icons .fa-twitter {

  background: #20B8FF

}

.team .social_icons .fa-google-plus {

  background: #D34836

}

.team-bar .first-one-arrow {

  float: left;

  margin-right: 30px;

  width: 2%;

}

.team-bar .first-arrow {

  float: left;

  margin-left: 5px;

  margin-right: 35px;

  width: 22%;

}

.team-bar .second-arrow {

  float: left;

  margin-left: 5px;

  width: 21%;

}

.team-bar .third-arrow {

  float: left;

  margin-left: 40px;

  margin-right: 12px;

  width: 22%;

}

.team-bar .fourth-arrow {

  float: left;

  margin-left: 25px;

  width: 20%;

}

.team-bar .first-one-arrow hr {

  border-bottom: 1px solid #2D7DA4;

  border-top: 1px solid #2D7DA4;

}

.team-bar .first-arrow hr {

  border-bottom: 1px solid #2D7DA4;

  border-top: 1px solid #2D7DA4;

}

.team-bar .second-arrow hr {

  border-bottom: 1px solid #6aa42f;

  border-top: 1px solid #6aa42f;

}

.team-bar .third-arrow hr {

  border-bottom: 1px solid #FFBD20;

  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {

  border-bottom: 1px solid #db3615;

  border-top: 1px solid #db3615;

}

.team-bar {

  margin-bottom: 15px;

  margin-top: 30px;

  position: relative;

}

.team-bar i {

  border-radius: 50%;

  color: #FFFFFF;

  display: block;

  height: 24px;

  line-height: 24px;

  margin-top: -32px;

  overflow: hidden;

  padding: 0;

  text-align: center;

  width: 24px;

  position: absolute;

}

.team-bar .first-arrow .fa-angle-up {

  background: #2D7DA4;

  margin-left: -33px

}

.team-bar .second-arrow .fa-angle-down {

  background: #6AA42F;

  margin-left: -33px;

}

.team-bar .third-arrow .fa-angle-up {

  background: #FFBD20;

  margin-left: -32px;

}

.team-bar .fourth-arrow .fa-angle-down {

  background: #db3615;

  margin-left: -32px;

}

.team .single-profile-top:before, .team .single-profile-top:after {

  content: "";

  position: absolute;

  width: 0;

  height: 0;

  border-style: solid;

}

.team .single-profile-top:before {

  left: 26px;

  bottom: -20px;

  border-width: 10px;

  border-color: #fff transparent transparent transparent;

  z-index: 1;

}

.team .single-profile-top:after {

  left: 25px;

  bottom: -22px;

  border-style: solid;

  border-width: 11px;

  border-color: #ddd transparent transparent transparent;

  z-index: 0;

}

.team .single-profile-bottom:before, .team .single-profile-bottom:after {

  position: absolute;

  content: "";

  width: 0;

  height: 0;

  border-style: solid;

}

.team .single-profile-bottom:before {

  left: 30px;

  top: -20px;

  border-width: 10px;

  border-color: transparent transparent #fff transparent;

  z-index: 1;

}

.team .single-profile-bottom:after {

  left: 29px;

  top: -22px;

  border-style: solid;

  border-width: 11px;

  border-color: transparent transparent #DDD transparent;

  z-index: 0;

}

/***********************



****Service page css****



***********************/

.services {

  padding: 0;

}

.get-started {

  background: none repeat scroll 0 0 #F3F3F3;

  border-radius: 3px;

  padding-bottom: 30px;

  position: relative;

  margin-bottom: 18px;

  margin-top: 60px;

}

.get-started h2 {

  padding-top: 30px;

  margin-bottom: 20px;

}

.request {

  bottom: -15px;

  left: 50%;

  position: absolute;

  margin-left: -110px;

}

.request h4 {

  position: absolute;

  width: 220px;

  position: relative;

}

.request h4 a {

  background: #c39030;

  color: #fff;

  font-size: 14px;

  font-weight: normal;

  border-radius: 3px;

  padding: 5px 15px;

}

.request h4:after {

  border-color: #c39030 transparent transparent;

  border-style: solid;

  border-width: 12px;

  bottom: -18px;

  content: "";

  height: 0;

  position: absolute;

  right: 13px;

  z-index: -99999;

}

.request h4:before {

  border-color: #c39030 transparent transparent;

  border-style: solid;

  border-width: 12px;

  bottom: -18px;

  content: "";

  height: 0;

  left: 13px;

  position: absolute;

  z-index: -99999;

}

.clients-area {

  padding: 60px;

}

.clients-comments {

  background-image: url("/assets/images/image_bg.png");

  background-position: center 118px;

  background-repeat: no-repeat;

  margin-bottom: 100px;

}

.clients-comments img {

  background: #DDDDDD;

  border: 1px solid #DDDDDD;

  height: 182px;

  padding: 3px;

  width: 182px;

  transition: all 0.9s ease 0s;

  -moz-transition: all 0.9s ease 0s;

  -webkit-transition: all 0.9s ease 0s;

  -o-transition: all 0.9s ease 0s;

}

.clients-comments h3 {

  margin-top: 55px;

  font-weight: 300;

  padding: 0 40px;

}

.clients-comments h4 {

  font-weight: 300;

  margin-top: 15px;

}

.clients-comments h4 span {

  font-weight: 700;

  font-style: normal;

}

.footer {

  background: none repeat scroll 0 0 #2E2E2E;

  border-top: 5px solid #c39030;

  height: 84px;

  margin-top: 110px;

}

.footer_left {

  padding: 10px;

}

.text-left {

  color: #FFFFFF;

  font-size: 12px;

  margin-top: 15px;

}

/*************************



********* Portfolio CSS ******



**************************/

#portfolio_page {

  margin-top: 115px;

  padding-bottom: 0;

}

.portfolio-items, .portfolio-filter {

  list-style: none outside none;

  margin: 0 0 40px 0;

  padding: 0;

}

.portfolio-filter &gt; li {

  display: inline-block;

}

.portfolio-filter &gt; li a {

  background: none repeat scroll 0 0 #FFFFFF;

  font-size: 14px;

  font-weight: 400;

  margin-right: 20px;

  text-transform: uppercase;

  transition: all 0.9s ease 0s;

  -moz-transition: all 0.9s ease 0s;

  -webkit-transition: all 0.9s ease 0s;

  -o-transition: all 0.9s ease 0s;

  border: 1px solid #F2F2F2;

  outline: none;

  border-radius: 3px;

}

.portfolio-filter &gt; li a:hover, .portfolio-filter &gt; li a.active {

  color: #fff;

  background: #c39030;

  border: 1px solid #c39030;

  box-shadow: none;

  -webkit-box-shadow: none;

}

.portfolio-items &gt; li {

  float: left;

  padding: 0;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.portfolio-item {

  margin: 0;

  padding: 0;

}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {

  z-index: 2;

}

.isotope-hidden.isotope-item {

  pointer-events: none;

  z-index: 1;

}

/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {

  -webkit-transition-duration: 0.8s;

  -moz-transition-duration: 0.8s;

  -ms-transition-duration: 0.8s;

  -o-transition-duration: 0.8s;

  transition-duration: 0.8s;

}

.isotope {

  -webkit-transition-property: height, width;

  -moz-transition-property: height, width;

  -ms-transition-property: height, width;

  -o-transition-property: height, width;

  transition-property: height, width;

}

.isotope .isotope-item {

  -webkit-transition-property: -webkit-transform, opacity;

  -moz-transition-property: -moz-transform, opacity;

  -ms-transition-property: -ms-transform, opacity;

  -o-transition-property: -o-transform, opacity;

  transition-property: transform, opacity;

}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {

  -webkit-transition-duration: 0s;

  -moz-transition-duration: 0s;

  -ms-transition-duration: 0s;

  -o-transition-duration: 0s;

  transition-duration: 0s;

}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {

  -webkit-transition: none;

  -moz-transition: none;

  -ms-transition: none;

  -o-transition: none;

  transition: none;

}

/**************************



********* Pricing Table CSS *



**************************/

.pricing_heading {

  margin-top: 120px

}

.pricing_heading h2, .pricing_heading p {

  color: #4e4e4e;

}

.pricing-area h1 {

  font-weight: 300;

  margin-top: 0;

  margin-bottom: 15px;

}

.pricing-area span {

  font-weight: 700;

  font-size: 18px;

}

.pricing-area h3, .pricing-area span {

  color: #fff;

}

.plan {

  position: relative;

  margin-bottom: 70px;

}

.pricing-area ul {

  background: #FAFAFA;

  padding: 0;

  margin: 0;

}

.pricing-area ul li {

  list-style: none;

  padding: 15px 0;

  font-size: 16px;

  font-weight: 400;

}

.pricing-area ul li:nth-child(even) {

  background: #f5f5f5

}

.pricing-area .price-three img, .pricing-area .price-six img {

  position: absolute;

  right: 15px;

  top: 0;

}

.pricing-area .heading-one, .pricing-area .heading-two, .pricing-area .heading-three {

  padding: 17px 0;

  border-radius: 2px 2px 0 0;

}

.pricing-area .heading-one, .pricing-area .heading-two, .pricing-area .heading-three, .pricing-area .heading-four, .pricing-area .heading-five, .pricing-area .heading-six, .pricing-area .heading-seven {

  margin-left: -10px

}

.pricing-area .heading-one, .pricing-area .price-one .plan-action .btn-primary {

  background: #e24f43

}

.pricing-area .heading-two, .pricing-area .price-two .plan-action .btn-primary {

  background: #27AE60;

}

.pricing-area .heading-three, .pricing-area .price-three .plan-action .btn-primary {

  background: #f39c12;

}

.pricing-area .heading-four, .pricing-area .price-four .plan-action .btn-primary {

  background: #5c5c5c

}

.pricing-area .heading-five, .pricing-area .price-five .plan-action .btn-primary {

  background: #5c5c5c

}

.pricing-area .heading-six, .pricing-area .price-six .plan-action .btn-primary {

  background: #e24f43;

}

.pricing-area .heading-seven, .pricing-area .price-seven .plan-action .btn-primary {

  background: #5c5c5c

}

.pricing-area .bg {

  background: #fafafa

}

.pricing-area .heading-one h3:before {

  border-color: #bf4539 transparent transparent;

}

.pricing-area .heading-two h3:before {

  border-color: #1f8c4d transparent transparent;

}

.pricing-area .heading-three h3:before {

  border-color: #d4880f transparent transparent;

}

.pricing-area .heading-four h3:before {

  border-color: #424242 transparent transparent;

}

.pricing-area .heading-five h3:before {

  border-color: #424242 transparent transparent;

}

.pricing-area .heading-six h3:before {

  border-color: #bf4539 transparent transparent;

}

.pricing-area .heading-seven h3:before {

  border-color: #424242 transparent transparent;

}

.pricing-area h3:before {

  border-color: #D4880F transparent transparent;

  border-radius: 5px 0 0 0px;

  border-style: solid;

  border-width: 12px;

  content: "";

  height: 0;

  left: 4px;

  position: absolute;

  top: 78px;

  width: 0;

  z-index: -999;

}

.small-pricing h3:after {

  height: 94px;

}

.small-pricing h3:before {

  top: 74px;

}

.plan-action {

  height: 40px;

}

.pricing-area .plan-action .btn-primary {

  position: relative;

  padding: 5px 20px;

  color: #fff;

  margin-top: 5px;

}

.pricing-area .plan-action .btn-primary:before {

  border-color: #E24F43 transparent transparent;

  border-radius: 5px 0 0 0;

  border-style: solid;

  border-width: 12px;

  bottom: -12px;

  content: "";

  height: 0;

  left: -9px;

  position: absolute;

  width: 0;

  z-index: -1;

}

.pricing-area .plan-action .btn-primary:after {

  border-color: #E24F43 transparent transparent;

  border-radius: 5px 0 0 0;

  border-style: solid;

  border-width: 12px;

  bottom: -12px;

  content: "";

  height: 0;

  position: absolute;

  right: -9px;

  width: 0;

  z-index: -1;

}

.pricing-area .price-two .plan-action .btn-primary:before, .pricing-area .price-two .plan-action .btn-primary:after {

  border-color: #1f8c4d transparent transparent;

}

.pricing-area .price-three .plan-action .btn-primary:before, .pricing-area .price-three .plan-action .btn-primary:after {

  border-color: #d4880f transparent transparent;

}

.pricing-area .price-four .plan-action .btn-primary:before, .pricing-area .price-four .plan-action .btn-primary:after, .pricing-area .price-five .plan-action .btn-primary:before, .pricing-area .price-five .plan-action .btn-primary:after, .pricing-area .price-seven .plan-action .btn-primary:before, .pricing-area .price-seven .plan-action .btn-primary:after {

  border-color: #424242 transparent transparent;

  right: -9px;

}

.pricing-area .price-six .plan-action .btn-primary:before, .pricing-area .price-six .plan-action .btn-primary:after {

  border-color: #bf4539 transparent transparent;

  right: -9px;

}

/*************************



********* Contact Us CSS ******



**************************/

.gmap-area {

  background-image: url("/assets/images/map.jpg");

  background-position: 0 0;

  background-repeat: no-repeat;

  background-size: cover;

  padding: 70px 0;

}

.gmap-area .gmap iframe {

  border-radius: 50%;

  height: 280px;

  width: 300px;

}

.gmap {

  border: 10px solid #f6f5f0;

  border-radius: 50%;

  height: 300px;

  width: 300px;

  box-shadow: 0px 0px 3px 3px #e7e4dc;

  overflow: hidden;

  position: relative;

  margin: 0 auto;

}

.gmap-area .map-content ul {

  list-style: none;

}

.gmap-area .map-content address h5 {

  font-weight: 700;

  /* font-size: 16px; */

}

#contact-page {

  padding-top: 0;

}

#contact-page .contact-form .form-group label {

  color: #4E4E4E;

  font-size: 16px;

  font-weight: 300;

}

.form-group .form-control {

  padding: 7px 12px;

  border-color: #f2f2f2;

  box-shadow: none;

  height: 43px;

}

textarea#message {

  resize: none;

  padding: 10px;

}

#contact-page .contact-wrap {

  margin-top: 20px;

}

/*********************



****blog page css*****



**********************/

.widget {

  margin-bottom: 60px;

  padding-left: 0;

}

.single_comments {

  margin-bottom: 20px;

}

.single_comments img {

  float: left;

  margin-right: 10px;

  margin-top: 5px;

}

.single_comments p {

  margin-bottom: 0;

}

.widget .entry-meta span {

  display: inline-block;

  margin-right: 10px;

}

.widget h3 {

  color: #000;

  text-transform: uppercase;

  margin-bottom: 20px;

}

.blog_category {

  list-style: none;

  margin: 0;

  padding: 0;

}

.blog_category li {

  float: none;

  margin-bottom: 20px;

}

.blog_category li a {

  background: #f5f5f5;

  border-radius: 4px;

  color: #888;

  display: inline-block;

  padding: 5px 15px;

}

.blog_category li a:hover {

  background: #c39030;

  color: #fff;

}

.badge:before {

  border-color: transparent transparent transparent #c39030;

  border-style: solid;

  border-width: 10px;

  bottom: -8px;

  content: "";

  height: 0;

  left: 5px;

  position: absolute;

  z-index: -99999;

}

.badge {

  background-color: #c39030;

  border-radius: 5px;

  color: #fff;

  padding: 8px;

  position: relative;

  left: 60px;

  top: -18px;

  font-weight: normal;

}

.blog_archieve {

  list-style: none outside none;

  margin: 0;

  padding: 0;

}

.blog_archieve li {

  padding: 10px 0;

  border-bottom: 1px solid #f5f5f5;

}

.blog_archieve li:first-child {

  padding-top: 0;

}

ul.gallery {

  list-style: none;

  padding: 0;

  margin: 0;

}

ul.gallery li {

  display: block;

  width: 60px;

  padding: 0;

  margin: 0 4px 4px 0;

  float: left;

}

ul.faq {

  list-style: none;

  margin: 0;

}

ul.faq li {

  margin-top: 30px;

}

ul.faq li:first-child {

  margin-top: 0;

}

ul.faq li span.number {

  display: block;

  float: left;

  width: 50px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  background: #34495e;

  color: #fff;

  font-size: 24px;

}

ul.faq li &gt; div {

  margin-left: 70px;

}

ul.faq li &gt; div h3 {

  margin-top: 0;

}

.embed-container {

  position: relative;

  padding-bottom: 56.25%;

  padding-top: 30px;

  height: 0;

  overflow: hidden;

}

.embed-container iframe, .embed-container object, .embed-container embed {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}

.blog-item {

  border-radius: 0;

  overflow: hidden;

  margin-bottom: 50px;

}

.blog .blog-item .img-blog {

  border-radius: 5px;

  margin-bottom: 45px;

}

.blog .blog-item .blog-content {

  padding-bottom: 25px;

}

.blog .blog-item .blog-content h2 {

  margin-top: 0;

  font-size: 30px;

}

.readmore {

  margin-top: 0;

}

.blog .blog-item .blog-content h3 {

  color: #858586;

  margin-bottom: 40px;

  /* font-weight: 300 */

}

.blog .blog-item .blog-content h4 {

  font-size: 14px;

}

.post-tags {}

.blog .blog-item .entry-meta {

  border-radius: 5px;

  overflow: hidden;

}

.blog .blog-item .entry-meta &gt; span {

  background: #f5f5f5;

  border-top: 1px solid #fff;

  display: block;

  font-size: 12px;

  overflow: hidden;

  padding: 5px;

  text-align: left;

}

#publish_date {

  background: #c39030;

  border-bottom: 5px solid #4e4e4e;

  color: #fff;

  padding: 5px 0;

  text-align: center;

}

.blog .blog-item .entry-meta &gt; span {

  color: #ccc;

}

.blog .blog-item .entry-meta &gt; span a {

  font-size: 12px;

  margin-left: 3px;

  font-weight: 300;

  color: #888;

}

ul.pagination &gt; li &gt; a {

  border: 1px solid #F1F1F1;

  margin-right: 5px;

  border-radius: 5px;

  font-size: 16px;

  padding: 5px 14px;

}

ul.pagination &gt; li &gt; a i {

  margin-left: 5px;

  margin-right: 5px;

}

ul.pagination &gt; li.active &gt; a, ul.pagination &gt; li:hover &gt; a {

  background-color: #c39030 !important;

  border-color: #c39030 !important;

  color: #fff;

}

.search_box {

  background-image: url("/assets/images/search_icon.png");

  background-position: 314px 15px;

  background-repeat: no-repeat;

  border-color: #DEDEDE;

  height: 48px;

  outline: medium none;

  box-shadow: none;

}

.form-control:focus {

  box-shadow: none;

  outline: 0 none;

}

ul.tag-cloud, ul.sidebar-gallery {

  list-style: none;

  padding: 0;

  margin: 0;

}

.tag-cloud li {

  display: inline-block;

  margin-bottom: 3px;

}

.tag-cloud li a {

  background: #f5f5f5;

  color: #888;

  border: 0;

  border-radius: 4px;

  padding: 8px 15px;

}

.tag-cloud li a:hover {

  background: #c39030;

  color: #fff;

}

.sidebar-gallery li {

  display: inline-block;

  margin: 0 10px 10px 0;

}

.sidebar-gallery li a {

  border-radius: 4px;

  display: inline-block;

}

/**********************



**blog single page css*



**********************/

.reply_section {

  background: #f5f5f5;

  border-radius: 5px;

}

.post_reply {

  margin-left: 10px;

  margin-top: 45px;

}

.post_reply img {

  width: 85px;

  height: 85px;

  border: 5px solid #D5D8DD;

}

.post_reply ul {

  list-style: none outside none;

  margin: 0;

  padding: 0;

  margin-top: 5px;

}

.post_reply ul li {

  float: left;

}

.post_reply ul li a {

  display: block;

}

.post_reply ul li a i {

  border: 1px solid #DDDDDD;

  border-radius: 39px;

  color: #FFFFFF;

  font-size: 20px;

  height: 30px;

  margin-right: 3px;

  padding-top: 7px;

  text-align: center;

  width: 30px;

}

.post_reply ul li a i.fa-facebook {

  background: #0182C4;

}

.post_reply ul li a i.fa-twitter {

  background: none repeat scroll 0 0 #3FC1FE;

}

.post_reply ul li a i.fa-google-plus {

  background: none repeat scroll 0 0 #D34836;

}

.post_reply ul li a i:hover {

  opacity: .5;

}

.post_reply_content {

  margin: 30px;

}

.post_reply_content h1 a:hover {

  color: #FFC800;

}

.post_reply_content h4 {

  margin-bottom: 50px;

}

.reply_section .media-body {

  display: inherit;

}

.comment_section .media-body {

  display: inherit;

}

#comments_title {

  color: #4e4e4e;

  font-weight: 700px;

  font-size: 20px;

  margin-top: 60px;

  margin-bottom: 40px;

}

.comment_section {

  margin-top: 30px;

  position: relative;

}

.post_comments img {

  width: 85px;

  height: 85px;

  margin-top: 35px;

}

.post_reply_comments {

  background: #f5f5f5;

  border-radius: 4px;

  padding: 30px;

}

.post_reply_comments:before {

  border-color: transparent #F0F0F0 transparent transparent;

  border-style: solid;

  border-width: 15px;

  content: " ";

  height: 0;

  left: 75px;

  position: absolute;

  top: 20px;

}

.post_reply_comments h3, .post_reply_content h3 {

  margin-top: 0;

}

.post_reply_comments h1 a:hover {

  color: #c39030;

}

.post_reply_comments h4 {

  color: #c4c4c5;

  font-weight: 400;

}

.post_reply_comments p {

  padding-bottom: 30px;

}

.post_reply_comments a {

  bottom: 15px;

  position: absolute;

  right: 30px;

  background: #c39030;

  color: #fff;

  border-radius: 5px;

  padding: 8px 20px;

}

.post_reply_comments a:before {

  border-color: #c39030 transparent transparent;

  border-style: solid;

  border-width: 16px;

  bottom: -11px;

  content: "";

  height: 0;

  left: -12px;

  position: absolute;

  z-index: 99999;

}

.post_reply_comments h2 a {}

.message_heading {

  margin-bottom: 50px;

  margin-top: 60px;

}

/******************



 404 page css



 ******************/

#error .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success:hover {

  background-color: #EBEBEB;

  border-color: #EBEBEB;

  color: #4E4E4E;

}

#error h1 {

  color: #4e4e4e;

  text-transform: uppercase;

}

/******************



shortcodes page css



******************/

.shortcode-item {

  padding-bottom: 0;

}

.shortcode-item h2 {

  color: #4E4E4E;

  font-size: 24px;

  margin-bottom: 22px;

  margin-top: 0;

  font-weight: 600

}

/***********************



********* Footer ******



************************/

footer {
    background-image: url(/assets/images/footer-bg.jpg);
    /* background-position: 50% 198.117px; */
    background-attachment: fixed;
    padding: 50px 0px 0px;
}

#bottom {

  background: #f5f5f5;

  border-bottom: 5px solid #c39030;

  font-size: 14px;

}

#bottom h3 {

  margin-top: 0;

  margin-bottom: 10px;

  text-transform: uppercase;

  font-size: 22px;

  color: #000;

}

#bottom ul {

  list-style: none;

  padding: 0;

  margin: 0;

}

#bottom ul li {

  display: block;

  padding: 5px 0;

}

#bottom ul li a {

  color: #808080;

}

#bottom ul li a:hover {

  color: #c39030;

}

#bottom .widget {

  margin-bottom: 0;

}

footer h3 {

  color: rgb(255, 157, 1);

  font-size: 20px;

  font-weight: 600;

  margin: 0 0 20px;

}

footer i {

  margin-right: 10px;

}

#footer p {

  width: 1000%;

  color: white;

}

#footer a {

  color: #fff;

}

#footer a:hover {

  color: #c39030;

}

#footer .footer-menu a {

  display: block;

  padding: 3px 0;

  clear: both;

  font-weight: normal;

  line-height: 1.428571429;

  color: #fff;

  white-space: nowrap;

}

#footer ul {

  list-style: none;

  padding: 0;

  margin: 0;

}

#footer ul &gt; li {

  display: block;

  margin-left: 1px;

  padding: 8px 0;

}

#footer ul &gt; li img {

  width: 40px;

}

.whatsapp-holder {

  position: fixed;

  bottom: 0px;

  right: 30px;

  z-index: 99999;

}

.info-content img {

  max-width: 100%;

  width: 40%;

  margin-bottom: 29px;

  padding: 0px;

  display: block;

}

.writeRss {

  display: none;

}

.scroll-top-wrapper {
    position: absolute;
    bottom: 170px;
    right: 30px;
}

.tab-title {

  width: 100%;

  background: #000;

  padding: 15px 0;

  margin-bottom: 40px;

}

.tab-title .center {

  padding: 15px 0;

}

.tab-title .center h4 {

  float: left;

  font-size: 22px;

  font-weight: 700;

  color: #FFF;

  margin-bottom: 0;

  margin-top: 10px;

}

.tab-title .center a {

  float: right;

  font-size: 18px;

  font-weight: 400;

  padding: 15px 25px;

  color: #FFF;

  border: 1px solid #CCC;

  margin-top: -6px;

  margin-bottom: 12px;

}

.tab-content p {

  color: #FFF;

}

.tab-content h5 {

  font-size: 25px;

  color: #FFF;

  font-weight: 700;

}

.list-group-item ul {

  padding-left: 0;

  border-radius: 0;

}

.list-group-item ul li {

  border: none;

  border-bottom: 1px solid #d3d3d3;

  margin-bottom: 0px;

  border-radius: 00;

}

.bread-container {

  background: url(/assets/images/header-bg.jpg);

  background-position: center;

  height: 310px;

  padding: 107px 0 0;

}

.refbread {

  background: url(/assets/images/map-turkey.jpg);

  background-position: center;

  height: 310px;

  padding: 107px 0 0;

}

.formbg {

  background: url(/assets/images/form-bg.jpg);

  background-position: center;

  height: 120px;

  padding: 0 0 0;

  background-size: cover;

}

.blogbread {

  background: url(/assets/images/blog-bg.jpg);

  background-position: center;

  height: 310px;

  padding: 107px 0 0;

}

.yorbread {

  background: url(/assets/images/yorum-bg.jpg);

  background-position: center;

  height: 310px;

  padding: 107px 0 0;

}

.formpage .label {

  color: white;

  font-size: 16px;

  padding: 5px 5px 0 0;

  font-weight: 300;

  display: none;

}

.formpage .form-main label {

  width: 100%;

}

.col-md-3.ne-yapiyoruz.ozellik2 a {
  color: #000000 !important;
}

.formpage .form-main input {
  padding: 25px 11px;
  border: none;
  background: none !important;
  border-bottom: 3px solid #fff;
  border-radius: 0px;
  box-shadow: -1px 13px 23px -23px #000;
  margin-bottom: 13px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.form-main textarea {

  padding: 0px 0px;

  border: none;

  background: none;

  border-bottom: 3px solid #fff;

  border-radius: 0px;

  box-shadow: -1px 13px 23px -29px #000;

  margin-bottom: 0px;

  color: #fff;

  font-size: 16px;

  transition: all 0.3s ease;

  height: 86px;

  margin-top: 19px;

}

span#ctl00_ContentPlaceHolder1_cvKvkk {

  margin-top: 27px !important;

  position: absolute;

  color: #fff !important;

  font-weight: 300;

  font-size: 12px;

}

span#ctl00_ContentPlaceHolder1_reCaptca {

  position: absolute;

  left: 45px;

}

.form-main textarea::placeholder {

  color: #fff;

}

.form-main textarea:focus {

  box-shadow: -1px 18px 20px -21px #000;

  padding-left: 13px;

  transition: all 0.3s ease;

  border-color: #fff;

}

.formpage .form-main input:focus {

  box-shadow: -1px 18px 20px -21px #000;

  padding-left: 13px;

  transition: all 0.3s ease;

}

.formpage .form-main input::placeholder {

  color: #fff;

  font-size: 16px;

}

.formpage .radiobox input {

  margin-right: 10px;

}

.formpage .home-form {

  padding-top: 110px;

}

.none {

  display: none;

}

.bread-container h3 {

  font-size: 40px;

  line-height: 50px;

  font-weight: 700;

  letter-spacing: 0px;

  color: white;

  max-width: 670px;

}

.bread-container p {

  color: white;

}

.bread-container .breadcrumb {

  padding: 0;

  background: none;

  margin-bottom: 0;

}

.bread-container .breadcrumb a {

  color: #9b9b9b;

  display: inline-block;

}

.bread-container .breadcrumb p {

  margin: 11px 0 9px;

}

.content-do-area {

  float: left;

  width: 100%;

  margin-top: 40px; /* background-color: white; */ padding-top: 15px;

  border-top: 2px solid #CCC;

}

.content-refferance {

  float: left;

  width: 100%;

  margin-top: 45px;

  margin-bottom: 52px; /* background-color: white; */ padding-top: 34px;

  border-top: 2px solid #CCC;

}

.content-area {

  padding: 50px 0;

}

.content-page {

  font-size: 18px;

  line-height: 28px;

}

.content-page h3 {

  font-size: 30px;

  margin-top: 0;

  color: #000;

  font-weight: 700;

  line-height: initial;

}

.content-product {

  margin-top: 63px;

  width: 100%;

  float: left;

}

.content-product h2 {

  font-size: 20px;

  font-weight: 700;

  margin-top: 14px;

  position: relative;

  top: -9px;

}

.content-do-area h2 {

  font-size: 20px;

  font-weight: 700;

  margin-top: 14px;

}

.content-page a:hover {

  color: #c39030 !important;

}

.content-page a span:hover {

  color: #c39030 !important;

}

.content-page {

  margin-top: 9px;

}

.content-page img {

  max-width: 100%;

  height: auto !important

}

.owl-kullan {

  margin-bottom: 30px;

}

.form-tsk {

  padding: 150px 0;

  text-align: center;

}

.form-tsk h2 {

  color: #ffffff;

  font-size: 62px;

  font-weight: 200;

}

a.fakeBtn {

  padding: 29px 25px;

  background: #333434;

  border-radius: 12px;

  color: #fff;

  transform: all 0.3s ease;

}

.form-tsk p {

  font-size: 22px;

  margin: 25px 0 0;

  padding: 25px 0;

  border-top: solid 1px #95308e;

  color: white;

}

.home-form .left-menu {

  display: none;

}

.left-menu .li {

  background: #f5f5f5;

  padding: 8px 10px;

}

.left-menu .li a {

  color: #000;

  font-size: 12px;

}

.left-menu .list-group-item-danger {

  color: #900;

  font-weight: 700;

  font-size: 18px;

}

.left-side ul li {

  width: 100% !important;

  margin-bottom: 5px

}

.left-side ul li a {

  font-size: 14px; /*padding:0px;*/

  background: #ffffff;

  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f6f6f6 47%, #ededed 100%);

  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #f6f6f6 47%, #ededed 100%);

  background: radial-gradient(ellipse at center, #ffffff 0%, #f6f6f6 47%, #ededed 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);

}

.left-side ul li:nth-child(3) span {

  margin-top: 14px;

}

.left-side ul li:nth-child(2) span {

  margin-top: 0px;

}

.dropdown-submenu {

  position: relative;

}

.dropdown-submenu &gt; .dropdown-menu {

  top: 0;

  left: 100%;

  margin-top: -6px;

  margin-left: -1px;

}

.dropdown-submenu:hover &gt; .dropdown-menu {

  display: block;

}

.dropdown-submenu &gt; a:after {

  display: block;

  content: " ";

  float: right;

  width: 0;

  height: 0;

  /*border-color: transparent;



    border-style: solid;



    border-width: 5px 0 5px 5px;



    border-left-color: #ccc;*/

  margin-top: 5px;

  margin-right: -10px;

}

.dropdown-submenu:hover &gt; a:after {}

.dropdown-submenu.pull-left {

  float: none;

}

.dropdown-submenu.pull-left &gt; .dropdown-menu {

  left: -100%;

  margin-left: 10px;

  /*-webkit-border-radius: 6px 0 6px 6px;



    -moz-border-radius: 6px 0 6px 6px;



    border-radius: 6px 0 6px 6px;*/

}

.content-page h1 {

  font-size: 23px;

  margin-top: 0;

  color: #000;

  font-weight: 700;

}

.listeleme li {

  list-style: none;

  float: left;

  width: 30.33333333333%;

  margin: 12px;

  text-align: center;

  height: 400px;

}

.listeleme ul {

  margin: 0;

  padding: 0;

}

.listeleme ul:after {

  content: "";

  display: block;

  clear: both;

  text-align: left;

}

#ctl00_ContentPlaceHolder1_pnlDigerIcerik #owl-kullan .owl-prev {

  float: left;

  margin-left: -23px;

}

.owl-brand-content .owl-prev {

  float: left;

  margin-left: -23px;

}

.form-container {

  padding-left: 0;

  width: 50%;

}

.cat-container {

  padding-left: 0;

  width: 50%;

}

.urun-kat:first-child {

  margin-right: 10px;

  width: 100%;

}

.form-main .form-group {

  margin-bottom: 8px;

}

.form-half {

  width: 50%;

  float: left;

}

.form-half input {

  width: 98%;

}

.form-half input:first-child {

  margin-right: 15px;

}

.form-main span {

  float: inherit;

  margin-top: 0px !important;

  text-align: left;

}

.form-main h3 {

  margin: 0 0px 30px;

  font-size: 39px;

  color: #fff;

  text-align: left;

  width: 100%;

  font-family: 'Poppins', sans-serif;

  font-weight: 400;

}

.form-main .form-group a {

  display: inline-block;

  background: transparent;

  color: #000000;

  padding: 0;

  width: auto;

  font-size: 14px;

  float: initial;

  text-align: left;

}

.radiobox .form-group {

  margin-bottom: -8px !important;

}

button.btn.slide-menu__control {

  display: none;

}

.radiobox input {

  margin-right: 10px;

}

.radiobox a {

  display: inline-block;

  background: transparent;

  color: #ff9d01;

  padding: 0;

  width: auto;

  font-size: 14px;

  float: initial;

}

.urun-kat {

  height: 295px;

  padding: 0;

}

.feature-wrap h2 {

  float: right;

  background: #B20000;

  padding: 8px;

  color: #fff;

  width: 60%;

  font-size: 26px;

  font-weight: 800;

  margin-top: 5%;

  position: absolute;

  right: 0;

}

.feature-wrap h3 {

  margin-top: 110px;

  float: right;

  background: transparent;

  padding: 8px;

  color: #fff;

  width: 60%;

  font-size: 15px;

  line-height: 19px;

  font-weight: 800;

  position: absolute;

  right: 0;

}

#feature2 .feature-wrap h3 a {

  color: #333;

}

#feature2 .form-main {

  background: #FFF;

}

.form-main .form .form-group span {

  margin-bottom: 0;

}

.blog-listes {

  margin-bottom: 30px;

  margin-right: 28px;

  padding: 0;

  width: 31.6%;

  background: white;

  box-shadow: 0 0 30px #d8d8d8;

  border-radius: 12px;

  overflow: hidden;

  float: left;

}

.blog-listes:nth-child(3n+0) {

  margin-right: 0;

}

.blog-content {

  margin-bottom: 30px;

  margin-right: 28px;

  padding: 0;

  width: 31.6%;

  background: white;

  box-shadow: 0 0 30px #d8d8d8;

  border-radius: 12px;

  overflow: hidden;

  float: left;

}

.blog-content:nth-child(3n+0) {

  margin-right: 0;

}

.yorum-hiz .blog-content {

  width: 29%;

}

.yorum-hiz .blog-content:nth-child(3n+0) {

  margin-right: 28px;

}

.news-title {

  margin: 0;

  font-size: 26px;

  color: #525252;

  height: 70px;

}

.blog-container .news-title {

  font-size: 20px;

}

.blog-content .news-img {

  display: block;

  overflow: hidden;

  position: relative;

  height: 205px;

}

.blok-txt {

  padding: 30px;

}

.blok-txt p {

  line-height: 32px;

  overflow: hidden;

  height: 160px;

}

.blog-content .news-img:after {

  content: none;

}

.navigation {

  width: 100%;

  text-align: center;

}

.referanslar {

  display: block;

  float: left;

  width: 100%;

  padding: 0;

  margin: 0;

  margin-bottom: 49px;

  min-height: 500px;

}

.referanslar li {

  display: inline-block;

  margin: 10px;

  width: 30%;

  border: 1px solid #e7e7e7;

  padding: 5px;

  background: #ffffff;

  background: -moz-radial-gradient(center, ellipse cover, #ffffff 23%, #f2f2f2 100%);

  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 23%, #f2f2f2 100%);

  background: radial-gradient(ellipse at center, #ffffff 64%, #f2f2f2 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=1);

}

.referanslar li img {

  display: block;

  margin: 10px auto;

  max-width: 100%;

}

.referansAdi {

  font-size: 15px;

  min-height: 55px;

  display: block;

  font-weight: 600;

  text-align: center;

  background: rgba(204, 204, 204, 0.23);

  padding: 5px 0;

  vertical-align: middle;

  text-align: center;

}

.referanslar li p {

  font-size: 15px;

  font-weight: 500;

  text-align: center;

  background: rgba(13, 30, 60, 0.04);

  padding: 5px 0;

  margin-top: 3px;

}

.referansAdi a {

  height: 55px;

  display: grid;

  text-align: center;

  align-items: center;

  margin: 0 auto;

}

.dropdown-menu .caret {

  transform: rotate(-90deg);

  float: right;

  margin-top: 9px;

}

.u-vmenu ul li {

  width: 100%;

  list-style: none;

  background: #f5f5f5;

  border: 1px solid #ddd;

  margin-bottom: -1px;

}

.u-vmenu ul ul {

  display: none;

  padding-left: 0;

}

.u-vmenu &gt; ul &gt; li {

  background: #f5f5f5;

  background-size: 100% auto;

}

.u-vmenu ul li a {

  height: auto;

  line-height: 30px;

  display: block;

  font-size: 14px;

  color: #82846f;

  text-decoration: none;

  outline: none;

}

.u-vmenu ul li li a {

  font-size: 14px;

}

.u-vmenu &gt; ul &gt; li &gt; a {

  height: auto;

  min-height: 42px;

  line-height: 15px;

  padding-left: 15px;

  padding: 16px;

}

.u-vmenu &gt; ul &gt; li &gt; ul &gt; li &gt; a {

  padding-left: 28px;

  background: #fdfdfd;

}

.u-vmenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {

  padding-left: 20px;

}

.u-vmenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {

  padding-left: 30px;

}

.u-vmenu ul li a[data-option='on'] {

  background: #f5f5f5 url(/assets/images/on.png) right center no-repeat;

}

.u-vmenu ul li a[data-option='off'] {

  background: #f5f5f5 url(/assets/images/off.png) right center no-repeat;

}

.slider-social {

  position: fixed;

  top: 14%;

  z-index: 100;

}

.slider-social ul {

  margin: 0;

  padding: 0;

  list-style: none;

}

.slider-social ul li {

  clear: both;

}

.slider-social ul li a {

  display: block;

  -webkit-transition: all 0.7s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.slider-social ul li a img {

  width: 40px;

}

/* FORM ALAN */

.slidealani {

  max-height: 508px !important;

  height: 508px !important;

  overflow: hidden;

  background: #f2f2f2;

}

.slidealani2 {

  max-height: 540px !important;

  height: auto !important;

}

.formgonderimi {

  height: 100%;

  margin: -450px -54px !important;

  z-index: 1;

  padding: 10px;

  background-color: rgba(255, 255, 255, 1);

  width: 360px;

  /*height: 401px;*/

  /* Firefox v1.0+ */

  -moz-border-radius: 4px;

  /* Safari v3.0+ and by Chrome v0.2+ */

  -webkit-border-radius: 4px;

  /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */

  border-radius: 4px;

  /* Firefox v3.5+ */

  -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.27);

  /* Safari v3.0+ and by Chrome v0.2+ */

  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.27);

  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */

  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.27);

  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#45000000,Positive=true)";

  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color=#45000000, Positive=true);

}

.formgonderimi input {

  width: 100%;

  margin: 3px 0;

  float: inherit;

  padding: 6px 10px;

  background-color: rgb(255, 255, 255);

  width: 100%;

  height: auto;

  border-color: rgba(180, 188, 190, 0.67);

  border-width: 1px;

  -moz-border-radius: 4px;

  -webkit-border-radius: 4px;

  border-radius: 4px;

  border-style: solid;

  -moz-box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.24);

  -webkit-box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.24);

  box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.15);

}

.formgonderimi select {

  width: 100%;

  margin: 3px 0;

  float: inherit;

  padding: 6px 10px;

  background-color: rgb(255, 255, 255);

  width: 333px;

  height: 33px;

  border-color: rgba(180, 188, 190, 0.67);

  border-width: 1px;

  -moz-border-radius: 4px;

  -webkit-border-radius: 4px;

  border-radius: 4px;

  border-style: solid;

  -moz-box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.24);

  -webkit-box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.24);

  box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.15);

}

.formgonderimi .btn-success {

  background-color: #428bca;

  border: none;

  width: 100%;

  height: auto;

  font-family: "Poppins";

  font-weight: 700;

  color: #FFF;

  /* Firefox v1.0+ */

  -moz-border-radius: 4px;

  /* Safari v3.0+ and by Chrome v0.2+ */

  -webkit-border-radius: 4px;

  /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */

  border-radius: 4px;

  /* Firefox v3.5+ */

  -moz-box-shadow: 0px 3px 0px rgba(45, 66, 17, 0.65);

  /* Safari v3.0+ and by Chrome v0.2+ */

  -webkit-box-shadow: 0px 3px 0px rgba(45, 66, 17, 0.65);

  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */

  box-shadow: 0px 3px 0px rgba(45, 66, 17, 0.65);

  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=3,Color=#a62d4211,Positive=true)";

  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=3, Color=#a62d4211, Positive=true);

}

.formgonderimi h1 {

  font-family: "Myriad Pro Black";

  font-size: 23px;

  line-height: 22px;

  font-weight: 900;

  color: rgb(62, 95, 114);

  text-align: left;

  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */

  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.58);

  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#94ffffff,Positive=true)";

  zoom: 1;

  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color=#94ffffff, Positive=true);

}

.formgonderimi h2 {

  text-align: center;

  line-height: 22px;

  font-size: 18px;

  line-height: 22px;

  font-weight: 700;

  margin: 0;

  color: rgb(62, 95, 114);

  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */

  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.58);

  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#94ffffff,Positive=true)";

  zoom: 1;

  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color=#94ffffff, Positive=true);

  padding: 0 20px;

  height: 45px;

}

.form-group {

  margin-bottom: 8px !important;

}

.left-form {

  float: left;

  width: 49%;

  margin-top: 7px;

}

.bizinerden {

  width: 100%;

  margin: 5px 0;

  float: inherit;

  padding: 15px 10px;

  background-color: #fff;

  border: 1px solid #ccc;

  border-radius: 0px !important;

  height: 50px;

}

.formgonderimi input:hover {

  border: 1px solid #999;

  color: #000 !important;

}

.formgonderimi input:placeholder {

  color: #000 !important;

}

.text-urun-form {

  float: left;

  text-align: left;

  padding: 5px 0 5px 5px;

  text-shadow: 0 0 1px #ccc;

}

.formgonderimi h3 {

  margin-top: 0;

  padding-bottom: 5px;

  margin-bottom: 14px;

  border-bottom: 1px solid #E8EDEE;

  font-family: "Poppins";

  font-size: 18px;

  font-weight: bold;

  line-height: 120%;

  color: rgb(38, 82, 97);

  text-align: left;

  text-shadow: 1px 1px 0px rgb(255, 255, 255);

  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#ffffffff,Positive=true)";

  zoom: 1;

  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#ffffffff, Positive=true);

}

.form-poz {

  position: relative;

  top: 0px;

  width: 100%;

}

.ls-layer, .ls-layer * {

  font-family: Arial, sans-serif;

  font-weight: normal;

  text-shadow: none !important;

  height: 550px;

  background: center top;

}

.ls-s-1 {

  border-radius: 100px;

  -moz- border-radius: 100px;

  -webkit- border-radius: 100px;

  font-weight: normal;

}

.plus, .plus2 {

  text-align: center;

  width: 50px;

  height: 50px;

  font-size: 50px;

  line-height: 50px;

  background: #eee;

}

#slider-content {

  padding: 0 10px;

  display: none;

}

.plus {

  color: #3b173d;

}

.plus2 {

  color: #1e73be;

}

.text, .text2 {

  font-size: 26px;

}

.text {

  color: #eee;

}

.text2 {

  color: #1e73be;

}

.controlValidate .text {

  font-size: 11px !important;

  margin-bottom: 0 !important;

  font-weight: 300;

  margin-right: 10px;

  color: #ffffff !important;

}

.form-main span.text {

  display: contents;

}

.form-detay {

  width: 1000px;

  margin: 0 auto;

  background: #FFF;

  clear: both;

  float: none;

}

.form-detay h1 {

  font-size: 30px;

}

/* xs */

@media (max-width: 767px) {

  .slogan-style {

    width: 100% !important

  }

  .slogan-style img {

    width: 100%;

  }

  /*.logo{width:100%;} */

  .ls-layer, .ls-layer * {

    background: -250px top;

    background-size: 1090px;

  }

  .ziebartform {

    position: relative !important;

    float: left;

    z-index: 100;

  }

  .orta {

    max-width: 100%;

    width: 100%;

  }

  .formgonderimi {

    width: 100%;

    margin: 0 !important;

  }

  .item {

    background-position: 34% 0% !important;

    background-size: 294%;

    background-repeat: no-repeat;

    min-height: 231px !important;

  }

  .slidealani {

    max-height: 250px !important;

    height: 250px !important;

    background: #F4F4EF;

  }

  .slogan {

    float: left;

  }

  .formgonderimi {

    height: auto;

  }

  .form-poz {

    top: 10px;

  }

  .title-ziebart .ziebart-title-cont h1 {

    width: 100%;

  }

  .part-1 {

    width: 100%;

  }

  .part-2 {

    width: 100%;

  }

  .title-ziebart .ziebart-title-cont h1 {

    text-align: center;

    font-size: 22px;

    line-height: 38px;

  }

  .gallery-list li {

    width: 32.4%;

  }

  .video-icon {

    top: 3px;

    width: 50px !important;

    left: 32px;

  }

  .icerik-img-div {

    width: 100%;

  }

  .icerik-img-div img {

    width: 100%;

  }

}

/* Header */

.codrops-header {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  text-align: center;

  z-index: 1000;

  font-size: 1.5em;

}

.codrops-header:before {

  content: "";

  display: block;

  position: absolute;

  background: rgb(0 0 0 / 0.10);

  width: 100%;

  height: 100%;

}

.codrops-header h1 {

  position: absolute;

  font-weight: 700;

  font-size: 4.5em;

  line-height: 1.2;

  color: #fff;

  z-index: 1000;

  padding: 0;

  margin: 0;

  left: 0;

  text-transform: uppercase;

  letter-spacing: 5px;

  width: 100%;

  top: 40%;

  -webkit-transform: translate3d(0, -50%, 0);

  transform: translate3d(0, -50%, 0);

}

.codrops-header h1 span {

  display: block;

  font-size: 35%;

}

.codrops-header h1 a {

  color: #eff62b;

}

.codrops-header h1 a:hover, .codrops-header h1 a:focus {

  color: #fff;

}

.codrops-header h1 span::before, .codrops-header h1 span::after {

  content: ' â€• ';

  font-weight: 200;

}

.codrops-header h1 i {

  display: block;

  font-size: 15%;

  max-width: 40%;

  margin: 0 auto;

  line-height: 2;

  font-style: normal;

  font-weight: 400;

}

.ara-ban-box {

  position: relative;

  height: 400px;

}

.ara-ban-box img {

  position: absolute;

  right: 0;

  height: 351px;

  top: 0;

  -webkit-animation: action 1.5s infinite alternate;

  animation: action 1.5s infinite alternate;

}

@-webkit-keyframes action {

  0% {

    transform: translateY(0);

  }

  100% {

    transform: translateY(-40px);

  }

}

@keyframes action {

  0% {

    transform: translateY(0);

  }

  100% {

    transform: translateY(-40px);

  }

}

.slide-menu a {

  padding: .9rem 1.5rem;

  border-bottom: 1px solid #2f2f2f !important;

  text-decoration: none;

}

.what-wrapper p {

  background: #3aa035;

  color: #fff;

  width: 175px !important;

  text-align: right !important;

  border-radius: 90px;

  margin-top: -53px !important;

  font-size: 13px;

  padding-right: 19px !important;

  line-height: 19px;

  padding: 9px 3px;

  box-shadow: 0px 1px 19px -8px #000;

  font-family: 'Poppins';

  font-style: normal;

}


.fa-2x {
    color: #fff;
}

.eupopup-markup {
    position: fixed;
    padding: 20px;
    background: white;
    width: 100%;
    bottom: 0;
    z-index: 99999;
    border-top: solid 1px #ddd;
    font-family: 'Open Sans', sans-serif;
}

a.eupopup-closebutton {
    position: absolute;
    right: 18px;
    top: 12px;
    background: #000;
    color: #fff;
    border-radius: 29px;
    padding: 3px 9px;
}


.eupopup-buttons a {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 7px;
    border-radius: 8px;
}

.eupopup-body {
    margin-bottom: 14px;
    padding-right: 60px;
}


footer {
    color: #fff;
}

.hakkimizda-txt {
    font-size: 16px;
}


.foot-social .fa {
    padding: 12px;
    border-radius: 80px;
    border: 2px solid #fff;
    width: 55px;
    text-align: center;
    margin-bottom: 14px;
}


.foot-social .fa:hover {
    
    border: 2px solid #fff;
    background: #fff;
    color: #000;
}</pre></body></html>