/* ----------------------------------------------------------------------------------------
Template: Bodrum - Modular Multi Purpose HTML5 Template
Version: 1.0.8
Author: Tempload - support@tempload.com
 -----------------------------------------------------------------------------------------*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
- font & settings
- keyframes
- preloader
- global
- typography
- utilities
- buttons
- header
- welcome
- parallax
- features
- blog
- pricing
- login
- faq
- footer

--------------------------------------------- */
/* 
---------------------------------------------
font & settings
--------------------------------------------- 
*/
@import url("css.css");
/* 
---------------------------------------------
keyframes
--------------------------------------------- 
*/
@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}

@-webkit-keyframes welcome-flip-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(calc(-100% - -760px));
    transform: translateY(calc(-100% - -760px));
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes welcome-flip-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(calc(-100% - -760px));
    transform: translateY(calc(-100% - -760px));
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes driving {
  0% {
    -webkit-transform: translateY(-650px);
    transform: translateY(-650px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes driving {
  0% {
    -webkit-transform: translateY(-650px);
    transform: translateY(-650px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background: #0F70EB;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
}

#preloader #loader {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

#preloader #loader #box {
  width: 50px;
  height: 50px;
  background: #fff;
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

#preloader #loader #shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow .5s linear infinite;
}

/* 
---------------------------------------------
global
--------------------------------------------- 
*/
html, body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  background-color: #333;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.overflow-unset {
  overflow: unset !important;
}

.overflow-initial {
  overflow: initial !important;
}

::selection {
  background: #0F70EB;
  color: #fff;
}

::-moz-selection {
  background: #0F70EB;
  color: #fff;
}

.body-gray {
  background: #F8F9FA;
}

ul {
  margin-bottom: 0px;
}

.section-blue {
  background: #333333 !important;
}

.box {
  background: #000000;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.box.top-paper {
  position: relative;
}

.box.top-paper:before {
  content: '';
  position: absolute;
  width: 94%;
  height: 23px;
  top: -23px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #fff;
  opacity: .27;
}

.box.top-paper:after {
  content: '';
  position: absolute;
  width: 97%;
  height: 12px;
  top: -12px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #fff;
  opacity: .60;
}

.border-box {
  border: 1px solid #E7EAF3;
}

.bg-gray {
  background: #F8F9FA;
}

.bg-dark {
  background: #1A2A4F !important;
}

.bg-primary {
  background: #0F70EB !important;
}

.bg-primary-soft {
  background: #EDF3FF !important;
}

.bg-success {
  background: #00C9A7 !important;
}

.bg-success-soft {
  background: #E8FAF6 !important;
}

.bg-warning {
  background: #FDBF30 !important;
}

.bg-danger {
  background: #DE4437 !important;
}

.border-top {
  border-top: 1px solid #EEEEEE !important;
}

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

.divider {
  border-top: 1px solid #EEEEEE;
}

.profile-photo {
  width: 70px;
  height: 70px;
  background: #EDF3FF;
}

.header-badge {
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #E8FAF6;
  display: inline-block;
  padding: 0px 20px;
  min-width: 130px;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.80px;
  color: #00C9A7;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.header-badge-black {
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0px 20px;
  min-width: 130px;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.80px;
  color: #fff;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.header-badge-black:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: -1;
  opacity: .15;
  background: #000;
}

.header-badge-white {
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0px 20px;
  min-width: 130px;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.80px;
  color: #fff;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.header-badge-white:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: -1;
  opacity: .15;
  background: #fff;
}

.icon-list:hover p {
  padding-left: 5px;
}

.icon-list .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #EDF3FF;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #0F70EB;
  font-size: 12px;
  margin-right: 15px;
}

.icon-list p {
  -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;
}

.client-social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #EDF3FF;
  font-size: 16px;
  color: #0F70EB;
  margin: 0px 7px;
}

.client-social-no-bg li a {
  display: inline-block;
  font-size: 14px;
  color: #0F70EB;
  margin: 0px 7px;
}

.client-social-no-bg li:first-child a {
  margin-left: 0px;
}

.dots-top-30 .owl-dots {
  margin-top: 20px;
}

.dots-left .owl-dots {
  text-align: left !important;
}

.blue-dots .owl-dots {
  text-align: center;
}

.blue-dots .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #D8D8D8;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 0px 3px;
  outline: none;
  -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;
}

.blue-dots .owl-dots .owl-dot.active {
  background: #0F70EB;
  width: 24px;
}

.success-dots .owl-dots {
  text-align: center;
}

.success-dots .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #EDF3FF;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 0px 3px;
  outline: none;
  -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;
}

.success-dots .owl-dots .owl-dot.active {
  background: #00C9A7;
  width: 24px;
}

.padding-slider .owl-stage-outer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.input-buttons {
  height: 52px;
  width: 100%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #E7EAF3;
}

.input-buttons.success button {
  background: #00C9A7;
}

.input-buttons.danger button {
  background: #DE4437;
}

.input-buttons.warning button {
  background: #FDBF30;
}

.input-buttons.gradient {
  border: none;
}

.input-buttons.gradient button {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.input-buttons input {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 60px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #77838F;
  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;
}

.input-buttons input:focus {
  padding-left: 25px;
}

.input-buttons input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #77838F;
}

.input-buttons input:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #77838F;
}

.input-buttons button {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #0F70EB;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0px;
  outline: none;
  right: 5px;
  top: 5px;
  padding: 0px;
}

#sidebar.sticky {
  float: none;
  position: fixed;
  top: 20px;
  z-index: 1;
  left: auto;
}

.sticky-top {
  z-index: 2 !important;
}

.form-item .lbl {
  display: block;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.50px;
  color: #1E2022;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.form-item .input, .form-item .textarea {
  width: 100%;
  height: 52px;
  border: 1px solid #D5DAE2;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #1E2022;
}

.form-item .input:focus, .form-item .textarea:focus {
  border: 1px solid #0F70EB;
  padding-left: 25px;
}

.form-item .input::-webkit-input-placeholder, .form-item .textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #77838F;
}

.form-item .input:-moz-placeholder, .form-item .textarea:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #77838F;
}

.form-item .textarea {
  height: auto;
  padding: 20px;
  resize: none;
}

.form-item .file {
  width: 100%;
  height: 52px;
  border: 1px solid #D5DAE2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.form-item .file input {
  border: none;
  outline: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 3;
}

.form-item .file span {
  float: left;
  height: 52px;
  line-height: 52px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #77838F;
  z-index: 2;
}

.form-item .file .icon {
  position: absolute;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #0F70EB;
  right: 0px;
  top: 0px;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.form-item .file.gradient .icon {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.form-item .checkbox {
  position: relative;
  overflow: hidden;
}

.form-item .checkbox .checkbox-input {
  position: absolute;
  left: -50px;
}

.form-item .checkbox .checkbox-input:checked + .checkbox-lbl:after {
  opacity: 1;
}

.form-item .checkbox .checkbox-lbl {
  margin-bottom: 0px;
  line-height: 22px;
  padding-left: 30px;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #77838F;
}

.form-item .checkbox .checkbox-lbl a {
  color: #0F70EB;
}

.form-item .checkbox .checkbox-lbl:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  background: #fff;
  border: 1px solid #D5DAE2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.form-item .checkbox .checkbox-lbl:after {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 3px;
  top: 1px;
  font-size: 14px;
  color: #00C9A7;
  -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;
}

.form-item.custom-selectbox .bootstrap-select {
  width: 100% !important;
  height: 52px;
}

.form-item.custom-selectbox .bootstrap-select button {
  outline: none !important;
  height: 52px;
  background: #fff;
  border: 1px solid #D5DAE2;
  box-shadow: none !important;
}

.client-profile {
  opacity: .40;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.client-profile.active {
  opacity: 1;
  transform: scale(1.4);
}

.client-profile:hover {
  opacity: 1;
}

.client-text {
  -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;
  display: none;
}

.client-text.active {
  display: block;
}

.b-h-60-bg {
  position: relative;
}

.b-h-60-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0px;
  left: 0px;
  background: #0F70EB;
}

.b-h-60-bg-g {
  position: relative;
}

.b-h-60-bg-g:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.b-h-40-bg {
  position: relative;
}

.b-h-40-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0px;
  left: 0px;
  background: #0F70EB;
}

.b-h-40-bg-g {
  position: relative;
}

.b-h-40-bg-g:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.t-h-60-bg {
  position: relative;
  background: #F8F9FA;
}

.t-h-60-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0px;
  left: 0px;
  background: #0F70EB;
}

.t-h-60-bg-g {
  position: relative;
  background: #F8F9FA;
}

.t-h-60-bg-g:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.t-h-60-bg-gray {
  position: relative;
}

.t-h-60-bg-gray:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0px;
  left: 0px;
  background: #F8F9FA;
}

.hovered-list li a {
  display: block;
  min-height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #EDF3FF;
}

.hovered-list li a:hover .icon, .hovered-list li a.active .icon {
  width: 55px;
  background: #0F70EB;
  color: #fff;
}

.hovered-list li a .icon {
  float: left;
  height: 40px;
  width: 45px;
  background: #EDF3FF;
  text-align: center;
  line-height: 40px;
  color: #0F70EB;
  -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;
}

.hovered-list li a span {
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}

.oval-bg {
  background: url(../image/3.svg) right top no-repeat;
  background-size: contain;
}

.cat-menu .show-all {
  float: left;
  font-size: 14px;
  letter-spacing: 0.50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #77838F;
}

.cat-menu .show-all:hover, .cat-menu .show-all.active {
  color: #0F70EB;
}

.cat-menu ul {
  float: right;
}

.cat-menu ul li {
  display: inline;
  margin-left: 20px;
}

.cat-menu ul li a {
  font-size: 14px;
  letter-spacing: 0.50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #77838F;
}

.cat-menu ul li a:hover, .cat-menu ul li a.active {
  color: #0F70EB;
}

.portfolio-content {
  margin-bottom: 30px;
}

.portfolio-content:hover:after {
  opacity: .3;
}

.portfolio-content:hover .text {
  bottom: 0px;
}

.portfolio-content:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: #1E2022;
  z-index: 2;
  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;
}

.portfolio-content .text {
  position: absolute;
  padding: 15px;
  background: #0F70EB;
  left: 0px;
  bottom: -100%;
  width: 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;
  z-index: 3;
}

.portfolio-content.gradient .text {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.news {
  background: #4670F9;
  height: 26px;
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.news .info {
  background: #00C9A7;
  float: left;
  height: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 20px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 3px;
  margin-left: 3px;
  text-align: left;
}

.news span {
  float: left;
  padding-left: 15px;
  height: 26px;
  line-height: 26px;
  padding-right: 15px;
  color: #fff;
  text-align: left;
}

.square-32 {
  width: 32px;
  height: 32px;
}

.square-50 {
  width: 50px;
  height: 50px;
}

.square-80 {
  width: 80px;
  height: 80px;
}

.square-100 {
  width: 100px;
  height: 100px;
}

.square-200 {
  width: 200px;
  height: 200px;
}

.square-300 {
  width: 300px;
  height: 300px;
}

.oval-30 {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.oval-70 {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.oval-90 {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.oval-130 {
  width: 130px;
  height: 130px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.flex-1 {
  flex: 1;
}

.modal-backdrop {
  background: #293549;
}

.modal-backdrop.show {
  opacity: .75;
}

.modal-header {
  display: block;
  background: #F8F9FA;
}

.error-404 {
  font-size: 150px;
  line-height: 100px;
  font-weight: 700;
}

.pager {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
}

.pager.gradient li a.active {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
  color: #fff;
}

.pager li {
  display: inline-block;
}

.pager li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
  color: #77838F;
  -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;
  text-decoration: none;
}

.pager li a:hover {
  background: #EDF3FF;
}

.pager li a.active {
  background: #0F70EB;
  color: #fff;
}

blockquote {
  margin: 0px !important;
  padding: 20px;
  padding-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #EDF3FF;
  overflow: hidden;
}

blockquote .text {
  position: relative;
}

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

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

.badge-circle {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 12px;
  color: #fff;
}

.badge-circle.primary {
  background: #0F70EB;
}

.badge-circle.success {
  background: #00C9A7;
}

.badge-circle.warning {
  background: #FDBF30;
}

.badge-circle.danger {
  background: #DE4437;
}

.breadcrumb {
  text-align: center;
  margin: 0px;
  padding: 0px;
  background: none;
}

.breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.50px;
  padding-left: 15px;
}

.breadcrumb .breadcrumb-item:first-child:before {
  content: '';
}

.breadcrumb .breadcrumb-item:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #fff;
  padding-right: 15px;
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
}

.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
}

.dropdown-toggle {
  outline: none !important;
  box-shadow: none !important;
}

.dropdown-menu .active a span {
  color: #fff;
}

.dropdown-menu a {
  outline: none;
}

.listing-select {
  border: 1px solid #E7EAF3;
  display: inline;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.listing-select a {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  background: #F2F3F4;
  font-size: 14px;
  color: #77838F;
  -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;
}

.listing-select a.active {
  background: #0F70EB;
  color: #fff;
}

.progressbar {
  width: 100%;
  background: #EDF3FF;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 5px;
  position: relative;
}

.progressbar.gradient .line {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.progressbar .line {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #0F70EB;
}

.hljs {
  padding: 10px 30px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

.badge {
  font-size: 14px !important;
  line-height: inherit !important;
  padding: 0px 20px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .cat-menu {
    text-align: center;
  }
  .cat-menu .show-all {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
  }
  .cat-menu ul {
    float: none;
  }
  .cat-menu ul li {
    margin-left: 0px;
    display: block;
    margin-bottom: 10px;
  }
  .cat-menu ul li:last-child {
    margin-bottom: 0px;
  }
}

/* 
---------------------------------------------
typography
--------------------------------------------- 
*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f7f7f7;
  font-weight: 400;
}

h1 {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 1.45px;
}

h1 span {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 1.45px;
}

h2 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 1.2px;
}

h3 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.85px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.75px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.65px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.60px;
}

.display-1, .display-2, .display-3, .display-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1E2022;
  font-weight: 300;
}

.display-1 {
  font-size: 80px;
  line-height: 100px;
  letter-spacing: 3px;
}

.display-1 span {
  font-size: 80px;
  line-height: 100px;
  letter-spacing: 3px;
}

.display-2 {
  font-size: 70px;
  line-height: 88px;
  letter-spacing: 2.6px;
}

.display-2 span {
  font-size: 70px;
  line-height: 88px;
  letter-spacing: 2.6px;
}

.display-3 {
  font-size: 60px;
  line-height: 75px;
  letter-spacing: 2.25px;
}

.display-3 span {
  font-size: 60px;
  line-height: 75px;
  letter-spacing: 2.25px;
}

.display-4 {
  font-size: 55px;
  line-height: 70px;
  letter-spacing: 2px;
}

.display-4 span {
  font-size: 55px;
  line-height: 70px;
  letter-spacing: 2px;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #F7F7F7;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.60px;
}

p span {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.60px;
}

p.soft {
  color: #D9DADA;
}

span {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #F7F7F7;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.50px;
}

span a {
  color: #0F70EB;
}

.f-s-12 {
  font-size: 12px !important;
}

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

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

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

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

.f-s-17 {
  font-size: 17px !important;
}

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

.f-s-19 {
  font-size: 19px !important;
}

.f-s-20 {
  font-size: 20px !important;
}

.f-s-21 {
  font-size: 21px !important;
}

.f-s-22 {
  font-size: 22px !important;
}

.f-s-30 {
  font-size: 30px !important;
}

.l-h-16 {
  line-height: 16px !important;
}

.l-h-18 {
  line-height: 18px !important;
}

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

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

.font-semi {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.link {
  color: #0F70EB !important;
  font-size: 17px;
  line-height: 27px;
  text-decoration: underline !important;
}

.link-white {
  color: #fff !important;
  font-size: 17px;
  line-height: 27px;
  text-decoration: underline !important;
}

.link-white-d-n {
  color: #fff !important;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none !important;
}

.link-text {
  color: #77838F !important;
  font-size: 17px;
  line-height: 27px;
  text-decoration: underline !important;
}

.link-text-d-n {
  color: #77838F !important;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none !important;
}

.link-small {
  color: #0F70EB !important;
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline !important;
}

.hover-primary {
  -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;
}

.hover-primary:hover {
  color: #0F70EB;
}

.link-reset {
  color: inherit;
  -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;
}

.link-reset:hover {
  color: #0F70EB;
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  margin-bottom: 10px;
}

.text-content p {
  margin-bottom: 20px;
}

/* 
---------------------------------------------
utilities
--------------------------------------------- 
*/
.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

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

.m-b-25 {
  margin-bottom: 25px !important;
}

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

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

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

.m-b-50 {
  margin-bottom: 50px !important;
}

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

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

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

.m-b-110 {
  margin-bottom: 110px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.m-b-130 {
  margin-bottom: 130px !important;
}

.m-b-140 {
  margin-bottom: 140px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

.m-b-160 {
  margin-bottom: 160px !important;
}

.m-b-170 {
  margin-bottom: 170px !important;
}

.m-b-180 {
  margin-bottom: 180px !important;
}

.m-b-190 {
  margin-bottom: 190px !important;
}

.m-b-200 {
  margin-bottom: 200px !important;
}

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

.m-t-n50 {
  margin-top: -50px !important;
}

.m-t-n80 {
  margin-top: -80px !important;
}

.m-t-n100 {
  margin-top: -100px !important;
}

.m-t-n200 {
  margin-top: -200px !important;
}

.m-t-n160 {
  margin-top: -160px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

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

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

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

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-t-110 {
  margin-top: 110px !important;
}

.m-t-120 {
  margin-top: 120px !important;
}

.m-t-130 {
  margin-top: 130px !important;
}

.m-t-140 {
  margin-top: 140px !important;
}

.m-t-150 {
  margin-top: 150px !important;
}

.m-t-160 {
  margin-top: 160px !important;
}

.m-t-170 {
  margin-top: 170px !important;
}

.m-t-180 {
  margin-top: 180px !important;
}

.m-t-190 {
  margin-top: 190px !important;
}

.m-t-200 {
  margin-top: 200px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.m-r-110 {
  margin-right: 110px !important;
}

.m-r-120 {
  margin-right: 120px !important;
}

.m-r-130 {
  margin-right: 130px !important;
}

.m-r-140 {
  margin-right: 140px !important;
}

.m-r-150 {
  margin-right: 150px !important;
}

.m-r-160 {
  margin-right: 160px !important;
}

.m-r-170 {
  margin-right: 170px !important;
}

.m-r-180 {
  margin-right: 180px !important;
}

.m-r-190 {
  margin-right: 190px !important;
}

.m-r-200 {
  margin-right: 200px !important;
}

.m-l-n20 {
  margin-left: -20px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.m-l-110 {
  margin-left: 110px !important;
}

.m-l-120 {
  margin-left: 120px !important;
}

.m-l-130 {
  margin-left: 130px !important;
}

.m-l-140 {
  margin-left: 140px !important;
}

.m-l-150 {
  margin-left: 150px !important;
}

.m-l-160 {
  margin-left: 160px !important;
}

.m-l-170 {
  margin-left: 170px !important;
}

.m-l-180 {
  margin-left: 180px !important;
}

.m-l-190 {
  margin-left: 190px !important;
}

.m-l-200 {
  margin-left: 200px !important;
}

.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

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

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-l-r-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-l-r-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

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

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

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

.p-b-70 {
  padding-bottom: 70px !important;
}

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

.p-b-90 {
  padding-bottom: 90px !important;
}

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

.p-b-110 {
  padding-bottom: 110px !important;
}

.p-b-120 {
  padding-bottom: 120px !important;
}

.p-b-130 {
  padding-bottom: 130px !important;
}

.p-b-140 {
  padding-bottom: 140px !important;
}

.p-b-150 {
  padding-bottom: 150px !important;
}

.p-b-160 {
  padding-bottom: 160px !important;
}

.p-b-170 {
  padding-bottom: 170px !important;
}

.p-b-180 {
  padding-bottom: 180px !important;
}

.p-b-190 {
  padding-bottom: 190px !important;
}

.p-b-200 {
  padding-bottom: 200px !important;
}

.p-b-210 {
  padding-bottom: 210px !important;
}

.p-b-220 {
  padding-bottom: 220px !important;
}

.p-b-230 {
  padding-bottom: 230px !important;
}

.p-b-240 {
  padding-bottom: 240px !important;
}

.p-b-250 {
  padding-bottom: 250px !important;
}

.p-b-260 {
  padding-bottom: 260px !important;
}

.p-b-270 {
  padding-bottom: 270px !important;
}

.p-b-280 {
  padding-bottom: 280px !important;
}

.p-b-290 {
  padding-bottom: 290px !important;
}

.p-b-300 {
  padding-bottom: 300px !important;
}

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

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

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

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

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

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

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

.p-t-90 {
  padding-top: 90px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-t-110 {
  padding-top: 110px !important;
}

.p-t-120 {
  padding-top: 120px !important;
}

.p-t-130 {
  padding-top: 130px !important;
}

.p-t-140 {
  padding-top: 140px !important;
}

.p-t-150 {
  padding-top: 150px !important;
}

.p-t-160 {
  padding-top: 160px !important;
}

.p-t-170 {
  padding-top: 170px !important;
}

.p-t-180 {
  padding-top: 180px !important;
}

.p-t-190 {
  padding-top: 190px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.p-t-260 {
  padding-top: 260px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.p-l-110 {
  padding-left: 110px !important;
}

.p-l-120 {
  padding-left: 120px !important;
}

.p-l-130 {
  padding-left: 130px !important;
}

.p-l-140 {
  padding-left: 140px !important;
}

.p-l-150 {
  padding-left: 150px !important;
}

.p-l-160 {
  padding-left: 160px !important;
}

.p-l-170 {
  padding-left: 170px !important;
}

.p-l-180 {
  padding-left: 180px !important;
}

.p-l-190 {
  padding-left: 190px !important;
}

.p-l-200 {
  padding-left: 200px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.p-r-110 {
  padding-right: 110px !important;
}

.p-r-120 {
  padding-right: 120px !important;
}

.p-r-130 {
  padding-right: 130px !important;
}

.p-r-140 {
  padding-right: 140px !important;
}

.p-r-150 {
  padding-right: 150px !important;
}

.p-r-160 {
  padding-right: 160px !important;
}

.p-r-170 {
  padding-right: 170px !important;
}

.p-r-180 {
  padding-right: 180px !important;
}

.p-r-190 {
  padding-right: 190px !important;
}

.p-r-200 {
  padding-right: 200px !important;
}

.top-n300 {
  top: -300px;
}

.top-9 {
  top: 9px;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 10px;
}

.top-20 {
  top: 20px;
}

.top-30 {
  top: 30px;
}

.top-40 {
  top: 40px;
}

.top-50 {
  top: 50px;
}

.left-0 {
  left: 0px;
}

.left-10 {
  left: 10px;
}

.left-20 {
  left: 20px;
}

.left-30 {
  left: 30px;
}

.left-40 {
  left: 40px;
}

.left-50 {
  left: 50px;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 10px;
}

.right-20 {
  right: 20px;
}

.right-30 {
  right: 30px;
}

.right-40 {
  right: 40px;
}

.right-50 {
  right: 50px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 10px;
}

.bottom-20 {
  bottom: 20px;
}

.bottom-30 {
  bottom: 30px;
}

.bottom-40 {
  bottom: 40px;
}

.bottom-50 {
  bottom: 50px;
}

.bottom-100 {
  bottom: 100px;
}

.bottom-n1 {
  bottom: -1px;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.rounded-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.circle-top {
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
}

.circle-bottom {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.circle-left {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.circle-right {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.circle-top-left {
  border-top-left-radius: 40px;
}

.circle-top-right {
  border-top-right-radius: 40px;
}

.circle-bottom-left {
  border-bottom-left-radius: 40px;
}

.circle-bottom-right {
  border-bottom-right-radius: 40px;
}

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

.imgfix {
  position: relative;
  overflow: hidden;
}

.imgfix.d-flex .imgfix_wrapper_layer {
  display: flex;
}

.imgfix-animate.d-flex .imgfix_wrapper_layer {
  display: flex;
}

.overlay-blue {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-blue:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #0F70EB;
}

.overlay-blue.opacity-10:before {
  opacity: .10;
}

.overlay-blue.opacity-20:before {
  opacity: .20;
}

.overlay-blue.opacity-30:before {
  opacity: .30;
}

.overlay-blue.opacity-40:before {
  opacity: .40;
}

.overlay-blue.opacity-50:before {
  opacity: .50;
}

.overlay-blue.opacity-60:before {
  opacity: .60;
}

.overlay-blue.opacity-70:before {
  opacity: .70;
}

.overlay-blue.opacity-80:before {
  opacity: .80;
}

.overlay-blue.opacity-90:before {
  opacity: .90;
}

.overlay-gradient {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-gradient:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.overlay-gradient.opacity-10:before {
  opacity: .10;
}

.overlay-gradient.opacity-20:before {
  opacity: .20;
}

.overlay-gradient.opacity-30:before {
  opacity: .30;
}

.overlay-gradient.opacity-40:before {
  opacity: .40;
}

.overlay-gradient.opacity-50:before {
  opacity: .50;
}

.overlay-gradient.opacity-60:before {
  opacity: .60;
}

.overlay-gradient.opacity-70:before {
  opacity: .70;
}

.overlay-gradient.opacity-80:before {
  opacity: .80;
}

.overlay-gradient.opacity-90:before {
  opacity: .90;
}

.overlay-black {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-black:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000000;
}

.overlay-black.opacity-10:before {
  opacity: .10;
}

.overlay-black.opacity-20:before {
  opacity: .20;
}

.overlay-black.opacity-30:before {
  opacity: .30;
}

.overlay-black.opacity-40:before {
  opacity: .40;
}

.overlay-black.opacity-50:before {
  opacity: .50;
}

.overlay-black.opacity-60:before {
  opacity: .60;
}

.overlay-black.opacity-70:before {
  opacity: .70;
}

.overlay-black.opacity-80:before {
  opacity: .80;
}

.overlay-black.opacity-90:before {
  opacity: .90;
}

.overlay-black-gradient {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-black-gradient:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.transition-left-padding {
  -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;
}

.transition-left-padding:hover {
  padding-left: 5px;
}

.o-10 {
  opacity: .10;
}

.o-20 {
  opacity: .20;
}

.o-30 {
  opacity: .30;
}

.o-40 {
  opacity: .40;
}

.o-50 {
  opacity: .50;
}

.o-60 {
  opacity: .60;
}

.o-70 {
  opacity: .70;
}

.o-80 {
  opacity: .80;
}

.o-90 {
  opacity: .90;
}

.o-100 {
  opacity: 1;
}

.h-10 {
  height: 10px !important;
}

.h-20 {
  height: 20px !important;
}

.h-30 {
  height: 30px !important;
}

.h-40 {
  height: 40px !important;
}

.h-50 {
  height: 50px !important;
}

.h-60 {
  height: 60px !important;
}

.h-70 {
  height: 70px !important;
}

.h-80 {
  height: 80px !important;
}

.h-90 {
  height: 90px !important;
}

.h-100 {
  height: 100px !important;
}

.h-110 {
  height: 110px !important;
}

.h-120 {
  height: 120px !important;
}

.h-130 {
  height: 130px !important;
}

.h-140 {
  height: 140px !important;
}

.h-150 {
  height: 150px !important;
}

.h-160 {
  height: 160px !important;
}

.h-170 {
  height: 170px !important;
}

.h-180 {
  height: 180px !important;
}

.h-190 {
  height: 190px !important;
}

.h-200 {
  height: 200px !important;
}

.h-210 {
  height: 210px !important;
}

.h-220 {
  height: 220px !important;
}

.h-230 {
  height: 230px !important;
}

.h-240 {
  height: 240px !important;
}

.h-250 {
  height: 250px !important;
}

.h-260 {
  height: 260px !important;
}

.h-270 {
  height: 270px !important;
}

.h-280 {
  height: 280px !important;
}

.h-290 {
  height: 290px !important;
}

.h-300 {
  height: 300px !important;
}

.h-310 {
  height: 310px !important;
}

.h-320 {
  height: 320px !important;
}

.h-330 {
  height: 330px !important;
}

.h-340 {
  height: 340px !important;
}

.h-350 {
  height: 350px !important;
}

.h-360 {
  height: 360px !important;
}

.h-370 {
  height: 370px !important;
}

.h-380 {
  height: 380px !important;
}

.h-390 {
  height: 390px !important;
}

.h-400 {
  height: 400px !important;
}

.h-410 {
  height: 410px !important;
}

.h-420 {
  height: 420px !important;
}

.h-430 {
  height: 430px !important;
}

.h-440 {
  height: 440px !important;
}

.h-450 {
  height: 450px !important;
}

.h-460 {
  height: 460px !important;
}

.h-470 {
  height: 470px !important;
}

.h-480 {
  height: 480px !important;
}

.h-490 {
  height: 490px !important;
}

.h-500 {
  height: 500px !important;
}

.h-510 {
  height: 510px !important;
}

.h-520 {
  height: 520px !important;
}

.h-530 {
  height: 530px !important;
}

.h-540 {
  height: 540px !important;
}

.h-550 {
  height: 550px !important;
}

.h-560 {
  height: 560px !important;
}

.h-570 {
  height: 570px !important;
}

.h-580 {
  height: 580px !important;
}

.h-590 {
  height: 590px !important;
}

.h-600 {
  height: 600px !important;
}

.h-650 {
  height: 650px !important;
}

.h-850 {
  height: 850px !important;
}

.h-full {
  height: calc(100vh - 80px);
}

.h-full-footer {
  height: calc(100vh - 160px);
}

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3 {
  z-index: 3;
}

.z-i-4 {
  z-index: 4;
}

.z-i-5 {
  z-index: 5;
}

.w-percent-40 {
  width: 40% !important;
}

.w-percent-80 {
  width: 80% !important;
}

.w-percent-90 {
  width: 90% !important;
}

.w-percent-98 {
  width: 98% !important;
}

.w-60 {
  width: 60px !important;
}

.w-130 {
  width: 130px !important;
}

.w-200 {
  width: 200px !important;
}

.m-w-100 {
  min-width: 100% !important;
}

.overflow-inherit {
  overflow: inherit !important;
}

.center-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h-small {
  height: 190px;
}

.h-large {
  height: 320px;
}

.text-primary {
  color: #0F70EB !important;
}

.text-color-gradient {
  background: -webkit-linear-gradient(#0173EC, #743FE5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-color-primary {
  color: #0F70EB !important;
}

.text-color-primary-soft {
  color: #EDF3FF !important;
}

.text-color-success {
  color: #00C9A7 !important;
}

.text-color-success-soft {
  color: #E8FAF6 !important;
}

.text-color-danger {
  color: #DE4437 !important;
}

.text-color-warning {
  color: #FDBF30 !important;
}

.text-color-reset {
  color: #F7F7F7 !important;
}

.text-color-heading {
  color: #1E2022 !important;
}

.text-color-soft {
  color: #DBDFE9 !important;
}

.back-gradient {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.back-primary {
  background: #0F70EB;
}

.back-primary-light {
  background: #1978f0;
}

.back-success {
  background: #00C9A7;
}

.back-danger {
  background: #DE4437;
}

.back-warning {
  background: #FDBF30;
}

.back-black {
  background: #000;
}

.line-through {
  text-decoration: line-through;
}

.transform-rotate-1 {
  -webkit-transform: rotate(-28deg);
  transform: rotate(-28deg);
  -webkit-transform-origin: 30% 20%;
  transform-origin: 30% 20%;
}

.bg-soft {
  background: #F8F9FA;
}

@media (max-width: 991px) {
  .sm-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-bottom-120 {
    margin-bottom: 120px !important;
  }
  .sm-bg-primary {
    background: #0F70EB;
  }
  .sm-m-0 {
    margin: 0px !important;
  }
  .sm-m-auto {
    margin: auto !important;
  }
  .sm-m-r-0 {
    margin-right: 0px !important;
  }
  .sm-m-x-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .sm-m-t-30 {
    margin-top: 30px !important;
  }
  .sm-m-t-60 {
    margin-top: 60px !important;
  }
  .sm-m-t-120 {
    margin-top: 120px !important;
  }
  .sm-m-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-m-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-m-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-m-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-m-b-120 {
    margin-bottom: 120px !important;
  }
  .sm-p-t-120 {
    padding-top: 120px !important;
  }
  .sm-p-b-120 {
    padding-bottom: 120px !important;
  }
  .sm-p-b-0 {
    padding-bottom: 0px !important;
  }
  .sm-text-center {
    text-align: center !important;
  }
  .sm-center-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h-full-footer {
    height: auto;
  }
  .sm-height-auto {
    height: auto !important;
  }
  .sm-h-220 {
    height: 220px !important;
  }
  .sm-h-900 {
    height: 900px !important;
  }
  .sm-pull-left {
    float: left !important;
  }
  .sm-pull-right {
    float: right !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sm-text-right {
    text-align: right !important;
  }
  .sm-text-white {
    color: #fff !important;
  }
  .sm-full-width {
    width: 100% !important;
  }
}

/* 
---------------------------------------------
buttons
--------------------------------------------- 
*/
.button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none !important;
  border: none;
  min-width: 150px;
  outline: none;
}

.button.btn-52 {
  height: 52px;
  line-height: 52px;
}

.button:hover {
  color: #fff;
}

.button.button-primary {
  background: #0F70EB;
  outline: none;
}

.button.button-primary:hover {
  box-shadow: 0 4px 11px rgba(55, 125, 255, 0.35);
}

.button.button-primary-soft {
  background: #EDF3FF;
  color: #0F70EB;
  outline: none;
}

.button.button-success {
  background: #00C9A7;
  outline: none;
}

.button.button-success:hover {
  box-shadow: 0 4px 11px rgba(0, 201, 167, 0.35);
}

.button.button-success-soft {
  background: #E8FAF6;
  color: #00C9A7;
  outline: none;
}

.mini-button {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none !important;
  border: none;
  min-width: 70px;
  outline: none;
}

.mini-button:hover {
  color: #fff;
}

.mini-button.button-primary {
  background: #0F70EB;
  outline: none;
}

.mini-button.button-primary:hover {
  box-shadow: 0 4px 11px rgba(55, 125, 255, 0.35);
}

.mini-button.button-primary-soft {
  background: #EDF3FF;
  color: #0F70EB;
  outline: none;
}

.mini-button.button-success {
  background: #00C9A7;
  outline: none;
}

.mini-button.button-success:hover {
  box-shadow: 0 4px 11px rgba(0, 201, 167, 0.35);
}

.mini-button.button-success-soft {
  background: #E8FAF6;
  color: #00C9A7;
  outline: none;
}

.btn-reply {
  background: #F4F8FB;
  color: #77838F;
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  -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;
}

.btn-reply i {
  font-size: 12px;
}

.btn-reply:hover {
  background: #0F70EB;
  color: #fff;
  text-decoration: none;
}

.video-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}

.video-button.oval .play {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.video-button .play {
  width: 50px;
  height: 50px;
  background: #E8FAF6;
  color: #00C9A7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.video-button span {
  display: inline-block;
  margin-left: 15px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: #1E2022;
}

.play-button {
  width: 76px;
  height: 76px;
  position: relative;
  text-decoration: none !important;
}

.play-button:hover:after {
  transform: scale(1.1);
}

.play-button:before {
  content: '';
  position: absolute;
  width: 76px;
  height: 76px;
  background: #fff;
  z-index: 1;
  opacity: .3;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.play-button:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  z-index: 2;
  top: 13px;
  left: 13px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  transition: all .2s ease-in-out;
}

.play-button i {
  position: relative;
  z-index: 3;
  padding-left: 5px;
  color: #0F70EB;
}

.download-button {
  background: #0F70EB;
  display: inline-block;
  min-width: 170px;
  height: 54px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}

.download-button .icon {
  float: left;
  width: 50px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.download-button .icon img {
  margin-top: -4px;
}

.download-button .text {
  float: left;
  height: 54px;
  text-align: left;
}

.download-button .text span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.40px;
  color: #fff;
  line-height: 12px;
  margin-top: 10px;
}

.download-button .text strong {
  display: block;
  font-size: 16px;
  letter-spacing: 0.60px;
  color: #fff;
  line-height: 24px;
}

.bottom-button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #0F70EB;
  background: #FFFFFF;
  box-shadow: 0 0 64px 0 rgba(22, 28, 45, 0.1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.main-nav-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 80px;
  z-index: 10;
}

.main-nav-container .main-nav {
  position: relative;
}

.main-nav-container .main-nav .logo {
  height: 80px;
}

.main-nav-container .main-nav .menu .menu-container .menu-item.open-mega-menu:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.main-nav-container .main-nav .menu .menu-container .menu-item.open-mini-menu:hover .mini-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.main-nav-container .main-nav .menu .menu-container .menu-item.open-sub-menu:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .nav-link {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #F7F7F7;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .nav-link.submenu-icon:after {
  font-family: FontAwesome;
  content: "\f078";
  font-size: 8px;
  float: right;
  margin-left: 10px;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .nav-button {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 15px;
  background: #0F70EB;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .nav-button:hover {
  box-shadow: 0 4px 11px rgba(55, 125, 255, 0.35);
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mega-menu {
  position: absolute;
  width: 100%;
  left: 0px;
  min-height: 345px;
  border-top: 3px solid #0F70EB;
  top: 80px;
  opacity: 0;
  transform: translateY(-0.5em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mega-menu .mega-menu-img {
  height: 345px;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mega-menu .mega-menu-img .imgfix_wrapper_layer {
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mega-menu .mega-menu-img .content {
  position: relative;
  z-index: 2;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mega-menu .sub-title {
  display: block;
  font-weight: 700;
  color: #1E2022;
  margin-bottom: 10px;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mega-menu ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.50px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  color: #77838F;
  -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;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mega-menu ul li a:hover {
  color: #0F70EB;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mini-menu {
  position: absolute;
  width: 570px;
  right: 0px;
  height: 245px;
  border-top: 3px solid #0F70EB;
  top: 80px;
  opacity: 0;
  transform: translateY(-0.5em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mini-menu.w-300 {
  width: 300px;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mini-menu .mini-menu-img {
  height: 245px;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mini-menu .mini-menu-img .imgfix_wrapper_layer {
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mini-menu .mini-menu-img .content {
  position: relative;
  z-index: 2;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mini-menu .icon-item {
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mini-menu .icon-item .icon {
  margin-right: 10px;
  text-align: center;
  width: 76px;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mini-menu .icon-item .text h6 {
  -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;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mini-menu .icon-item .version {
  font-weight: 400;
  font-size: 10px;
  color: #0F70EB;
  letter-spacing: 0.35px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding-left: 5px;
  padding-right: 5px;
  height: 18px;
  line-height: 18px;
  margin-left: auto;
  background: #EDF3FF;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .mini-menu .icon-item:hover .text h6 {
  color: #0F70EB;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu {
  position: absolute;
  width: 230px;
  border-top: 3px solid #0F70EB;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 80px;
  opacity: 0;
  transform: translateY(-0.5em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu .sub-menu-item {
  position: relative;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu .sub-menu-item .sub-menu-link {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  text-decoration: none;
  color: #77838F;
  -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;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu .sub-menu-item .sub-menu-link:hover {
  color: #0F70EB;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu .sub-menu-item .sub-menu-link.level-menu-icon:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 8px;
  float: right;
  margin-right: 20px;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu .sub-menu-item .level-menu {
  position: absolute;
  top: 0px;
  left: 230px;
  width: 230px;
  border-top: 3px solid #0F70EB;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;
  transform: translateY(-0.5em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu .sub-menu-item .level-menu .level-menu-item .level-menu-link {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  text-decoration: none;
  color: #77838F;
  -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;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu .sub-menu-item .level-menu .level-menu-item .level-menu-link:hover {
  color: #0F70EB;
}

.main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu .sub-menu-item.open-level-menu:hover .level-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

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

.main-nav-container .main-nav .menu-trigger span,
.main-nav-container .main-nav .menu-trigger span:before,
.main-nav-container .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: #1E2022;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0;
}

.main-nav-container .main-nav .menu-trigger span:before,
.main-nav-container .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: #1E2022;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0;
  width: 75%;
}

.main-nav-container .main-nav .menu-trigger span:before,
.main-nav-container .main-nav .menu-trigger span:after {
  content: "";
}

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

.main-nav-container .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;
}

.main-nav-container .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;
}

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

.main-nav-container .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: #1E2022;
}

.main-nav-container .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: #1E2022;
}

@media (max-width: 991px) {
  .main-nav-container {
    position: absolute;
    height: auto;
    overflow: hidden;
  }
  .main-nav-container .main-nav .menu {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: none;
  }
  .main-nav-container .main-nav .menu .menu-container {
    display: block !important;
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item {
    height: 40px;
    overflow: hidden;
    transition: height .3s ease-out;
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item .nav-link {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item .mega-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    top: 0px;
    transform: translateY(0%);
    border: none;
    border-left: 3px solid #0F70EB;
    box-shadow: none;
    border-radius: 0px !important;
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item .mega-menu .padding-25 {
    padding: 20px !important;
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item .mega-menu .mega-menu-img {
    display: none;
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item .mega-menu .last {
    margin-bottom: 0px;
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item .mini-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    top: 0px;
    transform: translateY(0%);
    border: none;
    border-left: 3px solid #0F70EB;
    box-shadow: none;
    border-radius: 0px !important;
    width: 100% !important;
    height: auto;
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item .mini-menu .mini-menu-img {
    display: none;
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    top: 0px;
    transform: translateY(0%);
    border: none;
    border-left: 3px solid #0F70EB;
    box-shadow: none;
    border-radius: 0px !important;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu .sub-menu-item {
    height: 40px;
    overflow: hidden;
    transition: height .3s ease-out;
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu .sub-menu-item .sub-menu-link {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 0px;
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu .sub-menu-item .sub-menu-link .level-menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu .sub-menu-item .sub-menu-link.level-menu-icon:after {
    margin-right: 1px;
    content: "\f078";
  }
  .main-nav-container .main-nav .menu .menu-container .menu-item .sub-menu .sub-menu-item .level-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    top: 0px;
    left: 20px;
    transform: translateY(0%);
    border: none;
    border-left: 3px solid #0F70EB;
    box-shadow: none;
    border-radius: 0px !important;
  }
  .main-nav-container .main-nav .menu-trigger {
    display: block;
  }
}

@media (min-width: 992px) {
  .main-nav-container .main-nav .menu {
    display: block !important;
  }
  .main-nav-container .main-nav .menu .menu-item {
    height: auto !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-overlay {
  position: relative;
}

.welcome-overlay .background {
  overflow: hidden;
  position: relative;
}

.welcome-overlay .background .bg-image {
  position: absolute;
  z-index: 1;
  width: 75%;
  height: 100%;
  right: 0px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.welcome-overlay .background .bg-image img {
  float: right;
}

.welcome-overlay .background .bg-1 {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.welcome-overlay .background .bg-1 img {
  width: 100%;
  height: auto;
}

.welcome-overlay .content {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.welcome-flow .flow-container {
  height: 640px;
  position: relative;
  overflow: hidden;
}

.welcome-flow .flow-container .flow-content {
  -webkit-animation: welcome-flip-animation linear 50s infinite;
  animation: welcome-flip-animation linear 50s infinite;
}

.welcome-percent {
  min-height: 750px;
  position: relative;
}

.welcome-percent.right-bg:before {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: #EDF3FF;
  border-bottom-left-radius: 100px;
}

.welcome-percent.right-bg:after {
  content: '';
  position: absolute;
  width: calc(60% - 20px);
  height: calc(100% - 20px);
  top: 0px;
  right: 0px;
  background: #0F70EB;
  border-bottom-left-radius: 100px;
}

.welcome-percent.right-bg-gradient:before {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: #EDF3FF;
  border-bottom-left-radius: 100px;
}

.welcome-percent.right-bg-gradient:after {
  content: '';
  position: absolute;
  width: calc(60% - 20px);
  height: calc(100% - 20px);
  top: 0px;
  right: 0px;
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
  border-bottom-left-radius: 100px;
}

.welcome-percent .content {
  width: 100%;
  z-index: 2;
}

.welcome-percent .content .vertical-text {
  font-weight: 700;
  font-size: 68px;
  line-height: 68px;
  letter-spacing: 2.50px;
  text-align: center;
  color: #EEEEEE;
  height: 500px;
}

.welcome-percent .content .vertical-text .text {
  transform-origin: 0% 0%;
  transform: rotate(-90deg) translate(0%, 0%);
}

.welcome-percent .content .image {
  height: 500px;
  overflow: hidden;
  border-top-left-radius: 100px;
}

.welcome-percent .content .image .imgfix_wrapper_layer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.welcome-auto {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.welcome-auto .container {
  z-index: 2;
  position: relative;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.welcome-personal {
  height: 630px;
  overflow: hidden;
  position: relative;
}

.welcome-personal .cover {
  height: 550px;
}

.welcome-personal .content {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

.welcome-personal .content .img {
  background: #fff;
  padding: 3px;
  float: left;
}

.welcome-personal .content .text {
  height: 80px;
  padding-left: 25px;
}

.welcome-personal .content .social {
  float: right;
  margin-left: auto;
}

.welcome-personal .content .social li {
  display: inline;
}

.welcome-personal .content .social li a {
  float: left;
  height: 80px;
  line-height: 80px;
  margin-left: 10px;
  font-size: 22px;
  color: #77838F;
  -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;
}

.welcome-personal .content .social li a:hover {
  color: #0F70EB;
}

.welcome-bg .bg {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}

.welcome-location {
  height: 700px;
  background: #0F70EB;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.welcome-location.gradient {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.welcome-location .roads-bg {
  height: 100px;
  -webkit-transform: rotateX(45deg);
  transform: rotateX(45deg);
}

.welcome-location .roads-bg .roads {
  border: 1px solid red;
  position: absolute;
  top: -2400px;
  height: 5000px;
  background-image: url(../image/roads.svg);
  background-position: 50%;
  background-size: 25%;
  width: 100%;
  -webkit-transform: translateY(-650px);
  transform: translateY(-650px);
  -webkit-animation: driving 40000ms linear 0ms infinite;
  animation: driving 40000ms linear 0ms infinite;
}

.welcome-location .road {
  position: absolute;
  width: 200px;
  height: 700px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: url(../image/road.svg) bottom center no-repeat;
  z-index: 3;
}

.welcome-location .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(180deg, #335EEA 11%, rgba(51, 94, 234, 0) 100%);
  z-index: 4;
}

.welcome-location .bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 98px;
  bottom: 0px;
  left: 0px;
  background: url(../image/road-bottom.svg) center center;
}

.welcome-location .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 5;
}

.welcome-location .content .road-arrow {
  position: absolute;
  width: 124px;
  height: 124px;
  bottom: 80px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: url(../image/road-arrow.svg) center center no-repeat;
}

@media (max-width: 991px) {
  .welcome-overlay .background {
    width: 100%;
  }
  .welcome-overlay .background .bg-image {
    position: relative;
    height: 500px;
    width: 100%;
  }
  .welcome-overlay .background .bg-image.opacity-30:before {
    opacity: .5;
  }
  .welcome-overlay .background .bg-1 {
    display: none;
  }
  .welcome-overlay .content {
    text-align: center;
  }
  .welcome-overlay .content h1, .welcome-overlay .content p {
    color: #fff;
  }
  .welcome-overlay .content .buttons {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .welcome-overlay .content .buttons .button {
    margin-right: 0px;
  }
  .welcome-overlay .content .buttons .video-button {
    display: none;
  }
  .welcome-overlay .play-button {
    display: none;
  }
  .welcome-flow .content {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
  }
  .welcome-flow .content .buttons {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .welcome-percent {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .welcome-percent.right-bg:before {
    width: 100%;
  }
  .welcome-percent.right-bg:after {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
  .welcome-percent .content .vertical-text {
    color: #EDF3FF;
    font-size: 46px;
  }
  .welcome-percent .content .vertical-text .text {
    transform-origin: 0% 10%;
    transform: rotate(-90deg) translate(30%, 0%);
  }
  .welcome-location .roads-bg {
    height: auto !important;
  }
}

/* 
---------------------------------------------
parallax
--------------------------------------------- 
*/
.parallax {
  min-height: 100px;
  background: transparent;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}

.parallax.p-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

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

.parallax.overlay-gradient:before {
  height: 150%;
  top: -25%;
  bottom: -25%;
}

/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-colored {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
}

.features-colored.primary {
  background: #EDF3FF;
  color: #0F70EB;
}

.features-colored.success {
  background: #E8FAF6;
  color: #00C9A7;
}

.features-colored.danger {
  background: #FBEEED;
  color: #DE4437;
}

.features-colored.warning {
  background: #FFF4DA;
  color: #FDBF30;
}

.features-white-circle.right-radial-bottom {
  position: relative;
}

.features-white-circle.right-radial-bottom:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 30px;
  left: 59%;
  top: 40px;
  background: url(../image/radial-bg-bottom.svg) center center no-repeat;
}

.features-white-circle.right-radial-top {
  position: relative;
}

.features-white-circle.right-radial-top:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 30px;
  left: 59%;
  top: 0px;
  background: url(../image/radial-bg-top.svg) center center no-repeat;
}

.features-white-circle:hover .icon, .features-white-circle.active .icon {
  background: #0F70EB;
  color: #EDF3FF;
}

.features-white-circle.gradient:hover .icon, .features-white-circle.gradient.active .icon {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
  color: #EDF3FF;
}

.features-white-circle .icon {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  border: 1px solid #EDF3FF;
  background: #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;
  color: #0F70EB;
  display: inline-block;
}

.features-white-square.right-radial-bottom {
  position: relative;
}

.features-white-square.right-radial-bottom:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 30px;
  left: 59%;
  top: 40px;
  background: url(../image/radial-bg-bottom.svg) center center no-repeat;
}

.features-white-square.right-radial-top {
  position: relative;
}

.features-white-square.right-radial-top:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 30px;
  left: 59%;
  top: 0px;
  background: url(../image/radial-bg-top.svg) center center no-repeat;
}

.features-white-square:hover .icon, .features-white-square.active .icon {
  background: #0F70EB;
  color: #EDF3FF;
}

.features-white-square.gradient:hover .icon, .features-white-square.gradient.active .icon {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
  color: #EDF3FF;
}

.features-white-square .icon {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 70px;
  font-size: 26px;
  border: 1px solid #EDF3FF;
  background: #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;
  color: #0F70EB;
  display: inline-block;
}

.features-shadow {
  overflow: hidden;
}

.features-shadow .icon {
  float: left;
  width: 96px;
  height: 96px;
  text-align: center;
  line-height: 96px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #C1D0FF;
  font-size: 30px;
  color: #0F70EB;
  position: relative;
}

.features-shadow .icon:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  top: 12px;
  left: 12px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #C1D0FF;
  background: #EDF3FF;
  z-index: 1;
}

.features-shadow .icon i {
  position: relative;
  z-index: 2;
}

.features-shadow .text {
  float: left;
  width: calc(100% - 96px);
  padding-left: 30px;
}

.features-shadow .text a {
  color: #0F70EB;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.50px;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .features-white-circle.right-radial-bottom:before, .features-white-square.right-radial-bottom:before {
    display: none;
  }
  .features-white-circle.right-radial-top:before, .features-white-square.right-radial-top:before {
    display: none;
  }
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-2-col .left {
  float: left;
  width: 50%;
  padding: 25px;
  position: relative;
}

.blog-2-col .left .profile {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.blog-2-col .left .profile .img {
  margin-right: 15px;
}

.blog-2-col .right {
  float: right;
  width: 50%;
}

.blog-2-col .right .img {
  height: 330px;
  overflow: hidden;
}

.blog-2-col .right .img .date {
  position: absolute;
  z-index: 2;
  right: 25px;
  top: 25px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
}

.blog-2-col .right .img .date:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #000;
  z-index: -1;
  opacity: .20;
}

.blog-opacity-date {
  position: relative;
  float: left;
  padding: 0px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 15px;
}

.blog-opacity-date:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  z-index: 1;
  opacity: .20;
}

.blog-opacity-date span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.blog-cat {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  overflow: hidden;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.blog-cat li {
  position: relative;
}

.blog-cat li:hover:before, .blog-cat li.active:before {
  opacity: 1;
}

.blog-cat li:hover a, .blog-cat li.active a {
  color: #0F70EB;
  text-decoration: none;
}

.blog-cat li:hover a:after, .blog-cat li.active a:after {
  color: #0F70EB;
}

.blog-cat li:hover a:hover, .blog-cat li.active a:hover {
  padding-left: 60px;
}

.blog-cat li:nth-child(even) {
  background: #F9FAFF;
}

.blog-cat li:last-child a {
  border: none;
}

.blog-cat li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 50px;
  background: #0F70EB;
  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;
}

.blog-cat li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  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;
  position: relative;
  font-size: 14px;
  color: #77838F;
  text-decoration: none;
}

.blog-cat li a:hover {
  padding-left: 70px;
}

.blog-cat li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 30px;
  color: #1E2022;
}

.blog-cat li a span {
  float: right;
  margin-right: 30px;
  display: inline-block;
  background: #EDF3FF;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  color: #77838F;
  margin-top: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.blog-profile {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 30px;
}

.blog-profile-info {
  margin-right: 30px;
}

.blog-profile-info strong {
  color: #77838F;
}

@media (max-width: 991px) {
  .blog-2-col {
    display: block !important;
  }
  .blog-2-col .left .profile {
    position: relative;
    bottom: auto;
    left: 0px;
    margin-top: 20px;
  }
  .blog-2-col .left, .blog-2-col .right {
    width: 100%;
  }
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.prices-percent {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.prices-percent .price-1 {
  float: left;
  width: 50%;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.prices-percent .price-2 {
  float: left;
  width: 50%;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pricing-horizontal {
  overflow: hidden;
}

.pricing-horizontal .left {
  float: left;
  width: 100%;
  height: max-content;
}

.pricing-horizontal .right {
  float: right;
  width: 100%;
}

@media (max-width: 991px) {
  .prices-percent {
    display: block;
  }
  .prices-percent .price-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .prices-percent .price-2 {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}

/* 
---------------------------------------------
login
--------------------------------------------- 
*/
.login-left {
  float: left;
  width: 35%;
  height: calc(100vh - 80px);
}

.login-right {
  float: left;
  width: 65%;
  height: calc(100vh - 80px);
}

@media (max-width: 991px) {
  .login-left {
    width: 100%;
  }
  .login-right {
    width: 100%;
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* 
---------------------------------------------
faq
--------------------------------------------- 
*/
.faq .card {
  border: none;
  background: none;
  background: #FFFFFF;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}

.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 .faq-title {
  padding-left: 5px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  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: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EEEEEE;
}

.faq .card .card-body {
  padding: 25px;
  padding-bottom: 0px;
}

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

.faq .card .card-body p {
  margin-bottom: 25px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
.footer .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.50px;
  color: #F7F7F7;
  margin-bottom: 30px;
}

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

.footer .footer-nav li a {
  text-decoration: none;
}

.footer .footer-nav li a:hover span {
  color: #0F70EB;
  padding-left: 18px;
}

.footer .footer-nav li a i {
  color: #F7F7F7;
}

.footer .footer-nav li a span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #F7F7F7;
  padding-left: 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;
}

.footer .address {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.50px;
  color: #F7F7F7;
}

.footer .address p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.50px;
  color: #F7F7F7;
}

.footer .address p a {
  color: #F7F7F7;
  text-decoration: none;
}

.footer .copyright {
  border-top: 1px solid #666666;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.50px;
  color: #F7F7F7;
}
