/* Selahattin Akarışık Web Template

Template Name: SA - Dijital Ajans
Author: Selahattin AKARIŞIK
Version: 1.0.0

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


@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&display=swap');

:root{
    --main-color: #c9ae62;
    --text-color: #777777;
    --text-white: #ffffff;
    --text-black: #000000;
    --color-whatsapp: #25d366;
    --color-phone: #00ced1;
    --color-eposta: #000000;
    --color-facebook: #3b5998;
    --color-twitter: #00aced;
    --color-instagram: #dd2a7b;
    --color-pinterest: #cb2027;
    --color-linkedin: #007bb5;
    --color-youtube: #bb0000;
    --color-telegram: #0088cc;
    --color-grey: #e5e5e5;
    --bg-white: #ffffff;
    --d: 2500ms;
	--angle: 30deg;
	--gradX: 100%;
	--gradY: 50%;
	--c1: rgba(255,140,8, 1);
	--c2: rgba(255,140,8, 0.1);
}

::selection {
	background-color: #c9ae62;
	color: #fff;
}

::-moz-selection {
	background-color: #ff8c08;
	color: #fff;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items:center;
  justify-content:center;
  background-color: #fff;
  z-index: 999
}

.top-btn {
	width: 40px;
	height: 40px;
	background-color: var(--main-color);
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

 html {
 	margin: 0px;
 	padding: 0px;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
	margin: 0px;
 	padding: 0px;
    font-size: 15px;
    line-height: 27px;
    color: var(--text-color);
	font-weight:400;
	background: var(--bg-white);
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
	font-display:fallback;
}

a{
	text-decoration:none;
	cursor:pointer;
}

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

h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
	line-height:normal;
	font-weight: 600;
}

h1 {font-size: 50px; }
h2 {font-size: 40px; }
h3 {font-size: 30px; }
h4 {font-size: 24px; }
h5 {font-size: 20px; }
h6 {font-size: 17px; }

section{
	position: relative;
}

textarea{
	overflow:hidden;
	resize: none;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
	background-color: var(--bg-white);
}

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

.button {
	outline: none;
}

.bg-themes {
	background-color: #ffe8cd;
}

.bg-themes2 {
	background-color: #ff8c08;
}

.floating_btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: var(--color-whatsapp);
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


/***

====================================================================
	Main Header Style
====================================================================

***/

.main-header{
	margin: 0 auto;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 99;
	background: rgba(0,0,0,0.2);
}

.main-header .main-box{
	position: relative;
	display: block;
	padding: 0 30px;
	z-index: 999;
}

.main-header .nav-outer{
	position: static;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-header .logo{
	position: relative;
	z-index: 9;
	padding: 15px 0;
}

.main-header .logo img{
	max-height: 52px;
}

.main-header .menu-box{
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu{
	position:static;
}

.main-menu .navbar-collapse{
	padding:0px;
}

.main-menu .navigation{
	position:static;
	display: flex;
}

.main-menu .navigation > li{
	position:relative;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	opacity:1;
    font-size: 16px;
    line-height: 36px;
	font-weight:500;
	color: var(--text-white);
	padding: 23px 16px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li.dropdown > a:after{
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107";
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: var(--text-white);
    z-index: 5;
}

.main-menu .navigation > li > a:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0%;
	background: var(--main-color);
	content: "";
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.main-menu .navigation > li > a > span{
	position: relative;
	display: block;
	padding-right: 10px;
}

.main-menu .navigation > li > ul{
	position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--bg-white);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 17px 30px;
    z-index: 1;
    min-width: 220px;
    display: none;
    -webkit-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
}

.main-menu .navigation > li > ul:before{
	display: table;
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	display: block;
	z-index: 1;
	border-bottom: 1px solid var(--color-grey);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
    z-index: 1;
	font-weight:500;
    font-size: 15px;
    line-height: 28px;
	color:rgba(0,0,0,0.74);
	padding: 10px 0;
	white-space: nowrap;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: 0.7s;
}

.main-menu .navigation > li > ul > li > a:hover {
	color: var(--main-color);
	transition: 0.7s;
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid var(--text-white);
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:var(--text-white);
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	margin-left: -140px;
}

.main-header .outer-box{
	position: relative;
	display: flex;
	align-items: center;
}

/***

====================================================================
		Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    background: rgba( 255, 255, 255, 1);
	-webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 1000ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99;
	visibility:visible;
}

.sticky-header .search-box .search-btn,
.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li > a{
	color: var(--text-black);
}

.sticky-logo{
	display: none;
}

.sticky-header .main-logo{
	display: none;
}

.sticky-header .sticky-logo{
	display: block;
}

/***

====================================================================
		Mobile Header
====================================================================

***/

.mobile-header{
	position: relative;
	margin: 0 20px;
	padding: 20px 0;
	display: none;
}

.mobile-header:after{
	display: table;
	clear: both;
	content: "";
}

.mobile-header .logo{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 38px;
}

.mobile-header .nav-outer{
	position: relative;
	float: right;
}

.mobile-header .outer-box{
	position: relative;
	float: right;
}

.mobile-sticky-header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px 15px;
	opacity: 0;
	visibility: hidden;
	background-color: var(--bg-white);
	z-index: 999;
	-webkit-box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
    -moz-box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
    box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
}

.mobile-sticky-header:after{
	display: table;
	clear: both;
	content: "";
}

.mobile-sticky-header .logo{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 38px;
}

.mobile-sticky-header .nav-outer{
	position: relative;
	float: right;
}

.mobile-sticky-header .outer-box{
	position: relative;
	float: right;
}

/***

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 24px;
	line-height: 30px;
	cursor: pointer;
	margin-left: 20px;
	color: var(--text-black);
	order: 3;
	display: none;
	transition: all 300ms ease;
}

.mobile-menu-back-drop{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	transition: all 200ms ease;
}

.mobile-menu{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	max-width:100%;
	height: 100vh;
	margin: 0 auto;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transition: all 300ms ease;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 25px;
	text-align:left;
	border-bottom: 1px solid var(--color-grey);
}

.mobile-menu .nav-logo img{
	height: 52px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-outer{
	position: fixed;
	left: 0px;
	top: 0;
	bottom: 21vh;
	width: 300px;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	padding: 0px 0px;
	z-index: 5;
	display: block;
	background-color: var(--bg-white);
	transform: translateX(-100%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	padding-bottom: 200px;
}

.mobile-menu-visible .mobile-menu .menu-outer{
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: relative;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 0px;
	z-index: 5;
	display: block;
	background-color: var(--bg-white);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid var(--color-grey);
}

.mobile-menu .navigation > li{
	position: relative;
	display: block;
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
    font-size: 17px;
    line-height: 20px;
    color: var(--text-black);
	padding: 10px 25px;
	border-bottom: 1px dashed var(--color-grey);
	border-top: 1px solid transparent;
}

.mobile-menu .navigation li:last-child > a{
	border-bottom: 0;
}

.mobile-menu .navigation li.current > a{
	color: var(--main-color);
}

.mobile-menu .navigation li li > a{
	padding: 10px 0px;
	font-size: 14px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:5px;
	top:0px;
	width:42px;
	height:42px;
	text-align:center;
	line-height:42px;
	font-size: 18px;
	color: var(--text-black);
    -webkit-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.current.dropdown .dropdown-btn{
	color: var(--main-color);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li > ul{
	display: none;
	padding-left: 40px;
}

.mobile-menu .navigation li > ul > li > ul{
	display: none;
	padding: 0 25px;
}

.mobile-menu .header-post-widget{
	padding-left: 40px;
}

.mobile-menu .mobile-menu-social {
	position: fixed;
	left: 0px;
	bottom: 0;
	width: 300px;
	height: 21vh;
	max-height: 21vh;
	overflow-y: auto;
	padding: 0px 0px;
	z-index: 5;
	display: block;
	background-color: var(--bg-white);
	transform: translateX(-100%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .mobile-menu-social a {
	color: var(--text-white);
}

.mobile-menu-visible .mobile-menu .mobile-menu-social {
	transform: translateX(0%);
}

.mobile-menu .mobile-whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0px;
	margin: 0 auto;
	width: 300px;
	height: 7vh;
	background-color: var(--color-whatsapp);
	font-size: 16px;
	color: var(--text-white);
	z-index: 9999;
}

.mobile-menu .mobile-whatsapp i {
	margin-right: 10px;
}

.mobile-menu .mobile-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 14vh;
	margin: 0 auto;
	width: 300px;
	height: 7vh;
	background-color: var(--color-phone);
	font-size: 16px;
	color: var(--text-white);
}

.mobile-menu .mobile-phone i {
	margin-right: 10px;
}

.mobile-menu .mobile-eposta {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 7vh;
	margin: 0 auto;
	width: 300px;
	height: 7vh;
	background-color: var(--color-eposta);
	font-size: 16px;
	color: var(--text-white);
}

.mobile-menu .mobile-eposta i {
	margin-right: 10px;
}

/***

====================================================================
		Header Style Three
====================================================================

***/

.header{
	position: relative;
	background: var(--bg-white);
}

.header .search-box .search-btn,
.header .main-menu .navigation > li.dropdown > a:after,
.header .main-menu .navigation > li > a{
	color: var(--text-black);
}

.header .outer-box{
	margin-left: 60px;
}


.header .main-box{
	padding: 0 15px;
}

.header .sticky-header .menu-box,
.header .sticky-header .auto-container{
	max-width: 100%;
	padding: 0;
}

.header .sticky-header .outer-box{
	margin-left: -170px;
}

.main-slider h2 {
	color: var(--text-white);
}

.main-slider .text {
	color: var(--text-white);
}

.main-slider .btn-box span {
	margin: 0 auto;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid var(--text-white);
	color: var(--text-white);
	background: none;
	transition: 0.7s;
	outline: none;
}

.main-slider .btn-box span:hover {
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	color: var(--text-white);
	transition: 0.7s;
}

.home .slider {
	height:700px;
	background-image: url(../images/slider/11.jpg);
	background-size: cover;
	background-position: center top;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.home .slider h1 {
	margin-top: 100px;
	color: var(--text-white);
}

.home .slider p {
	color: var(--text-white);
	margin-top: 10px;
}

.home .slider button {
	background: none;
	width: 130px;
	height: 40px;
	border: 2px solid var(--bg-white);
	color: var(--text-white);
	font-weight: 600;
	margin-top: 15px;
	transition: 0.6s;
	outline: none;
}

.home .slider button:hover {
	border: 2px solid var(--bg-white);
	background-color: var(--bg-white);
	color: var(--main-color);
	transition: 0.6s;
}

.column {
	width: 85%;
	padding: 0;
}

.column:last-child {
	padding-bottom: 10px;
}

.column div {
	position: relative;
	width: 90%;
	margin: 0 0 0 25px;
	padding: 0;
}

.column div span {
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 100%;
	color: var(--main-color);
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}

.column .white {
	color: var(--text-white);
}

figure {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	border-radius: 25px;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

/* Zoom In #1 */
.hover01 figure img {
	border-radius: 25px;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	border-radius: 25px;
	width: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.home .b2b {
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	align-items: center;
}

.home .b2b h3 {
	font-weight: 22px;
	color: var(--main-color);
}

.home .b2b .h3-alt {
	font-size: 16px;
	font-weight: bold;
}

.home .b2b hr {
	width: 100px;
	border-bottom: 3px solid var(--main-color);
	margin-top: 35px;
	margin-bottom: 35px;
}

.home .b2b-fluid {
	background: rgb(251,240,175);
	background: linear-gradient(90deg, rgba(251,240,175,1) 0%, rgba(201,174,98,1) 34%, rgba(143,105,32,1) 100%);
	padding-top: 100px;
	padding-bottom: 100px;
	color: var(--text-white);
}

.home .b2b-fluid h3 {
	font-weight: 22px;
	color: var(--text-white);
}

.home .b2b-fluid .h3-alt {
	font-size: 16px;
	font-weight: bold;
}

.home .b2b-fluid hr {
	width: 100px;
	border-bottom: 3px solid var(--bg-white);
	margin-top: 35px;
	margin-bottom: 35px;
}

.jobs {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.jobs h3 {
	color: var(--main-color);
	text-align: center;
	font-size: 32px;
}

.jobs h4 {
	font-size: 22px;
	color: var(--main-color);
	margin-bottom: 15px;
}

.jobs i {
	color: var(--main-color);
	margin-right: 7px;
}

.jobs .title {
	font-size: 58px;
	margin-bottom: 25px;
}

.jobs hr {
	margin: 0 auto;
	width: 50px;
	border-bottom: 5px solid var(--main-color);
	margin-bottom: 25px;
}

.kontakt {
	margin: 0 auto;
	background-image: url(../images/other/kontakt-bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
	padding-top: 100px;
	padding-bottom: 100px;
}

.kontakt h5 {
	color: var(--text-white);
	font-size: 28px;
	text-align: center;
}

.kontakt form {
	margin: 0 auto;
	background-color: var(--bg-white);
	padding:25px;
	padding-top: 75px;
	padding-bottom: 75px;
	border-radius: 25px;
}

.kontakt form input {
	width: 100%;
	background: none;
	border-bottom: 1px solid var(--main-color);
	padding: 10px;
	padding-left: 13px;
	color: var(--main-color);
	margin-bottom: 10px;
}

.kontakt form input::placeholder {
	color: var(--main-color);
}

.kontakt form textarea {
	width: 100%;
	background: none;
	border-bottom: 1px solid var(--main-color);
	padding: 10px;
	padding-left: 13px;
	color: var(--main-color);
	margin-bottom: 10px;
	margin-top: 10px;
}

.kontakt form textarea::placeholder {
	color: var(--main-color);
}

.kontakt form button {
	margin-top: 15px;
	padding: 10px;
	background-color: var(--main-color);
	color: var(--text-white);
	border:2px solid var(--main-color);
	font-weight: 600;
	transition: 0.4s;
	outline: none;
	width: 100%;
}

.kontakt form button:hover {
	background-color: var(--bg-white);
	color: var(--main-color);
	transition: 0.4s;
	border:2px solid var(--main-color);
	outline: none;
}

.office {
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

.office img {
	width: 100%;
}

.office h6 {
	font-size: 22px;
	color: var(--main-color);
	text-align: center;
	margin-top: 15px;
}

.footer {

background: rgb(168,135,58);
background: radial-gradient(circle, rgba(168,135,58,1) 0%, rgba(201,173,98,1) 78%, rgba(201,173,98,1) 100%);
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	align-items: center;
	text-align: center;
	color: var(--text-white);
	font-weight: 600;
}

.footer img {
	margin-top: -15px;
	width: 40px;
}

.footer .link {
	margin-top: 20px;
}

.footer .link a {
	color: var(--text-white);
	font-weight: 500;
	margin-right: 15px;
	margin-left: 15px;
}

.footer .link a:hover {
	text-decoration: underline;
}

.footer .sosyal {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .sosyal i {
	margin: 0 auto;
	width: 35px;
	height: 35px;
	border:2px solid var(--bg-white);
	border-radius: 100px;
	color: var(--text-white);
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
	transition: 0.7s;
}

.footer .sosyal i:hover {
	background-color: var(--bg-white);
	color: var(--main-color);
	transition: 0.7s;
}
