@charset "UTF-8";
.container {
  max-width: none;
}

.centerAligner {
  width: 100%;
  max-width: 1120px;
  padding: 0 10px;
}

.ohmBanner {
  width: 100%;
  float: left;
  position: relative;
  margin: -10px 0 15px 0;
}
.ohmBanner .bannerImage {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.ohmBanner .bannerImage:before {
  width: 100%;
  float: left;
  padding-top: 36%;
  content: " ";
}
.ohmBanner .bannerImage:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(23, 35, 43, 0.4);
  z-index: 2;
  content: " ";
}
.ohmBanner .bannerImage img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ohmBanner .obCenter {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.ohmBanner .bannerContent {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding-top: 7%;
}
.ohmBanner .bcLeft {
  width: 40%;
  min-height: 151px;
  float: left;
  padding-top: 70px;
}
.ohmBanner .bcLeft .bclTitle {
  width: 100%;
  float: left;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
}
.ohmBanner .bcLeft .bclText {
  width: 100%;
  float: left;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
}
.ohmBanner .bcLeft .bclText span {
  color: #f7941e;
}
.ohmBanner .bcLeft .bclVideoLink {
  width: auto;
  height: 60px;
  float: left;
  padding-left: 70px;
  position: relative;
  margin-top: 10px;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  cursor: pointer;
}
.ohmBanner .bcLeft .bclVideoLink:before {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: rgba(248, 148, 30, 0.5);
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "";
  text-align: center;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.8);
}
.ohmBanner .bcLeft .bclVideoLink:hover {
  opacity: 0.7;
}
.ohmBanner .bcRight {
  width: 50%;
  float: right;
}
.ohmBanner .bcRight video {
  max-width: 100%;
}
.ohmBanner .bcrVideo {
  width: 100%;
  float: right;
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.ohmBanner .bcrVideo img {
  width: 100%;
}
.ohmBanner .bcrVideo:before {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px;
  border-radius: 50%;
  background: rgba(248, 148, 30, 0.8);
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "";
  text-align: center;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.9);
}

.ohIcons {
  width: 100%;
  height: auto;
  float: left;
  margin: 30px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  margin-left: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ohIcons .oiBox {
  width: 25%;
  float: left;
  padding: 0 20px;
  text-align: center;
}
.ohIcons .oiBox .oibIcon {
  width: 100%;
  float: left;
}
.ohIcons .oiBox .oibIcon img {
  max-width: 100%;
}
.ohIcons .oiBox .oibTitle {
  width: 100%;
  float: left;
  font-size: 17px;
  font-weight: bold;
  color: #536272;
}
.ohIcons .oiBox .oibVal {
  width: 100%;
  float: left;
  font-size: 30px;
  font-weight: bold;
  color: #1bbed9;
}

.wbgContainer {
  width: 100%;
  float: left;
  background: #fff;
  padding: 30px 0;
}

.ofTitle {
  width: 100%;
  float: left;
  margin: 15px 0;
  text-align: center;
}
.ofTitle .title {
  width: 100%;
  float: left;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -1.5px;
  color: #536272;
}
.ofTitle .title span {
  color: #f7941e;
}
.ofTitle .desc {
  width: 100%;
  float: left;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #536272;
}

.commentsGrid {
  width: 100%;
  float: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  margin-left: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.commentsGrid .cgCol {
  width: 33.3%;
  float: left;
  padding: 0 15px;
}

.commentBox {
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0;
  padding-top: 50px;
  text-align: center;
}
.commentBox:before {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "";
  text-align: center;
  line-height: 36px;
  font-size: 30px;
  color: #b2b6ba;
}
.commentBox .commentText {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #536272;
}
.commentBox .cbBottom {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-top: 20px;
  position: relative;
}
.commentBox .cbBottom:before {
  width: 50%;
  height: 5px;
  position: absolute;
  left: 25%;
  top: 0;
  background: #eef1fa;
  border-radius: 3px;
  content: " ";
}
.commentBox .cbBottom .cbName {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #536272;
}
.commentBox .cbBottom .cbDesc {
  width: 100%;
  float: left;
  font-size: 12px;
  font-style: italic;
  color: #536272;
}

.boxList {
  width: 100%;
  float: left;
  text-align: center;
  margin: 15px 0 30px 0;
}
.boxList .blItem {
  width: 13%;
  height: 70px;
  margin: 0.5%;
  display: inline-block;
  background: #fff;
  border: 5px solid #e4e6eb;
  border-radius: 7px;
  line-height: 60px;
  text-align: center;
  padding: 0 8px;
}
.boxList .blItem img {
  max-width: 100%;
}

.fullHelp {
  width: 100%;
  float: left;
  margin: 20px 0;
}
.fullHelp .fhIcon {
  width: 32%;
  float: left;
  text-align: center;
}
.fullHelp .fhIcon img {
  max-width: 100%;
}
.fullHelp .fhRight {
  width: 65%;
  float: right;
  padding-top: 30px;
}
.fullHelp .fhrTitle {
  width: 100%;
  float: left;
  font-size: 30px;
  font-weight: 300;
  color: #536272;
  letter-spacing: -1px;
}
.fullHelp .fhrText {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #536272;
  letter-spacing: -0.2px;
}
.fullHelp .fhrNr {
  width: 100%;
  float: left;
  margin-top: 12px;
  font-size: 30px;
  color: #536272;
  font-weight: bold;
  line-height: 36px;
}
.fullHelp .fhrNr a {
  color: #536272;
}
.fullHelp .fhrNr a:hover {
  color: #f7941e;
}
.fullHelp .fhrmail {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #536272;
}
.fullHelp .fhrmail a {
  color: #536272;
}
.fullHelp .fhrmail a:hover {
  color: #f7941e;
}

.worldContainer {
  width: 100%;
  float: left;
  min-height: 460px;
  background: url("../otelFirsatiImages/worldContainerBg.png") center top no-repeat;
  padding: 40px 0;
}
.worldContainer .wcCities {
  width: 60%;
  float: left;
  margin: 30px 20%;
  text-align: center;
}
.worldContainer .wcCities .wcItem {
  width: auto;
  display: inline-block;
  margin: 10px;
  font-size: 16px;
  color: #536272;
}
.worldContainer .wcCities .wcItem i {
  color: #f7941e;
}
.worldContainer .wcText {
  width: 70%;
  float: left;
  margin: 15px 15%;
  text-align: center;
  font-size: 14px;
  color: #536272;
}

.fbVideo {
  width: 100%;
  height: auto;
  float: left;
  margin: 50px 0;
}
.fbVideo .fbvLeft {
  width: 50%;
  float: left;
  font-size: 14px;
  color: #536272;
}
.fbVideo .fbvLeft p {
  width: 100%;
  float: left;
  position: relative;
  padding: 10% 0;
}
.fbVideo .fbvLeft p:before {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "";
  text-align: center;
  line-height: 36px;
  font-size: 30px;
  color: #b2b6ba;
}
.fbVideo .fbvLeft p:after {
  width: 50%;
  height: 5px;
  position: absolute;
  left: 25%;
  bottom: 25px;
  background: #eef1fa;
  border-radius: 3px;
  content: " ";
}
.fbVideo .fbvLeft .fbvOwner {
  width: 100%;
  float: left;
  text-align: right;
  font-size: 14px;
  color: #f7941e;
  font-style: italic;
}
.fbVideo .fbvLeft .fbvOwner strong {
  font-weight: 600;
  font-style: normal;
}
.fbVideo .fbvRight {
  width: 46%;
  float: right;
}

.fullMapContent {
  width: 100%;
  float: left;
  margin: 30px 0;
}
.fullMapContent .fmImage {
  width: 44%;
  float: left;
}
.fullMapContent .fmImage img {
  max-width: 100%;
}
.fullMapContent .fmRight {
  width: 54%;
  float: right;
}
.fullMapContent .fmrTitle {
  width: 100%;
  float: left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -1.5px;
  color: #536272;
  margin-bottom: 15px;
  margin-top: 13%;
}
.fullMapContent .fmrText {
  width: 100%;
  float: left;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #536272;
}

.listContainer {
  width: 100%;
  height: auto;
  float: left;
  margin: 40px 0;
  background: #fff;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
  padding: 10px 40px 40px 40px;
  border-radius: 20px;
}
.listContainer .lcList {
  width: 100%;
  float: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  margin-left: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listContainer .lcList li {
  width: 50%;
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #536272;
  position: relative;
  margin: 10px 0;
  list-style: inside disc;
}

.joinBox {
  width: 100%;
  height: auto;
  float: left;
  background: -webkit-gradient(linear, left top, left bottom, from(#1bbed9), to(#1aa1bb));
  background: linear-gradient(#1bbed9, #1aa1bb);
  padding: 20px;
  border-radius: 15px;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
}
.joinBox .jbLeft {
  width: 80%;
  float: left;
}
.joinBox .jbTitle {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.joinBox .jbText {
  width: 100%;
  float: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.79);
}
.joinBox .jbBt {
  width: auto;
  height: 50px;
  float: right;
  border-radius: 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
  background: linear-gradient(#fff, #ebebeb);
  border: none;
  line-height: 50px;
  padding: 0 24px;
  font-size: 16px;
  color: #536272;
  font-weight: 600;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.joinBox .jbBt:hover {
  opacity: 0.9;
}

.header .headerBand .languageMain .lmLabel {
  font-weight: 600;
  color: #333;
}

.header .headerMid .hmLrBts .hlrBt {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.4px;
}

body {
  min-width: 320px;
}

.footer .footerSocial .footerIcon {
  border-color: #1bbed9;
  color: #1bbed9;
}

.footer {
  background: #484848;
}

.footer .footerTop {
  background: #3a3a3a;
}

@media (max-width: 1150px) {
  .ohmBanner .bannerContent {
    padding-top: 20px;
    width: 100%;
    float: left;
    position: relative;
    left: auto;
    top: auto;
    padding-bottom: 20px;
  }

  .ohmBanner .bannerImage {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
  }

  .ohmBanner .bannerImage img {
    height: 100%;
    width: auto;
  }

  .ohmBanner .bcLeft {
    width: 100%;
    min-height: 0;
    padding: 0 20px;
    margin-bottom: 10px;
  }

  .ohmBanner .bcLeft .bclText,
.ohmBanner .bcLeft .bclTitle {
    font-size: 25px;
    text-align: center;
  }

  .ohmBanner .bcLeft .bclVideoLink {
    display: none;
  }

  .ohmBanner .bcRight {
    width: 50%;
    margin: 0 25%;
  }
}
@media (max-width: 700px) {
  .ohmBanner .bcRight {
    width: 60%;
    margin: 0 20%;
  }

  .ohIcons .oiBox .oibVal {
    font-size: 20px;
  }

  .ohIcons .oiBox .oibTitle {
    font-size: 13px;
    font-weight: 600;
  }

  .ofTitle .title {
    font-size: 25px;
    letter-spacing: -0.3px;
  }

  .ofTitle .desc {
    font-size: 12px;
    letter-spacing: normal;
  }

  .fbVideo {
    margin: 15px 0;
  }

  .fbVideo .fbvLeft {
    width: 100%;
    margin-bottom: 15px;
  }

  .fbVideo .fbvLeft p {
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .fbVideo .fbvLeft p:after {
    bottom: 0;
  }

  .fbVideo .fbvLeft p:before {
    display: none;
  }

  .fbVideo .fbvLeft .fbvOwner {
    text-align: center;
  }

  .fbVideo .fbvRight {
    width: 100%;
  }

  .boxList .blItem {
    width: 23%;
  }

  .fullMapContent {
    margin: 0 0 20px 0;
  }

  .fullMapContent .fmImage {
    display: none;
  }

  .fullMapContent .fmRight {
    width: 100%;
    text-align: center;
  }

  .fullMapContent .fmrTitle {
    margin-top: 0;
  }

  .listContainer .lcList li {
    font-size: 13px;
  }

  .textContainer.fs17 {
    font-size: 13px !important;
  }

  .joinBox {
    text-align: center;
  }

  .joinBox .jbLeft {
    width: 100%;
    margin-bottom: 10px;
  }

  .joinBox .jbBt {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 12px;
    float: none;
    display: inline-block;
  }

  .footer .footerContent .full-table tr td {
    display: none;
  }
  .footer .footerContent .full-table tr td:first-child {
    display: block;
    text-align: center;
  }

  .footer .footerSocial .footerIcon {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .ohmBanner .bcRight {
    width: 90%;
    margin: 0 5%;
  }

  .header .headerMid .hmLrBts .hlrBt {
    width: 34px;
    overflow: hidden;
    padding: 0;
  }

  .header .headerMid .hmLrBts .hlrBt i {
    width: 34px;
    height: 34px;
    float: left;
    display: block;
    line-height: 34px;
    text-align: center;
  }

  .ohIcons .oiBox {
    width: 50%;
  }

  .boxList .blItem {
    width: 31%;
  }

  .listContainer .lcList li {
    width: 100%;
  }

  .ofTitle .title {
    font-size: 18px;
  }
}