/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Segoe UI', 'Microsoft YaHei', 'wenquanyi micro hei', 'Hiragino Sans GB', 'Hiragino Sans GB W3',
    'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family: 'Gotham SSm', 'PingFang SC', 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05rem;
}

a {
  text-decoration: none !important;
  color: #2890c8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  color: #6f8ba4;
}

::selection {
  background: #2890c8;
  color: #fff;
}

::-moz-selection {
  background: #2890c8;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 80px;
}

.section.colored {
  background: #f5f7f9;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  border-bottom: 1px solid #e9e9e9;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  color: #3b566e;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 400;
  font-size: 30px;
  color: #3b566e;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #eaf3ff;
}

.center-text p {
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
}

.left-text.light {
  color: #eaf3ff;
}

.left-text p {
  margin-bottom: 18px;
}

.left-text p.dark {
  color: #3b566e;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #f5f5f5 !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.btn-primary-line {
  min-width: 160px;
  padding: 0 20px;
  margin: auto;
  display: inline-block;
  height: 44px;
  line-height: 45px;
  text-align: center;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  -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;
  outline: none !important;
  cursor: pointer;
  position: relative;
}

.btn-primary-line:hover {
  background: #fff;
  color: #2890c8;
}

.btn-white-line {
  width: 160px;
  margin: auto;
  display: inline-block;
  height: 44px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 12px;
  color: #2890c8;
  text-transform: uppercase;
  -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;
  outline: none !important;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
}

.btn-white-line:hover {
  background: #e8f7ff;
  color: #2890c8;
}

.btn-primary-line,
.btn-white-line {
  font-size: 14px;
  font-weight: 400;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

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

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

blockquote {
  margin-bottom: 28px;
  padding: 30px;
  padding-top: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f4f8fb;
  overflow: hidden;
}

blockquote .text {
  position: relative;
  text-align: center;
}

blockquote .text p {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 10px !important;
}

blockquote .text:before {
  font-family: FontAwesome;
  content: '\f10d';
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}

blockquote .text:after {
  font-family: FontAwesome;
  content: '\f10e';
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}

blockquote .author {
  color: #3b566e;
  text-align: center;
}

.page-gallery {
  height: 185px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .page-gallery {
    height: 150px;
  }

  .btn-home {
    margin-bottom: 10px;
  }
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
}

.header-area .main-nav {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height: 80px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.13);
}

.header-area .main-nav:before {
  content: '';
  position: absolute;
  width: 95%;
  height: 80px;
  margin: auto;
  left: 0px;
  right: 0px;
  z-index: -1;
  top: 10px;
  background: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.13);
  opacity: 0.62;
  display: none;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 33px;
  margin-left: 30px;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 80px;
  margin-right: 30px;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border: transparent;
}

.header-area .main-nav .nav li a:hover {
  color: #eaf3ff;
}

.header-area .main-nav .nav li a.btn-nav {
  border: 1px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  text-transform: uppercase;
}

.header-area .main-nav .nav li a.btn-nav:hover {
  background: #fff;
  color: #2890c8;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: '\f107';
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #3b566e;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -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;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  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;
  background: #2890c8;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #f5f5f5;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3b566e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3b566e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: '';
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3b566e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3b566e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 24px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #3b566e;
  cursor: pointer;
}

.header-area.header-sticky .nav li a:hover {
  color: #2890c8;
}

.header-area.header-sticky .nav li a.btn-nav,
.btn-primary-line.colored {
  border: 1px solid #2890c8;
  color: #2890c8;
}

.header-area.header-sticky .nav li a.btn-nav:hover {
  background: #2890c8;
  color: #fff;
}

.header-area.header-sticky .nav li.submenu {
  position: relative;
}

.header-area.header-sticky .nav li.submenu:after {
  color: #3b566e;
}

.header-area.header-white {
  background: #fff;
  height: 80px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.header-area.header-white .logo {
  margin-top: 25px;
}

.header-area.header-white .nav {
  margin-top: 20px !important;
}

.header-area.header-white .nav li a {
  color: #3b566e;
}

.header-area.header-white .nav li a:hover {
  color: #2890c8;
}

.header-area.header-white .nav li a.btn-nav {
  border: 1px solid #2890c8;
  color: #2890c8;
}

.header-area.header-white .nav li a.btn-nav:hover {
  background: #2890c8;
  color: #fff;
}

.header-area.header-white .nav li.submenu {
  position: relative;
}

.header-area.header-white .nav li.submenu:after {
  color: #3b566e;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-area .main-nav .nav li.submenu {
    padding-right: 20px;
  }

  .header-area .main-nav .nav li.submenu:after {
    right: 5px;
  }
}

@media (max-width: 991px) {
  .header-area {
    background: #fff;
    height: 80px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-top: 26px !important;
    margin-left: 30px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
    box-shadow: 0 0 0 #000;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    padding-left: 30px !important;
    border: none !important;
    background: #fff !important;
    color: #3b566e !important;
    font-size: 14px !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #f5f5f5 !important;
  }

  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    padding-left: 50px !important;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }

  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
}

.welcome-area:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 3;
}

.welcome-area .right-bg {
  float: right;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 680px;
  max-height: 720px;
  height: 720px;
}

.welcome-area .right-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(135deg, #2973d7 0%, #26acb9 100%);
  opacity: 0.9;
}

.welcome-area .right-bg .img-fluid {
  max-width: unset;
}

.welcome-area .header-text {
  position: absolute;
  width: 100%;
  top: 33%;
  z-index: 4;
  text-align: center;
}

.welcome-area .header-text h1 {
  font-weight: 400;
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 30px;
  color: #fff;
}

.welcome-area .header-text p {
  font-size: 17px;
  color: #eaf3ff;
  line-height: 28px;
  margin-bottom: 40px;
  position: relative;
}

.welcome-area .header-text .btn-white-line {
  margin-right: 5px;
  margin-bottom: 0px;
}

.welcome-area .header-text .btn-primary-line {
  margin-bottom: 0px;
  margin-left: 5px;
  color: #fff;
}

.welcome-area .header-text .btn-primary-line:hover {
  color: #2890c8;
}

@media (max-width: 1024px) {
  .header-text {
    top: 40% !important;
  }
}

@media (max-width: 991px) {
  .welcome-area {
    margin-top: 60px;
    background: #fff;
  }

  .welcome-area .header-text {
    top: 30% !important;
    text-align: center;
  }

  .welcome-area .header-text h1 {
    text-align: center;
    color: #fff;
  }

  .welcome-area .header-text h1 span {
    color: #fff;
  }

  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
  }
}

.welcome-area .header-text .buttons a {
  max-width: 40%;
  min-width: 140px;
}

@media (max-width: 765px) {
  .welcome-area {
    margin-bottom: 100px;
  }

  .welcome-area .header-text {
    top: 18% !important;
  }

  .welcome-area .header-text h1 {
    font-size: 29px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
  }

  .welcome-area .header-text h1 span {
    color: #fff;
  }

  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    min-height: 180px;
  }

  .welcome-area .right-bg {
    min-height: 480px;
    height: 480px;
    overflow: hidden;
    position: relative;
  }
}

/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  display: block;
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 30px;
  text-align: 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;
  position: relative;
  margin-bottom: 30px;
}

.features-small-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #2973d7 0%, #26acb9 100%);
  -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;
  opacity: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.features-small-item:hover:before {
  opacity: 1;
}

.features-small-item:hover .features-title {
  color: #ffffff;
}

.features-small-item:hover p {
  color: #eaf3ff;
}

.features-small-item:hover a span,
.features-small-item:hover a i {
  color: #fff;
}

.features-small-item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #e8f7ff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #2890c8;
}

.features-small-item .features-title {
  font-weight: 400;
  font-size: 18px;
  color: #3b566e;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -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;
}

.features-small-item p {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -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;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.features-small-item a span {
  font-weight: 700;
  font-size: 12px;
  color: #2890c8;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
  margin-right: 10px;
}

.features-small-item a i {
  color: #2890c8;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: -90px;
  z-index: 9;
}

.feature-list {
  margin-bottom: 20px;
  margin-top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

.feature-list .padding-fix {
  padding: 0px;
  background: #fff;
}

.feature-list li {
  float: left;
  width: 100%;
  padding: 45px;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #eaedfb;
  border-bottom: 1px solid #eaedfb;
  background: #fff;
}

.feature-list li h4 {
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  margin-bottom: 20px;
}

.feature-list li p {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 26px !important;
  margin-bottom: 20px !important;
}

.feature-list li .icon {
  width: 30px;
  height: 30px;
  border: 1px solid #6f8ba4;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.feature-list li .icon i {
  float: left;
  margin-top: 9px;
  margin-left: 10px;
  text-align: center;
  font-size: 10px;
}

.feature-list li:hover .list-cover,
.feature-list li.active .list-cover {
  left: 0%;
}

.feature-list li .list-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -100%;
  -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-image: linear-gradient(135deg, #2973d7 0%, #26acb9 100%);
  padding: 45px;
}

.feature-list li .list-cover h4 {
  color: #fff;
  font-weight: 700 !important;
}

.feature-list li .list-cover .hover-list {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.feature-list li .list-cover .hover-list .item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  float: left;
  width: 25%;
}

.feature-list li .list-cover .hover-list .item:hover:before {
  padding-left: 5px;
}

.feature-list li .list-cover .hover-list .item:before {
  font-family: FontAwesome;
  content: '\f105';
  position: absolute;
  top: -1px;
  left: 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;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }

  .feature-list {
    margin-bottom: 60px;
  }

  .feature-list li .list-cover .hover-list .item {
    width: 50%;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.parallax {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.parallax:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: 0.9;
  background-image: linear-gradient(127deg, #2973d7 0%, #26acb9 91%);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.parallax .parallax-content {
  position: relative;
  z-index: 3;
}

.parallax .parallax-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.parallax .parallax-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.parallax .parallax-content .info strong {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 40px;
  display: block;
}

.parallax .parallax-content .info h2 {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 30px;
}

.parallax .parallax-content .info p {
  margin-bottom: 40px;
  color: #eaf3ff;
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
}

.parallax .parallax-content .info p span {
  text-decoration: underline;
}

.parallax .parallax-content .info .btn-white-line {
  margin: auto;
}

.parallax .parallax-content .info .btn-white-line:hover {
  color: #2890c8;
}

.parallax .parallax-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  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;
  min-height: 140px;
}

.parallax .parallax-content .mini-box:hover {
  margin-top: -10px;
}

.parallax .parallax-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 95%;
  opacity: 0.62;
  height: 50%;
  bottom: -5px;
  left: 0px;
  right: 0px;
  margin: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.parallax .parallax-content .mini-box i {
  font-size: 20px;
  background: -webkit-linear-gradient(#2973d7, #26acb9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.parallax .parallax-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #6f8ba4;
}

.parallax .parallax-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  margin-bottom: 5px;
}

.parallax-counter {
  overflow: hidden;
  position: relative;
}

.parallax-counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: 0.9;
  background-image: linear-gradient(127deg, #2973d7 0%, #26acb9 91%);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.parallax-counter .parallax-content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.parallax-counter .parallax-content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.parallax-counter .parallax-content .count-item.elliptical-bottom {
  position: relative;
}

.parallax-counter .parallax-content .count-item.elliptical-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../img/elliptical-bottom.png) center center no-repeat;
  -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;
}

.parallax-counter .parallax-content .count-item.elliptical-top {
  position: relative;
}

.parallax-counter .parallax-content .count-item.elliptical-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../img/elliptical-top.png) center center no-repeat;
  -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;
}

.parallax-counter .parallax-content .count-item:hover strong {
  margin-top: 110px;
}

.parallax-counter .parallax-content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -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;
}

.parallax-counter .parallax-content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }

  .parallax .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }

  .parallax-counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .parallax-counter .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }

  .parallax-counter .parallax-content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .parallax-counter .parallax-content .count-item:hover strong {
    margin-top: 0px;
  }

  .parallax-counter .parallax-content .count-item:before {
    display: none;
  }

  .parallax-counter .parallax-content .count-item:after {
    display: none;
  }

  .parallax-counter .parallax-content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #2890c8;
}

.team-item .user-image {
  width: 58px;
  height: 58px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -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;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 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;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #2890c8;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-top: 25px;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #3b566e;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-image: linear-gradient(135deg, #2973d7 0%, #26acb9 100%);
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: bold;
  font-size: 18px;
  color: #3b566e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #e8f7ff;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 400;
  font-size: 20px;
  color: #2890c8;
  position: relative;
  top: -15px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 400;
  font-size: 34px;
  color: #2890c8;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 700;
  font-size: 14px;
  color: #2890c8;
}

.pricing-item .pricing-body .price-wrapper .period.del {
  text-decoration: line-through;
  font-weight: normal;
  margin-left: 3px;
  font-size: 12px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  padding: 9px 0;
  font-weight: 400;
  font-size: 14px;
  color: #ccc;
}

.pricing-item .pricing-body .list li.active {
  color: #3b566e;
}

.pricing-item .pricing-body .list li span {
  border-bottom: 1px dotted #2890c8;
  cursor: help;
}

.pricing-item .pricing-body .list li:hover,
.pricing-item .pricing-body .list li.hover {
  background-color: #f5f7f9;
  background-color: #e8f7ff;
  background-color: rgb(231, 241, 255);
  cursor: default;
}

.pricing-item .pricing-footer {
  text-align: center;
}

.pricing-item .pricing-footer .btn-primary-line {
  border: 1px solid #2890c8;
  color: #2890c8;
  height: 36px;
  line-height: 36px;
}

.pricing-item .pricing-footer .btn-primary-line:hover {
  background: #2890c8;
  color: #fff;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .img .date {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: linear-gradient(127deg, #2973d7 0%, #26acb9 91%);
  text-align: center;
  border-bottom-right-radius: 3px;
}

.blog-post-thumb .img .date strong {
  color: #fff;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
}

.blog-post-thumb .img .date span {
  color: #fff;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb .blog-content .btn-primary-line {
  border: 1px solid #2890c8;
  height: 36px;
  line-height: 36px;
  color: #2890c8;
}

.blog-post-thumb .blog-content .btn-primary-line:hover {
  background: #2890c8;
  color: #fff;
}

.blog-post-thumb h3 {
  margin-bottom: 10px !important;
}

.blog-post-thumb h3 a {
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  line-height: 26px;
  -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;
}

.blog-post-thumb h3 a:hover {
  color: #2890c8;
}

.blog-post-thumb .post-meta {
  overflow: hidden;
}

.blog-post-thumb .post-meta li {
  float: left;
  margin-right: 30px;
  height: 30px;
  line-height: 30px;
  color: #2890c8;
  font-size: 14px;
}

.blog-post-thumb .post-meta li a {
  color: #2890c8;
}

.blog-post-thumb .post-meta li span {
  display: inline-block;
  margin-right: 5px;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .text.post-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.blog-post-thumb .post-footer {
  overflow: hidden;
  border-bottom: 1px solid #ecf7ff;
  border-top: 1px solid #ecf7ff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  padding-left: 30px;
}

.blog-post-thumb .post-footer ul.share {
  float: right;
  padding-right: 30px;
}

.blog-post-thumb .post-footer ul.share li {
  float: left;
  margin-left: 15px;
}

.blog-post-thumb .post-footer ul.share li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #2890c8;
}

.blog-post-thumb .btn-primary-line {
  margin: auto;
}

.blog-list .blog-post-thumb {
  text-align: left;
}

.blog-list .blog-post-thumb .btn-primary-line {
  width: 100%;
  margin-bottom: 5px;
}

.section-comments {
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 30px;
  padding-bottom: 0px;
}

.section-comments ul {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.section-comments ul li {
  overflow: hidden;
}

.section-comments ul li .avatar {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.section-comments ul li .comment-content {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  float: left;
  width: calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
}

.section-comments ul li .comment-content .comment-by {
  margin-bottom: 10px;
  position: relative;
}

.section-comments ul li .comment-content .comment-by strong {
  display: block;
  color: #3b566e;
}

.section-comments ul li .comment-content .comment-by span {
  font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply {
  position: absolute;
  right: 0px;
  top: 15px;
  background: #f4f8fb;
  color: #6f8ba4;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -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-comments ul li .comment-content .comment-by .btn-reply i {
  font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply:hover {
  background: #2890c8;
  color: #fff;
}

.section-comments ul li ul {
  padding-left: 60px;
}

.post-comment {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 30px;
  padding-bottom: 0px;
  background: #fff;
}

.post-comment .comment-form .form-item {
  margin-bottom: 20px;
}

.post-comment .comment-form .form-item label {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
}

.post-comment .comment-form .form-item input,
.post-comment .comment-form .form-item textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 40px;
  outline: none;
  padding-left: 20px;
  padding-right: 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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.post-comment .comment-form .form-item input:focus,
.post-comment .comment-form .form-item textarea:focus {
  border: 1px solid #2890c8;
}

.post-comment .comment-form .form-item textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.post-comment .comment-form .btn-primary-line {
  border: 1px solid #2890c8;
  color: #2890c8;
  background: #fff;
}

.pagination {
  margin-top: 30px;
}

.pagination .page-item a {
  font-size: 14px;
  color: #2890c8;
  -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;
  margin-left: 3px;
  margin-right: 3px;
  background: #ffffff;
  box-shadow: 0 2px 13px 0 rgba(203, 211, 221, 0.36);
  border: none;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 37px;
  height: 37px;
  line-height: 23px;
  text-align: center;
}

.pagination .page-item a span {
  position: relative;
  z-index: 2;
}

.pagination .page-item a:hover {
  background: #2890c8;
  color: #fff;
}

.pagination .page-item a:hover span {
  color: #fff;
}

@media (max-width: 991px) {
  .blog-post-thumb.big .img {
    height: 350px;
  }

  .post-comment {
    margin-bottom: 60px;
  }

  .pagination {
    margin-bottom: 60px;
  }
}

@media (max-width: 420px) {
  .blog-post-thumb.big .img {
    height: 200px;
  }

  .section-comments ul li ul {
    padding-left: 10px;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-image: linear-gradient(127deg, #2973d7 0%, #26acb9 91%);
  padding-top: 70px;
}

footer img.logo {
  margin-bottom: 10px;
}

footer .text {
  font-weight: 400;
  font-size: 15px;
  color: #f7f8ff;
  line-height: 30px;
  font-style: italic;
}

footer h5 {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}

footer .social {
  overflow: hidden;
  margin-top: 20px;
}

footer .social li {
  float: left;
  font-size: 19px;
  margin-right: 15px;
}

footer .social li a {
  color: #fff;
}

footer .social li a:hover {
  opacity: 0.8;
}

footer .social li a img {
  width: 15px;
  height: 15px;
  transform: translateY(-2px);
}

footer .footer-nav li a {
  display: block;
  overflow: hidden;
}

footer .footer-nav li a:hover span {
  padding-left: 5px;
}

footer .footer-nav li a i {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 12px;
  font-size: 14px;
  color: #fff;
}

footer .footer-nav li a span {
  float: left;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #eaf3ff;
  -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 .address p {
  display: block;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 5px;
}

footer .address p a {
  color: #eaf3ff;
}

footer .address p a[target='_blank']:hover {
  text-decoration: underline !important;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

footer .copyright a {
  color: #fff;
}

footer .copyright .split {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 10px;
  display: inline-block;
  transform: translateY(-1px);
  font-weight: 300;
}

footer .copyright a#wangan {
  background: url(../img/ic_wangan.png) no-repeat 0 -1px;
  padding-left: 24px;
}

@media (max-width: 991px) {
  footer .social {
    margin-bottom: 30px;
  }

  footer h5 {
    margin-bottom: 15px;
  }

  footer .footer-nav {
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
pages
--------------------------------------------- 
*/
.page .cover {
  margin-top: 0px;
  min-height: 305px;
  min-height: 250px;
  min-height: 220px;
  position: relative;
}

.page .cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(127deg, #2973d7 0%, #26acb9 91%);
  z-index: 2;
  opacity: 0.9;
}

.page .cover .cover-top {
  position: absolute;
  width: 100%;
  z-index: 3;
  text-align: center;
  top: 49%;
  top: 56%;
  transform: perspective(1px) translateY(0%);
}

.page .cover .cover-top h1 {
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.page .cover .cover-top p {
  font-weight: 400;
  font-size: 14px;
  color: #eaf3ff;
  line-height: 28px;
  text-transform: uppercase;
}

.page .cover .cover-bottom {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  bottom: -14px;
}

.page .cover .cover-bottom .breadcrumb {
  position: relative;
  z-index: 9;
  float: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  background: #fff;
  display: inline-block;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0px;
}

.page .cover .cover-bottom .breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
}

.page .cover .cover-bottom .breadcrumb li:after {
  font-family: FontAwesome;
  content: '\f105';
  margin-left: 10px;
  color: #6f8ba4;
}

.page .cover .cover-bottom .breadcrumb li:first-child {
  margin-left: 0px;
}

.page .cover .cover-bottom .breadcrumb li:last-child:after {
  content: '';
  margin-left: 0px;
}

.page .cover .cover-bottom .breadcrumb li a {
  font-weight: 400;
  font-size: 14px;
  color: #3b566e;
}

.page .page-bottom {
  padding-top: 110px;
  padding-bottom: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6f8ba4;
  background: #f5f7f9;
  min-height: 400px;
}

.page .page-bottom p {
  margin-bottom: 45px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.page .page-bottom .about {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.page .page-bottom .about h2 {
  font-size: 30px;
  color: #3b566e;
  margin-bottom: 20px;
}

.page .page-bottom .about h3 {
  font-weight: 400;
  font-size: 18px;
  color: #3b566e;
  margin-bottom: 30px;
}

.page .page-bottom .about h5 {
  font-style: italic;
  font-size: 20px;
  color: #6f8ba4;
  text-align: center;
  line-height: 28px;
  margin-top: -20px;
}

.page .page-bottom .about .btn-line {
  width: 160px;
  margin: auto;
  display: inline-block;
  height: 36px;
  line-height: 37px;
  text-align: center;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #2890c8;
  font-weight: 700;
  font-size: 12px;
  color: #2890c8;
  text-transform: uppercase;
  -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;
  outline: none !important;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-weight: normal;
}

.page .page-bottom .about .btn-line:hover {
  background: #2890c8;
  color: #fff;
}

.page .page-bottom .about .about-image {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

.page .page-bottom .about .about-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.26;
  background-image: linear-gradient(135deg, #2973d7 0%, #26acb9 100%);
  z-index: 1;
}

.page .page-bottom .about p {
  margin-bottom: 20px;
}

.page .page-bottom .features-small-item p {
  margin-bottom: 0px !important;
  font-size: 14px !important;
}

.page .page-bottom .page-detail .about {
  margin-bottom: 30px !important;
}

.page .page-bottom .page-detail .about .about-image {
  border-radius: 30px 5px 30px 30px;
}

.page .page-bottom .page-detail .about .about-image:before {
  display: none;
}

.page .page-bottom .page-detail .about .about-text {
  border-radius: 30px 5px 30px 30px;
}

.page .page-bottom .services-post {
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  display: block;
}

.page .page-bottom .services-post:hover .post-content .icon {
  right: 30px;
}

.page .page-bottom .services-post .img {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
  height: 200px;
}

.page .page-bottom .services-post .post-content {
  padding: 25px;
  padding-bottom: 5px;
  padding-top: 35px;
  position: relative;
}

.page .page-bottom .services-post .post-content h3 {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  -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-image: linear-gradient(135deg, #2973d7 0%, #26acb9 100%);
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: -50px;
  margin-bottom: 20px;
}

.page .page-bottom .services-post .post-content .text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 26px;
  margin-bottom: 20px;
}

.page .page-bottom .services-post .post-content .text.post-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

@media (max-width: 991px) {
  .page .page-bottom .about .about-image {
    height: auto;
  }

  .page .page-bottom .about .about-image .img-1 {
    position: relative;
    margin-bottom: 30px;
  }

  .page .page-bottom .about .about-image .img-2 {
    position: relative;
  }
}

/* 
---------------------------------------------
faq
--------------------------------------------- 
*/
.faq-wrapper .faq-header {
  padding-bottom: 60px;
  margin-bottom: 55px;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}

.faq-wrapper .faq-header h2 {
  font-weight: 400;
  font-size: 30px;
  color: #2890c8;
  margin-bottom: 20px;
  text-align: center;
}

.faq-wrapper .faq-header .search {
  height: 50px;
  position: relative;
}

.faq-wrapper .faq-header .search input {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0px;
  border: none;
  background: #fff;
  outline: none;
  top: 5px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 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;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  z-index: 1;
}

.faq-wrapper .faq-header .search input:focus {
  padding-left: 30px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

/* .faq-wrapper .faq-header .search input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
}

.faq-wrapper .faq-header .search input:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
} */

.faq-wrapper .faq-header .search button {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background-image: linear-gradient(135deg, #2973d7 0%, #26acb9 100%);
  color: #fff;
  outline: none;
  cursor: pointer;
}

.faq .card {
  border: none;
  background: none;
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  padding-left: 30px;
  padding-right: 30px;
  -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;
}

.faq .card .card-header:hover {
  background: #2890c8;
}

.faq .card .card-header:hover .faq-title {
  color: #fff;
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  font-weight: 400;
  font-size: 15px;
  color: #3b566e;
  text-decoration: none !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;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-bottom: 16px;
  padding-top: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
}

.faq .card .card-body .content {
  border-top: 1px solid #e4eff9;
  padding-top: 30px;
}

.faq .card .card-body p {
  margin-bottom: 14px;
  font-size: 14px !important;
  line-height: 28px !important;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

/* 
---------------------------------------------
aside
--------------------------------------------- 
*/
aside.default-aside {
  -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;
}

aside.default-aside .sidebar ul {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}

aside.default-aside .sidebar ul li {
  position: relative;
}

aside.default-aside .sidebar ul li:hover:before,
aside.default-aside .sidebar ul li:hover:after,
aside.default-aside .sidebar ul li.active:before,
aside.default-aside .sidebar ul li.active:after {
  opacity: 1;
}

aside.default-aside .sidebar ul li:hover a:after,
aside.default-aside .sidebar ul li.active a:after {
  color: #fff;
}

aside.default-aside .sidebar ul li:hover a:hover,
aside.default-aside .sidebar ul li.active a:hover {
  padding-left: 70px;
}

aside.default-aside .sidebar ul li:nth-child(even) {
  background: #f5f7f9;
}

aside.default-aside .sidebar ul li:last-child a {
  border: none;
}

aside.default-aside .sidebar ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: #2890c8;
  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;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

aside.default-aside .sidebar ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  -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;
  position: relative;
}

aside.default-aside .sidebar ul li a:hover {
  padding-left: 70px;
}

aside.default-aside .sidebar ul li a:after {
  font-family: FontAwesome;
  content: '\f105';
  position: absolute;
  left: 23px;
  color: #6f8ba4;
}

aside.default-aside .sidebar ul li a span {
  float: right;
  margin-right: 30px;
  display: inline-block;
  background: #f0f0f0;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  color: #6f8ba4;
  margin-top: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

aside.default-aside .sidebar .search-widget {
  margin-bottom: 30px;
  margin-top: -5px;
}

aside.default-aside .sidebar .search-widget .search {
  height: 50px;
  position: relative;
}

aside.default-aside .sidebar .search-widget .search input {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0px;
  border: none;
  background: #fff;
  outline: none;
  top: 5px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 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;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  z-index: 1;
}

aside.default-aside .sidebar .search-widget .search input:focus {
  padding-left: 30px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

aside.default-aside .sidebar .search-widget .search input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
}

aside.default-aside .sidebar .search-widget .search input:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
}

aside.default-aside .sidebar .search-widget .search button {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background-image: linear-gradient(135deg, #2973d7 0%, #26acb9 100%);
  color: #fff;
  outline: none;
  cursor: pointer;
}

aside.default-aside .sidebar .widget-tags {
  padding: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

aside.default-aside .sidebar .widget-tags a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f5f5f5;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #3b566e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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;
}

aside.default-aside .sidebar .widget-tags a:hover {
  background: #2890c8;
  color: #fff;
}

aside.default-aside .sidebar .box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  height: 230px;
  position: relative;
  margin-bottom: 30px;
}

aside.default-aside .sidebar .box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #2973d7 0%, #26acb9 100%);
  z-index: 2;
  left: 0px;
  top: 0px;
  opacity: 0.85;
}

aside.default-aside .sidebar .box .hovered {
  position: absolute;
  z-index: 3;
  padding-left: 30px;
  padding-right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

aside.default-aside .sidebar .box .hovered p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

aside.default-aside .sidebar .box .hovered a {
  height: 36px;
  line-height: 36px;
  margin-bottom: 0px;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
.contact {
  position: relative;
  margin-top: -90px;
  margin-bottom: 50px;
}

.contact .contact-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
  padding: 20px;
  padding-top: 30px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
}

.contact .contact-item .icon {
  width: 46px;
  height: 46px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: #e8f7ff;
  color: #2890c8;
  margin-bottom: 20px;
}

.contact .contact-item .icon i {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.contact .contact-item p {
  margin-bottom: 0px !important;
  font-size: 14px;
}

.contact .contact-item a {
  display: block;
  color: #6f8ba4;
}

.contact .map-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.contact .map-wrapper .map-canvas {
  width: 100%;
  height: 100%;
}

.map {
  overflow: hidden;
  padding: 0px;
}

.map .top {
  margin-bottom: -70px;
}

.map .bottom {
  float: left;
  margin-top: -60px;
}

.map .item {
  width: 100%;
  height: 400px;
  float: left;
  position: relative;
}

.map .item .map-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.map .content {
  position: absolute;
  width: 60%;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 3;
  text-align: center;
  top: 30%;
  transform: perspective(1px) translateY(0%);
}

.map .content h6 {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  margin-bottom: 20px;
}

.map .content p {
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 30px !important;
  color: #fff;
  margin-bottom: 30px !important;
}

.map .content .btn-primary-line {
  margin-bottom: 0px;
  height: 36px;
  line-height: 36px;
  text-transform: capitalize;
}

.contact-bottom .contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 26px;
}

.contact-bottom .contact-text p {
  margin-bottom: 28px;
}

.contact-bottom .contact-form input,
.contact-bottom .contact-form textarea,
.contact-bottom .contact-form select {
  border: 1px solid #eee;
  width: 100%;
  height: 45px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  -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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}

.contact-bottom .contact-form input:focus,
.contact-bottom .contact-form textarea:focus {
  border: 1px solid #2890c8;
  padding-left: 20px;
}

.contact-bottom .contact-form textarea {
  height: 120px;
  resize: none;
  padding: 15px;
}

.contact-bottom .contact-form .btn-primary-line {
  margin-bottom: 0px !important;
  background: #2890c8;
  line-height: 2;
  font-size: 16px;
}

.contact-bottom .contact-form .btn-primary-line:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .contact {
    overflow: initial !important;
    margin-bottom: 10px !important;
  }

  .contact .contact-item {
    margin-bottom: 53px;
  }

  .contact .map-wrapper {
    width: 100% !important;
    height: 300px;
    margin-bottom: 30px;
  }

  .contact .contact-info {
    position: relative !important;
    width: 100% !important;
    margin-top: 10px !important;
    margin-left: 0px !important;
    transform: perspective(1px) translateY(0%) !important;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  }

  .contact-bottom {
    margin-top: 30px;
    padding-top: 30px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #2973d7 0%, #26acb9 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.hide {
  display: none !important;
}

a.logo > img,
img.logo {
  height: 30px;
}

.oem-icon {
  background-color: #2890c8;
  background-color: #2890c8;
  background-color: #4285f4;
  /* background-image: linear-gradient(45deg, #26acb9 0%, #2973d7 100%); */
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 86px;
  text-align: center;
  width: 148px;
  height: 148px;
  padding-top: 31px;
  padding-left: 3px;
  overflow: hidden;
  margin-top: 10px;
}

.oem-p {
  margin: 0 !important;
  color: #3b566e;
  line-height: 1.8;
  font-size: 20px;
}

footer .copyright p.lng {
  margin-top: 8px;
}

footer .copyright p.lng span {
  margin: 0 1px;
  padding: 0 2px;
}

footer .address {
  padding-top: 3px;
}

.faq-wrapper.authority .faq-header {
  padding: 0;
  margin: 0;
  border: 0 none;
}

.faq-wrapper.authority .search-tips {
  margin-top: 18px;
  font-size: 13px;
}

#a-query .input-group {
  max-width: 666px;
  margin: 0 auto;
}

#a-query .input-group * {
  font-size: 1rem;
}

#a-error {
  margin-top: 40px !important;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
}

#a-result .box {
  margin: 0 auto;
  border: 8px double #e0c06d;
  outline: 8px solid #e0c06d;
  border-radius: 0px;
  min-height: 200px;
  background: url(/img/auth_bg.jpg) repeat 0 0;
  padding: 32px 64px;
  user-select: none;
  cursor: default;
}

#a-result .box .vlogo {
  text-align: center;
  border-bottom: 4px solid#e0c06d;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#a-result .box .vlogo img {
  width: 66px;
}

#a-result .box .vlogo h5 {
  color: #e0c06d;
  font-weight: bold;
  margin: 0;
  margin-top: 12px;
  font-style: italic;
}

#a-result .box {
  position: relative;
  margin: 0 8px;
  margin-top: 80px;
}

#a-result .box .content > div {
  color: #555;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#a-result .box .content > div.col-sm-4 {
  text-align: right;
}

#a-result .box .content > div.col-sm-8 {
  font-weight: bold;
}

#a-result .box .wt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  position: absolute;
  z-index: 0;
  color: rgba(50, 25, 0, 0.2);
  width: 80%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  left: 10%;
  top: 42%;
  transform: rotate(-35deg);
}

#a-result .box .wt.danger {
  color: #f00;
  font-weight: bold;
  font-size: 2rem;
}

#a-result .free-auth {
  margin-top: 60px;
  text-align: center;
  text-transform: uppercase;
}

.btn.btn-color {
  background-image: linear-gradient(135deg, #2973d7 0%, #26acb9 100%);
  border-radius: 99px;
  line-height: 2.4;
  min-width: 240px;
  color: #fff !important;
  transition: all 0.3s ease 0s;
}

.btn.btn-color:hover {
  opacity: 0.9;
}

#a-result .free-auth p {
  font-size: 14px;
}

@media (max-width: 576px) {
  #a-result .box {
    padding: 32px;
  }

  #a-result .box .content > div.col-sm-4 {
    text-align: left;
    padding-bottom: 0;
  }
}

.dropdown-menu {
  width: 199px;
  max-width: 45%;
  border-radius: 0;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  border: 0 none;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label::before,
.custom-control-label::after {
  top: 0.29rem;
}

.btn.btn-primary.site {
  background-color: #2890c8;
  border-color: #2890c8;
  border-radius: 3px;
  min-width: 120px;
}

.btn-group-lg > .btn,
.btn-lg {
  line-height: 1.9;
  min-width: 220px !important;
}

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

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-image: linear-gradient(135deg, #2973d7 0%, #26acb9 100%);
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px !important;
}

.contact-bottom .contact-form .error {
  border-color: #dc3545 !important;
}

p.rights {
  font-size: 13px;
}

.header-area .main-nav .nav li.active a {
  color: #2890c8;
  border-bottom: 2px solid #2890c8;
}

a.outlink:hover {
  text-decoration: underline !important;
}

.page-bottom.download {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 120px;
}

.page-bottom.download .btn-primary-line {
  border-radius: 99px;
  margin: 10px;
  min-width: 220px;
}

.rbv-download {
  margin-top: 20px;
}

.rbv-btn {
  font-size: 16px;
  display: inline-block;
  padding: 3px;
}

.text-bold {
  font-weight: bold !important;
}

.faq-wrapper .faq-header .search input {
  font-size: 15px;
  letter-spacing: 1px;
}

.welcome-area .header-text .buttons a > img {
  width: 12px;
  transform: translateY(-1px);
  margin-right: 1px;
}

.welcome-area .header-text .buttons a:hover > img {
  filter: invert(60%);
}

.welcome-area .header-text .buttons a > .fa-github {
  font-size: 15px;
}

.btn.btn-rb {
  background-color: #2890c8;
  font-size: 16px;
  color: #fff;
  border: 0 none;
  line-height: 2;
  min-width: 180px;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
}

.btn.btn-rb:hover {
  opacity: 0.9;
}

.btn.btn-rb.btn-md {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  min-width: 140px;
}

.modal.tips .modal-content {
  border-width: 0;
  border-radius: 18px;
}

.modal.tips .modal-content .modal-header {
  border-width: 0;
  padding-bottom: 0;
}

.modal.tips .modal-content .modal-body {
  padding: 40px;
  padding-top: 0;
  text-align: center;
}

.modal.tips .modal-content .modal-body .dot-line {
  width: 220px;
  height: 4px;
  background-color: #dc3545;
  margin: 20px auto;
  margin-top: 15px;
  background-color: #2890c8;
  background-image: linear-gradient(135deg, #26acb9 0%, #2973d7 100%);
  background-image: linear-gradient(135deg, #1366ec 0%, #8e13ec 60%, #ec138a 100%);
}

.tooltip {
  font-size: 12px;
}

.buy-license dt {
  font-weight: normal;
}

.buy-license .card-box {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 20px;
}

.buy-license .card-box dt,
.buy-license .card-box dd {
  font-weight: normal;
  line-height: 2;
}

.buy-box {
  background-color: #fff;
  padding: 60px 40px;
  position: relative;
}

.buy-box:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 8px 0 -3px #f6f6f6, 0 9px 1px -3px rgba(0, 0, 0, 0.1), 0 16px 0 -6px #f6f6f6, 0 17px 2px -6px rgba(0, 0, 0, 0.1);
}

.buy-box dl {
  line-height: 2;
}

.buy-box .type > a {
  border: 2px solid #ced4da;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 4px;
  min-width: 140px;
  text-align: center;
  transition: all 0.15s ease-in-out;
}

.buy-box .type > a {
  margin-right: 10px;
}

.buy-box .type > a:hover,
.buy-box .type > a.active {
  border-color: #2890c8;
  color: #2890c8;
  cursor: pointer;
}

.buy-box .nav-link {
  padding: 0.2rem 1.2rem;
}

.buy-box .code .form-control {
  border: 0 none;
  border-radius: 0;
  border-bottom: 1px solid #ced4da;
  box-shadow: none !important;
  padding: 5px;
  max-width: 88%;
}

.buy-box .code .form-control:focus {
  border-bottom: 2px solid #2890c8;
}

.buy-tips {
  margin-left: 30px;
}

@media (max-width: 991px) {
  .buy-box {
    padding: 30px 20px;
  }

  .buy-tips {
    margin-left: 0;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .buy-tips .text-right {
    text-align: left !important;
  }
}

.report-types {
  text-align: center;
  margin-top: 60px;
}

.report-types > a {
  border: 2px solid #2890c8;
  width: 210px;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
  margin-bottom: 15px;
}

.report-types > a small {
  font-size: 12px;
}

.report-types > a:hover {
  background-color: #fff;
  border-color: #2890c8;
  color: #2890c8;
}

.card.auth {
  max-width: 480px;
  margin: 0 auto;
  margin-top: 70px;
  border-width: 0;
}

.card.auth .card-body {
  padding: 3.5rem;
}

@media (max-width: 768px) {
  .card.auth .card-body {
    padding: 3.5rem 2rem;
  }
}

.form-control {
  border-radius: 2px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #2890c8;
}

.hide-footer footer {
  display: none;
}

.dropdown.download-btn {
  margin-bottom: 15px;
}

.dropdown.download-btn .btn {
  border-radius: 99px;
  border: 1px solid #2890c8;
  cursor: pointer;
  font-size: 16px;
  color: #2890c8;
  padding: 11px 18px;
}

.dropdown.download-btn .btn:hover {
  background-color: #fff;
}

.dropdown.download-btn .dropdown-toggle {
  display: inline-block;
  background-color: transparent;
}

.dropdown.download-btn .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 210px;
}

.dropdown.download-btn .btn.dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.dropdown.download-btn .btn.dropdown-toggle::after {
  transform: translateY(2px);
}

.dropdown.download-btn .dropdown-menu {
  min-width: 287px;
  border-radius: 6px;
}

.dropdown.download-btn .dropdown-item {
  padding: 0.5rem 1.5rem;
  font-size: 14px;
  position: relative;
}

.dropdown.download-btn .dropdown-item + .dropdown-item {
  border-top: 1px solid #f5f5f5;
}

.dropdown.download-btn .dropdown-item:active {
  background-color: #f5f5f5;
  color: #000;
}

.dropdown.download-btn .dropdown-item::after {
  content: '\f019';
  font-family: 'FontAwesome';
  position: absolute;
  color: #777;
  right: 1.5rem;
  top: 0.5rem;
  display: none;
}

.dropdown.download-btn .dropdown-item:hover::after {
  display: inline-block;
}

#features .fa-mobile {
  font-size: 22px;
  margin-top: -2px;
}

#testimonials .cases > span {
  display: inline-block;
  width: 20%;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 991px) {
  #testimonials .cases > span {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  #testimonials .cases > span {
    width: 50%;
  }
}

@media (max-width: 479px) {
  #testimonials .cases > span {
    width: 100%;
  }
}

#testimonials .cases > span > a {
  display: block;
  height: 88px;
  margin: 8px 12px;
  padding: 15px;
  padding-bottom: 14px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 3px;
  background-color: rgb(245, 247, 249);
  border-radius: 6px;
  font-size: 0;
  line-height: 1;
}

#testimonials .cases > span > a:hover {
  background-color: #ddd;
}

#testimonials .cases a > img {
  height: 46px;
  max-width: 100%;
  margin-top: 6px;
}

#testimonials .cases a > i.fa {
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: help;
  color: #aa6800;
  line-height: 1;
}

#pdf-loader {
  text-align: center;
  font-size: 17px;
  margin-top: 16%;
  color: #444;
}

#pdf-loader > img {
  width: 36px;
  display: inline-block;
  margin-bottom: 10px;
}

.contact-form.site-register {
  margin: 0 auto;
  max-width: 800px;
}

.modal-content {
  border: 0 none;
}

#starModal .modal-dialog,
#downloadModal .modal-dialog {
  max-width: 567px;
}

#starModal .modal-header,
#downloadModal .modal-header {
  padding-bottom: 0;
  border-bottom: 0 none;
}

#starModal .modal-body,
#downloadModal .modal-body {
  text-align: center;
  padding: 25px;
  padding-top: 0;
}

#starModal .modal-body h2 {
  border-bottom: 4px solid #2890c8;
  padding-bottom: 15px;
}

#downloadModal .modal-body h2 {
  margin-bottom: 15px;
}

#starModal .modal-body .content,
#downloadModal .modal-body .content {
  margin-top: 20px;
  text-align: left;
  line-height: 1.8;
}

#starModal .modal-body code {
  border: 1px solid rgba(140, 146, 164, 0.5);
  color: #40485b;
  padding: 2px 5px;
  padding-top: 1px;
  border-radius: 2px;
  line-height: 1;
  background-color: #fff;
}

#starModal .modal-body code .fa-star,
#starModal .modal-body code .fa-star-o {
  color: #ffab00;
  font-size: 12px;
}

.form-control.error {
  border-color: #dc3545 !important;
}

.close {
  font-weight: normal;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: normal;
  font-size: 13px;
  margin-left: 4px;
}

.float-bars {
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 100;
}

@media (max-width: 768px) {
  .float-bars {
    display: none;
  }
}

.float-bars > a {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  display: block;
  box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 10%), inset 0px -1px 0px 0px rgb(0 0 0 / 10%);
  font-size: 11px;
  text-align: center;
  background-color: #fff;
  color: #333;
  padding-top: 11px;
  text-transform: uppercase;
  overflow: hidden;
}

.float-bars > a + a {
  margin-top: 5px;
}

.float-bars > a > i.fa {
  font-size: 23px;
}

.float-bars > a > span {
  display: block;
  margin-top: 3px;
}

.float-bars > a:hover {
  opacity: 0.9;
}

.tooltip .qr,
.tooltip .qr > img {
  width: 140px;
  height: 140px;
  display: inline-block;
}

.tooltip .qr {
  margin: 0 -4px;
}

.tooltip-inner {
  background-color: #fff;
  border: 1px solid #2890c8;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* .bs-tooltip-left .arrow::before {
  border-left-color: #2890c8;
} */

/* how to use */

@font-face {
  font-family: 'how-to-use';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_yxno82wr0am.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_yxno82wr0am.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_yxno82wr0am.woff2') format('woff2'), url('//at.alicdn.com/t/webfont_yxno82wr0am.woff') format('woff'),
    /* chrome、firefox */ url('//at.alicdn.com/t/webfont_yxno82wr0am.ttf') format('truetype'),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_yxno82wr0am.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

.how-to-use {
  background-color: rgba(255, 255, 255, 1);
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
  position: relative;
  border-radius: 3px;
}

.how-to-use::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: rgba(255, 255, 255, 1);
  width: 99%;
  opacity: 0.62;
  height: 100%;
  bottom: -5px;
  left: 0px;
  right: 0px;
  margin: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.how-to-use a {
  display: block;
  border: 2px solid #2890c8;
  color: #2890c8;
  background-color: #fff;
  text-align: center;
  height: 50px;
  line-height: 46px;
  position: relative;
  font-family: 'how-to-use';
  z-index: 2;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 12px 0px;
}

.how-to-use a.tip {
  border-color: #ddd;
  color: #3b566e !important;
  cursor: text;
}

.how-to-use a + a,
.how-to-use .subtree {
  margin-top: 30px;
  position: relative;
}

.how-to-use a[href]:hover {
  background-color: #2890c8;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.how-to-use a > em {
  background-color: #26acb9;
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  font-size: 14px;
  margin-left: -30px;
  margin-top: 12px;
  font-style: normal;
  text-align: center;
}

.how-to-use a.arrow-down::after,
.how-to-use a.arrow-right::after,
.how-to-use .subtree::before,
.how-to-use .subtree a::after {
  display: block;
  position: absolute;
  background-color: #ddd;
  width: 2px;
  height: 30px;
  top: 48px;
  left: 50%;
  content: '';
  z-index: 1;
}

.how-to-use a.arrow-right::after {
  width: 40px;
  height: 2px;
  top: 22px;
  left: 100%;
  margin-left: 2px;
}

.how-to-use .row > .col {
  margin-top: 80px;
}

.how-to-use .subtree::before {
  left: 15px;
  top: -30px;
  bottom: 25px;
  height: auto;
}

.how-to-use .subtree a {
  margin-left: 30px;
  font-size: 14px;
}

.how-to-use .subtree a::after {
  height: 2px;
  width: 15px;
  left: -17px;
  top: 22px;
}

html.mourning-mode {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: gray(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.welcome-area .header-text .buttons a {
  width: 180px;
  height: 52px;
  line-height: 50px;
  font-size: 1rem;
}

/* .btn-primary-line,
.btn-white-line {
  line-height: 40px;
}

.pricing-item .pricing-footer .btn-primary-line {
  line-height: 34px;
} */

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  color: #222;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
  cursor: pointer;
}

.how-buy {
  max-width: 888px;
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
}

.how-buy h1 {
  margin-bottom: 30px;
  color: #3b566e;
}

.how-buy h3 {
  font-size: 24px !important;
  line-height: 2;
}

.how-buy i.fa {
  display: inline-block;
  margin: 20px 0;
  font-size: 80px;
  color: #33a451;
  color: #fc9a00;
  color: #2973d7;
  color: #2890c8;
  /* background: -webkit-linear-gradient(#2973d7, #26acb9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  padding-top: 3px;
}

.how-buy .col {
  line-height: 2;
}

.how-buy.how-buy-box {
  background-color: #fff;
  border-radius: 9px;
  max-width: 100%;
  padding: 60px 40px;
  background: linear-gradient(120deg, #faf5ff 0%, #f0f4ff 50%, #e6f4ff 100%);
}

.em-gradient {
  background-image: linear-gradient(90deg, #7209d4, #2832d4 33%, #00a5b2);
  background-image: linear-gradient(79deg, #1366ec 0%, #8e13ec 85%, #ec138a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.slogan-light {
  opacity: 0;
  margin-top: -25px;
}

.slogan-light.slogan-light-show {
  opacity: 1;
  margin-top: 0;
  transition: all 0.6s;
}

#nav-ucenter {
  display: none;
}

.toptip {
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.toptip div.shadow {
  font-size: 14px;
  background-color: #fbbc05;
  background-image: linear-gradient(79deg, #1366ec 0%, #8e13ec 60%, #ec138a 100%);
  color: rgba(255, 255, 255, 1);
  border-radius: 9px;
  padding: 12px 20px;
  max-width: 1170px;
  margin: 0 auto;
}

.toptip div.shadow a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.pt-50 {
  padding-top: 50px;
}

/* d11 */
.header-area.header-sticky .nav li a em.d11 {
  position: absolute;
  background-color: #dc3545;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  width: auto;
  height: auto;
  padding: 2px 4px;
  line-height: 1;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  margin-top: -4px;
  margin-left: -7px;
  animation: d11-flash 0.5s infinite alternate;
}

.pricing-item div.d11 {
  text-align: center;
  font-size: 13px;
  color: #dc3545;
  margin-top: -30px;
  margin-bottom: 30px;
  font-weight: bold;
}

@keyframes d11-flash {
  from {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(0);
  }
}

.dropdown-divider {
  margin: 0.3em 0;
}

.fw-show {
  display: none !important;
}

.fw .fw-hide {
  display: none !important;
}

.fw .fw-show {
  display: inline-block !important;
}

/* Gradient */

:root {
  --white: #ffffff;
  --black: #000000;
  --transparent: transparent;
  --blue-500: #3498db;
  --indigo-300: #6574cd;
  --blue-300: #6cb2eb;
  --violet-200: #a779e9;
  --blue-400: #3490dc;
}

@keyframes auroraAnimation {
  0% {
    background-position: 0% 50%, 50% 50%;
  }
  50% {
    background-position: 100% 50%, 50% 50%;
  }
  100% {
    background-position: 0% 50%, 50% 50%;
  }
}

.gradient-background {
  animation: auroraAnimation 100s linear infinite;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(100deg, var(--white) 0%, var(--white) 7%, var(--transparent) 10%, var(--transparent) 12%, var(--white) 16%),
    repeating-linear-gradient(100deg, var(--blue-500) 10%, var(--indigo-300) 15%, var(--blue-300) 20%, var(--violet-200) 25%, var(--blue-400) 30%);
  mask-image: linear-gradient(to top, transparent, black);
  background-size: 300%, 200%;
  background-position: 50% 50%, 50% 50%;
  filter: blur(10px) invert(1);
  opacity: 0.3;
  pointer-events: none;
  will-change: transform;
}

.gradient-background::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(100deg, var(--white) 0%, var(--white) 7%, var(--transparent) 12%, var(--transparent) 20%, var(--white) 30%),
    repeating-linear-gradient(100deg, var(--blue-500) 10%, var(--indigo-300) 15%, var(--blue-300) 20%, var(--violet-200) 25%, var(--blue-400) 30%);
  background-size: 200%, 100%;
  background-attachment: fixed;
  mix-blend-mode: difference;
}

/* learn */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

.page .cover {
  background: url(/img/blue/header-2.jpg) no-repeat center top;
}

.header-area .main-nav .nav li.submenu:after {
  top: 10px;
  font-size: 14px;
}

.page.learn .cover {
  min-height: 160px;
}

.page.learn .cover-top {
  top: 34%;
}

.blog-post-thumb .text {
  line-height: 1.7;
}

.blog-post-thumb .blog-content {
  margin: 0;
  padding: 0;
}

.blog-post-thumb .post-meta li {
  color: #888;
}

.imgfix_wrapper_layer_0_1 img {
  max-width: 100%;
  max-height: 100%;
}

.imgfix_wrapper_layer_0_1 > a {
  position: relative;
  display: block;
}

.blog-list.videos .img {
  height: auto;
}

.blog-list.videos .img .imgfix_wrapper_layer_0_1 > a {
  border-bottom: 4px solid #2890c8;
}

.blog-list.videos .img .imgfix_wrapper_layer_0_1 > a > h4 {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
  line-height: 1;
}

.blog-list.videos .img .date span {
  font-size: 12px;
  opacity: 0.8;
}

.blog-list.videos .img .imgfix_wrapper_layer_0_1 > a:hover {
  opacity: 0.9;
  transition: opacity 0.2s;
}

#playerModal .modal-body {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 0;
  background-color: #000;
}

#playerModal iframe {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 600px;
}

p.beta-tip a {
  text-decoration: underline !important;
  font-size: 14px;
  font-style: italic;
}

.text-disabled {
  color: #aaa !important;
  cursor: default;
}

.download-tips > a {
  display: inline-block;
  width: 320px;
  text-align: left;
  background-image: linear-gradient(rgba(150, 225, 175, 0.06) 0%, rgba(48, 190, 86, 0.08) 100%);
  background: linear-gradient(135deg, #f6f8fe, #edf2fb);
  background: linear-gradient(135deg, #a259ff, #6a9dfd, #b4e0ff);
  padding: 20px 20px;
  border-radius: 6px;
  margin: 10px;
  font-size: 1rem;
  border: 1px solid #eee;
  color: #fff;
}

.download-tips > a:last-child {
  background-image: linear-gradient(180deg, rgba(242, 162, 147, 0.04), rgba(224, 104, 90, 0.08));
  background: linear-gradient(135deg, #fef7fd, #fceefd);
  background: linear-gradient(135deg, #ff4fa1, #e77ff9, #c2c2ff);
}

.download-tips > a h5 {
  font-weight: bold;
  font-size: 16px;
}

.download-tips > a p {
  margin: 0 !important;
  font-size: 14px !important;
}

.download-logo {
  margin-top: -50px;
  margin-bottom: 40px;
  position: relative;
}

.download-logo img {
  display: inline;
  width: 128px;
}

.download-logo span {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  margin-left: -15px;
  padding-left: 1px;
}

.download-logo span i.fa {
  animation: moveUpDown 0.6s infinite alternate;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(3px);
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.modal-header .close {
  font-size: 1.6rem;
}

/* https://fontawesome.com/v4/icons/ */

.accordion .card {
  margin-top: 15px;
}

.accordion .card,
.accordion .card .card-header,
.accordion .card .card-body {
  border: 0 none;
}

.accordion .card {
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 48px 0px;
}

.accordion .card .card-header {
  background-color: #fff;
  cursor: pointer;
  padding: 20px;
}

.accordion .card .card-header h4 {
  margin: 0;
  color: rgb(59, 86, 110);
  font-size: 18px;
}

.accordion .card.open .card-header,
.accordion .card .card-header:hover {
  background-color: rgb(231, 241, 255);
}

.accordion .card .card-body {
  display: none;
  line-height: 1.8;
  color: #222;
}

.accordion .card .card-header h4::after {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  content: '';
  position: absolute;
  margin-top: 2px;
  right: 20px;
}

.accordion .card.open .card-body {
  display: block;
}

.accordion .card.open .card-header h4::after {
  transform: rotate(-180deg);
}

.text-uppercase {
  text-transform: uppercase;
}

.pricing-item {
  border-radius: 5px;
}

.pricing-item.inst {
  margin-top: 0;
  padding: 40px;
  color: #3b566e;
  font-size: 14px;
  background: linear-gradient(120deg, #faf5ff 0%, #f0f4ff 50%, #e6f4ff 100%);
}

.pricing-item.inst .heading h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 24px;
}

.pricing-item.inst .heading h3 sup {
  font-size: 12px;
  color: #dc3545;
  font-weight: normal;
  position: absolute;
  margin-top: 8px;
  margin-left: 2px;
}

.pricing-item.inst .heading p {
  margin-bottom: 15px;
}

.pricing-item.inst .heading .btn.btn-color {
  padding: 3px 24px;
  min-width: 160px;
}

.pricing-item.inst .descs li {
  width: 45%;
  display: inline-block;
  line-height: 2.8;
}

.pricing-item.inst .descs li::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f00c';
  color: #ec138a;
  color: #2890c8;
  padding-right: 6px;
}

@media (max-width: 768px) {
  .pricing-item.inst .descs {
    margin-top: 30px;
  }
  .pricing-item.inst .descs li {
    width: 48%;
  }
}

.header-area .main-nav .nav li {
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.up-1 {
  display: inline-block;
  transform: translateY(-1px);
}

.up-2 {
  display: inline-block;
  transform: translateY(-2px);
}

#freetry97Modal .modal-body h3 {
  color: #000;
  margin-bottom: 30px;
  text-align: left;
}

#freetry97Modal .modal-body iframe {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  height: 500px;
}

img#captcha-img {
  height: 38px;
  display: inline-block;
  cursor: pointer;
}
