/* table of content - start
==================================================================================================== */
/* ==================================================
Project Name 	:  Appril
File 			:  CSS Base
Version 		:  1.0.0
Last change 	:  24 January 2019
Author 			:  Bitspeck
Developer:		:  Rakibul Islam Dewan
================================================== */
/* table of content - end
==================================================================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Ubuntu:400,400i,500,500i,700,700i");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,300&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* global area - start
==================================================================================================== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 1.65;
  font-style: normal;
  color: #656565;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: #ffffff;
  background-color: #2a1786; }

::selection {
  color: #ffffff;
  background-color: #2a1786; }

.container {
  max-width: 1200px; }

.container-fluid {
  padding-left: 30px;
  padding-right: 30px; }
ul {
  margin: 0;
  list-style-type: none;
}
a,
button {
  cursor: pointer;
  line-height: normal;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif; }
  a:hover,
  button:hover {
    text-decoration: none; }

button {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none; }
  button:focus {
    outline: none; }

img {
  height: auto;
  max-width: 100%; }

.image-container {
  overflow: hidden;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: 700;
  color: #222222;
  text-transform: capitalize;
  font-family: "Ubuntu", sans-serif; }

strong, span, small, label, i {
  margin: 0px;
  padding: 0px;
  line-height: normal;
  display: inline-block;
  font-family: "Lato", sans-serif; }

strong {
  font-weight: 700; }

.form-item {
  position: relative;
  margin-bottom: 30px; }
  .form-item input {
    width: 100%;
    height: 50px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 20px;
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .form-item input:focus {
      outline: none;
      border-color: #2a1786;
      -webkit-box-shadow: 0px 0px 15px 1px rgba(42, 23, 134, 0.5);
      box-shadow: 0px 0px 15px 1px rgba(42, 23, 134, 0.5); }
      .form-item input:focus + .form-item-btn {
        color: #ffffff;
        background-color: #2a1786; }
  .form-item .form-item-btn {
    top: 50%;
    z-index: 1;
    right: 8px;
    height: 35px;
    min-width: 35px;
    font-size: 16px;
    padding: 0px 20px;
    line-height: 35px;
    color: #ffffff;
    position: absolute;
    text-align: center;
    border-radius: 30px;
    font-weight: 500;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #2a1786; }

.form-textarea {
  position: relative;
  margin-bottom: 30px; }
  .form-textarea textarea {
    width: 100%;
    min-height: 150px;
    border-radius: 5px;
    padding: 15px 20px;
    border: 1px solid #f0f0f0; }
    .form-textarea textarea:focus {
      outline: none;
      border-color: #2a1786;
      -webkit-box-shadow: 0px 0px 15px 1px rgba(42, 23, 134, 0.5);
      box-shadow: 0px 0px 15px 1px rgba(42, 23, 134, 0.5); }

:-moz-placeholder {
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize; }

::-moz-placeholder {
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize; }

:-ms-input-placeholder {
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize; }

::-webkit-input-placeholder {
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize; }

/* owl settings - start
================================================== */
.owl-theme .owl-dots .owl-dot span {
  background: #2a1786;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #2a1786; }

.owl-theme .owl-dots .owl-dot:hover span {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  background: #ffffff;
  border: 1px solid #2a1786; }

.owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  background: #ffffff;
  border: 1px solid #2a1786; }

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  margin: 0px;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 0px; }
  .owl-theme .owl-nav .owl-next > span,
  .owl-theme .owl-nav .owl-prev > span {
    color: transparent;
    background: transparent; }
  .owl-theme .owl-nav .owl-next:before,
  .owl-theme .owl-nav .owl-prev:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 18px;
    font-weight: 900;
    line-height: 38px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    color: #2a1786;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px solid #2a1786;
    font-family: 'Font Awesome 5 Free'; }
  .owl-theme .owl-nav .owl-next:hover,
  .owl-theme .owl-nav .owl-prev:hover {
    background: none; }
    .owl-theme .owl-nav .owl-next:hover:before,
    .owl-theme .owl-nav .owl-prev:hover:before {
      color: #ffffff;
      background-color: #2a1786;
      -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2); }

.owl-theme .owl-nav .owl-prev {
  margin-right: 5px; }
  .owl-theme .owl-nav .owl-prev:before {
    content: '\f060'; }

.owl-theme .owl-nav .owl-next:before {
  content: '\f061'; }

/* owl settings - end
================================================== */
/* list style settings - start 
================================================== */
.featuress{padding: 60px 0px;}
.featuress h2{font-size: 38px;}
.featuress p{font-size: 17px;}
.featuress ul{ }
.featuress ul li{list-style: square; font-size: 16px; padding-bottom: 10px;}
.ul-li > ul {
  margin: 0px;
  padding: 0px;
  display: table; }
  .ul-li > ul > li {
    float: left;
    list-style: none;
    display: inline-block; }

.ul-li-block {
  width: 100%;
  display: table; }
  .ul-li-block > ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: table; }
    .ul-li-block > ul > li {
      width: 100%;
      display: table;
      list-style: none; }

.ul-li-right > ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table; }
  .ul-li-right > ul > li {
    float: left;
    list-style: none;
    display: inline-block; }

.ul-li-center > ul {
  padding: 0px;
  margin: 0 auto;
  display: table; }
  .ul-li-center > ul > li {
    float: left;
    list-style: none;
    display: inline-block; }

/* list style settings - end
================================================== */
/* social links - start
================================================== */
.social-links > ul > li {
  width: 40px;
  height: 40px;
  margin-right: 8px; }
  .social-links > ul > li:last-child {
    margin-right: 0px; }
  .social-links > ul > li > a {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    position: relative;
    border-radius: 100%;
    color: #2a1786;
    background-color: #ffffff; }
    .social-links > ul > li > a:before {
      top: 0px;
      left: 0px;
      opacity: 0;
      right: 0px;
      bottom: 0px;
      z-index: -1;
      content: '';
      position: absolute;
      border-radius: 100%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #2a1786; }
    .social-links > ul > li > a:hover {
      color: #ffffff;
      background-color: transparent; }
      .social-links > ul > li > a:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

/* social links - end
================================================== */
/* padding - margin setting - start 
================================================== */
.sec-ptb-100 {
  padding: 100px 0px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-60 {
  margin-bottom: 60px; }

/* padding - margin setting - end
================================================== */
/* button style - start
================================================== */
.custom-btn {
  width: auto;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  padding: 0px 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #2a1786; }
  .custom-btn:hover {
    color: #ffffff;
    -webkit-box-shadow: 0px 3px 8px 1px rgba(42, 23, 134, 0.5);
    box-shadow: 0px 3px 8px 1px rgba(42, 23, 134, 0.5); }

/* button style - end
================================================== */
/* title text - start
================================================== */
.section-title .sec-title-text {
  font-size: 36px;
  color: #2a1786;
  text-transform: capitalize; }

/* title text - end
================================================== */
/* back to top - start
================================================== */
#thetop {
  top: 0;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  z-index: -1;
  position: absolute; }

.backtotop {
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 999;
  bottom: 41px;
  display: none;
  position: fixed;
  border-radius: 100%;
  background-color: #2a1786;
  -webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.3); }
  .backtotop .scroll {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    position: relative; }

/* back to top - end
================================================== */
/* preloader - start
================================================== */
#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #ffffff url("../images/preloader-1.gif") no-repeat center center; }

/* preloader - end
================================================== */
/* custom colors - start
================================================== */
.color-default {
  color: #656565; }

.color-purple-deep {
  color: #610fe1; }

.color-purple-light {
  color: #8d2ce2; }

.color-default-black {
  color: #222222; }

.color-brinjal-color {
  color: #19072d; }

.color-royalblue-color {
  color: #2a1786; }

.bg-default {
  background-color: #656565; }

.bg-purple-deep {
  background-color: #610fe1; }

.bg-purple-light {
  background-color: #8d2ce2; }

.bg-default-black {
  background-color: #222222; }

.bg-brinjal-color {
  background-color: #131313; }

.bg-royalblue-color {
  background-color: #2a1786; }

.color-white {
  color: #ffffff; }

.color-black {
  color: #000000; }

.bg-rating-star {
  color: #f2b01e; }

.bg-white {
  background-color: #ffffff; }

.bg-black {
  background-color: #000000; }

.color-rating-star {
  background-color: #f2b01e; }

.color-deep-gray {
  color: #f0f0f0; }

.color-light-gray {
  color: #f7f7f7; }

.bg-deep-gray {
  background-color: #f0f0f0; }

.bg-light-gray {
  background-color: #f7f7f7; }

.color-twitter {
  color: #1da1f2; }

.color-youtube {
  color: #ff0000; }

.color-facebook {
  color: #3b5998; }

.color-linkedin {
  color: #007bb5; }

.color-pinterest {
  color: #bd081c; }

.color-google-plus {
  color: #db4437; }

.color-instagram-magenta {
  color: #c32aa3; }

.bg-twitter {
  background-color: #1da1f2; }

.bg-youtube {
  background-color: #ff0000; }

.bg-facebook {
  background-color: #3b5998; }

.bg-linkedin {
  background-color: #007bb5; }

.bg-pinterest {
  background-color: #bd081c; }

.bg-google-plus {
  background-color: #db4437; }

.bg-instagram-magenta {
  background-color: #c32aa3; }

/* custom colors - end
================================================== */
/* transition - start
================================================== */
a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* transition - end
================================================== */
/* global area - end
==================================================================================================== */
/* header-section - start
==================================================================================================== */
.header-section {
    padding: 13px 0px;
    background: #000; }
  .header-section .main-menubar {
    padding: 7px 0px;
    /* mobile-menu-btn - start */
    /* mobile-menu-btn - end */ }
    .header-section .main-menubar > ul {
      /* sub-menu - start */
      /* sub-menu - end */
      /* sub-menu >> sub-menu - start */
      /* sub-menu >> sub-menu - end */ }
      .header-section .main-menubar > ul > li {
        margin-right: 20px;
        position: relative; }
.imggg{text-align: center; padding: 30px;}
        .header-section .main-menubar > ul > li:last-child {
          margin-right: 0px; }
        .header-section .main-menubar > ul > li > a {
          margin: 0px;
          padding: 0px;
          font-size: 15px;
          color: #ffffff;
          position: relative;
          font-weight: 500; padding-top: 9px;
          text-transform: capitalize; }
         
        .header-section .main-menubar > ul > li:hover > a:before {
          opacity: 1;
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
        .header-section .main-menubar > ul > li > .active:before {
          opacity: 1;
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      .header-section .main-menubar > ul > .menu-item-has-child {
        position: relative; }
        .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu {
          top: 21px;
          left: 50%;
          z-index: 1;
          opacity: 0;
          margin: 0px;
          padding: 0px;
          min-width: 200px;
          padding-top: 43px;
          position: absolute;
          visibility: hidden;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu:before {
            top: 43px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            z-index: -1;
            content: '';
            position: absolute;
            background-color: #2a1786;
            -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1); }
          .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > li {
            width: 100%;
            display: table;
            text-align: center;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
            .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > li:last-child {
              border-bottom: none; }
            .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > li > a {
              width: 100%;
              height: 45px;
              line-height: 45px;
              text-transform: capitalize;
              color: rgba(255, 255, 255, 0.5); }
            .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > li:hover > a {
              color: #ffffff; }
          .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .active > a {
            color: #ffffff; }
        .header-section .main-menubar > ul > .menu-item-has-child:hover > .sub-menu {
          opacity: 1;
          visibility: visible; }
      .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child {
        position: relative; }
        .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu {
          top: 0px;
          left: 150%;
          z-index: 1;
          opacity: 0;
          margin: 0px;
          padding: 0px;
          min-width: 200px;
          position: absolute;
          visibility: hidden;
          background-color: red;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu:before {
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            z-index: -1;
            content: '';
            position: absolute;
            background-color: #2a1786;
            -webkit-box-shadow: 2px 0px 4px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 0px 4px 1px rgba(0, 0, 0, 0.1); }
          .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu > li {
            width: 100%;
            display: table;
            text-align: center;
            border-left: 1px solid rgba(255, 255, 255, 0.2);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
            .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu > li:last-child {
              border-bottom: none; }
            .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu > li > a {
              width: 100%;
              height: 45px;
              line-height: 45px;
              text-transform: capitalize;
              color: rgba(255, 255, 255, 0.5); }
            .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu > li:hover > a {
              color: #ffffff; }
          .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu > .active > a {
            color: #ffffff; }
        .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child:hover > .sub-menu {
          opacity: 1;
          visibility: visible; }
    .header-section .main-menubar > .mobile-menu-btn {
      width: 50px;
      height: 50px;
      padding: 0px;
      display: none;
      overflow: hidden;
      margin: -14px 0px;
      margin-left: 40px;
      text-align: center;
      border-radius: 100%; }
      .header-section .main-menubar > .mobile-menu-btn #left-sidebar-collapse {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 30px;
        line-height: 50px;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.05); }

/* header-section - end
==================================================================================================== */
/* mobile-menu-container  - start
==================================================================================================== */
.mobile-menu-container {
  display: block;
  position: relative; }
  .mobile-menu-container .left-sidebar {
    top: 0px;
    bottom: 0px;
    left: -360px;
    width: 350px;
    z-index: 1000;
    position: fixed;
    padding-top: 100px;
    overflow-y: scroll;
    padding-bottom: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #2a1786;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.2);
    box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.2);
    /* brand-logo - start */
    /* brand-logo - end */
    /* main-menubar - start */
    /* main-menubar - end */
    /* footer-content - start */
    /* footer-content - end */ }
    .mobile-menu-container .left-sidebar #sidebar-dismiss {
      top: 0px;
      right: 0px;
      z-index: 1;
      width: 50px;
      height: 50px;
      font-size: 30px;
      cursor: pointer;
      line-height: 44px;
      text-align: center;
      position: absolute;
      border-radius: 0px;
      color: #2a1786;
      background-color: #ffffff;
      border-bottom-left-radius: 30px; }
    .mobile-menu-container .left-sidebar .sidebar-title {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .mobile-menu-container .left-sidebar .sidebar-title .title-text {
        font-size: 24px;
        padding: 0px 30px;
        color: #ffffff; }
    .mobile-menu-container .left-sidebar .brand-logo {
      width: 150px;
      height: 150px;
      text-align: center;
      border-radius: 100%;
      margin: 0px auto 80px;
      border: 5px solid rgba(255, 255, 255, 0.1);
      -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1); }
      .mobile-menu-container .left-sidebar .brand-logo .brand-link {
        width: 100%;
        height: 100%;
        display: block;
        line-height: 140px; }
    .mobile-menu-container .left-sidebar .main-menubar > ul > li {
      width: 100%;
      display: table; }
      .mobile-menu-container .left-sidebar .main-menubar > ul > li > a {
        width: 100%;
        height: 50px;
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 50px;
        padding: 0px 30px;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 0.8);
        font-family: 'Ubuntu', sans-serif; }
        .mobile-menu-container .left-sidebar .main-menubar > ul > li > a > .icon {
          float: left;
          width: 35px;
          height: 35px;
          margin: 8px 0px;
          font-size: 18px;
          line-height: 35px;
          margin-right: 8px;
          text-align: center;
          color: #ffffff;
          border-radius: 100%;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          background-color: rgba(255, 255, 255, 0.2); }
      .mobile-menu-container .left-sidebar .main-menubar > ul > li > .active {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1); }
        .mobile-menu-container .left-sidebar .main-menubar > ul > li > .active > .icon {
          color: #2a1786;
          background-color: white; }
      .mobile-menu-container .left-sidebar .main-menubar > ul > li:hover > a {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1); }
        .mobile-menu-container .left-sidebar .main-menubar > ul > li:hover > a > .icon {
          color: #2a1786;
          background-color: white; }
    .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > a {
      position: relative; }
      .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > a:before {
        top: 50%;
        right: 30px;
        font-size: 14px;
        font-weight: 900;
        content: '\f078';
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: "Font Awesome 5 Free"; }
    .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child:hover > a:before {
      color: white; }
    .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu {
      width: 100%;
      padding: 0px 15px;
      padding-left: 47px;
      background-color: rgba(0, 0, 0, 0.1); }
      .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > li > a {
        width: 100%;
        height: 40px;
        display: block;
        font-size: 14px;
        line-height: 40px;
        padding: 0px 15px;
        padding-left: 27px;
        position: relative;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 0.6); }
        .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > li > a:before {
          top: 0px;
          left: 0px;
          width: 1px;
          bottom: 0px;
          content: '';
          height: 100%;
          position: absolute;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          background-color: rgba(255, 255, 255, 0.1); }
        .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > li > a:after {
          top: 50%;
          z-index: 1;
          width: 8px;
          height: 8px;
          content: '';
          left: -3.5px;
          position: absolute;
          border-radius: 100%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          background-color: #2a1786;
          border: 1px solid rgba(255, 255, 255, 0.1); }
      .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > li:hover > a {
        color: #ffffff; }
        .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > li:hover > a:after {
          border-color: #ffffff;
          background-color: #ffffff; }
      .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > .active > a {
        color: #ffffff; }
        .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > .active > a:after {
          border-color: #ffffff;
          background-color: #ffffff; }
    .mobile-menu-container .left-sidebar .footer-content {
      padding: 0px 30px;
      color: #ffffff; }
      .mobile-menu-container .left-sidebar .footer-content .copyright-text {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.8); }
        .mobile-menu-container .left-sidebar .footer-content .copyright-text .author-link {
          color: #ffffff;
          font-weight: 500;
          text-decoration: underline; }
      .mobile-menu-container .left-sidebar .footer-content .social-links > ul > li {
        width: 30px;
        height: 30px; }
        .mobile-menu-container .left-sidebar .footer-content .social-links > ul > li > a {
          font-size: 16px;
          line-height: 30px; }
  .mobile-menu-container .left-sidebar.active {
    left: 0px; }
  .mobile-menu-container .overlay {
    opacity: 0;
    width: 100vw;
    z-index: 999;
    display: none;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .mobile-menu-container .overlay.active {
    opacity: 1;
    display: block; }
    
    .text_bgg {background:red; padding:10px;    background: #ce079a;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;}

.left-sidebar::-webkit-scrollbar {
  width: 0px; }

/* mobile-menu-container  - end
==================================================================================================== */
/* header effects - start
==================================================================================================== */
/* sticky-header - start
================================================== */
.sticky-header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .sticky-header:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    position: absolute;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.sticky-header.stuck {
  border-bottom: 1px solid #2a1786; }
  .sticky-header.stuck:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-color: #2a1786;
    -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1); }

/* sticky-header - end
================================================== */
/* header effects - end
==================================================================================================== */
/* footer section - start
==================================================================================================== */
.footer-section {
  /* footer-newsletter - start */
  /* footer-newsletter - end */
  /* copyright-text - start */
  /* copyright-text - end */ }
  .footer-section .footer-newsletter {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .footer-section .footer-newsletter .overlay-royalblue {
      padding: 60px 0px;
      background-color: rgba(42, 23, 134, 0.9); }
    .footer-section .footer-newsletter .item-title {
      font-size: 24px;
      color: #ffffff; }
  .footer-section .copyright-text {
    padding: 20px 0px;
    background-color: #eeeeee; }
    .footer-section .copyright-text p i {
      font-size: 14px; }
    .footer-section .copyright-text p .author-link {
      color: #2a1786;
      font-weight: 500; }
      .footer-section .copyright-text p .author-link:hover {
        text-decoration: underline; }

/* footer section - end
==================================================================================================== */
/* home page 1 - start
==================================================================================================== */
/* banner-section - start
================================================== */
.banner-section {
  width: 100%;
  height: 80vh;
  padding: 60px 0px;
  padding-top: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
#about-section{background: #000;}
.banner-content p{color: #000; font-size: 18px;}
.banner-section .banner-content {
    color: #ffffff; text-align: center;}
    .banner-section .banner-content .big-title {
      font-size: 54px;
      color: #000; margin-bottom: 10px; }
      .banner-section .banner-content .big-title > strong {
        color: #8d2ce2;
        text-transform: uppercase;
        font-family: "Ubuntu", sans-serif; }
    .banner-section .banner-content .btns-group > ul > li {
      margin-right: 15px;  display: inline-block;}
      .banner-section .banner-content .btns-group > ul > li:last-child {
        margin-right: 0px; }
      .banner-section .banner-content .btns-group > ul > li > a {
        height: 45px;
        padding: 0px 30px;
        line-height: 41px;
        color: #ffffff;
        text-align: center;
        border-radius: 30px;
        font-weight: 500;
        border: 2px solid #ffffff; }
        .banner-section .banner-content .btns-group > ul > li > a:hover {
          color: #2a1786;
          background-color: #ffffff; }
      .banner-section .banner-content .btns-group > ul > li > .learn-more-btn {
        color: #2a1786;
        background-color: #ffffff; }
        .banner-section .banner-content .btns-group > ul > li > .learn-more-btn:hover {
          color: #ffffff;
          background-color: transparent; }


/*common banar area css start*/

.common-banner-area {
    position: relative;
    background-image: url(../images/banner/bg-4.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    max-height: 340px;
}
.common-banner-area .container {
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.breadcrumb-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.banner-text {
    margin-top: 25px;
    z-index: 99;
}
.common-banner-area .container .common-banner-title {
    padding: 120px 0 40px 0;
}
.breadcrumb-area {
    position: relative;
    margin: 0 calc(-50vw + 51%);
    background: transparent;
}
.contactt{background: #1d6c9e; color: #fff; display: inline-block; padding: 13px 20px; border-radius: 10px; transition: 0.5s}
.contactt:hover{background: #000; color: #fff;}
/*breadcrumb*/

.breadcrumb{
  background: transparent;
  margin-bottom: 0px;
}
.breadcrumb-area .breadcrumb-1 a{
   color: #fff;
}
.breadcrumb-area .breadcrumb-item{
   z-index: 9;
}

/*common banar area css end*/

/* banner-section - end
================================================== */
/* about-section - start
================================================== */
 
.about-section   .col-lg-6{padding: 0px;}
.about-content p{color: #fff; font-size: 20px;}
.about-section .about-content {
  padding-top:50px; padding-left: 30px; max-width: 600px; }
  .about-section .about-content .btns-group .title-text {
    width: 100%;
    display: table;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    text-transform: capitalize; }
  .about-section .about-content .btns-group > ul > li {
    margin-right: 30px; }
    .about-section .about-content .btns-group > ul > li:last-child {
      margin-right: 0px; }
    .about-section .about-content .btns-group > ul > li > a {
      width: 60px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 60px;
      text-align: center;
      border-radius: 100%;
      background-color: red; }
      .about-section .about-content .btns-group > ul > li > a > img {
        margin: auto; }
  .about-section .about-content .btns-group > ul > .app-store > a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#14c4fd), to(#1661ee));
    background-image: -webkit-linear-gradient(top, #14c4fd, #1661ee);
    background-image: -o-linear-gradient(top, #14c4fd, #1661ee);
    background-image: linear-gradient(to bottom, #14c4fd, #1661ee);
    -webkit-box-shadow: 0px 5px 15px 1px rgba(20, 196, 253, 0.5);
    box-shadow: 0px 5px 15px 1px rgba(20, 196, 253, 0.5); }
    .about-section .about-content .btns-group > ul > .app-store > a:hover {
      -webkit-box-shadow: 0px 2px 50px 1px rgba(20, 196, 253, 0.8);
      box-shadow: 0px 2px 50px 1px rgba(20, 196, 253, 0.8); }
  .about-section .about-content .btns-group > ul > .play-store > a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8d2ce2), to(#610fe1));
    background-image: -webkit-linear-gradient(top, #8d2ce2, #610fe1);
    background-image: -o-linear-gradient(top, #8d2ce2, #610fe1);
    background-image: linear-gradient(to bottom, #8d2ce2, #610fe1);
    -webkit-box-shadow: 0px 5px 15px 1px rgba(141, 44, 226, 0.5);
    box-shadow: 0px 5px 15px 1px rgba(141, 44, 226, 0.5); }
    .about-section .about-content .btns-group > ul > .play-store > a:hover {
      -webkit-box-shadow: 0px 2px 50px 1px rgba(141, 44, 226, 0.8);
      box-shadow: 0px 2px 50px 1px rgba(141, 44, 226, 0.8); }
  .about-section .about-content .btns-group > ul > .windows-10 > a {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.2); }
    .about-section .about-content .btns-group > ul > .windows-10 > a:hover {
      -webkit-box-shadow: 0px 2px 50px 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 50px 1px rgba(0, 0, 0, 0.3); }

.serv_box{    text-align: center;
    background: #f1f1f1;
    padding: 30px 20px;;
    margin-top: 40px;}
.serv_box h4{font-size: 24  px;}
.serv_box p{font-size:16px; font-family: poppins; margin-bottom: 10px;}
.serv_box .btnsgroupsss a{    color: #000;
    border: 2px solid #000}
.funfact-section  h4{color: #fff; text-align: center; font-size: 50px;}
.funfact-section p{font-size: 17px; color: #fff; text-align: center;}
/* about-section - end
================================================== */
/* feature-section - start
================================================== */
.feature-section .feature-content {
  z-index: 1;
  padding: 86px 0px;
  position: relative;
  margin-right: -90px; }
  .feature-section .feature-content .feature-item {
    margin-bottom: 60px; }
    .feature-section .feature-content .feature-item:first-child, .feature-section .feature-content .feature-item:last-child {
      margin-right: -70px; }
    .feature-section .feature-content .feature-item:last-child {
      margin-bottom: 0px; }
    .feature-section .feature-content .feature-item .item-icon {
      float: right;
      width: 100px;
      height: 100px;
      font-size: 54px;
      margin: 24px 0px;
      margin-left: 40px;
      text-align: center;
      line-height: 100px;
      border-radius: 100%;
      color: #2a1786;
      background-color: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-box-shadow: 0px 5px 50px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 5px 50px 1px rgba(0, 0, 0, 0.2); }
    .feature-section .feature-content .feature-item .item-content {
      padding: 30px;
      display: table;
      position: relative;
      border: 1px solid transparent;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .feature-section .feature-content .feature-item .item-content:before {
        top: 50%;
        opacity: 0;
        z-index: 1;
        content: '';
        right: -5px;
        width: 30px;
        height: 30px;
        position: absolute;
        background-color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-top: 1px solid #f0f0f0;
        border-left: 1px solid transparent;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid transparent;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%); }
      .feature-section .feature-content .feature-item .item-content .item-title {
        font-size: 18px; }
    .feature-section .feature-content .feature-item:hover .item-icon {
      color: #ffffff;
      background-color: #2a1786; }
    .feature-section .feature-content .feature-item:hover .item-content {
      border-color: #f0f0f0;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1); }
      .feature-section .feature-content .feature-item:hover .item-content:before {
        opacity: 1; }

/* feature-section - end
================================================== */
/* promo-section - start
================================================== */
.promo-section .promo-video {
  width: 765px;
  height: 385px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  margin-bottom: -192.5px; }
  .promo-section .promo-video:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: '';
    z-index: 1;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/mobile-frame-1.png); }
  .promo-section .promo-video .image-container {
    top: 20px;
    left: 35px;
    right: 35px;
    bottom: 35px;
    position: absolute;
    border-radius: 30px; }
    .promo-section .promo-video .image-container > img {
      width: 100%;
      display: block; }
  .promo-section .promo-video .video-btn {
    top: 50%;
    z-index: 1;
    left: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .promo-section .promo-video .video-btn .icon {
      z-index: 1;
      width: 100%;
      height: 100%;
      display: block;
      font-size: 54px;
      color: #ffffff;
      line-height: 100px;
      border-radius: 100%;
      background-color: #2a1786; }
    .promo-section .promo-video .video-btn:after, .promo-section .promo-video .video-btn:before {
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: -1;
      content: '';
      position: absolute;
      border-radius: 100%; }
    .promo-section .promo-video .video-btn:before {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      background-color: rgba(255, 255, 255, 0.5); }
    .promo-section .promo-video .video-btn:after {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      background-color: rgba(255, 255, 255, 0.2); }

/* promo-section - end
================================================== */
/* funfact-section - start
================================================== */
.funfact-section {
  padding-top: 252.5px;
  padding-bottom: 60px; }
  .funfact-section .funfact-items-list > ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .funfact-section .funfact-items-list > ul li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      float: left;
      color: #ffffff;
      text-align: center;
      display: inline-block; }
      .funfact-section .funfact-items-list > ul li .item-icon {
        font-size: 54px;
        color: #ffffff; }
      .funfact-section .funfact-items-list > ul li .count-text {
        font-size: 36px;
        color: #ffffff; }
      .funfact-section .funfact-items-list > ul li .title-text {
        font-size: 18px;
        color: #ffffff; }

/* funfact-section - end
================================================== */
/* screenshot-section - start
================================================== */
.screenshot-section .screenshot-carousel {
  position: relative; }
  .screenshot-section .screenshot-carousel .owl-stage-outer {
    padding: 20px 0px; }
  .screenshot-section .screenshot-carousel:before {
    top: 20px;
    left: 50%;
    z-index: 1;
    content: '';
    width: 241px;
    height: 481px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: center center;
    background-image: url(../images/mobile-frame-2.png); }
  .screenshot-section .screenshot-carousel .item {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .screenshot-section .screenshot-carousel .item .image-container {
      border-radius: 30px; }
      .screenshot-section .screenshot-carousel .item .image-container > img {
        width: 100%;
        display: block; }
  .screenshot-section .screenshot-carousel .owl-item .item {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
    .screenshot-section .screenshot-carousel .owl-item .item .image-container {
      -webkit-box-shadow: 0px 0px 15px 2px rgba(42, 23, 134, 0.5);
      box-shadow: 0px 0px 15px 2px rgba(42, 23, 134, 0.5); }
  .screenshot-section .screenshot-carousel .owl-item.active.center .item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .screenshot-section .screenshot-carousel .owl-item.active.center .item .image-container {
      -webkit-box-shadow: 0px 0px 30px 2px rgba(42, 23, 134, 0.8);
      box-shadow: 0px 0px 30px 2px rgba(42, 23, 134, 0.8); }

.screenshot-section .owl-theme .owl-nav {
  margin-top: 60px; }

/* screenshot-section - end
================================================== */
/* team-section - start
================================================== */
.team-section .team-member {
  padding: 30px;
  margin-top: 30px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .team-section .team-member .hero-image {
    width: 200px;
    height: 200px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 30px;
    border-radius: 100%;
    background-color: #2a1786; }
  .team-section .team-member .hero-name {
    font-size: 24px; }
  .team-section .team-member .hero-social-links > ul > li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 8px;
    border-radius: 100%; }
    .team-section .team-member .hero-social-links > ul > li:last-child {
      margin-right: 0px; }
    .team-section .team-member .hero-social-links > ul > li > a {
      width: 100%;
      height: 100%;
      display: block;
      font-size: 18px;
      line-height: 40px;
      text-align: center;
      color: #ffffff; }
  .team-section .team-member:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2); }

/* team-section - end
================================================== */
/* testimonial-section - start
================================================== */
.testimonial-section {
  position: relative;
  background-color: #f5f5f5; }
  .testimonial-section .testimonial-carousel .item {
    padding: 30px;
    margin-top: 50px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #2a1786; }
    .testimonial-section .testimonial-carousel .item .client-image {
      width: 80px;
      height: 80px;
      margin: 0 auto;
      overflow: hidden;
      margin-top: -70px;
      border-radius: 100%;
      margin-bottom: 15px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #2a1786;
      -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2); }
    .testimonial-section .testimonial-carousel .item .client-name {
      font-size: 24px;
      color: #ffffff; }
    .testimonial-section .testimonial-carousel .item .client-title {
      font-size: 18px;
      text-transform: capitalize; }
  .testimonial-section .owl-theme .owl-nav .owl-next,
  .testimonial-section .owl-theme .owl-nav .owl-prev {
    top: 52%;
    margin: 0px;
    position: absolute; }
  .testimonial-section .owl-theme .owl-nav .owl-prev {
    left: -200px; }
  .testimonial-section .owl-theme .owl-nav .owl-next {
    right: -200px; }

/* testimonial-section - end
================================================== */
/* pricing-section - start
================================================== */
.pricing-section .pricing-plan {
  padding: 30px;
  margin-top: 30px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .pricing-section .pricing-plan .header-content .item-icon {
    width: 140px;
    height: 140px;
    text-align: center;
    line-height: 140px;
    border-radius: 100%;
    margin-bottom: 30px;
    background-color: #2a1786; }
  .pricing-section .pricing-plan .header-content .plan-title {
    font-size: 24px;
    color: #2a1786;
    text-transform: uppercase; }
  .pricing-section .pricing-plan .header-content .plan-price {
    font-size: 16px;
    color: #2a1786;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif; }
    .pricing-section .pricing-plan .header-content .plan-price > strong {
      font-size: 18px; }
  .pricing-section .pricing-plan .body-content {
    padding: 30px 0px; }
    .pricing-section .pricing-plan .body-content > ul > li {
      margin-bottom: 15px; }
      .pricing-section .pricing-plan .body-content > ul > li:last-child {
        margin-bottom: 0px; }
  .pricing-section .pricing-plan:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2); }

/* pricing-section - end
================================================== */
/* home page 1 - end
==================================================================================================== */
/* home page 2 - start
==================================================================================================== */
/* global settings - start
================================================== */
.home-page-2 {
  /* owl settings - start */
  /* owl settings - end */
  /* social links - start */
  /* social links - end */
  /* button style - start */
  /* button style - end */
  /* title text - start */
  /* title text - end */
  /* back to top - start */
  /* back to top - end */
  /* preloader - start */
  /* preloader - end */ }
  .home-page-2 ::-moz-selection {
    color: #ffffff;
    background-color: #19072d; }
  .home-page-2 ::selection {
    color: #ffffff;
    background-color: #19072d; }
  .home-page-2 .form-item input:focus {
    border-color: #19072d;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(25, 7, 45, 0.5);
    box-shadow: 0px 0px 15px 1px rgba(25, 7, 45, 0.5); }
    .home-page-2 .form-item input:focus + .form-item-btn {
      color: #ffffff;
      background-color: #19072d; }
  .home-page-2 .form-item .form-item-btn {
    background-color: #19072d; }
  .home-page-2 .form-textarea textarea:focus {
    border-color: #19072d;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(25, 7, 45, 0.5);
    box-shadow: 0px 0px 15px 1px rgba(25, 7, 45, 0.5); }
  .home-page-2 .owl-theme .owl-dots .owl-dot span {
    background: #19072d;
    border: 1px solid #19072d; }
  .home-page-2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    border: 1px solid #19072d; }
  .home-page-2 .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
    border: 1px solid #19072d; }
  .home-page-2 .owl-theme .owl-nav .owl-next:before,
  .home-page-2 .owl-theme .owl-nav .owl-prev:before {
    color: #19072d;
    border: 2px solid #19072d; }
  .home-page-2 .owl-theme .owl-nav .owl-next:hover:before,
  .home-page-2 .owl-theme .owl-nav .owl-prev:hover:before {
    color: #ffffff;
    background-color: #19072d; }
  .home-page-2 .social-links > ul > li > a {
    color: #19072d;
    background-color: #ffffff; }
    .home-page-2 .social-links > ul > li > a:before {
      background-color: #19072d; }
    .home-page-2 .social-links > ul > li > a:hover {
      color: #ffffff; }
  .home-page-2 .custom-btn {
    color: #ffffff;
    background-color: #19072d; }
    .home-page-2 .custom-btn:hover {
      color: #ffffff;
      -webkit-box-shadow: 0px 3px 8px 1px rgba(25, 7, 45, 0.5);
      box-shadow: 0px 3px 8px 1px rgba(25, 7, 45, 0.5); }
  .home-page-2 .section-title .sec-title-text {
    color: #fff; padding-bottom: 20px; }
  .home-page-2 .backtotop {
    background-color: #19072d; }
  .home-page-2 #preloader {
    background: #ffffff url("../images/preloader-2.gif") no-repeat center center; }
.btnsgroupsss a{display: inline-block;     color: #fff;
    border: 2px solid #fff; padding: 10px 30px;     text-align: center;     font-weight: 500; border-radius: 100px; margin: 10px;}
/* global settings - end
================================================== */
/* header-section - start
================================================== */
.home-page-2 .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu:before {
  background-color: #19072d; }

.home-page-2 .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child {
  position: relative; }
  .home-page-2 .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu:before {
    background-color: #19072d; }

.home-page-2 .sticky-header.stuck {
  border-bottom: 1px solid #19072d; }
  .home-page-2 .sticky-header.stuck:before {
  background: #000 }

.home-page-2 .mobile-menu-container .left-sidebar {
  background-color: #19072d; }
  .home-page-2 .mobile-menu-container .left-sidebar #sidebar-dismiss {
    color: #19072d; }
  .home-page-2 .mobile-menu-container .left-sidebar .main-menubar > ul > li > .active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1); }
    .home-page-2 .mobile-menu-container .left-sidebar .main-menubar > ul > li > .active > .icon {
      color: #19072d;
      background-color: white; }
  .home-page-2 .mobile-menu-container .left-sidebar .main-menubar > ul > li:hover > a {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1); }
    .home-page-2 .mobile-menu-container .left-sidebar .main-menubar > ul > li:hover > a > .icon {
      color: #19072d;
      background-color: white; }
  .home-page-2 .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > li > a:after {
    background-color: #19072d; }
  .home-page-2 .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > li:hover > a {
    color: #ffffff; }
    .home-page-2 .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > li:hover > a:after {
      border-color: #ffffff;
      background-color: #ffffff; }
  .home-page-2 .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > .active > a {
    color: #ffffff; }
    .home-page-2 .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > .active > a:after {
      border-color: #ffffff;
      background-color: #ffffff; }
  .home-page-2 .mobile-menu-container .left-sidebar .footer-content .social-links > ul > li > a {
    color: #19072d; }
    .home-page-2 .mobile-menu-container .left-sidebar .footer-content .social-links > ul > li > a:before {
      background-color: #19072d; }
    .home-page-2 .mobile-menu-container .left-sidebar .footer-content .social-links > ul > li > a:hover {
      color: #ffffff;
      background-color: transparent; }

/* header-section - end
================================================== */
/* banner-section - start
================================================== */
.home-page-2 .banner-section .banner-content .big-title > strong {
  color: #ffffff; }

.home-page-2 .banner-section .banner-content .btns-group > ul > li > a {
  color: #000;
  border: 2px solid #000; }
  .home-page-2 .banner-section .banner-content .btns-group > ul > li > a:hover {
    color: #fff;
    background: #000; }

.home-page-2 .banner-section .banner-content .btns-group > ul > li > .learn-more-btn {
  color: #19072d;
  background-color: #ffffff; }
  .home-page-2 .banner-section .banner-content .btns-group > ul > li > .learn-more-btn:hover {
    color: #ffffff;
    background-color: #000; }

/* banner-section - end
================================================== */
/* feature-section - start
================================================== */
.home-page-2 .feature-section .feature-content .feature-item .item-icon {
  color: #19072d; }

.home-page-2 .feature-section .feature-content .feature-item:hover .item-icon {
  color: #ffffff;
  background-color: #19072d; }

/* feature-section - end
================================================== */
/* promo-section - start
================================================== */
.home-page-2 .promo-section .promo-video .video-btn .icon {
  background-color: #19072d; }

/* promo-section - end
================================================== */
/* screenshot-section - start
================================================== */
.home-page-2 .screenshot-section .screenshot-carousel:before {
  background-image: url(../images/mobile-frame-3.png); }

/* screenshot-section - end
================================================== */
/* team-section - start
================================================== */
.home-page-2 .team-section .team-member .hero-image {
  background-color: #19072d; }

/* team-section - end
================================================== */
/* testimonial-section - start
================================================== */
.home-page-2 .testimonial-section .testimonial-carousel .item {
  background-color: #19072d; }
  .home-page-2 .testimonial-section .testimonial-carousel .item .client-image {
    background-color: #19072d; }

/* testimonial-section - end
================================================== */
/* pricing-section - start
================================================== */
.home-page-2 .pricing-section .pricing-plan .header-content .item-icon {
  background-color: #19072d; }

.home-page-2 .pricing-section .pricing-plan .header-content .plan-title {
  color: #19072d; }

.home-page-2 .pricing-section .pricing-plan .header-content .plan-price {
  color: #19072d; }

/* pricing-section - end
================================================== */
/* footer-section - start
================================================== */
.home-page-2 .footer-section .footer-newsletter .overlay-royalblue {
  background-color: rgba(25, 7, 45, 0.9); }

.home-page-2 .footer-section .copyright-text p .author-link {
  color: #19072d; }

/* footer-section - end
================================================== */
/* home page 2 - end
==================================================================================================== */
/* home page 3 - start
==================================================================================================== */
/* global settings - start
================================================== */
.home-page-3 {
  /* owl settings - start */
  /* owl settings - end */
  /* social links - start */
  /* social links - end */
  /* button style - start */
  /* button style - end */
  /* title text - start */
  /* title text - end */
  /* back to top - start */
  /* back to top - end */
  /* preloader - start */
  /* preloader - end */ }
  .home-page-3 ::-moz-selection {
    color: #ffffff;
    background-color: #8d2ce2; }
  .home-page-3 ::selection {
    color: #ffffff;
    background-color: #8d2ce2; }
  .home-page-3 .form-item input:focus {
    border-color: #8d2ce2;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(141, 44, 226, 0.5);
    box-shadow: 0px 0px 15px 1px rgba(141, 44, 226, 0.5); }
    .home-page-3 .form-item input:focus + .form-item-btn {
      color: #ffffff;
      background-color: #8d2ce2; }
  .home-page-3 .form-item .form-item-btn {
    background-color: #8d2ce2; }
  .home-page-3 .form-textarea textarea:focus {
    border-color: #8d2ce2;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(141, 44, 226, 0.5);
    box-shadow: 0px 0px 15px 1px rgba(141, 44, 226, 0.5); }
  .home-page-3 .owl-theme .owl-dots .owl-dot span {
    background: #8d2ce2;
    border: 1px solid #8d2ce2; }
  .home-page-3 .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    border: 1px solid #8d2ce2; }
  .home-page-3 .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
    border: 1px solid #8d2ce2; }
  .home-page-3 .owl-theme .owl-nav .owl-next:before,
  .home-page-3 .owl-theme .owl-nav .owl-prev:before {
    color: #8d2ce2;
    border: 2px solid #8d2ce2; }
  .home-page-3 .owl-theme .owl-nav .owl-next:hover:before,
  .home-page-3 .owl-theme .owl-nav .owl-prev:hover:before {
    color: #ffffff;
    background-color: #8d2ce2; }
  .home-page-3 .social-links > ul > li > a {
    color: #8d2ce2;
    background-color: #ffffff; }
    .home-page-3 .social-links > ul > li > a:before {
      background-color: #8d2ce2; }
    .home-page-3 .social-links > ul > li > a:hover {
      color: #ffffff; }
  .home-page-3 .custom-btn {
    color: #ffffff;
    background-color: #8d2ce2; }
    .home-page-3 .custom-btn:hover {
      color: #ffffff;
      -webkit-box-shadow: 0px 3px 8px 1px rgba(141, 44, 226, 0.5);
      box-shadow: 0px 3px 8px 1px rgba(141, 44, 226, 0.5); }
  .home-page-3 .section-title .sec-title-text {
    color: #8d2ce2; }
  .home-page-3 .backtotop {
    background-color: #8d2ce2; }
  .home-page-3 #preloader {
    background: #ffffff url("../images/preloader-3.gif") no-repeat center center; }

/* global settings - end
================================================== */
/* header-section - start
================================================== */
.home-page-3 .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu:before {
  background-color: #8d2ce2; }

.home-page-3 .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child {
  position: relative; }
  .home-page-3 .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu:before {
    background-color: #8d2ce2; }

.home-page-3 .sticky-header.stuck {
  border-bottom: 1px solid #8d2ce2; }
  .home-page-3 .sticky-header.stuck:before {
    background-image: -webkit-gradient(linear, right top, left top, from(#610fe1), to(#8d2ce2));
    background-image: -webkit-linear-gradient(right, #610fe1, #8d2ce2);
    background-image: -o-linear-gradient(right, #610fe1, #8d2ce2);
    background-image: linear-gradient(to left, #610fe1, #8d2ce2); }

.home-page-3 .mobile-menu-container .left-sidebar {
  background-color: #8d2ce2; }
  .home-page-3 .mobile-menu-container .left-sidebar #sidebar-dismiss {
    color: #8d2ce2; }
  .home-page-3 .mobile-menu-container .left-sidebar .main-menubar > ul > li > .active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1); }
    .home-page-3 .mobile-menu-container .left-sidebar .main-menubar > ul > li > .active > .icon {
      color: #8d2ce2;
      background-color: white; }
  .home-page-3 .mobile-menu-container .left-sidebar .main-menubar > ul > li:hover > a {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1); }
    .home-page-3 .mobile-menu-container .left-sidebar .main-menubar > ul > li:hover > a > .icon {
      color: #8d2ce2;
      background-color: white; }
  .home-page-3 .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > li > a:after {
    background-color: #8d2ce2; }
  .home-page-3 .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > li:hover > a {
    color: #ffffff; }
    .home-page-3 .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > li:hover > a:after {
      border-color: #ffffff;
      background-color: #ffffff; }
  .home-page-3 .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > .active > a {
    color: #ffffff; }
    .home-page-3 .mobile-menu-container .left-sidebar .main-menubar > ul .menu-item-has-child > .sub-menu > .active > a:after {
      border-color: #ffffff;
      background-color: #ffffff; }
  .home-page-3 .mobile-menu-container .left-sidebar .footer-content .social-links > ul > li > a {
    color: #8d2ce2; }
    .home-page-3 .mobile-menu-container .left-sidebar .footer-content .social-links > ul > li > a:before {
      background-color: #8d2ce2; }
    .home-page-3 .mobile-menu-container .left-sidebar .footer-content .social-links > ul > li > a:hover {
      color: #ffffff;
      background-color: transparent; }

/* header-section - end
================================================== */
/* banner-section - start
================================================== */
.home-page-3 .banner-section {
  width: 100%;
  height: 100vh;
  padding-top: 200px; }
  .home-page-3 .banner-section .banner-content {
    padding-top: 0px; }
    .home-page-3 .banner-section .banner-content .big-title > strong {
      color: #ffffff; }
    .home-page-3 .banner-section .banner-content .btns-group > ul > li > a {
      color: #ffffff;
      border: 2px solid #ffffff; }
      .home-page-3 .banner-section .banner-content .btns-group > ul > li > a:hover {
        color: #8d2ce2;
        background-color: #ffffff; }
    .home-page-3 .banner-section .banner-content .btns-group > ul > li > .learn-more-btn {
      color: #8d2ce2;
      background-color: #ffffff; }
      .home-page-3 .banner-section .banner-content .btns-group > ul > li > .learn-more-btn:hover {
        color: #ffffff;
        background-color: transparent; }
  .home-page-3 .banner-section .banner-item-image {
    padding-top: 100px; }

/* banner-section - end
================================================== */
/* feature-section - start
================================================== */
.home-page-3 .feature-section .feature-content .feature-item .item-icon {
  color: #8d2ce2; }

.home-page-3 .feature-section .feature-content .feature-item:hover .item-icon {
  color: #ffffff;
  background-color: #8d2ce2; }

/* feature-section - end
================================================== */
/* promo-section - start
================================================== */
.home-page-3 .promo-section .promo-video .video-btn .icon {
  background-color: #8d2ce2; }

/* promo-section - end
================================================== */
/* funfact-section - start
================================================== */
.home-page-3 .funfact-section {
  background-image: -webkit-gradient(linear, right top, left top, from(#610fe1), to(#8d2ce2));
  background-image: -webkit-linear-gradient(right, #610fe1, #8d2ce2);
  background-image: -o-linear-gradient(right, #610fe1, #8d2ce2);
  background-image: linear-gradient(to left, #610fe1, #8d2ce2); }

/* funfact-section - end
================================================== */
/* screenshot-section - start
================================================== */
.home-page-3 .screenshot-section .screenshot-carousel:before {
  background-image: url(../images/mobile-frame-4.png); }

/* screenshot-section - end
================================================== */
/* team-section - start
================================================== */
.home-page-3 .team-section .team-member .hero-image {
  background-color: #8d2ce2; }

/* team-section - end
================================================== */
/* testimonial-section - start
================================================== */
.home-page-3 .testimonial-section .testimonial-carousel .item {
  background-color: #8d2ce2; }
  .home-page-3 .testimonial-section .testimonial-carousel .item .client-image {
    background-color: #8d2ce2; }

/* testimonial-section - end
================================================== */
/* pricing-section - start
================================================== */
.home-page-3 .pricing-section .pricing-plan .header-content .item-icon {
  background-color: #8d2ce2; }

.home-page-3 .pricing-section .pricing-plan .header-content .plan-title {
  color: #8d2ce2; }

.home-page-3 .pricing-section .pricing-plan .header-content .plan-price {
  color: #8d2ce2; }

/* pricing-section - end
================================================== */
/* footer-section - start
================================================== */
.home-page-3 .footer-section .footer-newsletter .overlay-royalblue {
  background-color: rgba(141, 44, 226, 0.9); }

.home-page-3 .footer-section .copyright-text p .author-link {
  color: #8d2ce2; }

/* footer-section - end
================================================== */

/* blog-list page - start
================================================== */

.blog-details-section{
  padding: 100px 0px;
}
.blog-list-section{
  padding: 100px 0px;
}
.blog-details-content{
    border: 1px solid #ccc;
    background: #eee;
    padding: 20px;
}
.blog-details-title h4{
  font-weight: 600;
  line-height: 2.1rem;
  color: #2a1786;
}
.blog-details-meta ul li{
  margin-right: 20px;
  position: relative;
}
.blog-details-meta ul li a{
  color: #656565;
}
.blog-details-meta ul li a i{
  margin-right: 5px;
}
.blog-details-meta ul .b-d-li::after {
    background: #c7c7c7 none repeat scroll 0 0;
    content: "";
    height: 12px;
    position: absolute;
    right: -10px;
    top: 8px;
    width: 1px;
}
.blockquote{
  background-color: #2a1786;
  padding: 68px 70px 67px;
  position: relative;
}
blockquote p{
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-style: italic;
    line-height: 1.75; 
}
blockquote .quote-icon{
   position: absolute;
   top: 15px;
   left: 20px;
}
blockquote .quote-icon i{
  font-size: 50px;
  color: #494ca4;
}
blockquote .quote-icons{
   position: absolute;
   bottom: 15px;
   right: 20px; 
}
blockquote .quote-icons i{
  font-size: 50px;
  color: #494ca4;
}
.blog-righr-sidebar{
    border: 1px solid #eee;
    padding: 5px;
}
.single-blog-sub-text h6{
   font-weight: 600;
}
.single-blog-sub-text ul li{
  color: #666666;
}
.blog-share .share-list a{
  margin-left: 20px;
}
.blog-tags-share-wrap .blog-tags h6{
  font-weight: 600;
}
.share-list a i{
  color: #656565;
  font-size: 18px !important;
  transition: all .5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.share-list a i:hover{
  color: #2a1786;
}
.blog-author-img{
  border-radius: 50px;
  height: 100px;
  width: 100px;
}
.about-author-title {
    border-bottom: 2px solid #ededed;
    position: relative;
}
.blog-comment{
  padding-top: 20px;
}
.about-author-title:after{
     content: '';
     position: absolute;
     bottom: -3;
     left: 0;
     width: 100px;
     height: 3px;
     background-color: #2a1786;
}
.bottom-border-title{
     border-bottom: 2px solid #ededed;
     position: relative;
}
.bottom-border-title:after{
     content: '';
     position: absolute;
     bottom: -4px;
     left: 0;
     width: 100px;
     height: 3px;
     background-color: #2a1786;
}
.bottom-border-title h5{
  font-weight: 600;
}
.single-sidebar input{
  min-height: 50px;
}
.about-author-title h5{
  font-weight: 600;
}
.publish-date{
  line-height: 1.8rem;
}
.blog-commenter-img{
  border-radius: 50px;
  height: 100px;
  width: 100px;
}
.blog-comment-r1{
  border-bottom: 2px solid #ededed;
}
.blog-comment-reply{
  border-bottom: 2px solid #ededed;
}
.blog-author-social ul li a i{
  color: #656565;
  transition: all .5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.blog-author-social ul li a i:hover{
   color: #f26522;
}
.blog-comment .reply-btn {
    position: absolute;
    right: 36px;
    font-size: 14px;
    color: inherit;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}
.blog-comment .reply-btn:hover{
  color: #2a1786;
}
.review-action ul li i:hover {
    color: #2a1786;
    cursor: pointer;
}
.form-control.input-field {
    float: left;
    width: calc(100% - 50px);
}
.single-sidebar button.search-btn {
    font-size: 22px;
    height: 50px;
    width: 50px;
    border: 2px solid #ededed;
    transition: all .5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.single-sidebar button.search-btn i:hover {
    color: #2a1786;
}
.categories-list ul li{
  transition: all .5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.categories-list ul li:hover{
  margin-left: 10px;
}
.categories-list ul li a i{
  margin-right: 5px;
}
.categories-list ul li a{
  color: #656565;
}
.categories-list ul li:hover a {
  color:#2a1786;
}
.rightsite-social ul li a i{
  font-size: 18px;
  color: #656565;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.rightsite-social ul li a i:hover{
  color: #2a1786;
}
.single-sidebar .recent-post ul li .rp-thumb img {
    height: 75px;
    width: 95px;
    position: relative;
}
.rp-text h6{
  line-height: 1.5rem;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.rp-text h6:hover{
  color: #2a1786;
} 
.rp-text a{
  display: block;
}
.tag-list a{
   border-radius: 25px; 
   border: 1px solid #eee;
   color: #656565;
   padding: 5px 10px;
   margin: 0px 5px 10px 0px !important;
}
.tag-list a:hover{
  color: #2a1786;
}
.rightsite-month ul li{
  border-bottom: 1px solid #c6c6c6;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.rightsite-month ul li:hover{
  margin-left: 10px;
}
.rightsite-month ul li a i{
  margin-right: 5px;
}
.rightsite-month ul li a{
  color: #656565;
}
.rightsite-month ul li:hover a {
  color:#2a1786;
}
.blog-read-btn{
  background-color: #2a1786;
  color: #ffffff;
}
.blog-read-btn i{
  margin-left: 5px;
  color: #ffffff;
}
.blog-read-btn:hover{
   color: #ffffff;
}
.pagination-wrap .page-item .page-link {
    font-size: 16px;
    font-weight: 600;
    color: #2a1786;
    border-color: #2a1786;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 5px;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #2a1786;
    border-color: #2a1786;
}
.pagination-wrap > ul > li {
    margin-left: 16px;
}
.pagination-wrap {
    margin: 30px auto 60px auto;
}


/* blog-list page - end
================================================== */

/* contact page - start
================================================== */

.contact-section{
    padding: 100px 0px;
}
.contact-text{
  color: #2a1786;
}
.contact-btn{
   background-color: #2a1786;
}
.contact-btn2t{
   background-color: #eee;
   color: #2a1786;
}
.contact-icon-box{
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.contact-icon-box a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-icon-box a i{
  color: #2a1786;
  font-size: 18px;
}
.media-body strong{
  color: #2a1786;
  font-weight: bold;
}

/* contact page - end
================================================== */


/* home page 3 - end
==================================================================================================== */
/* ================================================== 
*	Project Name 	:  Appril
*	File 			:  Responsive CSS Base
*	Version 		:  1.0.0
*	Last change 	:  24 January 2019
*	Author 			:  Bitspeck
*	Developer:		:  Rakibul Islam Dewan

*	css code for responsive layout To make Responsive
================================================== */
/* ==================================================
*	1 - media screen and (max-width: 1903px)
*	2 - media screen and (max-width: 1199px)
*	3 - media screen and (max-width: 991px)
*	4 - media screen and (max-width: 767px)
*	5 - media screen and (max-width: 680px)
*	6 - media screen and (max-width: 480px)
*	7 - media screen and (max-width: 320px)
================================================== */
/*  ====================================================================================================
1 - media screen and (max-width: 1903px) - start
==================================================================================================== */
@media screen and (max-width: 1903px) {
  body {
    font-size: 14px; }
  .banner-section {
    width: 100%;
    height: 100vh;
    display: table; } }

/* ====================================================================================================
1 - media screen and (max-width: 1903px) - end
==================================================================================================== */
/*  ====================================================================================================
2 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1199px) {
  .sec-ptb-100 {
    padding: 80px 0px; }
  .banner-section {
    height: auto; }
  .feature-section .feature-content {
    padding: 20px 0px;
    margin-right: -90px; }
  .feature-section .feature-content .feature-item:first-child,
  .feature-section .feature-content .feature-item:last-child {
    margin-right: -100px; }
  .screenshot-section .screenshot-carousel:before {
    top: 15px;
    width: 525px;
    height: 1045px; }
  .screenshot-section .screenshot-carousel .owl-item .item {
    padding: 10px; }
  .team-section .team-member {
    padding: 20px; }
  .team-section .team-member .hero-image {
    width: 180px;
    height: 180px; }
  .testimonial-section .owl-theme .owl-nav .owl-prev {
    left: -18px; }
    .testimonial-section .owl-theme .owl-nav .owl-prev:before {
      color: #2a1786;
      background-color: #ffffff; }
  .testimonial-section .owl-theme .owl-nav .owl-next {
    right: -18px; }
    .testimonial-section .owl-theme .owl-nav .owl-next:before {
      color: #2a1786;
      background-color: #ffffff; }
  .home-page-2 .testimonial-section .owl-theme .owl-nav .owl-prev:before {
    color: #19072d;
    background-color: #ffffff; }
  .home-page-2 .testimonial-section .owl-theme .owl-nav .owl-next:before {
    color: #19072d;
    background-color: #ffffff; }
  .home-page-3 .testimonial-section .owl-theme .owl-nav .owl-prev:before {
    color: #8d2ce2;
    background-color: #ffffff; }
  .home-page-3 .testimonial-section .owl-theme .owl-nav .owl-next:before {
    color: #8d2ce2;
    background-color: #ffffff; }
  .home-page-3 .banner-section {
    height: auto; }
  .home-page-3 .banner-section .banner-item-image {
    padding-top: 0; } }

/* ====================================================================================================
2 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
3 - media screen and (max-width: 991px) - start --->>>for medium device
==================================================================================================== */
@media screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 30px; }
  .header-section .main-menubar {
    padding: 0; }
  .header-section .main-menubar > ul {
    display: none; }
  .header-section .main-menubar > .mobile-menu-btn {
    margin: -5px 0px;
    display: inline-block; }
  .banner-section .banner-content {
    padding-top: 60px; }
  .banner-section .banner-content .big-title {
    font-size: 42px; }
  .home-page-3 .banner-section .banner-content .btns-group > ul > li > .learn-more-btn {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(141, 44, 226, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(141, 44, 226, 0.2); }
  .about-section .about-content {
    padding-top: 50px;
    text-align: center; }
  .about-section .about-content .btns-group > ul {
    margin: 0px auto; }
  .feature-section .feature-content {
    padding: 0px;
    margin-right: 0px; }
  .feature-section .feature-content .feature-item:first-child,
  .feature-section .feature-content .feature-item:last-child {
    margin-right: 0px; }
  .feature-section .smartphone-image {
    display: none; }
  .feature-section .feature-content .feature-item {
    margin-bottom: 0px; }
  .feature-section .feature-content .feature-item .item-icon {
    float: left;
    margin: 33px 0px;
    margin-right: 40px; }
  .feature-section .feature-content .feature-item .item-content {
    text-align: left; }
  .feature-section .feature-content .feature-item .item-content:before {
    left: -25px;
    right: unset;
    width: 30px;
    height: 30px;
    border-top: 1px solid transparent;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #f0f0f0; }
  .promo-section .promo-video {
    width: 650px;
    height: 320px; }
  .screenshot-section .screenshot-carousel .owl-item .item {
    padding: 25px; }
  .screenshot-section .screenshot-carousel:before {
    top: 43px;
    width: 340px;
    height: 680px; }
  .team-section .team-member {
    padding: 40px 20px; }
  .testimonial-section .owl-theme .owl-nav {
    margin-top: 25px; }
  .testimonial-section .owl-theme .owl-nav .owl-next,
  .testimonial-section .owl-theme .owl-nav .owl-prev {
    position: -webkit-sticky;
    position: sticky;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: 0px 5px; }
  .pricing-section .pricing-plan {
    max-width: 370px;
    margin: 30px auto 0px; } }

/* ====================================================================================================
3 - media screen and (max-width: 991px) - end --->>>for medium device
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 767px) - start --->>>For Mobile Device
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 767px) - end --->>>For Mobile Device
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 680px) - start
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 680px) - end
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 480px) - start
==================================================================================================== */
@media screen and (max-width: 480px) {
  .sec-ptb-100 {
    padding: 60px 0px; }
  .section-title .sec-title-text {
    font-size: 30px; }
  .mobile-menu-container .left-sidebar {
    width: 300px; }
  .header-section .main-menubar > .mobile-menu-btn {
    margin: 0px;
    margin-top: -45px; }
  .banner-section .banner-content {
    padding-top: 0px;
    text-align: center;
    margin-bottom: 30px; }
  .banner-section .banner-content .big-title {
    font-size: 30px; }
  .banner-section .banner-content .btns-group > ul {
    margin: 0 auto; padding: 0px; }
  .feature-section .feature-content .feature-item .item-icon {
    width: 80px;
    height: 80px;
    font-size: 36px;
    margin: 70px 0px;
    line-height: 80px;
    margin-right: 30px; }
  .promo-section .promo-video {
    width: 280px;
    height: 145px;
    margin-bottom: -75px; }
  .promo-section .promo-video .image-container {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px; }
  .promo-section .promo-video .video-btn {
    width: 40px;
    height: 40px; }
  .promo-section .promo-video .video-btn .icon {
    font-size: 18px;
    line-height: 40px; }
  .funfact-section {
    padding-top: 100px; }
  .funfact-section .funfact-items-list > ul {
    width: 100%;
    display: table; }
  .funfact-section .funfact-items-list > ul li {
    width: 100%;
    display: table;
    margin-top: 30px; }
  .screenshot-section .screenshot-carousel .owl-item .item {
    padding: 0; }
  .screenshot-section .screenshot-carousel .owl-item .item .image-container {
    max-width: 190px;
    margin: 0px auto; }
  .screenshot-section .screenshot-carousel:before {
    top: 15px;
    width: 210px;
    height: 420px; }
  .screenshot-section .owl-theme .owl-nav {
    margin-top: 30px; }
  .home-page-3 .banner-section {
    padding-top: 160px; } }

/* ====================================================================================================
6 - media screen and (max-width: 480px) - end
==================================================================================================== */
/* ====================================================================================================
7 - media screen and (max-width: 320px) - start
==================================================================================================== */
@media screen and (max-width: 320px) {
  .banner-section .banner-content .btns-group > ul > li {
    margin-right: 10px; }
  .banner-section .banner-content .btns-group > ul > li > a {
    padding: 0px 25px; }
  .feature-section .section-title {
    margin-bottom: 30px; }
  .feature-section .feature-content .feature-item {
    margin-top: 30px; }
  .feature-section .feature-content .feature-item .item-icon {
    float: none;
    margin: 0 auto 30px; }
  .feature-section .feature-content .feature-item .item-content {
    width: 100%;
    text-align: center; }
  .feature-section .feature-content .feature-item .item-content:before {
    left: 50%;
    top: -25px;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid transparent;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid transparent;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%); }
  .screenshot-section .screenshot-carousel .item {
    padding: 0px 43px; } }


@media screen and (max-width: 480px) {
    .banner-section .banner-content .btns-group > ul > li {    display: inline-block;
    margin-bottom: 12px; margin-right:0px;}
    .about-section .about-content {padding-left: 0px;}
    .btnsgroupsss a{padding: 10px 18px;}
    .brand-logo img{width: 70%;}   
    .img_widthh  {width:100% !important;}
}
.imgh img{padding-bottom: 30px;}

.imggg44 {text-align:center;}
.texttt h4{font-size:20px;}
.texttt h7{font-size:18px; font-weight:600; color:#000;}
.buy_where {background: #a027a2;
    color: #fff;
    padding: 16px 30px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 17px;}
    .fprmm {background:#f1f1f1; padding:20px; margin-top:30px;}
.fprmm .form-control { }
.fprmm label{font-weight:600;}
.fprmm h4{font-size:20px; color:#000; }
.fprmm button{background:#000; color:#fff;}

.img_widthh {width:80%; margin:auto}
/* ====================================================================================================
7 - media screen and (max-width: 320px) - end
==================================================================================================== */
