/*-----------------------------------------------------------------------------------

    Template Name: VoltBuzz
    Description: SEO & Digital Marketing Agency HTML5 Template
    Author: WebTend
    Author URI: https://themeforest.net/user/webtend/portfolio
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,500&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #002e44; }
  @media (max-width: 767px) {
    body {
      overflow-x: hidden; } }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important; }

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; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #002e44;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #002e44;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.slick-slide {
  outline: 0; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  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: 1px solid #1655c5;
  padding: 0 40px;
  font-size: 16px;
  line-height: 60px;
  border-radius: 40px;
  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: #1655c5; }
  .main-btn:hover {
    background-color: #fff;
    color: #1655c5;
    border-color: #1655c5; }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #1655c5;
    border-color: #1655c5; }
    .main-btn.main-btn-2:hover {
      background-color: #1655c5;
      border-color: #1655c5;
      color: #fff; }

.section-title {
  padding-bottom: 43px; }
  .section-title span {
    font-weight: 500;
    color: #1655c5;
    position: relative;
    z-index: 11; }
  .section-title .title {
    font-size: 60px;
    position: relative;
    z-index: 10; }
    @media (max-width: 767px) {
      .section-title .title {
        font-size: 40px; } }
    .section-title .title::before {
      position: absolute;
      content: '';
      left: 50%;
      bottom: 0;
      font-size: 200px;
      line-height: 180px;
      color: #f9fbff;
      transform: translateX(-50%);
      z-index: -1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .section-title .title::before {
          font-size: 160px; } }
      @media (max-width: 767px) {
        .section-title .title::before {
          display: none; } }
  .section-title img {
    margin-top: 5px; }

/*Loader Css*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999; }

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1655c5;
  -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
  animation: ball-pulse-sync .6s 0s infinite ease-in-out; }

.lds-ellipsis span:nth-child(1) {
  -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.lds-ellipsis span:nth-child(2) {
  -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out; }

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/*===========================
    2.HEADER css
===========================*/
.navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  padding: 0 100px;
  z-index: 999; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navigation {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation {
      padding: 0 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .navigation {
      padding: 0 15px; } }
  .navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    z-index: 999;
    animation: sticky  1.2s; }
    .navigation.sticky .navbar .navbar-nav .nav-item a {
      line-height: 80px !important; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navigation.sticky .navbar .navbar-nav .nav-item a {
          line-height: 40px !important; } }
      @media (max-width: 767px) {
        .navigation.sticky .navbar .navbar-nav .nav-item a {
          line-height: 40px !important; } }
    .navigation.sticky .navbar .navbar-nav .nav-item .sub-menu li a {
      line-height: 30px !important; }
  .navigation .navbar {
    position: relative;
    padding: 0; }
    .navigation .navbar .navbar-brand {
      margin-right: 0; }
    .navigation .navbar .navbar-toggler {
      border: 2px solid #000;
      padding: 10px 12px;
      border-radius: 0; }
      .navigation .navbar .navbar-toggler .toggler-icon {
        width: 30px;
        height: 2px;
        background-color: #222;
        margin: 5px 0;
        display: block;
        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; }
      .navigation .navbar .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; }
      .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
        opacity: 0; }
      .navigation .navbar .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) {
      .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 106%;
        left: 0;
        width: 100%;
        background-color: #1655c5;
        z-index: 8;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } }
    @media (max-width: 767px) {
      .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 106%;
        left: 0;
        width: 100%;
        background-color: #1655c5;
        z-index: 8;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navigation .navbar .navbar-nav {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .navigation .navbar .navbar-nav {
        margin-right: 0; } }
    .navigation .navbar .navbar-nav .nav-item {
      position: relative;
      margin: 0 30px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin: 0 20px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin: 0 12px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin: 0px; } }
      @media (max-width: 767px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin: 0px; } }
      .navigation .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        font-weight: 500;
        color: #002e44;
        /*text-transform: capitalize;*/
        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;
        line-height: 65px;
        padding: 0px;
        font-family: "Roboto", sans-serif; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navigation .navbar .navbar-nav .nav-item a {
            color: #fff; } }
        @media (max-width: 767px) {
          .navigation .navbar .navbar-nav .nav-item a {
            color: #fff; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navigation .navbar .navbar-nav .nav-item a > i {
            display: none; } }
        @media (max-width: 767px) {
          .navigation .navbar .navbar-nav .nav-item a > i {
            display: none; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .navigation .navbar .navbar-nav .nav-item a {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navigation .navbar .navbar-nav .nav-item a {
            padding: 0;
            display: block;
            border: 0;
            margin: 0;
            line-height: 40px; } }
        @media (max-width: 767px) {
          .navigation .navbar .navbar-nav .nav-item a {
            padding: 0;
            display: block;
            border: 0;
            margin: 0;
            line-height: 40px; } }
        .navigation .navbar .navbar-nav .nav-item a span {
          padding-left: 5px;
          font-size: 15px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navigation .navbar .navbar-nav .nav-item a span {
              display: none; } }
          @media (max-width: 767px) {
            .navigation .navbar .navbar-nav .nav-item a span {
              display: none; } }
      .navigation .navbar .navbar-nav .nav-item:first-child a {
        margin-left: 0; }
      .navigation .navbar .navbar-nav .nav-item:last-child a {
        margin-right: 0; }
      .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: absolute;
        left: 0;
        top: 110%;
        width: 210px;
        background-color: #fff;
        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;
        z-index: 99;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navigation .navbar .navbar-nav .nav-item .sub-menu {
            position: relative !important;
            width: 100% !important;
            left: 0 !important;
            top: auto !important;
            opacity: 1 !important;
            visibility: visible !important;
            display: none;
            right: auto;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
            transition: 0s;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            text-align: left;
            border-top: 0; } }
        @media (max-width: 767px) {
          .navigation .navbar .navbar-nav .nav-item .sub-menu {
            position: relative !important;
            width: 100% !important;
            left: 0 !important;
            top: auto !important;
            opacity: 1 !important;
            visibility: visible !important;
            display: none;
            right: auto;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
            transition: 0s;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            text-align: left;
            border-top: 0; } }
        .navigation .navbar .navbar-nav .nav-item .sub-menu > li {
          position: relative; }
          .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler {
            color: #002e44;
            -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; }
          .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
            display: block;
            padding: 8px 24px;
            position: relative;
            color: #7e7e7e;
            -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: 0;
            margin: 0 0;
            line-height: 30px; }
            .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
              float: right;
              font-size: 14px;
              margin-top: 5px; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
                  display: none; } }
              @media (max-width: 767px) {
                .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
                  display: none; } }
            .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i {
              display: inline-block; }
          .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
            right: auto;
            left: 100%;
            top: 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) {
              .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
                padding-left: 30px; } }
            @media (max-width: 767px) {
              .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
                padding-left: 30px; } }
          .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-menu {
            top: 100%;
            opacity: 1;
            visibility: visible; }
          .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler {
            color: #fff; }
          .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a {
            background-color: #1655c5;
            color: #fff !important; }
      .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%; }
      .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: none; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
            display: inline-block;
            position: absolute;
            top: -14px;
            right: 0;
            padding: 10px 14px;
            font-size: 16px;
            background: none;
            border: 0;
            color: #fff; } }
        @media (max-width: 767px) {
          .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
            display: inline-block;
            position: absolute;
            top: -14px;
            right: 0;
            padding: 10px 14px;
            font-size: 16px;
            background: none;
            border: 0;
            color: #fff; } }
    .navigation .navbar .navbar-btn .nice-select {
      margin-right: 70px;
      border: 0 !important; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .navigation .navbar .navbar-btn .nice-select {
          margin-right: 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navigation .navbar .navbar-btn .nice-select {
          margin-right: 30px; } }
      @media (max-width: 767px) {
        .navigation .navbar .navbar-btn .nice-select {
          display: none; } }
      .navigation .navbar .navbar-btn .nice-select::before {
        position: absolute;
        content: '';
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: 7px solid #1655c5; }
      .navigation .navbar .navbar-btn .nice-select::after {
        border-bottom: 2px solid #002e44;
        border-right: 2px solid #002e44; }
    .navigation .navbar .navbar-btn a {
      border-radius: 40px;
      background: linear-gradient(to right, #ff5a00 0%, #ffa100 50%, #ff5a00 100%);
      background-size: 200% auto;
      box-shadow: 0px 8px 16px 0px rgba(255, 140, 0, 0.3);
      border: 0;
      line-height: 60px;
      padding: 0 40px;
      color: #fff; }
      .navigation .navbar .navbar-btn a:hover {
        background-position: right center; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navigation .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 50%;
        transform: translateY(-50%); } }
    @media (max-width: 767px) {
      .navigation .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 50%;
        transform: translateY(-50%); } }

.header-3-area .navigation .navbar .navbar-btn .nice-select {
  padding-left: 54px;
  padding-right: 38px;
  border-radius: 40px;
  height: 50px;
  line-height: 50px; }
  .header-3-area .navigation .navbar .navbar-btn .nice-select::before {
    left: 12px;
    border: 7px solid #0160e7; }
  .header-3-area .navigation .navbar .navbar-btn .nice-select::after {
    right: 28px;
    margin-top: -3px; }
  .header-3-area .navigation .navbar .navbar-btn .nice-select .list {
    width: 100%;
    top: 92%; }
.header-3-area .navigation .navbar .navbar-btn a {
  background: #0160e7;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.2); }
.header-3-area.header-4-area .navigation.sticky {
  background: #3b4a8c; }
.header-3-area.header-4-area .navigation .navbar .navbar-nav .nav-item .nav-link {
  color: #fff; }
.header-3-area.header-4-area .navigation .navbar .navbar-toggler {
  border-color: #fff; }
  .header-3-area.header-4-area .navigation .navbar .navbar-toggler span {
    background: #fff; }
.header-3-area.header-4-area .navigation .navbar-btn a {
  border: 0;
  background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.2); }

@-webkit-keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
@keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
/*===========================
    3.BANNER css
===========================*/
.banner-area {
  height: 800px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .banner-area {
      margin-top: 0; } }
  .banner-area .banner-thumb {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    width: 45%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-area .banner-thumb {
        width: 38%; } }
    @media (max-width: 767px) {
      .banner-area .banner-thumb {
        display: none; } }
    .banner-area .banner-thumb img {
      width: 100%; }
  .banner-area .banner-content {
    margin-right: -75px; }
    @media (max-width: 767px) {
      .banner-area .banner-content {
        margin-right: 0; } }
    .banner-area .banner-content a {
      height: 80px;
      width: 80px;
      text-align: center;
      line-height: 80px;
      border-radius: 50%;
      background-image: -moz-linear-gradient(0deg, #1341a9 0%, #1654c3 100%);
      background-image: -webkit-linear-gradient(0deg, #1341a9 0%, #1654c3 100%);
      background-image: -ms-linear-gradient(0deg, #1341a9 0%, #1654c3 100%);
      box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.2);
      color: #fff; }
    .banner-area .banner-content span {
      color: #1655c5;
      font-weight: 500;
      margin-top: 32px; }
    .banner-area .banner-content .title {
      line-height: 90px;
      font-size: 80px;
      padding-top: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-area .banner-content .title {
          font-size: 65px;
          line-height: 75px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-area .banner-content .title {
          font-size: 54px;
          line-height: 64px; } }
      @media (max-width: 767px) {
        .banner-area .banner-content .title {
          font-size: 32px;
          line-height: 42px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-area .banner-content .title {
          font-size: 54px;
          line-height: 64px; } }
    .banner-area .banner-content p {
      padding-right: 30px;
      padding-top: 34px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-area .banner-content p {
          padding-right: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-area .banner-content p {
          padding-right: 0; } }
      @media (max-width: 767px) {
        .banner-area .banner-content p {
          padding-right: 0;
          font-size: 15px; } }

.banner-area-2 {
  padding-bottom: 110px; }
  .banner-area-2 .banner-content {
    padding-top: 90px; }
    .banner-area-2 .banner-content .title {
      font-size: 80px;
      font-weight: 300;
      line-height: 90px; }
      @media (max-width: 767px) {
        .banner-area-2 .banner-content .title {
          font-size: 36px;
          line-height: 46px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-area-2 .banner-content .title {
          font-size: 60px;
          line-height: 70px; } }
      .banner-area-2 .banner-content .title span {
        font-weight: 500; }
    .banner-area-2 .banner-content > span {
      font-size: 16px;
      font-weight: 500;
      color: #0acc94;
      padding-bottom: 20px; }
    .banner-area-2 .banner-content img {
      width: 100%;
      margin-top: 62px; }

.banner-3-area {
  height: 1095px;
  position: relative;
  background: #f9fbff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-3-area {
      height: 850px; } }
  @media (max-width: 767px) {
    .banner-3-area {
      height: 750px; } }
  .banner-3-area::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    min-width: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-bg-1.jpg); }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .banner-3-area::before {
        min-width: 518px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-3-area::before {
        min-width: 350px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-3-area::before {
        min-width: 0; } }
    @media (max-width: 767px) {
      .banner-3-area::before {
        min-width: 0; } }
  .banner-3-area .banner-content > span {
    font-size: 26px;
    font-weight: 500;
    color: #0160e7;
    padding-bottom: 10px; }
  .banner-3-area .banner-content .title {
    font-size: 120px;
    line-height: 130px;
    font-weight: 500;
    color: #002e44;
    letter-spacing: -3px;
    padding-bottom: 14px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-3-area .banner-content .title {
        font-size: 100px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-3-area .banner-content .title {
        font-size: 80px;
        line-height: 90px; } }
    @media (max-width: 767px) {
      .banner-3-area .banner-content .title {
        font-size: 40px;
        line-height: 50px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-3-area .banner-content .title {
        font-size: 70px;
        line-height: 80px; } }
    .banner-3-area .banner-content .title span {
      font-weight: 100; }
  .banner-3-area .banner-content ul li {
    display: inline-block; }
    .banner-3-area .banner-content ul li a.main-btn {
      box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.2);
      background-color: #0160e7;
      border-color: #0160e7;
      line-height: 60px;
      padding: 0 42px; }
      @media (max-width: 767px) {
        .banner-3-area .banner-content ul li a.main-btn {
          margin-bottom: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-3-area .banner-content ul li a.main-btn {
          margin-bottom: 0px; } }
      .banner-3-area .banner-content ul li a.main-btn:hover {
        background-color: transparent;
        color: #0160e7; }
    .banner-3-area .banner-content ul li a.scroll-down {
      height: 100px;
      width: 100px;
      text-align: center;
      line-height: 74px;
      border-radius: 50%;
      background-color: #fe4c1c;
      color: #fff;
      box-shadow: 0px 8px 16px 0px rgba(254, 76, 28, 0.2);
      border: 13px solid #fff;
      font-size: 20px;
      margin-left: 28px; }

.page-title-area {
  background-image: -moz-linear-gradient(0deg, #1341a9 0%, #1654c3 100%);
  background-image: -webkit-linear-gradient(0deg, #1341a9 0%, #1654c3 100%);
  background-image: -ms-linear-gradient(0deg, #1341a9 0%, #1654c3 100%);
  position: relative;
  z-index: 10; }
  .page-title-area .page-title {
    position: relative;
    padding-top: 132px;
    padding-bottom: 185px; }
    .page-title-area .page-title .title {
      color: #fff;
      font-size: 72px;
      font-weight: 500;
      /*text-transform: capitalize;*/ }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .page-title-area .page-title .title {
          font-size: 66px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .page-title-area .page-title .title {
          font-size: 70px; } }
      @media (max-width: 767px) {
        .page-title-area .page-title .title {
          font-size: 28px; } }
    .page-title-area .page-title p {
      color: #fff;
      font-size: 24px;
      padding-top: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .page-title-area .page-title p {
          font-size: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .page-title-area .page-title p {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .page-title-area .page-title p {
          font-size: 15px; } }
    .page-title-area .page-title nav {
      position: absolute;
      left: 0;
      bottom: -30px; }
      .page-title-area .page-title nav ol {
        background-color: #fff;
        margin: 0;
        padding: 17px 34px;
        border-radius: 40px;
        box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.06); }
        .page-title-area .page-title nav ol li {
          font-size: 16px;
          font-weight: 700;
          color: #002e44; }
          .page-title-area .page-title nav ol li a {
            font-size: 16px;
            font-weight: 700;
            color: #002e44; }
  .page-title-area .page-title-thumb {
    position: absolute;
    bottom: -30px;
    right: 0;
    text-align: right;
    z-index: -1; }
    @media (max-width: 767px) {
      .page-title-area .page-title-thumb {
        display: none; } }
    .page-title-area .page-title-thumb img {
      width: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .page-title-area .page-title-thumb img {
          width: 60%; } }

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #002e44; }

.banner-4-area {
  height: 1000px;
  position: relative; }
  .banner-4-area .banner-pattern {
    position: absolute;
    left: 30px;
    bottom: 30px; }
  .banner-4-area .banner-content span {
    font-weight: 500;
    color: #fff; }
  .banner-4-area .banner-content .title {
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    padding-bottom: 52px;
    padding-top: 19px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-4-area .banner-content .title {
        font-size: 70px;
        line-height: 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-4-area .banner-content .title {
        font-size: 60px;
        line-height: 70px; } }
    @media (max-width: 767px) {
      .banner-4-area .banner-content .title {
        font-size: 38px;
        line-height: 48px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-4-area .banner-content .title {
        font-size: 60px;
        line-height: 70px; } }
  .banner-4-area .banner-content ul li {
    display: inline-block;
    margin-right: 26px; }
    @media (max-width: 767px) {
      .banner-4-area .banner-content ul li {
        margin-right: 0;
        margin-top: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-4-area .banner-content ul li {
        margin-right: 26px;
        margin-top: 0px; } }
    .banner-4-area .banner-content ul li a {
      background: #1c2962;
      border-color: #1c2962;
      color: #fff;
      line-height: 60px;
      padding: 0 60px; }
      .banner-4-area .banner-content ul li a:hover {
        background-color: transparent;
        color: #1c2962; }
      .banner-4-area .banner-content ul li a.main-btn-2 {
        border: 0;
        background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.2); }

/*===========================
    4.SERVICES css
===========================*/
.services-area .services-item {
  padding-top: 70px;
  padding-bottom: 64px;
  position: relative;
  z-index: 10; }
  .services-area .services-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1; }
  .services-area .services-item .title {
    font-size: 30px;
    line-height: 40px;
    padding: 30px 30px 24px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .services-area .services-item .title {
        padding: 30px 10px 24px;
        font-size: 24px;
        line-height: 34px; } }
    @media (max-width: 767px) {
      .services-area .services-item .title {
        padding: 30px 10px 24px;
        font-size: 24px;
        line-height: 34px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .services-area .services-item .title {
        padding: 30px 30px 24px;
        font-size: 30px;
        line-height: 40px; } }
  .services-area .services-item ul li {
    padding: 5px 0; }
    .services-area .services-item ul li a {
      color: #002e44;
      font-size: 16px;
      font-weight: 500; }
      .services-area .services-item ul li a i {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 37px;
        border: 2px solid #e9f0f5;
        border-radius: 50%;
        margin-right: 21px; }
  .services-area .services-item.center {
    box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.06); }
    .services-area .services-item.center::after {
      position: absolute;
      content: '';
      top: -10px;
      left: -10px;
      width: 0;
      height: 0;
      border-top: 32px solid #1655c5;
      border-right: 32px solid transparent;
      z-index: -2; }
    .services-area .services-item.center .services-dot {
      position: absolute;
      right: -28px;
      bottom: -28px;
      z-index: -2; }
      @media (max-width: 767px) {
        .services-area .services-item.center .services-dot {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .services-area .services-item.center .services-dot {
          display: flex; } }
.services-area.services-4-area .section-title span {
  color: #f87b81; }
.services-area.services-4-area .section-title .title::before {
  color: #f2f7ff; }
.services-area.services-4-area .single-services {
  padding: 62px 39px 50px;
  position: relative;
  z-index: 10;
  background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 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; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-area.services-4-area .single-services {
      padding: 62px 20px 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area.services-4-area .single-services {
      padding: 62px 20px 50px; } }
  @media (max-width: 767px) {
    .services-area.services-4-area .single-services {
      padding: 62px 10px 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area.services-4-area .single-services {
      padding: 62px 39px 50px; } }
  .services-area.services-4-area .single-services::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    border: 2px solid #edf8ff;
    z-index: -1;
    -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; }
  .services-area.services-4-area .single-services .item {
    padding-left: 90px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .services-area.services-4-area .single-services .item {
        padding-left: 70px; } }
    @media (max-width: 767px) {
      .services-area.services-4-area .single-services .item {
        padding-left: 70px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .services-area.services-4-area .single-services .item {
        padding-left: 90px; } }
    .services-area.services-4-area .single-services .item i {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 60px;
      color: #f87b81;
      -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; }
    .services-area.services-4-area .single-services .item .title {
      font-size: 24px;
      line-height: 30px;
      -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: 1200px) {
        .services-area.services-4-area .single-services .item .title {
          font-size: 22px; } }
  .services-area.services-4-area .single-services p {
    padding-top: 35px;
    padding-bottom: 19px;
    -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; }
  .services-area.services-4-area .single-services a {
    color: #002e44;
    text-transform: capitalize;
    font-weight: 700;
    -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; }
  .services-area.services-4-area .single-services:hover {
    box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.4); }
    .services-area.services-4-area .single-services:hover::before {
      opacity: 0; }
    .services-area.services-4-area .single-services:hover .item i {
      color: #fff; }
    .services-area.services-4-area .single-services:hover .item .title {
      color: #fff; }
    .services-area.services-4-area .single-services:hover p {
      color: #fff; }
    .services-area.services-4-area .single-services:hover a {
      color: #fff; }

.services-2-area {
  position: relative;
  z-index: 10;
  padding-bottom: 133px; }
  .services-2-area .services-dot {
    position: absolute;
    top: 72px;
    left: 372px;
    z-index: -1; }
  .services-2-area .services-item {
    box-shadow: 0px 16px 32px 0px rgba(52, 52, 52, 0.06);
    padding: 50px 35px 45px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    background: #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .services-2-area .services-item {
        padding: 30px 15px 30px; } }
    @media (max-width: 767px) {
      .services-2-area .services-item {
        padding: 30px 15px 30px;
        margin-top: 30px !important; } }
    .services-2-area .services-item::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      -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; }
    .services-2-area .services-item .icon {
      height: 60px;
      width: 60px;
      text-align: center;
      line-height: 55px;
      background: #f4f9ff;
      border-radius: 5px;
      display: inline-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; }
    .services-2-area .services-item .title {
      font-size: 24px;
      font-weight: 500;
      padding-top: 34px;
      color: #002e44;
      padding-bottom: 15px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .services-2-area .services-item .title {
          font-size: 20px; } }
    .services-2-area .services-item p {
      font-size: 14px;
      line-height: 26px;
      -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; }
    .services-2-area .services-item.active::before, .services-2-area .services-item:hover::before {
      opacity: 1; }
    .services-2-area .services-item.active .icon, .services-2-area .services-item:hover .icon {
      background: #fff; }
    .services-2-area .services-item.active .title, .services-2-area .services-item.active p, .services-2-area .services-item:hover .title, .services-2-area .services-item:hover p {
      color: #fff; }
    .services-2-area .services-item.active.item-1::before, .services-2-area .services-item:hover.item-1::before {
      background-image: -moz-linear-gradient(90deg, #0036a4 0%, #007eff 100%);
      background-image: -webkit-linear-gradient(90deg, #0036a4 0%, #007eff 100%);
      background-image: -ms-linear-gradient(90deg, #0036a4 0%, #007eff 100%); }
    .services-2-area .services-item.active.item-2::before, .services-2-area .services-item:hover.item-2::before {
      background-image: -moz-linear-gradient(90deg, #0acc94 0%, #25d16e 100%);
      background-image: -webkit-linear-gradient(90deg, #0acc94 0%, #25d16e 100%);
      background-image: -ms-linear-gradient(90deg, #0acc94 0%, #25d16e 100%); }
    .services-2-area .services-item.active.item-3::before, .services-2-area .services-item:hover.item-3::before {
      background-image: -moz-linear-gradient(90deg, #5900e6 0%, #c872e8 100%);
      background-image: -webkit-linear-gradient(90deg, #5900e6 0%, #c872e8 100%);
      background-image: -ms-linear-gradient(90deg, #5900e6 0%, #c872e8 100%); }
    .services-2-area .services-item.active.item-4::before, .services-2-area .services-item:hover.item-4::before {
      background-image: -moz-linear-gradient(90deg, #ff5c00 0%, #ff9200 100%);
      background-image: -webkit-linear-gradient(90deg, #ff5c00 0%, #ff9200 100%);
      background-image: -ms-linear-gradient(90deg, #ff5c00 0%, #ff9200 100%); }
  .services-2-area.services-page {
    padding-bottom: 140px; }
    .services-2-area.services-page .section-title .title::before {
      color: #ebf2fb; }
    .services-2-area.services-page .services-dot {
      display: none; }
    .services-2-area.services-page .services-shape-bg {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
      .services-2-area.services-page .services-shape-bg img {
        width: 100%; }

.services-features-area .section-title span {
  color: #00c3ff; }
.services-features-area .section-title .title::before {
  content: ''; }
.services-features-area .features-tab-btns {
  padding-top: 72px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-features-area .features-tab-btns {
      padding-top: 0; } }
  @media (max-width: 767px) {
    .services-features-area .features-tab-btns {
      padding-top: 0; } }
  .services-features-area .features-tab-btns .nav li a {
    background: #eff6ff;
    text-align: center;
    min-width: 170px;
    padding: 66px 0  21px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .services-features-area .features-tab-btns .nav li a {
        min-width: 140px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .services-features-area .features-tab-btns .nav li a {
        min-width: 210px;
        margin-top: 70px; } }
    @media (max-width: 767px) {
      .services-features-area .features-tab-btns .nav li a {
        min-width: 135px;
        margin-top: 70px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .services-features-area .features-tab-btns .nav li a {
        min-width: 155px;
        margin-top: 70px; } }
    .services-features-area .features-tab-btns .nav li a i {
      height: 85px;
      width: 85px;
      text-align: center;
      line-height: 85px;
      border-radius: 50%;
      background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
      background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
      background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
      color: #fff;
      font-size: 40px;
      position: absolute;
      left: 50%;
      top: -42px;
      transform: translateX(-50%); }
    .services-features-area .features-tab-btns .nav li a span {
      color: #002e44;
      display: block;
      font-size: 20px;
      line-height: 26px;
      font-weight: 500; }
    .services-features-area .features-tab-btns .nav li a.active {
      background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
      background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
      background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); }
      .services-features-area .features-tab-btns .nav li a.active i {
        background: #fff;
        color: #0acc94;
        box-shadow: 0px 30px 60px 0px rgba(11, 204, 147, 0.4); }
      .services-features-area .features-tab-btns .nav li a.active span {
        color: #fff; }
  .services-features-area .features-tab-btns .tab-content .solution-content span {
    font-size: 16px;
    font-weight: 500;
    color: #002e44;
    padding-bottom: 10px; }
  .services-features-area .features-tab-btns .tab-content .solution-content .title {
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 6px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .services-features-area .features-tab-btns .tab-content .solution-content .title {
        font-size: 48px;
        line-height: 58px; } }
    @media (max-width: 767px) {
      .services-features-area .features-tab-btns .tab-content .solution-content .title {
        font-size: 32px;
        line-height: 42px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .services-features-area .features-tab-btns .tab-content .solution-content .title {
        font-size: 60px;
        line-height: 70px; } }
  .services-features-area .features-tab-btns .tab-content .solution-content p {
    line-height: 28px;
    padding-right: 35px;
    padding-top: 23px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .services-features-area .features-tab-btns .tab-content .solution-content p {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .services-features-area .features-tab-btns .tab-content .solution-content p {
        padding-right: 0; } }
.services-features-area.services-4-features-area {
  background: #fff2fa; }
  .services-features-area.services-4-features-area .section-title span {
    color: #f87b81; }
  .services-features-area.services-4-features-area .section-title .title::before {
    color: #fff; }
  .services-features-area.services-4-features-area .features-tab-btns .nav .nav-item .nav-link {
    background: #fff; }
    .services-features-area.services-4-features-area .features-tab-btns .nav .nav-item .nav-link i {
      background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); }
    .services-features-area.services-4-features-area .features-tab-btns .nav .nav-item .nav-link span {
      color: #002e44; }
    .services-features-area.services-4-features-area .features-tab-btns .nav .nav-item .nav-link.active {
      background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); }
      .services-features-area.services-4-features-area .features-tab-btns .nav .nav-item .nav-link.active i {
        background: #fff;
        color: #f87b81; }
      .services-features-area.services-4-features-area .features-tab-btns .nav .nav-item .nav-link.active span {
        color: #fff; }
  .services-features-area.services-4-features-area .tab-pane .solution-content span {
    color: #f87b81; }

.smm-services-area .smm-services-item {
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.06);
  padding: 50px 25px 45px 40px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .smm-services-area .smm-services-item {
      padding: 50px 20px 45px 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smm-services-area .smm-services-item {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .smm-services-area .smm-services-item {
      margin-top: 30px; } }
  .smm-services-area .smm-services-item::before {
    position: absolute;
    content: '01';
    top: -45px;
    right: -21px;
    font-weight: 900;
    font-size: 120px;
    color: #f5f8f9; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .smm-services-area .smm-services-item::before {
        font-size: 100px;
        top: -38px; } }
  .smm-services-area .smm-services-item .title {
    font-size: 20px;
    line-height: 30px;
    padding-top: 21px;
    padding-bottom: 6px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .smm-services-area .smm-services-item .title {
        font-size: 18px; } }
  .smm-services-area .smm-services-item.item-2::before {
    content: '02';
    right: -5px; }
  .smm-services-area .smm-services-item.item-3::before {
    content: '03';
    right: -6px; }
  .smm-services-area .smm-services-item.item-4::before {
    content: '04';
    right: -4px; }

/*===========================
    5.QUERY css
===========================*/
.query-area .query-item {
  padding: 120px;
  background: #1655c5;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .query-area .query-item {
      padding: 70px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .query-area .query-item {
      padding: 65px; } }
  @media (max-width: 767px) {
    .query-area .query-item {
      padding: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .query-area .query-item {
      padding: 70px; } }
  .query-area .query-item .dot-1 {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1; }
    @media (max-width: 767px) {
      .query-area .query-item .dot-1 {
        display: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .query-area .query-item .dot-1 {
        display: none; } }
  .query-area .query-item .dot-2 {
    position: absolute;
    right: 60px;
    bottom: 60px;
    z-index: -1; }
    @media (max-width: 767px) {
      .query-area .query-item .dot-2 {
        display: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .query-area .query-item .dot-2 {
        display: block; } }
  .query-area .query-item .query-content span {
    color: #fff;
    font-weight: 500; }
  .query-area .query-item .query-content .title {
    font-size: 60px;
    color: #fff;
    position: relative;
    padding-bottom: 32px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .query-area .query-item .query-content .title {
        font-size: 44px; } }
    @media (max-width: 767px) {
      .query-area .query-item .query-content .title {
        font-size: 32px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .query-area .query-item .query-content .title {
        font-size: 48px; } }
    .query-area .query-item .query-content .title::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0px;
      height: 2px;
      width: 14px;
      background: #fff; }
    .query-area .query-item .query-content .title::after {
      position: absolute;
      content: '';
      left: 20px;
      bottom: 0px;
      height: 2px;
      width: 30px;
      background: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .query-area .query-item .query-btn {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .query-area .query-item .query-btn {
      margin-top: 30px; } }
  .query-area .query-item .query-btn ul li a.main-btn {
    background: #fff;
    border-color: #fff;
    color: #002e44; }
    .query-area .query-item .query-btn ul li a.main-btn:hover {
      background-color: transparent;
      color: #fff; }
    .query-area .query-item .query-btn ul li a.main-btn i {
      padding-right: 6px; }
    .query-area .query-item .query-btn ul li a.main-btn.main-btn-2 {
      background: #00b0ff;
      border-color: #00b0ff;
      color: #fff;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .query-area .query-item .query-btn ul li a.main-btn.main-btn-2 {
          margin-left: 0;
          margin-top: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .query-area .query-item .query-btn ul li a.main-btn.main-btn-2 {
          margin-left: 20px;
          margin-top: 0px; } }
      .query-area .query-item .query-btn ul li a.main-btn.main-btn-2:hover {
        background-color: transparent;
        color: #00b0ff; }
.query-area.query-2-area {
  background: #fafbff;
  padding-top: 140px;
  padding-bottom: 140px; }
  .query-area.query-2-area .query-item {
    background: #fff;
    box-shadow: 0px 30px 60px 0px rgba(11, 204, 147, 0.06); }
    .query-area.query-2-area .query-item .query-content span {
      color: #0acc94; }
    .query-area.query-2-area .query-item .query-content .title {
      color: #002e44; }
      .query-area.query-2-area .query-item .query-content .title::before {
        background: #0acc94; }
      .query-area.query-2-area .query-item .query-content .title::after {
        background: #0acc94; }
    .query-area.query-2-area .query-item .query-btn a.main-btn {
      border: 2px solid #ededed;
      color: #002e44; }
      .query-area.query-2-area .query-item .query-btn a.main-btn:hover {
        border-color: #0acc94;
        background: #0acc94; }
      .query-area.query-2-area .query-item .query-btn a.main-btn.main-btn-2 {
        border-color: #00b0ff; }
.query-area.subscribe-area .query-item {
  background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
  background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
  background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
  box-shadow: 0px 30px 60px 0px rgba(11, 204, 147, 0.06);
  border-radius: 20px;
  padding: 120px 100px; }
  @media (max-width: 767px) {
    .query-area.subscribe-area .query-item {
      padding: 30px; } }
  .query-area.subscribe-area .query-item .query-content .title {
    letter-spacing: -2px; }
  .query-area.subscribe-area .query-item .query-btn .input-box {
    position: relative;
    display: inline-block; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .query-area.subscribe-area .query-item .query-btn .input-box {
        display: block; } }
    @media (max-width: 767px) {
      .query-area.subscribe-area .query-item .query-btn .input-box {
        display: block; } }
    .query-area.subscribe-area .query-item .query-btn .input-box i {
      position: absolute;
      left: 40px;
      top: 50%;
      transform: translateY(-50%);
      color: #002e44; }
      @media (max-width: 767px) {
        .query-area.subscribe-area .query-item .query-btn .input-box i {
          display: none; } }
    .query-area.subscribe-area .query-item .query-btn .input-box input {
      width: 510px;
      background: rgba(255, 255, 255, 0.95);
      border-radius: 60px;
      height: 80px;
      border: 0;
      padding-left: 62px;
      color: #002e44; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .query-area.subscribe-area .query-item .query-btn .input-box input {
          width: 430px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .query-area.subscribe-area .query-item .query-btn .input-box input {
          width: 100%; } }
      @media (max-width: 767px) {
        .query-area.subscribe-area .query-item .query-btn .input-box input {
          width: 100%;
          padding-left: 20px; } }
      .query-area.subscribe-area .query-item .query-btn .input-box input::placeholder {
        opacity: 1;
        color: #002e44; }
    .query-area.subscribe-area .query-item .query-btn .input-box button {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      color: #0acc94;
      box-shadow: 0px 30px 60px 0px rgba(11, 204, 147, 0.3);
      border-color: #fff; }
      @media (max-width: 767px) {
        .query-area.subscribe-area .query-item .query-btn .input-box button {
          position: static;
          margin-top: 45px; } }
.query-area.query-about {
  padding-bottom: 134px; }
.query-area.query-3-area .query-item {
  border-radius: 20px;
  background-color: #0160e7;
  box-shadow: 0px 16px 32px 0px rgba(1, 96, 231, 0.2); }
  .query-area.query-3-area .query-item .query-btn .main-btn.main-btn-2 {
    background: #003e96;
    border-color: #003e96; }
    .query-area.query-3-area .query-item .query-btn .main-btn.main-btn-2:hover {
      color: #fff; }
.query-area.query-3-area.query-4-area .query-item {
  border-radius: 0;
  background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.4); }
  .query-area.query-3-area.query-4-area .query-item .query-btn ul li a.main-btn-2 {
    background-color: transparent;
    border: 2px solid #f994ab;
    color: #fff; }
    .query-area.query-3-area.query-4-area .query-item .query-btn ul li a.main-btn-2:hover {
      background: #fff;
      border-color: #fff;
      color: #f65e87; }

/*===========================
    6.about us css
===========================*/
.about-us-area {
  position: relative; }
  .about-us-area .about-thumb {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-us-area .about-thumb {
        display: none; } }
    @media (max-width: 767px) {
      .about-us-area .about-thumb {
        display: none; } }
    .about-us-area .about-thumb img {
      width: 100%; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-us-area .about-us-content {
      margin-left: -40px; } }
  .about-us-area .about-us-content span {
    font-weight: 500;
    color: #1655c5;
    padding-bottom: 10px; }
  .about-us-area .about-us-content .title {
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 17px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-us-area .about-us-content .title {
        font-size: 50px;
        line-height: 60px; } }
    @media (max-width: 767px) {
      .about-us-area .about-us-content .title {
        font-size: 30px;
        line-height: 40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-us-area .about-us-content .title {
        font-size: 45px;
        line-height: 55px; } }
  .about-us-area .about-us-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-us-area .about-us-content p {
        padding-right: 0;
        font-size: 18px; } }
    @media (max-width: 767px) {
      .about-us-area .about-us-content p {
        padding-right: 0;
        font-size: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-us-area .about-us-content p {
        padding-right: 0;
        font-size: 20px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-us-area .about-mission-vision {
      margin-left: -40px; } }
  .about-us-area .about-mission-vision .about-mission .icon {
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 92px;
    background-image: -moz-linear-gradient(0deg, #1341a9 0%, #1654c3 100%);
    background-image: -webkit-linear-gradient(0deg, #1341a9 0%, #1654c3 100%);
    background-image: -ms-linear-gradient(0deg, #1341a9 0%, #1654c3 100%);
    border-radius: 50%;
    position: relative;
    z-index: 10; }
    .about-us-area .about-mission-vision .about-mission .icon::before {
      position: absolute;
      content: '';
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      height: 88px;
      width: 88px;
      border-radius: 50%;
      z-index: -1; }
  .about-us-area .about-mission-vision .about-mission .title {
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 9px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-us-area .about-mission-vision .about-mission p {
      font-size: 15px; } }
  .about-us-area .about-mission-vision .about-mission.about-vision .icon {
    background-image: -moz-linear-gradient(0deg, #ff5a00 0%, #ffa100 100%);
    background-image: -webkit-linear-gradient(0deg, #ff5a00 0%, #ffa100 100%);
    background-image: -ms-linear-gradient(0deg, #ff5a00 0%, #ffa100 100%); }

.about-2-area {
  background: #fafbff;
  padding-bottom: 140px; }
  .about-2-area .about-fetaures {
    position: relative;
    z-index: 10; }
    .about-2-area .about-fetaures .item {
      background: #fff;
      padding: 45px 0px 44px 140px;
      box-shadow: 0px 16px 32px 0px rgba(217, 219, 226, 0.2);
      position: relative;
      z-index: 5;
      margin-right: 50px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .about-2-area .about-fetaures .item {
          padding: 45px 0 44px 100px; } }
      @media (max-width: 767px) {
        .about-2-area .about-fetaures .item {
          margin-left: 0;
          margin-right: 0;
          padding: 50px 0px 20px 20px; } }
      .about-2-area .about-fetaures .item img {
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%); }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .about-2-area .about-fetaures .item img {
            left: 15px; } }
        @media (max-width: 767px) {
          .about-2-area .about-fetaures .item img {
            position: static; } }
      .about-2-area .about-fetaures .item ul li {
        display: inline-block; }
        .about-2-area .about-fetaures .item ul li a {
          color: #fe4c1c;
          font-weight: 500; }
      .about-2-area .about-fetaures .item span {
        font-size: 24px;
        font-weight: 500;
        padding-top: 6px; }
      .about-2-area .about-fetaures .item > a {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        color: #0acc94;
        font-size: 24px;
        background: #f2fffa; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .about-2-area .about-fetaures .item > a {
            right: 15px; } }
        @media (max-width: 767px) {
          .about-2-area .about-fetaures .item > a {
            position: static;
            display: block;
            margin-top: 40px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .about-2-area .about-fetaures .item > a {
            position: absolute;
            display: inline-block;
            margin-top: 0px; } }
      .about-2-area .about-fetaures .item.item-2 {
        z-index: 4;
        margin-left: -54px;
        margin-right: 100px; }
        @media (max-width: 767px) {
          .about-2-area .about-fetaures .item.item-2 {
            margin-left: 0;
            margin-right: 0; } }
      .about-2-area .about-fetaures .item.item-3 {
        z-index: 3;
        margin-left: -34px;
        margin-right: 80px; }
        @media (max-width: 767px) {
          .about-2-area .about-fetaures .item.item-3 {
            margin-left: 0;
            margin-right: 0; } }
      .about-2-area .about-fetaures .item.item-4 {
        z-index: 2;
        margin-left: 18px;
        margin-right: 30px; }
        @media (max-width: 767px) {
          .about-2-area .about-fetaures .item.item-4 {
            margin-left: 0;
            margin-right: 0; } }
  @media (max-width: 767px) {
    .about-2-area .about-content {
      margin-top: 30px; } }
  .about-2-area .about-content > span {
    font-weight: 500;
    color: #0acc94; }
  .about-2-area .about-content .title {
    font-size: 60px;
    line-height: 70px;
    padding-top: 8px;
    padding-bottom: 6px; }
    @media (max-width: 767px) {
      .about-2-area .about-content .title {
        font-size: 32px;
        line-height: 42px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-2-area .about-content .title {
        font-size: 48px;
        line-height: 58px; } }
  .about-2-area .about-content .text {
    padding-top: 22px;
    padding-bottom: 17px; }
    .about-2-area .about-content .text span {
      font-size: 24px;
      line-height: 34px;
      color: #002e44; }
      @media (max-width: 767px) {
        .about-2-area .about-content .text span {
          font-size: 22px; } }
      .about-2-area .about-content .text span a {
        color: #0acc94;
        font-weight: 700;
        text-transform: capitalize;
        text-decoration: underline; }
  .about-2-area .about-content p {
    padding-bottom: 35px; }
    @media (max-width: 767px) {
      .about-2-area .about-content p {
        font-size: 14px; } }
  .about-2-area .about-content > a {
    background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
    background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
    background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
    border: 0;
    padding: 0 48px;
    box-shadow: 0px 8px 16px 0px rgba(11, 204, 147, 0.2);
    color: #fff; }
  .about-2-area.seo-service-about {
    position: relative; }
    .about-2-area.seo-service-about .about-thumb {
      position: absolute;
      left: 0;
      bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-2-area.seo-service-about .about-thumb {
          display: none; } }
      @media (max-width: 767px) {
        .about-2-area.seo-service-about .about-thumb {
          display: none; } }
      .about-2-area.seo-service-about .about-thumb img {
        width: 95%; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .about-2-area.seo-service-about .about-thumb img {
            width: 70%; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .about-2-area.seo-service-about .about-thumb img {
            width: 52%; } }
  .about-2-area.about-3-area {
    padding-top: 136px; }
    .about-2-area.about-3-area .about-thumb {
      margin-right: 42px;
      margin-left: -90px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-2-area.about-3-area .about-thumb {
          margin-left: 0;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .about-2-area.about-3-area .about-thumb {
          margin-left: 0;
          margin-right: 0; } }
      .about-2-area.about-3-area .about-thumb img {
        width: 100%; }
    .about-2-area.about-3-area .about-content > span {
      color: #0160e7; }
    .about-2-area.about-3-area .about-content .text span a {
      color: #0160e7; }
    .about-2-area.about-3-area .about-content > a {
      background: #0160e7;
      box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.2); }
  .about-2-area.about-review {
    position: relative;
    padding-bottom: 197px;
    padding-top: 197px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .about-2-area.about-review {
        padding-top: 140px;
        padding-bottom: 140px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-2-area.about-review {
        padding-top: 140px;
        padding-bottom: 140px; } }
    .about-2-area.about-review .about-thumb {
      position: absolute;
      right: 160px;
      top: 50%;
      transform: translateY(-50%);
      text-align: right; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .about-2-area.about-review .about-thumb {
          right: 0; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .about-2-area.about-review .about-thumb {
          right: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-2-area.about-review .about-thumb {
          position: static;
          transform: translateY(0);
          margin-top: 30px; } }
      @media (max-width: 767px) {
        .about-2-area.about-review .about-thumb {
          position: static;
          transform: translateY(0);
          margin-top: 30px; } }
      .about-2-area.about-review .about-thumb img {
        width: 90%; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .about-2-area.about-review .about-thumb img {
            width: 80%; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .about-2-area.about-review .about-thumb img {
            width: 70%; } }
  .about-2-area.about-4-area {
    background-color: transparent;
    padding-bottom: 132px; }
    .about-2-area.about-4-area .about-thumb {
      margin-left: -115px;
      margin-right: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .about-2-area.about-4-area .about-thumb {
          margin-left: 0;
          margin-right: 0px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-2-area.about-4-area .about-thumb {
          margin-left: 0;
          margin-right: 0px; } }
      @media (max-width: 767px) {
        .about-2-area.about-4-area .about-thumb {
          margin-left: 0;
          margin-right: 0px; } }
    .about-2-area.about-4-area .about-content > span {
      color: #f76f83; }
    .about-2-area.about-4-area .about-content .text span a {
      color: #f76f83; }
    .about-2-area.about-4-area .about-content > a {
      background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.2); }

.about-counter-area .counter-thumb {
  margin-bottom: -10px; }
.about-counter-area .about-counter-bg {
  border-radius: 12px;
  background-image: -moz-linear-gradient(90deg, #0acc94 0%, #25d16e 100%);
  background-image: -webkit-linear-gradient(90deg, #0acc94 0%, #25d16e 100%);
  background-image: -ms-linear-gradient(90deg, #0acc94 0%, #25d16e 100%);
  box-shadow: 0px 16px 32px 0px rgba(11, 204, 147, 0.2);
  padding: 57px 70px 67px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-counter-area .about-counter-bg {
      padding: 57px 30px 67px; } }
  @media (max-width: 767px) {
    .about-counter-area .about-counter-bg {
      padding: 30px; } }
  .about-counter-area .about-counter-bg .about-counter-item {
    padding-left: 55px;
    position: relative; }
    .about-counter-area .about-counter-bg .about-counter-item i {
      position: absolute;
      left: 0;
      top: -5px;
      font-size: 30px;
      color: #fff; }
    .about-counter-area .about-counter-bg .about-counter-item .title {
      font-weight: 500;
      color: #fff;
      font-size: 16px;
      line-height: 24px; }
      .about-counter-area .about-counter-bg .about-counter-item .title span {
        font-size: 50px; }
        @media (max-width: 767px) {
          .about-counter-area .about-counter-bg .about-counter-item .title span {
            font-size: 40px; } }
    .about-counter-area .about-counter-bg .about-counter-item > span {
      font-weight: 500;
      color: #fff; }

.about-team-area {
  background: #fafbff; }
  .about-team-area .section-title span {
    color: #002e44; }
  .about-team-area .team-item .team-thumb {
    position: relative;
    z-index: 4;
    overflow: hidden; }
    .about-team-area .team-item .team-thumb img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .about-team-area .team-item .team-content {
    box-shadow: 0px 16px 32px 0px rgba(11, 204, 147, 0.06);
    padding-bottom: 35px;
    padding-top: 33px;
    margin: 0 30px;
    margin-top: -65px;
    background: #fff;
    position: relative;
    z-index: 5; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-team-area .team-item .team-content {
        margin: 0 15px;
        margin-top: -65px; } }
    .about-team-area .team-item .team-content span {
      color: #1655c5;
      font-weight: 500; }
    .about-team-area .team-item .team-content .title {
      font-size: 24px;
      padding-top: 7px; }
      @media (max-width: 767px) {
        .about-team-area .team-item .team-content .title {
          font-size: 20px; } }
    .about-team-area .team-item .team-content a {
      position: absolute;
      top: -30px;
      right: 40px;
      height: 60px;
      width: 60px;
      text-align: center;
      line-height: 60px;
      border-radius: 50%;
      background-color: #0160e7;
      color: #fff;
      box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.3); }
  .about-team-area .team-item:hover .team-thumb img {
    transform: scale(1.1); }

/*===========================
    7.SKILL css
===========================*/
.skill-area .skill-brand {
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .skill-area .skill-brand {
      margin: 0 0; } }
  @media (max-width: 767px) {
    .skill-area .skill-brand {
      margin: 30px 0; } }
  .skill-area .skill-brand .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    background-image: -moz-linear-gradient(0deg, #1341a9 0%, #1560e6 100%);
    background-image: -webkit-linear-gradient(0deg, #1341a9 0%, #1560e6 100%);
    background-image: -ms-linear-gradient(0deg, #1341a9 0%, #1560e6 100%);
    box-shadow: 0px 8px 16px 0px rgba(22, 85, 197, 0.2);
    font-size: 24px; }
  .skill-area .skill-brand::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/icon/skill-line.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: -1; }
  @media (max-width: 767px) {
    .skill-area .skill-brand .brand-list .brand-item a {
      margin-left: 10px;
      margin-right: 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .skill-area .skill-brand .brand-list .brand-item a {
      margin-left: 0px;
      margin-right: 0px; } }

.skills {
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .skills {
      margin-bottom: 40px;
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .skills {
      margin-bottom: 40px;
      margin-left: 0;
      margin-right: 0; } }

.skills .skill-item {
  position: relative;
  margin-bottom: 46px; }

.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 10px; }

.skills .skill-item .skill-header .skill-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #002e44;
  opacity: .8;
  padding-bottom: 22px; }

.skills .skill-item .skill-header .skill-percentage {
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 15px;
  font-weight: 600;
  color: #ff5e14; }

.skills .skill-item .skill-header .skill-percentage .count-box {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #1655c5;
  line-height: 30px;
  width: 52px;
  text-align: center;
  position: relative;
  font-weight: 500; }
  .skills .skill-item .skill-header .skill-percentage .count-box::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 3px;
    height: 57px;
    background: #1655c5; }

.skills .skill-item .skill-header .skill-percentage .count-box span {
  font-weight: 400;
  font-size: 14px; }

.skills .skill-item:last-child {
  margin-bottom: 0; }

.skills .skill-item .skill-bar {
  position: relative;
  width: 100%; }

.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  border-top: 1px solid #ebf2ff;
  border-bottom: 2px solid #ebf2ff;
  border-radius: 0px; }

.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0;
  top: -5px;
  width: 0;
  height: 10px;
  background: #1655c5;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 0px;
  margin-top: -3px; }

/*===========================
    8.PORTFOLIO css
===========================*/
.portfolio-area .portfolio-title {
  margin-bottom: 58px; }
  .portfolio-area .portfolio-title span {
    color: #1655c5;
    font-weight: 500; }
  .portfolio-area .portfolio-title .title {
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .portfolio-area .portfolio-title .title {
        font-size: 50px;
        line-height: 60px; } }
    @media (max-width: 767px) {
      .portfolio-area .portfolio-title .title {
        font-size: 26px;
        line-height: 36px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .portfolio-area .portfolio-title .title {
        font-size: 46px;
        line-height: 56px; } }
.portfolio-area .portfolio-title-btn {
  margin-bottom: 58px; }
  .portfolio-area .portfolio-title-btn a {
    background: linear-gradient(90deg, #ff5388 0%, #ff3d69 100%);
    box-shadow: 0px 8px 16px 0px rgba(255, 65, 110, 0.2);
    border: 0;
    color: #fff;
    padding: 0 50px; }
.portfolio-area .portfolio-item {
  border: 2px solid #e8f5ff;
  padding: 30px 30px 0;
  position: relative; }
  .portfolio-area .portfolio-item span {
    background: linear-gradient(90deg, #0066ff 0%, #60abff 100%);
    line-height: 40px;
    color: #fff;
    border-radius: 30px;
    padding: 0 36px;
    font-weight: 500;
    position: absolute;
    left: 30px;
    top: -20px; }
  .portfolio-area .portfolio-item .title {
    font-size: 24px;
    line-height: 34px;
    padding-right: 35px;
    padding-bottom: 25px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .portfolio-area .portfolio-item .title {
        font-size: 18px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .portfolio-area .portfolio-item .title {
        font-size: 16px;
        line-height: 26px;
        padding-right: 0; } }
  .portfolio-area .portfolio-item .thumb {
    overflow: hidden; }
    .portfolio-area .portfolio-item .thumb img {
      -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; }
  .portfolio-area .portfolio-item.item-2 {
    padding: 30px 8px 0px 30px; }
    .portfolio-area .portfolio-item.item-2 span {
      background: linear-gradient(90deg, #1341a9 0%, #1654c3 100%); }
    .portfolio-area .portfolio-item.item-2 .title {
      padding-right: 0; }
  .portfolio-area .portfolio-item.item-3 span {
    background: linear-gradient(90deg, #ff5a00 0%, #ffa100 100%); }
  .portfolio-area .portfolio-item.item-3 .title {
    padding-right: 0; }
  .portfolio-area .portfolio-item.item-4 span {
    background: linear-gradient(90deg, #ff5388 0%, #ff3d69 100%); }
  .portfolio-area .portfolio-item.item-4 .title {
    padding-right: 0; }
  .portfolio-area .portfolio-item.item-5 span {
    background: linear-gradient(90deg, #c872e8 0%, #5900e6 100%); }
  .portfolio-area .portfolio-item.item-5 .title {
    padding-right: 0; }
  .portfolio-area .portfolio-item:hover .thumb img {
    transform: scale(1.1); }
.portfolio-area .portfolio-active .slick-arrow {
  position: absolute;
  top: -190px;
  text-align: center;
  line-height: 56px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid #e8f5ff;
  color: #002e44;
  cursor: pointer; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-area .portfolio-active .slick-arrow {
      top: -180px; } }
  .portfolio-area .portfolio-active .slick-arrow.prev {
    right: 286px; }
  .portfolio-area .portfolio-active .slick-arrow.next {
    right: 215px; }

.portfolio-2-area {
  padding-bottom: 133px; }
  .portfolio-2-area .portfolio-btns .project-menu ul li {
    font-size: 20px;
    font-weight: 500;
    color: #002e44;
    line-height: 80px;
    -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;
    position: relative;
    cursor: pointer; }
    .portfolio-2-area .portfolio-btns .project-menu ul li img {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      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; }
    .portfolio-2-area .portfolio-btns .project-menu ul li.active {
      color: #0acc94;
      padding-left: 50px;
      text-decoration: underline; }
      .portfolio-2-area .portfolio-btns .project-menu ul li.active img {
        opacity: 1; }
  .portfolio-2-area .portfolio-item {
    position: relative;
    overflow: 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; }
    .portfolio-2-area .portfolio-item img {
      width: 100%; }
    .portfolio-2-area .portfolio-item .portfolio-overlay {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-image: -moz-linear-gradient(0deg, rgba(10, 204, 148, 0.9) 0%, rgba(37, 209, 110, 0.9) 100%);
      background-image: -webkit-linear-gradient(0deg, rgba(10, 204, 148, 0.9) 0%, rgba(37, 209, 110, 0.9) 100%);
      background-image: -ms-linear-gradient(0deg, rgba(10, 204, 148, 0.9) 0%, rgba(37, 209, 110, 0.9) 100%);
      transform: scale(0.7);
      -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; }
      .portfolio-2-area .portfolio-item .portfolio-overlay a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        color: #002e44;
        border-color: #fff;
        padding: 0 46px;
        line-height: 60px; }
        .portfolio-2-area .portfolio-item .portfolio-overlay a i {
          color: #0acc94;
          padding-right: 5px; }
    .portfolio-2-area .portfolio-item:hover {
      box-shadow: 0px 30px 60px 0px rgba(11, 204, 147, 0.06); }
      .portfolio-2-area .portfolio-item:hover .portfolio-overlay {
        transform: scale(1);
        opacity: 1; }
  .portfolio-2-area.team-portfolio-area {
    padding-bottom: 140px; }
  .portfolio-2-area.web-portfolio-2-area {
    background: #f4faff;
    position: relative;
    z-index: 10; }
    .portfolio-2-area.web-portfolio-2-area .portfolio-thumb {
      position: absolute;
      bottom: -50px;
      left: 50px;
      z-index: -1; }
    .portfolio-2-area.web-portfolio-2-area .portfolio-btns .project-menu ul li.active {
      color: #f57092; }
    .portfolio-2-area.web-portfolio-2-area .portfolio-item .portfolio-overlay {
      background-image: -moz-linear-gradient(0deg, rgba(249, 138, 126, 0.9) 0%, rgba(246, 94, 135, 0.9) 100%);
      background-image: -webkit-linear-gradient(0deg, rgba(249, 138, 126, 0.9) 0%, rgba(246, 94, 135, 0.9) 100%);
      background-image: -ms-linear-gradient(0deg, rgba(249, 138, 126, 0.9) 0%, rgba(246, 94, 135, 0.9) 100%); }
    .portfolio-2-area.web-portfolio-2-area .portfolio-item a i {
      color: #f57092; }

.portfolio-page-area .portfolio-menu {
  padding-bottom: 10px; }
  .portfolio-page-area .portfolio-menu ul li {
    display: inline-block;
    font-weight: 700;
    color: #002e44;
    text-transform: capitalize;
    border: 2px solid #f3f3f3;
    line-height: 50px;
    padding: 0 38px;
    margin: 0 3px;
    cursor: pointer; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .portfolio-page-area .portfolio-menu ul li {
        padding: 0 16px; } }
    @media (max-width: 767px) {
      .portfolio-page-area .portfolio-menu ul li {
        margin-top: 10px; } }
    .portfolio-page-area .portfolio-menu ul li.active {
      box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3);
      color: #fff;
      border: 0;
      position: relative;
      z-index: 5; }
      .portfolio-page-area .portfolio-menu ul li.active::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        z-index: -1; }
.portfolio-page-area .portfolio-item {
  overflow: hidden; }
  .portfolio-page-area .portfolio-item img {
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(23, 83, 195, 0.1);
    -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; }
  .portfolio-page-area .portfolio-item:hover img {
    transform: scale(1.1); }
.portfolio-page-area .portfolio-btn a {
  border: 0;
  background-image: -moz-linear-gradient(0deg, #ff3d69 0%, #ff5388 100%);
  background-image: -webkit-linear-gradient(0deg, #ff3d69 0%, #ff5388 100%);
  background-image: -ms-linear-gradient(0deg, #ff3d69 0%, #ff5388 100%);
  box-shadow: 0px 8px 16px 0px rgba(255, 65, 110, 0.2);
  color: #fff; }
.portfolio-page-area .case-item {
  overflow: hidden; }
  .portfolio-page-area .case-item img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .portfolio-page-area .case-item:hover img {
    transform: scale(1.1); }

.case-study-slide-area .case-study-item {
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(23, 83, 195, 0.1); }
  .case-study-slide-area .case-study-item img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .case-study-slide-area .case-study-item:hover img {
    transform: scale(1.1); }
.case-study-slide-area .case-study-slide .slick-arrow {
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
  z-index: 99;
  cursor: pointer;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: #1655c5;
  color: #fff; }
  .case-study-slide-area .case-study-slide .slick-arrow.prev {
    left: 47%;
    background-image: -moz-linear-gradient(0deg, #ff3d69 0%, #ff5388 100%);
    background-image: -webkit-linear-gradient(0deg, #ff3d69 0%, #ff5388 100%);
    background-image: -ms-linear-gradient(0deg, #ff3d69 0%, #ff5388 100%);
    box-shadow: 0px 8px 16px 0px rgba(255, 65, 110, 0.2); }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .case-study-slide-area .case-study-slide .slick-arrow.prev {
        left: 46%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .case-study-slide-area .case-study-slide .slick-arrow.prev {
        left: 44%; } }
    @media (max-width: 767px) {
      .case-study-slide-area .case-study-slide .slick-arrow.prev {
        left: 42%; } }
  .case-study-slide-area .case-study-slide .slick-arrow.next {
    left: 53%; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .case-study-slide-area .case-study-slide .slick-arrow.next {
        left: 54%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .case-study-slide-area .case-study-slide .slick-arrow.next {
        left: 56%; } }
    @media (max-width: 767px) {
      .case-study-slide-area .case-study-slide .slick-arrow.next {
        left: 58%; } }

.portfolio-3-area {
  padding-top: 132px;
  padding-bottom: 300px; }
  @media (max-width: 767px) {
    .portfolio-3-area {
      padding-bottom: 140px; } }
  .portfolio-3-area .section-title .title::before {
    display: none; }
  .portfolio-3-area .portfolio-item {
    position: relative; }
    .portfolio-3-area .portfolio-item .portfolio-overlay {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 91%;
      height: 85%;
      display: flex;
      align-items: flex-end;
      transform: translate(-50%, -50%) scaleY(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; }
      .portfolio-3-area .portfolio-item .portfolio-overlay .item {
        padding-left: 50px;
        margin-bottom: 60px;
        position: relative;
        width: 100%; }
        @media (max-width: 767px) {
          .portfolio-3-area .portfolio-item .portfolio-overlay .item {
            padding-left: 10px;
            margin-bottom: 10px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .portfolio-3-area .portfolio-item .portfolio-overlay .item {
            padding-left: 50px;
            margin-bottom: 60px; } }
        .portfolio-3-area .portfolio-item .portfolio-overlay .item > a {
          position: absolute;
          right: 60px;
          top: 50%;
          transform: translateY(-50%);
          height: 60px;
          width: 60px;
          text-align: center;
          line-height: 60px;
          background: #fff; }
          @media only screen and (min-width: 1200px) and (max-width: 1600px) {
            .portfolio-3-area .portfolio-item .portfolio-overlay .item > a {
              right: 30px; } }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .portfolio-3-area .portfolio-item .portfolio-overlay .item > a {
              position: static;
              transform: translateY(0);
              margin-top: 10px; } }
          @media (max-width: 767px) {
            .portfolio-3-area .portfolio-item .portfolio-overlay .item > a {
              position: static;
              transform: translateY(0);
              margin-top: 10px;
              height: 40px;
              width: 40px;
              line-height: 40px; } }
        .portfolio-3-area .portfolio-item .portfolio-overlay .item span {
          font-weight: 500;
          color: #fff;
          padding-bottom: 7px; }
        .portfolio-3-area .portfolio-item .portfolio-overlay .item .title {
          font-size: 40px;
          font-weight: 500;
          color: #fff; }
          @media only screen and (min-width: 1200px) and (max-width: 1600px) {
            .portfolio-3-area .portfolio-item .portfolio-overlay .item .title {
              font-size: 28px; } }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .portfolio-3-area .portfolio-item .portfolio-overlay .item .title {
              font-size: 32px; } }
          @media (max-width: 767px) {
            .portfolio-3-area .portfolio-item .portfolio-overlay .item .title {
              font-size: 20px; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .portfolio-3-area .portfolio-item .portfolio-overlay .item .title {
              font-size: 40px; } }
    .portfolio-3-area .portfolio-item img {
      width: 100%; }
  .portfolio-3-area .portfolio-3-active .slick-arrow {
    position: absolute;
    bottom: -160px;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 99;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: #f9fbff;
    color: #1655c5;
    -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; }
    .portfolio-3-area .portfolio-3-active .slick-arrow:hover {
      background: #0160e7;
      color: #fff; }
    .portfolio-3-area .portfolio-3-active .slick-arrow.prev {
      left: 48%; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .portfolio-3-area .portfolio-3-active .slick-arrow.prev {
          left: 47%; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .portfolio-3-area .portfolio-3-active .slick-arrow.prev {
          left: 46%; } }
    .portfolio-3-area .portfolio-3-active .slick-arrow.next {
      left: 52%; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .portfolio-3-area .portfolio-3-active .slick-arrow.next {
          left: 53%; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .portfolio-3-area .portfolio-3-active .slick-arrow.next {
          left: 54%; } }
  .portfolio-3-area .portfolio-3-active .slick-current .portfolio-item .portfolio-overlay {
    transform: translate(-50%, -50%) scaleY(1);
    box-shadow: 0px 16px 32px 0px rgba(1, 96, 231, 0.06); }

/*===========================
    9.FEATURES css
===========================*/
.core-features-area .section-title {
  padding-bottom: 66px; }
  .core-features-area .section-title .title::before {
    content: ''; }
.core-features-area .core-features-item .item {
  padding-left: 130px;
  margin-right: 180px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .core-features-area .core-features-item .item {
      margin-right: 50px; } }
  @media (max-width: 767px) {
    .core-features-area .core-features-item .item {
      margin-right: 0px;
      padding-left: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .core-features-area .core-features-item .item {
      margin-right: 10px;
      padding-left: 130px; } }
  .core-features-area .core-features-item .item .icon {
    position: absolute;
    left: 0;
    top: 7px; }
    @media (max-width: 767px) {
      .core-features-area .core-features-item .item .icon {
        position: inherit;
        top: 0;
        display: inline-block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .core-features-area .core-features-item .item .icon {
        position: absolute;
        top: 7px;
        display: block; } }
    .core-features-area .core-features-item .item .icon::before {
      position: absolute;
      content: '';
      right: 4px;
      top: 4px;
      height: 22px;
      width: 22px;
      background: #00b0ff;
      border-radius: 50%;
      border: 7px solid #fff;
      box-shadow: 0px 8px 16px 0px rgba(10, 78, 212, 0.2); }
    .core-features-area .core-features-item .item .icon i {
      height: 90px;
      width: 90px;
      text-align: center;
      line-height: 90px;
      background: linear-gradient(90deg, #1341a9 0%, #005bff 100%);
      color: #fff;
      font-size: 34px;
      border-radius: 50%;
      box-shadow: 0px 8px 16px 0px rgba(10, 78, 212, 0.2); }
  .core-features-area .core-features-item .item .title {
    font-size: 24px; }
  .core-features-area .core-features-item .item p {
    line-height: 28px;
    padding-top: 17px; }
    @media (max-width: 767px) {
      .core-features-area .core-features-item .item p {
        font-size: 14px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .core-features-area .core-features-item .item p {
        font-size: 16px; } }
  .core-features-area .core-features-item .item.center {
    background: #f6f9ff;
    padding-left: 170px;
    padding-top: 33px;
    padding-bottom: 33px;
    margin-right: 130px;
    margin-top: 35px;
    margin-bottom: 35px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .core-features-area .core-features-item .item.center {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .core-features-area .core-features-item .item.center {
        margin-right: 0;
        padding-left: 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .core-features-area .core-features-item .item.center {
        margin-right: 0;
        padding-left: 170px; } }
    .core-features-area .core-features-item .item.center .icon {
      left: 40px;
      top: 40px; }
      @media (max-width: 767px) {
        .core-features-area .core-features-item .item.center .icon {
          left: 0;
          top: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .core-features-area .core-features-item .item.center .icon {
          left: 40px;
          top: 40px; } }
      .core-features-area .core-features-item .item.center .icon::before {
        background: #ffb368; }
      .core-features-area .core-features-item .item.center .icon i {
        background: -webkit-linear-gradient(left, #ff5a00 0%, #ffa100 100%);
        background: -o-linear-gradient(left, #ff5a00 0%, #ffa100 100%);
        background: linear-gradient(to right, #ff5a00 0%, #ffa100 100%); }
  .core-features-area .core-features-item .item.item-3 .icon::before {
    background: #ff7598; }
  .core-features-area .core-features-item .item.item-3 .icon i {
    background: -webkit-linear-gradient(left, #ff3d69 0%, #ff5388 100%);
    background: -o-linear-gradient(left, #ff3d69 0%, #ff5388 100%);
    background: linear-gradient(to right, #ff3d69 0%, #ff5388 100%); }

.faq-accordion .accordion {
  border: 0; }
  .faq-accordion .accordion .card {
    border-radius: 0px !important;
    border: 0;
    border-bottom: 1px solid #b6c8e9 !important;
    margin-bottom: 0px;
    background-color: transparent;
    padding: 32px 0; }
    .faq-accordion .accordion .card:first-child {
      border-top: 0; }
    .faq-accordion .accordion .card .card-header {
      border-bottom: 0;
      padding: 0;
      margin: 0;
      background-color: transparent; }
      .faq-accordion .accordion .card .card-header a {
        line-height: 35px;
        padding: 0px;
        text-decoration: none;
        font-weight: 600;
        font-size: 18px;
        width: 100%;
        position: relative;
        color: #002e44; }
        @media (max-width: 767px) {
          .faq-accordion .accordion .card .card-header a {
            font-size: 16px; } }
        .faq-accordion .accordion .card .card-header a i {
          color: #1655c5;
          padding-right: 20px; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .faq-accordion .accordion .card .card-header a i {
              padding-right: 10px; } }
        .faq-accordion .accordion .card .card-header a.collapsed {
          background-color: transparent;
          font-weight: 600; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .faq-accordion .accordion .card .card-header a.collapsed {
              font-size: 15px; } }
          .faq-accordion .accordion .card .card-header a.collapsed::before {
            content: '\f067';
            color: #666; }
        .faq-accordion .accordion .card .card-header a::before {
          position: absolute;
          content: '\f068';
          right: 36px;
          font-size: 16px;
          font-family: 'Font Awesome 5 Pro';
          color: #002e44; }
          @media (max-width: 767px) {
            .faq-accordion .accordion .card .card-header a::before {
              right: 18px; } }
    .faq-accordion .accordion .card .card-body {
      padding: 0 0px 00px 0px !important; }
      .faq-accordion .accordion .card .card-body p {
        font-size: 16px;
        color: #002e44;
        font-weight: 400;
        line-height: 26px; }
        @media (max-width: 767px) {
          .faq-accordion .accordion .card .card-body p {
            font-size: 15px; } }

.core-features-area .features-title {
  padding-bottom: 68px; }
  .core-features-area .features-title > span {
    font-weight: 500;
    text-transform: capitalize;
    color: #0acc94; }
  .core-features-area .features-title .title {
    font-size: 60px;
    font-weight: 500;
    line-height: 70px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .core-features-area .features-title .title {
        font-size: 50px;
        line-height: 60px; } }
    @media (max-width: 767px) {
      .core-features-area .features-title .title {
        font-size: 36px;
        line-height: 46px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .core-features-area .features-title .title {
        font-size: 46px;
        line-height: 56px; } }
    .core-features-area .features-title .title span {
      font-weight: 300;
      color: #1343ad;
      position: relative; }
      .core-features-area .features-title .title span::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 3px;
        width: 65px;
        background: #1343ad; }
.core-features-area .features-item {
  border: 2px solid #f4f9ff;
  padding: 58px 38px 53px;
  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: 992px) and (max-width: 1200px) {
    .core-features-area .features-item {
      padding: 58px 9px 52px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .core-features-area .features-item {
      margin-top: 30px !important; } }
  @media (max-width: 767px) {
    .core-features-area .features-item {
      margin-top: 30px !important; } }
  .core-features-area .features-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 0px;
    width: 100%;
    background: #0acc94;
    -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; }
  .core-features-area .features-item i {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #edfff9;
    color: #0acc94; }
  .core-features-area .features-item .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    padding-top: 23px; }
  .core-features-area .features-item p {
    font-size: 14px;
    line-height: 26px;
    padding-top: 15px; }
  .core-features-area .features-item a {
    font-size: 14px;
    font-weight: 500;
    color: #0acc94;
    text-decoration: underline; }
  .core-features-area .features-item.item-2 a {
    color: #1c4dca; }
  .core-features-area .features-item.item-2 i {
    color: #1c4dca; }
  .core-features-area .features-item.item-2::before {
    background: #1c4dca; }
  .core-features-area .features-item.item-3 a {
    color: #ff7800; }
  .core-features-area .features-item.item-3 i {
    color: #ff7800; }
  .core-features-area .features-item.item-3::before {
    background: #ff7800; }
  .core-features-area .features-item.item-4 a {
    color: #f16667; }
  .core-features-area .features-item.item-4 i {
    color: #f16667; }
  .core-features-area .features-item.item-4::before {
    background: #f16667; }
  .core-features-area .features-item:hover {
    border-color: #fff;
    box-shadow: 0px 16px 32px 0px rgba(217, 219, 226, 0.3);
    margin-top: -15px; }
    .core-features-area .features-item:hover::before {
      height: 6px; }
.core-features-area.web-core-features-area .features-title > span {
  color: #f57092; }
.core-features-area.web-core-features-area .features-title .title span {
  color: #f57092; }
  .core-features-area.web-core-features-area .features-title .title span::before {
    background: #f57092; }
.core-features-area.web-core-features-area .features-item i {
  background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  box-shadow: 0px 8px 16px 0px rgba(246, 100, 134, 0.2);
  color: #fff; }

.seo-core-features-area {
  padding-top: 131px;
  padding-bottom: 80px; }
  .seo-core-features-area .section-title {
    padding-bottom: 68px; }
    .seo-core-features-area .section-title .title::before {
      display: none; }
  .seo-core-features-area .seo-core-features-item {
    background-color: white;
    box-shadow: 0px 16px 32px 0px rgba(136, 185, 255, 0.2);
    padding-left: 130px;
    padding-right: 10px;
    padding: 30px 10px 30px  130px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .seo-core-features-area .seo-core-features-item {
        padding: 30px 10px 30px 110px; } }
    @media (max-width: 767px) {
      .seo-core-features-area .seo-core-features-item {
        padding: 30px 10px 30px 105px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .seo-core-features-area .seo-core-features-item {
        padding: 30px 10px 30px 130px; } }
    .seo-core-features-area .seo-core-features-item img {
      position: absolute;
      left: 30px;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .seo-core-features-area .seo-core-features-item img {
          left: 15px; } }
      @media (max-width: 767px) {
        .seo-core-features-area .seo-core-features-item img {
          left: 10px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .seo-core-features-area .seo-core-features-item img {
          left: 30px; } }
    .seo-core-features-area .seo-core-features-item .title {
      font-size: 24px;
      line-height: 30px;
      font-weight: 500; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .seo-core-features-area .seo-core-features-item .title {
          font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .seo-core-features-area .seo-core-features-item .title {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .seo-core-features-area .seo-core-features-item .title {
          font-size: 18px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .seo-core-features-area .seo-core-features-item .title {
          font-size: 20px; } }
    .seo-core-features-area .seo-core-features-item a {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      background: #f5f9ff;
      color: #0160e7;
      border-radius: 20px 0 0 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; }
    .seo-core-features-area .seo-core-features-item:hover a {
      background: #1655c5;
      color: #fff; }

/*===========================
    11.INTRO VIDEO css
===========================*/
.intro-video-area {
  margin-bottom: 140px; }
  .intro-video-area .intro-video-bg {
    position: relative;
    background: linear-gradient(90deg, #1341a9 0%, #1654c3 100%);
    padding-top: 133px; }
    .intro-video-area .intro-video-bg .video-dot {
      position: absolute;
      right: 60px;
      top: 60px; }
    .intro-video-area .intro-video-bg .video-dot-2 {
      position: absolute;
      left: 60px;
      top: 50%;
      transform: translateY(-20%); }
    .intro-video-area .intro-video-bg .section-title {
      padding-bottom: 368px; }
      .intro-video-area .intro-video-bg .section-title span {
        color: #fff; }
      .intro-video-area .intro-video-bg .section-title .title {
        color: #fff; }
        @media (max-width: 767px) {
          .intro-video-area .intro-video-bg .section-title .title {
            font-size: 40px; } }
        @media (max-width: 767px) {
          .intro-video-area .intro-video-bg .section-title .title {
            font-size: 30px; } }
        .intro-video-area .intro-video-bg .section-title .title::before {
          display: none; }
  .intro-video-area .intro-video-play {
    margin-top: -296px; }
    .intro-video-area .intro-video-play .play-thumb {
      position: relative; }
      .intro-video-area .intro-video-play .play-thumb::before {
        position: absolute;
        content: '';
        left: 50%;
        bottom: -30px;
        transform: translateX(-50%);
        height: 10px;
        width: 100%;
        background: #dae7ff; }
      .intro-video-area .intro-video-play .play-thumb img {
        width: 100%; }
      .intro-video-area .intro-video-play .play-thumb a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 110px;
        width: 110px;
        text-align: center;
        line-height: 110px;
        background: #fff;
        border-radius: 50%;
        font-size: 20px;
        color: #1655c5; }
        @media (max-width: 767px) {
          .intro-video-area .intro-video-play .play-thumb a {
            height: 60px;
            width: 60px;
            line-height: 60px;
            font-size: 16px; } }
        .intro-video-area .intro-video-play .play-thumb a::before {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          border: 1px solid #fff;
          border-radius: 50%;
          -webkit-animation: pulse-border-2 1.5s linear infinite;
          -moz-animation: pulse-border-2 1.5s linear infinite;
          -o-animation: pulse-border-2 1.5s linear infinite;
          animation: pulse-border-2 1.5s linear infinite; }
        .intro-video-area .intro-video-play .play-thumb a::after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          border: 1px solid #fff;
          border-radius: 50%;
          -webkit-animation: pulse-border 1s linear infinite;
          -moz-animation: pulse-border 1s linear infinite;
          -o-animation: pulse-border 1s linear infinite;
          animation: pulse-border 1s linear infinite; }
      .intro-video-area .intro-video-play .play-thumb .play-item {
        position: absolute;
        bottom: 25px;
        left: -100px;
        background: linear-gradient(90deg, #1341a9 0%, #1654c3 100%);
        box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.3);
        padding: 30px 30px 30px 120px; }
        @media (max-width: 767px) {
          .intro-video-area .intro-video-play .play-thumb .play-item {
            left: 0;
            bottom: -75px;
            display: none; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .intro-video-area .intro-video-play .play-thumb .play-item {
            left: 0;
            bottom: -75px;
            display: block; } }
        .intro-video-area .intro-video-play .play-thumb .play-item .title {
          color: #fff;
          font-size: 24px;
          font-weight: 600; }
        .intro-video-area .intro-video-play .play-thumb .play-item p {
          color: #fff; }
        .intro-video-area .intro-video-play .play-thumb .play-item > span {
          position: absolute;
          left: 27px;
          top: 50%;
          transform: translateY(-50%);
          height: 76px;
          width: 76px;
          text-align: center;
          line-height: 62px;
          border: 6px solid #fff;
          border-radius: 50%;
          font-weight: 400;
          color: #fff;
          font-size: 22px; }
          .intro-video-area .intro-video-play .play-thumb .play-item > span span {
            font-weight: 700;
            color: #fff; }

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0; } }
@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }
/*===========================
    12.TEAM css
===========================*/
.team-area {
  padding-bottom: 140px; }
  .team-area .team-item {
    position: relative; }
    .team-area .team-item .team-thumb {
      text-align: center; }
      .team-area .team-item .team-thumb .thumb {
        display: inline-block;
        border-radius: 50%;
        overflow: hidden; }
        .team-area .team-item .team-thumb .thumb img {
          -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; }
      .team-area .team-item .team-thumb .team-counter {
        position: absolute;
        content: '';
        right: 40px;
        top: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .team-area .team-item .team-thumb .team-counter {
            right: 0; } }
        .team-area .team-item .team-thumb .team-counter > span {
          height: 85px;
          width: 85px;
          text-align: center;
          line-height: 85px;
          background: linear-gradient(90deg, #1341a9 0%, #005bff 100%);
          border-radius: 50%;
          position: relative;
          color: #002e44;
          z-index: 10;
          font-size: 16px;
          font-weight: 500; }
          .team-area .team-item .team-thumb .team-counter > span span {
            font-weight: 700;
            font-size: 26px; }
          .team-area .team-item .team-thumb .team-counter > span::before {
            position: absolute;
            content: '';
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            height: 75px;
            width: 75px;
            border-radius: 50%;
            background: #fff;
            z-index: -1; }
            @media only screen and (min-width: 992px) and (max-width: 1200px) {
              .team-area .team-item .team-thumb .team-counter > span::before {
                left: 49%;
                top: 49%; } }
    .team-area .team-item.item-2 .team-thumb .team-counter > span {
      background: linear-gradient(to right, #ff3d69 0%, #ff5388 100%); }
    .team-area .team-item.item-3 .team-thumb .team-counter > span {
      background: linear-gradient(to right, #ff5a00 0%, #ffa100 100%); }
    .team-area .team-item .team-content {
      padding-top: 33px; }
      .team-area .team-item .team-content span {
        color: #1655c5;
        font-weight: 500; }
      .team-area .team-item .team-content .title {
        font-size: 24px;
        padding-top: 6px; }
    .team-area .team-item:hover .team-thumb .thumb img {
      transform: scale(1.2); }
  .team-area .team-btn {
    padding-top: 75px; }
    .team-area .team-btn ul li {
      display: inline-block;
      margin: 0 13px; }
      @media (max-width: 767px) {
        .team-area .team-btn ul li {
          margin: 20px 0 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .team-area .team-btn ul li {
          margin: 0 13px; } }
      .team-area .team-btn ul li a.main-btn {
        background: linear-gradient(to right, #ff3d69 0%, #ff5388 100%);
        border: 0;
        color: #fff;
        padding: 0 45px; }
        .team-area .team-btn ul li a.main-btn.main-btn-2 {
          border: 2px solid #dae7ff;
          background: transparent;
          color: #002e44; }
          .team-area .team-btn ul li a.main-btn.main-btn-2:hover {
            border-color: #1655c5;
            background: #1655c5;
            color: #fff; }

.team-3-area {
  padding-top: 132px;
  padding-bottom: 140px;
  overflow: hidden;
  position: relative; }
  .team-3-area .pattern {
    position: absolute;
    top: 80px;
    left: 325px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .team-3-area .pattern {
        left: 30px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .team-3-area .pattern {
        left: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .team-3-area .pattern {
        left: 30px; } }
    @media (max-width: 767px) {
      .team-3-area .pattern {
        left: 30px; } }
  .team-3-area .section-title {
    padding-bottom: 28px; }
    .team-3-area .section-title span {
      color: #fff; }
    .team-3-area .section-title .title {
      color: #fff; }
      .team-3-area .section-title .title::before {
        display: none; }
  .team-3-area .team-item .team-thumb {
    position: relative;
    z-index: 4;
    overflow: hidden; }
    .team-3-area .team-item .team-thumb img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .team-3-area .team-item .team-content {
    box-shadow: 0px 16px 32px 0px rgba(11, 204, 147, 0.06);
    padding-bottom: 35px;
    padding-top: 33px;
    margin: 0 30px;
    margin-top: -65px;
    background: #fff;
    position: relative;
    z-index: 5;
    padding-left: 20px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .team-3-area .team-item .team-content {
        padding-left: 10px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .team-3-area .team-item .team-content {
        margin: 0 15px;
        margin-top: -65px; } }
    .team-3-area .team-item .team-content span {
      color: #1655c5;
      font-weight: 500; }
    .team-3-area .team-item .team-content .title {
      font-size: 24px;
      padding-top: 7px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .team-3-area .team-item .team-content .title {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .team-3-area .team-item .team-content .title {
          font-size: 20px; } }
    .team-3-area .team-item .team-content a {
      position: absolute;
      top: -30px;
      right: 40px;
      height: 60px;
      width: 60px;
      text-align: center;
      line-height: 60px;
      border-radius: 50%;
      background-color: #0160e7;
      color: #fff;
      box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.3); }
  .team-3-area .team-item:hover .team-thumb img {
    transform: scale(1.1); }

.team-4-area {
  padding-bottom: 131px;
  position: relative; }
  .team-4-area::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 469px;
    width: 100%;
    background: #fff2fa; }
  .team-4-area .section-title {
    padding-bottom: 38px; }
    .team-4-area .section-title span {
      color: #f87b81; }
    .team-4-area .section-title .title::before {
      color: #f2f7ff;
      content: ''; }
  .team-4-area .team-item .team-thumb img {
    width: 100%; }
  .team-4-area .team-item .team-content {
    padding: 32px 40px 34px 40px;
    margin-bottom: 30px;
    background: #fff; }
    .team-4-area .team-item .team-content span {
      font-weight: 500;
      color: #f87b81; }
    .team-4-area .team-item .team-content .title {
      font-size: 30px;
      line-height: 40px;
      padding-top: 5px;
      padding-bottom: 26px; }
    .team-4-area .team-item .team-content ul li {
      display: inline-block; }
      .team-4-area .team-item .team-content ul li a {
        color: #b8c8cf;
        margin-right: 13px; }
  .team-4-area .team-item.item-shadow {
    box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.1);
    z-index: 9;
    position: relative; }
  .team-4-area .team-slide-4 .col-lg-3 {
    padding-left: 0;
    padding-right: 0; }
  .team-4-area .team-btn {
    padding-top: 20px; }
    .team-4-area .team-btn ul li {
      display: inline-block; }
      .team-4-area .team-btn ul li a {
        background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.2);
        color: #fff;
        border: 0;
        margin: 0 12px; }
        .team-4-area .team-btn ul li a.main-btn-2 {
          background-image: none;
          background-color: #fff;
          border: 2px solid #fff;
          color: #002e44;
          box-shadow: none; }

/*===========================
    12.TESTMONIALS css
===========================*/
.testmonials-area {
  background: #002e44;
  position: relative;
  margin-bottom: 133px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testmonials-area {
      padding-bottom: 206px;
      padding-top: 92px; } }
  @media (max-width: 767px) {
    .testmonials-area {
      padding-bottom: 206px;
      padding-top: 92px; } }
  .testmonials-area .testmonials-dot {
    position: absolute;
    right: 120px;
    bottom: 120px; }
    @media (max-width: 767px) {
      .testmonials-area .testmonials-dot {
        display: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .testmonials-area .testmonials-dot {
        display: block; } }
  .testmonials-area .testmonials-quote {
    position: absolute;
    right: 400px;
    bottom: 65px; }
    @media (max-width: 767px) {
      .testmonials-area .testmonials-quote {
        display: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .testmonials-area .testmonials-quote {
        display: block; } }
  .testmonials-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icon/shape-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .testmonials-area .testmonials-thumb img {
    width: 100%; }
  .testmonials-area .testimonials-content p {
    color: #fff;
    font-size: 30px;
    line-height: 46px;
    font-weight: 400;
    padding-bottom: 21px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .testmonials-area .testimonials-content p {
        font-size: 24px;
        line-height: 34px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testmonials-area .testimonials-content p {
        font-size: 24px;
        line-height: 34px; } }
    @media (max-width: 767px) {
      .testmonials-area .testimonials-content p {
        font-size: 18px;
        line-height: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .testmonials-area .testimonials-content p {
        font-size: 20px;
        line-height: 30px; } }
  .testmonials-area .testimonials-content .title {
    font-size: 50px;
    color: #fff; }
    @media (max-width: 767px) {
      .testmonials-area .testimonials-content .title {
        font-size: 40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .testmonials-area .testimonials-content .title {
        font-size: 50px; } }
    .testmonials-area .testimonials-content .title span {
      font-size: 18px;
      color: #ff5184;
      padding-left: 20px; }
      @media (max-width: 767px) {
        .testmonials-area .testimonials-content .title span {
          padding-left: 0; } }
  .testmonials-area .testimonials-content .slick-dots {
    position: absolute;
    left: 85px;
    bottom: -162px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testmonials-area .testimonials-content .slick-dots {
        left: 0;
        bottom: -70px; } }
    @media (max-width: 767px) {
      .testmonials-area .testimonials-content .slick-dots {
        left: 0;
        bottom: -70px; } }
    .testmonials-area .testimonials-content .slick-dots li {
      display: inline-block; }
      .testmonials-area .testimonials-content .slick-dots li button {
        font-size: 0;
        border: 0;
        background-color: rgba(255, 255, 255, 0.1);
        height: 6px;
        width: 30px;
        margin-right: 20px; }
      .testmonials-area .testimonials-content .slick-dots li.slick-active button {
        background-color: white; }
  .testmonials-area.testmonials-4-area {
    margin-bottom: 0;
    background: #fff2fa; }
    .testmonials-area.testmonials-4-area::before {
      display: none; }
    .testmonials-area.testmonials-4-area .testimonials-content .item p {
      color: #002e44; }
    .testmonials-area.testmonials-4-area .testimonials-content .item .title {
      color: #002e44; }
    .testmonials-area.testmonials-4-area .testimonials-content .slick-dots li button {
      background: #e5e0f1; }
    .testmonials-area.testmonials-4-area .testimonials-content .slick-dots li.slick-active button {
      background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); }

.testmonials-review-area {
  position: relative;
  padding-top: 132px; }
  .testmonials-review-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(0deg, #023fe4 0%, #42d7f1 100%);
    background-image: -webkit-linear-gradient(0deg, #023fe4 0%, #42d7f1 100%);
    background-image: -ms-linear-gradient(0deg, #023fe4 0%, #42d7f1 100%);
    opacity: 0.8; }
  .testmonials-review-area .section-title {
    padding-bottom: 0;
    margin-bottom: -40px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testmonials-review-area .section-title {
        margin-bottom: 0;
        padding-bottom: 0px; } }
    @media (max-width: 767px) {
      .testmonials-review-area .section-title {
        margin-bottom: 0;
        padding-bottom: 0px; } }
    .testmonials-review-area .section-title span {
      color: #fff; }
    .testmonials-review-area .section-title .title {
      color: #fff; }
      .testmonials-review-area .section-title .title::before {
        display: none; }
  .testmonials-review-area .testmonials-review-item {
    background: #fff;
    border-radius: 10px;
    padding: 21px 30px 23px 160px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testmonials-review-area .testmonials-review-item {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .testmonials-review-area .testmonials-review-item {
        margin-top: 50px;
        padding: 21px 30px 23px 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .testmonials-review-area .testmonials-review-item {
        margin-top: 50px;
        padding: 21px 30px 23px 160px; } }
    .testmonials-review-area .testmonials-review-item img {
      position: absolute;
      left: 30px;
      top: 30px; }
      @media (max-width: 767px) {
        .testmonials-review-area .testmonials-review-item img {
          position: static;
          padding-bottom: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .testmonials-review-area .testmonials-review-item img {
          position: absolute;
          padding-bottom: 0px; } }
    .testmonials-review-area .testmonials-review-item ul li {
      display: inline-block;
      font-size: 14px;
      font-weight: 500;
      color: #fe4c1c; }
    .testmonials-review-area .testmonials-review-item p {
      color: #002e44;
      padding-top: 6px;
      padding-bottom: 9px; }
    .testmonials-review-area .testmonials-review-item .title {
      font-size: 24px; }
      .testmonials-review-area .testmonials-review-item .title span {
        font-size: 14px;
        font-weight: 500;
        color: #0160e7;
        padding-left: 5px; }
  .testmonials-review-area.testmonials-review-2-area {
    background-color: #f9fbff;
    padding-top: 130px; }
    .testmonials-review-area.testmonials-review-2-area::before {
      display: none; }
    .testmonials-review-area.testmonials-review-2-area .section-title span {
      color: #0160e7; }
    .testmonials-review-area.testmonials-review-2-area .section-title .title {
      color: #002e44; }
    .testmonials-review-area.testmonials-review-2-area .testmonials-review-item {
      box-shadow: 0px 16px 32px 0px rgba(210, 220, 241, 0.3); }

/*===========================
    13.TESTMONIALS css
===========================*/
.news-area {
  margin-bottom: 130px; }
  .news-area .section-title .title::before {
    content: ''; }
  .news-area .news-item .news-thumb {
    position: relative; }
    .news-area .news-item .news-thumb .testimonials-date {
      position: absolute;
      right: 28px;
      bottom: -20px; }
      .news-area .news-item .news-thumb .testimonials-date span {
        background: linear-gradient(90deg, #1341a9 0%, #1654c3 100%);
        line-height: 40px;
        padding: 0 20px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.3);
        border-radius: 30px; }
        .news-area .news-item .news-thumb .testimonials-date span i {
          padding-right: 6px; }
      .news-area .news-item .news-thumb .testimonials-date img {
        margin-right: 6px; }
    .news-area .news-item .news-thumb > img {
      width: 100%; }
  .news-area .news-item .news-content {
    padding-top: 40px; }
    .news-area .news-item .news-content .title {
      font-size: 24px;
      line-height: 34px;
      padding-bottom: 11px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .news-area .news-item .news-content .title {
          font-size: 20px;
          line-height: 30px; } }
      @media (max-width: 767px) {
        .news-area .news-item .news-content .title {
          font-size: 20px;
          line-height: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .news-area .news-item .news-content .title {
          font-size: 24px;
          line-height: 34px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .news-area .news-item .news-content p {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .news-area .news-item .news-content p {
        font-size: 14px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .news-area .news-item .news-content p {
        font-size: 16px; } }
  .news-area .news-item.item-2 .news-thumb .testimonials-date span {
    background: linear-gradient(to right, #ff3d69 0%, #ff5388 100%); }
  .news-area .news-item.item-3 .news-thumb .testimonials-date span {
    background: linear-gradient(to right, #ff5a00 0%, #ffa100 100%); }

.news-2-area {
  padding-bottom: 137px; }
  .news-2-area .portfolio-title {
    padding-bottom: 30px; }
    .news-2-area .portfolio-title span {
      color: #0acc94;
      font-weight: 500; }
    .news-2-area .portfolio-title .title {
      font-size: 60px;
      line-height: 70px;
      padding-bottom: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .news-2-area .portfolio-title .title {
          font-size: 50px;
          line-height: 60px; } }
      @media (max-width: 767px) {
        .news-2-area .portfolio-title .title {
          font-size: 26px;
          line-height: 36px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .news-2-area .portfolio-title .title {
          font-size: 46px;
          line-height: 56px; } }
  .news-2-area .portfolio-title-btn {
    padding-bottom: 30px; }
    .news-2-area .portfolio-title-btn a {
      border: 2px solid #ededed;
      color: #002e44;
      padding: 0 48px;
      background-color: transparent;
      -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; }
      .news-2-area .portfolio-title-btn a:hover {
        background: #0acc94;
        color: #fff;
        border-color: #0acc94; }
        .news-2-area .portfolio-title-btn a:hover i {
          color: #fff; }
      .news-2-area .portfolio-title-btn a i {
        color: #0acc94;
        padding-right: 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; }
  .news-2-area .news-item .news-thumb {
    overflow: hidden; }
    .news-2-area .news-item .news-thumb img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .news-2-area .news-item .news-content {
    padding-top: 40px;
    position: relative; }
    .news-2-area .news-item .news-content .title {
      font-size: 24px;
      font-weight: 500;
      line-height: 34px;
      padding-bottom: 12px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .news-2-area .news-item .news-content .title {
          font-size: 20px;
          line-height: 32px; } }
      @media (max-width: 767px) {
        .news-2-area .news-item .news-content .title {
          font-size: 20px;
          line-height: 32px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .news-2-area .news-item .news-content .title {
          font-size: 24px;
          line-height: 34px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .news-2-area .news-item .news-content p {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .news-2-area .news-item .news-content p {
        font-size: 14px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .news-2-area .news-item .news-content p {
        font-size: 16px; } }
    .news-2-area .news-item .news-content .user {
      display: flex;
      position: absolute;
      right: 30px;
      top: -20px; }
      .news-2-area .news-item .news-content .user a {
        background-image: -moz-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
        background-image: -webkit-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
        background-image: -ms-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
        color: #fff;
        border-radius: 30px;
        line-height: 40px;
        padding: 0 20px;
        margin-left: 10px;
        box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.3);
        font-size: 14px;
        font-weight: 500; }
        .news-2-area .news-item .news-content .user a i {
          padding-right: 5px; }
      .news-2-area .news-item .news-content .user.item-2 a {
        background-image: -moz-linear-gradient(0deg, #ff5388 0%, #ff3d69 100%);
        background-image: -webkit-linear-gradient(0deg, #ff5388 0%, #ff3d69 100%);
        background-image: -ms-linear-gradient(0deg, #ff5388 0%, #ff3d69 100%);
        box-shadow: 0px 16px 32px 0px rgba(255, 77, 111, 0.3); }
      .news-2-area .news-item .news-content .user.item-3 a {
        background-image: -moz-linear-gradient(0deg, #ffa100 0%, #ff5a00 100%);
        background-image: -webkit-linear-gradient(0deg, #ffa100 0%, #ff5a00 100%);
        background-image: -ms-linear-gradient(0deg, #ffa100 0%, #ff5a00 100%);
        box-shadow: 0px 16px 32px 0px rgba(255, 138, 0, 0.3); }
  .news-2-area .news-item:hover .news-thumb img {
    transform: scale(1.1); }

.news-3-area {
  padding-bottom: 132px; }
  .news-3-area .section-title {
    padding-bottom: 50px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .news-3-area .section-title .title {
        font-size: 48px; } }
    .news-3-area .section-title .title::before {
      display: none; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news-3-area .news-item {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .news-3-area .news-item {
      margin-right: 0; } }
  .news-3-area .news-item .news-thumb img {
    width: 100%; }
  .news-3-area .news-item .news-content {
    padding-top: 34px; }
    .news-3-area .news-item .news-content ul li {
      display: inline-block; }
      .news-3-area .news-item .news-content ul li a {
        font-size: 14px;
        color: #002e44; }
        .news-3-area .news-item .news-content ul li a i {
          color: #1655c5;
          padding-right: 6px; }
    .news-3-area .news-item .news-content > a {
      font-size: 24px;
      line-height: 34px;
      font-weight: 500;
      color: #002e44;
      margin-top: 8px; }
      @media (max-width: 767px) {
        .news-3-area .news-item .news-content > a {
          font-size: 20px; } }
    .news-3-area .news-item .news-content p {
      padding-top: 11px;
      padding-bottom: 22px; }
    .news-3-area .news-item .news-content span {
      line-height: 40px;
      padding: 0 40px;
      background-image: -moz-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
      background-image: -webkit-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
      background-image: -ms-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      border-radius: 30px;
      box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.3);
      margin-left: 7px; }
      .news-3-area .news-item .news-content span i {
        padding-right: 6px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-3-area .news-form {
      margin-top: 100px; } }
  @media (max-width: 767px) {
    .news-3-area .news-form {
      margin-top: 100px; } }
  .news-3-area .news-form .section-title {
    padding-bottom: 50px; }
  .news-3-area .news-form .news-form-area {
    padding: 30px 60px 60px;
    box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.06);
    position: relative;
    z-index: 10; }
    @media (max-width: 767px) {
      .news-3-area .news-form .news-form-area {
        padding: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .news-3-area .news-form .news-form-area {
        padding: 30px 60px 60px; } }
    .news-3-area .news-form .news-form-area .news-mail {
      position: absolute;
      top: -90px;
      right: -85px;
      z-index: -2; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .news-3-area .news-form .news-form-area .news-mail {
          right: -15px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .news-3-area .news-form .news-form-area .news-mail {
          right: -15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .news-3-area .news-form .news-form-area .news-mail {
          right: -15px; } }
      @media (max-width: 767px) {
        .news-3-area .news-form .news-form-area .news-mail {
          right: -15px; } }
    .news-3-area .news-form .news-form-area::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: -1; }
    .news-3-area .news-form .news-form-area .input-box input {
      width: 100%;
      line-height: 80px;
      padding-left: 40px;
      border: 0;
      background: #f9fbff;
      color: #002e44; }
      .news-3-area .news-form .news-form-area .input-box input::placeholder {
        opacity: 1;
        color: #002e44; }
    .news-3-area .news-form .news-form-area .input-box textarea {
      width: 100%;
      height: 220px;
      resize: none;
      padding-left: 40px;
      padding-top: 25px;
      border: 0;
      background: #f9fbff;
      color: #002e44; }
      .news-3-area .news-form .news-form-area .input-box textarea::placeholder {
        opacity: 1;
        color: #002e44; }

/*===========================
    .news page css
===========================*/
.blog-sidebar-area .blog-sidebar-item {
  border: 2px solid #ededed;
  padding: 35px 40px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-sidebar-area .blog-sidebar-item {
      padding: 35px 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-sidebar-area .blog-sidebar-item {
      padding: 35px 20px; } }
  @media (max-width: 767px) {
    .blog-sidebar-area .blog-sidebar-item {
      padding: 35px 20px; } }
  .blog-sidebar-area .blog-sidebar-item .sidebar-title .title {
    font-size: 20px;
    padding-left: 34px;
    position: relative; }
    .blog-sidebar-area .blog-sidebar-item .sidebar-title .title::before {
      position: absolute;
      content: '';
      height: 20px;
      width: 2px;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      background: #0acc94; }
.blog-sidebar-area .sidebar-about-contnent .title {
  font-size: 18px;
  padding-top: 25px; }
.blog-sidebar-area .sidebar-about-contnent p {
  font-size: 14px;
  padding: 10px 5px 15px; }
.blog-sidebar-area .sidebar-about-contnent ul li {
  display: inline-block; }
  .blog-sidebar-area .sidebar-about-contnent ul li a {
    color: #b3bed3;
    font-size: 14px;
    margin: 0 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; }
    .blog-sidebar-area .sidebar-about-contnent ul li a:hover {
      color: #0acc94; }
.blog-sidebar-area .sidebar-search-item .input-box {
  padding-bottom: 5px;
  position: relative; }
  .blog-sidebar-area .sidebar-search-item .input-box input {
    width: 100%;
    line-height: 60px;
    padding-left: 30px;
    background: #f6f4ff;
    border: 0;
    font-size: 12px;
    color: #002e44;
    border-radius: 50px; }
    .blog-sidebar-area .sidebar-search-item .input-box input::placeholder {
      opacity: 1;
      font-size: 12px; }
  .blog-sidebar-area .sidebar-search-item .input-box button {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 60px;
    width: 60px;
    text-align: center;
    border: 0;
    background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
    background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
    background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
    color: #fff;
    border-radius: 50%; }
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item {
  position: relative;
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-sidebar-area .sidebar-feeds .sidebar-feeds-item {
      padding-left: 95px; } }
  .blog-sidebar-area .sidebar-feeds .sidebar-feeds-item .title {
    font-size: 14px; }
  .blog-sidebar-area .sidebar-feeds .sidebar-feeds-item span {
    color: #002e44;
    font-size: 12px;
    padding-top: 8px; }
    .blog-sidebar-area .sidebar-feeds .sidebar-feeds-item span i {
      padding-right: 6px; }
  .blog-sidebar-area .sidebar-feeds .sidebar-feeds-item img {
    position: absolute;
    left: 0;
    top: -10px; }
  .blog-sidebar-area .sidebar-feeds .sidebar-feeds-item:last-child {
    border-bottom: 0;
    padding-bottom: 10px; }
.blog-sidebar-area .sidebar-categories ul li {
  margin-top: 10px; }
  .blog-sidebar-area .sidebar-categories ul li a {
    width: 100%;
    background: #edf5ff;
    line-height: 50px;
    padding-left: 30px;
    color: #282828;
    font-size: 14px;
    position: relative;
    border-radius: 40px;
    -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-sidebar-area .sidebar-categories ul li a span {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 50px;
      line-height: 50px;
      text-align: center;
      padding: 0;
      color: #282828;
      background: #cedbeb;
      font-weight: 700;
      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; }
    .blog-sidebar-area .sidebar-categories ul li a:hover {
      background: #0acc94;
      color: #fff; }
      .blog-sidebar-area .sidebar-categories ul li a:hover span {
        background: #1fab60;
        color: #fff; }
.blog-sidebar-area .sidebar-social ul {
  white-space: nowrap; }
  .blog-sidebar-area .sidebar-social ul li {
    display: inline-block; }
    .blog-sidebar-area .sidebar-social ul li a {
      height: 40px;
      width: 40px;
      background: #d9e7ff;
      text-align: center;
      line-height: 40px;
      color: #002e44;
      margin: 0 4px;
      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; }
      .blog-sidebar-area .sidebar-social ul li a:hover {
        background: #0acc94;
        color: #fff; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-sidebar-area .sidebar-social ul li a {
          margin: 0 1px; } }
      @media (max-width: 767px) {
        .blog-sidebar-area .sidebar-social ul li a {
          margin: 0 1px;
          height: 38px;
          width: 38px;
          line-height: 38px; } }
.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item {
  border-bottom: 1px solid #ededed;
  padding-left: 35px;
  position: relative;
  padding-bottom: 25px;
  margin-top: 25px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item {
      padding-left: 20px; } }
  .blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #002e44;
    font-size: 12px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item ul li a {
        font-size: 11px; } }
  .blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item span {
    color: #516381;
    font-size: 12px;
    font-weight: 700; }
  .blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item i {
    position: absolute;
    top: 7px;
    left: 0;
    color: #0acc94; }
  .blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
.blog-sidebar-area .sidebar-instagram ul {
  margin-top: 13px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .blog-sidebar-area .sidebar-instagram ul {
      justify-content: left; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-sidebar-area .sidebar-instagram ul {
      justify-content: space-between; } }
  .blog-sidebar-area .sidebar-instagram ul li {
    display: inline-block; }
    .blog-sidebar-area .sidebar-instagram ul li a img {
      width: 100%; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-sidebar-area .sidebar-instagram ul li a img {
          width: 84%; } }
      @media (max-width: 767px) {
        .blog-sidebar-area .sidebar-instagram ul li a img {
          width: 80%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-sidebar-area .sidebar-instagram ul li a img {
          width: 100%; } }
.blog-sidebar-area .sidebar-tags ul {
  margin-top: 10px; }
  .blog-sidebar-area .sidebar-tags ul li {
    display: inline-block; }
    .blog-sidebar-area .sidebar-tags ul li a {
      background: #f5f2ff;
      color: #002e44;
      font-size: 12px;
      line-height: 30px;
      padding: 0 16px;
      margin: 0 3px;
      border-radius: 30px;
      text-transform: uppercase;
      font-weight: 700;
      -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-sidebar-area .sidebar-tags ul li a:hover {
        background: #0acc94;
        color: #fff; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-sidebar-area .sidebar-tags ul li a {
          padding: 0 16px;
          margin: 0 1px; } }
      @media (max-width: 767px) {
        .blog-sidebar-area .sidebar-tags ul li a {
          padding: 0 14px;
          margin: 0 1px; } }

.blog-sidebar-add {
  position: relative; }
  .blog-sidebar-add .add-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0acc94;
    text-align: center;
    padding: 20px 40px; }
    .blog-sidebar-add .add-content span {
      color: #fff;
      font-weight: 700;
      font-size: 16px; }
    .blog-sidebar-add .add-content .title {
      font-size: 24px;
      color: #fff;
      white-space: nowrap;
      padding-top: 5px; }

.blog-standard .single-blog-standard .blog-standard-thumb {
  position: relative; }
  .blog-standard .single-blog-standard .blog-standard-thumb img {
    width: 100%; }
  .blog-standard .single-blog-standard .blog-standard-thumb a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: #0acc94;
    color: #fff;
    border-radius: 50%;
    font-size: 20px; }
    @media (max-width: 767px) {
      .blog-standard .single-blog-standard .blog-standard-thumb a {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 16px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-standard .single-blog-standard .blog-standard-thumb a {
        height: 80px;
        width: 80px;
        line-height: 80px;
        font-size: 20px; } }
.blog-standard .single-blog-standard .blog-standard-content {
  border: 2px solid #ededed;
  border-top: 0;
  padding: 50px; }
  @media (max-width: 767px) {
    .blog-standard .single-blog-standard .blog-standard-content {
      padding: 50px 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-standard .single-blog-standard .blog-standard-content {
      padding: 50px; } }
  .blog-standard .single-blog-standard .blog-standard-content > span {
    background: #0acc94;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0 15px;
    line-height: 30px;
    text-transform: capitalize;
    border-radius: 30px; }
  .blog-standard .single-blog-standard .blog-standard-content .title {
    font-size: 40px;
    line-height: 50px;
    padding-top: 25px;
    letter-spacing: -1px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-standard .single-blog-standard .blog-standard-content .title {
        padding-right: 0;
        font-size: 27px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-standard .single-blog-standard .blog-standard-content .title {
        padding-right: 0;
        font-size: 30px; } }
    @media (max-width: 767px) {
      .blog-standard .single-blog-standard .blog-standard-content .title {
        padding-right: 0;
        font-size: 18px;
        line-height: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-standard .single-blog-standard .blog-standard-content .title {
        padding-right: 0;
        font-size: 21px;
        line-height: 32px; } }
  .blog-standard .single-blog-standard .blog-standard-content ul {
    padding: 20px 0; }
    .blog-standard .single-blog-standard .blog-standard-content ul li {
      display: inline-block;
      color: #002e44;
      font-size: 14px;
      margin-right: 28px; }
      @media (max-width: 767px) {
        .blog-standard .single-blog-standard .blog-standard-content ul li {
          margin-right: 00px;
          margin-bottom: 10px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-standard .single-blog-standard .blog-standard-content ul li {
          margin-right: 20px;
          margin-bottom: 0; } }
      .blog-standard .single-blog-standard .blog-standard-content ul li i {
        padding-right: 6px; }
  .blog-standard .single-blog-standard .blog-standard-content > p {
    color: #002e44;
    font-size: 16px;
    padding-bottom: 35px; }
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex {
    display: flex;
    margin-bottom: 7px;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .blog-standard .single-blog-standard .blog-standard-content .blog-flex {
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-standard .single-blog-standard .blog-standard-content .blog-flex {
        display: flex; } }
    .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left {
      position: relative;
      padding-left: 65px; }
      @media (max-width: 767px) {
        .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left {
          margin-bottom: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left {
          margin-bottom: 0px; } }
      .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left p {
        font-weight: 700;
        color: #002e44; }
      .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left span {
        color: #002e44; }
      .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-right a {
      font-weight: 700;
      letter-spacing: 2px;
      color: #0acc94;
      text-transform: uppercase;
      font-size: 14px; }
      .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-right a i {
        padding-right: 15px; }
  .blog-standard .single-blog-standard .blog-standard-content.blog-border {
    border-top: 2px solid #ededed; }

.pagination-area nav ul li a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 48px;
  padding: 0;
  border-radius: 50%;
  margin: 0 5px;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 500;
  color: #002e44;
  -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) {
    .pagination-area nav ul li a {
      margin: 0 2px;
      height: 35px;
      width: 35px;
      line-height: 32px;
      font-size: 14px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .pagination-area nav ul li a {
      margin: 0 2px;
      height: 35px;
      width: 35px;
      line-height: 32px;
      font-size: 14px; } }
  .pagination-area nav ul li a.active, .pagination-area nav ul li a:hover {
    background: #0acc94;
    border-color: #0acc94;
    color: #fff; }
.pagination-area nav ul li:first-child a {
  border-radius: 50% !important; }
.pagination-area nav ul li:last-child a {
  border-radius: 50% !important; }
.pagination-area.pagination-2-area nav ul li a {
  border: 2px solid #ededed; }
  .pagination-area.pagination-2-area nav ul li a.active, .pagination-area.pagination-2-area nav ul li a:hover {
    border-color: #0acc94; }

/*===============================
    .BLOG DETAILS css
================================*/
.blog-dteails-content {
  border: 2px solid #ededed;
  padding: 50px; }
  @media (max-width: 767px) {
    .blog-dteails-content {
      padding: 50px 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-dteails-content {
      padding: 50px; } }
  .blog-dteails-content .blog-details-top > span {
    background: #0acc94;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0 15px;
    line-height: 30px;
    text-transform: capitalize;
    border-radius: 30px; }
  .blog-dteails-content .blog-details-top .title {
    font-size: 36px;
    line-height: 42px;
    padding-right: 40px;
    padding-top: 25px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-dteails-content .blog-details-top .title {
        padding-right: 0;
        font-size: 27px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-dteails-content .blog-details-top .title {
        padding-right: 0;
        font-size: 30px; } }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-top .title {
        padding-right: 0;
        font-size: 18px;
        line-height: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-dteails-content .blog-details-top .title {
        padding-right: 0;
        font-size: 21px;
        line-height: 32px; } }
  .blog-dteails-content .blog-details-top ul {
    padding: 20px 0; }
    .blog-dteails-content .blog-details-top ul li {
      display: inline-block;
      color: #282828;
      font-size: 14px;
      margin-right: 28px; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-top ul li {
          margin-right: 00px;
          margin-bottom: 10px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-top ul li {
          margin-right: 20px;
          margin-bottom: 0; } }
      .blog-dteails-content .blog-details-top ul li i {
        padding-right: 6px; }
  .blog-dteails-content .blog-details-top > p {
    color: #282828;
    font-size: 16px;
    padding-bottom: 35px;
    line-height: 26px; }
  .blog-dteails-content .blog-details-bath img {
    width: 100%; }
  .blog-dteails-content .blog-details-bath .title {
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-bath .title {
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-dteails-content .blog-details-bath .title {
        font-size: 26px; } }
  .blog-dteails-content .blog-details-bath p {
    border-bottom: 1px solid #ededed;
    padding-bottom: 35px; }
  .blog-dteails-content .blog-details-bath ul {
    padding-left: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-dteails-content .blog-details-bath ul {
        padding-left: 18px; } }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-bath ul {
        padding-left: 0px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-dteails-content .blog-details-bath ul {
        padding-left: 30px; } }
    .blog-dteails-content .blog-details-bath ul li {
      color: #002e44;
      line-height: 30px; }
      .blog-dteails-content .blog-details-bath ul li i {
        color: #0acc94;
        padding-right: 5px; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-bath ul li {
          font-size: 13px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-bath ul li {
          font-size: 15px; } }
  .blog-dteails-content .blog-details-quote {
    background: #f3f5ff;
    border-radius: 10px;
    padding: 50px 45px 57px;
    position: relative;
    z-index: 5; }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-quote {
        padding: 50px 10px 57px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-dteails-content .blog-details-quote {
        padding: 50px 50px 57px; } }
    .blog-dteails-content .blog-details-quote p {
      color: #002e44;
      font-weight: 700; }
      .blog-dteails-content .blog-details-quote p span {
        color: #0acc94; }
    .blog-dteails-content .blog-details-quote .title {
      line-height: 38px;
      padding-top: 13px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-dteails-content .blog-details-quote .title {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-quote .title {
          font-size: 17px;
          line-height: 27px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-quote .title {
          font-size: 19px;
          line-height: 29px; } }
    .blog-dteails-content .blog-details-quote i {
      font-size: 190px;
      color: #e4e9ff;
      z-index: -1;
      position: absolute;
      bottom: 15px;
      right: 30px; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-quote i {
          font-size: 90px; } }
  .blog-dteails-content .blog-details-confarance p {
    line-height: 26px; }
  @media (max-width: 767px) {
    .blog-dteails-content .blog-details-confarance .confarance-flex {
      display: block !important; } }
  .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 {
    width: 50%; }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 {
        width: 100%; } }
    .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 img {
      width: 100%;
      padding-top: 10px; }
  .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-2 {
    width: 83%;
    padding-left: 32px; }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-2 {
        padding-left: 0;
        width: 100%;
        padding-top: 20px; } }
  @media (max-width: 767px) {
    .blog-dteails-content .blog-details-bar {
      display: block !important; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-dteails-content .blog-details-bar {
      display: flex !important; } }
  .blog-dteails-content .blog-details-bar .blog-tags .title {
    font-size: 20px;
    text-transform: capitalize; }
  .blog-dteails-content .blog-details-bar .blog-tags ul li {
    display: inline-block; }
    .blog-dteails-content .blog-details-bar .blog-tags ul li a {
      background: #f5f2ff;
      color: #002e44;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 30px;
      padding: 0 20px;
      margin-right: 7px;
      margin-top: 27px;
      -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: 30px; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-bar .blog-tags ul li a {
          margin-right: 2px;
          padding: 0 15px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-bar .blog-tags ul li a {
          margin-right: 0;
          padding: 0 10px; } }
      .blog-dteails-content .blog-details-bar .blog-tags ul li a:hover {
        background: #0acc94;
        color: #fff; }
  @media (max-width: 767px) {
    .blog-dteails-content .blog-details-bar .blog-social {
      text-align: left !important; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-dteails-content .blog-details-bar .blog-social {
      text-align: right !important; } }
  .blog-dteails-content .blog-details-bar .blog-social .title {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-bar .blog-social .title {
        margin-top: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-dteails-content .blog-details-bar .blog-social .title {
        margin-top: 0px; } }
  .blog-dteails-content .blog-details-bar .blog-social ul li {
    display: inline-block; }
    .blog-dteails-content .blog-details-bar .blog-social ul li a {
      color: #b5becc;
      font-size: 18px;
      margin-left: 28px;
      -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) {
        .blog-dteails-content .blog-details-bar .blog-social ul li a {
          margin-left: 0;
          margin-right: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-bar .blog-social ul li a {
          margin-left: 20px;
          margin-right: 0px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-bar .blog-social ul li a {
          margin-left: 15px; } }
      .blog-dteails-content .blog-details-bar .blog-social ul li a:hover {
        color: #0acc94; }
  .blog-dteails-content .blog-details-next-prev {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    position: relative; }
    .blog-dteails-content .blog-details-next-prev .post-prev a span {
      color: #0acc94;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .blog-dteails-content .blog-details-next-prev .post-prev a .title {
      font-size: 28px;
      text-transform: capitalize;
      padding-top: 5px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-dteails-content .blog-details-next-prev .post-prev a .title {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-next-prev .post-prev a .title {
          font-size: 18px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-next-prev .post-prev a .title {
          font-size: 18px; } }
    .blog-dteails-content .blog-details-next-prev .post-next a span {
      color: #0acc94;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .blog-dteails-content .blog-details-next-prev .post-next a .title {
      font-size: 28px;
      text-transform: capitalize;
      padding-top: 5px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-dteails-content .blog-details-next-prev .post-next a .title {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-next-prev .post-next a .title {
          font-size: 18px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-next-prev .post-next a .title {
          font-size: 18px; } }
    .blog-dteails-content .blog-details-next-prev > a {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-next-prev > a {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-next-prev > a {
          display: block; } }
  .blog-dteails-content .blog-details-releted-post .title {
    font-size: 26px;
    padding-bottom: 5px; }
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item {
    box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06); }
    .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-thumb img {
      width: 100%; }
    .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
      padding: 35px 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
          padding: 35px 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
          padding: 35px 20px; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
          padding: 35px 15px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
          padding: 35px 40px; } }
      .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content span {
        font-size: 14px;
        color: #0acc94;
        padding-bottom: 5px; }
        .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content span i {
          padding-right: 5px; }
      .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
        font-size: 20px;
        line-height: 30px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
            font-size: 17px; } }
        @media (max-width: 767px) {
          .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
            font-size: 18px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
            font-size: 20px; } }
      .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content p {
        font-size: 14px;
        line-height: 26px;
        padding-top: 3px; }
  .blog-dteails-content .blog-details-written {
    border: 2px solid #ededed;
    padding: 40px; }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-written {
        padding: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-dteails-content .blog-details-written {
        padding: 31px; } }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-written .written-area {
        display: block !important; } }
    .blog-dteails-content .blog-details-written .written-area .written-thumb {
      width: 100%; }
      .blog-dteails-content .blog-details-written .written-area .written-thumb img {
        width: 100%; }
    .blog-dteails-content .blog-details-written .written-area .written-content {
      padding-left: 40px; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-written .written-area .written-content {
          padding-left: 0; } }
      .blog-dteails-content .blog-details-written .written-area .written-content span {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #002e44; }
        @media (max-width: 767px) {
          .blog-dteails-content .blog-details-written .written-area .written-content span {
            padding-top: 20px; } }
      .blog-dteails-content .blog-details-written .written-area .written-content .title {
        font-size: 36px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .blog-dteails-content .blog-details-written .written-area .written-content .title {
            font-size: 30px; } }
        @media (max-width: 767px) {
          .blog-dteails-content .blog-details-written .written-area .written-content .title {
            font-size: 22px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .blog-dteails-content .blog-details-written .written-area .written-content .title {
            font-size: 30px; } }
      .blog-dteails-content .blog-details-written .written-area .written-content p {
        font-size: 14px;
        color: #002e44;
        line-height: 26px;
        padding-top: 7px; }
  .blog-dteails-content .blog-details-comments {
    position: relative; }
    .blog-dteails-content .blog-details-comments > .title {
      font-size: 26px;
      padding-bottom: 5px; }
    .blog-dteails-content .blog-details-comments .blog-comments-area {
      margin-top: 40px;
      padding-left: 130px;
      position: relative;
      border-bottom: 1px solid #ededed;
      padding-bottom: 25px; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-comments .blog-comments-area {
          padding-left: 0px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-comments .blog-comments-area {
          padding-left: 110px; } }
      .blog-dteails-content .blog-details-comments .blog-comments-area .blog-left .title {
        font-size: 18px; }
      .blog-dteails-content .blog-details-comments .blog-comments-area .blog-left span {
        font-size: 12px;
        color: #0acc94;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding-top: 5px;
        padding-bottom: 15px; }
      .blog-dteails-content .blog-details-comments .blog-comments-area .blog-right a {
        color: #002e44;
        font-weight: 700;
        font-size: 14px;
        line-height: 40px;
        border: 2px solid #ededed;
        padding: 0 20px;
        border-radius: 30px; }
      .blog-dteails-content .blog-details-comments .blog-comments-area p {
        font-size: 14px; }
      .blog-dteails-content .blog-details-comments .blog-comments-area img {
        position: absolute;
        left: 0;
        top: -10px; }
        @media (max-width: 767px) {
          .blog-dteails-content .blog-details-comments .blog-comments-area img {
            width: 18%;
            position: inherit;
            top: 0;
            padding: 15px 0; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .blog-dteails-content .blog-details-comments .blog-comments-area img {
            width: 18%;
            position: absolute;
            top: -10px;
            padding: 0; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-comments .blog-comments-area.ml-125 {
          margin-left: 50px; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-comments .blog-comments-area .d-flex {
          display: block !important; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-comments .blog-comments-area .d-flex {
          display: flex !important; } }
  .blog-dteails-content .blog-details-post-comments {
    margin-top: 40px; }
    .blog-dteails-content .blog-details-post-comments .title {
      font-size: 26px;
      padding-bottom: 30px; }
    .blog-dteails-content .blog-details-post-comments .post-comments-area {
      padding: 30px 50px 50px;
      background: #f3f8ff; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-post-comments .post-comments-area {
          padding: 30px 50px 50px; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-post-comments .post-comments-area {
          padding: 20px; } }
      .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box textarea {
        width: 100%;
        border: 0;
        height: 150px;
        resize: none;
        padding-top: 20px;
        padding-left: 30px;
        font-size: 14px;
        color: #002e44; }
        .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box textarea::placeholder {
          opacity: 1; }
      .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box input {
        width: 100%;
        border: 0;
        line-height: 60px;
        padding-left: 30px;
        font-size: 14px;
        color: #282828; }
        .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box input::placeholder {
          opacity: 1; }
      .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button {
        text-transform: capitalize;
        padding: 0 60px;
        background: #0acc94;
        border-color: #0acc94; }
        .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button:hover {
          background-color: transparent;
          color: #0acc94; }
        .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button i {
          padding-right: 6px; }

.news-masonary-area .news-masonary-item .news-masonary-thumb img {
  width: 100%; }
.news-masonary-area .news-masonary-item .news-masonary-content {
  border: 2px solid #ededed;
  border-top: 0;
  padding-left: 36px;
  padding-top: 46px;
  padding-bottom: 33px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news-masonary-area .news-masonary-item .news-masonary-content {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .news-masonary-area .news-masonary-item .news-masonary-content {
      padding-left: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-masonary-area .news-masonary-item .news-masonary-content {
      padding-left: 36px; } }
  .news-masonary-area .news-masonary-item .news-masonary-content a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #002e44; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .news-masonary-area .news-masonary-item .news-masonary-content a {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .news-masonary-area .news-masonary-item .news-masonary-content a {
        font-size: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .news-masonary-area .news-masonary-item .news-masonary-content a {
        font-size: 24px; } }
  .news-masonary-area .news-masonary-item .news-masonary-content ul {
    padding-top: 18px; }
    .news-masonary-area .news-masonary-item .news-masonary-content ul li {
      display: inline-block;
      font-size: 14px;
      color: #002e44; }
      .news-masonary-area .news-masonary-item .news-masonary-content ul li i {
        padding-right: 6px; }
      .news-masonary-area .news-masonary-item .news-masonary-content ul li:first-child {
        margin-right: 25px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .news-masonary-area .news-masonary-item .news-masonary-content ul li:first-child {
            margin-right: 10px; } }
        @media (max-width: 767px) {
          .news-masonary-area .news-masonary-item .news-masonary-content ul li:first-child {
            margin-right: 10px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .news-masonary-area .news-masonary-item .news-masonary-content ul li:first-child {
            margin-right: 25px; } }
  .news-masonary-area .news-masonary-item .news-masonary-content span {
    position: absolute;
    left: 36px;
    top: -15px;
    background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
    background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
    background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
    line-height: 30px;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #fff; }

/*===========================
    14.FOOTER css
===========================*/
.footer-area .footer-bg {
  background: #1653c2;
  position: relative; }
  .footer-area .footer-bg::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../../../../files/images/logo/footer.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .footer-area .footer-bg .footer-subscribe {
    padding-top: 133px;
    padding-bottom: 121px;
    border-bottom: 2px solid #2e61c9; }
    .footer-area .footer-bg .footer-subscribe .subscribe-content span {
      font-weight: 500;
      color: #fff; }
    .footer-area .footer-bg .footer-subscribe .subscribe-content .title {
      font-size: 60px;
      color: #fff;
      position: relative;
      padding-bottom: 32px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .footer-area .footer-bg .footer-subscribe .subscribe-content .title {
          font-size: 50px;
          line-height: 60px; } }
      @media (max-width: 767px) {
        .footer-area .footer-bg .footer-subscribe .subscribe-content .title {
          font-size: 40px;
          line-height: 60px; } }
      .footer-area .footer-bg .footer-subscribe .subscribe-content .title::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0px;
        height: 2px;
        width: 14px;
        background: #fff; }
      .footer-area .footer-bg .footer-subscribe .subscribe-content .title::after {
        position: absolute;
        content: '';
        left: 20px;
        bottom: 0px;
        height: 2px;
        width: 30px;
        background: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-bg .subscribe-input {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .footer-area .footer-bg .subscribe-input {
      margin-top: 30px; } }
  .footer-area .footer-bg .subscribe-input .input-box {
    position: relative; }
    .footer-area .footer-bg .subscribe-input .input-box input {
      width: 640px;
      background: #fff;
      border: 0;
      height: 90px;
      border-radius: 60px;
      padding-left: 73px;
      font-weight: 500;
      color: #002e44; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .footer-area .footer-bg .subscribe-input .input-box input {
          width: 500px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-area .footer-bg .subscribe-input .input-box input {
          width: 100%; } }
      @media (max-width: 767px) {
        .footer-area .footer-bg .subscribe-input .input-box input {
          width: 100%;
          padding-left: 15px;
          font-size: 13px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .footer-area .footer-bg .subscribe-input .input-box input {
          width: 100%;
          padding-left: 73px;
          font-size: 16px; } }
      .footer-area .footer-bg .subscribe-input .input-box input::placeholder {
        opacity: 1;
        color: #002e44; }
    .footer-area .footer-bg .subscribe-input .input-box button {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      box-shadow: 0px 16px 32px 0px rgba(22, 83, 194, 0.3); }
      @media (max-width: 767px) {
        .footer-area .footer-bg .subscribe-input .input-box button {
          padding: 0 5px;
          font-size: 13px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .footer-area .footer-bg .subscribe-input .input-box button {
          padding: 0 30px;
          font-size: 16px; } }
    .footer-area .footer-bg .subscribe-input .input-box i {
      position: absolute;
      left: 48px;
      top: 50%;
      transform: translateY(-50%);
      color: #002e44; }
      @media (max-width: 767px) {
        .footer-area .footer-bg .subscribe-input .input-box i {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .footer-area .footer-bg .subscribe-input .input-box i {
          display: block; } }
  .footer-area .footer-bg .footer-item {
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative; }
    .footer-area .footer-bg .footer-item .back-to-top {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -50px;
      height: 100px;
      width: 60px;
      background-image: -moz-linear-gradient(90deg, #ff5388 0%, #ff3d69 100%);
      background-image: -webkit-linear-gradient(90deg, #ff5388 0%, #ff3d69 100%);
      background-image: -ms-linear-gradient(90deg, #ff5388 0%, #ff3d69 100%);
      box-shadow: 0px 16px 32px 0px rgba(255, 49, 165, 0.6);
      text-align: center;
      line-height: 100px;
      color: #fff;
      font-size: 24px;
      border-radius: 40px;
      cursor: pointer; }
    .footer-area .footer-bg .footer-item .footer-about {
      margin-right: 50px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .footer-area .footer-bg .footer-item .footer-about {
          margin-right: 0; } }
      @media (max-width: 767px) {
        .footer-area .footer-bg .footer-item .footer-about {
          margin-right: 0; } }
      .footer-area .footer-bg .footer-item .footer-about .title {
        color: #fff;
        font-size: 30px; }
      .footer-area .footer-bg .footer-item .footer-about p {
        color: #fff;
        padding-top: 25px;
        padding-bottom: 33px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .footer-area .footer-bg .footer-item .footer-about p {
            font-size: 15px; } }
      .footer-area .footer-bg .footer-item .footer-about a {
        background: #001e59;
        color: #fff; }
  .footer-area .footer-bg .footer-services .footer-services-title {
    padding-bottom: 19px; }
    .footer-area .footer-bg .footer-services .footer-services-title .title {
      color: #fff; }
  .footer-area .footer-bg .footer-services .footer-services-list {
    display: flex; }
    @media (max-width: 767px) {
      .footer-area .footer-bg .footer-services .footer-services-list {
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer-area .footer-bg .footer-services .footer-services-list {
        display: flex; } }
    @media (max-width: 767px) {
      .footer-area .footer-bg .footer-services .footer-services-list ul.ml-35 {
        margin-left: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer-area .footer-bg .footer-services .footer-services-list ul.ml-35 {
        margin-left: 30px; } }
    .footer-area .footer-bg .footer-services .footer-services-list ul li a {
      color: #fff;
      line-height: 42px;
      -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: 1200px) {
        .footer-area .footer-bg .footer-services .footer-services-list ul li a {
          font-size: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-area .footer-bg .footer-services .footer-services-list ul li a {
          font-size: 15px; } }
      .footer-area .footer-bg .footer-services .footer-services-list ul li a i {
        padding-right: 4px;
        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; }
      .footer-area .footer-bg .footer-services .footer-services-list ul li a:hover {
        margin-left: 0; }
        .footer-area .footer-bg .footer-services .footer-services-list ul li a:hover i {
          opacity: 1; }
  .footer-area .footer-bg .footer-news .footer-news-title {
    padding-bottom: 15px; }
    .footer-area .footer-bg .footer-news .footer-news-title .title {
      color: #fff; }
  .footer-area .footer-bg .footer-news .footer-news-list .item {
    margin-top: 14px;
    position: relative;
    padding-left: 90px; }
    .footer-area .footer-bg .footer-news .footer-news-list .item img {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .footer-area .footer-bg .footer-news .footer-news-list .item span {
      color: #fff;
      font-size: 12px; }
      .footer-area .footer-bg .footer-news .footer-news-list .item span i {
        padding-right: 5px; }
    .footer-area .footer-bg .footer-news .footer-news-list .item a .title {
      color: #fff;
      font-size: 14px;
      line-height: 20px; }
.footer-area .footer-copyright {
  background: #062b7c; }
  .footer-area .footer-copyright .copyright-item {
    padding: 30px 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .footer-copyright .copyright-item .copyright-logo {
        text-align: center; } }
    @media (max-width: 767px) {
      .footer-area .footer-copyright .copyright-item .copyright-logo {
        text-align: center; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .footer-copyright .copyright-item .copyright-social {
        text-align: center;
        margin: 20px 0; } }
    @media (max-width: 767px) {
      .footer-area .footer-copyright .copyright-item .copyright-social {
        text-align: center;
        margin: 20px 0; } }
    .footer-area .footer-copyright .copyright-item .copyright-social ul li {
      display: inline-block; }
      .footer-area .footer-copyright .copyright-item .copyright-social ul li a {
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        border-radius: 50%;
        color: #fff;
        -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) {
          .footer-area .footer-copyright .copyright-item .copyright-social ul li a {
            height: 45px;
            width: 45px;
            line-height: 45px;
            font-size: 16px; } }
        .footer-area .footer-copyright .copyright-item .copyright-social ul li a:hover {
          background: #1655c5; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .footer-copyright .copyright-item .copyright-content {
        text-align: center; } }
    @media (max-width: 767px) {
      .footer-area .footer-copyright .copyright-item .copyright-content {
        text-align: center; } }
    .footer-area .footer-copyright .copyright-item .copyright-content p {
      color: #fff;
      font-weight: 500; }
  .footer-area .footer-copyright.footer-copyright-2 {
    background: #fff; }
    .footer-area .footer-copyright.footer-copyright-2 .copyright-item {
      border-top: 2px solid #0acc94; }
      .footer-area .footer-copyright.footer-copyright-2 .copyright-item .copyright-content p {
        color: #002e44; }
.footer-area.footer-2-area .footer-bg {
  background: #fff; }
  .footer-area.footer-2-area .footer-bg::before {
    opacity: 0.031;
    background-image: url(../images/footer/mosaik.png); }
  .footer-area.footer-2-area .footer-bg .footer-item .footer-about .title {
    color: #002e44; }
  .footer-area.footer-2-area .footer-bg .footer-item .footer-about p {
    color: #002e44; }
  .footer-area.footer-2-area .footer-bg .footer-item .footer-about a {
    background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
    background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
    background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
    box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.3);
    border: 0; }
  .footer-area.footer-2-area .footer-bg .footer-services .footer-services-title .title {
    color: #002e44; }
  .footer-area.footer-2-area .footer-bg .footer-services .footer-services-list ul li a {
    color: #002e44; }
    .footer-area.footer-2-area .footer-bg .footer-services .footer-services-list ul li a:hover {
      color: #0acc94; }
  .footer-area.footer-2-area .footer-bg .footer-news .footer-news-title .title {
    color: #002e44; }
  .footer-area.footer-2-area .footer-bg .footer-news .footer-news-list .item span {
    color: #002e44; }
  .footer-area.footer-2-area .footer-bg .footer-news .footer-news-list .item a .title {
    color: #002e44; }
.footer-area.footer-4-area .footer-bg {
  background: #fff; }
  .footer-area.footer-4-area .footer-bg::before {
    background-image: url(../images/footer/mosaik.png); }
  .footer-area.footer-4-area .footer-bg .footer-subscribe {
    border-bottom-color: #f6e9f1; }
    .footer-area.footer-4-area .footer-bg .footer-subscribe .subscribe-content span {
      color: #f87582; }
    .footer-area.footer-4-area .footer-bg .footer-subscribe .subscribe-content .title {
      color: #002e44;
      padding-bottom: 4px; }
  .footer-area.footer-4-area .footer-bg .subscribe-input .input-box input {
    border: 2px solid #fff2fa; }
  .footer-area.footer-4-area .footer-bg .subscribe-input .input-box button {
    background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
    background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
    background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
    box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3);
    border: 0; }
  .footer-area.footer-4-area .footer-bg .footer-item .back-to-top {
    background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
    background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
    background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
    box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); }
  .footer-area.footer-4-area .footer-bg .footer-item .footer-about .title {
    color: #002e44; }
  .footer-area.footer-4-area .footer-bg .footer-item .footer-about p {
    color: #002e44; }
  .footer-area.footer-4-area .footer-bg .footer-item .footer-about a {
    background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
    background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
    background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
    box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3);
    border: 0; }
  .footer-area.footer-4-area .footer-bg .footer-services .footer-services-title .title {
    color: #002e44; }
  .footer-area.footer-4-area .footer-bg .footer-services .footer-services-list ul li a {
    color: #002e44; }
  .footer-area.footer-4-area .footer-bg .footer-news .footer-news-title .title {
    color: #002e44; }
  .footer-area.footer-4-area .footer-bg .footer-news .footer-news-list .item a .title {
    color: #002e44; }
  .footer-area.footer-4-area .footer-bg .footer-news .footer-news-list .item span {
    color: #002e44; }
.footer-area.footer-4-area .footer-copyright {
  background: #fff2fa; }
  .footer-area.footer-4-area .footer-copyright .copyright-item .copyright-social ul li a {
    color: #002e44;
    position: relative;
    overflow: hidden;
    z-index: 5;
    background-color: transparent; }
    .footer-area.footer-4-area .footer-copyright .copyright-item .copyright-social ul li a::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      z-index: -1;
      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; }
    .footer-area.footer-4-area .footer-copyright .copyright-item .copyright-social ul li a:hover {
      color: #fff;
      box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); }
      .footer-area.footer-4-area .footer-copyright .copyright-item .copyright-social ul li a:hover::before {
        opacity: 1; }
  .footer-area.footer-4-area .footer-copyright .copyright-item .copyright-content p {
    color: #002e44; }

.back-to-top.back-to-top-2 {
  position: fixed;
  z-index: 9999;
  right: 30px;
  bottom: 30px;
  display: none;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  background: #0acc94;
  color: #fff;
  cursor: pointer; }

.footer-thumb {
  margin-bottom: -14px; }

.footer-top {
  background: #0acc94;
  height: 120px;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .footer-top {
      height: auto; } }
  .footer-top .footer-top-item {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .footer-top .footer-top-item {
        display: block; } }
    .footer-top .footer-top-item .logo {
      text-align: center; }
      @media (max-width: 767px) {
        .footer-top .footer-top-item .logo {
          padding-top: 40px; } }
    @media (max-width: 767px) {
      .footer-top .footer-top-item .social {
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px; } }
    .footer-top .footer-top-item .social ul li {
      display: inline-block; }
      .footer-top .footer-top-item .social ul li a {
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        border-radius: 50%;
        background-color: transparent;
        color: #fff;
        -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) {
          .footer-top .footer-top-item .social ul li a {
            height: 40px;
            width: 40px;
            line-height: 40px; } }
        .footer-top .footer-top-item .social ul li a:hover {
          background: #00956a; }

.footer-3-area {
  padding-top: 258px;
  margin-top: -150px; }
  .footer-3-area .footer-top-list .footer-top-list-item {
    text-align: center;
    padding-bottom: 100px; }
    .footer-3-area .footer-top-list .footer-top-list-item ul li {
      display: inline-block; }
      .footer-3-area .footer-top-list .footer-top-list-item ul li a {
        font-weight: 500;
        color: #fff;
        padding: 0 64px;
        position: relative;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        line-height: 14px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .footer-3-area .footer-top-list .footer-top-list-item ul li a {
            padding: 0 30px; } }
        @media (max-width: 767px) {
          .footer-3-area .footer-top-list .footer-top-list-item ul li a {
            padding: 0 25px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .footer-3-area .footer-top-list .footer-top-list-item ul li a {
            padding: 0 30px; } }
      .footer-3-area .footer-top-list .footer-top-list-item ul li:last-child a {
        padding-right: 0;
        border-right: 0; }
      .footer-3-area .footer-top-list .footer-top-list-item ul li:first-child a {
        padding-left: 0; }
  .footer-3-area .footer-copyright-area {
    background: #0160e7;
    padding: 30px 0px; }
    @media (max-width: 767px) {
      .footer-3-area .footer-copyright-area .footer-copyright-item {
        text-align: center; } }
    @media (max-width: 767px) {
      .footer-3-area .footer-copyright-area .footer-copyright-item .social {
        padding: 20px 0; } }
    .footer-3-area .footer-copyright-area .footer-copyright-item .social ul li {
      display: inline-block; }
      .footer-3-area .footer-copyright-area .footer-copyright-item .social ul li a {
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        border-radius: 50%;
        color: #fff;
        background-color: transparent;
        -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) {
          .footer-3-area .footer-copyright-area .footer-copyright-item .social ul li a {
            height: 40px;
            width: 40px;
            line-height: 40px;
            font-size: 14px; } }
        @media (max-width: 767px) {
          .footer-3-area .footer-copyright-area .footer-copyright-item .social ul li a {
            height: 45px;
            width: 45px;
            line-height: 45px;
            font-size: 14px; } }
        .footer-3-area .footer-copyright-area .footer-copyright-item .social ul li a:hover {
          background: #003581; }
    .footer-3-area .footer-copyright-area .footer-copyright-item .copyright-text p {
      font-weight: 500;
      color: #fff; }

/*===========================
    15.EXPERIENCE css
===========================*/
.experience-area {
  position: relative;
  z-index: 10; }
  .experience-area .experience-title {
    margin-right: -35px;
    padding-bottom: 46px; }
    .experience-area .experience-title span {
      color: #0acc94;
      font-size: 16px;
      font-weight: 500;
      padding-bottom: 9px; }
    .experience-area .experience-title .title {
      font-size: 60px;
      line-height: 70px;
      font-weight: 500;
      letter-spacing: -1px;
      padding-bottom: 18px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .experience-area .experience-title .title {
          font-size: 46px;
          line-height: 56px; } }
      @media (max-width: 767px) {
        .experience-area .experience-title .title {
          font-size: 36px;
          line-height: 46px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .experience-area .experience-title .title {
          font-size: 46px;
          line-height: 56px; } }
  .experience-area .skill-item.item-2 .skill-bar .bar-inner .bar {
    background: #fdb261; }
  .experience-area .skill-item.item-2 .skill-header .skill-percentage .count-box {
    background: #fdb261; }
    .experience-area .skill-item.item-2 .skill-header .skill-percentage .count-box::before {
      background: #fdb261; }
  .experience-area .skill-item.item-3 .skill-bar .bar-inner .bar {
    background: #0acc94; }
  .experience-area .skill-item.item-3 .skill-header .skill-percentage .count-box {
    background: #0acc94; }
    .experience-area .skill-item.item-3 .skill-header .skill-percentage .count-box::before {
      background: #0acc94; }
  .experience-area .experience-thumb {
    position: absolute;
    right: 150px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    z-index: -1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .experience-area .experience-thumb {
        display: none; } }
    @media (max-width: 767px) {
      .experience-area .experience-thumb {
        display: none; } }
    .experience-area .experience-thumb img {
      width: 70%; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .experience-area .experience-thumb img {
          width: 65%; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .experience-area .experience-thumb img {
          width: 40%; } }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .experience-area .experience-thumb {
        right: 0; } }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .experience-area.experience-about {
      margin-top: 132px; } }
  .experience-area.experience-about .experience-title span {
    color: #002e44; }

.about-experience-area {
  padding-top: 168px; }
  .about-experience-area .about-experience-content i {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: #0acc94;
    color: #fff;
    font-size: 30px;
    border-radius: 50% 50% 0 50%; }
  .about-experience-area .about-experience-content .title {
    font-size: 60px;
    font-weight: 500;
    color: #002e44;
    padding-top: 35px;
    padding-bottom: 27px; }
    @media (max-width: 767px) {
      .about-experience-area .about-experience-content .title {
        font-size: 40px; } }
  .about-experience-area .about-experience-content p {
    font-size: 30px;
    line-height: 40px;
    color: #002e44;
    padding: 0 60px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-experience-area .about-experience-content p {
        padding: 0 0 30px; } }
    @media (max-width: 767px) {
      .about-experience-area .about-experience-content p {
        padding: 0 0 30px;
        font-size: 24px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-experience-area .about-experience-content p br {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-experience-area .about-experience-content p br {
        display: none; } }
    @media (max-width: 767px) {
      .about-experience-area .about-experience-content p br {
        display: none; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-experience-area .about-experience-content p {
        padding: 0; } }
  .about-experience-area .experience-item {
    box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.1);
    padding: 42px 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) {
      .about-experience-area .experience-item {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .about-experience-area .experience-item {
        margin-top: 30px; } }
    .about-experience-area .experience-item i {
      font-size: 40px;
      color: #1445ae;
      -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; }
    .about-experience-area .experience-item p {
      font-weight: 500;
      color: #002e44;
      padding-top: 8px;
      -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: 1200px) {
        .about-experience-area .experience-item p {
          font-size: 14px; } }
    .about-experience-area .experience-item:hover {
      background: #1655c5; }
      .about-experience-area .experience-item:hover i {
        color: #fff; }
      .about-experience-area .experience-item:hover p {
        color: #fff; }

.web-experience-area .web-experience-content span {
  font-weight: 500;
  text-transform: capitalize;
  color: #f57092; }
.web-experience-area .web-experience-content .title {
  font-size: 60px;
  line-height: 70px;
  padding-top: 10px;
  padding-bottom: 14px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .web-experience-area .web-experience-content .title {
      font-size: 50px;
      line-height: 60px; } }
  @media (max-width: 767px) {
    .web-experience-area .web-experience-content .title {
      font-size: 32px;
      line-height: 42px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .web-experience-area .web-experience-content .title {
      font-size: 54px;
      line-height: 64px; } }
.web-experience-area .web-experience-content p {
  line-height: 28px;
  padding-top: 11px;
  padding-bottom: 35px; }
.web-experience-area .web-experience-content a {
  border: 0;
  background: linear-gradient(to right, #f98a7e 0%, #f65e87 50%, #f98a7e 100%);
  background-size: 200% auto;
  color: #fff; }
  .web-experience-area .web-experience-content a:hover {
    background-position: right center; }

/*===========================
    16.RANGING css
===========================*/
.ranking-area {
  position: relative;
  z-index: 10;
  background-attachment: fixed; }
  .ranking-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: .9;
    z-index: -1; }
  .ranking-area .ranking-item span {
    font-size: 18px;
    font-weight: 500;
    color: #0160e7; }
  .ranking-area .ranking-item .title {
    font-size: 60px;
    line-height: 70px;
    padding-top: 9px;
    padding-bottom: 38px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .ranking-area .ranking-item .title {
        font-size: 54px;
        line-height: 64px; } }
    @media (max-width: 767px) {
      .ranking-area .ranking-item .title {
        font-size: 34px;
        line-height: 44px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .ranking-area .ranking-item .title {
        font-size: 44px;
        line-height: 54px; } }
  .ranking-area .ranking-item ul li {
    display: inline-block;
    margin: 0 13px; }
    .ranking-area .ranking-item ul li a.main-btn {
      background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
      background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
      background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
      color: #fff;
      border: 0; }
      .ranking-area .ranking-item ul li a.main-btn.main-btn-2 {
        background: #002e44; }
        @media (max-width: 767px) {
          .ranking-area .ranking-item ul li a.main-btn.main-btn-2 {
            margin-top: 30px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .ranking-area .ranking-item ul li a.main-btn.main-btn-2 {
            margin-top: 0px; } }
  .ranking-area .icon-1 {
    position: absolute;
    left: 100px;
    top: 65px;
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.1); }
    @media (max-width: 767px) {
      .ranking-area .icon-1 {
        display: none; } }
  .ranking-area .icon-2 {
    position: absolute;
    right: 50px;
    top: -40px;
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.1); }
    @media (max-width: 767px) {
      .ranking-area .icon-2 {
        display: none; } }
  .ranking-area .icon-3 {
    position: absolute;
    right: 200px;
    bottom: -50px;
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.1); }
    @media (max-width: 767px) {
      .ranking-area .icon-3 {
        display: none; } }

/*===========================
    17.FAQ css
===========================*/
.faq-area .faq-box {
  padding: 80px;
  background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
  background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
  background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
  box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.2);
  position: relative;
  z-index: 5; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-area .faq-box {
      padding: 60px; } }
  @media (max-width: 767px) {
    .faq-area .faq-box {
      padding: 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-area .faq-box {
      padding: 30px; } }
  .faq-area .faq-box .icon {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: -1; }
  .faq-area .faq-box .faq-title {
    padding-bottom: 45px; }
    .faq-area .faq-box .faq-title span {
      font-weight: 500;
      color: #fff; }
    .faq-area .faq-box .faq-title .title {
      font-weight: 500;
      color: #fff;
      font-size: 48px;
      padding-top: 7px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .faq-area .faq-box .faq-title .title {
          font-size: 38px; } }
      @media (max-width: 767px) {
        .faq-area .faq-box .faq-title .title {
          font-size: 42px;
          line-height: 52px; } }
  .faq-area .faq-box .faq-form .input-box {
    position: relative; }
    .faq-area .faq-box .faq-form .input-box i {
      position: absolute;
      right: 30px;
      top: 21px;
      color: #fff; }
    .faq-area .faq-box .faq-form .input-box input {
      width: 100%;
      height: 60px;
      padding-left: 30px;
      border: 0;
      background: #12be7e;
      font-weight: 500;
      color: #fff; }
      .faq-area .faq-box .faq-form .input-box input::placeholder {
        color: #fff;
        opacity: 1; }
    .faq-area .faq-box .faq-form .input-box textarea {
      width: 100%;
      height: 95px;
      padding-left: 30px;
      border: 0;
      background: #12be7e;
      font-weight: 500;
      resize: none;
      color: #fff;
      padding-top: 16px; }
      .faq-area .faq-box .faq-form .input-box textarea::placeholder {
        color: #fff;
        opacity: 1; }
    .faq-area .faq-box .faq-form .input-box button {
      width: 100%;
      text-align: center;
      border-radius: 0;
      border-color: #fff;
      background: #fff;
      color: #002e44; }

.faq-accrodion {
  margin-top: 30px;
  margin-right: 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-accrodion {
      margin-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-accrodion {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .faq-accrodion {
      margin-right: 0; } }
  .faq-accrodion .accrodion {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff; }
    .faq-accrodion .accrodion::before {
      content: '';
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: 0px;
      right: 0px;
      border-radius: 0px;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: -webkit-transform .4s ease;
      transition: -webkit-transform .4s ease;
      border-radius: 5px;
      transition: transform .4s ease;
      transition: transform .4s ease, -webkit-transform .4s ease; }
    .faq-accrodion .accrodion + .accrodion {
      margin-top: 20px; }
    .faq-accrodion .accrodion.active .accrodion-inner {
      margin: 0 1px;
      background-color: transparent;
      border-color: #dce0e8; }
    .faq-accrodion .accrodion.active::before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .faq-accrodion .accrodion.active .accrodion-title {
      padding-bottom: 0; }
      .faq-accrodion .accrodion.active .accrodion-title h4 {
        color: #002e44; }
      .faq-accrodion .accrodion.active .accrodion-title::before {
        opacity: 0; }
      .faq-accrodion .accrodion.active .accrodion-title::after {
        opacity: 1;
        color: #fff; }
    .faq-accrodion .accrodion .accrodion-inner {
      background-color: transparent;
      padding: 30px 0;
      border-style: solid;
      border-width: 2px;
      border-color: #ededed;
      position: relative;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      border-radius: 0px; }
    .faq-accrodion .accrodion .accrodion-title {
      padding: 0px 38px;
      cursor: pointer;
      position: relative;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
      @media (max-width: 767px) {
        .faq-accrodion .accrodion .accrodion-title {
          padding: 0 38px 0 20px; } }
      .faq-accrodion .accrodion .accrodion-title::before {
        content: '\f067';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        text-align: center;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 38px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
        background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
        background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
        box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.1);
        height: 46px;
        width: 46px;
        border-radius: 50%;
        line-height: 46px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .faq-accrodion .accrodion .accrodion-title::before {
            right: 20px; } }
        @media (max-width: 767px) {
          .faq-accrodion .accrodion .accrodion-title::before {
            right: 20px; } }
      .faq-accrodion .accrodion .accrodion-title::after {
        content: '\f068';
        font-weight: 400;
        font-family: 'Font Awesome 5 Pro';
        font-size: 14px;
        color: #fff;
        text-align: center;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 38px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
        background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
        background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%);
        box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.1);
        height: 46px;
        width: 46px;
        border-radius: 50%;
        line-height: 46px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .faq-accrodion .accrodion .accrodion-title::after {
            right: 20px; } }
        @media (max-width: 767px) {
          .faq-accrodion .accrodion .accrodion-title::after {
            right: 20px; } }
      .faq-accrodion .accrodion .accrodion-title h4 {
        margin: 0;
        color: #002e44;
        font-size: 18px;
        font-weight: 500; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .faq-accrodion .accrodion .accrodion-title h4 {
            font-size: 15px; } }
    .faq-accrodion .accrodion .accrodion-content .inner {
      padding: 0 38px;
      padding-right: 50px;
      padding-top: 23px;
      padding-bottom: 0px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .faq-accrodion .accrodion .accrodion-content .inner {
          padding: 15px 38px 0 40px; } }
      @media (max-width: 767px) {
        .faq-accrodion .accrodion .accrodion-content .inner {
          padding: 0 38px 0 20px; } }
    .faq-accrodion .accrodion .accrodion-content p {
      margin: 0;
      color: #002e44;
      font-size: 16px;
      line-height: 28px;
      font-weight: 400; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .faq-accrodion .accrodion .accrodion-content p {
          font-size: 15px; } }

.faq-contact-area .section-title .title::before {
  display: none; }
.faq-contact-area .contact-item {
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.06);
  padding-top: 70px;
  padding-bottom: 65px; }
  .faq-contact-area .contact-item i {
    height: 92px;
    width: 92px;
    text-align: center;
    line-height: 92px;
    border-radius: 50%;
    background-color: #0160e7;
    box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.2);
    font-size: 30px;
    color: #fff; }
  .faq-contact-area .contact-item .title {
    font-size: 26px;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 10px; }
  .faq-contact-area .contact-item ul li a {
    line-height: 30px;
    font-size: 18px;
    color: #002e44; }
  .faq-contact-area .contact-item.center {
    background: #0160e7; }
    .faq-contact-area .contact-item.center i {
      background: #fff;
      color: #0160e7; }
    .faq-contact-area .contact-item.center .title {
      color: #fff; }
    .faq-contact-area .contact-item.center ul li a {
      color: #fff; }

/*===========================
    18.SEO css
===========================*/
.seo-service-area {
  position: relative;
  z-index: 5; }
  .seo-service-area .seo-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: -1; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .seo-service-area .seo-line {
        top: 58%; } }
    .seo-service-area .seo-line img {
      width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .seo-service-area .seo-service-item {
      margin-top: 30px; } }
  .seo-service-area .seo-service-item .icon {
    height: 160px;
    width: 160px;
    text-align: center;
    line-height: 160px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(19, 67, 171, 0.06);
    display: inline-block; }
  .seo-service-area .seo-service-item a {
    font-size: 24px;
    font-weight: 500;
    color: #002e44;
    margin-top: 19px;
    display: block; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .seo-service-area .seo-service-item a {
        font-size: 20px; } }

.seo-area {
  position: relative; }
  .seo-area .seo-thumb {
    position: absolute;
    left: 150px;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .seo-area .seo-thumb {
        left: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .seo-area .seo-thumb {
        left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .seo-area .seo-thumb {
        display: none; } }
    @media (max-width: 767px) {
      .seo-area .seo-thumb {
        display: none; } }
    .seo-area .seo-thumb img {
      width: 100%; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .seo-area .seo-thumb img {
          width: 90%; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .seo-area .seo-thumb img {
          width: 75%; } }
  .seo-area .seo-content > span {
    font-weight: 500;
    color: #0160e7; }
  .seo-area .seo-content .title {
    font-size: 60px;
    line-height: 70px;
    color: #002e44;
    letter-spacing: -1px;
    padding-top: 10px;
    padding-bottom: 5px; }
    @media (max-width: 767px) {
      .seo-area .seo-content .title {
        font-size: 34px;
        line-height: 44px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .seo-area .seo-content .title {
        font-size: 60px;
        line-height: 70px; } }
  .seo-area .seo-content h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    padding-top: 22px; }
    @media (max-width: 767px) {
      .seo-area .seo-content h4 {
        font-size: 22px; } }
    .seo-area .seo-content h4 span {
      color: #0160e7;
      font-weight: 700;
      text-decoration: underline; }
  .seo-area .seo-content p {
    line-height: 28px;
    padding-top: 17px;
    padding-bottom: 35px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .seo-area.web-seo-area .seo-content {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .seo-area.web-seo-area .seo-content {
      margin-top: 30px; } }
  .seo-area.web-seo-area .seo-content > span {
    color: #f57092; }
  .seo-area.web-seo-area .seo-content a.main-btn {
    background: #f57092;
    border-color: #f57092;
    color: #fff;
    background: linear-gradient(to right, #f98a7e 0%, #f65e87 50%, #f98a7e 100%);
    background-size: 200% auto; }
    .seo-area.web-seo-area .seo-content a.main-btn:hover {
      background-position: right center; }

.seo-project-area {
  background-image: -moz-linear-gradient(0deg, #1341a9 0%, #1654c3 100%);
  background-image: -webkit-linear-gradient(0deg, #1341a9 0%, #1654c3 100%);
  background-image: -ms-linear-gradient(0deg, #1341a9 0%, #1654c3 100%);
  padding-top: 134px;
  position: relative;
  z-index: 5; }
  .seo-project-area .seo-project-thumb {
    position: absolute;
    right: 150px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    z-index: -1; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .seo-project-area .seo-project-thumb {
        right: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .seo-project-area .seo-project-thumb {
        right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .seo-project-area .seo-project-thumb {
        display: none; } }
    @media (max-width: 767px) {
      .seo-project-area .seo-project-thumb {
        display: none; } }
    .seo-project-area .seo-project-thumb img {
      width: 100%; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .seo-project-area .seo-project-thumb img {
          width: 80%; } }
  .seo-project-area .seo-project-title span {
    font-weight: 500;
    color: #fff; }
  .seo-project-area .seo-project-title .title {
    font-size: 60px;
    color: #fff;
    padding-top: 11px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .seo-project-area .seo-project-title .title {
        font-size: 54px; } }
    @media (max-width: 767px) {
      .seo-project-area .seo-project-title .title {
        font-size: 34px; } }
  .seo-project-area .seo-project-form {
    background: #1e54bf;
    box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.06);
    padding: 30px 60px 60px; }
    @media (max-width: 767px) {
      .seo-project-area .seo-project-form {
        padding: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .seo-project-area .seo-project-form {
        padding: 30px 60px 60px; } }
    .seo-project-area .seo-project-form .input-box input {
      width: 100%;
      height: 80px;
      padding-left: 40px;
      border: 0;
      color: #002e44; }
      .seo-project-area .seo-project-form .input-box input::placeholder {
        opacity: 1;
        color: #002e44; }
    .seo-project-area .seo-project-form .input-box textarea {
      width: 100%;
      height: 225px;
      padding-left: 40px;
      border: 0;
      color: #002e44;
      resize: none;
      padding-top: 28px; }
      .seo-project-area .seo-project-form .input-box textarea::placeholder {
        opacity: 1;
        color: #002e44; }
    .seo-project-area .seo-project-form .input-box button {
      background: #0160e7;
      border-color: #0160e7;
      color: #fff; }

/*===========================
    19.PRICIN css
===========================*/
.pricing-area {
  background: #f2f9ff;
  padding-top: 132px;
  padding-bottom: 140px; }
  .pricing-area .pricing-header {
    padding-bottom: 60px; }
    .pricing-area .pricing-header .section-title {
      padding-bottom: 0; }
      .pricing-area .pricing-header .section-title span {
        color: #002e44; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pricing-area .pricing-header .section-title .title {
          font-size: 54px; } }
      .pricing-area .pricing-header .section-title .title::before {
        display: none; }
    @media (max-width: 767px) {
      .pricing-area .pricing-header .pricing-tab-btn {
        margin-top: 20px; } }
    .pricing-area .pricing-header .pricing-tab-btn .nav {
      display: inline-block;
      background: #fff;
      display: flex;
      padding: 15px;
      border-radius: 60px; }
      @media (max-width: 767px) {
        .pricing-area .pricing-header .pricing-tab-btn .nav {
          display: inline-block; } }
      .pricing-area .pricing-header .pricing-tab-btn .nav li {
        display: inline-block; }
        .pricing-area .pricing-header .pricing-tab-btn .nav li a {
          line-height: 50px;
          padding: 0 36px;
          border-radius: 40px;
          font-size: 16px;
          font-weight: 500;
          color: #002e44;
          background-color: transparent; }
          .pricing-area .pricing-header .pricing-tab-btn .nav li a.active {
            background-color: #00c3ff;
            box-shadow: 0px 8px 16px 0px rgba(0, 195, 255, 0.4);
            color: #fff; }
  .pricing-area .pricing-item {
    background: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.06);
    -moz-box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.06);
    box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.06);
    padding: 70px 60px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .pricing-area .pricing-item {
        padding: 70px 30px; } }
    @media (max-width: 767px) {
      .pricing-area .pricing-item {
        padding: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .pricing-area .pricing-item {
        padding: 60px; } }
    .pricing-area .pricing-item .icon {
      display: inline-block;
      border-radius: 12px;
      background-image: -moz-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
      background-image: -webkit-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
      background-image: -ms-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
      height: 140px;
      width: 140px;
      text-align: center;
      line-height: 140px; }
    .pricing-area .pricing-item .list {
      margin-top: 45px;
      border-bottom: 2px solid #347de2;
      padding-bottom: 35px;
      margin-bottom: 28px; }
      .pricing-area .pricing-item .list ul li a {
        margin: 5px 0;
        font-weight: 500;
        color: #002e44; }
        .pricing-area .pricing-item .list ul li a i {
          height: 40px;
          width: 40px;
          text-align: center;
          line-height: 40px;
          background-image: -moz-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
          background-image: -webkit-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
          background-image: -ms-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
          color: #fff;
          border-radius: 50%;
          font-size: 14px;
          margin-right: 30px; }
    .pricing-area .pricing-item .price-info > span {
      font-size: 30px;
      font-weight: 500;
      color: #002e44;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pricing-area .pricing-item .price-info > span span {
        background: #ffa053;
        border-radius: 30px;
        line-height: 24px;
        padding: 0 13px;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        margin-left: 10px; }
    .pricing-area .pricing-item .price-info .title {
      font-size: 90px;
      font-weight: 500;
      line-height: 78px;
      padding-bottom: 10px; }
      .pricing-area .pricing-item .price-info .title span {
        font-size: 20px; }
    .pricing-area .pricing-item .price-info a {
      background-image: -moz-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
      background-image: -webkit-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
      background-image: -ms-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
      color: #fff;
      border: 0; }
    .pricing-area .pricing-item.center {
      position: relative;
      z-index: 6; }
      .pricing-area .pricing-item.center::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: -moz-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
        background-image: -webkit-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
        background-image: -ms-linear-gradient(0deg, #1654c3 0%, #1341a9 100%);
        z-index: -1; }
      .pricing-area .pricing-item.center::after {
        position: absolute;
        content: '';
        left: -10px;
        top: -10px;
        width: 0;
        height: 0;
        border-top: 32px solid #00c3ff;
        border-right: 32px solid transparent;
        z-index: -2; }
      .pricing-area .pricing-item.center .icon {
        background: #fff;
        background-image: none; }
      .pricing-area .pricing-item.center .list {
        border-bottom-color: #347de2; }
        .pricing-area .pricing-item.center .list ul li a {
          color: #fff; }
          .pricing-area .pricing-item.center .list ul li a i {
            background-image: none;
            border: 2px solid #3f87eb;
            line-height: 37px; }
      .pricing-area .pricing-item.center .price-info > span {
        color: #fff; }
      .pricing-area .pricing-item.center .price-info .title {
        color: #fff; }
      .pricing-area .pricing-item.center .price-info a {
        background-color: #00c3ff;
        box-shadow: 0px 8px 16px 0px rgba(0, 195, 255, 0.3);
        background-image: none; }
  .pricing-area.pricing-4-area {
    background-color: transparent; }
    .pricing-area.pricing-4-area .pricing-header .section-title span {
      color: #f87b81; }
    .pricing-area.pricing-4-area .pricing-header .section-title .title::before {
      display: block;
      content: '';
      color: #f2f7ff;
      left: -12px;
      transform: translateX(0); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pricing-area.pricing-4-area .pricing-header .section-title .title::before {
          display: none; } }
      @media (max-width: 767px) {
        .pricing-area.pricing-4-area .pricing-header .section-title .title::before {
          display: none; } }
    .pricing-area.pricing-4-area .pricing-header .pricing-tab-btn .nav {
      background: #fff2fa; }
      .pricing-area.pricing-4-area .pricing-header .pricing-tab-btn .nav li a.active {
        background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); }
    .pricing-area.pricing-4-area .pricing-item {
      border: 2px solid #fff2fa;
      box-shadow: none; }
      .pricing-area.pricing-4-area .pricing-item .icon {
        border-radius: 12px;
        background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
        background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); }
      .pricing-area.pricing-4-area .pricing-item .list {
        border-bottom-color: #fff3fa; }
        .pricing-area.pricing-4-area .pricing-item .list ul li a i {
          background-image: none;
          color: #002e44;
          border: 2px solid #fff3fa;
          line-height: 38px; }
      .pricing-area.pricing-4-area .pricing-item .price-info a {
        background-image: none;
        background: #fff;
        color: #002e44;
        border: 2px solid #fff3fa; }
        .pricing-area.pricing-4-area .pricing-item .price-info a:hover {
          background: #002e44;
          border-color: #002e44;
          color: #fff; }
      .pricing-area.pricing-4-area .pricing-item.center {
        border: 0; }
        .pricing-area.pricing-4-area .pricing-item.center::before {
          background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
          background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
          background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); }
        .pricing-area.pricing-4-area .pricing-item.center .icon {
          background-image: none;
          background: #fff; }
        .pricing-area.pricing-4-area .pricing-item.center .list ul li a i {
          color: #fff; }
        .pricing-area.pricing-4-area .pricing-item.center .price-info span span {
          background: #b83551; }
        .pricing-area.pricing-4-area .pricing-item.center .price-info a {
          box-shadow: none; }

/*===========================
    20.PROJECT DETAILS css
===========================*/
.project-details-area .project-details .project-details-thumb .project-details-thumb-item {
  overflow: hidden; }
  .project-details-area .project-details .project-details-thumb .project-details-thumb-item img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .project-details-area .project-details .project-details-thumb .project-details-thumb-item:hover img {
    transform: scale(1.1); }
.project-details-area .project-details-live {
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(20, 73, 180, 0.06);
  padding: 50px 60px;
  margin: -70px 85px 0;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .project-details-area .project-details-live {
      padding: 50px 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-area .project-details-live {
      margin: 0 0px 0;
      padding: 50px 30px; } }
  @media (max-width: 767px) {
    .project-details-area .project-details-live {
      margin: 0 0px 0;
      padding: 50px 20px; } }
  .project-details-area .project-details-live ul li {
    display: inline-block;
    margin-right: 58px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .project-details-area .project-details-live ul li {
        margin-right: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .project-details-area .project-details-live ul li {
        margin-right: 50px; } }
    @media (max-width: 767px) {
      .project-details-area .project-details-live ul li {
        margin-right: 32px; } }
    .project-details-area .project-details-live ul li span {
      font-size: 24px;
      font-weight: 700;
      color: #002e44; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .project-details-area .project-details-live ul li span {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .project-details-area .project-details-live ul li span {
          font-size: 20px; } }
    .project-details-area .project-details-live ul li p {
      color: #002e44;
      margin-top: -4px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .project-details-area .project-details-live ul li p {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .project-details-area .project-details-live ul li p {
          font-size: 14px; } }
    .project-details-area .project-details-live ul li:last-child {
      margin-right: 0; }
  @media (max-width: 767px) {
    .project-details-area .project-details-live .project-btn {
      margin-top: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-area .project-details-live .project-btn {
      margin-top: 30px; } }
  .project-details-area .project-details-live .project-btn a {
    border: 0;
    background: linear-gradient(to right, #f98a7e 0%, #f65e87 50%, #f98a7e 100%);
    background-size: 200% auto;
    box-shadow: 0px 8px 16px 0px rgba(20, 73, 180, 0.06);
    color: #fff; }
    .project-details-area .project-details-live .project-btn a:hover {
      background-position: right center; }
.project-details-area .project-details-content {
  padding-top: 52px; }
  .project-details-area .project-details-content p {
    font-size: 18px;
    line-height: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .project-details-area .project-details-content p {
        font-size: 16px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .project-details-area .project-details-content p {
        font-size: 16px;
        line-height: 28px; } }
.project-details-area .project-details-user {
  background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
  box-shadow: 0px 8px 16px 0px rgba(255, 132, 132, 0.2);
  padding: 60px 100px 60px 250px;
  border-radius: 12px;
  position: relative;
  z-index: 10;
  margin-top: 55px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .project-details-area .project-details-user {
      padding: 60px 60px 60px 230px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-area .project-details-user {
      padding: 60px 30px 60px 190px; } }
  @media (max-width: 767px) {
    .project-details-area .project-details-user {
      padding: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-details-area .project-details-user {
      padding: 60px 30px 60px 30px; } }
  .project-details-area .project-details-user > img {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    border: 7px solid #fff;
    border-radius: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .project-details-area .project-details-user > img {
        left: 20px; } }
    @media (max-width: 767px) {
      .project-details-area .project-details-user > img {
        position: static;
        transform: translateY(0%); } }
  .project-details-area .project-details-user .icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: -1;
    opacity: .14; }
  .project-details-area .project-details-user p {
    font-size: 24px;
    line-height: 36px;
    color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .project-details-area .project-details-user p {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .project-details-area .project-details-user p {
        font-size: 18px;
        margin-top: 20px; } }
  .project-details-area .project-details-user .title {
    font-size: 34px;
    font-weight: 500;
    color: #fff; }
    .project-details-area .project-details-user .title span {
      font-size: 20px;
      font-weight: 500;
      padding-left: 17px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .project-details-area .project-details-user .title span {
          display: block;
          padding-left: 0;
          padding-top: 15px; } }
      @media (max-width: 767px) {
        .project-details-area .project-details-user .title span {
          display: block;
          padding-left: 0;
          padding-top: 15px; } }
.project-details-area .project-details-next {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  border: 2px solid  #e5ecf2;
  padding: 25px 37px 30px;
  position: relative; }
  @media (max-width: 767px) {
    .project-details-area .project-details-next {
      padding: 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-details-area .project-details-next {
      padding: 25px 30px 30px; } }
  .project-details-area .project-details-next .item-1 a span {
    font-size: 24px;
    font-weight: 700;
    color: #002e44;
    margin-bottom: -4px; }
  .project-details-area .project-details-next .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .project-details-area .project-details-next .icon {
        display: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .project-details-area .project-details-next .icon {
        display: block; } }
    .project-details-area .project-details-next .icon a {
      height: 60px;
      width: 60px;
      text-align: center;
      line-height: 60px;
      border-radius: 50%;
      background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
      box-shadow: 0px 8px 16px 0px rgba(255, 132, 132, 0.2);
      font-size: 20px;
      color: #fff; }

/*===========================
    21.CONTACT css
===========================*/
.contact-area {
  padding-top: 0px;
  padding-bottom: 0px; }
  .contact-area .contact-info {
    background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
    background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
    background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%);
    box-shadow: 0px 8px 16px 0px rgba(255, 132, 132, 0.2);
    padding: 72px 80px 76px;
    margin-right: -15px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .contact-area .contact-info {
        padding: 72px 30px 76px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-area .contact-info {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .contact-area .contact-info {
        margin-right: 0;
        padding: 72px 30px 76px; } }
    .contact-area .contact-info .contact-info-title {
      padding-bottom: 12px; }
      .contact-area .contact-info .contact-info-title span {
        font-weight: 500;
        color: #fff; }
      .contact-area .contact-info .contact-info-title .title {
        font-size: 60px;
        color: #fff;
        font-weight: 500;
        padding-top: 6px; }
        @media (max-width: 767px) {
          .contact-area .contact-info .contact-info-title .title {
            font-size: 34px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .contact-area .contact-info .contact-info-title .title {
            font-size: 50px; } }
    .contact-area .contact-info .contact-info-item .item {
      padding-left: 133px;
      position: relative; }
      @media (max-width: 767px) {
        .contact-area .contact-info .contact-info-item .item {
          padding-left: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .contact-area .contact-info .contact-info-item .item {
          padding-left: 133px; } }
      .contact-area .contact-info .contact-info-item .item i {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 92px;
        width: 92px;
        text-align: center;
        line-height: 92px;
        border-radius: 50%;
        background: #fff;
        font-size: 30px;
        color: #f87e80; }
        @media (max-width: 767px) {
          .contact-area .contact-info .contact-info-item .item i {
            position: static;
            transform: translateY(0);
            margin-bottom: 15px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .contact-area .contact-info .contact-info-item .item i {
            position: absolute;
            transform: translateY(-50%);
            margin-bottom: 0; } }
      .contact-area .contact-info .contact-info-item .item .title {
        font-size: 26px;
        font-weight: 700;
        color: #fff;
        padding-bottom: 10px; }
      .contact-area .contact-info .contact-info-item .item ul li {
        font-size: 18px;
        line-height: 30px;
        color: #fff; }
  .contact-area .contact-input {
    padding: 72px 80px 80px;
    box-shadow: 0px 8px 16px 0px rgba(255, 132, 132, 0.1);
    margin-left: -15px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .contact-area .contact-input {
        padding: 72px 30px 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-area .contact-input {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .contact-area .contact-input {
        margin-left: 0;
        padding: 72px 30px 80px; } }
    .contact-area .contact-input .contact-info-title {
      padding-bottom: 24px; }
      .contact-area .contact-input .contact-info-title span {
        font-weight: 500;
        color: #f87e80; }
      .contact-area .contact-input .contact-info-title .title {
        font-size: 60px;
        color: #002e44;
        font-weight: 500;
        padding-top: 6px; }
        @media (max-width: 767px) {
          .contact-area .contact-input .contact-info-title .title {
            font-size: 34px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .contact-area .contact-input .contact-info-title .title {
            font-size: 50px; } }
    .contact-area .contact-input .input-box {
      margin-top: 10px;
      position: relative; }
      .contact-area .contact-input .input-box i {
        position: absolute;
        right: 0;
        top: 14px;
        color: #f87e80; }
      .contact-area .contact-input .input-box input {
        width: 100%;
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid #e1e8ec;
        height: 50px;
        color: #002e44; }
        .contact-area .contact-input .input-box input::placeholder {
          opacity: 1;
          color: #002e44; }
      .contact-area .contact-input .input-box textarea {
        width: 100%;
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid #e1e8ec;
        height: 170px;
        color: #002e44;
        resize: none; }
        .contact-area .contact-input .input-box textarea::placeholder {
          opacity: 1;
          color: #002e44; }
      .contact-area .contact-input .input-box button {
        margin-top: 30px;
        border: 0;
        background: linear-gradient(to right, #f98a7e 0%, #f65e87 50%, #f98a7e 100%);
        background-size: 200% auto;
        box-shadow: 0px 8px 16px 0px rgba(20, 73, 180, 0.06);
        color: #fff;
        padding: 0 56px; }
        .contact-area .contact-input .input-box button:hover {
          background-position: right center; }

.map-area iframe {
  margin-bottom: -6px;
  width: 100%;
  height: 600px; }

.contact-us-area .section-title {
  padding-bottom: 38px; }
  .contact-us-area .section-title .title::before {
    display: none; }
.contact-us-area .contact-item {
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.06);
  padding-top: 70px;
  padding-bottom: 65px;
  background: #fff; }
  .contact-us-area .contact-item i {
    box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.2);
    background-color: #0160e7;
    text-align: center;
    line-height: 90px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px; }
  .contact-us-area .contact-item .title {
    font-size: 26px;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 8px; }
  .contact-us-area .contact-item ul li a {
    font-size: 18px;
    line-height: 30px;
    color: #002e44; }
  .contact-us-area .contact-item.center {
    background: #0160e7; }
    .contact-us-area .contact-item.center i {
      background: #fff;
      color: #0160e7; }
    .contact-us-area .contact-item.center .title {
      color: #fff; }
    .contact-us-area .contact-item.center ul li a {
      color: #fff; }

/*===========================
    22.FUN FACTS css
===========================*/
.fun-facts-area {
  overflow: hidden; }
  .fun-facts-area .fun-facts-brand {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 4px solid #0160e7;
    padding: 100px 70px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .fun-facts-area .fun-facts-brand {
        padding: 70px 30px; } }
  .fun-facts-area .fun-facts-counter {
    background: #f9fbff;
    padding: 60px 80px 82px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .fun-facts-area .fun-facts-counter {
        padding: 40px 10px 30px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .fun-facts-area .fun-facts-counter {
        padding: 40px 10px 30px; } }
    @media (max-width: 767px) {
      .fun-facts-area .fun-facts-counter {
        padding: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .fun-facts-area .fun-facts-counter {
        padding: 60 80px 82px; } }
    .fun-facts-area .fun-facts-counter .counter-item {
      padding-left: 45px;
      position: relative; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .fun-facts-area .fun-facts-counter .counter-item {
          padding-left: 35px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .fun-facts-area .fun-facts-counter .counter-item {
          padding-left: 25px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .fun-facts-area .fun-facts-counter .counter-item {
          padding-left: 25px; } }
      .fun-facts-area .fun-facts-counter .counter-item::before {
        position: absolute;
        content: '';
        left: 0;
        top: 14px;
        width: 0;
        height: 0;
        border-top: 26px solid #0160e7;
        border-right: 26px solid transparent; }
      .fun-facts-area .fun-facts-counter .counter-item .title {
        font-size: 20px;
        color: #0160e7; }
        .fun-facts-area .fun-facts-counter .counter-item .title span {
          font-size: 80px;
          font-weight: 700;
          line-height: 86px;
          color: #002e44; }
          @media only screen and (min-width: 1200px) and (max-width: 1600px) {
            .fun-facts-area .fun-facts-counter .counter-item .title span {
              font-size: 60px; } }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .fun-facts-area .fun-facts-counter .counter-item .title span {
              font-size: 50px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .fun-facts-area .fun-facts-counter .counter-item .title span {
              font-size: 50px; } }
      .fun-facts-area .fun-facts-counter .counter-item p {
        font-size: 24px;
        font-weight: 500;
        color: #002e44; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .fun-facts-area .fun-facts-counter .counter-item p {
            font-size: 18px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .fun-facts-area .fun-facts-counter .counter-item p {
            font-size: 18px; } }
      .fun-facts-area .fun-facts-counter .counter-item.item-2::before {
        border-top-color: #fe4c1c;
        border-right-color: transparent; }
      .fun-facts-area .fun-facts-counter .counter-item.item-3::before {
        border-top-color: #00ffba;
        border-right-color: transparent; }
  .fun-facts-area.brand-4-area .fun-facts-brand {
    border: 0;
    padding: 138px 30px 128px; }
    .fun-facts-area.brand-4-area .fun-facts-brand .brand-item {
      text-align: center; }
      .fun-facts-area.brand-4-area .fun-facts-brand .brand-item img {
        display: inline-block;
        opacity: .2;
        -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; }
        .fun-facts-area.brand-4-area .fun-facts-brand .brand-item img:hover {
          opacity: 1; }

/*===========================
    23.PROGRESS css
===========================*/
.progress-area {
  background: #f9fbff; }
  .progress-area .progress-item .skills .skill-item .skill-header .skill-title {
    font-size: 20px;
    font-weight: 500;
    color: #002e44;
    padding-bottom: 20px; }
  .progress-area .progress-item .skills .skill-item .skill-header .skill-percentage {
    top: 0; }
    .progress-area .progress-item .skills .skill-item .skill-header .skill-percentage .count-box {
      background: #fff;
      color: #0160e7;
      box-shadow: 0px 8px 16px 0px rgba(136, 185, 255, 0.2); }
      .progress-area .progress-item .skills .skill-item .skill-header .skill-percentage .count-box::before {
        display: none; }
      .progress-area .progress-item .skills .skill-item .skill-header .skill-percentage .count-box span {
        font-size: 20px;
        font-weight: 500; }
  .progress-area .progress-item .skills .skill-item .skill-bar .bar-inner {
    border-top: 2px solid #e1ebff;
    border-bottom: 2px solid #e1ebff; }
    .progress-area .progress-item .skills .skill-item .skill-bar .bar-inner .progress-line {
      height: 4px;
      top: 0; }
  .progress-area .progress-play a .icon {
    display: inline-block;
    height: 75px;
    width: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
    background: #0160e7;
    color: #fff;
    font-size: 20px;
    position: relative; }
    .progress-area .progress-play a .icon::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border: 1px solid #cac6c6;
      border-radius: 50%;
      opacity: 0;
      animation: pulse-border 1.5s linear infinite; }
    .progress-area .progress-play a .icon::after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border: 1px solid #cac6c6;
      border-radius: 50%;
      opacity: 0;
      animation: pulse-border-2 2.5s linear infinite; }
  .progress-area .progress-play a span {
    font-size: 20px;
    font-weight: 500;
    color: #002e44;
    padding-left: 25px; }

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0; } }
@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

/*# sourceMappingURL=style.css.map */
#specialty-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%, 50%;
}

#specialty-title {
  color: #fff;
  border-color: #fff;
  /*
  blue: #1655c5;
  yellow: #fb993b;
  */
}
