@charset "UTF-8";
/*------------------------
	Css Indexing
--------------------------
** @typography
--------------------------
** Global css
--------------------------
** Preloader
--------------------------
** Normalize
--------------------------
** Breadcumb Area
--------------------------
** Header Area
--------------------------
** Banner Area
--------------------------
** About Area
--------------------------
** Service Area
--------------------------
** Project Area
--------------------------
** Counterup Area
--------------------------
** Pricing Area
--------------------------
** Testimonials Area
--------------------------
** Footer Area
--------------------------
** about Page
--------------------------
** Service Page
--------------------------
** Project  Page
--------------------------
** Project Details Page
--------------------------
** Blog Page
--------------------------
** Blog details Page
--------------------------
** Team Page
--------------------------
** Faq Page
--------------------------
** Contact Page
--------------------------
** Login Page
--------------------------
** Register Page
-----------------*/
/*==========================================
    typography
===========================================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900");
/*---------------------------
** Global Scss
---------------------------*/
.section-title {
  margin-bottom: 60px;
  text-align: center; }
  .section-title .title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 16px;
    color: #1e3056;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0; }
  .section-title .subtitle {
    color: #ff4776; }
  .section-title p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(52, 68, 103, 0.9); }

.more-btn {
  display: inline-block;
  color: #fff;
  background-color: #ff4776;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 51px;
  border-radius: 10px;
  height: 60px;
  width: 200px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .more-btn:hover {
    background-color: #7844d3;
    border: 2px solid #fff;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.bg1 {
  background-color: #feeaef; }

.bg2 {
  background-color: #edfaf4; }

.bg3 {
  background-color: #f2efff; }

.bg4 {
  background-color: #fff5ef; }

.bg5 {
  background-color: #ebf8ff; }

.bg6 {
  background-color: #fdeeef; }

.color1 {
  color: #f13162; }

.color2 {
  color: #4dcd92; }

.color3 {
  color: #ff9b5f; }

.color4 {
  color: #3bbefe; }

.price-btn {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 45px;
  border-radius: 10px;
  height: 45px;
  width: 310px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .price-btn:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

/*==========================================
    Preloader
==========================================*/
.preloader {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #4dcd92; }

.preload {
  width: 50px;
  height: 50px;
  position: absolute; }

h6 {
  margin-top: 35px;
  font-size: 18px; }

.item-1 {
  background-color: #FA5667;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }

.item-2 {
  background-color: #7A45E5;
  top: 0;
  right: 0;
  -webkit-animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }

.item-3 {
  background-color: #1B91F7;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }

.item-4 {
  background-color: #FAC24C;
  bottom: 0;
  left: 0;
  -webkit-animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }

@-webkit-keyframes item-1_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px); }
  75% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); } }

@keyframes item-1_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px); }
  75% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); } }

@-webkit-keyframes item-2_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  50% {
    -webkit-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px); }
  75% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); } }

@keyframes item-2_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  50% {
    -webkit-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px); }
  75% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); } }

@-webkit-keyframes item-3_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50% {
    -webkit-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px); }
  75% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); } }

@keyframes item-3_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50% {
    -webkit-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px); }
  75% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); } }

@-webkit-keyframes item-4_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  50% {
    -webkit-transform: translate(100px, -100px);
    transform: translate(100px, -100px); }
  75% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); } }

@keyframes item-4_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  50% {
    -webkit-transform: translate(100px, -100px);
    transform: translate(100px, -100px); }
  75% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); } }

/*==========================================
    scroll to top button
==========================================*/
.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 80px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: #7844d3;
  border: 2px solid #fff;
  text-align: center; }

.scroll-to-top a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  padding: 2px 0 0px 0;
  display: inline-block; }

.scroll-to-top a i {
  color: #fff; }

@media only screen and (max-width: 767px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

/*====================
** Normalize
====================*/
html {
  font-family: "Poppins", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  /*  base font size  15px= 1em*/
  margin: 0;
  color: #344467;
  overflow-x: hidden; }

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333; }

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444; }

h3 {
  font-size: 36px;
  line-height: 1.0833333333333333; }

h4 {
  font-size: 24px;
  line-height: 1.2380952380952381; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e3056;
  font-weight: 700;
  font-family: "Poppins", sans-serif; }

p {
  font-size: 16px;
  color: #1e3056;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

a {
  color: #1e3056;
  text-decoration: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

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

/*==========================================
    Breadcrumb Area
==========================================*/
.breadcrumb {
  background: url("../img/bg/breadcrumb-bg.png") center bottom no-repeat;
  background-size: cover;
  background-color: #fbfaff;
  padding: 220px 0 116px;
  width: 100%;
  position: relative;
  margin-bottom: 0; }
  .breadcrumb .breadcrumb-title {
    font-size: 60px;
    color: #fff;
    font-weight: 700; }

/*==========================================
    header
==========================================*/
.header {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
  z-index: 2; }
  .header.nav-fixed {
    position: fixed;
    background: #7844d3;
    -webkit-box-shadow: 0px 1px 13px 0px #7844d3;
    box-shadow: 0px 1px 13px 0px #7844d3;
    z-index: 4; }
  .header .main-menu .navbar {
    text-align: center;
    padding: 0; }
    .header .main-menu .navbar .navbar-nav {
      width: 100%;
      text-align: center; }
      .header .main-menu .navbar .navbar-nav .nav-item {
        padding: 0;
        position: relative; }
        .header .main-menu .navbar .navbar-nav .nav-item:hover .dropdown-menu {
          display: block; }
        .header .main-menu .navbar .navbar-nav .nav-item:hover:after {
          opacity: 1;
          -webkit-transition: all 0.9s ease-in;
          -moz-transition: all 0.9s ease-in;
          -o-transition: all 0.9s ease-in;
          transition: all 0.9s ease-in; }
        .header .main-menu .navbar .navbar-nav .nav-item.active .nav-link {
          color: #ff4776; }
        .header .main-menu .navbar .navbar-nav .nav-item.active:after {
          visibility: visible;
          opacity: 1; }
        .header .main-menu .navbar .navbar-nav .nav-item .nav-link {
          padding: 0;
          display: inline-block;
          padding: 35px 11px;
          font-weight: 600;
          color: #fff;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .header .main-menu .navbar .navbar-nav .nav-item .nav-link:hover {
            color: #ff4776; }
        .header .main-menu .navbar .navbar-nav .nav-item:after {
          position: absolute;
          left: 50%;
          bottom: 20px;
          width: 15px;
          height: 3px;
          background-color: #ff4776;
          content: '';
          opacity: 0;
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: all 0.9s ease-in;
          -moz-transition: all 0.9s ease-in;
          -o-transition: all 0.9s ease-in;
          transition: all 0.9s ease-in; }
        .header .main-menu .navbar .navbar-nav .nav-item .dropdown-menu {
          padding: 0;
          margin: 0;
          border-radius: 0;
          border: none; }
          .header .main-menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
            padding: 15px 20px;
            border-bottom: 1px solid rgba(107, 58, 219, 0.25);
            font-weight: 500;
            color: #7844d3; }
            .header .main-menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
              border-bottom: none; }
            .header .main-menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
              background: #ff4776;
              color: #fff; }
        .header .main-menu .navbar .navbar-nav .nav-item:last-child {
          padding-right: 0; }
        .header .main-menu .navbar .navbar-nav .nav-item:first-child {
          padding-left: 0; }
        .header .main-menu .navbar .navbar-nav .nav-item:hover {
          color: #ff4776; }
  .header .login {
    text-align: right;
    width: 100%; }
    .header .login a {
      display: inline-block;
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      padding: 15px 51px;
      width: 140px;
      border: 2px solid #fff;
      border-radius: 10px;
      height: 55px;
      width: 150px; }
      .header .login a:hover {
        border: 2px solid #fff;
        background-color: #ff4776; }

/*==========================================
    banner
==========================================*/
.banner {
  background: url("../img/banner-bg.png") center bottom no-repeat;
  background-size: cover;
  background-color: #fbfaff;
  padding: 296px 0 203px;
  width: 100%;
  position: relative; }
  .banner .banner-content {
    float: left;
    padding-top: 75px; }
    .banner .banner-content h1 {
      color: #fff;
      font-weight: 600;
      font-size: 60px;
      line-height: 70px;
      margin-bottom: 10px; }
    .banner .banner-content p {
      color: #fff;
      font-weight: 500;
      line-height: 30px;
      font-size: 16px; }
    .banner .banner-content .btn-wrapper {
      padding-top: 25px; }
  .banner .banner-image {
    float: right; }

/*----------------------
  About area
-----------------------*/
.about-area {
  padding: 120px 0px 133px;
  background-color: #fbfaff; }
  .about-area .about-heading {
    background-color: #fff;
    padding: 35px 90px 35px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%; }
    .about-area .about-heading:hover {
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
      -webkit-transition: all 0.9s ease-in;
      -moz-transition: all 0.9s ease-in;
      -o-transition: all 0.9s ease-in;
      transition: all 0.9s ease-in; }
    .about-area .about-heading .heading {
      font-size: 24px;
      color: #1e3056;
      padding-top: 10px;
      padding-left: 20px; }
  .about-area .about-details {
    background-color: #fff;
    margin-top: 30px;
    padding: 70px 30px 50px 40px; }
    .about-area .about-details h2 {
      font-size: 36px;
      color: #1e3056;
      padding-bottom: 10px; }
    .about-area .about-details .about-btn {
      padding-top: 35px; }
  .about-area .about-content {
    margin-top: 50px;
    padding-bottom: 77px;
    background-color: #fff; }
    .about-area .about-content h2 {
      padding: 60px 30px 0px;
      color: #1e3056; }
    .about-area .about-content .details {
      padding: 10px 30px 0px 30px;
      color: #344467; }
  .about-area .about-image {
    margin-top: 50px; }

/*----------------------
  Service area
-----------------------*/
.service-area {
  padding: 120px 0px 60px; }
  .service-area .single-service.service1 .service-icon {
    background-color: #feeaef; }
    .service-area .single-service.service1 .service-icon i {
      color: #f13162; }
  .service-area .single-service.service2 .service-icon {
    background-color: #edfaf4; }
    .service-area .single-service.service2 .service-icon i {
      color: #4dcd92; }
  .service-area .single-service.service3 .service-icon {
    background-color: #edfaf4; }
    .service-area .single-service.service3 .service-icon i {
      color: #9c83ff; }
  .service-area .single-service.service4 .service-icon {
    background-color: #fff5ef; }
    .service-area .single-service.service4 .service-icon i {
      color: #ff9b5f; }
  .service-area .single-service.service5 .service-icon {
    background-color: #ebf8ff; }
    .service-area .single-service.service5 .service-icon i {
      color: #3bbefe; }
  .service-area .single-service.service6 .service-icon {
    background-color: #fdeeef; }
    .service-area .single-service.service6 .service-icon i {
      color: #e95766; }
  .service-area .single-service {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .service-area .single-service:hover.service1 .service-icon {
      background-color: #f13162;
      -webkit-transition: all 0.9s ease-in;
      -moz-transition: all 0.9s ease-in;
      -o-transition: all 0.9s ease-in;
      transition: all 0.9s ease-in; }
      .service-area .single-service:hover.service1 .service-icon i {
        color: #fff;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }
    .service-area .single-service:hover.service1 .service-text h4 {
      color: #ff4776;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .service-area .single-service:hover.service2 .service-icon {
      background-color: #4dcd92;
      -webkit-transition: all 0.9s ease-in;
      -moz-transition: all 0.9s ease-in;
      -o-transition: all 0.9s ease-in;
      transition: all 0.9s ease-in; }
      .service-area .single-service:hover.service2 .service-icon i {
        color: #fff;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }
    .service-area .single-service:hover.service2 .service-text h4 {
      color: #ff4776;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .service-area .single-service:hover.service3 .service-icon {
      background-color: #7f5fff;
      -webkit-transition: all 0.9s ease-in;
      -moz-transition: all 0.9s ease-in;
      -o-transition: all 0.9s ease-in;
      transition: all 0.9s ease-in; }
      .service-area .single-service:hover.service3 .service-icon i {
        color: #fff;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }
    .service-area .single-service:hover.service3 .service-text h4 {
      color: #ff4776;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .service-area .single-service:hover.service4 .service-icon {
      background-color: #ff9b5f;
      -webkit-transition: all 0.9s ease-in;
      -moz-transition: all 0.9s ease-in;
      -o-transition: all 0.9s ease-in;
      transition: all 0.9s ease-in; }
      .service-area .single-service:hover.service4 .service-icon i {
        color: #fff;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }
    .service-area .single-service:hover.service4 .service-text h4 {
      color: #ff4776;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .service-area .single-service:hover.service5 .service-icon {
      background-color: #3bbefe;
      -webkit-transition: all 0.9s ease-in;
      -moz-transition: all 0.9s ease-in;
      -o-transition: all 0.9s ease-in;
      transition: all 0.9s ease-in; }
      .service-area .single-service:hover.service5 .service-icon i {
        color: #fff;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }
    .service-area .single-service:hover.service5 .service-text h4 {
      color: #ff4776;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .service-area .single-service:hover.service6 .service-icon {
      background-color: #e95766;
      -webkit-transition: all 0.9s ease-in;
      -moz-transition: all 0.9s ease-in;
      -o-transition: all 0.9s ease-in;
      transition: all 0.9s ease-in; }
      .service-area .single-service:hover.service6 .service-icon i {
        color: #fff;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }
    .service-area .single-service:hover.service6 .service-text h4 {
      color: #ff4776;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .service-area .single-service .service-icon {
      height: 100px;
      width: 100px;
      position: relative;
      left: 50%;
      margin-left: -50px; }
      .service-area .single-service .service-icon i {
        padding-top: 30px;
        font-size: 35px; }
    .service-area .single-service .service-text {
      padding-top: 30px; }
      .service-area .single-service .service-text h4 {
        font-size: 24px;
        color: #1e3056; }
      .service-area .single-service .service-text p {
        color: #344467; }

/*----------------------
  Project area
-----------------------*/
.project-area {
  padding: 122px 0px 130px;
  background-color: #fbfaff; }
  .project-area .single-project {
    padding-bottom: 30px; }
    .project-area .single-project:hover .project-image img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all 0.9s ease-in;
      -moz-transition: all 0.9s ease-in;
      -o-transition: all 0.9s ease-in;
      transition: all 0.9s ease-in; }
    .project-area .single-project:hover .project-heading h4 {
      color: #ff4776; }
    .project-area .single-project .project-image {
      position: relative;
      overflow: hidden; }
      .project-area .single-project .project-image img {
        width: 100%;
        height: auto; }
    .project-area .single-project .project-heading {
      padding: 25px;
      background-color: #fff;
      text-align: center; }
      .project-area .single-project .project-heading h4 {
        font-size: 24px;
        color: #1e3056; }
  .project-area .project-more {
    padding-top: 20px;
    text-align: center; }

/*----------------------
  Counterup area
-----------------------*/
.counterup-area {
  padding: 133px 0px 142px;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .counterup-area:after {
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(100, 63, 203, 0.9)), to(rgba(100, 98, 201, 0.8)));
    background-image: -webkit-linear-gradient(right, rgba(100, 63, 203, 0.9), rgba(100, 98, 201, 0.8));
    background-image: -o-linear-gradient(right, rgba(100, 63, 203, 0.9), rgba(100, 98, 201, 0.8));
    background-image: linear-gradient(to left, rgba(100, 63, 203, 0.9), rgba(100, 98, 201, 0.8));
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; }
  .counterup-area.counterup-bg {
    background-image: url(../img/bg/counter-bg.jpg);
    background-size: cover;
    background-position: center; }
  .counterup-area .countr {
    padding: 37px 0px 30px 0px;
    border-radius: 3px; }
    .counterup-area .countr .icon {
      font-size: 50px;
      line-height: 50px;
      margin-bottom: 20px; }
    .counterup-area .countr .counter {
      font-size: 30px;
      line-height: 35px;
      font-weight: 400;
      color: #fff;
      display: block;
      margin-bottom: 13px; }
    .counterup-area .countr .title {
      text-transform: capitalize;
      line-height: 10px;
      font-size: 20px;
      color: rgba(255, 255, 255, 0.8); }

/*----------------------
  Pricing area
-----------------------*/
.pricing-area {
  padding: 123px 0px 130px; }
  .pricing-area .single-price-plan.box1 .price-header {
    background-color: #4dcd92; }
  .pricing-area .single-price-plan.box1 .price-body .price-list li i {
    color: #4dcd92; }
  .pricing-area .single-price-plan.box1 .price-footer a {
    background-color: #4dcd92; }
  .pricing-area .single-price-plan.box2 .price-header {
    background-color: #3bbefe; }
  .pricing-area .single-price-plan.box2 .price-body .price-list li i {
    color: #3bbefe; }
  .pricing-area .single-price-plan.box2 .price-footer a {
    background-color: #3bbefe; }
  .pricing-area .single-price-plan.box3 .price-header {
    background-color: #7f5fff; }
  .pricing-area .single-price-plan.box3 .price-body .price-list li i {
    color: #7f5fff; }
  .pricing-area .single-price-plan.box3 .price-footer a {
    background-color: #7f5fff; }
  .pricing-area .single-price-plan {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .pricing-area .single-price-plan:hover {
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
    .pricing-area .single-price-plan .price-header {
      padding: 10px; }
      .pricing-area .single-price-plan .price-header h6 {
        font-size: 16px;
        color: #fff;
        padding-top: 5px; }
    .pricing-area .single-price-plan .price-body {
      padding-top: 20px; }
      .pricing-area .single-price-plan .price-body .price {
        border-bottom: 1px solid #e7e9ed; }
        .pricing-area .single-price-plan .price-body .price h2 {
          font-size: 50px; }
          .pricing-area .single-price-plan .price-body .price h2 .dollar {
            font-size: 24px;
            position: relative;
            top: -20px;
            left: -5px; }
      .pricing-area .single-price-plan .price-body ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .pricing-area .single-price-plan .price-body ul li {
          display: block;
          margin: 20px 0; }
          .pricing-area .single-price-plan .price-body ul li i {
            padding-right: 10px; }
    .pricing-area .single-price-plan .price-footer {
      padding-top: 20px;
      padding-bottom: 30px; }

/*----------------------
  testimonials area
-----------------------*/
.testimonials-area {
  padding: 123px 0px 145px;
  background-color: #fbfaff; }
  .testimonials-area .carousel .carousel-inner .carousel-item {
    padding: 44px 0px 0px; }
    .testimonials-area .carousel .carousel-inner .carousel-item .testimonial-list {
      background-color: #fff; }
      .testimonials-area .carousel .carousel-inner .carousel-item .testimonial-list .single-testimonial {
        text-align: center; }
        .testimonials-area .carousel .carousel-inner .carousel-item .testimonial-list .single-testimonial img {
          width: 125px;
          height: 125px;
          margin-top: -50px;
          overflow: visible; }
        .testimonials-area .carousel .carousel-inner .carousel-item .testimonial-list .single-testimonial .name {
          padding-top: 10px;
          font-size: 18px;
          font-weight: 600px;
          color: #676f83; }
        .testimonials-area .carousel .carousel-inner .carousel-item .testimonial-list .single-testimonial .title {
          padding-top: 5px;
          font-size: 18px;
          font-weight: 400px;
          color: #676f83; }
        .testimonials-area .carousel .carousel-inner .carousel-item .testimonial-list .single-testimonial .comments {
          padding: 25px 65px 90px;
          font-size: 24px;
          font-weight: 500px;
          color: #676f83; }
  .testimonials-area .carousel .carousel-array .carousel-control {
    width: 60px;
    height: 60px;
    background: #ff4776;
    text-shadow: none;
    top: 380px;
    border-radius: 50px;
    right: -3%;
    margin-right: 520px; }
    .testimonials-area .carousel .carousel-array .carousel-control i {
      font-size: 40px; }
  .testimonials-area .carousel .carousel-array .left {
    left: auto;
    right: 40px; }
  .testimonials-area .carousel .carousel-array .right {
    left: auto; }

/*==========================================
    footer
==========================================*/
.footer {
  padding: 100px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#5d30c8), to(#ad68e9));
  background: -webkit-linear-gradient(#5d30c8, #ad68e9);
  background: -o-linear-gradient(#5d30c8, #ad68e9);
  background: linear-gradient(#5d30c8, #ad68e9); }
  .footer .footer-about a {
    margin-bottom: 40px;
    display: inline-block; }
  .footer .footer-about p {
    color: #fff;
    line-height: 30px;
    font-size: 16px; }
  .footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 26px 0 30px;
    height: 80px;
    margin-top: 100px; }
    .footer .copyright p {
      color: #fff;
      font-size: 14px;
      margin: 0; }
  .footer .footer-content-area .title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 45px; }
  .footer .footer-content-area .form-group .form-control {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 14px;
    padding: 20px;
    background: transparent; }
    .footer .footer-content-area .form-group .form-control::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #fff; }
    .footer .footer-content-area .form-group .form-control:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #fff; }
    .footer .footer-content-area .form-group .form-control::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #fff; }
    .footer .footer-content-area .form-group .form-control:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #fff; }
  .footer .footer-content-area .form-group.text-area .form-control {
    min-height: 120px; }
    .footer .footer-content-area .form-group.text-area .form-control:focus {
      border-color: #fff;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .footer .footer-content-area .submit-btn {
    width: 100px;
    height: 45px;
    border: none;
    text-transform: capitalize;
    background-color: #ff4776;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .footer .footer-content-area .submit-btn:hover {
      background-color: #7844d3; }
  .footer .address .title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px; }
  .footer .address li {
    padding-bottom: 20px; }
    .footer .address li a {
      color: #fff;
      font-size: 16px; }

/*------------------------------
    About Us Page
------------------------------*/
.about-us-area {
  padding: 120px 0px 130px;
  background-color: #fbfaff; }
  .about-us-area .about-details {
    background-color: #fff;
    padding: 70px 30px 50px 40px; }
    .about-us-area .about-details h2 {
      font-size: 36px;
      color: #1e3056;
      padding-bottom: 10px; }
  .about-us-area .about-content {
    margin-top: 45px;
    padding-bottom: 45px;
    background-color: #fff; }
    .about-us-area .about-content h2 {
      padding: 40px 30px 0px;
      color: #1e3056;
      font-size: 24px; }
    .about-us-area .about-content .details {
      padding: 10px 30px 0px 30px;
      color: #344467; }
  .about-us-area .about-image {
    margin-top: 45px;
    position: relative;
    overflow: hidden; }
    .about-us-area .about-image img {
      width: 100%;
      height: auto; }
    .about-us-area .about-image:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all 0.9s ease-in;
      -moz-transition: all 0.9s ease-in;
      -o-transition: all 0.9s ease-in;
      transition: all 0.9s ease-in;
      opacity: 0.5; }

/*------------------------------
    Service Page
------------------------------*/
.service-details-area {
  padding: 120px 0px 106px;
  background-color: #fbfaff; }
  .service-details-area .single-service.service1 .service-icon {
    background-color: #feeaef; }
    .service-details-area .single-service.service1 .service-icon i {
      color: #f13162; }
  .service-details-area .single-service.service2 .service-icon {
    background-color: #edfaf4; }
    .service-details-area .single-service.service2 .service-icon i {
      color: #4dcd92; }
  .service-details-area .single-service.service3 .service-icon {
    background-color: #edfaf4; }
    .service-details-area .single-service.service3 .service-icon i {
      color: #9c83ff; }
  .service-details-area .single-service.service4 .service-icon {
    background-color: #fff5ef; }
    .service-details-area .single-service.service4 .service-icon i {
      color: #ff9b5f; }
  .service-details-area .single-service.service5 .service-icon {
    background-color: #ebf8ff; }
    .service-details-area .single-service.service5 .service-icon i {
      color: #3bbefe; }
  .service-details-area .single-service.service6 .service-icon {
    background-color: #fdeeef; }
    .service-details-area .single-service.service6 .service-icon i {
      color: #e95766; }
  .service-details-area .single-service {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #fff;
    margin-bottom: 25px;
    margin-top: 5px;
    padding: 30px; }
    .service-details-area .single-service:hover.service1 {
      background-color: #fbfaff; }
      .service-details-area .single-service:hover.service1 .service-icon {
        background-color: #f13162;
        -webkit-transition: all 0.9s ease-in;
        -moz-transition: all 0.9s ease-in;
        -o-transition: all 0.9s ease-in;
        transition: all 0.9s ease-in; }
        .service-details-area .single-service:hover.service1 .service-icon i {
          color: #fff;
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          transform: scale(1.3);
          -webkit-transition: all 0.5s ease-in;
          -moz-transition: all 0.5s ease-in;
          -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in; }
      .service-details-area .single-service:hover.service1 .service-text h4 {
        color: #ff4776;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .service-details-area .single-service:hover.service2 {
      background-color: #fbfaff; }
      .service-details-area .single-service:hover.service2 .service-icon {
        background-color: #4dcd92;
        -webkit-transition: all 0.9s ease-in;
        -moz-transition: all 0.9s ease-in;
        -o-transition: all 0.9s ease-in;
        transition: all 0.9s ease-in; }
        .service-details-area .single-service:hover.service2 .service-icon i {
          color: #fff;
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          transform: scale(1.3);
          -webkit-transition: all 0.5s ease-in;
          -moz-transition: all 0.5s ease-in;
          -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in; }
      .service-details-area .single-service:hover.service2 .service-text h4 {
        color: #ff4776;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .service-details-area .single-service:hover.service3 {
      background-color: #fbfaff; }
      .service-details-area .single-service:hover.service3 .service-icon {
        background-color: #7f5fff;
        -webkit-transition: all 0.9s ease-in;
        -moz-transition: all 0.9s ease-in;
        -o-transition: all 0.9s ease-in;
        transition: all 0.9s ease-in; }
        .service-details-area .single-service:hover.service3 .service-icon i {
          color: #fff;
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          transform: scale(1.3);
          -webkit-transition: all 0.5s ease-in;
          -moz-transition: all 0.5s ease-in;
          -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in; }
      .service-details-area .single-service:hover.service3 .service-text h4 {
        color: #ff4776;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .service-details-area .single-service:hover.service4 {
      background-color: #fbfaff; }
      .service-details-area .single-service:hover.service4 .service-icon {
        background-color: #ff9b5f;
        -webkit-transition: all 0.9s ease-in;
        -moz-transition: all 0.9s ease-in;
        -o-transition: all 0.9s ease-in;
        transition: all 0.9s ease-in; }
        .service-details-area .single-service:hover.service4 .service-icon i {
          color: #fff;
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          transform: scale(1.3);
          -webkit-transition: all 0.5s ease-in;
          -moz-transition: all 0.5s ease-in;
          -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in; }
      .service-details-area .single-service:hover.service4 .service-text h4 {
        color: #ff4776;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .service-details-area .single-service:hover.service5 {
      background-color: #fbfaff; }
      .service-details-area .single-service:hover.service5 .service-icon {
        background-color: #3bbefe;
        -webkit-transition: all 0.9s ease-in;
        -moz-transition: all 0.9s ease-in;
        -o-transition: all 0.9s ease-in;
        transition: all 0.9s ease-in; }
        .service-details-area .single-service:hover.service5 .service-icon i {
          color: #fff;
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          transform: scale(1.3);
          -webkit-transition: all 0.5s ease-in;
          -moz-transition: all 0.5s ease-in;
          -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in; }
      .service-details-area .single-service:hover.service5 .service-text h4 {
        color: #ff4776;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .service-details-area .single-service:hover.service6 {
      background-color: #fbfaff; }
      .service-details-area .single-service:hover.service6 .service-icon {
        background-color: #e95766;
        -webkit-transition: all 0.9s ease-in;
        -moz-transition: all 0.9s ease-in;
        -o-transition: all 0.9s ease-in;
        transition: all 0.9s ease-in; }
        .service-details-area .single-service:hover.service6 .service-icon i {
          color: #fff;
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          transform: scale(1.3);
          -webkit-transition: all 0.5s ease-in;
          -moz-transition: all 0.5s ease-in;
          -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in; }
      .service-details-area .single-service:hover.service6 .service-text h4 {
        color: #ff4776;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .service-details-area .single-service .service-icon {
      height: 100px;
      width: 100px;
      position: absolute;
      text-align: center;
      margin-top: 10px; }
      .service-details-area .single-service .service-icon i {
        padding-top: 30px;
        font-size: 35px; }
    .service-details-area .single-service .service-text {
      margin-left: 125px; }
      .service-details-area .single-service .service-text h4 {
        font-size: 24px;
        color: #1e3056; }
      .service-details-area .single-service .service-text p {
        color: #344467; }

/*------------------------------
    Project Page
------------------------------*/
/*----------------------
  Project area
-----------------------*/
.project-pad {
  padding-bottom: 130px !important; }

.project-page-area {
  padding: 120px 0px 100px;
  background-color: #fbfaff; }
  .project-page-area .single-project {
    padding-bottom: 30px; }
    .project-page-area .single-project:hover .project-image img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all 0.9s ease-in;
      -moz-transition: all 0.9s ease-in;
      -o-transition: all 0.9s ease-in;
      transition: all 0.9s ease-in; }
    .project-page-area .single-project:hover .project-heading h4 {
      color: #ff4776; }
    .project-page-area .single-project .project-image {
      position: relative;
      overflow: hidden; }
      .project-page-area .single-project .project-image img {
        width: 100%;
        height: auto; }
    .project-page-area .single-project .project-heading {
      padding: 25px;
      background-color: #fff;
      text-align: center; }
      .project-page-area .single-project .project-heading h4 {
        font-size: 24px;
        color: #1e3056; }

/*------------------------------
    Project details Page
------------------------------*/
.project-details-area {
  padding: 122px 0px 110px;
  background-color: #fbfaff; }
  .project-details-area .project-details {
    padding-bottom: 30px; }
    .project-details-area .project-details .project-image {
      position: relative;
      overflow: hidden; }
      .project-details-area .project-details .project-image img {
        width: 100%;
        height: auto; }
      .project-details-area .project-details .project-image:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.9s ease-in;
        -moz-transition: all 0.9s ease-in;
        -o-transition: all 0.9s ease-in;
        transition: all 0.9s ease-in;
        opacity: 0.5; }
    .project-details-area .project-details .project-heading {
      padding: 25px;
      background-color: #fff;
      text-align: center; }
      .project-details-area .project-details .project-heading h4 {
        font-size: 24px;
        color: #1e3056; }
    .project-details-area .project-details:hover h4 {
      color: #ff4776; }
  .project-details-area .project-content {
    padding-top: 50px; }
    .project-details-area .project-content .heading {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .project-details-area .project-content .heading h2 {
        font-size: 24px;
        color: #1e3056;
        padding-top: 10px;
        padding-left: 30px; }
    .project-details-area .project-content p {
      padding-top: 10px;
      color: #344467; }

/*------------------------------
    Blog page
------------------------------*/
.blog-area {
  padding: 120px 0px 130px;
  background-color: #faf9fe; }
  .blog-area .blog-item {
    background-color: #fff;
    margin-bottom: 30px; }
    .blog-area .blog-item:hover .blog-item-img img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all 0.9s ease-in;
      -moz-transition: all 0.9s ease-in;
      -o-transition: all 0.9s ease-in;
      transition: all 0.9s ease-in; }
    .blog-area .blog-item:hover .blog-item-text h6 {
      color: #ff4776;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .blog-area .blog-item .blog-item-img {
      position: relative;
      overflow: hidden; }
      .blog-area .blog-item .blog-item-img img {
        width: 100%;
        height: auto; }
    .blog-area .blog-item .blog-item-text {
      padding: 5px 40px 20px 40px; }
      .blog-area .blog-item .blog-item-text h6 {
        font-weight: 700;
        font-size: 24px;
        color: #1e3056; }
      .blog-area .blog-item .blog-item-text ul {
        padding: 10px 0; }
        .blog-area .blog-item .blog-item-text ul li {
          display: inline;
          margin-right: 15px;
          font-size: 14px;
          color: rgba(36, 36, 36, 0.75); }
      .blog-area .blog-item .blog-item-text p {
        font-size: 16px;
        color: #1e3056;
        line-height: 24px; }
    .blog-area .blog-item .blog-item-btn {
      border-top: 1px solid #e8eaee;
      padding: 15px 20px 35px 30px; }
      .blog-area .blog-item .blog-item-btn span {
        float: left;
        color: #1e3056;
        font-size: 16px;
        font-weight: 600; }
      .blog-area .blog-item .blog-item-btn .blog-more {
        float: right;
        color: #1e3056;
        font-size: 16px;
        font-weight: 600; }
  .blog-area .pagination {
    display: block;
    text-align: center; }
    .blog-area .pagination .page-item {
      display: inline-block; }
      .blog-area .pagination .page-item.active .page-link {
        background-color: #7844d3;
        color: #fff;
        border-color: #7844d3; }
      .blog-area .pagination .page-item .page-link {
        border-radius: 3px;
        color: #344467;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        padding: 0;
        font-weight: 600;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .blog-area .pagination .page-item .page-link:hover {
          background-color: #7844d3;
          color: #fff;
          border-color: #7844d3; }

/*------------------------------
    Blog details Page
------------------------------*/
.blog-details-area {
  padding: 130px 0px 108px;
  background-color: #fbfaff; }
  .blog-details-area .blog-details {
    background-color: #fff; }
    .blog-details-area .blog-details .blog-image {
      position: relative;
      overflow: hidden; }
      .blog-details-area .blog-details .blog-image img {
        width: 100%;
        height: auto; }
      .blog-details-area .blog-details .blog-image:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.9s ease-in;
        -moz-transition: all 0.9s ease-in;
        -o-transition: all 0.9s ease-in;
        transition: all 0.9s ease-in;
        opacity: 0.5; }
    .blog-details-area .blog-details .blog-details-text {
      padding: 30px 50px 30px 50px; }
      .blog-details-area .blog-details .blog-details-text h6 {
        font-weight: 700;
        font-size: 36px;
        color: #1e3056; }
      .blog-details-area .blog-details .blog-details-text ul {
        padding: 5px 0 20px; }
        .blog-details-area .blog-details .blog-details-text ul li {
          display: inline;
          margin-right: 15px;
          font-size: 14px;
          color: rgba(36, 36, 36, 0.75); }
      .blog-details-area .blog-details .blog-details-text p {
        font-size: 16px;
        color: #1e3056;
        line-height: 24px; }
  .blog-details-area .blog-comments {
    padding-top: 50px;
    overflow: hidden;
    display: block; }
    .blog-details-area .blog-comments h3 {
      margin-bottom: 30px;
      font-size: 24px; }
    .blog-details-area .blog-comments .comments-item {
      margin-top: 30px; }
      .blog-details-area .blog-comments .comments-item.ma-l {
        margin-left: 100px; }
      .blog-details-area .blog-comments .comments-item .comments-thumb {
        float: left;
        margin-top: 20px;
        margin-right: 20px; }
        .blog-details-area .blog-comments .comments-item .comments-thumb img {
          width: 100px;
          height: 100px; }
      .blog-details-area .blog-comments .comments-item .comments-text .bloger-nane {
        float: left;
        font-size: 18px;
        text-transform: capitalize; }
        .blog-details-area .blog-comments .comments-item .comments-text .bloger-nane span {
          display: block; }
      .blog-details-area .blog-comments .comments-item .comments-text .post-date {
        float: right;
        font-size: 16px; }
        .blog-details-area .blog-comments .comments-item .comments-text .post-date a {
          padding-left: 50px; }
          .blog-details-area .blog-comments .comments-item .comments-text .post-date a span {
            color: #ff4776;
            margin-right: 5px;
            font-size: 18px;
            font-weight: 600; }
      .blog-details-area .blog-comments .comments-item .comments-text .comments {
        padding: 70px 30px 20px 0px;
        font-size: 14px;
        line-height: 24px; }
    .blog-details-area .blog-comments .post_comment {
      padding: 30px 0px 25px 0px; }
      .blog-details-area .blog-comments .post_comment .form-group .form-control {
        width: 100%;
        height: 60px;
        font-size: 14px;
        padding: 20px;
        background: transparent;
        border-radius: 10px; }
        .blog-details-area .blog-comments .post_comment .form-group .form-control::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #1e3056; }
        .blog-details-area .blog-comments .post_comment .form-group .form-control:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #1e3056; }
        .blog-details-area .blog-comments .post_comment .form-group .form-control::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #1e3056; }
        .blog-details-area .blog-comments .post_comment .form-group .form-control:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #1e3056; }
      .blog-details-area .blog-comments .post_comment .form-group.text-area .form-control {
        min-height: 130px; }
      .blog-details-area .blog-comments .post_comment .submit-box {
        padding-top: 20px; }
        .blog-details-area .blog-comments .post_comment .submit-box .submit-btn {
          width: 200px;
          height: 60px;
          border: none;
          text-transform: capitalize;
          background-color: #ff4776;
          color: #fff;
          font-weight: 500;
          border-radius: 3px;
          cursor: pointer;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .blog-details-area .blog-comments .post_comment .submit-box .submit-btn:hover {
            background-color: #7844d3; }

/*------------------------------
    Team Page
------------------------------*/
.team-pad {
  padding-top: 215px;
  padding-bottom: 110px; }

.team-area {
  padding: 120px 0px 110px;
  background-color: #fbfaff; }
  .team-area .our-team {
    border: 1px solid #fbfaff;
    text-align: center;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .team-area .our-team:hover .pic img {
      opacity: 0.5; }
    .team-area .our-team:hover .pic .team-social {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px);
      right: 10px; }
    .team-area .our-team .pic {
      position: relative; }
      .team-area .our-team .pic img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .team-area .our-team .pic .team-social {
        width: 20%;
        height: 100%;
        background-color: rgba(90, 104, 131, 0.7);
        padding: 20px 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: 0;
        right: -25%;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .team-area .our-team .pic .team-social li {
          display: block;
          padding: 7px; }
          .team-area .our-team .pic .team-social li a {
            display: block;
            padding: 10px 0;
            font-size: 14px;
            background-color: #fff;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s; }
            .team-area .our-team .pic .team-social li a:hover {
              color: #ff4776; }
    .team-area .our-team .team-content {
      padding: 15px 0;
      background-color: #fff; }
      .team-area .our-team .team-content .title {
        font-size: 20px;
        font-weight: 600;
        color: #344467;
        text-transform: capitalize;
        margin: 0 0 5px 0; }
      .team-area .our-team .team-content .post {
        display: block;
        font-size: 15px;
        color: #f78ba7;
        text-transform: capitalize; }

/*------------------------------
    Faq page
------------------------------*/
.faq-pad {
  padding-top: 215px; }

.faq-area {
  padding: 120px 0px 110px;
  background-color: #fbfaff; }
  .faq-area .accordion_area .card {
    margin-bottom: 20px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0; }
    .faq-area .accordion_area .card .card-header {
      padding: 0px;
      border: 0px;
      background-color: transparent;
      margin-bottom: 0; }
      .faq-area .accordion_area .card .card-header h3 a {
        display: block;
        padding: 20px 10px 20px 25px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        color: #1e3056;
        margin-bottom: 20px;
        background: #fff;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border: 1px solid rgba(0, 0, 0, 0.1);
        position: relative;
        padding-right: 40px; }
        .faq-area .accordion_area .card .card-header h3 a:after {
          position: absolute;
          right: 20px;
          top: 50%;
          -ms-transform: TranslateY(-50%);
          /* IE 9 */
          -webkit-transform: TranslateY(-50%);
          /* Chrome, Safari, Opera */
          transform: TranslateY(-50%);
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900; }
        .faq-area .accordion_area .card .card-header h3 a[aria-expanded="true"] {
          margin-bottom: 0;
          border-bottom: 0; }
          .faq-area .accordion_area .card .card-header h3 a[aria-expanded="true"]:after {
            content: "\f106"; }
    .faq-area .accordion_area .card .card-body {
      border: none;
      font-size: 16px;
      line-height: 26px;
      background-color: #fff;
      color: #344467;
      padding: 5px 25px 28px 25px;
      margin-bottom: 20px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-top: 0; }

/*------------------------------
    Contact page
------------------------------*/
.contact-pad {
  padding-top: 215px;
  padding-bottom: 110px; }

.contact-area {
  padding: 120px 0px 200px;
  background-color: #fbfaff; }
  .contact-area .contact .title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 45px; }
  .contact-area .contact .form-group .form-control {
    width: 100%;
    height: 60px;
    font-size: 14px;
    padding: 20px;
    background: transparent; }
    .contact-area .contact .form-group .form-control::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #1e3056; }
    .contact-area .contact .form-group .form-control:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #1e3056; }
    .contact-area .contact .form-group .form-control::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #1e3056; }
    .contact-area .contact .form-group .form-control:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #1e3056; }
  .contact-area .contact .form-group.text-area .form-control {
    min-height: 230px; }
  .contact-area .contact .submit-box {
    padding-top: 15px; }
    .contact-area .contact .submit-box .submit-btn {
      width: 200px;
      height: 60px;
      border: none;
      text-transform: capitalize;
      background-color: #ff4776;
      color: #fff;
      font-weight: 500;
      border-radius: 3px;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .contact-area .contact .submit-box .submit-btn:hover {
        background-color: #7844d3; }
  .contact-area .form-control:focus {
    border-color: #495057;
    -webkit-box-shadow: none;
    box-shadow: none; }

.footer-top {
  padding-bottom: 85px; }
  .footer-top .contact-wrapper {
    position: absolute;
    width: 100%;
    left: 0; }
    .footer-top .contact-wrapper .single-contact-info-box.info1 .icon i {
      color: #f13162; }
    .footer-top .contact-wrapper .single-contact-info-box.info2 .icon i {
      color: #4dcd92; }
    .footer-top .contact-wrapper .single-contact-info-box.info3 .icon i {
      color: #9c83ff; }
    .footer-top .contact-wrapper .single-contact-info-box {
      top: -110%;
      position: relative;
      text-align: center;
      background-color: #fff;
      border: 2px solid rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      padding: 60px 30px 35px 30px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .footer-top .contact-wrapper .single-contact-info-box:hover {
        border-color: #ff4776; }
      .footer-top .contact-wrapper .single-contact-info-box .icon {
        position: absolute;
        left: 50%;
        top: 0px;
        font-size: 18px;
        line-height: 70px;
        text-align: center;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .footer-top .contact-wrapper .single-contact-info-box .icon i {
          font-size: 24px; }
      .footer-top .contact-wrapper .single-contact-info-box .content .details {
        display: block;
        font-size: 18px;
        line-height: 28px;
        color: #484862; }

/*------------------------------
    Login page
------------------------------*/
.login-area {
  padding: 123px 0px 130px; }
  .login-area .form-group .form-control {
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 20px;
    background: transparent; }
    .login-area .form-group .form-control::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #1e3056; }
    .login-area .form-group .form-control:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #1e3056; }
    .login-area .form-group .form-control::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #1e3056; }
    .login-area .form-group .form-control:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #1e3056; }
  .login-area .submit-btn {
    width: 160px;
    height: 60px;
    border: none;
    text-transform: capitalize;
    background-color: #ff4776;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .login-area .submit-btn:hover {
      background-color: #7844d3; }
  .login-area .checkbox {
    height: 100%;
    padding: 10px 20px; }
    .login-area .checkbox .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      border-radius: 10px; }
      .login-area .checkbox .form-check label {
        color: #1e3056;
        font-size: 16px;
        margin-bottom: 13px;
        padding-left: 10px;
        padding-top: 3px; }
      .login-area .checkbox .form-check .form-check-input {
        height: 20px;
        width: 20px; }
    .login-area .checkbox:after {
      left: 5px;
      top: 2px;
      width: 5px;
      height: 10px;
      border: solid #d02027;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .login-area .forgetting-password {
    width: 100%;
    text-align: right; }

/*------------------------------
    Register page
------------------------------*/
.register-area {
  padding: 120px 0px 130px; }
  .register-area .form-group .form-control {
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 20px;
    background: transparent; }
    .register-area .form-group .form-control::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #1e3056; }
    .register-area .form-group .form-control:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #1e3056; }
    .register-area .form-group .form-control::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #1e3056; }
    .register-area .form-group .form-control:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #1e3056; }
  .register-area .submit-btn {
    width: 160px;
    height: 60px;
    border: none;
    text-transform: capitalize;
    background-color: #ff4776;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .register-area .submit-btn:hover {
      background-color: #7844d3; }
  .register-area .checkbox {
    height: 100%;
    padding: 10px 20px; }
    .register-area .checkbox .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      border-radius: 10px; }
      .register-area .checkbox .form-check label {
        color: #1e3056;
        font-size: 16px;
        margin-bottom: 13px;
        padding-left: 10px;
        padding-top: 3px; }
      .register-area .checkbox .form-check .form-check-input {
        height: 20px;
        width: 20px; }
  .register-area .forgetting-password {
    width: 100%;
    text-align: right; }

/*--------------------
    404 pages
--------------------*/
.error-area {
  padding: 120px 0px 130px;
  background-color: #fbfaff; }
  .error-area .error-message {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .error-area .error-message .title {
      font-size: 40px;
      font-weight: 700;
      line-height: 60px;
      text-transform: capitalize;
      margin-bottom: 15px; }
    .error-area .error-message .descr {
      font-size: 18px;
      text-transform: capitalize;
      color: #344467;
      font-weight: 500;
      line-height: 30px;
      display: block;
      margin-bottom: 40px; }
    .error-area .error-message .backtohome {
      display: inline-block;
      font-size: 20px;
      font-weight: 500;
      color: #fff;
      width: 230px;
      text-align: center;
      background-color: #7844d3;
      border-radius: 35px;
      height: 60px;
      line-height: 60px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .error-area .error-message .backtohome:hover {
        background-color: #333639;
        color: #fff; }
