/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */

/* bounce scroll blocked */
/* html, body{position:fixed; overflow:hidden;}
#mainWrapper{width:100vw; height:100vh; overflow-y:scroll;  -webkit-overflow-scrolling: touch;}
video{transform: translate3d(0,0,0); -webkit-transform: translateZ(0); -webkit-overflow-scrolling:touch; touch-action:none;} */

/* bounce scroll blocked */

/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #358bfe !important;
  color: #fff; }

::selection {
  background-color: #358bfe  !important;
  color: #fff; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300; }

body {
  color: #49455c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  position: relative; }

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

select {
  display: block; }

figure {
  margin: 0; }
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

iframe {
  border: 0; }

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0; }

.card-panel {
  margin: 0;
  padding: 60px; }

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit; }

.gray-bg {
  background: #f9f9ff; }

h1, h2, h3,
h4, h5, h6 {
  color: #222222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600; }

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  color: #222222; }

h1, .h1 {
  font-size: 32px; line-height:42px !important; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px;
  color: #222222; }

p {
  font-size: 16px !important;
  color: #222222 important; }

td, th {
  border-radius: 0px; }

.h_100vh {height:100vh !important;}
.font-weight400 {font-weight:400 !important;}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table; }
.clear::after {
  clear: both; }

.fz-11 {
  font-size: 11px; }

.fz-12 {
  font-size: 12px; }

.fz-13 {
  font-size: 13px; }

.fz-14 {
  font-size: 14px !important; }

.fz-15 {
  font-size: 15px !important; }

.fz-16 {
  font-size: 16px !important; }

.fz-18 {
  font-size: 18px !important; }

 .fz-22 {
  font-size: 22px !important; }

 .fz-26 {
  font-size: 26px !important; }

.fz-30 {
  font-size: 30px; }

  .fz-36 {
  font-size: 36px !important; }

.fz-42 {
  font-size: 42px !important; }

.fz-45 {
  font-size: 45px !important; }

.fz-48 {
  font-size: 48px !important; }

.fw100 {
  font-weight: 100; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400 !important; }

.fw500 {
  font-weight: 500; }

.f700 {
  font-weight: 700; }

.fsi {
  font-style: italic; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt5 {
  margin-top: 5px !important; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px !important; }

.mt-100 {
  margin-top: 100px; }

.mt-120 {
  margin-top: 120px; }

.mt-150 {
  margin-top: 150px; }

.ml-0 {
  margin-left: 0 !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px; }

.ml-10p {
  margin-left: 10%; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px !important; }

.ml-50 {
  margin-left: 50px; }

.mr-0 {
  margin-right: 0 !important; }

.mr-5 {
  margin-right: 5px !important; }
.mr5 {
  margin-right: 5px !important; }

.mr-15 {
  margin-right: 15px; }

.mr-10 {
  margin-right: 10px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.mb-0 {
  margin-bottom: 0px; }

.mb-0-i {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px !important; }

.pt-0 {
  padding-top: 0px; }

.pt-1r{
padding-top:1rem;
}

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }

.pt-80 {
  padding-top: 80px; }

.pt-90 {
  padding-top: 90px; }

.pt-100 {
  padding-top: 100px; }

.pt-120 {
  padding-top: 120px; }

.pt-150 {
  padding-top: 150px; }

.pt-170 {
  padding-top: 170px; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-150 {
  padding-bottom: 150px; }

.pr-0 {
  padding-right: 0px; }

.pr-30 {
  padding-right: 30px; }

.pb-5rem {padding-bottom:5rem !important}
.pr-5em {padding-right:5em;}
.pr-10em {padding-right:10em;}
.pr-10 {padding-right:10px;}
.pr-40 {
  padding-right: 40px !important; }

.pl-10 {
  padding-left: 0px; }

.pl-10 {
  padding-left: 10px; }

.pl-30 {
  padding-left: 30px; }

.pl-40 {
  padding-left: 40px; }


.pl-90 {padding-left: 90px; }
.pl-5em {padding-left:5em;}
.pl-10em {padding-left:10em;}


.p-40 {
  padding: 40px; }

 .p-60 {
  padding: 60px; }

 .p-80 {
  padding: 80px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.va_t {vertical-align:top;}

.text-italic {
  font-style: italic; }

.text-white {
  color: #fff; }

.text-black {
  color: #000; }

.top-0 {top:0px !important;}
.top-10 {top:10px;}
.min-h80 {min-height:80px;}
.min-h100 {min-height:100px !important;}
.min-h110 {min-height:110px !important;}
.min-h120 {min-height:120px;}
.min-h130 {min-height:130px;}
.min-h140 {min-height:140px;}
.min-h150 {min-height:150px;}
.min-h160 {min-height:160px;}
.min-h180 {min-height:180px;}
.min-h220 {min-height:220px;}
.min-h250 {min-height:250px;}
.min-h270 {min-height:270px;}
.min-h300 {min-height:300px;}
.min-h350 {min-height:350px;}
.min-h360 {min-height:360px;}
.min-h380 {min-height:380px;}
.min-h400 {min-height:400px;}
.min-h410 {min-height:410px;}
.min-h420 {min-height:420px;}

.line-h {}
.link-btn {width:30px; padding-left:10px; vertical-align: baseline;}

.clear-both {clear:both !important;}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2 !important;
}
.z-index-3 {
    z-index: 3;
}
.z-index-4 {
    z-index: 4;
}
.z-index-5 {
    z-index: 5;
}
.sub-text {font-size: 16px;  font-weight: 400; color: #737a96;}

.position-absolute {
    position: absolute !important;
}
.position-relative {
    position: relative !important;
}
.width-80 {width:80%;}
.width-50 {width:50% !important;}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.section-full {
  padding: 100px 0; }

.section-half {
  padding: 75px 0; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left; }

.text-rigth {
  text-align: right; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.display-table {
  display: table; }
 
 .display-block {
  display: block; }

.light {
  color: #fff; }

.dark {
  color: #000; }

.relative {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

  .bd-b-none {border-bottom:none !important;}

.container.fullwidth {
  width: 100%; }
.container.no-padding {
  padding-left: 0;
  padding-right: 0; }

.no-padding {
  padding: 0; }

.section-bg {
  background: #f9fafc; }

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important; } }

.row.no-margin {
  margin-left: 0;
  margin-right: 0; }

.section-gap {
  padding: 150px 0; }
  @media (max-width: 991px) {
    .section-gap {
      padding: 70px 0; } }

.section-gap-top {
  padding-top: 150px; }
  @media (max-width: 991px) {
    .section-gap-top {
      padding-top: 70px; } }

.section-gap-bottom {
  padding-bottom: 150px; }
  @media (max-width: 991px) {
    .section-gap-bottom {
      padding-bottom: 70px; } }

.margin-gap-bottom {
  margin-bottom: 150px; }
  @media (max-width: 991px) {
    .margin-gap-bottom {
      margin-bottom: 70px; } }

.section-title {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section-title {
      margin-bottom: 40px; } }
  .section-title h2 {
    margin-bottom: 20px;
    font-size: 36px; }
    @media (max-width: 413px) {
      .section-title h2 {
        font-size: 30px; } }
  .section-title p {
    font-size: 16px;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .section-title p br {
        display: none; } }

.alert-msg {
  color: #008000; }

.p1-gradient-bg, .buttons.gray:hover, .primary-btn, .feature-area .single-feature .title .lnr, .testimonials-area .owl-thumb-item.active .overlay-grad, .testimonials-area .owl-thumb-item .overlay-grad:hover, .single-price:hover .price-btn, .top-category-widget-area .single-cat-widget:hover .overlay-bg, .post-content-area .single-post .primary-btn:hover, .blog-pagination .page-item.active .page-link, .blog-pagination .page-link:hover, .widget-wrap .newsletter-widget .bbtns, .footer-area .single-footer-widget .click-btn, .footer-area .footer-bottom .footer-social a:hover {
 background:#358bfe;
 /*
  background-image: -moz-linear-gradient(0deg, #46dbf9 0%, #204be3 100%);
  background-image: -webkit-linear-gradient(0deg, #46dbf9 0%, #204be3 100%);
  background-image: -ms-linear-gradient(0deg, #46dbf9 0%, #204be3 100%);
  background-image: -o-linear-gradient(0deg, #46dbf9 0%, #204be3 100%); 
  */

  }

.p1-gradient-color {
  background: -moz-linear-gradient(0deg, #46dbf9 0%, #204be3 100%);
  background: -webkit-linear-gradient(0deg, #46dbf9 0%, #204be3 100%);
  background: -ms-linear-gradient(0deg, #46dbf9 0%, #204be3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (max-width: 991px) {
  .download-button {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; } }
.buttons {
  padding: 20px 24px 8px;
  max-width: 225px;
  margin-right: 10px;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  color: #000 !important; }
  @media (max-width: 991px) {
    .buttons:first-child {
      margin-bottom: 16px; } }
  .buttons i {
    font-size: 44px;
    padding-right: 20px;
    color: #eeeeee;
    margin-top: -8px; }
  .buttons:hover {
    cursor: pointer;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #46dbf9;
    color: #fff !important;
    border: 1px solid transparent; }
    .buttons:hover a {
      color: #fff; }
  .buttons a {
    color: #000; }
  .buttons p {
    margin-bottom: 8px !important;
    font-size: 14px;
    line-height: 18px;
    text-align: left; }
    .buttons p span {
      font-size: 24px;
      font-weight: 600;}
  .buttons.dark {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000; }
    .buttons.dark i {
      color: #fff; }
    .buttons.dark a {
      color: #fff; }
    .buttons.dark:hover {
      background-color: #46dbf9;
      border: 1px solid transparent; }
  .buttons.gray {
    background-color: #393939;
    color: #fff !important;
    border: 1px solid #393939; }
    .buttons.gray i {
      color: #fff; }
    .buttons.gray a {
      color: #fff; }
    .buttons.gray:hover {
      border: 1px solid transparent; }

.primary-btn {
  height: 50px;
  line-height: 50px;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 0px;
  border: 1px solid transparent;
  background-origin: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative; }
  .primary-btn:focus {
    outline: none; }
  .primary-btn:hover {
    background: transparent;
    color: #46dbf9;
    border-color: #46dbf9; }
  .primary-btn.white {
    border: 1px solid #fff;
    color: #fff; }
    .primary-btn.white:hover {
      background: #fff;
      color: #46dbf9; }

.white-line-btn {border:1px solid #222 !important; color:#222 !important; background:#fff !important;}
.white_bg_btn {
  display: inline-block;
  background: #f9f9ff;
  padding: 0px 35px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  line-height: 34px;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #eeeeee;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .white_bg_btn:hover {
    background: #46dbf9;
    color: #fff;
    border: 1px solid #46dbf9; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0; }

.text-heading {
  margin-bottom: 30px;
  font-size: 24px; }

b, sup, sub, u, del {
  color: #46dbf9; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777; }

.button-area {
  background: #fff; }
  .button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee; }

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px; }
  .button-group-area .genric-btn:last-child {
    margin-right: 0; }

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 38px;
  padding: 10px 50px !important;
 /* font-size: .8em; */
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .genric-btn:focus {
    outline: none; }
  .genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px; }
  .genric-btn.large {
    line-height: 45px; }
  .genric-btn.medium {
    line-height: 30px; }
  .genric-btn.small {
    line-height: 30px; }
  .genric-btn.radius {
    border-radius: 3px; }
  .genric-btn.circle {
    border-radius: 30px; }
  .genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .genric-btn.arrow span {
      margin-left: 10px; }
  .genric-btn.default {
    color: #222222;
    background: #f9f9ff;
    border: 1px solid transparent; }
    .genric-btn.default:hover {
      border: 1px solid #f9f9ff;
      background: #fff; }
  .genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff; }
    .genric-btn.default-border:hover {
      color: #222222;
      background: #f9f9ff;
      border: 1px solid transparent; }
  .genric-btn.primary {
	border-radius:30px;
    color: #fff;
    background: #358bfe;
    border: 1px solid transparent; }
    .genric-btn.primary:hover {
      /*
	  color: #fff;
	  text-decoration:underline !important;
      border: 1px solid #358bfe;
      background: #fff; 
	  */}
  .genric-btn.primary-border {
	border-radius:30px;
    color: #358bfe;
    border: 1px solid #358bfe;
    background: #fff; }
    .genric-btn.primary-border:hover {
      color: #fff;
      background: #358bfe;
      border: 1px solid transparent; }
  .genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent; }
    .genric-btn.success:hover {
      color: #4cd3e3;
      border: 1px solid #4cd3e3;
      background: #fff; }
  .genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff; }
    .genric-btn.success-border:hover {
      color: #fff;
      background: #4cd3e3;
      border: 1px solid transparent; }
  .genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent; }
    .genric-btn.info:hover {
      color: #fff;
      border: 1px solid #38a4ff;
      background: #fff; }
  .genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff; }
    .genric-btn.info-border:hover {
      color: #fff;
      background: #38a4ff;
      border: 1px solid transparent; }
  .genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent; }
    .genric-btn.warning:hover {
      color: #f4e700;
      border: 1px solid #f4e700;
      background: #fff; }
  .genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff; }
    .genric-btn.warning-border:hover {
      color: #fff;
      background: #f4e700;
      border: 1px solid transparent; }
  .genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent; }
    .genric-btn.danger:hover {
      color: #f44a40;
      border: 1px solid #f44a40;
      background: #fff; }
  .genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff; }
    .genric-btn.danger-border:hover {
      color: #fff;
      background: #f44a40;
      border: 1px solid transparent; }
  .genric-btn.link {
    color: #222222;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent; }
    .genric-btn.link:hover {
      color: #222222;
      border: 1px solid #f9f9ff;
      background: #fff; }
  .genric-btn.link-border {
    color: #222222;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline; }
    .genric-btn.link-border:hover {
      color: #222222;
      background: #f9f9ff;
      border: 1px solid transparent; }
  .genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed; }

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 3px solid #358bfe; }

.progress-table-wrap {
  overflow-x: scroll; }

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px; }
  .progress-table .serial {
    width: 11.83%;
    padding-left: 30px; }
  .progress-table .country {
    width: 28.07%; }
  .progress-table .visit {
    width: 19.74%; }
  .progress-table .percentage {
    width: 40.36%;
    padding-right: 50px; }
  .progress-table .table-head {
    display: flex; }
    .progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
      color: #222222;
      line-height: 40px;
      text-transform: uppercase;
      font-weight: 500; }
  .progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex; }
    .progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
      display: flex;
      align-items: center; }
    .progress-table .table-row .country img {
      margin-right: 15px; }
    .progress-table .table-row .percentage .progress {
      width: 80%;
      border-radius: 0px;
      background: transparent; }
      .progress-table .table-row .percentage .progress .progress-bar {
        height: 5px;
        line-height: 5px; }
        .progress-table .table-row .percentage .progress .progress-bar.color-1 {
          background-color: #6382e6; }
        .progress-table .table-row .percentage .progress .progress-bar.color-2 {
          background-color: #e66686; }
        .progress-table .table-row .percentage .progress .progress-bar.color-3 {
          background-color: #f09359; }
        .progress-table .table-row .percentage .progress .progress-bar.color-4 {
          background-color: #73fbaf; }
        .progress-table .table-row .percentage .progress .progress-bar.color-5 {
          background-color: #73fbaf; }
        .progress-table .table-row .percentage .progress .progress-bar.color-6 {
          background-color: #6382e6; }
        .progress-table .table-row .percentage .progress .progress-bar.color-7 {
          background-color: #a367e7; }
        .progress-table .table-row .percentage .progress .progress-bar.color-8 {
          background-color: #e66686; }

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px; }

.list-style {
  width: 14px;
  height: 14px; }

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important; }
  .unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #46dbf9;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%; }

.ordered-list {
  margin-left: 30px; }
  .ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #46dbf9;
    font-weight: 500;
    line-height: 1.82em !important; }
    .ordered-list li span {
      font-weight: 300;
      color: #777777; }

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #46dbf9;
  font-weight: 500;
  line-height: 1.82em !important; }
  .ordered-list-alpha li span {
    font-weight: 300;
    color: #777777; }

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #46dbf9;
  font-weight: 500;
  line-height: 1.82em !important; }
  .ordered-list-roman li span {
    font-weight: 300;
    color: #777777; }

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input:focus {
    outline: none; }

.input-group-icon {
  position: relative; }
  .input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3; }
    .input-group-icon .icon i {
      color: #797979; }
  .input-group-icon .single-input {
    padding-left: 45px; }

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none; }
  .single-textarea:focus {
    outline: none; }

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-primary:focus {
    outline: none;
    border: 1px solid #46dbf9; }

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55; }

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359; }

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
    .default-switch input + label {
      position: absolute;
      top: 1px;
      left: 1px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #46dbf9;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
      cursor: pointer; }
    .default-switch input:checked + label {
      left: 19px; }

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-switch input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .primary-switch input + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 8.5px;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .primary-switch input + label:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer; }
    .primary-switch input:checked + label:after {
      left: 19px; }
    .primary-switch input:checked + label:before {
      background: #46dbf9; }

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-switch input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .confirm-switch input + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 8.5px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        cursor: pointer; }
      .confirm-switch input + label:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer; }
    .confirm-switch input:checked + label:after {
      left: 19px; }
    .confirm-switch input:checked + label:before {
      background: #4cd3e3; }

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .primary-checkbox input:checked + label {
      background: url(../img/elements/primary-check.png) no-repeat center center/cover;
      border: none; }

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .confirm-checkbox input:checked + label {
      background: url(../img/elements/success-check.png) no-repeat center center/cover;
      border: none; }

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .disabled-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .disabled-checkbox input:disabled {
      cursor: not-allowed;
      z-index: 3; }
    .disabled-checkbox input:checked + label {
      background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
      border: none; }

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .primary-radio input:checked + label {
      background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
      border: none; }

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .confirm-radio input:checked + label {
      background: url(../img/elements/success-radio.png) no-repeat center center/cover;
      border: none; }

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .disabled-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .disabled-radio input:disabled {
      cursor: not-allowed;
      z-index: 3; }
    .disabled-radio input:checked + label {
      background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
      border: none; }

.default-select {
  height: 40px; }
  .default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px; }
    .default-select .nice-select .list {
      margin-top: 0;
      border: none;
      border-radius: 0px;
      box-shadow: none;
      width: 100%;
      padding: 10px 0 10px 0px; }
      .default-select .nice-select .list .option {
        font-weight: 300;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        line-height: 28px;
        min-height: 28px;
        font-size: 12px;
        padding-left: 20px; }
        .default-select .nice-select .list .option.selected {
          color: #46dbf9;
          background: transparent; }
        .default-select .nice-select .list .option:hover {
          color: #46dbf9;
          background: transparent; }
  .default-select .current {
    margin-right: 50px;
    font-weight: 300; }
  .default-select .nice-select::after {
    right: 20px; }

.form-select {
  height: 40px;
  width: 100%; }
  .form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%; }
    .form-select .nice-select .list {
      margin-top: 0;
      border: none;
      border-radius: 0px;
      box-shadow: none;
      width: 100%;
      padding: 10px 0 10px 0px; }
      .form-select .nice-select .list .option {
        font-weight: 300;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        line-height: 28px;
        min-height: 28px;
        font-size: 12px;
        padding-left: 45px; }
        .form-select .nice-select .list .option.selected {
          color: #46dbf9;
          background: transparent; }
        .form-select .nice-select .list .option:hover {
          color: #46dbf9;
          background: transparent; }
  .form-select .current {
    margin-right: 50px;
    font-weight: 300; }
  .form-select .nice-select::after {
    right: 20px; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main-menu {
  /* padding-top: 20px; */}
  .main-menu > .row {
    padding: 0 15px; }

#header {
  background:#fff;	
  padding: 0px 0px 20px 0px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997; 
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  }


.header-scrolled {
  background: rgba(70, 219, 249, 0.9);
  transition: all 0.5s; }

@media (max-width: 673px) {
  #logo {
    margin-left: 20px; } }
#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px; }

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #46dbf9; }

#header #logo img {
  padding: 0;
  margin: 0; }

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px; }

  #header #logo img {
    max-height: 40px; } }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9); }

.nav-menu li {
  position: relative;
  white-space: nowrap; }

.nav-menu > li {
  float: left; }

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block; }

.nav-menu ul ul {
  top: 0;
  left: 100%; }

.nav-menu ul li {
  min-width: 180px;
  text-align: left; }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px; }

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal; }

.sf-arrows ul .sf-with-ul:after {
  content: "\f105"; }

/* Nav Meu Container */
#nav-menu-container {
  margin: 0; }

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 18px;
  margin: 0 -2px;
  text-decoration: none;
  display: inline-block;
  color: #1c1733;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  outline: none; }
  .nav-menu a:last-child a {
    margin-right: 0;
    padding-right: 0; }

.nav-menu ul {
  margin: 24px 0 0 26px;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff; }

.nav-menu ul li {
  transition: 0.3s; }
  .nav-menu ul li > a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: none; }
  .nav-menu ul li:hover a {
    color: #46dbf9; }

.nav-menu ul ul {
  margin: 0; }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 22px;
  border: 0;
  background: #1c1733;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; }
  @media (max-width: 767px) {
    #mobile-nav-toggle {
      top: 22px; } }

#mobile-nav-toggle i {
  color: #fff;
  font-weight: 900; }

@media (max-width: 960px) {
  #mobile-nav-toggle {
    display: inline; }

  #nav-menu-container {
    display: none; } }
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s; }

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#mobile-nav ul li {
  position: relative; }

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700; }

#mobile-nav ul li a:hover {
  color: #fff; }

#mobile-nav ul li li {
  padding-left: 30px; }

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff; }

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #46dbf9; }

#mobile-nav ul .menu-has-children li a {
  text-transform: none; }

#mobile-nav ul .menu-item-active {
  color: #46dbf9; }

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden; }

body.mobile-nav-active #mobile-nav {
  left: 0; }

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff; }

.home-banner-area {
  background: url(../img/home-banner-bg.jpg) center;
  background-size: cover; }
  .home-banner-area .banner-img {
    text-align: right; }
    @media (max-width: 1440px) {
      .home-banner-area .banner-img {
        text-align: left; }
        .home-banner-area .banner-img img {
          width: 60%; } }
    @media (max-width: 991px) {
      .home-banner-area .banner-img {
        text-align: center; } }
    @media (max-width: 767px) {
      .home-banner-area .banner-img {
        display: none; } }
  @media (max-width: 991px) {
    .home-banner-area .fullscreen {
      height: 700px !important; } }

.banner-area {
  background: url(../img/banner.jpg) center;
  background-size: cover; }
  .banner-area .banner-content {
    padding: 162px 0; }
    @media (max-width: 767px) {
      .banner-area .banner-content {
        padding: 150px 0 50px; } }
    @media (max-width: 767px) {
      .banner-area .banner-content > .col-lg-12.d-flex {
        display: block !important; } }
    .banner-area .banner-content .left-part h1 {
      margin-bottom: 15px; }
    .banner-area .banner-content .left-part p {
      max-width: 510px; }
    @media (max-width: 767px) {
      .banner-area .banner-content .right-part {
        margin-top: 100px; } }
    .banner-area .banner-content .right-part a {
      color: #fff;
      text-transform: uppercase;
      font-size: 14px; }
      @media (max-width: 767px) {
        .banner-area .banner-content .right-part a {
          color: #222222; } }
    .banner-area .banner-content .right-part span {
      margin: 0 10px;
      color: #fff;
      font-size: 14px; }
      @media (max-width: 767px) {
        .banner-area .banner-content .right-part span {
          color: #222222; } }

.home-banner-content h1 {
  font-size: 60px;
  margin-bottom: 25px; }
  @media (max-width: 991.98px) {
    .home-banner-content h1 {
      font-size: 36px; } }
  @media (max-width: 1199.98px) {
    .home-banner-content h1 {
      font-size: 35px; } }
  @media (max-width: 767px) {
    .home-banner-content h1 {
      margin-top: 50px; } }
.home-banner-content p {
  margin-bottom: 45px; }

.about-area {
  position: relative;
  padding: 150px 0 70px; }
  @media (max-width: 991px) {
    .about-area {
      padding: 20px 0 70px; } }
  .about-area .container:after {
    content: '';
    position: absolute;
    top: 10%;
    right: 36%;
    width: 68%;
    height: 68%;
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    background: -webkit-linear-gradient(to bottom right, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    background: -moz-linear-gradient(to bottom right, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    background: -ms-linear-gradient(to bottom right, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    background: -o-linear-gradient(to bottom right, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    z-index: -1; }
    @media (max-width: 991px) {
      .about-area .container:after {
        content: none; } }

.home-about-left img {
  width: 100%; }
  @media (max-width: 991px) {
    .home-about-left img {
      display: none; } }

.home-about-right h1 {
  padding: 20px 0; }
  @media (max-width: 413px) {
    .home-about-right h1 {
      font-size: 30px; }
      .home-about-right h1 br {
        display: none; } }
.home-about-right p {
  margin-bottom: 40px; }

@media (max-width: 991px) {
  .home-about-right2 {
    margin-top: 50px; } }

.about-bg {background:#358bfe;}
.about-bg h1, .about-bg .col-md-12 p {color:#fff;}
.about-video-area {
  position: relative; }
  .about-video-area .vdo-bg:before, .about-video-area .vdo-bg:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1; }
  .about-video-area .vdo-bg:before {
    left: 0;
    width: 30%;
    background: #f4f5f9; }
  .about-video-area .vdo-bg:after {
    right: 0;
    width: 70%;
    background: #358bfe; }
	.about-video-area h1, .about-video-area .col-md-7 p, .about-video-area .col-md-10 p  {color:#fff;}

.about-video-right {
  background: url(../img/video-bg.jpg) no-repeat center;
  background-size: cover;
  height: 645px; }
  .about-video-right .play-btn {
    z-index: 2; }

.feature-area {
  position: relative; }
  .feature-area:after {
    content: "";
    position: absolute;
    right: 16%;
    bottom: -100px;
    z-index: -1;
    width: 340px;
    height: 340px;
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #358bfe 50%, #358bfe 100%);
    background: -webkit-linear-gradient(to bottom right, transparent 0%, transparent 50%, #358bfe 50%, #358bfe 100%);
    background: -moz-linear-gradient(to bottom right, transparent 0%, transparent 50%, #358bfe 50%, #358bfe 100%);
    background: -ms-linear-gradient(to bottom right, transparent 0%, transparent 50%, #358bfe 50%, #358bfe 100%);
    background: -o-linear-gradient(to bottom right, transparent 0%, transparent 50%, #358bfe 50%, #358bfe 100%); }
    @media (max-width: 991px) {
      .feature-area:after {
        display: none; } }
  .feature-area .single-feature {
   /* min-height:380px;
	padding: 40px 30px;
	background: #fff;
	*/
	display: inline-block;
    text-align: center;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); 
	 
	}

.feature-area .main-feature {
   /* min-height:340px; */
   width:100%;
    padding: 40px 30px;
   	background: #fff;
	display: inline-block;
    text-align: center;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); 
	border: 1px solid #ced4da;
	}

.radius-4 {
	border:2px solid #358bfe;
	border-radius:50%;
	}
.radius150 {	
	width:150px;
	height:150px;
	line-height:180px;
}

.radius110 {	
	width:110px;
	height:110px;
	line-height:130px;
}


.bg-darkblue {background:#1A2E48 !important; }
.bg-blue {background:#358bfe !important; }
.bg-purple {background:#6772e5 !important;}
.bg-white {background:#fff !important;}
.bg-skyblue {background:#DCE6F3 !important;}
.bg-sky {background:#14B5D0 !important;}



.single-feature img {height:85px;}

.st-text {margin-top:30px; text-align:left;}
.st-text h2 {font-size:25px;}
.st-img {text-align:center;}

    @media (max-width: 991px) {
     .feature-area .single-feature {
        margin-bottom: 30px; } }
    .feature-area .single-feature h3 {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      font-size: 21px; }
    .feature-area .single-feature .title .lnr {
      color: #fff;
      font-weight: 600;
      font-size: 24px;
      padding: 30px;
      display: inline-block;
      margin-bottom: 40px; }
    .feature-area .single-feature p {
		text-align:left;
      margin-bottom: 0px;
      margin-top: 20px; }
    .feature-area .single-feature:hover {
    /*  cursor: pointer; */ }
      .feature-area .single-feature:hover h3 {
        color: #46dbf9; }

.fact-area .fact-box {
  box-shadow: 0px 20px 50px rgba(153, 153, 153, 0.2); }

.single-fact {
  text-align: center;
  margin: 45px 0;
  padding: 8px 16px;
  border-right: 1px solid #ddd; }

  @media (max-width: 991px) {
    .single-fact {
      margin: 10px 0;
      padding: 8px 32px; } 
	 .st-text {margin-top:0;}
	 .pt-25 {padding-top:0;}
	.st-img {margin-bottom:40px;}
	  }
  .single-fact:last-child {
    border-right: 0; }
  .single-fact h2 {
    font-size: 36px;
    margin-bottom: 5px; }
    @media (max-width: 991px) {
      .single-fact h2 {
        font-size: 25px; } }
  .single-fact p {
    margin: 0;
    font-size: 14px; }

.testimonials-area {
  position: relative; }
  .testimonials-area.about-page .container::before {
    display: none; }
  .testimonials-area .container:before {
    content: "";
    position: absolute;
    left: 17%;
    bottom: 0;
    z-index: -1;
    width: 340px;
    height: 340px;
    background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #46dbf9 50%, #204be3 100%);
    background: -webkit-linear-gradient(to bottom left, transparent 0%, transparent 50%, #46dbf9 50%, #204be3 100%);
    background: -moz-linear-gradient(to bottom left, transparent 0%, transparent 50%, #46dbf9 50%, #204be3 100%);
    background: -ms-linear-gradient(to bottom left, transparent 0%, transparent 50%, #46dbf9 50%, #204be3 100%);
    background: -o-linear-gradient(to bottom left, transparent 0%, transparent 50%, #46dbf9 50%, #204be3 100%); }
    @media (max-width: 991px) {
      .testimonials-area .container:before {
        display: none; } }
  .testimonials-area .owl-thumb-item {
    margin-right: 20px;
    position: relative; }
    .testimonials-area .owl-thumb-item:last-child {
      margin-right: 0; }
    .testimonials-area .owl-thumb-item.active .overlay-grad {
      opacity: .8; }
    .testimonials-area .owl-thumb-item .overlay-grad {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      cursor: pointer; }
      .testimonials-area .owl-thumb-item .overlay-grad:hover {
        opacity: .8; }

.testi-slider {
  margin: auto; }
  .testi-slider .testi-item {
    text-align: center; }
    .testi-slider .testi-item img {
      width: auto;
      margin: auto; }

.testi-item {
  margin-bottom: 50px; }
  .testi-item h4 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 10px; }
  .testi-item .list {
    margin-bottom: 35px; }
    .testi-item .list li {
      display: inline-block; }
      .testi-item .list li a {
        color: #ffc000;
        font-size: 14px; }
  .testi-item p {
    max-width: 605px;
    margin: auto; }

.screenshot-area {
  position: relative; }
  .screenshot-area .container:after {
    content: '';
    position: absolute;
    top: 20%;
    left: 31%;
    width: 69%;
    height: 188%;
    background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    background: -webkit-linear-gradient(to bottom left, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    background: -moz-linear-gradient(to bottom left, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    background: -ms-linear-gradient(to bottom left, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    background: -o-linear-gradient(to bottom left, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    z-index: -1; }
    @media (max-width: 991px) {
      .screenshot-area .container:after {
        content: none; } }
  .screenshot-area .single-screenshot {
    cursor: pointer; }
    @media (max-width: 991px) {
      .screenshot-area .single-screenshot {
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .screenshot-area .single-screenshot {
        padding: 30px;
        text-align: center; } }

.pricing-area {
  padding: 150px 0;
  position: relative; }
  @media (max-width: 991px) {
    .pricing-area {
      padding: 40px 0 70px; } }
  .pricing-area.pricing-page {
    padding-bottom: 0; }
    .pricing-area.pricing-page:after {
      display: none; }
  .pricing-area:after {
    content: "";
    position: absolute;
    right: 16%;
    bottom: 70px;
    z-index: -1;
    width: 340px;
    height: 340px;
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #46dbf9 50%, #204be3 100%);
    background: -webkit-linear-gradient(to bottom right, transparent 0%, transparent 50%, #46dbf9 50%, #204be3 100%);
    background: -moz-linear-gradient(to bottom right, transparent 0%, transparent 50%, #46dbf9 50%, #204be3 100%);
    background: -ms-linear-gradient(to bottom right, transparent 0%, transparent 50%, #46dbf9 50%, #204be3 100%);
    background: -o-linear-gradient(to bottom right, transparent 0%, transparent 50%, #46dbf9 50%, #204be3 100%); }
    @media (max-width: 991px) {
      .pricing-area:after {
        display: none; } }

.single-price {
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08); }
  @media (max-width: 991px) {
    .single-price {
      margin-bottom: 30px; } }
  .single-price .top-sec {
    border-bottom: 1px solid #eeeeee;
    padding: 40px 40px 22px 40px;
    text-align: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .single-price .top-sec br {
      display: none; }
    @media (max-width: 1024px) {
      .single-price .top-sec br {
        display: block; } }
  .single-price .end-sec {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 40px; }
    .single-price .end-sec ul li {
      margin-bottom: 20px; }
  .single-price .price-btn {
    background: #f9f9ff;
    color: #222222;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single-price:hover {
    cursor: pointer; }
    .single-price:hover .price-btn {
      color: #fff; }
  @media (max-width: 800px) {
    .single-price {
      margin-bottom: 30px; } }

.whole-wrap {
  background-color: #fff; }

.generic-banner {
  margin-top: 60px;
  background-color: #46dbf9;
  text-align: center; }
  .generic-banner .height {
    height: 600px; }
    @media (max-width: 767.98px) {
      .generic-banner .height {
        height: 400px; } }
  .generic-banner .generic-banner-content h2 {
    line-height: 1.2em;
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .generic-banner .generic-banner-content h2 br {
        display: none; } }
  .generic-banner .generic-banner-content p {
    text-align: center;
    font-size: 16px; }
    @media (max-width: 991.98px) {
      .generic-banner .generic-banner-content p br {
        display: none; } }

.generic-content h1 {
  font-weight: 600; }

.about-generic-area {
  background: #fff; }
  .about-generic-area p {
    margin-bottom: 20px; }

.white-bg {
  background: #fff; }

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee; }

.switch-wrap {
  margin-bottom: 10px; }
  .switch-wrap p {
    margin: 0; }

.link-nav {
  margin-top: 10px; }

.about-content {
  margin-top: 120px;
  padding: 120px 0px;
  text-align: center; }
  .about-content h1 {
    font-size: 48px;
    font-weight: 600; }
  .about-content a {
    color: #fff;
    font-weight: 300;
    font-size: 14px; }
  .about-content .lnr {
    margin: 0px 10px;
    font-weight: 600; }

.aboutus-about {
  background: #fff !important; }

.aboutus-cat {
  background: #f9f9ff !important; }

.aboutus-feedback {
  background: #fff; }

.contact-page-area .map-wrap {
  margin-bottom: 120px; }
  @media (max-width: 960px) {
    .contact-page-area .map-wrap {
      margin-bottom: 50px; } }
.contact-page-area .contact-btns {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 40px;
  color: #fff;
  margin-bottom: 30px; }
  .contact-page-area .contact-btns:hover {
    color: #fff; }
.contact-page-area .form-area input {
  padding: 15px; }
.contact-page-area .form-area input, .contact-page-area .form-area textarea {
  border-radius: 0;
  font-size: 12px;
  line-height: 1.2; }
.contact-page-area .form-area textarea {
  height: 178px;
  margin-top: 0px; }
.contact-page-area .form-area .primary-btn {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .contact-page-area .form-area .primary-btn:hover {
    border: 1px solid #46dbf9;
    color: #46dbf9 !important; }
@media (max-width: 960px) {
  .contact-page-area .address-wrap {
    margin-bottom: 50px; } }
.contact-page-area .single-contact-address {
  margin-bottom: 20px; }
  .contact-page-area .single-contact-address h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px; }
  .contact-page-area .single-contact-address .lnr {
    font-size: 30px;
    font-weight: 500;
    color: #46dbf9;
    margin-right: 30px; }

/*
################
               Start Blog Home  Page style
################
*/
.blog-banner-area {
  background: url(../img/elements/blog/blog-banner.jpg) center;
  background-size: cover; }
  .blog-banner-area .overlay-bg {
    background: rgba(0, 0, 0, 0.55); }

.blog-banner-wrap {
  text-align: center; }

.blog-post-list .single-post {
  background: transparent;
  padding: 0px 30px; }

.single-post {
  margin-bottom: 30px; }
  .single-post .tags {
    margin-top: 40px; }
    .single-post .tags li {
      display: inline-block; }
      .single-post .tags li a {
        color: #000; }
      .single-post .tags li:hover a {
        color: #46dbf9; }
  .single-post h1 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .single-post .title h4 {
    margin-bottom: 10px; }
  .single-post .comment-wrap ul li, .single-post .social-wrap ul li {
    display: inline-block;
    margin-right: 15px; }
  @media (max-width: 414px) {
    .single-post .comment-wrap, .single-post .social-wrap {
      margin-top: 10px; } }
  .single-post .comment-wrap ul li a {
    color: #777777; }
  .single-post .social-wrap ul {
    text-align: right; }
    .single-post .social-wrap ul li a i {
      color: #777777; }
      .single-post .social-wrap ul li a i:hover {
        color: #000; }
    @media (max-width: 768px) {
      .single-post .social-wrap ul {
        text-align: left; } }

.single-widget {
  border: 1px solid #eee;
  padding: 40px 30px;
  margin-bottom: 30px; }
  .single-widget .title {
    font-weight: 600;
    margin-bottom: 30px; }

.search-widget i {
  color: #46dbf9; }
.search-widget form.example {
  border: 1px solid #eee; }
.search-widget form.example input[type=text] {
  padding: 10px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  background: #eee; }
.search-widget form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #eee;
  color: white;
  font-size: 17px;
  border: none;
  cursor: pointer; }
.search-widget form.example::after {
  content: "";
  clear: both;
  display: table; }

.protfolio-widget {
  text-align: center; }
  .protfolio-widget h4 {
    padding: 20px 0; }
  .protfolio-widget ul li {
    padding: 15px;
    display: inline-block; }
    .protfolio-widget ul li a i {
      color: #000; }
      .protfolio-widget ul li a i:hover {
        color: #46dbf9; }

.category-widget ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .category-widget ul li h6 {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .category-widget ul li span {
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .category-widget ul li:hover {
    border-color: #46dbf9; }
    .category-widget ul li:hover h6, .category-widget ul li:hover span {
      color: #46dbf9; }

.tags-widget ul li {
  display: inline-block;
  background: #fff;
  border: 1px solid #eee;
  padding: 8px 10px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .tags-widget ul li a {
    font-weight: 300;
    color: #000; }
  .tags-widget ul li:hover {
    background-color: #46dbf9; }
    .tags-widget ul li:hover a {
      color: #fff; }

.recent-posts-widget .single-recent-post .recent-details {
  margin-left: 20px; }
  .recent-posts-widget .single-recent-post .recent-details h4 {
    line-height: 1.5em !important;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .recent-posts-widget .single-recent-post .recent-details p {
    margin-top: 10px; }
.recent-posts-widget .single-recent-post:hover h4 {
  color: #46dbf9; }
@media (max-width: 960px) {
  .recent-posts-widget .single-recent-post {
    margin-bottom: 20px; } }

/*
################
               End Blog Home  Page style
################
*/
/*
################
               Start Blog Details  Page style
################
*/
.nav-area {
  border-bottom: 1px solid #eee; }
  .nav-area a {
    color: #000; }
  .nav-area .nav-left .thumb {
    padding-right: 20px; }
  .nav-area .nav-right {
    text-align: right; }
    .nav-area .nav-right .thumb {
      padding-left: 20px; }
  @media (max-width: 768px) {
    .nav-area .post-details h4 {
      font-size: 14px; } }
  @media (max-width: 466px) {
    .nav-area .nav-right {
      margin-top: 50px; } }

.comment-sec-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px; }
  .comment-sec-area a {
    color: #000; }
  .comment-sec-area .comment-list {
    padding-bottom: 30px; }
    .comment-sec-area .comment-list.left-padding {
      padding-left: 25px; }
  .comment-sec-area .thumb {
    margin-right: 20px; }
  .comment-sec-area .date {
    font-size: 13px;
    color: #cccccc; }
  .comment-sec-area .comment {
    color: #777777; }
  .comment-sec-area .btn-reply {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 8px 30px;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .comment-sec-area .btn-reply:hover {
      background-color: transparent;
      color: #000; }

.commentform-area {
  padding-bottom: 100px; }
  .commentform-area h5 {
    font-weight: 600 !important; }
  .commentform-area .form-control {
    border-radius: 0;
    font-size: 14px;
    font-weight: 400; }
  .commentform-area textarea {
    height: 90%; }
  .commentform-area .form-control {
    border: none;
    background: #f9f9ff; }














/*contact section css*/

.contact .form-control {
    display: inline-block;
    height: 38px;
    padding: 5px 2px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc !important;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-bottom: 2px solid #ddd !important;
}
/*.form-control:focus {
    border-color: #bcefeb;
}*/
.contact .form-control:focus {
    border-bottom: 2px solid #358bfe  !important;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}
.contact .form-control option {color:#888;}

.site-section.contact{
    background:#f4f5f9;
}

.contact-blue{
    background:#1a2e48 !important;
}
.contact-blue .section-title {color:#fff;}
.heading-section p  {color:#fff;}

#358bfe_info_content{
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.01);
}
.contact_info_content h3{
    color:#e74e3e;
    font-weight: 600;
    margin-bottom: 19px;
}
.contact_info_content h4{
    font-weight: 400;
}
.contact_info_content h4{
    margin:0;
    padding: 0;
}
.single_contant_left{
	padding:80px;
	min-height:645px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.single_contact_info{
    margin-bottom:45px;
    overflow: hidden;
}

.main_clogo img {width:80%;}

.main_clogo a {
    height: 100px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    line-height: 100px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0, 0.25);
}

.p_l_r {
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

.padding-top-90 {
    padding-top: 6.429rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}

.sections {
    padding-top: 85px;
    padding-bottom: 105px;
    /* overflow: hidden; */
}

.head_title {
    margin-bottom: 3rem !important;
}



/*
################
               End Blog Details  Page style
################
*/
/* =================================== */
/*  Blog Styles
/* =================================== */
/*============ Start Blog Home Styles  =============*/
.blog_banner {
  min-height: 780px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0px; }
  .blog_banner .banner_inner {
    background: #04091e;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 780px;
    z-index: 1; }
    .blog_banner .banner_inner .overlay {
      background: url(../img/banner-2.jpg) no-repeat scroll center center;
      opacity: .5;
      height: 125%;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      z-index: -1; }
    .blog_banner .banner_inner .blog_b_text {
      max-width: 700px;
      margin: auto;
      color: #fff;
      margin-top: 40px; }
      .blog_banner .banner_inner .blog_b_text h2 {
        font-size: 60px;
        font-weight: 500;
        line-height: 66px;
        margin-bottom: 15px; }
      .blog_banner .banner_inner .blog_b_text p {
        font-size: 16px;
        margin-bottom: 35px; }
      .blog_banner .banner_inner .blog_b_text .white_bg_btn {
        line-height: 42px;
        padding: 0px 45px; }

.blog-page {
  background: #f9f9ff; }

.blog-header-content h1 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 414px) {
    .blog-header-content h1 {
      font-size: 30px; } }
.blog-header-content p {
  margin: 20px 0px; }

.top-category-widget-area {
  background-color: #f9f9ff; }
  .top-category-widget-area .single-cat-widget {
    position: relative;
    text-align: center; }
    .top-category-widget-area .single-cat-widget .overlay-bg {
      background: rgba(0, 0, 0, 0.85);
      margin: 7%;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .top-category-widget-area .single-cat-widget img {
      width: 100%; }
    .top-category-widget-area .single-cat-widget .content-details {
      top: 32%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      color: #fff;
      bottom: 0px;
      position: absolute; }
      .top-category-widget-area .single-cat-widget .content-details h4 {
        color: #fff; }
      .top-category-widget-area .single-cat-widget .content-details span {
        display: inline-block;
        background: #fff;
        width: 60%;
        height: 1%; }
    .top-category-widget-area .single-cat-widget:hover .overlay-bg {
      opacity: .85;
      margin: 7%;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    @media (max-width: 991px) {
      .top-category-widget-area .single-cat-widget {
        margin-bottom: 50px; } }

.post-content-area {
  background-color: #f9f9ff; }
  .post-content-area .single-post {
    margin-bottom: 50px; }
    .post-content-area .single-post .meta-details {
      text-align: right;
      margin-top: 35px; }
      @media (max-width: 767px) {
        .post-content-area .single-post .meta-details {
          text-align: left; } }
      .post-content-area .single-post .meta-details .tags {
        margin-bottom: 30px; }
        .post-content-area .single-post .meta-details .tags li {
          display: inline-block;
          font-size: 14px; }
          .post-content-area .single-post .meta-details .tags li a {
            color: #222222;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
            .post-content-area .single-post .meta-details .tags li a:hover {
              color: #46dbf9; }
      @media (max-width: 1024px) {
        .post-content-area .single-post .meta-details {
          margin-top: 0px; } }
    .post-content-area .single-post .user-name a,
    .post-content-area .single-post .date a,
    .post-content-area .single-post .view a,
    .post-content-area .single-post .comments a {
      color: #777777;
      margin-right: 10px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .post-content-area .single-post .user-name a:hover,
      .post-content-area .single-post .date a:hover,
      .post-content-area .single-post .view a:hover,
      .post-content-area .single-post .comments a:hover {
        color: #46dbf9; }
    .post-content-area .single-post .user-name .lnr,
    .post-content-area .single-post .date .lnr,
    .post-content-area .single-post .view .lnr,
    .post-content-area .single-post .comments .lnr {
      font-weight: 900;
      color: #222222; }
    .post-content-area .single-post .feature-img img {
      width: 100%; }
    .post-content-area .single-post .posts-title h3 {
      margin: 20px 0px; }
    .post-content-area .single-post .excert {
      margin-bottom: 20px; }
    .post-content-area .single-post .primary-btn {
      background: #f9f9ff;
      color: #222222 !important;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border-radius: 0px !important;
      box-shadow: none !important;
      font-weight: 600; }
      .post-content-area .single-post .primary-btn:hover {
        color: #fff !important; }

.posts-list .posts-title h3 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .posts-list .posts-title h3:hover {
    color: #46dbf9; }

.blog-pagination {
  padding-top: 60px;
  padding-bottom: 120px; }
  .blog-pagination .page-link {
    border-radius: 0; }
  .blog-pagination .page-item {
    border: none; }

.page-link {
  background: transparent;
  font-weight: 400; }

.blog-pagination .page-item.active .page-link {
  border-color: transparent;
  color: #fff; }

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #777777;
  border: none; }

.blog-pagination .page-link .lnr {
  font-weight: 600; }

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0; }

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  border-color: #eee; }

.sidebar-widgets {
  padding-bottom: 120px; }

.widget-wrap {
  background: #f9f9ff;
  padding: 20px 0px;
  border: 1px solid #eee; }
  @media (max-width: 991px) {
    .widget-wrap {
      margin-top: 50px; } }
  .widget-wrap .single-sidebar-widget {
    margin: 30px 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee; }
    .widget-wrap .single-sidebar-widget:last-child {
      border-bottom: none;
      margin-bottom: 0px; }
  .widget-wrap .search-widget form.search-form input[type=text] {
    color: #222222;
    padding: 10px 22px;
    font-size: 14px;
    border: 1px solid #cccccc;
    float: left;
    width: 80%;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    background: transparent; }
    .widget-wrap .search-widget form.search-form input[type=text]:focus {
      outline: none; }
  .widget-wrap .search-widget ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222; }
  .widget-wrap .search-widget ::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222; }
  .widget-wrap .search-widget :-ms-input-placeholder {
    /* IE 10+ */
    color: #222222; }
  .widget-wrap .search-widget :-moz-placeholder {
    /* Firefox 18- */
    color: #222222; }
  .widget-wrap .search-widget form.search-form button {
    float: left;
    width: 20%;
    padding: 10px;
    background: transparent;
    color: #222222;
    font-size: 17px;
    border: 1px solid #cccccc;
    cursor: pointer;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px; }
  .widget-wrap .search-widget form.search-form::after {
    content: "";
    clear: both;
    display: table; }
  .widget-wrap .user-info-widget {
    text-align: center; }
    .widget-wrap .user-info-widget a h4 {
      margin-top: 40px;
      margin-bottom: 5px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .widget-wrap .user-info-widget .social-links li {
      display: inline-block;
      margin-bottom: 10px; }
      .widget-wrap .user-info-widget .social-links li a {
        color: #222222;
        padding: 10px;
        font-size: 14px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .widget-wrap .user-info-widget .social-links li a:hover {
          color: #46dbf9; }
  .widget-wrap .popular-post-widget .popular-title {
    background: #fff;
    text-align: center;
    padding: 12px 0px; }
  .widget-wrap .popular-post-widget .popular-post-list {
    margin-top: 30px; }
    .widget-wrap .popular-post-widget .popular-post-list .thumb img {
      width: 100%; }
  .widget-wrap .popular-post-widget .single-post-list {
    margin-bottom: 20px; }
    .widget-wrap .popular-post-widget .single-post-list .details {
      margin-left: 12px; }
      .widget-wrap .popular-post-widget .single-post-list .details h6 {
        font-weight: 600;
        margin-bottom: 10px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .widget-wrap .popular-post-widget .single-post-list .details h6:hover {
          color: #46dbf9; }
      .widget-wrap .popular-post-widget .single-post-list .details p {
        margin-bottom: 0px; }
  .widget-wrap .ads-widget img {
    width: 100%; }
  .widget-wrap .post-category-widget .category-title {
    background: #fff;
    text-align: center;
    text-align: center;
    padding: 12px 0px; }
  .widget-wrap .post-category-widget .cat-list li {
    padding-top: 15px;
    padding-bottom: 8px;
    border-bottom: 2px dotted #eee;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .widget-wrap .post-category-widget .cat-list li p {
      font-weight: 300;
      font-size: 14px;
      margin-bottom: 0px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .widget-wrap .post-category-widget .cat-list li a {
      color: #777777; }
    .widget-wrap .post-category-widget .cat-list li:hover {
      border-color: #222222; }
      .widget-wrap .post-category-widget .cat-list li:hover p {
        color: #222222;
        font-weight: 600; }
  .widget-wrap .newsletter-widget .newsletter-title {
    background: #fff;
    text-align: center;
    text-align: center;
    padding: 12px 0px; }
  .widget-wrap .newsletter-widget .col-autos {
    width: 100%; }
  .widget-wrap .newsletter-widget p {
    text-align: center;
    margin: 20px 0px; }
  .widget-wrap .newsletter-widget .bbtns {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 0; }
  .widget-wrap .newsletter-widget .input-group-text {
    background: #fff;
    border-radius: 0px;
    vertical-align: top; }
    .widget-wrap .newsletter-widget .input-group-text i {
      color: #ccc;
      margin-top: -1px; }
  .widget-wrap .newsletter-widget .form-control {
    height: 40px;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px;
    font-size: 13px;
    color: #ccc;
    padding: 9px;
    padding-left: 0px; }
    .widget-wrap .newsletter-widget .form-control:focus {
      box-shadow: none;
      border-color: #ccc; }
  .widget-wrap .newsletter-widget ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #ccc; }
  .widget-wrap .newsletter-widget ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    color: #ccc; }
  .widget-wrap .newsletter-widget :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    color: #ccc; }
  .widget-wrap .newsletter-widget :-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
    color: #ccc; }
  .widget-wrap .newsletter-widget .text-bottom {
    margin-bottom: 0px; }
  .widget-wrap .tag-cloud-widget .tagcloud-title {
    background: #fff;
    text-align: center;
    text-align: center;
    padding: 12px 0px;
    margin-bottom: 30px; }
  .widget-wrap .tag-cloud-widget ul li {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px 14px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .widget-wrap .tag-cloud-widget ul li:hover {
      background: #222222; }
      .widget-wrap .tag-cloud-widget ul li:hover a {
        color: #fff; }
    .widget-wrap .tag-cloud-widget ul li a {
      font-size: 12px;
      color: #222222; }

/*============ End Blog Home Styles  =============*/



/*============ Start Blog Single Styles  =============*/
.single-post-area {
  padding-top: 80px;
  padding-bottom: 80px; }
  .single-post-area .meta-details {
    margin-top: 20px !important; }
  .single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px; }
    .single-post-area .social-links li a {
      color: #222222;
      padding: 7px;
      font-size: 14px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .single-post-area .social-links li a:hover {
        color: #46dbf9; }
  .single-post-area .quotes {
    margin-top: 20px;
    padding: 30px;
    background-color: white;
    box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1); }
  .single-post-area .arrow {
    position: absolute; }
    .single-post-area .arrow .lnr {
      font-size: 20px;
      font-weight: 600; }
  .single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8); }
  .single-post-area .navigation-area {
    border-top: 1px solid #eee;
    padding-top: 30px; }
    .single-post-area .navigation-area .nav-left {
      text-align: left; }
      .single-post-area .navigation-area .nav-left .thumb {
        margin-right: 20px;
        background: #000; }
        .single-post-area .navigation-area .nav-left .thumb img {
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
      .single-post-area .navigation-area .nav-left .lnr {
        margin-left: 20px;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .single-post-area .navigation-area .nav-left:hover .lnr {
        opacity: 1; }
      .single-post-area .navigation-area .nav-left:hover .thumb img {
        opacity: .5; }
      @media (max-width: 767px) {
        .single-post-area .navigation-area .nav-left {
          margin-bottom: 30px; } }
    .single-post-area .navigation-area .nav-right {
      text-align: right; }
      .single-post-area .navigation-area .nav-right .thumb {
        margin-left: 20px;
        background: #000; }
        .single-post-area .navigation-area .nav-right .thumb img {
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
      .single-post-area .navigation-area .nav-right .lnr {
        margin-right: 20px;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .single-post-area .navigation-area .nav-right:hover .lnr {
        opacity: 1; }
      .single-post-area .navigation-area .nav-right:hover .thumb img {
        opacity: .5; }
  @media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
      padding-bottom: 0px; } }

.comments-area {
  background: #f9f9ff;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px; }
  @media (max-width: 414px) {
    .comments-area {
      padding: 50px 8px; } }
  .comments-area h4 {
    text-align: center;
    margin-bottom: 50px; }
  .comments-area a {
    color: #222222; }
  .comments-area .comment-list {
    padding-bottom: 30px; }
    .comments-area .comment-list:last-child {
      padding-bottom: 0px; }
    .comments-area .comment-list.left-padding {
      padding-left: 25px; }
    @media (max-width: 413px) {
      .comments-area .comment-list .single-comment h5 {
        font-size: 12px; }
      .comments-area .comment-list .single-comment .date {
        font-size: 11px; }
      .comments-area .comment-list .single-comment .comment {
        font-size: 10px; } }
  .comments-area .thumb {
    margin-right: 20px; }
  .comments-area .date {
    font-size: 13px;
    color: #cccccc; }
  .comments-area .comment {
    color: #777777; }
  .comments-area .btn-reply {
    background-color: #fff;
    color: #222222;
    border: 1px solid #eee;
    padding: 8px 30px;
    display: block;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .comments-area .btn-reply:hover {
      background-color: #222222;
      color: #fff; }

.comment-form {
  background: #f9f9ff;
  text-align: center;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px; }
  .comment-form h4 {
    text-align: center;
    margin-bottom: 50px; }
  .comment-form .name {
    padding-left: 0px; }
    @media (max-width: 991px) {
      .comment-form .name {
        padding-right: 0px; } }
  .comment-form .email {
    padding-right: 0px; }
    @media (max-width: 991px) {
      .comment-form .email {
        padding-left: 0px; } }
  .comment-form .form-control {
    padding: 12px;
    background: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 13px;
    color: #777777; }
    .comment-form .form-control:focus {
      box-shadow: none;
      border: 1px solid #eee; }
  .comment-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #777; }
  .comment-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    color: #777; }
  .comment-form :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    color: #777; }
  .comment-form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
    color: #777; }
  .comment-form .primary-btn {
    border-radius: 0px !important; }

/*============ End Blog Single Styles  =============*/
/* =================================== */
/*  Footer Styles
/* =================================== */
#call-to-action {
	background:#1A79EF;
    /* background-image: url(../img/call-to-action.png); */
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
	padding: 100px 0px;
	/* background-position: center bottom; */
	position:relative;
}
#call-to-action h2 {
	font-weight: 400;
    color: #ffffff;
}
#call-to-action h2::after P{margin-bottom:0 !important;}
#call-to-action p {
    font-size: 20px !important;
    font-weight: 300;
    color: #ffffff;
	margin-bottom:0 !important;
    /* 
	opacity: .8;
    margin-bottom: 40px;
	*/
}
#call-to-action .btn-regular {
    background-color: #ffffff!important;
    color: #0095f7!important;
    padding: 15px 45px;
}
.btn-regular {
    background-color: #0095f7;
    color: #ffffff;
    padding: 10px 25px;
    letter-spacing: .1em;
    margin-top: 25px;
    display: inline-block;
}

.footer-area {background: #020911; }
.footer-area .single-footer-widget dd a {font-weight:300;}
.footer-area .single-footer-widget .link-since a {color:#8b8c9f;}
.footer-area .single-footer-widget .link-since a:hover {text-decoration:underline !important;}
.footer-area .single-footer-widget .link-since {margin-top:10px;}
.footer-area h4 {font-weight:400; margin-bottom:30px !important;}
.footer-area h4.f-logo {font-size:22px;}
.single-footer-widget .text-blue a {color:#4f90f1 !important; }
 .text-blue {color:#4f90f1 !important;}
 .text-gray {color:#4f90f1 !important;}

  @media (max-width: 991px) {
    .footer-area .single-footer-widget {
      margin-bottom: 30px; } }
  .footer-area .single-footer-widget h4 {
    color: #fff;
    margin-bottom: 35px; }
    @media (max-width: 1024px) {
      .footer-area .single-footer-widget h4 {
        font-size: 18px; } }
    @media (max-width: 991px) {
      .footer-area .single-footer-widget h4 {
        margin-bottom: 15px; } }
  .footer-area .single-footer-widget ul li {
    margin-bottom: 15px; }
    .footer-area .single-footer-widget ul li a {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      color: #8b8c9f; }
      .footer-area .single-footer-widget ul li a:hover {
        color: #fff; text-decoration:underline !important;}
  .footer-area .single-footer-widget .form-wrap {
    margin-top: 25px; }
  .footer-area .single-footer-widget input {
    height: 40px;
    border: none;
    width: 80% !important;
    font-weight: 300;
    background: #f9f9ff;
    color: #222222;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    padding: 10px; }
    .footer-area .single-footer-widget input:focus {
      outline: none; }
  .footer-area .single-footer-widget .click-btn {
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 12px;
    border: 0; }
    .footer-area .single-footer-widget .click-btn span {
      font-weight: 500; }
  .footer-area .footer-bottom {
    margin-top: 90px; }
    @media (max-width: 991px) {
      .footer-area .footer-bottom {
        margin-top: 20px; } }
    .footer-area .footer-bottom .footer-text {
      color: #fff; }
      .footer-area .footer-bottom .footer-text a,
      .footer-area .footer-bottom .footer-text span {
        color: #46dbf9; }
    .footer-area .footer-bottom span {
      font-weight: 700; }
    .footer-area .footer-bottom .footer-social {
      text-align: center; }
      @media (max-width: 991px) {
        .footer-area .footer-bottom .footer-social {
          text-align: left;
          margin-top: 30px; } }
      .footer-area .footer-bottom .footer-social a {
        background: #3e4876;
        margin-left: 5px;
        width: 40px;
        color: #fff;
        display: inline-grid;
        text-align: center;
        height: 40px;
        align-content: center;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .footer-area .footer-bottom .social-link {
      text-align: right; }
      @media (max-width: 991px) {
        .footer-area .footer-bottom .social-link {
          text-align: left;
          margin-top: 30px; } }
    .footer-area .footer-bottom .buttons p {
      font-size: 12px; }
      .footer-area .footer-bottom .buttons p span {
        font-size: 18px; }

/*# sourceMappingURL=main.css.map */




/* NEW_202002 */
/* main */


#logo a {font-size:24px; color:#fff; font-family: "Open Sans", "Nanum Gothic", "gulim", sans-serif; padding:0;}
#logo a .tag-copy {font-size:20px; vertical-align:top; padding-left:2px;}
.footer-area dl {margin-bottom:20px;}
.footer-area dt {margin-bottom:10px; font-weight:500;}
.footer-area .container {text-align:left !important;}
.footer-area .single-footer-widget .click-btn {background:#358bfe; }
.footer-area {position:relative; background: #020911; font-size:14px; color:#8b8c9f !important;}
.footer-area p {font-size:14px; color:#8b8c9f;}
.footer-area.section-gap {padding: 80px 0;}
.f_copyright {background:#121212; padding:10px 0;}
.f_contact {color:#fff;  font-size:30px; padding-bottom:100px; line-height:32px;}
.f_contact span {font-size:18px;}
.nav-menu > li {top:10px;}
.c-policy {text-align:left; padding-left:0; padding-right:0; margin-bottom:20px;}
.main-banner p {text-align:center; color:#fff; font-weight:300; font-size: 20px !important;  line-height: 1.4em; margin-top:10px;}
.main_case_title .heading {line-height: 1.4em !important;}
.h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    background: -webkit-gradient(linear,left bottom,left top,color-stop(7%,transparent),color-stop(7%,#358bfe),color-stop(15%,#358bfe),color-stop(15%,transparent));
    background: linear-gradient(0deg,transparent 7%,#358bfe 7%,#358bfe 15%,transparent 15%);
}
.copyright {position:relative; background:#000; text-align:center; color:#fff; padding:20px; font-size:13px;}
.copyright a {color:#8b8c9f ;}
.copyright a:hover {color:#8b8c9f ; text-decoration:underline !important;}

.main-banner h2 em {color: #358bfe;}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}
.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
}

.h280 {height:280px !important;}

.site-section {
	border-bottom: 1px solid #ced4da;
	background:#fff;
    padding: 5em 0;
    position: relative;
}


.title-section {
    padding: 7em 0;
    position: relative;
}
.courses-title {
    padding-bottom: 5rem;
    background: #1c1733;
}
.courses-entry-wrap {
    margin-top: -282px;
}
.btn {border-radius:inherit !important}
.bg-yellow {background:#358bfe;}
.btn.bg-yellow {color:#1c1733;}


.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
	text-align:center;
	line-height:35px;
    height: 35px;
    width: 35px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 18px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #8b8c9f;
	 opacity:.8;
	  }

.news_l {border: 1px solid #ced4da; background:#fff; height:100%; clear:both;}
.news_l dt {}
.news_l dt img {float:left; width:30%;}
.date {margin-bottom:0; color:#000; font-weight:600; font-size: 14px !important;}
.date .text-blue {font-weight:600;}

/* ���� */
.page {
width: 100%;
margin-bottom: 7em; 
position:relative;
left:33.3333%;
}
.page.four {
margin-bottom: 0; }
.page .heading {
font-weight: 600;
font-size: 30px;
margin-bottom: 20px;
}

.resume-wrap {
  width: 100%;
  /* margin-bottom: 30px; */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  /* padding-bottom: 10px; */ }
  .resume-wrap .icon {
    width: 50px;
    height: 50px;
    background: #358bfe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .resume-wrap .icon span {
      color: #fff;
      font-size: 28px; }
  .resume-wrap .text {
    width: calc(100% - 50px); }
  .resume-wrap .date {
    font-weight: 700;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    color: #358bfe; }
  .resume-wrap h2 {
    font-size: 35px;
    font-weight: 700; }
  .resume-wrap .position {
    font-size: 16px;
    /* font-weight: 700; */
    color: #000000; }

.ftco-partner {
  padding: 4em 0 !important; }
  .ftco-partner .partner {
    display: block;
    padding: 0 20px; }
    @media (max-width: 991.98px) {
      .ftco-partner .partner {
        padding: 0 70px;
        margin-bottom: 40px; } }

.progress-wrap {
  width: 100%;
  margin-bottom: 30px; }
  .progress-wrap h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500; }

.progress {
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e6e6e6;
  overflow: visible; }

.progress-bar {
  background: #358bfe;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
  position: relative;
  overflow: visible;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .progress-bar:after {
    position: absolute;
    top: -2px;
    right: 0;
    width: 34px;
    height: 34px;
    content: '';
    background: #358bfe;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    opacity: 0; }
  .progress-bar span {
    position: absolute;
    top: -38px;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000; }

.progress-circle .progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative; }

.progress-circle .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0; }

.progress-circle .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1; }

.progress-circle .progress .progress-left {
  left: 0; }

.progress-circle .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0; }

.progress-circle .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left; }

.progress-circle .progress .progress-right {
  right: 0; }

.progress-circle .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right; }

.progress-circle .progress .progress-value {
  position: absolute;
  top: 0;
  left: 0; }

.ftco-hireme {
  background: #358bfe;
  z-index: 0;
  position: relative; }
  .ftco-hireme .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #358bfe;
    opacity: .7; }
  .ftco-hireme h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 900; }
    .ftco-hireme h2 span {
      color: #a0f669; }
  .ftco-hireme p {
    color: rgba(255, 255, 255, 0.9); }





.work_inner {
    margin-bottom: -50px;
}
.work_item {
    text-align: center;
    margin-bottom: 50px;
}
.work_item:hover i {
    background-image: -moz-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
    background-image: -webkit-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
    background-image: -ms-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
}
.work_item i {
    height: 80px;
    width: 80px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    background: #f9f9ff;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #222222;
    margin-bottom: 30px;
}



.main_team_area {
    background: url(../img/teambg.jpg) no-repeat scroll top center;
    background-size: cover;
    position: relative;
    height: 650px;
}
.main_team_area:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: url(../img/teambg2.png) no-repeat bottom center;
}


.main_team ul li:nth-child(1) {
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left: 1%;
    top: 96%;
}
.main_team ul li {
    text-align: center;
}

.main_team ul li .single_team_img img {
    width: 60px;
    height: 60px;
    margin: 20px auto;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px rgba(231, 76, 60, 0.65);
}
li .single_team_text {
    padding: 10px 20px;
    width: 100%;
    opacity: 0;
    transition: all 0.6s;
    text-align: center;
    display: block;
    height: 80px;
}

li .single_team_text h4 {
    margin-bottom: .0rem;
    display: inline-block;
    text-transform: none;
    color: #e74c3c;
}	
li .single_team_text p {
    color: #fff;
}



/* Team section css */
.textwhite {
    color: #fff;
}
.main_team_area{
    background: url(../img/teambg.jpg) no-repeat scroll top center;
    background-size: cover;
    position: relative;
    height: 650px;
}
.main_team_area:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    bottom:0;
    content:"";
    background: url(../img/teambg2.png) no-repeat bottom center;  
}
.main_team ul li{
    text-align: center;

}
.main_team ul li:nth-child(1){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:1%;
    top:96%;
}
.main_team ul li:nth-child(2){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:19%;
    top:85%;
}
.main_team ul li:nth-child(3){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:37%;
    top:87%;
}
.main_team ul li:nth-child(4){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:55%;
    top:97%;
}
.main_team ul li:nth-child(5){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:73%;
    top:94%;
}
.main_team ul li .single_team_img img{
    width:60px;
    height: 60px;
    margin:20px auto;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px rgba(231, 76, 60, 0.65);
}

li:hover .single_team_img img{
    transform: scale(1.08);
}
li:hover .single_team_text{
    opacity: 1;
}
li .single_team_text{
    padding: 10px 20px;
    width:100%;
    opacity:0;
    transition: all 0.6s;
    text-align: center;
    display: block;
    height: 80px;
}
li .single_team_text h4{
    margin-bottom: .0rem;
    display: inline-block;
    text-transform:none ;
    color:#e74c3c;
}
li .single_team_text p{
    color:#fff;
}

/* NEW_202003 */
.ico-scroll {color:#fff; text-align:center; display: block;  margin-bottom: -15px;}
div.MouseScroll {
    position: absolute;
    left: 50%;
    bottom: 70px;
    width: 100px;
    height: 100px;
    margin: 0 0 0 -50px;
    z-index: 2;
}

path.MouseScroll--chevron {
	animation: ChevronAnimation 3s ease infinite;
	transform: translateY(3px)
}

[data-slideInLeft].visible, [data-slideInLeft].invisible,
[data-slideInRight].visible, [data-slideInRight].invisible ,
[data-slideInBottom].visible, [data-slideInBottom].invisible {
    opacity: 1.0;
    transform: translate(0, 0);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

[data-slideInLeft].invisible {
    opacity: 0.0;
    transform: translate(10px, 0);
}

[data-slideInRight].invisible {
    opacity: 0.0;
    transform: translate(-10px, 0);
}

[data-slideInBottom].invisible {
    opacity: 0.0;
    transform: translate(0, 10px);
}

@keyframes ChevronAnimation {
	0% {
		transform: translateY(3px);
		opacity: 1
	}
	50% {
		transform: translateY(8px);
		opacity: 0
	}
	60% {
		transform: translateY(3px);
		opacity: 0
	}
}



	video#bgvid {
		position: fixed; right: 0; bottom: 0; 
		min-width: 100%; min-height: 100%;
		width: auto; height: auto; z-index: -100;
		background: #eeeeee;
		background-size: cover;
		overflow-x:hidden;
}

.contact_info_content h3 {color:#1c1733 !important;}
.contact_info_content h4 {font-size:16px !important; line-height: 1.5em !important;}
.genric-btn.info {background:#358bfe !important;}
.genric-btn.cs {background:#1c1733 !important; color:#fff;}
#frequently-question .left-text h5 {font-size:18px !important; line-height: 1.5rem !important;}
#frequently-question .left-text h3 {line-height:1.4em !important; margin-bottom:40px;}
#frequently-question .left-text p {line-height: 1.5rem !important;}
.site-section.feature-area:after {background:none;}
.box_bg_w {background:#fff; padding:20px; box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); border-radius:5px;}
.genric-btn {padding:0 50px !important;}
.genric-btn:hover {opacity:.9;}
.navbar-default_n.navbar-trans .nav-link.genric-btn:hover {color:#fff;}
.navbar-default_n.navbar-trans .nav-link.genric-btn:before {background:none;}
.main-banner {
	margin-top:62px; 
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 350px;
}
.m-img img {width:100%;}
.main-banner.footer-banner {
	min-height: 200px !important;
}
/* .footer-banner.site-section {padding: 1em 0;} */
.footer-banner .main-btn {padding-top:20px;}
.footer-banner .sub-img h1 {padding-top: 40px !important; padding-bottom:5px;}
.call-text h3 {color:#f8f8f8; font-weight:400;}

.h-40vh {height: 40vh !important;}
.h-20vh {height: 20vh !important;}
.intro-banner {
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100vh;
}
.intro-banner > .section_inner {
    width: 100%;
    height: 100%;
    background-color: rgb(28 81 169 / 65%); /* background-color: rgb(28 30 43 / 75%); */ 
    position: relative;
	padding: 0;
}
}



.intro-banner > .section_inner_sub {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    position: relative;
	padding: 0;
}
}

.section_inner > .container h1 {color:#fff;}
/* .main-img {background-image: url(../img/intro-bg2.jpg); background-position: center top;} */
.sub-img {background-image: url(../img/intro-bg2.jpg); background-position: left top;}
.consulting-img {background-image: url(../img/consulting_bg.jpg); background-position: left center;}
.data-img {background-image: url(../img/data_bg.jpg); }
.casestudy-img {background-image: url(../img/casestudy_banner.jpg);}
.solution-img {background-image: url(../img/solution_bg.jpg); background-position: center top;}
.company-img {background-image: url(../img/company_bg.jpg); }
.box-collapse-wrap {width:100%; }
.form-a .form-control {font-size:1rem !important;}
.form-a .form-control.fz-14 {font-size:14px !important;}
.heading-section p {font-size:16px;}
.heading-section .col-md-7 {flex: 100%; max-width:100%;}

.main-banner h2 {color:#fff; text-align:center; font-weight:400; padding-top:100px;}
.sub-img h1 {color:#fff; text-align:center; font-weight:600; padding-top:100px; font-size:40px; padding-bottom:5px;}
.main-feature-area {position:relative; margin-top:-200px;} 
.sub-feature-area {position:relative; margin-top:0px;}
.card-header-c {
    padding: 0 1rem 1rem 1rem;
}
.card-box-ico {
    padding: 1rem 3rem 1rem 2.5rem;
    border: 5px solid #358bfe;
}
.card-box-ico span {
    font-size: 4rem;
    color: #000000;
}
.title-c {
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: -40px;
}
.feature-area .single-feature .title .lnr {
    color: #fff;
    font-weight: 100;
    font-size: 40px;
    padding: 0px;
	width:75px;
	height:75px;
	line-height:75px;
    display: inline-block;
    margin-bottom: 40px;
}
.genric-btn.success-border {
	width:100%;
	line-height:40px;
	color: #1c1733;
    border: 1px solid #1c1733;
	}
.genric-btn.success-border:hover {
    border: 1px solid #1c1733;
	background:#1c1733;
	}
.main-feature-area p {min-height:150px;}

.line-icon {
	font-family: 'elegant-theme-line';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn_more1 {padding-top:20px;}
.btn_more1 .genric-btn.primary {background:#358bfe;}
.btn_more {margin-top:20px; text-align:left; font-weight:600;}
.btn_more a {display:block;}
.btn_more a:hover {color:#222 !important; text-decoration:underline !important;}
.feature-area .single-feature .title .ico-box {
	background: #358bfe;
    color: #fff;
    font-weight: 100;
    font-size: 40px;
    padding: 0px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    margin-bottom: 40px;
}
.lnr {font-family: 'Linearicons-Free' !important;}
.box-sdw {box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);}
.heading {padding-bottom:20px; padding-top:10px;}

.casestudy-section {padding: 3em 0;position: relative;}
.casestudy_wrap.col-lg-12, .casestudy_wrap.col-md-12, .casestudy_wrap.col-sm-12  {padding-left:0; padding-right:0;}
.casestudy-section .accordion-body dl {margin:20px 0 40px 0;}
.casestudy-section .accordion-body dd {margin:10px 0 40px 0;}

/* data */
.cloud_img img {height:40px; margin-top:40px;}
.cloud_img span {display:inline-block; padding-right:40px;}
.api_img {background:#f8f8f8;  margin-top:20px; text-align:center; padding:30px;}
.api_img span {display:inline-block; padding-right:40px;}
.num_img { vertical-align:bottom; padding-right:10px;}
.num_img img {height:25px;}
.data-bg img {width:100%;}
.st-text-logo {font-size:30px;}
.eg_excel {padding:10px; border:1px solid #282828;}
.eg_excel iframe {width:100%; height:400px;}
.logo_bg {
	width:100%;
    background: #fff;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid #ced4da;
}
.logo_bg li img {/* width:50%; */}
.pd_d1 {/* padding: 1em 0 !important; */}
.pd_d2 {padding: 1em 0 5em 0 !important;}
.pd_d3 {padding: 5em 0 1em 0;}
.data_h1 {font-size:50px; padding:40px 0;}

.logo_bg {padding:20px 0;}
.logo_bg li {height:80px; line-height:80px;}

.main-btn {padding-top:60px;}
.main-btn .genric-btn.info-border {/* background:#358bfe; color:#fff; */ background:#fff;  font-size:22px; font-weight: 400; border-radius:30px !important;}
.main-btn .genric-btn.info-border:hover { font-weight: 400; color:#358bfe;}
.main-btn .genric-btn.info-border 
.main-btn .genric-btn.circle {border-radius: 30px !important;}
.main-btn .genric-btn {padding:10px 80px !important;}

.data-main-list {font-size:16px; text-align:left;  line-height:26px; margin-top:40px;}
.data-pdt-list {margin-top:100px;}
.data-pdt-list h3 {margin-bottom:30px; border-top:1px solid #ced4da; padding-top:30px; text-align:left;}
.data-pdt-list li {font-size:16px; text-align:left;  letter-spacing:-1px; vertical-align:top;  line-height:26px;}
.data-pdt-list.list-t-line li {border-top:1px solid #ced4da; padding-top:30px;}
.data-pdt-list .logo-text {letter-spacing: normal;  color: #222222;  font-size: 18px; font-weight:700;}

.opc-80 {opacity:.8;}
.data-logo {margin-top:40px;}
.data-logo li img {height:35px;}
.data-logo li {/* line-height:40px; */ margin-bottom:30px;}
.fw-400 {font-weight:400;}

/* data-tab */
.data_nav.nav {display:block;}
.data_nav.nav-tabs li {padding:0 !important;}
.data_nav.nav-tabs {margin-top:20px;}
.data_nav.nav-tabs li {border:1px solid #ddd; padding:10px; margin-bottom: -1px; background:#fff;}
.data_nav.nav-tabs .nav-link {border-radius:0; border:none;}
.data_nav.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #358bfe !important;
    border-bottom: 0px important;
    font-size: 16px;
    font-weight: 200;
	border-bottom: 0px !important;
}
.data_nav .nav-link:hover {color:#358bfe;}

.data-feature .genric-btn {
    padding: 6px 0 !important;
    width: 80%;
    line-height: normal;
}
.data-feature .main-feature h2 {font-size: 24px; text-transform: inherit !important; margin-bottom:40px; text-align:left;}
.data-feature .main-feature p {height: 8.5em; /* letter-spacing: -1px; */ text-align:left;}
.data-box-list li {line-height:32px;}
.data-box-list li i {
    font-size: 10px;
    color: #6772e5;
    vertical-align: middle;
}

/* solution */
/* #div1, #div2, #div3 {padding-bottom:5em;} */
.list-box {width: 100%;
    padding: 40px 30px;
    background: #fff;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #ced4da;}
.list-group {
    padding: 20px !important;
    /* border: 1px solid #222; */
    background: #fff;
	}
.fa-exclamation-circle {color: #ff404b;
    font-size: 16px !important;
    margin-right: 5px;
    vertical-align: middle;}
.sol-feature .main-feature h2 {height:2em; /* letter-spacing:-1px; */ font-size:23px;  text-transform: uppercase;}
.sol-feature .main-feature p {height:5.5em; /* letter-spacing:-1px; */}
.tab-content .list-group img {/*  height:30em; padding:20px; */ width:100%;}

.solution-text {padding-top:40px; line-height:20px; clear:both;}
.sol-feature .genric-btn {padding:6px 0 !important; width:80%; line-height: normal;}
.sol-feature .main-feature.down-feature p {height: 10em !important;}

#marketing p {
	line-height:25px;
	margin-bottom:20px;
	font-size: 15px;
    font-weight: 400;
    padding: 0px;
}
#marketing span {
	font-weight: 800;
	color: #358bfe;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.content-box {
	padding: 60px 20px;
}
.img-fluid {box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.ico-none dd .lnr {color:transparent;}
.two, .three {margin:100px 0;}


.ct-pro {text-align:center; }
.ct-pro.ct-pro-f dt {border-style:solid !important; border-width:2px;}
.ct-pro-ico {background:#1a2e48; width:80px; line-height:80px; height:80px; border-radius:50%; text-align:center; position:absolute; left:50%; margin-left:-40px; top:-50px;}
.ct-pro .ct-pro-ico span {font-size:40px; line-height:80px !important;}
.ct-pro-tit p {line-height:100px; font-size:20px !important; color:#fff;}
.ct-pro-tit p.h-none {line-height:20px; margin-top:40px;}
.ct-pro dd {margin-top: .5rem;}
.ct-pro dd  span {font-size:20px !important;  font-weight:600;}
.ct-pro .ct-pro-tit {padding:20px 0; height: 120px;  margin-bottom:40px; background: #1a2e48; color:#fff; font-size:18px; position:relative;}
.ct-pro dt {border:1px dashed #1a2e48; height: 60px; line-height: 60px; font-weight:400; background:#fff;}
.ct-pro dt.ct-hb {height: 80px; line-height: 20px; padding-top:20px;}
.ct-pro .tit-output {background:#fff; border:1px solid #1a2e48;  padding:4px 10px; border-radius:30px;  margin-left:5px; font-size:14px !important; margin-top:10px; display:inline-block; padding: 3px 20px; font-size:14px !important; color: #1a2e48; text-decoration:underline;  font-weight: 500;}
.ct-pro .output {font-weight:500; font-size:16px; color:#1a2e48; text-decoration:underline; margin-left:5px;}


/*
.single-feature__shadow {
    top: 0;
    left: -4rem;
    width: 20rem;
    height: 14rem;
    background: -webkit-radial-gradient(41.61% 41.61% at 55.44% 98.2%,rgba(14, 14, 15, 0.18) 0,rgba(81,80,151,0) 100%);
    background: -o-radial-gradient(41.61% 41.61% at 55.44% 98.2%,rgba(14, 14, 15, 0.18) 0,rgba(81,80,151,0) 100%);
    background: radial-gradient(41.61% 41.61% at 55.44% 98.2%,rgba(14, 14, 15, 0.18) 0,rgba(81,80,151,0) 100%);
    -webkit-transform: matrix(.38,-.93,-.93,-.38,0,0);
    -ms-transform: matrix(.38,-.93,-.93,-.38,0,0);
    transform: matrix(.38,-.93,-.93,-.38,0,0);
}
*/


.line-gradient-long {
    background: -webkit-radial-gradient(34.9% 21% at 50% 100%,rgba(38,46,79,.2) 0,rgba(70,71,133,0) 100%);
    background: -o-radial-gradient(34.9% 21% at 50% 100%,rgba(38,46,79,.2) 0,rgba(70,71,133,0) 100%);
    background: radial-gradient(34.9% 21% at 50% 100%,rgba(38,46,79,.2) 0,rgba(70,71,133,0) 100%);
}

.footer--ver-bg {
    top: -8.125rem;
    right: 0;
    left: 0;
    height: 25rem;
    background: #70d3e9;
    background: -webkit-gradient(linear,left top,right top,from(rgba(112,211,233,.09)),color-stop(69%,rgba(115,113,225,.02)),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(112,211,233,.09) 0,rgba(115,113,225,.02) 69%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(112,211,233,.09) 0,rgba(115,113,225,.02) 69%,rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg,rgba(112,211,233,.09) 0,rgba(115,113,225,.02) 69%,rgba(255,255,255,0) 100%);
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
}

.single-feature__shadow {
    top: 50px;
    left: -4rem;
    width: 10rem;
    height: 4rem;
    background: -webkit-radial-gradient(41.61% 41.61% at 55.44% 98.2%,rgba(14, 14, 15, 0.1) 0,rgba(81,80,151,0) 100%);
    background: -o-radial-gradient(41.61% 41.61% at 55.44% 98.2%,rgba(14, 14, 15, 0.1) 0,rgba(81,80,151,0) 100%);
    background: radial-gradient(41.61% 41.61% at 55.44% 98.2%,rgba(14, 14, 15, 0.1) 0,rgba(81,80,151,0) 100%);
	-webkit-transform: matrix(0,1,-.5,-.0,0,0);
    -ms-transform:matrix(0,1,-.5,-.0,0,0);
    transform: matrix(0,1,-.5,-.0,0,0);
  /*
	-webkit-transform: matrix(.38,-.93,-.93,-.38,0,0);
    -ms-transform: matrix(.38,-.93,-.93,-.38,0,0);
    transform: matrix(.38,-.93,-.93,-.38,0,0);
	*/
}


.pro-section-title {font-size:40px; letter-spacing: -1px; color:#358bfe;}
.top-sq-text {
	color: #737a96;
    border: 1px solid #737a96;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
}

.sol_gif_bg {background:#fff; padding:20px;}

.p-lr-50 {padding:0 50px !important;}
.block_down {margin-top:100px; margin-bottom:100px; text-align:center;}
.block_down h3 {letter-spacing: -1px !important; margin-bottom:20px;}
.block_down p {font-size:14px !important; line-height:22px;}
/* .block_down .text-down { text-decoration:underline !important; font-size:15px;   display:block; color:#358bfe; margin-top:20px;} */
.text-down {font-size:18px;   display:block; color:#6772e5; margin-top:20px; font-weight:600; }
.text-down:hover {text-decoration:underline !important; color:#6772e5; }
.img_down {height:17px; padding-left:7px; margin-bottom:7px;}
.img_down_1 {height:22px; }
.img_link {height:24px;}

.box_bg_w_down h3 {letter-spacing: -1px !important; margin-bottom:20px;}
.box_bg_w_down p {font-size:14px !important; line-height:22px;}
.down-title {/* color:rgba(255,255,255,.8); */  }
.box_bg_w_down .text-down {/* text-decoration:underline; */ font-size:15px; font-weight:600; text-align:right; display:block; color:#358bfe; margin-top:20px;}

.box_bg_w_down {background:#fff;  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); border-radius:5px;}
.box_bg_w_down a {display:block; padding:20px;}
.box_bg_w_down a:hover {background: rgba(11,98,191,.1);}
.pdt-m {margin:80px 0;}
.pdt-left h4 {line-height:28px !important;}



.data-logo li img.slide-icon-decor {
	height: 50px !important;
	margin-right:10px;
    /*
	width: 3.6rem;
    webkit-box-shadow: 0 0.5rem 0.5rem rgba(38,46,79,.05);
    box-shadow: 0 0.5rem 0.5rem rgba(38,46,79,.05);
	*/
}

.slide-icon-decor--1 {
	 bottom: 25%;
    right: 19%;
}
.slide-icon-decor--2 {
    bottom: 45%;
    right: 8%;
}
.slide-icon-decor--3 {
    top: 60%;
    right: 40%;
}
.slide-icon-decor--4 {
    bottom: 9.5%;
    left: 89%;
}
.slide-icon-decor--5 {
   bottom: -2%;
    left: 71%;
}

.product-template .build-section .slide-icon-decor {
    width: 5rem;
    -webkit-box-shadow: 0 0.5rem 0.5rem rgba(38,46,79,.05);
    box-shadow: 0 0.5rem 0.5rem rgba(38,46,79,.05);
}

.look-under-wrapper::before {
    position: absolute;
    top: 1rem;
    right: -20rem;
    left: -20rem;
    height: 40rem;
    background: -webkit-linear-gradient(259.03deg,#1a2e48 9.44%,#1a2e48 22.21%);
    background: -o-linear-gradient(259.03deg,#1a2e48 9.44%,#1a2e48 22.21%);
    background: linear-gradient(190.97deg,#1a2e48 9.44%,#1a2e48 22.21%);
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    content: "";
	z-index:2;
}

.line-gradient--7 {
    height: 28rem;
    background: #eae9f5;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(65,64,122,.4)),to(#fff));
    background: -webkit-linear-gradient(bottom,rgba(65,64,122,.4) 0,#fff 100%);
    background: -o-linear-gradient(bottom,rgba(65,64,122,.4) 0,#fff 100%);
    background: linear-gradient(0deg,rgba(65,64,122,.4) 0,#fff 100%);
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

 .line-gradient--7 {
    top: -15rem;
}

.line-gradient--1 {
   top: -1rem;
	/*  background:#DCE6F3;   */
  background: rgba(11,98,191,.1);
-webkit-transform: rotate(-4deg);
-ms-transform: rotate(-4deg);
    transform: rotate(-deg);
}

.line-gradient--2 {
    top: -.5rem;
    background: rgba(11,98,191,.25);
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}



.line-gradient {
    right: -4rem;
    left: -4rem;
    z-index: -1;
    height: 5rem;
}


/*
@media (min-width: 1440px){
.line-gradient--7 {
    top: -20.5rem;
}
}
@media (min-width: 1200px){
.line-gradient--7 {
    top: -19.4rem;
}
}
@media (min-width: 992px){
.line-gradient--1 {
    top: -11rem;
}
.line-gradient--2 {
    top: -10rem;
}
.line-gradient--7 {
    top: -18.3rem;
}
}
@media (min-width: 768px){
.line-gradient--1 {
    top: -8rem;
}
.line-gradient--2 {
    top: -7rem;
}
.line-gradient--7 {
    top: -17.2rem;
}
}
@media (min-width: 576px){
.line-gradient--7 {
    top: -16.1rem;
}
}
*/
#navi {
   /* top: 70px; */
    position: -webkit-sticky;
    position: sticky;
    margin: 0;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
}

#navi {
/*	top: 180px; */
	position: -webkit-sticky;
	position: sticky;
	margin: 0; }
#navi ul {
	margin: 0;
	padding: 0; }
#navi li {
    margin-top: 5px;
	font-weight: 500;
	list-style: none;
	margin-bottom: 5px; }
#navi li a {
	color: #000000; }
#navi li a.current {
	color: #358bfe;
	margin-left: 20px;
	position: relative; }
#navi li a.current:after {
	position: absolute;
	top: 50%;
	left: -24px;
	width: 20px;
	height: 2px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #358bfe; }

@media (max-width: 768px) {
    .scroll-menu {display:none !important;} 
}


/* accordion */
.ui-accordion-header, .ui-accordion-content {padding:20px;}
.ui-accordion-header-active {background:#fff !important; color:#212529 !important;} 
.ui-accordion-header {padding: 1rem; margin-bottom: 1rem; border-bottom:1px solid #ced4da;  background-color: #fff; color:#b0b7bd;} 
.ui-state-default .icon {float:right; transform: rotate(45deg); /* padding-top: 5px; */} 
.ui-state-active .icon {transform: rotate(-45deg);}
.pdt .product-box {}
.pdt .product-box h3 {margin-bottom:0px; font-size:18px;}




/* scroll menu */
#scrollmenu.scroll-menu {position:fixed; width:100%; z-index:1000; top:62px;text-align:center;display:none; background:#fff; border-bottom:1px solid #010101;}
.scroll-nav {width:100%; }
.scroll-nav li {width:25%;  float:left; line-height:40px;}

 @media (max-width: 768px) {
.ct-pro {margin-bottom:60px;}
.ct-pro1 {display:none;}
.bd-none {border: transparent !important; background: transparent !important; height:0 !important; line-height:0 important;}
.sub-img h1 {font-size:34px;}
.section-title {font-size:28px;}
.clogo {display:none;}
.sol-box-list.min-h360 {min-height:auto;}

}
 @media (min-width: 768px) {

}
/* Tabs*/
.tabs_casestudy {
    padding: 5em 0;
}
#tabs{
    color:#1c1733;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1c1733;
    background-color: transparent;
    border-color: transparent transparent #1c1733;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #1c1733;
    font-size: 20px;
}


@media (max-width: 1300px){
.media_slider {height: 18em !important;}
}



/*  media_slider */ 
.media_slider {
  width: 100%;
  height: 30em;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.media_slider .media_panel {
  width: 100%;
  min-height: 380px;
  position: relative;
}
.media_slider .media_panel li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 30px;
  display: none;
}
.media_panel li:nth-child(1) {
  display: block;
}
.media_btn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
}
.media_btn li {
  float: left;
  width: 20px;
  height: 20px;
  background-color: #888;
  border-radius: 50%;
  text-indent: -9999px;
  margin-right: 20px;
  cursor: pointer;
}
.media_btn .media_on {
  background-color: #358bfe;
}
.media_btn li:hover {
  background-color: #000;
}
.media_btn li:last-child {
  margin-right: 0px;
}
.media_prev {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 32px;
  height: 32px;
  background-color: aqua;
  margin-top: -15px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}
.media_next {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 32px;
  height: 32px;
  background-color: aqua;
  margin-top: -15px;
 background: url(../img/controls.png) no-repeat -43px -32px;
}
/*  media_slider(����) */ 
.media_slider1 {
 /* width: 395px; */
 /* height: 300px; */
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.media_slider1 .media_panel1 {
  width: 100%;
  min-height: 380px;
  position: relative;
}
.media_slider1 .media_panel1 li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 30px;
  display: none;
}
.media_panel1 li:nth-child(1) {
  display: block;
}
.media_btn1 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -55px;
}
.media_btn1 li {
  float: left;
  width: 15px;
  height: 15px;
  background-color: #888;
  border-radius: 50%;
  text-indent: -9999px;
  margin-right: 20px;
  cursor: pointer;
}
.media_btn1 .media_on1 {
  background-color: #000;
}
.media_btn1 li:hover {
  background-color: #000;
}
.media_btn1 li:last-child {
  margin-right: 0px;
}
.media_prev1 {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 32px;
  height: 32px;
  background-color: aqua;
  margin-top: -15px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}
.media_next1 {
  position: absolute;
  right: 10px;
  top: 50%
  width: 32px;
  height: 32px;
  background-color: aqua;
  margin-top: -15px;
 background: url(../img/controls.png) no-repeat -43px -32px;
}

.sol-box-list {margin-top:10px; margin-bottom: 0; padding-top:30px;  /* border-top:1px solid #dde2e7; */ }
.sol-box-list li {font-size:14px; text-align:left; opacity:.8; letter-spacing:-1px; vertical-align:top;  margin-bottom:5px;/* line-height:32px; */ /* background:url(../img/icon_check.svg) no-repeat left; background-size:16px; */}
.sol-box-list li i {font-size:10px; color:#6772e5; vertical-align: middle;}
.sol-box-list span.info-text {display:inline-block;  vertical-align:top;  text-align:left; width:92%; padding-left:5px; }
.font-new {color: #6772e5 !important; font-weight:600;}
.h-space {clear:both; margin-bottom:30px !important;}
.bd-line span {display: inline-block; padding: 0 15px; background: #fff; font-size:18px; font-weight:500;}
.bd-line:after	{content: " ";
    content: " ";
    border: solid 0.5px #6772e5;
    display: block;
    margin: -10px auto;}
.ico-circle {font-size:10px !important; color:#31b5d0; vertical-align: middle;}
.product-box h3 {margin-bottom:30px;}
.product-box dt {margin-bottom:10px;}
.product-box dd {margin-bottom:20px;}
.bd-b {border-bottom:1px solid #ced4da;}


/*
.info-content h3::before {
    content: '';
    left: .28em;
    top: -.2em;
    width: .35em;
    height: 3em;
    background: #ffd500;
    position: absolute;
    webkit-transform: rotate(22deg);
    transform: rotate(22deg);
}
*/

.info-content {position:absolute; background:#1a2e48; color:#fff; padding:8px 10px; top:-10px; border-radius:5px;}
.info-content h5 {color:#fff; margin-bottom:0; font-weight:400; font-size:15px; }

/* consulting */
.ct-table {width:100%; text-align:center; font-size:18px; background:#fff; box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);}
.ct-table th {border:1px solid #ced4da; height:50px;  padding:20px; font-size:18px; background:#f4f5f9; font-weight:500;}
.ct-table td {border:1px solid #ced4da; height:50px; padding:20px; font-size:16px;}
.ct-table td .text-down {margin-top:0;}
.ct-table h2 {font-size:18px; margin-bottom:0; font-weight:500;}
.ct-icon {background:#EAEAEA;}
.ct-icon span {display:block; margin-bottom:5px;}
.ct-icon span.icon-line {font-size:20px; font-weight:600;}
.ct-table .ct-icon {height:80px;}
.ct-table td .smart {display:block; background:#1a2e48; line-height:30px; color:#fff; font-weight:600; /* border-radius:30px; */}
.ct-table td a:hover {opacity:.9;}
.td-b-f {border-bottom: 1px solid #fff !important;}
.ct-pro {position:relative;}
.ct-pro div {/* position:absolute; right:0; top:30%; */}
.ct-pro span {font-size:12px; text-transform: uppercase;}
.ico-arrow span {color:#fff; font-size:18px; padding-top: 20px; display:block;}
.img-100 {width:100%;}
.img-90 {width:90%;}
.img-80 {width:80%;}
.img-60 {width:60%;}
.img-50 {width:50%;}
.img-40 {width:40%;}

.ct-pdt-list {margin-top:30px;}
.ct-pdt-list h3 {margin-bottom:40px; border-top:1px solid #ced4da; padding-top:20px;}
.ct-pdt-list dd {margin-bottom:20px;}
.bd-t-none {border-top:none !important;}

.ct-ed h4 {font-weight:400; font-size:16px; line-height: 1.6em !important;}
/* .ct-ps-bg {width:120px; height:120px; background: #fff; display: inline-block;  text-align: center; box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);  border: 1px solid #ced4da; border-radius:50%;} */ 
.ct-pr .st-img img {height:60px; margin-top: 28px;}


.ct-pr span.info-text {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 92%;
    padding-left: 5px;
}

.ct-pr dd i {
    font-size: 10px;
    color: #1a2e48;
    vertical-align: middle;
	opacity:.8;
}

.color-f {color:#fff !important;}
.color-w {color:#fff; text-align:center;}
.color-w h3 {/* font-size:35px; */ font-weight: 400; }
.color-w .text-down {color:#8d97ff !important;}
.color-w h3,  .color-w p {color:#fff;} 
.color-w p {opacity:.7; font-weight: lighter; font-size:14px !important; padding: 0 80px;}  
.color-w .sub-text {color: #c3c5d0;}

.col-xs-5ths {
    width: 20%;
    float: left;
}

/* .ct_logo {padding:0 80px;} */
.ct_logo img {width:60%;}

.single-feature__ellipse {
    width: 1.6rem;
    height: 1.6rem;
	margin-right:5px;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 5px;
    margin-left: -1.5px;
    background-color: #358bfe;
}

.timeline>li {
    position: relative;
    /* margin-bottom: 50px; */
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 0px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    margin-left: 30px;
    border: 3px solid #358bfe;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fff;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h2 {
	font-size:35px;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-heading li {margin-bottom:10px;}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(max-width:768px) {
	.ct_img {width:100%;}
    .timeline>li .timeline-panel {
    padding: 0 0px 50px 100px;
}
.timeline>li.timeline-inverted>.timeline-panel {
padding: 0 20px 50px 100px;
}
    }


@media(min-width:768px) {
	
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        /* 
		margin-bottom: 100px;
        min-height: 100px;
		*/    
	}

    .timeline>li .timeline-panel {
        float: left;
        width: 45%;
        padding: 0 0px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 20px;
        height: 20px;
        margin-left: -10px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 0px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li { 
        /* min-height: 150px; */
    }

    .timeline>li .timeline-panel {
        padding: 0 0px 20px;
    }

    .timeline>li .timeline-image {
        width: 20px;
        height: 20px;
        margin-left: -10px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 0px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        /* min-height: 170px; */
    }

    .timeline>li .timeline-panel {
        padding: 0 0px 20px 0px;
    }

    .timeline>li .timeline-image {
        width: 20px;
        height: 20px;
        margin-left: -10px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 0px 20px 0px;
    }
}










.ct-div-left {clear:both;}
.ct-div-left div {float:left;}
.ct-div-left div p {}
.ct-radius {border:1px solid #282828; width:150px; height:150px; border-radius:50%; text-align:center;}


.ct-li ul {width:100%;  height:60px; margin-bottom:20px;}
.ct-li li {/* float:left; */ border:1px solid #ddd; display:block; height:60px; }
.ct-li .li-6 li {width:16.6%;}

.sw-theme-arrows .li-5 {width:20%;}
.sw-theme-arrows .li-6 li span {width:16.6%; height:60px; line-height:60px;}
.sw-theme-arrows>ul.step-anchor {
	clear:both;
    display: block;
    border: 0 solid #ccc!important;
    padding: 0;
    background: #f5f5f5;
    /* border-radius: 5px; */
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
}


.sw-theme-arrows>ul.step-anchor>li>span:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.sw-theme-arrows>ul.step-anchor>li.done>span {
    border-color: #358bfe!important;
    color: #fff!important;
    background: #358bfe!important;
}

.sw-theme-arrows>ul.step-anchor>li>span {
    color: #bbb;
    text-decoration: none;
    padding: 0px 0 0px 45px;
    position: relative;
    display: block;
    float: left;
    border-radius: 0;
    outline-style: none;
    background: #ddd;
}
.nav-tabs>li>span {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}


.sw-theme-arrows>ul.step-anchor>li>span:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.sw-theme-arrows>ul.step-anchor>li.done>span:after {
    border-left: 30px solid #358bfe;
}
.sw-theme-arrows>ul.step-anchor>li>span:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ddd;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}


/* company */
.more-btn {text-align:center; /* border-top:2px solid #ced4da; */ background:#fff; margin-top:60px; padding-top:20px;} 
.more-btn a {font-weight:600;}
.top-m-80 {top:-80px;}

/* ����������޹�ħ */
.privacy_body_bg {background:#f8f8f8;}
.privacy_title h2 {padding-bottom:20px;}
.privacy_title li {padding-bottom:20px;}
.privacy_box {padding:40px; margin: 0 auto; background: #fff; -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.3);  -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.3); box-shadow: 1px 1px 4px rgba(0,0,0,.3); }
.privacy_link {margin-top:30px; }
.privacy_link li {position: relative; z-index: 0; /* margin-top: -1px; */  padding: 10px 20px; border-top: 1px solid #e0e0e0;  border-bottom: 1px solid #e0e0e0;}
 .privacy_link li:hover {/* border-top: 1px solid #222;   border-bottom: 1px solid #222; */}
.privacy_link li a {display:block;  height:50px; padding:10px 0; color:#697181; }
.privacy_link li a:hover {text-decoration:none; color:#222;}
.privacy_link_title h3 {font-size:20px;  float:left;}
.privacy_link_title img {vertical-align:middle;}

.privacy_text dt h4 {color:#333; font-size:22px;}
.privacy_text dd {font-weight:normal; font-size:14px; line-height:24px;}

/* ȸ��Ұ� */
.timeline h2.title {
    position: relative;
    margin: 0;
}
.timeline h2.title:before {
    content: "";
    position: absolute;
    left: -27px;
    top: 14px;
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #358bfe;
    border-radius: 14px;
    background: #f9f9f9;
}

.timeline .block {
    margin: 0 0 0 10px;
    border-left: 3px solid #358bfe;
    overflow: visible;
    padding: 10px 15px;
}

.timeline .title, .timeline ul {/* padding-left:50px; */}
.c-symbol img {height:280px;}

@media (max-width: 1000px) {
.about-bg {
   display:none;
	}

}

@media (max-width: 1024px) {
.page {
    left: 0;
	}

}

@media (max-width: 576px) {
.page {
    left: 0;
		}
	}

@media (max-width: 640px) {
.accordion-head {font-size:18px !important;}
.about-video-area .vdo-bg:before {background:#358bfe !important;}
.main-feature-area {margin-top:0;}
.c-symbol img {height:220px;}
.heading-section h1 {font-size:32px;}
.site-section {padding: 3em 0;}
.clogo {display:none;}
.heading-section .mb-5 {margin-bottom: 2rem !important;}
.heading {font-size:20px;}
#frequently-question h3 {font-size:20px;}
.box-collapse-wrap {padding-left: 20px; padding-right: 20px;}
.main-banner {/* margin-top: 55px; */}
.btn-link {
font-size: 1rem !important;
margin-right:15px;
}
	}

@media (max-width: 575px) .box-collapse .title-box-d { left: 20px !important; .right-boxed { right: 40px !important; } }

@media (max-width: 400px) {
.accordion-head span:first-child {width: 250px; display: inline-block;}
}

/* Ȱ���� */
.popular_courses .single_courses {
	border: 1px solid #ced4da;
    margin-bottom: 30px;
   /* -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15); */
}

.popular_courses .single_courses .courses_info {
	background:#fff;
	height: 140px;
    padding: 30px 30px 15px 30px;
}

.popular_courses .single_courses .courses_info span {
    font-size: 14px;
    color: #4D4D4D;
    font-family: "Poppins", sans-serif;
}

.popular_courses .single_courses .courses_info h3 {
    font-size: 16px;
    color: #1F1F1F;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 28px;
    margin-top: 11px;
    margin-bottom: 30px;
}

popular_courses .single_courses:hover .thumb img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.popular_courses .single_courses .thumb img {
	overflow:hidden;
	/* height:12.5em; */
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.popular_courses .single_courses:hover .thumb {
  overflow: hidden;
}

.popular_courses .single_courses:hover .thumb img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.popular_courses .single_courses .thumb {
    overflow: hidden;
}

.popular_courses .course_nav .nav {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 100px;
  border-bottom: 1px solid #E8E8E8;
}

@media (max-width: 767px) {
  
  .popular_courses .course_nav .nav {
    margin-bottom: 30px;
  }
}


.popular_courses .course_nav .nav li a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 30px 0;
  font-size: 16px;
  color: #919191;
}

@media (max-width: 767px) {
  
  .popular_courses .course_nav .nav li a {
    padding: 10px 0;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  
  .popular_courses .course_nav .nav li a {
    font-size: 13px;
  }
}

.popular_courses .course_nav .nav li a.active {
  color: #1F1F1F;
  position: relative;
  z-index: 9;
}

.popular_courses .course_nav .nav li a.active::before {
  content: "";
  background: #358bfe;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  position: absolute;
}

/* scrollup */
.scrollup{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #358bfe;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}

/* news-btn */
.news-btn{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  top:15%;
  right: 25px;
  color: #fff;
  cursor: pointer;
  background-color: #31b5d0; 
  z-index: 1000;
  transition: all .4s;
  
}
.news-btn span{display: none; line-height: 35px; color:#fff; transition: all .2s;transition-delay: 300ms;}
.news-btn:hover {
 width: auto;
 padding:3px 20px;
 height: auto;
 border-radius: 20px;
}
.news-btn:hover span{display: block;transition-delay: 300ms;}
.news-btn:hover img{
  display: none;
}

/* icon */
.main-feature .icon-line {
	font-weight:600;
    color: #1a2e48;
    font-size: 60px;
	display:inline-block;
	padding-bottom:20px;
}

.single-feature .icon-line {
	/* font-weight:600; */
    color: #358bfe;
    font-size: 50px;
	display:inline-block;
	/* padding-bottom:30px; */
}

.single-feature.bg-blue .icon-line {color:#fff; font-size:60px;}

.icon-line {
    font-family: 'elegant-theme-line';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ���޴� */
.floatdiv { 
		z-index:1;
		position:fixed; 
		width:50PX; 
		display:inline-block; 
		right:25px;
		bottom:100px;
		background-color: transparent; 
		margin:0; 
	} 
	.floatdiv li {
		border:1px solid #000
		width: 50px;
		height: 50px;
		border-radius: 50%; 
		margin-bottom:8px;
		background-color: #fff;		
		box-shadow: 2px 2px 3px #ccc;
	}
	.floatdiv a {
		line-height: 50px;
		display:block;
		color:#fff;
		text-align:center;
		vertical-align:middle;
	}
	/* download */
.sol-feature.download .main-feature p {
    height: auto !important;
    letter-spacing: -1px;
}

.sol-feature .main-feature h2 {
    height: auto important;
    font-size: 24px;
    text-transform: inherit !important;
}

/* ���� �����ϱ� 
.btn-ct {
	right: 0;
    position: absolute;
    top: 420px;
    margin-top: -20px;
    bottom: auto;
    transform: rotate(-90deg) translateX(50%) translateY(-50%);
    transform-origin: 100% 50%;
    animation: feedbackSlideLeft .2s linear;
}
*/
.title-info-text {font-size:18px !important; line-height:28px;}
.ico-since {background:#6772e5; padding:2px 10px; border-radius:30px; font-size:12px; display:inline-block; margin-left:5px; font-weight:400; color:#fff;}
.ico-since:hover {color:#fff;}



/* newsletter ������û */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.block {box-sizing: border-box; display: inline-block; *display: inline; zoom: 1; vertical-align: top; float: none; text-align:center; }
.important_visible {display: block !important;}
.span1of1 {width:100%;}
.search-form {position: relative;}
.a_link_line {color:#358bfe; text-decoration:underline !important;}
#mc_embed_signup_scroll {width: 955px; position: relative; margin: 0px auto;}

.form-input {width: 90%; font-weight: normal; margin: 0; padding: 0 18px; border-right: 0; max-width: 730px; background: #fff;  border-radius: 4px ;  font-size: 16px;
outline: 0; height: 49px; line-height: 51px;  border: 3px solid #252c3a; vertical-align: middle;  cursor: auto; font: -webkit-small-control; color: initial; display: inline-block; *display: inline; zoom: 1; text-align: start;}

.form-button {width: 10%; margin: 0; margin-left: -8px; border-radius: 4px;  font-size: 16px; padding: 0; vertical-align: middle;  line-height: 49px; -webkit-appearance: none;
outline: none; color: #fff !important; display: inline-block; *display: inline; zoom: 1; position: relative; border: none; text-align: center; text-decoration: none; max-width: 180px; background: #252c3a; cursor: pointer;}

.input_info {font-size: 15px; margin-top:20px;}

.block_media {box-sizing: border-box; display: inline-block; *display: inline; zoom: 1; vertical-align: top; float: none; text-align:center; margin-top:70px; display:none;}
.block_media .search-form {position: relative;}
.block_media .form-input {width: 70%; font-weight: normal; margin: 0; padding: 0 18px; border-right: 0; max-width: 730px; background: #fff;  border-radius: 4px 0px 0px 4px; box-sizing: border-box; font-size: 16px;
outline: 0; height: 55px; line-height: 51px;  border: 3px solid #252c3a; vertical-align: middle;  cursor: auto; font: -webkit-small-control; color: initial; display: inline-block; *display: inline; zoom: 1; text-align: start;}
.block_media .form-button {width: 30%; margin: 0; border-top-left-radius: 0; border-top-left-radius: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; box-sizing: border-box; font-size: 16px; padding: 0; vertical-align: middle; height: 55px; line-height: 51px; -webkit-appearance: none;
outline: none; color: #fff !important; display: inline-block; *display: inline; zoom: 1; position: relative; border: none; text-align: center; text-decoration: none; max-width: 180px; background: #252c3a;}


.newsletter_year {text-align:center; margin-top:150px; margin-bottom:60px;}
.newsletter_year li {display:inline-block; *display: inline; zoom: 1;}
.newsletter_year li a {border-radius: 33px; padding:8px 40px; font-size:30px; font-weight:500; margin-right:15px; background:#fff; color: #697181;}
.newsletter_year li a:hover {background:#1bbc9b; color:#fff; text-decoration:none;}
.newsletter_year .newsletter_year_active {background:#1bbc9b; color:#fff;}

.newsletter_year_media {clear:both; text-align:center; margin-top:80px; margin-bottom:60px;  display:none;}
.newsletter_year_media li a {display:inline-block; *display: inline; zoom: 1; width:100%; font-size:20px; font-weight:500; background:#1bbc9b; color: #fff; padding:8px 0; margin-bottom:2px;}
.newsletter_year_media li a:hover {background:#1bbc9b; color:#fff; text-decoration:none; opacity: .6;}
.newsletter_year_media .newsletter_year_active {background:#1bbc9b; color:#fff; opacity: .6;}

.rslides_newsletter {position: relative; list-style: none; overflow-y: hidden!important; width: 100%; height: 404px; padding: 0;  margin: 0;  text-align: center;}
.rslides_newsletter li {-webkit-backface-visibility: hidden; position: absolute;  display: none;  width: 100%;  height: 404px;  left: 0;  top: 0;  text-align: center;  overflow-x: hidden;}
.rslides_newsletter li:first-child {position: relative; display: block;}
.rslides_newsletter img {display: block;/* height: 404px; */ float: none;  /*width: 1940px; */ border: 0;  position: absolute;  left: 50%;  margin-left: -970px;}
.product_main_slider .rslides_newsletter img {display: block;  height: 404px;  float: none;  width: 1940px;  border: 0;	top: 0px;  position: absolute;  left: 50%;  margin-left: -970px; }
.newsletter_img {position: relative;}
.newsletter_img_s {display:none;}

.newsletter_container {width: 100%; max-weight: 955px; position: relative; clear:both; background:#fff; padding-bottom:40px;}
.newsletter_container a:hover {text-decoration:none;}
.og-fullimg, .og-details {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0;}
.og-grid {list-style: none; padding: 20px 0; margin: 0 auto; text-align: center; width: 100%; background:#fff;}
.og-grid li {display: inline-block; *display: inline; zoom: 1; margin: 15px 5px 0 5px; vertical-align: top; height: 300px;}
.og-grid h3 {color:#333;}
.og-grid li > a,
.og-grid li > a img {border: none; outline: none; display: block; position: relative;}
.og-grid li.og-expanded > a::after {top: auto; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-bottom-color: #ddd; border-width: 15px; left: 50%; margin: -20px 0 0 -15px;}
.og-expander {position: absolute; background: #ddd; top: auto; left: 0; width: 100%; margin-top: 10px; text-align: left; height: 0; overflow: hidden;}
.og-expander-inner {padding: 50px 30px; height: 100%;}
.og-close {position: absolute; width: 40px; height: 40px; top: 20px; right: 20px; cursor: pointer;}
.og-close::before,
.og-close::after {content: ''; position: absolute; width: 100%; top: 50%; height: 1px; background: #888; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg);}
.og-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);}
.og-close:hover::before,
.og-close:hover::after {background: #333;}
.og-fullimg,
.og-details {width: 47%; float: left; height: 100%; overflow: hidden; position: relative;}
.og-details {padding: 0 40px 0 20px;}
.og-fullimg {text-align: center;}
.og-fullimg img {display: inline-block; *display: inline; zoom: 1; max-height: 100%; max-width: 100%;}
.og-details h3 {font-weight: 300; font-size: 52px; padding: 40px 0 10px; margin-bottom: 10px;}
.og-details p {font-weight: 400; font-size: 15px; line-height: 25px; color: #666;}
.og-details a {font-weight: 600; font-size: 16px; color: #333; text-transform: uppercase; letter-spacing: 2px; padding: 10px 20px; border: 3px solid #333; display: inline-block; *display: inline; zoom: 1; margin: 30px 0 0; outline: none;}
.og-details a::before {content: '\2192'; display: inline-block; *display: inline; zoom: 1; margin-right: 10px;}
.og-details a:hover {border-color: #999; color: #999;}
.og-loading {width: 20px; height: 20px; border-radius: 50%; background: #ddd; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc; position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both; -moz-animation: loader 0.5s infinite ease-in-out both; animation: loader 0.5s infinite ease-in-out both;}


@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (min-width: 700px) {
	.newsletter_img_s {display:none;}
	.newsletter_img {display:block;}
}

@media screen and (max-width: 700px) {
	.newsletter_img_s {display:block;}
	.newsletter_img {display:none;}
}

@media screen and (max-width: 1024px) {
	.block {display:none;}
	.block_media {display:block;}
	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	/* .newsletter_view_btn {display:none;} */
	
	.form-button {margin-top: 20px; display: inline-block; width: 90%; margin-left: 0px; vertical-align: middle;}
}

@media screen and (max-width: 830px) {
	.block {display:none;}
	.block_media {display:block;}
	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }
	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	#mc_embed_signup_scroll {width: auto; position: relative; margin: 0px auto; padding: 0px 20px;}
	/* .newsletter_view_btn {display:none;} */
}

@media screen and (max-width: 650px) {
	.block {display:none;}
	.block_media {display:block;}
	.newsletter_year {display:none;}
	.newsletter_year_media {display:block;}
	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	/* .newsletter_view_btn {display:none;} */
	
}


.subCont_zone{width:100%; }
.subCont_zone a {text-decoration: none !important;}
.newsletter_lstLayout{width:100%; overflow:hidden; margin-bottom:0 !important;} 
.newsletter_lstLayout li{float:left; height:auto; width:25%; border-left:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; margin-left:-1px; position:relative; background:#fff;}

/* IE 7 ��Ÿ�� */
.ie7 .newsletter_lstLayout li{float:left; height:auto; width:25%; border-left:0px !important; border-bottom:1px solid #d9d9d9; margin-left:-1px; position:relative; background:#fff;}

.newsletter_lstLayout li img{width:100%; height:auto;}
.newsletter_lstLayout li div{position:absolute; top:0; left:0; width:100%; height:100%;color:#fff; font-size:16px; display:none;}
.newsletter_lstLayout li div a{width:90%; height:90%; color:#fff; font-size:16px; display:block; padding-top:10%; padding-left:10%; }
.newsletter_lstLayout li div strong{display:block; width:100%; color:#fff; font-size:30px; color:#fff; line-height:35px;}
.newsletter_lstLayout li div code{display:block; width:60px; border-top:6px solid #fff; margin-top:15px; margin-bottom:15px;}
.newsletter_lstLayout li p {margin-top:25px;  margin-left:25px; font-weight:700;}
.newsletter_color1{background:#6c82b3; opacity:0.9; filter:alpha(opacity=90);}
.newsletter_color2{background:#f3c857; opacity:0.9; filter:alpha(opacity=90);}
.newsletter_color3{background:#ea746f; opacity:0.9; filter:alpha(opacity=90);}
.newsletter_color4{background:#31aba4; opacity:0.9; filter:alpha(opacity=90);}
.newsletter_color5{background:#f3c857; opacity:0.9; filter:alpha(opacity=90);}
.newsletter_color6{background:#2ea7c3; opacity:0.9; filter:alpha(opacity=90);}
.newsletter_color7{background:#cb3838; opacity:0.9; filter:alpha(opacity=90);}
.newsletter_color8{background:#49ab40; opacity:0.9; filter:alpha(opacity=90);}
.newsletter_color9{background:#cb4b38; opacity:0.9; filter:alpha(opacity=90);}
.newsletter_color10{background:#3076b4; opacity:0.9; filter:alpha(opacity=90);}
.newsletter_color11{background:#3259ab; opacity:0.9; filter:alpha(opacity=90);}
.newsletter_color12{background:#31a3b4; opacity:0.9; filter:alpha(opacity=90);}

.body_newsletter .footer_container {margin-top:0 !important; padding-top:0 !important;} 


@media only screen and (max-width:768px) {	
	.newsletter_lstLayout li{float:left; width:50%;}	
}

@media only screen and (max-width:700px) {
	.newsletter_lstLayout li{float:left; width:50%;}
}

@media only screen and (max-width:360px) {
	.newsletter_lstLayout li{float:left; width:100%;}	
}

/* footer */

.main-footer--ver-2__line-copyright {
	margin-top: 5rem;
    height: 1px;
    background: #fff;
    background: -webkit-gradient(linear,left top,right top,color-stop(5%,rgba(255,255,255,0)),color-stop(50%,rgba(177,181,211,.3)),color-stop(95%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 5%,rgba(177,181,211,.3) 50%,rgba(255,255,255,0) 95%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 5%,rgba(177,181,211,.3) 50%,rgba(255,255,255,0) 95%);
    background: linear-gradient(90deg,rgba(255,255,255,0) 5%,rgba(177,181,211,.3) 50%,rgba(255,255,255,0) 95%);
}
.copy {margin-top:40px; text-align:center !important; opacity:.8 !important; font-size: 13px;}
.text-gray {color: #8b8c9f !important;}

/* ���� */
@media (max-width: 1000px) { 
.p-lr-50 {margin-bottom:80px;}
.p-lr-50.sol-end {margin-bottom:0px;}
.fz-45 {font-size: 32px !important;}
.single-feature__shadow {display:none;}
.sol-box-list.min-h410 {min-height:auto;}
.section-title {margin-bottom:40px !important;}
.box_bg_w {border-radius:0px; width:100%;}
}

.mo-block {display:none;}

@media (max-width: 991px) { 
.mo-block {display:block;}
.mo-none {display:none;}
}

@media (max-width: 991px) { 
.mo-none {display:none;}
}



/*******2022 ai voucher css********/

@media all and (min-width: 374px) {

  .aivoucher-img img{
    width:80%;
  
  }
  .ai-maintitle{
    font-size: 26px !important;
  }
  .ai-maintxt{
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
  }
  .ai-title{
    font-size:26px !important;
  }
  .ai-info-txt{
    font-size: 14px !important;
  }
  .i-num-txt{
    font-weight:400;
    font-size:18px !important;
    padding:3em 30px 0;
    line-height: 1.5em !important;
  }
  .voucher-banner{
    position: relative;
     padding: 4em 0; 
    background: url(http://img.bizspring.net/2022_aivoucher_newsletter/voucher-bg.jpg) no-repeat; 
    background-size: auto 100%;
  }
  .pro-b-title{
    font-size: 16px !important;
  }
  .pro-b-info{
    font-size: 16px;
  }
  .single_courses img{
    width: 100%;
  }
  .ai-service-box{
    height: auto !important;
    padding-bottom: 20px;
  }
  .service-info{
    padding: 0 15px;
  }
  .ai-service-title{
    font-size: 18px !important;
  }
  .bn_txt{
    color:#fff; 
    font-size:24px !important; 
    line-height: 1.2em !important;
  }
  .c-s-txt{
    padding: 0 ;
  }
  .c-s-txt-d{
    padding: 0 10px;
    font-size: 18px;
    letter-spacing: -1px;
  }

}
@media all and (min-width: 573px){
  .voucher-banner{
    position: relative;
     padding: 4em 0; 
    background: url(http://img.bizspring.net/2022_aivoucher_newsletter/voucher-bg.jpg) no-repeat; 
    background-size: 100% auto;
  }
  .ai-maintitle{
    font-size: 32px !important;
  }
  .ai-maintxt{
    font-size: 20px;
    text-align: center;
  }
  .ai-title{
    font-size:32px !important;
  }
  .ai-info-txt{
    font-size: 18px !important;
  }
  .i-num-txt{
    font-weight:400;
    font-size:20px !important;
    padding:3em 30px 0;
    line-height: 1.5em !important;
  }
  .c-s-txt{
    padding: 0 6em;
  }
  .c-s-txt-d{
    padding: 0 7em;
    font-size: 18px;
    letter-spacing: -1px;
  }
}
@media (min-width: 805px){
  .voucher-banner{
    position: relative;
     padding: 8em 0; 
    background: url(http://img.bizspring.net/2022_aivoucher_newsletter/voucher-bg.jpg) no-repeat; 
    background-size: 100% auto;
  }
  .aivoucher-img img{
    width:auto;
    height: 600px;
  
  }
  
  
}
@media (min-width: 1100px){
  .ai-maintitle{
    padding-top: 0;
    font-size : 40px !important; 
  font-weight:400 !important; 
  text-align : center;
  letter-spacing: -1.5px;
  }
  .fs-maintitle{
    font-size: 36px !important;
  }
  .service-info{
    padding: 0 4em;
  }
}
.ai-main-span{
  font-weight: 600;
}
.ai-maintxt{
  color : #fff; 
  font-weight:300;
}
.ai-title{
  font-size:32px;
  font-weight:500;
  letter-spacing: -1.5px;
}
.ai-info-txt{
  letter-spacing: -0.5px;
}
.aivoucher-img{
  text-align: center;
}
.ai-title-info{
  color : #fff; 
  font-weight:300;
}
.i-circle{
  position:relative;
  width:200px; height:200px; 
  border-radius:100px;
  line-height:200px !important; 
  box-shadow:0 0 15px 8px #f5f5f5;
}
.i-num{
  position:absolute; 
  top:175px; 
  left:50%; 
  transform:translateX(-50%); 
  background-color:#358bfe; 
  width:46px; 
  height:46px; 
  border-radius:23px; 
  color:#fff; 
  line-height:46px;
  font-size:20px;
  font-weight:600;
}
.i-num-txt{
  font-weight:400;
  font-size:20px;
  padding:3em 30px 0;
  letter-spacing: -1px;
  line-height: 1.5em !important;
}
.c-num-txt{
  padding-top:2em !important;
}


.ai-list{
  padding-top:0.5em; 
  margin-left:7px;
}
.ai-service-box{
  height:280px !important;
}
.ai-service-title{
  font-size:22px;
  padding-bottom:10px;
}
.service-info{
  font-size: 16px;
}
.under-bar{
  display: block; 
  width: 40px; 
  height: 2px; 
  border-radius: 2px;  
  background-color: #ced4da; 
  margin: 25px auto;
}
.p-circle{
  background-color:#fafafa;
  width:160px;
  height:160px;
  border-radius:80px;
  line-height:160px !important;
  box-shadow:0 0 15px 8px #f1f1f1;
}
.p-num{
  position:absolute; 
  top:140px; 
  left:50%; 
  transform:translateX(-50%); 
  background-color:#31b5d0; 
  width:40px; 
  height:40px; 
  border-radius:20px; 
  color:#fff; 
  line-height:40px; 
  font-size:18px; 
  font-weight:600;
}

.p-num-txt{
  padding-top:2em;
  line-height: 1.5em !important;
}
.bn_txt{
  color:#fff; 
  font-size:28px !important; 
  padding: 0 20px;
}
.data-ex-05 h3{
  font-size: 18px;
  padding: 20px 0 0;
}
.data-ex-05title{
  font-size: 20px;
}




.ai-s-title{
  margin-bottom:0.5em !important;
}
.ai-s-info{
  font-weight:500; font-size:18px; height:4em;
}
.ai-s-txt{
  font-size: 14px;
  color: #555;
}
.c-s-box-title{
  margin-left:-20px;
}

.s-p-circle{
  background-color:#fff;
  width:160px;
  height:160px;
  border-radius:80px;
  line-height:160px !important;
  box-shadow:0 0 15px 8px #f7f7f7;
}
.data-s02-b{
  background-color: #fff;
  padding:40px 30px;
}
.data-s02-b-1{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -20px;
}
.data-ac-txt{
  font-size: 14px;
}
.data-ex-box4 ul li i{
  color: #1a2e48;
}
.data-ex-icon {
  display: inline-block;
  height: 100px;
}
.data-ex-box4:nth-child(1) .data-ex-icon img{
  width: 100px;
}
.data-ex-box4:nth-child(2) .data-ex-icon img{
  width: 75px;
}
.data-ex-box4:nth-child(3) .data-ex-icon img{
  width: 70px;
}
.d-num{
 display: inline-block;
  background-color:#6772e5; 
  width:32px; 
  height:32px; 
  border-radius:16px; 
  color:#fff; 
  line-height:32px;
  font-size:15px;
  font-weight:600;
  text-align: center;
  margin-right: 5px;
}
.i-col{
  color:#373737;
}

/* GA4 */
.data-feature .main-feature p.ga4-text {height: 4em; font-size:14px;}
.ct-table td .smart {height:100%;}
.pricing h5 {color: var(--color-white); font-weight: normal;}
.pricing ul li {padding: 0;}
.popular_courses .gp_solution .single_courses .thumb img {width:110px; border-radius:50%; margin-top:30px; margin-bottom:10px;}
.popular_courses .gp_solution .single_courses .thumb {text-align:center;}
.popular_courses .gp_solution .single_courses .courses_info {text-align:center; height:auto;  padding: 20px 30px 0 30px;}
.popular_courses .gp_solution .single_courses .courses_info h3 {font-size:24px; font-weight:600;}
.popular_courses .gp_solution .single_courses .courses_info p {font-size:15px !important; text-align:left; margin-top:30px; height: 7rem;}
.popular_courses .gp_solution .single_courses .courses_info span {font-size:12px; font-weight:normal;}
.popular_courses .gp_solution .t-gray {background: #f5f5f5; color: #444 !important;}
.popular_courses .gp_solution .label {letter-spacing: 0.05em; border-radius: 60px; padding: 4px 12px 3px; vertical-align: baseline; font-weight: 500; white-space: nowrap; display: inline; font-size: 12px; line-height: 1;}
.popular_courses .gp_solution .btn-default {color: #333; background-color: #fff; border-color: #ccc;}
.popular_courses .btn.btn-rounded {border-radius: 60px !important;}
.popular_courses .single_courses {background:#fff;}
.w-95p {width:95%;}
.w-100p  {width:100%;}
.ml0 {margin-left:0 !important;}
.mr0 {margin-right:0 !important;}
.popular_courses hr {margin:20px; border: 0; border-top: 1px solid #eee;  opacity: .1;}
.mb40 {margin-bottom:40px !important;}
.dp-table {margin-top:30px;}
.line-h140p {line-height:140% !important;}
.popular_courses .bg-purple {color:#fff;}
.ga-faq .accordion {background:#fff; margin-bottom: 10px;}
.ga-faq .accordion-head {padding: 2rem; font-size:20px;}
.ga-faq .accordion-body {padding:0;}
.ga-faq .accordion-body p {padding: 0 2rem; font-size:18px !important;}
.font-black {color:#000 !important;}
.font-line {text-decoration:underline;}
.ga-faq .link {display:block; margin-top:20px; font-weight:600;}
.ga-faq .link a {text-decoration:underline !important;}
.sale-top {
	background: #FFEB3B;
    width: 150px;
    text-align: center;
    position: absolute;
    top: 0;
    height: 90px;
    font-size: 30px;
    line-height: 60px;
    padding-top: 15px;
    box-shadow: 0 3px 20px -2px rgba(var(--color-black-rgb), 0.5);
    font-weight: 600;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	color: #5858ed;
	left:15px;
	letter-spacing: -1px;
}
.sale-bottom {
	display: inline-block;
    border: 75px solid transparent;
    border-top: 20px solid #FFEB3B;
    position: absolute;
    left: 15px;
    top: 90px;
}
.sale-date {font-size:14px; display:block; margin-bottom:5px; color:#333; font-weight:normal;}
.sale-money {text-decoration: line-through; font-size:30px;}
.sale-color {color:#5858ed !important;}
.sale-vat {display:block; font-size:16px; color:#bebebe; margin-top:20px;}
.ga4-tabs {
    border: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.nav.ga4-tabs li {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px 15px;
}

.ga4-tabs .nav-item {
    margin-bottom: -1px;
}

.nav.ga4-tabs {
  border: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; 
 }
.nav.ga4-tabs li {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0px 15px; 
}
.nav.ga4-tabs li a {
      border: none;
      padding: 0px;
      background: #fff;
      border-radius: 0px;
      text-align: center;
      line-height: 60px;
      border-radius: 5px;
      font-weight: 500;
      color: #222222; 
}
.nav.ga4-tabs li a.active {
        background-image: -moz-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
        background-image: -webkit-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
        background-image: -ms-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
        color: #fff; 
}

.ga4-tabs .made_life_text {
margin-top:40px;
}

.ga4-tabs .made_life_text h6 {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.ga4-tabs  .made_life_text p {
    margin-bottom: 0px;
	color: #777777;
}

.ga4-tabs .left_side_text ul {margin-top:40px;}
.ga4-tabs .left_side_text ul li {margin-top:40px;}
.ga4-tabs .left_side_text ul .bi-check-circle-fill {color: #1877f2;}
.ga4-tabs .img-text {color:#222 !important; font-size:14px !important; margin-top:20px; text-align:center;}


.ga4-service .section-title {margin-bottom:0;}
.ga4-service .title-info-text {margin-bottom:40px;}

.ga4-end-img {text-align:center; }
.ga4-end-img img {width:80%; margin-bottom:120px;}

.ga-ua-end.site-section {background: #4eadff;}
.ga-ua-end h1 {font-size:45px; color:#fff; font-family: "Roboto", sans-serif !important; letter-spacing: -2px;}
.ga-ua-end h5 {font-size:22px; color:#fff; font-weight:400; margin-bottom:20px;}

.ga4-title{
	background: #FF9800;
    color: #fff;
    border-radius: 60px;
    padding: 8px 20px;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 18px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}

.mo-ga4-f {display:none;}

@media (max-width: 673px) {
.pc-ga4-f {display:none;}
.mo-ga4-f {display:block;}
.ga4-service #page-2 {display:none;}
.ga4-service .gp_solution .btn {margin-bottom:10px;}
.ga4-service .section-title {font-size:25px; margin-bottom: 20px !important;}
.ga4-end-img img {margin-bottom:80px;}
.ga4-service .ga-ua-end #remain-time {font-size:32px;}
.ga4-service .ga-ua-end h5 {font-size:18px;}
.ga4-service .sale-top {display:none;}
.ga4-service .sale-bottom {display:none;}
.ga4-service .made_life_text {margin-top:60px;}
.left_side_text ul .bi-check-circle-fill {color: #1877f2;}
.mo-bg-w {background:#fff !important;}
.mo-bg-g {background:#f4f5f9 !important;}
.ga-ua-end h5 {margin-bottom:10px;}
/*
.ga4-service .sale-top {width: 120px; font-size: 22px;}
.ga4-service .sale-date {margin-bottom:0;}
.ga4-service .sale-bottom { 
	display: inline-block;
    border: 60px solid transparent;
    border-top: 20px solid #FFEB3B;
    position: absolute;
    left: 15px;
    top: 90px;
	}
*/
.ga4-service .ga-faq .accordion-head span {width: 80%; display: inline-block;}
.ga4-service .ga-faq .accordion-head i.question-icon {vertical-align: top;}
.ga4-service .ga-faq .icon {width: 10% !important;}
.ga4-service .ga-faq .pb-40 {padding-bottom:0;}

}


/* 메인 롤링 배너 */
.rollingbanner{
    width: 100%;
    height: 400px;
    font-size: .875rem;
    color: #fff;
    letter-spacing: -.075em;
    background-color: #fff;
}
.rollingbanner a{
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
	cursor:default;
}
.rollingbanner > .rolling-wrap{
    position: relative;
    /* width: 1180px; */
    height: 400px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}
.rolling-wrap::before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 51%, rgba(255,255,255,0) 100%);
}
.rolling-wrap::after{
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, rgba(255,255,255,0,0) 0%, rgba(255,255,255,0.75) 51%, rgba(255,255,255,1) 100%);
}

.roller{
    position: absolute;
    height: 100%;
}
.roller > ul{
    margin: 0 0 34px 0;
    list-style: none;
    padding: 9px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.roller > ul > li{
    padding-right: 60px;
}


  /* 오늘 하루 보지 않기 팝업 */
 @media (max-width: 1300px) {
	.main_popup .mo-txt-none  {
    display: none !important; position:sticky;} 
}

 @media (max-width: 900px) {
	.main_popup {
    display: none !important; position:sticky;} 
}

  
.main_popup .gp-banner {color:#fff; padding-top:20px; text-align:center; position: sticky; top:82px;}
.main_popup.on{top:77px;}
.main_popup .gp-banner img {height:70px; margin-top: -10px; margin-right: 5px;}
.main_popup .gp-banner .gp-bn-text {font-size:20px; font-weight:600; margin-right:10px;}
.main_popup .gp-banner a {margin-left:20px; background:#ffe500; color:#222;}
.main_popup {
  background-image: linear-gradient(to right, #338edd, #493bc4); 
  /* height:200px;  */
  padding:20px;
  color:#fff;
  z-index: 1005;
  -webkit-box-shadow: 0px 13px 40px -6px rgb(6 22 38 / 30%);
  top: 90px;
  position:sticky;
  left: 50px;
  display: none;

  &.on {
    display: block;
    background-color: #fff;
  }

  .btn_close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 50px;
    font-size: 0;
    border: 0;
    background: none;

    &::before {
      content: "";
      width: 2px;
      height: 32px;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 15px;
      transform: rotate(45deg);
    }
    &::after {
      content: "";
      width: 32px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      top: 15px;
      left: 0;
      transform: rotate(45deg);
    }
  }
  }


  div.MouseScroll {bottom: 300px;}

/* 20240409 ua-bk */
@media (min-width: 768px) {
	.ua-bk .timeline:before {
		left: 20%;
	}

	.ua-bk .timeline>li .timeline-panel {
		width: 50%;
		margin-right: 20%;
	}

	.ua-bk .timeline>li .timeline-image {
		left: 20%;
	}
}

@media (min-width: 1200px) {
	.ua-bk .timeline>li .timeline-image {
		width: 60px;
		height: 60px;
		margin-left: -30px;
	}
	.ua-bk .timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 0px 80px 0px;
	}
}

.ua-bk .timeline>li .timeline-image {
	padding-top: 2px;
    /* margin-left: 30px; */
    border: 3px solid #358bfe;
	background: #358bfe;
	font-size:30px;
	font-weight:600;
    color: #fff;

}

.timeline-heading i.fa-circle {
    font-size: 10px;
    color: #6772e5;
    vertical-align: middle;
}

.ua-bk-img img {
	margin-top:20px;
	border: 1px solid #ced4da;
	width:100%;
}

.ua-bk-img ol li {
	font-size:16px;
}

.t-red {
	color:#ff5252;
}
.ua-bk .timeline .timeline-heading li {
	font-size:18px;
}
.ua-bk.site-section {padding-bottom:0px;}
.ua-bk ul {margin-bottom:0;}
.t-line {text-decoration:underline;}
.main_popup .gp-banner a {
	background:#ffcb31;
}
.ua-bk-btn {
	text-align:center;
	margin-bottom:80px;
}

.ua-bk-btn button {
	padding:10px 60px !important;
	border-radius: 30px  !important;
	font-weight:600   !important;
	color:#fff   !important;
	background: #358bfe   !important;
	font-size: 20px;
}

.pricing .sv-pricing ul li {
	margin-bottom:20px;
}
.market-data .bi-check-circle-fill {
    margin-top: 5px;
    height: 50px;
	color: #4382ee;
    display: inline-block;
    font-size: 24px;
	float: left;
	margin-right: 10px;
}

.market-data .timeline .timeline-heading h2 {
	font-size:26px;
	margin-bottom:0;
}

.sv-text li {
	font-size:18px; 
	margin-bottom:20px
}

.market-data table.data-table.our-pricing td {
	vertical-align: middle;
}

.market-data table.data-table.our-pricing td i {
    font-size: 40px;
}

.market-data table.data-table td, table.data-table th {
    border: 1px dotted #adb5bd;
    /* border: 1px solid #adb5bd; */
	white-space: normal;
    padding: 10px;
}

.market-data table.data-table tr.tb-bb {
    border-bottom: 1px solid #485664;
}

td.our-pricing {
    background: rgb(127 174 255);
    color: #fff;
}

td.standard {
    background: var(--bs-gray-300);
}

.bd-l-b {border-left: 3px solid #000 !important;}
.bd-r-b {border-right: 3px solid #000 !important;}
.bd-t-b {border-top: 3px solid #000 !important;}
.bd-b-b {border-bottom: 3px solid #000 !important;}
.verticla-m {vertical-align:middle !important;}


/* data intelligence */
.bg-number{font-size: 86px; text-align: center; font-weight: 800; margin-bottom: -45px; font-family: 'Roboto' !important; color: var(--bs-gray-200);}
.pr-40{padding-right:40px;}
.pb120{padding-bottom:120px;}
.palette-box{background: #ffffff;border-radius:12px;padding:25px; margin-bottom:30px; height:100%;}
.palette-box img{width:130px;}
.palette-box h3 span{color: var(--bs-blue);}
.palette-box p{margin-bottom:0;}
.palette-box.var-1{box-shadow: 20px 30px 55px 5px rgb(112 211 202 / 30%);}
.palette-box.var-2{box-shadow: -20px 5px 55px 5px rgb(128 161 255 / 30%);}
.palette-box.var-0{box-shadow: 0 5px 38px rgba(0, 0, 0, .08);}

.gradient-box{padding:25px; background: linear-gradient(145deg, #ffffff, #f4f5f9); border-radius:12px;}
.gradient-box .logo-group{display:flex; margin-top:10px; margin-bottom:50px;}
.gradient-box .logo-group img{width:48px;border-radius: 6px; margin-right:20px; background:#fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .08);}
.gradient-box h4{font-size:20px;}

.t-gray-sub{color: #555; font-weight: 500; font-size: 1.25rem;}
.info-clip{padding: 20px; background:#f4f5f9; border-radius: 6px;}
.info-clip img{width:28px;}
.bs-icon{background: #f4f5f9; width: 65px; padding: 14px; border-radius: 50%; height: 65px;}
.bs-icon img{width:36px;}

.no-shadow{box-shadow:inherit !important;}
.nav-tabs.nav-4 .nav-item{width:25%; text-align:center;}
.nav-tabs.nav-4 .nav-item .nav-link, .nav-tabs.nav-4 .nav-item .nav-link:focus,  .nav-tabs.nav-4 .nav-link.active{font-size:20px; padding:12px 20px; border: 1px solid transparent; color:#222222;}
.nav-tabs.nav-4 .nav-item .nav-link:focus,  .nav-tabs.nav-4 .nav-link.active{color: var(--bs-white); background: var(--bs-blue); border: 1px solid transparent !important; font-weight:400;}
.nav-tabs.nav-4 .nav-item:hover, .nav-tabs.nav-4 .nav-link:hover{border: 1px solid transparent !important; background: #f4f5f9;  color:#222222;}


.data-header-section{margin-top:80px;}
.data-header-section .main-container{padding-top:100px; padding-bottom:100px;}
.data-header-section .main-container .data-mov-bg{background: #e3e6e7;display: inline-block;position: absolute;width:100%;top: 0;left: 0;z-index: -200;height: 100%;}
.data-header-section.visaulizing{background-color: hsla(166.53061224489795, 0%, 100%, 1); background-image: radial-gradient(circle at 40% 20%, hsla(186.08108108108127, 82%, 83%, 0.39) 0%, transparent 50%), radial-gradient(circle at 80% 0%, hsla(189, 0%, 100%, 1) 0%, transparent 50%), radial-gradient(circle at 80% 50%, hsl(241.44deg 100% 78.27% / 32%) 0%, transparent 50%), radial-gradient(circle at 0% 0%, hsla(343, 0%, 100%, 1) 0%, transparent 50%), radial-gradient(circle at 0% 0%, hsla(343, 0%, 100%, 1) 0%, transparent 50%), radial-gradient(circle at 0% 0%, hsla(343, 0%, 100%, 1) 0%, transparent 50%); background-blend-mode: normal, normal, normal, normal, normal, normal;}
.data-header-section.visaulizing .main-container{padding-bottom:0;}
.data-header-section .main-container span{    font-size: 20px !important; font-weight: 400; padding: 3px 20px 5px; border-radius: 32px; background: linear-gradient(45deg, var(--bs-blue), var(--bs-indigo)); color: #fff;  font-family: Segoe UI !important;}
.data-header-section .main-container h1{line-height: 1.2em !important; font-size: 40px;}

.vi-box-1{height:100%;background:#f7f9f9;padding:30px; border-radius:12px;}
.vi-box-2{background:aliceblue;padding:30px; border-radius:12px;}
.vi-box-3{background:#ffffff; height:100%; padding:30px;}
.row.justify-content-center.visualizing{background-image:url(img/visual-data-process.png); background-size:cover;}
.vi-data-process{padding:25px; background:#ffffffaa; box-shadow: 0 0 35px rgba(0,0,0,0.08); border-radius:12px; height:100%;}
.vi-data-process img{width:50px;}
.vi-data-process h1, .vi-data-process h3{font-family: 'Rubik' !important; margin-bottom:10px; color:#b4bcd1b5; font-size:36px;}
.en-box{display: flex; height: 100%; flex-direction: column; justify-content: space-between;}

@media (max-width: 991px) {
  .nav-tabs.nav-4 .nav-item .nav-link, .nav-tabs.nav-4 .nav-item .nav-link:focus,  .nav-tabs.nav-4 .nav-link.active{font-size:14px; padding:8px 14px; border: 1px solid transparent; color:#222222;}
  .nav-tabs.nav-4 .nav-item .nav-link:focus,  .nav-tabs.nav-4 .nav-link.active{color: var(--bs-white); background: var(--bs-blue); border: 1px solid transparent !important; font-weight:400;}
  .data-header-section .main-container h1{font-size: 28px;}
}
/* data intelligence */


    .as-to-area{background: linear-gradient(to right, #a3dcff70 47%, #00a2ff 57%);border-radius: 8px; margin-bottom: 30px;padding: 0;}
	@media (max-width: 991px) {
		.as-to-area{background: linear-gradient(to bottom, #a3dcff70 45%, #00a2ff 55%);}
		.as-is-box, .to-be-box{padding:30px !important;}
	}
	.as-is-box, .to-be-box{padding:25px 60px; height:100%;}
    .as-is-box p{margin-bottom:0;}
    .to-be-box h4, .to-be-box h5{color:#fff;}
    .to-be-box p{color:#fff; margin-bottom:0; opacity: 0.9;}


	.effect-box img{width:56px; margin-bottom: 20px;}
	.effect-box h4{color:#fff; margin-bottom:5px; font-size:22px;}
	.effect-box h5{color:#fff; margin-bottom:5px; font-size:17px;}
	.effect-box p{color:#fff;font-size: 14px !important;}
	.table.mmm .fa.fa-circle.ico-circle{font-size:7px !important;}
	.pricing ul li{white-space:normal;}
	.flex-direction-column{flex-direction:column;}
	.gap-20{gap:20px;}
	.gap-30{gap:30px;}
	.table>:not(:first-child){border-top:0}
	.table>tbody tr:last-child{border-bottom:1px solid #dee2e6;}
	.process-area{background:#f8f9fd; padding:20px; border-radius:4px; width:100%;}
  .section-header h3 span{color:var(--color-blue);}
  .need-contents .answer-box{box-shadow:5px 5px 40px rgba(var(--color-secondary-rgb), 0.15);color:#333; background:#fff; display:flex; flex-direction: row; padding:30px;}
  .need-contents .answer-box h5{font-size:20px;font-weight:700;}
  .need-contents .answer-box p{font-weight:400; font-size:18px;}
  .need-contents .answer-box img{width:100px; height:100px; margin-bottom:0; margin-right:40px;}
  .onfocus h3 span{color: var(--color-yellow);}
  .onfocus p{color: var(--color-white);}
  .high-light{
    display: inline;
    font-weight:500;
    box-shadow: inset 0 -10px 0 #dbfaff; 
    /*-10px은 highlight의 두께*/
  }
  .store-list{background:#f7f8fb; padding:20px; border-radius:4px;}
  .store-list li{margin-bottom:8px;}
  .store-list li:last-child{margin-bottom:0;}.need-contents.flex-wrap{gap:12px;}
  .problem-contents span{color:white; padding: 8px 16px; border-radius:8px; background:rgba(255,255,255,0.14);box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.06);}
	.square-point{margin:15px 0; width:7px; height:7px; background:dodgerblue; display:block;}
  .ai-ad-boxes{width:50%;}
  .ai-ad-boxes>div{padding:15px;border-radius: 8px;background: hsl(0deg 0% 100% / 70%);height:100%;border: 1px solid #e5e6eb;}
  .ai-ad-boxes img{width:40px; margin-bottom:15px;}
  .ai-ad-section-bg{background:radial-gradient(ellipse at 50% 50%, rgb(12 39 145) 0%, transparent 60%), radial-gradient(ellipse at 50% 20%, rgb(0 0 0) 100%, transparent 100%), radial-gradient(ellipse at 70% 30%, #680075 0%, transparent 90%), radial-gradient(ellipse at 50% 100%, #3d54b1 100%, transparent 30%), radial-gradient(ellipse at 10% 100%, rgb(23, 186, 192) 0%, transparent 50%);
background-blend-mode:screen;}
.main-boxes{
	width:100%;}
.main-boxes>div {background:#f4f6ff;
    padding: 20px;
    height: 100%;
    border-radius: 8px;}
.main-boxes.shadow-boxes>div {
    background: #fff;
	border:none;
    box-shadow: 0 4px 12px 0 rgb(95 95 95 / 8%);}
.main-boxes>div img{width:36px; margin-bottom:20px;}
.main-area-1{background:#f0f9f8; border-radius:12px; padding:30px;}
.main-area-2{background:#f1f8ff; border-radius:12px; padding:30px;}
h2.section-title{font-size: 36px;}
@media (max-width: 768px) {
    h2.section-title {
        font-size: 28px;
    }
}