@charset "UTF-8";
/*
  ############################################################
   Bu CSS Dosyası Bir2üç Creative Tarafından Oluşturulmuştur ...
  ############################################################
*/
/*
  ############################################################
   Bu CSS (Responsive) Dosyası Bir2üç Creative Tarafından Oluşturulmuştur ...
  ############################################################
*/
html, body {
  height: 100%;
  width: 100%;
}

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

.tabHead li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mb140 {
  margin-bottom: 140px;
}

.mb0 {
  margin-bottom: 0px !important;
}

input:focus, textarea:focus, select:focus, button:focus, div:focus {
  outline: none;
}

html, body {
  min-height: 100vh;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
}

.bFacebook {
  background: #3b5998;
}

.bTwitter {
  background: #00aced;
}

.bInstagram {
  background: #bc2a8d;
}

.bGogglePlus {
  background: #dd4b39;
}

.bGogglePlus {
  background: #dd4b39;
}

.bYoutube {
  background: #bb0000;
}

.bPinterest {
  background: #cb2027;
}

.bLinkedin {
  background: #007bb6;
}

.bVimeo {
  background: #1ab7ea;
}

.btumblr {
  background: #32506d;
}

.bflickr {
  background: #ff0084;
}

.bDribble {
  background: #ea4c89;
}

.bQuora {
  background: #a82400;
}

.bFoursquare {
  background: #0072b1;
}

.bForrst {
  background: #5B9A68;
}

.bVk {
  background: #45668e;
}

.bWordpress {
  background: #21759b;
}

.bStumbleupon {
  background: #EB4823;
}

.bYahoo {
  background: #7B0099;
}

.bBlogger {
  background: #fb8f3d;
}

.bSoundcloud {
  background: #ff3a00;
}

.cFacebook {
  color: #3b5998;
}

.cTwitter {
  color: #00aced;
}

.cInstagram {
  color: #bc2a8d;
}

.cGogglePlus {
  color: #dd4b39;
}

.cGogglePlus {
  color: #dd4b39;
}

.cYoutube {
  color: #bb0000;
}

.cPinterest {
  color: #cb2027;
}

.cLinkedin {
  color: #007bb6;
}

.cVimeo {
  color: #1ab7ea;
}

.ctumblr {
  color: #32506d;
}

.cflickr {
  color: #ff0084;
}

.cDribble {
  color: #ea4c89;
}

.cQuora {
  color: #a82400;
}

.cFoursquare {
  color: #0072b1;
}

.cForrst {
  color: #5B9A68;
}

.cVk {
  color: #45668e;
}

.cWordpress {
  color: #21759b;
}

.cStumbleupon {
  color: #EB4823;
}

.cYahoo {
  color: #7B0099;
}

.cBlogger {
  color: #fb8f3d;
}

.cSoundcloud {
  color: #ff3a00;
}

.hFacebook:hover {
  color: #3b5998;
}

.hTwitter:hover {
  color: #00aced;
}

.hInstagram:hover {
  color: #bc2a8d;
}

.hGogglePlus:hover {
  color: #dd4b39;
}

.hGogglePlus:hover {
  color: #dd4b39;
}

.hYoutube:hover {
  color: #bb0000;
}

.hPinterest:hover {
  color: #cb2027;
}

.hLinkedin:hover {
  color: #007bb6;
}

.hVimeo:hover {
  color: #1ab7ea;
}

.htumblr:hover {
  color: #32506d;
}

.hflickr:hover {
  color: #ff0084;
}

.hDribble:hover {
  color: #ea4c89;
}

.hQuora:hover {
  color: #a82400;
}

.hFoursquare:hover {
  color: #0072b1;
}

.hForrst:hover {
  color: #5B9A68;
}

.hVk:hover {
  color: #45668e;
}

.hWordpress:hover {
  color: #21759b;
}

.hStumbleupon:hover {
  color: #EB4823;
}

.hYahoo:hover {
  color: #7B0099;
}

.hBlogger:hover {
  color: #fb8f3d;
}

.hSoundcloud:hover {
  color: #ff3a00;
}

header {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  padding: 0 45px;
  overflow: hidden;
}
@media (max-width: 768px) {
  header {
    padding: 10px;
    height: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header {
    padding: 10px;
    height: 70px !important;
  }
}
header .flexItem {
  width: 40% !important;
  display: flex;
  align-items: center;
}
header .flex-end {
  justify-content: flex-end;
}
header .flexItemCenter {
  width: 20% !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  header .flexItemCenter {
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .flexItemCenter {
    width: auto !important;
  }
}
header .menuNavbar {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  display: flex;
  min-height: auto;
}
@media (min-width: 768px) and (max-width: 992px) {
  header .menuNavbar {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 768px) {
  header .menuNavbar {
    justify-content: space-between;
    align-items: center;
  }
}
header .menuNavbar .navbar-header .logo {
  padding: 0;
  display: flex;
  align-items: center;
}
header .menuNavbar .searchSpan {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 992px) {
  header .menuNavbar .searchSpan {
    position: fixed;
    z-index: 99999;
    width: 50%;
    right: 0;
    top: 90px;
  }
  header .menuNavbar .searchSpan i {
    color: #fff;
    display: none;
  }
  header .menuNavbar .searchSpan input {
    width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  header .menuNavbar .searchSpan {
    position: fixed;
    z-index: 99999;
    width: 100%;
    right: 0;
    top: 140px;
  }
  header .menuNavbar .searchSpan i {
    color: #fff;
    display: none;
  }
  header .menuNavbar .searchSpan input {
    width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .menuNavbar .searchSpan.searchRes {
    display: none;
  }
}
@media (max-width: 768px) {
  header .menuNavbar .searchSpan.searchRes {
    display: none;
  }
}
header .menuNavbar .searchSpan i {
  font-size: 16px;
  margin-left: 10px;
}
header .menuNavbar .searchSpan input {
  width: 140px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 15px;
  text-align: center;
  margin-left: 20px;
  transition: width .2s linear;
}
header .menuNavbar .searchSpan input:focus {
  width: 200px;
}
header .menuNavbar .searchSpan input::placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  font-weight: 300;
}
header .menuNavbar .btn-default.active,
header .menuNavbar .btn-default:active,
header .menuNavbar .open > .dropdown-toggle.btn-default {
  background: transparent !important;
  box-shadow: none !important;
}
header .menuNavbar .btn-group {
  display: flex;
  align-items: center;
  margin-left: 15px;
  width: 95px;
}
header .menuNavbar .btn-group button {
  border: none;
  transition: all .2s linear;
  display: flex;
  align-items: center;
}
header .menuNavbar .btn-group button:focus {
  background: transparent;
}
header .menuNavbar .btn-group button img {
  width: 25px;
  margin-right: 5px;
}
header .menuNavbar .btn-group button:hover {
  background: transparent !important;
  transform: scale(1.05);
}
header .menuNavbar .btn-group .dropdown-menu {
  width: 100%;
  min-width: auto !important;
  background: rgba(255, 255, 255, 0.3);
}
header .menuNavbar .btn-group .dropdown-menu li a {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
}
header .menuNavbar .btn-group .dropdown-menu li img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
header .menuNavbar .menuCol {
  background: transparent;
}
@media (max-width: 768px) {
  header .menuNavbar .menuCol {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100% !important;
    height: 100vh !important;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .menuNavbar .menuCol {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100% !important;
    height: 100vh !important;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
  }
}
header .menuNavbar .menuCol .menuNav {
  float: none;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  header .menuNavbar .menuCol .menuNav {
    flex-wrap: wrap;
    align-content: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .menuNavbar .menuCol .menuNav {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .menuNavbar .menuCol .menuNav li {
    width: 100%;
    color: #fff;
    font-size: 22px;
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  header .menuNavbar .menuCol .menuNav li {
    width: 100%;
    color: #fff;
    font-size: 22px;
    margin: 10px 0;
  }
}
header .menuNavbar .menuCol .menuNav li a {
  padding: 0;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: .8vw;
}
@media (max-width: 768px) {
  header .menuNavbar .menuCol .menuNav li a {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .menuNavbar .menuCol .menuNav li a {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 22px;
  }
}
header .menuNavbar .menuCol .menuNav li a:hover {
  background: transparent;
}
header .menuNavbar .menuCol .menuNav li:last-child a {
  margin-right: 0;
}
header .socialMedia {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .socialMedia li {
  margin: 0 12.5px;
}
header .socialMedia li a {
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
  transition: all .2s linear;
  text-decoration: none;
}

.slider .sliderLoop .sliderItem {
  width: 100%;
  height: calc(100vh - 90px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 768px) {
  .slider .sliderLoop .sliderItem {
    height: calc(100vh - 70px);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .slider .sliderLoop .sliderItem {
    height: calc(100vh - 70px);
  }
}
.slider .sliderLoop .sliderItem .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.slider .sliderLoop .sliderItem .inner {
  position: relative;
  z-index: 1;
  max-width: 460px;
  padding: 0 0 60px 60px;
}
@media (max-width: 768px) {
  .slider .sliderLoop .sliderItem .inner {
    padding: 0px 0 60px 20px !important;
    max-width: 90%;
  }
}
.slider .sliderLoop .sliderItem .inner h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  font-weight: 100;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}
.slider .sliderLoop .sliderItem .inner h4 strong {
  font-weight: 400;
}
.slider .sliderLoop .sliderItem .inner span {
  width: 20px;
  display: table;
  height: 20px;
  border-radius: 50%;
  margin: 10px 0;
  border: 1px solid #fff;
}
.slider .sliderLoop .sliderItem .inner p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  text-align: left;
  font-weight: 100;
  width: 75%;
}
.slider .sliderLoop .sliderItem .inner a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 12px;
  padding: 9px 10px;
  border: 1px solid #fff;
  color: #fff;
  display: table;
  margin-top: 15px;
  text-decoration: none;
  transition: all .2s linear;
}
.slider .sliderLoop .sliderItem .inner a:hover {
  background: #fff;
  color: #333;
}
.slider .sliderLoop .sliderItem .inner a i {
  margin-left: 5px;
}

.ilesbus {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
}
.ilesbus .item {
  flex: 1;
  height: 360px;
  text-decoration: none;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding: 30px 60px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
.ilesbus .item h3 {
  font-size: calc(14px + 1.5vw);
  color: #fff;
  font-weight: 100;
  width: 100%;
}
.ilesbus .item p {
  font-size: calc(12px + .2vw);
  color: #fff;
  width: 75%;
  font-weight: 100;
}

.product {
  min-height: 100vh;
}
.product .tabHeader {
  width: 100%;
  background: #fbfbfb;
  display: flex;
  justify-content: center;
}
.product .tabHeader ul {
  display: flex;
}
@media (max-width: 768px) {
  .product .tabHeader ul {
    justify-content: space-between;
  }
}
.product .tabHeader ul li {
  margin: 0 7.5px;
  font-size: calc(10px + .2vw);
  font-weight: 300;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product .tabHeader ul li {
    font-size: 8px;
    margin: 0 3px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.product .tabHeader ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #2b7acd;
  transition: width .2s linear;
}
.product .tabHeader ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #2b7acd;
  transition: width .2s linear;
}
.product .tabHeader ul li:hover:after {
  width: 50%;
}
.product .tabHeader ul li:hover:before {
  width: 50%;
}
.product .tabHeader ul .active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background: #2b7acd;
  transition: width .2s linear;
}
.product .tabHeader ul .active:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 2px;
  background: #2b7acd;
  transition: width .2s linear;
}
.product .proContent {
  width: 100%;
  padding-left: 3%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 4%;
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .product .proContent {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .product .proContent {
    padding-left: 0;
  }
}
.product .proContent .item {
  width: 100%;
  padding-left: 5%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  margin-bottom: 40px;
  border-bottom: 1px solid #9f9f9f;
  padding-top: 50px;
}
.modal-header{
	display:flex;
	align-items:center;
}
.modal-header .close{
	margin-left:auto;
}
.modal .modal-dialog{
	transition:all .2s linear;
	
}
.fade.in{
	transition:all .2s linear;
	display:flex!important;
	align-items:center;
	justify-content:center;
	height:100vh;
}
.dropMenu{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	z-index:2;
}
.dropMenu i{
	width:100%;
	text-align:right;
	margin-top:-25px;
	cursor:pointer;
	position:relative;
	z-index:9;
}
.dropMenu a{
	width:50%;
}
.boxBus .selected{
	visibility:visible;
	display:flex;
	opacity:1;
}
@media (min-width: 768px) and (max-width: 992px) {
  .product .proContent .item {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .product .proContent .item {
    padding-left: 0;
  }
}
.boxBus {
  width: 20%;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 20px;
  text-decoration: none;
  border-bottom: none;
  transition: left .2s linear;
	position:relative;
}
@media (max-width: 768px) {
  .boxBus {
    width: 100%;
    height: 140px;
  }
}
.boxBus:hover img {
  left: 5%;
}
.boxBus .model {
  font-weight: 700;
  width: 90%;
  color: #161618;
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.boxBus img {
  width: 85%;
  height: 100px;
  object-fit: contain;
  position: relative;
  left: 0;
  object-fit: contain;
  transition: left .2s linear;
}
@media (max-width: 768px) {
.boxBus img {
    width: 250px;
  }
}
.product .proContent .item .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: left;
  margin: 0;
  font-size: calc(12px + .4vw);
  color: #333;
  font-weight: 100;
}
.product .proContent .item h3 {
  width: 100%;
  margin: 0;
  color: #333;
  font-weight: 600;
}
.product .LeftMenu {
  padding-top: 35px;
  padding-right: 10vw;
  padding-left: 2vw;
}
.product .LeftMenu .title {
  width: 100%;
  border-bottom: 1px solid #9f9f9f;
  font-size: calc(14px + .4vw);
  padding-bottom: 15px;
  color: #333;
  margin-bottom: 15px;
}
.product .LeftMenu .list li {
  height: 35px;
}
.product .LeftMenu .list li a {
  font-size: calc(10px + .4vw);
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  transition: all .2s linear;
}
.product .LeftMenu .list li a:hover {
  font-weight: 600;
}

.about {
  margin-bottom: 50px;
}
.about .aboutContent {
  width: 100%;
  padding-left: 3%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 4%;
  padding-bottom: 50px;
}
.about .aboutContent .title {
  font-size: 22px;
  color: #161618;
  border-bottom: 1px solid #ddd;
  padding-bottom: 21px;
  margin: 0 0 30px 0;
  font-weight: 300;
}
.about .aboutContent .item {
  text-decoration: none;
  padding-right: 15px;
  display: inline-block;
}
.about .aboutContent .item img {
  width: 100%;
  max-height: 176px;
  object-fit: cover;
}
.about .aboutContent .item h4 {
  font-size: 18px;
  line-height: 30px;
  color: #161618;
  padding: 13px 0 0;
  transition-duration: .3s;
  display: inline-block;
  margin: 0;
  position: relative;
  margin-bottom: 13px;
  font-weight: 300;
}
.about .aboutContent .item h4:hover i {
  right: -35px;
}
.about .aboutContent .item h4 i {
  position: absolute;
  right: -15px;
  top: 14px;
  color: #2b7bcd;
  line-height: 30px;
  transition: right .3s linear;
}
.about .aboutContent .item p {
  font-size: 15px;
  text-transform: none;
  color: #333;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}
.about .titLocation {
  width: 100%;
  background: #240201;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.about .titLocation li:after {
  content: "/";
  color: #fff;
  font-weight: 600;
  margin: 3px;
  text-transform: uppercase;
}
.about .titLocation li:last-child:after {
  display: none;
}
.about .titLocation li a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: 100;
  text-transform: uppercase;
}
.about .banner img {
  width: 100%;
}
.about .article {
  padding: 70px 9vw 70px 9vw;
}
.about .article h4 {
  font-size: 30px;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 13px;
  color: #333;
  text-align: center;
}
.about .article p {
  color: #333;
  font-weight: 100;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.about .colum {
  width: 100%;
  display: flex;
  padding: 50px 0;
}
.about .colum .itemType h4 {
  padding-left: 3vw;
  font-size: 26px;
  margin-bottom: 13px;
  color: #333;
  font-weight: 300;
}
.about .colum .itemType p {
  padding-left: 3vw;
  padding-right: 5vw;
  color: #333;
  font-weight: 100;
  font: 15px/22px;
}
.about .colum .itemType a {
  padding-left: 3vw;
  color: #007bcd;
  font-weight: 100;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  display: table;
  margin-top: 10px;
}
.about .colum .itemType a:hover i {
  right: -20px;
}
.about .colum .itemType a i {
  position: absolute;
  right: -12px;
  top: -2px;
  font-size: 22px;
  color: #2b7bcd;
  transition: right .3s linear;
}
.about .colum .left {
  width: 50%;
  min-height: 45vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}
.about .colum .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .colum .right {
  width: 50%;
  min-height: 45vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}
.about .colum .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titLocation {
  width: 100%;
  background: #240201;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 3vw;
}
.titLocation li:after {
  content: "/";
  color: #fff;
  font-weight: 600;
  margin: 3px;
  text-transform: uppercase;
}
.titLocation li:last-child:after {
  display: none;
}
.titLocation li a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: 100;
  text-transform: uppercase;
}

.contactPage {
  width: 100%;
  min-height: 100vh;
}
.contactPage .contactInner {
  width: 100%;
  padding-left: 3%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 4%;
  padding-bottom: 50px;
}
.contactPage .contactInner .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contactPage .contactInner .item .info {
  width: 100%;
}
.contactPage .contactInner .item .info h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.contactPage .contactInner .item .info address {
  font-size: 14px;
  margin-bottom: 10px;
}
.contactPage .contactInner .item .info span {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
}
.contactPage .contactInner .item .info span a {
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
.contactPage .contactInner .item ul {
  display: flex;
  background: #fff;
  justify-content: flex-start;
}
.contactPage .contactInner .item ul li:first-child a {
  margin-left: 0;
}
.contactPage .contactInner .item ul li a {
  font-size: 20px;
  margin: 0 15px;
}
.contactPage .contactInner form .button {
  padding: 10px;
  display: inline-block;
}
.contactPage .contactInner form .button input[type="submit"] {
  width: 220px;
  height: 40px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: 333;
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  transition: all .2s linear;
}
.contactPage .contactInner form .button input[type="submit"]:hover {
  background: #333;
  color: #fff;
}
.contactPage .contactInner form label {
  width: 100%;
  position: relative;
  padding: 10px 0;
  margin-bottom: 15px;
}
.contactPage .contactInner form label.focus span {
  bottom: 30px;
}
.contactPage .contactInner form label span {
  font-size: 11px;
  display: table;
  margin-bottom: 10px;
  position: absolute;
  left: 0px;
  bottom: 10px;
  transition: bottom .2s linear;
  pointer-events: none;
}
.contactPage .contactInner form label input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #333;
}

footer {
  padding: 50px 0 30px 0;
  background: #000;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  footer {
    padding: 20px 0;
  }
}
footer .menu {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  footer .menu {
    display: none;
  }
}
footer .menu li {
  margin: 0 12.5px;
}
footer .menu li a {
  text-transform: uppercase;
  font-size: 15px;
  color: #747474;
  transition: all 0.2s linear;
  text-decoration: none;
  font-weight: 100;
}
footer .menu li a:hover {
  color: #fff;
}
footer .socialMedia {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 33px;
  margin-bottom: 20%;
}
@media (max-width: 768px) {
  footer .socialMedia {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
footer .socialMedia li {
  margin: 0 12.5px;
}
footer .socialMedia li a {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  transition: all .2s linear;
  text-decoration: none;
}
footer img {
  display: table;
  margin: 0 auto;
}
footer p {
  text-align: center;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 100;
  color: #747474;
}
@media (max-width: 768px) {
  footer p {
    margin-top: 15px;
  }
}

.tabHead {
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
.tabHead li {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
  padding: 0 15px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #333;
  text-transform: capitalize;
  transition: all .2s linear;
}
@media (max-width: 768px) {
  .tabHead li {
    padding: 0;
    width: 50px;
    height: 40px;
  }
  .tabHead li span {
    display: none;
  }
}
.tabHead li.active {
  font-weight: 400;
  background: #333;
  color: #fff;
}
.tabHead li:hover {
  background: #333;
  color: #fff;
}
.tabHead li img {
  display: none;
}
@media (max-width: 768px) {
  .tabHead li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.tabMap {
  margin-bottom: 50px;
  padding: 0;
}

.slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  z-index: 999;
  bottom: 30px;
}
.slick-dots li {
  float: left;
}
.slick-dots li div {
  width: 50px;
  height: 4px;
  padding: 0;
  cursor: pointer;
  background: #8e99a3;
  margin-right: 20px;
}
.slick-dots .slick-active div {
  border: none;
  width: 50px;
  height: 4px;
  background: #ddd;
}

.slick-slide:focus {
  outline: none !important;
}
.slick-slide a:focus {
  outline: none !important;
}

.columFour {
  display: flex;
  flex-wrap: wrap;
}
.columFour .newText {
  align-content: center;
}
.columFour .newText h5 {
  padding-left: 3vw;
  padding-right: 3vw;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 13px;
  color: #333;
  text-align: center;
}
.columFour .newText h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 13px;
  color: #333;
  padding-right: 30px;
  text-align: left;
}
.columFour .newText p {
  color: #333;
  font-weight: 100;
  font-size: 16px;
  line-height: 30px;
  padding-right: 30px;
  text-align: left;
}
.columFour .itemType h4 {
  padding-left: 3vw;
  font-size: 26px;
  margin-bottom: 13px;
  color: #333;
}
.columFour .itemType h5 {
  padding-left: 3vw;
  padding-right: 3vw;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 13px;
  color: #333;
  text-align: center;
}
.columFour .itemType p {
  padding-left: 3vw;
  padding-right: 5vw;
  color: #333;
  font: 15px/22px;
}
.columFour .itemType a {
  padding-left: 3vw;
  color: #007bcd;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  display: table;
  margin-top: 10px;
}
.columFour .itemType a:hover i {
  right: -20px;
}
.columFour .itemType a i {
  position: absolute;
  right: -12px;
  top: -2px;
  font-size: 22px;
  color: #2b7bcd;
  transition: right .3s linear;
}
.columFour .item {
  width: 50%;
  min-height: 45vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .columFour .item {
    width: 100%;
  }
}
.columFour .item .video {
  width: 100%;
  height: 100%;
  position: relative;
}
.columFour .item .video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.columFour .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoAll {
  width: 100%;
  height: 100vh;
  position: relative;
}
.videoAll:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner {
    height: 250px;
  }
}
.banner .type {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background: rgba(36, 36, 36, 0.4);
  padding: 30px;
}
@media (max-width: 768px) {
  .banner .type {
    padding: 10px;
  }
}
.banner .type span {
  max-width: 600px;
}
.banner .type h5 {
  max-width: 300px;
  font-size: 30px;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 13px;
  color: #fff;
  text-align: left;
}
.banner .type p {
  font-family: 'Montserrat', sans-serif;
  max-width: 300px;
  text-align: left;
  color: #fff;
  font-weight: 100;
  font-size: 30px;
  line-height: 44px;
  position: relative;
}
@media (max-width: 768px) {
  .banner .type p {
    font-size: 14px;
    line-height: 18px;
    max-width: 200px;
  }
}
.banner .type p:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  display: table;
  top: -50px;
  left: 0;
}
@media (max-width: 768px) {
  .banner .type p:after {
    top: -30px;
  }
}
.banner .type p:before {
  content: "";
  width: 2px;
  height: 100vh;
  background: #fff;
  position: absolute;
  display: table;
  top: calc(-100vh - 50px);
  left: 9px;
}
@media (max-width: 768px) {
  .banner .type p:before {
    top: calc(-100vh - 30px);
  }
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loopDesing {
  width: 100%;
  height: 45vh !important;
}
.loopDesing a {
  display: inline-block;
  width: 100%;
  height: 45vh !important;
  text-decoration: none;
}
.loopDesing a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.oran {
  display: flex;
  margin-bottom: 30px;
}
.oran img {
  width: 35%;
  height: 250px;
  object-fit: contain;
}
.oran h5 {
  margin-top: 0;
}
.oran h4 {
  font-size: 30px;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 13px;
  color: #333;
  text-align: left;
}
.oran p {
  color: #333;
  font-weight: 100;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.columFour .item .video:before {
  display: none;
}

.wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #fff;
  color: #444;
}
@media (max-width: 768px) {
  .wrapper {
    display: flex !important;
    flex-wrap: wrap;
  }
}

.box {
  background-color: #444;
  color: #fff;
  height: 300px;
}
@media (max-width: 768px) {
  .box {
    width: 100%;
    display: block !important;
    height: 300px !important;
  }
}
.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box.a {
  grid-column: 1 / 3;
  grid-row: 1;
  height: 350px;
  overflow: hidden;
}
.box.a .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.box.a .img img {
  width: 110%;
  height: 110%;
  position: absolute;
  left: -10%;
  top: -10%;
  animation: animate 10s infinite alternate linear backwards;
}
.box.b {
  grid-column: 3;
  grid-row: 1 / 3;
  height: 100%;
  overflow: hidden;
}
.box.b .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.box.b .img img {
  width: 110%;
  height: 113%;
  position: absolute;
  left: -10%;
  top: -13%;
  animation: animate2 10s infinite alternate linear backwards;
}
.box.c {
  grid-column: 1;
  grid-row: 2;
  height: 100%;
  overflow: hidden;
}
.box.c .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.box.c .img img {
  width: 110%;
  height: 113%;
  position: absolute;
  left: -10%;
  top: -13%;
  animation: animate2 10s infinite alternate linear backwards;
}
.box.d {
  grid-column: 2;
  grid-row: 2;
  overflow: hidden;
}
.box.d .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.box.d .img img {
  width: 110%;
  height: 113%;
  position: absolute;
  left: -10%;
  top: -13%;
  animation: animate2 10s infinite alternate linear backwards;
}

@keyframes animate {
  0% {
    transform: translate(0, 0px);
  }
  25% {
    transform: translate(0, 10px);
  }
  50% {
    transform: translate(30px, 30px);
  }
  75% {
    transform: translate(10px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes animate2 {
  0% {
    transform: translate(0, 0px);
  }
  25% {
    transform: translate(20px, 10px);
  }
  50% {
    transform: translate(10px, 40px);
  }
  75% {
    transform: translate(40px, 10px);
  }
  100% {
    transform: translate(10px, 0px);
  }
}
.lang {
  display: flex;
  margin-left: 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .lang {
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 90px;
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .lang.flex {
    display: flex !important;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .lang {
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 90px;
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .lang.flex {
    display: flex !important;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .lang.searchRes {
    display: none;
  }
}
@media (max-width: 768px) {
  .lang.searchRes {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .lang li {
    float: left;
  }
}
@media (max-width: 768px) {
  .lang li {
    float: left;
  }
}
.lang li a {
  display: inline-block;
  margin-left: 5px;
}
.lang li a img {
  object-fit: cover;
  width: 20px;
  height: 20px;
  border-radius: 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .lang li a img {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
  }
}
@media (max-width: 768px) {
  .lang li a img {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
  }
}

.hamburger {
  position: relative;
  width: 50px;
  height: 38px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0.4s;
  display: none;
  z-index: 9999199999;
}
@media (min-width: 768px) and (max-width: 992px) {
  .hamburger {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger.active {
  transform: rotate(360deg);
}
@media (max-width: 768px) {
  .hamburger.active {
    position: fixed;
    right: 15px;
    top: 15px;
  }
  .hamburger.active .bar {
    background-color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hamburger.active {
    position: fixed;
    right: 15px;
    top: 15px;
  }
  .hamburger.active .bar {
    background-color: #fff;
  }
}

.bar {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #000;
  border-radius: 9px;
  display: block;
}
.bar:nth-child(1) {
  top: 0;
}
.bar:nth-child(4) {
  top: 32px;
}
.bar:nth-child(1), .bar:nth-child(4) {
  transition: top 0.15s linear, opacity 0.1s linear 0.15s, transform 0.1s linear 0.15s;
}
.bar:nth-child(2), .bar:nth-child(3) {
  top: 16px;
  transition: all 0.15s linear;
}
.active .bar:nth-child(1), .active .bar:nth-child(4) {
  top: 16px;
  opacity: 0;
  transform: translate(-100%);
}
.active .bar:nth-child(4) {
  transform: translate(100%);
}
.active .bar:nth-child(2) {
  transform: rotate(135deg);
}
.active .bar:nth-child(3) {
  transform: rotate(-135deg);
}

/*# sourceMappingURL=main.css.map */


.inner-black h4{
    color: #000!important;
}
.inner-black p{
    color: #000!important;
}
.inner-black span{
    border:1px solid #000!important;
}