/*var(--renkbir)*/

@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,600,700,800&amp;display=swap");

html {
  font-size: 16px;
}

body {
  font-family: "Muli", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

p {
  color: #57667e;
  line-height: 1.56em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: var(--renkiki);
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

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

img {
  max-width: 100%;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fa:before {
  margin: 0;
}

.section-padding {
  padding: 50px 0 50px;
  -webkit-box-shadow: 1px 1px 1px 0 #e5e5e5;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 21px;
  margin: 0 0 0.5em;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 20px;
  }
}

.section-title p {
  margin: 0;
}

.section-title-sub {
  text-align: center;
  margin-top: 45px;
}

.section-title-sub a {
  font-size: 17px;
  margin: 0 0 0.5em;
  position: relative;
  text-transform: capitalize;
  color: #333;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.page-title {
  background-color: var(--renkiki);
  width: 100%;
  height: 60px;
  position: relative;
}

.page-title h1 {
  font-size: 20px;
  color: #fff;
}

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

.theme-btn{
  background-color: var(--renkbir);
  color: #fff !important;
  font-weight: 600;
  padding: 7.5px 20px 7.5px 20px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .theme-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 13px 22px;
  }
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
  background-color: var(--renkiki);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .theme-btn {
    padding: 12px 17px;
  }
}

select {
  border:1px solid #e5e5e5;
  padding:0px;
  background:var(--renkiki);
  text-transform: capitalize;
}

select:focus {
  outline: none;
}

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

.preloader .sk-folding-cube {
  margin: 20px auto;
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 50px);
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

.preloader .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.preloader .sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--renkbir);
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.preloader .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.preloader .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.preloader .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.preloader .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.pagination-wrapper {
  text-align: center;
  margin-top: 75px;
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
  .pagination-wrapper {
    margin-top: 35px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #a9b8c4;
  border: 2px solid #c9cfd4;
  display: block;
  border-radius: 50%;
}

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

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: var(--renkbir);
  border-color: var(--renkbir);
  color: #fff;
}

.pagination-wrapper .pg-pagination .fa:before {
  font-size: 15px;
  font-size: 0.9375rem;
}

.site-header {}

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

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

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

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

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #efefef;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--renkiki);
    display: block;
    padding: 13px 20px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    /*  
    font-family: "";
    content: "\e649";
    */
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

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

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid var(--renkbir);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.header-style {}

.header-style .topbar {
  background-color: #fff;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .header-style .topbar {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .header-style .topbar {
    text-align: center;
  }
}

.header-style .topbar .lang ul {
  overflow: hidden;
  padding-top: 2px;
}

@media (max-width: 767px) {
  .header-style .topbar .lang ul {
    display: inline-block;
    padding-top: 15px;
  }
}

.header-style .topbar .lang li {
  float: right;
}

.header-style .topbar .lang ul > li + li {
  margin-right: 15px;
}

.header-style .topbar .lang a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #57667e;
}

.header-style .topbar .inform ul {
  overflow: hidden;
  padding-top: 2px;
}

@media (max-width: 767px) {
  .header-style .topbar .inform ul {
    display: inline-block;
  }
}

.header-style .topbar .inform li {
  float: left;
}

.header-style .topbar .inform ul > li + li {
  margin-left: 15px;
}

.header-style .topbar .inform a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #57667e;
}

@media screen and (min-width: 992px) {
  .header-style {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header-style .navigation {
    background-color: transparent;
  }
  .header-style #navbar {
    margin-right: -16px;
  }
  .header-style #navbar > ul > li > a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #fff;
    padding: 40px 12px;
  }
  .header-style .navigation .container {
    position: relative;
  }
  .header-style .navigation .container .separator {
    background-color: rgba(255, 255, 255, 0.1);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 15px;
  }
}

.header-style #navbar > ul > .menu-item-has-children > a:before {
  font-family: "FontAwesome";
  content: "\f0d7";
  font-size: 8px;
  font-size: 0.5rem;
  position: absolute;
  right: 4px;
  top: 41%;
}

@media screen and (min-width: 1200px) {
  .header-style #navbar > ul > .menu-item > a {
    margin-right: -17.5px !important;
    left: 0px !important;
  }
  .header-style #navbar > ul > li > a {
    padding: 40px 20px;
  }
}

.header-style .navbar-brand {
  position: relative;
  top: 15px;
}

@media (max-width: 991px) {
  .header-style .navbar-brand {
    top: -8px !important;
  }
  .header-style .navbar-brand img {
    max-width: 200px !important;
  }
}

.header-style .navbar-brand img {
  max-width: 225px;
}

@media (max-width: 991px) {
  .header-style .navigation {
    background-color: var(--renkiki);
    padding: 15px 0;
  }
}

.header-style .search-contact {
  position: absolute;
  right: 15px;
  top: 32px;
}

@media (max-width: 991px) {
  .header-style .search-contact {
    right: 75px;
    top: 12px;
  }
}

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

.header-style .search-contact > div {
  display: inline-block;
}

.header-style .search-contact .open-btn {
  background-color: transparent;
  color: #fff;
  padding: 0;
  border: 0;
  margin-right: 22px;
  position: relative;
  top: -4px;
}

@media (max-width: 1199px) {
  .header-style .search-contact .open-btn {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .header-style .search-contact .open-btn {
    margin-right: 10px;
  }
}

.header-style .search-contact .open-btn:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-style .search-contact .contact {
  position: relative;
  top: -5px;
}

.header-style {}
/*Güneş Yazılım*/

@media screen and (min-width: 992px) {
  .header-style {
    position: relative;
  }
  .header-style .navigation {
    background-color: #fff;
  }
  .header-style #navbar > ul > li > a {
    color: var(--renkiki);
    padding: 40px 12px;
  }
  .header-style .navigation .container {
    position: relative;
  }
  .header-style .navigation .container .separator {
    background-color: #ececec;
    top: 2px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style #navbar > ul > li > a {
    padding: 40px 20px;
  }
}

@media (max-width: 991px) {
  .header-style .navigation {
    background-color: #fff;
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
  }
}

.header-style .search-contact .open-btn {
  color: var(--renkiki);
  top: -6px;
}

.header-style .topbar {
  background-color: var(--renkiki);
}

.header-style .topbar .lang a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.header-style .topbar .inform a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.hero-slider {
  width: 100%;
  height: 600px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

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

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

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

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

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

.hero-slider .slide-inner:before{
 content:"";
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 width:100%;
 height:100%;
 background:#000;
 opacity:.5;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  text-align: center;
  border-radius: 60px;
}

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

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

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

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

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

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

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

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

.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: var(--renkbir);
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    display: none;
  }
}

.hero-style {
  height: 800px;
}

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

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

@media screen and (min-width: 992px) {
  .hero-style .container{
    padding-top: 15px;
  }
}

.hero-style .slide-title {
  max-width: 550px;
}

.hero-style .slide-title h1{
  margin-top: 0% !important;
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.10em;
}

@media (max-width: 991px) {
  .hero-style .slide-title h1{
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h1{
    margin-top: 5% !important;
    font-size: 35px;
  }
}

.hero-style .slide-text {
  max-width: 600px;
}

.hero-style .slide-text p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.75em;
}

@media (max-width: 991px) {
  .hero-style .slide-text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

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

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

.hero-style{
  height: 700px;
}

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

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

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

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

.hero-style .slide-btns > .theme-btn {
  padding: 14px 53px 14px 28px;
}

.hero-style .slide-btns > .theme-btn:after {
  font-family: "FontAwesome";
  content: "\f138";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .hero-style .slide-btns > .theme-btn:after {
    display: none;
  }

  .hero-style .slide-btns > .theme-btn {
    padding: 12px 17px;
  }
}

.site-footer {
  background-color: var(--renkiki);
  position: relative;
  font-size: 15px;
  overflow: hidden;
}

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

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

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

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

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

.site-footer .lower-footer .copyright {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}

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

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

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

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

.site-footer .lower-footer .extra-link ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link ul {
    margin-top: 15px;
    margin-bottom: 0px;
    display: inline-block;
  }
}

.site-footer .lower-footer .extra-link ul li {
  float: left;
}

.site-footer .lower-footer .extra-link ul > li + li {
  margin-left: 15px;
  position: relative;
}

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

.site-footer .lower-footer .extra-link ul > li + li:before {
  /*content: "";*/
  background: #fff;
  width: 15px;
  height: 1px;
  position: absolute;
  left: -25px;
  top: 11px;
}

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

.site-footer .lower-footer .extra-link ul a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.site-footer .lower-footer .extra-link ul a:hover {
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style .sticky-header {
  background-color: var(--renkiki);
}

.header-style .sticky-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/*Hizmetler*/

.service-grid .grid {
  background-color: #fff;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  text-align: center;
  padding: 35px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(16, 37, 65, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(16, 37, 65, 0.1);
  border-radius: 5px;
}

.service-grid .icon{
  font-size:50px;
  color: var(--renkbir);
  margin-bottom: 20px !important;
}

.service-grid .grid h3 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .service-grid .grid h3 {
    font-size: 20px;
  }
}

.service-grid .grid h3 a {
  color: #333;
}

.service-grid .grid h3 a:hover {
  color: var(--renkbir);
}

.service-grid .grid p {
  margin: 0;
}
/*Ürünler*/
.product-grid {
  margin-bottom: 15px;
  text-align: center;
  padding: 0 0 75px;
  border: 1px solid rgba(0, 0, 0, .1);
  overflow: hidden;
  position: relative;
  z-index: 1
}

.product-grid .product-image {
  position: relative;
  transition: all .3s ease 0s
}

.product-grid .product-image a {
  display: block
}

.product-grid .product-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .product-grid .product-image img {
    width: 100%;
    height: auto;
  }
}

.product-grid .details {
  width: 150px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1;
  transition: all .3s ease 0s
}

.product-grid:hover .details {
  opacity: 1;
  top: 50%
}

.product-grid .details li {
  display: inline-block
}

.product-grid .details li a {
  color: #333;
  background-color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 0 2px;
  display: block;
  position: relative;
  transition: all .3s ease-in-out
}

.product-grid .details li a:hover {
  color: #fff;
  background-color: var(--renkbir);
}

.product-grid .discount {
  color: #fff;
  background-color: var(--renkbir);
  font-size: 13px;
  padding: 5px 8px;
  display: block;
  position: absolute;
  top: 12px;
  right: 0
}

.product-grid .product-content {
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 1;
  transition: all .3s
}
.product-grid:hover .product-content {
  bottom: 0;
  z-index: 99;
  padding-bottom: 0;
}
.product-grid .title {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
  transition: all .3s ease 0s
}

.product-grid .title a {
  color: #333
}

.product-grid .price {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  transition: all .3s
}

.product-grid .price i{
  font-size: 14px;
}

@media (max-width: 450px) {
  .col-12 {
    width: 100% !important;
  }    
}

.sidebar {
  margin-top: 7.5px;
}

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

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

.sidebar .categories ul {
  list-style: none;
  border-bottom: 0;
  border: 2px solid #f2f7fd;
  border-top: none;
}

.sidebar .categories ul li {
  border-bottom: 1px solid #ebf3fd;
}

.sidebar .categories .title a,
.sidebar .categories .title a:hover{
  background-color: var(--renkbir) !important;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.sidebar .categories ul > li:last-child {
  border-bottom: 0;
}

.sidebar .categories a {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fff;
  display: block;
  color: #0a172b;
  padding: 15px 24px;
}

.sidebar .categories a:hover,
.sidebar .categories .active a {
  background-color: #e5e5e5;
  color: #333;
}

/*Projeler*/

.project-grids .grid {
  position: relative;
  overflow: hidden;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.project-grids .grid .details {
  background-color: rgba(16, 37, 65, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.project-grids .grid .details:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.85;
}

.project-grids .grid .inner {
  width: 100%;
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.project-grids .grid h3 {
  font-size: 16px;
  margin: 0 0 0.3em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .project-grids .grid h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.project-grids .grid h3 a {
  color: #fff;
}

.project-grids .grid p {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .project-grids .grid p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*.project-grids .grid:hover .details {
  opacity: 1;
  top: 0;
  visibility: visible;
  }*/

  .image-gallery {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
  }

  .image-gallery li,
  .image-gallery figure,
  .image-gallery a,
  .image-gallery img {
    display: block;
    outline: none;
    border: none;
  }

  .image-gallery .main-img-slider figure {
    margin: 0 auto;
  }

  .image-gallery .main-img-slider figure a img {
    width: 100%;
    margin: 0 auto;
  }

  .image-gallery .thumb-nav {
    margin: 0 auto;
    margin-top: 0.5px;
    width: 100%;
    padding: 0;
  }

  .image-gallery .thumb-nav li {
    display: block;
    margin: 0 auto;
    float: left;
    cursor: pointer;
    margin-right: 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }

  .image-gallery .thumb-nav li img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    border: 0.5px solid transparent;
    border-bottom: 2px solid transparent;
  }

  .image-gallery .thumb-nav li:hover {
    opacity: .7;
  }

  .image-gallery .thumb-nav li:hover,
  .image-gallery .thumb-nav li:focus {
    border-color: #ccc;
  }

  .image-gallery .thumb-nav li.slick-current img {
    border-bottom: 2px solid var(--renkbir);
  }

  .temp_blog .temp_blog_cnt {
    padding: 0px 15px 15px;
  }
  .temp_blog .temp_blog_cnt .title {
    font-size: 18px;
    line-height: 30px!important;
    font-weight: 700!important;
  }
  .temp_blog .temp_blog_cnt .title a{
    color: #333;
  }
  .temp_blog .temp_blog_cnt p{
    font-size: 16px;
  }
  .temp_blog {
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 0 20px 0 #f2f2f2;
    box-shadow: 0 0 20px 0 #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .temp_blog_img {
    position: relative;
    overflow:hidden;
  }
  .temp_blog_img img {
    width: 100%;
    height: auto;
  }

  .temp_blog_img img {
    width:100%;
    height:auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .temp_blog_img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.2);
  }
  .temp_blog .temp_blog_cnt h5 {
    margin-bottom:15px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0px 10px 0px;
  }
  .readmore {
    position: relative;
    z-index: 1;
    line-height: 32px;
    letter-spacing:1px;
    border:1px solid var(--renkbir);
    border-radius:20px;
    font-weight:700!important;
    font-size:14px;
    padding:5px 15px;
    color: var(--renkbir);

  }
  .readmore:hover {
    background:var(--renkbir);
    color:#fff;
  }
  .readmore i{
    font-size:12px;

  }
  .statistics {
    text-align: center;
  }

  @media (max-width: 767px) {
    .statistics .grid {
      padding: 15px;
    }
  }

  .statistics .grid h3 {
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 0.2em;
    color: #333;
  }

  .statistics .grid p {
    font-size: 16px;
    margin: 0;
    color: #333;
  }

  .contact-info {
    -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
    text-align: center;
    margin-bottom: 75px;
  }

  .contact-info > div {
    width: 33.33%;
    float: left;
    padding: 60px 35px;
    position: relative;
    border-left: 1px solid #efefef;
  }

  @media (max-width: 991px) {
    .contact-info > div {
      padding: 60px 35px 40px;
      margin-bottom: 20px;
    }
  }

  @media (max-width: 767px) {
    .contact-info > div {
      width: 100%;
      padding: 40px 25px 20px;
      border-left: 0;
      border-top: 1px solid #efefef;
      float: none;
    }
  }

  .contact-info .icon i {
    font-size: 50px;
    font-size: 3.125rem;
    color: var(--renkbir);
  }

  @media (max-width: 991px) {
    .contact-info .icon i {
      font-size: 40px;
      font-size: 2.5rem;
    }
  }

  @media (max-width: 767px) {
    .contact-info .icon i {
      font-size: 35px;
      font-size: 2.1875rem;
    }
  }

  .contact-info h5 {
    font-family: "Muli", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 1em 0 0.5em;
  }

  .contact-map {
    height: 450px;
  }

  @media (max-width: 767px) {
    .contact-map {
      height: 350px;
    }
  }

  .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
  }

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

  @media (max-width: 767px) {
    .contact-form form {
      margin: 0 0 0 -15px;
    }
  }

  .contact-form form div {
    padding: 0 15px 28.5px;
  }

  @media (max-width: 767px) {
    .contact-form form div {
      padding: 0 0 15px 15px;
    }
  }

  .contact-form form .submit-btn {
    text-align: right;
  }

  .contact-form form .submit-btn button{
    border: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px 35px 10px 35px;
  }

  .contact-form form .submit-btn {
    padding-bottom: 0;
  }

  .contact-form form input,
  .contact-form form textarea {
    background: #fff;
    font-size: 16px;
    font-size: 1rem;
    height: 55px;
    padding: 6px 15px;
    border: 2px solid #ebeff3;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  @media (max-width: 767px) {
    .contact-form form input,
    .contact-form form textarea {
      height: 45px;
      border: 1px solid #ebeff3;
    }
  }

  .contact-form form input:focus,
  .contact-form form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--renkbir);
  }

  .contact-form form textarea {
    height: 200px;
    padding: 15px;
  }

/* ================================= */
/* ----------- FOOTER CSS ---------- */
/* ================================= */
.footer {
	background: #222222;
	position: relative;
}
.footer a, #footer p, ul.list li::before, .opening-hourse ul li {
	color: #808080;
}
.footer a:focus, .footer a:hover, .footer a:active {
	color: #666666;
}
.footer .widget .widget-title {
	margin-top: 0px;
}
#footer p {
	font-weight: 300;
}
#footer .copy-right {
	font-size: 12px;
}
.line-bottom-theme-colored-2::after {
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 50px;
}
.line1 {
	float: left;
	height: 5px;
	width: 40px;
}
.small-title {
	margin-bottom: 40px;
	margin-top: 20px;
}
.line2 {
	float: left;
	height: 1px;
	margin-top: 2px;
	width: 78px;
}
.widget.dark .widget-title {
	color: #fff;
}
.widget .widget-title {
	margin-bottom: 20px;
	margin-top: 0;
}
.line-bottom-theme-colored-2 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}
.widget-title {
	font-size: 22px;
	text-transform: uppercase;
}
.widget {
	margin-bottom: 30px;
}
.widget.dark .list-border li {
	border-bottom: 1px dashed #404040;
	transition: all 0.5s linear 0s;
}
.widget.dark .list-border li:hover {
	margin-left: 10px;
}
.widget ul.list li, .widget .post {
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.border-bottom {
}
.pt-70 {
	padding-top: 70px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.widget ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.opening-hourse ul li {
}
ul.list.angle-double-right li::before {
	content: "";
	font-family: fontawesome;
	font-size: 12px;
}
ul.list li::before {
	border: medium none;
	content: "";
	display: inline-block;
	font-family: fontawesome;
	font-size: 12px;
	margin-right: 10px;
	padding: 0;
}
.layer-overlay.overlay-dark-8::before {
	background-color: rgba(17, 17, 17, 0.8);
}
.layer-overlay {
	position: relative;
}
.layer-overlay::before {
	background: rgba(17, 17, 17, 0.5);
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.widget.dark .widget-title {
	color: #fff;
}
.widget .widget-title {
	margin-bottom: 20px;
	margin-top: 0;
}
.text-gray {
	color: #808080;
}
.btn-xs {
	font-size: 11px;
	padding: 3px 14px;
}
.bg-black-333 {
	background-color: #333333;
	padding-top: 35px;
}
.mt-30 {
	margin-top: 30px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
	font-size: 12px;
}
span.input-group-btn button {
	color: #fff;
}
.pb-0 {
	padding-bottom: 0;
}
.pt-0 {
	padding-top: 0;
}
.call-to-action {
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}
.pt-30 {
	padding-top: 30px;
}
.pb-20 {
	padding-bottom: 20px;
}
.ml-10 {
	margin-left: 10px;
}
.btn-theme-colored {
	background-color: #fff;
	border: 1px solid #fff;
}
.btn-flat {
	border-radius: 0;
}
.widget.no-border ul li {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.socials.icon-gray a {
	background-color: #eeeeee;
	color: #555555;
	display: block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	width: 36px;
}
.socials.icon-gray a:hover {
	color: #bbbbbb;
}
.socials.icon-gray.icon-bordered a {
	background-color: transparent;
	border: 2px solid #eeeeee;
}
.socials.icon-gray.icon-bordered a:hover {
	border: 2px solid #d5d5d5;
}
.socials.icon-dark a {
	background-color: #333333;
	color: #eeeeee;
	display: block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	width: 36px;
}
.socials.icon-dark a:hover {
	color: #5e5e5e;
}
.socials.icon-dark.icon-bordered a {
	background-color: transparent;
	border: 2px solid #111111;
	color: #111111;
}
.socials.icon-dark.icon-bordered a:hover {
	background-color: #111111;
	border-color: #111111;
	color: #fff;
}
.socials.icon-rounded a {
	border-radius: 3px;
}
.socials.icon-circled a {
	border-radius: 50%;
}
.socials.icon-md a {
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.socials.icon-lg a {
	font-size: 32px;
	height: 60px;
	line-height: 60px;
	width: 60px;
}
.socials.icon-xl a {
	font-size: 60px;
	height: 120px;
	line-height: 120px;
	width: 120px;
}
.widget.dark .list-border li {
	border-bottom: 1px dashed #404040;
	transition: all 0.5s linear 0s;
}
.mb20 {
	display: inline-block;
}
.mb20 form, .mb20 form .search {
	width: 220px;
	position: relative;
}
.mb20 form .search {
	border: medium none;
	height: 40px;
	padding-left: 15px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.mb20 form a.button {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 44px;
	position: absolute;
	right: -2px;
	text-align: center;
	top: 0;
	width: 40px;
}
.mb20 form a.button:hover {
	color: #fff;
}
