/*-----------------------------------------------------------------------------------

    Template Name: Financio
    Template URI: uideck.com
    Author: Uideck
    Author URI: https://uideck.com/
    Support: https://uideck.com/support/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
       01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&display=swap");
body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747E88; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #38424D;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #747E88;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #0898E7;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .main-btn {
      padding: 0 25px;
      height: 40px;
      line-height: 40px;
      font-size: 16px; } }
  .main-btn:hover {
    background-color: rgba(8, 152, 231, 0.8);
    color: #fff; }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #0898E7;
    border-color: #0898E7; }
    .main-btn.main-btn-2:hover {
      background-color: #0898E7;
      border-color: #0898E7;
      color: #fff; }

/*===== All Button Style =====*/
.section_title .sub_title {
  font-size: 20px;
  font-weight: 700;
  color: #0898E7; }
  @media (max-width: 767px) {
    .section_title .sub_title {
      font-size: 18px; } }
.section_title .title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 25px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section_title .title {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .section_title .title {
      font-size: 24px; } }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #0898E7 #0898E7 #f7f7fd;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #f7f7fd;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #f7f7fd;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
/*===========================
      02.HEADER css 
===========================*/
@media only screen and (min-width: 1400px) {
  .header_area {
    padding: 0 70px; } }

/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #fff; }
  @media only screen and (min-width: 1400px) {
    .header_navbar {
      padding: 0 70px; } }

.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .sticky .navbar {
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sticky .navbar {
        padding: 15px 0; } }
    @media (max-width: 767px) {
      .sticky .navbar {
        padding: 15px 0; } }

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar {
      padding: 20px 0; } }
  @media (max-width: 767px) {
    .navbar {
      padding: 20px 0; } }

.navbar-brand {
  padding: 0; }

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #747E88;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

.navbar-nav {
  margin-right: 30px; }
  .navbar-nav .nav-item {
    position: relative; }
    .navbar-nav .nav-item a {
      font-size: 18px;
      font-weight: 400;
      color: #747E88;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      padding: 30px 15px;
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .nav-item a {
          display: block;
          padding: 4px 0; } }
      @media (max-width: 767px) {
        .navbar-nav .nav-item a {
          display: block;
          padding: 4px 0; } }
      .navbar-nav .nav-item a::before {
        position: absolute;
        content: '';
        width: 0;
        height: 3px;
        top: 1px;
        left: 0;
        background-color: #0898E7;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar-nav .nav-item a::before {
            display: none; } }
        @media (max-width: 767px) {
          .navbar-nav .nav-item a::before {
            display: none; } }
    .navbar-nav .nav-item.active > a, .navbar-nav .nav-item:hover > a {
      color: #0898E7; }
      .navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
        width: 100%; }
    .navbar-nav .nav-item:hover .sub-menu {
      top: 100%;
      opacity: 1;
      visibility: visible; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .nav-item:hover .sub-menu {
          top: 0; } }
      @media (max-width: 767px) {
        .navbar-nav .nav-item:hover .sub-menu {
          top: 0; } }
    .navbar-nav .nav-item .sub-menu {
      width: 200px;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 110%;
      left: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .nav-item .sub-menu {
          position: relative;
          width: 100%;
          top: 0;
          display: none;
          opacity: 1;
          visibility: visible; } }
      @media (max-width: 767px) {
        .navbar-nav .nav-item .sub-menu {
          position: relative;
          width: 100%;
          top: 0;
          display: none;
          opacity: 1;
          visibility: visible; } }
      .navbar-nav .nav-item .sub-menu li {
        display: block; }
        .navbar-nav .nav-item .sub-menu li a {
          display: block;
          padding: 8px 20px;
          color: #222; }
          .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
            padding-left: 25px;
            color: #0898E7; }
  .navbar-nav .sub-nav-toggler {
    display: none; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px; } }
    @media (max-width: 767px) {
      .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px; } }
    .navbar-nav .sub-nav-toggler span {
      width: 8px;
      height: 8px;
      border-left: 1px solid #222;
      border-bottom: 1px solid #222;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: relative;
      top: -5px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
.navbar-btn .main-btn {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  color: #0898E7;
  background-color: transparent;
  border: 2px solid #0898E7; }
  .navbar-btn .main-btn:hover {
    background-color: rgba(8, 152, 231, 0.3); }

/*===== Slider =====*/
.header_slider {
  padding-top: 90px; }
  @media (max-width: 767px) {
    .header_slider {
      padding-top: 80px; } }

.single_slider {
  height: 800px;
  position: relative;
  z-index: 5;
  border-radius: 30px;
  overflow: hidden; }
  @media only screen and (min-width: 1400px) {
    .single_slider {
      height: 900px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_slider {
      height: 650px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider {
      height: 650px; } }
  @media (max-width: 767px) {
    .single_slider {
      height: 600px; } }
  .single_slider::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.2);
    z-index: -1; }

.slider_content .slider_title {
  color: #fff;
  font-size: 65px;
  font-weight: 700; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content .slider_title {
      font-size: 55px; } }
  @media (max-width: 767px) {
    .slider_content .slider_title {
      font-size: 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content .slider_title {
      font-size: 45px; } }
.slider_content p {
  color: #fff;
  max-width: 580px;
  margin-top: 20px;
  font-size: 18px; }
.slider_content .main-btn {
  margin-top: 30px; }

.slider-active .slick-dots {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center; }
  .slider-active .slick-dots li {
    display: inline-block;
    margin: 0 3px; }
    .slider-active .slick-dots li button {
      width: 12px;
      height: 12px;
      background: none;
      background-color: rgba(255, 255, 255, 0.4);
      border-radius: 50px;
      font-size: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      border: 0; }
    .slider-active .slick-dots li.slick-active button {
      background-color: #fff;
      border-color: #eceff8;
      width: 37px; }

/*===========================
      03.HEADER css 
===========================*/
.brand_single {
  margin-left: -15px;
  margin-right: -15px; }

.single_brand {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .single_brand {
      width: 50%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_brand {
      width: 33.33%; } }
  .single_brand img {
    width: 50%; }

  .single_brand img:hover{
    opacity: 0.5;
  }

/*===========================
      04.FEATURES css 
===========================*/
.features_area {
  background-color: #F5FBFF;
}
.features_area .section_title .title {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.single_features .features_icon i {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: #fff;
  text-align: center;
  font-size: 56px;
  color: #0898E7;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -moz-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    .single_features .features_icon i {
      width: 90px;
      height: 90px;
      line-height: 90px;
      font-size: 48px; } }
.single_features .features_content {
  margin-top: 25px; }
  .single_features .features_content .features_title a {
    font-size: 25px;
    font-weight: 600;
    color: #38424D;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_features .features_content .features_title a {
        font-size: 20px; } }
  .single_features .features_content .features_title a:hover {
    color: #0898E7; }
  .single_features .features_content p {
    margin-top: 15px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto; }
.single_features:hover .features_icon i {
  background-color: #0898E7;
  color: #fff; }

/*===========================
       05.ABOUT css 
===========================*/
.about_image {
  position: relative;
  padding-top: 70px;
  padding-right: 70px; }
  @media (max-width: 767px) {
    .about_image {
      padding-top: 40px;
      padding-right: 40px; } }
  .about_image img {
    width: 100%; }
  .about_image .experiance {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(8, 152, 231, 0.17);
    -moz-box-shadow: 0px 5px 12px 0px rgba(8, 152, 231, 0.17);
    box-shadow: 0px 5px 12px 0px rgba(8, 152, 231, 0.17);
    border-radius: 10px;
    height: 204px;
    width: 204px; }
    @media (max-width: 767px) {
      .about_image .experiance {
        width: 140px;
        height: 140px; } }
    .about_image .experiance span {
      font-size: 67px;
      line-height: 70px;
      font-weight: 700;
      color: #0898E7; }
      @media (max-width: 767px) {
        .about_image .experiance span {
          font-size: 47px;
          line-height: 55px; } }
    .about_image .experiance p {
      font-size: 27px;
      font-weight: 700;
      color: #0898E7;
      margin-top: 5px; }
      @media (max-width: 767px) {
        .about_image .experiance p {
          font-size: 20px; } }
  .about_image .about_shape {
    position: absolute;
    bottom: -140px;
    left: -140px;
    z-index: -1; }

.about_content p {
  margin-top: 30px; }

.skill_item .skill_header {
  position: relative; }
  .skill_item .skill_header .skill_title {
    font-size: 14px;
    font-weight: 500; }
  .skill_item .skill_header .skill_percentage {
    position: absolute;
    top: -3px;
    right: 0; }
    .skill_item .skill_header .skill_percentage p {
      font-size: 14px;
      font-weight: 400;
      margin-top: 0; }
.skill_item .skill_bar {
  margin-top: 15px; }
  .skill_item .skill_bar .bar_inner {
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background-color: rgba(116, 126, 136, 0.11);
    position: relative; }
    .skill_item .skill_bar .bar_inner .progress_line {
      position: absolute;
      top: 0;
      left: 0;
      height: 8px;
      border-radius: 5px;
      background-color: #525A63;
      -webkit-transition: all 2s ease-out 0s;
      -moz-transition: all 2s ease-out 0s;
      -ms-transition: all 2s ease-out 0s;
      -o-transition: all 2s ease-out 0s;
      transition: all 2s ease-out 0s;
      width: 0; }

/*===========================
       06.SERVICES css 
===========================*/
.single_services {
  -webkit-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -moz-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 50px 30px;
  border-radius: 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_services {
      padding: 30px 20px; } }
  @media (max-width: 767px) {
    .single_services {
      padding: 30px 20px; } }
  .single_services .services_icon i {
    color: #0898E7;
    font-size: 56px;
    line-height: 60px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .single_services .services_icon i {
        font-size: 48px;
        line-height: 50px; } }
  .single_services .services_content {
    margin-top: 25px; }
    .single_services .services_content .services_title a {
      color: #38424D;
      font-size: 25px;
      font-weight: 600;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_services .services_content .services_title a {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .single_services .services_content .services_title a {
          font-size: 22px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single_services .services_content .services_title a {
          font-size: 20px; } }
    .single_services .services_content p {
      margin-top: 15px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_services .services_content p {
          font-size: 14px; } }
  .single_services:hover {
    background-color: #0898E7; }
    .single_services:hover .services_icon i {
      color: #fff; }
    .single_services:hover .services_content .services_title a {
      color: #fff; }
    .single_services:hover .services_content p {
      color: #fff; }

/*===========================
       07.CASE css 
===========================*/
.single_case {
  position: relative; }
  .single_case .case_image {
    position: relative; }
    .single_case .case_image::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(bottom, #0873ae 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(bottom, #0873ae 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to top, #0873ae 0%, rgba(255, 255, 255, 0) 100%); }
    .single_case .case_image img {
      width: 100%; }
  .single_case .case_content {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 620px;
    margin: 0 auto;
    padding: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single_case .case_content {
        padding: 15px; } }
    @media (max-width: 767px) {
      .single_case .case_content {
        padding: 15px; } }
    .single_case .case_content .case_title a {
      color: #fff;
      font-size: 30px;
      font-weight: 600; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_case .case_content .case_title a {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .single_case .case_content .case_title a {
          font-size: 20px; } }
    .single_case .case_content p {
      color: #fff;
      margin-top: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_case .case_content p {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .single_case .case_content p {
          font-size: 14px; } }
    .single_case .case_content .more {
      color: #fff;
      margin-top: 15px; }

/*===========================
       08.GROWTH css 
===========================*/
.growth_area {
  position: relative;
  z-index: 5; }
  .growth_area .growth_shape {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }
    .growth_area .growth_shape .shape {
      max-width: 593px; }

.growth_content p {
  margin-top: 20px; }
.growth_content .growth_title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px; }

.growth_image .image {
  width: 100%;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -moz-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08); }

/*===========================
       09.TEAM css 
===========================*/
.single_team .team_image {
  position: relative;
  overflow: hidden;
  border-radius: 10px; }
  .single_team .team_image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .single_team .team_image .social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0898E7;
    padding-top: 15px;
    padding-bottom: 10px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .single_team .team_image .social li {
      display: inline-block;
      margin: 0 5px; }
      .single_team .team_image .social li a {
        color: #fff;
        font-size: 18px; }
.single_team .team_content {
  margin-top: 25px; }
  .single_team .team_content .team_name a {
    font-size: 20px;
    font-weight: 700;
    color: #38424D;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .single_team .team_content .team_name a:hover {
      color: #0898E7; }
.single_team:hover .team_image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
.single_team:hover .team_image .social {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

/*===========================
      10.TESTIMONIAL css 
===========================*/
.testimonial_area {
  background-color: #F5FBFF; }

.single_testimonial {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -moz-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  padding: 30px;
  padding-top: 38px;
  position: relative;
  margin-top: 70px;
  margin-bottom: 30px; }
  .single_testimonial .testimonial_author {
    position: absolute;
    left: 30px;
    top: -38px; }
    .single_testimonial .testimonial_author img {
      border-radius: 50%; }
  .single_testimonial .testimonial_content {
    position: relative; }
    .single_testimonial .testimonial_content i {
      position: absolute;
      font-size: 66px;
      line-height: 45px;
      color: #0898E7;
      top: 0;
      right: 0; }
    .single_testimonial .testimonial_content .testimonial_name {
      margin-top: 25px; }
      .single_testimonial .testimonial_content .testimonial_name .name {
        font-size: 20px;
        font-weight: 600; }
      .single_testimonial .testimonial_content .testimonial_name .sub_title {
        font-effect: 15px;
        margin-top: 5px; }
    .single_testimonial .testimonial_content p {
      margin-top: 15px; }

.testimonial_active .slick-dots {
  width: 100%;
  text-align: center; }
  .testimonial_active .slick-dots li {
    display: inline-block;
    margin: 0 3px; }
    .testimonial_active .slick-dots li button {
      width: 12px;
      height: 12px;
      background: none;
      background-color: #0898E7;
      border-radius: 50px;
      font-size: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      border: 0; }
    .testimonial_active .slick-dots li.slick-active button {
      width: 37px; }

/*===========================
        11.BLOG css 
===========================*/
.single_blog .blog_image {
  padding-right: 30px; }
  .single_blog .blog_image img {
    width: 100%;
    border-radius: 10px; }
.single_blog .blog_content {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -moz-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  margin-left: 30px;
  margin-top: -110px;
  position: relative;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .single_blog .blog_content {
      padding: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_blog .blog_content {
      padding: 30px; } }
  .single_blog .blog_content .blog_title a {
    font-size: 30px;
    font-weight: 600;
    color: #38424D;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .single_blog .blog_content .blog_title a {
        font-size: 22px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_blog .blog_content .blog_title a {
        font-size: 26px; } }
    .single_blog .blog_content .blog_title a:hover {
      color: #0898E7; }
  .single_blog .blog_content p {
    margin-top: 15px; }
  .single_blog .blog_content .more {
    margin-top: 15px;
    color: #38424D;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .single_blog .blog_content .more:hover {
      color: #0898E7; }
    .single_blog .blog_content .more i {
      font-size: 13px; }

/*===========================
        12.FOOTER css 
===========================*/
.footer_area {
  background-color: #F5FBFF; }

.footer_wrapper {
  position: relative; }
  .footer_wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/dots.png);
    background-position: center center;
    background-size: cover; }

.footer_about img {
  max-width: 200px;
  width: 100%; }
  @media (max-width: 767px) {
    .footer_about img {
      max-width: 120px; } }
.footer_about p {
  margin-top: 20px; }
.footer_about .social li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 30px; }
  .footer_about .social li a {
    width: 45px;
    height: 45px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #747E88;
    background-color: rgba(34, 34, 34, 0.08);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .footer_about .social li a:hover {
      background-color: #0898E7;
      color: #fff; }

.footer_title {
  font-size: 25px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .footer_title {
      font-size: 20px; } }

.footer_link {
  width: 50%;
  padding-left: 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_link {
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .footer_link {
      padding-left: 0; } }
  .footer_link .link {
    padding-top: 15px; }
    .footer_link .link li {
      margin-top: 10px; }
      .footer_link .link li a {
        color: #747E88;
        font-size: 16px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .footer_link .link li a:hover {
          color: #0898E7; }

.footer_form .single_form {
  margin-top: 30px; }
  .footer_form .single_form textarea, .footer_form .single_form input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #eceff8;
    padding: 0 25px; }
  .footer_form .single_form textarea {
    padding-top: 10px;
    resize: none;
    height: 85px; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #0898E7;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #0898E7; }

/*# sourceMappingURL=style.css.map */

/*===========================
   REGISTRATION FORM CSS
===========================*/

.registration_area {
  background-color: #f8f9fa;
}

.registration_form {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.registration_form .single_form {
  margin-bottom: 25px;
}

.registration_form .single_form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1a1a2e;
  font-size: 14px;
}

.registration_form .single_form input[type="text"],
.registration_form .single_form input[type="email"],
.registration_form .single_form input[type="tel"] {
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 14px;
  color: #747E88;
  transition: all 0.3s ease;
}

.registration_form .single_form input:focus {
  border-color: #2B6FED;
  box-shadow: 0 0 0 0.2rem rgba(43, 111, 237, 0.15);
}

.registration_form .single_form .form-check {
  padding-left: 0;
}

.registration_form .single_form .form-check-input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.registration_form .single_form .form-check-label {
  font-size: 14px;
  color: #747E88;
  line-height: 1.6;
}

.registration_form .single_form .form-check-label a {
  color: #2B6FED;
  text-decoration: underline;
}

.registration_form .single_form .form-check-label a:hover {
  color: #1a52c7;
}

.registration_form .form-message {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
}

.registration_form .main-btn {
  min-width: 200px;
}

@media (max-width: 767px) {
  .registration_form {
    padding: 30px 20px;
  }
}


/*===========================
   LOGO SIZE FIX
===========================*/

.navbar-brand img {
  max-height: 50px;
  width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img {
    max-height: 40px;
  }
}

@media (max-width: 767px) {
  .navbar-brand img {
    max-height: 35px;
  }
}


/*===========================
   QUESTIONNAIRE CSS
===========================*/

.questionnaire_area {
  background-color: #fff;
}

.intro_text {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  border-left: 4px solid #2B6FED;
}

.intro_text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #747E88;
}

.test_section {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
}

.test_title {
  font-size: 24px;
  font-weight: 700;
  color: #2B6FED;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #2B6FED;
}

.question_block {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.question_block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.question_text {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 15px;
  line-height: 1.6;
}

.question_subtext {
  font-size: 14px;
  color: #747E88;
  margin-bottom: 20px;
  font-style: italic;
  line-height: 1.6;
}

.answer_options {
  padding-left: 20px;
}

.answer_options .form-check {
  margin-bottom: 15px;
  padding-left: 0;
}

.answer_options .form-check-input {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  cursor: pointer;
}

.answer_options .form-check-label {
  font-size: 15px;
  color: #747E88;
  line-height: 1.6;
  cursor: pointer;
  padding-left: 8px;
}

.sub_questions {
  padding-left: 30px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px dashed #e5e5e5;
}

.sub_questions p {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .test_section {
    padding: 25px 20px;
  }

  .intro_text {
    padding: 20px;
  }

  .question_text {
    font-size: 15px;
  }

  .answer_options .form-check-label {
    font-size: 14px;
  }
}


/*===========================
   VYHODNOTENIE CSS
===========================*/

.alert {
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border-left: 5px solid #28a745;
}

.alert-success .alert-heading {
  color: #28a745;
  font-size: 24px;
  margin-bottom: 15px;
}

.alert-success i {
  font-size: 28px;
  margin-right: 10px;
  vertical-align: middle;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border-left: 5px solid #dc3545;
}

.alert-danger .alert-heading {
  color: #dc3545;
  font-size: 24px;
  margin-bottom: 15px;
}

.alert-danger i {
  font-size: 28px;
  margin-right: 10px;
  vertical-align: middle;
}

.alert p {
  line-height: 1.8;
  margin-bottom: 15px;
}

.alert hr {
  margin: 20px 0;
  opacity: 0.3;
}


/*===========================
   REGISTRATION FORM IMPROVEMENTS
===========================*/

/* Custom checkbox styling */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2B6FED;
  background-color: #2B6FED;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.8;
  color: #747E88;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-label a {
  color: #2B6FED;
  text-decoration: none;
  font-weight: 500;
}

.custom-control-label a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .registration_form .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .registration_form .row > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
}


/*===========================
   VYHODNOTENIE - REDESIGN
===========================*/

.result-container {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.result-box {
  background: #fff;
  border-radius: 15px;
  padding: 60px 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.result-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

.success-box::before {
  background: linear-gradient(90deg, #28a745 0%, #20c997 100%);
}

.failed-box::before {
  background: linear-gradient(90deg, #dc3545 0%, #f56565 100%);
}

.result-icon {
  text-align: center;
  margin-bottom: 30px;
}

.result-icon i {
  font-size: 80px;
  display: inline-block;
}

.success-box .result-icon i {
  color: #28a745;
  animation: scaleIn 0.6s ease-out;
}

.failed-box .result-icon i {
  color: #dc3545;
  animation: shake 0.6s ease-out;
}

@keyframes scaleIn {
  0% { transform: scale(0); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-10px); }
  75% { transform: translateX(10px); }
}

.result-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #1a1a2e;
}

.success-box .result-title {
  color: #28a745;
}

.failed-box .result-title {
  color: #dc3545;
}

.result-content {
  background: #f8f9fa;
  padding: 35px;
  border-radius: 10px;
  border-left: 4px solid #e9ecef;
}

.success-box .result-content {
  border-left-color: #28a745;
  background: #f1f9f4;
}

.failed-box .result-content {
  border-left-color: #dc3545;
  background: #fef5f5;
}

.result-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.result-content p:last-child {
  margin-bottom: 0;
}

.result-content strong {
  color: #1a1a2e;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 767px) {
  .result-box {
    padding: 40px 25px;
  }
  
  .result-icon i {
    font-size: 60px;
  }
  
  .result-title {
    font-size: 24px;
  }
  
  .result-content {
    padding: 25px 20px;
  }
  
  .result-content p {
    font-size: 15px;
  }
}

/*===========================
    DOCUMENTS PAGE
===========================*/
.documents_intro {
  background: #f4f9fd;
}

.documents_area .document-card {
  background-color: #ffffff;
  border: 1px solid #e0edf7;
  border-radius: 16px;
  padding: 35px 30px;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 35px rgba(8, 152, 231, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.documents_area .document-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(8, 152, 231, 0.16);
  border-color: #0898E7;
}

.documents_area .document-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(8, 152, 231, 0.1);
  color: #0898E7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.documents_area .document-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1E1E1E;
}

.documents_area .document-description {
  color: #647284;
  margin-bottom: 20px;
}

.documents_area .document-list {
  margin: 0;
}

.documents_area .document-item {
  border-top: 1px solid #e9f2f9;
  padding-top: 16px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.documents_area .document-item:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.documents_area .document-name {
  font-weight: 600;
  color: #2E2E2E;
}

.documents_area .document-meta {
  font-size: 13px;
  color: #8A97A6;
}

.documents_area .document-link {
  align-self: flex-start;
  font-size: 14px;
  font-weight: 600;
  color: #0898E7;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.2s ease;
}

.documents_area .document-link:hover {
  color: #056eac;
  text-decoration: none;
}

.documents_area .document-link.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.documents-note {
  background: #f4f9fd;
  border-radius: 16px;
  padding: 45px 50px;
  border: 1px solid #d7e6f2;
}

.documents-note h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.documents-note p {
  color: #647284;
}

.documents-note code {
  background: rgba(8, 152, 231, 0.12);
  color: #056eac;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 90%;
}

