.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearFix {
  display: inline-block; }

* html .clearFix {
  height: 1%; }

.clearFix {
  display: block; }

html, body {
  width: 100%;
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden; }

h1, h2, h3, ul, li, p, nav, input, form, select, textarea {
  padding: 0;
  margin: 0; }

input[type=text], input[type=submit], input[type=button], input[type=password] {
  -webkit-appearance: none;
  border-radius: 0; }

a {
  text-decoration: none; }

/* Placeholders */
::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #fff; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #fff; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #fff; }

:-ms-input-placeholder {
  opacity: 1;
  color: #fff; }

/* Mixins */
/* General styles */
.custom-select {
  position: relative;
  height: 35px;
  width: 100%; }
  .custom-select select {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: menulist-button;
    margin: 0; }
  .custom-select > .text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    box-sizing: border-box; }

.gradient-border {
  background: -webkit-linear-gradient(90deg, #36a8e1, #662382);
  background: -o-linear-gradient(90deg, #36a8e1, #662382);
  background: -moz-linear-gradient(90deg, #36a8e1, #662382);
  background: linear-gradient(90deg, #36a8e1, #662382);
  width: 100%;
  height: 5px;
  position: absolute;
  top: -60px; }

.main-container {
  min-height: 100%;
  position: relative;
  /* Header */ }
  .main-container .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    display: none; }
  .main-container header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 5; }
    .main-container header .container {
      padding-top: 25px; }
    .main-container header .mobile-nav {
      background: url(../Images/mobile-nav-bg.png) no-repeat center center;
      width: 260px;
      height: 100%;
      position: fixed;
      right: -260px;
      top: 0;
      -webkit-transition: all .7s ease-in-out;
      -moz-transition: all .7s ease-in-out;
      -ms-transition: all .7s ease-in-out;
      transition: all .7s ease-in-out;
      box-shadow: 1px 1px 1px #000;
      color: #fff; }
      .main-container header .mobile-nav.active {
        right: 0;
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -ms-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out; }
      .main-container header .mobile-nav .title-area {
        background: rgba(0, 0, 0, 0.2);
        padding: 20px 10px;
        font-family: 'RalewayBold';
        font-size: 16px; }
        .main-container header .mobile-nav .title-area h3 {
          float: left; }
        .main-container header .mobile-nav .title-area a {
          float: right;
          padding-right: 20px;
          background: url(../Images/menu-close.png) no-repeat right center; }
      .main-container header .mobile-nav .logo {
        display: block;
        text-indent: -9999px; }
      .main-container header .mobile-nav ul {
        padding: 40px 10px 0 10px;
        color: #fff;
        font-size: 20px; }
        .main-container header .mobile-nav ul.social {
          padding-top: 10px; }
          .main-container header .mobile-nav ul.social li {
            margin-right: 15px;
            float: left;
            width: auto;
            padding-right: 0; }
            .main-container header .mobile-nav ul.social li:last-of-type {
              margin-right: 0; }
            .main-container header .mobile-nav ul.social li a {
              text-align: left;
              display: block;
              border-bottom: 0;
              padding: 0; }
        .main-container header .mobile-nav ul li {
          background: none;
          float: none;
          width: 100%;
          text-align: right; }
          .main-container header .mobile-nav ul li a {
            font-family: 'RalewayMedium';
            font-size: 20px;
            display: block;
            padding: 10px 10px 10px 0;
            border-bottom: 1px solid rgba(108, 60, 154, 0.2); }
    .main-container header .mobile-menu-icon {
      background: url(../Images/mobile-menu-icon.png) no-repeat center center;
      background-size: contain;
      text-indent: -9999px;
      display: none;
      width: 40px;
      height: 40px;
      right: 0;
      top: 50%;
      margin-top: -20px;
      position: absolute; }
    .main-container header .main-logo {
      width: 112px;
      height: 81px;
      float: left; }
      .main-container header .main-logo img {
        width: 100%; }
    .main-container header .menu-container {
      float: right; }
      .main-container header .menu-container .row {
        padding-bottom: 25px; }
        .main-container header .menu-container .row:last-of-type {
          padding-bottom: 0; }
    .main-container header .social {
      float: right; }
      .main-container header .social li {
        display: block;
        float: left;
        margin-right: 30px; }
        .main-container header .social li:last-of-type {
          margin-right: 0; }
        .main-container header .social li a {
          display: block;
          text-indent: -9999px;
          width: 24px;
          height: 24px;
          background: url(../../Theme/Images/social-icons.png) no-repeat; }
          .main-container header .social li a.tw {
            background-position: 0 2px; }
          .main-container header .social li a.fb {
            background-position: 0 -60px; }
          .main-container header .social li a.in {
            background-position: 0 -129px; }
  .main-container nav ul li {
    display: block;
    float: left;
    padding-right: 60px;
    background-image: url(../../Theme/Images/blue-bullet.png);
    background-repeat: no-repeat;
    background-position: right 25px bottom 10px; }
    .main-container nav ul li:last-of-type {
      background: none;
      padding-right: 0; }
    .main-container nav ul li.last-item {
      background: none; }
    .main-container nav ul li a {
      font-size: 14px;
      color: #fff;
      font-family: 'RalewayExtraBold'; }
  .main-container .promo-area {
    height: 700px;
    position: relative; }
    .main-container .promo-area .slider {
      height: 100%; }
      .main-container .promo-area .slider.homepage .slider-content em {
        opacity: 0; }
        .main-container .promo-area .slider.homepage .slider-content em.animated {
          opacity: 1;
          -webkit-transition: all .7s ease-in-out;
          -moz-transition: all .7s ease-in-out;
          -ms-transition: all .7s ease-in-out;
          transition: all .7s ease-in-out;
          display: block;
          margin-top: -10px; }
      .main-container .promo-area .slider.homepage .slider-content h1 {
        opacity: 0; }
        .main-container .promo-area .slider.homepage .slider-content h1.animated {
          opacity: 1;
          -webkit-transition: all .7s ease-in-out;
          -moz-transition: all .7s ease-in-out;
          -ms-transition: all .7s ease-in-out;
          transition: all .7s ease-in-out; }
      .main-container .promo-area .slider.homepage .slider-content p {
        opacity: 0; }
        .main-container .promo-area .slider.homepage .slider-content p.animated {
          opacity: 1;
          -webkit-transition: all .7s ease-in-out;
          -moz-transition: all .7s ease-in-out;
          -ms-transition: all .7s ease-in-out;
          transition: all .7s ease-in-out; }
        .main-container .promo-area .slider.homepage .slider-content p.note {
          opacity: 0; }
          .main-container .promo-area .slider.homepage .slider-content p.note.animated {
            opacity: 1;
            -webkit-transition: all .7s ease-in-out;
            -moz-transition: all .7s ease-in-out;
            -ms-transition: all .7s ease-in-out;
            transition: all .7s ease-in-out; }
      .main-container .promo-area .slider.homepage .slider-content .discover {
        opacity: 0;
        margin-top: 0;
        display: block; }
        .main-container .promo-area .slider.homepage .slider-content .discover.animated {
          -webkit-transition: all .7s ease-in-out;
          -moz-transition: all .7s ease-in-out;
          -ms-transition: all .7s ease-in-out;
          transition: all .7s ease-in-out;
          opacity: 1;
          margin-top: 10px; }
      .main-container .promo-area .slider .slider-nav {
        background: url(../Images/slider-arrows.png) no-repeat;
        display: block;
        text-indent: -9999px;
        width: 50px;
        height: 70px;
        position: absolute;
        top: 50%;
        margin-top: -35px;
        z-index: 2; }
        .main-container .promo-area .slider .slider-nav.prev {
          background-position: 0 0;
          left: 25px; }
        .main-container .promo-area .slider .slider-nav.next {
          background-position: 0 -120px;
          right: 25px; }
      .main-container .promo-area .slider .flex-viewport, .main-container .promo-area .slider .slides, .main-container .promo-area .slider .slides li {
        height: 100%; }
    .main-container .promo-area .slider-content {
      padding-top: 200px;
      color: #fff;
      text-align: center;
      text-shadow: 1px 1px 1px #000;
      height: 100%; }
      .main-container .promo-area .slider-content em {
        font-size: 40px;
        font-family: Georgia;
        font-style: italic; }
      .main-container .promo-area .slider-content h1 {
        font-size: 77px;
        line-height: 77px;
        font-family: 'RalewayExtraBold';
        padding-bottom: 15px; }
      .main-container .promo-area .slider-content p {
        font-family: 'RalewayMedium';
        font-size: 12px; }
        .main-container .promo-area .slider-content p.note {
          position: absolute;
          left: 0;
          bottom: 70px;
          font-size: 15px;
          padding: 10px 0 10px 50px;
          background: url(../Images/services-icon.png) no-repeat left center;
          text-shadow: none; }
      .main-container .promo-area .slider-content .discover {
        background: -webkit-linear-gradient(#7e41a3, #572a79);
        background: -o-linear-gradient(#7e41a3, #572a79);
        background: -moz-linear-gradient(#7e41a3, #572a79);
        background: linear-gradient(#7e41a3, #572a79);
        color: #fff;
        font-size: 14px;
        line-height: 14px;
        font-family: 'RalewayExtraBold';
        letter-spacing: 2px;
        display: block;
        padding: 10px 0;
        border-radius: 5px;
        width: 200px;
        margin: 10px auto;
        text-shadow: none; }
      .main-container .promo-area .slider-content .page-nav {
        display: block;
        background: url(../Images/subpage-arrows.png) no-repeat;
        bottom: 130px;
        position: absolute;
        font-size: 15px;
        line-height: 15px;
        font-family: 'RalewayExtraBold';
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px; }
        .main-container .promo-area .slider-content .page-nav.next {
          right: 0;
          background-position: right -138px;
          padding-right: 35px; }
        .main-container .promo-area .slider-content .page-nav.prev {
          left: 0;
          background-position: 0 0;
          padding-left: 35px; }
  .main-container .page-content {
    padding-bottom: 95px; }
    .main-container .page-content .container.indent {
      margin-top: -120px;
      border-top: 3px; }
      .main-container .page-content .container.indent.subpage {
        padding: 45px;
        box-sizing: border-box;
        background: #fff; }
        .main-container .page-content .container.indent.subpage .gradient-border {
          background: -webkit-linear-gradient(90deg, #36a8e1, #662382);
          background: -o-linear-gradient(90deg, #36a8e1, #662382);
          background: -moz-linear-gradient(90deg, #36a8e1, #662382);
          background: linear-gradient(90deg, #36a8e1, #662382);
          position: absolute;
          height: 5px;
          width: 100%;
          top: 0;
          left: 0; }
    .main-container .page-content.homepage {
      border-top: 60px solid #eee;
      position: relative;
      height: 100%; }
      .main-container .page-content.homepage .gateways .columns {
        overflow: hidden;
        height: 270px;
        position: relative; }
        .main-container .page-content.homepage .gateways .columns a {
          display: block;
          height: 100%; }
          .main-container .page-content.homepage .gateways .columns a:hover img {
            margin-top: -20px;
            -webkit-transition: all .7s ease-in-out;
            -moz-transition: all .7s ease-in-out;
            -ms-transition: all .7s ease-in-out;
            transition: all .7s ease-in-out; }
          .main-container .page-content.homepage .gateways .columns a:hover h2 {
            top: 65px;
            color: #fff;
            -webkit-transition: all .7s ease-in-out;
            -moz-transition: all .7s ease-in-out;
            -ms-transition: all .7s ease-in-out;
            transition: all .7s ease-in-out; }
          .main-container .page-content.homepage .gateways .columns a:hover p {
            top: 160px;
            -webkit-transition: all .7s ease-in-out;
            -moz-transition: all .7s ease-in-out;
            -ms-transition: all .7s ease-in-out;
            transition: all .7s ease-in-out; }
          .main-container .page-content.homepage .gateways .columns a img {
            width: 100%;
            -webkit-transition: all .7s ease-in-out;
            -moz-transition: all .7s ease-in-out;
            -ms-transition: all .7s ease-in-out;
            transition: all .7s ease-in-out;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px; }
          .main-container .page-content.homepage .gateways .columns a h2 {
            color: #0e45a1;
            font-size: 24px;
            font-family: 'RalewayExtraBold';
            padding: 25px 0;
            position: absolute;
            top: 160px;
            line-height: 24px;
            left: 15px;
            -webkit-transition: all .7s ease-in-out;
            -moz-transition: all .7s ease-in-out;
            -ms-transition: all .7s ease-in-out;
            transition: all .7s ease-in-out; }
          .main-container .page-content.homepage .gateways .columns a p {
            color: #1046a1;
            font-size: 12px;
            font-family: 'RalewayMedium';
            position: absolute;
            top: 270px;
            left: 15px;
            -webkit-transition: all .7s ease-in-out;
            -moz-transition: all .7s ease-in-out;
            -ms-transition: all .7s ease-in-out;
            transition: all .7s ease-in-out; }
      .main-container .page-content.homepage .about {
        border-top: 1px solid #36a9e1;
        padding-top: 30px; }
        .main-container .page-content.homepage .about .columns {
          position: relative; }
          .main-container .page-content.homepage .about .columns a {
            position: relative;
            width: 100%;
            display: block;
            top: 0; }
            .main-container .page-content.homepage .about .columns a .text-area {
              height: 170px;
              position: absolute;
              top: 50%;
              margin-top: -85px;
              text-align: center;
              color: #fff;
              box-sizing: border-box;
              padding: 0 20px; }
              .main-container .page-content.homepage .about .columns a .text-area h3 {
                font-size: 55px;
                line-height: 50px;
                font-family: 'RalewayExtraBold';
                padding-bottom: 15px; }
              .main-container .page-content.homepage .about .columns a .text-area p {
                font-size: 14px;
                font-family: 'RalewaySemiBold'; }
            .main-container .page-content.homepage .about .columns a img {
              width: 100%; }
    .main-container .page-content .container {
      padding-bottom: 60px; }
    .main-container .page-content.subpage .title-area {
      color: #353535;
      padding-bottom: 30px;
      border-bottom: 1px solid #36a9e1; }
      .main-container .page-content.subpage .title-area h1 {
        font-size: 48px;
        line-height: 50px;
        font-family: 'RalewayBold';
        padding-bottom: 30px; }
      .main-container .page-content.subpage .title-area p {
        font-size: 22px;
        line-height: 30px;
        font-family: Georgia;
        font-style: italic; }
    .main-container .page-content.subpage .breadcrumb {
      padding: 30px 0; }
      .main-container .page-content.subpage .breadcrumb ul li {
        list-style: none;
        display: block;
        float: left;
        padding-left: 20px; }
        .main-container .page-content.subpage .breadcrumb ul li:first-of-type {
          padding-left: 0; }
        .main-container .page-content.subpage .breadcrumb ul li a {
          font-family: 'RalewayMedium';
          color: #afafaf;
          font-size: 13px; }
    .main-container .page-content.subpage .content-area {
      font-family: 'RalewayMedium';
      font-size: 14px;
      line-height: 22px;
      color: #353535; }
      .main-container .page-content.subpage .content-area ul {
        padding: 20px 0; }
        .main-container .page-content.subpage .content-area ul li {
          list-style: none;
          padding: 0 0 25px 20px;
          background: url(../Images/blue-bullet.png) no-repeat left 10px; }
          .main-container .page-content.subpage .content-area ul li ul {
            background: none;
            border: none; }
      .main-container .page-content.subpage .content-area .form-container {
        font-family: 'RalewayBold';
        color: #fff;
        font-size: 13px;
        border-bottom: 1px solid #36a9e1;
        padding-bottom: 60px; }
        .main-container .page-content.subpage .content-area .form-container .row {
          padding-bottom: 25px; }
          .main-container .page-content.subpage .content-area .form-container .row:last-of-type {
            padding-bottom: 0; }
          .main-container .page-content.subpage .content-area .form-container .row.textarea {
            height: 120px;
            position: relative; }
            .main-container .page-content.subpage .content-area .form-container .row.textarea .columns {
              position: relative;
              height: 100%; }
        .main-container .page-content.subpage .content-area .form-container input, .main-container .page-content.subpage .content-area .form-container textarea {
          border: none;
          background: #36a9e1;
          padding: 10px;
          box-sizing: border-box;
          width: 100%;
          font-family: 'RalewayBold';
          color: #fff; }
          .main-container .page-content.subpage .content-area .form-container input[type=submit], .main-container .page-content.subpage .content-area .form-container textarea[type=submit] {
            padding: 20px 0;
            background: #662483;
            width: 200px;
            position: absolute;
            bottom: 0;
            left: 0;
            cursor: pointer; }
        .main-container .page-content.subpage .content-area .form-container textarea {
          height: 100%;
          resize: none; }
        .main-container .page-content.subpage .content-area .form-container .custom-select > .text {
          background: #36a9e1;
          padding: 10px;
          font-family: 'RalewayBold';
          line-height: 14px; }
      .main-container .page-content.subpage .content-area .map-area {
        padding-top: 40px; }
        .main-container .page-content.subpage .content-area .map-area .title-area {
          border-bottom: none; }
        .main-container .page-content.subpage .content-area .map-area .address {
          text-align: right; }
          .main-container .page-content.subpage .content-area .map-area .address .row {
            padding-bottom: 40px; }
        .main-container .page-content.subpage .content-area .map-area .map {
          height: 285px; }
        .main-container .page-content.subpage .content-area .map-area #google-map {
          width: 100%;
          height: 100%; }
  .main-container .biyografi-content {
    margin-top: 30px; }
    .main-container .biyografi-content img {
      float: left;
      padding: 0 30px 20px 0; }
    .main-container .biyografi-content h1 {
      font-family: "RalewayBold";
      font-size: 32px;
      line-height: 50px;
      padding-bottom: 20px; }
  .main-container footer {
    background: #e5e5e5;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0; }
    .main-container footer .gradient-border {
      top: 0;
      height: 2px; }
    .main-container footer .footer-logo {
      width: 86px;
      height: 64px;
      display: block;
      float: left; }
      .main-container footer .footer-logo img {
        width: 100%; }
    .main-container footer .container {
      padding: 15px 0; }
    .main-container footer .content {
      float: right; }
      .main-container footer .content nav {
        float: left;
        padding: 20px 0; }
        .main-container footer .content nav ul li {
          background-position: right 25px bottom 10px; }
          .main-container footer .content nav ul li a {
            color: #68696a; }
      .main-container footer .content .social-icons {
        float: left;
        padding: 20px 0 20px 20px; }
        .main-container footer .content .social-icons ul li {
          display: block;
          float: left;
          padding: 0;
          background: none;
          margin-right: 25px; }
          .main-container footer .content .social-icons ul li a {
            display: block;
            text-indent: -9999px;
            background: url(../Images/social-icons.png) no-repeat;
            width: 24px;
            height: 24px; }
            .main-container footer .content .social-icons ul li a.tw {
              background-position: 0 -218px; }
            .main-container footer .content .social-icons ul li a.fb {
              background-position: 3px -308px; }
            .main-container footer .content .social-icons ul li a.in {
              background-position: 0 -389px; }

@media screen and (max-width: 768px) {
  .main-container header {
    position: fixed;
    background: -webkit-linear-gradient(black, transparent);
    background: -o-linear-gradient(black, transparent);
    background: -moz-linear-gradient(black, transparent);
    background: linear-gradient(black, transparent); }
    .main-container header .mobile-menu-icon {
      display: block; }
  .main-container .menu-container {
    display: none; }
  .main-container .promo-area .slider-content em {
    font-size: 30px;
    line-height: 30px; }
  .main-container .promo-area .slider-content h1 {
    font-size: 57px;
    line-height: 57px; }
  .main-container .page-content.homepage .gateways .columns {
    height: 150px; }
    .main-container .page-content.homepage .gateways .columns a:hover h2 {
      top: 30px; }
    .main-container .page-content.homepage .gateways .columns a:hover img {
      margin-top: 0; }
    .main-container .page-content.homepage .gateways .columns a h2 {
      top: 30px;
      color: #fff;
      transition: none; }
  .main-container footer .content {
    max-width: 500px; }
    .main-container footer .content nav {
      display: none; } }
@media screen and (max-width: 550px) {
  .main-container header .main-logo {
    width: 82px;
    height: 60px; }
  .main-container .promo-area .slider-content .note {
    width: 170px;
    left: 50%;
    margin-left: -105px; }
  .main-container .page-content.homepage .gateways .columns {
    height: auto; }
    .main-container .page-content.homepage .gateways .columns a p {
      color: #fff;
      text-shadow: 1px 1px 1px #000;
      font-size: 16px;
      top: 120px; }
      .main-container .page-content.homepage .gateways .columns a p:hover {
        top: 120px; }
  .main-container .page-content.subpage .content-area .form-container {
    padding-bottom: 100px; }
    .main-container .page-content.subpage .content-area .form-container .row, .main-container .page-content.subpage .content-area .form-container .mb {
      padding-bottom: 20px; }
    .main-container .page-content.subpage .content-area .form-container input, .main-container .page-content.subpage .content-area .form-container textarea {
      padding: 20px !important; }
    .main-container .page-content.subpage .content-area .form-container .custom-select {
      height: 50px; }
      .main-container .page-content.subpage .content-area .form-container .custom-select > .text {
        padding: 17px !important; }
    .main-container .page-content.subpage .content-area .form-container .button-container input[type=submit] {
      bottom: 40px;
      width: 100%;
      left: 0; }
  .main-container .page-content.subpage .content-area .map-area .address {
    text-align: center; } }
@media screen and (max-width: 550px) and (max-width: 375px) {
  .main-container header .mobile-menu-icon {
    right: 15px; }
  .main-container .promo-area .slider-content h1 {
    font-size: 38px;
    line-height: 42px;
    padding: 40px 0; }
  .main-container .page-content.homepage .gateways .columns {
    height: 100px;
    margin-bottom: 10px; }
    .main-container .page-content.homepage .gateways .columns a h2 {
      top: 0;
      text-align: center;
      left: 0;
      width: 100%; }
      .main-container .page-content.homepage .gateways .columns a h2:hover {
        top: 0; }
    .main-container .page-content.homepage .gateways .columns a p {
      display: none; }
  .main-container .page-content .container.indent.subpage {
    padding: 45px 20px; }
  .main-container footer .container {
    padding: 15px; } }
.alert {
  border: 1px solid red !important; }

/*# sourceMappingURL=Style.css.map */
