.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* CSS Reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
div,
ul,
li,
span,
input,
textarea,
header,
footer,
nav,
b,
h1,
h2,
h3,
h4,
h5 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input:focus,
textarea:focus,
div:focus,
button:focus,
select:focus {
  outline: none;
}
/* FONTS */
@font-face {
  font-family: 'Museo';
  src: url("../webfonts/Museosansrounded-900.eot");
  src: url("../webfonts/Museosansrounded-900.eot") format("embedded-opentype"), url("../webfonts/Museosansrounded-900.woff2") format("woff2"), url("../webfonts/Museosansrounded-900.woff") format("woff"), url("../webfonts/Museosansrounded-900.ttf") format("truetype"), url("../webfonts/Museosansrounded-900.svg#Moseosansrounded") format("svg");
  font-weight: 900;
}
.museo {
  font-family: "Museo", sans-serif;
}
body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #6d7f89;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  body {
    background: #eff9ff url("../images/bg1.jpg") no-repeat top center;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    background: #eff9ff url("../images/bg3.png") no-repeat top center;
  }
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;
  color: #6d7f89;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #6d7f89;
}
a:visited {
  text-decoration: none;
}
.container {
  margin: 0 auto;
  position: relative;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    padding: 0 20px;
  }
}
.cle::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .df-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-end {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1199px) {
  .mob-d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 1199px) {
  .mob-df-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1199px) {
  .mob-flex-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .mob-flex-end {
    justify-content: flex-end;
  }
}
.d-table {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
.d-cell {
  display: table-cell;
}
.va-middle {
  vertical-align: middle;
}
.va-bottom {
  vertical-align: bottom;
}
.va-top {
  vertical-align: top;
}
.slider1 {
  opacity: 0;
}
.slider1.slick-initialized {
  opacity: 1 !important;
}
@media only screen and (min-width: 1366px) {
  .slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
/* SLİDER */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
/* Slider Arrows */
.sliderX .slick-prev,
.sliderX .slick-next {
  font-size: 0;
  display: block;
  position: absolute;
}
.sliderX .slick-prev::before,
.sliderX .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #eeeeee;
  cursor: pointer;
}
.sliderX .slick-prev {
  right: 30px;
  top: -35px;
}
.sliderX .slick-next {
  right: 0px;
  top: -35px;
}
.sliderX .slick-prev::before {
  content: '\f053';
}
.sliderX .slick-next::before {
  content: '\f054';
}
/* Slider Bullets */
.regular .slick-dots {
  position: absolute;
  bottom: -33px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.regular .slick-dots li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}
.regular .slick-dots li div {
  display: block;
  border: 0;
  width: 8px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 8px;
  background: #949aa9;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 1;
}
.regular .slick-dots .slick-active div {
  background: #00c5b5 !important;
  transition: all 0.2s ease-in-out;
}
/* TAB */
.tab-content {
  display: none;
}
.tab-content.current {
  display: block;
}
/* MODAL */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.remodal iframe,
.remodal img {
  display: inline-block;
  max-width: 100%;
  border: none;
  height: auto;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
.animation1 {
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .mob-d-block {
    display: none;
  }
  .head-top {
    height: 136px;
  }
  .head-top .ht-col:nth-child(1) {
    width: 30%;
  }
  .head-top .ht-col:nth-child(2) {
    width: 70%;
    text-align: right;
  }
}
@media only screen and (max-width: 1199px) {
  .mob-big-img {
    margin-bottom: 20px;
  }
  .mob-d-none {
    display: none;
  }
  .head-top {
    height: 90px;
  }
  .head-top .ht-col:nth-child(1) {
    width: 70%;
    padding-top: 20px;
    padding-left: 10px;
  }
  .head-top .ht-col:nth-child(1) img {
    max-width: 100%;
  }
  .head-top .ht-col:nth-child(2) {
    width: 30%;
  }
}
.d-block-fix {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .resp-menu {
    display: none;
  }
  .menu-mob-logo {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-mob-logo {
    padding: 35px 0;
  }
  .resp-menu {
    position: absolute;
    right: 30px;
    z-index: 11;
    top: 40px;
    background: url("../images/icon22.png") no-repeat;
    width: 21px;
    height: 20px;
  }
  .resp-menu.current {
    position: fixed;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-one {
    display: none;
    position: fixed;
    z-index: 10;
    background: #105e99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 30px;
  }
}
.menu-one ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .menu-one ul li {
    display: inline-block;
    margin-left: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-one ul li {
    display: block;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-one ul li a {
    color: #164353;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-one ul li a {
    color: #ffffff;
    font-size: 34px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: 700;
  }
}
.menu-one ul li a:hover {
  color: #ff5d61;
}
@media only screen and (min-width: 1200px) {
  .menu-one ul li a span:nth-child(1) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-one ul li a span:nth-child(1) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .login-box {
    float: right;
    max-width: 444px;
  }
}
@media only screen and (max-width: 1199px) {
  .login-box {
    background: url("../images/icon24.png") no-repeat top right;
    padding-top: 55px;
  }
}
.sub-login-box {
  background: url("../images/icon24.png") no-repeat top right;
  padding-top: 55px;
  margin-top: -50px;
}
.s-text1 {
  font-family: "Museo", sans-serif;
  color: #ff5d61;
}
@media only screen and (min-width: 1200px) {
  .s-text1 {
    line-height: 60px;
    font-size: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .s-text1 {
    line-height: 40px;
    font-size: 35px;
  }
}
.s-text1 span {
  display: block;
  color: #0c476b;
}
.s-text20 {
  font-family: "Museo", sans-serif;
  color: #ff5d61;
}
@media only screen and (min-width: 1200px) {
  .s-text20 {
    line-height: 40px;
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  .s-text20 {
    line-height: 40px;
    font-size: 35px;
  }
}
.s-text20 span {
  display: block;
  color: #0c476b;
}
.spe-input1 {
  border: 1px solid #d1dde6;
  background-color: #f7fafd;
  display: block;
  width: 100%;
  height: 60px;
  padding: 4px 0 0 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: left 20px center;
  line-height: 60px;
  color: #0c476b !important;
  font-family: "Museo", sans-serif;
}
.spe-input1:focus {
  border-color: #ff5d61;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .spe-input1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .spe-input1 {
    font-size: 16px;
  }
}
.spe-input1::placeholder {
  color: #0c476b !important;
  opacity: 1 !important;
}
.spe-input1::-ms-input-placeholder {
  color: #0c476b !important;
  opacity: 1 !important;
}
.spe-input1:-ms-input-placeholder {
  color: #0c476b !important;
  opacity: 1 !important;
}
.spe-input1::-moz-placeholder {
  color: #0c476b !important;
  opacity: 1 !important;
}
.spe-input1:-moz-placeholder {
  color: #0c476b !important;
  opacity: 1 !important;
}
.spe-input1::-webkit-input-placeholder {
  color: #0c476b !important;
  opacity: 1 !important;
}
.input-username {
  background-image: url("../images/icon4.png");
}
.input-password {
  background-image: url("../images/icon5.png");
}
.mt-2 {
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .mt-4 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-4 {
    margin-top: 20px;
  }
}
.login-form .lf-col:nth-child(1) {
  width: 47.5%;
}
.login-form .lf-col:nth-child(2) {
  width: 47.5%;
  margin-left: 5%;
}
.logo {
  margin: 0;
  padding: 0;
}
.spe-button1 {
  background: #ff5d61;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: block;
  height: 60px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 100%;
  font-family: "Museo", sans-serif;
  border: none;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  line-height: 60px;
  padding-top: 3px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .spe-button1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .spe-button1 {
    font-size: 16px;
  }
}
.spe-button1:hover {
  background: #0c476b;
}
.s-text2 {
  line-height: 30px;
  font-size: 17px;
}
.s-text3 {
  display: block;
  background: url("../images/icon6.png") no-repeat left center;
  padding-left: 40px;
  color: #0c476b;
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .s-text3 {
    display: none;
  }
}
.s-text3:hover {
  color: #0c476b;
  text-decoration: underline;
}
.s-text3 span {
  display: block;
  text-decoration: underline;
  color: #ff5d61;
}
.img-fix {
  max-width: 100%;
}
@media only screen and (max-width: 1199px) {
  .mt-7 {
    margin-top: 30px;
  }
  .s-text4 {
    color: #0c476b;
    font-size: 44px;
    line-height: 50px;
    font-family: "Museo", sans-serif;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-7 {
    margin-top: 70px;
  }
  .s-text4 {
    color: #0c476b;
    font-size: 48px;
    line-height: 60px;
    font-family: "Museo", sans-serif;
  }
  .head-bot .hb-col:nth-child(1) {
    width: 45%;
    margin-left: 5%;
  }
  .head-bot .hb-col:nth-child(2) {
    width: 50%;
    text-align: right;
  }
}
.s-text5 {
  display: block;
  color: #ff5d61;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  padding: 15px 0 15px 60px;
  background: url("../images/icon7.png") no-repeat left center;
}
.s-text6 {
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #0c476b;
}
.app-link-mob {
  width: 320px;
  right: 0;
  left: 0;
  position: absolute;
  bottom: 30px;
  margin: auto;
}
.app-link-mob a {
  display: block;
  float: left;
  margin: 0 10px;
  background: #f5fbff;
  width: 140px;
  padding: 10px 0 0 0;
  text-align: center;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #cfdee8;
}
.app-link-mob a:hover {
  background: #cfdee8;
}
.app-link {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .app-link {
    width: 320px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.app-link a {
  display: block;
  float: left;
  width: 140px;
  padding: 10px 0 0 0;
  text-align: center;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #cfdee8;
}
@media only screen and (min-width: 1200px) {
  .app-link a {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .app-link a {
    margin: 0 10px;
  }
}
.app-link a:hover {
  background: #cfdee8;
}
.s-text8 {
  color: #0c476b;
  font-family: "Museo", sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
}
.home-row {
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) {
  .home-row .hr-col:nth-child(1) {
    width: 700px;
  }
  .home-row .hr-col:nth-child(2) {
    width: 400px;
    margin-left: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-row .hr-col:nth-child(2) {
    display: none;
  }
}
.s-text9 {
  font-size: 15px;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .hr-text-bar {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .hr-text-bar {
    margin-bottom: 30px;
  }
}
.content-img {
  float: left;
  width: 150px;
  display: table;
  text-align: Center;
  height: 90px;
}
.content-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.right-bar-bg {
  background: #ffffff;
  margin-bottom: 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 11px 0 rgba(61, 132, 174, 0.12);
  -moz-box-shadow: 0 6px 11px 0 rgba(61, 132, 174, 0.12);
  box-shadow: 0 6px 11px 0 rgba(61, 132, 174, 0.12);
  padding: 30px 40px;
}
.s-text10 {
  font-size: 20px;
  color: #ff5d61;
  font-weight: 700;
  padding: 10px 0 10px 45px;
}
.s-10-icon1 {
  background: url("../images/icon10.png") no-repeat left center;
}
.s-10-icon2 {
  background: url("../images/icon13.png") no-repeat left center;
}
.s-10-icon3 {
  background: url("../images/icon25.png") no-repeat left center;
}
.s-10-icon4 {
  background: url("../images/icon26.png") no-repeat left center;
}
.rb-links1 {
  margin-top: 15px;
}
.rb-links1 a {
  font-size: 14px;
}
.rb-links1 a:hover {
  color: #ff5d61;
}
.rb-bot-link {
  margin-top: 20px;
  text-align: right;
}
.rb-bot-link a {
  font-weight: 600;
  color: #ff5d61;
  text-decoration: underline;
}
.rb-links2 {
  margin-top: 15px;
}
.rb-links2 a {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.rb-links2 a::before {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  left: -20px;
  background: #ff5d61;
  top: 5px;
}
.rb-links2 a:hover {
  color: #ff5d61;
}
@media only screen and (min-width: 1200px) {
  .section-one {
    background: url("../images/bg2.png") no-repeat center center;
    height: 678px;
    padding-top: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-one {
    background: url("../images/bg4.jpg") no-repeat center center;
    padding: 100px 20px;
    background-size: cover;
  }
}
.s-text12 {
  font-family: "Museo", sans-serif;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .s-text12 {
    font-size: 48px;
    max-width: 480px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .s-text12 {
    font-size: 33px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-logo {
    margin-top: 50px;
  }
}
.bar-socials {
  color: #ffffff;
}
.bar-socials a {
  margin-right: 15px;
}
.bar-socials p {
  color: #ffffff;
  font-family: "Museo", sans-serif;
}
@media only screen and (min-width: 1200px) {
  .bar-socials p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .bar-socials p {
    font-size: 20px;
  }
}
.bar-socials p span {
  color: #ffb878;
}
.foot-menu {
  margin-top: 20px;
}
.foot-menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.foot-menu ul li {
  display: inline-block;
  margin-right: 60px;
}
.foot-menu ul li a {
  color: #164353;
  font-size: 18px;
}
.foot-menu ul li a:hover {
  color: #ff5d61;
}
.foot-menu ul li a span:nth-child(1) {
  margin-right: 10px;
}
.copyright {
  padding: 40px 0 40px 0;
}
.copyright a {
  color: #ff5d61;
  font-weight: 600;
}
.copyright a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  .sub-body {
    background: #ffffff url("../images/bg5.jpg") no-repeat top center !important;
  }
}
.sub-right-bar1 {
  padding: 30px 40px;
  background: #fffefa;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 40px;
}
.srb1-text1 {
  margin-top: 20px;
  font-weight: 600;
}
.srb1-text1 span {
  color: #0c476b;
}
.srb1-text2 {
  color: #a2a2a2;
  font-size: 12px;
  margin-top: 20px;
}
.chat-rooms .cr-row {
  margin-top: 10px;
}
.chat-rooms .cr-row .cr-col {
  width: 50%;
}
.chat-rooms .cr-row .cr-col:nth-child(2) {
  text-align: right;
  font-weight: 600;
  color: #0c476b;
}
.sub-right-bar2 {
  padding: 30px 35px;
}
.s-text21 {
  color: #0c476b;
  font-family: "Museo", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .s-text21 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .s-text21 {
    font-size: 28px;
    line-height: 30px;
  }
}
.ilet-form {
  max-width: 480px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .ilet-form {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .ilet-form {
    margin-top: 10px;
  }
}
.ilet-form .ilet-col {
  margin-top: 10px;
}
.spe-input3,
.spe-textarea1 {
  border: none;
  background: #0c476b;
  display: block;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
  line-height: 50px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 700;
}
.spe-input3:focus,
.spe-textarea1:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-textarea1 {
  height: 100px;
  resize: none;
  padding: 20px;
  line-height: 24px;
}
.spe-submit2 {
  border: none;
  display: block;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  background: #ff5d61;
  line-height: 50px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-submit2:hover {
  background: #0c476b;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-input3::placeholder,
.spe-textarea1::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.spe-input3::-ms-input-placeholder,
.spe-textarea1::-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.spe-input3:-ms-input-placeholder,
.spe-textarea1:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.spe-input3::-moz-placeholder,
.spe-textarea1::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.spe-input3:-moz-placeholder,
.spe-textarea1:-moz-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.spe-input3::-webkit-input-placeholder,
.spe-textarea1::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.sss-row {
  margin-top: 20px;
}
.sss-row.current {
  border-color: #0c476b;
  background: #0c476b;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.sss-row.current .sss-ques {
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.sss-ques {
  background: url("../images/icon27.png") no-repeat left 20px center;
  padding: 15px 20px 15px 60px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  font-size: 18px;
  color: #0c476b;
}
.sss-row {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  position: relative;
}
.sss-answer {
  padding: 15px 20px 35px 60px;
  color: #ffffff;
  font-size: 15px;
  display: none;
  line-height: 28px;
}
