/*-----------------------------------------------------------------------------------

    Template Name: DigiMark Digital Marketing Agency HTML Template
    Template URI: site.com
    Description: DigiMark Digital Marketing Agency HTML Template
    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

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #798795;
  overflow-X: hidden; }

* {
  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: "Poppins", sans-serif;
  font-weight: 700;
  color: #404040;
  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: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #798795;
  margin: 0px;
  font-family: "Open Sans", sans-serif; }

.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;
  font-family: "Poppins", sans-serif;
  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: 2px solid #f14836;
  padding: 0 30px;
  font-size: 16px;
  height: 55px;
  line-height: 51px;
  border-radius: 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: #f14836; }
  .main-btn:hover {
    background-color: rgba(241, 72, 54, 0.3);
    color: #f14836;
    border-color: #f14836; }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #f14836;
    border-color: #f14836; }
    .main-btn.main-btn-2:hover {
      background-color: rgba(241, 72, 54, 0.3);
      border-color: #f14836; }

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #f14836;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .section-title .sub-title {
      font-size: 16px; } }
.section-title .title {
  font-size: 32px;
  padding-top: 10px; }
  @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; } }
  .section-title .title span {
    font-weight: 400;
    display: contents; }
.section-title.section-title-white .sub-title {
  color: #fff; }
.section-title.section-title-white .title {
  color: #fff; }
.section-title.section-title-2 .sub-title {
  color: #164aa9; }
.section-title.section-title-3 .sub-title {
  color: #05de7d; }
.section-title.section-title-4 .sub-title {
  color: #f23559; }
.section-title.section-title-5 .sub-title {
  color: #3969bf; }
.section-title.section-title-6 .sub-title {
  color: #f23559; }
.section-title.section-title-6 .title {
  color: #fff; }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Slick Slide Outline Style =====*/
.gradient-wrapper {
  background: -webkit-linear-gradient(#eaf1ff 0%, white 50%, #eaf1ff 100%);
  background: -o-linear-gradient(#eaf1ff 0%, white 50%, #eaf1ff 100%);
  background: linear-gradient(#eaf1ff 0%, white 50%, #eaf1ff 100%); }

/*===== All Slick Slide Outline Style =====*/
.hosting-wrapper {
  background-color: #04022e; }

/*===== 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: #f14836 #f14836 #d0ddea;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #d0ddea;
      -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: #d0ddea;
      -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); } }
/*===========================
    2.HEADER css 
===========================*/
.header-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }

/*===== HEADER TOP =====*/
.header-top {
  border-bottom: 1px solid #d0ddea;
  padding: 10px 0; }
  .header-top.header-top-white {
    border-color: rgba(255, 255, 255, 0.4); }

.header-info .text {
  font-size: 14px; }
  .header-info .text span {
    font-weight: 600;
    color: #000; }
.header-info.info-white .text {
  color: #fff; }
  .header-info.info-white .text span {
    color: #fff; }

.header-language .dropdown {
  padding-right: 50px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-language .dropdown {
      padding-right: 30px; } }
  .header-language .dropdown button {
    font-size: 14px;
    font-weight: 600;
    color: #798795;
    padding: 8px 0;
    background: none;
    border: 0; }
    .header-language .dropdown button img {
      width: 20px;
      margin-right: 3px; }
  .header-language .dropdown .dropdown-menu {
    min-width: auto;
    white-space: nowrap;
    padding: 0;
    border-radius: 0; }
    .header-language .dropdown .dropdown-menu a {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #798795;
      padding: 5px 10px;
      background: none;
      border: 0; }
      .header-language .dropdown .dropdown-menu a img {
        width: 20px;
        margin-right: 3px; }
.header-language.language-white .dropdown button {
  color: #fff; }

.header-user ul li {
  display: inline-block;
  position: relative; }
  .header-user ul li + li {
    margin-left: 16px; }
    .header-user ul li + li::before {
      position: absolute;
      content: '/';
      color: #222;
      top: 2px;
      left: -13px;
      font-size: 14px; }
      @media (max-width: 767px) {
        .header-user ul li + li::before {
          font-size: 12px;
          top: 5px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-user ul li + li::before {
          font-size: 14px;
          top: 2px; } }
  .header-user ul li a {
    font-size: 14px;
    color: #222;
    font-weight: 600; }
    @media (max-width: 767px) {
      .header-user ul li a {
        font-size: 12px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-user ul li a {
        font-size: 14px; } }
    .header-user ul li a.login {
      color: #f23559; }
.header-user.user-white ul li + li::before {
  color: #fff; }
.header-user.user-white ul li a {
  color: #fff; }
  .header-user.user-white ul li a.login {
    color: #fff; }

/*===== NAVBAR =====*/
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -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-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s; }
  .sticky .navbar {
    padding: 14px 0 15px; }

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); } }
.navbar {
  padding: 25px 0;
  border-radius: 5px;
  position: relative; }

.navbar-brand {
  padding: 0; }

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    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 .nav-item {
  margin-left: 40px;
  position: relative; }
  .navbar-nav .nav-item:first-child {
    margin-left: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-left: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    -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: 10px 0;
    position: relative;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif; }
    @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.active > a, .navbar-nav .nav-item:hover > a {
    color: #f14836; }
  .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; }
        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
          padding-left: 25px;
          color: #f14836; }
.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-user {
    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-user {
    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-user ul li {
  display: inline-block;
  position: relative; }
  .navbar-user ul li + li {
    margin-left: 16px; }
    .navbar-user ul li + li::before {
      position: absolute;
      content: '/';
      color: #222;
      top: 2px;
      left: -13px;
      font-size: 14px; }
      @media (max-width: 767px) {
        .navbar-user ul li + li::before {
          font-size: 12px;
          top: 5px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .navbar-user ul li + li::before {
          font-size: 14px;
          top: 2px; } }
  .navbar-user ul li a {
    font-size: 14px;
    color: #222; }
    @media (max-width: 767px) {
      .navbar-user ul li a {
        font-size: 12px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .navbar-user ul li a {
        font-size: 14px; } }
    .navbar-user ul li a.login {
      color: #798795; }

.navbar-btn {
  margin-left: 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-btn {
      margin-left: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
      position: absolute;
      top: 50%;
      right: 175px;
      -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: 175px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .navbar-btn .main-btn {
    height: 45px;
    line-height: 41px; }
    @media (max-width: 767px) {
      .navbar-btn .main-btn {
        height: 40px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 20px; } }

/*===== NAVBAR 2 =====*/
.navbar-2 .navbar-nav .nav-item.active > a, .navbar-2 .navbar-nav .nav-item:hover > a {
  color: #164aa9; }
.navbar-2 .navbar-nav .nav-item .sub-menu li a.active, .navbar-2 .navbar-nav .nav-item .sub-menu li a:hover {
  color: #164aa9; }

/*===== NAVBAR white =====*/
.navbar-white .navbar-toggler .toggler-icon {
  background-color: #fff; }
.navbar-white .navbar-nav .nav-item a {
  color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-white .navbar-nav .nav-item a {
      color: #222; } }
  @media (max-width: 767px) {
    .navbar-white .navbar-nav .nav-item a {
      color: #222; } }
.navbar-white .navbar-nav .nav-item.active > a, .navbar-white .navbar-nav .nav-item:hover > a {
  color: #f14836; }
.navbar-white .navbar-nav .nav-item .sub-menu li a {
  color: #222; }
  .navbar-white .navbar-nav .nav-item .sub-menu li a.active, .navbar-white .navbar-nav .nav-item .sub-menu li a:hover {
    color: #f14836; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-white .navbar-nav .sub-nav-toggler {
    color: #222; } }
@media (max-width: 767px) {
  .navbar-white .navbar-nav .sub-nav-toggler {
    color: #222; } }
.navbar-white .navbar-nav .sub-nav-toggler span {
  border-left: 1px solid #222;
  border-bottom: 1px solid #222; }
.navbar-white .navbar-user ul li + li::before {
  color: #fff; }
.navbar-white .navbar-user ul li a {
  color: #fff; }
  .navbar-white .navbar-user ul li a.login {
    color: #4bb3f9; }

.sticky.navbar-white .navbar-toggler .toggler-icon {
  background-color: #222; }
.sticky.navbar-white .navbar-nav .nav-item a {
  color: #222; }
.sticky.navbar-white .navbar-nav .nav-item.active > a, .sticky.navbar-white .navbar-nav .nav-item:hover > a {
  color: #f14836; }
.sticky.navbar-white .navbar-user ul li + li::before {
  color: #222; }
.sticky.navbar-white .navbar-user ul li a {
  color: #222; }
  .sticky.navbar-white .navbar-user ul li a.login {
    color: #4bb3f9; }
.sticky.navbar-3 .navbar-nav .nav-item.active > a, .sticky.navbar-3 .navbar-nav .nav-item:hover > a {
  color: #05de7d; }
.sticky.navbar-3 .navbar-nav .nav-item .sub-menu li a.active, .sticky.navbar-3 .navbar-nav .nav-item .sub-menu li a:hover {
  color: #05de7d; }
.sticky.navbar-5 .navbar-nav .nav-item.active > a, .sticky.navbar-5 .navbar-nav .nav-item:hover > a {
  color: #4bb3f9; }
.sticky.navbar-5 .navbar-nav .nav-item .sub-menu li a.active, .sticky.navbar-5 .navbar-nav .nav-item .sub-menu li a:hover {
  color: #4bb3f9; }
.sticky.navbar-6 {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
  box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
  background-color: #04022e; }
  .sticky.navbar-6 .navbar-nav .nav-item a {
    color: #fff; }
  .sticky.navbar-6 .navbar-nav .nav-item.active > a, .sticky.navbar-6 .navbar-nav .nav-item:hover > a {
    color: #f23559; }
  .sticky.navbar-6 .navbar-nav .nav-item .sub-menu li a.active, .sticky.navbar-6 .navbar-nav .nav-item .sub-menu li a:hover {
    color: #f23559; }
  .sticky.navbar-6 .navbar-user ul li + li::before {
    color: #fff; }
  .sticky.navbar-6 .navbar-user ul li a {
    color: #fff; }
    .sticky.navbar-6 .navbar-user ul li a.login {
      color: #4bb3f9; }
.sticky.navbar-7 .navbar-nav .nav-item.active > a, .sticky.navbar-7 .navbar-nav .nav-item:hover > a {
  color: #f23559; }
.sticky.navbar-7 .navbar-nav .nav-item .sub-menu li a.active, .sticky.navbar-7 .navbar-nav .nav-item .sub-menu li a:hover {
  color: #f23559; }
.sticky.navbar-7 .navbar-btn .main-btn {
  background-color: #164aa9;
  border-color: #164aa9;
  height: 45px;
  line-height: 41px; }
  @media (max-width: 767px) {
    .sticky.navbar-7 .navbar-btn .main-btn {
      height: 40px;
      line-height: 36px;
      font-size: 13px;
      padding: 0 20px; } }
  .sticky.navbar-7 .navbar-btn .main-btn:hover {
    background-color: rgba(22, 74, 169, 0.3);
    color: #fff;
    border-color: #164aa9; }

/*===== NAVBAR 3 =====*/
.navbar-3 .navbar-nav .nav-item.active > a, .navbar-3 .navbar-nav .nav-item:hover > a {
  color: #05de7d; }
.navbar-3 .navbar-nav .nav-item .sub-menu li a.active, .navbar-3 .navbar-nav .nav-item .sub-menu li a:hover {
  color: #05de7d; }
.navbar-3 .navbar-btn .main-btn {
  background: -webkit-linear-gradient(left, #1cbe99 0%, #05de7d 50%, #1cbe99 100%);
  background: -o-linear-gradient(left, #1cbe99 0%, #05de7d 50%, #1cbe99 100%);
  background: linear-gradient(to right, #1cbe99 0%, #05de7d 50%, #1cbe99 100%);
  border: 0;
  height: 45px;
  line-height: 45px;
  background-size: 200%; }
  .navbar-3 .navbar-btn .main-btn:hover {
    color: #fff;
    background-position: right center; }
  @media (max-width: 767px) {
    .navbar-3 .navbar-btn .main-btn {
      height: 40px;
      line-height: 36px;
      font-size: 13px;
      padding: 0 20px; } }

/*===== NAVBAR 4 =====*/
.navbar-4 .navbar-nav .nav-item.active > a, .navbar-4 .navbar-nav .nav-item:hover > a {
  color: #f23559; }
.navbar-4 .navbar-nav .nav-item .sub-menu li a.active, .navbar-4 .navbar-nav .nav-item .sub-menu li a:hover {
  color: #f23559; }
.navbar-4 .navbar-btn .main-btn {
  background-color: #f23559;
  border-color: #f23559; }
  .navbar-4 .navbar-btn .main-btn:hover {
    background-color: rgba(242, 53, 89, 0.3);
    color: #fff;
    border-color: #f23559; }

/*===== NAVBAR 5 =====*/
.navbar-5 .navbar-nav .nav-item.active > a, .navbar-5 .navbar-nav .nav-item:hover > a {
  color: #f23559; }
.navbar-5 .navbar-nav .nav-item .sub-menu li a.active, .navbar-5 .navbar-nav .nav-item .sub-menu li a:hover {
  color: #f23559; }
.navbar-5 .navbar-btn .main-btn {
  background-color: #f23559;
  border-color: #f23559;
  height: 45px;
  line-height: 41px; }
  @media (max-width: 767px) {
    .navbar-5 .navbar-btn .main-btn {
      height: 40px;
      line-height: 36px;
      font-size: 13px;
      padding: 0 20px; } }
  .navbar-5 .navbar-btn .main-btn:hover {
    background-color: rgba(242, 53, 89, 0.3);
    color: #fff;
    border-color: #f23559; }

/*===== NAVBAR 6 =====*/
.navbar-6 .navbar-nav .nav-item a {
  color: #fff; }
.navbar-6 .navbar-nav .nav-item.active > a, .navbar-6 .navbar-nav .nav-item:hover > a {
  color: #f23559; }
.navbar-6 .navbar-nav .nav-item .sub-menu {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
  box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
  background-color: #04022e; }
  .navbar-6 .navbar-nav .nav-item .sub-menu li a {
    color: #fff; }
    .navbar-6 .navbar-nav .nav-item .sub-menu li a.active, .navbar-6 .navbar-nav .nav-item .sub-menu li a:hover {
      color: #f23559; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-6 .navbar-collapse {
    background-color: #04022e;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05); } }
@media (max-width: 767px) {
  .navbar-6 .navbar-collapse {
    background-color: #04022e;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05); } }
.navbar-6 .navbar-btn .main-btn {
  background-color: #164aa9;
  border-color: #164aa9;
  height: 45px;
  line-height: 41px; }
  @media (max-width: 767px) {
    .navbar-6 .navbar-btn .main-btn {
      height: 40px;
      line-height: 36px;
      font-size: 13px;
      padding: 0 20px; } }
  .navbar-6 .navbar-btn .main-btn:hover {
    background-color: rgba(22, 74, 169, 0.3);
    color: #fff;
    border-color: #164aa9; }
.navbar-6 .navbar-user ul li + li::before {
  color: #fff; }
.navbar-6 .navbar-user ul li a {
  color: #fff; }
  .navbar-6 .navbar-user ul li a.login {
    color: #4bb3f9; }
.navbar-6 .navbar-toggler .toggler-icon {
  background-color: #fff; }

.navbar-7 .navbar-nav .nav-item a {
  color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-7 .navbar-nav .nav-item a {
      color: #222; } }
  @media (max-width: 767px) {
    .navbar-7 .navbar-nav .nav-item a {
      color: #222; } }
.navbar-7 .navbar-nav .nav-item.active > a, .navbar-7 .navbar-nav .nav-item:hover > a {
  color: #f23559; }
.navbar-7 .navbar-nav .nav-item .sub-menu li a.active, .navbar-7 .navbar-nav .nav-item .sub-menu li a:hover {
  color: #f23559; }
.navbar-7 .navbar-btn .main-btn {
  background-color: #164aa9;
  border-color: #164aa9;
  height: 45px;
  line-height: 41px; }
  @media (max-width: 767px) {
    .navbar-7 .navbar-btn .main-btn {
      height: 40px;
      line-height: 36px;
      font-size: 13px;
      padding: 0 20px; } }
  .navbar-7 .navbar-btn .main-btn:hover {
    background-color: rgba(22, 74, 169, 0.3);
    color: #fff;
    border-color: #164aa9; }
.navbar-7 .navbar-user ul li + li::before {
  color: #fff; }
.navbar-7 .navbar-user ul li a {
  color: #fff; }
  .navbar-7 .navbar-user ul li a.login {
    color: #4bb3f9; }

/*===== HEADER HERO =====*/
.header-hero {
  height: 800px;
  position: relative; }
  @media only screen and (min-width: 1400px) {
    .header-hero {
      height: 990px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero {
      height: auto; } }
  @media (max-width: 767px) {
    .header-hero {
      height: auto; } }

.header-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image {
      width: 720px;
      position: relative;
      margin: 0 auto;
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .header-hero-image {
      width: 100%;
      position: relative;
      margin: 0 auto;
      padding-top: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-image {
      width: 540px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image .image img {
      width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero-content {
    padding-top: 150px; } }
@media (max-width: 767px) {
  .header-hero-content {
    padding-top: 150px; } }
.header-hero-content .hero-title {
  font-size: 60px;
  font-weight: 400;
  color: #000; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-hero-content .hero-title {
      font-size: 48px; } }
  @media (max-width: 767px) {
    .header-hero-content .hero-title {
      font-size: 28px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content .hero-title {
      font-size: 34px; } }
  .header-hero-content .hero-title b {
    font-weight: 700; }
  .header-hero-content .hero-title span {
    color: #f14836;
    display: contents; }
.header-hero-content .text {
  max-width: 490px;
  font-size: 16px;
  padding-top: 40px; }
.header-hero-content .header-singup {
  position: relative;
  margin-top: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-content .header-singup {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .header-hero-content .header-singup {
      margin-top: 60px; } }
  .header-hero-content .header-singup input {
    width: 100%;
    height: 70px;
    border: 0;
    border-radius: 50px;
    padding: 0 30px;
    background-color: #fff;
    -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); }
    @media (max-width: 767px) {
      .header-hero-content .header-singup input {
        height: 56px; } }
  .header-hero-content .header-singup .main-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 64px;
    line-height: 60px;
    padding: 0 40px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .header-hero-content .header-singup .main-btn {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 56px;
        line-height: 52px;
        margin-top: 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-hero-content .header-singup .main-btn {
        position: absolute;
        top: 3px;
        right: 3px;
        width: auto;
        height: 50px;
        line-height: 46px;
        margin-top: 0; } }

/*===== HEADER HERO 2 =====*/
.header-hero-2 {
  height: 900px;
  position: relative;
  background-color: #f7f7fd;
  background-position: center bottom; }
  @media only screen and (min-width: 1400px) {
    .header-hero-2 {
      height: 1250px; } }
  @media (max-width: 767px) {
    .header-hero-2 {
      height: auto; } }

.header-hero-image-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image-2 {
      width: 720px;
      position: relative;
      margin: 0 auto;
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .header-hero-image-2 {
      width: 100%;
      position: relative;
      margin: 0 auto;
      padding-top: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-image-2 {
      width: 540px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image-2 .image img {
      width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero-content-2 {
    padding-top: 220px; } }
@media (max-width: 767px) {
  .header-hero-content-2 {
    padding-top: 200px;
    padding-bottom: 150px; } }
.header-hero-content-2 .sub-title {
  font-size: 14px;
  color: #798795;
  font-weight: 400; }
  @media (max-width: 767px) {
    .header-hero-content-2 .sub-title {
      font-size: 13px; } }
  .header-hero-content-2 .sub-title span {
    font-weight: 600; }
.header-hero-content-2 .hero-title {
  font-size: 54px;
  font-weight: 400;
  color: #000;
  margin-top: 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-hero-content-2 .hero-title {
      font-size: 48px; } }
  @media (max-width: 767px) {
    .header-hero-content-2 .hero-title {
      font-size: 24px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content-2 .hero-title {
      font-size: 34px; } }
  .header-hero-content-2 .hero-title b {
    font-weight: 700; }
  .header-hero-content-2 .hero-title span {
    color: #f14836;
    display: contents; }
.header-hero-content-2 .text {
  max-width: 490px;
  font-size: 16px;
  padding-top: 40px; }
.header-hero-content-2 .main-btn {
  background-color: #164aa9;
  border-color: #164aa9; }
  .header-hero-content-2 .main-btn:hover {
    background-color: rgba(22, 74, 169, 0.4);
    color: #164aa9; }
.header-hero-content-2.content-6 .sub-title {
  color: #fff; }
  .header-hero-content-2.content-6 .sub-title span {
    color: #f23559; }
.header-hero-content-2.content-6 .hero-title {
  color: #fff; }
.header-hero-content-2.content-6 .text {
  color: #fff; }
.header-hero-content-2.content-6 .main-btn {
  background-color: #164aa9;
  border-color: #164aa9; }
  .header-hero-content-2.content-6 .main-btn:hover {
    background-color: rgba(22, 74, 169, 0.4);
    color: #fff; }

/*===== HEADER HERO 3 =====*/
.header-hero-3 {
  height: 800px;
  position: relative;
  z-index: 5; }
  @media only screen and (min-width: 1400px) {
    .header-hero-3 {
      height: 990px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-3 {
      height: auto; } }
  @media (max-width: 767px) {
    .header-hero-3 {
      height: auto; } }

.header-hero-image-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image-3 {
      width: 720px;
      position: relative;
      margin: 0 auto;
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .header-hero-image-3 {
      width: 100%;
      position: relative;
      margin: 0 auto;
      padding-top: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-image-3 {
      width: 540px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image-3 .image img {
      width: 100%; } }

.header-shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%; }
  @media (max-width: 767px) {
    .header-shape-3 {
      bottom: -3px; } }
  .header-shape-3 img {
    width: 100%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero-content-3 {
    padding-top: 150px; } }
@media (max-width: 767px) {
  .header-hero-content-3 {
    padding-top: 150px; } }
.header-hero-content-3 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-hero-content-3 .hero-title {
      font-size: 48px; } }
  @media (max-width: 767px) {
    .header-hero-content-3 .hero-title {
      font-size: 24px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content-3 .hero-title {
      font-size: 38px; } }
  .header-hero-content-3 .hero-title b {
    font-weight: 700; }
  .header-hero-content-3 .hero-title span {
    color: #f14836;
    display: contents; }
.header-hero-content-3 .text {
  max-width: 490px;
  font-size: 16px;
  line-height: 30px;
  padding-top: 40px;
  color: #fff; }
.header-hero-content-3 .header-play {
  padding-top: 60px; }
  .header-hero-content-3 .header-play .play-btn {
    padding: 0 30px;
    height: 66px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50px;
    -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; }
    .header-hero-content-3 .header-play .play-btn i {
      padding-left: 15px; }
    .header-hero-content-3 .header-play .play-btn:hover {
      background-color: rgba(255, 255, 255, 0.4); }

/*===== HEADER HERO 4 =====*/
.header-hero-4 {
  position: relative;
  z-index: 5;
  background-position: bottom center;
  height: 900px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-4 {
      height: auto; } }
  @media (max-width: 767px) {
    .header-hero-4 {
      height: auto; } }
  .header-hero-4::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/header-overlay.jpg);
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: 0.95; }

.header-shape-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .header-shape-4 img {
    width: 100%; }

.header-hero-image-4 {
  position: absolute;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  z-index: 5; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image-4 {
      position: relative;
      width: 720px;
      right: 0;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .header-hero-image-4 {
      position: relative;
      width: 100%;
      right: 0;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-image-4 {
      width: 540px; } }
  .header-hero-image-4 .image {
    max-width: 1300px; }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .header-hero-image-4 .image {
        max-width: 900px; } }

.header-hero-content-4 {
  position: relative;
  z-index: 9; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-content-4 {
      padding-top: 150px; } }
  @media (max-width: 767px) {
    .header-hero-content-4 {
      padding-top: 120px; } }
  .header-hero-content-4 .header-title {
    font-size: 50px;
    font-weight: 700;
    color: #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-hero-content-4 .header-title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .header-hero-content-4 .header-title {
        font-size: 24px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-hero-content-4 .header-title {
        font-size: 34px; } }
  .header-hero-content-4 .text {
    color: #fff;
    margin-top: 30px; }
  .header-hero-content-4 .main-btn {
    background-color: #f23559;
    border-color: #f23559;
    margin-top: 40px; }
    .header-hero-content-4 .main-btn:hover {
      background-color: rgba(242, 53, 89, 0.3);
      color: #fff;
      border-color: #f23559; }

/*===== HEADER HERO 5 =====*/
.header-hero-5 {
  height: 800px;
  position: relative; }
  @media only screen and (min-width: 1400px) {
    .header-hero-5 {
      height: 900px; } }
  @media (max-width: 767px) {
    .header-hero-5 {
      height: auto; } }
  .header-hero-5::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1150px;
    top: 0;
    left: 0;
    background-image: url(../images/header-hero-5.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-hero-5::before {
        height: 1200px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-hero-5::before {
        height: 1100px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-hero-5::before {
        height: 1050px; } }
    @media (max-width: 767px) {
      .header-hero-5::before {
        height: 750px; } }

/*===== HEADER HERO 6 =====*/
.header-6 {
  background-color: #2358b8; }

/*===========================
        3.BRAND css 
===========================*/
.brand-wrapper {
  border-top: 1px solid #d0ddea; }
  .brand-wrapper .single-brand {
    width: 20%;
    text-align: center; }
    @media (max-width: 767px) {
      .brand-wrapper .single-brand {
        width: 50%; } }
  .brand-wrapper.brand-wrapper-6 {
    border-color: rgba(20, 83, 151, 0.2); }
    .brand-wrapper.brand-wrapper-6 .single-brand img {
      opacity: 0.4;
      -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; }
    .brand-wrapper.brand-wrapper-6 .single-brand:hover img {
      opacity: 1; }

/*===========================
        4.ABOUT css 
===========================*/
.about-title .welcome {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #f14836;
  font-family: "Open Sans", sans-serif; }
  @media (max-width: 767px) {
    .about-title .welcome {
      font-size: 16px; } }
.about-title .title {
  padding-top: 10px;
  font-weight: 400;
  font-size: 32px; }
  @media (max-width: 767px) {
    .about-title .title {
      font-size: 24px; } }
  .about-title .title span {
    font-weight: 700; }

.single-counter .counter-shape {
  width: 55px; }
  .single-counter .counter-shape .shape-1, .single-counter .counter-shape .shape-2 {
    width: 14px;
    height: 70px;
    position: relative;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    left: 12px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-counter .counter-shape .shape-1, .single-counter .counter-shape .shape-2 {
        width: 10px; } }
    .single-counter .counter-shape .shape-1::before, .single-counter .counter-shape .shape-1::after, .single-counter .counter-shape .shape-2::before, .single-counter .counter-shape .shape-2::after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: -1px;
      right: -1px;
      border-top: 12px solid #fff;
      border-left: 16px solid transparent; }
    .single-counter .counter-shape .shape-1::after, .single-counter .counter-shape .shape-2::after {
      border-top: 0;
      border-bottom: 6px solid #fff;
      top: auto;
      bottom: -1px; }
  .single-counter .counter-shape .shape-1 {
    opacity: 0.5;
    left: 15px;
    bottom: 1px; }
.single-counter .counter-content {
  padding-left: 10px; }
  .single-counter .counter-content .counter-count {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    color: #222;
    font-family: "Poppins", sans-serif; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-counter .counter-content .counter-count {
        font-size: 32px; } }
  .single-counter .counter-content .text {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding-top: 0; }
.single-counter.counter-color-1 .counter-shape .shape-1, .single-counter.counter-color-1 .counter-shape .shape-2 {
  background: -webkit-linear-gradient(left, #1cbe99 0%, #05de7d 100%);
  background: -o-linear-gradient(left, #1cbe99 0%, #05de7d 100%);
  background: linear-gradient(to right, #1cbe99 0%, #05de7d 100%); }
.single-counter.counter-color-2 .counter-shape .shape-1, .single-counter.counter-color-2 .counter-shape .shape-2 {
  background: -webkit-linear-gradient(left, #3e2cea 0%, #4bb3f9 100%);
  background: -o-linear-gradient(left, #3e2cea 0%, #4bb3f9 100%);
  background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 100%); }
.single-counter.counter-color-3 .counter-shape .shape-1, .single-counter.counter-color-3 .counter-shape .shape-2 {
  background: -webkit-linear-gradient(left, #f14836 0%, #ff9387 100%);
  background: -o-linear-gradient(left, #f14836 0%, #ff9387 100%);
  background: linear-gradient(to right, #f14836 0%, #ff9387 100%); }
.single-counter.counter-color-4 .counter-shape .shape-1, .single-counter.counter-color-4 .counter-shape .shape-2 {
  background-color: #f23559; }
.single-counter.counter-color-5 .counter-shape .shape-1, .single-counter.counter-color-5 .counter-shape .shape-2 {
  background-color: #164aa9; }
.single-counter.single-counter-6 .shape-1::before, .single-counter.single-counter-6 .shape-2::before {
  border-top-color: #04022e; }
.single-counter.single-counter-6 .shape-1::after, .single-counter.single-counter-6 .shape-2::after {
  border-bottom-color: #04022e; }
.single-counter.single-counter-6 .counter-content .counter-count {
  color: #fff; }

/*===== ABOUT 2 =====*/
.about-content-2 .about-line {
  padding-top: 10px; }
  .about-content-2 .about-line li {
    height: 5px;
    background-color: #fde4e1;
    display: inline-block;
    border-radius: 50px;
    margin-right: 3px; }
    .about-content-2 .about-line li:nth-of-type(1) {
      width: 40px; }
    .about-content-2 .about-line li:nth-of-type(2) {
      width: 15px; }
    .about-content-2 .about-line li:nth-of-type(3) {
      width: 10px; }
    .about-content-2 .about-line li:nth-of-type(4) {
      width: 5px; }
.about-content-2 .text {
  padding-top: 15px; }
.about-content-2.about-6 .about-line li {
  background-color: #164aa9;
  opacity: 0.15; }

/*===========================
      5.SERVICE css 
===========================*/
.services-bg {
  background-color: #eff2f9; }

.services-bg-2 {
  background-color: #030123; }

.service-wrapper {
  -webkit-box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05); }

.single-service {
  padding: 65px 20px 30px;
  position: relative; }
  .single-service.service-border {
    border-left: 1px solid #d0ddea;
    border-right: 1px solid #d0ddea; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-service.service-border {
        border: 0; } }
    @media (max-width: 767px) {
      .single-service.service-border {
        border: 0; } }
  .single-service .service-content {
    padding-left: 25px; }
    .single-service .service-content .service-title {
      font-size: 18px; }
    .single-service .service-content .text {
      margin-top: 15px; }
  .single-service .shape {
    position: absolute; }
    .single-service .shape.shape-1 {
      left: 35px;
      bottom: -50px;
      -webkit-animation: rotated 15s infinite linear;
      -moz-animation: rotated 15s infinite linear;
      -o-animation: rotated 15s infinite linear;
      animation: rotated 15s infinite linear; }
    .single-service .shape.shape-2 {
      top: 20px;
      right: 85px;
      -webkit-animation: animationFramesOne 10s infinite linear;
      -moz-animation: animationFramesOne 10s infinite linear;
      -o-animation: animationFramesOne 10s infinite linear;
      animation: animationFramesOne 10s infinite linear; }
    .single-service .shape.shape-3 {
      left: 100px;
      bottom: -10px;
      -webkit-animation: rotated 15s infinite linear;
      -moz-animation: rotated 15s infinite linear;
      -o-animation: rotated 15s infinite linear;
      animation: rotated 15s infinite linear; }
    .single-service .shape.shape-4 {
      left: 30px;
      top: 10px;
      -webkit-animation: rotated 15s infinite linear;
      -moz-animation: rotated 15s infinite linear;
      -o-animation: rotated 15s infinite linear;
      animation: rotated 15s infinite linear; }
    .single-service .shape.shape-5 {
      right: 100px;
      bottom: -40px;
      -webkit-animation: animationFramesTwo 10s infinite linear;
      -moz-animation: animationFramesTwo 10s infinite linear;
      -o-animation: animationFramesTwo 10s infinite linear;
      animation: animationFramesTwo 10s infinite linear; }

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    -moz-transform: translate(141px, 72px) rotate(72deg);
    -ms-transform: translate(141px, 72px) rotate(72deg);
    -o-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    -moz-transform: translate(83px, 122px) rotate(108deg);
    -ms-transform: translate(83px, 122px) rotate(108deg);
    -o-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    -moz-transform: translate(141px, 72px) rotate(72deg);
    -ms-transform: translate(141px, 72px) rotate(72deg);
    -o-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    -moz-transform: translate(83px, 122px) rotate(108deg);
    -ms-transform: translate(83px, 122px) rotate(108deg);
    -o-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(36deg);
    -moz-transform: translate(-73px, 1px) rotate(36deg);
    -ms-transform: translate(-73px, 1px) rotate(36deg);
    -o-transform: translate(-73px, 1px) rotate(36deg);
    transform: translate(-73px, 1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(72deg);
    -moz-transform: translate(-141px, -72px) rotate(72deg);
    -ms-transform: translate(-141px, -72px) rotate(72deg);
    -o-transform: translate(-141px, -72px) rotate(72deg);
    transform: translate(-141px, -72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(108deg);
    -moz-transform: translate(-83px, -122px) rotate(108deg);
    -ms-transform: translate(-83px, -122px) rotate(108deg);
    -o-transform: translate(-83px, -122px) rotate(108deg);
    transform: translate(-83px, -122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(144deg);
    -moz-transform: translate(40px, -72px) rotate(144deg);
    -ms-transform: translate(40px, -72px) rotate(144deg);
    -o-transform: translate(40px, -72px) rotate(144deg);
    transform: translate(40px, -72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(36deg);
    -moz-transform: translate(-73px, 1px) rotate(36deg);
    -ms-transform: translate(-73px, 1px) rotate(36deg);
    -o-transform: translate(-73px, 1px) rotate(36deg);
    transform: translate(-73px, 1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(72deg);
    -moz-transform: translate(-141px, -72px) rotate(72deg);
    -ms-transform: translate(-141px, -72px) rotate(72deg);
    -o-transform: translate(-141px, -72px) rotate(72deg);
    transform: translate(-141px, -72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(108deg);
    -moz-transform: translate(-83px, -122px) rotate(108deg);
    -ms-transform: translate(-83px, -122px) rotate(108deg);
    -o-transform: translate(-83px, -122px) rotate(108deg);
    transform: translate(-83px, -122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(144deg);
    -moz-transform: translate(40px, -72px) rotate(144deg);
    -ms-transform: translate(40px, -72px) rotate(144deg);
    -o-transform: translate(40px, -72px) rotate(144deg);
    transform: translate(40px, -72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }
/*===== OUR SERVICE =====*/
.our-services-tab .nav {
  border-bottom: 2px solid #d0ddea; }
  @media (max-width: 767px) {
    .our-services-tab .nav {
      border-bottom: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav {
      border-bottom: 2px solid #d0ddea; } }
  @media (max-width: 767px) {
    .our-services-tab .nav .nav-item {
      width: 50%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav .nav-item {
      width: auto; } }
  .our-services-tab .nav .nav-item a {
    color: #798795;
    padding: 17px 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    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) {
      .our-services-tab .nav .nav-item a {
        padding: 17px 15px; } }
    @media (max-width: 767px) {
      .our-services-tab .nav .nav-item a {
        padding: 17px 15px;
        border-bottom: 2px solid #d0ddea; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .our-services-tab .nav .nav-item a {
        padding: 17px 10px;
        border-bottom: 0; } }
    .our-services-tab .nav .nav-item a::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #f14836;
      left: 0;
      bottom: -2px;
      opacity: 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; }
    .our-services-tab .nav .nav-item a i {
      font-size: 50px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-services-tab .nav .nav-item a i {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .our-services-tab .nav .nav-item a i {
          font-size: 34px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .our-services-tab .nav .nav-item a i {
          font-size: 28px; } }
    .our-services-tab .nav .nav-item a span {
      font-size: 14px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      padding-left: 15px; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .our-services-tab .nav .nav-item a span {
          padding-left: 10px; } }
    .our-services-tab .nav .nav-item a.active {
      color: #f14836; }
      .our-services-tab .nav .nav-item a.active::before {
        opacity: 1; }
.our-services-tab .our-services-image img {
  width: 100%; }
.our-services-tab .our-services-content .services-title {
  font-size: 40px; }
  @media (max-width: 767px) {
    .our-services-tab .our-services-content .services-title {
      font-size: 22px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .our-services-content .services-title {
      font-size: 26px; } }
  .our-services-tab .our-services-content .services-title span {
    font-weight: 400;
    display: contents; }
.our-services-tab .our-services-content .text {
  margin-top: 35px; }
.our-services-tab .our-services-content .our-services-progress .circles-text {
  font-size: 24px !important;
  font-weight: 700;
  color: #222;
  font-family: "Open Sans", sans-serif; }
.our-services-tab .our-services-content .our-services-progress .progress-content {
  padding-left: 30px; }
  .our-services-tab .our-services-content .our-services-progress .progress-content .progress-title {
    font-size: 18px; }
.our-services-tab.services-tab-2 .nav .nav-item a::before {
  background-color: #3969bf; }
.our-services-tab.services-tab-2 .nav .nav-item a.active {
  color: #3969bf; }
.our-services-tab.services-tab-2 .our-services-content .services-title {
  font-size: 36px; }
  @media (max-width: 767px) {
    .our-services-tab.services-tab-2 .our-services-content .services-title {
      font-size: 22px; } }

/*===== SERVICE 2 =====*/
.single-service-2 .service-icon {
  margin-top: 5px; }
  .single-service-2 .service-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px dashed #f14836;
    font-size: 36px;
    color: #f14836; }
.single-service-2 .service-content {
  padding-left: 30px; }
  .single-service-2 .service-content .title a {
    font-weight: 600;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #222; }
  .single-service-2 .service-content .text {
    padding-top: 20px; }
.single-service-2.service-2 .service-icon i {
  border-color: #f23559;
  color: #f23559; }
.single-service-2.service-6 .service-icon i {
  border-color: #f23559;
  color: #f23559; }
.single-service-2.service-6 .service-content .title a {
  color: #fff; }

/*===== SERVICE 3 =====*/
.services-3 {
  border-color: #d0ddea !important; }

.services-6 {
  border-color: rgba(20, 83, 151, 0.3) !important; }

.single-service-3 .service-icon {
  display: inline-block;
  position: relative; }
  .single-service-3 .service-icon i {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.single-service-3 .service-content {
  padding-top: 45px; }
  .single-service-3 .service-content .service-title a {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    -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-service-3 .service-content .service-title a:hover {
      color: #f14836; }
  .single-service-3 .service-content .text {
    padding-top: 15px; }
  .single-service-3 .service-content .more {
    color: #798795;
    font-size: 36px;
    -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;
    margin-top: 30px; }
    .single-service-3 .service-content .more:hover {
      color: #f14836; }
.single-service-3.service-color .service-content .service-title a:hover {
  color: #164aa9; }
.single-service-3.service-color .service-content .more:hover {
  color: #164aa9; }
.single-service-3.service-6 .service-content .service-title a {
  color: #fff; }
  .single-service-3.service-6 .service-content .service-title a:hover {
    color: #f23559; }
.single-service-3.service-6 .service-content .more:hover {
  color: #f23559; }

/*===== SERVICE 4 =====*/
.service-4 {
  position: relative;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-4 {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .service-4 {
      margin-top: 0; } }

.single-services-4 {
  padding-bottom: 45px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-services-4 {
      margin-top: 30px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .single-services-4 {
      margin-top: 30px;
      padding-bottom: 0; } }
  .single-services-4 .services-shape {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    -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) {
      .single-services-4 .services-shape {
        display: none; } }
    @media (max-width: 767px) {
      .single-services-4 .services-shape {
        display: none; } }
    .single-services-4 .services-shape::before {
      position: absolute;
      content: '';
      width: 14px;
      height: 14px;
      top: 8px;
      left: 8px;
      border: 3px solid #f14836;
      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; }
  .single-services-4 .services-separator {
    width: 100%;
    height: 1px;
    background-color: #ededed;
    position: relative;
    position: absolute;
    bottom: 15px;
    left: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-services-4 .services-separator {
        display: none; } }
    @media (max-width: 767px) {
      .single-services-4 .services-separator {
        display: none; } }
    .single-services-4 .services-separator::before {
      position: absolute;
      content: '';
      width: 0;
      height: 100%;
      background-color: #f14836;
      top: 0;
      left: 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; }
  .single-services-4 .services-items {
    position: relative; }
    .single-services-4 .services-items .services-icon i {
      font-size: 42px;
      color: #fff;
      width: 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      border-radius: 50%; }
    .single-services-4 .services-items .services-content {
      padding-left: 30px;
      max-width: 280px; }
      @media (max-width: 767px) {
        .single-services-4 .services-items .services-content {
          padding-left: 0;
          padding-top: 25px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-services-4 .services-items .services-content {
          padding-left: 30px;
          padding-top: 0; } }
      .single-services-4 .services-items .services-content .title {
        font-size: 18px;
        font-weight: 700;
        color: #222; }
      .single-services-4 .services-items .services-content .text {
        padding-top: 10px;
        font-size: 16px; }
    .single-services-4 .services-items.services-color-1 .services-icon i {
      background: -webkit-linear-gradient(left, #1cbe99 0%, #05de7d 100%);
      background: -o-linear-gradient(left, #1cbe99 0%, #05de7d 100%);
      background: linear-gradient(to right, #1cbe99 0%, #05de7d 100%); }
    .single-services-4 .services-items.services-color-2 .services-icon i {
      background: -webkit-linear-gradient(#700feb 0%, #fe7687 100%);
      background: -o-linear-gradient(#700feb 0%, #fe7687 100%);
      background: linear-gradient(#700feb 0%, #fe7687 100%); }
    .single-services-4 .services-items.services-color-3 .services-icon i {
      background: -webkit-linear-gradient(95deg, #3e2cea 0%, #4bb3f9 100%);
      background: -o-linear-gradient(95deg, #3e2cea 0%, #4bb3f9 100%);
      background: linear-gradient(185deg, #3e2cea 0%, #4bb3f9 100%); }
    .single-services-4 .services-items.services-color-4 .services-icon i {
      background: -webkit-linear-gradient(left, #e62f67 0%, #e24a92 100%);
      background: -o-linear-gradient(left, #e62f67 0%, #e24a92 100%);
      background: linear-gradient(to right, #e62f67 0%, #e24a92 100%); }
  .single-services-4.services-active {
    padding-bottom: 0;
    padding-top: 40px;
    margin-top: 118px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-services-4.services-active {
        margin-top: 142px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-services-4.services-active {
        margin-top: 30px;
        padding-top: 0; } }
    @media (max-width: 767px) {
      .single-services-4.services-active {
        margin-top: 30px;
        padding-top: 0; } }
    .single-services-4.services-active .services-shape {
      bottom: auto;
      top: 0; }
    .single-services-4.services-active .services-separator {
      bottom: auto;
      top: 15px; }
  .single-services-4:hover .services-shape {
    background-color: #f14836; }
    .single-services-4:hover .services-shape::before {
      border-color: #fff; }
  .single-services-4:hover .services-separator::before {
    width: 100%; }

/*===== SERVICE 5 =====*/
.single-service-5 {
  padding: 65px 20px 30px;
  position: relative; }
  .single-service-5.service-border {
    border-left: 1px solid #d0ddea;
    border-right: 1px solid #d0ddea; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-service-5.service-border {
        border: 0; } }
    @media (max-width: 767px) {
      .single-service-5.service-border {
        border: 0; } }
  .single-service-5 .service-icon i {
    font-size: 50px;
    line-height: 50px; }
  .single-service-5 .service-content {
    padding-left: 25px; }
    .single-service-5 .service-content .service-title {
      font-size: 18px; }
    .single-service-5 .service-content .text {
      margin-top: 15px; }
  .single-service-5 .shape {
    position: absolute; }
    .single-service-5 .shape.shape-1 {
      left: 35px;
      bottom: -50px;
      -webkit-animation: rotated 15s infinite linear;
      -moz-animation: rotated 15s infinite linear;
      -o-animation: rotated 15s infinite linear;
      animation: rotated 15s infinite linear; }
    .single-service-5 .shape.shape-2 {
      top: 20px;
      right: 85px;
      -webkit-animation: animationFramesOne 10s infinite linear;
      -moz-animation: animationFramesOne 10s infinite linear;
      -o-animation: animationFramesOne 10s infinite linear;
      animation: animationFramesOne 10s infinite linear; }
    .single-service-5 .shape.shape-3 {
      left: 100px;
      bottom: -10px;
      -webkit-animation: rotated 15s infinite linear;
      -moz-animation: rotated 15s infinite linear;
      -o-animation: rotated 15s infinite linear;
      animation: rotated 15s infinite linear; }
    .single-service-5 .shape.shape-4 {
      left: 30px;
      top: 10px;
      -webkit-animation: rotated 15s infinite linear;
      -moz-animation: rotated 15s infinite linear;
      -o-animation: rotated 15s infinite linear;
      animation: rotated 15s infinite linear; }
    .single-service-5 .shape.shape-5 {
      right: 100px;
      bottom: -40px;
      -webkit-animation: animationFramesTwo 10s infinite linear;
      -moz-animation: animationFramesTwo 10s infinite linear;
      -o-animation: animationFramesTwo 10s infinite linear;
      animation: animationFramesTwo 10s infinite linear; }
  .single-service-5.service-color-1 .service-icon i {
    color: #f14836; }
  .single-service-5.service-color-2 .service-icon i {
    color: #ee9d55; }
  .single-service-5.service-color-3 .service-icon i {
    color: #4bb3f9; }

.service-btn-4 .main-btn {
  border-color: #f23559;
  margin-top: 40px; }
  .service-btn-4 .main-btn:hover {
    background-color: rgba(242, 53, 89, 0.3);
    color: #f23559;
    border-color: #f23559; }

/*===========================
       6.GALLERY css 
===========================*/
.single-gallery {
  position: relative; }
  .single-gallery .gallery-image img {
    width: 100%; }
  .single-gallery .gallery-icon a {
    background-color: #f14836;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(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; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-gallery .gallery-icon a {
        width: 80px;
        height: 80px; } }
    .single-gallery .gallery-icon a span {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-gallery .gallery-icon a span {
          width: 30px;
          height: 30px; } }
      .single-gallery .gallery-icon a span::before, .single-gallery .gallery-icon a span::after {
        position: absolute;
        content: '';
        width: 2px;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      .single-gallery .gallery-icon a span::after {
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
  .single-gallery:hover .gallery-icon a {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

/*===== Project Masonry =====*/
.project-menu ul li {
  display: inline-block;
  font-size: 16px;
  color: #798795;
  margin-left: 50px;
  cursor: pointer;
  position: relative;
  padding-bottom: 3px;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .project-menu ul li {
      margin: 10px 15px 0; } }
  .project-menu ul li:first-child {
    margin-left: 0; }
    @media (max-width: 767px) {
      .project-menu ul li:first-child {
        margin: 10px 15px 0; } }
  .project-menu ul li::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background-color: #798795;
    bottom: 0;
    left: 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; }
  .project-menu ul li:hover::before, .project-menu ul li.active::before {
    width: 100%; }

.gallery-masonry {
  border-radius: 7px;
  overflow: hidden; }

/*===========================
       7.PRICING css 
===========================*/
.single-pricing {
  padding: 65px 50px 70px; }
  @media (max-width: 767px) {
    .single-pricing {
      padding: 45px 30px 50px; } }
  .single-pricing .pricing-price .price {
    font-size: 42px;
    color: #222;
    font-family: "Poppins", sans-serif; }
    .single-pricing .pricing-price .price b {
      font-weight: 800; }
    .single-pricing .pricing-price .price .symbol {
      font-size: 18px;
      color: #f14836;
      font-weight: 700;
      font-family: "Open Sans", sans-serif; }
  .single-pricing .pricing-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    border-bottom: 1px solid #d0ddea;
    padding-bottom: 50px; }
    .single-pricing .pricing-title .btn {
      padding: 0 15px;
      line-height: 25px;
      border-radius: 50px;
      background-color: #4bb3f9;
      color: #fff;
      font-size: 14px; }
    .single-pricing .pricing-title .title {
      font-weight: 600;
      font-size: 24px;
      font-family: "Poppins", sans-serif;
      padding-left: 10px; }
  .single-pricing .pricing-list ul li {
    font-size: 14px;
    color: #798795;
    margin-top: 20px; }
  .single-pricing .pricing-btn .main-btn {
    text-transform: uppercase; }
    .single-pricing .pricing-btn .main-btn.main-btn-2 {
      border-color: transparent;
      color: #222; }
  .single-pricing.pricing-color-1 .pricing-title .btn {
    background-color: #4bb3f9; }
  .single-pricing.pricing-color-2 .pricing-title .btn {
    background-color: #f14836; }
  .single-pricing.pricing-color-3 .pricing-title .btn {
    background-color: #63b85f; }
  .single-pricing.pricing-active {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); }

/*===== PRICING 2 =====*/
.pricing-bg {
  background-color: #eff2f9; }

.single-pricing-2 {
  padding: 65px 50px 70px;
  border: 5px solid #222;
  -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-pricing-2 {
      padding: 25px 15px 30px; } }
  .single-pricing-2 .pricing-price .price {
    font-size: 42px;
    color: #222;
    font-family: "Poppins", sans-serif; }
    @media (max-width: 767px) {
      .single-pricing-2 .pricing-price .price {
        font-size: 35px; } }
    .single-pricing-2 .pricing-price .price b {
      font-weight: 800; }
    .single-pricing-2 .pricing-price .price .symbol {
      font-size: 18px;
      color: #f14836;
      font-weight: 700;
      font-family: "Open Sans", sans-serif; }
  .single-pricing-2 .pricing-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    border-bottom: 1px solid #d0ddea;
    padding-bottom: 50px; }
    .single-pricing-2 .pricing-title .btn {
      padding: 0 15px;
      line-height: 25px;
      border-radius: 50px;
      background-color: #e5e5e5;
      color: #222;
      font-size: 14px; }
    .single-pricing-2 .pricing-title .title {
      font-weight: 600;
      font-size: 24px;
      font-family: "Poppins", sans-serif;
      padding-left: 10px; }
      @media (max-width: 767px) {
        .single-pricing-2 .pricing-title .title {
          font-size: 20px; } }
  .single-pricing-2 .pricing-list ul li {
    font-size: 14px;
    color: #798795;
    margin-top: 20px; }
  .single-pricing-2 .pricing-btn .main-btn {
    text-transform: uppercase; }
    .single-pricing-2 .pricing-btn .main-btn.main-btn-2 {
      border-color: transparent;
      color: #222; }
  .single-pricing-2:hover, .single-pricing-2.pricing-active {
    border-color: #f14836; }

/*===== PRICING 3 =====*/
.pricing-active-3 {
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); }
  .pricing-active-3 .pricing-shape {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

.pricing-active-3.pricing-5 .pricing-btn .main-btn {
  background-color: #3969bf;
  border-color: #3969bf; }
  .pricing-active-3.pricing-5 .pricing-btn .main-btn:hover {
    color: #3969bf; }

/*===== PRICING 5 =====*/
.pricing-5 .pricing-btn .main-btn:hover {
  background-color: rgba(57, 105, 191, 0.4); }

.pricing-active-3.pricing-6 {
  background-color: #2358b8; }
  .pricing-active-3.pricing-6 .pricing-shape {
    opacity: 0.07; }
  .pricing-active-3.pricing-6 .pricing-btn .main-btn {
    background-color: #2152ae;
    border-color: #2152ae; }
    .pricing-active-3.pricing-6 .pricing-btn .main-btn:hover {
      background-color: rgba(33, 82, 174, 0.4);
      color: #fff; }

.pricing-6 .pricing-price .price {
  color: #fff; }
  .pricing-6 .pricing-price .price .symbol {
    color: #f23559; }
.pricing-6 .pricing-title {
  border-bottom-color: rgba(251, 251, 251, 0.1); }
  .pricing-6 .pricing-title .btn {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .pricing-6 .pricing-title .title {
    color: #fff; }
.pricing-6 .pricing-list ul li {
  color: #fff; }
.pricing-6 .pricing-btn .main-btn {
  text-transform: uppercase; }
  .pricing-6 .pricing-btn .main-btn.main-btn-2 {
    background-color: transparent;
    border-color: transparent;
    color: #f23559; }
    .pricing-6 .pricing-btn .main-btn.main-btn-2:hover {
      background-color: rgba(242, 53, 89, 0.4); }

/*===========================
       8.TESTIMONIAL css 
===========================*/
.testimonial-left-content .testimonial-line {
  padding-top: 10px; }
  .testimonial-left-content .testimonial-line li {
    height: 5px;
    background-color: #fde4e1;
    display: inline-block;
    border-radius: 50px;
    margin-right: 3px; }
    .testimonial-left-content .testimonial-line li:nth-of-type(1) {
      width: 40px; }
    .testimonial-left-content .testimonial-line li:nth-of-type(2) {
      width: 15px; }
    .testimonial-left-content .testimonial-line li:nth-of-type(3) {
      width: 10px; }
    .testimonial-left-content .testimonial-line li:nth-of-type(4) {
      width: 5px; }
.testimonial-left-content .text {
  padding-top: 15px; }

.testimonial-right-content {
  position: relative;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  max-width: 500px;
  padding-top: 50px; }
  .testimonial-right-content .quota {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.1; }
    .testimonial-right-content .quota i {
      font-size: 130px;
      line-height: 95px;
      color: #f14836; }
  .testimonial-right-content.testimonial-right-content-5 {
    background: -webkit-linear-gradient(left, rgba(62, 44, 234, 0.05) 0%, rgba(75, 179, 249, 0.05) 100%);
    background: -o-linear-gradient(left, rgba(62, 44, 234, 0.05) 0%, rgba(75, 179, 249, 0.05) 100%);
    background: linear-gradient(to right, rgba(62, 44, 234, 0.05) 0%, rgba(75, 179, 249, 0.05) 100%); }
    .testimonial-right-content.testimonial-right-content-5 .quota i {
      color: #3e2cea; }

.testimonial-content-wrapper {
  position: relative;
  left: 70px; }
  @media (max-width: 767px) {
    .testimonial-content-wrapper {
      left: 0; } }

.single-testimonial {
  background-color: #fff;
  padding: 40px 30px 50px;
  border-radius: 50px; }
  .single-testimonial .testimonial-text .text {
    font-size: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 36px;
    color: #222;
    padding-bottom: 25px; }
    @media (max-width: 767px) {
      .single-testimonial .testimonial-text .text {
        font-size: 18px;
        line-height: 32px; } }
  .single-testimonial .testimonial-author {
    border-top: 1px solid #d0ddea;
    padding-top: 50px; }
    .single-testimonial .testimonial-author .author-info .author-image img {
      border-radius: 50%; }
    .single-testimonial .testimonial-author .author-info .author-name {
      padding-left: 30px; }
      .single-testimonial .testimonial-author .author-info .author-name .name {
        font-size: 16px;
        font-weight: 700;
        color: #f14836; }
      .single-testimonial .testimonial-author .author-info .author-name .sub-title {
        font-size: 14px;
        color: #798795;
        margin-top: 5px; }
    @media (max-width: 767px) {
      .single-testimonial .testimonial-author .author-review {
        padding-left: 100px;
        padding-top: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-testimonial .testimonial-author .author-review {
        padding-left: 0;
        padding-top: 15px; } }
    .single-testimonial .testimonial-author .author-review .star li {
      display: inline-block;
      font-size: 14px;
      color: #ffa800; }
    .single-testimonial .testimonial-author .author-review .review {
      font-size: 14px;
      color: #222;
      margin-top: 5px; }
  .single-testimonial.single-testimonial-6 {
    background-color: #04022e; }
    .single-testimonial.single-testimonial-6 .testimonial-text .text {
      color: #fff; }
    .single-testimonial.single-testimonial-6 .testimonial-author .author-info .author-name .name {
      color: #f23559; }
    .single-testimonial.single-testimonial-6 .testimonial-author .author-review .review {
      color: #fff; }

.testimonial-active .slick-arrow {
  position: absolute;
  bottom: 0;
  left: -670px;
  font-size: 22px;
  cursor: pointer;
  color: #798795;
  -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; }
  .testimonial-active .slick-arrow:hover {
    color: #000; }
  .testimonial-active .slick-arrow.next {
    left: -635px; }

/*===== TESTIMONIAL 2 =====*/
.testimonial-content-2 {
  position: relative;
  background-color: #f6f6f6;
  border-radius: 20px;
  padding-top: 50px;
  padding-left: 70px; }
  @media (max-width: 767px) {
    .testimonial-content-2 {
      padding-left: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-content-2 {
      padding-left: 70px; } }
  .testimonial-content-2 .quota {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.1; }
    .testimonial-content-2 .quota i {
      font-size: 130px;
      line-height: 95px;
      color: #f14836; }
  .testimonial-content-2.testimonial-content-6 {
    background-color: #030123; }
    .testimonial-content-2.testimonial-content-6 .quota i {
      color: #3e2cea; }

.testimonial-content-wrapper-2 {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden; }
  .testimonial-content-wrapper-2.testimonial-content-wrapper-6 {
    background-color: #04022e; }

.testimonial-active-2 .slick-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -70px;
  left: 0; }
  .testimonial-active-2 .slick-dots li {
    display: inline-block;
    margin: 0 2px; }
    .testimonial-active-2 .slick-dots li button {
      background-color: #d9d9d9;
      height: 5px;
      border-radius: 50px;
      font-size: 0;
      padding: 0;
      border: 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;
      cursor: pointer; }
    .testimonial-active-2 .slick-dots li.slick-active button {
      background-color: #f14836; }
    .testimonial-active-2 .slick-dots li:nth-of-type(1) button {
      width: 40px; }
    .testimonial-active-2 .slick-dots li:nth-of-type(2) button {
      width: 15px; }
    .testimonial-active-2 .slick-dots li:nth-of-type(3) button {
      width: 10px; }
    .testimonial-active-2 .slick-dots li:nth-of-type(4) button {
      width: 5px; }
.testimonial-active-2.testimonial-6 .slick-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -70px;
  left: 0; }
  .testimonial-active-2.testimonial-6 .slick-dots li {
    display: inline-block;
    margin: 0 2px; }
    .testimonial-active-2.testimonial-6 .slick-dots li button {
      background-color: rgba(255, 255, 255, 0.15); }
    .testimonial-active-2.testimonial-6 .slick-dots li.slick-active button {
      background-color: #f23559; }

/*===== TESTIMONIAL 3 =====*/
.testimonial-wrapper-3 {
  position: relative;
  background-color: #f23559;
  border-radius: 20px;
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 70px;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrapper-3 {
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 20px; } }
  @media (max-width: 767px) {
    .testimonial-wrapper-3 {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px; } }
  .testimonial-wrapper-3 .quota {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.15; }
    .testimonial-wrapper-3 .quota i {
      font-size: 130px;
      line-height: 95px;
      color: #fff; }

.testimonial-content-3 {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }

.single-testimonial-3 {
  background-color: #fff;
  padding: 40px 30px 50px;
  border-radius: 50px; }
  @media (max-width: 767px) {
    .single-testimonial-3 {
      padding: 20px 20px 30px; } }
  .single-testimonial-3 .testimonial-text .text {
    font-size: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 48px;
    color: #222;
    padding-bottom: 25px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-testimonial-3 .testimonial-text .text {
        line-height: 35px; } }
    @media (max-width: 767px) {
      .single-testimonial-3 .testimonial-text .text {
        font-size: 16px;
        line-height: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-testimonial-3 .testimonial-text .text {
        font-size: 18px;
        line-height: 32px; } }
  .single-testimonial-3 .testimonial-author {
    border-top: 1px solid #d0ddea;
    padding-top: 50px; }
    .single-testimonial-3 .testimonial-author .author-info .author-image img {
      border-radius: 50%; }
    .single-testimonial-3 .testimonial-author .author-info .author-name {
      padding-left: 30px; }
      .single-testimonial-3 .testimonial-author .author-info .author-name .name {
        font-size: 16px;
        font-weight: 700;
        color: #f14836; }
      .single-testimonial-3 .testimonial-author .author-info .author-name .sub-title {
        font-size: 14px;
        color: #798795;
        margin-top: 5px; }
    @media (max-width: 767px) {
      .single-testimonial-3 .testimonial-author .author-review {
        padding-left: 100px;
        padding-top: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-testimonial-3 .testimonial-author .author-review {
        padding-left: 0;
        padding-top: 15px; } }
    .single-testimonial-3 .testimonial-author .author-review .star li {
      display: inline-block;
      font-size: 14px;
      color: #ffa800; }
    .single-testimonial-3 .testimonial-author .author-review .review {
      font-size: 14px;
      color: #222;
      margin-top: 5px; }
    @media (max-width: 767px) {
      .single-testimonial-3 .testimonial-author .review-title {
        padding-left: 100px;
        padding-top: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-testimonial-3 .testimonial-author .review-title {
        padding-left: 0;
        padding-top: 15px; } }
    .single-testimonial-3 .testimonial-author .review-title .title {
      font-size: 32px;
      font-weight: 700;
      color: #222; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-testimonial-3 .testimonial-author .review-title .title {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .single-testimonial-3 .testimonial-author .review-title .title {
          font-size: 20px; } }
      .single-testimonial-3 .testimonial-author .review-title .title span {
        font-weight: 400; }

/*===========================
       9.NEWSLATTER css 
===========================*/
.newsletter-wrapper .section-title .title {
  font-size: 56px;
  color: #000; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .newsletter-wrapper .section-title .title {
      font-size: 44px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter-wrapper .section-title .title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .newsletter-wrapper .section-title .title {
      font-size: 28px; } }
.newsletter-wrapper .newsletter-form {
  margin-top: 120px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter-wrapper .newsletter-form {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .newsletter-wrapper .newsletter-form {
      margin-top: 60px; } }
  .newsletter-wrapper .newsletter-form input {
    width: 100%;
    border: 2px solid #f14836;
    padding: 0 85px;
    height: 100px;
    border-radius: 50px; }
    @media (max-width: 767px) {
      .newsletter-wrapper .newsletter-form input {
        height: 60px;
        padding: 0 25px; } }
  .newsletter-wrapper .newsletter-form .main-btn {
    width: 245px;
    height: 100px;
    line-height: 96px;
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 767px) {
      .newsletter-wrapper .newsletter-form .main-btn {
        position: relative;
        width: 100%;
        height: 60px;
        line-height: 56px;
        margin-top: 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .newsletter-wrapper .newsletter-form .main-btn {
        position: absolute;
        width: auto;
        margin-top: 0; } }
.newsletter-wrapper .newsletter-form-4 input {
  border-color: #f23559; }
.newsletter-wrapper .newsletter-form-4 .main-btn {
  background-color: #f23559;
  border-color: #f23559; }
  .newsletter-wrapper .newsletter-form-4 .main-btn:hover {
    background-color: rgba(242, 53, 89, 0.5);
    color: #fff;
    border-color: #f23559; }

/*===========================
       10.FOOTER css 
===========================*/
.footer-about .text {
  padding-top: 25px;
  font-size: 16px; }

.footer-title .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222; }

.footer-link ul li {
  margin-top: 25px; }
  .footer-link ul li a {
    font-size: 16px;
    color: #798795;
    -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 ul li a:hover {
      color: #222; }

.footer-contact .text {
  font-size: 16px;
  padding-top: 15px; }
.footer-contact .social li {
  display: inline-block;
  margin-right: 26px; }
  .footer-contact .social li:last-child {
    margin-right: 0; }
  .footer-contact .social li a {
    font-size: 26px;
    color: #798795;
    -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-contact .social li a:hover {
      color: #f14836; }

.footer-copyright {
  padding: 25px;
  border-top: 1px solid #d0ddea; }
  .footer-copyright .text {
    font-size: 16px; }
    .footer-copyright .text a {
      color: #f14836; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #f14836;
  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: #f14836; }

/*===== FOOTER 2 =====*/
.footer-2 {
  background-color: #030123;
  position: relative;
  z-index: 5; }
  .footer-2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/footer-shape.png);
    background-position: center center;
    background-size: cover;
    z-index: -1; }
  .footer-2 .footer-about .text {
    color: #fff; }
  .footer-2 .footer-title .title {
    color: #fff; }
  .footer-2 .footer-link ul li a {
    color: #fff; }
    .footer-2 .footer-link ul li a:hover {
      color: #164aa9; }
  .footer-2 .footer-contact .text {
    color: #fff; }
  .footer-2 .footer-contact .social li a {
    color: #fff; }
    .footer-2 .footer-contact .social li a:hover {
      color: #164aa9; }

.copyright-2 {
  padding: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .copyright-2 .text {
    color: #fff; }
    .copyright-2 .text a {
      color: #164aa9; }

/*===== FOOTER 3 =====*/
.footer-3 {
  position: relative;
  padding-top: 90px; }
  @media (max-width: 767px) {
    .footer-3 {
      padding-top: 20px; } }
  .footer-3 .footer-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .footer-3 .footer-shape {
        top: -6px; } }
    .footer-3 .footer-shape img {
      width: 100%; }
  .footer-3 .footer-about .text {
    color: #fff; }
  .footer-3 .footer-title .title {
    color: #fff; }
  .footer-3 .footer-link ul li a {
    color: #fff; }
    .footer-3 .footer-link ul li a:hover {
      color: #05de7d; }
  .footer-3 .footer-contact .text {
    color: #fff; }
  .footer-3 .footer-contact .social li a {
    color: #fff; }
    .footer-3 .footer-contact .social li a:hover {
      color: #05de7d; }

.copyright-3 {
  padding: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .copyright-3 .text {
    color: #fff; }
    .copyright-3 .text a {
      color: #f23559; }

/*===== FOOTER 4 =====*/
.footer-4 {
  position: relative;
  background-color: #5e0982; }
  @media (max-width: 767px) {
    .footer-4 {
      padding-top: 20px; } }
  .footer-4 .footer-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .footer-4 .footer-shape {
        top: -6px; } }
    .footer-4 .footer-shape img {
      width: 100%; }
  .footer-4 .footer-about .text {
    color: #fff; }
  .footer-4 .footer-title .title {
    color: #fff; }
  .footer-4 .footer-link ul li a {
    color: #fff; }
    .footer-4 .footer-link ul li a:hover {
      color: #f23559; }
  .footer-4 .footer-contact .text {
    color: #fff; }
  .footer-4 .footer-contact .social li a {
    color: #fff; }
    .footer-4 .footer-contact .social li a:hover {
      color: #f23559; }

.copyright-4 {
  padding: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .copyright-4 .text {
    color: #fff; }
    .copyright-4 .text a {
      color: #f23559; }

/*===== FOOTER 4 =====*/
.footer-5 {
  position: relative; }
  .footer-5 .footer-about .text {
    color: #fff; }
  .footer-5 .footer-title .title {
    color: #fff; }
  .footer-5 .footer-link ul li a {
    color: #fff; }
    .footer-5 .footer-link ul li a:hover {
      color: #4bb3f9; }
  .footer-5 .footer-contact .text {
    color: #fff; }
  .footer-5 .footer-contact .social li a {
    color: #fff; }
    .footer-5 .footer-contact .social li a:hover {
      color: #4bb3f9; }

.copyright-5 {
  padding: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .copyright-5 .text {
    color: #fff; }
    .copyright-5 .text a {
      color: #4bb3f9; }

/*===========================
      11.PAGE BANNER css 
===========================*/
.page-banner {
  padding-top: 235px;
  padding-bottom: 135px; }
  @media (max-width: 767px) {
    .page-banner {
      padding-top: 175px;
      padding-bottom: 90px; } }

.page-banner-content .page-title {
  font-size: 60px;
  font-weight: 400;
  color: #000; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner-content .page-title {
      font-size: 48px; } }
  @media (max-width: 767px) {
    .page-banner-content .page-title {
      font-size: 28px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-banner-content .page-title {
      font-size: 34px; } }
  .page-banner-content .page-title b {
    font-weight: 700; }
  .page-banner-content .page-title span {
    font-weight: 700;
    color: #f14836;
    display: contents; }
.page-banner-content.banner-content-2 .page-title {
  color: #fff; }
  .page-banner-content.banner-content-2 .page-title span {
    color: #fff; }

/*===========================
         12.TEAM css 
===========================*/
.team-area {
  position: relative; }

.team-bg {
  background-color: #eff2f9; }

.team-wrapper {
  background-color: #f7f7fd;
  padding-bottom: 30px; }

.single-team .team-image {
  position: relative; }
  .single-team .team-image img {
    width: 100%; }
  .single-team .team-image .plus-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    font-size: 30px;
    color: #fff;
    background-color: #f14836;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    opacity: 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; }
.single-team .team-content {
  padding-top: 25px; }
  .single-team .team-content .team-title a {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #222;
    -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-team .team-content .team-title a {
        font-size: 26px; } }
    .single-team .team-content .team-title a:hover {
      color: #f14836; }
  .single-team .team-content .sub-title {
    font-size: 18px;
    color: #798795;
    margin-top: 5px; }
  .single-team .team-content .social {
    border-top: 1px solid #d0ddea;
    padding-top: 18px;
    margin-top: 30px; }
    .single-team .team-content .social li {
      display: inline-block;
      margin: 0 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-team .team-content .social li {
          margin: 0 20px; } }
      @media (max-width: 767px) {
        .single-team .team-content .social li {
          margin: 0 20px; } }
      .single-team .team-content .social li a {
        font-size: 18px;
        color: #798795;
        -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 .social li a:hover {
          color: #f14836; }
/* .single-team:hover .team-image .plus-link {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1; } */
.single-team.team-2 .team-image .plus-link {
  background-color: #164aa9; }
.single-team.team-2 .team-content .team-title a:hover {
  color: #164aa9; }
.single-team.team-4 .team-image .plus-link {
  background-color: #f23559; }
.single-team.team-4 .team-content .team-title a:hover {
  color: #f23559; }
.single-team.team-5 .team-image .plus-link {
  background-color: #3969bf; }
.single-team.team-5 .team-content .team-title a {
  color: #fff; }
.single-team.team-5 .team-content .sub-title {
  color: #4bb3f9; }
.single-team.team-5 .team-content .social {
  border-color: rgba(255, 255, 255, 0.3); }
  .single-team.team-5 .team-content .social li a {
    color: #fff; }
.single-team.team-6 .team-image .plus-link {
  background-color: #2358b8; }
.single-team.team-6 .team-content .team-title a {
  color: #fff; }
.single-team.team-6 .team-content .sub-title {
  color: #4bb3f9; }
.single-team.team-6 .team-content .social {
  border-color: rgba(255, 255, 255, 0.3); }
  .single-team.team-6 .team-content .social li a {
    color: #fff; }

.team-section-title .team-line {
  padding-top: 10px; }
  .team-section-title .team-line li {
    height: 5px;
    background-color: #fde4e1;
    display: inline-block;
    border-radius: 50px;
    margin-right: 3px; }
    .team-section-title .team-line li:nth-of-type(1) {
      width: 40px; }
    .team-section-title .team-line li:nth-of-type(2) {
      width: 15px; }
    .team-section-title .team-line li:nth-of-type(3) {
      width: 10px; }
    .team-section-title .team-line li:nth-of-type(4) {
      width: 5px; }
.team-section-title.team-section-6 .team-line li {
  background-color: rgba(255, 255, 255, 0.1); }

/*===========================
         13.FAQ css 
===========================*/
.faq-accordion .accordion .card {
  border: 0;
  background: none; }
  .faq-accordion .accordion .card .card-header {
    padding: 0;
    border: 0;
    background: none;
    margin-top: 40px; }
    .faq-accordion .accordion .card .card-header a {
      font-size: 18px;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      color: #222;
      display: block;
      position: relative;
      padding-right: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .faq-accordion .accordion .card .card-header a {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .faq-accordion .accordion .card .card-header a {
          font-size: 16px; } }
      .faq-accordion .accordion .card .card-header a::before {
        content: '\E957';
        font-family: 'LineIcons';
        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%); }
    .faq-accordion .accordion .card .card-header .collapsed::before {
      content: '\E959'; }
  .faq-accordion .accordion .card .card-body {
    padding: 20px 20px 0; }
.faq-accordion.faq-accordion-6 .accordion .card .card-header a {
  color: #f14836; }
  .faq-accordion.faq-accordion-6 .accordion .card .card-header a.collapsed {
    color: #fff; }

.faq-image img {
  width: 100%; }

/*===========================
       14.PROCESS css 
===========================*/
.single-process .process-icon .icon {
  width: 30px;
  height: 30px;
  line-height: 32px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  z-index: 5; }
  .single-process .process-icon .icon::before, .single-process .process-icon .icon::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: -1; }
  .single-process .process-icon .icon::after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  .single-process .process-icon .icon i {
    color: #fff;
    font-size: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.single-process .process-icon .icon-title {
  font-size: 18px;
  font-weight: 700;
  color: #798795;
  padding-left: 15px;
  font-family: "Poppins", sans-serif; }
  .single-process .process-icon .icon-title span {
    font-weight: 400; }
.single-process .process-content .process-title a {
  font-size: 24px;
  color: #222;
  font-family: "Poppins", sans-serif;
  -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-process .process-content .process-title a:hover {
    color: #f14836; }
.single-process .process-content .text {
  padding-top: 20px;
  /*font-size: 16px;*/ }
.single-process .process-content .more {
  font-size: 36px;
  color: #798795;
  margin-top: 5px;
  -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-process .process-content .more:hover {
    color: #f14836; }
.single-process.process-color-1 .process-icon .icon {
  background-color: #6360f4; }
  .single-process.process-color-1 .process-icon .icon::before, .single-process.process-color-1 .process-icon .icon::after {
    background-color: #6360f4; }
.single-process.process-color-2 .process-icon .icon {
  background-color: #f23559; }
  .single-process.process-color-2 .process-icon .icon::before, .single-process.process-color-2 .process-icon .icon::after {
    background-color: #f23559; }
.single-process.process-color-3 .process-icon .icon {
  background-color: #35f2e7; }
  .single-process.process-color-3 .process-icon .icon::before, .single-process.process-color-3 .process-icon .icon::after {
    background-color: #35f2e7; }
.single-process.process-color-4 .process-icon .icon {
  background-color: #1ecf92; }
  .single-process.process-color-4 .process-icon .icon::before, .single-process.process-color-4 .process-icon .icon::after {
    background-color: #1ecf92; }
.single-process.process-color-5 .process-icon .icon {
  background-color: #781ceb; }
  .single-process.process-color-5 .process-icon .icon::before, .single-process.process-color-5 .process-icon .icon::after {
    background-color: #781ceb; }
.single-process.process-color-6 .process-icon .icon {
  background-color: #54b2f8; }
  .single-process.process-color-6 .process-icon .icon::before, .single-process.process-color-6 .process-icon .icon::after {
    background-color: #54b2f8; }

.process-content .process-icon .icon {
  width: 30px;
  height: 30px;
  line-height: 32px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  z-index: 5;
  text-align: center; }
  .process-content .process-icon .icon::before, .process-content .process-icon .icon::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: -1; }
  .process-content .process-icon .icon::after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  .process-content .process-icon .icon i {
    color: #fff;
    font-size: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.process-content .process-icon .icon-title {
  font-size: 18px;
  font-weight: 700;
  color: #798795;
  padding-left: 15px;
  font-family: "Poppins", sans-serif; }
  .process-content .process-icon .icon-title span {
    font-weight: 400; }
.process-content .process-text .process-title {
  font-size: 40px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-content .process-text .process-title {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .process-content .process-text .process-title {
      font-size: 24px; } }
  .process-content .process-text .process-title span {
    font-weight: 400;
    display: contents; }
.process-content .process-text .text {
  padding-top: 20px;
  /*font-size: 16px;*/ }
.process-content.process-color-1 .process-icon .icon {
  background-color: #f23559; }
  .process-content.process-color-1 .process-icon .icon::before, .process-content.process-color-1 .process-icon .icon::after {
    background-color: #f23559; }
.process-content.process-color-2 .process-icon .icon {
  background-color: #1574ff; }
  .process-content.process-color-2 .process-icon .icon::before, .process-content.process-color-2 .process-icon .icon::after {
    background-color: #1574ff; }
.process-content.process-color-3 .process-icon .icon {
  background-color: #2dc322; }
  .process-content.process-color-3 .process-icon .icon::before, .process-content.process-color-3 .process-icon .icon::after {
    background-color: #2dc322; }
.process-content.process-color-4 .process-icon .icon {
  background-color: #000; }
  .process-content.process-color-4 .process-icon .icon::before, .process-content.process-color-4 .process-icon .icon::after {
    background-color: #000; }

/*===========================
        15.SING IN css 
===========================*/
.sing-in-area {
  position: relative; }

.sing-in-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sing-in-image {
      position: relative;
      width: 720px;
      margin: 0 auto;
      padding-top: 50px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .sing-in-image {
      position: relative;
      width: 100%;
      margin: 0 auto;
      padding-top: 50px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .sing-in-image {
      width: 540px; } }
  .sing-in-image .image {
    padding-left: 70px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sing-in-image .image {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .sing-in-image .image {
        padding-left: 0; } }

.sing-in-form-area .sing-in-title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000; }
  .sing-in-form-area .sing-in-title i {
    color: #f14836;
    margin-right: 8px; }
  .sing-in-form-area .sing-in-title span {
    font-weight: 400; }
.sing-in-form-area .text {
  font-size: 16px;
  margin-top: 25px; }
.sing-in-form-area .sing-in-form-wrapper {
  padding-top: 10px; }
  .sing-in-form-area .sing-in-form-wrapper .new-user .text {
    font-size: 18px;
    color: #000; }
    .sing-in-form-area .sing-in-form-wrapper .new-user .text a {
      color: #798795; }
.sing-in-form-area .single-form label {
  margin-bottom: 25px;
  display: block;
  font-size: 18px;
  color: #222; }
.sing-in-form-area .single-form input {
  width: 100%;
  -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  background-color: #fff;
  padding: 0 30px;
  height: 65px;
  border: 0;
  color: #222;
  font-size: 18px; }
.sing-in-form-area .single-form .form-checkbox span {
  font-size: 18px;
  color: #798795; }
.sing-in-form-area .single-form .form-checkbox input[type="checkbox"] {
  display: none; }
  .sing-in-form-area .single-form .form-checkbox input[type="checkbox"] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 15px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #798795;
    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; }
    .sing-in-form-area .single-form .form-checkbox input[type="checkbox"] + label::before {
      color: #fff;
      content: "\f00c";
      font-family: "FontAwesome";
      font-size: 16px;
      position: absolute;
      text-align: center;
      left: 2px;
      top: -4px;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(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; }
  .sing-in-form-area .single-form .form-checkbox input[type="checkbox"]:checked + label {
    background: #f14836;
    border-color: #f14836; }
    .sing-in-form-area .single-form .form-checkbox input[type="checkbox"]:checked + label::before {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
.sing-in-form-area .single-form .form-forget a {
  font-size: 18px;
  color: #f14836; }
.sing-in-form-area .single-form .main-btn {
  width: 100%;
  border-radius: 7px;
  height: 65px;
  line-height: 61px;
  -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08); }
  .sing-in-form-area .single-form .main-btn:hover {
    background-color: #f14836;
    color: #fff;
    -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3); }
.sing-in-form-area .single-form .facebook-sing-up a {
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 7px;
  background-color: #164aa9;
  color: #fff;
  font-weight: 700;
  font-size: 18px; }
.sing-in-form-area .single-form .gooogle-sing-up a {
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 7px;
  background-color: #df3527;
  color: #fff;
  font-weight: 700;
  font-size: 18px; }

.sing-up-area {
  position: relative; }

.sing-up-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sing-up-image {
      position: relative;
      width: 720px;
      margin: 0 auto;
      padding-top: 50px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .sing-up-image {
      position: relative;
      width: 100%;
      margin: 0 auto;
      padding-top: 50px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .sing-up-image {
      width: 540px; } }
  .sing-up-image .image {
    padding-left: 70px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sing-up-image .image {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .sing-up-image .image {
        padding-left: 0; } }

/*===========================
   16.PROTFOLIO DETAILS css 
===========================*/
.portfolio-details-image .tab-content img {
  width: 100%; }
.portfolio-details-image .nav {
  padding-top: 50px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 767px) {
    .portfolio-details-image .nav {
      padding-top: 30px;
      margin-left: -5px;
      margin-right: -5px; } }
  .portfolio-details-image .nav .nav-item {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .portfolio-details-image .nav .nav-item {
        padding-left: 5px;
        padding-right: 5px; } }
  .portfolio-details-image .nav a {
    position: relative; }
    .portfolio-details-image .nav a::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      border: 5px solid #f14836;
      top: 0;
      left: 0;
      opacity: 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; }
      @media (max-width: 767px) {
        .portfolio-details-image .nav a::before {
          border: 2px solid #f14836; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .portfolio-details-image .nav a::before {
          border: 3px solid #f14836; } }
    .portfolio-details-image .nav a.active::before {
      opacity: 1; }
    .portfolio-details-image .nav a img {
      width: 100%; }
.portfolio-details-image.portfolio-details-image-2 .nav {
  padding-top: 0; }
  .portfolio-details-image.portfolio-details-image-2 .nav .nav-item {
    width: 100%;
    margin-top: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .portfolio-details-image.portfolio-details-image-2 .nav .nav-item {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .portfolio-details-image.portfolio-details-image-2 .nav .nav-item {
        width: 33.33%; } }
    .portfolio-details-image.portfolio-details-image-2 .nav .nav-item:first-child {
      margin-top: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .portfolio-details-image.portfolio-details-image-2 .nav .nav-item:first-child {
          margin-top: 30px; } }
      @media (max-width: 767px) {
        .portfolio-details-image.portfolio-details-image-2 .nav .nav-item:first-child {
          margin-top: 30px; } }
  .portfolio-details-image.portfolio-details-image-2 .nav a img {
    width: 100%;
    height: 140px;
    object-position: center;
    object-fit: cover; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .portfolio-details-image.portfolio-details-image-2 .nav a img {
        height: 108px; } }
    @media (max-width: 767px) {
      .portfolio-details-image.portfolio-details-image-2 .nav a img {
        height: 80px; } }

.portfolio-details-content {
  padding-top: 90px; }
  @media (max-width: 767px) {
    .portfolio-details-content {
      padding-top: 60px; } }
  .portfolio-details-content .portfolio-sub-title {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #f14836; }
  .portfolio-details-content .portfolio-title {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin-top: 5px; }
    @media (max-width: 767px) {
      .portfolio-details-content .portfolio-title {
        font-size: 26px; } }
  .portfolio-details-content .text {
    margin-top: 15px; }
  .portfolio-details-content .portfolio-cdws {
    padding-top: 25px; }
    .portfolio-details-content .portfolio-cdws .single-cdws .cdws-icon i {
      font-size: 24px;
      color: #000; }
    .portfolio-details-content .portfolio-cdws .single-cdws .cdws-content {
      padding-left: 30px; }
      .portfolio-details-content .portfolio-cdws .single-cdws .cdws-content .cdws-title {
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        color: #000; }
      .portfolio-details-content .portfolio-cdws .single-cdws .cdws-content .text {
        margin-top: 5px; }

/*===========================
         16.BL0G css 
===========================*/
.single-blog .blog-image a {
  display: block; }
  .single-blog .blog-image a img {
    width: 100%; }
.single-blog .blog-content {
  padding-top: 25px; }
  .single-blog .blog-content .blog-title a {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    -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-blog .blog-content .blog-title a {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .single-blog .blog-content .blog-title a {
        font-size: 20px; } }
    .single-blog .blog-content .blog-title a:hover {
      color: #f14836; }
  .single-blog .blog-content .blog-author {
    padding-top: 20px; }
    .single-blog .blog-content .blog-author .author-image img {
      width: 65px;
      border-radius: 50%; }
    .single-blog .blog-content .blog-author .author-content {
      padding-left: 20px; }
      .single-blog .blog-content .blog-author .author-content .sub-title {
        font-size: 14px;
        color: #f14836;
        font-weight: 400; }
      .single-blog .blog-content .blog-author .author-content .text {
        font-size: 16px;
        font-weight: 600;
        margin-top: 5px; }
.single-blog.blog-2 .blog-content .blog-title a:hover {
  color: #164aa9; }
.single-blog.blog-3 .blog-content .blog-title a:hover {
  color: #05de7d; }
.single-blog.blog-5 .blog-content .blog-title a:hover {
  color: #3969bf; }
.single-blog.blog-6 .blog-content .blog-title a {
  color: #fff; }
  .single-blog.blog-6 .blog-content .blog-title a:hover {
    color: #f23559; }
.single-blog.blog-6 .blog-content .blog-author {
  padding-top: 20px; }
  .single-blog.blog-6 .blog-content .blog-author .author-content .sub-title {
    color: #f23559; }

.blog-btn .main-btn {
  border: 0;
  background: -webkit-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
  background: -o-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
  background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
  background-size: 200%;
  padding: 0 50px;
  height: 60px;
  line-height: 60px; }
  .blog-btn .main-btn:hover {
    background-position: right center;
    color: #fff; }

/*===== SINGLE BLOG 2 =====*/
.single-blog-2 .single-blog-title {
  border-bottom: 1px solid #d0ddea;
  padding-bottom: 15px; }
  .single-blog-2 .single-blog-title a {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    -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-2 .single-blog-title a:hover {
      color: #f23559; }
.single-blog-2 .text {
  font-size: 14px;
  margin-top: 15px; }
.single-blog-2 .blog-author-date .author {
  margin-top: 30px; }
  .single-blog-2 .blog-author-date .author .author-image img {
    width: 65px;
    border-radius: 50%; }
  .single-blog-2 .blog-author-date .author .author-content {
    padding-left: 20px; }
    .single-blog-2 .blog-author-date .author .author-content .text {
      font-size: 14px;
      color: #f23559; }
    .single-blog-2 .blog-author-date .author .author-content .author-name {
      font-size: 16px;
      font-weight: 600; }
.single-blog-2 .blog-author-date .date {
  margin-top: 30px; }
  .single-blog-2 .blog-author-date .date span {
    width: 70px;
    height: 70px;
    font-size: 14px;
    color: #798795;
    border: 2px dashed #f23559;
    text-align: center; }

/*===========================
    17.BL0G DETAILS  css 
===========================*/
.blog-details-content .details-image img {
  width: 100%; }
.blog-details-content .details-title {
  font-size: 24px;
  font-weight: 600;
  max-width: 680px;
  margin-top: 45px; }
  @media (max-width: 767px) {
    .blog-details-content .details-title {
      font-size: 20px; } }
.blog-details-content .text {
  margin-top: 35px; }
.blog-details-content .blockquote {
  padding: 65px 50px;
  background: -webkit-linear-gradient(#3e2cea 0%, #4bb3f9 100%);
  background: -o-linear-gradient(#3e2cea 0%, #4bb3f9 100%);
  background: linear-gradient(#3e2cea 0%, #4bb3f9 100%);
  position: relative;
  border-radius: 5px;
  margin-top: 45px;
  z-index: 5; }
  @media (max-width: 767px) {
    .blog-details-content .blockquote {
      padding: 25px 30px; } }
  .blog-details-content .blockquote .quote {
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0.15;
    z-index: -1; }
  .blog-details-content .blockquote .text {
    margin-top: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    line-height: 48px;
    display: block; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .blog-details-content .blockquote .text {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .blog-details-content .blockquote .text {
        font-size: 20px;
        line-height: 35px; } }
    .blog-details-content .blockquote .text i {
      font-size: 16px;
      position: relative; }
      .blog-details-content .blockquote .text i.fa-quote-left {
        top: -16px;
        left: 5px; }
      .blog-details-content .blockquote .text i.fa-quote-right {
        bottom: -6px; }
.blog-details-content .details-list {
  padding-top: 5px;
  padding-left: 20px; }
  .blog-details-content .details-list li {
    font-size: 16px;
    color: #798795;
    margin-top: 25px;
    list-style: decimal; }
.blog-details-content .blog-share {
  border-top: 1px solid #d0ddea;
  padding-top: 25px;
  margin-top: 60px; }
  .blog-details-content .blog-share span {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    font-family: "Poppins", sans-serif; }
  .blog-details-content .blog-share .social li {
    display: inline-block;
    margin-left: 10px; }
    .blog-details-content .blog-share .social li a {
      font-size: 16px; }
      .blog-details-content .blog-share .social li a.color-1 {
        color: #45619d; }
      .blog-details-content .blog-share .social li a.color-2 {
        color: #42c0fb; }
      .blog-details-content .blog-share .social li a.color-3 {
        color: #E1306C; }
      .blog-details-content .blog-share .social li a.color-4 {
        color: #0077B5; }

.single-comment-items {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .single-comment-items .comment-author {
      padding-left: 100px;
      padding-bottom: 18px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-comment-items .comment-author {
      padding-left: 0;
      padding-bottom: 0; } }
  .single-comment-items .comment-author img {
    width: 80px;
    border-radius: 50%; }
  .single-comment-items .comment-content {
    background-color: #f6f6f6;
    padding: 25px 60px;
    margin-left: 20px;
    position: relative; }
    @media (max-width: 767px) {
      .single-comment-items .comment-content {
        margin-left: 0;
        padding: 25px 25px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-comment-items .comment-content {
        margin-left: 20px; } }
    .single-comment-items .comment-content::before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-top: 100px solid #f6f6f6;
      border-left: 100px solid transparent;
      top: 0;
      left: -100px; }
      @media (max-width: 767px) {
        .single-comment-items .comment-content::before {
          border-top: 0;
          border-left: 0;
          border-right: 100px solid transparent;
          border-bottom: 100px solid #f6f6f6;
          left: 0;
          top: -100px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-comment-items .comment-content::before {
          position: absolute;
          border-top: 100px solid #f6f6f6;
          border-left: 100px solid transparent;
          border-right: 0;
          border-bottom: 0;
          top: 0;
          left: -100px; } }
    .single-comment-items .comment-content .comment-name {
      font-size: 16px;
      font-weight: 700; }
    .single-comment-items .comment-content .text {
      padding-top: 20px;
      padding-bottom: 20px; }
    .single-comment-items .comment-content a {
      font-size: 16px;
      color: #a4a4a4;
      -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;
      margin-right: 20px;
      margin-top: 10px; }
      .single-comment-items .comment-content a i {
        margin-right: 8px; }
      .single-comment-items .comment-content a:hover {
        color: #f14836; }

.comment-reply {
  padding-left: 100px; }
  @media (max-width: 767px) {
    .comment-reply {
      padding-left: 0; } }

.blog-details-comment-form .comment-form-title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000; }
  @media (max-width: 767px) {
    .blog-details-comment-form .comment-form-title {
      font-size: 26px; } }
  .blog-details-comment-form .comment-form-title i {
    color: #f14836;
    margin-right: 8px; }
  .blog-details-comment-form .comment-form-title span {
    font-weight: 400; }

.comment-form label {
  margin-bottom: 25px;
  display: block;
  font-size: 18px;
  color: #222; }
.comment-form input, .comment-form textarea {
  width: 100%;
  border-radius: 7px;
  background-color: #fff;
  padding: 0 30px;
  height: 65px;
  border: 1px solid #d0ddea;
  color: #222;
  font-size: 18px; }
.comment-form textarea {
  padding-top: 10px;
  height: 270px;
  resize: none; }

.blog-category {
  border: 1px solid #d0ddea;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .blog-category .category-title {
    border: 1px solid #d0ddea;
    padding: 15px 30px; }
    .blog-category .category-title .title {
      font-size: 18px;
      font-weight: 500;
      color: #222; }
      .blog-category .category-title .title i {
        color: #f14836;
        margin-right: 5px; }
  .blog-category .category-list {
    padding: 5px 30px 30px; }
    .blog-category .category-list ul li {
      margin-top: 20px; }
      .blog-category .category-list ul li a {
        font-size: 14px;
        color: #798795;
        display: block;
        -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; }
        .blog-category .category-list ul li a:hover {
          color: #f14836; }
        .blog-category .category-list ul li a i {
          float: right;
          margin-top: 5px; }
  .blog-category .category-more {
    padding: 15px 30px;
    border-top: 1px solid #d0ddea;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .blog-category .category-more a {
      font-size: 14px;
      font-weight: 400;
      font-family: "Poppins", sans-serif;
      color: #222;
      -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; }
      .blog-category .category-more a:hover {
        color: #f14836; }
      .blog-category .category-more a i {
        color: #f14836;
        margin-right: 5px; }

.blog-sidebar-wrapper {
  border: 1px solid #d0ddea; }
  .blog-sidebar-wrapper .sidebar-title {
    padding: 15px 30px;
    border-bottom: 1px solid #d0ddea; }
    .blog-sidebar-wrapper .sidebar-title .title {
      font-size: 18px;
      font-weight: 500; }

.blog-tag .tag-list {
  padding: 20px 30px 30px;
  border-bottom: 1px solid #d0ddea; }
  .blog-tag .tag-list a {
    padding: 0 10px;
    line-height: 30px;
    border-bottom: 1px solid #d0ddea;
    -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;
    color: #798795;
    font-size: 14px;
    margin-top: 10px; }
    .blog-tag .tag-list a:hover {
      background-color: #f14836;
      color: #fff;
      border-color: #798795; }

.blog-project .project-list {
  padding: 20px 30px 30px;
  border-bottom: 1px solid #d0ddea; }
  .blog-project .project-list ul li a {
    color: #798795;
    font-size: 14px;
    margin-top: 10px;
    -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: block; }
    .blog-project .project-list ul li a:hover {
      color: #f14836; }
    .blog-project .project-list ul li a span {
      float: right; }

.blog-ratting .ratting-list {
  padding: 20px 30px 30px; }
  .blog-ratting .ratting-list ul li a {
    color: #798795;
    font-size: 14px;
    margin-top: 10px;
    -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: block; }
    .blog-ratting .ratting-list ul li a:hover {
      color: #f14836; }
    .blog-ratting .ratting-list ul li a span {
      float: right; }

/*===========================
      18.CONTACT  css 
===========================*/
.contact-area {
  position: relative; }

.contact-map iframe {
  width: 100%;
  height: 550px; }
  @media (max-width: 767px) {
    .contact-map iframe {
      height: 350px; } }

.contact-map-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-map-2 {
      position: relative;
      width: 100%;
      height: 550px; } }
  @media (max-width: 767px) {
    .contact-map-2 {
      position: relative;
      width: 100%;
      height: 550px; } }
  .contact-map-2 iframe {
    width: 100%;
    height: 100%; }

.contact-info-title .title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000; }
  .contact-info-title .title i {
    color: #f14836;
    margin-right: 8px; }
  .contact-info-title .title span {
    font-weight: 400; }
.contact-info-title .text {
  font-size: 16px;
  margin-top: 25px; }

.single-contact-info .contact-info-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 50%; }
.single-contact-info .contact-info-content {
  padding-left: 20px; }
  .single-contact-info .contact-info-content .text {
    color: #222; }
.single-contact-info.contact-color-1 .contact-info-icon i {
  background-color: #222; }
.single-contact-info.contact-color-2 .contact-info-icon i {
  background-color: #f23559; }
.single-contact-info.contact-color-3 .contact-info-icon i {
  background-color: #4bb3f9; }

.contact-info {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .contact-info {
      padding-bottom: 0; } }

.contact-wrapper-form .contact-title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000; }
  @media (max-width: 767px) {
    .contact-wrapper-form .contact-title {
      font-size: 26px; } }
  .contact-wrapper-form .contact-title i {
    color: #f14836;
    margin-right: 8px; }
  .contact-wrapper-form .contact-title span {
    font-weight: 400; }

.form-message.error, .form-message.success {
  font-size: 16px;
  color: #222;
  padding: 10px 15px;
  margin-top: 15px;
  background-color: #f7f7fd;
  margin-left: 15px; }
.form-message.error {
  color: #fc3832; }

.contact-form label {
  margin-bottom: 25px;
  display: block;
  font-size: 18px;
  color: #222; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border-radius: 7px;
  background-color: #fff;
  padding: 0 30px;
  height: 65px;
  border: 1px solid #d0ddea;
  color: #222;
  font-size: 18px; }
.contact-form textarea {
  padding-top: 10px;
  height: 270px;
  resize: none; }
.contact-form .main-btn {
  border-radius: 5px; }

/*===========================
       19.ERROR  css 
===========================*/
.error-area {
  height: 750px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-area {
      height: 550px; } }
  @media (max-width: 767px) {
    .error-area {
      height: 450px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-content img {
    width: 450px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .error-content img {
    width: 350px; } }
.error-content .text {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 55px; }
  .error-content .text span {
    color: #f14836; }

/*===========================
       03.DOMAIN  css 
===========================*/
.domain-area {
  background-color: #f7f7fd; }
  .domain-area.domain-2 {
    background-color: #2358b8;
    position: relative;
    z-index: 5; }
    .domain-area.domain-2::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/domain-bg.png);
      background-position: center center;
      background-repeat: no-repeat;
      z-index: -1; }

.domain-title .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #164aa9;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .domain-title .sub-title {
      font-size: 16px; } }
.domain-title .title {
  font-size: 60px;
  padding-top: 10px;
  color: #000; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .domain-title .title {
      font-size: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .domain-title .title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .domain-title .title {
      font-size: 24px; } }
  .domain-title .title span {
    font-weight: 400;
    display: contents; }
.domain-title.domain-title-2 .sub-title {
  color: #fff; }
.domain-title.domain-title-2 .title {
  color: #fff; }

.domain-search .search-form {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin-top: 105px; }
  @media (max-width: 767px) {
    .domain-search .search-form {
      border-radius: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .domain-search .search-form {
      border-radius: 50px; } }
  .domain-search .search-form input {
    width: 55%;
    height: 100px;
    background-color: #fff;
    border: 0;
    padding: 0 80px;
    font-size: 24px;
    color: #222;
    border-radius: 50px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .domain-search .search-form input {
        padding: 0 40px;
        height: 80px; } }
    @media (max-width: 767px) {
      .domain-search .search-form input {
        width: 100%;
        height: 70px;
        font-size: 16px;
        border-radius: 0;
        padding: 0 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .domain-search .search-form input {
        border-radius: 50px; } }
  .domain-search .search-form .nice-select {
    float: none;
    width: 20%;
    border-radius: 0;
    height: 100px;
    border: 0;
    padding-left: 50px;
    padding-right: 50px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .domain-search .search-form .nice-select {
        padding-left: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .domain-search .search-form .nice-select {
        height: 80px;
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .domain-search .search-form .nice-select {
        width: 100%;
        height: 70px;
        padding-left: 30px; } }
    .domain-search .search-form .nice-select::after {
      width: 12px;
      height: 12px;
      right: 35%;
      border-color: #a4a4a4; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .domain-search .search-form .nice-select::after {
          right: 25%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .domain-search .search-form .nice-select::after {
          right: 25%; } }
    .domain-search .search-form .nice-select::before {
      position: absolute;
      content: '';
      width: 2px;
      height: 70%;
      background-color: #d0ddea;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .domain-search .search-form .nice-select::before {
          width: 80%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          height: 2px;
          left: 50%;
          top: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .domain-search .search-form .nice-select::before {
          width: 2px;
          height: 70%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0;
          top: 50%; } }
    .domain-search .search-form .nice-select .current {
      line-height: 100px;
      font-size: 24px;
      color: #a4a4a4; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .domain-search .search-form .nice-select .current {
          line-height: 80px; } }
      @media (max-width: 767px) {
        .domain-search .search-form .nice-select .current {
          line-height: 70px;
          font-size: 16px; } }
    .domain-search .search-form .nice-select .list {
      width: 100%;
      border-radius: 0; }
      .domain-search .search-form .nice-select .list .option {
        font-size: 24px;
        color: #a4a4a4; }
        @media (max-width: 767px) {
          .domain-search .search-form .nice-select .list .option {
            font-size: 16px; } }
  .domain-search .search-form .main-btn {
    width: 25%;
    height: 100px;
    line-height: 100px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    background-color: #164aa9;
    border-color: #164aa9; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .domain-search .search-form .main-btn {
        height: 80px;
        line-height: 80px; } }
    @media (max-width: 767px) {
      .domain-search .search-form .main-btn {
        width: 100%;
        height: 70px;
        line-height: 70px;
        border-radius: 0;
        font-size: 18px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .domain-search .search-form .main-btn {
        border-radius: 50px; } }
    .domain-search .search-form .main-btn:hover {
      background-color: rgba(22, 74, 169, 0.4);
      color: #164aa9; }
  .domain-search .search-form.search-form-2 .main-btn {
    background-color: #164aa9;
    border-color: #164aa9; }
    .domain-search .search-form.search-form-2 .main-btn:hover {
      background-color: rgba(22, 74, 169, 0.6);
      color: #fff; }
.domain-search .domain-name .single-domain a {
  background-color: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 10px;
  -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: 10px 0; }
  @media (max-width: 767px) {
    .domain-search .domain-name .single-domain a {
      width: 75px;
      height: 75px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .domain-search .domain-name .single-domain a {
      width: 80px;
      height: 80px; } }
  .domain-search .domain-name .single-domain a .name {
    font-weight: 700;
    color: #798795;
    display: block;
    font-size: 18px; }
  .domain-search .domain-name .single-domain a .price {
    display: block;
    font-size: 14px;
    color: #798795;
    padding-top: 5px; }
  .domain-search .domain-name .single-domain a:hover {
    background-color: #164aa9;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.2);
    -moz-box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.2);
    box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.2); }
    .domain-search .domain-name .single-domain a:hover .name, .domain-search .domain-name .single-domain a:hover .price {
      color: #fff; }
.domain-search .domain-name.domain-name-2 .single-domain a {
  background-color: rgba(255, 255, 255, 0.07); }
  .domain-search .domain-name.domain-name-2 .single-domain a .name {
    color: #fff; }
  .domain-search .domain-name.domain-name-2 .single-domain a .price {
    color: #fff; }
  .domain-search .domain-name.domain-name-2 .single-domain a:hover {
    background-color: #164aa9; }

/*===========================
       04.ANALYSIS  css 
===========================*/
.analysis-title .title {
  font-size: 60px;
  font-weight: 700;
  color: #fff; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .analysis-title .title {
      font-size: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .analysis-title .title {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .analysis-title .title {
      font-size: 24px; } }
.analysis-title.analysis-title-2 .title {
  color: #3969bf; }

.analysis-counter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 46px; }
  .analysis-counter.analysis-counter-2 {
    border-color: #e3e3e3; }

.single-analysis-counter .count {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 65px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-analysis-counter .count {
      font-size: 70px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-analysis-counter .count {
      font-size: 60px; } }
  @media (max-width: 767px) {
    .single-analysis-counter .count {
      font-size: 38px; } }
  .single-analysis-counter .count .plus {
    font-size: 24px;
    font-weight: 400; }
.single-analysis-counter .text {
  color: #fff;
  text-transform: uppercase; }
.single-analysis-counter.counter-2 .count {
  color: #3969bf; }
.single-analysis-counter.counter-2 .text {
  color: #798795; }

/*===========================
       05.PROJECT css 
===========================*/
.project-menu ul li {
  display: inline-block;
  font-size: 16px;
  color: #798795;
  margin-left: 50px;
  cursor: pointer;
  position: relative;
  padding-bottom: 3px;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .project-menu ul li {
      margin: 10px 15px 0;
      font-size: 15px; } }
  .project-menu ul li:first-child {
    margin-left: 0; }
    @media (max-width: 767px) {
      .project-menu ul li:first-child {
        margin: 10px 15px 0; } }
  .project-menu ul li::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background-color: #798795;
    bottom: 0;
    left: 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; }
  .project-menu ul li:hover::before, .project-menu ul li.active::before {
    width: 100%; }

.single-project {
  position: relative; }
  .single-project .gallery-image img {
    width: 100%; }
  .single-project .project-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(62, 44, 234, 0.85) 0%, rgba(75, 179, 249, 0.85) 100%);
    background: -o-linear-gradient(left, rgba(62, 44, 234, 0.85) 0%, rgba(75, 179, 249, 0.85) 100%);
    background: linear-gradient(to right, rgba(62, 44, 234, 0.85) 0%, rgba(75, 179, 249, 0.85) 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;
    opacity: 0;
    visibility: hidden; }
    .single-project .project-content a {
      background-color: #f14836;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      -o-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(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; }
      .single-project .project-content a span {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-project .project-content a span {
            width: 30px;
            height: 30px; } }
        .single-project .project-content a span::before, .single-project .project-content a span::after {
          position: absolute;
          content: '';
          width: 2px;
          height: 100%;
          background-color: #fff;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
        .single-project .project-content a span::after {
          height: 2px;
          width: 100%;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
    .single-project .project-content .project-title {
      position: absolute;
      bottom: 40px;
      left: 0;
      width: 100%;
      text-align: center;
      overflow: hidden; }
      .single-project .project-content .project-title .title {
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        -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-project:hover .project-content {
    opacity: 1;
    visibility: visible; }
    .single-project:hover .project-content a {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
    .single-project:hover .project-content .project-title .title {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

.project-btn .main-btn {
  background: -webkit-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
  background: -o-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
  background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
  border: 0;
  background-size: 200%;
  line-height: 55px;
  padding: 0 45px; }
  .project-btn .main-btn:hover {
    color: #fff;
    background-position: right center; }

/*===== Project 2 =====*/
.single-project-2 {
  position: relative; }
  .single-project-2 .project-image img {
    width: 100%; }
  .single-project-2 .project-icon a {
    background-color: #f23559;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(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; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-project-2 .project-icon a {
        width: 80px;
        height: 80px; } }
    .single-project-2 .project-icon a span {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-project-2 .project-icon a span {
          width: 30px;
          height: 30px; } }
      .single-project-2 .project-icon a span::before, .single-project-2 .project-icon a span::after {
        position: absolute;
        content: '';
        width: 2px;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      .single-project-2 .project-icon a span::after {
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
  .single-project-2:hover .project-icon a {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

.view-gallery-2 {
  position: relative;
  margin-top: -25px; }
  @media (max-width: 767px) {
    .view-gallery-2 {
      margin-top: 25px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .view-gallery-2 {
      margin-top: 25px; } }
  .view-gallery-2 a {
    font-size: 18px;
    font-weight: 600;
    color: #f23559; }
    .view-gallery-2 a i {
      padding-left: 5px; }

/*===== Project Columns =====*/
.project-columns .project-image img {
  width: 100%; }
.project-columns .project-image .project-icon a {
  background: -webkit-linear-gradient(left, #3e2cea 0%, #4bb3f9 100%);
  background: -o-linear-gradient(left, #3e2cea 0%, #4bb3f9 100%);
  background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 100%);
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(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; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-columns .project-image .project-icon a {
      width: 80px;
      height: 80px; } }
  @media (max-width: 767px) {
    .project-columns .project-image .project-icon a {
      width: 80px;
      height: 80px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-columns .project-image .project-icon a {
      width: 120px;
      height: 120px; } }
  .project-columns .project-image .project-icon a span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .project-columns .project-image .project-icon a span {
        width: 30px;
        height: 30px; } }
    @media (max-width: 767px) {
      .project-columns .project-image .project-icon a span {
        width: 30px;
        height: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .project-columns .project-image .project-icon a span {
        width: 40px;
        height: 40px; } }
    .project-columns .project-image .project-icon a span::before, .project-columns .project-image .project-icon a span::after {
      position: absolute;
      content: '';
      width: 2px;
      height: 100%;
      background-color: #fff;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .project-columns .project-image .project-icon a span::after {
      height: 2px;
      width: 100%;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
.project-columns .project-content .project-title a {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  margin-top: 25px;
  -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) {
    .project-columns .project-content .project-title a {
      font-size: 20px; } }
  .project-columns .project-content .project-title a:hover {
    color: #164aa9; }
.project-columns:hover .project-image .project-icon a {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

/*===== Project Columns 2 =====*/
.project-columns-2 {
  position: relative; }
  .project-columns-2 .gallery-image img {
    width: 100%; }
  .project-columns-2 .project-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(62, 44, 234, 0.85) 0%, rgba(75, 179, 249, 0.85) 100%);
    background: -o-linear-gradient(left, rgba(62, 44, 234, 0.85) 0%, rgba(75, 179, 249, 0.85) 100%);
    background: linear-gradient(to right, rgba(62, 44, 234, 0.85) 0%, rgba(75, 179, 249, 0.85) 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;
    opacity: 0;
    visibility: hidden; }
    .project-columns-2 .project-content a {
      background-color: #f14836;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      -o-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(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; }
      .project-columns-2 .project-content a span {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .project-columns-2 .project-content a span {
            width: 30px;
            height: 30px; } }
        .project-columns-2 .project-content a span::before, .project-columns-2 .project-content a span::after {
          position: absolute;
          content: '';
          width: 2px;
          height: 100%;
          background-color: #fff;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
        .project-columns-2 .project-content a span::after {
          height: 2px;
          width: 100%;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
    .project-columns-2 .project-content .project-title {
      position: absolute;
      bottom: 40px;
      left: 0;
      width: 100%;
      text-align: center;
      overflow: hidden; }
      .project-columns-2 .project-content .project-title .title {
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        -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; }
  .project-columns-2:hover .project-content {
    opacity: 1;
    visibility: visible; }
    .project-columns-2:hover .project-content a {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
    .project-columns-2:hover .project-content .project-title .title {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

/*===========================
    09.APP DOWNLOAD css 
===========================*/
.app-download-area {
  position: relative;
  z-index: 5; }

.app-shape-1,
.app-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .app-shape-1 img,
    .app-shape-2 img {
      width: 300px; } }
  @media (max-width: 767px) {
    .app-shape-1 img,
    .app-shape-2 img {
      width: 200px; } }

.app-shape-2 {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  z-index: -1; }

.app-download-content {
  padding: 0 25px; }
  @media (max-width: 767px) {
    .app-download-content {
      padding: 0; } }
  .app-download-content .app-title {
    font-size: 100px;
    font-weight: 700;
    color: #000; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .app-download-content .app-title {
        font-size: 70px; } }
    @media (max-width: 767px) {
      .app-download-content .app-title {
        font-size: 32px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .app-download-content .app-title {
        font-size: 55px; } }
  .app-download-content ul {
    padding-top: 100px; }
    @media (max-width: 767px) {
      .app-download-content ul {
        padding-top: 60px; } }
    .app-download-content ul li {
      display: inline-block;
      margin: 0 12px; }
      @media (max-width: 767px) {
        .app-download-content ul li {
          margin: 0 8px; } }
      .app-download-content ul li a {
        width: 235px;
        height: 95px;
        line-height: 95px;
        text-align: center;
        -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-radius: 5px; }
        @media (max-width: 767px) {
          .app-download-content ul li a {
            width: 120px;
            height: 55px;
            line-height: 55px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .app-download-content ul li a {
            width: 200px;
            height: 80px;
            line-height: 80px; } }
        @media (max-width: 767px) {
          .app-download-content ul li a img {
            width: 90px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .app-download-content ul li a img {
            width: auto; } }
        .app-download-content ul li a.app-store {
          background: -webkit-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
          background: -o-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
          background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
          background-size: 200%; }
        .app-download-content ul li a.play-store {
          background: -webkit-linear-gradient(left, #1cbe99 0%, #05de7d 50%, #1cbe99 100%);
          background: -o-linear-gradient(left, #1cbe99 0%, #05de7d 50%, #1cbe99 100%);
          background: linear-gradient(to right, #1cbe99 0%, #05de7d 50%, #1cbe99 100%);
          background-size: 200%; }
        .app-download-content ul li a:hover {
          background-position: right; }
  .app-download-content.app-download-2 .app-title {
    color: #fff; }
  .app-download-content.app-download-2 ul li a.app-store {
    background: #f23559; }
  .app-download-content.app-download-2 ul li a.play-store {
    background: rgba(255, 255, 255, 0.2); }

/*===========================
       06.HISTORY  css 
===========================*/
.history-area {
  position: relative; }

.history-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .history-image {
      width: 720px;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 50px;
      position: relative; } }
  @media (max-width: 767px) {
    .history-image {
      width: 100%;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 50px;
      position: relative; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .history-image {
      width: 540px; } }

.history-content {
  max-width: 470px; }
  .history-content .history-title {
    font-size: 40px;
    padding-top: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .history-content .history-title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .history-content .history-title {
        font-size: 24px; } }
    .history-content .history-title span {
      font-weight: 400;
      display: contents; }
  .history-content .text {
    margin-top: 35px; }

.history-progress-area .history-progress .circles-text {
  font-size: 24px !important;
  font-weight: 700;
  color: #222;
  font-family: "Open Sans", sans-serif; }
.history-progress-area .history-progress .progress-content {
  padding-left: 15px; }
  .history-progress-area .history-progress .progress-content .progress-title {
    font-size: 18px; }

/*===========================
   19.CALL TO ACTION  css 
===========================*/
.call-action .section-title .title {
  font-size: 60px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-action .section-title .title {
      font-size: 46px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-action .section-title .title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .call-action .section-title .title {
      font-size: 28px; } }
.call-action .call-action-form {
  position: relative;
  margin-top: 100px; }
  @media (max-width: 767px) {
    .call-action .call-action-form {
      margin-top: 50px; } }
  .call-action .call-action-form input {
    width: 100%;
    height: 100px;
    padding: 0 80px;
    border-radius: 50px;
    border: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .call-action .call-action-form input {
        height: 80px; } }
    @media (max-width: 767px) {
      .call-action .call-action-form input {
        height: 60px;
        padding: 0 25px; } }
  .call-action .call-action-form .main-btn {
    position: absolute;
    top: 0;
    right: -1px;
    height: 100px;
    line-height: 96px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #164aa9;
    border-color: #164aa9; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .call-action .call-action-form .main-btn {
        height: 80px;
        line-height: 76px;
        font-size: 22px; } }
    @media (max-width: 767px) {
      .call-action .call-action-form .main-btn {
        height: 60px;
        line-height: 56px;
        font-size: 18px;
        position: relative;
        margin-top: 10px;
        width: 100%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .call-action .call-action-form .main-btn {
        font-size: 18px;
        position: absolute;
        margin-top: 0;
        width: auto; } }
    .call-action .call-action-form .main-btn:hover {
      background-color: rgba(22, 74, 169, 0.6);
      color: #fff; }

/*# sourceMappingURL=style.css.map */
