body {
  padding: 0;
  margin: 0;
  color: #a5a5a5;
  font-size: 14px;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  direction: ltr;
}

body,html {
  height: 100%;
  width: 100%;
  position: relative;
}

html {
  font-size: 16px;
}

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

a {
  color: inherit;
}

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

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

h1,h2,h3,h4,h5 {
  font-family: 'Noto Sans', sans-serif;
}

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 14px;
}

.padding {
  padding: 7.5rem 0;
}

.padding-top {
  padding-top: 7.5rem;
}

.padding-bottom {
  padding-bottom: 7.5rem;
}

.padding-bottom-half {
  padding-bottom: 4.375rem;
}

.padding-top-half {
  padding-top: 4.375rem;
}

.heading_space {
  margin-bottom: 4.375rem;
}

.top60 {
  margin-top: 60px;
}

.bottom45 {
  margin-bottom: 45px;
}

.top40 {
  margin-top: 40px;
}

.top30 {
  margin-top: 30px;
}

.bottom30 {
  margin-bottom: 30px;
}

.bottom35 {
  margin-bottom: 35px;
}

.bottom25 {
  margin-bottom: 25px;
}

.top25 {
  margin-top: 25px;
}

.bottom20 {
  margin-bottom: 20px;
}

.top20 {
  margin-top: 20px;
}

.top15 {
  margin-top: 15px;
}

.bottom15 {
  margin-bottom: 15px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom5 {
  margin-bottom: 5px;
}

.no_bottom {
  margin-bottom: 0;
}

.bg_light {
  background: #f6f6f6!important;
}

.darkcolor {
  color: #384141;
}

.color {
  color: #e6bd6d;
}

.whitecolor {
  color: #fff;
}

.font-light {
  font-weight: 300;
}

.font-light2 {
  font-weight: 200;
}

.font-xlight {
  font-weight: 100;
}

.heading {
  border-bottom: 1px solid #dadada;
  display: inline-block;
}

.heading .divider-left,.heading .divider-center {
  height: 4px;
  width: 70px;
  background: #c49d4e;
  display: block;
}

.heading .divider-left {
  margin: 10px 0 -2px;
}

.heading .divider-center {
  margin: 10px auto -2px;
}

.heading > span {
  font-weight: 200;
}

.center-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image,.image img {
  position: relative;
}

.image img {
  -o-transition: all .8s linear;
  -webkit-transition: all .8s linear;
  transition: all .8s linear;
  width: 100%;
}

.image {
  overflow: hidden;
}

.btn_common {
  padding: 12px 2.5rem;
  display: inline-block;
  font-weight: bold;
  line-height: normal;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.btn_full {
  width: 100%;
}

.white_transparent {
  border: 1px solid #fff !important;
  background: transparent;
}

.white_transparent:hover,.white_transparent:focus {
  background: #fff;
  color: #384141;
}

.btn_primary {
  background: #c49d4e;
}

.btn_primary:hover,.btn_primary:focus {
  background: #e6bd6d;
  color: #fff;
}

.white_transparent,.btn_primary,.btn_primary:hover,.btn_primary:focus {
  color: #fff;
}

ul.social_icon li a {
  border: 1px solid #fff;
  color: #384141;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  line-height: 35px;
  text-align: center;
  width: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-right: 2px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.fixedmenu ul.social_icon li a {
  color: #384141;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

ul.social_icon.black li a {
  border: 1px solid #384141;
  color: #384141;
}

ul.social_icon.black li a:hover,ul.social_icon.black li a:focus {
  color: #e6bd6d;
}

ul.social_icon.whitebg li a {
  background: #e6bd6d;
  border-color: #e6bd6d;
  color: #384141;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

ul.social_icon.noborder li a {
  border: none !important;
}

ul.social_icon li a:hover,ul.social_icon li a:focus {
  background: #b2cb20;
  border-color: transparent;
  color: #fff;
}

ul.social_icon li a.facebook:hover,ul.social_icon li a.facebook:focus {
  background: #3b5999;
  border-color: #3b5999;
}

ul.social_icon li a.twitter:hover,ul.social_icon li a.twitter:focus {
  background: #55acee;
  border-color: #55acee;
}

ul.social_icon li a.insta:hover,ul.social_icon li a.insta:focus {
  background: #e4405f;
  border-color: #e4405f;
}

ul.social_icon li a.google:hover,ul.social_icon li a.google:focus {
  background: #dd4b39;
  border-color: #dd4b39;
}

.scrollToTop {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
  font-size: 25px;
  position: fixed;
  z-index: 1000;
  bottom: 16px;
  right: 40px;
  display: none;
  background: #c49d4e;
}

.scrollToTop:hover {
  background: #e6bd6d;
}

.scrollToTop,.scrollToTop:hover,.scrollToTop:focus {
  color: #fff;
}

a {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.navbar,.navbar-nav .nav-link,.navbar-nav .nav-link::before,.side-nav .navbar-nav .nav-link > span {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.navbar {
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1000;
}

.transparent-bg,.center-brand {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.fixed-bottom {
  position: absolute;
  background: #fff;
}

.fixedmenu {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1002;
  background: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.center-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

.fixed-bottom.fixedmenu {
  bottom: auto;
  top: 0;
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

.navbar-brand {
  margin: 14px 0;
  padding: 0;
  height: 90px;
  width: 90px;
  position: relative;
}
.navbar.fixedmenu .navbar-brand {
 height: 45px;
 width: 45px;
}

.center-brand .navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}

.navbar-brand > img {
  height: 100%;
  width: auto;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  background-color: rgba(255,255,255,1);
  border-radius: 50%;
}

.navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
  display: none;
  background-color: rgba(29,29,27,1);
}

.navbar.fixedmenu .logo-scrolled, .navbar .logo-default {
  display: inline-block;
}

.collapse {
  position: relative;
}

.navbar-nav .nav-item {
  margin: 12px 1.25rem;
}

.navbar-nav .nav-link {
  padding: 8px 0 !important;
  color: #384141;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  font-family: 'Noto Sans', sans-serif;
  display: inline-block;
}

.transparent-bg .navbar-nav .nav-link,.center-brand .navbar-nav .nav-link {
  color: #fff;
}

.fixedmenu .navbar-nav .nav-link {
  color: #384141;
}

.navbar-nav .nav-link::before {
  content: "";
  background: #fff;
  height: 2px;
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.fixedmenu .navbar-nav .nav-link::before {
  background: #384141;
}

.navbar-nav .nav-link:hover::before,.navbar-nav .nav-link:focus::before,.navbar-nav .nav-link.active::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.navbar-toggler {
  position: relative;
  border: none;
  height: 32px;
  padding: 5px 10px;
}

.navbar-toggler:focus,.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background: #fff;
  height: 2px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.boxed-nav .navbar-toggler span,
.fixedmenu .navbar-toggler span,
.transparent-bg-dark span,
.bgwhite-nav .navbar-toggler span{background:#384141;}

.navbar-toggler span:nth-child(1),.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  -o-transition: -o-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out, -o-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 3px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.nav-social ul.social_icon li {
  display: inline-flex;
}

.nav-social ul.social_icon li a {
  height: 30px;
  width: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  display: inline-block;
}

.nav-social ul.social_icon li a.facebook:hover,.nav-social ul.social_icon li a.facebook:focus {
  color: #3b5999;
  background: #fff;
}

.nav-social ul.social_icon li a.twitter:hover,.nav-social ul.social_icon li a.twitter:focus {
  color: #55acee;
  background: #fff;
}

.nav-social ul.social_icon li a.insta:hover,.nav-social ul.social_icon li a.insta:focus {
  color: #e4405f;
  background: #fff;
}

.nav-social ul.social_icon li a.tm:hover,.nav-social ul.social_icon li a.tm:focus {
  color: #0077B5;
  background: #fff;
}

.nav-social ul.social_icon li a.google:hover,.nav-social ul.social_icon li a.google:focus {
  color: #dd4b39;
  background: #fff;
}

.fixedmenu .nav-social ul.social_icon li a{color:#384141;}
.fixedmenu .nav-social ul.social_icon li a.facebook:hover,
.fixedmenu .nav-social ul.social_icon li a.facebook:focus{background:#3b5999;}
.fixedmenu .nav-social ul.social_icon li a.twitter:hover,
.fixedmenu .nav-social ul.social_icon li a.twitter:focus{background:#55acee;}
.fixedmenu .nav-social ul.social_icon li a.insta:hover,
.fixedmenu .nav-social ul.social_icon li a.insta:focus{background:#e4405f;}
.fixedmenu .nav-social ul.social_icon li a.linkden:hover,
.fixedmenu .nav-social ul.social_icon li a.linkden:focus{background:#0077B5;}
.fixedmenu .nav-social ul.social_icon li a.google:hover,
.fixedmenu .nav-social ul.social_icon li a.google:focus{background:#dd4b39;}
.fixedmenu .nav-social ul.social_icon li a:hover,
.fixedmenu .nav-social ul.social_icon li a:focus{color:#fff;}

@media (min-width:993px) and (max-width:1200px) {
  .navbar-nav .nav-item {
    margin: 0 0.875rem;
  }


  .sidemenu_btn {
    position: relative;
    right: 0;
  }

}

@media (max-width:992px) {
  .transparent-bg,  .center-brand {
    background: rgba(0,0,0,.5);
  }

  .transparent-bg.fixedmenu,  .center-brand.fixedmenu {
    background: #fff;
  }

  .center-brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .center-brand .navbar-brand {
    position: relative;
    top: auto;
    margin: 16px 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar-nav .nav-item {
    margin: 4px 0;
  }

  .navbar-nav .nav-link {
    padding: 4px 0 !important;
  }


}

/*
@media (max-width:580px) {
  .side-nav .navbar-nav .nav-link > span {
    display: none;
  }

  .single-items {
    height: 356px !important;
    width: 100% !important;
    background-size: cover !important;
    background-attachment: local !important;
    background-position: right !important;
  }

  #creative {
    height: 356px !important;
    width: 320px;
    background-size: cover;
    background-attachment: local;
    background-position: right;
  }

  #creative .container {
    text-align: right !important;
  }


  #social {
    background-repeat: no-repeat;
    height: 356px !important;
    width: 100% !important;
    background-size: cover !important;
    background-attachment: local !important;
    background-position: center 0px !important;
  }

  #social .container {
    text-align: right !important;
  }

  #seo {
    background-repeat: no-repeat;
    height: 356px !important;
    width: 100% !important;
    background-size: cover !important;
    background-attachment: local !important;
    background-position: center 0px !important;
  }
}
*/
.overlay {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.overlay {
  background-color: rgba(196, 157, 78, 0.75);
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 50px;
  border-radius: 50%;
}

.overlay.primary {
  background: rgba(178,203,32, .75);
}

.overlay h4 > a:hover,.overlay h4 > a:focus {
  color: #fff;
}

.team-box,.team-box ul li {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.team-box ul li.social-text {
  width: 100%;
  color: white;
  font-size: 19px;
  margin-bottom: 8px;
}

.team-box-circle ul li.social-text {
	font-size: 16px;
}

.team-box {
  position: relative;
  overflow: hidden;
}

.team-box .team-content {
  padding: 30px 1.25rem;
  text-align: center;
  background: #fff;
}

.team-box .team-content h3 {
  font-weight: normal;
}

.team-box .team-content p {
  margin-bottom: 0;
}

.team-box .overlay {
  background: rgb(196, 157, 78, .7);
}

.team-box:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.team-box ul li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
  -o-transform: translateX(-300%);
  transform: translateX(-300%);
}

.team-box ul li:first-child {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.team-box ul li:nth-child(2) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.team-box ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.team-box ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.team-box ul li:nth-child(5) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.team-box ul li:nth-child(6) {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.team-box ul li:nth-child(7) {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}
.team-box ul li:nth-child(8) {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}
.team-box ul li:nth-child(9) {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
}
.team-box ul li:nth-child(10) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.team-box:hover ul li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.team-box-circle {
	padding: 20px;
}

.team-box-circle .image {
	border-radius: 50%;
	height: 0;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100%;
}
.team-box-circle .overlay {
	padding: 15%; 
}
@media (max-width:992px) {
	.team-box-circle .image {
		width: 90%;
		padding-bottom: 90%;
	}
	.team-box-circle .overlay {
		padding: 13%; 
	}
}

.team-box-circle .team-content {
	background-color: transparent;
}


ul.social_icon li {
  display: inline-block;
}

.image > img:hover {
  background-color: transparent;
}

.split-box .heading-title {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width:1480px) {
  .split-box .padding {
    padding: 6.5rem 2rem;
  }
}

@media (max-width:1366px) {
  .split-box .padding {
    padding: 5.5rem 1.75rem;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .split-box .padding {
    padding: 3rem 1rem;
  }
}

@media (max-width:992px) {
  .split-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.banner-fullscreen {
  background: url(../images/banner-flat.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  background-position: center center;
}

#particles-js {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .5;
}

.single-items {
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
}

.mobile-cengiz {
  margin-top: 220px;
}

.bgsvgsoccer{
  background: url(../img/soccer.svg) no-repeat;
  background-position: top right;
  background-size: 35% auto;
}
.page_header_aboutus {
  background: linear-gradient(rgba(0, 0, 0, 0.5),
  rgba(0, 0, 0, 0.1)), url(../img/aboutus.jpg) no-repeat;
  background-position: 100% 67% !important;
  
}

.page_header_socialmedia {
  background: linear-gradient(rgba(0, 0, 0, 0.7),
  rgba(0, 0, 0, 0.1)), url(../img/SocialMedia.jpg) no-repeat;
}

.page_header_team {
  background: linear-gradient(rgba(0, 0, 0, 0.7),
  rgba(0, 0, 0, 0.1)), url(../img/team.jpg) no-repeat;
}

.page_header {
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  background-position: center center;
  position: relative;
}

.page_header .page-content {
  position: relative;
}

.page_header .page-content h1 {
  font-size: 2.5rem;
  margin-top: 3rem;
}

.page_header .page-content h1,.page_header .page-content p {
  color: #fff;
  width: 80%;
  margin-bottom: 10px;
  max-width: 500px;
}

.page_header .page-content .page_nav {
  background: #fff;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 18px 40px 10px;
  display: inline-block;
  margin-top: 40px;
  color: #7f7f7f;
  font-size: 0.875rem;
  float: right;
  margin-bottom: -2px;
}

.page_header .page-content .page_nav a {
  display: inline-block;
  margin: 0 10px;
  color: #0b0b0b;
}

.page_header .page-content .page_nav span i {
  margin-right: 5px;
}

@media (max-width:992px) {
  .page_header .page-content .page_nav {
    padding: 18px 30px 10px;
  }
}

@media (max-width:768px) {
  .page_header .page-content .page_nav {
    padding: 18px 16px 10px;
    float: none;
    width: 100%;
  }
}

.logo-item > img {
  width: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #b5b5b5;
}

:-moz-placeholder {
  color: #b5b5b5;
}

::-moz-placeholder {
  color: #b5b5b5;
}

:-ms-input-placeholder {
  color: #b5b5b5;
}

button {
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
  outline: 0;
}

footer {
  background: #384141;
}

footer,footer p {
  color: #fff;
}

.footer_logo > img {
  width: 110px;
}

.services p.address {
  margin-left: 25px;
  margin-bottom: 15px;
}

.services p.address > i {
  display: inline-block;
  font-size: 15px;
  margin-left: -25px;
  vertical-align: middle;
  width: 25px;
}

.copyright {
  width: 100%;
  padding: 20px 0 40px 0;
  background-color: #1d1d1b;
  color: #FFF;
}

.copyright p {
  margin: 0;
  font-size: 0.875rem;
  line-height: normal;
  color: #FFF;
}

.copyright p > a {color: #c49d4e;}
.copyright p > a:hover {text-decoration: underline;}

@media (max-width:1200px) {
  html {
    font-size: 15px;
  }

  h1 {
    font-size: 2.56rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  h3 {
    font-size: 1.65rem;
  }

  h4 {
    font-size: 1.15rem;
  }
}

@media (min-width:536px) and (max-width:1024px) {
  ul.social_icon li a {
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    width: 30px;
  }

  p {
    font-size: 13px;
  }
}

@media (max-width:992px) {
  html {
    font-size: 14px;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 1.125rem;
  }
}

@media (max-width:768px) {
  .container {
    max-width: 98%;
  }

  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  h4 {
    font-size: 1.115rem;
  }

  .btn_common {
    padding: 10px 2.2rem;
    font-size: 12px;
  }
}

@media screen and (max-width:768px) {
  .padding {
    padding: 4rem 0;
  }

 /* .padding-top {
    padding-top: 4rem;
  }*/

  .padding-bottom {
    padding-bottom: 4rem;
  }

  .icon_box {
    padding: 15px;
  }

  .split-box .padding-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width:560px) {
  .btn_common {
    padding: 8px 2rem;
    font-size: 11px;
  }
}

@media screen and (max-width:576px) {
  .split-box .heading_space {
    margin-bottom: 2.375rem;
  }
}

.container1 > div,.container2 > div {
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  -o-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.4);
  }

  40% {
    -webkit-transform: scale(1.0);
  }
}

@-o-keyframes bouncedelay {
  0%, 80%, 100% {
    -o-transform: scale(0.0);
    transform: scale(0.0);
    -webkit-transform: scale(0.25);
  }

  40% {
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    -o-transform: scale(0.0);
    transform: scale(0.0);
    -webkit-transform: scale(0.25);
  }

  40% {
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.icon-scroll,.icon-scroll:before {
  position: absolute;
  left: 48%;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  margin-top: 30px;
}

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}

@media (max-width:767px) {
  .page_header_socialmedia .page-content h1 {
    text-align: center;
    margin-top: 226px;
  }

  /*ge_header_aboutus .page-content h1 {
    text-align: center;
  }*/

  .item-one {
    background: url(../images/FrontPage/13.jpg) no-repeat !important;
    background-size: cover;
    background-position: left bottom !important;
  }

  .icon-scroll,  .icon-scroll:before {
    position: absolute;
    left: 48%;
  }
}





































aside#general-navigation {
	width: 100%;
	height: 100%;
	position: fixed;
	transform: translateZ(0);
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1005;
	overflow: hidden;
	background: rgba(0, 0, 0, 0);
	transition: all .2s ease-in;
	pointer-events: none
}
aside#general-navigation::-webkit-scrollbar {display: none}
aside#general-navigation.navigation-opened {background: rgba(0, 0, 0, .4);pointer-events: inherit}
aside#general-navigation.navigation-opened .nav-container {opacity: 1; transform: translateX(0); transition: opacity .14s ease-out, transform 768ms cubic-bezier(.49, .01, .27, 1)}
aside#general-navigation.navigation-opened .nav-container .nav-content {box-shadow: 0 2px 100px 0 rgba(0, 0, 0, .3)}
aside#general-navigation.navigation-opened .nav-container .nav-header {
	opacity: 1;
	transition: transform 1s ease-out .22s, opacity 1s ease-out .44s, margin .24s ease-out;
	transform: translate(0, 0)
}

aside#general-navigation.navigation-opened .nav-container .large-nav nav {
	opacity: 1;
	transform: translate(0, 0);
	transition: transform 1s ease-out .2s, opacity 1s ease-out .4s
}

aside#general-navigation.navigation-opened .nav-container .large-nav .sub-nav {
	opacity: 1;
	transform: translate(0, 0);
	transition: transform 871ms ease-out .4s, opacity 871ms ease-out .6s
}

aside#general-navigation.stick-nav .nav-container .nav-content .nav-header {
	margin: 8px 0 0 0
}

@media screen and (max-width:1200px) {
	aside#general-navigation.stick-nav .nav-container .nav-content .nav-header {
		margin: 8px 0 0 0
	}
}

@media screen and (max-width:650px) {
	aside#general-navigation.stick-nav .nav-container .nav-content .nav-header {
		margin: 10px 0 0 0
	}
}

@media screen and (max-width:820px) and (orientation:landscape) {
	aside#general-navigation.stick-nav .nav-container .nav-content .nav-header {
		margin: 8px 0 0 0
	}
}

aside#general-navigation.stick-nav .nav-container .nav-content .large-nav {
	margin-top: -77px
}

@media screen and (orientation:landscape) and (max-height:680px) {
	aside#general-navigation.stick-nav .nav-container .nav-content .large-nav {
		margin-top: 0
	}
}

@media screen and (max-width:1200px) {
	aside#general-navigation.stick-nav .nav-container .nav-content .large-nav {
		margin-top: 0
	}
}

@media screen and (max-width:1000px) {
	aside#general-navigation.stick-nav .nav-container .nav-content .large-nav {
		margin-top: 0
	}
}

aside#general-navigation .nav-container {
	width: 100%;
	max-width: 450px;
	height: 100%;
	position: fixed;
	transform: translateZ(0);
	top: 0;
	right: 0;
	z-index: 10;
	pointer-events: inherit;
	opacity: 1;
	background: #fff;
	transform: translateX(100%);
	transition: opacity .14s ease-out, transform 421ms cubic-bezier(.49, .01, .27, 1)
}

aside#general-navigation .nav-container::-webkit-scrollbar {
	display: none
}

@media screen and (max-width:650px) {
	aside#general-navigation .nav-container {
		max-width: 320px
	}
}

aside#general-navigation .nav-container>img {
	max-width: 292px;
	position: absolute;
	bottom: -292px;
	left: 101px;
	pointer-events: none;
	z-index: 10
}

@media screen and (orientation:landscape) and (max-height:680px) {
	aside#general-navigation .nav-container>img {
		left: 380px;
		bottom: -330px
	}
}

@media screen and (max-width:820px) and (orientation:landscape) {
	aside#general-navigation .nav-container>img {
		display: none
	}
}

@media screen and (max-width:1000px) {
	aside#general-navigation .nav-container>img {
		left: 380px;
		bottom: -330px
	}
}

@media screen and (max-width:650px) {
	aside#general-navigation .nav-container>img {
		display: none
	}
}

aside#general-navigation .nav-container .nav-content {
	width: 100%;
	max-width: 700px;
	height: 100%;
	margin: 0 0 0 auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
	z-index: 20;
	overflow: hidden;
	overflow-y: scroll;
	transition: box-shadow .2s ease-out
}

aside#general-navigation .nav-container .nav-content::-webkit-scrollbar {
	display: none
}

@media screen and (max-width:1000px) {
	aside#general-navigation .nav-container .nav-content {
		display: block
	}
}

aside#general-navigation .nav-container .nav-header {
	margin: 85px 0 0 0;
	font-size: 0;
	opacity: 0;
	transition: transform .1s ease-out, opacity .1s ease-out, margin .24s ease-out;
	transform: translate(50px, 0)
}

@media screen and (max-width:1200px) {
	aside#general-navigation .nav-container .nav-header {
		margin: 58px 0 0 0
	}
}

@media screen and (max-width:650px) {
	aside#general-navigation .nav-container .nav-header {
		margin: 25px 0 0 0
	}
}

@media screen and (max-width:820px) and (orientation:landscape) {
	aside#general-navigation .nav-container .nav-header {
		margin: 22px 0 0 0
	}
}

aside#general-navigation .nav-container .nav-header .lnk-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 20px 0;
	font-size: 11px;
	color: #000;
	letter-spacing: 2.51px;
	text-transform: uppercase;
	transition: all .2s ease-out
}

aside#general-navigation .nav-container .nav-header .client-zone {
	float: left;
	margin: 0 0 0 100px
}

@media screen and (max-width:820px) and (orientation:landscape) {
	aside#general-navigation .nav-container .nav-header .client-zone {
		margin: 0 0 0 70px
	}
}

@media screen and (max-width:650px) {
	aside#general-navigation .nav-container .nav-header .client-zone {
		margin: 0 0 0 40px
	}
}

aside#general-navigation .nav-container .nav-header .client-zone>a.registration {
	margin-left: 78px
}

@media screen and (max-width:650px) {
	aside#general-navigation .nav-container .nav-header .client-zone>a.registration {
		display: none
	}
}

aside#general-navigation .nav-container .nav-header>button#icon-close-menu {
	float: right;
	margin: 0 100px 0 0;
	padding: 20px 46px 20px 0
}

@media screen and (max-width:1200px) {
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu {
		margin: 0 60px 0 0
	}
}

@media screen and (max-width:1000px) {
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu {
		margin: 0 40px 0 0
	}
}

@media screen and (max-width:650px) {
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu {
		width: 50px;
		height: 50px;
		font-size: 0;
		color: transparent;
		margin: 0 30px 0 0
	}
}

@media screen and (max-width:480px) {
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu {
		margin: 0 20px 0 0
	}
}

@-moz-document url-prefix() {
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu:hover:before {
		transform: translateY(-7px)
	}
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu:hover:after {
		transform: translateY(5px)
	}
}

@supports (-ms-ime-align:auto) {
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu:hover:before {
		transform: translateY(-7px)
	}
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu:hover:after {
		transform: translateY(5px)
	}
}

@media screen\0 {
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu:hover:before {
		transform: translateY(-7px)
	}
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu:hover:after {
		transform: translateY(5px)
	}
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu:hover:before {
		transform: translateY(-7px)
	}
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu:hover:after {
		transform: translateY(5px)
	}
}

@media not all and (hover:none) {
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu:hover:before {
		transform: translateY(-7px)
	}
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu:hover:after {
		transform: translateY(5px)
	}
}

aside#general-navigation .nav-container .nav-header>button#icon-close-menu:after,
aside#general-navigation .nav-container .nav-header>button#icon-close-menu:before {
	width: 30px;
	height: 2px;
	content: "";
	position: absolute;
	overflow: hidden;
	top: 50%;
	right: 0;
	margin: -1px 0 0;
	background: #000;
	transition: transform .2s ease-out
}

@media screen and (max-width:650px) {
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu:after,
	aside#general-navigation .nav-container .nav-header>button#icon-close-menu:before {
		left: 50%;
		margin: -1px 0 0 -15px
	}
}

aside#general-navigation .nav-container .nav-header>button#icon-close-menu:before {
	transform: rotate(45deg)
}

aside#general-navigation .nav-container .nav-header>button#icon-close-menu:after {
	transform: rotate(-45deg)
}

aside#general-navigation .nav-container .large-nav {
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translate(0, -50%);
	z-index: 3;
	padding: 150px 0;
	transition: margin .2s ease-out
}

@media screen and (orientation:landscape) and (max-height:680px) {
	aside#general-navigation .nav-container .large-nav {
		padding: 60px 0 100px 100px;
		top: 0;
		left: 0;
		float: left;
		position: relative;
		transform: translateY(0)
	}
}

@media screen and (max-width:820px) and (orientation:landscape) {
	aside#general-navigation .nav-container .large-nav {
		padding: 40px 0 60px 70px
	}
}

@media screen and (max-width:650px) {
	aside#general-navigation .nav-container .large-nav {
		padding: 50px 0 60px 40px;
		top: 0;
		left: 0;
		float: left;
		position: relative;
		transform: translateY(0)
	}
}

aside#general-navigation .nav-container .large-nav nav {
	float: left;
	transition: transform .1s ease-out, opacity .1s ease-out;
	opacity: 0;
	transform: translate(50px, 0)
}

aside#general-navigation .nav-container .large-nav nav>ul li {
	line-height: 50px
}

@media screen and (max-width:650px) {
	aside#general-navigation .nav-container .large-nav nav>ul li {
		line-height: 45px
	}
}

aside#general-navigation .nav-container .large-nav nav>ul li a {
	display: block;
	font-size: 24px;
	color: #c49d4e;
	transition: all .2s ease-out;
	letter-spacing: .8px
}

@media screen and (max-width:650px) {
	aside#general-navigation .nav-container .large-nav nav>ul li a {
		font-size: 20px;
		letter-spacing: .67px
	}
}

aside#general-navigation .nav-container .large-nav nav>ul li a.active {
	color: #000
}

@-moz-document url-prefix() {
	aside#general-navigation .nav-container .large-nav nav>ul li a:hover {
		color: #000
	}
}

@supports (-ms-ime-align:auto) {
	aside#general-navigation .nav-container .large-nav nav>ul li a:hover {
		color: #000
	}
}

@media screen\0 {
	aside#general-navigation .nav-container .large-nav nav>ul li a:hover {
		color: #000
	}
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	aside#general-navigation .nav-container .large-nav nav>ul li a:hover {
		color: #000
	}
}

@media not all and (hover:none) {
	aside#general-navigation .nav-container .large-nav nav>ul li a:hover {
		color: #000
	}
}

aside#general-navigation .nav-container .large-nav .sub-nav {
	width: 235px;
	float: left;
	font-size: 0;
	margin: 10px 0 0 60px;
	transition: transform .1s ease-out, opacity .1s ease-out;
	opacity: 0;
	transform: translate(50px, 0)
}

@media screen and (max-width:650px) {
	aside#general-navigation .nav-container .large-nav .sub-nav {
		width: 100%;
		margin: 23px 0 0 0
	}
}

aside#general-navigation .nav-container .large-nav .sub-nav>.item {
	display: block;
	position: relative
}

aside#general-navigation .nav-container .large-nav .sub-nav>.item>a {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 8px 0;
	font-size: 11px;
	color: #c49d4e;
	letter-spacing: 2.51px;
	text-transform: uppercase;
	transition: all .2s ease-out;
	opacity: .5
}

@media screen and (max-width:650px) {
	aside#general-navigation .nav-container .large-nav .sub-nav>.item>a {
		margin-bottom: 5px
	}
}

aside#general-navigation .nav-container .large-nav .sub-nav>.item>a.active {
	color: #000;
	opacity: 1
}

@-moz-document url-prefix() {
	aside#general-navigation .nav-container .large-nav .sub-nav>.item>a:hover {
		color: #000;
		opacity: 1
	}
}

@supports (-ms-ime-align:auto) {
	aside#general-navigation .nav-container .large-nav .sub-nav>.item>a:hover {
		color: #000;
		opacity: 1
	}
}

@media screen\0 {
	aside#general-navigation .nav-container .large-nav .sub-nav>.item>a:hover {
		color: #000;
		opacity: 1
	}
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	aside#general-navigation .nav-container .large-nav .sub-nav>.item>a:hover {
		color: #000;
		opacity: 1
	}
}

@media not all and (hover:none) {
	aside#general-navigation .nav-container .large-nav .sub-nav>.item>a:hover {
		color: #000;
		opacity: 1
	}
}

aside#general-navigation .nav-container .large-nav .sub-nav .delivery-link>a {
	display: table
}

aside#general-navigation .nav-container .large-nav .sub-nav .currency {
	margin-top: 38px;
	margin-left: -20px;
	padding-top: 40px;
	border-top: 1px solid rgba(150, 95, 95, .15)
}

@media screen and (max-width:650px) {
	aside#general-navigation .nav-container .large-nav .sub-nav .currency {
		width: 82%;
		width: calc(100% - 40px);
		margin-top: 29px;
		padding-top: 29px
	}
}

aside#general-navigation .nav-container .large-nav .sub-nav .currency>a {
	width: auto;
	margin-left: 20px
}

aside#general-navigation .nav-container .large-nav .sub-nav .currency>a.active {
	color: #000;
	opacity: 1
}

@-moz-document url-prefix() {
	aside#general-navigation .nav-container .large-nav .sub-nav .currency>a:hover {
		color: #000;
		opacity: 1
	}
}

@supports (-ms-ime-align:auto) {
	aside#general-navigation .nav-container .large-nav .sub-nav .currency>a:hover {
		color: #000;
		opacity: 1
	}
}

@media screen\0 {
	aside#general-navigation .nav-container .large-nav .sub-nav .currency>a:hover {
		color: #000;
		opacity: 1
	}
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	aside#general-navigation .nav-container .large-nav .sub-nav .currency>a:hover {
		color: #000;
		opacity: 1
	}
}

@media not all and (hover:none) {
	aside#general-navigation .nav-container .large-nav .sub-nav .currency>a:hover {
		color: #000;
		opacity: 1
	}
}
